/**********************/
/*** 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 @precedenceOrange: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* For: 1024px */
/* For: 768px */
/* For: 480px */
/* For: 320px */
/* For: 480px */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/********************/
/*** CMS: Columns ***/
/********************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/******************/
/*** Shadow Box ***/
/******************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/***********************/
/*** Readmore Module ***/
/***********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/**
 * /css/media.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 Individual Panel Styling ****/
/****************************************************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
.right {
  float: right;
}
@media handheld,only screen and (max-width: 900px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 900px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 4px;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  background: none !important;
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #dddddd;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #dddddd;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #aaaaaa;
}
.pagination {
  text-align: center;
  margin-top: 2.5em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: none;
  font-size: 0.9em;
  border-radius: 4px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #6daa46;
  background-color: transparent;
  border-radius: 4px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #6daa46;
  background-color: transparent;
  text-decoration: none;
  border-radius: 4px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #6daa46;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  margin: 0em 0em 1.35em 0em;
}
a {
  color: #6daa46;
  text-decoration: none;
}
a:hover {
  color: #568637;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 900px) {
  a:hover {
    color: #6daa46;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #191919;
  font-weight: normal;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.1em;
  margin: 45px 0em 25px 0em;
}
h1,
h2 {
  color: #191919;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 0.45em;
}
@media handheld,only screen and (max-width: 1150px) {
  h1,
  h2 {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media handheld,only screen and (max-width: 700px) {
  h1,
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 35px;
}
@media handheld,only screen and (max-width: 700px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 28px;
}
@media handheld,only screen and (max-width: 700px) {
  h4 {
    font-size: 21px;
  }
}
h5 {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 700px) {
  h5 {
    font-size: 19px;
  }
}
h6 {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  h6 {
    font-size: 17px;
  }
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border: 1px solid #bed6da;
  border-collapse: collapse;
  border-radius: 4px;
  margin: 1em 0em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 0) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #bed6da;
}
@media handheld,only screen and (max-width: 0) {
  table tr {
    display: block;
    background-color: #eff5f6;
    border-bottom: 1px solid #bed6da;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #191919;
  background-color: #eff5f6;
  vertical-align: top;
  padding: 0.75em 1em;
}
@media handheld,only screen and (max-width: 0) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td > *:first-child,
table tr th > *:first-child {
  margin-top: 0em;
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 0) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 0) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 0) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 0) {
  table thead tr {
    background-color: #bed6da;
  }
}
table thead tr td,
table thead tr th {
  color: #191919;
  background-color: #bed6da;
  font-weight: bold;
  font-family: 'Montserrat', Verdana, sans-serif;
  text-align: left;
}
table tfoot {
  border-top: 1px solid #bed6da;
}
@media handheld,only screen and (max-width: 0) {
  table tfoot tr {
    background-color: #eff5f6;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #191919;
  background-color: #eff5f6;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 0) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #191919;
  background-color: transparent;
  border: none;
  padding: 0.5em 2em 0.5em 0em;
}
@media handheld,only screen and (max-width: 0) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #191919;
  background-color: transparent;
}
hr {
  color: #f7f7f7;
  background: #f7f7f7;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  color: #191919;
  background: #eff5f6;
  font-size: 22px;
  line-height: 1.3em;
  border-radius: 4px;
  margin: 30px auto;
  padding: 40px;
}
@media handheld,only screen and (max-width: 700px) {
  blockquote {
    padding: 20px;
  }
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
iframe {
  margin-top: 10px;
  margin-bottom: 20px;
}
.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background: #549341;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2387c448%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23549341%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  font-size: 14px;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #6daa46;
  border-radius: 4px;
  margin: 0.4em 0em;
  padding: 12px 15px 12px 40px;
  cursor: pointer;
  position: relative;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:before,
.submit:before {
  display: block;
  content: "";
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.png');
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}
.button:hover,
.submit:hover {
  color: #fff;
  background: #4a8139;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%237ab73b%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%234a8139%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-color: #6daa46;
  text-decoration: none;
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background: #549341;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2387c448%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23549341%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  font-size: 14px;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #6daa46;
  border-radius: 4px;
  margin: 0.4em 0em;
  padding: 12px 15px 12px 40px;
  cursor: pointer;
  position: relative;
}
.button-alt .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button-alt img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-alt:before {
  display: block;
  content: "";
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.png');
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}
.button-alt:hover {
  color: #fff;
  background: #4a8139;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%237ab73b%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%234a8139%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-color: #6daa46;
  text-decoration: none;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 900px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.columns-one-half {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 47.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-third {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 31.083333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-quarter {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 22.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-two-thirds {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 64.416666666667%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-three-quarters {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 72.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-three-quarters {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.no-split {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 900px) {
  .no-split {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.text-hilite-blue {
  color: #1888b2;
  background: -webkit-linear-gradient(#1b8cb5,#15688f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-hilite-green {
  color: #6daa46;
  background: -webkit-linear-gradient(#87c448,#549341);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-hilite-orange {
  color: #fece73;
  background: -webkit-linear-gradient(#fdcc72,#f4ad5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hilite-box {
  display: block;
  background-color: #eff5f6;
  border-radius: 4px;
  padding: 35px 30px;
  margin-bottom: 20px;
  overflow: auto;
}
.hilite-box > *:first-child {
  margin-top: 0em;
}
.hilite-box > *:last-child {
  margin-bottom: 0em;
}
ul.list-ticks {
  list-style-type: none;
  margin: 0px 0px 20px 0px;
}
ul.list-ticks li {
  background-image: url('../../include/resources/chiropractic-works/images/g-tick.png');
  background-image: url('../../include/resources/chiropractic-works/images/g-tick.svg'), none;
  background-position: 0% 8px;
  background-repeat: no-repeat;
  background-size: 19px 15px;
  font-size: 25px;
  line-height: 1.2em;
  min-height: 15px;
  padding-left: 45px;
  margin-bottom: 0.25em;
}
@media handheld,only screen and (max-width: 700px) {
  ul.list-ticks li {
    font-size: 20px;
    background-position: 0% 5px;
    padding-left: 35px;
  }
}
ul.list-ticks ul {
  display: none;
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #e6e6e6;
  border-radius: 4px;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #191919;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.35em;
  text-transform: uppercase;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.media-gallery > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -2.25%;
    width: 102.25%;
    padding: 0;
  }
  .media-gallery > * {
    font-size: 19px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 22.75%;
  border-radius: 4px;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 31.083333333333%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 97.75%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #e6e6e6;
  border-radius: 4px;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
#sb-container #sb-wrapper-inner .prev-image-arrow,
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-size: 20px 30px;
}
#sb-container #sb-wrapper-inner .prev-image-arrow {
  background-image: url('../../include/resources/chiropractic-works/images/shadowbox/i-shadowbox-prev.png');
  background-image: url('../../include/resources/chiropractic-works/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/chiropractic-works/images/shadowbox/i-shadowbox-next.png');
  background-image: url('../../include/resources/chiropractic-works/images/shadowbox/i-shadowbox-next.svg'), none;
  background-position: right 10px top 50%;
}
.page-region form {
  /*Removes default chrome and safari style*/
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form textarea,
.page-region form input[type="text"],
.page-region form input[type="email"],
.page-region form input[type="button"],
.page-region form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #191919;
  background: transparent;
  font-size: 1em;
  font-family: 'Balthazar', Georgia, Times New Roman, serif;
  border: 0px solid #bed6da;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 8em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #191919;
  background: transparent;
  font-family: 'Balthazar', Georgia, Times New Roman, serif;
  border-bottom: 0px solid #bed6da;
  padding: 0.75em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.page-region form .form-row label {
  float: left;
  color: #191919;
  background-color: transparent;
  width: 7em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row label[for="captcha_field"] {
  visibility: hidden;
}
.page-region form .form-row .field {
  margin-left: 8em;
  position: relative;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .calendar {
  z-index: 1;
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  position: absolute;
  top: -1em;
  right: 0em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #191919;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Balthazar', Georgia, Times New Roman, serif;
  width: 100%;
  max-width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 100%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 100%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 12em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 100%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background: #549341;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2387c448%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23549341%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  font-size: 14px;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #6daa46;
  border-radius: 4px;
  margin: 0.4em 0em;
  padding: 12px 15px 12px 40px;
  cursor: pointer;
  position: relative;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fff%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:before {
  display: block;
  content: "";
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.png');
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}
.page-region form .form-row .submit:hover {
  color: #fff;
  background: #4a8139;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%237ab73b%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%234a8139%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-color: #6daa46;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #fff;
  background-color: #61983f;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form.large-label label {
    width: 100%;
    margin: 0em;
  }
}
.page-region form.large-label .field {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form.large-label .field {
    margin-left: 0em;
  }
}
.page-region form.large-label .buttons {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
.page-region #captcha_field_note {
  display: none;
}
#user_pass_login_form {
  width: 40%;
}
@media handheld,only screen and (max-width: 900px) {
  #user_pass_login_form {
    max-width: 100%;
  }
}
#user_pass_login_form input {
  width: 100%;
}
#enquiry_form {
  max-width: 50%;
}
@media handheld,only screen and (max-width: 900px) {
  #enquiry_form {
    max-width: 100%;
  }
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block {
    font-size: 0;
    display: block;
    margin-left: -2.25%;
    width: 102.25%;
    padding: 0;
  }
  .cta-block > * {
    font-size: 19px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .cta-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 22.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 47.75%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .cta-block .cta {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 97.75%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 400px) and handheld,only screen and (max-width: 400px) and only screen and (max-width: 900px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cta-block .cta .cta-inner {
  display: inline-block;
  color: #191919;
  margin-bottom: 1.3em;
}
.cta-block .cta .cta-inner a {
  display: block;
  color: #191919;
  background-color: #eff5f6;
  text-decoration: none;
  border: 0px solid #eff5f6;
  border-radius: 8px;
  overflow: auto;
}
.cta-block .cta .cta-inner a .media-thumbnail {
  display: block;
  margin: 0em;
}
.cta-block .cta .cta-inner a .media-thumbnail img {
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta .cta-inner a .media-thumbnail img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner a .cta-text-wrapper {
  display: block;
  padding: 14px 35px 14px 15px;
  position: relative;
}
.cta-block .cta .cta-inner a .cta-text-wrapper .cta-title {
  display: block;
  font-size: 25px;
  margin-bottom: 3px;
}
.cta-block .cta .cta-inner a .cta-text-wrapper .cta-description {
  display: block;
  font-size: 12px;
  font-weight: 800;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.35em;
  text-transform: uppercase;
}
.cta-block .cta .cta-inner a .cta-text-wrapper:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/chiropractic-works/images/i-cta-arrow.png');
  background-image: url('../../include/resources/chiropractic-works/images/i-cta-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 20px;
  pointer-events: none;
}
.cta-block .cta .cta-inner a:hover {
  color: #191919;
  background-color: #dfebed;
  border-color: #dfebed;
}
.cta-block .cta .cta-inner a:hover .media-thumbnail {
  opacity: 0.85;
}
.readmore-style-box {
  border: 1px solid #1888b2;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.readmore-style-box .readmore-style-button {
  display: block;
  color: #fff;
  background-color: #1888b2;
  font-size: 21px;
  font-family: 'Balthazar', Georgia, Times New Roman, serif;
  text-transform: uppercase;
  padding: 12px 15px;
  margin: -12px -15px;
}
.readmore-style-box .readmore-style-button:hover {
  color: #fece73;
  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: 45px;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 72.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 22.75%;
  padding-top: 0;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar .news-categories h3 {
  margin-top: 0px;
}
.news-wrapper.news-post-page .news-sidebar {
  padding-top: 20px;
}
.news-wrapper .news-posts-list .hilite-box {
  padding: 20px 15px;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .hilite-box {
    padding: 15px;
  }
}
.news-wrapper .news-posts-list .news-post-headline {
  margin-top: 5px;
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #f2f2f2;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
  margin: 0px;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 0;
    display: block;
    margin-left: -2.25%;
    width: 102.25%;
    padding: 0;
  }
  .news-wrapper .news-posts-list .news-post.news-post-with-image > * {
    font-size: 19px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 31.083333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 39.416666666667%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 97.75%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 700px) and handheld,only screen and (max-width: 700px) and only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    margin: 0px;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 64.416666666667%;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 56.083333333333%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 97.75%;
    padding-top: 15px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 700px) and handheld,only screen and (max-width: 700px) and only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #595959;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: block;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #595959;
}
.news-wrapper .news-posts-list .news-post:last-child {
  border-bottom: none;
  padding-right: 30px;
}
.news-wrapper .news-posts-single .news-post-information {
  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;
  margin-bottom: 1.25em;
}
.news-wrapper .news-posts-single .news-post-information .news-post-social,
.news-wrapper .news-posts-single .news-post-information .news-date {
  float: none;
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #595959;
}
.news-wrapper .news-posts-single .news-post-information .news-post-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social {
    display: none;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-post-social > * {
  margin-left: 5px;
}
.news-wrapper .news-posts-single .news-post-information .news-post-social .facebook .fb_iframe_widget span {
  /* Override Inline Styling */
  vertical-align: top !important;
  margin-top: 1px;
}
.news-wrapper .news-posts-single .cms-page-comment h5 {
  margin-top: 0px;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Montserrat', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #191919;
}
.news-wrapper .news-posts-single .readmore-style-box {
  border: 1px solid #6daa46;
  padding: 15px 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-button {
  padding-left: 45px;
  margin: -15px;
}
.news-wrapper .news-posts-single .readmore-style-box p:first-of-type {
  margin-bottom: -15px;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 100%;
}
.search-wrapper .search input.search-button {
  background-color: #6daa46;
}
.search-wrapper .search input.search-button:hover {
  background-color: #61983f;
}
@media handheld,only screen and (max-width: 900px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.social-icon.facebook {
  background-image: url('../../include/resources/chiropractic-works/images/social-icons/facebook.png');
  background-image: url('../../include/resources/chiropractic-works/images/social-icons/facebook.svg'), none;
  background-size: 10px 19px;
}
.social-icon.google-plus {
  background-image: url('../../include/resources/chiropractic-works/images/social-icons/google-plus.png');
  background-image: url('../../include/resources/chiropractic-works/images/social-icons/google-plus.svg'), none;
  background-size: 21px 19px;
}
.social-icon.instagram {
  background-image: url('../../include/resources/chiropractic-works/images/social-icons/instagram.png');
  background-image: url('../../include/resources/chiropractic-works/images/social-icons/instagram.svg'), none;
  background-size: 19px 19px;
}
.social-icon.youtube {
  background-image: url('../../include/resources/chiropractic-works/images/social-icons/youtube.png');
  background-image: url('../../include/resources/chiropractic-works/images/social-icons/youtube.svg'), none;
  background-size: 23px 17px;
}
.social-icon:hover {
  opacity: 0.7;
}
.taipan-contentpanel-panelset {
  position: relative;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal,
.taipan-contentpanel-panelset.no-js.transition-vertical {
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion {
  white-space: nowrap;
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel > *:first-child {
  margin-top: 0px;
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.transition-vertical > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  width: 90%;
  max-width: 1200px;
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  padding-bottom: 42px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  pointer-events: none;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
  min-width: 24px;
  min-height: 42px;
  margin: 0px;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: block;
  color: transparent;
  background-color: #15688f;
  border: 1px solid #15688f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a:hover {
  background-color: transparent;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.currentslide {
  background-color: transparent;
}
.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-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
    display: none;
  }
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global:hover {
  background-color: transparent;
  opacity: 0.7;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause {
  display: none;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  border: 1px solid #15688f;
}
.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%2315688f%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%2315688f%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%2315688f%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%2315688f%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%2315688f%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%2315688f%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%2315688f%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%2315688f%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: 4px 4px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 10px 24px;
  width: 10px;
  height: 24px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2315688f%22%20points%3D%220%2C0%2010%2C12%200%2C24%207%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2315688f%22%20points%3D%2210%2C0%200%2C12%2010%2C24%203%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  top: 0;
}
.taipan-contentpanel-panel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*
  .transition(background-color, ease, 0.25s);
  background-color: darken(@contentBgColour, 4%);

  &.taipan-contentpanel-panel-current {
    background-color: @contentBgColour;
  }
  */
  background-size: cover;
}
.taipan-contentpanel-panel.hero-feature .panel-constrain {
  padding-top: 0px;
  padding-bottom: 0px;
}
.taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block {
  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: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  text-align: center;
  height: 426px;
}
@media handheld,only screen and (max-width: 1150px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block {
    height: 350px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block {
    height: 300px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block {
    height: 200px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block {
    height: 140px;
  }
}
.taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block .panel-cell {
  padding: 35px;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block .panel-cell {
    padding: 25px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block .panel-cell {
    padding: 15px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block .panel-cell {
    padding: 12px;
  }
}
.taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block .panel-cell p {
  display: inline-block;
  color: #191919;
  background-color: #fff;
  font-size: 40px;
  font-family: 'Balthazar', Georgia, Times New Roman, serif;
  line-height: 1.1em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 22px;
  margin: 0px;
}
@media handheld,only screen and (max-width: 1150px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block .panel-cell p {
    font-size: 25px;
    padding: 10px 20px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block .panel-cell p {
    font-size: 18px;
    padding: 8px 15px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .taipan-contentpanel-panel.hero-feature .panel-constrain .panel-block .panel-cell p {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.taipan-contentpanel-panel.bg-blue .panel-constrain,
.taipan-contentpanel-panel.bg-green .panel-constrain,
.taipan-contentpanel-panel.bg-orange .panel-constrain {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media handheld,only screen and (max-width: 1150px) {
  .taipan-contentpanel-panel.bg-blue .panel-constrain,
  .taipan-contentpanel-panel.bg-green .panel-constrain,
  .taipan-contentpanel-panel.bg-orange .panel-constrain {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.bg-blue .panel-constrain,
  .taipan-contentpanel-panel.bg-green .panel-constrain,
  .taipan-contentpanel-panel.bg-orange .panel-constrain {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell {
  color: #ffffff;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell > *:first-child,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell > *:first-child,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0em;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell > *:last-child,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell > *:last-child,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell > *:last-child {
  margin-bottom: 0em;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell p,
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell h1,
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell h2,
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell h3,
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell h4,
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell h5,
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell h6,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell p,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell h1,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell h2,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell h3,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell h4,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell h5,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell h6,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell p,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell h1,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell h2,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell h3,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell h4,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell h5,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell h6 {
  color: #ffffff;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell table,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell table,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell table {
  border-color: #ffffff;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell table tr,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell table tr,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell table tr {
  border-color: #ffffff;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell table tr td,
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell table tr th,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell table tr td,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell table tr th,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell table tr td,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell table tr th {
  color: #ffffff;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell table thead td,
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell table thead th,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell table thead td,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell table thead th,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell table thead td,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell table thead th {
  background-color: #ffffff;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell table tfoot,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell table tfoot,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell table tfoot {
  border-color: #ffffff;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell table.table-invisible thead td,
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell table.table-invisible thead th,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell table.table-invisible thead td,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell table.table-invisible thead th,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell table.table-invisible thead td,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell table.table-invisible thead th {
  color: #ffffff;
  background-color: transparent;
}
.taipan-contentpanel-panel.bg-blue .panel-constrain .panel-block .panel-cell hr,
.taipan-contentpanel-panel.bg-green .panel-constrain .panel-block .panel-cell hr,
.taipan-contentpanel-panel.bg-orange .panel-constrain .panel-block .panel-cell hr {
  background-color: #ffffff;
  opacity: 0.25;
}
.taipan-contentpanel-panel.bg-blue {
  background: #1b8cb5;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2315688f%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%231b8cb5%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panel.bg-green {
  background: #87c448;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23549341%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2387c448%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panel.bg-orange {
  background: #fdcc72;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23f4ad5e%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23fdcc72%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.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: -2.25%;
  width: 102.25%;
  padding: 0;
}
.list-category-wrapper > *,
.list-product-wrapper > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 19px;
    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: 'Montserrat', Verdana, sans-serif;
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-category-wrapper .list-category {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 22.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category .list-category-inner {
  color: #191919;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title {
  color: #191919;
}
.list-product-wrapper .list-product {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 22.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 97.75%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-product-wrapper .list-product .list-product-inner {
  color: #191919;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  color: #191919;
}
.list-product-wrapper .list-product .list-product-inner .product-card-price {
  display: block;
}
.list-product-wrapper .list-product.featured {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 22.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product.featured {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 97.75%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.product-details-wrapper > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 97.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-title {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 64.416666666667%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info.no-product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 97.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info .product-stock-message .in-stock {
  color: #191919;
}
.product-details-wrapper .product-info .product-stock-message .out-of-stock {
  color: #c80c03;
}
.product-details-wrapper .product-info .product-price {
  font-size: 2em;
  font-family: 'Montserrat', Verdana, sans-serif;
  margin: 1em 0em;
}
.product-details-wrapper .product-info .product-price .on-special {
  text-decoration: line-through;
}
.product-details-wrapper .product-info .add-to-cart .product-line-title {
  margin-bottom: 0.75em;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option {
  display: block;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    display: block;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
  font-family: 'Montserrat', Verdana, sans-serif;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
    min-width: 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    margin: 0.25em 0em 1em 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values select {
  color: #191919;
  background-color: #ffffff;
  border: 1px solid #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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 31.083333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  padding: 1.1em 0em 0em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-primary {
    padding: 2em 0em 0em 0em;
  }
}
.product-details-wrapper .product-media .product-image-primary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 97.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.product-details-wrapper .product-media .product-image-secondary > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 22.75%;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 0;
    display: block;
    margin-left: -2.25%;
    width: 102.25%;
    padding: 0;
  }
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 19px;
  }
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2.25%;
    vertical-align: top;
    width: 47.75%;
    margin-bottom: 0.5em;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 0.1em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
  width: 3%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
  width: 20%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail .media-thumbnail img {
  margin: 0em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.description {
  width: 44%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.price {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.quantity {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.total {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
  color: #191919;
  font-family: 'Montserrat', Verdana, sans-serif;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column {
  font-size: 1.25em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.thumbnail,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.total {
    display: none;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options {
    text-align: left;
    padding-bottom: 0.5em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
  display: block;
  margin: 0.1em auto;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
  width: 90%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 20em;
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-value {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label {
  font-weight: bold;
  margin-right: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
  color: #c80c03;
  font-size: 0.9em;
  margin-top: 0.5em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price {
    text-align: left;
    width: 100%;
    margin: 0.5em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
  display: block;
  color: #666666;
  font-size: 0.8em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    margin-bottom: 0.25em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .quantity-field {
  text-align: center;
  width: 4em;
  border: 1px solid #e6e6e6;
  padding: 0.25em;
  margin: 0em auto;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
  text-align: right;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
  text-align: right;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
  font-weight: bold;
  width: 89%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
    width: auto;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
  width: 10%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer:first-child {
    margin-top: 2em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
  text-align: center;
  padding: 1em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .weight,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options {
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .label,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .amount {
    display: block;
    margin: 0.25em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .amount {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping select {
  color: #191919;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Balthazar', Georgia, Times New Roman, serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .address-details {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .billing-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 47.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 47.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection {
  margin: 1em 0em;
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection .radio-label {
  padding-left: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
  opacity: 1.0;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
  opacity: 0.4;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .additional-information > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 47.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
.cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
.cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 97.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background: #549341;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2387c448%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23549341%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  font-size: 14px;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #6daa46;
  border-radius: 4px;
  margin: 0.4em 0em;
  padding: 12px 15px 12px 40px;
  cursor: pointer;
  position: relative;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:before {
  display: block;
  content: "";
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.png');
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover {
  color: #fff;
  background: #4a8139;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%237ab73b%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%234a8139%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-color: #6daa46;
  text-decoration: none;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
  font-weight: bold;
  min-width: 15em;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
    min-width: 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
  width: 5em;
  text-align: right;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
    width: auto;
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .payment-details .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.shop-registration-form .invoice-details,
.shop-registration-form .shipping-details {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 47.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .shop-registration-form .invoice-details,
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background: #fff;
  font-family: 'Balthazar', Georgia, Times New Roman, serif;
  line-height: 1.45em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region {
    padding: 0em;
  }
}
.header-wrapper {
  background: #ffffff;
  border-top: 4px solid #1888b2;
}
.header-wrapper .header-constrain {
  font-size: 19px;
  width: 1200px;
  margin: 0px auto;
  color: #191919;
  border-radius: 4px;
  padding: 35px 15px;
}
@media screen and (max-width: 1256.5445026178px) {
  .header-wrapper .header-constrain {
    width: 95.5%;
  }
}
@media handheld,only screen and (max-width: 1150px) {
  .header-wrapper .header-constrain {
    padding: 20px 15px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-constrain {
    padding: 20px 15px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper .header-constrain {
    padding: 10px 10px;
  }
}
.header-wrapper .header-constrain .header-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper .header-constrain .header-section {
    display: block;
  }
}
.header-wrapper .header-constrain .header-section .logo-column {
  vertical-align: middle;
}
.header-wrapper .header-constrain .header-section .logo-column .logo {
  margin-top: -5px;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-constrain .header-section .logo-column .logo {
    padding-right: 40px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-constrain .header-section .logo-column .logo {
    width: 320px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper .header-constrain .header-section .logo-column .logo {
    width: 350px;
    padding-right: 80px;
    margin-top: 0px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .header-wrapper .header-constrain .header-section .logo-column .logo {
    width: 250px;
    padding-right: 45px;
  }
}
.header-wrapper .header-constrain .header-section .header-right-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-constrain .header-section .header-right-column {
    padding-left: 0px;
    padding-right: 60px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-constrain .header-section .header-right-column {
    padding-right: 80px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper .header-constrain .header-section .header-right-column {
    display: block;
    padding: 0px;
  }
}
.header-wrapper .header-constrain .header-section .header-right-column .social-icons-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 0px;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-constrain .header-section .header-right-column .social-icons-wrapper {
    display: none;
  }
}
.header-wrapper .header-constrain .header-section .header-right-column .social-icons-wrapper .social-icon {
  margin: 5px 0px 5px 12px;
}
.header-wrapper .header-constrain .header-section .header-right-column .header-contact-wrapper {
  padding-left: 30px;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-constrain .header-section .header-right-column .header-contact-wrapper {
    padding: 0px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .header-wrapper .header-constrain .header-section .header-right-column .header-contact-wrapper {
    text-align: center;
  }
}
.nav-wrapper {
  background: #1888b2;
  background: #15688f;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%231b8cb5%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2315688f%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.nav-wrapper .nav-constrain {
  font-size: 19px;
  width: 1200px;
  margin: 0px auto;
  color: #fff;
  border-radius: 4px;
  padding: 0px 235px 0px 15px;
}
@media screen and (max-width: 1256.5445026178px) {
  .nav-wrapper .nav-constrain {
    width: 95.5%;
  }
}
@media handheld,only screen and (min-width: 901px) {
  .nav-wrapper .nav-constrain {
    position: relative;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain {
    padding: 0px;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .header-phone-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 220px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 5;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .header-phone-wrapper {
    display: none;
  }
}
.nav-wrapper .nav-constrain .header-phone-wrapper .header-phone {
  font-size: 23px;
  font-weight: 800;
  font-family: 'Montserrat', Verdana, sans-serif;
}
.nav-wrapper .nav-constrain .header-phone-wrapper .header-phone a {
  color: #fff;
}
.nav-wrapper .nav-constrain .header-phone-wrapper .header-phone a:hover {
  color: #fece73;
  text-decoration: none;
}
.nav-wrapper .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
  z-index: 20;
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block {
    text-align: left;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #1888b2;
  background: transparent;
  padding: 20px 15px;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    width: 40px;
    top: 12px;
    right: 5px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    width: 30px;
    top: 6px;
    right: 0px;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-text {
  display: none;
  font-size: 1.05em;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  color: #1888b2;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 15px;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line {
  display: block;
  background-color: #1888b2;
  background: #15688f;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%231b8cb5%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2315688f%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-radius: 5px;
  width: 42px;
  height: 6px;
  margin-bottom: 9px;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line {
    width: 40px;
    height: 4px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line {
    width: 35px;
    margin-bottom: 7px;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line:last-child {
  margin-bottom: 0em;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover {
  color: #15779c;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon {
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon .toggle-icon-line {
  background-color: #15779c;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 97.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 4px 4px 0px 0px;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding: 10px 10px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  border-right: 1px solid #1a92bf;
  padding: 0em;
  margin: 0em;
  /*
          &.current {
            > a {
              color: @navTextHoverColour;
              background-color: @navBgHoverColour;
            }            
          }
          */
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #1a92bf;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #fff;
  background: transparent;
  font-size: 20px;
  text-decoration: none;
  padding: 20px 15px;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 21px;
    padding: 15px 0px;
    white-space: normal;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li.hide-subnav ul {
  display: none;
}
.nav-wrapper .nav-constrain .nav-block ul li:first-child {
  border-left: 1px solid #1a92bf;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid #1a92bf;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover > a {
  color: #fece73;
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  background: #15688f;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%231b8cb5%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%2315688f%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: 63px;
  left: 0em;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    border: none;
    border-radius: 0px;
    min-width: 0em;
    height: auto;
    padding: 0px 0px 25px 0px;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  text-align: left;
  border: none;
  /*
              &.current {
                > a {
                  color: @subNavTextHoverColour;
                  background-color: @subNavBgHoverColour;
                }            
              }
              */
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: none;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: #fff;
  background-color: transparent;
  padding: 10px 15px;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    font-size: 18px;
    padding: 3px 0px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > a {
  color: #fece73;
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul li a {
    padding-left: 45px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
@media handheld,only screen and (min-width: 901px) {
  .nav-wrapper.fixed-nav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
  }
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper .content-constrain,
.content-wrapper .panel-constrain {
  font-size: 19px;
  width: 1200px;
  margin: 0px auto;
  color: #191919;
  border-radius: 4px;
  padding: 120px 15px;
}
@media screen and (max-width: 1256.5445026178px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    width: 95.5%;
  }
}
@media handheld,only screen and (max-width: 1150px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    padding: 80px 15px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    padding: 50px 15px;
  }
}
.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: -2.25%;
  width: 102.25%;
  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: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block,
  .content-wrapper .content-constrain .panel-block,
  .content-wrapper .panel-constrain .content-block,
  .content-wrapper .panel-constrain .panel-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell,
.content-wrapper .content-constrain .content-block .panel-cell,
.content-wrapper .content-constrain .panel-block .content-cell,
.content-wrapper .content-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .content-block .content-cell,
.content-wrapper .panel-constrain .content-block .panel-cell,
.content-wrapper .panel-constrain .panel-block .content-cell,
.content-wrapper .panel-constrain .panel-block .panel-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 97.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell,
  .content-wrapper .content-constrain .content-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell > *:first-child,
.content-wrapper .content-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav,
.content-wrapper .content-constrain .content-block .panel-cell .subnav,
.content-wrapper .content-constrain .panel-block .content-cell .subnav,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav,
.content-wrapper .panel-constrain .content-block .content-cell .subnav,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > *,
.content-wrapper .content-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 47.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background: #549341;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%2387c448%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23549341%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  font-size: 14px;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #6daa46;
  border-radius: 4px;
  margin: 0.4em 0em;
  padding: 12px 15px 12px 40px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fff%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:before,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:before,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:before,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:before,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a:before,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a:before,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a:before,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a:before {
  display: block;
  content: "";
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.png');
  background-image: url('../../include/resources/chiropractic-works/images/i-button-arrow.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 15px;
}
.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: #fff;
  background: #4a8139;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%237ab73b%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%234a8139%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-color: #6daa46;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li ul {
  display: none;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-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;
  margin-top: 65px;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column {
  width: 49%;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column {
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta {
  display: inline-block;
  width: 48%;
  margin: 0px 0px 22px 0px;
  position: relative;
}
@media handheld,only screen and (min-width: 901px) and (max-width: 1150px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta {
    margin-bottom: 15px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta {
    width: 100%;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner {
  height: 100%;
  margin: 0px;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a {
  height: 100%;
}
@media handheld,only screen and (min-width: 901px) and (max-width: 1150px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta .cta-inner a .cta-text-wrapper .cta-title {
    font-size: 22px;
  }
}
@media handheld,only screen and (min-width: 401px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(3),
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(4),
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(3),
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(4),
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(3),
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(4),
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(3),
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(4),
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(3),
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(4),
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(3),
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(4),
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(3),
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(4),
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(3),
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(4) {
    margin-bottom: 0px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(n+5),
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(n+5),
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(n+5),
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(n+5),
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(n+5),
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(n+5),
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(n+5),
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-ctas .home-feature-ctas-section .cta-block .cta:nth-of-type(n+5) {
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin-bottom: 25px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels {
  height: 100%;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels {
    height: 350px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels {
    height: 200px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels {
    height: 180px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion {
  height: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  height: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block {
  height: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-panelregion .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
  height: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion {
  padding-left: 7%;
  padding-bottom: 10px;
  bottom: 0px !important;
}
@media handheld,only screen and (max-width: 400px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion {
    padding-bottom: 0px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav {
  text-align: left;
  pointer-events: none;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li {
  pointer-events: auto;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:nth-of-type(2) a,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:nth-of-type(2) a,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:nth-of-type(2) a,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:nth-of-type(2) a,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:nth-of-type(2) a,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:nth-of-type(2) a,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:nth-of-type(2) a,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:nth-of-type(2) a {
  margin-left: 0px;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:last-of-type(2) a,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:last-of-type(2) a,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:last-of-type(2) a,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:last-of-type(2) a,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:last-of-type(2) a,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:last-of-type(2) a,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:last-of-type(2) a,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels #chiro-feature-panels .taipan-contentpanel-navregion .taipan-contentpanel-nav li:last-of-type(2) a {
  margin-right: 0px;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper {
  -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: #191919;
  background-color: #eff5f6;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper {
  width: 55%;
  position: absolute;
  top: 35%;
  left: 7%;
  z-index: 5;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper {
    top: 25%;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text {
  text-transform: uppercase;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title {
  color: #1888b2;
  background: -webkit-linear-gradient(#1b8cb5,#15688f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  line-height: 0.825em;
  margin-bottom: 0.1em;
}
@media handheld,only screen and (min-width: 901px) and (max-width: 1150px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title {
    font-size: 55px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title {
    font-size: 50px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title {
    font-size: 35px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2 {
  color: #191919;
  font-size: 35px;
  line-height: 0.85em;
}
@media handheld,only screen and (min-width: 901px) and (max-width: 1150px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2 {
    font-size: 25px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2 {
    font-size: 25px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2,
  .content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-text-wrapper .chiro-feature-text .chiro-feature-title-2 {
    font-size: 18px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper .chiro-feature-image,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper .chiro-feature-image,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper .chiro-feature-image,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper .chiro-feature-image,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper .chiro-feature-image,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper .chiro-feature-image,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper .chiro-feature-image,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper .chiro-feature-image-wrapper .chiro-feature-image {
  display: block;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.content-wrapper .content-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper:hover,
.content-wrapper .content-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper:hover,
.content-wrapper .content-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper:hover,
.content-wrapper .content-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper:hover,
.content-wrapper .panel-constrain .content-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper:hover,
.content-wrapper .panel-constrain .content-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper:hover,
.content-wrapper .panel-constrain .panel-block .content-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell .home-feature-section .home-feature-column.feature-panels .chiro-feature-wrapper:hover {
  background-color: #dfebed;
}
.footer-wrapper {
  background-color: ;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media handheld,only screen and (max-width: 400px) {
  .footer-wrapper {
    background-position: 75% 50%;
  }
}
.footer-wrapper .footer-constrain {
  font-size: 19px;
  width: 1200px;
  margin: 0px auto;
  color: #191919;
  padding: 90px 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1256.5445026178px) {
  .footer-wrapper .footer-constrain {
    width: 95.5%;
  }
}
@media handheld,only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain {
    padding: 80px 15px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain {
    padding: 60px 15px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain {
    padding: 50px 15px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column {
  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;
  color: #fff;
  width: 50%;
}
@media handheld,only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column {
    width: 65%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column {
    width: 90%;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column {
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column {
    text-align: center;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column h1,
.footer-wrapper .footer-constrain .footer-section .footer-column h2,
.footer-wrapper .footer-constrain .footer-section .footer-column h3,
.footer-wrapper .footer-constrain .footer-section .footer-column h4,
.footer-wrapper .footer-constrain .footer-section .footer-column h5,
.footer-wrapper .footer-constrain .footer-section .footer-column h6 {
  color: #fff;
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-intro {
  padding-bottom: 70px;
}
@media handheld,only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-intro {
    padding-bottom: 50px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-intro {
    padding-bottom: 20px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-intro {
    padding-bottom: 5px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-intro > *:first-child {
  margin-top: 0em;
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-intro .footer-intro-text {
  font-size: 35px;
  font-weight: 800;
  font-family: 'Montserrat', Verdana, sans-serif;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-intro .footer-intro-text {
    font-size: 28px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-intro .footer-intro-text {
    font-size: 25px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section {
  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;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column {
  display: inline-block;
  width: 50%;
}
@media handheld,only screen and (max-width: 400px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column {
    width: 100%;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column h4 {
  display: inline-block;
  background-color: #1888b2;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 7px 12px;
  margin-bottom: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column h4 {
    font-size: 18px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .phone,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .phone {
  display: inline-block;
  position: relative;
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address:before,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .phone:before,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address:before,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .phone:before {
  display: block;
  content: "";
  background-position: 50% 0%;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: -35px;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address:before,
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .phone:before,
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address:before,
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .phone:before {
    left: -32px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address {
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
@media handheld,only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address,
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address {
    margin-bottom: 22px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address,
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address {
    font-size: 20px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address,
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address {
    font-size: 19px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address,
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address {
    margin-bottom: 15px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address:before,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address:before {
  background-image: url('../../include/resources/chiropractic-works/images/i-icon-address.png');
  background-image: url('../../include/resources/chiropractic-works/images/i-icon-address.svg'), none;
  background-position: 50% 10px;
  background-size: 15px 22px;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .address:before,
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .address:before {
    background-position: 50% 7px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .phone,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .phone {
  font-size: 40px;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .phone,
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .phone {
    font-size: 30px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .phone a,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .phone a {
  color: #fff;
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .phone a:hover,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .phone a:hover {
  color: #fece73;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .address-wrapper .phone:before,
.footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column .phone-wrapper .phone:before {
  background-image: url('../../include/resources/chiropractic-works/images/i-icon-phone.png');
  background-image: url('../../include/resources/chiropractic-works/images/i-icon-phone.svg'), none;
  background-position: 50% 5px;
  background-size: 19px 19px;
}
@media handheld,only screen and (max-width: 400px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column .footer-contact-section .footer-contact-column.cairns {
    margin-bottom: 20px;
  }
}
.footer-wrapper:before {
  display: block;
  content: "";
  background-image: url('../../include/resources/chiropractic-works/images/i-shadow-overlay-left.png');
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 75% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper:before {
    background-size: 100% 100%;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper:before {
    background-color: #191919;
    background-image: none;
    opacity: 0.35;
  }
}
.footer-logos-wrapper {
  background: #fff;
}
.footer-logos-wrapper .footer-logos-constrain {
  font-size: 19px;
  width: 1200px;
  margin: 0px auto;
  color: #191919;
  padding: 50px 15px;
}
@media screen and (max-width: 1256.5445026178px) {
  .footer-logos-wrapper .footer-logos-constrain {
    width: 95.5%;
  }
}
@media handheld,only screen and (max-width: 1150px) {
  .footer-logos-wrapper .footer-logos-constrain {
    padding: 30px 15px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .footer-logos-wrapper .footer-logos-constrain {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .footer-logos-wrapper .footer-logos-constrain {
    padding: 30px 15px;
  }
}
.footer-logos-wrapper .footer-logos-constrain .footer-logos-section .footer-logos-column {
  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 handheld,only screen and (max-width: 700px) {
  .footer-logos-wrapper .footer-logos-constrain .footer-logos-section .footer-logos-column {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-logos-wrapper .footer-logos-constrain .footer-logos-section .footer-logos-column .footer-logo {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  padding: 10px 15px;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-logos-wrapper .footer-logos-constrain .footer-logos-section .footer-logos-column .footer-logo {
    width: 50%;
    padding: 15px 25px;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .footer-logos-wrapper .footer-logos-constrain .footer-logos-section .footer-logos-column .footer-logo {
    padding: 10px 10px;
  }
}
@media handheld,only screen and (min-width: 701px) {
  .footer-logos-wrapper .footer-logos-constrain .footer-logos-section .footer-logos-column .footer-logo:first-child {
    padding-left: 0px;
  }
}
@media handheld,only screen and (min-width: 701px) {
  .footer-logos-wrapper .footer-logos-constrain .footer-logos-section .footer-logos-column .footer-logo:last-child {
    padding-right: 0px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .footer-logos-wrapper .footer-logos-constrain .footer-logos-section .footer-logos-column .footer-logo img {
    width: auto;
    max-height: 60px;
  }
}
.social-icons-wrapper {
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .social-icons-wrapper {
    display: block;
  }
}
.social-icons-wrapper .social-icons-constrain {
  font-size: 19px;
  width: 1200px;
  margin: 0px auto;
  color: #191919;
  text-align: center;
  padding: 0px 15px 25px 15px;
}
@media screen and (max-width: 1256.5445026178px) {
  .social-icons-wrapper .social-icons-constrain {
    width: 95.5%;
  }
}
.social-icons-wrapper .social-icons-constrain .social-icons-block {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.social-icons-wrapper .social-icons-constrain .social-icons-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .social-icons-wrapper .social-icons-constrain .social-icons-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.social-icons-wrapper .social-icons-constrain .social-icons-block .social-icons-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 97.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .social-icons-wrapper .social-icons-constrain .social-icons-block .social-icons-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.social-icons-wrapper .social-icons-constrain .social-icons-block .social-icons-cell .social-icon {
  margin: 5px 5px;
}
.author-wrapper .author-constrain {
  font-size: 19px;
  width: 1200px;
  margin: 0px auto;
  color: #191919;
  text-align: right;
  padding: 0px 15px 25px 15px;
}
@media screen and (max-width: 1256.5445026178px) {
  .author-wrapper .author-constrain {
    width: 95.5%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain {
    text-align: center;
  }
}
.author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -2.25%;
  width: 102.25%;
  padding: 0;
}
.author-wrapper .author-constrain .author-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block 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;
  color: #4d4d4d;
  font-size: 16px;
  opacity: 0.3;
}
.author-wrapper .author-constrain .author-block a:hover {
  color: #4d4d4d;
  text-decoration: none;
  opacity: 0.75;
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2.25%;
  vertical-align: top;
  width: 97.75%;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
