/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation */
/* Sub Navigation */
/* Content */
/* Footer Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/* 4 categories, 2 columns, cross-hair-like centre borders */
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/*****************/
/*** Documents ***/
/*****************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 620px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 620px) {
  .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 0px #411D01;
  filter: dropshadow(color=#411D01,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0px;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  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: #999999;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #999999;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #666666;
}
.pagination {
  text-align: center;
  margin-top: 1.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;
  font-size: 0.9em;
  border-radius: 5px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #048EDD;
  background-color: transparent;
  border-radius: 5px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #048EDD;
  background-color: transparent;
  text-decoration: none;
  border-radius: 5px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #048EDD;
  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: 1em 0;
}
a {
  color: #048EDD;
  text-decoration: none;
}
a:hover {
  color: #F89B27;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 620px) {
  a:hover {
    color: #048EDD;
  }
}
.content-wrapper a,
.footer-wrapper a {
  text-decoration: underline;
}
.content-wrapper a.button,
.footer-wrapper a.button {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1F1F1F;
  font-weight: bold;
  font-family: 'Oswald', Verdana, sans-serif;
  line-height: 1.2em;
  margin: 30px 0px 20px 0px;
}
h1 {
  color: #1F1F1F;
  font-size: 50px;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #1F1F1F;
  padding-bottom: 5px;
  margin: 0 0 30px 0;
}
h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin: 30px 0px 20px 0px;
}
h3 {
  font-size: 24px;
  margin: 18px 0px 10px 0px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 21px;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 620px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table th {
  text-align: left;
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 620px) {
  table tr {
    display: block;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #1F1F1F;
  background-color: #f7f7f7;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 620px) {
  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 .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 620px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 620px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 620px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 620px) {
  table thead tr {
    background-color: #1F1F1F;
  }
}
table thead tr td,
table thead tr th {
  color: #e9e9e9;
  background-color: #1F1F1F;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 620px) {
  table tfoot tr {
    background-color: #ebebeb;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #1F1F1F;
  background-color: #ebebeb;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 620px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #1F1F1F;
  background-color: transparent;
  border: none;
  padding: 10px 40px 10px 0px;
}
@media handheld,only screen and (max-width: 620px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 2px 0px;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #1F1F1F;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: transparent;
  background: transparent url('../../include/resources/businessfixer-members/images/i-separator.png') 50% 0% no-repeat;
  width: 100%;
  height: 76px;
  margin: 1em 0;
}
@media handheld,only screen and (max-width: 768px) {
  hr {
    background-size: 100% auto;
    height: 45px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  hr {
    height: 25px;
  }
}
blockquote {
  color: #1F1F1F;
  background: #f7f7f7;
  font-size: 1.1em;
  text-align: center;
  border-radius: 0px;
  margin: 2em auto;
  padding: 1em 2em;
}
.button,
.submit {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #F89B27;
  background: #C46617;
  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%23FAAB3B%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23C46617%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: 1.3em;
  font-weight: bold;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #703C0B;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 0px #411D01;
  filter: dropshadow(color=#411D01,offx=1px,offy=1px);
  -webkit-box-shadow: 1px 3px 9px -1px #FAAB3B inset;
  box-shadow: 1px 3px 9px -1px #FAAB3B inset;
}
.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%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: #1F1F1F;
  background-color: #f7900e;
  border-color: #703C0B;
  text-decoration: none;
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #F89B27;
  background: #C46617;
  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%23FAAB3B%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23C46617%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: 1.3em;
  font-weight: bold;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #703C0B;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 0px #411D01;
  filter: dropshadow(color=#411D01,offx=1px,offy=1px);
  -webkit-box-shadow: 1px 3px 9px -1px #FAAB3B inset;
  box-shadow: 1px 3px 9px -1px #FAAB3B inset;
}
.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%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button-alt img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-alt:hover {
  color: #1F1F1F;
  background-color: #f7900e;
  border-color: #703C0B;
  text-decoration: none;
}
.button-alt.media-size-small-document-icon {
  display: inline-block;
  width: 40%;
  margin: 0 8% 0 0;
  color: #1F1F1F;
  background: none;
  font-size: 18px;
  font-weight: normal;
  font-family: 'PT Sans', Verdana, sans-serif;
  text-transform: none;
  text-align: left;
  letter-spacing: 0px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0px;
  min-height: 25px;
  padding: 10px 0px 10px 35px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .button-alt.media-size-small-document-icon {
    display: block;
    margin: 0;
    width: auto;
  }
}
.button-alt.media-size-small-document-icon img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.button-alt.media-size-small-document-icon:hover {
  background-color: #efefef;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 620px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 620px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 620px) {
  .nosplit {
    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;
}
.orange {
  color: #F89B27;
}
.tool {
  background-image: url('../../include/resources/businessfixer-members/images/i-tool.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding: 6px 0px 6px 40px;
}
.testimonial-name {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Oswald', Verdana, sans-serif;
  line-height: 1.1em;
}
table.table-members-library-categories {
  background: transparent;
  border: none;
}
table.table-members-library-categories tr {
  background: transparent;
  border: none;
  padding: 0px;
  /* First Row */
  /* Last Row */
}
table.table-members-library-categories tr td {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 50px 45px;
  /* First Column */
  /* Second Column */
}
@media handheld,only screen and (max-width: 768px) {
  table.table-members-library-categories tr td {
    display: block;
    padding: 50px 0px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  table.table-members-library-categories tr td {
    text-align: center;
    padding: 30px 0px;
    margin: 20px auto;
  }
}
table.table-members-library-categories tr td a {
  text-decoration: none;
}
@media handheld,only screen and (max-width: 620px) {
  table.table-members-library-categories tr td .title-plant,
  table.table-members-library-categories tr td .title-lock,
  table.table-members-library-categories tr td .title-no-tax,
  table.table-members-library-categories tr td .title-industrial {
    background-position: 50% 0%;
    text-align: center;
  }
}
table.table-members-library-categories tr td .media-thumbnail.media-size-sales-document-thumbnail {
  max-width: 31%;
  margin: 25px 0px;
  margin-right: 1%;
}
@media handheld,only screen and (max-width: 620px) {
  table.table-members-library-categories tr td .media-thumbnail.media-size-sales-document-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 620px) {
  table.table-members-library-categories tr td .media-thumbnail.media-size-sales-document-thumbnail {
    display: block;
    max-width: none;
    margin: 15px auto;
  }
}
table.table-members-library-categories tr td .media-thumbnail.media-size-sales-document-thumbnail:nth-last-of-type(1) {
  margin-right: 0px;
}
@media handheld,only screen and (max-width: 620px) {
  table.table-members-library-categories tr td .media-thumbnail.media-size-sales-document-thumbnail:nth-last-of-type(1) {
    margin: 15px auto;
  }
}
table.table-members-library-categories tr td .media-thumbnail.media-size-sales-document-thumbnail img {
  width: 100%;
  border: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 620px) {
  table.table-members-library-categories tr td .media-thumbnail.media-size-sales-document-thumbnail img {
    width: auto;
  }
}
table.table-members-library-categories tr td .media-thumbnail.media-size-sales-document-thumbnail:hover img {
  border-color: #F89B27;
}
table.table-members-library-categories tr td h3.title-plant,
table.table-members-library-categories tr td h3.title-lock,
table.table-members-library-categories tr td h3.title-no-tax,
table.table-members-library-categories tr td h3.title-industrial {
  margin-top: 0px;
}
table.table-members-library-categories tr td:nth-of-type(2n+1) {
  border-right: 1px solid #e6e6e6;
  padding-left: 0px;
  position: relative;
  /* Blank Spot in the Cross-Hair */
}
@media handheld,only screen and (max-width: 768px) {
  table.table-members-library-categories tr td:nth-of-type(2n+1) {
    border-right: none;
  }
}
table.table-members-library-categories tr td:nth-of-type(2n+1):after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 5;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-members-library-categories tr td:nth-of-type(2n+1):after {
    display: none;
  }
}
table.table-members-library-categories tr td:nth-of-type(2n) {
  padding-right: 0px;
}
table.table-members-library-categories tr td p {
  font-size: 16px;
  line-height: 1.05em;
  letter-spacing: 0px;
  margin: 6px 0px;
}
table.table-members-library-categories tr td p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
table.table-members-library-categories tr td p a {
  color: #1F1F1F;
}
table.table-members-library-categories tr td p a:hover {
  color: #F89B27;
  text-decoration: underline;
}
table.table-members-library-categories tr:nth-of-type(1) td {
  padding-top: 0px;
  /* First Row in Stacked */
}
@media handheld,only screen and (max-width: 768px) {
  table.table-members-library-categories tr:nth-of-type(1) td {
    padding-top: 50px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  table.table-members-library-categories tr:nth-of-type(1) td {
    padding-top: 30px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table.table-members-library-categories tr:nth-of-type(1) td:nth-of-type(1) {
    padding-top: 0px;
  }
}
table.table-members-library-categories tr:nth-last-of-type(1) td {
  border-bottom: none;
  padding-bottom: 0px;
  /* Last Row in Stacked */
}
@media handheld,only screen and (max-width: 768px) {
  table.table-members-library-categories tr:nth-last-of-type(1) td {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  table.table-members-library-categories tr:nth-last-of-type(1) td {
    padding-bottom: 30px;
  }
}
table.table-members-library-categories tr:nth-last-of-type(1) td:after {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-members-library-categories tr:nth-last-of-type(1) td:nth-last-of-type(1) {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.title-plant,
.title-lock,
.title-no-tax,
.title-industrial {
  color: #F89B27;
  background-color: transparent;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  font-size: 33px;
  font-weight: normal;
  font-family: 'Oswald', Verdana, sans-serif;
  line-height: 1.1em;
  min-height: 41px;
  padding: 0px 0px 0px 60px;
  margin-top: 50px;
}
@media handheld,only screen and (max-width: 620px) {
  .title-plant,
  .title-lock,
  .title-no-tax,
  .title-industrial {
    display: block;
    background-position: 0% 0%;
    padding: 50px 0px 0px 0px;
  }
}
.title-plant {
  background-image: url('../../include/resources/businessfixer-members/images/g-icon-plant.png');
  background-image: url('../../include/resources/businessfixer-members/images/g-icon-plant.svg'), none;
  background-size: 29px 34px;
  font-size: 32px;
}
.title-lock {
  background-image: url('../../include/resources/businessfixer-members/images/g-icon-lock.png');
  background-image: url('../../include/resources/businessfixer-members/images/g-icon-lock.svg'), none;
  background-size: 23px 30px;
  font-size: 32px;
}
.title-no-tax {
  background-image: url('../../include/resources/businessfixer-members/images/g-icon-no-tax.png');
  background-image: url('../../include/resources/businessfixer-members/images/g-icon-no-tax.svg'), none;
  background-size: 40px 40px;
  font-size: 32px;
}
.title-industrial {
  background-image: url('../../include/resources/businessfixer-members/images/g-icon-industrial.png');
  background-image: url('../../include/resources/businessfixer-members/images/g-icon-industrial.svg'), none;
  background-size: 46px 41px;
  font-size: 32px;
}
.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: 620px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 620px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #1F1F1F;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 620px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .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: 620px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 620px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.media-gallery > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .media-gallery {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  border-radius: 0px;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 620px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
.button.media-size-small-document-icon,
.button-small.media-size-small-document-icon {
  display: inline-block;
  width: 40%;
  margin: 0 8% 0 0;
  color: #1F1F1F;
  background: none;
  font-size: 18px;
  font-weight: normal;
  font-family: 'PT Sans', Verdana, sans-serif;
  text-transform: none;
  text-align: left;
  letter-spacing: 0px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0px;
  min-height: 25px;
  padding: 10px 0px 10px 35px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .button.media-size-small-document-icon,
  .button-small.media-size-small-document-icon {
    display: block;
    margin: 0;
    width: auto;
  }
}
.button.media-size-small-document-icon img,
.button-small.media-size-small-document-icon img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.button.media-size-small-document-icon:hover,
.button-small.media-size-small-document-icon:hover {
  background-color: #efefef;
}
#signup_form fieldset {
  min-width: 10px;
}
#signup_form .form-row {
  display: inline-block;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 870px) {
  #signup_form .form-row {
    display: block;
    width: 100%;
  }
}
#signup_form .form-row .field {
  position: relative;
}
@media handheld,only screen and (max-width: 870px) {
  #signup_form .form-row .note.required {
    position: absolute;
    right: 0;
  }
}
#signup_form .form-row.note {
  display: block;
  width: 100%;
  margin-right: 40px;
}
#signup_form .form-row.note .note-inner {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
}
#signup_form .form-row.note .note-inner:last-of-type {
  margin-right: -2%;
}
@media handheld,only screen and (max-width: 870px) {
  #signup_form .form-row.note .note-inner {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#signup_form .form-row.half {
  width: 49%;
  margin-right: 2%;
}
#signup_form .form-row.half.small {
  width: 20%;
  margin-right: 31.5%;
}
#signup_form .form-row.half.small input {
  width: 80%;
  min-width: 0;
}
#signup_form .form-row.half.last {
  margin-right: -2%;
}
@media handheld,only screen and (max-width: 870px) {
  #signup_form .form-row.half {
    margin: 0;
    width: 100%;
  }
  #signup_form .form-row.half.small {
    width: 50%;
  }
  #signup_form .form-row.half.small input {
    width: 150px;
  }
}
#signup_form .form-row.third {
  width: 32%;
  margin-right: 2%;
}
#signup_form .form-row.third.last {
  margin-right: -2%;
}
#signup_form .form-row.quarter {
  width: 24%;
  margin-right: 2%;
}
#signup_form .form-row.quarter input {
  width: 59% !important;
}
#signup_form .form-row.quarter.last {
  margin-right: -2%;
}
@media handheld,only screen and (max-width: 870px) {
  #signup_form .form-row.quarter {
    display: block;
    width: 100%;
    margin: 0;
  }
  #signup_form .form-row.quarter input {
    max-width: 150px;
  }
}
#signup_form .form-row.date-wrapper {
  width: 28%;
  margin-right: 4%;
}
#signup_form .form-row.date-wrapper .date {
  width: 49.5%;
  margin-right: 1%;
}
#signup_form .form-row.date-wrapper .date.last {
  margin-right: -2%;
}
@media handheld,only screen and (max-width: 870px) {
  #signup_form .form-row.date-wrapper {
    width: 100%;
    margin: 0;
  }
  #signup_form .form-row.date-wrapper .date {
    width: 130px;
  }
}
#signup_form .form-row.country select {
  width: 95%;
}
#signup_form .form-row.buttons {
  margin: 0;
}
#signup_form .form-row label {
  display: block;
  margin: 0;
  width: 100%;
}
#signup_form .form-row .field {
  display: block;
  margin-left: 0;
}
#signup_form .form-row .field input {
  width: 95%;
  margin: 0;
}
#signup_form .form-row .field select {
  margin-top: 0;
  height: 40px;
  border-radius: 2px;
}
#signup_form .heading-wrapper {
  position: relative;
}
#signup_form .visa-mastercard {
  width: 160px;
  position: absolute;
  top: 0;
  right: 22px;
}
@media handheld,only screen and (max-width: 870px) {
  #signup_form .visa-mastercard {
    right: 36px;
  }
}
@media handheld,only screen and (max-width: 480px) {
  #signup_form .visa-mastercard {
    position: relative;
    right: 0;
  }
}
#signup_form .billing-address-wrapper,
#signup_form .city-state-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin-right: 3%;
}
#signup_form .billing-address-wrapper.city-state-wrapper,
#signup_form .city-state-wrapper.city-state-wrapper {
  margin-right: -2%;
}
#signup_form .billing-address-wrapper .billing-address,
#signup_form .billing-address-wrapper .city-state,
#signup_form .city-state-wrapper .billing-address,
#signup_form .city-state-wrapper .city-state {
  width: 100%;
}
@media handheld,only screen and (max-width: 870px) {
  #signup_form .billing-address-wrapper,
  #signup_form .city-state-wrapper {
    width: 100%;
    display: block;
  }
}
#signup_form span.details {
  font-size: 16px;
  line-height: 18px;
  display: block;
  margin-top: 2px;
  margin-left: 13px;
}
@media handheld,only screen and (max-width: 620px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.form-invisible h2 {
  background-image: url('../../include/resources/businessfixer-members/images/i-tool.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding: 6px 0px 6px 40px;
}
.page-region form.form-invisible h3,
.page-region form.form-invisible h4 {
  padding-left: 0em;
  padding-right: 0em;
}
.page-region form.f {
  color: #1F1F1F;
  background: transparent;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  border: 0px solid #e6e6e6;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 7.5em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 620px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form h2 {
  background-image: url('../../include/resources/businessfixer-members/images/i-tool.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding: 6px 0px 6px 40px;
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 620px) {
  .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: #1F1F1F;
  background: transparent;
  font-family: 'PT Sans', Verdana, sans-serif;
  border-bottom: 0px solid #e6e6e6;
  padding: 10px 0px;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 620px) {
  .page-region form .form-row {
    padding: 10px 0px;
  }
}
.page-region form .form-row label {
  float: left;
  color: #1F1F1F;
  background-color: transparent;
  width: 6.5em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 620px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 7.5em;
}
@media handheld,only screen and (max-width: 620px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.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: #1F1F1F;
  background: #ffffff;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #1F1F1F;
  border-radius: 0px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 620px) {
  .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: 85%;
  }
}
.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: 620px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
    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: 620px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    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: 620px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    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: 620px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
    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: 85%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 620px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #F89B27;
  background: #C46617;
  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%23FAAB3B%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23C46617%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: 1.3em;
  font-weight: bold;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #703C0B;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 0px #411D01;
  filter: dropshadow(color=#411D01,offx=1px,offy=1px);
  -webkit-box-shadow: 1px 3px 9px -1px #FAAB3B inset;
  box-shadow: 1px 3px 9px -1px #FAAB3B inset;
}
.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%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #1F1F1F;
  background-color: #f7900e;
  border-color: #703C0B;
  text-decoration: none;
}
.page-region form .form-row .submit.media-size-small-document-icon {
  display: inline-block;
  width: 40%;
  margin: 0 8% 0 0;
  color: #1F1F1F;
  background: none;
  font-size: 18px;
  font-weight: normal;
  font-family: 'PT Sans', Verdana, sans-serif;
  text-transform: none;
  text-align: left;
  letter-spacing: 0px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0px;
  min-height: 25px;
  padding: 10px 0px 10px 35px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row .submit.media-size-small-document-icon {
    display: block;
    margin: 0;
    width: auto;
  }
}
.page-region form .form-row .submit.media-size-small-document-icon img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.page-region form .form-row .submit.media-size-small-document-icon:hover {
  background-color: #efefef;
}
.page-region form .form-row .submit:hover {
  color: #1F1F1F;
  background-color: #f7900e;
}
.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: 620px) {
  .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: 620px) {
  .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: 620px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#enquiry_form {
  max-width: 585px;
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .cta-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .cta-block .cta {
    max-width: 550px;
    margin: 0.75em auto;
  }
}
.cta-block .cta .cta-inner {
  color: #1F1F1F;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  color: #1F1F1F;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #1F1F1F;
  border-radius: 0px;
  padding: 0.25em;
  overflow: auto;
}
.cta-block .cta .cta-inner a:hover {
  color: #1F1F1F;
  background-color: #ffffff;
  border-color: #F89B27;
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0px 0px 10px 0px;
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 620px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner a .cta-title {
  background-image: url('../../include/resources/businessfixer-members/images/i-tool.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding: 6px 0px 6px 40px;
  display: inline;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Oswald', Verdana, sans-serif;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0px 5px 0px 40px;
}
.cta-block .cta .cta-inner a .cta-description {
  display: block;
  font-size: 20px;
  margin: 10px 0px;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 620px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #f2f2f2;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .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: 620px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    text-align: left;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .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: #5f5f5f;
}
@media handheld,only screen and (max-width: 620px) {
  .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: 620px) {
  .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: #5f5f5f;
}
@media handheld,only screen and (max-width: 620px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #5f5f5f;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Oswald', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #1F1F1F;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: #F89B27;
}
.search-wrapper .search input.search-button:hover {
  background-color: #f7900e;
}
@media handheld,only screen and (max-width: 620px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #ffffff;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.45em;
  letter-spacing: -1px;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 620px) {
  .page-region {
    padding: 0px;
  }
}
.header-wrapper {
  background: #1F1F1F url('../../include/resources/businessfixer-members/images/i-header-bg.jpg') 50% 0% no-repeat;
  background-size: cover;
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper {
    background-image: url('../../include/resources/businessfixer-members/images/i-header-bg-vertical.jpg');
  }
}
.header-wrapper .header-constrain {
  font-size: 20px;
  width: 1170px;
  margin: 0px auto;
  color: #1F1F1F;
  border-radius: 0px;
  padding: 15px 15px;
  position: relative;
}
@media screen and (max-width: 1213.6929460581px) {
  .header-wrapper .header-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain {
    padding: 5px 15px;
  }
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  bottom: -65px;
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    position: relative;
    text-align: center;
    padding-left: 65px;
    margin-bottom: 5px;
    bottom: auto;
  }
}
.header-wrapper .header-constrain .header-block .header-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  text-align: right;
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain .header-block .header-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain .header-block .header-cell {
    text-align: center;
    border-top: 1px solid #454545;
    padding-top: 5px;
  }
}
.header-wrapper .header-constrain .header-block .header-cell .subscribe,
.header-wrapper .header-constrain .header-block .header-cell .manage-account,
.header-wrapper .header-constrain .header-block .header-cell .member-login {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain .header-block .header-cell .subscribe,
  .header-wrapper .header-constrain .header-block .header-cell .manage-account,
  .header-wrapper .header-constrain .header-block .header-cell .member-login {
    display: block;
  }
}
.header-wrapper .header-constrain .header-block .header-cell .manage-account,
.header-wrapper .header-constrain .header-block .header-cell .member-login {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #F89B27;
  background: #C46617;
  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%23FAAB3B%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23C46617%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: 1.3em;
  font-weight: bold;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #703C0B;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 0px #411D01;
  filter: dropshadow(color=#411D01,offx=1px,offy=1px);
  -webkit-box-shadow: 1px 3px 9px -1px #FAAB3B inset;
  box-shadow: 1px 3px 9px -1px #FAAB3B inset;
  font-size: 20px;
  letter-spacing: 0px;
  padding: 6px 15px;
}
.header-wrapper .header-constrain .header-block .header-cell .manage-account .button-arrow,
.header-wrapper .header-constrain .header-block .header-cell .member-login .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%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.header-wrapper .header-constrain .header-block .header-cell .manage-account img,
.header-wrapper .header-constrain .header-block .header-cell .member-login img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.header-wrapper .header-constrain .header-block .header-cell .manage-account:hover,
.header-wrapper .header-constrain .header-block .header-cell .member-login:hover {
  color: #1F1F1F;
  background-color: #f7900e;
  border-color: #703C0B;
  text-decoration: none;
}
.header-wrapper .header-constrain .header-block .header-cell .manage-account.media-size-small-document-icon,
.header-wrapper .header-constrain .header-block .header-cell .member-login.media-size-small-document-icon {
  display: inline-block;
  width: 40%;
  margin: 0 8% 0 0;
  color: #1F1F1F;
  background: none;
  font-size: 18px;
  font-weight: normal;
  font-family: 'PT Sans', Verdana, sans-serif;
  text-transform: none;
  text-align: left;
  letter-spacing: 0px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0px;
  min-height: 25px;
  padding: 10px 0px 10px 35px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .header-cell .manage-account.media-size-small-document-icon,
  .header-wrapper .header-constrain .header-block .header-cell .member-login.media-size-small-document-icon {
    display: block;
    margin: 0;
    width: auto;
  }
}
.header-wrapper .header-constrain .header-block .header-cell .manage-account.media-size-small-document-icon img,
.header-wrapper .header-constrain .header-block .header-cell .member-login.media-size-small-document-icon img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.header-wrapper .header-constrain .header-block .header-cell .manage-account.media-size-small-document-icon:hover,
.header-wrapper .header-constrain .header-block .header-cell .member-login.media-size-small-document-icon:hover {
  background-color: #efefef;
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain .header-block .header-cell .manage-account,
  .header-wrapper .header-constrain .header-block .header-cell .member-login {
    margin: 5px auto;
  }
}
.header-wrapper .header-constrain .header-block .header-cell .manage-account:hover,
.header-wrapper .header-constrain .header-block .header-cell .member-login:hover {
  color: #ffffff;
  opacity: 0.75;
}
.header-wrapper .header-constrain .header-block .header-cell .manage-account {
  margin: 0px 0px 0px 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain .header-block .header-cell .manage-account {
    margin: 5px auto;
  }
}
.header-wrapper .header-constrain .header-block .header-cell .member-login {
  margin: 0px 0px 0px 5px;
}
@media handheld,only screen and (max-width: 620px) {
  .header-wrapper .header-constrain .header-block .header-cell .member-login {
    margin: 5px auto;
  }
}
.header-wrapper .header-constrain .header-block a {
  color: #048EDD;
}
.header-wrapper .header-constrain .header-block a:hover {
  color: #F89B27;
}
.header-wrapper .header-constrain .header-block a:hover img {
  opacity: 0.75;
}
.nav-wrapper {
  background: transparent url('../../include/resources/businessfixer-members/images/i-menu-bg.png') 0% 100% repeat-x;
}
.nav-wrapper .nav-constrain {
  font-size: 20px;
  width: 1170px;
  margin: 0px auto;
  color: #F89B27;
  border-radius: 0px;
}
@media screen and (max-width: 1213.6929460581px) {
  .nav-wrapper .nav-constrain {
    width: 96.4%;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  text-align: right;
  z-index: 20;
  /* Top Level */
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block {
    overflow: hidden;
    text-align: left;
    width: 100%;
    margin-left: 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #F89B27;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 50px;
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  background: transparent url('../../include/resources/businessfixer-members/images/g-menu.png') 50% 50% no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 0px;
  position: absolute;
  top: 0.4em;
  right: 1.5em;
}
.nav-wrapper .nav-constrain .nav-block .nav-spacer-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block .nav-spacer-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block .nav-spacer-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 620px) {
  .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;
  width: 100%;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding: 1em 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  border-left: 1px solid #5B5B54;
  border-right: 1px solid #393734;
  border-top: 1px solid #59584F;
  text-align: center;
  width: 19%;
  padding: 0em;
  margin: 0em;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    text-align: left;
    width: auto;
    border: none;
    border-top: 1px solid #5B5B54;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #F89B27;
  background-color: transparent;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 25px 10px;
  white-space: nowrap;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>');
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;

              @media handheld, only screen and (max-width: @compactNavWidth) {
                background-image: none;
                padding-right: 0;
              }
            }
            */
}
@media handheld,only screen and (min-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 16px;
  }
}
@media handheld,only screen and (min-width: 748px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 18px;
  }
}
@media handheld,only screen and (min-width: 1004px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 25px;
  }
}
@media handheld,only screen and (min-width: 1250px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 30px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 20px;
    white-space: normal;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a:hover {
  color: #ffffff;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;

                @media handheld, only screen and (max-width: @compactNavWidth) {
                  background-image: none;
                  padding-right: 0;
                }
              }
              */
  background-color: #F89B27;
}
.nav-wrapper .nav-constrain .nav-block ul li:first-child {
  border-left: 1px solid #5B5B54;
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid #5B5B54;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  background-color: #1F1F1F;
  border-left: 1px solid #5B5B54;
  border-right: 1px solid #393734;
  border-top: 1px solid #59584F;
  border-bottom: 1px solid #493734;
  width: auto;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 70px;
  left: 0em;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    height: auto;
    border: none;
    border-radius: 0px;
    margin-bottom: 10px;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  background-color: #1F1F1F;
  line-height: 1.8em;
  text-align: left;
  width: 100%;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: transparent;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 620px) {
  .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: 620px) {
  .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 a {
  color: #F89B27;
  font-size: 20px;
  padding: 10px 25px;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: 2.5em;

                  @media handheld, only screen and (max-width: @compactNavWidth) {
                    background-image: none;
                    padding-right: 0;
                  }
                }
                */
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    color: #ffffff;
    font-size: 17px;
    text-transform: none;
    padding: 2px 10px 2px 40px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
  color: #ffffff;
  background-color: #F89B27;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                  &.has_children {
                    background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-right: 2.5em;

                    @media handheld, only screen and (max-width: @compactNavWidth) {
                      background-image: none;
                      padding-right: 0;
                    }
                  }
                  */
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
    color: #ffffff;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
.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: 620px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.become-a-member-now-wrapper {
  background: #f1f1f1;
  border-bottom: 1px solid #e6e6e6;
}
.become-a-member-now-wrapper .become-a-member-now-constrain {
  font-size: 20px;
  width: 1170px;
  margin: 0px auto;
  color: #1F1F1F;
  border-radius: 0px;
  padding: 50px 15px;
}
@media screen and (max-width: 1213.6929460581px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain {
    padding: 30px 15px;
  }
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block {
    text-align: center;
  }
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .become-a-member-now-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .become-a-member-now-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .become-a-member-now-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .become-a-member-now-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .become-a-member-now-cell p {
  font-size: 19px;
  margin: 8px 0px;
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .become-a-member-now-cell h2 {
  font-size: 35px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 8px 0px;
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  text-align: right;
}
@media handheld,only screen and (max-width: 620px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell .sign-up-button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #F89B27;
  background: #C46617;
  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%23FAAB3B%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23C46617%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: 1.3em;
  font-weight: bold;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #703C0B;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 0px #411D01;
  filter: dropshadow(color=#411D01,offx=1px,offy=1px);
  -webkit-box-shadow: 1px 3px 9px -1px #FAAB3B inset;
  box-shadow: 1px 3px 9px -1px #FAAB3B inset;
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell .sign-up-button .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%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell .sign-up-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell .sign-up-button:hover {
  color: #1F1F1F;
  background-color: #f7900e;
  border-color: #703C0B;
  text-decoration: none;
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell .sign-up-button.media-size-small-document-icon {
  display: inline-block;
  width: 40%;
  margin: 0 8% 0 0;
  color: #1F1F1F;
  background: none;
  font-size: 18px;
  font-weight: normal;
  font-family: 'PT Sans', Verdana, sans-serif;
  text-transform: none;
  text-align: left;
  letter-spacing: 0px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0px;
  min-height: 25px;
  padding: 10px 0px 10px 35px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell .sign-up-button.media-size-small-document-icon {
    display: block;
    margin: 0;
    width: auto;
  }
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell .sign-up-button.media-size-small-document-icon img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.become-a-member-now-wrapper .become-a-member-now-constrain .become-a-member-now-block .sign-up-cell .sign-up-button.media-size-small-document-icon:hover {
  background-color: #efefef;
}
.why-you-should-join-wrapper {
  background: #1F1F1F url('../../include/resources/businessfixer-members/images/i-header-bg.jpg') 50% 0% no-repeat;
  background-size: cover;
  margin-bottom: 225px;
  position: relative;
  z-index: 5;
}
@media handheld,only screen and (max-width: 768px) {
  .why-you-should-join-wrapper {
    background-image: url('../../include/resources/businessfixer-members/images/i-header-bg-vertical.jpg');
    margin-bottom: 0px;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .why-you-should-join-wrapper {
    margin-bottom: 0px;
  }
}
.why-you-should-join-wrapper .why-you-should-join-constrain {
  font-size: 20px;
  width: 1170px;
  margin: 0px auto;
  color: #1F1F1F;
  border-radius: 0px;
  padding: 65px 15px;
}
@media screen and (max-width: 1213.6929460581px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain {
    padding: 40px 15px;
  }
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  text-align: center;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .why-you-should-join-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .why-you-should-join-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .why-you-should-join-cell p {
  color: #F89B27;
  font-size: 18px;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .why-you-should-join-cell h2 {
  color: #ffffff;
  font-size: 45px;
  margin-top: 0px;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  background: #ffffff url('../../include/resources/businessfixer-members/images/i-reasons-bg.png') 50% 100% no-repeat;
  background-size: 100%;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: -345px;
  min-height: 480px;
  position: relative;
}
@media handheld,only screen and (max-width: 620px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell {
    min-height: 520px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    background-image: none;
    /* Width of 'reason' image */
    max-width: 540px;
    min-height: 0px;
    padding: 0px;
    margin: 30px auto;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell .number-container {
  display: table;
  background: #ffffff;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: -55px;
  top: -30px;
  position: relative;
  z-index: 5;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell .number-container .number {
  display: table-cell;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Oswald', Verdana, sans-serif;
  vertical-align: middle;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell .media-thumbnail {
  position: relative;
  top: -30px;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell p {
  font-size: 16px;
  line-height: 1.2em;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell h2 {
  color: #F89B27;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0px 35px 15px 35px;
}
@media handheld,only screen and (max-width: 1024px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell h2 {
    margin: 0px 0px 15px 0px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell h2 {
    margin: 0px 0px 15px 0px;
  }
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell h3 {
  font-size: 21px;
  margin-top: 0px;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell .media-thumbnail {
  margin: 0px;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell .reason-text-box {
  padding: 0px 20px 30px 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell .reason-text-box {
    background-image: none;
  }
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell .button {
  font-size: 30px;
  width: 100%;
}
.why-you-should-join-wrapper .why-you-should-join-constrain .why-you-should-join-block .reason-cell.reason-4 .reason-text-box {
  padding-top: 40px;
}
.content-wrapper {
  background: #ffffff;
  position: relative;
  z-index: 0px;
}
.content-wrapper.sales-page .content-constrain {
  padding: 40px 15px;
}
.content-wrapper.sales-page h1 {
  font-size: 30px;
  text-transform: none;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 620px) {
  .content-wrapper.sales-page h1 br {
    display: none;
  }
}
.content-wrapper .content-constrain {
  font-size: 20px;
  width: 1170px;
  margin: 0px auto;
  color: #1F1F1F;
  border-radius: 0px;
  padding: 40px 15px;
}
@media screen and (max-width: 1213.6929460581px) {
  .content-wrapper .content-constrain {
    width: 96.4%;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 620px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #F89B27;
  background: #C46617;
  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%23FAAB3B%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23C46617%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: 1.3em;
  font-weight: bold;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #703C0B;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 0px #411D01;
  filter: dropshadow(color=#411D01,offx=1px,offy=1px);
  -webkit-box-shadow: 1px 3px 9px -1px #FAAB3B inset;
  box-shadow: 1px 3px 9px -1px #FAAB3B inset;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-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%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover {
  color: #1F1F1F;
  background-color: #f7900e;
  border-color: #703C0B;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.media-size-small-document-icon {
  display: inline-block;
  width: 40%;
  margin: 0 8% 0 0;
  color: #1F1F1F;
  background: none;
  font-size: 18px;
  font-weight: normal;
  font-family: 'PT Sans', Verdana, sans-serif;
  text-transform: none;
  text-align: left;
  letter-spacing: 0px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0px;
  min-height: 25px;
  padding: 10px 0px 10px 35px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li a.media-size-small-document-icon {
    display: block;
    margin: 0;
    width: auto;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.media-size-small-document-icon img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.media-size-small-document-icon:hover {
  background-color: #efefef;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.content-wrapper .content-constrain .content-block .content-cell .login-buttons {
  text-align: center;
}
.get-instant-access-wrapper {
  background: #ffffff;
}
.get-instant-access-wrapper .get-instant-access-constrain {
  font-size: 20px;
  width: 1170px;
  margin: 0px auto;
  color: #1F1F1F;
  border-radius: 0px;
  padding: 50px 15px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 1213.6929460581px) {
  .get-instant-access-wrapper .get-instant-access-constrain {
    width: 96.4%;
  }
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .get-instant-access-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .get-instant-access-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .get-instant-access-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .get-instant-access-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .get-instant-access-cell h2 {
  font-weight: 35px;
  text-transform: uppercase;
  margin: 5px 0px;
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  text-align: right;
}
@media handheld,only screen and (max-width: 620px) {
  .get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell .sign-up-button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background-color: #F89B27;
  background: #C46617;
  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%23FAAB3B%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23C46617%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: 1.3em;
  font-weight: bold;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #703C0B;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 0px #411D01;
  filter: dropshadow(color=#411D01,offx=1px,offy=1px);
  -webkit-box-shadow: 1px 3px 9px -1px #FAAB3B inset;
  box-shadow: 1px 3px 9px -1px #FAAB3B inset;
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell .sign-up-button .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%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell .sign-up-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell .sign-up-button:hover {
  color: #1F1F1F;
  background-color: #f7900e;
  border-color: #703C0B;
  text-decoration: none;
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell .sign-up-button.media-size-small-document-icon {
  display: inline-block;
  width: 40%;
  margin: 0 8% 0 0;
  color: #1F1F1F;
  background: none;
  font-size: 18px;
  font-weight: normal;
  font-family: 'PT Sans', Verdana, sans-serif;
  text-transform: none;
  text-align: left;
  letter-spacing: 0px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0px;
  min-height: 25px;
  padding: 10px 0px 10px 35px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell .sign-up-button.media-size-small-document-icon {
    display: block;
    margin: 0;
    width: auto;
  }
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell .sign-up-button.media-size-small-document-icon img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.get-instant-access-wrapper .get-instant-access-constrain .get-instant-access-block .sign-up-cell .sign-up-button.media-size-small-document-icon:hover {
  background-color: #efefef;
}
.become-a-member-risk-free-wrapper {
  background: #f1f1f1;
  border-top: 1px solid #e6e6e6;
  position: relative;
  z-index: 5;
}
.become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain {
  font-size: 20px;
  width: 1170px;
  margin: 0px auto;
  color: #1F1F1F;
  border-radius: 0px;
  padding: 50px 15px;
}
@media screen and (max-width: 1213.6929460581px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain {
    padding: 30px 15px;
  }
}
.become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .become-a-member-risk-free-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .become-a-member-risk-free-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .become-a-member-risk-free-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .become-a-member-risk-free-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .become-a-member-risk-free-cell p {
  font-size: 19px;
  margin: 8px 0px;
}
.become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .become-a-member-risk-free-cell h2 {
  color: #F89B27;
  font-size: 35px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 8px 0px;
}
.become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .guarantee-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  text-align: right;
}
@media handheld,only screen and (max-width: 620px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .guarantee-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .guarantee-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .guarantee-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .guarantee-cell .guarantee-graphic {
  margin: -70px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .become-a-member-risk-free-wrapper .become-a-member-risk-free-constrain .become-a-member-risk-free-block .guarantee-cell .guarantee-graphic {
    margin: 20px auto -170px auto;
  }
}
.testimonials-wrapper {
  background: url('../../include/resources/businessfixer-members/images/i-testimonials-bg.jpg') 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper {
    padding-top: 100px;
  }
}
.testimonials-wrapper .hero-container {
  width: 1170px;
  max-width: 100vw;
  margin: 0px auto;
  overflow: hidden;
}
@media handheld,only screen and (min-width: 768px) {
  .testimonials-wrapper .hero-container {
    width: 1170px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper .hero-container {
    width: 95vw;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .testimonials-wrapper .hero-container {
    width: 90vw;
  }
}
.testimonials-wrapper .hero-container .taipan-hero-block {
  width: 6000vw;
}
.testimonials-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  text-align: center;
  width: 1170px;
  max-width: 100vw;
  padding: 65px 15px;
  vertical-align: top;
  position: relative;
}
@media handheld,only screen and (min-width: 768px) {
  .testimonials-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 1170px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 95vw;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .testimonials-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 90vw;
  }
}
.testimonials-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel p {
  font-size: 28px;
  line-height: 1em;
}
@media handheld,only screen and (max-width: 620px) {
  .testimonials-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel p {
    font-size: 22px;
  }
}
.testimonials-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .testimonial-name {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Oswald', Verdana, sans-serif;
  line-height: 1.15em;
  letter-spacing: 0px;
}
@media handheld,only screen and (max-width: 620px) {
  .testimonials-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .testimonial-name {
    font-size: 24px;
  }
}
.taipan-contentpanel-nav {
  text-align: center;
  width: 100%;
  padding: 0em;
  margin: 0px auto;
  position: absolute;
  bottom: 40px;
  z-index: 10;
}
.taipan-contentpanel-nav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  text-align: center;
  margin: 5px;
}
.taipan-contentpanel-nav li a {
  display: block;
  color: transparent;
  background: #ffffff;
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 0px;
  border-radius: 50%;
  overflow: hidden;
}
.taipan-contentpanel-nav li a:hover {
  background: #1F1F1F;
}
.taipan-contentpanel-nav li a.currentslide {
  background: #F89B27;
}
.matthew-snelleksz-wrapper {
  background: #ffffff;
}
.matthew-snelleksz-wrapper .matthew-snelleksz-constrain {
  font-size: 20px;
  width: 1170px;
  margin: 0px auto;
  color: #1F1F1F;
  border-radius: 0px;
  padding: 80px 15px;
}
@media screen and (max-width: 1213.6929460581px) {
  .matthew-snelleksz-wrapper .matthew-snelleksz-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .matthew-snelleksz-wrapper .matthew-snelleksz-constrain {
    padding: 50px 15px;
  }
}
.matthew-snelleksz-wrapper .matthew-snelleksz-constrain .matthew-snelleksz-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.matthew-snelleksz-wrapper .matthew-snelleksz-constrain .matthew-snelleksz-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .matthew-snelleksz-wrapper .matthew-snelleksz-constrain .matthew-snelleksz-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.matthew-snelleksz-wrapper .matthew-snelleksz-constrain .matthew-snelleksz-block .matthew-snelleksz-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 620px) {
  .matthew-snelleksz-wrapper .matthew-snelleksz-constrain .matthew-snelleksz-block .matthew-snelleksz-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .matthew-snelleksz-wrapper .matthew-snelleksz-constrain .matthew-snelleksz-block .matthew-snelleksz-cell {
    text-align: center;
  }
}
.matthew-snelleksz-wrapper .matthew-snelleksz-constrain .matthew-snelleksz-block .matthew-snelleksz-cell p {
  font-size: 19px;
  margin: 8px 0px;
}
.matthew-snelleksz-wrapper .matthew-snelleksz-constrain .matthew-snelleksz-block .matthew-snelleksz-cell h2 {
  font-size: 35px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 8px 0px;
}
@media handheld,only screen and (max-width: 620px) {
  .matthew-snelleksz-wrapper .matthew-snelleksz-constrain .matthew-snelleksz-block .matthew-snelleksz-cell table {
    text-align: center;
  }
}
.footer-wrapper {
  background: #1F1F1F url('../../include/resources/businessfixer-members/images/i-footer-bg.jpg') 50% 0% no-repeat;
  background-size: cover;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper {
    background-image: url('../../include/resources/businessfixer-members/images/i-footer-bg-vertical.jpg');
  }
}
.footer-wrapper .footer-constrain {
  font-size: 20px;
  width: 1170px;
  margin: 0px auto;
  color: #B8B7B7;
  padding: 30px 15px;
}
@media screen and (max-width: 1213.6929460581px) {
  .footer-wrapper .footer-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block a {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #F89B27;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 39.866666666667%;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 620px) and handheld,only screen and (max-width: 620px) and only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-logo {
  margin-bottom: 5px;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block {
    padding: 20px 0px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block .footer-contact-details-cell-1 {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block .footer-contact-details-cell-1 {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block .footer-contact-details-cell-1 {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block .footer-contact-details-cell-1 {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block .footer-contact-details-cell-2 {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block .footer-contact-details-cell-2 {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block .footer-contact-details-cell-2 {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell .footer-contact-details-block .footer-contact-details-cell-2 {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell dl dt,
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell dl dd {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  float: left;
  color: #B8B7B7;
  font-size: 16px;
  vertical-align: top;
  padding: 4px 0px;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell dl dt,
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell dl dt a,
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell dl dd a {
  color: #B8B7B7;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell dl dt {
  clear: left;
  margin-right: 8px;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell dl dt {
    min-width: auto;
    margin-top: 0.25em;
    margin-right: 0px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-ctas-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 56.533333333333%;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 620px) and handheld,only screen and (max-width: 620px) and only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block > * {
    font-size: 20px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block .footer-cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  color: #888686;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block .footer-cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block .footer-cta {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    margin-bottom: 10px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 620px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block .footer-cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block .footer-cta {
    margin-bottom: 15px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block .footer-cta p {
  margin: 0px;
}
.footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block .footer-cta a {
  display: block;
}
.footer-wrapper .footer-constrain .footer-block .footer-ctas-cell .footer-ctas-block .footer-cta a:hover img {
  opacity: 0.75;
}
.footer-wrapper .footer-constrain .footer-block .footer-copyright-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  text-align: center;
  padding: 10px 0px;
}
@media handheld,only screen and (max-width: 620px) {
  .footer-wrapper .footer-constrain .footer-block .footer-copyright-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-copyright-cell p {
  font-size: 80%;
}
