/*!
Theme Name: 	AMCG Default Template
Theme URI: 		http://julian.is
Description: 	Default theme for .
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
  box-sizing: border-box; }

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

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent 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/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 when focused and also mouse hovered in all browsers.
 */
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, .section-header {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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: 0; }

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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.
 */
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; }

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
  display: block; }
  .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .rows-of-2 > *:last-child {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n+1) {
          clear: left; }
        .rows-of-2 > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .rows-of-2 > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }

.lt-ie9 .rows-of-2 {
  display: block; }
  .lt-ie9 .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-2 > * {
        float: left;
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
        display: inline-block !important;
        clear: none !important; } }

.rows-of-3 {
  display: block; }
  .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-3 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .rows-of-3 > *:last-child {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n) {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n+1) {
          clear: left; } }

.lt-ie9 .rows-of-3 {
  display: block; }
  .lt-ie9 .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-3 > * {
        float: left;
        width: 33.3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

.rows-of-4 {
  display: block; }
  .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-4 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .rows-of-4 > *:last-child {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n) {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n+1) {
          clear: left; } }

.lt-ie9 .rows-of-4 {
  display: block; }
  .lt-ie9 .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-4 > * {
        float: left;
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block; }
    .mobile-rows-of-2::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%; }
      .mobile-rows-of-2 > * > *:first-child {
        margin-top: 0; }
      .mobile-rows-of-2 > *:nth-last-child(1) {
        background-color: red;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:nth-last-child(2) {
        background-color: green;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:last-child {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n) {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n+1) {
        clear: left; } }

.row {
  display: block;
  clear: both; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 60em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9, .content-product-item .col-md-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child, .content-product-item .col-md-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #4d6b87;
  color: #384e63;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  position: relative; }

.xlarge-font-size {
  font-size: 1.625em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 1.625em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 2.125em; } }

.large-font-size, .emph {
  font-size: 1.3125em; }
  @media (min-width: 40em) {
    .large-font-size, .emph {
      font-size: 1.3125em; } }
  @media (min-width: 60em) {
    .large-font-size, .emph {
      font-size: 1.625em; } }

.medium-font-size, .os-subtext {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 40em) {
    .medium-font-size, .os-subtext {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .medium-font-size, .os-subtext {
      font-size: 1.3125em; } }

.base-font-size {
  font-size: 1em; }
  @media (min-width: 40em) {
    .base-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .base-font-size {
      font-size: 1.125em; } }

.small-font-size, .product-grid-item-link, .scs-aside .btn, .scs-aside .btn-inactive, .scs-aside .wp-pagenavi .pages, .wp-pagenavi .scs-aside .pages, .scs-aside .wp-pagenavi a, .wp-pagenavi .scs-aside a, .scs-aside .sh-ico-menu, .scs-aside .product-grid-item-link {
  font-size: 0.8125em !important; }
  @media (min-width: 40em) {
    .small-font-size, .product-grid-item-link, .scs-aside .btn, .scs-aside .btn-inactive, .scs-aside .wp-pagenavi .pages, .wp-pagenavi .scs-aside .pages, .scs-aside .wp-pagenavi a, .wp-pagenavi .scs-aside a, .scs-aside .sh-ico-menu, .scs-aside .product-grid-item-link {
      font-size: 0.8125em; } }
  @media (min-width: 60em) {
    .small-font-size, .product-grid-item-link, .scs-aside .btn, .scs-aside .btn-inactive, .scs-aside .wp-pagenavi .pages, .wp-pagenavi .scs-aside .pages, .scs-aside .wp-pagenavi a, .wp-pagenavi .scs-aside a, .scs-aside .sh-ico-menu, .scs-aside .product-grid-item-link {
      font-size: 0.8125em; } }

h1, .section-header, h2, .pdp-title, h3, #product_content h2, #product_content .pdp-title, #product_content h1, #product_content .section-header, h4, .pdp-image h3, .pdp-image #product_content h2, #product_content .pdp-image h2, .pdp-image #product_content .pdp-title, #product_content .pdp-image .pdp-title, .pdp-image #product_content h1, #product_content .pdp-image h1, .pdp-image #product_content .section-header, #product_content .pdp-image .section-header, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.25;
  margin: 0; }
  h1 a, .section-header a, h2 a, .pdp-title a, h3 a, #product_content h2 a, #product_content .pdp-title a, #product_content h1 a, #product_content .section-header a, h4 a, .pdp-image h3 a, .pdp-image #product_content h2 a, #product_content .pdp-image h2 a, .pdp-image #product_content .pdp-title a, #product_content .pdp-image .pdp-title a, .pdp-image #product_content h1 a, #product_content .pdp-image h1 a, .pdp-image #product_content .section-header a, #product_content .pdp-image .section-header a, h5 a, h6 a {
    text-decoration: none; }

a h1, a .section-header, a h2, a .pdp-title, a h3, a #product_content h2, #product_content a h2, a #product_content .pdp-title, #product_content a .pdp-title, a #product_content h1, #product_content a h1, a #product_content .section-header, #product_content a .section-header, a h4, a .pdp-image h3, .pdp-image a h3, a .pdp-image #product_content h2, .pdp-image #product_content a h2, a #product_content .pdp-image h2, #product_content .pdp-image a h2, a .pdp-image #product_content .pdp-title, .pdp-image #product_content a .pdp-title, a #product_content .pdp-image .pdp-title, #product_content .pdp-image a .pdp-title, a .pdp-image #product_content h1, .pdp-image #product_content a h1, a #product_content .pdp-image h1, #product_content .pdp-image a h1, a .pdp-image #product_content .section-header, .pdp-image #product_content a .section-header, a #product_content .pdp-image .section-header, #product_content .pdp-image a .section-header, a h5, a h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.25;
  margin: 0;
  color: #384e63; }

h1, .section-header {
  font-size: 2.296875em;
  margin-top: 0;
  margin-bottom: 0.625em;
  color: #384e63; }
  @media (min-width: 40em) {
    h1, .section-header {
      font-size: 2.75625em; } }
  @media (min-width: 60em) {
    h1, .section-header {
      font-size: 3.0625em; } }
  h1 a, .section-header a {
    color: #384e63 !important; }
  h1 span, .section-header span {
    font-weight: 300; }

h2, .pdp-title {
  font-size: 1.625em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #f3901d; }
  @media (min-width: 40em) {
    h2, .pdp-title {
      font-size: 1.625em; } }
  @media (min-width: 60em) {
    h2, .pdp-title {
      font-size: 2.125em; } }

h3, #product_content h2, #product_content .pdp-title, #product_content h1, #product_content .section-header {
  font-size: 1.3125em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #384e63; }
  @media (min-width: 40em) {
    h3, #product_content h2, #product_content .pdp-title, #product_content h1, #product_content .section-header {
      font-size: 1.3125em; } }
  @media (min-width: 60em) {
    h3, #product_content h2, #product_content .pdp-title, #product_content h1, #product_content .section-header {
      font-size: 1.625em; } }
  h3 a, #product_content h2 a, #product_content .pdp-title a, #product_content h1 a, #product_content .section-header a {
    color: #384e63; }

h4, .pdp-image h3, .pdp-image #product_content h2, #product_content .pdp-image h2, .pdp-image #product_content .pdp-title, #product_content .pdp-image .pdp-title, .pdp-image #product_content h1, #product_content .pdp-image h1, .pdp-image #product_content .section-header, #product_content .pdp-image .section-header {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h4, .pdp-image h3, .pdp-image #product_content h2, #product_content .pdp-image h2, .pdp-image #product_content .pdp-title, #product_content .pdp-image .pdp-title, .pdp-image #product_content h1, #product_content .pdp-image h1, .pdp-image #product_content .section-header, #product_content .pdp-image .section-header {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h4, .pdp-image h3, .pdp-image #product_content h2, #product_content .pdp-image h2, .pdp-image #product_content .pdp-title, #product_content .pdp-image .pdp-title, .pdp-image #product_content h1, #product_content .pdp-image h1, .pdp-image #product_content .section-header, #product_content .pdp-image .section-header {
      font-size: 1.125em; } }

h5 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h5 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h5 {
      font-size: 1.125em; } }

h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }

p {
  margin: 16px 0;
  font-size: 1em; }
  @media (min-width: 40em) {
    p {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    p {
      font-size: 1.125em; } }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #f3901d;
  text-decoration: underline; }
  a:hover {
    color: #ba680a; }
  a:active, a:focus {
    color: #ba680a;
    outline: none; }

.inverted-links a, .site-footer a {
  color: #ffffff; }
  .inverted-links a:hover, .site-footer a:hover {
    color: #6693bc; }
  .inverted-links a:active, .site-footer a:active, .inverted-links a:focus, .site-footer a:focus {
    color: #6693bc;
    outline: none; }

hr {
  border-bottom: 1px solid #d0deeb;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img, picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  padding: 0;
  margin: 0; }

cite {
  color: #6e8ead;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: #f4f7fa;
  border: 1px solid #d0deeb;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

legend {
  color: #f3901d; }

input, label, select {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select[multiple=multiple], select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #d0deeb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover, select[multiple=multiple]:hover, select:hover {
    border-color: #adc5db; }
  textarea:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select[multiple=multiple]:focus, select:focus {
    border-color: #f3901d;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(234, 132, 12, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%; }

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important; }

.hs-form fieldset.form-columns-1 input, .hs-form fieldset.form-columns-1 textarea, .hs-form fieldset.form-columns-1 select {
  width: 100% !important; }

.hs-form fieldset.form-columns-1 input[type="radio"] {
  width: auto !important; }

.hs-form-radio-display {
  float: left;
  margin-right: 1em; }

.hs-error-msgs {
  color: red; }

.hs-form-required {
  color: #f3901d; }

.hs-form-radio-display > * {
  width: auto !important;
  display: inline-block !important; }
.hs-form-radio-display input {
  width: auto !important;
  display: inline-block; }
.hs-form-radio-display span {
  width: auto !important;
  display: inline-block; }

/* Lists */
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    line-height: 1.5em;
    font-size: 1em; }
    @media (min-width: 40em) {
      ul:not([class]) li:not([class]) {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      ul:not([class]) li:not([class]) {
        font-size: 1.125em; } }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0.5em;
    line-height: 1.5em;
    font-size: 1em; }
    @media (min-width: 40em) {
      .bullet-style li {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      .bullet-style li {
        font-size: 1.125em; } }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(http://amcg.wpengine.com/wp-content/themes/amcg-default/img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

/* Tables */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #9bb9d3;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #d0deeb;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white; }

.spec-thead {
  display: block; }

.spec-table-row {
  display: block;
  width: 100%; }

.spec-cell {
  display: block;
  border: .2em solid #ffffff;
  padding: .5em .8em;
  vertical-align: top; }
  .spec-cell p {
    margin: .5em 0; }
  .spec-cell > ul {
    margin: .5em 0; }
    .spec-cell > ul > li {
      margin-bottom: 0 !important; }
      .spec-cell > ul > li ul {
        padding: 0 0 0 1.8em; }
  .spec-cell input, .spec-cell select {
    width: 100%; }

.spec-col {
  display: table-column; }

.spec-col-1 {
  width: 100%; }

.spec-col-2 {
  width: 100%; }

@media (min-width: 40em) {
  .spec-table {
    display: table; }
  .spec-thead {
    display: table-header-group; }
  .spec-table-row {
    display: table-row; }
  .spec-cell {
    display: table-cell; }
    .spec-cell p {
      font-size: 1em; }
  .spec-spec-col-1 {
    width: 30%; }
  .spec-spec-col-2 {
    width: 70%; } }

button, input[type="submit"], .btn, .btn-inactive, .wp-pagenavi .pages, .wp-pagenavi a, .sh-ico-menu, .product-grid-item-link, .gform_button, .btn-alt, .btn-current, .wp-pagenavi .current, .sh-ico-search, .woof_show_auto_form:after, .woof_hide_auto_form:after, .woof_show_auto_form:hover:after, .woof_hide_auto_form:hover:after, .btn-products, .btn-programs, .btn-more, .btn-pdf {
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #f3901d;
  border-radius: 0;
  color: white !important;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 1em 1.25em;
  text-decoration: none;
  text-align: left;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  button span, input[type="submit"] span, .btn span, .btn-inactive span, .wp-pagenavi .pages span, .wp-pagenavi a span, .sh-ico-menu span, .product-grid-item-link span, .gform_button span, .btn-alt span, .btn-current span, .wp-pagenavi .current span, .sh-ico-search span, .woof_show_auto_form:after span, .woof_hide_auto_form:after span, .woof_show_auto_form:hover:after span, .woof_hide_auto_form:hover:after span, .btn-products span, .btn-programs span, .btn-more span, .btn-pdf span {
    font-weight: 300; }
  button:hover, input[type="submit"]:hover, .btn:hover, .btn-inactive:hover, .wp-pagenavi .pages:hover, .wp-pagenavi a:hover, .sh-ico-menu:hover, .product-grid-item-link:hover, .gform_button:hover, .btn-alt:hover, .btn-current:hover, .wp-pagenavi .current:hover, .sh-ico-search:hover, .woof_show_auto_form:hover:after, .woof_hide_auto_form:hover:after, .btn-products:hover, .btn-programs:hover, .btn-more:hover, .btn-pdf:hover {
    background-color: #d2760b;
    color: white; }
  button:disabled, input[type="submit"]:disabled, .btn:disabled, .btn-inactive:disabled, .wp-pagenavi .pages:disabled, .wp-pagenavi a:disabled, .sh-ico-menu:disabled, .product-grid-item-link:disabled, .gform_button:disabled, .btn-alt:disabled, .btn-current:disabled, .wp-pagenavi .current:disabled, .sh-ico-search:disabled, .woof_show_auto_form:disabled:after, .woof_hide_auto_form:disabled:after, .btn-products:disabled, .btn-programs:disabled, .btn-more:disabled, .btn-pdf:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.btn-alt, .btn-current, .wp-pagenavi .current, .sh-ico-search, .woof_show_auto_form:after, .woof_hide_auto_form:after, .woof_show_auto_form:hover:after, .woof_hide_auto_form:hover:after {
  background-color: #6693bc !important; }
  .btn-alt:hover, .btn-current:hover, .wp-pagenavi .current:hover, .sh-ico-search:hover, .woof_show_auto_form:hover:after, .woof_hide_auto_form:hover:after {
    background-color: #497aa6 !important;
    color: white; }
  .btn-alt:after, .btn-current:after, .wp-pagenavi .current:after, .sh-ico-search:after, .woof_show_auto_form:after, .woof_hide_auto_form:after, .woof_show_auto_form:hover:after, .woof_hide_auto_form:hover:after {
    background-color: rgba(102, 147, 188, 0.5) !important; }

.btn-inactive, .wp-pagenavi .pages {
  background-color: #f6f6f6 !important;
  color: #000000 !important;
  font-weight: normal; }

.btn-current, .wp-pagenavi .current {
  background-color: #6693bc !important; }

.btn-products, .btn-programs, .btn-more, .btn-pdf {
  margin-right: 3em; }
  .btn-products:after, .btn-programs:after, .btn-more:after, .btn-pdf:after {
    content: '';
    background-color: rgba(243, 144, 29, 0.5);
    display: block;
    right: -3em;
    top: 0;
    bottom: 0;
    width: 3em;
    position: absolute;
    background-position: center center;
    background-size: 2em;
    background-repeat: no-repeat;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear; }
  .btn-products:hover:after, .btn-programs:hover:after, .btn-more:hover:after, .btn-pdf:hover:after {
    background-size: 2.5em; }

.btn-products:after {
  background-image: url(img/ico-light-bulb.svg); }

.btn-programs:after {
  background-image: url(img/ico-drop-hands.svg); }

.btn-more:after {
  background-image: url(img/ico-info.svg); }

.btn-pdf:after {
  background-image: url(img/ico-pdf.svg); }

.btn-subtext {
  display: block;
  font-size: .875em;
  font-weight: 400;
  margin-top: .25em;
  text-align: left; }

.site-nav {
  background-color: #f6f6f6; }
  @media (min-width: 40em) {
    .site-nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: #f6f6f6; } }

.sn-level-1 {
  margin: 0;
  padding: 0; }
  @media (min-width: 40em) {
    .sn-level-1 {
      height: 4.5em; } }

.sn-li-l1 {
  display: block;
  border-bottom: 1px solid white;
  background-color: #f6f6f6; }
  @media (max-width: 40em) {
    .sn-li-l1 {
      position: relative; } }
  .sn-li-l1 a.active {
    background-color: #dddddd; }
  .sn-li-l1 span {
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle; }
  .sn-li-l1.has-subnav > a, .sn-li-l1.menu-item-has-children > a {
    position: relative;
    padding-right: 2.6em; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow {
    cursor: pointer;
    display: none; }
    @media (max-width: 40em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow {
        padding-right: 0em;
        background-image: url(img/ico-arrowdown.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.75em;
        display: block;
        width: 40px;
        height: 3.5em;
        position: absolute;
        background-color: #eeeeee;
        right: 0;
        top: 0px; }
        .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active {
          background-image: url(img/ico-arrowup.svg); } }
  @media (min-width: 40em) {
    .sn-li-l1.has-subnav > a, .sn-li-l1.menu-item-has-children > a {
      position: relative; }
    .sn-li-l1.has-subnav span, .sn-li-l1.menu-item-has-children span {
      padding-right: 0em;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.75em;
      display: inline-block;
      width: 100%; }
      .sn-li-l1.has-subnav span:after, .sn-li-l1.menu-item-has-children span:after {
        content: "";
        height: .75em;
        width: .75em;
        background-color: white;
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: url(img/ico-arrowdown.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 0.5625em; }
    .sn-li-l1.has-subnav.active span:after, .sn-li-l1.menu-item-has-children.active span:after {
      background-image: url(img/ico-arrowup.svg); } }
  .sn-li-l1 > a {
    display: block;
    height: 3.5em;
    line-height: 3.5em;
    color: #384e63;
    text-decoration: none;
    padding: 0 1em; }
    .sn-li-l1 > a:visited {
      color: #384e63; }
    .sn-li-l1 > a:hover {
      color: #6693bc; }
  .sn-li-l1:hover {
    background-color: #dddddd; }
  @media (min-width: 40em) {
    .sn-li-l1 {
      height: 4.5em;
      float: left;
      border-bottom: 0;
      border-right: 1px solid white;
      text-align: center; }
      .sn-li-l1 span {
        font-size: 1.0625em;
        display: inline-block;
        line-height: 1.2em;
        vertical-align: middle; }
      .sn-li-l1:nth-child(1n) {
        width: 15.2857142857%; }
      .sn-li-l1:nth-child(2n) {
        width: 15.2857142857%; }
      .sn-li-l1:nth-child(3n) {
        width: 15.2857142857%; }
      .sn-li-l1:nth-child(4n) {
        width: 15.2857142857%; }
      .sn-li-l1:nth-child(5n) {
        width: 15.2857142857%; }
      .sn-li-l1:nth-child(7n) {
        width: 15.2857142857%; }
      .sn-li-l1:nth-child(6n) {
        width: 8.2857142857%; }
      .sn-li-l1:hover .sn-level-2 {
        display: block; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span {
        padding-right: 0;
        background-size: 0.625em;
        display: inline-block;
        background-image: none;
        width: auto; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span {
        background-image: none; }
      .sn-li-l1 > a {
        padding: 0 1em;
        height: 4.5em;
        line-height: 4.5em; } }
  @media (min-width: 60em) {
    .sn-li-l1 span {
      font-size: 1em; }
    .sn-li-l1 > a {
      padding: 0 2em; } }
  @media (min-width: 80em) {
    .sn-li-l1 > a {
      padding: 0 2em; } }

.sn-level-2 {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
  text-align: left; }
  .sn-level-2.active {
    display: block; }
  @media (min-width: 40em) {
    .sn-level-2 {
      position: absolute; }
      .sn-level-2.active {
        display: none; } }

.sn-li-l2, .sn-li-l3 {
  background-color: #dddddd; }
  .sn-li-l2 > a, .sn-li-l3 > a {
    padding: 0 1em;
    color: #384e63;
    border-top: 1px solid #f6f6f6;
    display: block;
    text-decoration: none;
    line-height: 2.8125em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span {
      font-size: 0.875em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover {
    background-color: #c3c3c3; }
  @media (min-width: 40em) {
    .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3 {
      display: block; }
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 1em; } }
  @media (min-width: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 2em; } }
  @media (min-width: 80em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 2em; } }

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
  border-left: 1px solid #f6f6f6; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 40em) {
    .sn-level-3 {
      position: absolute;
      top: 4.5em;
      left: 100%; }
      .sn-level-3.active {
        display: none; } }

.site-nav-container {
  background-color: #f6f6f6;
  width: 17em;
  height: 100%;
  right: -17em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 40em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent; } }
  @media (min-width: 40em) {
    .site-nav-container.active .more-nav {
      right: 0; } }

.site-nav-container-screen {
  position: fixed;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }

.close-menu, .mn-close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #ffffff !important;
  font-family: 'Open Sans', sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #6693bc;
  border-radius: 0.1875em;
  text-decoration: none;
  -webkit-transition: background-color .1s ease-in-out;
  -moz-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out; }
  .close-menu:visited, .mn-close-menu:visited {
    color: #ffffff; }
  .close-menu:hover, .mn-close-menu:hover {
    color: #ffffff;
    background-color: #497aa6; }
  .close-menu:after, .mn-close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(img/ico-arrowright.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 40em) {
    .close-menu, .mn-close-menu {
      display: none; } }

@media (min-width: 40em) {
  .mn-close-menu {
    display: inline-block; } }

.snc-header, .mn-header {
  text-align: center;
  padding: 1em; }
  @media (min-width: 40em) {
    .snc-header, .mn-header {
      padding: 0; } }

.mn-header {
  padding: 1em;
  display: none; }
  @media (min-width: 40em) {
    .mn-header {
      display: block; } }

@media (min-width: 40em) {
  .more-nav {
    position: fixed;
    right: -17em;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    background-color: #f6f6f6;
    width: 17em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; } }
.more-nav li {
  display: block;
  border-bottom: 1px solid white;
  background-color: #f6f6f6; }
  .more-nav li a.active {
    background-color: #dddddd; }
  .more-nav li span {
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle; }
  .more-nav li.has-subnav > a span, .more-nav li.menu-item-has-children > a span {
    padding-right: 0em;
    background-image: url(img/ico-arrowdown.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: inline-block;
    width: 100%; }
  .more-nav li.has-subnav > a.active span, .more-nav li.menu-item-has-children > a.active span {
    background-image: url(img/ico-arrowup.svg); }
  .more-nav li > a {
    display: block;
    height: 3.5em;
    line-height: 3.5em;
    color: #384e63;
    text-decoration: none;
    padding: 0 1em; }
    .more-nav li > a:visited {
      color: #384e63; }
    .more-nav li > a:hover {
      color: #6693bc; }
  .more-nav li:hover {
    background-color: #dddddd; }

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth, .product-slider .flex-control-thumbs, .product-slider-alt .flex-control-thumbs {
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after, .product-slider .flex-control-thumbs::after, .product-slider-alt .flex-control-thumbs::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child, .product-slider .flex-control-thumbs > *:first-child, .product-slider-alt .flex-control-thumbs > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child, .product-slider .flex-control-thumbs > *:last-child, .product-slider-alt .flex-control-thumbs > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth, .product-slider .flex-control-thumbs, .product-slider-alt .flex-control-thumbs {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.inner-wrap-narrow {
  max-width: 62.5em; }

.inner-wrap-wide {
  max-width: 87.5em; }

.inner-wrap-fullwidth {
  max-width: 100%; }

/*=============== Media Object ===============*/
.media-object {
  overflow: hidden; }

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%; }
  .media-object-img img {
    width: 100%; }

.media-object-body {
  width: 75%;
  float: left; }

.media-object-header {
  margin-top: 0; }

.media-grid-2 > * {
  margin-bottom: 1em; }
@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em; }
    .media-grid-2 > *:last-child {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n) {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n+1) {
      clear: left; } }

/*=============== Click to Expand ===============*/
.click-expand {
  border: 1px solid #d0deeb;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .click-expand.active:hover {
    background-color: #ffffff; }
  .click-expand.active .ce-header:after {
    content: '-'; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand .5s 1;
    -moz-animation: click-expand .5s 1;
    animation: click-expand .5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: .05s;
    -moz-animation-delay: .05s;
    animation-delay: .05s;
    padding: 0 12px 1.5em 12px;
    display: block; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #d0deeb; }

.ce-header {
  position: relative;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 1em;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
  .ce-header:after {
    content: '+';
    color: #f3901d;
    padding-left: 8px;
    position: absolute;
    right: 0.3125em; }

.ce-body {
  display: none;
  opacity: 0; }

@-webkit-keyframes click-expand {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes click-expand {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes click-expand {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all .1s linear;
      -moz-transition: all .1s linear;
      transition: all .1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #6693bc; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.5em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #333;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2, .slide-panel .pdp-title {
    padding: .2em 1em; }
  .slide-panel p {
    background: #333;
    padding: .25px 2em; }
  .slide-panel label {
    color: #ffffff !important; }
  .slide-panel:hover {
    right: 0px; }
  @media (min-width: 40em) {
    .slide-panel {
      display: block; } }

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #333;
  min-width: 200px; }

/*=============== Slide Box ===============*/
#last {
  margin: 0;
  padding: 0; }

#slidebox {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -26.875em;
  z-index: 1000;
  width: 100%;
  background-color: #6693bc; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

a.close {
  background-color: white;
  color: #6693bc;
  text-align: center;
  float: left;
  padding: 0 0.5em;
  font-size: 0.6875em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: 1.5em;
  right: 2em; }

a.close:hover {
  background-color: rgba(255, 255, 255, 0.75); }

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em)  {
    .accordion-tabs {
      border-radius: 0;
      border: 1px solid #d0deeb; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0; }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      @media screen and (max-width: 40em)  {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0; } }
    @media screen and (max-width: 40em)  {
      .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  .accordion-tabs .tab-link {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #d0deeb;
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 1.3125em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      color: #f3901d;
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: white; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          background-color: white;
          border: 1px solid #d0deeb;
          border-bottom-color: white;
          margin-bottom: -1px; } }
  .accordion-tabs .tab-content {
    background: white;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #d0deeb;
        float: left; } }

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both; }

figure {
  margin: 0;
  padding: 0; }

.wp-pagenavi > * {
  margin-right: .75em; }

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .white-popup > * {
    margin-top: 0; }
  .white-popup .mfp-close {
    color: #6693bc !important; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

/*=============== Form Popup Iframe  ===============*/
.popup-form-iframe {
  position: relative;
  background: #ffffff;
  padding: 1.25em;
  width: auto;
  max-width: 100%; }
  .popup-form-iframe .hs_cos_wrapper_type_rich_text h1, .popup-form-iframe .hs_cos_wrapper_type_rich_text .section-header, .popup-form-iframe .hs_cos_wrapper_type_rich_text h2, .popup-form-iframe .hs_cos_wrapper_type_rich_text .pdp-title, .popup-form-iframe .hs_cos_wrapper_type_rich_text h3, .popup-form-iframe .hs_cos_wrapper_type_rich_text #product_content h2, #product_content .popup-form-iframe .hs_cos_wrapper_type_rich_text h2, .popup-form-iframe .hs_cos_wrapper_type_rich_text #product_content .pdp-title, #product_content .popup-form-iframe .hs_cos_wrapper_type_rich_text .pdp-title, .popup-form-iframe .hs_cos_wrapper_type_rich_text #product_content h1, #product_content .popup-form-iframe .hs_cos_wrapper_type_rich_text h1, .popup-form-iframe .hs_cos_wrapper_type_rich_text #product_content .section-header, #product_content .popup-form-iframe .hs_cos_wrapper_type_rich_text .section-header {
    margin-top: 0;
    color: #f3901d;
    text-align: center; }

/*=============== Layouts  ===============*/
@media (min-width: 60em) {
  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .site-content.two-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0; }
    .site-content.two-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .site-content.two-column-alt .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.two-column-alt .site-content-secondary:last-child {
      margin-right: 0; } }

.ico-play {
  background-image: url(http://www.amconservationgroup.com/wp-content/uploads/2015/12/Play-Arrow.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 1.4em;
  background-size: 1.2em;
  display: inline-block; }

.wp-pagenavi {
  font-size: .875em; }
  .wp-pagenavi .current {
    cursor: default; }
  .wp-pagenavi .pages {
    cursor: default; }

.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

/*=============== Site Header ===============*/
@media (min-width: 40em) {
  .sticky-wrap {
    font-size: .75em; } }
@media (min-width: 60em) {
  .sticky-wrap {
    font-size: 1em; } }

@media (min-width: 40em) {
  .nav-sticky {
    padding-bottom: 4.5em; }
    .nav-sticky .sticky-wrap {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }

.site-header {
  background-color: #f6f6f6; }
  .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth, .site-header .product-slider .flex-control-thumbs, .product-slider .site-header .flex-control-thumbs, .site-header .product-slider-alt .flex-control-thumbs, .product-slider-alt .site-header .flex-control-thumbs {
    padding-top: 1em;
    padding-bottom: 1em; }
  @media (min-width: 40em) {
    .site-header {
      background-color: #ffffff;
      position: relative;
      z-index: 1000; }
      .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-fullwidth, .site-header .product-slider .flex-control-thumbs, .product-slider .site-header .flex-control-thumbs, .site-header .product-slider-alt .flex-control-thumbs, .product-slider-alt .site-header .flex-control-thumbs {
        padding-top: 1.75em;
        padding-bottom: 1.75em; } }

.hs-landing-page .site-header .inner-wrap, .hs-landing-page .site-header .inner-wrap-narrow, .hs-landing-page .site-header .inner-wrap-wide, .hs-landing-page .site-header .inner-wrap-fullwidth, .hs-landing-page .site-header .product-slider .flex-control-thumbs, .product-slider .hs-landing-page .site-header .flex-control-thumbs, .hs-landing-page .site-header .product-slider-alt .flex-control-thumbs, .product-slider-alt .hs-landing-page .site-header .flex-control-thumbs {
  border-bottom: 1px solid #d0deeb; }

.sh-logo {
  display: block; }
  .sh-logo img {
    display: block; }
  @media (min-width: 40em) {
    .sh-logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .sh-logo:last-child {
        margin-right: 0; } }

.site-nav-container {
  clear: both; }

.sh-utility-nav {
  overflow: hidden;
  margin-bottom: 1em;
  text-align: center;
  display: block; }
  .sh-utility-nav > *:first-child {
    margin-left: 0 !important; }
  .sh-utility-nav .social-wrap {
    width: 15em;
    display: none; }
  @media (min-width: 40em) {
    .sh-utility-nav {
      display: block;
      text-align: right;
      float: right;
      float: right;
      display: block;
      margin-left: 2.3576515979%;
      width: 57.3509785009%;
      margin-left: 0; }
      .sh-utility-nav::after {
        clear: both;
        content: "";
        display: table; }
      .sh-utility-nav:last-child {
        margin-left: 0; }
      .sh-utility-nav .social-wrap {
        display: inline-block; } }

.sh-ph, .sh-email, .sh-login, .sh-about {
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1.2em;
  color: #384e63;
  text-decoration: none;
  margin-left: 0.75em;
  font-size: 0.875em; }
  @media (min-width: 40em) {
    .sh-ph, .sh-email, .sh-login, .sh-about {
      font-size: 1em; } }

.sh-ph {
  background-image: url(img/ico-ph.svg);
  background-size: 1.5em; }

.sh-email {
  background-image: url(img/ico-email.svg); }

.sh-login {
  background-image: url(img/ico-login.svg); }

.sh-about {
  background-image: url(img/ico-about.svg); }

.sh-cta {
  font-size: 1em;
  margin-left: 1em;
  display: inline-block;
  font-size: .5em; }
  @media (min-width: 40em) {
    .sh-cta {
      display: inline-block;
      font-size: 1em; }
      .sh-cta br {
        display: none; } }

@media (min-width: 40em) {
  .site-nav-container {
    float: left;
    width: 88%; } }

.sh-icons {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em; }
  .sh-icons::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 40em) {
    .sh-icons {
      float: right;
      width: 12%;
      padding-left: 0;
      padding-right: 0;
      padding-right: 0;
      padding-bottom: 0; } }

.sh-ico-search, .sh-ico-menu {
  display: block;
  color: #ffffff;
  text-decoration: none;
  width: 48%;
  text-align: center; }
  .sh-ico-search span, .sh-ico-menu span {
    padding-left: 1.5em;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 1.25em; }
  @media (min-width: 40em) {
    .sh-ico-search, .sh-ico-menu {
      height: 4.5em;
      width: 50%;
      padding: 0; }
      .sh-ico-search:after, .sh-ico-menu:after {
        font-size: 0.6875em; }
      .sh-ico-search span, .sh-ico-menu span {
        padding-left: 0;
        padding-top: 1.25em;
        margin-top: 1.25em;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 1.25em;
        display: block; } }

.sh-ico-search {
  float: left; }
  .sh-ico-search:after {
    content: "SEARCH"; }
  .sh-ico-search span {
    background-image: url(img/ico-search.svg); }

.sh-ico-menu {
  float: right; }
  .sh-ico-menu:after {
    content: "MENU"; }
  .sh-ico-menu span {
    background-image: url(img/ico-nav.svg); }
  @media (min-width: 40em) {
    .sh-ico-menu {
      border-left: 1px solid white;
      background-color: #4d6b87; }
      .sh-ico-menu:hover {
        background-color: #497aa6;
        color: white; }
      .sh-ico-menu:after {
        content: "MORE"; }
      .sh-ico-menu span {
        background-size: 1.75em; } }

/*=============== Site Intro ===============*/
.site-intro {
  background-image: url("img/img-site-intro-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%; }
  .site-intro::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 40em) {
    .site-intro {
      padding-top: 2em;
      padding-bottom: 2em;
      background-image: url("img/img-site-intro.jpg"); } }
  @media (min-width: 60em) {
    .site-intro {
      padding-top: 3.5em;
      padding-bottom: 3.5em; } }

.si-emph {
  font-weight: bold; }

.si-header {
  text-shadow: 0px 1px 1px #000;
  color: white;
  font-weight: 100;
  font-size: 25px;
  margin-bottom: 1em; }
  .si-header .si-emph {
    font-size: 35px; }
  @media (min-width: 40em) {
    .si-header {
      font-size: 40px;
      line-height: 65px; }
      .si-header .si-emph {
        font-size: 45px; } }
  @media (min-width: 60em) {
    .si-header {
      font-size: 45px;
      line-height: 75px; }
      .si-header .si-emph {
        font-size: 60px; } }

@media (min-width: 60em) {
  .si-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .si-content:last-child {
      margin-right: 0; } }

.si-cta-1, .si-cta-2 {
  font-size: 1.3125em;
  margin-right: 4em;
  margin-bottom: 1em; }

.page-intro {
  background-image: url("img/page-intro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .page-intro h1, .page-intro .section-header {
    text-shadow: 0px 1px 1px #000;
    color: white; }

.breadcrumb-nav .inner-wrap, .breadcrumb-nav .inner-wrap-narrow, .breadcrumb-nav .inner-wrap-wide, .breadcrumb-nav .inner-wrap-fullwidth, .breadcrumb-nav .product-slider .flex-control-thumbs, .product-slider .breadcrumb-nav .flex-control-thumbs, .breadcrumb-nav .product-slider-alt .flex-control-thumbs, .product-slider-alt .breadcrumb-nav .flex-control-thumbs {
  padding-top: 0.5em;
  padding-bottom: 0; }
.breadcrumb-nav p {
  font-size: 0.8125em !important; }
  @media (min-width: 40em) {
    .breadcrumb-nav p {
      font-size: 0.8125em; } }
  @media (min-width: 60em) {
    .breadcrumb-nav p {
      font-size: 0.8125em; } }

/*=============== product-catergories-section ===============*/
.product-catergories-section {
  border-top: 1px solid #d0deeb; }
  .product-catergories-section .inner-wrap, .product-catergories-section .inner-wrap-narrow, .product-catergories-section .inner-wrap-wide, .product-catergories-section .inner-wrap-fullwidth, .product-catergories-section .product-slider .flex-control-thumbs, .product-slider .product-catergories-section .flex-control-thumbs, .product-catergories-section .product-slider-alt .flex-control-thumbs, .product-slider-alt .product-catergories-section .flex-control-thumbs {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }

.pcs-bucket {
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  height: 13.6em;
  position: relative;
  padding: 1em;
  background-size: cover;
  margin-bottom: 1em; }
  @media (min-width: 40em) {
    .pcs-bucket {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-bottom: 0; }
      .pcs-bucket:last-child {
        margin-right: 0; } }
  .pcs-bucket:hover .pcs-subheader:before {
    height: 90px;
    width: 90px;
    top: -114px;
    transition: all .2s; }

.pcs-subheader {
  font-size: 26px;
  color: white;
  text-align: center;
  font-weight: normal;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px; }
  .pcs-subheader:before {
    content: '';
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100px;
    transition: all .2s; }

.pcs-b1 {
  background-image: url("img/img-pcs-light.jpg"); }
  .pcs-b1 .pcs-subheader:before {
    background-image: url(img/ico-leaf.svg); }

.pcs-b2 {
  background-image: url("img/img-pcs-kit.jpg"); }
  .pcs-b2 .pcs-subheader:before {
    background-image: url(img/ico-kits.svg); }

.pcs-b3 {
  background-image: url("img/img-pcs-owners.jpg"); }
  .pcs-b3 .pcs-subheader:before {
    background-image: url(img/ico-home.svg); }

/*=============== Offer Section ==============*/
.offer-section, .offer-section-water-conservation-packet, .offer-section-energy-efficiency-packet, .offer-section-product-catalog {
  background-repeat: no-repeat;
  background-size: cover; }
  .offer-section a, .offer-section-water-conservation-packet a, .offer-section-energy-efficiency-packet a, .offer-section-product-catalog a {
    color: #384e63;
    text-decoration: none !important; }

.offer-section-water-conservation-packet {
  background-image: url("http://www.amconservationgroup.com/wp-content/uploads/2016/05/bg-offer-section-water-conservation-packet.jpg"); }

.offer-section-energy-efficiency-packet {
  background-image: url("img/img-offer-section.jpg"); }

.offer-section-product-catalog {
  background-image: url("img/bg-offer-section-product-catalog.jpg"); }

.os-visual {
  display: block;
  margin: auto; }
  @media (min-width: 40em) {
    .os-visual {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .os-visual:last-child {
        margin-right: 0; } }
  @media (min-width: 60em) {
    .os-visual {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .os-visual:last-child {
        margin-right: 0; } }

.os-content .section-header {
  margin-bottom: .5em; }
@media (min-width: 40em) {
  .os-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .os-content:last-child {
      margin-right: 0; } }
@media (min-width: 60em) {
  .os-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .os-content:last-child {
      margin-right: 0; } }

.os-header {
  font-weight: 300;
  color: #384e63; }

.os-emph {
  font-weight: bold;
  font-size: .875em; }

.os-header-ext {
  display: block;
  font-size: 1em;
  margin-bottom: 1em; }
  @media (min-width: 40em) {
    .os-header-ext {
      font-size: .75em; } }

.os-subtext {
  margin-bottom: 1.75em; }

.os-cta {
  margin-top: 2em; }

/*=============== Site Content ===============*/
.site-content-secondary {
  /* Page sidebar blog post*/ }
  .site-content-secondary .scs-blog {
    border-top: none;
    padding: 1em;
    margin-top: 0.625em;
    margin-bottom: 0.9375em; }
    @media (min-width: 60em) {
      .site-content-secondary .scs-blog {
        margin-top: 0; } }
    .site-content-secondary .scs-blog h2, .site-content-secondary .scs-blog .pdp-title {
      margin-top: 0;
      border-bottom: 3px solid #e5e5e5;
      padding-bottom: 0.4375em; }
    .site-content-secondary .scs-blog .latest-post {
      border-bottom: 3px solid #e5e5e5; }
    .site-content-secondary .scs-blog .scs-btn {
      display: inline-block;
      font-size: 1.3125em;
      font-weight: bold;
      margin-top: 0.625em;
      text-decoration: none; }

.ca-header {
  font-size: .75em;
  margin-bottom: 0;
  margin-top: 0px;
  text-transform: uppercase;
  color: #999; }

.scs-title, .woof_container h4, .woof_container .pdp-image h3, .pdp-image .woof_container h3, .woof_container .pdp-image #product_content h2, .pdp-image #product_content .woof_container h2, .woof_container #product_content .pdp-image h2, #product_content .pdp-image .woof_container h2, .woof_container .pdp-image #product_content .pdp-title, .pdp-image #product_content .woof_container .pdp-title, .woof_container #product_content .pdp-image .pdp-title, #product_content .pdp-image .woof_container .pdp-title, .woof_container .pdp-image #product_content h1, .pdp-image #product_content .woof_container h1, .woof_container #product_content .pdp-image h1, #product_content .pdp-image .woof_container h1, .woof_container .pdp-image #product_content .section-header, .pdp-image #product_content .woof_container .section-header, .woof_container #product_content .pdp-image .section-header, #product_content .pdp-image .woof_container .section-header {
  background-color: #6693bc;
  color: #ffffff;
  padding: .5em;
  margin-bottom: 0; }

.scs-list li:last-child a, .woof_list li:last-child a {
  border-bottom: 0; }
.scs-list li:last-child > *, .woof_list li:last-child > * {
  border-bottom: 0; }
.scs-list a, .woof_list a {
  color: #384e63;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #d0deeb;
  padding: 0.5em; }
  .scs-list a:hover, .woof_list a:hover {
    background-color: #f6f6f6; }

.scs-box {
  background-color: #f6f6f6;
  padding: 1em; }
  .scs-box > *:first-child {
    margin-top: 0; }
  .scs-box > *:last-child {
    margin-bottom: 0; }
  .scs-box h3, .scs-box #product_content h2, #product_content .scs-box h2, .scs-box #product_content .pdp-title, #product_content .scs-box .pdp-title, .scs-box #product_content h1, #product_content .scs-box h1, .scs-box #product_content .section-header, #product_content .scs-box .section-header {
    font-size: 1.3em; }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #6693bc;
  text-align: left;
  color: #ffffff; }

.social-newsletter-section .inner-wrap, .social-newsletter-section .inner-wrap-narrow, .social-newsletter-section .inner-wrap-wide, .social-newsletter-section .inner-wrap-fullwidth, .social-newsletter-section .product-slider .flex-control-thumbs, .product-slider .social-newsletter-section .flex-control-thumbs, .social-newsletter-section .product-slider-alt .flex-control-thumbs, .product-slider-alt .social-newsletter-section .flex-control-thumbs {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
.social-newsletter-section .hbspt-form {
  margin: 0; }
  .social-newsletter-section .hbspt-form .hs-form-required {
    display: none; }
  .social-newsletter-section .hbspt-form input {
    color: #000000; }

.sf-social .social-wrap {
  display: inline-block;
  width: 13em; }
@media (min-width: 40em) {
  .sf-social {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .sf-social:last-child {
      margin-right: 0; }
    .sf-social p {
      margin-top: 0;
      margin-bottom: 0; } }

.sfs-text {
  vertical-align: top; }

.newsletter-footer {
  text-align: right;
  vertical-align: middle;
  margin: 0 !important;
  vertical-align: top; }
  .newsletter-footer .hs-form-required {
    display: none; }
  .newsletter-footer input {
    color: #000000; }
  .newsletter-footer label {
    font-size: 1em;
    font-weight: 400;
    padding-right: 1em; }
    @media (min-width: 40em) {
      .newsletter-footer label {
        font-size: 1.125em; } }
    @media (min-width: 60em) {
      .newsletter-footer label {
        font-size: 1.125em; } }
  .newsletter-footer form {
    float: right; }
    .newsletter-footer form > div {
      display: table-cell;
      vertical-align: bottom;
      text-align: right; }
      @media (min-width: 40em) {
        .newsletter-footer form > div {
          vertical-align: top; } }
      .newsletter-footer form > div:first-child {
        width: 100%;
        padding-right: .5em; }
        .newsletter-footer form > div:first-child label {
          float: left;
          display: block; }
        .newsletter-footer form > div:first-child .input {
          width: 100%;
          float: right; }
        @media (min-width: 40em) {
          .newsletter-footer form > div:first-child label {
            width: 50%;
            display: block; }
          .newsletter-footer form > div:first-child .input {
            width: 50%; } }
  .newsletter-footer input {
    margin-top: 0;
    margin-bottom: 0; }
  .newsletter-footer .hs_submit {
    margin-top: 0; }
    .newsletter-footer .hs_submit input {
      padding: .75em 1em; }
  @media (min-width: 40em) {
    .newsletter-footer {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%;
      float: right;
      margin-right: 0; }
      .newsletter-footer:last-child {
        margin-right: 0; } }

.sf-small {
  background-color: #4d6b87;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth, .sf-small .product-slider .flex-control-thumbs, .product-slider .sf-small .flex-control-thumbs, .sf-small .product-slider-alt .flex-control-thumbs, .product-slider-alt .sf-small .flex-control-thumbs {
    padding-top: 1em;
    padding-bottom: 1em; }

img[name=pphLoggerImage] {
  display: none; }

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em; }

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0; }

.search-text {
  font-size: .8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: .5em;
  margin-bottom: 0 !important; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(img/ico-search.svg) no-repeat center center !important; }

.no-svg .search-submit {
  background: url(img/ico-search.png) no-repeat center center !important; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #6693bc;
  height: 6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  top: -6em;
  z-index: 10000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .search-module.active {
    top: 0; }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth, .search-module .product-slider .flex-control-thumbs, .product-slider .search-module .flex-control-thumbs, .search-module .product-slider-alt .flex-control-thumbs, .product-slider-alt .search-module .flex-control-thumbs {
    padding: 0.3em 1.5em 1em; }

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0; }

/*=============== Product Carousel ===============*/
@media (max-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%; }
    .product-item:last-child {
      margin-right: 0; }
    .product-item:nth-child(2n) {
      margin-right: 0; }
    .product-item:nth-child(2n+1) {
      clear: left; } }
@media (min-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .product-item:last-child {
      margin-right: 0; } }

/*=============== Product Slider ===============*/
.product-slider {
  position: relative;
  overflow: hidden; }
  .product-slider .slides .inner-wrap, .product-slider .slides .inner-wrap-narrow, .product-slider .slides .inner-wrap-wide, .product-slider .slides .inner-wrap-fullwidth, .product-slider .slides .flex-control-thumbs {
    padding-top: 2.5em;
    padding-bottom: 11.5em;
    background-color: rgba(255, 255, 255, 0.75); }
  @media (min-width: 40em) {
    .product-slider .slides .inner-wrap, .product-slider .slides .inner-wrap-narrow, .product-slider .slides .inner-wrap-wide, .product-slider .slides .inner-wrap-fullwidth, .product-slider .slides .flex-control-thumbs {
      padding-top: 5em;
      padding-bottom: 11em;
      background-color: transparent; } }
  @media (min-width: 60em) {
    .product-slider .slides .inner-wrap, .product-slider .slides .inner-wrap-narrow, .product-slider .slides .inner-wrap-wide, .product-slider .slides .inner-wrap-fullwidth, .product-slider .slides .flex-control-thumbs {
      padding-top: 5em;
      padding-bottom: 11em; } }
  @media (min-width: 80em) {
    .product-slider .slides .inner-wrap, .product-slider .slides .inner-wrap-narrow, .product-slider .slides .inner-wrap-wide, .product-slider .slides .inner-wrap-fullwidth, .product-slider .slides .flex-control-thumbs {
      padding-top: 7.5em;
      padding-bottom: 14em; } }

@media (min-width: 40em) {
  .ps-slide-body {
    max-width: em;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .ps-slide-body:last-child {
      margin-right: 0; } }

.product-slider .flex-control-thumbs {
  margin-top: -13.875em;
  height: 13.875em;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0; }
  .product-slider .flex-control-thumbs img {
    margin: 0 auto;
    max-width: 40%;
    opacity: .5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .product-slider .flex-control-thumbs img.flex-active {
      opacity: 1; }
    @media (min-width: 40em) {
      .product-slider .flex-control-thumbs img {
        max-width: 25%;
        height: auto; } }
  .product-slider .flex-control-thumbs > li:after {
    font-size: .75em;
    display: none; }
  .product-slider .flex-control-thumbs > li:nth-child(1n):after {
    content: "Water Conservation Products";
    display: block !important; }
  .product-slider .flex-control-thumbs > li:nth-child(2n):after {
    content: "Energy Efficient Products";
    display: block !important; }
  .product-slider .flex-control-thumbs > li:nth-child(3n):after {
    content: "Energy Efficient Lighting";
    display: block !important; }
  .product-slider .flex-control-thumbs > li:nth-child(4n):after {
    content: "Weatherization Products";
    display: block !important; }
  @media (min-width: 40em) {
    .product-slider .flex-control-thumbs > li:after {
      font-size: 1em; } }

.product-slider-alt {
  position: relative;
  overflow: hidden; }
  .product-slider-alt .slides .inner-wrap, .product-slider-alt .slides .inner-wrap-narrow, .product-slider-alt .slides .inner-wrap-wide, .product-slider-alt .slides .inner-wrap-fullwidth, .product-slider-alt .slides .flex-control-thumbs {
    padding-top: 11.5em;
    padding-bottom: 2.5em;
    background-color: rgba(255, 255, 255, 0.75); }
  @media (min-width: 40em) {
    .product-slider-alt .slides .inner-wrap, .product-slider-alt .slides .inner-wrap-narrow, .product-slider-alt .slides .inner-wrap-wide, .product-slider-alt .slides .inner-wrap-fullwidth, .product-slider-alt .slides .flex-control-thumbs {
      padding-top: 11em;
      padding-bottom: 3em;
      background-color: transparent; } }
  @media (min-width: 60em) {
    .product-slider-alt .slides .inner-wrap, .product-slider-alt .slides .inner-wrap-narrow, .product-slider-alt .slides .inner-wrap-wide, .product-slider-alt .slides .inner-wrap-fullwidth, .product-slider-alt .slides .flex-control-thumbs {
      padding-top: 11em;
      padding-bottom: 3em; } }
  @media (min-width: 80em) {
    .product-slider-alt .slides {
      margin-top: 7em; }
      .product-slider-alt .slides .inner-wrap, .product-slider-alt .slides .inner-wrap-narrow, .product-slider-alt .slides .inner-wrap-wide, .product-slider-alt .slides .inner-wrap-fullwidth, .product-slider-alt .slides .flex-control-thumbs {
        padding-top: 9em;
        padding-bottom: 6em; } }
  @media (min-width: 40em) {
    .product-slider-alt .ps-water-conservation-products {
      background-image: url(img/slider-water-conservation-products.jpg);
      background-position: right bottom !important; } }
  @media (min-width: 40em) {
    .product-slider-alt .ps-energy-efficient-products {
      background-image: url(img/slider-energy-efficient-products.jpg);
      background-position: right bottom !important; } }
  @media (min-width: 40em) {
    .product-slider-alt .ps-energy-efficient-lighting {
      background-image: url(img/slider-energy-efficient-lighting.jpg);
      background-position: right bottom !important; } }
  @media (min-width: 80em) {
    .product-slider-alt .ps-energy-efficient-lighting {
      background-size: auto 80%; } }
  @media (min-width: 40em) {
    .product-slider-alt .ps-weatherization {
      background-image: url(img/slider-energy-weatherization.jpg);
      background-position: right bottom !important; } }
  @media (min-width: 80em) {
    .product-slider-alt .ps-weatherization {
      background-size: auto 90%; } }

@media (min-width: 40em) {
  .ps-slide-body {
    max-width: em;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .ps-slide-body:last-child {
      margin-right: 0; } }

.product-slider-alt .flex-control-thumbs {
  margin-top: 0;
  height: 13.875em;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto; }
  .product-slider-alt .flex-control-thumbs img {
    margin: 0 auto;
    max-width: 40%;
    opacity: .5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .product-slider-alt .flex-control-thumbs img.flex-active {
      opacity: 1; }
    @media (min-width: 40em) {
      .product-slider-alt .flex-control-thumbs img {
        max-width: 25%;
        height: auto; } }
  .product-slider-alt .flex-control-thumbs > li:after {
    font-size: .75em;
    display: none; }
  .product-slider-alt .flex-control-thumbs > li:nth-child(1n):after {
    content: "Water Conservation Products";
    display: block !important; }
  .product-slider-alt .flex-control-thumbs > li:nth-child(2n):after {
    content: "Energy Efficient Products";
    display: block !important; }
  .product-slider-alt .flex-control-thumbs > li:nth-child(3n):after {
    content: "Energy Efficient Lighting";
    display: block !important; }
  .product-slider-alt .flex-control-thumbs > li:nth-child(4n):after {
    content: "Weatherization Products";
    display: block !important; }
  @media (min-width: 40em) {
    .product-slider-alt .flex-control-thumbs > li:after {
      font-size: 1em; } }

.product-slider-alt .ps-water-conservation-products, .product-slider-alt .ps-energy-efficient-products, .product-slider-alt .ps-energy-efficient-lighting, .product-slider-alt .ps-weatherization, .ps-water-conservation-products, .ps-energy-efficient-products, .ps-energy-efficient-lighting, .ps-weatherization {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center; }
  @media (min-width: 40em) {
    .product-slider-alt .ps-water-conservation-products, .product-slider-alt .ps-energy-efficient-products, .product-slider-alt .ps-energy-efficient-lighting, .product-slider-alt .ps-weatherization, .ps-water-conservation-products, .ps-energy-efficient-products, .ps-energy-efficient-lighting, .ps-weatherization {
      background-size: auto 70%;
      background-position: right center; } }
  @media (min-width: 60em) {
    .product-slider-alt .ps-water-conservation-products, .product-slider-alt .ps-energy-efficient-products, .product-slider-alt .ps-energy-efficient-lighting, .product-slider-alt .ps-weatherization, .ps-water-conservation-products, .ps-energy-efficient-products, .ps-energy-efficient-lighting, .ps-weatherization {
      background-size: auto 85%; } }
  @media (min-width: 80em) {
    .product-slider-alt .ps-water-conservation-products, .product-slider-alt .ps-energy-efficient-products, .product-slider-alt .ps-energy-efficient-lighting, .product-slider-alt .ps-weatherization, .ps-water-conservation-products, .ps-energy-efficient-products, .ps-energy-efficient-lighting, .ps-weatherization {
      background-size: auto 100%; } }

@media (min-width: 40em) {
  .ps-water-conservation-products {
    background-image: url(img/slider-water-conservation-products.jpg);
    background-position: right bottom; } }

@media (min-width: 40em) {
  .ps-energy-efficient-products {
    background-image: url(img/slider-energy-efficient-products.jpg); } }

@media (min-width: 40em) {
  .ps-energy-efficient-lighting {
    background-image: url(img/slider-energy-efficient-lighting.jpg); } }
@media (min-width: 80em) {
  .ps-energy-efficient-lighting {
    background-size: auto 80%; } }

@media (min-width: 40em) {
  .ps-weatherization {
    background-image: url(img/slider-energy-weatherization.jpg); } }
@media (min-width: 80em) {
  .ps-weatherization {
    background-size: auto 90%; } }

/*=============== Product Grid ===============*/
.product-grid {
  clear: both; }

.product-grid-item {
  font-size: .875em;
  text-decoration: none;
  text-align: center;
  background-color: white;
  padding: 1em;
  border-bottom: 1px solid #d0deeb;
  border-right: 1px solid #d0deeb;
  overflow: hidden;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  .product-grid-item:hover {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999; }
    .product-grid-item:hover .product-grid-item-img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
  @media (min-width: 40em) {
    .product-grid-item {
      font-size: .75em;
      margin-bottom: 1.5em; } }
  @media (min-width: 60em) {
    .product-grid-item {
      font-size: 1em; } }

@media (min-width: 40em) {
  .product-grid-item-header-wrap {
    height: 6em;
    line-height: 6em;
    margin-bottom: 1em; }
    .product-grid-item-header-wrap .product-grid-item-header {
      display: inline-block;
      vertical-align: middle; } }
@media (min-width: 60em) {
  .product-grid-item-header-wrap {
    height: 6em;
    line-height: 6em; } }

.product-grid-item-header {
  font-size: 1.125em;
  color: #6693bc;
  text-decoration: none;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  clear: none; }
  @media (min-width: 40em) {
    .product-grid-item-header {
      width: auto;
      float: none;
      text-align: center;
      font-size: 1.25em; } }

.product-grid-item-subheader {
  color: #000000;
  margin: 0 0 1em 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.9375em; }
  @media (min-width: 40em) {
    .product-grid-item-subheader {
      width: auto;
      float: none;
      text-align: center; } }
  @media (min-width: 60em) {
    .product-grid-item-subheader {
      min-height: 3em; } }

.product-grid-item-img {
  float: left;
  width: 25%;
  margin-top: -1em;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  @media (min-width: 40em) {
    .product-grid-item-img {
      margin-top: 0;
      float: none;
      width: auto; } }

.product-grid-item-link {
  color: #6693bc;
  margin: 1em 0 0 0;
  clear: none; }
  @media (min-width: 40em) {
    .product-grid-item-link {
      width: auto;
      float: none;
      text-align: center; } }

.scs-aside {
  text-align: center;
  display: none;
  border: 3px solid #f6f6f6;
  padding: 1em;
  text-decoration: none;
  color: #384e63; }
  .scs-aside p {
    text-align: left;
    font-size: .95em; }
  .scs-aside .btn, .scs-aside .btn-inactive, .scs-aside .wp-pagenavi .pages, .wp-pagenavi .scs-aside .pages, .scs-aside .wp-pagenavi a, .wp-pagenavi .scs-aside a, .scs-aside .sh-ico-menu, .scs-aside .product-grid-item-link {
    margin-top: 1em; }
  .scs-aside > *:first-child {
    margin-top: 0; }
  .scs-aside > *:last-child {
    margin-bottom: 0; }

.page-template-default .scs-aside {
  display: block; }

/*=============== Product Catalog ===============*/
.headerrow {
  text-transform: uppercase;
  color: #6693bc; }

.woof_list {
  font-size: .75em; }
  .woof_list > * {
    color: #384e63;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #d0deeb;
    padding: 0.5em; }
  .woof_list li > * {
    border-bottom: 0; }

/* ============= RFQ lightbox  ========== */
#gform_1 {
  width: 60%;
  margin: 0 auto;
  padding: 30px;
  background-color: white; }

/* _____ compare css ________________________________________________________ */
/*=============== Product Detail Page ===============*/
@media (min-width: 60em) {
  .pdp-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .pdp-image:last-child {
      margin-right: 0; } }

.table thead {
  background-color: #6693bc;
  color: #ffffff; }
.table tr, .table td, .table th {
  padding: .5em 1em; }
.table tr {
  font-size: .875em; }

.pdp-image-main img {
  display: block;
  margin: 0 auto; }

.pdp-info p, .pdp-info li {
  font-size: 1em !important; }
@media (min-width: 60em) {
  .pdp-info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0; }
    .pdp-info:last-child {
      margin-right: 0; } }

@media (min-width: 60em) {
  .pdp-title {
    margin-top: 0; } }

.watersense_logo img {
  vertical-align: middle; }
.watersense_logo span {
  vertical-align: middle; }

.rfq-form-wrap {
  display: none; }

/*=============== Content Product Loop / Product Listing ===============*/
@media (max-width: 40em) {
  .prd-listing {
    font-size: 0.625em; }
  .table-prddisplay thead tr th {
    display: none; }
    .table-prddisplay thead tr th:first-child {
      display: table-cell; }
    .table-prddisplay thead tr th:nth-child(2) {
      display: table-cell; }
    .table-prddisplay thead tr th:nth-child(3) {
      display: table-cell; }
    .table-prddisplay thead tr th:last-child {
      width: 100px;
      padding: 0;
      display: table-cell; }
  .table-prddisplay tbody tr td {
    display: none; }
    .table-prddisplay tbody tr td:first-child {
      display: table-cell; }
    .table-prddisplay tbody tr td:nth-child(2) {
      display: table-cell; }
    .table-prddisplay tbody tr td:nth-child(3) {
      display: table-cell; }
    .table-prddisplay tbody tr td:last-child {
      width: 100px;
      padding: 0;
      display: table-cell; } }

.btn, .btn-inactive, .wp-pagenavi .pages, .wp-pagenavi a, .sh-ico-menu, .product-grid-item-link {
  text-align: center; }

@media (max-width: 40em) {
  .table-prddisplay-container {
    font-size: 0.625em; }
    .table-prddisplay-container thead tr th:last-child {
      width: auto; }
    .table-prddisplay-container tbody tr td:last-child {
      width: auto; } }

.content-product-item {
  display: block; }
  .content-product-item::after {
    clear: both;
    content: "";
    display: table; }

.pl-productname {
  font-size: 0.8125em !important;
  color: #6693bc;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 40em) {
    .pl-productname {
      font-size: 0.8125em; } }
  @media (min-width: 60em) {
    .pl-productname {
      font-size: 0.8125em; } }
  .pl-productname p {
    margin-top: 0;
    margin-bottom: 0; }

.cpi-img {
  padding: 0 1em; }

.cpi-ctas {
  font-size: .5em;
  text-align: center; }
  @media (min-width: 40em) {
    .cpi-ctas {
      font-size: .6em; } }
  @media (min-width: 40em) {
    .cpi-ctas {
      font-size: .7em; } }

.cpi-ctas-product {
  margin: .25em; }
  @media (min-width: 40em) {
    .cpi-ctas-product {
      text-align: center; } }

.cpi-ctas-rfq {
  margin: .25em;
  text-align: center; }

/*====================RFQ POPUP =======================*/
.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  padding: 20px; }

.modal-box header, .modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd; }

.modal-box header h3, .modal-box header #product_content h2, #product_content .modal-box header h2, .modal-box header #product_content .pdp-title, #product_content .modal-box header .pdp-title, .modal-box header #product_content h1, #product_content .modal-box header h1, .modal-box header #product_content .section-header, #product_content .modal-box header .section-header, .modal-box header h4, .modal-box header .pdp-image h3, .pdp-image .modal-box header h3, .modal-box header .pdp-image #product_content h2, .pdp-image #product_content .modal-box header h2, .modal-box header #product_content .pdp-image h2, #product_content .pdp-image .modal-box header h2, .modal-box header .pdp-image #product_content .pdp-title, .pdp-image #product_content .modal-box header .pdp-title, .modal-box header #product_content .pdp-image .pdp-title, #product_content .pdp-image .modal-box header .pdp-title, .modal-box header .pdp-image #product_content h1, .pdp-image #product_content .modal-box header h1, .modal-box header #product_content .pdp-image h1, #product_content .pdp-image .modal-box header h1, .modal-box header .pdp-image #product_content .section-header, .pdp-image #product_content .modal-box header .section-header, .modal-box header #product_content .pdp-image .section-header, #product_content .pdp-image .modal-box header .section-header, .modal-box .modal-header h3, .modal-box .modal-header #product_content h2, #product_content .modal-box .modal-header h2, .modal-box .modal-header #product_content .pdp-title, #product_content .modal-box .modal-header .pdp-title, .modal-box .modal-header #product_content h1, #product_content .modal-box .modal-header h1, .modal-box .modal-header #product_content .section-header, #product_content .modal-box .modal-header .section-header, .modal-box .modal-header h4, .modal-box .modal-header .pdp-image h3, .pdp-image .modal-box .modal-header h3, .modal-box .modal-header .pdp-image #product_content h2, .pdp-image #product_content .modal-box .modal-header h2, .modal-box .modal-header #product_content .pdp-image h2, #product_content .pdp-image .modal-box .modal-header h2, .modal-box .modal-header .pdp-image #product_content .pdp-title, .pdp-image #product_content .modal-box .modal-header .pdp-title, .modal-box .modal-header #product_content .pdp-image .pdp-title, #product_content .pdp-image .modal-box .modal-header .pdp-title, .modal-box .modal-header .pdp-image #product_content h1, .pdp-image #product_content .modal-box .modal-header h1, .modal-box .modal-header #product_content .pdp-image h1, #product_content .pdp-image .modal-box .modal-header h1, .modal-box .modal-header .pdp-image #product_content .section-header, .pdp-image #product_content .modal-box .modal-header .section-header, .modal-box .modal-header #product_content .pdp-image .section-header, #product_content .pdp-image .modal-box .modal-header .section-header {
  margin: 0; }

.modal-box .modal-body {
  padding: 2em 1.5em; }

.modal-box footer, .modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right; }

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important; }

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 2%;
  right: 2%;
  text-decoration: none;
  color: #bbb; }

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease; }

@media (min-width: 40em) {
  .hbspt-form {
    margin: 20px auto; } }

/*==================== Members =======================*/
#wpmem_login fieldset div:last-child {
  display: none !important; }

.product-filter .pf-title {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  display: none; }
  .product-filter .pf-title:last-child {
    margin-right: 0; }
.product-filter .woof_redraw_zone {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
.product-filter .woof_container_productcategories {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.product-filter .woof_container_adaptertype {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.product-filter > * {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.headerrow {
  display: none; }

.woof-wrap div {
  position: relative; }

.woof_show_auto_form, .woof_hide_auto_form {
  background-image: none !important;
  width: auto;
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  text-decoration: none;
  font-size: .75em; }
  .woof_show_auto_form:after, .woof_hide_auto_form:after {
    content: 'Narrow By';
    display: block;
    background-color: #6693bc !important; }
  .woof_show_auto_form:hover:after, .woof_hide_auto_form:hover:after {
    background-color: #384e63 !important; }
  @media (min-width: 40em) {
    .woof_show_auto_form, .woof_hide_auto_form {
      top: -2em; } }

.woocommerce .site-wrap .inner-wrap, .woocommerce .site-wrap .inner-wrap-narrow, .woocommerce .site-wrap .inner-wrap-wide, .woocommerce .site-wrap .inner-wrap-fullwidth, .woocommerce .site-wrap .product-slider .flex-control-thumbs, .product-slider .woocommerce .site-wrap .flex-control-thumbs, .woocommerce .site-wrap .product-slider-alt .flex-control-thumbs, .product-slider-alt .woocommerce .site-wrap .flex-control-thumbs {
  position: relative; }

/*=============== Compare Bar ===============*/
.compare-bar {
  background-color: rgba(246, 246, 246, 0.5);
  padding: 1em;
  position: fixed;
  bottom: .5em;
  right: .5em;
  font-size: .75em;
  z-index: 1000000000000; }
  .compare-bar .bigclose {
    display: none; }

.jsPostId {
  display: none !important; }

.product-compare-container > * {
  float: left;
  margin-right: .5em;
  margin-left: .5em; }
  .product-compare-container > *:last-child {
    margin-right: 0; }
.product-compare-container .col-lg-6 {
  display: block;
  width: 100%;
  margin-top: 1em;
  clear: both;
  margin: 0 auto; }
  .product-compare-container .col-lg-6 .compare-btn {
    display: block;
    margin: 0 auto; }

.content-product-item {
  margin-bottom: 3em; }
  .content-product-item table {
    margin-top: 0; }

.woof.woof_sid {
  background: #f6f6f6;
  border: 1px solid #d0deeb;
  border-radius: 0; }

.woof_auto_show {
  z-index: 995; }

.woof_products_top_panel li:after {
  display: none !important; }

.woof_block_html_items {
  padding-left: 1em;
  padding-right: 1em; }

.woof_container_inner h4, .woof_container_inner .pdp-image h3, .pdp-image .woof_container_inner h3, .woof_container_inner .pdp-image #product_content h2, .pdp-image #product_content .woof_container_inner h2, .woof_container_inner #product_content .pdp-image h2, #product_content .pdp-image .woof_container_inner h2, .woof_container_inner .pdp-image #product_content .pdp-title, .pdp-image #product_content .woof_container_inner .pdp-title, .woof_container_inner #product_content .pdp-image .pdp-title, #product_content .pdp-image .woof_container_inner .pdp-title, .woof_container_inner .pdp-image #product_content h1, .pdp-image #product_content .woof_container_inner h1, .woof_container_inner #product_content .pdp-image h1, #product_content .pdp-image .woof_container_inner h1, .woof_container_inner .pdp-image #product_content .section-header, .pdp-image #product_content .woof_container_inner .section-header, .woof_container_inner #product_content .pdp-image .section-header, #product_content .pdp-image .woof_container_inner .section-header {
  margin-top: 0; }

.woof_container {
  margin-bottom: 1em; }

/*=============== Product Filters ===============*/
.woof_redraw_zone > * {
  display: none; }
.woof_redraw_zone .woof_container_product_cat {
  display: block; }
.woof_redraw_zone .woof_submit_search_form_container {
  display: block !important;
  padding-left: 1em;
  padding-right: 1em; }
  .woof_redraw_zone .woof_submit_search_form_container button {
    background-color: #f3901d !important; }
    .woof_redraw_zone .woof_submit_search_form_container button:hover {
      background-color: #d2760b !important; }

.term-outdoor-commercial-lighting .headerrow {
  display: none; }
.term-outdoor-commercial-lighting .woof_redraw_zone > * {
  display: none; }
.term-outdoor-commercial-lighting .woof_redraw_zone .wwoof_container_deliveredlumens {
  display: block; }
.term-outdoor-commercial-lighting .woof_redraw_zone .woof_container_inputwattage {
  display: block; }
.term-outdoor-commercial-lighting .woof_redraw_zone .woof_container_inputvoltagerange {
  display: block; }

.term-compact-fluorescent-lighting .woof_container_inputwattage {
  display: block; }
.term-compact-fluorescent-lighting .woof_container_stdincandequivalent {
  display: block; }
.term-compact-fluorescent-lighting .woof_container_deliveredlumens {
  display: block; }

.term-led-lighting .woof_container_lumens, .term-compact-fluorescent-lighting .woof_container_lumens, .term-indoor-commercial-lighting .woof_container_lumens, .term-outdoor-commercial-lighting .woof_container_lumens {
  display: block !important; }

.term-led-lighting .woof_container_ratedwatts, .term-compact-fluorescent-lighting .woof_container_ratedwatts {
  display: block !important; }

.term-compact-fluorescent-lighting .woof_container_stdincandequivalent {
  display: block !important; }

.term-led-lighting .woof_container_bulbtype {
  display: block !important; }

.term-led-lighting .woof_container_design {
  display: block !important; }

.term-showerheads .woof_container_color, .term-led-lighting .woof_container_color, .term-weatherstrip .woof_container_color, .term-door-sweeps .woof_container_color {
  display: block !important; }

.term-weatherstrip .woof_container_size, .term-door-sweeps .woof_container_size {
  display: block !important; }

.term-faucet-aerators-faucet-adaptors .woof_container_gallonsperminute, .term-showerheads .woof_container_gallonsperminute {
  display: block !important; }

.term-faucet-aerators-faucet-adaptors .woof_container_adaptertype {
  display: block !important; }

.nothing-yet .woof_container_deliveredlumens {
  display: block !important; }

.term-indoor-commercial-lighting .woof_container_inputwattage, .term-outdoor-commercial-lighting .woof_container_inputwattage {
  display: block !important; }

.term-indoor-commercial-lighting .woof_container_inputvoltagerange, .term-outdoor-commercial-lighting .woof_container_inputvoltagerange {
  display: block !important; }

.term-faucet-aerators-faucet-adaptors .woof_container_recomendedusage, .term-showerheads .woof_container_recomendedusage {
  display: block !important; }

/*=============== Resources Module ===============*/
.resources-module {
  background-color: #f6f6f6;
  border-top: 1px solid #d0deeb; }

.rm-item {
  text-align: center;
  padding: 1em !important; }
  .rm-item:hover .rm-item-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  @media (min-width: 40em) {
    .rm-item {
      margin-bottom: 0; } }

.rm-item-cta {
  font-size: .75em;
  font-weight: bold; }

.rm-item-img {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin-bottom: 1em; }
  .rm-item-img img {
    max-width: 70%; }

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  color: #6693bc;
  position: relative;
  z-index: 10;
  font-size: 1.125em; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #6693bc; }
  @media (min-width: 40em) {
    .rm-item-title {
      font-size: 1.25em; } }

/*=============== End of Modules ===============*/
/*=============== Resource Library Page =============*/
.resource-library {
  margin-top: 2em; }
  .resource-library a {
    text-decoration: none; }
  .resource-library .rm-item-title {
    height: 2.75em;
    line-height: 2.75em; }

/* Footer Blog section Homepage */
.blog-section {
  background-color: #f6f6f6;
  border-top: 1px solid #d0deeb; }
  .blog-section .latest-post:last-child {
    border-right: none; }
  .blog-section .latest-post time {
    font-size: 0.875em; }
  .blog-section .latest-post h3, .blog-section .latest-post #product_content h2, #product_content .blog-section .latest-post h2, .blog-section .latest-post #product_content .pdp-title, #product_content .blog-section .latest-post .pdp-title, .blog-section .latest-post #product_content h1, #product_content .blog-section .latest-post h1, .blog-section .latest-post #product_content .section-header, #product_content .blog-section .latest-post .section-header {
    font-size: 1.3125em;
    margin-bottom: .15em; }
  .blog-section .latest-post p {
    font-size: 0.875em;
    margin-bottom: 1em;
    margin-top: .75em; }
  .blog-section .latest-post .btn, .blog-section .latest-post .btn-inactive, .blog-section .latest-post .wp-pagenavi .pages, .wp-pagenavi .blog-section .latest-post .pages, .blog-section .latest-post .wp-pagenavi a, .wp-pagenavi .blog-section .latest-post a, .blog-section .latest-post .sh-ico-menu, .blog-section .latest-post .product-grid-item-link {
    font-size: .65em !important; }

.blog-section-blue {
  background-color: #f6f6f6;
  border-top: 1px solid #d0deeb;
  background-color: #6693bc;
  color: #ffffff; }
  .blog-section-blue .inner-wrap, .blog-section-blue .inner-wrap-narrow, .blog-section-blue .inner-wrap-wide, .blog-section-blue .inner-wrap-fullwidth, .blog-section-blue .product-slider .flex-control-thumbs, .product-slider .blog-section-blue .flex-control-thumbs, .blog-section-blue .product-slider-alt .flex-control-thumbs, .product-slider-alt .blog-section-blue .flex-control-thumbs {
    padding-top: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #4d6b87; }
  .blog-section-blue h2, .blog-section-blue .pdp-title {
    color: #f6f6f6; }
  .blog-section-blue h3, .blog-section-blue #product_content h2, #product_content .blog-section-blue h2, .blog-section-blue #product_content .pdp-title, #product_content .blog-section-blue .pdp-title, .blog-section-blue #product_content h1, #product_content .blog-section-blue h1, .blog-section-blue #product_content .section-header, #product_content .blog-section-blue .section-header, .blog-section-blue p {
    color: #ffffff; }
  .blog-section-blue .latest-post {
    color: #ffffff; }
    .blog-section-blue .latest-post a {
      color: #ffffff; }
      .blog-section-blue .latest-post a:hover {
        color: #f3901d; }
    .blog-section-blue .latest-post:last-child {
      border-right: none; }
    .blog-section-blue .latest-post time {
      font-size: 0.875em; }
    .blog-section-blue .latest-post h3, .blog-section-blue .latest-post #product_content h2, #product_content .blog-section-blue .latest-post h2, .blog-section-blue .latest-post #product_content .pdp-title, #product_content .blog-section-blue .latest-post .pdp-title, .blog-section-blue .latest-post #product_content h1, #product_content .blog-section-blue .latest-post h1, .blog-section-blue .latest-post #product_content .section-header, #product_content .blog-section-blue .latest-post .section-header {
      font-size: 1.3125em;
      margin-bottom: .15em;
      color: #ffffff; }
    .blog-section-blue .latest-post p {
      font-size: 0.875em;
      margin-bottom: 1em;
      margin-top: .75em; }
    .blog-section-blue .latest-post .btn, .blog-section-blue .latest-post .btn-inactive, .blog-section-blue .latest-post .wp-pagenavi .pages, .wp-pagenavi .blog-section-blue .latest-post .pages, .blog-section-blue .latest-post .wp-pagenavi a, .wp-pagenavi .blog-section-blue .latest-post a, .blog-section-blue .latest-post .sh-ico-menu, .blog-section-blue .latest-post .product-grid-item-link {
      font-size: .65em !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.alignright {
  display: block;
  padding-bottom: 1.5em; }

.alignleft {
  display: block;
  padding-bottom: 1.5em; }

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

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em; }
  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em; }
  .aligncenter {
    display: block;
    margin: 0 auto; } }

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

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

.text-aligncenter {
  text-align: center; }

.clearboth {
  clear: both;
  display: block; }

.spacing-bottom {
  margin-bottom: 2em; }

.spacing-top {
  margin-top: 2em; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons
@font-face {
  font-family: 'flexslider-icon';
  src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
 */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  left: 10px; }

.flexslider:hover .flex-next {
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  display: block;
  content: '';
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(img/ico-arrowleft.svg); }

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(img/ico-arrowright.svg); }

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: .3;
  left: 10px; }

.flex-direction-nav .flex-next {
  opacity: .3;
  right: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th, .tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td, .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top, .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td, .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td, .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty, .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

/* Anything HubSpot Related */
.video-popup {
  max-width: 30em; }

.woof.woof_sid {
  display: none !important; }

.woocommerce .woocommerce-page .woof_shortcode_output .woocommerce-info {
  display: none !important; }

.woocommerce-info {
  display: none !important; }

body > .hbspt-form {
  display: none; }

.gdd-rfq .inner-wrap, .gdd-rfq .inner-wrap-narrow, .gdd-rfq .inner-wrap-wide, .gdd-rfq .inner-wrap-fullwidth, .gdd-rfq .product-slider .flex-control-thumbs, .product-slider .gdd-rfq .flex-control-thumbs, .gdd-rfq .product-slider-alt .flex-control-thumbs, .product-slider-alt .gdd-rfq .flex-control-thumbs {
  max-width: 55em; }
.gdd-rfq .site-content-primary {
  text-align: center; }
  .gdd-rfq .site-content-primary h1, .gdd-rfq .site-content-primary .section-header {
    margin-bottom: 0.25em; }
.gdd-rfq .site-content-secondary {
  margin-top: 1em;
  background-color: #f6f6f6;
  padding: 1.5em 1em 1.5em 1.5em; }
  .gdd-rfq .site-content-secondary h3, .gdd-rfq .site-content-secondary #product_content h2, #product_content .gdd-rfq .site-content-secondary h2, .gdd-rfq .site-content-secondary #product_content .pdp-title, #product_content .gdd-rfq .site-content-secondary .pdp-title, .gdd-rfq .site-content-secondary #product_content h1, #product_content .gdd-rfq .site-content-secondary h1, .gdd-rfq .site-content-secondary #product_content .section-header, #product_content .gdd-rfq .site-content-secondary .section-header {
    color: #f3901d;
    margin-top: 0;
    margin-bottom: 0.75em;
    text-align: center;
    border-bottom: 1px solid #d0deeb;
    padding-bottom: 0.75em; }

.emph-wrap {
  margin: 0 auto;
  background-color: #f6f6f6;
  padding: 1.5em 1em 1.5em 1.5em;
  max-width: 55em; }

.gdd-rfq-popup-b {
  display: none; }

.gdd-cp-b {
  display: none; }

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/
/*# sourceMappingURL=style.css.map */