/*********************
SIZES
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
COLORS
*********************/
/*********************
SOCIAL COLORS - http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/
*********************/
/*********************
TYPOGRAPHY - http://cssfontstack.com/
*********************/
@media (min-width: 16px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": false}, "portrait":{"value": "768px", "active": false}, "landscape":{"value": "1024px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 560px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": false}, "landscape":{"value": "1024px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 768px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "landscape":{"value": "1024px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1024px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "landscape":{"value": "1024px", "active": true}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1280px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "landscape":{"value": "1024px", "active": true}, "desktop":{"value": "1280px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.author-box,
.clearfix,
.cpt__list .cpt__list__listing__meta,
.entry,
.entry-content,
.comment-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap, .comment-header, .comment-respond .form-submit {
  zoom: 1;
}
.author-box:before,
.clearfix:before,
.cpt__list .cpt__list__listing__meta:before,
.entry:before,
.entry-content:before,
.comment-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before, .comment-header:before, .comment-respond .form-submit:before, .author-box:after,
.clearfix:after,
.cpt__list .cpt__list__listing__meta:after,
.entry:after,
.entry-content:after,
.comment-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after, .comment-header:after, .comment-respond .form-submit:after {
  display: table;
  content: '';
}
.author-box:after,
.clearfix:after,
.cpt__list .cpt__list__listing__meta:after,
.entry:after,
.entry-content:after,
.comment-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after, .comment-header:after, .comment-respond .form-submit:after {
  clear: both;
}

.no-js .hide-no-js {
  display: none !important;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-caption-text, .entry-content p, .comment-content p, .entry-content ol, .comment-content ol,
.entry-content ul,
.comment-content ul, .entry-pagination, .comment-notes,
.logged-in-as,
.form-allowed-tags {
  margin-bottom: 1.5em;
  letter-spacing: .01rem;
  line-height: 1.5;
}
.wp-caption-text:last-child, .entry-content p:last-child, .comment-content p:last-child, .entry-content ol:last-child, .comment-content ol:last-child,
.entry-content ul:last-child,
.comment-content ul:last-child, .entry-pagination:last-child, .comment-notes:last-child,
.logged-in-as:last-child,
.form-allowed-tags:last-child {
  margin-bottom: 0;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  background: #FFFFFF;
  color: #111111;
}
.screen-reader-text:focus,
.screen-reader-text span:focus,
.screen-reader-shortcut:focus {
  z-index: 100000;
  display: block;
  clip: auto;
  width: auto;
  height: auto;
}

.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  width: 0;
  height: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.five-sixths,
.four-sixths,
.one-fourth,
.cpt__list .cpt__list__listing__image,
.one-half,
.one-sixth,
.one-third,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.three-fourths,
.cpt__list .cpt__list__listing__content,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
  min-height: 1px;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth, .cpt__list .cpt__list__listing__image {
  width: 23.076923076923077%;
}

.three-fourths, .cpt__list .cpt__list__listing__content {
  width: 74.35897435897436%;
}

.one-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first, .cpt__list .cpt__list__listing__image {
  clear: both;
  margin-left: 0;
}

.site-inner {
  margin: auto;
  padding: 30px 0;
  min-height: 300px;
  max-width: 1000px;
  width: 92.5%;
  height: auto;
  font-size: .9em;
}

.sidebar-content div.content-sidebar-wrap > .content {
  float: right;
  margin: 0;
  padding: 0;
  width: 77%;
}

.full-width-content div.content-sidebar-wrap > .content {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 945px) {
  #genesis-content {
    margin-left: 1%;
    width: 74%;
  }
}
@media only screen and (max-width: 950px) {
  .nav-primary {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  #genesis-content {
    margin: 0 3%;
    width: 94%;
  }

  #genesis-sidebar-primary {
    float: left;
    margin: 0;
    margin-top: 25px;
    padding: 0 3%;
    width: 100%;
  }

  .side-menus {
    float: left;
    width: 100%;
  }

  .promo_side:nth-child(2n) {
    float: right;
  }

  .promo_side {
    margin: 0 0 9%;
    width: 45% !important;
  }
}
.genesis-grid-even {
  float: right;
  padding: 0 0 15px;
  width: 48%;
}

.genesis-grid-odd {
  float: left;
  clear: both;
  padding: 0 0 15px;
  width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.auto-width {
  width: auto !important;
}

.no-left-margin {
  margin-left: 0;
}

body {
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-variant-ligatures: common-ligatures;
     -moz-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
}

a {
  color: #ce2c2c;
  -webkit-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: 600;
}

abbr {
  letter-spacing: .1em;
}

pre {
  overflow: scroll;
  white-space: pre;
}

code {
  overflow: hidden;
  word-wrap: break-word;
}

iframe {
  border: none;
}

hr {
  clear: both;
  margin: 1.5em 0;
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #888888;
}

.content p {
  display: block;
  line-height: 1.7em;
  -webkit-margin-after: 1em;
  -webkit-margin-before: 1em;
  -webkit-margin-end: 0;
  -webkit-margin-start: 0;
}

.site-description {
  font-family: Helvetica,'Helvetica Neue',arial_black,sans-serif !important;
}

@media only screen and (max-width: 590px) {
  .site-title {
    font-size: 9px;
    font-family: Helvetica,'Helvetica Neue',arial_black,sans-serif;
  }

  .site-description {
    font-size: 10px !important;
    font-family: Helvetica,'Helvetica Neue',arial_black,sans-serif;
  }

  .title-area {
    left: 11px !important;
  }
}
.genesis-nav-menu .menu-item:hover {
  background: #a3a3a3;
  color: #fff;
}

.entry-title-black {
  color: #000;
}

.more-section a {
  text-decoration: none;
}

.title-area:hover p.site-title a {
  color: #fff;
}

.entry-right-column-title {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #ce2c2c;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em;
  padding: 0;
  line-height: 1.2;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

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

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1.5em;
}

img.alignnone,
.alignnone {
  margin-bottom: 1.5em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em;
}

.wp-caption {
  width: auto !important;
}
.wp-caption p {
  margin-bottom: 0;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 1.5em;
}

.btn, button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  display: inline-block;
  width: auto;
  border: none;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='url'],
input[type='number'],
textarea {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  color: #111111;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  resize: vertical;
}

select {
  width: 100%;
}

.placeholder {
  text-overflow: ellipsis;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

::placeholder {
  text-overflow: ellipsis;
}

input[type='search'] {
  box-sizing: border-box;
}

.search-form,
.post-password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin-left: .25em;
}

.search-form input[type='search'] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-password-form input[type='password'] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-header {
  min-height: 84px;
  background: #3a3a3a;
}

.title-area {
  top: 14px;
  left: 25px;
  z-index: 6;
  float: left;
  background: url(../../images/template/Haas-logo-mini-2.jpg) no-repeat;
  background-size: 67px auto;
}

.site-title a {
  z-index: 6 !important;
  display: inline-block;
  margin: 5px 0 0 78px;
  color: #dbdbdb;
  text-decoration: none !important;
  font: bold 1.6em Helvetica,'Helvetica Neue',arial_black,sans-serif;
}

.site-description {
  margin-left: 80px;
  color: #8f8f8f;
  font-weight: lighter;
  font-size: 17px;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  line-height: 24px;
}

.header-widget-area {
  float: right;
}

.header_banner {
  color: #fff;
  background-color: #555;
  padding: 20px;
}
.header_banner:hover {
  background-color: #CB2C31;
}

@media only screen and (min-width: 950px) {
  .genesis-nav-menu {
    clear: both;
    margin: 0 auto;
    margin-top: 32px;
    width: 85%;
  }
  .genesis-nav-menu .menu-item a {
    position: relative;
    display: block;
    padding: 0 12px 15px;
    color: #d2d2d2;
    text-decoration: none;
    letter-spacing: -1px;
    font-family: "Work Sans", "Open Sans", Arial, sans-serif;
  }
  .genesis-nav-menu .menu-item a:hover {
    color: #fff;
  }
  .genesis-nav-menu > .menu-item {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 14px 0 2px;
    width: 11%;
    height: 45px;
    border-left: 1px solid #a3a3a3;
    color: #fff;
    text-align: center;
    cursor: default;
  }
  .genesis-nav-menu > .menu-item:hover {
    border-left: 1px solid #fff;
  }
  .genesis-nav-menu > .menu-item:hover > .sub-menu {
    left: auto;
    min-width: 160px;
    opacity: 1;
  }
  .genesis-nav-menu > .menu-item:focus > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .genesis-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 99;
    padding: 0;
    border: 1px solid #555;
    background: #111;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu > .menu-item > a {
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #ddd;
  }
}
#genesis-nav-primary {
  position: relative;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 101px;
  background: #3a3a3a none repeat scroll 0 0;
}

.breadcrumb {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: 1em;
}
.breadcrumb a {
  text-decoration: none;
}

.entry-title {
  overflow: hidden;
  padding: 11px 0 10px 0;
  color: #ce2c2c;
  text-transform: uppercase;
  word-wrap: break-word;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
}
.entry-title a {
  color: inherit;
}

@media (max-width: 900px) {
  .entry-title {
    margin-left: 12px;
  }
}
.entry-content ol, .comment-content ol,
.entry-content ul,
.comment-content ul {
  overflow: hidden;
  padding-left: 2.5em;
}
.entry-content ol ol, .comment-content ol ol,
.entry-content ol ul,
.comment-content ol ul,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ul ul,
.comment-content ul ul {
  margin-bottom: .5em;
  padding-left: 1.5em;
}
.entry-content ol li, .comment-content ol li {
  list-style-type: decimal;
}
.entry-content ul li, .comment-content ul li {
  list-style-type: disc;
}
.entry-content blockquote, .comment-content blockquote {
  margin: 0;
}
.entry-content table, .comment-content table {
  margin-bottom: 1.5em;
}

.more-link {
  position: relative;
  white-space: nowrap;
}

.entry-meta {
  clear: both;
}

@media only screen and (max-width: 600px) {
  .staff_photo,
  .staff_thumbnail,
  .staff_description,
  .staff_info,
  .staff_card,
  .product_photo,
  .product_thumbnail,
  .product_description,
  .special_photo,
  .special_thumbnail,
  .special_description,
  .business_card_image {
    margin-left: 0;
    width: 100%;
  }
}
.special_photo {
  margin-bottom: 10px;
}

.listing_abstract {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background: #fff;
}

.business_card_image {
  max-width: 150px;
}

.special_right {
  padding-right: 20px;
}

@media only screen and (max-width: 945px) {
  .more-section span.more-link {
    font-size: 13px !important;
  }
}
.more-section span.more-link {
  position: relative;
  left: 0;
  z-index: 2;
  display: block;
  float: left;
  padding: 8px 5% 13px;
  width: 100%;
  color: #424242;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.more-section img {
  padding: 10px 0;
}

.more-section {
  position: relative;
  display: block;
  margin: 0 0 20px;
  margin-top: 20px;
  margin-left: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  text-align: center;
}

#tab-ext-dealer {
  position: fixed;
  top: 0;
  right: -234px;
  z-index: 1500;
  margin-top: 153px;
  width: 260px;
  height: 260px;
  -webkit-transition: right 1s;
          transition: right 1s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.tab-pull {
  position: absolute;
  top: -1px;
  left: -10px;
  z-index: 1501;
  display: block;
  width: 37px;
  height: 105px;
  cursor: pointer;
}

#contactus-tab {
  position: absolute;
  right: -3px;
  margin-right: 28px;
  padding: 30px 15px 15px 25px;
  width: 209px;
  height: auto;
  border: 1px solid #cb2c31;
  border-radius: 0 0 0 3px;
  background-color: #fff;
  color: #494949;
}

#contactus-tab h2 {
  font-weight: 400;
  font-size: 17px;
}

.side-menus .current_page_item {
  background: #fff !important;
}

.side-menus .current_page_item > a {
  color: #be301b !important;
}

.current_menu_item > a {
  color: #be301b !important;
}

.listing_post_title {
  color: #111;
  font-weight: 600;
}

.content p {
  -webkit-margin-before: 0;
}

.cpt__list .cpt__list__listing {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.cpt__list .cpt__list__listing.content-block {
  border-top: 1px solid transparent;
}
@media only screen and (max-width: 560px) {
  .cpt__list .cpt__list__listing__image {
    width: 100%;
  }
  .cpt__list .cpt__list__listing__image img {
    width: 100%;
  }
}
.cpt__list .cpt__list__listing__title {
  color: #ce2c2c;
}
.cpt__list .cpt__list__listing__content.no-media {
  margin-left: 0;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .cpt__list .cpt__list__listing__content {
    width: 100%;
  }
}

.contact_info {
  float: left;
}

.business_card {
  float: right;
}

.footer_blocks {
  position: relative;
  text-align: center;
  margin-top: 3.5em;
}
@media only screen and (max-width: 560px) {
  .footer_blocks {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.footer_blocks .footer_blocks__block {
  border-radius: 4px;
  width: 31%;
  margin: 0 3px;
  border: 1px solid #d4d4d4;
  position: relative;
  display: inline-block;
  padding: 1.5em 0;
}
.footer_blocks .footer_blocks__block:hover {
  border: 1px solid #bbbbbb;
  background-color: #eeeeee;
  cursor: pointer;
}
@media only screen and (max-width: 560px) {
  .footer_blocks .footer_blocks__block {
    width: 100%;
    margin-bottom: 2em;
  }
}
.footer_blocks .footer_blocks__block__icon {
  display: block;
  margin: auto;
  margin-bottom: 1em;
}
.footer_blocks .footer_blocks__label {
  word-break: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #424242;
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer_blocks .footer_blocks__label {
    font-size: 13px;
  }
}
@media only screen and (max-width: 560px) {
  .footer_blocks .footer_blocks__label {
    font-size: 18px;
  }
}

.featured-image {
  float: right;
  padding: 1em;
  width: 50%;
}
@media only screen and (max-width: 560px) {
  .featured-image {
    width: 100%;
  }
}

.sidebar .widget {
  word-wrap: break-word;
  margin-bottom: 1.5em;
}
.sidebar .widgettitle {
  margin: 0 0 0 -15px;
  padding: 9px 10px 9px 20px;
  background: #888;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
}
.sidebar a {
  color: #777;
}
.sidebar a:hover {
  color: #a00;
}

.sidebar-primary {
  float: left;
  margin: 0;
  padding: 0 0 20px 0;
  width: 176px;
}

.promo_side.newsletter {
  background-image: url(../images/template/side-newsletter-2.png);
  background-position: 50% 70%;
  background-repeat: no-repeat;
}

.promo_side.newsletter:hover {
  background-image: url(../images/template/side-newsletter-h-2.png);
}

.promo_side.baq {
  background-image: url(../images/template/side-baq-2.png);
  background-position: 50% 70%;
  background-repeat: no-repeat;
}

.promo_side.baq:hover {
  background-image: url(../images/template/side-baq-h-2.png);
}

.promo_side.parts {
  background-image: url(../images/template/side-parts-2.png);
  background-position: 50% 70%;
  background-repeat: no-repeat;
}

.promo_side.parts:hover {
  background-image: url(../images/template/side-parts-h-2.png);
}

.promo_side.diy {
  background-image: url(../images/template/side-diy-2.png);
  background-position: 50% 70%;
  background-repeat: no-repeat;
}

.promo_side.diy:hover {
  background-image: url(../images/template/side-diy-h-2.png);
}

a.promo_side {
  margin: 0 0 20px;
  text-align: center;
}

.promo_side {
  display: inline-block;
  padding: 17px 0 0 00px;
  width: 176px;
  height: 155px;
  background: #eee;
  text-decoration: none !important;
}

.advanced-sidebar-menu {
  border: 1px solid #eeeeee;
  background: #eeeeee;
}
.advanced-sidebar-menu a {
  text-decoration: none;
}
.advanced-sidebar-menu ul li {
  border: 1px solid transparent;
  padding: 7px 12px 7px 30px;
}
.advanced-sidebar-menu ul.parent-sidebar-menu > li {
  padding: 0;
}
.advanced-sidebar-menu ul.parent-sidebar-menu > li > a {
  padding: 10px 20px;
  background: #888888;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  display: block;
}
.advanced-sidebar-menu ul.parent-sidebar-menu > li > a:hover {
  color: #FFFFFF;
}
.advanced-sidebar-menu ul.child-sidebar-menu > li.current_page_item, .advanced-sidebar-menu ul.child-sidebar-menu > li:hover {
  background-color: #f9f9f9;
  border-bottom: 1px solid #FFFFFF;
}
.advanced-sidebar-menu ul.child-sidebar-menu > li.current_page_item > a, .advanced-sidebar-menu ul.child-sidebar-menu > li:hover > a {
  color: #ce2c2c;
}
.advanced-sidebar-menu ul.child-sidebar-menu > li:hover {
  background-color: #f9f9f9;
  border-bottom: 1px solid #FFFFFF;
}

.site-footer > .wrap {
  float: left;
  margin: 10px auto 0;
  padding: 15px 0 0 0;
  width: 100%;
  border-top: 2px #454545 solid;
  background: #0f0f0f;
  text-align: center;
}

.social > a {
  display: inline-block;
  margin-top: 14px;
  margin-right: 5px;
  margin-left: 5px;
  width: 29px;
  height: 29px;
  background: url(../images/template/social.jpg) no-repeat;
  text-decoration: none !important;
  -webkit-transition: none;
          transition: none;
}
.social span {
  display: none;
}
.social .twitter {
  background-position: -40px 0;
}
.social .youtube {
  background-position: -80px 0;
}
.social .blog {
  background-position: -160px 0;
}
.social .flickr {
  background-position: -240px 0;
}
.social .googleplus {
  background-position: -320px 0;
}
.social .linkedin {
  background-position: -280px 0;
}
.social .pinterest {
  background-position: -360px 0;
}
.social .instagram {
  background-position: -400px 0;
}
.social .facebook:hover {
  background-position: 0 -30px;
}
.social .twitter:hover {
  background-position: -40px -30px;
}
.social .youtube:hover {
  background-position: -80px -30px;
}
.social .feed:hover {
  background-position: -120px -30px;
}
.social .blog:hover {
  background-position: -160px -30px;
}
.social .flickr:hover {
  background-position: -240px -30px;
}
.social .linkedin:hover {
  background-position: -280px -30px;
}
.social .googleplus:hover {
  background-position: -320px -30px;
}
.social .pinterest:hover {
  background-position: -360px -30px;
}
.social .instagram:hover {
  background-position: -400px -30px;
}
.social .enewsletter:hover {
  background-position: -440px -30px;
}

div.navi_b {
  margin-top: 34px;
  margin-left: 0;
  padding-top: 5px;
  padding-left: 0;
  width: 100%;
  height: auto;
  border-top: 2px #454545 solid;
  background: #212121;
  font-size: 1.6em;
  line-height: 1.8em;
}

.footer_b > .wrap {
  clear: both;
  padding: 20px 0 20px 0;
  min-height: 85px;
  width: 100%;
  background: #000;
  color: #555;
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
}

@media only screen and (max-width: 950px) {
  .genesis-nav-menu > .menu-item {
    padding: 11px 0 12px 0;
    width: 100%;
    border-bottom: 1px solid #a3a3a3;
    border-left: none;
    color: #fff;
    text-align: left;
  }

  .genesis-nav-menu > .menu-item > a {
    padding-left: 64px;
    color: #fff;
  }

  #genesis-nav-primary {
    height: auto;
  }

  .genesis-nav-menu {
    clear: both;
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    border-top: 1px solid #a3a3a3;
  }
  .genesis-nav-menu .sub-menu {
    left: 0;
    padding: 0;
    min-width: 100%;
    background: #111;
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu > .menu-item > a {
    position: relative;
    padding-top: 15px;
  }
  .genesis-nav-menu:focus > .sub-menu {
    left: auto;
    opacity: 1;
  }

  ul.sub-menu li {
    padding: 11px 0 12px 0;
    border-bottom: 1px solid #ccc;
    background: #111;
  }

  ul.sub-menu {
    margin-top: 15px;
    margin-bottom: -15px;
  }

  ul.sub-menu li a {
    padding-left: 100px;
    color: #fff;
  }

  .view-menu {
    position: relative;
    z-index: 100;
    visibility: visible;
    float: right;
    margin-top: 16px;
    margin-right: 10px;
    padding: 3px 5px 5px 5px;
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #b3b3b3;
    background-image: url(../images/template/menu-mobile-dk.png);
    background-position: 50% 50%;
    background-size: 85% 85%;
    color: #1a1a1a;
    font-family: arial, helvetica, sans-serif;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
}
.archive-pagination {
  clear: both;
}
.archive-pagination li {
  display: inline;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    -webkit-filter: none !important;
            filter: none !important;
    box-shadow: none !important;
    color: black !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    text-shadow: none !important;
  }

  a,
  a:visited {
    color: black !important;
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid black;
    page-break-inside: avoid;
  }

  	/*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-inside: avoid;
    page-break-after: avoid;
    orphans: 3;
    widows: 3;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .hide-print {
    display: none !important;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  .content {
    width: 100% !important;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }

  .entry-title,
  .entry-content,
  .comment-content {
    	/*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */
  }
  .entry-title a[href]:after,
  .entry-content a[href]:after,
  .comment-content a[href]:after {
    content: " (" attr(href) ")";
  }
  .entry-title abbr[title]:after,
  .entry-content abbr[title]:after,
  .comment-content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .entry-title a[href^='#']:after,
  .entry-title a[href^='javascript:']:after,
  .entry-content a[href^='#']:after,
  .comment-content a[href^='#']:after,
  .entry-content a[href^='javascript:']:after,
  .comment-content a[href^='javascript:']:after {
    content: '';
  }
}
html.lt-ie9 {
  min-width: 60em;
}

.lt-ie9 body {
  min-width: 60em;
}
.lt-ie9 .site-container {
  margin: 0 auto;
  width: 60em;
}
.lt-ie9 input[type='password'] {
  font-family: monospace;
}
