/**********************/
/*** Flexbox Mixins ***/
/**********************/
/****************************/
/*** Site Specific Mixins ***/
/****************************/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/*
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* 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 navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When form labels and fields should change to a single-column layout */
/* When tables should stack cells */
/********************/
/*** CMS: Columns ***/
/********************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/******************/
/*** Shadow Box ***/
/******************/
/* Form Label Options */
/* Form Input Size Options */
/*Removes default chrome and safari style*/
/* Hides visual number spinner */
/************************/
/*** Individual Forms ***/
/************************/
/**
 * /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 ***/
/**********************/
/*********************/
/*** Timeline Item ***/
/*********************/
/**********************/
/*** Subscribe Form ***/
/**********************/
/***********************/
/*** Readmore Module ***/
/***********************/
/*********************/
/*** Logo Scroller ***/
/*********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/**********************/
/*** Search Results ***/
/**********************/
/*******************/
/*** Auth Module ***/
/*******************/
/**************************************/
/*** Dynamic Button: Captioned Icon ***/
/**************************************/
/**
 * /css/social-icons.less
 * 
 * This file contains any custom css rules related to social icons.
 *
 */
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/******************************/
/*** Contentpanel Variables ***/
/******************************/
/* Content Panel Layout */
/* Content Panel Nav */
/* Content Panel: Vertical Nav */
/* Content Panel: Horizontal Nav */
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/*************************/
/*** Panel Backgrounds ***/
/*************************/
/************************************************/
/*** Class Suffixes for Shared Panel Styling ****/
/************************************************/
/*******************************************************/
/*** Class Suffixes for Individual Panelset Styling ****/
/*******************************************************/
/****************************************************/
/*** Class Suffixes for Individual Panel Styling ****/
/****************************************************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
.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;
}
.font-size-1 {
  font-size: 80px;
}
@media only screen and (max-width: 1150px) {
  .font-size-1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-1 {
    font-size: 51px;
  }
}
.font-size-2 {
  font-size: 50px;
}
@media only screen and (max-width: 1150px) {
  .font-size-2 {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-2 {
    font-size: 31.875px;
  }
}
.font-size-3 {
  font-size: 33px;
}
@media only screen and (max-width: 1150px) {
  .font-size-3 {
    font-size: 24.75px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-3 {
    font-size: 21.0375px;
  }
}
.font-size-4 {
  font-size: 40px;
}
@media only screen and (max-width: 1150px) {
  .font-size-4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-4 {
    font-size: 25.5px;
  }
}
.font-size-5 {
  font-size: 28px;
}
@media only screen and (max-width: 1150px) {
  .font-size-5 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-5 {
    font-size: 17.85px;
  }
}
.font-size-6 {
  font-size: 38px;
}
@media only screen and (max-width: 1150px) {
  .font-size-6 {
    font-size: 28.5px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-6 {
    font-size: 24.225px;
  }
}
.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: 14px;
  }
}
.font-size-small {
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .font-size-small {
    font-size: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-small {
    font-size: 13px;
  }
}
.font-size-blockquote {
  font-size: 29px;
}
@media only screen and (max-width: 1150px) {
  .font-size-blockquote {
    font-size: 21.75px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-blockquote {
    font-size: 24.65px;
  }
}
.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: 14px;
  }
}
@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: #ff6b00;
  font-size: 16px;
  padding: 0 0.2em 0 0;
}
@media only screen and (max-width: 1150px) {
  ul.breadcrumbs li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 700px) {
  ul.breadcrumbs li {
    font-size: 13px;
  }
}
ul.breadcrumbs li a {
  color: #ff6b00;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #e05e00;
}
.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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .pagination ul.pagination li {
    font-size: 13px;
  }
}
.pagination ul.pagination li a {
  display: block;
  color: #ff6b00;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #e05e00;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #ff6b00;
  background-color: transparent;
  cursor: default;
  opacity: 0.5;
}
.no-margin {
  margin: 0 !important;
}
p {
  margin: 0em 0em 1.4em 0em;
  line-height: 1.7em;
}
a {
  color: #ff6b00;
  text-decoration: none;
}
a:hover {
  color: #e05e00;
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  a:hover {
    color: #ff6b00;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'bebas-neue', 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 {
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1150px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 51px;
  }
}
h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 34px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1150px) {
  h2 {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 700px) {
  h2 {
    font-size: 31.875px;
  }
}
@media only screen and (max-width: 700px) {
  h2 {
    margin-bottom: 24px;
  }
}
h3 {
  font-size: 33px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1150px) {
  h3 {
    font-size: 24.75px;
  }
}
@media only screen and (max-width: 700px) {
  h3 {
    font-size: 21.0375px;
  }
}
h3 .large-text {
  font-size: 80px;
  line-height: 60px;
}
h4 {
  font-size: 40px;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1150px) {
  h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  h4 {
    font-size: 25.5px;
  }
}
h5 {
  font-size: 28px;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1150px) {
  h5 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 700px) {
  h5 {
    font-size: 17.85px;
  }
}
@media only screen and (max-width: 700px) {
  h5 br {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  h5 .large-text,
  h5.large-text {
    font-size: 17.85px;
  }
}
h6 {
  font-size: 38px;
  font-family: 'Origo', Verdana, sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1150px) {
  h6 {
    font-size: 28.5px;
  }
}
@media only screen and (max-width: 700px) {
  h6 {
    font-size: 24.225px;
  }
}
@media only screen and (max-width: 700px) {
  h6 br {
    display: none;
  }
}
h6.subheading {
  margin-top: -26px;
}
@media only screen and (max-width: 700px) {
  h6.subheading {
    margin-top: -6px;
  }
}
.orange-text {
  color: #ff6b00 !important;
}
.origo-script {
  font-family: 'Origo', Verdana, sans-serif;
  font-size: 1.25em;
}
.montserrat {
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 700;
  font-size: 0.85em;
  letter-spacing: 0;
}
.large-text {
  font-size: 2.25em;
}
.mid-text {
  font-size: 1.2em;
}
.small-text {
  font-size: 0.75em;
}
.subheading {
  margin-top: 0;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li .large-text,
ul li .large-text {
  font-size: 26px;
}
ol li .small-text,
ul li .small-text {
  display: block;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
ol.checklist,
ul.checklist {
  margin: 2em 0;
  list-style-type: none;
}
ol.checklist li,
ul.checklist li {
  padding-left: 2em;
  background-image: url('../../include/resources/vitalleaders/images/i-tick-black.svg');
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  ol.checklist li,
  ul.checklist li {
    background-size: 19px 19px;
    background-position: left top -2px;
  }
}
table {
  border: 4px solid #ff6b00;
  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 #ececec;
}
@media only screen and (max-width: 0px) {
  table tr {
    display: block;
    background-color: transparent;
    border-bottom: 1px solid #ececec;
    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: bold;
  font-family: 'Origo', 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: #ff6b00;
  }
}
table thead tr td,
table thead tr th {
  color: #ffffff;
  background-color: #ff6b00;
}
@media only screen and (max-width: 0px) {
  table tfoot tr {
    background-color: #ececec;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #000000;
  background-color: #ececec;
}
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: #ff6b00;
  background-color: #ff6b00;
  height: 3px;
  margin: 2.25em 0;
  width: 80px;
}
hr.centered {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}
hr.white {
  color: white !important;
  background-color: white !important;
}
hr.full-width {
  width: 100%;
  height: 2px;
  background-color: #000000;
  opacity: 0.2;
}
blockquote {
  font-size: 29px;
  font-family: 'Origo', Verdana, sans-serif;
  line-height: 1.3em;
  margin: 1em auto;
  color: #ff6b00;
}
@media only screen and (max-width: 1150px) {
  blockquote {
    font-size: 21.75px;
  }
}
@media only screen and (max-width: 700px) {
  blockquote {
    font-size: 24.65px;
  }
}
blockquote > * {
  line-height: 1.3em;
  margin-bottom: 50px;
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
blockquote > *.large-text {
  font-size: 52px;
}
@media only screen and (max-width: 700px) {
  blockquote > *.large-text {
    font-size: 24.65px;
  }
}
blockquote.testimonial {
  background-color: #ff6b00;
  color: white;
  padding: 21px 19px 13px 21px;
  border-radius: 3px;
  position: relative;
  font-size: 25px;
}
blockquote.testimonial p {
  color: white;
}
blockquote.testimonial:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('../../include/resources/vitalleaders/images/i-white-zebra-square.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  opacity: 0.2;
}
@media only screen and (max-width: 700px) {
  blockquote.testimonial {
    font-size: 22px;
  }
}
.button,
.button-small,
.submit,
button,
.buttons button {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  background-color: #ff6b00;
  font-family: 'bebas-neue', Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 21px 140px 19px 30px;
  cursor: pointer;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg');
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 6px 10px;
}
.button .button-arrow,
.button-small .button-arrow,
.submit .button-arrow,
button .button-arrow,
.buttons button .button-arrow {
  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-small img,
.submit img,
button img,
.buttons button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.button-small:hover,
.submit:hover,
button:hover,
.buttons button:hover {
  color: #ffffff;
  background-color: #e05e00;
  text-decoration: none;
}
.button.red,
.button-small.red,
.submit.red,
button.red,
.buttons button.red {
  background-color: #ea212e;
}
.button.red:hover,
.button-small.red:hover,
.submit.red:hover,
button.red:hover,
.buttons button.red:hover {
  background-color: #c5131e;
}
.button.pink,
.button-small.pink,
.submit.pink,
button.pink,
.buttons button.pink {
  background-color: #ea168c;
}
.button.pink:hover,
.button-small.pink:hover,
.submit.pink:hover,
button.pink:hover,
.buttons button.pink:hover {
  background-color: #bc1170;
}
@media only screen and (max-width: 1150px) {
  .button {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 16px 60px 14px 18px;
  }
}
.button-alt,
.button-alt-white,
.button-alt-large-white,
.button-alt-large-orange,
form .form-row.buttons button {
  color: #000000;
  position: relative;
  padding: 17px 50px 30px 0;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-black.svg');
  background-repeat: no-repeat;
  background-position: top 21px right 28px;
  background-size: 5px 10px;
  text-transform: uppercase;
  font-family: 'bebas-neue', Verdana, sans-serif;
  font-size: 24px;
  line-height: 22px;
  margin: 10px 20px;
  display: inline-block;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.button-alt:before,
.button-alt-white:before,
.button-alt-large-white:before,
.button-alt-large-orange:before,
form .form-row.buttons button:before {
  content: '';
  display: block;
  position: absolute;
  width: 75px;
  height: 68px;
  right: 0;
  top: 0;
  background-image: url('../../include/resources/vitalleaders/images/i-triangle-orange.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75px 68px;
  z-index: -1;
}
.button-alt:hover,
.button-alt-white:hover,
.button-alt-large-white:hover,
.button-alt-large-orange:hover,
form .form-row.buttons button:hover {
  color: #000000;
}
.button-alt,
form .form-row.buttons button {
  margin-left: 0;
}
@media only screen and (max-width: 700px) {
  .button-alt,
  form .form-row.buttons button {
    padding: 11px 42px 8px 14px;
    background-position: top 15px right 18px;
    margin: 4px 4px;
    color: white;
  }
  .button-alt:before,
  form .form-row.buttons button:before {
    display: none;
  }
  .button-alt:after,
  form .form-row.buttons button:after {
    content: '';
    background: #ff6b00;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -4;
    border-radius: 3px;
  }
}
form .form-row.buttons button {
  background-color: transparent !important;
  color: #000000 !important;
  padding: 17px 50px 30px 0 !important;
  background-position: top 21px right 28px !important;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-black.svg') !important;
  background-size: 5px 10px !important;
  text-align: right !important;
  line-height: 21px !important;
  min-width: 0 !important;
}
form .form-row.buttons button:hover {
  text-decoration: underline !important;
}
.button-alt-white {
  margin-left: 0;
}
.button-alt-white:before {
  background-image: url('../../include/resources/vitalleaders/images/i-triangle-white.svg');
}
@media only screen and (max-width: 700px) {
  .button-alt-white {
    padding: 11px 42px 8px 14px;
    background-position: top 15px right 18px;
    margin: 4px 4px;
  }
  .button-alt-white:before {
    display: none;
  }
  .button-alt-white:after {
    content: '';
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -4;
    border-radius: 3px;
  }
}
.button-alt-large-white {
  color: #fff;
  padding: 45px 81px 85px 0;
  background-position: top 49px right 54px;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg');
}
.button-alt-large-white:before {
  width: 166px;
  height: 150px;
  background-image: url('../../include/resources/vitalleaders/images/i-triangle-black.svg');
  background-size: 166px 150px;
}
@media only screen and (max-width: 700px) {
  .button-alt-large-white {
    padding: 17px 50px 30px 0;
    background-position: top 21px right 28px;
    margin: 10px 20px;
  }
  .button-alt-large-white:before {
    width: 75px;
    height: 68px;
    background-size: 75px 68px;
    background-position: center center;
  }
}
@media only screen and (max-width: 700px) {
  .button-alt-large-white {
    padding: 11px 42px 8px 14px;
    background-position: top 15px right 18px;
    margin: 4px 4px;
  }
  .button-alt-large-white:before {
    display: none;
  }
  .button-alt-large-white:after {
    content: '';
    background: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -4;
    border-radius: 3px;
  }
}
.button-alt-large-orange {
  color: #ff6b00;
  padding: 45px 81px 85px 0;
  background-position: top 49px right 54px;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg');
}
.button-alt-large-orange:before {
  width: 166px;
  height: 150px;
  background-image: url('../../include/resources/vitalleaders/images/i-triangle-black.svg');
  background-size: 166px 150px;
}
@media only screen and (max-width: 700px) {
  .button-alt-large-orange {
    padding: 17px 50px 30px 0;
    background-position: top 21px right 28px;
    margin: 10px 20px;
  }
  .button-alt-large-orange:before {
    width: 75px;
    height: 68px;
    background-size: 75px 68px;
    background-position: center center;
  }
}
@media only screen and (max-width: 700px) {
  .button-alt-large-orange {
    padding: 11px 42px 8px 14px;
    background-position: top 15px right 18px;
    margin: 4px 4px;
  }
  .button-alt-large-orange:before {
    display: none;
  }
  .button-alt-large-orange:after {
    content: '';
    background: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -4;
    border-radius: 3px;
  }
}
.button-alt-large-orange:hover {
  color: #ff6b00;
}
.button-small {
  padding: 14px 60px 15px 18px;
  font-size: 18px;
  background-size: 4px 7px;
  background-position: center right 18px;
}
.large-button {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 46%;
  background: #ff6b00;
  padding: 20px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1150px) {
  .large-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .large-button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .large-button {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .large-button {
    padding: 16px;
    margin-bottom: 12px;
  }
}
.large-button span {
  display: block;
}
.large-button span.subheading {
  margin-bottom: -9px;
}
@media only screen and (max-width: 700px) {
  .large-button span.subheading {
    margin-bottom: -6px;
  }
}
.large-button span.heading {
  text-transform: uppercase;
  font-family: 'bebas-neue', Verdana, sans-serif;
  font-size: 52px;
}
@media only screen and (max-width: 1150px) {
  .large-button span.heading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .large-button span.heading {
    font-size: 33px;
  }
}
.large-button span.button-small {
  background-color: black;
  text-align: left;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.large-button.active:hover {
  color: white;
  text-decoration: none;
}
.large-button.active:hover span.button-small {
  background-color: #333333;
}
.large-button.disabled {
  background-color: #e7e7e7;
  color: #000000;
  position: relative;
}
.large-button.disabled span.button-small {
  background-color: #cbcbcb;
  cursor: default;
  color: #000000;
}
.large-button.disabled span.button-small:hover {
  cursor: default;
}
.large-button.disabled .waiting-list-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .large-button.disabled .waiting-list-link {
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
    margin-top: 10px;
  }
}
.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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-three-quarters {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (min-width: 700px) {
  .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: 0;
  }
}
.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;
}
.hilite-box {
  clear: both;
  padding: 30px;
  margin: 45px 0px;
  position: relative;
  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: #ececec;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  pointer-events: none;
}
.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: 'Origo', 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-thumbnail.left img,
  .media-thumbnail.right img {
    float: none;
  }
}
.media-thumbnail.play-video {
  position: relative;
}
.media-thumbnail.play-video a:before {
  content: 'Play Video';
  display: inline-block;
  background-color: white;
  color: #000000;
  border-radius: 20px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-transform: uppercase;
  font-family: 'bebas-neue', Verdana, sans-serif;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 7px 50px 7px 20px;
  background-image: url('../../include/resources/vitalleaders/images/i-play-circle-black.svg');
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 19px 19px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media only screen and (max-width: 700px) {
  .media-thumbnail.play-video a:before {
    padding: 11px 50px 11px 16px;
  }
}
.media-thumbnail.play-video:hover a:before {
  background-color: black;
  background-image: url('../../include/resources/vitalleaders/images/i-play-circle-white.svg');
  color: white;
}
.triangle-point {
  margin: 5px 0 24px 0 !important;
  width: 20px;
}
@media only screen and (max-width: 700px) {
  .triangle-point {
    margin: 6px 0 4px 0 !important;
    width: 16px;
  }
}
.triangle-point-large {
  margin: 5px 0 24px 0 !important;
  width: 40px;
}
@media only screen and (max-width: 700px) {
  .triangle-point-large {
    margin: 6px 0 4px 0 !important;
    width: 26px;
  }
}
.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: 14px;
  }
}
@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: 14px;
  }
}
@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: 29.333333333333%;
  vertical-align: top;
  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: 14px;
  }
}
@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: 14px;
  }
}
@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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .media-gallery .media-thumbnail .media-original-link {
    font-size: 13px;
  }
}
#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/vitalleaders/images/shadowbox/i-shadowbox-prev.png');
  background-image: url('../../include/resources/vitalleaders/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/vitalleaders/images/shadowbox/i-shadowbox-next.png');
  background-image: url('../../include/resources/vitalleaders/images/shadowbox/i-shadowbox-next.svg'), none;
  background-position: right 10px top 50%;
}
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
  -webkit-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.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #000000;
  background: transparent;
  font-size: 1em;
  font-family: 'Montserrat', Verdana, sans-serif;
  border: 0px solid #ff6b00;
  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;
  }
}
.page-region form.f .buttons button,
.page-region form.f .buttons .button {
  background-color: #ff6b00 !important;
  padding: 21px 140px 19px 30px !important;
  color: white !important;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg') !important;
  background-position: center right 30px !important;
  background-size: 6px 10px !important;
}
@media only screen and (max-width: 700px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form input[type=text],
.page-region form input[type=password],
.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 select,
.page-region form .form-row textarea {
  color: #000000;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Montserrat', Verdana, sans-serif;
  max-width: 100%;
  border: 1px solid #d9d9d9;
  padding: 21px 10px;
  margin: 3px 0;
  height: 66px;
}
@media only screen and (max-width: 700px) {
  .page-region form input[type=text],
  .page-region form input[type=password],
  .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 select,
  .page-region form .form-row textarea {
    height: 40px;
  }
}
.page-region form textarea {
  min-height: 200px;
}
.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: 'Montserrat', Verdana, sans-serif;
  border-bottom: 0px solid #ff6b00;
  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;
  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: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row > label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row > label.rhs_label {
  float: none;
  font-family: 'Montserrat', Verdana, sans-serif;
  width: auto;
}
.page-region form .form-row label[for="captcha_field"] {
  visibility: hidden;
}
.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;
}
@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 {
  z-index: 1;
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  color: #ffffff;
  background: #a90000;
  font-size: 16px;
  font-family: 'Origo', 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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row .field .validation-advice {
    font-size: 13px;
  }
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  vertical-align: top;
  position: absolute;
  top: -10px;
  right: 0em;
}
@media only screen and (max-width: 1150px) {
  .page-region form .form-row .field .note.required {
    font-size: 21px;
  }
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row .field .note.required {
    font-size: 17.85px;
  }
}
.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 .submit {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  background-color: #ff6b00;
  font-family: 'bebas-neue', Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 21px 140px 19px 30px;
  cursor: pointer;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg');
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 6px 10px;
}
.page-region form .form-row .submit .button-arrow {
  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: #e05e00;
  text-decoration: none;
}
.page-region form .form-row .submit.red {
  background-color: #ea212e;
}
.page-region form .form-row .submit.red:hover {
  background-color: #c5131e;
}
.page-region form .form-row .submit.pink {
  background-color: #ea168c;
}
.page-region form .form-row .submit.pink:hover {
  background-color: #bc1170;
}
@media only screen and (max-width: 1150px) {
  .page-region form .form-row .submit {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 16px 60px 14px 18px;
  }
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #e05e00;
}
.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 #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: #ececec;
  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-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 {
  font-size: 28px;
  font-family: 'bebas-neue', Verdana, sans-serif;
}
@media only screen and (max-width: 1150px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 700px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-title {
    font-size: 17.85px;
  }
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-description {
  font-size: 18px;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.2;
  margin: 0.25em 0em;
}
@media only screen and (max-width: 1150px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-description {
    display: none;
  }
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  background-color: #ff6b00;
  font-family: 'bebas-neue', Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 21px 140px 19px 30px;
  cursor: pointer;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg');
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 6px 10px;
  margin-top: 1em;
  margin-bottom: 0em;
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button .button-arrow {
  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 img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button:hover {
  color: #ffffff;
  background-color: #e05e00;
  text-decoration: none;
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button.red {
  background-color: #ea212e;
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button.red:hover {
  background-color: #c5131e;
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button.pink {
  background-color: #ea168c;
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button.pink:hover {
  background-color: #bc1170;
}
@media only screen and (max-width: 1150px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-button {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 16px 60px 14px 18px;
  }
}
.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 {
  background-color: #e05e00;
}
@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;
  }
}
.timeline-item {
  display: block;
  width: 50%;
  position: relative;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .timeline-item {
    width: 100%;
  }
}
.timeline-item:before {
  content: '';
  display: block;
  width: 2px;
  background-color: black;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 700px) {
  .timeline-item:before {
    left: 50%;
    margin-left: -1px;
    right: auto;
    background-color: #ececec;
  }
}
.timeline-item .timeline-date {
  position: absolute;
  right: -39px;
  top: 16px;
  bottom: auto;
  background-color: #ff6b00;
  color: white;
  width: 78px;
  padding: 9px 8px 7px 8px;
  border-radius: 3px;
  text-align: center;
  font-family: 'bebas-neue', Verdana, sans-serif;
}
@media only screen and (max-width: 700px) {
  .timeline-item .timeline-date {
    right: auto;
    left: 50%;
    margin-left: -39px;
    z-index: 100;
  }
}
.timeline-item .timeline-date:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff6b00;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 700px) {
  .timeline-item .timeline-date:before {
    left: 50%;
    bottom: -3px;
    margin-left: -5px;
    top: auto;
  }
}
.timeline-item .timeline-content {
  background: #ececec;
  padding: 10px 12px;
  border-radius: 3px;
  width: 88%;
  position: relative;
}
.timeline-item .timeline-content.with-image {
  padding-left: 85px;
}
@media only screen and (max-width: 900px) {
  .timeline-item .timeline-content {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .timeline-item .timeline-content {
    padding-right: 12px;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 10;
  }
}
.timeline-item .timeline-content p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.timeline-item .timeline-content > .timeline-image {
  position: absolute;
  left: 10px;
  top: -3px;
  bottom: 0;
  margin: 0;
  overflow: visible;
  width: 64px;
}
@media only screen and (max-width: 700px) {
  .timeline-item .timeline-content > .timeline-image {
    width: 42px;
  }
}
.timeline-item .timeline-content > .timeline-image:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1%;
}
.timeline-item .timeline-content > .timeline-image img {
  display: inline-block;
  vertical-align: middle;
  width: 98%;
}
.timeline-item:first-of-type:before,
.timeline-item:last-of-type:before {
  top: -20px;
  z-index: -1;
}
.timeline-item:first-of-type:after,
.timeline-item:last-of-type:after {
  content: '';
  width: 6px;
  height: 6px;
  background: black;
  position: absolute;
  right: -3px;
  top: -20px;
  border-radius: 3px;
}
@media only screen and (max-width: 700px) {
  .timeline-item:first-of-type:after,
  .timeline-item:last-of-type:after {
    left: 50%;
    margin-left: -3px;
    right: auto;
    background-color: #ececec;
  }
}
.timeline-item:first-of-type {
  margin-top: 80px;
}
@media only screen and (max-width: 700px) {
  .timeline-item:first-of-type {
    margin-top: 60px;
  }
}
.timeline-item:last-of-type {
  margin-bottom: 80px;
}
@media only screen and (max-width: 700px) {
  .timeline-item:last-of-type {
    margin-bottom: 60px;
  }
}
.timeline-item:last-of-type:before {
  top: 0;
  bottom: -20px;
  left: 100%;
  margin-left: -1px;
}
@media only screen and (max-width: 700px) {
  .timeline-item:last-of-type:before {
    left: 50%;
  }
}
.timeline-item:last-of-type:after {
  top: auto;
  bottom: -20px;
  left: 100%;
  margin-left: -3px;
}
@media only screen and (max-width: 700px) {
  .timeline-item:last-of-type:after {
    left: 50%;
  }
}
.timeline-item:nth-of-type(2n) {
  padding-right: 0;
  margin-left: 50%;
}
@media only screen and (max-width: 700px) {
  .timeline-item:nth-of-type(2n) {
    margin-left: 0;
  }
}
.timeline-item:nth-of-type(2n):before {
  right: 0;
  left: -1px;
}
@media only screen and (max-width: 700px) {
  .timeline-item:nth-of-type(2n):before {
    right: auto;
    left: 50%;
    margin-left: -1px;
  }
}
.timeline-item:nth-of-type(2n) .timeline-date {
  right: auto;
  left: -39px;
}
@media only screen and (max-width: 700px) {
  .timeline-item:nth-of-type(2n) .timeline-date {
    right: auto;
    left: 50%;
    margin-left: -39px;
  }
}
.timeline-item:nth-of-type(2n) .timeline-date:before {
  left: auto;
  right: -3px;
}
@media only screen and (max-width: 700px) {
  .timeline-item:nth-of-type(2n) .timeline-date:before {
    right: 50%;
    margin-right: -5px;
  }
}
.timeline-item:nth-of-type(2n) .timeline-content {
  margin-left: 12%;
}
@media only screen and (max-width: 900px) {
  .timeline-item:nth-of-type(2n) .timeline-content {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .timeline-item:nth-of-type(2n) .timeline-content {
    margin-left: 0;
  }
}
.timeline-item:nth-of-type(2n) .timeline-content.with-image {
  padding-right: 85px;
  padding-left: 12px;
}
.timeline-item:nth-of-type(2n) .timeline-content.with-image .timeline-image {
  right: 10px;
  left: auto;
}
.timeline-item:nth-of-type(3n) .timeline-content.with-image {
  padding-right: 85px;
  padding-left: 12px;
}
.timeline-item:nth-of-type(3n) .timeline-content.with-image .timeline-image {
  right: 10px;
  left: auto;
}
.timeline-item:nth-of-type(3n):nth-of-type(2n) .timeline-content.with-image {
  padding-left: 85px;
  padding-right: 12px;
}
.timeline-item:nth-of-type(3n):nth-of-type(2n) .timeline-content.with-image .timeline-image {
  left: 10px;
  right: auto;
}
@media only screen and (max-width: 700px) {
  .timeline-item .timeline-content.with-image {
    padding-left: 63px !important;
    padding-right: 12px !important;
  }
  .timeline-item .timeline-content.with-image .timeline-image {
    left: 10px !important;
    right: auto !important;
  }
  .timeline-item:nth-of-type(2n) .timeline-content.with-image {
    padding-right: 63px !important;
    padding-left: 12px !important;
  }
  .timeline-item:nth-of-type(2n) .timeline-content.with-image .timeline-image {
    right: 10px !important;
    left: auto !important;
  }
}
.cm-subscribe-form {
  font-size: 0;
}
.cm-subscribe-form input {
  vertical-align: top;
  width: 26%;
  margin: 3px 0.5% 3px 0 !important;
  font-size: 18px !important;
}
@media only screen and (max-width: 1150px) {
  .cm-subscribe-form input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cm-subscribe-form input {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .cm-subscribe-form input {
    font-size: 14px !important;
    padding: 21px 16px;
  }
}
@media only screen and (max-width: 840px) {
  .cm-subscribe-form input {
    width: 25%;
  }
}
@media only screen and (max-width: 700px) {
  .cm-subscribe-form input {
    width: 100%;
  }
}
.cm-subscribe-form button {
  vertical-align: top;
  font-size: 24px;
  width: 20%;
  margin: 3px 0;
}
@media only screen and (max-width: 960px) {
  .cm-subscribe-form button {
    font-size: 22px;
    padding: 21px 40px 21px 18px;
    text-align: left;
    background-position: right 18px center;
  }
}
@media only screen and (max-width: 700px) {
  .cm-subscribe-form button {
    width: 100%;
    text-align: left;
  }
}
.readmore-style-box {
  border: 2px solid #ff6b00;
  padding: 12px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.readmore-style-box .readmore-style-button {
  display: block;
  color: #fff;
  background-color: #ff6b00;
  font-size: 18px;
  line-height: 1.1em;
  font-family: 'Montserrat', Verdana, sans-serif;
  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: 14px;
  }
}
.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;
}
.logo-scroller-container {
  background: white;
  position: relative;
}
.logo-scroller-container > .logo-scroller {
  white-space: nowrap;
  overflow: hidden;
  height: 224px;
  width: 100%;
  padding: 70px 0 0 0;
  margin: 46px 0 26px 0;
}
@media only screen and (max-width: 900px) {
  .logo-scroller-container > .logo-scroller {
    height: 150px;
    padding: 51px 0 0 0;
    margin: 26px 0 8px 0;
  }
}
@media only screen and (max-width: 700px) {
  .logo-scroller-container > .logo-scroller {
    padding: 31px 0 0 0;
    height: 110px;
  }
}
.logo-scroller-container > .logo-scroller .media-thumbnail {
  width: auto;
  padding: 5px 30px;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .logo-scroller-container > .logo-scroller .media-thumbnail {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 700px) {
  .logo-scroller-container > .logo-scroller .media-thumbnail {
    padding: 5px 10px;
  }
}
.logo-scroller-container > .logo-scroller .media-thumbnail img {
  display: inline-block;
  vertical-align: middle;
  max-height: 75px;
  width: auto;
}
@media only screen and (max-width: 900px) {
  .logo-scroller-container > .logo-scroller .media-thumbnail img {
    max-height: 37px;
  }
}
@media only screen and (max-width: 700px) {
  .logo-scroller-container > .logo-scroller .media-thumbnail img {
    margin-left: 0;
    width: auto;
  }
}
.logo-scroller-container .logo-scroller-left,
.logo-scroller-container .logo-scroller-right {
  position: absolute;
  height: 42px;
  width: 42px;
  background-color: #d5d5d0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px 10px;
  cursor: pointer;
  top: 91px;
}
@media only screen and (max-width: 900px) {
  .logo-scroller-container .logo-scroller-left,
  .logo-scroller-container .logo-scroller-right {
    top: 54px;
  }
}
.logo-scroller-container .logo-scroller-left.logo-scroller-left,
.logo-scroller-container .logo-scroller-right.logo-scroller-left {
  left: -21px;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-left-solid-white.svg');
}
.logo-scroller-container .logo-scroller-left.logo-scroller-right,
.logo-scroller-container .logo-scroller-right.logo-scroller-right {
  right: -21px;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg');
}
@media only screen and (max-width: 700px) {
  .logo-scroller-container .logo-scroller-left,
  .logo-scroller-container .logo-scroller-right {
    display: none;
  }
}
.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:hover {
  text-decoration: none;
}
.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: #000000;
  text-decoration: none;
  height: 100%;
  overflow: auto;
}
.news-post-block .news-post .news-post-inner .news-post-image-wrapper {
  display: block;
  background-color: #000000;
}
.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-text-wrapper {
  display: block;
  padding: 25px;
  background-color: #000000;
}
@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 .news-post-info {
  display: block;
  width: auto;
  text-align: center;
  margin-top: -41px;
}
@media only screen and (max-width: 900px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info {
    margin-top: -37px;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info {
    margin-top: -27px;
  }
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info .news-post-date {
  background: #ff6b00;
  color: black;
  display: inline-block;
  width: 78%;
  padding: 4px 6px 3px 6px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 1150px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info .news-post-date {
    font-size: 11px;
    padding: 5px 6px 4px 6px;
  }
}
@media only screen and (max-width: 900px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info .news-post-date {
    font-size: 9px;
    padding: 5px 6px 4px 6px;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info .news-post-date {
    font-size: 11px;
  }
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-title {
  font-size: 18px;
  line-height: 1.3em;
  display: block;
  color: white;
  font-weight: 300;
  padding: 26px 0 6px 0;
}
@media only screen and (max-width: 1150px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-title {
    padding-top: 20px;
  }
}
.news-post-block .news-post .news-post-inner.no-image .news-post-info {
  margin-top: 0;
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
.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: 13px;
  }
}
@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: 13px;
  }
}
.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: 14px;
  }
}
@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: 14px;
  }
}
@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 {
  max-width: 860px;
  margin: 0 auto 10px auto;
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .news-post-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .news-wrapper.news-posts-single .news-post-title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .news-post-title {
    font-size: 17.85px;
  }
}
.news-wrapper.news-posts-single .news-post-content {
  max-width: 860px;
  margin: 0 auto;
}
.news-wrapper.news-posts-single .news-post-info {
  max-width: 860px;
  margin: 0 auto 25px auto;
}
.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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .news-post-info > * {
    font-size: 13px;
  }
}
@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 {
  /* Override Inline Styling */
  vertical-align: top !important;
  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: 28px;
  font-family: 'bebas-neue', Verdana, sans-serif;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.news-posts-single .cms-page-comment .cms-page-comment-heading {
    font-size: 21px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .cms-page-comment .cms-page-comment-heading {
    font-size: 17.85px;
  }
}
.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 #ff6b00;
  padding: 15px 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  max-width: 860px;
  margin: 0 auto;
}
.news-wrapper.news-posts-single .readmore-style-box .readmore-style-button {
  display: block;
  font-size: 18px;
  font-family: 'bebas-neue', Verdana, sans-serif;
  text-transform: none;
  border-radius: 0px;
  max-width: none;
  padding: 15px;
  margin: -15px;
  text-align: left;
}
@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: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .readmore-style-box .readmore-style-button {
    width: 116%;
  }
}
.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: 12px;
}
.news-wrapper.news-posts-single #cms_page_comment_form .form-row {
  padding: 0;
}
.news-wrapper.news-posts-single #cms_page_comment_form .form-row label {
  width: 100%;
  float: none;
  display: block;
}
.news-wrapper.news-posts-single #cms_page_comment_form .form-row .field {
  width: 100%;
  margin: 0;
}
.news-wrapper.news-posts-single #cms_page_comment_form .form-row .field textarea {
  min-height: 200px;
}
.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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single #cms_page_comment_form .form-row .field .note {
    font-size: 13px;
  }
}
.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;
}
.news-wrapper.news-posts-single #cms_page_comment_form .form-row.small label {
  display: none;
}
.news-wrapper.news-posts-single #cms_page_comment_form .form-row.buttons {
  margin-left: 0;
}
.search-wrapper .search input.search-button {
  background-color: #ff6b00;
}
.search-wrapper .search input.search-button:hover {
  background-color: #e05e00;
}
.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: 28px;
  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: 21px;
  }
}
@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: 17.85px;
  }
}
@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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .advanced-search-wrapper .search-results .search-result .search-result-blurb {
    font-size: 13px;
  }
}
@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: 28px;
  font-family: 'bebas-neue', 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: 21px;
  }
}
@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: 17.85px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: #000000;
  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;
  }
}
@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.font-awesome i {
  color: #000000;
  font-size: 80px;
}
@media only screen and (max-width: 900px) {
  .captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer .captioned-icon-icon.font-awesome i {
    font-size: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer .captioned-icon-icon.font-awesome i {
    font-size: 40px;
  }
}
.captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-title {
  font-size: 28px;
  font-family: 'bebas-neue', 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: 21px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-title {
    font-size: 17.85px;
  }
}
.captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-description {
  font-size: 18px;
  font-family: 'Montserrat', 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: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-description {
    display: none;
  }
}
.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;
  margin: 0.1em 0.35em;
}
.social-icon i {
  color: #ffffff;
  font-size: 27px;
}
@media only screen and (max-width: 700px) {
  .social-icon i {
    font-size: 18px;
  }
}
.social-icon:hover i {
  color: #ff6b00;
}
.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: 100%;
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  padding-bottom: 42px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  pointer-events: none;
  bottom: 0px !important;
  height: 100%;
  overflow: visible !important;
  height: 0;
  top: 50%;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
  min-width: 24px;
  min-height: 42px;
  margin: 0px;
  text-align: center;
  overflow: visible;
  pointer-events: auto;
  height: 0;
  min-height: 0 !important;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
  display: none !important;
  margin-top: -21px;
  position: absolute;
  top: 0;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:first-of-type,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:last-of-type {
  display: inline-block !important;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:first-of-type {
  left: -21px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:last-of-type {
  right: -21px;
}
.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;
  margin: 0 !important;
}
.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.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%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23fff%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%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23fff%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%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23fff%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;
  display: block;
  border-radius: 0;
  height: 42px;
  width: 42px;
  background-color: #d5d5d0;
  background-position: center center;
  background-size: 5px 10px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg');
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-left-solid-white.svg');
}
.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: center center;
  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.no-padding-constrained > .panel-constrain,
.taipan-contentpanel-panel.no-padding-full-width > .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 {
  margin: 0px !important;
}
.taipan-contentpanel-panel.no-padding-full-width > .panel-constrain {
  width: 100% !important;
}
.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,
.panel-text-on-dark .panel-cell > p a,
.taipan-contentpanel-panel.bg-primary .panel-cell > a,
.taipan-contentpanel-panel.bg-primary .panel-cell > p a,
.taipan-contentpanel-panel.bg-secondary .panel-cell > a,
.taipan-contentpanel-panel.bg-secondary .panel-cell > p a,
.taipan-contentpanel-panel.bg-dark .panel-cell > a,
.taipan-contentpanel-panel.bg-dark .panel-cell > p a {
  color: #ffffff;
  opacity: 0.75;
}
.panel-text-on-dark .panel-cell > a.button,
.panel-text-on-dark .panel-cell > a.button-alt,
.panel-text-on-dark .panel-cell > a.button-small,
.panel-text-on-dark .panel-cell > a.submit,
.panel-text-on-dark .panel-cell > p a.button,
.panel-text-on-dark .panel-cell > p a.button-alt,
.panel-text-on-dark .panel-cell > p a.button-small,
.panel-text-on-dark .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-primary .panel-cell > a.button,
.taipan-contentpanel-panel.bg-primary .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-primary .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-primary .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-primary .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-primary .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-primary .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-primary .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-secondary .panel-cell > a.button,
.taipan-contentpanel-panel.bg-secondary .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-secondary .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-secondary .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-secondary .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-secondary .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-secondary .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-secondary .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-dark .panel-cell > a.button,
.taipan-contentpanel-panel.bg-dark .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-dark .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-dark .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-dark .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-dark .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-dark .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-dark .panel-cell > p a.submit {
  opacity: 1;
}
.panel-text-on-dark .panel-cell > a:hover,
.panel-text-on-dark .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-primary .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-primary .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-secondary .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-secondary .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-dark .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-dark .panel-cell > p a:hover {
  opacity: 1;
}
.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 .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: #ff6b00;
}
.taipan-contentpanel-panel.bg-primary .panel-cell .button-alt {
  color: #ff6b00;
  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: #ff6b00;
}
.taipan-contentpanel-panel.bg-secondary {
  background-color: #000000;
}
.taipan-contentpanel-panel.bg-secondary .panel-cell .button {
  color: #000000;
  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: #000000;
}
.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: #ececec;
}
.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-top .panel-cell,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell,
.taipan-contentpanel-panel.bg-image-left .panel-cell,
.taipan-contentpanel-panel.bg-image-right .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-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,
.taipan-contentpanel-panel.bg-image-left .panel-cell p,
.taipan-contentpanel-panel.bg-image-left .panel-cell h1,
.taipan-contentpanel-panel.bg-image-left .panel-cell h2,
.taipan-contentpanel-panel.bg-image-left .panel-cell h3,
.taipan-contentpanel-panel.bg-image-left .panel-cell h4,
.taipan-contentpanel-panel.bg-image-left .panel-cell h5,
.taipan-contentpanel-panel.bg-image-left .panel-cell h6,
.taipan-contentpanel-panel.bg-image-right .panel-cell p,
.taipan-contentpanel-panel.bg-image-right .panel-cell h1,
.taipan-contentpanel-panel.bg-image-right .panel-cell h2,
.taipan-contentpanel-panel.bg-image-right .panel-cell h3,
.taipan-contentpanel-panel.bg-image-right .panel-cell h4,
.taipan-contentpanel-panel.bg-image-right .panel-cell h5,
.taipan-contentpanel-panel.bg-image-right .panel-cell h6 {
  color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell > a,
.taipan-contentpanel-panel.bg-hero .panel-cell > p a,
.taipan-contentpanel-panel.bg-image .panel-cell > a,
.taipan-contentpanel-panel.bg-image .panel-cell > p a,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > a,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > p a,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > a,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > p a,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > a,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > p a,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > a,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > p a,
.taipan-contentpanel-panel.bg-image-left .panel-cell > a,
.taipan-contentpanel-panel.bg-image-left .panel-cell > p a,
.taipan-contentpanel-panel.bg-image-right .panel-cell > a,
.taipan-contentpanel-panel.bg-image-right .panel-cell > p a {
  color: #ffffff;
  opacity: 0.75;
}
.taipan-contentpanel-panel.bg-hero .panel-cell > a.button,
.taipan-contentpanel-panel.bg-hero .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-hero .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-hero .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-hero .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-hero .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-hero .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-hero .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-image .panel-cell > a.button,
.taipan-contentpanel-panel.bg-image .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-image .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-image .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-image .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-image .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-image .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-image .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > a.button,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > a.button,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > a.button,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > a.button,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-image-left .panel-cell > a.button,
.taipan-contentpanel-panel.bg-image-left .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-image-left .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-image-left .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-image-left .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-image-left .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-image-left .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-image-left .panel-cell > p a.submit,
.taipan-contentpanel-panel.bg-image-right .panel-cell > a.button,
.taipan-contentpanel-panel.bg-image-right .panel-cell > a.button-alt,
.taipan-contentpanel-panel.bg-image-right .panel-cell > a.button-small,
.taipan-contentpanel-panel.bg-image-right .panel-cell > a.submit,
.taipan-contentpanel-panel.bg-image-right .panel-cell > p a.button,
.taipan-contentpanel-panel.bg-image-right .panel-cell > p a.button-alt,
.taipan-contentpanel-panel.bg-image-right .panel-cell > p a.button-small,
.taipan-contentpanel-panel.bg-image-right .panel-cell > p a.submit {
  opacity: 1;
}
.taipan-contentpanel-panel.bg-hero .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-hero .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-image .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-image .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-image-slides .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-image-left .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-image-left .panel-cell > p a:hover,
.taipan-contentpanel-panel.bg-image-right .panel-cell > a:hover,
.taipan-contentpanel-panel.bg-image-right .panel-cell > p a:hover {
  opacity: 1;
}
.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-top .panel-cell table,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell table,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell table,
.taipan-contentpanel-panel.bg-image-left .panel-cell table,
.taipan-contentpanel-panel.bg-image-right .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-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,
.taipan-contentpanel-panel.bg-image-left .panel-cell table tr,
.taipan-contentpanel-panel.bg-image-right .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-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,
.taipan-contentpanel-panel.bg-image-left .panel-cell table tr td,
.taipan-contentpanel-panel.bg-image-left .panel-cell table tr th,
.taipan-contentpanel-panel.bg-image-right .panel-cell table tr td,
.taipan-contentpanel-panel.bg-image-right .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-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,
.taipan-contentpanel-panel.bg-image-left .panel-cell table thead td,
.taipan-contentpanel-panel.bg-image-left .panel-cell table thead th,
.taipan-contentpanel-panel.bg-image-left .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-image-left .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-image-right .panel-cell table thead td,
.taipan-contentpanel-panel.bg-image-right .panel-cell table thead th,
.taipan-contentpanel-panel.bg-image-right .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-image-right .panel-cell table tfoot th {
  background-color: transparent;
}
.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-top .panel-cell .button,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell .button,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell .button,
.taipan-contentpanel-panel.bg-image-left .panel-cell .button,
.taipan-contentpanel-panel.bg-image-right .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-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,
.taipan-contentpanel-panel.bg-image-left .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-image-right .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-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,
.taipan-contentpanel-panel.bg-image-left .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-image-right .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-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,
.taipan-contentpanel-panel.bg-image-left .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-image-right .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-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,
.taipan-contentpanel-panel.bg-image-left .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-image-right .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-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,
.taipan-contentpanel-panel.bg-image-left .panel-background-image:before,
.taipan-contentpanel-panel.bg-image-right .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: #000000;
}
.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: #000000;
    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-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 {
    /* FF3.6-15 */
    background: -moz-linear-gradient(top,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to bottom,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000',endColorstr='#00000000',GradientType=0);
    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 {
    /* FF3.6-15 */
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#bf000000',GradientType=0);
    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-left .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-left .panel-background-image:before {
    /* FF3.6-15 */
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#bf000000',GradientType=1);
    opacity: 0.75;
  }
}
.taipan-contentpanel-panel.bg-image-left .panel-constrain .panel-block .panel-cell {
  text-align: left;
}
@media only screen and (min-width: 901px) {
  .taipan-contentpanel-panel.bg-image-left .panel-constrain .panel-block .panel-cell {
    padding-left: calc(50% + (4% / 2));
  }
}
.taipan-contentpanel-panel.bg-image-right .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-right .panel-background-image:before {
    /* FF3.6-15 */
    background: -moz-linear-gradient(left,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to right,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000',endColorstr='#00000000',GradientType=1);
    opacity: 0.75;
  }
}
.taipan-contentpanel-panel.bg-image-right .panel-constrain .panel-block .panel-cell {
  text-align: left;
}
@media only screen and (min-width: 901px) {
  .taipan-contentpanel-panel.bg-image-right .panel-constrain .panel-block .panel-cell {
    padding-right: calc(50% + (4% / 2));
  }
}
.taipan-contentpanel-panel.bg-image-no-overlay .panel-background-image:before {
  display: none;
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion {
  font-size: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion {
    display: block;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  vertical-align: top;
  font-style: 18px;
  position: relative;
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel.orange-background-image .panel-background-image {
  opacity: 0.23;
  background-blend-mode: multiply;
  background-color: #ff6b00;
  background-position: center left;
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
  width: 100%;
  height: 100%;
  padding: 164px 15px;
}
@media only screen and (max-width: 1200px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
    width: 50vw;
    padding: 164px 30px;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
    width: 100%;
    padding: 60px 30px 60px 30px;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain:before {
    display: none;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block {
    vertical-align: top;
  }
}
@media only screen and (max-width: 1500px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h2 {
    font-size: 33px;
  }
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h2 .large-text {
    font-size: 80px;
    line-height: 70px;
    display: block;
    margin: 4px 0 -30px 0;
  }
}
@media only screen and (max-width: 1500px) and only screen and (max-width: 1150px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h2 {
    font-size: 24.75px;
  }
}
@media only screen and (max-width: 1500px) and only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h2 {
    font-size: 21.0375px;
  }
}
@media only screen and (max-width: 1200px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 1150px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) and only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h2 {
    font-size: 25.5px;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h2 {
    font-size: 21.0375px;
  }
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h2 .large-text {
    font-size: 38px;
    line-height: 40px;
    margin: 3px 0 -22px 0;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h3 {
  margin-top: 130px;
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h3:first-child {
  margin-top: 0;
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h3:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h3 {
    margin-top: 40px;
  }
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h3 .large-text {
    font-size: 38px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell p:last-of-type {
    margin-bottom: 0;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .button-alt-large-white {
  margin-top: 60px;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .button-alt-large-white {
    margin-top: 0;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type {
  background-image: url('../../include/resources/vitalleaders/images/i-black-zebra-left.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: 100;
  overflow: visible;
  position: relative;
  width: 40%;
  background-color: transparent;
  padding-right: 60px;
}
@media only screen and (max-width: 1200px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type {
    width: 100%;
    padding-right: 0;
    background-color: black;
    background-image: url('../../include/resources/vitalleaders/images/i-black-zebra-square.svg');
    background-position: center center;
    background-size: cover;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type:before {
  content: '';
  position: absolute;
  left: -150px;
  right: 0;
  top: -250px;
  bottom: -250px;
  z-index: -1;
  background-image: url('../../include/resources/vitalleaders/images/i-black-zebra.svg');
  background-repeat: no-repeat;
  background-position: center right -12vw;
  background-size: auto 110%;
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media only screen and (max-width: 1200px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type:before {
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type:before {
    display: none;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type:after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: -83px;
  top: 50%;
  margin-top: -50px;
  background-image: url('../../include/resources/vitalleaders/images/i-logo-icon-white.svg');
  background-size: 82px 89px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type:after {
    display: none;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type.black-background:before {
  background-color: #000000;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:first-of-type .panel-constrain {
    padding: 60px 30px 56px 30px;
  }
}
.taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:last-of-type {
  z-index: 50;
  width: 100%;
  margin-left: -40%;
  padding-left: 40%;
}
@media only screen and (max-width: 1200px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:last-of-type {
    margin-left: -50%;
    padding-left: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset.inspirers-igniters-influencers .taipan-contentpanel-panelregion .taipan-contentpanel-panel:last-of-type {
    margin-left: 0;
    padding-left: 0;
  }
}
.taipan-contentpanel-panel.orange-background {
  background-color: #ff6b00;
}
.taipan-contentpanel-panel.orange-background * {
  color: white;
}
.taipan-contentpanel-panel.orange-background hr {
  background: black;
}
.taipan-contentpanel-panel.black-background {
  background-color: #000000;
}
.taipan-contentpanel-panel.black-background * {
  color: white;
}
.taipan-contentpanel-panel.grey-background {
  background-color: #ececec;
}
.taipan-contentpanel-panel.narrow .panel-constrain {
  max-width: 990px;
}
.taipan-contentpanel-panel.orange-background-image .panel-background-image {
  opacity: 0.23;
  background-blend-mode: multiply;
  background-color: #ff6b00;
}
.taipan-contentpanel-panel.black-background-image .panel-background-image {
  opacity: 0.8;
  background-blend-mode: screen;
  background-color: #000000;
  background-position: center left;
}
.taipan-contentpanel-panel.full-height {
  height: 100vh;
  margin-top: -130px;
}
@media only screen and (max-width: 1150px) {
  .taipan-contentpanel-panel.full-height {
    margin-top: -99px;
  }
}
@media only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.full-height {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.full-height {
    height: 88vh;
    margin-top: -79px;
  }
}
.taipan-contentpanel-panel.full-width .panel-constrain {
  width: 100%;
}
.taipan-contentpanel-panel.full-width .panel-constrain .panel-block {
  width: 100%;
  margin: 0;
}
.taipan-contentpanel-panel.full-width .panel-constrain .panel-block .panel-cell {
  width: 100%;
  margin: 0;
}
.taipan-contentpanel-panel.full-width .panel-constrain .panel-block .panel-cell .media-thumbnail {
  margin: 0;
  display: block;
  width: 100%;
}
.taipan-contentpanel-panel.full-width .panel-constrain .panel-block .panel-cell .media-thumbnail img {
  display: block;
  width: 100%;
}
.taipan-contentpanel-panel.no-padding .panel-constrain {
  padding: 0;
}
.taipan-contentpanel-panel.font-size-0 .panel-constrain .panel-block .panel-cell {
  font-size: 0;
}
@media only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.heading-panel .panel-background-image {
    background-position: center center;
  }
}
.taipan-contentpanel-panel.heading-panel .panel-constrain {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 12vw 0 11vw 93px;
}
@media only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.heading-panel .panel-constrain {
    padding: 80px 0 60px 40px;
  }
}
@media only screen and (max-width: 550px) {
  .taipan-contentpanel-panel.heading-panel .panel-constrain {
    padding: 52px 0 45px 25px;
  }
}
.taipan-contentpanel-panel.heading-panel .panel-constrain h1 {
  margin: 0;
}
.taipan-contentpanel-panel.heading-panel .panel-constrain h1 .montserrat {
  margin-top: -15px;
  display: block;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.heading-panel .panel-constrain h1 .montserrat {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 550px) {
  .taipan-contentpanel-panel.heading-panel .panel-constrain h1 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 550px) and only screen and (max-width: 1150px) {
  .taipan-contentpanel-panel.heading-panel .panel-constrain h1 {
    font-size: 24.75px;
  }
}
@media only screen and (max-width: 550px) and only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.heading-panel .panel-constrain h1 {
    font-size: 21.0375px;
  }
}
.taipan-contentpanel-panel.heading-panel .panel-constrain .media-thumbnail {
  max-width: 50vw;
  margin-left: -10px;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.heading-panel .panel-constrain .media-thumbnail {
    margin: 10px 0 10px -5px;
  }
}
.taipan-contentpanel-panel.heading-panel.jilinda-photo .panel-background-image {
  background-position: right -30px center;
}
.taipan-contentpanel-panel.zebra {
  background-image: url('../../include/resources/vitalleaders/images/i-black-zebra-square.svg');
  background-size: cover;
  background-position: center center;
}
.taipan-contentpanel-panel.white-zebra {
  background-image: url('../../include/resources/vitalleaders/images/i-white-zebra-square.svg');
  background-size: cover;
  background-position: center center;
}
.taipan-contentpanel-panel.black-angle {
  background-image: url('../../include/resources/vitalleaders/images/i-black-zebra-right.svg');
  background-repeat: no-repeat;
  background-position: center right -2px;
  background-size: auto 100%;
}
@media only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.black-angle {
    background-image: none;
  }
}
.taipan-contentpanel-panel.at-the-core {
  background-image: url('../../include/resources/vitalleaders/images/p-target-orange.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 430px auto;
}
@media only screen and (max-width: 1800px) {
  .taipan-contentpanel-panel.at-the-core {
    background-size: 320px auto;
  }
}
@media only screen and (max-width: 1660px) {
  .taipan-contentpanel-panel.at-the-core {
    background-size: 220px auto;
  }
  .taipan-contentpanel-panel.at-the-core .panel-constrain {
    max-width: 990px;
  }
  .taipan-contentpanel-panel.at-the-core .panel-constrain a img {
    margin: 30px 20px -45px 20px;
  }
  .taipan-contentpanel-panel.at-the-core .panel-constrain a:first-of-type img {
    width: 378px;
  }
  .taipan-contentpanel-panel.at-the-core .panel-constrain a:last-of-type img {
    width: 260px;
  }
}
@media only screen and (max-width: 1150px) {
  .taipan-contentpanel-panel.at-the-core .panel-constrain {
    max-width: 860px;
  }
  .taipan-contentpanel-panel.at-the-core .panel-constrain a img {
    margin: 10px 10px -65px 10px;
  }
  .taipan-contentpanel-panel.at-the-core .panel-constrain a:first-of-type img {
    width: 275px;
  }
  .taipan-contentpanel-panel.at-the-core .panel-constrain a:last-of-type img {
    width: 190px;
  }
}
@media only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.at-the-core .panel-constrain a {
    display: block;
  }
  .taipan-contentpanel-panel.at-the-core .panel-constrain a img {
    display: block;
    margin: 0px auto -62px auto;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.at-the-core {
    background-image: none;
  }
  .taipan-contentpanel-panel.at-the-core .panel-constrain a img {
    display: block;
    margin: 28px auto -30px auto;
  }
}
.taipan-contentpanel-panel.at-the-core .partnership-logo {
  margin: 20px 30px -64px 30px;
}
@media only screen and (max-width: 1150px) {
  .taipan-contentpanel-panel.at-the-core .partnership-logo {
    height: 120px;
    margin: 20px 0 -60px 0;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.at-the-core .partnership-logo {
    height: 80px;
    margin: 20px 0 -40px 0;
  }
}
.taipan-contentpanel-panel.hi-im-jilinda {
  background-image: url('../../include/resources/vitalleaders/images/p-jilinda.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 500px auto;
}
@media only screen and (max-width: 2200px) {
  .taipan-contentpanel-panel.hi-im-jilinda {
    padding-left: 22%;
    background-size: auto auto;
  }
}
@media only screen and (max-width: 1920px) {
  .taipan-contentpanel-panel.hi-im-jilinda {
    padding-left: 25%;
    background-size: 560px auto;
  }
}
@media only screen and (max-width: 1720px) {
  .taipan-contentpanel-panel.hi-im-jilinda {
    padding-left: 29%;
    background-size: 560px auto;
  }
}
@media only screen and (max-width: 1560px) {
  .taipan-contentpanel-panel.hi-im-jilinda {
    padding-left: 33%;
    background-size: 560px auto;
  }
}
@media only screen and (max-width: 1490px) {
  .taipan-contentpanel-panel.hi-im-jilinda {
    padding-left: 0;
    background-image: none;
  }
}
.taipan-contentpanel-panel.hi-im-jilinda .panel-constrain {
  width: 1030px;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-height: 900px) {
  .taipan-contentpanel-panel.dare-to-lead-dynamically .panel-background-image {
    background-position: left top;
  }
}
@media only screen and (max-width: 1200px) {
  .taipan-contentpanel-panel.dare-to-lead-dynamically .panel-background-image {
    background-position: center top;
    background-size: auto 130%;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.dare-to-lead-dynamically .panel-background-image {
    width: 150%;
  }
}
.taipan-contentpanel-panel.dare-to-lead-dynamically:after {
  content: '';
  border: 3px solid white;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-down-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  position: absolute;
  display: block;
  bottom: 20px;
  left: 50%;
  width: 46px;
  height: 30px;
  margin-left: -23px;
}
.taipan-contentpanel-panel.dare-to-lead-dynamically .panel-constrain {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 55px;
}
@media only screen and (max-height: 900px) {
  .taipan-contentpanel-panel.dare-to-lead-dynamically .panel-constrain {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.dare-to-lead-dynamically .panel-constrain {
    padding: 40px 40px 16vh 40px;
    text-align: center;
  }
}
.taipan-contentpanel-panel.dare-to-lead-dynamically .panel-constrain h1 {
  color: white;
  margin-bottom: 0;
}
@media only screen and (max-height: 900px) {
  .taipan-contentpanel-panel.dare-to-lead-dynamically .panel-constrain h1 {
    line-height: 1;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.dare-to-lead-dynamically .panel-constrain h1 {
    font-size: 32px;
  }
}
.taipan-contentpanel-panel.orange-background-image-angle:before {
  content: '';
  background: #ff6b00;
  position: absolute;
  left: -275px;
  top: -120px;
  bottom: -120px;
  width: 400px;
  opacity: 0.9;
  /* IE 9 */
  -ms-transform: rotate(-15deg);
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media only screen and (max-width: 1200px) {
  .taipan-contentpanel-panel.orange-background-image-angle:before {
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.orange-background-image-angle:before {
    width: 326px;
  }
}
.taipan-contentpanel-panel.be-the-dynamic-leader h3 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.be-the-dynamic-leader h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.be-the-dynamic-leader h3 {
    font-size: 15px;
    margin: 0;
    padding: 5px 0 9px 0;
    text-align: center;
  }
}
.taipan-contentpanel-panel.be-the-dynamic-leader h3 .large-text {
  display: inline-block;
  vertical-align: middle;
  padding: 89px 14px 165px 0;
  width: 333px;
  height: 303px;
  color: white;
  background-image: url('../../include/resources/vitalleaders/images/i-triangle-orange-zebra.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 333px 303px;
  font-size: 68px;
  margin-bottom: -50px;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.be-the-dynamic-leader h3 .large-text {
    margin-top: -93px;
    margin-bottom: -142px;
    z-index: -1;
    position: relative;
    padding: 100px 14px;
    font-size: 80px;
    background-size: 200px auto;
    color: #000000;
    display: block;
    width: 100%;
    background-position: center top 40px;
  }
}
.taipan-contentpanel-panel.peeping-tom {
  overflow: visible !important;
  z-index: 100 !important;
}
.taipan-contentpanel-panel.peeping-tom:after {
  content: '';
  display: block;
  width: 301px;
  height: 200px;
  background-image: url('../../include/resources/vitalleaders/images/p-peeping-tom.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 301px 200px;
  position: absolute;
  bottom: -44px;
  right: 50px;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.peeping-tom:after {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .taipan-contentpanel-panel.contact-jilinda {
    background-image: url('../../include/resources/vitalleaders/images/p-jilinda-headshot.png');
    background-position: right bottom -23px;
    background-size: 575px 532px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.contact-jilinda {
    background-size: 375px auto;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.contact-jilinda {
    padding-bottom: 330px;
    background-position: center bottom -20px;
    background-size: 375px auto;
  }
}
.taipan-contentpanel-panel.contact-jilinda .panel-constrain {
  background-image: url('../../include/resources/vitalleaders/images/p-jilinda-headshot.png');
  background-position: right bottom -23px;
  background-size: 575px 532px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1300px) {
  .taipan-contentpanel-panel.contact-jilinda .panel-constrain {
    background-image: none;
  }
}
.taipan-contentpanel-panel.contact-jilinda .panel-constrain .panel-block {
  width: 54%;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.contact-jilinda .panel-constrain .panel-block {
    width: 100%;
  }
}
.taipan-contentpanel-panel.contact-jilinda .panel-constrain .panel-block .panel-cell .social-icon:first-of-type {
  margin-left: 0;
}
.taipan-contentpanel-panel.content-slider #hero-panels {
  background: #ff6b00;
}
.taipan-contentpanel-panel.content-slider #hero-panels .taipan-contentpanel-panel {
  padding: 0;
}
.taipan-contentpanel-panel.content-slider #hero-panels .taipan-contentpanel-panel .panel-constrain {
  width: 100%;
  padding: 0;
}
.taipan-contentpanel-panel.content-slider #hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block {
  width: 100%;
  margin: 0;
}
.taipan-contentpanel-panel.content-slider #hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
  width: 100%;
  margin: 0;
  padding: 37px 45px;
}
.taipan-contentpanel-panel.content-slider #hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell * {
  color: white;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.content-slider #hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .media-thumbnail {
    margin: 30px 0 0 0;
  }
  .taipan-contentpanel-panel.content-slider #hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .media-thumbnail img {
    margin: 0 auto;
  }
}
.taipan-contentpanel-panel.jilinda-quote {
  overflow: visible !important;
}
.taipan-contentpanel-panel.jilinda-quote .panel-constrain {
  padding-right: 380px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .taipan-contentpanel-panel.jilinda-quote .panel-constrain {
    padding-right: 15px;
    padding-bottom: 500px;
  }
}
.taipan-contentpanel-panel.jilinda-quote .panel-constrain:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 469px;
  background-image: url('../../include/resources/vitalleaders/images/p-jilinda-transparent.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 350px 522px;
}
@media only screen and (max-width: 850px) {
  .taipan-contentpanel-panel.jilinda-quote .panel-constrain:after {
    left: 0;
    width: auto;
  }
}
.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: 14px;
  }
}
@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: 14px;
  }
}
@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: 'bebas-neue', 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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 50px;
  font-family: 'bebas-neue', Verdana, sans-serif;
  margin: 1em 0em 0em 0em;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-info .product-price {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-info .product-price {
    font-size: 31.875px;
  }
}
.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: 'bebas-neue', 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: 1px 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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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 #ececec;
  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: 28px;
  font-family: 'bebas-neue', 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: 21px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    font-size: 17.85px;
  }
}
@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: 14px;
  }
}
@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: 28px;
  font-family: 'bebas-neue', 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: 21px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-line {
    font-size: 17.85px;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
  color: #666666;
  font-size: 16px;
  font-family: 'Origo', 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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
    font-size: 13px;
  }
}
.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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-description {
    font-size: 13px;
  }
}
.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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
    font-size: 13px;
  }
}
@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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    font-size: 13px;
  }
}
@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 #ececec;
  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: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .cart-remove {
    font-size: 13px;
  }
}
.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 {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  background-color: #ff6b00;
  font-family: 'bebas-neue', Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 21px 140px 19px 30px;
  cursor: pointer;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg');
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 6px 10px;
}
.cart-checkout-wrapper form.checkout-form .vouchers .voucher-update .button-arrow {
  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: #e05e00;
  text-decoration: none;
}
.cart-checkout-wrapper form.checkout-form .vouchers .voucher-update.red {
  background-color: #ea212e;
}
.cart-checkout-wrapper form.checkout-form .vouchers .voucher-update.red:hover {
  background-color: #c5131e;
}
.cart-checkout-wrapper form.checkout-form .vouchers .voucher-update.pink {
  background-color: #ea168c;
}
.cart-checkout-wrapper form.checkout-form .vouchers .voucher-update.pink:hover {
  background-color: #bc1170;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .vouchers .voucher-update {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 16px 60px 14px 18px;
  }
}
.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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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: 'Montserrat', 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: 14px;
  }
}
@media only screen and (max-width: 700px) {
  body {
    line-height: 1.4;
  }
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 130px 0 0 0;
}
@media only screen and (max-width: 1150px) {
  .page-region {
    padding: 99px 0 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .page-region {
    padding: 80px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  .page-region {
    padding: 79px 0 0 0;
  }
}
.header-wrapper {
  background: #000000;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 149px;
  z-index: 900;
  -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;
}
@media only screen and (max-width: 1150px) {
  .header-wrapper {
    top: 106px;
  }
}
@media only screen and (max-width: 900px) {
  .header-wrapper {
    top: 86px;
  }
}
@media only screen and (max-width: 700px) {
  .header-wrapper {
    display: none;
  }
}
.header-wrapper .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-section a {
  color: #ff6b00;
}
.header-wrapper .header-section a:hover {
  color: #ff6b00;
}
.header-wrapper .header-section .header-column {
  display: inline-block;
}
.header-wrapper .header-section .header-column .logo {
  margin: -144px 18px -84px 50px;
  -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;
}
@media only screen and (max-width: 1150px) {
  .header-wrapper .header-section .header-column .logo {
    width: 400px;
    margin: -93px 13px -56px 37px;
  }
}
@media only screen and (max-height: 900px) {
  .header-wrapper .header-section .header-column .logo {
    width: 400px;
    margin: -93px 13px -56px 37px;
  }
}
@media only screen and (max-width: 900px) {
  .header-wrapper .header-section .header-column .logo {
    width: 340px;
    margin: -79px 12px -49px 32px;
  }
}
@media only screen and (max-width: 700px) {
  .header-wrapper .header-section .header-column {
    text-align: center;
  }
}
.header-wrapper.scrolled,
.header-wrapper.internal {
  background: transparent;
  top: 0;
}
.header-wrapper.scrolled .header-section .header-column .logo,
.header-wrapper.internal .header-section .header-column .logo {
  margin: -15px 0 0 30px;
  width: 250px;
}
@media only screen and (max-width: 1150px) {
  .header-wrapper.scrolled .header-section .header-column .logo,
  .header-wrapper.internal .header-section .header-column .logo {
    width: 220px;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 900px) {
  .header-wrapper.scrolled .header-section .header-column .logo,
  .header-wrapper.internal .header-section .header-column .logo {
    width: 170px;
    margin-top: -14px;
  }
}
.nav-background {
  background: #000000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 130px;
  z-index: 800;
}
@media only screen and (max-width: 1150px) {
  .nav-background {
    height: 99px;
  }
}
@media only screen and (max-width: 900px) {
  .nav-background {
    height: 80px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-background {
    display: none;
  }
}
.nav-wrapper {
  color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper {
    width: 100%;
    overflow: hidden;
    background: #000000;
  }
}
.nav-wrapper .nav-block {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
  z-index: 20;
}
.nav-wrapper .nav-block > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .nav-wrapper .nav-block > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block > * {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block {
    text-align: left;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: #ffffff;
  line-height: 1;
  padding: 7px 19px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .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;
  }
}
.nav-wrapper .nav-block .nav-toggle .toggle-text {
  display: inline-block;
  font-size: 1.0em;
  text-transform: uppercase;
}
.nav-wrapper .nav-block .nav-toggle .toggle-text img {
  line-height: 1;
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 30px;
  height: 25px;
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon .toggle-icon-line {
  display: inline-block;
  background-color: #ffffff;
  width: 100%;
  height: 20%;
}
.nav-wrapper .nav-block .nav-toggle:hover .toggle-icon .toggle-icon-line {
  background-color: #ff6b00;
}
.nav-wrapper .nav-block .nav-cell {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 96%;
  text-align: right;
  padding: 28px 36px;
}
@media only screen and (max-width: 1150px) {
  .nav-wrapper .nav-block .nav-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block .nav-cell {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .nav-wrapper .nav-block .nav-cell {
    padding: 18px 26px;
  }
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-block .nav-cell {
    padding: 14px 22px 10px 22px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-block .nav-cell .header-content-wrapper {
  display: none;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block .nav-cell .header-content-wrapper {
    display: block;
  }
}
.nav-wrapper .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: 50px;
  font-family: 'bebas-neue', Verdana, sans-serif;
  text-align: center;
  line-height: 1;
  padding: 17px 19px 34px 19px;
  white-space: nowrap;
}
@media only screen and (max-width: 1150px) {
  .nav-wrapper .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper {
    font-size: 31.875px;
  }
}
.nav-wrapper .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper i {
  font-size: 40px;
}
@media only screen and (max-width: 1150px) {
  .nav-wrapper .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper i {
    font-size: 25.5px;
  }
}
.nav-wrapper .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper:hover {
  color: #ff6b00;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-block ul {
  display: inline-block;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding-bottom: 17px;
  }
}
.nav-wrapper .nav-block ul li {
  display: inline-block;
  position: relative;
  padding: 0em;
  margin: 0em;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
  }
}
.nav-wrapper .nav-block ul li a {
  display: block;
  color: #ffffff;
  background: #000000;
  font-size: 28px;
  font-family: 'bebas-neue', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px 19px;
  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: 1150px) {
  .nav-wrapper .nav-block ul li a {
    padding: 15px 10px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-block ul li a {
    padding: 12px 8px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li a {
    padding: 3px 0;
    white-space: normal;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-block ul li:hover > a,
.nav-wrapper .nav-block ul li.current > a {
  color: #ff6b00;
  /*
            &.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;
              }
            }
            */
  background-color: #000000;
}
.nav-wrapper .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block ul li ul {
  display: block;
  background-color: #404040;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 74px;
  left: 50%;
  margin-left: -110px;
  right: auto;
  visibility: hidden;
  z-index: 20;
  width: 220px;
}
@media only screen and (max-width: 1150px) {
  .nav-wrapper .nav-block ul li ul {
    top: 62px;
  }
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-block ul li ul {
    top: 56px;
  }
}
.nav-wrapper .nav-block ul li ul:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #404040;
  position: absolute;
  left: 110px;
  margin-left: -10px;
  top: -4px;
  display: block;
  /* IE 9 */
  -ms-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li ul:before {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .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;
    margin: 0;
  }
}
.nav-wrapper .nav-block ul li ul li {
  display: block;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li ul li {
    background-color: none;
    border: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a {
  color: #ffffff;
  background-color: #404040;
  text-transform: none;
  padding: 11px 20px;
  font-family: 'Montserrat', Verdana, sans-serif;
  text-transform: none;
  font-size: 16px;
  border-top: 1px solid rgba(255,255,255,0.2);
  /*
              &.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: 700px) {
  .nav-wrapper .nav-block ul li ul li a {
    padding: 4.25px 19px;
    background-color: transparent;
    padding: 3px 0;
    font-family: 'Montserrat', Verdana, sans-serif;
    text-transform: none;
    font-size: 14px;
    border: none;
  }
}
.nav-wrapper .nav-block ul li ul li a.has_children {
  padding-bottom: 6px;
}
.nav-wrapper .nav-block ul li ul li:first-child {
  border: none;
}
.nav-wrapper .nav-block ul li ul li:first-child a {
  border-top: 0;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:last-child {
  border: none;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:hover > a {
  color: #cfcfcf;
  background-color: #404040;
  /*
                &.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;
                  }
                }
                */
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li ul li:hover > a {
    background-color: transparent;
    color: #ff6b00;
  }
}
.nav-wrapper .nav-block ul li ul li.current > a {
  color: #cfcfcf;
  background-color: #404040;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li ul li.current > a {
    color: white;
    background-color: transparent;
  }
}
.nav-wrapper .nav-block ul li ul li > ul {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding-bottom: 11px;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li ul li > ul {
    display: none;
  }
}
.nav-wrapper .nav-block ul li ul li > ul:before {
  display: none;
}
.nav-wrapper .nav-block ul li ul li > ul li a {
  border: 0;
  font-size: 12px;
  padding: 3px 20px;
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-block ul li ul li > ul li a {
    padding: 3px 0;
    font-size: 10px;
  }
}
.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: 14px;
  }
}
@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: 14px;
  }
}
@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: 14px;
  }
}
@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 .social-icon,
.content-wrapper .content-constrain .content-block .panel-cell .social-icon,
.content-wrapper .content-constrain .panel-block .content-cell .social-icon,
.content-wrapper .content-constrain .panel-block .panel-cell .social-icon,
.content-wrapper .panel-constrain .content-block .content-cell .social-icon,
.content-wrapper .panel-constrain .content-block .panel-cell .social-icon,
.content-wrapper .panel-constrain .panel-block .content-cell .social-icon,
.content-wrapper .panel-constrain .panel-block .panel-cell .social-icon {
  margin-top: 17px;
}
.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: 14px;
  }
}
@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: 14px;
  }
}
@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 {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  background-color: #ff6b00;
  font-family: 'bebas-neue', Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 21px 140px 19px 30px;
  cursor: pointer;
  background-image: url('../../include/resources/vitalleaders/images/i-arrow-right-solid-white.svg');
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 6px 10px;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a .button-arrow {
  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: #e05e00;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.red,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.red,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.red,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.red,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a.red,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a.red,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a.red,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a.red {
  background-color: #ea212e;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.red:hover,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.red:hover,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.red:hover,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.red:hover,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a.red:hover,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a.red:hover,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a.red:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a.red:hover {
  background-color: #c5131e;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.pink,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.pink,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.pink,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.pink,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a.pink,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a.pink,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a.pink,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a.pink {
  background-color: #ea168c;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.pink:hover,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.pink:hover,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.pink:hover,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.pink:hover,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a.pink:hover,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a.pink:hover,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a.pink:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a.pink:hover {
  background-color: #bc1170;
}
@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 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 16px 60px 14px 18px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li ul {
  display: none;
}
.content-wrapper.with-panels .panel-constrain .panel-block .panel-cell *:last-child {
  margin-bottom: 0;
}
.social-icon {
  background-color: #ff6b00;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1150px) {
  .social-icon {
    width: 46px;
    height: 46px;
    margin: 0 4px 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .social-icon {
    font-size: 38px;
    width: 38px;
    height: 38px;
  }
}
.social-icon i {
  display: block;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
}
@media only screen and (max-width: 1150px) {
  .social-icon i {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 900px) {
  .social-icon i {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.social-icon.linked-in i {
  font-size: 31px;
  margin: -1px 0 0 0;
}
@media only screen and (max-width: 1150px) {
  .social-icon.linked-in i {
    font-size: 29px;
  }
}
@media only screen and (max-width: 900px) {
  .social-icon.linked-in i {
    font-size: 22px;
  }
}
.social-icon.google-plus i {
  font-size: 26px;
}
@media only screen and (max-width: 1150px) {
  .social-icon.google-plus i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .social-icon.google-plus i {
    font-size: 18px;
  }
}
.social-icon.facebook i {
  font-size: 32px;
  margin: 1px 0 0 -1px;
}
@media only screen and (max-width: 1150px) {
  .social-icon.facebook i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .social-icon.facebook i {
    font-size: 22px;
  }
}
.social-icon.twitter i {
  font-size: 33px;
  margin: 2px 0 0 0;
}
@media only screen and (max-width: 1150px) {
  .social-icon.twitter i {
    font-size: 31px;
  }
}
@media only screen and (max-width: 900px) {
  .social-icon.twitter i {
    font-size: 22px;
    margin: 0.5px 0 0 1px;
  }
}
.social-icon:hover {
  text-decoration: none;
  background-color: #e05e00;
}
.social-icon:hover i {
  color: white;
}
.footer-wrapper {
  background: #000000;
  background-image: url('../../include/resources/vitalleaders/images/i-zebra-texture-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer-wrapper .footer-constrain {
  font-size: 18px;
  width: 1120px;
  margin: 0px auto;
  color: #ffffff;
  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: 14px;
  }
}
@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 {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-section > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section > * {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section {
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-section h3 {
  margin-top: 0;
}
.footer-wrapper .footer-constrain .footer-section a {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-section a:hover {
  color: #ff6b00;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-section a.phone:hover {
  color: white;
  text-decoration: none;
  cursor: default;
}
.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;
  vertical-align: top;
  padding-bottom: 0.75em;
  font-weight: 700;
}
@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: 13px;
  }
}
@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: 13px;
  }
}
.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 i {
  font-size: 18px;
  color: #ff6b00;
}
@media only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section dl dt i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section dl dt i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-section dl dt {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section dl dt {
    display: block;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 29.333333333333%;
}
@media only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-contact .details {
  position: relative;
  padding-left: 33px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-contact .details {
    font-size: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-contact .details {
    font-size: 13px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-contact .details:last-of-type {
  margin-bottom: 0;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-contact .details .icon {
  color: #ff6b00;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-contact .details .icon {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-contact .details .icon {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-social {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-social h3 {
    display: none;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-social a:hover {
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form {
  font-size: 0;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form input[type="text"] {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 9px 11px;
  margin: 7px 0 !important;
  background-color: transparent;
  color: white;
  height: auto;
  margin-right: 4% !important;
  font-size: 14px !important;
  height: 42px;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form input[type="text"]::-moz-placeholder {
  color: #ffffff;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form input[type="text"]:-moz-placeholder {
  color: #ffffff;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form input[type="text"]:nth-of-type(1) {
  margin-top: 0;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form input[type="text"]:nth-of-type(2) {
  margin-right: 0 !important;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form input[type="text"]:nth-of-type(3) {
  width: 71%;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form button {
  font-size: 0;
  padding: 8px 6px 7px 6px;
  text-align: center;
  background-color: #ff6b00;
  color: white;
  background-image: none;
  font-family: 'Montserrat', Verdana, sans-serif;
  font-weight: 700;
  min-width: 0;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0;
}
@media only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form button {
    padding: 10px 6px 10px 6px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form button:after {
  content: 'GO';
  font-size: 25px;
}
@media only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form button:after {
    font-size: 20px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter .cm-subscribe-form button:hover {
  background-color: #e05e00;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-newsletter {
    margin-top: 30px;
  }
}
.author-wrapper {
  background: #000000;
}
.author-wrapper .author-constrain {
  font-size: 18px;
  width: 1120px;
  margin: 0px auto;
  color: #ffffff;
  padding: 36px 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: 14px;
  }
}
@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%;
  }
}
.author-wrapper .author-constrain .author-section .author-column.copyright {
  font-size: 11px;
  line-height: 14px;
}
@media only screen and (max-width: 700px) {
  .author-wrapper .author-constrain .author-section .author-column.copyright {
    text-align: center;
  }
}
.author-wrapper .author-constrain .author-section .author-column.author {
  text-align: right;
  font-size: 11px;
  line-height: 14px;
}
@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 {
  color: #ffffff;
}
.author-wrapper .author-constrain .author-section .author-column.author a:hover {
  color: #bfbfbf;
}
