@import url(jquery-ui.css);
/* line 1, ../sass/reset.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* Clear Fix */
/* line 9, ../sass/reset.scss */
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

/* line 17, ../sass/reset.scss */
* html .clearfix {
  zoom: 1; }

/* IE6 */
/* line 20, ../sass/reset.scss */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* line 56, ../sass/normalize.scss */
script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, ../sass/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 80, ../sass/normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, ../sass/normalize.scss */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* a:focus {
    outline: thin dotted;
} */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 108, ../sass/normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 122, ../sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 131, ../sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../sass/normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../sass/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 166, ../sass/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 175, ../sass/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, ../sass/normalize.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 195, ../sass/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 203, ../sass/normalize.scss */
small {
  font-size: 80%; }

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

/* line 219, ../sass/normalize.scss */
sup {
  top: -0.7em;
  position: relative; }

/* line 224, ../sass/normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 236, ../sass/normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 244, ../sass/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 256, ../sass/normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 268, ../sass/normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 279, ../sass/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 290, ../sass/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 316, ../sass/normalize.scss */
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.
 */
/* line 329, ../sass/normalize.scss */
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.
 */
/* line 341, ../sass/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 351, ../sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 363, ../sass/normalize.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 375, ../sass/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 395, ../sass/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 408, ../sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Sizes */
@font-face {
  font-family: 'GillSans';
  src: url("../fonts/GillSans.otf"); }
@font-face {
  font-family: 'GillSansLite';
  src: url("../fonts/GillSans-Light.otf"); }
/* line 6, ../sass/style.scss */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

/* line 12, ../sass/style.scss */
body {
  color: #303030;
  font-family: "GillSans", Arial, Helvetica, Sans-Serif;
  font-size: 17px;
  line-height: 1.4; }

/* line 19, ../sass/style.scss */
ul {
  list-style-type: disc; }

/* line 22, ../sass/style.scss */
ol {
  list-style-type: decimal; }

/* line 25, ../sass/style.scss */
ul, ol {
  list-style-position: outside;
  padding-left: 16px;
  padding-bottom: 20px; }

/* line 30, ../sass/style.scss */
nav ul {
  list-style: none; }

/* line 34, ../sass/style.scss */
a {
  color: #ea3126;
  text-decoration: none;
  text-align: left; }
  /* line 37, ../sass/style.scss */
  .no-touch a:hover {
    text-decoration: underline; }

/* line 42, ../sass/style.scss */
.remove-textdecoration {
  text-decoration: none !important; }

/* line 45, ../sass/style.scss */
sup, sub, small {
  font-size: 60%; }

/* line 48, ../sass/style.scss */
sup {
  line-height: 0;
  vertical-align: baseline; }

/* line 52, ../sass/style.scss */
sub {
  line-height: 0;
  vertical-align: sub; }

/* line 56, ../sass/style.scss */
hr {
  border: 0 none;
  border-collapse: collapse;
  border-top: 1px solid #E9E9E9;
  clear: both;
  padding-bottom: 20px; }

/* line 63, ../sass/style.scss */
fieldset {
  border: 0 none;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  width: 100%; }

/* Text Headings */
/* line 72, ../sass/style.scss */
h1, .h1, .h1 p, h2, .h2, .h2 p, h3, .h3, .h3 p {
  font-family: "GillSansLite", Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  line-height: 1; }

/* line 78, ../sass/style.scss */
h4, .h4, .h4 p, h5, .h5, .h5 p {
  font-family: "GillSansLite", Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  line-height: 1.4; }

/* line 84, ../sass/style.scss */
h1, .h1, .h1 p {
  font-size: 38px; }

/* line 88, ../sass/style.scss */
h2, .h2, .h2 p {
  font-size: 24px; }

/* line 92, ../sass/style.scss */
h3, .h3, .h3 p {
  font-size: 18px; }

/* line 96, ../sass/style.scss */
h4, .h4, .h4 p {
  font-size: 14px; }

/* line 100, ../sass/style.scss */
h5, .h5, .h5 p {
  font-size: 12px; }

/* line 105, ../sass/style.scss */
h1, h2, h3, h4, h5 {
  color: #303030;
  padding-bottom: 5px;
  text-transform: uppercase; }

/* line 111, ../sass/style.scss */
p {
  padding-bottom: 30px; }

/* line 115, ../sass/style.scss */
section {
  padding: 30px 0; }

/** Reusable Styles **/
/* Colored Backgrounds */
/* line 120, ../sass/style.scss */
.background-color {
  background-color: #0069aa;
  color: #fff; }
  /* line 123, ../sass/style.scss */
  .background-color h1, .background-color .h1, .background-color h2, .background-color .h2, .background-color h3, .background-color .h3, .background-color h4, .background-color .h4, .background-color h5, .background-color .h5, .background-color a, .background-color p, .background-color ul {
    color: #fff; }

/* line 128, ../sass/style.scss */
.homepage-background-color {
  color: #fff; }
  /* line 130, ../sass/style.scss */
  .homepage-background-color h1, .homepage-background-color .h1, .homepage-background-color h2, .homepage-background-color .h2, .homepage-background-color h3, .homepage-background-color .h3, .homepage-background-color h4, .homepage-background-color .h4, .homepage-background-color h5, .homepage-background-color .h5, .homepage-background-color a, .homepage-background-color p, .homepage-background-color ul {
    color: #fff; }

/* Useful Styles */
/* line 136, ../sass/style.scss */
.clrbth {
  clear: both; }

/* line 139, ../sass/style.scss */
.nocss {
  display: none; }

/* line 142, ../sass/style.scss */
.nocssMast, .ui-tabs-hide {
  display: block;
  height: 0;
  overflow: hidden;
  width: 0; }

/* line 148, ../sass/style.scss */
.uppercase {
  text-transform: uppercase; }

/* line 151, ../sass/style.scss */
.left {
  float: left; }

/* line 154, ../sass/style.scss */
.right {
  float: right; }

/* line 157, ../sass/style.scss */
.clear-left {
  clear: left; }

/* line 160, ../sass/style.scss */
.clear-right {
  clear: right; }

/* line 163, ../sass/style.scss */
.text-right {
  text-align: right; }

/* line 166, ../sass/style.scss */
.text-left {
  text-align: left; }

/* line 169, ../sass/style.scss */
.text-center {
  text-align: center; }

/* line 172, ../sass/style.scss */
.lite {
  font-family: "GillSansLite", Arial, Helvetica, Sans-Serif; }

/* line 175, ../sass/style.scss */
.red {
  color: #ea3126; }

/* line 178, ../sass/style.scss */
.grey {
  color: #b3b3b3; }

/* line 182, ../sass/style.scss */
#demobox .inside {
  display: none; }

/* line 186, ../sass/style.scss */
#demobox {
  background-color: #0069aa;
  padding: 0px 0px 52px 0px;
  margin: 6px 0px 0px 0px;
  color: white;
  height: 0px !important; }

/* line 194, ../sass/style.scss */
#demobox1 {
  background-color: #0069aa;
  padding: 0 7px 35px 0;
  margin: 0 0 0 0;
  color: white; }

/* line 201, ../sass/style.scss */
.sm-font {
  position: static;
  padding-bottom: 0px;
  font-size: 14px;
  margin: 16px 0 0 0; }

/* line 208, ../sass/style.scss */
.sm-font-slider {
  padding-bottom: 0px;
  position: relative;
  top: 16px;
  left: 3px;
  font-size: 17px;
  color: white; }

@media only screen and (min-device-width: 360px) and (max-device-width: 360px) {
  /* line 218, ../sass/style.scss */
  #demobox {
    background-color: #0069aa;
    padding: 0px 0px 34px 0px;
    margin: 2px 0px 0px 0px;
    color: white; }

  /* line 225, ../sass/style.scss */
  #demobox1 {
    background-color: #0069aa;
    padding: 0 0 3px 0;
    margin: 0 0 0 0;
    color: white; }

  /* line 232, ../sass/style.scss */
  .sm-font {
    position: static;
    padding-bottom: 0px;
    font-size: 11px;
    margin: 3px 0 0 0; }

  /* line 239, ../sass/style.scss */
  .sm-font-slider {
    padding-bottom: 0px;
    position: relative;
    top: 0.5px;
    left: 12px;
    font-size: 11px; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 375px) {
  /* line 249, ../sass/style.scss */
  #demobox {
    background-color: #0069aa;
    padding: 0px 0px 35px 0px;
    margin: 2px 0px 0px 0px;
    color: white; }

  /* line 256, ../sass/style.scss */
  #demobox1 {
    background-color: #0069aa;
    padding: 0 0 3px 0;
    margin: 0 0 0 -4px;
    color: white; }

  /* line 263, ../sass/style.scss */
  .sm-font {
    position: static;
    padding-bottom: 0px;
    font-size: 12px;
    margin: 2px 0 0 0; }

  /* line 270, ../sass/style.scss */
  .sm-font-slider {
    padding-bottom: 0px;
    position: relative;
    top: 1px;
    left: 12px;
    font-size: 12px; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 414px) {
  /* line 281, ../sass/style.scss */
  #demobox {
    background-color: #0069aa;
    padding: 0px 0px 39px 0px;
    margin: 2px 0px 0px 0px;
    position: relative; }

  /* line 288, ../sass/style.scss */
  #demobox1 {
    background-color: #0069aa;
    padding: 0 7px 6px 0;
    margin: 0 0 0 0; }

  /* line 294, ../sass/style.scss */
  .sm-font {
    position: static;
    padding-bottom: 0px;
    font-size: 13px;
    margin: 3px 0 0 0; }

  /* line 301, ../sass/style.scss */
  .sm-font-slider {
    padding-bottom: 0px;
    position: relative;
    top: 3px;
    left: 16px;
    font-size: 12px; } }
@media only screen and (min-device-width: 411px) and (max-device-width: 411px) {
  /* line 311, ../sass/style.scss */
  #demobox {
    background-color: #0069aa;
    padding: 0px 0px 39px 0px;
    margin: 2px 0px 0px 0px;
    color: white; }

  /* line 318, ../sass/style.scss */
  #demobox1 {
    background-color: #0069aa;
    padding: 0 7px 2px 0;
    margin: 0 0 0 0; }

  /* line 324, ../sass/style.scss */
  .sm-font {
    position: static;
    padding-bottom: 0px;
    font-size: 10px;
    margin: 12px 0 0 0; }

  /* line 331, ../sass/style.scss */
  .sm-font-slider {
    padding-bottom: 0px;
    position: relative;
    top: 3px;
    left: 14px;
    font-size: 13px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 768px) {
  /* line 343, ../sass/style.scss */
  #demobox {
    background-color: #0069aa;
    padding: 0px 0px 81px 0px;
    margin: 2px 0px 0px 0px;
    color: white; }

  /* line 350, ../sass/style.scss */
  #demobox1 {
    background-color: #0069aa;
    padding: 0 15px 47px 0;
    margin: 0 0 0 0; }

  /* line 356, ../sass/style.scss */
  .sm-font-slider {
    padding-bottom: 0px;
    position: relative;
    top: 25px;
    left: 8px;
    font-size: 21px; }

  /* line 364, ../sass/style.scss */
  .sm-font {
    position: static;
    padding-bottom: 0px;
    font-size: 23px;
    margin: 9px 0 0 0; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) {
  /* line 372, ../sass/style.scss */
  #demobox {
    background-color: #0069aa;
    padding: 0px 0px 50px 0px;
    margin: 7px 0px 0px 0px;
    color: white; }

  /* line 379, ../sass/style.scss */
  #demobox1 {
    background-color: #0069aa;
    padding: 0 7px 8px 0;
    margin: 0 0 0 0; }

  /* line 385, ../sass/style.scss */
  .sm-font-slider {
    padding-bottom: 0px;
    position: relative;
    top: 2px;
    left: 25px;
    font-size: 18px; }

  /* line 393, ../sass/style.scss */
  .sm-font {
    position: static;
    padding-bottom: 0px;
    font-size: 17px;
    margin: 3px 0 0 0; } }
/* line 401, ../sass/style.scss */
.print {
  bottom: 5px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  margin-top: -50px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  vertical-align: bottom; }
  /* line 411, ../sass/style.scss */
  .print i {
    font-size: 40px;
    padding: 0 10px; }

/* line 416, ../sass/style.scss */
.center-out {
  display: table; }

/* line 419, ../sass/style.scss */
.center-in {
  display: table-cell;
  vertical-align: middle; }

/* line 423, ../sass/style.scss */
.pagewrap {
  margin: 0 auto;
  max-width: 960px; }
  /* line 426, ../sass/style.scss */
  .pagewrap.detailwrap {
    max-width: 660px; }
  /* line 429, ../sass/style.scss */
  .pagewrap.inspiredwrap {
    margin: 0 auto;
    max-width: 660px;
    width: 100%; }
  @media screen and (max-width: 960px) {
    /* line 435, ../sass/style.scss */
    .pagewrap .article-wrap {
      margin: 0 10px;
      width: auto; } }

/* line 441, ../sass/style.scss */
.aligned-grid-wrap {
  margin: 0 auto;
  max-width: 1000px; }
  /* line 444, ../sass/style.scss */
  .aligned-grid-wrap .aligned-grid {
    overflow: hidden;
    display: block;
    padding-bottom: 20px;
    width: 100%; }
  /* line 451, ../sass/style.scss */
  .aligned-grid-wrap.grid-2columns .grid-item {
    float: left; }
  /* line 455, ../sass/style.scss */
  .aligned-grid-wrap h2 {
    padding-bottom: 20px; }

/* line 459, ../sass/style.scss */
.article-wrap {
  color: #b3b3b3;
  padding-top: 10px; }
  /* line 462, ../sass/style.scss */
  .article-wrap h2, .article-wrap h3, .article-wrap h4 {
    color: #303030;
    font-family: "GillSans", Arial, Helvetica, Sans-Serif;
    padding-bottom: 12px;
    text-transform: none; }
  /* line 468, ../sass/style.scss */
  .article-wrap .grid-item div, .article-wrap p {
    padding-bottom: 12px; }
  /* line 471, ../sass/style.scss */
  .article-wrap img {
    max-width: 100%; }
  /* line 474, ../sass/style.scss */
  .article-wrap hr {
    border-top-color: #73B0E6;
    padding-bottom: 40px; }
  /* line 478, ../sass/style.scss */
  .article-wrap .nextpage {
    border-top: 1px solid #E9E9E9;
    color: #303030;
    padding-top: 30px;
    height: 30px; }
    /* line 483, ../sass/style.scss */
    .article-wrap .nextpage a {
      color: #303030; }

/* line 488, ../sass/style.scss */
.navwrap {
  margin: 0 auto;
  max-width: 1024px;
  /*position: relative;*/ }

/* line 493, ../sass/style.scss */
p.decoration {
  text-align: left;
  font-size: 17px;
  margin-top: 35px; }

/* line 498, ../sass/style.scss */
p.pageVisit {
  margin-top: 16px;
  font-size: 17px; }

/* line 502, ../sass/style.scss */
ul.listing {
  list-style-type: none;
  text-align: center;
  line-height: 27px; }

/* line 507, ../sass/style.scss */
img.location {
  margin: auto;
  display: block; }

/* line 511, ../sass/style.scss */
p.pageVisit a {
  text-decoration: underline; }

/* line 514, ../sass/style.scss */
.textColor {
  color: red; }

/* line 517, ../sass/style.scss */
.wholewrap {
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 50px;
  padding-top: 123px;
  z-index: 200; }
  /* line 525, ../sass/style.scss */
  .wholewrap.wrapped-background-image {
    padding-bottom: 220px; }

/* line 529, ../sass/style.scss */
.center {
  margin-left: 310px; }

/* line 532, ../sass/style.scss */
.contentpad {
  padding: 30px 0; }

/* Responsive iframes */
/* line 537, ../sass/style.scss */
.iframewrap {
  height: 0;
  padding-bottom: 55%;
  position: relative; }
  /* line 541, ../sass/style.scss */
  .iframewrap.half {
    margin: 0 auto;
    padding-bottom: 30%;
    width: 50%; }
  /* line 546, ../sass/style.scss */
  .iframewrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 553, ../sass/style.scss */
  .iframewrap.full {
    height: 555px;
    padding-bottom: 0; }

/* Forms Base */
/* line 560, ../sass/style.scss */
input[type=button], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent; }

/* line 567, ../sass/style.scss */
textarea, input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #EAEAEA;
  border: 0 none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  height: 40px;
  margin: 0;
  outline: 0;
  padding: 0 5px; }

/* line 578, ../sass/style.scss */
.field-container {
  padding: 5px 0; }
  /* line 580, ../sass/style.scss */
  .field-container label {
    display: block; }

/* Style won't work unless separate lines for some reason */
/* line 586, ../sass/style.scss */
::-webkit-input-placeholder {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-style: italic; }

/* line 590, ../sass/style.scss */
:-moz-placeholder {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-style: italic; }

/* line 594, ../sass/style.scss */
::-moz-placeholder {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-style: italic; }

/* line 598, ../sass/style.scss */
:-ms-input-placeholder {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-style: italic; }

/* line 603, ../sass/style.scss */
.is-error {
  color: #ea3126 !important; }

/* line 606, ../sass/style.scss */
input.is-error {
  border: 1px solid #ea3126;
  box-sizing: border-box; }

/* line 610, ../sass/style.scss */
textarea.is-error {
  border: 1px solid #ea3126;
  box-sizing: border-box; }

/* line 614, ../sass/style.scss */
.is-error::-webkit-input-placeholder {
  color: #ea3126 !important; }

/* line 617, ../sass/style.scss */
.is-error:-moz-placeholder {
  color: #ea3126 !important; }

/* line 620, ../sass/style.scss */
.is-error::-moz-placeholder {
  color: #ea3126 !important; }

/* line 623, ../sass/style.scss */
.is-error:-ms-input-placeholder {
  color: #ea3126 !important; }

/* line 627, ../sass/style.scss */
select {
  border: 1px solid #5d5d5d;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  height: 30px;
  margin: 0;
  padding: 0 5px; }

/* line 636, ../sass/style.scss */
input[type="checkbox"], input[type="radio"] {
  display: none; }
  /* line 638, ../sass/style.scss */
  input[type="checkbox"] + label span, input[type="radio"] + label span {
    background: #EAEAEA;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: -1px 4px 0 0;
    width: 15px;
    vertical-align: middle; }
  /* line 647, ../sass/style.scss */
  input[type="checkbox"]:checked + label span:after, input[type="radio"]:checked + label span:after {
    color: #5d5d5d;
    content: "\f00c";
    line-height: 15px;
    width: 15px;
    height: 15px;
    margin: 1px 0 0 1px;
    position: absolute;
    text-align: left;
    font-size: 18px; }

/* line 661, ../sass/style.scss */
input[type="radio"] + label span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
/* line 664, ../sass/style.scss */
input[type="radio"]:checked + label span:after {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 1px 1px #000;
  -moz-box-shadow: 0 0 1px 1px #000;
  box-shadow: 0 0 1px 1px #000;
  background-color: #5d5d5d;
  content: "";
  height: 5px;
  margin-left: 5px;
  margin-top: 5px;
  width: 5px; }

/* line 676, ../sass/style.scss */
.btn, input.btn {
  background: #ea3126;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  padding: 10px 40px;
  text-transform: uppercase; }
  /* line 684, ../sass/style.scss */
  .btn.btn-small, input.btn.btn-small {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 28px; }
  /* line 689, ../sass/style.scss */
  .btn.btn-mobile-full, input.btn.btn-mobile-full {
    display: block;
    margin: 0 auto;
    max-width: 320px;
    width: 100%; }
  /* line 695, ../sass/style.scss */
  .btn.btn-grey, input.btn.btn-grey {
    background-color: #b3b3b3; }
  /* line 698, ../sass/style.scss */
  .btn.arrowed, input.btn.arrowed {
    padding-right: 22px; }
    /* line 700, ../sass/style.scss */
    .btn.arrowed .fa, input.btn.arrowed .fa {
      padding-left: 5px; }
  /* line 704, ../sass/style.scss */
  .btn.btn-full, input.btn.btn-full {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%; }
  /* line 711, ../sass/style.scss */
  .no-touch .btn:hover, .no-touch input.btn:hover {
    text-decoration: none; }

/* Forms Special */
/* line 717, ../sass/style.scss */
.thank-you {
  background: #000;
  display: block;
  text-align: center; }

/* Forms */
/* line 724, ../sass/style.scss */
form.newsletter {
  background: #fff;
  height: 32px;
  margin: 0 auto;
  width: 270px; }
  /* line 729, ../sass/style.scss */
  form.newsletter input {
    border: 0 none;
    height: 32px; }
    /* line 732, ../sass/style.scss */
    form.newsletter input[type=submit] {
      background: #0069aa;
      color: #fff;
      cursor: pointer;
      float: right;
      width: 32px; }
    /* line 739, ../sass/style.scss */
    form.newsletter input[type=text] {
      width: 190px;
      width: calc(100% - 43px); }
  /* line 744, ../sass/style.scss */
  form.newsletter fieldset {
    margin: 0;
    padding: 0; }

/* line 750, ../sass/style.scss */
form.newsletter-page {
  height: 32px;
  margin: 0 auto;
  width: 357px; }
  /* line 754, ../sass/style.scss */
  form.newsletter-page .btn {
    float: right; }
  /* line 757, ../sass/style.scss */
  form.newsletter-page input[type=text] {
    background: #fff;
    border: 1px solid #303030;
    float: left;
    height: 30px;
    width: 210px; }
  /* line 764, ../sass/style.scss */
  form.newsletter-page fieldset {
    border: 0 none;
    margin: 0;
    padding: 0; }

/* line 772, ../sass/style.scss */
form.form-blocks fieldset {
  display: block;
  font-size: 14px;
  padding-bottom: 10px; }
  /* line 776, ../sass/style.scss */
  form.form-blocks fieldset a {
    color: #303030;
    text-decoration: underline; }
  /* line 780, ../sass/style.scss */
  form.form-blocks fieldset input[type=text], form.form-blocks fieldset input[type=email], form.form-blocks fieldset textarea {
    background-color: #F7F7F7;
    border: solid 1px #c2c2c2;
    display: block;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box; }
  /* line 788, ../sass/style.scss */
  form.form-blocks fieldset label + input[type=text], form.form-blocks fieldset label + input[type=email], form.form-blocks fieldset label + textarea {
    margin-top: 0px; }
  /* line 791, ../sass/style.scss */
  form.form-blocks fieldset textarea {
    box-sizing: border-box;
    height: 200px; }
  /* line 796, ../sass/style.scss */
  form.form-blocks fieldset input[type="checkbox"] + label span, form.form-blocks fieldset input[type="radio"] + label span {
    background-color: #F7F7F7;
    border: solid 1px #c2c2c2; }
  /* line 802, ../sass/style.scss */
  form.form-blocks fieldset.labelleft .chkleft {
    float: left;
    width: 25px; }
  /* line 806, ../sass/style.scss */
  form.form-blocks fieldset.labelleft .lblleft {
    display: block;
    overflow: auto; }

/* line 814, ../sass/style.scss */
.searchbox {
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  height: 0;
  overflow: hidden;
  max-width: 340px;
  position: absolute;
  top: 26px;
  width: 100%;
  z-index: 500; }
  /* line 823, ../sass/style.scss */
  .searchbox.active {
    height: 40px; }
  /* line 826, ../sass/style.scss */
  .searchbox form {
    background: #E9E9E9;
    border: 1px solid #c2c2c2;
    padding: 5px 10px; }
  /* line 831, ../sass/style.scss */
  .searchbox .btn-small, .searchbox input.btn-small {
    color: #fff;
    padding: 2px 18px;
    width: 65px; }
  /* line 836, ../sass/style.scss */
  .searchbox input.btn-small {
    width: 100px; }
  /* line 839, ../sass/style.scss */
  .searchbox input[type=text], .searchbox input[type=search] {
    background-color: #fff;
    height: 23px;
    width: 200px;
    width: calc(100% - 115px); }
  /* line 845, ../sass/style.scss */
  .mobile .searchbox {
    background: #003d65;
    max-width: 800px;
    position: fixed;
    top: 50px;
    width: 100%; }
    /* line 851, ../sass/style.scss */
    .mobile .searchbox form {
      background: #003d65;
      border: 0 none;
      margin: 0 auto;
      padding-top: 7px;
      text-align: center; }
      /* line 857, ../sass/style.scss */
      .mobile .searchbox form .btn-small, .mobile .searchbox form input.btn-small {
        padding: 2px 15px; }

/* Grid Container */
/* line 865, ../sass/style.scss */
.aligned-grid.grid-2columns > .grid-item, .aligned-grid.grid-2columnsby3 > .grid-item, .aligned-grid.grid-3columns > .grid-item, .aligned-grid.grid-4columns > .grid-item, .aligned-grid.grid-howtoArticle > .grid-item, .aligned-grid.grid-howtoArticle:nth-of-type(odd) > .grid-item, .aligned-grid.grid-howtoArticle:nth-of-type(even) > .grid-item {
  padding-left: 10px;
  padding-right: 10px; }

/* line 870, ../sass/style.scss */
.aligned-grid {
  overflow: hidden;
  display: block;
  padding-bottom: 20px;
  width: 100%; }
  /* line 875, ../sass/style.scss */
  .form-blocks .aligned-grid {
    padding-bottom: 0; }
  /* line 878, ../sass/style.scss */
  .nav-footer .aligned-grid {
    padding-bottom: 0;
    padding-left: 0; }
  /* line 882, ../sass/style.scss */
  .aligned-grid .grid-item {
    box-sizing: border-box;
    float: left;
    height: auto; }
    /* line 886, ../sass/style.scss */
    .aligned-grid .grid-item.right {
      float: right; }
  /* line 891, ../sass/style.scss */
  .aligned-grid.article-wrap > .grid-item {
    padding: 0 20px; }
  /* line 895, ../sass/style.scss */
  .aligned-grid > .full-img {
    clear: both;
    height: 200px;
    width: 100%; }
    /* line 899, ../sass/style.scss */
    .aligned-grid > .full-img img {
      width: 100%; }
      /* line 901, ../sass/style.scss */
      .aligned-grid > .full-img img.wide {
        height: 100%;
        min-width: 0; }
      /* line 905, ../sass/style.scss */
      .aligned-grid > .full-img img.tall {
        width: 100%;
        min-height: 0; }
  /* line 911, ../sass/style.scss */
  .aligned-grid.nobottom {
    padding-bottom: 0; }
  /* line 915, ../sass/style.scss */
  .aligned-grid.bordered > .grid-item {
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9; }
    /* line 918, ../sass/style.scss */
    .aligned-grid.bordered > .grid-item:only-child {
      border-right: 0 none;
      border-bottom: 0 none; }
  /* line 924, ../sass/style.scss */
  .aligned-grid.bordered.grid-2columns > .grid-item {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto; }
    /* line 929, ../sass/style.scss */
    .aligned-grid.bordered.grid-2columns > .grid-item:nth-of-type(odd) .product-thumb-text {
      padding-right: 50px; }
    /* line 933, ../sass/style.scss */
    .aligned-grid.bordered.grid-2columns > .grid-item:nth-of-type(even) {
      border-right: 0 none; }
      /* line 935, ../sass/style.scss */
      .aligned-grid.bordered.grid-2columns > .grid-item:nth-of-type(even) .product-thumb-text {
        padding-left: 50px; }
    /* line 939, ../sass/style.scss */
    .aligned-grid.bordered.grid-2columns > .grid-item:nth-last-child(2), .aligned-grid.bordered.grid-2columns > .grid-item:last-child {
      border-bottom: 0 none; }
  /* line 944, ../sass/style.scss */
  .aligned-grid.bordered.grid-2columns.grid-item-1last > .grid-item:nth-last-child(2) {
    border-bottom: 1px solid #E9E9E9; }
  /* line 950, ../sass/style.scss */
  .aligned-grid.bordered.grid-3columns > .grid-item {
    padding-top: 50px;
    padding-bottom: 50px; }
    /* line 953, ../sass/style.scss */
    .aligned-grid.bordered.grid-3columns > .grid-item:nth-of-type(3n+3) {
      border-right: 0 none; }
    /* line 956, ../sass/style.scss */
    .aligned-grid.bordered.grid-3columns > .grid-item:nth-last-child(3), .aligned-grid.bordered.grid-3columns > .grid-item:nth-last-child(2), .aligned-grid.bordered.grid-3columns > .grid-item:last-child {
      border-bottom: 0 none; }
  /* line 961, ../sass/style.scss */
  .aligned-grid.bordered.grid-3columns.grid-item-2last > .grid-item:nth-last-child(3) {
    border-bottom: 1px solid #E9E9E9; }
  /* line 966, ../sass/style.scss */
  .aligned-grid.bordered.grid-3columns.grid-item-1last > .grid-item:nth-last-child(3), .aligned-grid.bordered.grid-3columns.grid-item-1last > .grid-item:nth-last-child(2) {
    border-bottom: 1px solid #E9E9E9; }
  /* line 973, ../sass/style.scss */
  .aligned-grid.grid-3columns-arrow > h2 {
    text-align: center; }
  /* line 976, ../sass/style.scss */
  .aligned-grid.grid-3columns-arrow > .grid-item {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
    width: 42%; }
  /* line 982, ../sass/style.scss */
  .aligned-grid.grid-3columns-arrow > .grid-item.arrow {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    width: 14%; }
    /* line 987, ../sass/style.scss */
    .aligned-grid.grid-3columns-arrow > .grid-item.arrow.sprite-arrow {
      margin-top: 150px;
      margin-left: 2%;
      height: 41px;
      background-position: -41px 0; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        /* line 987, ../sass/style.scss */
        .aligned-grid.grid-3columns-arrow > .grid-item.arrow.sprite-arrow {
          background-image: url("../images/arrow2x.png");
          background-size: 157px 66px; } }
  /* line 998, ../sass/style.scss */
  .aligned-grid.multi > .grid-item {
    padding-bottom: 20px; }
  /* line 1003, ../sass/style.scss */
  .aligned-grid.flush > .grid-item {
    padding-left: 0px;
    padding-right: 0px; }
  /* line 1008, ../sass/style.scss */
  .aligned-grid.grid-1column > .grid-item {
    width: 100%; }
  /* line 1012, ../sass/style.scss */
  .aligned-grid.grid-2columns > .grid-item {
    width: 50%; }
    /* line 1015, ../sass/style.scss */
    .aligned-grid.grid-2columns > .grid-item:nth-of-type(odd) {
      clear: left;
      padding-left: 0px; }
    /* line 1019, ../sass/style.scss */
    .aligned-grid.grid-2columns > .grid-item:nth-of-type(even) {
      padding-right: 0px;
      float: right; }
    /* line 1023, ../sass/style.scss */
    .aligned-grid.grid-2columns > .grid-item:only-child {
      float: none;
      margin: 0 auto; }
  /* line 1029, ../sass/style.scss */
  .aligned-grid.grid-2columns.bordered > .grid-item:nth-child(1), .aligned-grid.grid-2columns.bordered > .grid-item:nth-child(2) {
    border-top: 0 none; }
  /* line 1032, ../sass/style.scss */
  .aligned-grid.grid-2columns.bordered > .grid-item:nth-of-type(odd) {
    border-left: 0 none; }
  /* line 1037, ../sass/style.scss */
  .aligned-grid.grid-2columns.tight > .grid-item {
    padding-left: 1px;
    padding-right: 1px; }
    /* line 1040, ../sass/style.scss */
    .aligned-grid.grid-2columns.tight > .grid-item:nth-of-type(odd) {
      padding-left: 0px;
      padding-right: 1px; }
    /* line 1044, ../sass/style.scss */
    .aligned-grid.grid-2columns.tight > .grid-item:nth-of-type(even) {
      padding-left: 1px;
      padding-right: 0px; }
  /* line 1051, ../sass/style.scss */
  .aligned-grid.grid-2columns.wider > .grid-item {
    padding-left: 30px;
    padding-right: 30px; }
    /* line 1054, ../sass/style.scss */
    .aligned-grid.grid-2columns.wider > .grid-item:nth-of-type(odd) {
      padding-left: 0px; }
    /* line 1057, ../sass/style.scss */
    .aligned-grid.grid-2columns.wider > .grid-item:nth-of-type(even) {
      padding-right: 0px; }
  /* line 1066, ../sass/style.scss */
  .aligned-grid.grid-2columnsby3 > .grid-item:nth-of-type(odd) {
    clear: left;
    padding-left: 0px; }
  /* line 1070, ../sass/style.scss */
  .aligned-grid.grid-2columnsby3 > .grid-item:nth-of-type(even) {
    padding-right: 0px;
    float: right; }
  /* line 1074, ../sass/style.scss */
  .aligned-grid.grid-2columnsby3 > .grid-item.grid-item-1 {
    width: 33.3333333%; }
    /* line 1076, ../sass/style.scss */
    .aligned-grid.grid-2columnsby3 > .grid-item.grid-item-1 .imgbox {
      display: block; }
      /* line 1078, ../sass/style.scss */
      .aligned-grid.grid-2columnsby3 > .grid-item.grid-item-1 .imgbox.box-1 {
        height: 180px; }
      /* line 1081, ../sass/style.scss */
      .aligned-grid.grid-2columnsby3 > .grid-item.grid-item-1 .imgbox.box-2 {
        height: 120px; }
      /* line 1084, ../sass/style.scss */
      .aligned-grid.grid-2columnsby3 > .grid-item.grid-item-1 .imgbox:first-child {
        margin-bottom: 20px; }
  /* line 1089, ../sass/style.scss */
  .aligned-grid.grid-2columnsby3 > .grid-item.grid-item-2 {
    width: 66.6666666%; }
    /* line 1091, ../sass/style.scss */
    .aligned-grid.grid-2columnsby3 > .grid-item.grid-item-2 .imgbox {
      display: block;
      height: 320px; }
  /* line 1098, ../sass/style.scss */
  .aligned-grid.grid-2columnsby3.tight > .grid-item {
    padding: 0; }
    /* line 1100, ../sass/style.scss */
    .aligned-grid.grid-2columnsby3.tight > .grid-item:nth-of-type(odd) {
      padding-left: 0px;
      padding-right: 1px; }
    /* line 1104, ../sass/style.scss */
    .aligned-grid.grid-2columnsby3.tight > .grid-item:nth-of-type(even) {
      padding-left: 1px;
      padding-right: 0px; }
  /* line 1112, ../sass/style.scss */
  .aligned-grid.grid-3columns > .grid-item {
    width: 33.3333333%; }
    /* line 1116, ../sass/style.scss */
    .aligned-grid.grid-3columns > .grid-item:nth-of-type(3n+1) {
      clear: left;
      padding-left: 0; }
    /* line 1120, ../sass/style.scss */
    .aligned-grid.grid-3columns > .grid-item:nth-of-type(3n+2) {
      padding-left: 5px;
      padding-right: 5px; }
    /* line 1124, ../sass/style.scss */
    .aligned-grid.grid-3columns > .grid-item:nth-of-type(3n+3) {
      padding-right: 0; }
  /* line 1130, ../sass/style.scss */
  .aligned-grid.grid-3columns.bordered > .grid-item:nth-child(1), .aligned-grid.grid-3columns.bordered > .grid-item:nth-child(2), .aligned-grid.grid-3columns.bordered > .grid-item:nth-child(3) {
    border-top: 0 none; }
  /* line 1133, ../sass/style.scss */
  .aligned-grid.grid-3columns.bordered > .grid-item :nth-of-type(3n+1) {
    border-left: 0 none; }
  /* line 1139, ../sass/style.scss */
  .aligned-grid.grid-3columns.tight > .grid-item {
    padding: 0; }
    /* line 1141, ../sass/style.scss */
    .aligned-grid.grid-3columns.tight > .grid-item:nth-of-type(3n+1) {
      padding-left: 0px;
      padding-right: 1px; }
    /* line 1145, ../sass/style.scss */
    .aligned-grid.grid-3columns.tight > .grid-item:nth-of-type(3n+3) {
      padding-left: 1px;
      padding-right: 0px; }
  /* line 1153, ../sass/style.scss */
  .aligned-grid.grid-4columns > .grid-item {
    width: 20%; }
    /* line 1157, ../sass/style.scss */
    .aligned-grid.grid-4columns > .grid-item:nth-of-type(4n+1) {
      clear: none; }
  /* line 1162, ../sass/style.scss */
  .aligned-grid.grid-4columns.alter-responsive-grid > .grid-item {
    padding: 0 5px; }
    /* line 1164, ../sass/style.scss */
    .aligned-grid.grid-4columns.alter-responsive-grid > .grid-item:nth-of-type(4n+1) {
      clear: none; }
  /* line 1171, ../sass/style.scss */
  .aligned-grid.grid-5columns > .grid-item {
    padding: 0 5px;
    width: 20%; }
  /* line 1177, ../sass/style.scss */
  .aligned-grid.border-top {
    border-top: 1px solid #E9E9E9;
    margin-top: 30px;
    padding-top: 60px; }
  /* line 1185, ../sass/style.scss */
  .aligned-grid.grid-howtoArticle > .grid-item.grid-item-1 {
    width: 33.3333333%; }
  /* line 1188, ../sass/style.scss */
  .aligned-grid.grid-howtoArticle > .grid-item.grid-item-2 {
    width: 66.6666666%; }
  /* line 1195, ../sass/style.scss */
  .aligned-grid.grid-howtoArticle:nth-of-type(odd) > .grid-item:nth-of-type(odd) {
    float: left;
    padding-left: 0px; }
  /* line 1199, ../sass/style.scss */
  .aligned-grid.grid-howtoArticle:nth-of-type(odd) > .grid-item:nth-of-type(even) {
    padding-right: 0px;
    float: right; }
  /* line 1208, ../sass/style.scss */
  .aligned-grid.grid-howtoArticle:nth-of-type(even) > .grid-item:nth-of-type(even) {
    clear: left;
    padding-left: 0px; }
  /* line 1212, ../sass/style.scss */
  .aligned-grid.grid-howtoArticle:nth-of-type(even) > .grid-item:nth-of-type(odd) {
    padding-right: 0px;
    float: right; }

/* Line Divider */
/* line 1222, ../sass/style.scss */
.line {
  background: url(../images/border-shape-light-blue.png) repeat-x center center;
  height: 40px;
  margin: 10px 0;
  position: relative;
  width: 100%; }

/* line 1229, ../sass/style.scss */
.line2 {
  border-top: 1px solid #D5DDDF;
  height: 20px;
  margin: 30px 0 35px 0;
  position: relative;
  width: 100%; }

/* Title */
/* line 1238, ../sass/style.scss */
.title-area {
  margin: 0 auto;
  max-width: 800px;
  padding: 10px 0 0 0;
  position: relative;
  z-index: 200; }
  /* line 1244, ../sass/style.scss */
  .title-area h1 {
    color: #303030;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px; }
    /* line 1249, ../sass/style.scss */
    .title-area h1:last-child {
      margin-bottom: 0;
      padding-bottom: 5px; }
  /* line 1254, ../sass/style.scss */
  .title-area p {
    color: #b3b3b3;
    line-height: 1; }
    /* line 1257, ../sass/style.scss */
    .title-area p:last-child {
      padding-bottom: 20px; }

/* line 1263, ../sass/style.scss */
.article-tighten {
  width: 80%; }

/* Mobile Menu Classes */
/* line 1268, ../sass/style.scss */
.mobile, .mobile.fa {
  display: none; }

/* line 1272, ../sass/style.scss */
.mobile-background {
  display: none; }

/* line 1276, ../sass/style.scss */
.viewport {
  position: relative;
  width: 100%;
  z-index: 100; }

/* line 1281, ../sass/style.scss */
.mobilelogo {
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: block;
  height: 50px;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 400; }
  /* line 1291, ../sass/style.scss */
  .mobilelogo img {
    height: 42px;
    margin-top: 4px; }

/* line 1296, ../sass/style.scss */
.burger, .mobilesearch {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: #0069aa;
  cursor: pointer;
  height: 50px;
  position: fixed;
  top: 0px;
  width: 50px;
  z-index: 401; }

/* line 1306, ../sass/style.scss */
.mobilesearch {
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  right: 0px; }

/* line 1314, ../sass/style.scss */
.burger {
  border-right: 1px solid #fff;
  left: 0px; }
  /* line 1317, ../sass/style.scss */
  .burger i {
    left: 11px;
    position: relative;
    top: 24px; }
    /* line 1321, ../sass/style.scss */
    body.showMenu .burger i {
      background: transparent;
      left: 15px; }
    /* line 1325, ../sass/style.scss */
    .burger i:before {
      top: 8px; }
      /* line 1327, ../sass/style.scss */
      body.showMenu .burger i:before {
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translateY(2px);
        -moz-transform: rotate3d(0, 0, 1, -45deg) translateY(2px);
        -ms-transform: rotate3d(0, 0, 1, -45deg) translateY(2px);
        transform: rotate3d(0, 0, 1, -45deg) translateY(2px); }
    /* line 1331, ../sass/style.scss */
    .burger i:after {
      top: -8px; }
      /* line 1333, ../sass/style.scss */
      body.showMenu .burger i:after {
        -webkit-transform: rotate3d(0, 0, 1, 45deg) translateY(-2px);
        -moz-transform: rotate3d(0, 0, 1, 45deg) translateY(-2px);
        -ms-transform: rotate3d(0, 0, 1, 45deg) translateY(-2px);
        transform: rotate3d(0, 0, 1, 45deg) translateY(-2px); }
    /* line 1337, ../sass/style.scss */
    .burger i:before, .burger i:after {
      content: '';
      position: absolute;
      -webkit-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      transition: top 0.3s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, transform 0.3s ease; }
    /* line 1345, ../sass/style.scss */
    .burger i, .burger i:before, .burger i:after {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background: #F7F7F7;
      display: block;
      height: 3px;
      width: 28px; }

/* Square blocks */
/* line 1357, ../sass/style.scss */
.square-container {
  box-sizing: border-box;
  height: 185px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  /* line 1363, ../sass/style.scss */
  .square-container p {
    padding-bottom: 5px; }
  /* line 1366, ../sass/style.scss */
  .square-container .content-wrap {
    box-sizing: border-box;
    display: table;
    height: 185px;
    position: relative;
    text-align: center;
    width: 100%; }
    /* line 1373, ../sass/style.scss */
    .square-container .content-wrap .content {
      display: table-cell;
      padding: 5px;
      position: relative;
      vertical-align: middle;
      z-index: 100; }
  /* line 1381, ../sass/style.scss */
  .square-container .background-img {
    background-size: cover; }
  /* line 1384, ../sass/style.scss */
  .square-container .square {
    background-color: #003d65;
    background-size: cover;
    height: 185px;
    position: absolute;
    top: 0;
    width: 185px; }
    /* line 1391, ../sass/style.scss */
    .square-container .square.main {
      background-color: #0069aa; }
    /* line 1394, ../sass/style.scss */
    .square-container .square:before {
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      background: #0069aa;
      content: "";
      height: 50px;
      margin-top: -25px;
      position: absolute;
      top: 50%;
      width: 50px; }
    /* line 1404, ../sass/style.scss */
    .square-container .square .content-wrap {
      background-color: #0069aa;
      width: 185px; }
  /* line 1410, ../sass/style.scss */
  .square-container.square-left {
    padding-left: 184px; }
    /* line 1412, ../sass/style.scss */
    .square-container.square-left .square {
      left: 0px; }
      /* line 1414, ../sass/style.scss */
      .square-container.square-left .square:before {
        left: 80%; }
    /* line 1419, ../sass/style.scss */
    .square-container.square-left.square-alt .square:before {
      left: 90%; }
  /* line 1424, ../sass/style.scss */
  .square-container.square-right {
    padding-right: 184px; }
    /* line 1426, ../sass/style.scss */
    .square-container.square-right .square {
      right: 0px; }
      /* line 1428, ../sass/style.scss */
      .square-container.square-right .square:before {
        right: 80%; }
    /* line 1433, ../sass/style.scss */
    .square-container.square-right.square-alt .square:before {
      right: 90%; }
  /* line 1438, ../sass/style.scss */
  .square-container.square-small {
    height: 120px; }
    /* line 1440, ../sass/style.scss */
    .square-container.square-small .content-wrap {
      height: 120px; }
    /* line 1443, ../sass/style.scss */
    .square-container.square-small .square {
      height: 120px;
      width: 120px; }
      /* line 1446, ../sass/style.scss */
      .square-container.square-small .square:before {
        margin-top: -20px;
        height: 40px;
        width: 40px; }
      /* line 1451, ../sass/style.scss */
      .square-container.square-small .square .content-wrap {
        width: 120px; }
    /* line 1455, ../sass/style.scss */
    .square-container.square-small.square-left {
      padding-left: 119px; }
    /* line 1458, ../sass/style.scss */
    .square-container.square-small.square-right {
      padding-right: 119px; }
  /* line 1463, ../sass/style.scss */
  .square-container.timber {
    width: 40%;
    float: left; }

/* Background blocks */
/* line 1470, ../sass/style.scss */
.background {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  /* line 1476, ../sass/style.scss */
  .background.top {
    margin-bottom: 2px; }
  /* line 1479, ../sass/style.scss */
  .background.bottom {
    margin-top: 2px; }
  /* line 1482, ../sass/style.scss */
  .background.full-height-textbox {
    height: 322px; }
  /* line 1485, ../sass/style.scss */
  .background img {
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
    /* line 1494, ../sass/style.scss */
    .background img.wide {
      height: 100%;
      min-width: 0; }
    /* line 1498, ../sass/style.scss */
    .background img.tall {
      width: 100%;
      min-height: 0; }
  /* line 1504, ../sass/style.scss */
  .background.timber {
    width: 60%;
    height: 120px; }

/* line 1509, ../sass/style.scss */
.imgbox {
  overflow: hidden;
  position: relative;
  width: 100%; }
  /* line 1513, ../sass/style.scss */
  .imgbox.top {
    margin-bottom: 2px; }
  /* line 1516, ../sass/style.scss */
  .imgbox.bottom {
    margin-top: 2px; }
  /* line 1519, ../sass/style.scss */
  .imgbox img {
    bottom: 0;
    min-height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%; }
    /* line 1528, ../sass/style.scss */
    .imgbox img.wide {
      height: 100%;
      min-width: 0; }
    /* line 1532, ../sass/style.scss */
    .imgbox img.tall {
      width: 100%;
      min-height: 0; }

/* line 1538, ../sass/style.scss */
.fake-background {
  padding: 20px; }

/* line 1541, ../sass/style.scss */
.rebate-title {
  margin-bottom: 2px;
  padding: 17px 10px; }

/* Rebate */
/* line 1548, ../sass/style.scss */
.rebate-block h4 {
  padding-bottom: 0px;
  padding-top: 8px; }
/* line 1552, ../sass/style.scss */
.rebate-block p {
  padding-bottom: 8px;
  padding-top: 3px; }
/* line 1556, ../sass/style.scss */
.rebate-block a {
  display: block;
  text-decoration: none; }
  /* line 1558, ../sass/style.scss */
  .no-touch .rebate-block a:hover {
    text-decoration: underline; }
/* line 1562, ../sass/style.scss */
.rebate-block .h2 {
  font-weight: bold; }
/* line 1566, ../sass/style.scss */
.rebate-block.category-block .inner {
  height: 120px;
  width: 100%; }
  /* line 1569, ../sass/style.scss */
  .rebate-block.category-block .inner .center-in {
    padding: 0 10px; }
/* line 1573, ../sass/style.scss */
.rebate-block.category-block .no-touch a:hover {
  text-decoration: none; }

/* Navigations */
/* line 1580, ../sass/style.scss */
.nav-header {
  background: #fff;
  padding-top: 26px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000; }
  /* line 1588, ../sass/style.scss */
  .nav-header abbr[title] {
    border-bottom: 0 none; }
  /* line 1591, ../sass/style.scss */
  .nav-header ul {
    padding-bottom: 0; }

/* line 1596, ../sass/style.scss */
.upper-nav {
  color: #5d5d5d;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  /* line 1603, ../sass/style.scss */
  .upper-nav .navwrap {
    position: relative; }
  /* line 1606, ../sass/style.scss */
  .upper-nav a {
    color: #5d5d5d;
    text-transform: uppercase; }
    /* line 1609, ../sass/style.scss */
    .upper-nav a:hover {
      text-decoration: none;
      color: #b3b3b3; }
  /* line 1614, ../sass/style.scss */
  .upper-nav li {
    list-style-type: none; }
    /* line 1616, ../sass/style.scss */
    .upper-nav li .sharethis {
      background-image: none;
      color: #5d5d5d;
      font-family: "GillSans", Arial, Helvetica, Sans-Serif;
      font-size: 12px;
      padding-left: 0; }
    /* line 1623, ../sass/style.scss */
    .upper-nav li .stButton {
      margin: 0 !important; }
  /* line 1627, ../sass/style.scss */
  .upper-nav .first {
    float: left;
    padding: 0; }
    /* line 1630, ../sass/style.scss */
    .upper-nav .first li {
      float: left;
      padding: 5px 0;
      padding-right: 30px; }
      /* line 1634, ../sass/style.scss */
      .upper-nav .first li.searchlink {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 10px;
        position: relative; }
        /* line 1641, ../sass/style.scss */
        .upper-nav .first li.searchlink.active {
          background: #EAEAEA;
          border-left-color: #c2c2c2;
          border-right-color: #c2c2c2; }
          /* line 1645, ../sass/style.scss */
          .upper-nav .first li.searchlink.active :after {
            background: #EAEAEA;
            bottom: -1px;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 510; }
  /* line 1659, ../sass/style.scss */
  .upper-nav .last {
    float: right;
    padding: 5px 0; }
    /* line 1662, ../sass/style.scss */
    .upper-nav .last li {
      float: left;
      padding-left: 10px; }
      /* line 1665, ../sass/style.scss */
      .upper-nav .last li.fa {
        font-size: 16px; }
      /* line 1668, ../sass/style.scss */
      .upper-nav .last li.facebook a {
        color: #3D5B97; }
      /* line 1669, ../sass/style.scss */
      .upper-nav .last li.twitter a {
        color: #00ADEC; }
      /* line 1670, ../sass/style.scss */
      .upper-nav .last li.youtube a {
        color: #CE201F; }
      /* line 1671, ../sass/style.scss */
      .upper-nav .last li.pinterest a {
        color: #CC2127; }
      /* line 1672, ../sass/style.scss */
      .upper-nav .last li.instagram a {
        color: #F06A2E; }

/* line 1677, ../sass/style.scss */
.main-nav .navwrap, .main-nav ul, .main-nav ul li a {
  display: table; }

/* line 1680, ../sass/style.scss */
.main-nav .logo, .main-nav .nav-list, .main-nav ul li, .main-nav ul li a span {
  display: table-cell; }

/* line 1684, ../sass/style.scss */
.main-nav {
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  position: relative;
  z-index: 500; }
  /* line 1689, ../sass/style.scss */
  .main-nav .navwrap {
    border-right: 1px solid #c2c2c2; }
  /* line 1693, ../sass/style.scss */
  .main-nav .logo {
    vertical-align: bottom; }
    /* line 1696, ../sass/style.scss */
    .main-nav .logo a {
      border-left: 1px solid #c2c2c2;
      display: block;
      height: 95px;
      position: relative;
      width: 235px; }
    /* line 1703, ../sass/style.scss */
    .main-nav .logo img {
      bottom: 0;
      display: block;
      left: 0;
      position: absolute; }
  /* line 1710, ../sass/style.scss */
  .main-nav .nav-list {
    vertical-align: bottom;
    width: 50%; }
    /* line 1714, ../sass/style.scss */
    .main-nav .nav-list > ul > li.active {
      background-color: #E9E9E9; }
  /* line 1718, ../sass/style.scss */
  .main-nav ul {
    padding-left: 0;
    width: 100%; }
    /* line 1722, ../sass/style.scss */
    .main-nav ul li {
      background: #fff;
      border-left: 1px solid #c2c2c2;
      vertical-align: middle; }
      /* line 1727, ../sass/style.scss */
      .main-nav ul li:first-child {
        padding: 0 10px; }
      /* line 1730, ../sass/style.scss */
      .main-nav ul li a {
        color: #5d5d5d;
        font-size: 14px;
        height: 95px;
        text-transform: uppercase;
        width: 100%; }
        /* line 1737, ../sass/style.scss */
        .no-touch .main-nav ul li a:hover {
          text-decoration: none;
          color: #b3b3b3; }
        /* line 1741, ../sass/style.scss */
        .main-nav ul li a.selected {
          background: #F7F7F7; }
        /* line 1744, ../sass/style.scss */
        .main-nav ul li a span {
          text-align: center;
          vertical-align: middle; }

/* Naivgation with menu */
/* line 1756, ../sass/style.scss */
li.hasmenu > a {
  position: relative; }
  /* line 1758, ../sass/style.scss */
  li.hasmenu > a:before {
    content: "";
    display: block;
    position: absolute; }
/* line 1764, ../sass/style.scss */
li.hasmenu i {
  display: none; }
/* line 1767, ../sass/style.scss */
li.hasmenu .submenu {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #fff;
  display: block;
  left: 0;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  text-align: right;
  top: 96px;
  width: 100%;
  z-index: 599; }
  /* line 1779, ../sass/style.scss */
  li.hasmenu .submenu li {
    display: inline-block;
    height: auto;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; }
    /* line 1785, ../sass/style.scss */
    li.hasmenu .submenu li:last-child {
      border-right: 1px solid #c2c2c2; }
    /* line 1788, ../sass/style.scss */
    li.hasmenu .submenu li a {
      height: auto; }
  /* line 1792, ../sass/style.scss */
  li.hasmenu .submenu .btn {
    color: #fff;
    height: auto;
    left: 780px;
    position: absolute;
    top: 80px;
    white-space: nowrap;
    width: auto; }
    /* line 1800, ../sass/style.scss */
    li.hasmenu .submenu .btn p {
      font-size: 12px;
      font-size: .75rem;
      padding-bottom: 0; }
  /* line 1806, ../sass/style.scss */
  li.hasmenu .submenu .navwrap {
    border-right: 0 none;
    width: 100%; }
/* line 1811, ../sass/style.scss */
li.hasmenu .submenuContainer {
  padding: 15px 0; }
  /* line 1813, ../sass/style.scss */
  li.hasmenu .submenuContainer.submenuProduct {
    padding: 15px 3% 15px 3%;
    position: relative;
    width: 94%; }
    /* line 1817, ../sass/style.scss */
    li.hasmenu .submenuContainer.submenuProduct .product-list {
      border-left: 0;
      float: left;
      width: 750px; }
      /* line 1821, ../sass/style.scss */
      li.hasmenu .submenuContainer.submenuProduct .product-list li {
        border-left: 0;
        float: left;
        padding-right: 20px;
        width: 120px; }
        /* line 1826, ../sass/style.scss */
        li.hasmenu .submenuContainer.submenuProduct .product-list li:last-child {
          border-right: 0 none; }
  /* line 1832, ../sass/style.scss */
  li.hasmenu .submenuContainer.submenuList ul {
    float: right;
    width: auto; }
/* line 1838, ../sass/style.scss */
li.hasmenu.touchMenu > a:before {
  background: #FFF;
  bottom: -1px;
  height: 3px;
  left: 0;
  width: 100%;
  z-index: 700; }
/* line 1847, ../sass/style.scss */
li.hasmenu.touchMenu.active > a:before {
  background-color: #E9E9E9; }
/* line 1852, ../sass/style.scss */
li.hasmenu.touchMenu:first-child > a:before {
  left: -10px;
  padding: 0 10px; }
/* line 1857, ../sass/style.scss */
li.hasmenu.touchMenu .submenu {
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #c2c2c2;
  display: block;
  max-height: 250px;
  z-index: 600; }

/* Breadcrumbs */
/* line 1868, ../sass/style.scss */
.breadcrumbs {
  color: #b3b3b3;
  font-family: "GillSansLite", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  list-style-type: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase; }
  /* line 1876, ../sass/style.scss */
  .breadcrumbs a, .breadcrumbs .name {
    color: #b3b3b3; }
    /* line 1878, ../sass/style.scss */
    .breadcrumbs a:before, .breadcrumbs .name:before {
      content: ">";
      display: inline-block;
      padding: 0 4px; }
  /* line 1884, ../sass/style.scss */
  .breadcrumbs li {
    display: inline-block; }
    /* line 1887, ../sass/style.scss */
    .breadcrumbs li:first-child a:before {
      content: normal; }

/** Footer **/
/* line 1896, ../sass/style.scss */
footer .seal {
  background: #00285d;
  height: 70px;
  position: relative; }
  /* line 1900, ../sass/style.scss */
  footer .seal img {
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
    background: #00285d;
    height: 100px;
    left: 50%;
    margin-left: -63px;
    padding: 13px 11px;
    position: absolute;
    top: -40px;
    width: 104px;
    z-index: 300; }
/* line 1913, ../sass/style.scss */
footer .nav-footer {
  background: #0069aa; }
  /* line 1915, ../sass/style.scss */
  footer .nav-footer a {
    display: block;
    line-height: 20px;
    padding: 31px 0;
    text-align: center;
    text-transform: uppercase; }
/* line 1923, ../sass/style.scss */
footer .social {
  background: #E9E9E9;
  height: 80px;
  padding: 50px 0; }
  /* line 1927, ../sass/style.scss */
  footer .social h5 {
    padding-bottom: 20px;
    text-align: center; }
  /* line 1932, ../sass/style.scss */
  footer .social .logo img {
    width: auto; }
  /* line 1936, ../sass/style.scss */
  footer .social .foot-news {
    float: right; }
  /* line 1939, ../sass/style.scss */
  footer .social input[type=text] {
    background-color: #fff; }

/* Social icons */
/* line 1946, ../sass/style.scss */
.socials {
  display: block !important;
  list-style-type: none;
  margin: 0 auto;
  padding-left: 0;
  max-width: 500px; }
  /* line 1953, ../sass/style.scss */
  .socials li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 30px; }
    /* line 1963, ../sass/style.scss */
    .social-footer .socials li a {
      font-size: 20px;
      height: 36px;
      line-height: 36px;
      width: 36px; }
  /* line 1970, ../sass/style.scss */
  .socials li.facebook a {
    background: #3D5B97; }
  /* line 1973, ../sass/style.scss */
  .socials li.twitter a {
    background: #00ADEC; }
  /* line 1976, ../sass/style.scss */
  .socials li.youtube a {
    background: #CE201F; }
  /* line 1979, ../sass/style.scss */
  .socials li.pinterest a {
    background: #CC2127; }
  /* line 1982, ../sass/style.scss */
  .socials li.instagram a {
    background: #F06A2E; }
  /* line 1986, ../sass/style.scss */
  .contact-footer .socials {
    margin: 0 !important; }
    /* line 1988, ../sass/style.scss */
    .contact-footer .socials li {
      padding-left: 0 !important; }
      /* line 1990, ../sass/style.scss */
      .contact-footer .socials li a {
        margin: 0; }

/* line 1997, ../sass/style.scss */
.copy-footer {
  background: #0069aa;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  padding: 27px 0; }
  /* line 2003, ../sass/style.scss */
  .copy-footer ul {
    display: block;
    float: left;
    list-style-type: none;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 12px; }
    /* line 2010, ../sass/style.scss */
    .copy-footer ul li {
      border-left: 1px solid #fff;
      float: left;
      font-size: 12px;
      line-height: 10px;
      padding: 0 10px; }
      /* line 2016, ../sass/style.scss */
      .copy-footer ul li:first-child {
        border-left: 0;
        padding-left: 0; }
      /* line 2020, ../sass/style.scss */
      .copy-footer ul li:last-child {
        padding-right: 0; }
  /* line 2025, ../sass/style.scss */
  .copy-footer .copyright {
    float: left; }

/* Homepage */
/* line 2031, ../sass/style.scss */
.home-page {
  padding: 50px 0; }

/* line 2034, ../sass/style.scss */
.homelinks {
  padding-bottom: 100px; }

/* Product Carousel */
/* line 2039, ../sass/style.scss */
.product-thumb {
  color: #303030;
  display: block;
  text-align: center; }
  /* line 2043, ../sass/style.scss */
  .no-touch .product-thumb:hover {
    text-decoration: none; }
  /* line 2046, ../sass/style.scss */
  .product-thumb img {
    padding-top: 20px;
    max-width: 125px;
    max-height: 125px; }
    /* line 2050, ../sass/style.scss */
    .submenu .product-thumb img {
      height: 120px;
      width: auto; }
  /* line 2055, ../sass/style.scss */
  .product-thumb p {
    padding-bottom: 10px; }

/* line 2060, ../sass/style.scss */
.product-carousel {
  margin: 0 auto;
  max-width: 875px;
  padding: 0 20px; }

/* line 2066, ../sass/style.scss */
.product-thumb-text {
  display: block;
  text-align: left; }
  /* line 2069, ../sass/style.scss */
  .no-touch .product-thumb-text:hover {
    text-decoration: none; }
  /* line 2072, ../sass/style.scss */
  .product-thumb-text .text {
    overflow: auto;
    padding-right: 20px; }
    /* line 2075, ../sass/style.scss */
    .product-thumb-text .text .h3, .product-thumb-text .text .h2 {
      color: #303030;
      padding: 10px 0 5px 0; }
    /* line 2079, ../sass/style.scss */
    .product-thumb-text .text .h4 {
      color: #b3b3b3; }
  /* line 2083, ../sass/style.scss */
  .product-thumb-text .thumb {
    float: left;
    max-width: 150px;
    text-align: center;
    width: 50%; }
    /* line 2088, ../sass/style.scss */
    .product-thumb-text .thumb img {
      margin: 0 auto;
      width: 100%; }

/* Accordion */
/* line 2097, ../sass/style.scss */
.accordion .accordionlink {
  cursor: pointer;
  display: block;
  text-decoration: none; }
/* line 2102, ../sass/style.scss */
.accordion .accordioncontent {
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }
  /* line 2108, ../sass/style.scss */
  .accordion .accordioncontent .iframewrap iframe {
    display: none; }
  /* line 2111, ../sass/style.scss */
  .product-tabs .accordion .accordioncontent, .faq-tabs .accordion .accordioncontent {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: auto;
    left: 0;
    position: absolute;
    top: 0; }
    /* line 2118, ../sass/style.scss */
    .product-tabs .accordion .accordioncontent.show, .faq-tabs .accordion .accordioncontent.show {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      position: absolute; }
      /* line 2121, ../sass/style.scss */
      .product-tabs .accordion .accordioncontent.show .iframewrap iframe, .faq-tabs .accordion .accordioncontent.show .iframewrap iframe {
        display: block; }
/* line 2127, ../sass/style.scss */
.accordion .accordionholder {
  position: relative; }
/* line 2131, ../sass/style.scss */
.accordion.colorguide .accordionlink {
  -webkit-transition: background-position 0.5s ease;
  -moz-transition: background-position 0.5s ease;
  -ms-transition: background-position 0.5s ease;
  -o-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
  background: url(../images/border-shape-plus.png) repeat-x center top;
  height: 25px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  /* line 2138, ../sass/style.scss */
  .accordion.colorguide .accordionlink .colorclose {
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
    background: #fff url(../images/border-shape-close.png) repeat-x center top;
    color: #fff;
    cursor: pointer;
    height: 38px;
    padding-top: 22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 75px;
    width: 100%; }
  /* line 2151, ../sass/style.scss */
  .accordion.colorguide .accordionlink.active {
    height: 75px; }
    /* line 2153, ../sass/style.scss */
    .accordion.colorguide .accordionlink.active .colorclose {
      -webkit-transition: top 0.5s ease 0.5s;
      -moz-transition: top 0.5s ease 0.5s;
      -ms-transition: top 0.5s ease 0.5s;
      -o-transition: top 0.5s ease 0.5s;
      transition: top 0.5s ease 0.5s;
      top: 0px; }
/* line 2159, ../sass/style.scss */
.accordion.colorguide .accordioncontent {
  -webkit-transition: height 1s ease, background-position 0.5s ease;
  -moz-transition: height 1s ease, background-position 0.5s ease;
  -ms-transition: height 1s ease, background-position 0.5s ease;
  -o-transition: height 1s ease, background-position 0.5s ease;
  transition: height 1s ease, background-position 0.5s ease; }
  /* line 2161, ../sass/style.scss */
  .accordion.colorguide .accordioncontent > div {
    padding-bottom: 20px; }
/* line 2165, ../sass/style.scss */
.accordion.colorguide .productinfo {
  padding: 20px; }
  /* line 2167, ../sass/style.scss */
  .accordion.colorguide .productinfo .product {
    float: left;
    width: 86.95652%; }
    /* line 2170, ../sass/style.scss */
    .accordion.colorguide .productinfo .product img {
      float: left;
      margin-right: 20px;
      padding-bottom: 20px;
      width: 100px; }
    /* line 2176, ../sass/style.scss */
    .accordion.colorguide .productinfo .product p {
      padding-top: 20px; }
  /* line 2180, ../sass/style.scss */
  .accordion.colorguide .productinfo .location {
    float: right;
    text-align: right;
    width: 10.86957%; }

/* Core Owl Carousel CSS File v1.3.3 */
/* line 2191, ../sass/style.scss */
.owl-carousel {
  /* display none until init */
  display: none;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  /* line 2198, ../sass/style.scss */
  .owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: none;
    position: relative; }
    /* line 2204, ../sass/style.scss */
    .owl-carousel .owl-wrapper:after {
      clear: both;
      content: ".";
      display: block;
      line-height: 0;
      height: 0;
      visibility: hidden; }
  /* line 2213, ../sass/style.scss */
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    /* line 2217, ../sass/style.scss */
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      -moz-transition: height 500ms ease-in-out;
      -ms-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  /* line 2221, ../sass/style.scss */
  .owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    float: left; }
  /* line 2226, ../sass/style.scss */
  .owl-carousel .owl-controls {
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent; }
    /* line 2233, ../sass/style.scss */
    .owl-carousel .owl-controls .owl-page, .owl-carousel .owl-controls .owl-buttons div {
      cursor: pointer; }
  /* line 2237, ../sass/style.scss */
  .owl-carousel .owl-prev, .owl-carousel .owl-next {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    color: #b3b3b3;
    font-size: 48px;
    height: 160px;
    line-height: 160px;
    position: absolute;
    top: 0;
    width: 20px; }
    /* line 2247, ../sass/style.scss */
    .inspired-gallery .owl-carousel .owl-prev, .inspired-gallery .owl-carousel .owl-next {
      height: 50px;
      line-height: 50px;
      text-align: center;
      width: 50px; }
  /* line 2254, ../sass/style.scss */
  .owl-carousel .owl-prev {
    left: 0; }
  /* line 2257, ../sass/style.scss */
  .owl-carousel .owl-next {
    right: 0; }
  /* line 2261, ../sass/style.scss */
  .inspiredwrap .owl-carousel .owl-prev {
    left: -50px; }
  /* line 2264, ../sass/style.scss */
  .inspiredwrap .owl-carousel .owl-next {
    right: -50px; }

/* For titles or callouts with backgrounds */
/* line 2271, ../sass/style.scss */
.full-background {
  overflow: hidden;
  width: 100%;
  position: relative; }
  /* line 2275, ../sass/style.scss */
  .full-background .full-background-img {
    overflow: hidden;
    height: 400px;
    width: 100%;
    position: absolute; }
    /* line 2280, ../sass/style.scss */
    .full-background .full-background-img img {
      width: 1400px;
      position: absolute;
      left: 50%;
      margin-left: -700px; }
  /* line 2287, ../sass/style.scss */
  .full-background .full-background-content {
    font-size: 24px;
    height: 400px;
    padding-left: 30px;
    position: relative; }
  /* line 2293, ../sass/style.scss */
  .full-background .aligned-grid.grid-3columns {
    padding-bottom: 0; }
    /* line 2295, ../sass/style.scss */
    .full-background .aligned-grid.grid-3columns > .grid-item {
      width: 33% !important; }
      /* line 2297, ../sass/style.scss */
      .full-background .aligned-grid.grid-3columns > .grid-item.right {
        float: right !important;
        padding-bottom: 0; }

/* line 2305, ../sass/style.scss */
.background-bottom-curve {
  position: relative;
  z-index: 190;
  top: 20px; }
  /* line 2309, ../sass/style.scss */
  .background-bottom-curve.posttitle-lead {
    top: -20px; }
  /* line 2312, ../sass/style.scss */
  .background-bottom-curve .full-background {
    height: 400px; }
  /* line 2315, ../sass/style.scss */
  .background-bottom-curve.no-text {
    margin-top: 20px; }
    /* line 2317, ../sass/style.scss */
    .background-bottom-curve.no-text .full-background {
      /*height:340px;*/ }
      /* line 2319, ../sass/style.scss */
      .background-bottom-curve.no-text .full-background .full-background-img, .background-bottom-curve.no-text .full-background .full-background-content {
        /*height:340px;*/ }
        /* line 2321, ../sass/style.scss */
        .background-bottom-curve.no-text .full-background .full-background-img img, .background-bottom-curve.no-text .full-background .full-background-content img {
          bottom: 0; }
  /* line 2327, ../sass/style.scss */
  .background-bottom-curve:after {
    background: url(../images/border-shape-white.png) repeat-x center bottom;
    bottom: 0px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%; }
  /* line 2336, ../sass/style.scss */
  .background-bottom-curve .titletext {
    bottom: 0;
    height: auto;
    left: 20px;
    position: absolute;
    width: 90%; }
    /* line 2342, ../sass/style.scss */
    .background-bottom-curve .titletext .titletext-container {
      bottom: 80px;
      left: 0;
      position: absolute;
      width: 80%; }
      /* line 2347, ../sass/style.scss */
      .background-bottom-curve .titletext .titletext-container.shadow {
        text-shadow: 1px 1px #000; }
      /* line 2350, ../sass/style.scss */
      .background-bottom-curve .titletext .titletext-container a {
        text-decoration: underline; }
  /* line 2355, ../sass/style.scss */
  .background-bottom-curve .titletextcenter {
    bottom: 0;
    height: 400px;
    left: 20%;
    position: absolute;
    right: 20%;
    top: 0;
    width: 60%; }

/* line 2366, ../sass/style.scss */
.background-bottom-curve-homepage {
  position: relative;
  z-index: 190;
  top: 20px; }
  /* line 2370, ../sass/style.scss */
  .background-bottom-curve-homepage:after {
    background: url(../images/border-shape-white.png) repeat-x center bottom;
    bottom: 5px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%; }

/* Home Slider */
/* line 2382, ../sass/style.scss */
.homeslider {
  height: 100%;
  overflow: hidden;
  top: 0; }
  /* line 2386, ../sass/style.scss */
  .homeslider .home-backgrounds {
    position: relative; }
    /* line 2388, ../sass/style.scss */
    .homeslider .home-backgrounds .full-background {
      height: 400px;
      left: 0;
      position: absolute;
      top: 0; }
      /* line 2393, ../sass/style.scss */
      .homeslider .home-backgrounds .full-background.anim {
        -webkit-transition: width 2s ease;
        -moz-transition: width 2s ease;
        -ms-transition: width 2s ease;
        -o-transition: width 2s ease;
        transition: width 2s ease; }
      /* line 2397, ../sass/style.scss */
      .homeslider .home-backgrounds .full-background.background-right img {
        position: absolute;
        right: 0; }
  /* line 2404, ../sass/style.scss */
  .homeslider .hometext {
    height: 222px;
    position: relative;
    width: 100%; }
    /* line 2408, ../sass/style.scss */
    .homeslider .hometext:before {
      content: "";
      float: right;
      width: 500px;
      height: 222px; }
    /* line 2414, ../sass/style.scss */
    .homeslider .hometext h1 {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -ms-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      font-size: 46px;
      line-height: 1.2;
      margin-left: 10px;
      margin-top: 180px;
      text-transform: none;
      color: #ffffff; }
    /* line 2424, ../sass/style.scss */
    .homeslider .hometext h1.hide {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
  /* line 2428, ../sass/style.scss */
  .homeslider .img-size {
    width: 100%; }

/* Product Landing */
/* line 2436, ../sass/style.scss */
#product-landing .content h1, #product-landing .content h2, #product-landing .content h3, #product-landing .content h4, #product-landing .content h5 {
  padding-bottom: 0; }
  /* line 2438, ../sass/style.scss */
  #product-landing .content h1 + h4, #product-landing .content h2 + h4, #product-landing .content h3 + h4, #product-landing .content h4 + h4, #product-landing .content h5 + h4 {
    padding-top: 5px; }
/* line 2443, ../sass/style.scss */
#product-landing .square img {
  max-width: 100%;
  max-height: 100%; }

/* Category Landing */
/* line 2453, ../sass/style.scss */
.aligned-grid-wrap.grid-4columns .grid-item {
  float: left;
  width: 25%; }

/* line 2463, ../sass/style.scss */
.aligned-grid.grid-2columns > .grid-item:nth-of-type(odd) {
  clear: left;
  padding-left: 10px; }

/* line 2468, ../sass/style.scss */
.page-tabs .tab {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 2rem 0;
  padding: 1.25em;
  background: #0069aa;
  font-size: .75rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-left: 1px solid #fff; }
  /* line 2481, ../sass/style.scss */
  .page-tabs .tab:first-child {
    border-left: 0; }
  /* line 2485, ../sass/style.scss */
  .page-tabs .tab:hover {
    text-decoration: none !important;
    cursor: pointer; }
  /* line 2490, ../sass/style.scss */
  .page-tabs .tab.active {
    background: #01509d;
    cursor: default; }
    /* line 2494, ../sass/style.scss */
    .page-tabs .tab.active:before {
      position: absolute;
      content: "";
      left: calc(50% - .85rem);
      bottom: -.6rem;
      padding: 0;
      border: .65rem transparent solid;
      border-width: .65rem .85rem 0;
      border-top-color: #01509d; }

/* line 2507, ../sass/style.scss */
#store-selector * {
  box-sizing: border-box; }

/* line 2512, ../sass/style.scss */
#store-selector .grid-item:nth-of-type(even) {
  float: left;
  width: 100%;
  margin-left: 5px; }
  @media screen and (max-device-width: 812px) and (orientation: landscape) {
    /* line 2512, ../sass/style.scss */
    #store-selector .grid-item:nth-of-type(even) {
      margin: 0px;
      padding: 0px;
      text-align: left; } }
  @media screen and (max-device-width: 1024px) and (orientation: portrait) {
    /* line 2512, ../sass/style.scss */
    #store-selector .grid-item:nth-of-type(even) {
      margin: 0px;
      padding: 0px; } }
  /* line 2525, ../sass/style.scss */
  #store-selector .grid-item:nth-of-type(even) p {
    float: left;
    margin-left: 5px;
    padding-bottom: 20px;
    /* ----------- iPad Pro 12.9" ----------- */
    /* Portrait */
    /* Declare the same value for min- and max-width to avoid colliding with desktops */
    /* Landscape */
    /* Declare the same value for min- and max-width to avoid colliding with desktops */
    /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
    /* Portrait */
    /* Landscape */
    /* ----------- iPhone X ----------- */
    /* Portrait and Landscape */
    /* ----------- iPhone 6+, 7+ and 8+ ----------- */
    /* Portrait and Landscape */
    /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
    /* Portrait and Landscape */ }
    @media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation: portrait) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        text-align: center; } }
    @media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation: landscape) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        text-align: center; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        margin-left: 50px; } }
    @media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        margin-left: 15px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        margin-left: 0px;
        text-align: center; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        margin-left: 0px;
        text-align: left; } }
    @media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (orientation: landscape) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        margin-left: 0px;
        text-align: center; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        margin-left: 0px;
        text-align: center; } }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        margin-left: 0px;
        text-align: center; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
      /* line 2525, ../sass/style.scss */
      #store-selector .grid-item:nth-of-type(even) p {
        margin-left: 0px;
        text-align: center; } }

/* line 2633, ../sass/style.scss */
#store-links {
  width: 70%;
  margin-left: -5px;
  /* ----------- iPhone X ----------- */
  /* Portrait */
  /* Landscape */
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* Portrait and Landscape */
  /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad Pro 12.9" ----------- */
  /* Portrait and Landscape */
  /* ----------- iPad 3, 4 and Pro 9.7" ----------- */
  /* Portrait and Landscape */ }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 100%;
      margin-left: 0px; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      padding-left: 1px; } }
  @media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (orientation: landscape) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      margin-left: 20px !important; } }
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 100%; } }
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 100%;
      margin-left: 0px !important; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 100%;
      margin-left: 0px; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 100%;
      margin-left: 0px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 100%;
      margin-left: 0px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 70%;
      margin-left: -5px !important;
      padding-left: 5px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 70%;
      margin-left: 20px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 70%;
      margin-left: 2px; } }
  @media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation: landscape) {
    /* line 2633, ../sass/style.scss */
    #store-links {
      width: 100%;
      margin-left: 0px !important; } }
  /* line 2776, ../sass/style.scss */
  #store-links span {
    display: block;
    width: 20%;
    float: left;
    margin: 0 0 1.5rem 0;
    padding-bottom: 12px;
    line-height: 4em; }
    /* line 2786, ../sass/style.scss */
    #store-links span:after {
      content: ":"; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      /* line 2776, ../sass/style.scss */
      #store-links span {
        text-align: left; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      /* line 2776, ../sass/style.scss */
      #store-links span {
        text-align: left; } }
    @media screen and (max-width: 767px) {
      /* line 2776, ../sass/style.scss */
      #store-links span {
        width: 80%;
        display: table;
        margin: auto;
        float: none; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      /* line 2776, ../sass/style.scss */
      #store-links span {
        text-align: left; } }
  /* line 2816, ../sass/style.scss */
  #store-links a {
    position: relative;
    display: block;
    width: 20%;
    height: 4em;
    line-height: 0;
    border: 1px solid #eaeaea;
    padding: .25rem;
    transition: background .25s;
    float: left;
    margin: 0 0 1.5rem 0; }
    /* line 2829, ../sass/style.scss */
    #store-links a:hover {
      background: #fcfcfc; }
    /* line 2834, ../sass/style.scss */
    #store-links a.selected, #store-links a.selected:hover {
      border: 2px solid #01509d;
      background: #eaeaea; }
    /* line 2838, ../sass/style.scss */
    #store-links a.selected {
      cursor: default; }
      /* line 2841, ../sass/style.scss */
      #store-links a.selected + a {
        border-left-width: 1px; }
      /* line 2845, ../sass/style.scss */
      #store-links a.selected:last-child {
        border-right-width: 2px; }
    /* line 2850, ../sass/style.scss */
    #store-links a img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      /* line 2816, ../sass/style.scss */
      #store-links a {
        width: 80%;
        display: table;
        margin: auto;
        float: none;
        margin-bottom: 20px; } }

/* line 2870, ../sass/style.scss */
.store-logo {
  float: right;
  max-height: 35px;
  margin-top: 1em; }

/* line 2876, ../sass/style.scss */
.stainsection {
  display: none; }
  /* line 2879, ../sass/style.scss */
  .stainsection.active {
    display: block; }
  /* line 2883, ../sass/style.scss */
  .stainsection .product-info {
    display: none; }
    /* line 2886, ../sass/style.scss */
    .stainsection .product-info.active {
      display: block;
      padding: 0 10px;
      width: 57.65em;
      margin-left: -20px; }
    /* line 2893, ../sass/style.scss */
    .stainsection .product-info h1 {
      margin: 1rem 0;
      padding: 0;
      text-transform: capitalize; }

/* Product Detail */
/* line 2907, ../sass/style.scss */
.product-details .info .details li, .product-tabs .detailwrap li, .faq-tabs .detailwrap li {
  list-style-type: none;
  position: relative; }
  /* line 2910, ../sass/style.scss */
  .product-details .info .details li:before, .product-tabs .detailwrap li:before, .faq-tabs .detailwrap li:before {
    color: #0069aa;
    content: "+";
    left: -15px;
    position: absolute; }

/* line 2918, ../sass/style.scss */
.product-details {
  font-size: 14px;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1024px; }
  @media screen and (max-width: 1024px) {
    /* line 2918, ../sass/style.scss */
    .product-details {
      margin: 0 10px; } }
  /* line 2926, ../sass/style.scss */
  .product-details h2, .product-details h3 {
    color: #0069aa;
    text-transform: none; }
  /* line 2930, ../sass/style.scss */
  .product-details .image {
    float: left;
    text-align: center;
    width: 220px; }
    /* line 2934, ../sass/style.scss */
    .product-details .image .product-detail-image {
      height: 340px;
      position: relative; }
      /* line 2937, ../sass/style.scss */
      .product-details .image .product-detail-image img {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        left: 0;
        position: absolute;
        width: 100%;
        top: 0; }
        /* line 2944, ../sass/style.scss */
        .product-details .image .product-detail-image img.hide {
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0; }
    /* line 2949, ../sass/style.scss */
    .product-details .image ul {
      border-top: 1px solid #003d65;
      font-size: 12px;
      list-style-type: none;
      padding: 20px; }
      /* line 2954, ../sass/style.scss */
      .product-details .image ul a {
        color: #5d5d5d;
        display: block;
        margin: 0 auto;
        padding: 5px 0;
        width: 150px; }
      /* line 2961, ../sass/style.scss */
      .product-details .image ul i {
        font-size: 16px;
        text-align: center;
        width: 30px; }
  /* line 2968, ../sass/style.scss */
  .product-details .info {
    overflow: auto; }
    /* line 2970, ../sass/style.scss */
    .product-details .info .details {
      float: left;
      overflow: auto;
      padding: 20px 3% 150px 3%;
      position: relative;
      width: 64.84375%; }
      /* line 2976, ../sass/style.scss */
      .product-details .info .details .swatchholder {
        position: absolute;
        bottom: 0; }
  /* line 2985, ../sass/style.scss */
  .product-details .calls {
    float: right;
    padding-top: 10px;
    width: 140px; }
    /* line 2989, ../sass/style.scss */
    .product-details .calls .action {
      border: 1px solid #c2c2c2;
      padding: 5px 15px; }
      /* line 2992, ../sass/style.scss */
      .product-details .calls .action h5 {
        font-family: Arial, Helvetica, Sans-Serif;
        font-weight: 900; }
      /* line 2996, ../sass/style.scss */
      .product-details .calls .action p {
        font-size: 12px;
        padding-bottom: 10px; }
  /* line 3002, ../sass/style.scss */
  .product-details .detail-swatch {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase; }
    /* line 3006, ../sass/style.scss */
    .product-details .detail-swatch span {
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      border: 2px solid #fff;
      display: block;
      padding: 4px; }
    /* line 3012, ../sass/style.scss */
    .product-details .detail-swatch img {
      display: block;
      width: 100%; }
    /* line 3016, ../sass/style.scss */
    .product-details .detail-swatch h5 {
      -webkit-transition: opacity 0.6s;
      -moz-transition: opacity 0.6s;
      -ms-transition: opacity 0.6s;
      -o-transition: opacity 0.6s;
      transition: opacity 0.6s;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      color: #0069aa;
      font-weight: bold;
      padding-top: 5px; }
    /* line 3024, ../sass/style.scss */
    .no-touch .product-details .detail-swatch:hover span {
      border-color: #303030; }
    /* line 3027, ../sass/style.scss */
    .no-touch .product-details .detail-swatch:hover h5 {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    /* line 3032, ../sass/style.scss */
    .product-details .detail-swatch.active span {
      border-color: #73B0E6; }
    /* line 3035, ../sass/style.scss */
    .product-details .detail-swatch.active h5 {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

/* line 3042, ../sass/style.scss */
.product-tabs {
  font-size: 14px; }

/* line 3046, ../sass/style.scss */
.product-tabs {
  margin: 0 auto;
  max-width: 1024px;
  position: relative; }
  /* line 3050, ../sass/style.scss */
  .product-tabs h3 {
    color: #0069aa; }
  /* line 3053, ../sass/style.scss */
  .product-tabs .h2 {
    color: #303030; }
  /* line 3056, ../sass/style.scss */
  .product-tabs #tabholder {
    height: 70px; }
  /* line 3060, ../sass/style.scss */
  .product-tabs .detail-canimages img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 20px; }
  /* line 3069, ../sass/style.scss */
  .product-tabs.tab-3columns .tab {
    width: 33.3333333%; }
    /* line 3071, ../sass/style.scss */
    .product-tabs.tab-3columns .tab.tab-2 {
      left: 33.3333333%; }
    /* line 3074, ../sass/style.scss */
    .product-tabs.tab-3columns .tab.tab-3 {
      left: 66.6666666%;
      padding-left: 1px; }
  /* line 3081, ../sass/style.scss */
  .product-tabs.tab-4columns .tab {
    width: 25%; }
    /* line 3083, ../sass/style.scss */
    .product-tabs.tab-4columns .tab.tab-2 {
      left: 25%; }
    /* line 3086, ../sass/style.scss */
    .product-tabs.tab-4columns .tab.tab-3 {
      left: 50%;
      padding-left: 1px; }
    /* line 3090, ../sass/style.scss */
    .product-tabs.tab-4columns .tab.tab-4 {
      left: 75%;
      padding-left: 1px; }
  /* line 3097, ../sass/style.scss */
  .product-tabs.tab-5columns .tab {
    width: 20%; }
    /* line 3099, ../sass/style.scss */
    .product-tabs.tab-5columns .tab.tab-1 {
      left: 0%; }
    /* line 3102, ../sass/style.scss */
    .product-tabs.tab-5columns .tab.tab-2 {
      left: 20%; }
    /* line 3105, ../sass/style.scss */
    .product-tabs.tab-5columns .tab.tab-3 {
      left: 40%;
      padding-left: 1px; }
    /* line 3109, ../sass/style.scss */
    .product-tabs.tab-5columns .tab.tab-4 {
      left: 60%;
      padding-left: 1px; }
    /* line 3113, ../sass/style.scss */
    .product-tabs.tab-5columns .tab.tab-5 {
      left: 80%;
      padding-left: 1px; }
  /* line 3119, ../sass/style.scss */
  .product-tabs .tab {
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -70px;
    width: 50%; }
    /* line 3126, ../sass/style.scss */
    .product-tabs .tab span {
      display: block;
      line-height: 16px;
      padding: 8px 0;
      position: relative; }
    /* line 3133, ../sass/style.scss */
    .product-tabs .tab.active .background-color {
      background-color: #003d65; }
      /* line 3135, ../sass/style.scss */
      .product-tabs .tab.active .background-color:after {
        border-color: #003d65 transparent transparent transparent;
        border-style: solid;
        border-width: 6px 8px 0 8px;
        bottom: -5px;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        width: 0; }
    /* line 3150, ../sass/style.scss */
    .product-tabs .tab.tab-1 {
      left: 0;
      padding-right: 1px; }
    /* line 3154, ../sass/style.scss */
    .product-tabs .tab.tab-2 {
      left: 50%; }

/* Transparency Component */
/* line 3166, ../sass/style.scss */
.stainslider.homedepot_clear .ui-slider .ui-slider-handle .stain-handle .handler.handler-homedepot_clear, .stainslider.homedepot_transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-homedepot_transparent, .stainslider.homedepot_semi-transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-homedepot_semi-transparent, .stainslider.homedepot_solid .ui-slider .ui-slider-handle .stain-handle .handler.handler-homedepot_solid, .stainslider.lowes_clear .ui-slider .ui-slider-handle .stain-handle .handler.handler-lowes_clear, .stainslider.lowes_transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-lowes_transparent, .stainslider.lowes_semi-transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-lowes_semi-transparent, .stainslider.lowes_solid .ui-slider .ui-slider-handle .stain-handle .handler.handler-lowes_solid, .stainslider.walmart_clear .ui-slider .ui-slider-handle .stain-handle .handler.handler-walmart_clear, .stainslider.walmart_transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-walmart_transparent, .stainslider.walmart_semi-transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-walmart_semi-transparent, .stainslider.walmart_solid .ui-slider .ui-slider-handle .stain-handle .handler.handler-walmart_solid, .stainslider.menards_clear .ui-slider .ui-slider-handle .stain-handle .handler.handler-menards_clear, .stainslider.menards_solid .ui-slider .ui-slider-handle .stain-handle .handler.handler-menards_solid, .stainslider.menards_semi-transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-menards_semi-transparent, .stainslider.menards_transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-menards_transparent, .stainslider.independenthardwarestores_clear .ui-slider .ui-slider-handle .stain-handle .handler.handler-independenthardwarestores_clear, .stainslider.independenthardwarestores_solid .ui-slider .ui-slider-handle .stain-handle .handler.handler-independenthardwarestores_solid, .stainslider.independenthardwarestores_semi-transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-independenthardwarestores_semi-transparent, .stainslider.independenthardwarestores_transparent .ui-slider .ui-slider-handle .stain-handle .handler.handler-independenthardwarestores_transparent {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  z-index: 100; }

/* line 3172, ../sass/style.scss */
.stainslider {
  height: 750px;
  margin: 0 auto;
  max-width: 1000px;
  /* Change colors on Slider change */ }
  /* line 3178, ../sass/style.scss */
  .stainslider.clear > .text-container:after, .stainslider.transparent > .text-container:after, .stainslider.semi-transparent > .text-container:after, .stainslider.solid > .text-container:after {
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 25px;
    border-style: solid;
    border-color: transparent #0069aa #0069aa transparent;
    transform: rotate(45deg); }
  /* line 3191, ../sass/style.scss */
  .stainslider.homedepot_clear .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: transparent #006F51 #006F51 transparent; }
  /* line 3199, ../sass/style.scss */
  .stainslider.homedepot_transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #0069AA; }
  /* line 3207, ../sass/style.scss */
  .stainslider.homedepot_semi-transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #d45d00; }
  /* line 3215, ../sass/style.scss */
  .stainslider.homedepot_solid .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3223, ../sass/style.scss */
  .stainslider.lowes_clear .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: transparent #006F51 #006F51 transparent; }
  /* line 3228, ../sass/style.scss */
  .stainslider.lowes_transparent .text-container:after {
    border-color: transparent #0069AA #0069AA transparent; }
  /* line 3234, ../sass/style.scss */
  .stainslider.lowes_transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #0069AA; }
  /* line 3242, ../sass/style.scss */
  .stainslider.lowes_semi-transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #d45d00; }
  /* line 3250, ../sass/style.scss */
  .stainslider.lowes_solid .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3258, ../sass/style.scss */
  .stainslider.walmart_clear .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: transparent #006F51 #006F51 transparent; }
  /* line 3266, ../sass/style.scss */
  .stainslider.walmart_transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #0069AA; }
  /* line 3274, ../sass/style.scss */
  .stainslider.walmart_semi-transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #d45d00; }
  /* line 3282, ../sass/style.scss */
  .stainslider.walmart_solid .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3290, ../sass/style.scss */
  .stainslider.menards_clear .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3298, ../sass/style.scss */
  .stainslider.menards_solid .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3306, ../sass/style.scss */
  .stainslider.menards_semi-transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3314, ../sass/style.scss */
  .stainslider.menards_transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3322, ../sass/style.scss */
  .stainslider.independenthardwarestores_clear .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3330, ../sass/style.scss */
  .stainslider.independenthardwarestores_solid .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3338, ../sass/style.scss */
  .stainslider.independenthardwarestores_semi-transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3346, ../sass/style.scss */
  .stainslider.independenthardwarestores_transparent .ui-container .ui-colors .aligned-grid .grid-item span.active {
    border-color: #ab2328; }
  /* line 3350, ../sass/style.scss */
  .stainslider .stains-display {
    height: 445px;
    margin-bottom: 70px;
    position: relative;
    width: 100%; }
  /* line 3356, ../sass/style.scss */
  .stainslider .background-container {
    height: inherit;
    left: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: inherit; }
    /* line 3363, ../sass/style.scss */
    .stainslider .background-container img {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      min-height: 100%;
      min-width: 100%;
      position: absolute; }
      /* line 3369, ../sass/style.scss */
      .stainslider .background-container img.hide {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0; }
  /* line 3374, ../sass/style.scss */
  .stainslider .ui-container {
    padding-left: 30%;
    position: relative;
    width: 60%; }
    /* line 3378, ../sass/style.scss */
    .stainslider .ui-container .sliderproduct {
      position: absolute;
      left: 12px;
      top: 226px; }
      /* line 3382, ../sass/style.scss */
      .stainslider .ui-container .sliderproduct:after {
        background: url(../images/stains-slider/slider-seal.png) no-repeat top left;
        content: "";
        height: 450px;
        left: -266px;
        position: absolute;
        top: -197px;
        width: 790px; }
      /* line 3391, ../sass/style.scss */
      .stainslider .ui-container .sliderproduct img {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        position: absolute;
        width: 206px; }
        /* line 3396, ../sass/style.scss */
        .stainslider .ui-container .sliderproduct img.hide {
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0; }
    /* line 3401, ../sass/style.scss */
    .stainslider .ui-container .sliderbox {
      position: absolute; }
      /* line 3403, ../sass/style.scss */
      .stainslider .ui-container .sliderbox.box-color {
        left: 233px;
        top: 355px;
        z-index: 3; }
      /* line 3408, ../sass/style.scss */
      .stainslider .ui-container .sliderbox.box-opacity {
        left: 233px;
        top: 255px;
        z-index: 2; }
      /* line 3413, ../sass/style.scss */
      .stainslider .ui-container .sliderbox .square {
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -ms-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
        height: 56px;
        padding-top: 10px;
        text-align: center;
        width: 166px; }
        /* line 3419, ../sass/style.scss */
        .stainslider .ui-container .sliderbox .square span {
          text-transform: uppercase; }
        /* line 3422, ../sass/style.scss */
        .stainslider .ui-container .sliderbox .square p {
          font-size: 14px; }
        /* line 3425, ../sass/style.scss */
        .stainslider .ui-container .sliderbox .square:before {
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          -webkit-transition: background 0.5s ease;
          -moz-transition: background 0.5s ease;
          -ms-transition: background 0.5s ease;
          -o-transition: background 0.5s ease;
          transition: background 0.5s ease;
          content: "";
          height: 36px;
          left: 85%;
          margin-top: -18px;
          position: absolute;
          top: 50%;
          width: 36px; }
    /* line 3438, ../sass/style.scss */
    .stainslider .ui-container .img {
      position: relative; }
      /* line 3440, ../sass/style.scss */
      .stainslider .ui-container .img img {
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0; }
        /* line 3446, ../sass/style.scss */
        .stainslider .ui-container .img img.hide {
          opacity: 0; }
    /* line 3451, ../sass/style.scss */
    .stainslider .ui-container .ui-slider {
      left: 264px;
      height: 110px;
      position: absolute;
      top: -20px;
      width: 400px; }
      /* line 3457, ../sass/style.scss */
      .stainslider .ui-container .ui-slider .ui-slider-handle {
        -webkit-transition: left 0.5s ease;
        -moz-transition: left 0.5s ease;
        -ms-transition: left 0.5s ease;
        -o-transition: left 0.5s ease;
        transition: left 0.5s ease;
        background-color: transparent;
        cursor: pointer;
        height: 110px;
        width: 164px;
        margin-left: -82px; }
        /* line 3464, ../sass/style.scss */
        .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle {
          height: 110px;
          position: relative;
          width: 166px; }
          /* line 3468, ../sass/style.scss */
          .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler {
            -webkit-transition: opacity 0.3s linear 0.2s;
            -moz-transition: opacity 0.3s linear 0.2s;
            -ms-transition: opacity 0.3s linear 0.2s;
            -o-transition: opacity 0.3s linear 0.2s;
            transition: opacity 0.3s linear 0.2s;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            background-repeat: no-repeat;
            color: #fff;
            font-size: 18px;
            height: 30px;
            left: 0;
            padding-top: 81px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 166px;
            z-index: 99; }
            /* line 3482, ../sass/style.scss */
            .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler:before, .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler:after {
              color: #fff;
              font-size: 27px;
              position: absolute;
              top: -30px;
              vertical-align: middle; }
            /* line 3489, ../sass/style.scss */
            .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler:before {
              content: url(../images/slider-arrow-left.png);
              left: 24px; }
            /* line 3493, ../sass/style.scss */
            .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler:after {
              content: url(../images/slider-arrow-right.png);
              right: 24px; }
            /* line 3497, ../sass/style.scss */
            .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler:first-child:before, .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler.handler-lowes_solid:after {
              content: ""; }
            /* line 3500, ../sass/style.scss */
            .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler:first-child:before, .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler.handler-walmart_semi-transparent:after {
              content: ""; }
            /* line 3503, ../sass/style.scss */
            .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler:first-child:before, .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler.handler-menards_solid:after {
              content: ""; }
            /* line 3506, ../sass/style.scss */
            .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler:first-child:before, .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler.handler-independenthardwarestores_solid:after {
              content: ""; }
            /* line 3509, ../sass/style.scss */
            .stainslider .ui-container .ui-slider .ui-slider-handle .stain-handle .handler .handler-instruction {
              color: #fff;
              display: block;
              height: auto;
              line-height: 2.1;
              font-family: "GillSans",Calibri,sans-serif;
              font-size: 13px;
              font-style: normal;
              font-weight: 100;
              text-transform: uppercase;
              left: 44px;
              position: absolute;
              top: -24px; }
    /* line 3527, ../sass/style.scss */
    .stainslider .ui-container #slider-l, .stainslider .ui-container #slider-r {
      height: 110px;
      position: absolute;
      top: -40px;
      width: 85px; }
    /* line 3533, ../sass/style.scss */
    .stainslider .ui-container #slider-l {
      left: 0; }
    /* line 3536, ../sass/style.scss */
    .stainslider .ui-container #slider-r {
      right: 0; }
    /* line 3539, ../sass/style.scss */
    .stainslider .ui-container .slider-text {
      color: #fff;
      font-size: 16px;
      left: 196px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0px;
      width: 537px; }
      /* line 3548, ../sass/style.scss */
      .stainslider .ui-container .slider-text span {
        display: block;
        float: left;
        width: 25%; }
    /* line 3554, ../sass/style.scss */
    .stainslider .ui-container .slider-backgrounds {
      height: 25px;
      left: 186px;
      position: absolute;
      top: 20px;
      width: 560px; }
      /* line 3560, ../sass/style.scss */
      .stainslider .ui-container .slider-backgrounds > span {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        left: 0;
        position: absolute;
        top: 0; }
        /* line 3566, ../sass/style.scss */
        .stainslider .ui-container .slider-backgrounds > span.active {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
    /* line 3571, ../sass/style.scss */
    .stainslider .ui-container .ui-colors {
      left: 173px;
      position: absolute;
      top: 2px;
      width: 578px; }
      /* line 3576, ../sass/style.scss */
      .stainslider .ui-container .ui-colors .aligned-grid {
        -webkit-transition: opacity 0.3s linear 0.2s;
        -moz-transition: opacity 0.3s linear 0.2s;
        -ms-transition: opacity 0.3s linear 0.2s;
        -o-transition: opacity 0.3s linear 0.2s;
        transition: opacity 0.3s linear 0.2s;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        position: absolute; }
        /* line 3580, ../sass/style.scss */
        .stainslider .ui-container .ui-colors .aligned-grid.active {
          -webkit-transition: opacity 0.3s linear 0s;
          -moz-transition: opacity 0.3s linear 0s;
          -ms-transition: opacity 0.3s linear 0s;
          -o-transition: opacity 0.3s linear 0s;
          transition: opacity 0.3s linear 0s;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1;
          z-index: 99; }
        /* line 3585, ../sass/style.scss */
        .stainslider .ui-container .ui-colors .aligned-grid .grid-item {
          padding: 0 9px; }
          /* line 3587, ../sass/style.scss */
          .stainslider .ui-container .ui-colors .aligned-grid .grid-item span {
            -webkit-transition: border-color 0.3s linear;
            -moz-transition: border-color 0.3s linear;
            -ms-transition: border-color 0.3s linear;
            -o-transition: border-color 0.3s linear;
            transition: border-color 0.3s linear;
            border: 4px solid #fff;
            cursor: pointer;
            display: block; }
          /* line 3593, ../sass/style.scss */
          .stainslider .ui-container .ui-colors .aligned-grid .grid-item img {
            display: block;
            height: auto;
            width: 100%; }
  /* line 3602, ../sass/style.scss */
  .stainslider .text-container {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0 20px;
    position: relative;
    z-index: 1; }
    /* line 3607, ../sass/style.scss */
    .stainslider .text-container:after {
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      bottom: -13px;
      content: "";
      height: 50px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      width: 50px;
      z-index: 10; }
    /* line 3619, ../sass/style.scss */
    .stainslider .text-container h3 {
      border-bottom: 1px solid #fff;
      padding: 30px 0 10px 0; }
    /* line 3623, ../sass/style.scss */
    .stainslider .text-container .text-desc {
      position: relative;
      z-index: 20; }
  /* line 3628, ../sass/style.scss */
  .stainslider .text-color {
    padding: 10px 0; }
  /* line 3632, ../sass/style.scss */
  .stainslider .text-title span, .stainslider .text-color span, .stainslider .text-desc span {
    display: none; }
    /* line 3634, ../sass/style.scss */
    .stainslider .text-title span.active, .stainslider .text-color span.active, .stainslider .text-desc span.active {
      display: block; }

/* line 3641, ../sass/style.scss */
.swatch {
  display: inline-block;
  overflow: hidden;
  width: 19.5%; }
  /* line 3645, ../sass/style.scss */
  .swatch img {
    max-width: 160px;
    width: 100%; }
  /* line 3649, ../sass/style.scss */
  .detailwrap .swatch {
    width: 22.5%;
    margin: 0 1%;
    overflow: hidden; }
  /* line 3654, ../sass/style.scss */
  .swatch span {
    color: #0069aa;
    display: block;
    font-size: 12px;
    padding-bottom: 20px;
    text-transform: uppercase; }
  /* line 3661, ../sass/style.scss */
  .swatch p {
    color: #5d5d5d;
    font-size: 18px;
    line-height: 1;
    padding-top: 10px; }

/* line 3669, ../sass/style.scss */
.swatchestext {
  border-top: 1px solid #5d5d5d;
  color: #5d5d5d;
  padding-top: 20px; }

/* line 3675, ../sass/style.scss */
.toptabs-container {
  border-top: 1px solid #D5DDDF; }

/* line 3678, ../sass/style.scss */
.toptabs {
  padding-bottom: 1px; }
  /* line 3680, ../sass/style.scss */
  .toptabs > .grid-item {
    background-color: #0069aa;
    border-left: 1px solid #fff;
    color: #fff;
    padding: 10px 15px !important; }
    /* line 3685, ../sass/style.scss */
    .toptabs > .grid-item:first-child {
      border-left: 0 none; }
    /* line 3688, ../sass/style.scss */
    .toptabs > .grid-item.active {
      background-color: #73B0E6; }
  /* line 3692, ../sass/style.scss */
  .toptabs b {
    float: left;
    font-size: 36px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    text-align: left;
    width: 40px; }
  /* line 3701, ../sass/style.scss */
  .toptabs span {
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px; }

/* Inspired Page */
/* line 3709, ../sass/style.scss */
.inspired-gallery {
  position: relative; }

/* line 3712, ../sass/style.scss */
.inspired-controller {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0px;
  padding: 40px 0;
  position: absolute;
  width: 100%;
  z-index: 110; }
  /* line 3720, ../sass/style.scss */
  .inspired-controller .owl-next, .inspired-controller .owl-prev {
    background: transparent;
    color: #303030;
    top: 25px; }

/**Owl overrides**/
/* line 3728, ../sass/style.scss */
.inspired-slide {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s; }
  /* line 3731, ../sass/style.scss */
  .inspired-slide.owl-theme {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  /* line 3734, ../sass/style.scss */
  .inspired-slide .owl-wrapper {
    height: 500px; }
    /* line 3736, ../sass/style.scss */
    .inspired-slide .owl-wrapper .owl-item {
      -webkit-transition: opacity 0.3s linear 0.2s;
      -moz-transition: opacity 0.3s linear 0.2s;
      -ms-transition: opacity 0.3s linear 0.2s;
      -o-transition: opacity 0.3s linear 0.2s;
      transition: opacity 0.3s linear 0.2s;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      z-index: 90; }
      /* line 3740, ../sass/style.scss */
      .inspired-slide .owl-wrapper .owl-item.active {
        -webkit-transition: opacity 0.3s linear 0s;
        -moz-transition: opacity 0.3s linear 0s;
        -ms-transition: opacity 0.3s linear 0s;
        -o-transition: opacity 0.3s linear 0s;
        transition: opacity 0.3s linear 0s;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        z-index: 100; }
      /* line 3745, ../sass/style.scss */
      .inspired-slide .owl-wrapper .owl-item .inspired-image {
        width: 100%; }
  /* line 3751, ../sass/style.scss */
  .inspired-slide .owl-controls {
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 25%;
    top: calc(50% - 108px);
    width: 100%;
    z-index: 110; }
  /* line 3761, ../sass/style.scss */
  .inspired-slide .owl-buttons {
    height: 40px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 100%; }
  /* line 3768, ../sass/style.scss */
  .inspired-slide .owl-next, .inspired-slide .owl-prev {
    color: #303030; }
  /* line 3771, ../sass/style.scss */
  .inspired-slide .owl-next {
    float: right; }

/* line 3778, ../sass/style.scss */
.inspired-carousel .owl-item img {
  border: 1px solid transparent;
  display: block;
  padding: 2px; }
/* line 3784, ../sass/style.scss */
.inspired-carousel .owl-item.active img {
  border: 1px solid #0069aa; }

/* line 3791, ../sass/style.scss */
.inspired-text {
  left: 0;
  margin: 0 auto;
  max-width: 1000px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 100%; }
  /* line 3799, ../sass/style.scss */
  .inspired-text .content {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    left: 0px;
    margin-left: 60px;
    padding: 20px 20px 0 20px;
    position: absolute;
    top: 20px;
    width: 50%; }

/* line 3811, ../sass/style.scss */
.contest-text {
  left: 0;
  margin: 0 auto;
  max-width: 1000px;
  right: 0;
  width: 100%; }
  /* line 3817, ../sass/style.scss */
  .contest-text .contest-content {
    background: #fff;
    background: rgba(230, 230, 230, 0.7);
    margin-left: 220px;
    padding: 20px 20px 0 20px;
    position: static;
    width: 52%; }
    @media screen and (min-width: 801px) and (max-width: 1280px) {
      /* line 3817, ../sass/style.scss */
      .contest-text .contest-content {
        width: 46.5%;
        margin-left: 247px; } }

/* line 3835, ../sass/style.scss */
.contest-winner-img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 40% !important; }

/* line 3844, ../sass/style.scss */
.contest-controller {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0px;
  padding: 40px 0;
  width: 100%; }

/* line 3853, ../sass/style.scss */
.contest-h1 {
  font-size: 20px; }

/* FAQ */
/* line 3860, ../sass/style.scss */
.faqbox {
  border-bottom: 1px solid #D5DDDF;
  padding-bottom: 10px;
  padding-top: 30px; }
  /* line 3864, ../sass/style.scss */
  .faqbox:last-child {
    border-bottom: 0 none; }
  /* line 3867, ../sass/style.scss */
  .faqbox:first-child {
    padding-top: 0; }

/* line 3872, ../sass/style.scss */
.advice-table {
  border-collapse: separate;
  font-size: 18px;
  table-layout: fixed; }
  /* line 3876, ../sass/style.scss */
  .advice-table a {
    color: #303030; }
  /* line 3880, ../sass/style.scss */
  .advice-table tr:nth-child(even) {
    background: #EAEAEA; }
  /* line 3883, ../sass/style.scss */
  .advice-table tr:nth-child(odd) {
    background: #fff; }
  /* line 3886, ../sass/style.scss */
  .advice-table tr:first-child {
    background: #fff; }
  /* line 3890, ../sass/style.scss */
  .advice-table th {
    background: #DDDDDD;
    border: 10px solid #FFF;
    color: #303030;
    font-family: "GillSansLite", Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    padding: 15px 0;
    vertical-align: middle; }
    /* line 3900, ../sass/style.scss */
    .advice-table th:first-child {
      border-left: 0 none; }
    /* line 3903, ../sass/style.scss */
    .advice-table th:last-child {
      border-right: 0 none; }
  /* line 3907, ../sass/style.scss */
  .advice-table td {
    border: 20px solid transparent;
    border-left-width: 40px;
    border-right-width: 40px;
    width: 50%; }

/* line 3915, ../sass/style.scss */
.faq-tabs {
  margin: 0 auto;
  max-width: 1024px;
  position: relative; }
  /* line 3919, ../sass/style.scss */
  .faq-tabs h3 {
    color: #0069aa; }
  /* line 3922, ../sass/style.scss */
  .faq-tabs .h2 {
    color: #303030; }
  /* line 3925, ../sass/style.scss */
  .faq-tabs #tabholder {
    height: 70px; }
  /* line 3929, ../sass/style.scss */
  .faq-tabs .detail-canimages img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 20px; }
  /* line 3938, ../sass/style.scss */
  .faq-tabs.tab-3columns .tab {
    width: 33.3333333%; }
    /* line 3940, ../sass/style.scss */
    .faq-tabs.tab-3columns .tab.tab-2 {
      left: 33.3333333%; }
    /* line 3943, ../sass/style.scss */
    .faq-tabs.tab-3columns .tab.tab-3 {
      left: 66.6666666%;
      padding-left: 1px; }
  /* line 3950, ../sass/style.scss */
  .faq-tabs.tab-4columns .tab {
    width: 25%; }
    /* line 3952, ../sass/style.scss */
    .faq-tabs.tab-4columns .tab.tab-2 {
      left: 25%; }
    /* line 3955, ../sass/style.scss */
    .faq-tabs.tab-4columns .tab.tab-3 {
      left: 50%;
      padding-left: 1px; }
    /* line 3959, ../sass/style.scss */
    .faq-tabs.tab-4columns .tab.tab-4 {
      left: 75%;
      padding-left: 1px; }
  /* line 3965, ../sass/style.scss */
  .faq-tabs .tab {
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -70px;
    width: 50%; }
    /* line 3972, ../sass/style.scss */
    .faq-tabs .tab span {
      display: block;
      line-height: 16px;
      padding: 8px 0;
      position: relative;
      width: 1000px; }
    /* line 3980, ../sass/style.scss */
    .faq-tabs .tab.active .background-color {
      background-color: #003d65; }
      /* line 3982, ../sass/style.scss */
      .faq-tabs .tab.active .background-color:after {
        border-color: #003d65 transparent transparent transparent;
        border-style: solid;
        border-width: 6px 8px 0 8px;
        bottom: -5px;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        width: 0; }
    /* line 3997, ../sass/style.scss */
    .faq-tabs .tab.tab-1 {
      left: 0;
      padding-right: 1px; }
    /* line 4001, ../sass/style.scss */
    .faq-tabs .tab.tab-2 {
      left: 50%; }

/* line 4012, ../sass/style.scss */
.past-winner {
  background-position: center center;
  background-size: cover;
  min-height: 280px; }
  /* line 4016, ../sass/style.scss */
  .past-winner .content {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    left: 0px;
    margin-left: 60px;
    padding: 20px 20px 0 20px;
    position: relative;
    top: 20px;
    width: 50%; }
    /* line 4025, ../sass/style.scss */
    .past-winner .content img {
      border: 3px solid #fff;
      float: left;
      margin-right: 20px;
      width: 110px; }
    /* line 4031, ../sass/style.scss */
    .past-winner .content .text {
      overflow: auto; }
    /* line 4034, ../sass/style.scss */
    .past-winner .content p {
      padding-bottom: 8px; }

/* line 4040, ../sass/style.scss */
.contact-footer {
  margin: 0 auto;
  width: 80%; }
  /* line 4043, ../sass/style.scss */
  .contact-footer h2 {
    padding-bottom: 20px; }

/* line 4048, ../sass/style.scss */
.captcha-box {
  color: #5d5d5d;
  margin: 30px; }

/* line 4052, ../sass/style.scss */
#recaptcha_widget {
  background-color: #F7F7F7;
  border: solid 1px #c2c2c2;
  margin: 10px 0;
  padding: 11px; }
  /* line 4057, ../sass/style.scss */
  #recaptcha_widget #recaptcha_image {
    background-color: #fff;
    border: solid 1px #e6e6e6;
    height: auto !important;
    line-height: 0;
    width: 100% !important; }
    /* line 4063, ../sass/style.scss */
    #recaptcha_widget #recaptcha_image embed {
      width: 100% !important; }
    /* line 4066, ../sass/style.scss */
    #recaptcha_widget #recaptcha_image img {
      height: auto !important;
      width: 100% !important; }
    /* line 4070, ../sass/style.scss */
    #recaptcha_widget #recaptcha_image span {
      display: block;
      float: left;
      height: 60px;
      line-height: 60px;
      font-family: FontAwesome;
      width: 50%; }
  /* line 4079, ../sass/style.scss */
  #recaptcha_widget input[type="text"] {
    background-color: #fff;
    border: solid 1px #c2c2c2;
    margin: 5px 0 10px 0;
    padding: 0;
    width: 100%; }
  /* line 4086, ../sass/style.scss */
  #recaptcha_widget .captcha-icon {
    float: left;
    font-family: FontAwesome;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 33.33333%; }
  /* line 4096, ../sass/style.scss */
  #recaptcha_widget span.recaptcha_only_if_image, #recaptcha_widget span.recaptcha_only_if_audio {
    display: block;
    font-size: .875em;
    margin-bottom: 3px;
    margin-top: 12px;
    text-align: left; }
  /* line 4104, ../sass/style.scss */
  #recaptcha_widget a {
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    color: #303030;
    text-decoration: none; }
    /* line 4108, ../sass/style.scss */
    .no-touch #recaptcha_widget a:hover {
      color: #ea3126; }

/* line 4115, ../sass/style.scss */
.logo-links a {
  height: 90px;
  line-height: 90px;
  padding: 20px; }
  /* line 4119, ../sass/style.scss */
  .logo-links a img {
    max-width: 90px;
    vertical-align: middle; }

/* Search Page */
/* line 4129, ../sass/style.scss */
.search-box form {
  margin: 0 auto;
  max-width: 1024px;
  padding: 30px 0; }
  @media screen and (max-width: 1024px) {
    /* line 4129, ../sass/style.scss */
    .search-box form {
      margin: 15px 10px; } }
  /* line 4136, ../sass/style.scss */
  .search-box form label {
    font-size: 24px; }
  /* line 4139, ../sass/style.scss */
  .search-box form .search-form {
    display: block; }
  /* line 4142, ../sass/style.scss */
  .search-box form .search-text {
    background-color: #FFF;
    font-size: 20px;
    height: 50px;
    line-height: 1;
    width: 75%; }
    /* line 4148, ../sass/style.scss */
    .search-box form .search-text::-webkit-input-placeholder {
      font-style: normal; }
    /* line 4151, ../sass/style.scss */
    .search-box form .search-text::-moz-placeholder {
      font-style: normal; }
    /* line 4154, ../sass/style.scss */
    .search-box form .search-text:-ms-input-placeholder {
      font-style: normal; }
    /* line 4157, ../sass/style.scss */
    .search-box form .search-text:-moz-placeholder {
      font-style: normal; }
  /* line 4161, ../sass/style.scss */
  .search-box form .btn, .search-box form input.btn {
    text-align: center;
    width: 15%; }
  /* line 4165, ../sass/style.scss */
  .search-box form input.btn {
    width: 22%; }

/* line 4170, ../sass/style.scss */
.search-page {
  padding-top: 0; }
  /* line 4172, ../sass/style.scss */
  .search-page .pagination {
    font-size: 24px;
    margin: 15px auto;
    max-width: 1024px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      /* line 4172, ../sass/style.scss */
      .search-page .pagination {
        margin: 15px 10px; } }
    /* line 4180, ../sass/style.scss */
    .search-page .pagination .next, .search-page .pagination .prev {
      position: absolute;
      text-transform: uppercase;
      top: 0; }
    /* line 4185, ../sass/style.scss */
    .search-page .pagination .next {
      right: 0; }
    /* line 4188, ../sass/style.scss */
    .search-page .pagination .prev {
      left: 0; }
  /* line 4192, ../sass/style.scss */
  .search-page .search-grid {
    border-top: 1px solid #c2c2c2; }
  /* line 4195, ../sass/style.scss */
  .search-page .search-item {
    border-bottom: 1px solid #D5DDDF;
    padding: 35px 0; }
    /* line 4198, ../sass/style.scss */
    .search-page .search-item a {
      color: #303030;
      display: block;
      margin: 0 auto;
      max-width: 1024px;
      text-decoration: none; }
      @media screen and (max-width: 1024px) {
        /* line 4198, ../sass/style.scss */
        .search-page .search-item a {
          margin: 0 10px; } }
      /* line 4207, ../sass/style.scss */
      .search-page .search-item a:hover .title {
        text-decoration: underline; }
    /* line 4211, ../sass/style.scss */
    .search-page .search-item .title {
      display: block;
      padding-bottom: 10px; }
    /* line 4215, ../sass/style.scss */
    .search-page .search-item .description {
      display: block;
      text-decoration: none; }

/* line 4222, ../sass/style.scss */
.sitemap {
  color: #000;
  font-size: 28px;
  padding-top: 0; }
  /* line 4226, ../sass/style.scss */
  .sitemap ul {
    padding-bottom: 0;
    padding-left: 0; }
  /* line 4230, ../sass/style.scss */
  .sitemap li {
    list-style-type: none; }
    /* line 4232, ../sass/style.scss */
    .sitemap li a {
      border-bottom: 1px solid #000;
      color: #000;
      display: block;
      padding-bottom: 0px;
      padding-top: 20px; }
    /* line 4239, ../sass/style.scss */
    .sitemap li li {
      font-family: "GillSansLite", Arial, Helvetica, Sans-Serif; }
      /* line 4240, ../sass/style.scss */
      .sitemap li li a {
        border-bottom: 0;
        padding-bottom: 0;
        padding-top: 5px; }
      /* line 4246, ../sass/style.scss */
      .sitemap li li li {
        font-size: 18px;
        padding-left: 20px; }
        /* line 4249, ../sass/style.scss */
        .sitemap li li li a {
          color: #b3b3b3;
          padding: 4px 0; }

/* line 4258, ../sass/style.scss */
.color-chip:not(.active) {
  border-color: white !important; }

@media screen and (min-width: 750px) {
  /* line 4263, ../sass/style.scss */
  .slider-text {
    background-color: transparent !important; } }
/* line 4268, ../sass/style.scss */
div.header-circle {
  height: 31px;
  width: 46px !important;
  position: relative;
  left: calc(100% - 23em);
  top: -1em;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px; }

/* line 4278, ../sass/style.scss */
.first-circle {
  height: 33px;
  width: 30px !important;
  position: absolute;
  left: calc(100% - 49em);
  top: 1em;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px; }

/* line 4288, ../sass/style.scss */
.second-circle {
  height: 33px;
  width: 30px !important;
  position: absolute;
  left: calc(100% - 49em);
  top: 6.9em;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px; }

/* line 4298, ../sass/style.scss */
div.slider-square {
  border: solid 21px;
  width: 132px;
  height: 65px;
  border-radius: 15px;
  position: absolute;
  top: -1px;
  z-index: -1;
  border-bottom-width: 40px;
  border-top-width: 12px;
  border-left-width: 15px;
  border-right-width: 14px; }

/* line 4312, ../sass/style.scss */
p.title-display {
  padding-right: calc(100% - 8.5em); }

/* line 4316, ../sass/style.scss */
.jHkwuK {
  background-color: #ea3126 !important; }

/* jQuery UI Slider */
@media screen and (max-width: 1000px) {
  /* line 1, ../sass/breakpoints/desktop.scss */
  .aligned-grid-wrap {
    margin: 0 10px;
    width: auto; }

  /* line 6, ../sass/breakpoints/desktop.scss */
  .stainslider {
    height: 46.5em; }
    /* line 8, ../sass/breakpoints/desktop.scss */
    .stainslider .stains-display {
      width: 100%;
      overflow: hidden;
      height: 450px; }
    /* line 13, ../sass/breakpoints/desktop.scss */
    .stainslider .ui-container {
      margin-left: 3%;
      padding-left: 0;
      width: 94%; }
      /* line 17, ../sass/breakpoints/desktop.scss */
      .stainslider .ui-container .sliderproduct {
        left: 5px;
        top: 10px; }
        /* line 20, ../sass/breakpoints/desktop.scss */
        .stainslider .ui-container .sliderproduct img {
          height: 230px;
          width: auto; }
        /* line 24, ../sass/breakpoints/desktop.scss */
        .stainslider .ui-container .sliderproduct:after {
          content: normal; }
      /* line 29, ../sass/breakpoints/desktop.scss */
      .stainslider .ui-container .sliderbox.box-opacity, .stainslider .ui-container .sliderbox.box-color {
        left: 0px; }

  /* line 37, ../sass/breakpoints/desktop.scss */
  .toptabs span {
    font-size: 14px; }
  /* line 40, ../sass/breakpoints/desktop.scss */
  .toptabs b {
    font-size: 30px;
    width: 30px; }

  /* line 47, ../sass/breakpoints/desktop.scss */
  .homeslider .hometext:before {
    width: 400px; } }
@media screen and (max-width: 960px) {
  /* line 1, ../sass/breakpoints/desktopsmall.scss */
  .pagewrap {
    margin: 0 20px;
    width: auto; }
    /* line 4, ../sass/breakpoints/desktopsmall.scss */
    .pagewrap.toptabs {
      margin: 0; }

  /* line 10, ../sass/breakpoints/desktopsmall.scss */
  li.hasmenu .submenu .btn {
    left: 610px;
    padding-left: 10px;
    padding-right: 10px; }
  /* line 17, ../sass/breakpoints/desktopsmall.scss */
  li.hasmenu .submenuContainer.submenuProduct {
    width: 83%;
    padding: 15px 0; }
    /* line 20, ../sass/breakpoints/desktopsmall.scss */
    li.hasmenu .submenuContainer.submenuProduct .product-list {
      width: 100%; }
      /* line 22, ../sass/breakpoints/desktopsmall.scss */
      li.hasmenu .submenuContainer.submenuProduct .product-list li {
        width: 20%;
        box-sizing: border-box; }
  /* line 32, ../sass/breakpoints/desktopsmall.scss */
  li.hasmenu .submenu .product-thumb img {
    height: auto;
    max-height: 120px;
    max-width: 100%; }
  /* line 37, ../sass/breakpoints/desktopsmall.scss */
  li.hasmenu .submenu .product-thumb p {
    font-size: 12px; } }
@media print, screen and (max-width: 800px) {
  /* Sizes */
  @font-face {
    font-family: 'GillSans';
    src: url("../fonts/GillSans.otf"); }
  @font-face {
    font-family: 'GillSansLite';
    src: url("../fonts/GillSans-Light.otf"); }
  /* line 3, ../sass/breakpoints/tablet.scss */
  .desktop {
    display: none !important; }

  /* line 6, ../sass/breakpoints/tablet.scss */
  .mobile, .mobile.fa {
    display: block; }

  /* line 10, ../sass/breakpoints/tablet.scss */
  .viewport {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }

  /* line 13, ../sass/breakpoints/tablet.scss */
  .wholewrap {
    background: transparent none !important;
    padding-top: 51px; }
    /* line 16, ../sass/breakpoints/tablet.scss */
    .wholewrap.wrapped-background-image {
      padding-bottom: 50px; }

  /* line 21, ../sass/breakpoints/tablet.scss */
  .textwrap {
    padding: 0 10px; }

  /* line 25, ../sass/breakpoints/tablet.scss */
  .contentpad {
    padding: 30px 0; }

  /* line 29, ../sass/breakpoints/tablet.scss */
  h1, .h1 {
    font-size: 28px; }

  /* line 32, ../sass/breakpoints/tablet.scss */
  h2, .h2 {
    font-size: 20px; }

  /* line 35, ../sass/breakpoints/tablet.scss */
  h3, .h3 {
    font-size: 16px; }

  /* Responsive iframes */
  /* line 41, ../sass/breakpoints/tablet.scss */
  .iframewrap.half {
    padding-bottom: 55%;
    width: 100%; }
  /* line 45, ../sass/breakpoints/tablet.scss */
  .iframewrap.full {
    height: 0;
    padding-bottom: 55%;
    width: 100%; }

  /* line 52, ../sass/breakpoints/tablet.scss */
  .nav-header::-webkit-scrollbar {
    width: 0px; }

  /* line 56, ../sass/breakpoints/tablet.scss */
  .nav-header {
    -webkit-transition: left 0.6s, transform 0.6s;
    -moz-transition: left 0.6s, transform 0.6s;
    -ms-transition: left 0.6s, transform 0.6s;
    -o-transition: left 0.6s, transform 0.6s;
    transition: left 0.6s, transform 0.6s;
    background: #00285d;
    bottom: 0;
    height: 100% !important;
    left: -270px;
    margin-top: 0;
    overflow-y: scroll;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 270px; }
    /* line 69, ../sass/breakpoints/tablet.scss */
    .nav-header ul li {
      border: 0 none;
      color: #00285d;
      display: block;
      float: none;
      padding: 0 !important;
      width: 100%; }
      /* line 76, ../sass/breakpoints/tablet.scss */
      .nav-header ul li a, .nav-header ul li a:hover {
        background: #0069aa;
        border-bottom: 1px solid #00285d;
        color: #fff;
        display: block;
        font-size: 14px;
        height: auto !important;
        line-height: 14px;
        margin-right: 0;
        padding: 18px;
        width: auto; }
      /* line 88, ../sass/breakpoints/tablet.scss */
      .nav-header ul li a span {
        text-align: left; }
      /* line 91, ../sass/breakpoints/tablet.scss */
      .nav-header ul li .sub {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        color: #fff;
        cursor: pointer;
        display: block;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        vertical-align: middle;
        width: 50px; }
    /* line 107, ../sass/breakpoints/tablet.scss */
    .nav-header .navwrap {
      border-right: 0;
      display: block;
      width: 270px; }
    /* line 112, ../sass/breakpoints/tablet.scss */
    .nav-header .nav-list {
      display: block;
      width: 100% !important; }
    /* line 116, ../sass/breakpoints/tablet.scss */
    .nav-header .upper-nav {
      position: static; }
      /* line 118, ../sass/breakpoints/tablet.scss */
      .nav-header .upper-nav .first {
        padding: 0;
        float: none; }
      /* line 121, ../sass/breakpoints/tablet.scss */
      .nav-header .upper-nav .last {
        padding: 0;
        float: none; }
        /* line 123, ../sass/breakpoints/tablet.scss */
        .nav-header .upper-nav .last li {
          float: left;
          text-align: center;
          width: 25%; }
          /* line 127, ../sass/breakpoints/tablet.scss */
          .nav-header .upper-nav .last li a {
            border-left: 1px solid #00285d;
            color: #fff;
            font-size: 20px; }
          /* line 132, ../sass/breakpoints/tablet.scss */
          .nav-header .upper-nav .last li:first-child a {
            border-left: 0 none; }
    /* line 138, ../sass/breakpoints/tablet.scss */
    .nav-header .main-nav {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-bottom: 0 none;
      border-top: 0 none; }
      /* line 142, ../sass/breakpoints/tablet.scss */
      .nav-header .main-nav ul {
        display: block; }

  /* line 147, ../sass/breakpoints/tablet.scss */
  li.hasmenu {
    position: relative; }
    /* line 149, ../sass/breakpoints/tablet.scss */
    li.hasmenu i {
      background-color: #0069aa;
      border-left: 1px solid #00285d;
      font-size: 30px;
      height: 50px;
      width: 48px; }
      /* line 155, ../sass/breakpoints/tablet.scss */
      li.hasmenu i span {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        display: block; }
    /* line 160, ../sass/breakpoints/tablet.scss */
    li.hasmenu > a:before {
      content: none !important; }
    /* line 163, ../sass/breakpoints/tablet.scss */
    li.hasmenu .submenuContainer {
      padding: 0px;
      width: 100%; }
      /* line 166, ../sass/breakpoints/tablet.scss */
      li.hasmenu .submenuContainer.submenuProduct {
        padding: 0;
        width: 100%; }
        /* line 169, ../sass/breakpoints/tablet.scss */
        li.hasmenu .submenuContainer.submenuProduct p {
          font-size: 12px; }
        /* line 173, ../sass/breakpoints/tablet.scss */
        li.hasmenu .submenuContainer.submenuProduct .product-list li {
          float: none;
          width: 100%; }
          /* line 176, ../sass/breakpoints/tablet.scss */
          li.hasmenu .submenuContainer.submenuProduct .product-list li p {
            font-family: "GillSans", Arial, Helvetica, Sans-Serif; }
        /* line 180, ../sass/breakpoints/tablet.scss */
        li.hasmenu .submenuContainer.submenuProduct .product-list .thumb {
          display: none; }
      /* line 185, ../sass/breakpoints/tablet.scss */
      li.hasmenu .submenuContainer.submenuList ul {
        float: none;
        width: 100%; }
    /* line 190, ../sass/breakpoints/tablet.scss */
    li.hasmenu .submenu {
      display: block;
      max-height: 0;
      overflow: hidden;
      padding-top: 0;
      position: static; }
      /* line 196, ../sass/breakpoints/tablet.scss */
      li.hasmenu .submenu a {
        background: #fff;
        border-bottom: 0 none;
        font-size: 12px !important; }
      /* line 201, ../sass/breakpoints/tablet.scss */
      li.hasmenu .submenu ul {
        border-left: 0 none;
        float: none;
        height: auto !important;
        padding: 0;
        width: 100%; }
        /* line 207, ../sass/breakpoints/tablet.scss */
        li.hasmenu .submenu ul li {
          background-color: transparent; }
          /* line 209, ../sass/breakpoints/tablet.scss */
          li.hasmenu .submenu ul li a {
            background-color: transparent;
            border-bottom: 1px solid #0069aa;
            color: #fff;
            font-family: "GillSans", Arial, Helvetica, Sans-Serif;
            margin: 0 20px;
            padding: 15px 0;
            text-align: left;
            text-transform: none; }
            /* line 218, ../sass/breakpoints/tablet.scss */
            li.hasmenu .submenu ul li a p {
              padding-bottom: 0; }
          /* line 222, ../sass/breakpoints/tablet.scss */
          li.hasmenu .submenu ul li .btn {
            left: 0;
            padding-left: 0;
            position: static;
            top: 0; }
          /* line 228, ../sass/breakpoints/tablet.scss */
          li.hasmenu .submenu ul li:last-child a {
            border-bottom: 0 none; }
      /* line 233, ../sass/breakpoints/tablet.scss */
      li.hasmenu .submenu .pagewrap, li.hasmenu .submenu .navwrap {
        background: #00285d;
        margin: 0; }
      /* line 237, ../sass/breakpoints/tablet.scss */
      li.hasmenu .submenu.showSubMenu {
        max-height: 400px; }
    /* line 242, ../sass/breakpoints/tablet.scss */
    li.hasmenu.touchMenu .submenu {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-bottom: 0 none;
      max-height: 0; }
    /* line 248, ../sass/breakpoints/tablet.scss */
    li.hasmenu.selectSubMenu i {
      background: #00285d; }
      /* line 250, ../sass/breakpoints/tablet.scss */
      li.hasmenu.selectSubMenu i span {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

  /* line 256, ../sass/breakpoints/tablet.scss */
  body.showMenu {
    overflow: hidden; }
    /* line 258, ../sass/breakpoints/tablet.scss */
    body.showMenu .nav-header {
      border-right: 1px solid #00285d; }
    /* line 261, ../sass/breakpoints/tablet.scss */
    body.showMenu .burger {
      background-color: #00285d;
      border-color: #00285d; }
    /* line 265, ../sass/breakpoints/tablet.scss */
    body.showMenu .viewport {
      overflow: hidden;
      position: fixed; }
    /* line 269, ../sass/breakpoints/tablet.scss */
    body.showMenu .viewport, body.showMenu .nav-header {
      -webkit-transform: translateX(267px);
      -moz-transform: translateX(267px);
      -ms-transform: translateX(267px);
      transform: translateX(267px); }
    /* line 272, ../sass/breakpoints/tablet.scss */
    body.showMenu .veil {
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 399; }

  /* line 284, ../sass/breakpoints/tablet.scss */
  .no-csstransforms .main.showMenu .viewport, .no-csstransforms .main.showMenu .burger {
    left: 257px; }
  /* line 287, ../sass/breakpoints/tablet.scss */
  .no-csstransforms .main.showMenu .nav-header {
    left: 0px; }

  /* Newsletter */
  /* line 293, ../sass/breakpoints/tablet.scss */
  form.newsletter-page {
    height: auto; }

  /* line 297, ../sass/breakpoints/tablet.scss */
  .title-area {
    margin: 0 10px;
    max-width: 100%; }

  /* Square Blockers */
  /* line 303, ../sass/breakpoints/tablet.scss */
  .square-container {
    height: 150px; }
    /* line 305, ../sass/breakpoints/tablet.scss */
    .square-container .square {
      height: 150px;
      width: 150px; }
      /* line 308, ../sass/breakpoints/tablet.scss */
      .square-container .square .content-wrap {
        width: 150px; }
    /* line 312, ../sass/breakpoints/tablet.scss */
    .square-container .content-wrap {
      height: 150px; }
    /* line 318, ../sass/breakpoints/tablet.scss */
    .square-container.square-left {
      padding-left: 149px; }
      /* line 320, ../sass/breakpoints/tablet.scss */
      .square-container.square-left .square:before {
        left: 75%; }
    /* line 324, ../sass/breakpoints/tablet.scss */
    .square-container.square-right {
      padding-right: 149px; }
      /* line 326, ../sass/breakpoints/tablet.scss */
      .square-container.square-right .square:before {
        right: 75%; }
    /* line 331, ../sass/breakpoints/tablet.scss */
    .square-container.timber {
      width: 100%;
      float: none; }

  /* line 338, ../sass/breakpoints/tablet.scss */
  .background.full-height-textbox {
    height: 220px; }
  /* line 342, ../sass/breakpoints/tablet.scss */
  .background.timber {
    width: 100%;
    margin-bottom: 2px;
    float: none;
    height: 200px;
    overflow: hidden; }

  /* Grids */
  /* line 352, ../sass/breakpoints/tablet.scss */
  .aligned-grid {
    padding-bottom: 10px; }
    /* line 354, ../sass/breakpoints/tablet.scss */
    .aligned-grid .grid-item {
      /*
      > img{
          height:auto; 
          width:100%;
      }
      */ }
    /* line 363, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-1column .grid-item, .aligned-grid.grid-1column .grid-item:nth-of-type(odd), .aligned-grid.grid-1column .grid-item:nth-of-type(even), .aligned-grid.grid-2columns .grid-item, .aligned-grid.grid-2columns .grid-item:nth-of-type(odd), .aligned-grid.grid-2columns .grid-item:nth-of-type(even), .aligned-grid.grid-3columns .grid-item, .aligned-grid.grid-3columns .grid-item:nth-of-type(odd), .aligned-grid.grid-3columns .grid-item:nth-of-type(even), .aligned-grid.grid-4columns .grid-item, .aligned-grid.grid-4columns .grid-item:nth-of-type(odd), .aligned-grid.grid-4columns .grid-item:nth-of-type(even) {
      clear: both;
      display: block;
      float: none;
      padding: 0 0 10px 0;
      width: 100%; }
      /* line 369, ../sass/breakpoints/tablet.scss */
      .nav-footer .aligned-grid.grid-1column .grid-item, .nav-footer .aligned-grid.grid-1column .grid-item:nth-of-type(odd), .nav-footer .aligned-grid.grid-1column .grid-item:nth-of-type(even), .nav-footer .aligned-grid.grid-2columns .grid-item, .nav-footer .aligned-grid.grid-2columns .grid-item:nth-of-type(odd), .nav-footer .aligned-grid.grid-2columns .grid-item:nth-of-type(even), .nav-footer .aligned-grid.grid-3columns .grid-item, .nav-footer .aligned-grid.grid-3columns .grid-item:nth-of-type(odd), .nav-footer .aligned-grid.grid-3columns .grid-item:nth-of-type(even), .nav-footer .aligned-grid.grid-4columns .grid-item, .nav-footer .aligned-grid.grid-4columns .grid-item:nth-of-type(odd), .nav-footer .aligned-grid.grid-4columns .grid-item:nth-of-type(even) {
        clear: none;
        float: left;
        width: 33%; }
    /* line 376, ../sass/breakpoints/tablet.scss */
    .aligned-grid.border-top {
      margin-top: 20px;
      padding-top: 40px; }
    /* line 382, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-howtoArticle > .grid-item:nth-of-type(odd), .aligned-grid.grid-howtoArticle > .grid-item:nth-of-type(even) {
      padding-right: 0px;
      padding-left: 0px; }
    /* line 386, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-howtoArticle > .grid-item.grid-item-1, .aligned-grid.grid-howtoArticle > .grid-item.grid-item-2 {
      width: 100% !important; }
    /* line 392, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-2columnsby3 > .grid-item.grid-item-1, .aligned-grid.grid-2columnsby3 > .grid-item.grid-item-2 {
      clear: both;
      display: block;
      float: none;
      padding: 0 0 10px 0;
      width: 100%; }
    /* line 402, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-2columnsby3.imgbox > .grid-item .imgbox span {
      display: block;
      float: left;
      height: 75px;
      position: relative;
      padding-right: 10px;
      width: 100%; }
    /* line 411, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-2columnsby3.imgbox > .grid-item:nth-of-type(even) {
      padding-top: 10px; }
    /* line 414, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-2columnsby3.imgbox > .grid-item.grid-item-1 {
      height: 75px; }
      /* line 418, ../sass/breakpoints/tablet.scss */
      .aligned-grid.grid-2columnsby3.imgbox > .grid-item.grid-item-1 .imgbox {
        box-sizing: border-box;
        float: left;
        height: 75px;
        margin-bottom: 0 !important;
        padding-left: 10px;
        width: 50%; }
        /* line 425, ../sass/breakpoints/tablet.scss */
        .aligned-grid.grid-2columnsby3.imgbox > .grid-item.grid-item-1 .imgbox:first-child {
          padding-left: 0px;
          padding-right: 10px; }
    /* line 431, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-2columnsby3.imgbox > .grid-item.grid-item-2 {
      height: 140px; }
      /* line 433, ../sass/breakpoints/tablet.scss */
      .aligned-grid.grid-2columnsby3.imgbox > .grid-item.grid-item-2 .imgbox {
        height: 140px; }
    /* line 441, ../sass/breakpoints/tablet.scss */
    .aligned-grid.bordered .grid-item {
      border: 0 none;
      height: auto !important;
      margin: 5px 0;
      padding: 0 0 10px 0; }
      /* line 446, ../sass/breakpoints/tablet.scss */
      .aligned-grid.bordered .grid-item:not(:nth-child(1)) {
        border-top: 1px solid #e9e9e9;
        padding-top: 20px; }
    /* line 452, ../sass/breakpoints/tablet.scss */
    .aligned-grid.bordered.grid-2columns > .grid-item:nth-of-type(odd), .aligned-grid.bordered.grid-2columnsby3 > .grid-item:nth-of-type(odd) {
      padding-right: 0px; }
      /* line 454, ../sass/breakpoints/tablet.scss */
      .aligned-grid.bordered.grid-2columns > .grid-item:nth-of-type(odd) .product-thumb-text, .aligned-grid.bordered.grid-2columnsby3 > .grid-item:nth-of-type(odd) .product-thumb-text {
        padding-right: 0px; }
    /* line 458, ../sass/breakpoints/tablet.scss */
    .aligned-grid.bordered.grid-2columns > .grid-item:nth-of-type(even), .aligned-grid.bordered.grid-2columnsby3 > .grid-item:nth-of-type(even) {
      padding-left: 0px; }
      /* line 460, ../sass/breakpoints/tablet.scss */
      .aligned-grid.bordered.grid-2columns > .grid-item:nth-of-type(even) .product-thumb-text, .aligned-grid.bordered.grid-2columnsby3 > .grid-item:nth-of-type(even) .product-thumb-text {
        padding-left: 0px; }
    /* line 464, ../sass/breakpoints/tablet.scss */
    .aligned-grid.bordered.grid-2columns > .grid-item:nth-child(2), .aligned-grid.bordered.grid-2columnsby3 > .grid-item:nth-child(2) {
      border-top: 1px solid #E9E9E9; }
    /* line 469, ../sass/breakpoints/tablet.scss */
    .aligned-grid.bordered.grid-3columns > .grid-item:nth-child(2), .aligned-grid.bordered.grid-3columns > .grid-item:nth-child(3) {
      border-top: 1px solid #E9E9E9; }
    /* line 475, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-4columns.socials {
      padding-bottom: 0; }
      /* line 477, ../sass/breakpoints/tablet.scss */
      .aligned-grid.grid-4columns.socials > .grid-item {
        clear: none;
        float: left;
        width: 20%; }
    /* line 484, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-4columns.mobile-half > .grid-item {
      clear: none;
      float: left;
      width: 50%; }
    /* line 491, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-4columns.alter-responsive-grid > .grid-item {
      padding: 0 2px; }
      /* line 493, ../sass/breakpoints/tablet.scss */
      .aligned-grid.grid-4columns.alter-responsive-grid > .grid-item:nth-of-type(odd), .aligned-grid.grid-4columns.alter-responsive-grid > .grid-item:nth-of-type(even) {
        clear: none;
        float: left;
        padding: 0 4px 0 2px;
        width: 25%; }
      /* line 499, ../sass/breakpoints/tablet.scss */
      .aligned-grid.grid-4columns.alter-responsive-grid > .grid-item:nth-of-type(4n+1) {
        padding-right: 4px; }
      /* line 502, ../sass/breakpoints/tablet.scss */
      .aligned-grid.grid-4columns.alter-responsive-grid > .grid-item:nth-of-type(4n+4) {
        padding-left: 4px; }
    /* line 509, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-5columns > .grid-item {
      padding: 0 2px; }
      /* line 511, ../sass/breakpoints/tablet.scss */
      .aligned-grid.grid-5columns > .grid-item:nth-of-type(5n+1) {
        padding-right: 4px; }
      /* line 514, ../sass/breakpoints/tablet.scss */
      .aligned-grid.grid-5columns > .grid-item:nth-of-type(5n+5) {
        padding-left: 4px; }
    /* line 520, ../sass/breakpoints/tablet.scss */
    .aligned-grid.tight > .grid-item {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    /* line 527, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-3columns-arrow > .grid-item {
      float: none;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0 auto;
      text-align: center;
      width: 100%; }
      /* line 534, ../sass/breakpoints/tablet.scss */
      .aligned-grid.grid-3columns-arrow > .grid-item:last-child {
        padding-bottom: 50px; }
    /* line 540, ../sass/breakpoints/tablet.scss */
    .aligned-grid.grid-3columns-arrow > .grid-item.arrow.sprite-arrow {
      margin-top: 0;
      margin-left: auto;
      width: 41px;
      height: 66px;
      background-position: 0 0; }

  /* Footer */
  /* line 555, ../sass/breakpoints/tablet.scss */
  footer .nav-footer li a {
    font-size: 12px;
    padding: 20px 0; }
  /* line 559, ../sass/breakpoints/tablet.scss */
  footer .nav-footer .grid-3columns > .grid-item {
    padding: 0 !important; }
  /* line 563, ../sass/breakpoints/tablet.scss */
  footer .social {
    height: auto;
    padding: 20px 0; }
    /* line 566, ../sass/breakpoints/tablet.scss */
    footer .social h5 {
      padding-bottom: 5px; }
    /* line 569, ../sass/breakpoints/tablet.scss */
    footer .social .pagewrap {
      margin: 0; }
    /* line 572, ../sass/breakpoints/tablet.scss */
    footer .social .grid-3columns > .grid-item {
      float: none;
      padding: 0 0 10px 0 !important;
      text-align: center;
      width: 100%; }
    /* line 578, ../sass/breakpoints/tablet.scss */
    footer .social .foot-news {
      float: none;
      margin: 0 auto; }
  /* line 583, ../sass/breakpoints/tablet.scss */
  footer .copy-footer {
    padding: 15px 0; }
    /* line 585, ../sass/breakpoints/tablet.scss */
    footer .copy-footer .copyright {
      float: none;
      padding-bottom: 10px;
      text-align: center; }
    /* line 590, ../sass/breakpoints/tablet.scss */
    footer .copy-footer ul {
      float: none;
      text-align: center; }
      /* line 593, ../sass/breakpoints/tablet.scss */
      footer .copy-footer ul li {
        display: inline-block;
        float: none;
        margin-bottom: 5px; }

  /* line 603, ../sass/breakpoints/tablet.scss */
  .homeslider .hometext {
    height: 262px !important;
    padding: 1.75em 0; }
    /* line 606, ../sass/breakpoints/tablet.scss */
    .homeslider .hometext:before {
      width: 50% !important;
      height: 262px !important; }
    /* line 610, ../sass/breakpoints/tablet.scss */
    .homeslider .hometext h1 {
      margin-left: 20px;
      margin-top: 5%;
      color: #ffffff !important; }

  /* line 619, ../sass/breakpoints/tablet.scss */
  .full-background .full-background-content {
    font-size: 18px; }

  /* line 625, ../sass/breakpoints/tablet.scss */
  .background-bottom-curve .titletext {
    height: 150px;
    position: absolute;
    width: 80%; }
    /* line 629, ../sass/breakpoints/tablet.scss */
    .background-bottom-curve .titletext span {
      bottom: 50px;
      width: 75%; }

  /* line 636, ../sass/breakpoints/tablet.scss */
  .article-tighten {
    width: 100%; }

  /* line 640, ../sass/breakpoints/tablet.scss */
  svg:not(:root) {
    top: -72px;
    left: 20em; }

  /* line 645, ../sass/breakpoints/tablet.scss */
  svg:not(:root).step-one {
    display: none; }

  /* line 649, ../sass/breakpoints/tablet.scss */
  svg:not(:root).step-two {
    display: none; }

  /* Transparency Component */
  /* line 654, ../sass/breakpoints/tablet.scss */
  .stainslider {
    height: 35.75em;
    min-height: 500px;
    overflow: hidden; }
    /* line 658, ../sass/breakpoints/tablet.scss */
    .stainslider .stains-display {
      height: 340px;
      overflow: hidden;
      margin-bottom: 40px;
      position: relative;
      width: 100%; }
    /* line 665, ../sass/breakpoints/tablet.scss */
    .stainslider .ui-container {
      margin-left: 0;
      width: 100%; }
      /* line 668, ../sass/breakpoints/tablet.scss */
      .stainslider .ui-container .sliderproduct {
        left: 15px; }
        /* line 670, ../sass/breakpoints/tablet.scss */
        .stainslider .ui-container .sliderproduct img {
          height: 120px;
          width: auto; }
      /* line 676, ../sass/breakpoints/tablet.scss */
      .stainslider .ui-container .sliderbox .square {
        display: none; }
      /* line 679, ../sass/breakpoints/tablet.scss */
      .stainslider .ui-container .sliderbox.box-color {
        top: 205px;
        width: 100%; }
      /* line 683, ../sass/breakpoints/tablet.scss */
      .stainslider .ui-container .sliderbox.box-opacity {
        top: 152px;
        width: 100%; }
      /* line 687, ../sass/breakpoints/tablet.scss */
      .stainslider .ui-container .sliderbox .ui-colors {
        left: 0;
        top: 30px;
        width: 100%; }
      /* line 692, ../sass/breakpoints/tablet.scss */
      .stainslider .ui-container .sliderbox .slider-text {
        font-size: 12px;
        left: 10%;
        width: 82%; }
      /* line 697, ../sass/breakpoints/tablet.scss */
      .stainslider .ui-container .sliderbox .slider-backgrounds {
        left: 0;
        top: 14px;
        width: 100%; }
        /* line 701, ../sass/breakpoints/tablet.scss */
        .stainslider .ui-container .sliderbox .slider-backgrounds > span {
          width: 100%; }
          /* line 703, ../sass/breakpoints/tablet.scss */
          .stainslider .ui-container .sliderbox .slider-backgrounds > span img {
            display: block;
            height: 15px;
            margin: 0 auto;
            width: 80%; }
      /* line 711, ../sass/breakpoints/tablet.scss */
      .stainslider .ui-container .sliderbox .ui-slider {
        left: auto;
        height: 55px;
        margin: 0 auto;
        position: relative;
        width: 60%; }
        /* line 717, ../sass/breakpoints/tablet.scss */
        .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle {
          height: 75px;
          margin-left: -57px;
          width: 114px; }
          /* line 721, ../sass/breakpoints/tablet.scss */
          .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle {
            height: 75px;
            width: 114px; }
            /* line 724, ../sass/breakpoints/tablet.scss */
            .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler {
              background-position: bottom center;
              background-size: 100% auto;
              font-size: 12px;
              height: 21px;
              padding-top: 54px;
              width: 114px; }
              /* line 731, ../sass/breakpoints/tablet.scss */
              .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler:before {
                left: 6px; }
              /* line 734, ../sass/breakpoints/tablet.scss */
              .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler:after {
                right: 6px; }
              /* line 737, ../sass/breakpoints/tablet.scss */
              .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler .handler-instruction {
                line-height: 20px;
                font-size: 10px;
                left: 26px;
                top: -20px;
                text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.5), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }

  /* Product Detail */
  /* line 755, ../sass/breakpoints/tablet.scss */
  .pagewrap.detailwrap {
    margin: 0; }

  /* line 759, ../sass/breakpoints/tablet.scss */
  .product-details {
    padding-bottom: 0px; }
    /* line 761, ../sass/breakpoints/tablet.scss */
    .product-details .image {
      float: none;
      width: 100%; }
      /* line 764, ../sass/breakpoints/tablet.scss */
      .product-details .image .product-detail-image {
        margin: 0 auto;
        max-width: 220px;
        width: 60%; }
    /* line 770, ../sass/breakpoints/tablet.scss */
    .product-details .info .details {
      padding-bottom: 0px;
      width: auto; }
      /* line 773, ../sass/breakpoints/tablet.scss */
      .product-details .info .details .swatchholder {
        padding-bottom: 10px;
        position: static; }
    /* line 778, ../sass/breakpoints/tablet.scss */
    .product-details .calls {
      float: left;
      padding: 10px 3% 20px;
      width: 200px; }
      /* line 782, ../sass/breakpoints/tablet.scss */
      .product-details .calls .action {
        border: 1px solid #c2c2c2;
        padding: 5px 15px; }
        /* line 785, ../sass/breakpoints/tablet.scss */
        .product-details .calls .action h5 {
          font-family: Arial, Helvetica, Sans-Serif;
          font-weight: 900; }
        /* line 789, ../sass/breakpoints/tablet.scss */
        .product-details .calls .action p {
          font-size: 12px;
          padding-bottom: 10px; }
        /* line 793, ../sass/breakpoints/tablet.scss */
        .product-details .calls .action a {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
    /* line 799, ../sass/breakpoints/tablet.scss */
    .product-details .detail-swatch span {
      border-width: 1px;
      padding: 1px; }
    /* line 803, ../sass/breakpoints/tablet.scss */
    .product-details .detail-swatch h5 {
      display: none; }

  /* line 810, ../sass/breakpoints/tablet.scss */
  .product-tabs #tabholder, .faq-tabs #tabholder {
    display: none; }
  /* line 813, ../sass/breakpoints/tablet.scss */
  .product-tabs .tab, .faq-tabs .tab {
    position: relative;
    left: auto !important;
    margin-bottom: 1px;
    text-align: left;
    top: auto;
    width: 100% !important; }
    /* line 820, ../sass/breakpoints/tablet.scss */
    .product-tabs .tab span, .faq-tabs .tab span {
      padding-left: 10px; }
    /* line 823, ../sass/breakpoints/tablet.scss */
    .product-tabs .tab.tab-1, .faq-tabs .tab.tab-1 {
      padding-right: 0; }
    /* line 826, ../sass/breakpoints/tablet.scss */
    .product-tabs .tab.tab-3, .faq-tabs .tab.tab-3 {
      padding-left: 0; }
    /* line 829, ../sass/breakpoints/tablet.scss */
    .product-tabs .tab:after, .faq-tabs .tab:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      content: "\f067";
      font-family: FontAwesome;
      font-size: 14px;
      line-height: 32px;
      position: absolute;
      text-rendering: auto;
      right: 10px;
      top: 0; }
    /* line 843, ../sass/breakpoints/tablet.scss */
    .product-tabs .tab.active:after, .faq-tabs .tab.active:after {
      content: "\f068"; }
  /* line 849, ../sass/breakpoints/tablet.scss */
  .product-tabs .accordion .accordioncontent, .faq-tabs .accordion .accordioncontent {
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -ms-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    height: 0;
    position: static !important; }
    /* line 854, ../sass/breakpoints/tablet.scss */
    .product-tabs .accordion .accordioncontent > div, .faq-tabs .accordion .accordioncontent > div {
      padding: 20px; }

  /* line 862, ../sass/breakpoints/tablet.scss */
  .accordion .accordionholder {
    height: auto !important; }
  /* line 866, ../sass/breakpoints/tablet.scss */
  .accordion.colorguide .productinfo {
    text-align: center; }
    /* line 868, ../sass/breakpoints/tablet.scss */
    .accordion.colorguide .productinfo .product {
      float: none;
      width: auto; }
      /* line 871, ../sass/breakpoints/tablet.scss */
      .accordion.colorguide .productinfo .product img {
        float: none;
        margin-right: 0;
        padding-bottom: 0;
        width: 150px; }
    /* line 878, ../sass/breakpoints/tablet.scss */
    .accordion.colorguide .productinfo .location {
      float: none;
      text-align: inherit;
      width: auto; }

  /* line 887, ../sass/breakpoints/tablet.scss */
  .swatch {
    width: 32%; }
    /* line 889, ../sass/breakpoints/tablet.scss */
    .detailwrap .swatch {
      width: 48%; }

  /* line 894, ../sass/breakpoints/tablet.scss */
  .toptabs-container {
    border-top: 0 none;
    padding-top: 20px; }

  /* line 900, ../sass/breakpoints/tablet.scss */
  .toptabs > .grid-item {
    border-top: 1px solid #fff;
    padding: 5px 15px !important; }
    /* line 903, ../sass/breakpoints/tablet.scss */
    .toptabs > .grid-item:nth-of-type(odd) {
      border-left: 0 none; }
    /* line 906, ../sass/breakpoints/tablet.scss */
    .toptabs > .grid-item.center-out {
      display: table !important; }

  /* Inspired Page */
  /* line 915, ../sass/breakpoints/tablet.scss */
  .inspired-slide .owl-wrapper-outer {
    height: auto !important; }
  /* line 918, ../sass/breakpoints/tablet.scss */
  .inspired-slide .owl-controls {
    top: 15%;
    top: calc(40% - 108px); }
  /* line 922, ../sass/breakpoints/tablet.scss */
  .inspired-slide .owl-wrapper {
    height: auto;
    position: relative; }
    /* line 925, ../sass/breakpoints/tablet.scss */
    .inspired-slide .owl-wrapper .owl-item {
      position: static;
      -webkit-transition: opacity 0.3s linear 0.2s;
      -moz-transition: opacity 0.3s linear 0.2s;
      -ms-transition: opacity 0.3s linear 0.2s;
      -o-transition: opacity 0.3s linear 0.2s;
      transition: opacity 0.3s linear 0.2s;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

  /* line 933, ../sass/breakpoints/tablet.scss */
  .inspired-carousel {
    display: none !important; }

  /* line 937, ../sass/breakpoints/tablet.scss */
  .inspired-text, .inspired-text .content, .contest-text, .contest-text .contest-content {
    margin-left: 0;
    position: static;
    width: 95%; }

  /* line 943, ../sass/breakpoints/tablet.scss */
  .contest-winner-img {
    width: 100% !important; }

  /* FAQ */
  /* line 950, ../sass/breakpoints/tablet.scss */
  .advice-table {
    font-size: 16px; }
    /* line 952, ../sass/breakpoints/tablet.scss */
    .advice-table th {
      border: 5px solid #FFF;
      font-size: 18px; }
    /* line 956, ../sass/breakpoints/tablet.scss */
    .advice-table td {
      border: 10px solid transparent;
      border-left-width: 20px;
      border-right-width: 20px; }

  /* line 964, ../sass/breakpoints/tablet.scss */
  .article-wrap .nextpage {
    height: 20px; }
    /* line 966, ../sass/breakpoints/tablet.scss */
    .article-wrap .nextpage a.h1 {
      font-size: 18px; }
  /* line 970, ../sass/breakpoints/tablet.scss */
  .article-wrap .g.grid-2columnsby3:first-child {
    border-top: 0px none;
    padding-top: 0; }

  /* line 976, ../sass/breakpoints/tablet.scss */
  .captcha-box {
    margin: 10px; }

  /* line 980, ../sass/breakpoints/tablet.scss */
  .past-winner {
    min-height: 0; }
    /* line 982, ../sass/breakpoints/tablet.scss */
    .past-winner .content {
      margin-left: 0px;
      padding: 20px 20px 0 20px;
      top: 0px;
      width: auto; }
      /* line 987, ../sass/breakpoints/tablet.scss */
      .past-winner .content img {
        border: 2px solid #fff;
        margin-right: 10px;
        width: 50px; }

  /* Search Page */
  /* line 997, ../sass/breakpoints/tablet.scss */
  .search-box form {
    padding: 10px 0 20px 0; }
    /* line 999, ../sass/breakpoints/tablet.scss */
    .search-box form label {
      font-size: 12px; }
    /* line 1002, ../sass/breakpoints/tablet.scss */
    .search-box form .search-form {
      background: #fff; }
    /* line 1005, ../sass/breakpoints/tablet.scss */
    .search-box form a, .search-box form input {
      color: #303030;
      font-size: 18px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      width: 10%; }
    /* line 1013, ../sass/breakpoints/tablet.scss */
    .search-box form .search-text {
      width: 85%; }

  /* line 1020, ../sass/breakpoints/tablet.scss */
  .search-page .pagination {
    font-size: 14px; }

  /* line 1025, ../sass/breakpoints/tablet.scss */
  p.title-display {
    padding-right: calc(100% - 9.5em); }

  /* line 1029, ../sass/breakpoints/tablet.scss */
  div.slider-square {
    border: solid 21px;
    width: 98px;
    height: 40px;
    border-radius: 15px;
    position: absolute;
    top: -1px;
    left: -5px;
    z-index: -1;
    border-bottom-width: 40px;
    border-top-width: 12px;
    border-left-width: 15px;
    border-right-width: 14px; } }
@media screen and (max-width: 640px) {
  /* line 1, ../sass/breakpoints/background-switch.scss */
  .mobile-background {
    display: block; }

  /* line 4, ../sass/breakpoints/background-switch.scss */
  .mobile-background-banner {
    display: inline-block; }

  /* line 7, ../sass/breakpoints/background-switch.scss */
  .desktop-background {
    display: none; }

  /* line 11, ../sass/breakpoints/background-switch.scss */
  .full-background {
    height: 330px; }
    /* line 13, ../sass/breakpoints/background-switch.scss */
    .background-bottom-curve .full-background {
      height: 330px; }
      /* line 15, ../sass/breakpoints/background-switch.scss */
      .background-bottom-curve .full-background .full-background-img {
        height: 330px; }
    /* line 19, ../sass/breakpoints/background-switch.scss */
    .background-bottom-curve.no-text .full-background {
      height: auto !important; }
      /* line 21, ../sass/breakpoints/background-switch.scss */
      .background-bottom-curve.no-text .full-background .full-background, .background-bottom-curve.no-text .full-background .full-background-img, .background-bottom-curve.no-text .full-background .mobile-background {
        height: auto !important; }
      /* line 24, ../sass/breakpoints/background-switch.scss */
      .background-bottom-curve.no-text .full-background .full-background-img, .background-bottom-curve.no-text .full-background .mobile-background {
        position: static !important; }
      /* line 27, ../sass/breakpoints/background-switch.scss */
      .background-bottom-curve.no-text .full-background .mobile-background {
        margin: 0 !important;
        width: 100%; }
    /* line 33, ../sass/breakpoints/background-switch.scss */
    .full-background .aligned-grid.grid-3columns > .grid-item {
      width: 50% !important; }
    /* line 37, ../sass/breakpoints/background-switch.scss */
    .full-background .full-background-img {
      height: 330px; }
      /* line 39, ../sass/breakpoints/background-switch.scss */
      .full-background .full-background-img img {
        width: 100%;
        margin-left: -50%; }
    /* line 44, ../sass/breakpoints/background-switch.scss */
    .full-background .full-background-content {
      height: 330px;
      padding-left: 0;
      padding-right: 10%; }

  /* line 51, ../sass/breakpoints/background-switch.scss */
  .homeslider {
    height: 100%; }
    /* line 55, ../sass/breakpoints/background-switch.scss */
    .homeslider .home-backgrounds .full-background img {
      height: 430px;
      margin-top: -215px;
      position: absolute;
      top: 50%; }
    /* line 63, ../sass/breakpoints/background-switch.scss */
    .homeslider .hometext {
      height: 261px !important; }
      /* line 65, ../sass/breakpoints/background-switch.scss */
      .homeslider .hometext:before {
        display: none;
        height: 261px !important; }
      /* line 69, ../sass/breakpoints/background-switch.scss */
      .homeslider .hometext h1 {
        /*background-color:rgba(0,0,0,0.8); */
        font-size: 20px;
        margin-top: 180px;
        padding: 10px;
        width: 50%; }

  /* line 79, ../sass/breakpoints/background-switch.scss */
  .swatch {
    width: 49%; }

  /* line 80, ../sass/breakpoints/background-switch.scss */
  .swatch img {
    width: 90%; } }
@media screen and (max-width: 500px) {
  /* Sizes */
  @font-face {
    font-family: 'GillSans';
    src: url("../fonts/GillSans.otf"); }
  @font-face {
    font-family: 'GillSansLite';
    src: url("../fonts/GillSans-Light.otf"); }
  /* line 3, ../sass/breakpoints/mobile.scss */
  .btn {
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    width: 70%; }
    /* line 9, ../sass/breakpoints/mobile.scss */
    .btn.btn-small {
      padding: 8px 20px; }

  /* line 15, ../sass/breakpoints/mobile.scss */
  .background img, .g .gi .background img {
    height: auto;
    max-width: 370px;
    width: auto; }

  /* line 24, ../sass/breakpoints/mobile.scss */
  .background img.wide {
    max-width: 600px; }

  /* line 31, ../sass/breakpoints/mobile.scss */
  .product-thumb-text .thumb {
    width: 40%; }
    /* line 33, ../sass/breakpoints/mobile.scss */
    .product-thumb-text .thumb img {
      display: block;
      margin: 0 auto;
      width: 60%; }
  /* line 39, ../sass/breakpoints/mobile.scss */
  .product-thumb-text .text {
    /* padding-top:10px; */ }
    /* line 41, ../sass/breakpoints/mobile.scss */
    .product-thumb-text .text .h4 {
      display: none; }

  /* line 48, ../sass/breakpoints/mobile.scss */
  form.newsletter-page {
    width: auto; }
    /* line 50, ../sass/breakpoints/mobile.scss */
    form.newsletter-page input[type=text], form.newsletter-page .btn {
      display: block;
      float: none;
      margin: 10px auto;
      width: 90%; }

  /* line 60, ../sass/breakpoints/mobile.scss */
  .full-background .full-background-img img {
    height: 330px;
    margin-left: -243px;
    margin-top: -165px;
    top: 50%;
    width: auto; }

  /* line 70, ../sass/breakpoints/mobile.scss */
  .homeslider {
    height: 100%; }
    /* line 73, ../sass/breakpoints/mobile.scss */
    .homeslider .home-backgrounds .full-background {
      height: 280px;
      padding-top: 0; }
      /* line 76, ../sass/breakpoints/mobile.scss */
      .homeslider .home-backgrounds .full-background img {
        height: 280px;
        margin-top: -140px; }
    /* line 82, ../sass/breakpoints/mobile.scss */
    .homeslider .hometext {
      height: 142px !important; }
      /* line 84, ../sass/breakpoints/mobile.scss */
      .homeslider .hometext:before {
        width: 30% !important;
        height: 142px !important; }
      /* line 88, ../sass/breakpoints/mobile.scss */
      .homeslider .hometext h1 {
        margin-top: 15%;
        color: #fff !important;
        background-color: none !important; }

  /* line 97, ../sass/breakpoints/mobile.scss */
  .background-bottom-curve .full-background {
    height: 330px; }
  /* line 100, ../sass/breakpoints/mobile.scss */
  .background-bottom-curve .titletext {
    height: 190px;
    left: 10px; }
    /* line 103, ../sass/breakpoints/mobile.scss */
    .background-bottom-curve .titletext h1, .background-bottom-curve .titletext .h1 {
      font-size: 22px; }
    /* line 106, ../sass/breakpoints/mobile.scss */
    .background-bottom-curve .titletext span {
      width: 50%; }
  /* line 110, ../sass/breakpoints/mobile.scss */
  .background-bottom-curve .titletextcenter {
    height: 330px;
    left: 15%;
    position: absolute;
    right: 15%;
    width: 70%; }

  /* line 119, ../sass/breakpoints/mobile.scss */
  .homelinks {
    padding: 20px 0; }

  /* line 124, ../sass/breakpoints/mobile.scss */
  .accordion.colorguide {
    text-align: center; }
    /* line 127, ../sass/breakpoints/mobile.scss */
    .accordion.colorguide .accordionlink img {
      display: block;
      float: none;
      margin: 0 auto;
      padding-bottom: 0;
      width: 50%; }

  /* line 139, ../sass/breakpoints/mobile.scss */
  .toptabs b {
    height: 60px;
    line-height: 60px; }
  /* line 143, ../sass/breakpoints/mobile.scss */
  .toptabs span {
    font-size: 12px;
    line-height: 1.2; }

  /* line 149, ../sass/breakpoints/mobile.scss */
  .stainslider {
    height: auto; }
    /* line 152, ../sass/breakpoints/mobile.scss */
    .stainslider.clear .slider-text {
      background-color: #006F51; }
    /* line 157, ../sass/breakpoints/mobile.scss */
    .stainslider.transparent .slider-text {
      background-color: #0069AA; }
    /* line 162, ../sass/breakpoints/mobile.scss */
    .stainslider.semi-transparent .slider-text {
      background-color: #d45d00; }
    /* line 167, ../sass/breakpoints/mobile.scss */
    .stainslider.solid .slider-text {
      background-color: #ab2328; }
    /* line 171, ../sass/breakpoints/mobile.scss */
    .stainslider .stains-display {
      height: 290px; }
    /* line 175, ../sass/breakpoints/mobile.scss */
    .stainslider .ui-container .ui-colors {
      top: 4px; }
      /* line 179, ../sass/breakpoints/mobile.scss */
      .stainslider .ui-container .ui-colors .g .gi span {
        border: 1px solid #fff; }
    /* line 186, ../sass/breakpoints/mobile.scss */
    .stainslider .ui-container .sliderbox.box-opacity {
      top: 150px; }
    /* line 190, ../sass/breakpoints/mobile.scss */
    .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle {
      height: 60px;
      margin-left: -45px;
      width: 90px; }
      /* line 194, ../sass/breakpoints/mobile.scss */
      .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle {
        height: 60px;
        width: 90px; }
        /* line 197, ../sass/breakpoints/mobile.scss */
        .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler {
          height: 19px;
          padding-top: 64px;
          width: 90px; }
          /* line 201, ../sass/breakpoints/mobile.scss */
          .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler:before, .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler:after {
            top: 32px; }
          /* line 204, ../sass/breakpoints/mobile.scss */
          .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler:before {
            left: -20px; }
          /* line 207, ../sass/breakpoints/mobile.scss */
          .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler:after {
            right: -20px; }
          /* line 210, ../sass/breakpoints/mobile.scss */
          .stainslider .ui-container .sliderbox .ui-slider .ui-slider-handle .stain-handle .handler .handler-instruction {
            display: none; }
    /* line 218, ../sass/breakpoints/mobile.scss */
    .stainslider .ui-container .sliderbox .slider-text {
      -webkit-transition: background-color 0.3s linear;
      -moz-transition: background-color 0.3s linear;
      -ms-transition: background-color 0.3s linear;
      -o-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;
      font-size: 11px; }
    /* line 222, ../sass/breakpoints/mobile.scss */
    .stainslider .ui-container .sliderbox .slider-backgrounds {
      top: 25px; }
      /* line 224, ../sass/breakpoints/mobile.scss */
      .stainslider .ui-container .sliderbox .slider-backgrounds > span img {
        width: 90%; }

  /* line 234, ../sass/breakpoints/mobile.scss */
  .product-details .image .product-detail-image {
    height: 0;
    padding-top: 90%; }

  /* line 241, ../sass/breakpoints/mobile.scss */
  .stainsection .product-info.active {
    width: calc(100% - -25px); }

  /* line 245, ../sass/breakpoints/mobile.scss */
  div.header-circle {
    top: -15px;
    left: calc(100% - 56%); }

  /* line 250, ../sass/breakpoints/mobile.scss */
  .first-circle {
    display: none; }

  /* line 254, ../sass/breakpoints/mobile.scss */
  .second-circle {
    display: none; }

  /* line 258, ../sass/breakpoints/mobile.scss */
  .stainslider .ui-container .sliderbox .slider-text {
    width: 85%; }

  /* line 262, ../sass/breakpoints/mobile.scss */
  div.slider-square {
    border: solid 21px;
    width: 74px;
    height: 23px;
    border-radius: 7px;
    position: absolute;
    top: 36px;
    z-index: -1;
    border-bottom-width: 20px;
    border-top-width: 7px;
    border-left-width: 8px;
    border-right-width: 8px; }

  /* line 276, ../sass/breakpoints/mobile.scss */
  p.title-display {
    padding-right: calc(100% - 8.5em); }

  /* Search Page */
  /* line 283, ../sass/breakpoints/mobile.scss */
  .search-box form a {
    width: 15%; }
  /* line 286, ../sass/breakpoints/mobile.scss */
  .search-box form .search-text {
    width: 80%; } }
@media print {
  /* Sizes */
  @font-face {
    font-family: 'GillSans';
    src: url("../fonts/GillSans.otf"); }
  @font-face {
    font-family: 'GillSansLite';
    src: url("../fonts/GillSans-Light.otf"); }
  /* line 3, ../sass/breakpoints/print.scss */
  .mobile, .nav-header, .print, .breadcrumbs, .nextpage, footer, .no-print, .iframewrap iframe, .product-details .image ul, .product-details .calls, .product-tabs .tab .background-color:after, .faq-tabs .tab .background-color:after {
    display: none !important; }

  /* line 11, ../sass/breakpoints/print.scss */
  .wholewrap {
    padding-top: 0; }

  /* line 15, ../sass/breakpoints/print.scss */
  .line {
    border-top: 1px solid #b3b3b3;
    height: 0; }

  /* line 20, ../sass/breakpoints/print.scss */
  section {
    padding: 15px 0 !important;
    margin: auto 0 !important; }

  /* line 25, ../sass/breakpoints/print.scss */
  .iframewrap {
    height: 0 !important;
    padding-bottom: 20px !important; }

  /* line 32, ../sass/breakpoints/print.scss */
  .title-area {
    padding: 20px 0; }
    /* line 34, ../sass/breakpoints/print.scss */
    .title-area:before {
      display: none;
      /* 
      	content:url(../images/logo-foot.png);
       display:block;
       width:202px;
       border: 5px dashed #ddd;
       */ }

  /* line 45, ../sass/breakpoints/print.scss */
  .product-details {
    padding-bottom: 0; }

  /* line 58, ../sass/breakpoints/print.scss */
  .product-thumb-text .thumb {
    max-width: 100px; }

  /* line 63, ../sass/breakpoints/print.scss */
  #tabholder {
    display: none; }

  /* line 68, ../sass/breakpoints/print.scss */
  .product-tabs .accordion .accordioncontent, .product-tabs .accordionholder, .faq-tabs .accordion .accordioncontent, .faq-tabs .accordionholder {
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible;
    padding-top: 10px;
    position: static !important; }
    /* line 74, ../sass/breakpoints/print.scss */
    .product-tabs .accordion .accordioncontent .aligned-grid.grid-2columns > .grid-item, .product-tabs .accordionholder .aligned-grid.grid-2columns > .grid-item, .faq-tabs .accordion .accordioncontent .aligned-grid.grid-2columns > .grid-item, .faq-tabs .accordionholder .aligned-grid.grid-2columns > .grid-item {
      width: 100%; }
  /* line 78, ../sass/breakpoints/print.scss */
  .product-tabs .tab, .faq-tabs .tab {
    margin-top: 15px;
    position: static;
    width: 100%; }
    /* line 82, ../sass/breakpoints/print.scss */
    .product-tabs .tab .background-color, .faq-tabs .tab .background-color {
      background-color: transparent !important;
      border-top: 1px solid #b3b3b3;
      color: #000; }

  /* line 93, ../sass/breakpoints/print.scss */
  .aligned-grid-wrap contentpad {
    height: auto; }

  /* line 98, ../sass/breakpoints/print.scss */
  .toptabs > .gi.center-out {
    display: none !important; }
    /* line 100, ../sass/breakpoints/print.scss */
    .toptabs > .gi.center-out.active {
      background-color: #fff;
      border: 1px solid #b3b3b3;
      display: table !important;
      color: #000;
      float: none;
      margin: 0 auto;
      width: 75% !important; } }
