@charset "UTF-8";
/*!!
* Global Styles Definitions
*
* @author			Matt Gifford
* @copyright		2014 Timeshifting Interactive Limited. All rights reserved.
* @platforms		IE8+, Chrome, Firefox, Safari, Android 2.3+, Mobile Safari (iOS 5+), WindowsPhone8+
*/
/*  ::  Global Styles	*/
/*  ::  Global Styles  »  Web Fonts		*/
@font-face {
  font-family: 'icons-benlahood-wf';
  src: url("../webfonts/icons-benlahood-wf.eot");
  src: url("../webfonts/icons-benlahood-wf.eot#iefix") format("embedded-opentype"), url("../webfonts/icons-benlahood-wf.woff") format("woff"), url("../webfonts/icons-benlahood-wf.ttf") format("truetype"), url("../webfonts/icons-benlahood-wf.svg#icons-benlahood-wf") format("svg");
  font-weight: normal;
  font-style: normal; }

/*  ::  Global Styles  »  CSS Reset	*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption, th, td, small, big {
  margin: 0;
  padding: 0;
  font-size: 16px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  /* make sure html5 elements display correctly in old IE */
  display: block; }

/*  ::  Global Styles  »  Base Styles (incl background images)	*/
html.desktop {
  /* always display vertical scroll bar, stops centered content jumping between pages */
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; }

body {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  background: #fff;
  color: #424242; }
  .tablet body,
  .mobile body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }
  body.fullsize-clip {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

select, input, textarea {
  font: 400 99% arial, sans-serif; }

a {
  color: #0096db;
  text-decoration: none; }

a:hover {
  color: #00628e;
  text-decoration: underline; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%; }

fieldset, img {
  border: 0;
  display: block; }

input.placeholder,
textarea.placeholder,
::-webkit-input-placeholder,
:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #aaa;
  font-style: italic; }

legend {
  color: #424242; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400; }

b, strong {
  font-weight: bold; }

cite, i, em {
  font-style: italic; }

big {
  font-size: 115%; }

small {
  font-size: 85%; }

pre, code {
  font-family: monospace;
  line-height: 100%; }

caption, th {
  text-align: left; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: 400; }

hr {
  width: 100%;
  height: 1px;
  border: none;
  overflow: hidden;
  background: #ddd;
  color: #ddd; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  position: relative;
  display: inline-block;
  vertical-align: 0.3em;
  height: 1.2em; }

sub {
  position: relative;
  display: inline-block;
  vertical-align: -0.1em;
  height: 1.2em; }

a.active {
  cursor: default; }

a:active {
  outline: none; }

.clear {
  clear: both; }

.clearfix {
  *zoom: 1; }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.template {
  display: none !important; }

.hidden,
.mobile .hidden--mobile,
.tablet .hidden--tablet,
.desktop .hidden--desktop,
.mouse .hidden--mouse,
.touch .hidden--touch {
  display: none !important; }

@media only screen and (max-width: 320px) {
  .mobile .hidden--mobile-small {
    display: none !important; } }

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .mobile .hidden--mobile-large {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .tablet .hidden--tablet-small {
    display: none !important; } }

@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .tablet .hidden--tablet-large {
    display: none !important; } }

@media only screen and (min-width: 1201px) and (max-width: 1599px) {
  .desktop .hidden--desktop-small {
    display: none !important; } }

@media only screen and (min-width: 1600px) {
  .desktop .hidden--desktop-large {
    display: none !important; } }

.invisible {
  visibility: hidden !important; }

.fpc-holepunch-fallback {
  /* screen reader only content */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.prepend:before {
  content: attr(data-prepend);
  display: inline-block; }

.append:after {
  content: attr(data-append);
  display: inline-block; }

.colour1 {
  color: #0096db !important; }

.colour2 {
  color: #ff3 !important; }

.colour3 {
  color: #0096db !important; }

.colour4 {
  color: #222728 !important; }

.weight2 {
  font-weight: 200 !important; }

.weight4 {
  font-weight: 400 !important; }

.weight6 {
  font-weight: 600 !important; }

.weight7 {
  font-weight: 700 !important; }

.weight9 {
  font-weight: 900 !important; }

.footnote {
  font-size: 80% !important; }

.global-site-notice {
  background: #666;
  color: #fff;
  padding: 16px; }

.global-site-notice.noscript {
  background: #c00; }

.validation-advice {
  margin: -14px 0 16px 0;
  color: #c00;
  font-size: 12px; }

#wpadminbar {
  position: absolute;
  position: fixed !important;
  top: 0; }

#wpadminbar #wp-admin-bar-my-account .ab-item .avatar {
  position: absolute;
  top: 3px;
  right: 0; }
  .mobile #wpadminbar #wp-admin-bar-my-account .ab-item .avatar {
    display: none; }

#wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper {
  padding: 0 0 0 75px; }

/*  ::  Global Styles  »  Alignment Styles	*/
.mediablock {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .mediablock .left {
    position: relative;
    float: left;
    margin-right: 16px; }
  .mediablock .content {
    overflow: hidden; }
  .mediablock .right {
    float: right;
    margin-left: 16px; }

.alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 10.66667px; }

.alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 10.66667px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

/*  ::  Global Styles  »  Heading Styles	*/
.h-heading1,
h1 {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #424242;
  font-size: 41.14286px; }

.h-heading2,
h2 {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #424242;
  font-size: 34.28571px; }

.h-heading3,
h3 {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #424242;
  font-size: 27.42857px; }

.h-heading4,
h4 {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #424242;
  font-size: 21.57143px; }

.h-heading5,
h5 {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #424242;
  font-size: 18.85714px; }

.h-heading6,
h6 {
  margin-top: 24px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #424242;
  font-size: 17.14286px; }

img.alignleft + .h-heading1,
img.alignleft + .h-heading2,
img.alignleft + .h-heading3,
img.alignleft + .h-heading4,
img.alignleft + .h-heading5,
img.alignleft + .h-heading6,
img.alignleft + h1,
img.alignleft + h2,
img.alignleft + h3,
img.alignleft + h4,
img.alignleft + h5,
img.alignleft + h6,
img.alignright + .h-heading1,
img.alignright + .h-heading2,
img.alignright + .h-heading3,
img.alignright + .h-heading4,
img.alignright + .h-heading5,
img.alignright + .h-heading6,
img.alignright + h1,
img.alignright + h2,
img.alignright + h3,
img.alignright + h4,
img.alignright + h5,
img.alignright + h6,
.h-heading1:first-child,
.h-heading2:first-child,
.h-heading3:first-child,
.h-heading4:first-child,
.h-heading5:first-child,
.h-heading6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

.h-heading1.run-on,
.h-heading2.run-on,
.h-heading3.run-on,
.h-heading4.run-on,
.h-heading5.run-on,
.h-heading6.run-on,
h1.run-on,
h2.run-on,
h3.run-on,
h4.run-on,
h5.run-on,
h6.run-on {
  margin-top: 10.66667px; }

.h-heading1 + .h-heading2,
.h-heading1 + .h-heading3,
.h-heading2 + .h-heading3,
.h-heading2 + .h-heading4,
.h-heading3 + .h-heading4,
.h-heading3 + .h-heading5,
.h-heading4 + .h-heading5,
.h-heading5 + .h-heading6,
h1 + h2,
h1 + h3,
h1 + h4,
h2 + h3,
h2 + h4,
h2 + h5,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
  margin-top: 16px; }

/*  ::  Global Styles  »  Paragraph Styles	*/
p {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px; }

.h-heading1 + p,
.h-heading2 + p,
.h-heading3 + p,
.h-heading4 + p,
.h-heading5 + p,
.h-heading6 + p,
h1 + p,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
p.run-on {
  margin-top: 10.66667px; }

.component-generic-text > div:first-child + p,
img.alignleft + p,
img.alignright + p,
p:first-child {
  margin-top: 0; }

/*  ::  Global Styles  »  List Styles	*/
ol,
ul {
  margin-top: 16px;
  padding: 0 0 0 24px; }

dl {
  margin-top: 16px;
  padding: 0 0 0 24px; }

.h-heading1 + ul,
.h-heading2 + ul,
.h-heading3 + ul,
.h-heading4 + ul,
.h-heading5 + ul,
.h-heading6 + ul,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
.h-heading1 + ol,
.h-heading2 + ol,
.h-heading3 + ol,
.h-heading4 + ol,
.h-heading5 + ol,
.h-heading6 + ol,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol,
dl.run-on,
ol.run-on,
ul.run-on {
  margin-top: 10.66667px; }

img.alignleft + ol,
img.alignright + ol,
img.alignleft + ul,
img.alignright + ul,
img.alignleft + dl,
img.alignright + dl,
ol:first-child,
ul:first-child,
dl:first-child {
  margin-top: 0; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

ul ul {
  list-style: square; }

ul ul ul {
  list-style: circle; }

li {
  margin-top: 5.33333px;
  font-weight: 400;
  font-size: 16px; }

dt {
  margin-top: 10.66667px;
  font-weight: 500;
  font-size: 18.85714px; }

dd {
  font-size: 16px;
  font-weight: 400; }

dt:first-child,
li:first-child {
  margin-top: 0; }

/*  ::  Global Styles  »  Form Styles	*/
fieldset {
  position: relative;
  display: block;
  padding: 16px 16px; }
  fieldset .disabled {
    position: relative;
    overflow: hidden;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40); }
  fieldset .cols2,
  fieldset .cols3,
  fieldset .cols4,
  fieldset .cols5 {
    margin: 0;
    padding-left: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    fieldset .cols2 li,
    fieldset .cols3 li,
    fieldset .cols4 li,
    fieldset .cols5 li {
      margin: 0;
      overflow: hidden; }
  fieldset .cols2 + .cols2,
  fieldset .cols3 + .cols3,
  fieldset .cols4 + .cols4,
  fieldset .cols5 + .cols5 {
    padding-left: 24px; }
  fieldset p.required {
    text-align: right;
    color: #c00;
    font-weight: 700;
    font-size: 12px; }
    .desktop fieldset p.required {
      float: right; }
  fieldset .back-link {
    float: left;
    padding: 24px 16px;
    font-size: 14px;
    font-weight: 700; }

.ie7 fieldset .cols2,
.ie7 fieldset .cols3,
.ie7 fieldset .cols4,
.ie7 fieldset .cols5 {
  padding-left: 0 !important; }
  .ie7 fieldset .cols2 input[type="text"],
  .ie7 fieldset .cols2 input[type="password"],
  .ie7 fieldset .cols2 textarea,
  .ie7 fieldset .cols3 input[type="text"],
  .ie7 fieldset .cols3 input[type="password"],
  .ie7 fieldset .cols3 textarea,
  .ie7 fieldset .cols4 input[type="text"],
  .ie7 fieldset .cols4 input[type="password"],
  .ie7 fieldset .cols4 textarea,
  .ie7 fieldset .cols5 input[type="text"],
  .ie7 fieldset .cols5 input[type="password"],
  .ie7 fieldset .cols5 textarea {
    width: 90%; }

.fieldset--alternative {
  padding-left: 16px;
  padding-right: 16px;
  background: #eee;
  margin-left: -16px; }

.ie7 .fieldset--alternative > textarea,
.ie7 .fieldset--alternative > input[type="tel"],
.ie7 .fieldset--alternative > input[type="text"],
.ie7 .fieldset--alternative > input[type="search"],
.ie7 .fieldset--alternative > input[type="email"],
.ie7 .fieldset--alternative > input[type="password"] {
  position: relative;
  margin-left: 16px; }

label {
  float: left;
  margin-bottom: 10.66667px;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase; }

label.required em, span.required em {
  display: none; }

label.required:after, span.required:after {
  color: #f00;
  content: " *";
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal; }

.button,
button {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 5.33333px 10.66667px;
  overflow: visible;
  border: 0;
  background: #0096db;
  cursor: pointer; }
  .mouse .button:hover,
  .mouse button:hover {
    background: #ff3;
    color: #000;
    text-decoration: none; }
  .button.button--sold,
  button.button--sold {
    background: #0096db !important;
    cursor: default !important; }

button {
  float: left; }

textarea,
input,
select {
  float: left;
  margin: 0 0 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 10.66667px;
  margin-right: 5.33333px; }

label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 5.33333px; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  min-width: 85%;
  margin-top: 5.33333px; }

textarea,
select,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  float: left;
  display: block;
  width: 100%;
  min-height: 22px;
  padding: 5px 5px 3px 5px;
  background: #fff;
  border: 1px solid #dadada;
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  box-sizing: border-box; }

.ie7 textarea,
.ie7 select,
.ie7 input[type="tel"],
.ie7 input[type="text"],
.ie7 input[type="email"],
.ie7 input[type="search"],
.ie7 input[type="password"] {
  /* handle the lack of border box support */
  width: 95%; }

textarea {
  height: 112px; }

select {
  width: auto; }

/*  ::  Global Styles  »  Table Styles	*/
.component-generic-text table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10.66667px;
  border-top: 1px solid #ddd; }
  .component-generic-text table:first-child {
    margin-top: 0; }

.component-generic-text th,
.component-generic-text td {
  padding: 5.33333px 10.66667px;
  border-bottom: 1px solid #ddd; }

.component-generic-text th {
  font-weight: 500; }

.component-generic-text td:first-child {
  padding-left: 0; }

.component-generic-text tr:nth-child(odd) td {
  background: #eee; }

.component-generic-text tr:nth-child(even) td {
  background: #fff; }

/*  ::  Global Styles  »  Panel  */
.panel {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .mobile .panel {
    border-bottom: 0; }
  .panel .panel-column {
    position: relative;
    float: left;
    width: 32.41525%;
    margin: 16px 0; }
    .panel .panel-column:first-child:before {
      display: none !important; }
    .panel .panel-column .column-inner {
      padding: 3.2px 8.9% 3.2px 0; }
    .panel .panel-column + .panel-column {
      width: 35.1694%; }
      .panel .panel-column + .panel-column .column-inner {
        padding: 3.2px 8%; }
    .panel .panel-column + .panel-column + .panel-column {
      width: 32.41525%; }
      .panel .panel-column + .panel-column + .panel-column .column-inner {
        padding: 3.2px 0 3.2px 8.9%; }
      .panel .panel-column + .panel-column + .panel-column:after {
        display: none !important; }
    .mobile .panel .panel-column {
      float: none !important;
      width: auto !important;
      border-bottom: 1px solid #eee; }
      .mobile .panel .panel-column .column-inner {
        padding: 16px 0 !important; }
    .panel .panel-column:before {
      position: absolute;
      left: 0px;
      width: 0;
      height: 100%;
      bottom: 0;
      display: block;
      border-left: 1px solid #eee;
      content: "";
      overflow: hidden; }
    .panel .panel-column:after {
      position: absolute;
      right: -1px;
      width: 0;
      height: 100%;
      bottom: 0;
      display: block;
      border-left: 1px solid #eee;
      content: "";
      overflow: hidden; }
    .mobile .panel .panel-column:before,
    .mobile .panel .panel-column:after {
      display: none; }

/*  ::  Global Styles  »  Column Styles	*/
.column-group {
  position: relative;
  overflow: hidden; }
  .column-group.column-group--gap {
    margin-top: 36px; }

.column-inner {
  position: relative;
  padding: 0 36px; }

.column-body {
  float: left;
  width: 70%; }
  .column-body:first-child {
    width: 65%; }
    .column-body:first-child > .column-inner {
      padding-left: 0; }

.column-sidebar + .column-body {
  float: right; }
  .column-sidebar + .column-body .column-inner {
    padding-right: 0; }

.column-sidebar {
  float: left;
  width: 30%; }
  .column-sidebar:first-child > .column-inner {
    padding-left: 0; }

.column-body + .column-sidebar {
  float: right;
  width: 35%; }
  .column-body + .column-sidebar:first-child > .column-inner {
    padding-right: 0; }

.mobile .column-body,
.mobile .column-sidebar {
  float: none;
  width: auto;
  margin: 0 0 24px 0; }

.column-half {
  float: left;
  width: 50%; }
  .column-half .column-inner {
    width: auto;
    padding-left: 0; }
  .column-half + .column-half .column-inner {
    width: auto;
    padding-right: 0; }

.mobile .column-body,
.mobile .column-sidebar,
.mobile .column-half {
  float: none;
  width: auto;
  padding-bottom: 16px; }
  .mobile .column-body .column-inner,
  .mobile .column-sidebar .column-inner,
  .mobile .column-half .column-inner {
    padding: 0; }

.cols2 {
  float: left;
  width: 49.995%; }

.cols3 {
  float: left;
  width: 33.295%; }

.cols4 {
  float: left;
  width: 24.995%; }

.cols5 {
  float: left;
  width: 19.995%; }

/*  ::  Global Styles  »  Spacing  »  Heading, paragraph and list margins	*/
body#top .m-none {
  margin-top: 0; }

body#top .mb-none {
  margin-bottom: 0; }

body#top .m-xxs {
  margin-top: 3.2px; }

body#top .mb-xxs {
  margin-bottom: 3.2px; }

body#top .m-xs {
  margin-top: 5.33333px; }

body#top .mb-xs {
  margin-bottom: 5.33333px; }

body#top .m-s {
  margin-top: 10.66667px; }

body#top .mb-s {
  margin-bottom: 10.66667px; }

body#top .m-m {
  margin-top: 16px; }

body#top .mb-m {
  margin-bottom: 16px; }

body#top .m-l {
  margin-top: 24px; }

body#top .mb-l {
  margin-bottom: 24px; }

body#top .m-xl {
  margin-top: 36px; }

body#top .mb-xl {
  margin-bottom: 36px; }

body#top .m-xxl {
  margin-top: 56px; }

body#top .mb-xxl {
  margin-bottom: 56px; }

/*  ::  Page Styles	*/
#page {
  position: relative; }

.geolocation-header {
  background: #efe;
  padding: 10px 40px;
  background: #c00;
  color: #fff;
  font-weight: bold;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ccc; }
  .geolocation-header a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff; }

#page {
  position: relative; }

/*  ::  Page Styles  »  Top Hat		*/
#global-tophat {
  position: relative;
  width: 100%;
  height: 40px;
  z-index: 50;
  background: #222728; }
  .mobile #global-tophat {
    display: none; }
  #global-tophat .tophat-inner {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0 40px; }
    .mobile #global-tophat .tophat-inner,
    .tablet #global-tophat .tophat-inner {
      padding: 0; }
  #global-tophat .item {
    display: inline;
    zoom: 1;
    display: inline-block;
    /* inline and zoom gives inline-block in ie7 */
    font-size: 14px;
    padding: 10.66667px 0;
    color: #ddd; }
    .ie78 #global-tophat .item {
      float: left;
      margin: 0 10px 0 0; }
  #global-tophat .tophat-phone {
    float: left;
    margin: 0;
    padding: 0 10.66667px; }
    #global-tophat .tophat-phone .item {
      font-size: 14px;
      color: #ff3;
      font-weight: 700;
      /* bold */ }
  #global-tophat .tophat-promo {
    float: left;
    margin: 0;
    padding: 0 10.66667px; }

/*  ::  Page Styles  »  Header		*/
#global-header {
  position: relative;
  width: auto;
  height: 180px;
  z-index: 100;
  padding: 0;
  background: #ff3; }
  .mobile #global-header {
    min-height: 60px;
    height: 60px;
    border-bottom: 1px solid #84898a;
    padding: 0 20px; }
  #global-header .header-inner {
    position: relative;
    width: auto;
    margin: 0 auto; }
  #global-header ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    #global-header ul li {
      margin: 0;
      padding: 0; }
  #global-header a {
    color: #fff; }
  #global-header .header-logo {
    position: absolute;
    left: 50%;
    top: 18px;
    margin-left: -250px; }
    #global-header .header-logo img {
      width: 500px;
      height: auto; }
    .mobile #global-header .header-logo {
      margin: 0;
      left: 6px;
      top: 7px; }
      .mobile #global-header .header-logo img {
        height: 50px;
        width: auto; }
  #global-header .header-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px 10px;
    font-family: "icons-benlahood-wf", sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    cursor: pointer;
    background: #ff3; }
  #global-header.touch-active .header-nav-toggle:after {
    position: absolute;
    z-index: 300;
    top: 0px;
    right: 0px;
    height: 37px;
    padding: 12px 10px;
    font-family: "icons-benlahood-wf", sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    background: #575c5d;
    content: "^"; }
  #global-header.touch-active.touch-secondary-active .header-nav-toggle:after {
    height: 90px; }
  .mobile #global-header .header-nav {
    position: absolute;
    top: 60px;
    left: -20px;
    right: -20px;
    display: none;
    background: #575c5d; }
  .mobile #global-header.touch-active .header-nav {
    display: block; }
  #global-header .header-nav-back {
    margin: 0;
    padding: 16px;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background: #323738;
    color: #fff;
    cursor: pointer;
    display: none; }
    #global-header .header-nav-back:before {
      padding: 0 8px 0 0;
      font-family: "icons-benlahood-wf", sans-serif;
      content: "‹";
      text-transform: lowercase; }
  #global-header.touch-active.touch-secondary-active .header-nav-back {
    display: block; }
  #global-header .header-nav-primary {
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    padding: 9px 0;
    text-align: center;
    background: #ddd;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .mobile #global-header .header-nav-primary {
      border-top: 1px solid #84898a;
      border-bottom: none;
      position: static;
      padding: 0;
      text-align: left; }
    #global-header .header-nav-primary > li {
      position: relative;
      margin: 0;
      padding: 0;
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in ie7 */
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-size: 16px;
      margin-left: 8px; }
      .mobile #global-header .header-nav-primary > li {
        float: none;
        margin: 0;
        padding: 0;
        text-shadow: none;
        border-bottom: 1px solid #84898a;
        display: block; }
        .mobile #global-header .header-nav-primary > li.has-submenu:after {
          position: absolute;
          top: 50%;
          right: 16px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          /* IE9 only */
          transform: translateY(-50%);
          font-family: "icons-benlahood-wf", sans-serif;
          content: "›";
          font-size: 13px;
          color: #fff;
          font-weight: 400;
          text-transform: lowercase; }
        .mobile #global-header .header-nav-primary > li.touch-secondary.has-submenu:after {
          display: none; }
      .tablet.touch #global-header .header-nav-primary > li.has-submenu.touch-active > a,
      .desktop.touch #global-header .header-nav-primary > li.has-submenu.touch-active > a,
      .tablet.mouse #global-header .header-nav-primary > li.has-submenu:hover > a,
      .desktop.mouse #global-header .header-nav-primary > li.has-submenu:hover > a {
        background: #222728 !important;
        color: #0096db !important; }
      #global-header .header-nav-primary > li > a {
        color: #222728;
        padding: 10px 12px;
        text-decoration: none;
        font-weight: 700;
        /* bold */ }
        .tablet #global-header .header-nav-primary > li > a {
          padding: 10px 12px; }
        .mobile #global-header .header-nav-primary > li > a {
          margin: 0;
          padding: 16px;
          display: block;
          background: #575c5d;
          color: #fff; }
        .desktop.mouse #global-header .header-nav-primary > li > a:hover,
        .tablet.mouse #global-header .header-nav-primary > li > a:hover {
          background: none;
          color: #0096db; }
    #global-header .header-nav-primary .nav-submenu {
      position: absolute;
      top: 30px;
      left: 0;
      background: #222728;
      text-align: left;
      display: none; }
      .mobile #global-header .header-nav-primary .nav-submenu {
        position: static; }
      #global-header .header-nav-primary .nav-submenu li {
        display: block;
        padding: 10.66667px 12px;
        font-family: proxima-nova, sans-serif;
        font-size: 14px;
        text-transform: none;
        border-top: 1px solid #666; }
        #global-header .header-nav-primary .nav-submenu li.overview {
          font-weight: 600;
          text-transform: uppercase; }
        .mobile #global-header .header-nav-primary .nav-submenu li {
          margin: 0;
          padding: 0;
          text-transform: capitalize;
          border-top: 1px solid #84898a;
          background: #575c5d; }
        #global-header .header-nav-primary .nav-submenu li a {
          white-space: nowrap;
          padding-right: 14px; }
          .tablet.mouse #global-header .header-nav-primary .nav-submenu li a:hover,
          .desktop.mouse #global-header .header-nav-primary .nav-submenu li a:hover {
            color: #0096db;
            text-decoration: none; }
          .mobile #global-header .header-nav-primary .nav-submenu li a {
            display: block;
            padding: 16px 16px 16px 32px; }
    .tablet.touch #global-header .header-nav-primary > .has-submenu.touch-active .nav-submenu,
    .desktop.touch #global-header .header-nav-primary > .has-submenu.touch-active .nav-submenu,
    .tablet.mouse #global-header .header-nav-primary > li:hover .nav-submenu,
    .desktop.mouse #global-header .header-nav-primary > li:hover .nav-submenu {
      display: block; }
  .mobile #global-header.touch-active.touch-secondary-active .header-nav-primary > li {
    display: none; }
    .mobile #global-header.touch-active.touch-secondary-active .header-nav-primary > li.touch-secondary {
      display: block; }
      .mobile #global-header.touch-active.touch-secondary-active .header-nav-primary > li.touch-secondary .nav-submenu {
        display: block; }
  #global-header .header-ecommerce {
    position: absolute;
    bottom: 100%;
    right: 40px; }
    .mobile #global-header .header-ecommerce {
      position: relative;
      top: auto;
      right: auto;
      background: #323738;
      overflow: hidden;
      border-bottom: 1px solid #646464; }
    #global-header .header-ecommerce > li {
      float: left;
      padding: 10px 2px;
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
      margin-left: 24px; }
      .mobile #global-header .header-ecommerce > li {
        padding: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        background: #323738; }
        .mobile #global-header .header-ecommerce > li.nav-cart {
          position: absolute;
          left: 0;
          top: 0;
          width: 50%;
          float: none;
          text-align: center; }
        .mobile #global-header .header-ecommerce > li.nav-account,
        .mobile #global-header .header-ecommerce > li.nav-checkout {
          clear: right;
          float: right;
          border-left: 1px solid #878786;
          border-bottom: 1px solid #878786;
          text-align: center; }
        .mobile #global-header .header-ecommerce > li.nav-checkout {
          border-bottom: 0; }
      #global-header .header-ecommerce > li b {
        font-weight: 600; }
        #global-header .header-ecommerce > li b:before {
          padding: 0 8px 0 0;
          font-family: "icons-benlahood-wf", sans-serif;
          content: "c";
          text-transform: lowercase;
          color: #647379;
          font-size: 14px; }
          .mobile #global-header .header-ecommerce > li b:before {
            padding: 0 0 6px 0;
            font-size: 20px;
            display: block;
            color: #eee; }
      #global-header .header-ecommerce > li.nav-account a:before {
        padding: 0 8px 0 0;
        font-family: "icons-benlahood-wf", sans-serif;
        content: "a";
        text-transform: lowercase;
        color: #647379;
        font-size: 14px; }
      #global-header .header-ecommerce > li.nav-checkout a:before {
        padding: 0 8px 0 0;
        font-family: "icons-benlahood-wf", sans-serif;
        content: "o";
        text-transform: lowercase;
        color: #647379;
        font-size: 14px; }
      .mobile #global-header .header-ecommerce > li a:before {
        display: none; }
      #global-header .header-ecommerce > li .items {
        padding: 0 0 0 6px;
        font-weight: 400;
        text-transform: none;
        color: #f0f0f0; }
        .mobile #global-header .header-ecommerce > li .items {
          padding: 0;
          display: block; }
      #global-header .header-ecommerce > li:first-child {
        margin: 0; }
      #global-header .header-ecommerce > li > a {
        color: #fff;
        text-decoration: none; }
        .mouse #global-header .header-ecommerce > li > a:hover {
          color: #0096db; }
  #global-header .header-ecommerce .nav-search {
    height: 20px; }
    @media (max-width: 1040px) {
      #global-header .header-ecommerce .nav-search {
        position: absolute;
        top: 125px;
        right: 2%; } }
    #global-header .header-ecommerce .nav-search form {
      position: relative;
      display: block;
      margin: 0;
      padding: 0;
      top: -3px; }
    .mobile #global-header .header-ecommerce .nav-search {
      display: none; }
    @media (max-width: 880px) {
      #global-header .header-ecommerce .nav-search {
        display: none; } }
    #global-header .header-ecommerce .nav-search fieldset {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 280px; }
    #global-header .header-ecommerce .nav-search input {
      width: 200px;
      margin: 0 7px 0 0;
      float: left; }
    #global-header .header-ecommerce .nav-search button {
      float: left; }

/*  ::  Page Styles  »  Content		*/
#global-content {
  position: relative;
  width: 100%;
  z-index: 1;
  min-height: 400px;
  word-wrap: break-word;
  /* stops very long words from increasing the width of their container */
  overflow: hidden;
  padding-bottom: 56px; }
  #global-content img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .page-homepage #global-content {
    text-align: center; }
  #global-content .content-inner {
    position: relative;
    width: auto;
    max-width: 1280px;
    margin: 0 auto;
    padding: 36px 16px; }
    #global-content .content-inner.single-column {
      max-width: 800px; }
  #global-content .content-wrapper {
    background: #fff;
    padding: 24px; }
    .page-onepage #global-content .content-wrapper,
    #global-content .content-wrapper .page-checkout {
      background: none;
      padding: 0; }

/*  ::  Page Styles  »  Footer		*/
#global-footer {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #ddd;
  text-align: center; }
  .mobile #global-footer {
    padding: 0 16px;
    width: auto; }
  #global-footer .footer-logo {
    padding: 24px 0 10.66667px 0; }
    #global-footer .footer-logo img {
      display: inline-block; }
  #global-footer .footer-inner {
    position: relative;
    width: auto;
    max-width: 1180px;
    margin: 0 auto; }
  .mobile #global-footer .footer-primary > br.clear {
    display: none; }
  #global-footer .column-inner {
    text-align: center; }
    #global-footer .column-inner h3 {
      font-size: 16px; }
    #global-footer .column-inner p {
      font-size: 14px; }
    #global-footer .column-inner .cta a {
      font-family: proxima-nova, sans-serif;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
  #global-footer .footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center; }
    #global-footer .footer-social ul li {
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in ie7 */
      margin: 0;
      padding: 10.66667px;
      font-family: "icons-benlahood-wf", sans-serif;
      font-size: 32px; }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .tablet #global-footer .footer-social ul li {
          font-size: 24px;
          padding: 5.33333px; } }
      #global-footer .footer-social ul li a {
        color: #222728; }
        .mouse #global-footer .footer-social ul li a:hover {
          text-decoration: none;
          color: #ff3; }
  #global-footer .footer-secondary {
    padding: 24px 0;
    text-align: center; }
    .mobile #global-footer .footer-secondary {
      padding: 16px 0 24px 0; }
    #global-footer .footer-secondary .footer-legal {
      margin: 0;
      font-size: 12px;
      color: #666; }
      #global-footer .footer-secondary .footer-legal a {
        color: #666; }

/*  ::  Page Styles  »  Video Player  */
#video-player {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  #video-player .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #000;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  #video-player .player {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 540px;
    margin: -290px 0 0 -500px;
    padding: 20px;
    z-index: 99999;
    background: #878786; }
    #video-player .player object,
    #video-player .player embed,
    #video-player .player video,
    #video-player .player iframe {
      position: relative;
      width: 960px;
      height: 540px; }
    #video-player .player .close {
      position: absolute;
      display: block;
      right: 0;
      top: 560px;
      padding: 10px 30px;
      background: #878786;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      border-radius: 10px;
      cursor: pointer;
      /*  ::  Global Styles  --  [name]  */ }

/*  ::  Component Styles  */
.component--template {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
  clear: both; }
  .component--template .component-content {
    position: relative;
    width: auto;
    margin: 0 auto; }

/*  ::  Component Styles  »  Large Image	*/
.component--large-image .component-content {
  position: relative;
  width: 920px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #fff; }
  .component--large-image .component-content .image-container {
    position: relative;
    width: 920px;
    overflow: hidden; }

/*  ::  Component Styles  »  Video Player	*/
.component--video-player .component-content {
  position: relative;
  width: 920px;
  height: 518px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #fff; }
  .component--video-player .component-content .video-player {
    position: relative;
    width: 920px;
    overflow: hidden; }
    .component--video-player .component-content .video-player iframe {
      width: 920px;
      margin: 0;
      padding: 0;
      border: 0; }

/*  ::  Component Styles  »  Heading	*/
.component--heading {
  margin-top: 30px; }
  .component--heading h1 {
    margin: 0 0 10px 0;
    font-size: 36px;
    font-weight: 600; }
  .component--heading p {
    margin: 0 0 10px 0;
    padding: 0 4px;
    font-size: 11px;
    color: #c00;
    text-transform: uppercase; }
  .component--heading h1 + p {
    margin: -10px 0 10px 0; }

/*  ::  Component Styles  »  Text	*/
.component--text {
  overflow: hidden; }
  .component--text img {
    max-width: 100%; }
  .component--text .content-left {
    position: relative;
    float: left;
    width: 48%;
    overflow: hidden;
    margin: 0 1% 0 0; }
    .mobile .component--text .content-left,
    .tablet .component--text .content-left {
      width: 100%;
      margin: 0;
      float: none; }
    .component--text .content-left img {
      display: inline; }
  .component--text .content-right {
    position: relative;
    float: right;
    width: 48%;
    overflow: hidden;
    margin: 0 0 0 1%; }
    .mobile .component--text .content-right,
    .tablet .component--text .content-right {
      width: 100%;
      margin: 0;
      float: none; }
    .component--text .content-right img {
      display: inline; }
  .component--text img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px; }
  .component--text img.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 10px; }

/*  ::  Component Styles  »  Magento	*/
.component--magento {
  padding: 0 0 20px 0;
  overflow: hidden; }
  .component--magento .sidebar {
    width: 170px;
    padding: 0;
    margin: 0; }
    .tablet .component--magento .sidebar {
      width: 20%; }
    .component--magento .sidebar li,
    .component--magento .sidebar p {
      font-size: 12px; }
  .component--magento .sidebar--left {
    float: left; }
  .component--magento .sidebar--right {
    float: right; }
  .component--magento .component-content {
    float: left;
    position: relative;
    width: auto;
    padding: 20px;
    margin-left: 200px; }
    .tablet .component--magento .component-content {
      margin-left: 0;
      width: auto; }
  .component--magento .component-content--wide {
    width: auto; }
  .tablet .component--magento .sidebar + .component-content {
    width: 73%;
    float: left;
    margin: 0; }
  .tablet .component--magento .sidebar--left + .component-content {
    margin-left: 5%; }

.cart .discount {
  padding-left: 0; }

.cart table tr .a-right:last-child {
  padding-right: 0; }

.cart .totals .checkout-types {
  padding-right: 0; }

#checkoutSteps .form-list li.control {
  overflow: hidden; }

#checkoutSteps .form-list li.control label {
  float: left; }

#checkoutSteps #checkout-step-login .col2-set .col-1,
#checkoutSteps #checkout-step-login .col2-set .col-2 {
  width: 45%; }
  #checkoutSteps #checkout-step-login .col2-set .col-1 h3,
  #checkoutSteps #checkout-step-login .col2-set .col-2 h3 {
    margin-bottom: 10px; }

#checkoutSteps #checkout-step-billing .form-list .field,
#checkoutSteps checkout-step-shipping .form-list .field {
  width: 298px; }

#checkoutSteps #checkout-step-billing .form-list .field + .field,
#checkoutSteps checkout-step-shipping .form-list .field + .field {
  margin-left: 20px; }

#checkoutSteps #checkout-step-billing .form-list .input-box,
#checkoutSteps checkout-step-shipping .form-list .input-box {
  width: 298px; }

#checkoutSteps #checkout-step-billing .form-list li.wide .input-box,
#checkoutSteps checkout-step-shipping .form-list li.wide .input-box {
  width: 616px; }

#checkoutSteps #checkout-step-billing .form-list input.input-text,
#checkoutSteps checkout-step-shipping .form-list input.input-text {
  width: 298px; }

#checkoutSteps #checkout-step-billing .form-list li.wide .input-box input.input-text,
#checkoutSteps checkout-step-shipping .form-list li.wide .input-box input.input-text {
  width: 616px; }

#checkoutSteps #checkout-review-table-wrapper {
  padding: 5px 25px 0 25px; }
  #checkoutSteps #checkout-review-table-wrapper tr.last .a-right small {
    color: #222728;
    font-weight: bold; }

.tablet #global-content .product-view .product-shop {
  float: right;
  width: 300px; }

/*  ::  Page Styles  --  Dealers  */
.dealers-filters {
  position: relative;
  padding: 10px 15px 15px 15px;
  overflow: hidden;
  margin: 0 0 30px 0;
  background: #f0f0f0; }
  .dealers-filters .filter {
    float: left;
    width: 50%; }
  .dealers-filters h5 {
    font-size: 14px;
    margin: 0;
    padding: 0 0 6px 0;
    font-weight: bold; }
  .dealers-filters select {
    width: 70%; }
  .dealers-filters input {
    float: none;
    display: inline;
    zoom: 1;
    display: inline-block;
    /* inline and zoom gives inline-block in old ie */
    margin: 0;
    padding: 0; }
  .dealers-filters label {
    float: none;
    display: inline;
    zoom: 1;
    display: inline-block;
    /* inline and zoom gives inline-block in old ie */
    margin: 0;
    padding: 0;
    color: #000; }

.dealers-list {
  position: relative;
  overflow: hidden; }
  .dealers-list h2 {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
    color: #333; }
  .dealers-list .region-group {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 0 25px 0; }
  .dealers-list .listing-item {
    float: left;
    width: 20%;
    padding: 0 5% 30px 0;
    overflow: hidden; }
    .dealers-list .listing-item h4 {
      margin: 0;
      padding: 0 0 4 px0;
      font-size: 16px;
      font-weight: 400; }
    .dealers-list .listing-item p {
      margin: 0;
      padding: 0 0 2px 0;
      font-size: 13px; }
    .dealers-list .listing-item p.products span {
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in old ie */
      padding: 1px 8px 2px 8px;
      margin: 2px;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      background: #c00;
      color: #fff;
      font-size: 10px;
      font-weight: bold; }
      .dealers-list .listing-item p.products span.saltaway {
        background: #666600; }
      .dealers-list .listing-item p.products span.fueltreatments {
        background: #005346; }

/*  ::  Global Styles  --  Old Site Styles  */
/*
.verblu { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: normal; color: blue}
.verbluB { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: bold; color: blue }
.veryel { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: normal; color: yellow}
.veryelB { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: bold; color: yellow }
.verred { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: normal; color: red}
.verredB { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: bold; color: red }
.verblk {  font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: normal; color: black}
.verblkB { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: bold; color: black }
.verblk2 { font-family: verdana, arial, helvetica; font-size: 13px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verblk2 a:link { color: #0000cc; text-decoration: none }
.verblk2 a:visited { color: #0000cc; text-decoration: none }
.verblk2 a:hover { color: #cc0000; text-decoration: none }
.verblk3 { font-family: verdana, arial, helvetica; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verblk3 a:link { color: #0000cc; text-decoration: none }
.verblk3 a:visited { color: #0000cc; text-decoration: none }
.verblk3 a:hover { color: #cc0000; text-decoration: none }
.verblk4 { font-family: verdana, arial, helvetica; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verblk4 a:link { color: #0000cc; text-decoration: none }
.verblk4 a:visited { color: #0000cc; text-decoration: none }
.verblk4 a:hover { color: #cc0000; text-decoration: none }
.verblk5 { font-family: verdana, arial, helvetica; font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verblk5 a:link { color: #0000cc; text-decoration: none }
.verblk5 a:visited { color: #0000cc; text-decoration: none }
.verblk5 a:hover { color: #cc0000; text-decoration: none }
.verblk5b { font-family: verdana, arial, helvetica; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; color: black}
.verblk5b a:link { color: #0000cc; text-decoration: none }
.verblk5b a:visited { color: #0000cc; text-decoration: none }
.verblk5b a:hover { color: #cc0000; text-decoration: none }
.verblk6 { font-family: verdana, arial, helvetica; font-size: 16px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verblk6 a:link { color: #0000cc; text-decoration: none }
.verblk6 a:visited { color: #0000cc; text-decoration: none }
.verblk6 a:hover { color: #cc0000; text-decoration: none }
.verblk7 { font-family: verdana, arial, helvetica; font-size: 18px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verblk7 a:link { color: #0000cc; text-decoration: none }
.verblk7 a:visited { color: #0000cc; text-decoration: none }
.verblk7 a:hover { color: #cc0000; text-decoration: none }
.verwht { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: normal; color: white}
.verwhtB { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; font-weight: bold; color: white }
.verwht2 { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: white}
.verwht2 a:link { color: #ffff00; text-decoration: none }
.verwht2 a:visited { color: #ffff00; text-decoration: none }
.verwht2 a:hover { color: #66ffff; text-decoration: none }
.verwht3 { font-family: verdana, arial, helvetica; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; color: white}
.verwht3 a:link { color: #ffff00; text-decoration: none }
.verwht3 a:visited { color: #ffff00; text-decoration: none }
.verwht3 a:hover { color: #66ffff; text-decoration: none }
.verlmen { font-family: verdana, arial, helvetica; font-size: 13px; font-style: normal; line-height: normal; font-weight: bold; color: #0000cc}
.verlmen a:link { color: #0000cc; text-decoration: none }
.verlmen a:visited { color: #0000cc; text-decoration: none }
.verlmen a:hover { color: #cc0000; text-decoration: underline }
.verbmen { font-family: verdana, arial, helvetica; font-size: 18px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verbmen a:link { color: #333333; text-decoration: none }
.verbmen a:visited { color: #333333; text-decoration: none }
.verbmen a:hover { color: #cc0000; text-decoration: none }
.verbmen2 { font-family: verdana, arial, helvetica; font-size: 16px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verbmen2 a:link { color: #333333; text-decoration: none }
.verbmen2 a:visited { color: #333333; text-decoration: none }
.verbmen2 a:hover { color: #cc0000; text-decoration: none }
.verbmen3 { font-family: verdana, arial, helvetica; font-size: 16px; font-style: normal; line-height: normal; font-weight: normal; color: #ffffff}
.verbmen3 a:link { color: #ffffff; text-decoration: none }
.verbmen3 a:visited { color: #ffffff; text-decoration: none }
.verbmen3 a:hover { color: #ffff00; text-decoration: none }
.verred4b { font-family: verdana, arial, helvetica; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; color: #ff0000}
.verred4b a:link { color: #0000cc; text-decoration: none }
.verred4b a:visited { color: #0000cc; text-decoration: none }
.verred4b a:hover { color: #cc0000; text-decoration: none }
.verred5b { font-family: verdana, arial, helvetica; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; color: #ff0000}
.verred5b a:link { color: #0000cc; text-decoration: none }
.verred5b a:visited { color: #0000cc; text-decoration: none }
.verred5b a:hover { color: #cc0000; text-decoration: none }
.verred6b { font-family: verdana, arial, helvetica; font-size: 18px; font-style: normal; line-height: normal; font-weight: bold; color: #ff0000}
.verred6b a:link { color: #0000cc; text-decoration: none }
.verred6b a:visited { color: #0000cc; text-decoration: none }
.verred6b a:hover { color: #cc0000; text-decoration: none }
.verbmen4 { font-family: verdana, arial, helvetica; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verbmen4 a:link { color: #333333; text-decoration: none }
.verbmen4 a:visited { color: #333333; text-decoration: none }
.verbmen4 a:hover { color: #cc0000; text-decoration: none }
.verbmen5 { font-family: verdana, arial, helvetica; font-size: 13px; font-style: normal; line-height: normal; font-weight: normal; color: black}
.verbmen5 a:link { color: #333333; text-decoration: none }
.verbmen5 a:visited { color: #333333; text-decoration: none }
.verbmen5 a:hover { color: #cc0000; text-decoration: none }
.vergrn5b { font-family: verdana, arial, helvetica; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; color: #006633}
.vergrn5b a:link { color: #666666; text-decoration: none }
.vergrn5b a:visited { color: #666666; text-decoration: none }
.vergrn5b a:hover { color: #666666; text-decoration: none }
*/
#slider-container {
  width: 780px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }

#example {
  width: 800px;
  height: 320px;
  position: relative; }

#ribbon {
  position: absolute;
  top: -3px;
  left: -15px;
  z-index: 500; }

#frame {
  position: absolute;
  z-index: 0;
  width: 780px;
  height: 300px;
  top: -3px;
  left: -30px; }

/*
	Slideshow
*/
#slides {
  position: absolute;
  top: 15px;
  left: 4px;
  z-index: 100; }

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
  width: 760px;
  overflow: hidden;
  position: relative;
  display: none; }

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container a {
  width: 760px;
  height: 280px;
  display: block; }

.slides_container a img {
  display: block; }

/*
	Next/prev buttons
*/
#slides .next, #slides .prev {
  position: absolute;
  top: 107px;
  left: -37px;
  width: 24px;
  height: 43px;
  display: block;
  z-index: 101; }

#slides .next {
  left: 775px; }

/*  begin:  Component  »  feedback form  */
.component-feedback-form {
  padding: 20px 0; }
  .component-feedback-form p {
    font-size: 16px; }
  .component-feedback-form form {
    margin: 0;
    padding: 0; }
    .component-feedback-form form fieldset {
      margin: 0;
      padding: 20px 0 0 0; }
    .component-feedback-form form textarea {
      width: 100%;
      display: block;
      float: none;
      height: 200px; }
    .component-feedback-form form button {
      font-size: 18px;
      padding: 4px 15px; }
  .component-feedback-form #feedbackFormSent {
    margin: 20px 0;
    background: #f8fff8;
    color: #090;
    padding: 40px; }

/*  end:  Component  »  feedback form  */
/*  :BEGIN:  Page Styles  »  Lightbox  »  Photo Viewer  */
.lightbox-photoviewer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff url(../images/global-elements-ajax-loader.gif) no-repeat 50% 50%;
  z-index: 10000; }
  .lightbox-photoviewer .artboard {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* size for portrait by default */
    background-size: auto 100%; }
    .landscape .lightbox-photoviewer .artboard {
      background-size: 100% auto; }
  .lightbox-photoviewer .button {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 50%;
    margin: -20px 0 0 0;
    padding: 0;
    font-family: "icons-benlahood-wf", sans-serif;
    font-size: 56px;
    line-height: 1;
    color: #fff;
    background: #0096db;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .lightbox-photoviewer .button--prev {
    left: 0; }
  .lightbox-photoviewer .button--next {
    right: 0; }
  .lightbox-photoviewer .button--close {
    top: 0;
    right: 0;
    margin: 0;
    padding: 12px 0 0 0;
    height: 48px;
    font-size: 32px; }

/*  :END:  Page Styles  »  Lightbox  »  Photo Viewer  */
/*  :BEGIN:  Page Styles  »  Messages  */
.messages {
  margin: 24px 0;
  padding: 0;
  list-style: none; }
  .messages > li {
    margin: 16px 0;
    padding: 16px; }
  .messages ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.success {
  color: #3d6611; }

.error {
  color: #df280a; }

.success, .error {
  font-weight: bold; }

.error-msg, .success-msg, .notice-msg, .note-msg {
  border: 0;
  background-repeat: no-repeat !important;
  font-size: 17.14286px;
  font-weight: 700;
  padding: 12px 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 36px 0 0 0; }

.error-msg li, .success-msg li, .notice-msg li {
  margin: 0;
  padding: 10px 0 0 0; }
  .error-msg li:first-child, .success-msg li:first-child, .notice-msg li:first-child {
    padding: 0; }

.error-msg {
  background: #df280a;
  color: #fff;
  border-left: 10px solid #ae1f08; }

.success-msg {
  background: #449500;
  color: #fff;
  border-left: 10px solid #2d6200; }

.notice-msg, .note-msg {
  background: #555;
  color: #fff;
  border-left: 10px solid #3b3b3b; }

/*  :END:  Page Styles  »  Messages  */
/*  :BEGIN:  Page Styles  »  Components  */
.component {
  position: relative;
  margin-bottom: 36px; }
  .component .component {
    margin: 0; }

/*  :END:  Page Styles  »  Components  */
.fpc-holepunch-fallback {
  /* screen reader only content */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.colour1 {
  color: #0096db !important; }

.colour2 {
  color: #ff3 !important; }

.colour3 {
  color: #0096db !important; }

.colour4 {
  color: #222728 !important; }

.weight2 {
  font-weight: 200 !important; }

.weight4 {
  font-weight: 400 !important; }

.weight6 {
  font-weight: 600 !important; }

.weight7 {
  font-weight: 700 !important; }

.weight9 {
  font-weight: 900 !important; }

.footnote {
  font-size: 80% !important; }

#wpadminbar {
  position: absolute;
  position: fixed !important;
  top: 0; }

#wpadminbar #wp-admin-bar-my-account .ab-item .avatar {
  position: absolute;
  top: 3px;
  right: 0; }
  .mobile #wpadminbar #wp-admin-bar-my-account .ab-item .avatar {
    display: none; }

#wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper {
  padding: 0 0 0 75px; }

.alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 10.66667px; }

.alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 10.66667px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

/*  ::  Page Styles  »  Components  »  Accordion  */
.component-accordion {
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
  padding: 0; }
  .component-accordion .accordion-item {
    border-top: 1px solid #ddd;
    position: relative; }
    .component-accordion .accordion-item .accordion-item-heading {
      position: relative;
      cursor: pointer;
      padding: 16px 0; }
      .component-accordion .accordion-item .accordion-item-heading h3 {
        font-size: 18px; }
        .tablet .component-accordion .accordion-item .accordion-item-heading h3 {
          font-size: 17.5px; }
        .mobile .component-accordion .accordion-item .accordion-item-heading h3 {
          font-size: 17px; }
    .component-accordion .accordion-item .accordion-item-content {
      position: relative;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 500ms ease-in-out 0ms;
      /* webkit mobile */
      transition: max-height 500ms ease-in-out 0ms; }
      .component-accordion .accordion-item .accordion-item-content .content-wrapper {
        padding: 5.33333px 0 10.66667px 0; }
    .component-accordion .accordion-item.accordion-item--expanded .accordion-item-content {
      max-height: 1000px !important; }
    .component-accordion .accordion-item .accordion-item-heading:before {
      content: '+';
      position: absolute;
      padding: 0;
      margin: 0;
      top: 16px;
      right: 15px;
      width: 20px;
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in old ie */
      font-style: normal;
      color: #0096db;
      font-size: 16px;
      font-family: "icons-benlahood-wf", sans-serif; }
    .component-accordion .accordion-item.accordion-item--expanded .accordion-item-heading:before {
      content: '-'; }

/*  ::  Page Styles  »  Components  »  Attachments  */
.component-attachments {
  margin-bottom: 24px; }
  .component-attachments .attachments-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .component-attachments .attachments-list li {
      margin: 0;
      padding: 5.33333px 0;
      border-top: 1px solid #ddd; }
      .component-attachments .attachments-list li:first-child {
        border: 0; }
      .component-attachments .attachments-list li span {
        display: none; }
      .component-attachments .attachments-list li a {
        color: #0096db; }
      .component-attachments .attachments-list li b {
        display: block;
        font-size: 110%; }
      .component-attachments .attachments-list li p {
        margin: 0;
        padding: 0;
        color: #666;
        font-size: 12px; }

/*  ::  Page Styles  »  Components  »  Image Slider  */
.component-image-slider {
  position: relative;
  margin-bottom: 56px;
  padding: 0 40px; }
  .component-image-slider .slides-container {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden; }
    .component-image-slider .slides-container .shim {
      width: 100% !important;
      height: auto;
      visibility: hidden; }
    .mobile .component-image-slider .slides-container {
      position: relative;
      background: #fff; }
    .component-image-slider .slides-container .slide-item {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff; }
    .component-image-slider .slides-container img {
      width: 100% !important; }
  .component-image-slider .nav {
    position: absolute;
    top: 50%;
    margin: -35px 0 0 0;
    width: 35px;
    height: 50px;
    padding: 20px 0 0 0;
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    font-family: "icons-benlahood-wf", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #e9e9ea; }
    .mouse .component-image-slider .nav:hover {
      background: rgba(0, 0, 0, 0.8);
      cursor: pointer; }
    .component-image-slider .nav.nav--prev {
      -webkit-border-radius: 0px 2px 2px 0px;
      border-radius: 0px 2px 2px 0px;
      left: 0px; }
    .component-image-slider .nav.nav--next {
      -webkit-border-radius: 2px 0px 0px 2px;
      border-radius: 2px 0px 0px 2px;
      right: 0px; }
  .component-image-slider .pagination {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .component-image-slider .pagination li {
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in ie7 */
      margin: 0 3px;
      padding: 0;
      width: 12px;
      height: 12px;
      border: 2px solid #aaa;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      cursor: pointer; }
      .mouse .component-image-slider .pagination li:hover,
      .component-image-slider .pagination li.active {
        background: #aaa; }
      .mouse .component-image-slider .pagination li:hover {
        background: #0096db;
        border-color: #0096db; }

/*  ::  Page Styles  »  Components  »  Generic Text  */
.component-generic-text {
  margin-bottom: 24px; }
  .component-generic-text img {
    max-width: 100%;
    width: auto;
    height: auto; }

/*  ::  Page Styles  »  Components  »  Lightbox  */
.component-lightbox {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999; }
  .component-lightbox .bg {
    position: absolute;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.65); }
  .component-lightbox.active {
    display: block; }
  .component-lightbox .wrapper {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 90%;
    max-width: 800px;
    z-index: 9999999;
    -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.35);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background: #000 url(../images/ajax-loader.gif) no-repeat 50% 50%; }
    .component-lightbox .wrapper .fullsize-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      -webkit-background-size: contain; }
    .component-lightbox .wrapper .nav {
      position: absolute;
      top: 50%;
      width: 91px;
      height: 62px;
      display: block;
      margin: -40px 0 0 0;
      cursor: pointer;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none; }
      .component-lightbox .wrapper .nav.nav--prev {
        left: 0;
        background: url(../images/global-elements-nav-arrow-prev.png) no-repeat 0px 0px; }
      .component-lightbox .wrapper .nav.nav--next {
        right: 0;
        background: url(../images/global-elements-nav-arrow-next.png) no-repeat 0px 0px; }
      .component-lightbox .wrapper .nav.nav--close {
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 0;
        background: url(../images/global-elements-nav-close.png) no-repeat 0px 0px; }
    .component-lightbox .wrapper:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 8px;
      background: #ff3; }

/*  ::  Page Styles  »  Components  »  Page Links  */
.component-page-links {
  margin-bottom: 24px; }
  .component-page-links h2 {
    margin: 0;
    padding: 0 0 10.66667px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .component-page-links .links-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .component-page-links .links-list > li {
      margin: 0;
      padding: 10.66667px 0;
      font-size: 14px;
      border-top: 1px solid #ff3; }
      .component-page-links .links-list > li:first-child {
        border: 0; }
    .component-page-links .links-list a {
      color: #000; }
      .mouse .component-page-links .links-list a:hover {
        color: #0096db;
        text-decoration: none; }
    .component-page-links .links-list .active {
      font-weight: 700; }
    .component-page-links .links-list ul {
      margin: 5.33333px 0 0 16px;
      padding: 0;
      list-style: none; }
      .component-page-links .links-list ul > li {
        position: relative; }
        .component-page-links .links-list ul > li:before {
          position: absolute;
          left: -10.66667px;
          top: 0;
          content: "›"; }

/*  ::  Page Styles  »  Components  »  Page Title  */
.component-page-title {
  margin-bottom: 24px; }
  .component-page-title .title {
    font-size: 36px;
    font-weight: 600; }
  .component-page-title .subtitle {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #0096db; }

/*  ::  Page Styles  »  Components  »  Password Form  */
.component-password-form {
  margin: 56px 0;
  margin-bottom: 24px; }
  .component-password-form h1 {
    margin: 0;
    padding: 0 0 24px 0; }
  .component-password-form p {
    padding: 5.33333px 0 16px 0; }
  .component-password-form form {
    position: relative;
    padding: 0 0 24px 0;
    max-width: 400px;
    margin: 24px auto;
    background: #fbfbf9;
    outline: 1px solid #fbfbf9;
    box-shadow: inset 0 0 32px 0 rgba(0, 0, 0, 0.05); }
    .component-password-form form fieldset {
      padding: 24px 36px 0 36px; }
      .component-password-form form fieldset input[type="text"] {
        width: 90%; }
      .component-password-form form fieldset input[type="submit"] {
        float: right;
        padding: 10.66667px 16px; }

/*  ::  Page Styles  »  Components  »  Photo List  */
.component-photo-list {
  margin-bottom: 24px; }
  .component-photo-list .container {
    list-style: none;
    padding: 0;
    margin: 0; }
    .component-photo-list .container .list-item {
      overflow: hidden;
      border-top: 1px solid #0096db;
      padding: 24px; }
      .component-photo-list .container .list-item:first-child {
        border: 0; }
      .component-photo-list .container .list-item .photo {
        float: left;
        width: 25%;
        margin: 0 24px 0 0; }
        .component-photo-list .container .list-item .photo img {
          width: auto;
          height: auto;
          max-width: 100%; }
      .component-photo-list .container .list-item .text {
        position: relative;
        overflow: hidden;
        margin: 0; }
        .component-photo-list .container .list-item .text h3 {
          margin: 0 0 16px 0; }

/*  ::  Page Styles  »  Components  »  Photo Gallery  */
.component-photo-gallery {
  margin-bottom: 24px; }
  .component-photo-gallery .thumbnails {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none; }
    .component-photo-gallery .thumbnails .thumbnail {
      float: left;
      width: 140px;
      height: 105px;
      overflow: hidden;
      cursor: pointer;
      margin: 0 0 10px 10px; }
      .component-photo-gallery .thumbnails .thumbnail.new-row {
        clear: left;
        margin: 0 0 10px 0; }

/*  ::  Page Styles  »  Components  »  Quote  */
.component-quote {
  margin-bottom: 24px; }
  .component-quote blockquote {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    text-align: center; }
  .component-quote .author {
    font-size: 14px;
    font-weight: 700;
    text-align: right; }

/*  ::  Page Styles  --  Component  »  Video Player  */
.component-video-player {
  margin-bottom: 24px; }
  .component-video-player .video-container {
    position: relative;
    width: 100%; }
    .component-video-player .video-container .shim {
      position: relative;
      width: 100%;
      height: auto; }
    .component-video-player .video-container iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

/*  :END:  Page Styles  »  Components  »  Generic Text  */
.component-generic-text img {
  max-width: 100%;
  width: auto;
  height: auto; }

.component-generic-text h1 {
  font-size: 200%; }

.component-generic-text h2 {
  font-size: 180%; }

.component-generic-text h3 {
  font-size: 160%; }

.component-generic-text h4 {
  font-size: 140%; }

.component-generic-text h5 {
  font-size: 120%; }

.component-generic-text h6 {
  font-size: 100%; }

/*  :END:  Page Styles  »  Components  »  Generic Text  */
/*  :BEGIN:  Page Styles  »  Components  »  Page Title  */
.component-page-title h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  font-size: 41.14286px;
  text-transform: uppercase;
  text-align: center; }
  .mobile .component-page-title h1 {
    padding-top: 24px; }

.component-page-title p {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400; }

.component-page-title button {
  float: right;
  margin: 28px 0 0 0;
  font-size: 16px;
  padding: 10.66667px 24px;
  font-weight: 700;
  display: none; }
  @media only screen and (max-height: 750px) {
    .component-page-title button {
      display: block; } }
  .mobile .component-page-title button {
    display: none !important; }

/*  :END:  Page Styles  »  Components  »  Page Title  */
/*  :BEGIN:  Page Styles  »  Components  »  Section Title  */
.component-section-title .title {
  margin-top: 56px;
  font-size: 27.42857px;
  font-weight: 700;
  text-align: center; }

/*  :END:  Page Styles  »  Components  »  Section Title  */
/*  :BEGIN:  Page Styles  »  Components  »  Links Menu  */
.component-links-menu {
  background: #fafafa; }
  .component-links-menu .title {
    padding: 10.66667px 16px;
    text-transform: uppercase;
    background: #878786;
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
  .component-links-menu.component-links-menu--blog .title {
    background: #fff;
    color: #000;
    padding: 10.66667px 4px; }
  .component-links-menu .block-content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .component-links-menu .block-content li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px; }
    .component-links-menu .block-content li a {
      display: block;
      padding: 10.66667px 16px;
      color: #424242;
      text-decoration: none; }
      .mouse .component-links-menu .block-content li a:hover {
        background: #ff3;
        color: #fff; }
    .component-links-menu .block-content li.current a {
      background: #fff; }
  .component-links-menu .block-content .mobile-menu {
    padding: 10.66667px;
    overflow: hidden; }
    .component-links-menu .block-content .mobile-menu select {
      width: 100%;
      margin: 0; }
  .component-links-menu.component-links-menu--blog .block-content ul li a {
    padding: 10.66667px 4px; }

/*  :END:  Page Styles  »  Components  »  Links Menu  */
/*  :BEGIN:  Page Styles  »  Components  »  Post Footer  */
.component-post-footer .post-meta {
  padding: 24px 0 0 0;
  font-style: italic; }

.component-post-footer .page-links {
  border-top: 1px solid #ddd;
  padding: 10.66667px 0 0 0;
  margin: 10.66667px 0 0 0;
  overflow: hidden; }
  .component-post-footer .page-links .prev {
    float: left; }
  .component-post-footer .page-links .next {
    float: right; }

/*  :END:  Page Styles  »  Components  »  Post Footer  */
/*  :BEGIN:  Page Styles  »  Components  »  Posts List  */
.component-posts-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.component-posts-list li {
  margin: 0;
  padding: 0 0 36px 0; }
  .component-posts-list li h2 {
    font-family: proxima-nova, sans-serif; }
    .component-posts-list li h2 a {
      color: #000; }
  .component-posts-list li .post-meta {
    margin: 10.66667px 0 0 0;
    padding: 10.66667px 0 0 0;
    border-top: 1px solid #ddd; }

/*  :END:  Page Styles  »  Components  »  Posts List  */
/*  :BEGIN:  Page Styles  »  Components  »  Blog Archive  */
.component-blog-archive .archive-title h1 {
  margin: -4px 0 24px 0;
  padding: 0 0 5.33333px 0;
  font-weight: 300;
  font-family: proxima-nova, sans-serif;
  font-size: 44px;
  border-bottom: 1px solid #ddd; }

/*  :END:  Page Styles  »  Components  »  Blog Archive  */
/*  begin:  Component  »  Testimonials  */
.component-testimonials {
  max-width: 1160px;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center; }
  .content-inner + .component-testimonials {
    margin: -36px auto 0 auto; }
  .component-testimonials ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .component-testimonials ul li {
      margin: 24px 0 0 0;
      padding: 0; }
    .component-testimonials ul blockquote {
      margin: 0;
      padding: 0; }
      .component-testimonials ul blockquote p {
        font-style: italic; }
        .component-testimonials ul blockquote p:first-child:before {
          content: "“"; }
        .component-testimonials ul blockquote p:last-child:after {
          content: "”"; }
    .component-testimonials ul .author {
      margin: 0;
      font-size: 13px;
      color: #666; }

/*  end:  Component  »  Testimonials  */
#global-content table {
  width: 100% !important; }

#global-content td > img:first-child:last-child {
  display: block;
  margin: 0 auto; }

#global-content td {
  text-align: left; }

.mobile #global-content td,
.tablet #global-content td {
  width: auto !important; }

#contactFormSent,
#contactForm {
  max-width: 800px; }

.mobile .td-body,
.tablet .td-body,
.mobile .td-sidebar,
.tablet .td-sidebar {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%; }

.page-homepage .column-group {
  padding: 0 20px; }

.header-products {
  position: absolute;
  top: 10px;
  right: 10px; }
  .mobile .header-products,
  .tablet .header-products {
    display: none; }
  .header-products img {
    width: auto;
    height: 120px; }
