@charset "UTF-8";

.nav_header a span:hover{
      color: #ff6234;


}

/* line 118, ../sass/_typography.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'stikwood';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 132, ../sass/_typography.scss */
.icon-pinterest:before {
  content: "\e902";
}

/* line 135, ../sass/_typography.scss */
.icon-bubble:before {
  content: "\e800";
}

/* line 138, ../sass/_typography.scss */
.icon-close-thin:before {
  content: "\e900";
}

/* line 141, ../sass/_typography.scss */
.icon-chevron-thin-right:before {
  content: "\e901";
}

/* line 144, ../sass/_typography.scss */
.icon-pencil:before {
  content: "\e61e";
}

/* line 147, ../sass/_typography.scss */
.icon-arrow-left:before {
  content: "\e600";
}

/* line 150, ../sass/_typography.scss */
.icon-arrow-right:before, .accordion-wrap .accordion-item .accordion-toggle:before {
  content: "\e601";
}

/* line 153, ../sass/_typography.scss */
.icon-calculator:before {
  content: "\e602";
}

/* line 156, ../sass/_typography.scss */
.icon-carat:before, .select-wrap:before {
  content: "\e603";
}

/* line 159, ../sass/_typography.scss */
.icon-cart:before {
  content: "\e604";
}

/* line 162, ../sass/_typography.scss */
.icon-check:before {
  content: "\e605";
}

/* line 165, ../sass/_typography.scss */
.icon-close:before, .inspirations_filter label.checkbox .checkbox-view:before {
  content: "\e606";
}

/* line 168, ../sass/_typography.scss */
.icon-contact-chat:before {
  content: "\e607";
}

/* line 171, ../sass/_typography.scss */
.icon-contact-phone:before {
  content: "\e608";
}

/* line 174, ../sass/_typography.scss */
.icon-download:before {
  content: "\e609";
}

/* line 177, ../sass/_typography.scss */
.icon-facebook:before {
  content: "\e60a";
}

/* line 180, ../sass/_typography.scss */
.icon-flag:before {
  content: "\e60b";
}

/* line 183, ../sass/_typography.scss */
.icon-hand-left:before {
  content: "\e60c";
}

/* line 186, ../sass/_typography.scss */
.icon-hand-right:before {
  content: "\e60d";
}

/* line 189, ../sass/_typography.scss */
.icon-happy-face:before {
  content: "\e60e";
}

/* line 192, ../sass/_typography.scss */
.icon-hash:before {
  content: "\e60f";
}

/* line 195, ../sass/_typography.scss */
.icon-ig:before {
  content: "\e610";
}

/* line 198, ../sass/_typography.scss */
.icon-leaf:before {
  content: "\e611";
}

/* line 201, ../sass/_typography.scss */
.icon-mail:before {
  content: "\e612";
}

/* line 204, ../sass/_typography.scss */
.icon-measure:before {
  content: "\e613";
}

/* line 207, ../sass/_typography.scss */
.icon-no-flame:before {
  content: "\e614";
}

/* line 210, ../sass/_typography.scss */
.icon-no-science:before {
  content: "\e615";
}

/* line 213, ../sass/_typography.scss */
.icon-plus:before {
  content: "\e616";
}

/* line 216, ../sass/_typography.scss */
.icon-search:before {
  content: "\e617";
}

/* line 219, ../sass/_typography.scss */
.icon-speedy:before {
  content: "\e618";
}

/* line 222, ../sass/_typography.scss */
.icon-stik-logo:before {
  content: "\e619";
}

/* line 225, ../sass/_typography.scss */
.icon-stik-tree:before {
  content: "\e61a";
}

/* line 228, ../sass/_typography.scss */
.icon-tree:before {
  content: "\e61b";
}

/* line 231, ../sass/_typography.scss */
.icon-twitter:before {
  content: "\e61c";
}

/* line 234, ../sass/_typography.scss */
.icon-youtube:before {
  content: "\e61d";
}

/* line 1, ../sass/global/_.forms.scss */
input[type="submit"] {
  border: 0;
  border-radius: 0;
  outline: none;
  position: relative;
  -webkit-appearance: none;
}

/* line 9, ../sass/global/_.forms.scss */
input {
  background: #F3F4F4;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  -webkit-highlight: none;
  font-size: 18px;
  padding: 12px;
}

/* line 19, ../sass/global/_.forms.scss */
.select-dropdown {
  position: relative;
}
/* line 22, ../sass/global/_.forms.scss */
.select-dropdown:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333333;
}

/* line 33, ../sass/global/_.forms.scss */
select {
  font-size: 18px;
  padding: 12px;
  background: #F3F4F4;
  outline: none;
  -webkit-highlight: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 42, ../sass/global/_.forms.scss */
.select-wrap {
  color: #333333;
  position: relative;
}
/* line 47, ../sass/global/_.forms.scss */
.select-wrap:before {
  font-family: 'stikwood';
  position: absolute;
  right: 9px;
  top: 5%;
  pointer-events: none;
  font-size: 12px;
}
/* line 55, ../sass/global/_.forms.scss */
.ie9 .select-wrap:before {
  content: none;
}

/* line 61, ../sass/global/_.forms.scss */
.submit-container {
  position: relative;
  overflow: hidden;
}
/* line 66, ../sass/global/_.forms.scss */
.submit-container:hover .input-rollover {
  right: 0;
}

/* line 72, ../sass/global/_.forms.scss */
.input-rollover {
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
  width: 50px;
  background: url("button-bg.png") no-repeat;
  -moz-transition: right 200ms;
  -o-transition: right 200ms;
  -webkit-transition: right 200ms;
  transition: right 200ms;
}

/* line 82, ../sass/global/_.forms.scss */
.quantity-input {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 90, ../sass/global/_.forms.scss */
.quantity-input .subtract, .quantity-input .add {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #CCCCCC;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  padding: 0;
  line-height: 23px;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 90, ../sass/global/_.forms.scss */
  .quantity-input .subtract, .quantity-input .add {
    margin: 0 auto;
  }
  .nav_main {
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  /* line 90, ../sass/global/_.forms.scss */
  .quantity-input .subtract, .quantity-input .add {
    display: inline-block;
    margin: 0 auto;
  }
}
/* line 115, ../sass/global/_.forms.scss */
.quantity-input .subtract {
  font-size: 26px;
}
/* line 119, ../sass/global/_.forms.scss */
.quantity-input input {
  display: none;
}
/* line 123, ../sass/global/_.forms.scss */
.quantity-input .number {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
@media (max-width: 768px) {
  /* line 123, ../sass/global/_.forms.scss */
  .quantity-input .number {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  /* line 123, ../sass/global/_.forms.scss */
  .quantity-input .number {
    padding: 0 5px;
  }
}

/* line 1, ../sass/global/_button.scss */
.button {
  position: relative;
  display: inline-block;
  padding: 18px 50px 15px;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #333333;
  background-color: #FFC222;
  vertical-align: middle;
  overflow: hidden;
  -moz-transition: background-color 450ms;
  -o-transition: background-color 450ms;
  -webkit-transition: background-color 450ms;
  transition: background-color 450ms;
}
/* line 17, ../sass/global/_button.scss */
.button.full {
  width: 100%;
}
/* line 21, ../sass/global/_button.scss */
.button:before {
  font-family: "Stikwood";
}
/* line 25, ../sass/global/_button.scss */
.button:after {
  content: '';
  position: absolute;
  top: 0;
  right: -53px;
  height: 100%;
  width: 53px;
  background: url("button-bg.png") no-repeat;
  -moz-transition: right 200ms;
  -o-transition: right 200ms;
  -webkit-transition: right 200ms;
  transition: right 200ms;
}
/* line 36, ../sass/global/_button.scss */
.button:hover {
  color: #333333;
  background-color: #ffcd4b;
}
/* line 40, ../sass/global/_button.scss */
.button:hover:after {
  right: 0;
}
@media (max-width: 768px) {
  /* line 46, ../sass/global/_button.scss */
  .button:after {
    right: 0;
  }
}

/* line 52, ../sass/global/_button.scss */
.button-lite {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 13px;
  color: #333333;
  border: 1px solid #cbcfcf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px;
  margin-right: 10px;
  -moz-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950), background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms, 0ms;
  transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 63, ../sass/global/_button.scss */
.button-lite:before {
  content: '+';
  color: #FFC222;
  display: inline-block;
  margin-right: 5px;
}
/* line 70, ../sass/global/_button.scss */
.button-lite:hover {
  background: #e6e8e8;
  color: #333333;
}

/* line 76, ../sass/global/_button.scss */
.outline-button {
  background-color: transparent;
  border: 1px solid #FFC222;
  color: #FFFFFF;
  -moz-transition: border 250ms, background-color 250ms;
  -o-transition: border 250ms, background-color 250ms;
  -webkit-transition: border 250ms, background-color 250ms;
  transition: border 250ms, background-color 250ms;
}

/* line 86, ../sass/global/_button.scss */
.button-plus {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  color: #333333;
  display: block;
  text-transform: uppercase;
}
/* line 91, ../sass/global/_button.scss */
.button-plus:before {
  font-family: 'Stikwood';
  content: "\e616";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 15px;
  font-size: 50px;
  color: #FFC222;
}
@media (max-width: 768px) {
  /* line 86, ../sass/global/_button.scss */
  .button-plus {
    font-size: 16px;
  }
}

/* line 2, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item {
  position: relative;
  width: 25%;
  float: left;
  height: 0;
  padding-bottom: 25%;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 13, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:nth-of-type(4n) {
  border-right: 0;
}
/* line 17, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: -moz-transform 500ms;
  -o-transition: -o-transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
}
/* line 28, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 400ms, -moz-transform 300ms;
  -o-transition: opacity 400ms, -o-transform 300ms;
  -webkit-transition: opacity 400ms, -webkit-transform 300ms;
  transition: opacity 400ms, transform 300ms;
}
/* line 41, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .view-product {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  font-size: 15px;
  padding: 15px;
  margin: 0;
  text-align: center;
  border: none;
  color: #FFFFFF;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: -moz-transform 400ms, opacity 400ms;
  -o-transition: -o-transform 400ms, opacity 400ms;
  -webkit-transition: -webkit-transform 400ms, opacity 400ms;
  transition: transform 400ms, opacity 400ms;
}
/* line 59, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .view-product span {
  margin-bottom: 10px;
  font-size: 45px;
  color: #FFC222;
  display: block;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: -moz-transform 400ms;
  -o-transition: -o-transform 400ms;
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
/* line 70, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #FFFFFF;
  width: 45px;
  height: 45px;
  background-size: cover;
  z-index: 4;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 85, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .avatar:hover + .name {
  left: 75px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 92, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .name {
  position: absolute;
  display: block;
  top: 30px;
  left: 15px;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 350ms, left 350ms;
  -o-transition: opacity 350ms, left 350ms;
  -webkit-transition: opacity 350ms, left 350ms;
  transition: opacity 350ms, left 350ms;
}
/* line 105, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .product-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #F3F4F4;
  padding: 18px 0 15px 65px;
  z-index: 5;
  text-align: left;
  white-space: initial !important;
}
/* line 117, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .product-bar .product-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background-size: cover;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 130, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:hover .background-image {
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
/* line 134, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 138, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:hover .view-product {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
/* line 143, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:hover .view-product span {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 151, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item.no-bg .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
}
/* line 155, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item.no-bg .view-product {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #333333;
  position: relative;
  width: 60%;
  margin-left: 20px;
}
/* line 163, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item.no-bg .view-product span {
  position: absolute;
  left: -30px;
  top: 22px;
}
/* line 172, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item.no-bg:hover .view-product span {
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
  /* line 2, ../sass/global/_image-grid-link-item.scss */
  .image-grid-link-item {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 500px) {
  /* line 2, ../sass/global/_image-grid-link-item.scss */
  .image-grid-link-item {
    width: 100%;
    padding-bottom: 100%;
  }
  /* line 188, ../sass/global/_image-grid-link-item.scss */
  .image-grid-link-item .product-bar {
    height: 35px;
    padding: 12px 0 12px 47px;
  }
  /* line 192, ../sass/global/_image-grid-link-item.scss */
  .image-grid-link-item .product-bar .product-image {
    width: 35px;
  }
}

/* line 1, ../sass/global/_site.scss */
html, body {
  height: 100%;
  background: white;
}
@media (max-width: 850px) {
  /* line 1, ../sass/global/_site.scss */
  html, body {
    background: #FFFFFF;
  }
}

/* line 10, ../sass/global/_site.scss */
a {
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

/* line 16, ../sass/global/_site.scss */
#main {
  margin: 0 auto;
  background: #FFFFFF;
  -moz-transition: margin-top 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: margin-top 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: margin-top 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: margin-top 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}

@media (min-width: 851px) {
  /* line 23, ../sass/global/_site.scss */
  body.customer-nav #main {
    margin-top: 120px;
  }
}

/* line 29, ../sass/global/_site.scss */
#main {
  margin-top: 80px;
  height: calc(100% - 80px);
}
/* line 33, ../sass/global/_site.scss */
body.template-search.search-open #main {
  margin-top: 200px;
}
@media (max-width: 850px) {
  /* line 29, ../sass/global/_site.scss */
  #main {
    margin-top: 50px;
    height: calc(100% - 70px);
  }
  /* line 41, ../sass/global/_site.scss */
  body.template-search.search-open #main {
    margin-top: 140px;
  }
}
@media (max-width: 768px) {
  /* line 47, ../sass/global/_site.scss */
  body.template-search.search-open #main {
    margin-top: 120px;
  }
}
/* line 52, ../sass/global/_site.scss */
#main > div {
  background: #FFFFFF;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  /* line 52, ../sass/global/_site.scss */
  #main > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 850px) {
  /* line 52, ../sass/global/_site.scss */
  #main > div {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 69, ../sass/global/_site.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 74, ../sass/global/_site.scss */
.currency {
  font-size: 18px;
  vertical-align: top;
}

/* line 79, ../sass/global/_site.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 83, ../sass/global/_site.scss */
.video-background video {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 86, ../sass/global/_site.scss */
.section-spacer {
  padding: 80px;
  background: #FFFFFF;
}
/* line 90, ../sass/global/_site.scss */
.section-spacer:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0px;
  border-top: 1px solid #CCCCCC;850
}

/* line 99, ../sass/global/_site.scss */
.fit-image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media (min-width: 851px) {
  /* line 105, ../sass/global/_site.scss */
  .show-at-850 {
    display: none !important;
  }

  /* line 106, ../sass/global/_site.scss */
  .hide-at-850 {
    display: block !important;
  }
}
@media (max-width: 850px) {
  /* line 110, ../sass/global/_site.scss */
  .show-at-850 {
    display: block !important;
  }

  /* line 111, ../sass/global/_site.scss */
  .hide-at-850 {
    display: none !important;
  }
  .right-items {
    float: left !important;
  }
}
/* line 115, ../sass/global/_site.scss */
iframe#launcher {
  display: none !important;
}

/* line 124, ../sass/global/_site.scss */
body.mobile video {
  display: none !important;
  pointer-events: none;
}

/* line 1, ../sass/global/_slider.scss */
.global_slider {
  height: 500px;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  overflow: hidden;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 9, ../sass/global/_slider.scss */
.global_slider.paginated {
  padding-bottom: 40px;
}
/* line 13, ../sass/global/_slider.scss */
.global_slider .container {
  height: 100%;
}
/* line 17, ../sass/global/_slider.scss */
.global_slider .container .video-wrapper {
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 28, ../sass/global/_slider.scss */
.global_slider .slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  display: inline-block;
}
/* line 35, ../sass/global/_slider.scss */
.global_slider .slide.fader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
/* line 43, ../sass/global/_slider.scss */
.global_slider .slide.fader:first-of-type {
  display: block;
}
/* line 49, ../sass/global/_slider.scss */
.global_slider .previous, .global_slider .next {
  position: absolute;
  top: 0;
  bottom: 40px;
  width: calc(50% - 50px);
}
/* line 56, ../sass/global/_slider.scss */
.global_slider .previous {
  left: 0;
}
/* line 60, ../sass/global/_slider.scss */
.global_slider .next {
  right: 0;
}
/* line 65, ../sass/global/_slider.scss */
.global_slider .slider-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 0;
  right: 0;
  display: none;
}
/* line 73, ../sass/global/_slider.scss */
.global_slider .slider-pagination .dot {
  display: inline-block;
  margin: 0 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFC222;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -moz-transition: background-color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: background-color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: background-color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: background-color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 83, ../sass/global/_slider.scss */
.global_slider .slider-pagination .dot.active {
  background: #FFC222;
}
/* line 87, ../sass/global/_slider.scss */
.global_slider .slider-pagination .dot:hover {
  background: #FFC222;
}

/* line 1, ../sass/global/_two-column-base.scss */
.col-left {
  width: 50%;
  float: left;
  position: relative;
}

/* line 7, ../sass/global/_two-column-base.scss */
.col-right {
  width: 50%;
  float: right;
  position: relative;
}

@media (max-width: 768px) {
  /* line 15, ../sass/global/_two-column-base.scss */
  .col-right, .col-left {
    display: block;
    float: none;
    width: 100%;
  }
}
/* line 3, ../sass/global/_wysiwyg.scss */
.wysiwyg p {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 29px;
}
/* line 8, ../sass/global/_wysiwyg.scss */
.wysiwyg p:last-of-type {
  margin-bottom: 0;
}
/* line 13, ../sass/global/_wysiwyg.scss */
.wysiwyg strong {
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
}
/* line 17, ../sass/global/_wysiwyg.scss */
.wysiwyg em, .wysiwyg i {
  font-style: italic;
}
/* line 22, ../sass/global/_wysiwyg.scss */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  text-transform: none;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 105%;
}
/* line 29, ../sass/global/_wysiwyg.scss */
.wysiwyg img {
  width: 100%;
}
/* line 33, ../sass/global/_wysiwyg.scss */
.wysiwyg blockquote {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 30px;
  line-height: 115%;
  font-style: italic;
  max-width: 80%;
  margin: 45px auto;
}
/* line 41, ../sass/global/_wysiwyg.scss */
.wysiwyg blockquote p {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 30px;
  line-height: 115%;
  margin: 0 !important;
}
/* line 47, ../sass/global/_wysiwyg.scss */
.wysiwyg a {
  color: #FFC222;
  border-bottom: 1px transparent solid;
  -moz-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, border-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, border-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950), border-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms, 0ms;
  transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, border-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
}
/* line 56, ../sass/global/_wysiwyg.scss */
.wysiwyg a:hover {
  border-color: #FFC222;
  color: #ffbb09;
}
/* line 62, ../sass/global/_wysiwyg.scss */
.wysiwyg ul, .wysiwyg ol {
  margin-bottom: 29px;
  margin-left: 30px;
}
/* line 66, ../sass/global/_wysiwyg.scss */
.wysiwyg ul li, .wysiwyg ol li {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  line-height: 29px;
  position: relative;
  margin-left: 15px;
}
/* line 72, ../sass/global/_wysiwyg.scss */
.wysiwyg ul li:before, .wysiwyg ol li:before {
  position: absolute;
  left: -20px;
  top: 0;
  color: #FFC222;
  font-size: 22px;
}
/* line 84, ../sass/global/_wysiwyg.scss */
.wysiwyg ul li:before {
  content: "•";
}
/* line 90, ../sass/global/_wysiwyg.scss */
.wysiwyg ol {
  counter-reset: ol-counter;
}
/* line 93, ../sass/global/_wysiwyg.scss */
.wysiwyg ol li {
  margin-left: 25px;
}
/* line 96, ../sass/global/_wysiwyg.scss */
.wysiwyg ol li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 14px;
  width: 25px;
  text-align: center;
  left: -30px;
}
@media (max-width: 850px) {
  /* line 108, ../sass/global/_wysiwyg.scss */
  .wysiwyg p, .wysiwyg strong, .wysiwyg ol li, .wysiwyg ul li {
    line-height: 145%;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  /* line 115, ../sass/global/_wysiwyg.scss */
  .wysiwyg blockquote {
    max-width: 90%;
  }
  /* line 119, ../sass/global/_wysiwyg.scss */
  .wysiwyg blockquote p {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  /* line 126, ../sass/global/_wysiwyg.scss */
  .wysiwyg p, .wysiwyg strong, .wysiwyg ol li, .wysiwyg ul li {
    line-height: 125%;
    font-size: 16px;
  }
  /* line 131, ../sass/global/_wysiwyg.scss */
  .wysiwyg ol, .wysiwyg ul {
    margin-left: 0;
  }
  /* line 135, ../sass/global/_wysiwyg.scss */
  .wysiwyg blockquote {
    max-width: 95%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  /* line 141, ../sass/global/_wysiwyg.scss */
  .wysiwyg blockquote p {
    font-size: 22px;
    line-height: 120%;
  }
}

/* line 1, ../sass/about/_lead-in.scss */
.about_lead-in {
  *zoom: 1;
  padding-top: 80px;
  padding-bottom: 50px;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.about_lead-in:after {
  content: "";
  display: table;
  clear: both;
}
/* line 6, ../sass/about/_lead-in.scss */
.about_lead-in .col-left {
  padding-right: 50px;
}
/* line 10, ../sass/about/_lead-in.scss */
.about_lead-in .icon-stik-tree {
  font-size: 200px;
  margin-bottom: 20px;
  color: #CCCCCC;
}
/* line 16, ../sass/about/_lead-in.scss */
.about_lead-in h1 {
  width: 90%;
  margin-bottom: 40px;
  white-space: nowrap;
  line-height: 105%;
}
/* line 24, ../sass/about/_lead-in.scss */
.about_lead-in .lowercase {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 50px;
}
/* line 32, ../sass/about/_lead-in.scss */
.about_lead-in .col-right img {
  border-bottom: 1px solid #FFFFFF;
  height: auto;
}
/* line 36, ../sass/about/_lead-in.scss */
.about_lead-in .col-right img:first-of-type {
  width: 100%;
  display: block;
}
/* line 41, ../sass/about/_lead-in.scss */
.about_lead-in .col-right img:nth-of-type(2) {
  width: 50%;
  float: left;
  border-right: 1px solid #FFFFFF;
}
/* line 47, ../sass/about/_lead-in.scss */
.about_lead-in .col-right img:nth-of-type(3) {
  width: 50%;
  float: left;
}
/* line 52, ../sass/about/_lead-in.scss */
.about_lead-in .col-right img:nth-of-type(4) {
  width: 50%;
  float: right;
}
/* line 59, ../sass/about/_lead-in.scss */
.about_lead-in .mobile {
  display: none;
}
/* line 63, ../sass/about/_lead-in.scss */
.about_lead-in .button-plus {
  margin-top: 50px;
}
@media (max-width: 850px) {
  /* line 1, ../sass/about/_lead-in.scss */
  .about_lead-in {
    font-size: 50px;
    line-height: 44px;
    padding-top: 50px;
  }
  /* line 73, ../sass/about/_lead-in.scss */
  .about_lead-in .lowercase {
    font-size: 20px;
    margin-bottom: 15px;
  }
  /* line 78, ../sass/about/_lead-in.scss */
  .about_lead-in .col-left {
    padding: 0 30px;
    width: 100%;
    display: block;
  }
  /* line 84, ../sass/about/_lead-in.scss */
  .about_lead-in .col-right {
    display: none;
  }
  /* line 88, ../sass/about/_lead-in.scss */
  .about_lead-in .icon-stik-tree {
    font-size: 115px;
  }
}
@media (max-width: 500px) {
  /* line 94, ../sass/about/_lead-in.scss */
  .about_lead-in h1 {
    width: 100%;
  }
  /* line 98, ../sass/about/_lead-in.scss */
  .about_lead-in .lowercase {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 15px;
  }
}

/* line 2, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-item {
  padding-left: 80px;
  margin-bottom: 60px;
}
/* line 6, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-item .accordion-toggle {
  position: relative;
  color: black;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  padding-top: 8px;
  line-height: 26px;
  padding-right: 50px;
  cursor: pointer;
  -moz-transition: color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 17, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-item .accordion-toggle:before {
  font-size: 40px;
  font-family: 'stikwood';
  color: #FFC222;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: transition 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, -moz-transform 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0ms;
  -o-transition: transition 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, -o-transform 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0ms;
  -webkit-transition: transition 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950), -webkit-transform 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
  -webkit-transition-delay: 0ms, 0ms;
  transition: transition 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, transform 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0ms;
}
/* line 31, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-item .accordion-toggle .number {
  background: #FFC222;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 20px;
  color: #333333;
  padding: 5px;
  padding-right: 0px;
  width: 37px;
  height: 37px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  left: -80px;
  -moz-transition: background 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: background 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: background 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: background 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 46, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-item .accordion-toggle .number:after {
  content: '.';
}
/* line 51, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-item .accordion-toggle:hover {
  color: #595959;
}
/* line 54, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-item .accordion-toggle:hover:before {
  -moz-transform: translateY(6px) rotate(90deg);
  -ms-transform: translateY(6px) rotate(90deg);
  -webkit-transform: translateY(6px) rotate(90deg);
  transform: translateY(6px) rotate(90deg);
}
/* line 58, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-item .accordion-toggle:hover .number {
  background: #ffd055;
}
@media (max-width: 850px) {
  /* line 6, ../sass/accordion/_base.scss */
  .accordion-wrap .accordion-item .accordion-toggle {
    padding-right: 70px;
  }
  /* line 66, ../sass/accordion/_base.scss */
  .accordion-wrap .accordion-item .accordion-toggle:before {
    right: 20px;
  }
}
/* line 74, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-item.open .accordion-toggle:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 580px) {
  /* line 2, ../sass/accordion/_base.scss */
  .accordion-wrap .accordion-item {
    padding-left: 50px;
    margin-bottom: 40px;
  }
  /* line 84, ../sass/accordion/_base.scss */
  .accordion-wrap .accordion-item .accordion-toggle {
    padding-top: 0;
    padding-right: 60px;
  }
  /* line 88, ../sass/accordion/_base.scss */
  .accordion-wrap .accordion-item .accordion-toggle:before {
    font-size: 30px;
  }
  /* line 92, ../sass/accordion/_base.scss */
  .accordion-wrap .accordion-item .accordion-toggle .number {
    font-size: 14px;
    width: 29px;
    height: 29px;
    padding-right: 2px;
    line-height: 22px;
    left: -50px;
  }
  /* line 102, ../sass/accordion/_base.scss */
  .accordion-wrap .accordion-item .accordion-content {
    padding: 20px 40px 0 0;
  }
}
/* line 108, ../sass/accordion/_base.scss */
.accordion-wrap .accordion-content {
  padding: 60px 80px 0 0;
  color: gray;
  display: none;
}

/* line 116, ../sass/accordion/_base.scss */
.accordion-item.faq_item {
  max-width: 900px;
}

/* line 3, ../sass/account/_account.scss */
.template-customers-account h3, .template-customers-order h3 {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 46px;
  color: #FFFFFF;
  background: #333333;
  display: block;
  width: 100%;
  padding: 33px 80px;
  text-transform: none;
}
/* line 12, ../sass/account/_account.scss */
.template-customers-account h3 p, .template-customers-order h3 p {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  /* line 3, ../sass/account/_account.scss */
  .template-customers-account h3, .template-customers-order h3 {
    padding: 33px 30px;
  }
}
/* line 22, ../sass/account/_account.scss */
.template-customers-account .grid, .template-customers-order .grid {
  margin-top: 100px;
}
@media (max-width: 850px) {
  /* line 22, ../sass/account/_account.scss */
  .template-customers-account .grid, .template-customers-order .grid {
    margin-top: 50px;
    margin-left: 0;
  }
}
/* line 31, ../sass/account/_account.scss */
.template-customers-account .order-history, .template-customers-order .order-history {
  border-right: 1px solid #F3F4F4;
  padding-right: 30px;
}
/* line 35, ../sass/account/_account.scss */
.template-customers-account .order-history h4, .template-customers-order .order-history h4 {
  text-transform: none;
  margin-bottom: 60px;
  font-size: 40px;
}
/* line 43, ../sass/account/_account.scss */
.template-customers-account .order-history table th, .template-customers-order .order-history table th {
  background: #F3F4F4;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  color: #333333;
  padding: 30px;
  border: 1px solid #d8dcdc;
}
/* line 50, ../sass/account/_account.scss */
.template-customers-account .order-history table td, .template-customers-order .order-history table td {
  border: 1px solid #d8dcdc;
  padding: 30px;
}
@media (max-width: 1200px) {
  /* line 31, ../sass/account/_account.scss */
  .template-customers-account .order-history, .template-customers-order .order-history {
    display: block;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 850px) {
  /* line 31, ../sass/account/_account.scss */
  .template-customers-account .order-history, .template-customers-order .order-history {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media (max-width: 768px) {
  /* line 72, ../sass/account/_account.scss */
  .template-customers-account .order-history table th, .template-customers-order .order-history table th {
    padding: 10px;
  }
  /* line 76, ../sass/account/_account.scss */
  .template-customers-account .order-history table td, .template-customers-order .order-history table td {
    padding: 10px;
  }
}
@media (max-width: 500px) {
  /* line 84, ../sass/account/_account.scss */
  .template-customers-account .order-history table th, .template-customers-order .order-history table th {
    font-size: 12px;
  }
  /* line 87, ../sass/account/_account.scss */
  .template-customers-account .order-history table td, .template-customers-order .order-history table td {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  /* line 95, ../sass/account/_account.scss */
  .template-customers-account .order-history table th, .template-customers-order .order-history table th {
    font-size: 10px;
  }
  /* line 98, ../sass/account/_account.scss */
  .template-customers-account .order-history table td, .template-customers-order .order-history table td {
    font-size: 10px;
  }
}
/* line 107, ../sass/account/_account.scss */
.template-customers-account .account-details h4, .template-customers-order .account-details h4 {
  text-transform: none;
  font-size: 40px;
  margin-bottom: 60px;
}
/* line 113, ../sass/account/_account.scss */
.template-customers-account .account-details h5, .template-customers-order .account-details h5 {
  text-transform: none;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 26px;
  font-weight: 200;
  margin-bottom: 20px;
}
/* line 120, ../sass/account/_account.scss */
.template-customers-account .account-details p, .template-customers-order .account-details p {
  font-size: 18px;
  line-height: 25px;
}
/* line 125, ../sass/account/_account.scss */
.template-customers-account .account-details .view-addresses, .template-customers-order .account-details .view-addresses {
  margin-top: 30px;
  display: block;
  color: #FFC222;
}
@media (max-width: 1200px) {
  /* line 105, ../sass/account/_account.scss */
  .template-customers-account .account-details, .template-customers-order .account-details {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 850px) {
  /* line 105, ../sass/account/_account.scss */
  .template-customers-account .account-details, .template-customers-order .account-details {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

/* line 3, ../sass/account/_activate.scss */
.template-customers-activate_account .col-right {
  padding: 50px;
}
/* line 6, ../sass/account/_activate.scss */
.template-customers-activate_account .col-right h3 {
  margin-bottom: 50px;
}
/* line 11, ../sass/account/_activate.scss */
.template-customers-activate_account .activate-subtext {
  margin-bottom: 20px;
}
/* line 15, ../sass/account/_activate.scss */
.template-customers-activate_account .button.gray {
  background: #F3F4F4;
}
/* line 18, ../sass/account/_activate.scss */
.template-customers-activate_account .button.gray:hover {
  background: #d8dcdc;
}

/* line 3, ../sass/account/_addresses.scss */
.template-customers-addresses .section-header {
  position: relative;
}
/* line 6, ../sass/account/_addresses.scss */
.template-customers-addresses .section-header h3 {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 46px;
  color: #FFFFFF;
  background: #333333;
  display: block;
  width: 100%;
  padding: 33px 80px;
  text-transform: none;
}
@media (max-width: 1200px) {
  /* line 6, ../sass/account/_addresses.scss */
  .template-customers-addresses .section-header h3 {
    padding: 33px 30px;
  }
}
/* line 20, ../sass/account/_addresses.scss */
.template-customers-addresses .section-header .button {
  position: absolute;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
}
/* line 25, ../sass/account/_addresses.scss */
.template-customers-addresses .section-header .button:focus {
  color: #333333;
}
@media (min-width: 769px) {
  /* line 32, ../sass/account/_addresses.scss */
  .template-customers-addresses .section-header .button.outline-button:focus {
    color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  /* line 20, ../sass/account/_addresses.scss */
  .template-customers-addresses .section-header .button {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}
/* line 49, ../sass/account/_addresses.scss */
.template-customers-addresses .grid {
  margin-top: 100px;
}
@media (max-width: 850px) {
  /* line 49, ../sass/account/_addresses.scss */
  .template-customers-addresses .grid {
    margin-top: 50px;
    margin-left: 0;
  }
}
/* line 57, ../sass/account/_addresses.scss */
.template-customers-addresses .grid.relative {
  position: relative;
}
/* line 61, ../sass/account/_addresses.scss */
.template-customers-addresses .grid .grid__item {
  border-left: 1px solid #F3F4F4;
}
@media (max-width: 850px) {
  /* line 64, ../sass/account/_addresses.scss */
  .template-customers-addresses .grid .grid__item.large-whole {
    width: 100%;
  }
}
/* line 70, ../sass/account/_addresses.scss */
.template-customers-addresses .grid .grid__item:first-of-type {
  border-left: none;
}
/* line 75, ../sass/account/_addresses.scss */
.template-customers-addresses .grid .grid {
  margin-top: 0;
}
/* line 78, ../sass/account/_addresses.scss */
.template-customers-addresses .grid .grid .grid__item {
  border-left: 0;
}
/* line 84, ../sass/account/_addresses.scss */
.template-customers-addresses .back-to-account {
  font-size: 18px;
  color: #FFC222;
}
/* line 89, ../sass/account/_addresses.scss */
.template-customers-addresses .address {
  margin-bottom: 60px;
}
/* line 93, ../sass/account/_addresses.scss */
.template-customers-addresses h4 {
  text-transform: none;
  font-size: 39px;
  margin-bottom: 60px;
}
/* line 99, ../sass/account/_addresses.scss */
.template-customers-addresses h5 {
  text-transform: none;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 104, ../sass/account/_addresses.scss */
.template-customers-addresses h5 .yellow {
  color: #FFC222;
}
/* line 109, ../sass/account/_addresses.scss */
.template-customers-addresses p {
  font-size: 18px;
  line-height: 30px;
}
/* line 114, ../sass/account/_addresses.scss */
.template-customers-addresses .edit {
  margin-top: 25px;
}
/* line 117, ../sass/account/_addresses.scss */
.template-customers-addresses .edit a {
  color: #FFC222;
  font-size: 16px;
}
/* line 123, ../sass/account/_addresses.scss */
.template-customers-addresses .edit-address {
  position: absolute;
  width: 30%;
  right: 80px;
  top: 0;
  border-left: 1px solid #F3F4F4;
  padding-left: 40px;
  display: none;
}
@media (max-width: 850px) {
  /* line 123, ../sass/account/_addresses.scss */
  .template-customers-addresses .edit-address {
    width: 100%;
    right: initial;
    border: none;
    padding-left: initial;
    position: relative;
    margin-top: 30px;
    padding-right: 30px;
  }
  /* line 142, ../sass/account/_addresses.scss */
  .template-customers-addresses .edit-address .grid .grid__item:first-of-type {
    padding-left: 0;
  }
}
/* line 148, ../sass/account/_addresses.scss */
.template-customers-addresses .edit-address.is-open {
  display: block;
}
@media (max-width: 850px) {
  /* line 153, ../sass/account/_addresses.scss */
  .template-customers-addresses #AddAddress {
    padding-right: 30px;
  }
  /* line 158, ../sass/account/_addresses.scss */
  .template-customers-addresses #AddAddress .grid .grid__item:first-of-type {
    padding-left: 0;
  }
  /* line 162, ../sass/account/_addresses.scss */
  .template-customers-addresses #AddAddress #AddressProvinceContainerNew {
    padding-left: 0;
  }
  /* line 165, ../sass/account/_addresses.scss */
  .template-customers-addresses #AddAddress #AddressProvinceContainerNew + .grid__item {
    padding-left: 0;
  }
}

/* line 3, ../sass/account/_login.scss */
.template-customers-login .col-right {
  padding: 50px;
}
/* line 6, ../sass/account/_login.scss */
.template-customers-login .col-right h3 {
  margin-bottom: 50px;
}
/* line 13, ../sass/account/_login.scss */
.template-customers-login #RecoverPasswordForm p {
  margin-bottom: 30px;
}
/* line 18, ../sass/account/_login.scss */
.template-customers-login .recover-password {
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
  text-align: right;
  margin-top: 15px;
  width: 100%;
  display: block;
}
/* line 28, ../sass/account/_login.scss */
.template-customers-login .submit-container {
  margin-top: 40px;
}
/* line 32, ../sass/account/_login.scss */
.template-customers-login .return-to-store {
  text-align: center;
}
/* line 35, ../sass/account/_login.scss */
.template-customers-login .return-to-store .or {
  margin: 25px 0;
}
/* line 39, ../sass/account/_login.scss */
.template-customers-login .return-to-store a {
  text-decoration: underline;
}

/* line 2, ../sass/articles/_base.scss */
.article_basic {
  margin-top: 70px;
}
/* line 5, ../sass/articles/_base.scss */
.article_basic .wysiwyg {
  max-width: 50%;
}
@media (max-width: 850px) {
  /* line 2, ../sass/articles/_base.scss */
  .article_basic {
    margin-top: 0;
  }
  /* line 12, ../sass/articles/_base.scss */
  .article_basic .wysiwyg {
    padding: 40px;
    max-width: none;
  }
}
@media (max-width: 500px) {
  /* line 19, ../sass/articles/_base.scss */
  .article_basic .wysiwyg {
    padding: 20px;
  }
}

/* line 26, ../sass/articles/_base.scss */
.article_simple {
  padding-bottom: 80px;
}
@media (max-width: 850px) {
  /* line 26, ../sass/articles/_base.scss */
  .article_simple {
    padding-bottom: 40px;
  }
}
/* line 33, ../sass/articles/_base.scss */
.article_simple .article_marquee-image {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1366px) {
  /* line 33, ../sass/articles/_base.scss */
  .article_simple .article_marquee-image {
    height: 700px;
    padding-bottom: 0;
  }
}
/* line 46, ../sass/articles/_base.scss */
.article_simple h1.fittext {
  padding-top: 60px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 95%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 55, ../sass/articles/_base.scss */
.article_simple .details {
  max-width: 700px;
  margin: 20px auto 40px;
  text-align: center;
}
/* line 60, ../sass/articles/_base.scss */
.article_simple .details .detail {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  margin-right: 40px;
}
/* line 66, ../sass/articles/_base.scss */
.article_simple .details .detail:first-child {
  margin-right: 20px;
}
/* line 70, ../sass/articles/_base.scss */
.article_simple .details .detail:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  /* line 55, ../sass/articles/_base.scss */
  .article_simple .details {
    margin: 20px auto 20px;
  }
  /* line 78, ../sass/articles/_base.scss */
  .article_simple .details .detail {
    display: block;
    margin: 0 auto 7px;
  }
}
/* line 85, ../sass/articles/_base.scss */
.article_simple .author {
  border: 2px solid #FFC222;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  /* line 85, ../sass/articles/_base.scss */
  .article_simple .author {
    margin: 0 auto 10px !important;
  }
}
/* line 98, ../sass/articles/_base.scss */
.article_simple .wysiwyg {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  /* line 105, ../sass/articles/_base.scss */
  .article_simple .article_wrap {
    padding: 20px;
  }
  /* line 109, ../sass/articles/_base.scss */
  .article_simple h1.fittext {
    padding-top: 40px;
  }
}
@media (max-width: 500px) {
  /* line 115, ../sass/articles/_base.scss */
  .article_simple h1.fittext {
    padding-top: 20px;
  }
}

/* line 1, ../sass/articles/_special.scss */
.article_special {
  padding-bottom: 80px;
}
@media (max-width: 850px) {
  /* line 1, ../sass/articles/_special.scss */
  .article_special {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/articles/_special.scss */
  .article_special {
    padding-bottom: 1px;
  }
}
/* line 13, ../sass/articles/_special.scss */
.article_special .article_special-header {
  height: 700px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 19, ../sass/articles/_special.scss */
.article_special .article_special-header .title-wrap {
  max-width: 800px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 70px;
  width: 100%;
  text-align: center;
}
/* line 28, ../sass/articles/_special.scss */
.article_special .article_special-header h1.title {
  color: #FFFFFF !important;
  width: 100%;
  display: block;
  white-space: nowrap;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 35, ../sass/articles/_special.scss */
.article_special .article_special-header h1.title .light {
  color: #FFFFFF !important;
}
/* line 38, ../sass/articles/_special.scss */
.article_special .article_special-header .icon-arrow-right, .article_special .article_special-header .accordion-wrap .accordion-item .accordion-toggle, .accordion-wrap .accordion-item .article_special .article_special-header .accordion-toggle {
  font-size: 38px;
  color: white;
  width: 60px;
  margin: 9px auto 0;
  text-align: center;
  cursor: pointer;
  display: block;
  -moz-transition: -moz-transform 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0ms, color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: -o-transform 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0ms, color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550), color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms, 0ms;
  transition: transform 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0ms, color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 51, ../sass/articles/_special.scss */
.article_special .article_special-header .icon-arrow-right:before, .article_special .article_special-header .accordion-wrap .accordion-item .accordion-toggle:before, .accordion-wrap .accordion-item .article_special .article_special-header .accordion-toggle:before {
  display: block;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 56, ../sass/articles/_special.scss */
.article_special .article_special-header .icon-arrow-right:hover, .article_special .article_special-header .accordion-wrap .accordion-item .accordion-toggle:hover, .accordion-wrap .accordion-item .article_special .article_special-header .accordion-toggle:hover {
  color: #FFC222;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  /* line 13, ../sass/articles/_special.scss */
  .article_special .article_special-header {
    height: 600px;
  }
}
@media (max-width: 850px) {
  /* line 13, ../sass/articles/_special.scss */
  .article_special .article_special-header {
    height: 500px;
  }
  /* line 69, ../sass/articles/_special.scss */
  .article_special .article_special-header .title-wrap {
    bottom: 20px;
  }
}
@media (max-width: 580px) {
  /* line 13, ../sass/articles/_special.scss */
  .article_special .article_special-header {
    height: 300px;
  }
  /* line 78, ../sass/articles/_special.scss */
  .article_special .article_special-header .title-wrap .icon-arrow-right, .article_special .article_special-header .title-wrap .accordion-wrap .accordion-item .accordion-toggle, .accordion-wrap .accordion-item .article_special .article_special-header .title-wrap .accordion-toggle {
    margin-top: 0;
    font-size: 28px;
  }
}
/* line 86, ../sass/articles/_special.scss */
.article_special .article_special-content {
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article_special .article_special-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 90, ../sass/articles/_special.scss */
.article_special .article_special-content .col-right img, .article_special .article_special-content .col-left img {
  width: 100%;
}
/* line 95, ../sass/articles/_special.scss */
.article_special .article_special-content .col-left .wysiwyg {
  padding: 80px 80px 80px 0;
}
/* line 99, ../sass/articles/_special.scss */
.article_special .article_special-content .col-right {
  padding: 80px 0;
  font-size: 0;
}
@media (max-width: 850px) {
  /* line 105, ../sass/articles/_special.scss */
  .article_special .article_special-content .col-left .wysiwyg, .article_special .article_special-content .col-right {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  /* line 111, ../sass/articles/_special.scss */
  .article_special .article_special-content .col-right {
    padding: 0;
    padding-bottom: 1px;
  }
  /* line 116, ../sass/articles/_special.scss */
  .article_special .article_special-content .col-left .wysiwyg {
    padding: 20px;
  }
}
@media (max-width: 850px) {
  /* line 124, ../sass/articles/_special.scss */
  .article_special .global_slider {
    height: 300px;
  }
}
@media (max-width: 580px) {
  /* line 124, ../sass/articles/_special.scss */
  .article_special .global_slider {
    height: 250px;
  }
}
@media (max-width: 500px) {
  /* line 124, ../sass/articles/_special.scss */
  .article_special .global_slider {
    height: 200px;
  }
}

/* line 2, ../sass/cart/_cart.scss */
.additional-checkout-buttons {
  padding: 20px;
}
/* line 5, ../sass/cart/_cart.scss */
.additional-checkout-buttons p {
  margin-bottom: 20px;
}
/* line 9, ../sass/cart/_cart.scss */
.additional-checkout-buttons input[type="image"] {
  background: transparent;
}

/* line 16, ../sass/cart/_cart.scss */
#your-shopping-cart .quantity-input {
  white-space: nowrap;
}
/* line 20, ../sass/cart/_cart.scss */
#your-shopping-cart h1 {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 52px;
  color: #FFFFFF;
  background: #333333;
  display: block;
  width: 100%;
  padding: 30px 80px;
  text-transform: none;
  font-weight: 300;
}
@media (max-width: 1200px) {
  /* line 20, ../sass/cart/_cart.scss */
  #your-shopping-cart h1 {
    padding: 33px 30px;
  }
}
@media (max-width: 850px) {
  /* line 20, ../sass/cart/_cart.scss */
  #your-shopping-cart h1 {
    font-size: 27px;
    padding: 10px 16px;
    line-height: 60px !important;
  }
}
/* line 41, ../sass/cart/_cart.scss */
#your-shopping-cart .cart {
  padding: 100px 80px;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  /* line 41, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  /* line 41, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart {
    padding: 20px;
  }
}
@media (max-width: 580px) {
  /* line 41, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 57, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart .cart__row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 63, ../sass/cart/_cart.scss */
#your-shopping-cart .cart img {
  max-width: 125px;
}
@media (max-width: 768px) {
  /* line 63, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart img {
    max-width: 75px;
  }
}
/* line 71, ../sass/cart/_cart.scss */
#your-shopping-cart .cart .cart__subtotal-title {
  font-weight: 600;
  font-size: 20px;
}
/* line 76, ../sass/cart/_cart.scss */
#your-shopping-cart .cart .cart__subtotal {
  color: #FFC222;
  font-size: 20px;
}
@media (max-width: 500px) {
  /* line 76, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart .cart__subtotal {
    margin-bottom: 50px;
    display: inline-block;
  }
}
/* line 87, ../sass/cart/_cart.scss */
#your-shopping-cart .notes {
  margin-bottom: 50px;
}
/* line 91, ../sass/cart/_cart.scss */
#your-shopping-cart .total-price {
  font-weight: 300;
  font-size: 20px;
}
/* line 96, ../sass/cart/_cart.scss */
#your-shopping-cart .cart__row {
  border: none;
}
@media (max-width: 500px) {
  /* line 96, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart__row {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 103, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart__row .one-half {
    margin-bottom: 20px;
  }
}
/* line 109, ../sass/cart/_cart.scss */
#your-shopping-cart th, #your-shopping-cart td {
  border: 1px solid #F3F4F4;
}
@media (max-width: 500px) {
  /* line 109, ../sass/cart/_cart.scss */
  #your-shopping-cart th, #your-shopping-cart td {
    text-align: center;
  }
}
/* line 117, ../sass/cart/_cart.scss */
#your-shopping-cart th {
  background: #f8f9f9;
  font-weight: 600;
}
/* line 124, ../sass/cart/_cart.scss */
#your-shopping-cart td:first-of-type {
  border-right: 0;
}
@media (max-width: 500px) {
  /* line 124, ../sass/cart/_cart.scss */
  #your-shopping-cart td:first-of-type {
    border-right: 1px solid #F3F4F4;
    border-bottom: 0;
  }
}
/* line 133, ../sass/cart/_cart.scss */
#your-shopping-cart td:nth-of-type(2) {
  border-left: 0;
}
@media (max-width: 500px) {
  /* line 133, ../sass/cart/_cart.scss */
  #your-shopping-cart td:nth-of-type(2) {
    border-left: 1px solid #F3F4F4;
    border-top: 0;
  }
}
@media (max-width: 500px) {
  /* line 143, ../sass/cart/_cart.scss */
  #your-shopping-cart td:before {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
}
/* line 154, ../sass/cart/_cart.scss */
#your-shopping-cart .product-title {
  font-size: 18px;
  font-weight: 300;
  color: #333333;
}
@media (max-width: 768px) {
  /* line 154, ../sass/cart/_cart.scss */
  #your-shopping-cart .product-title {
    font-size: 16px;
  }
}
/* line 164, ../sass/cart/_cart.scss */
#your-shopping-cart .submit-container {
  display: inline-block;
  margin-top: 100px;
}
/* line 168, ../sass/cart/_cart.scss */
#your-shopping-cart .submit-container:not(:last-of-type) {
  margin-right: 20px;
}
/* line 172, ../sass/cart/_cart.scss */
#your-shopping-cart .submit-container .gray {
  background: #F3F4F4;
}
/* line 175, ../sass/cart/_cart.scss */
#your-shopping-cart .submit-container .gray:hover {
  background: #d8dcdc;
}
@media (max-width: 1000px) {
  /* line 164, ../sass/cart/_cart.scss */
  #your-shopping-cart .submit-container {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }
  /* line 185, ../sass/cart/_cart.scss */
  #your-shopping-cart .submit-container .button {
    display: block;
    width: 100%;
  }
}
/* line 192, ../sass/cart/_cart.scss */
#your-shopping-cart .icon-close, #your-shopping-cart .inspirations_filter label.checkbox .checkbox-view, .inspirations_filter label.checkbox #your-shopping-cart .checkbox-view {
  font-size: 23px;
  color: #333333;
}
@media (max-width: 768px) {
  /* line 192, ../sass/cart/_cart.scss */
  #your-shopping-cart .icon-close, #your-shopping-cart .inspirations_filter label.checkbox .checkbox-view, .inspirations_filter label.checkbox #your-shopping-cart .checkbox-view {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  /* line 203, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart-table th, #your-shopping-cart .cart-table td {
    padding: 7px;
    max-width: 200px;
  }
}
@media (max-width: 580px) {
  /* line 212, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart-table th, #your-shopping-cart .cart-table td {
    padding: 3px;
  }
  /* line 217, ../sass/cart/_cart.scss */
  #your-shopping-cart th, #your-shopping-cart td {
    display: table-cell !important;
    float: none !important;
    font-size: 12px !important;
    width: auto !important;
  }
}
@media (max-width: 500px) {
  /* line 227, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart img {
    max-width: 50px;
  }
  /* line 231, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart .product-title, #your-shopping-cart .cart .total-price {
    font-size: 12px;
  }
  /* line 235, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart th, #your-shopping-cart .cart td {
    padding: 5px 0;
    font-size: 9px !important;
  }
  /* line 241, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart__subtotal {
    margin-bottom: 11px !important;
  }
  /* line 245, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart__row {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 250, ../sass/cart/_cart.scss */
  #your-shopping-cart .notes {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  /* line 257, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart th, #your-shopping-cart .cart td {
    max-width: 80px;
  }
  /* line 261, ../sass/cart/_cart.scss */
  #your-shopping-cart .cart img {
    max-width: 35px;
  }
}

/* line 3, ../sass/cart/_empty-cart.scss */
#your-shopping-cart .empty-cart {
  padding: 100px 80px 0px;
}
/* line 6, ../sass/cart/_empty-cart.scss */
#your-shopping-cart .empty-cart p {
  font-size: 20px;
}
/* line 9, ../sass/cart/_empty-cart.scss */
#your-shopping-cart .empty-cart p:not(:last-of-type) {
  margin-bottom: 20px;
}
/* line 14, ../sass/cart/_empty-cart.scss */
#your-shopping-cart .empty-cart a {
  color: #FFC222;
}

/* line 1, ../sass/compare/_menu.scss */
.compare_menu {
  background: #e0e3e3 !important;
  text-align: center;
  padding: 10px;
  height: 60px;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* line 9, ../sass/compare/_menu.scss */
.compare_menu.docked {
  padding: 1px 1px 1px 1px !important;
  position: fixed;
  bottom: 0;
  z-index: 3;
  padding: 1px 1px 1px 0;
  height: 52px;
  white-space: nowrap;
  width: 52px;
  overflow: hidden;
}
@media (max-width: 768px) {
  /* line 21, ../sass/compare/_menu.scss */
  .compare_menu.collection {
    display: none !important;
  }
}
/* line 27, ../sass/compare/_menu.scss */
.compare_menu.hidden {
  bottom: -55px;
}
/* line 30, ../sass/compare/_menu.scss */
.compare_menu.hidden.collection {
  display: none;
}
/* line 35, ../sass/compare/_menu.scss */
.compare_menu .compare-menu-toggle {
  display: none;
}
/* line 39, ../sass/compare/_menu.scss */
.compare_menu .compare-item, .compare_menu .compare-toggle {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: 0 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #d3d7d7;
  width: 150px;
  vertical-align: middle;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 52, ../sass/compare/_menu.scss */
.compare_menu .compare-item .icon-close, .compare_menu .compare-item .inspirations_filter label.checkbox .checkbox-view, .inspirations_filter label.checkbox .compare_menu .compare-item .checkbox-view, .compare_menu .compare-toggle .icon-close, .compare_menu .compare-toggle .inspirations_filter label.checkbox .checkbox-view, .inspirations_filter label.checkbox .compare_menu .compare-toggle .checkbox-view {
  color: #d3d7d7;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  -moz-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 64, ../sass/compare/_menu.scss */
.compare_menu .compare-item.filled:hover .icon-close, .compare_menu .compare-item.filled:hover .inspirations_filter label.checkbox .checkbox-view, .inspirations_filter label.checkbox .compare_menu .compare-item.filled:hover .checkbox-view {
  color: white;
}
/* line 70, ../sass/compare/_menu.scss */
.compare_menu .compare-toggle {
  background: #FFC222;
  color: #333333;
  font-size: 14px;
  -moz-transition: background 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: background 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: background 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: background 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 76, ../sass/compare/_menu.scss */
.compare_menu .compare-toggle .icon-check {
  vertical-align: middle;
}
/* line 80, ../sass/compare/_menu.scss */
.compare_menu .compare-toggle:hover {
  background: #ffd055;
}
/* line 88, ../sass/compare/_menu.scss */
.compare_menu.docked .compare-menu-toggle {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #FFC222;
  color: black;
  vertical-align: middle;
  line-height: 50px;
}
/* line 99, ../sass/compare/_menu.scss */
.compare_menu.docked .compare-menu-toggle.icon-carat:before, .compare_menu.docked .compare-menu-toggle.select-wrap:before {
  -moz-transition: -moz-transform 150ms ease-in-out 0ms;
  -o-transition: -o-transform 150ms ease-in-out 0ms;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: transform 150ms ease-in-out 0ms;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 20px;
}
/* line 108, ../sass/compare/_menu.scss */
.compare_menu.docked .compare-item, .compare_menu.docked .compare-toggle {
  height: 50px;
  width: 50px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 -2px;
}
/* line 115, ../sass/compare/_menu.scss */
.compare_menu.docked .compare-toggle {
  font-size: 11px;
  line-height: 50px;
  width: 112px;
  margin: 0px 1px 0 -3px;
}
/* line 122, ../sass/compare/_menu.scss */
.compare_menu.docked.open {
  width: 320px;
}
/* line 126, ../sass/compare/_menu.scss */
.compare_menu.docked.open .compare-menu-toggle.icon-carat:before, .compare_menu.docked.open .compare-menu-toggle.select-wrap:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 136, ../sass/compare/_menu.scss */
.compare-add.hide {
  display: none !important;
}

/* line 1, ../sass/compare/_modal.scss */
#compare_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.95);
  z-index: 101;
  display: none;
  color: white;
  padding: 25vh 0;
}
/* line 13, ../sass/compare/_modal.scss */
#compare_modal .slide, #compare_modal .container {
  height: 50vh;
}
/* line 17, ../sass/compare/_modal.scss */
#compare_modal .slide {
  position: relative;
}
/* line 21, ../sass/compare/_modal.scss */
#compare_modal .global_slider {
  height: auto;
  overflow: visible;
}
/* line 26, ../sass/compare/_modal.scss */
#compare_modal .button {
  position: absolute;
  bottom: -25vh;
  right: 0;
  font-size: 14px;
  padding: 20px 42px;
  line-height: 20px;
}
@media (max-width: 768px) {
  /* line 26, ../sass/compare/_modal.scss */
  #compare_modal .button {
    font-size: 12px;
    padding: 12px 58px 10px 20px;
    line-height: 18px;
  }
}
/* line 41, ../sass/compare/_modal.scss */
#compare_modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 22px;
  cursor: pointer;
  -moz-transition: -moz-transform 250ms ease-in-out 0ms;
  -o-transition: -o-transform 250ms ease-in-out 0ms;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: transform 250ms ease-in-out 0ms;
}
/* line 49, ../sass/compare/_modal.scss */
#compare_modal .close:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 54, ../sass/compare/_modal.scss */
#compare_modal .head {
  position: absolute;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 30px;
  color: white;
  *zoom: 1;
  width: 100%;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#compare_modal .head:after {
  content: "";
  display: table;
  clear: both;
}
/* line 62, ../sass/compare/_modal.scss */
#compare_modal .head a {
  color: white !important;
}
/* line 66, ../sass/compare/_modal.scss */
#compare_modal .head .title {
  width: 50%;
  float: left;
  padding: 40px 80px;
}
/* line 72, ../sass/compare/_modal.scss */
#compare_modal .head .price {
  float: right;
  width: 49%;
  text-align: right;
  padding: 40px 80px;
  font-size: 22px;
}
/* line 79, ../sass/compare/_modal.scss */
#compare_modal .head .price .currency {
  text-align: sup;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
}
/* line 84, ../sass/compare/_modal.scss */
#compare_modal .head .price .bold {
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 30px;
}
@media (max-width: 1024px) {
  /* line 90, ../sass/compare/_modal.scss */
  #compare_modal .head .title, #compare_modal .head .price {
    font-size: 22px;
    padding: 20px 40px;
  }
  /* line 95, ../sass/compare/_modal.scss */
  #compare_modal .head .price {
    font-size: 16px;
  }
  /* line 97, ../sass/compare/_modal.scss */
  #compare_modal .head .price .currency {
    font-size: 12px;
  }
  /* line 98, ../sass/compare/_modal.scss */
  #compare_modal .head .price .bold {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  /* line 103, ../sass/compare/_modal.scss */
  #compare_modal .head .title, #compare_modal .head .price {
    float: none;
    text-align: left;
    padding: 0px 20px;
    font-size: 18px;
    white-space: normal;
    width: 100%;
  }
  /* line 112, ../sass/compare/_modal.scss */
  #compare_modal .head .title {
    margin-bottom: 10px;
  }
  /* line 116, ../sass/compare/_modal.scss */
  #compare_modal .head .price {
    margin-bottom: 20px;
  }
}

/* line 1, ../sass/contact/_module.scss */
html.ie9 #contact_module .chat {
  display: none !important;
}

/* line 6, ../sass/contact/_module.scss */
#contact_module {
  position: fixed;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(340px);
  -ms-transform: translateY(-50%) translateX(340px);
  -webkit-transform: translateY(-50%) translateX(340px);
  transform: translateY(-50%) translateX(340px);
  z-index: 10;
  -moz-transition: -moz-transform 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -o-transition: -o-transform 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -webkit-transition-delay: 0ms;
  transition: transform 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
}
@media (max-width: 850px) {
  /* line 6, ../sass/contact/_module.scss */
  #contact_module {
    top: 50px;
    -moz-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%);
  }
}
/* line 22, ../sass/contact/_module.scss */
#contact_module .tab {
  height: 120px;
  width: 50px;
  background: #FFC222;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: -50px;
  text-align: center;
  font-size: 23px;
  padding-top: 3px;
  cursor: pointer;
  -moz-transition: background-color 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -o-transition: background-color 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -webkit-transition: background-color 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -webkit-transition-delay: 0ms;
  transition: background-color 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
}
@media (max-width: 850px) {
  /* line 22, ../sass/contact/_module.scss */
  #contact_module .tab {
    display: none;
  }
}
/* line 40, ../sass/contact/_module.scss */
#contact_module .tab div {
  margin: 12px 0;
  pointer-events: none;
  -moz-transition: -moz-transform 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -o-transition: -o-transform 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -webkit-transition-delay: 0ms;
  transition: transform 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
}
/* line 46, ../sass/contact/_module.scss */
#contact_module .tab .icon-arrow-right, #contact_module .tab .accordion-wrap .accordion-item .accordion-toggle, .accordion-wrap .accordion-item #contact_module .tab .accordion-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  -moz-transition: -moz-transform 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -o-transition: -o-transform 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -webkit-transition-delay: 0ms;
  transition: transform 350ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* line 53, ../sass/contact/_module.scss */
#contact_module .tab:hover {
  background: #ffcc46;
}
/* line 58, ../sass/contact/_module.scss */
#contact_module.open {
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
/* line 61, ../sass/contact/_module.scss */
#contact_module.open .tab div {
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* line 65, ../sass/contact/_module.scss */
#contact_module.open .tab .icon-arrow-right, #contact_module.open .tab .accordion-wrap .accordion-item .accordion-toggle, .accordion-wrap .accordion-item #contact_module.open .tab .accordion-toggle {
  -moz-transform: scaleY(1) translateX(-50%) translateY(-50%);
  -ms-transform: scaleY(1) translateX(-50%) translateY(-50%);
  -webkit-transform: scaleY(1) translateX(-50%) translateY(-50%);
  transform: scaleY(1) translateX(-50%) translateY(-50%);
}
@media (max-width: 850px) {
  /* line 58, ../sass/contact/_module.scss */
  #contact_module.open {
    top: 50px;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* line 75, ../sass/contact/_module.scss */
#contact_module .pane {
  width: 340px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEklEQVR4nGP6/wEGmRjggCATAOBGCbb9UnwSAAAAAElFTkSuQmCC');
  background: rgba(255, 255, 255, 0.94);
  padding: 42px;
}
@media (max-width: 580px) {
  /* line 75, ../sass/contact/_module.scss */
  #contact_module .pane {
    padding-top: 23px;
  }
}
/* line 85, ../sass/contact/_module.scss */
#contact_module h6 {
  color: #333333;
  text-transform: uppercase;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  margin-bottom: 25px;
}
/* line 92, ../sass/contact/_module.scss */
#contact_module .contact-type {
  margin-top: 25px;
}
/* line 95, ../sass/contact/_module.scss */
#contact_module .contact-type .contact-label {
  color: #737373;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 12px;
  text-transform: uppercase;
}
/* line 101, ../sass/contact/_module.scss */
#contact_module .contact-type .contact-info {
  margin-top: 4px;
}
/* line 104, ../sass/contact/_module.scss */
#contact_module .contact-type .contact-info a {
  color: #333333;
}
/* line 107, ../sass/contact/_module.scss */
#contact_module .contact-type .contact-info a:hover {
  color: #666666;
}

/* line 115, ../sass/contact/_module.scss */
.chat-tile {
  border: 1px solid #F3F4F4;
  height: 80px;
  background-image: url("page-header-plank.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  cursor: pointer;
  -moz-transition: border-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: border-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: border-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: border-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 124, ../sass/contact/_module.scss */
.chat-tile:hover {
  border-color: #FFC222;
}
/* line 128, ../sass/contact/_module.scss */
.chat-tile .agent {
  width: 50px;
  height: 50px;
  border: 2px solid #333333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: url("customer-support.jpg");
}
/* line 141, ../sass/contact/_module.scss */
.chat-tile .chat-message {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 12px;
  padding: 24px 24px 20px 85px;
  line-height: 17px;
}

/* line 3, ../sass/contact/_page.scss */
#contact .contact-marquee {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  /* line 3, ../sass/contact/_page.scss */
  #contact .contact-marquee {
    padding-bottom: 40px;
  }
}
@media (max-width: 850px) {
  /* line 3, ../sass/contact/_page.scss */
  #contact .contact-marquee {
    padding-bottom: 0px;
  }
  /* line 13, ../sass/contact/_page.scss */
  #contact .contact-marquee .col-right {
    padding: 20px;
  }
}
/* line 18, ../sass/contact/_page.scss */
#contact .contact-marquee a {
  color: #333333;
}
/* line 21, ../sass/contact/_page.scss */
#contact .contact-marquee a:hover {
  color: #FFC222;
}
/* line 26, ../sass/contact/_page.scss */
#contact .contact-marquee .chat-tile {
  width: 255px;
  margin-top: 20px;
  border-color: #CCCCCC;
}
/* line 31, ../sass/contact/_page.scss */
#contact .contact-marquee .chat-tile:hover {
  border-color: #FFC222;
}
/* line 38, ../sass/contact/_page.scss */
#contact .marquee_two-col h2 {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100px;
}
@media (max-width: 768px) {
  /* line 38, ../sass/contact/_page.scss */
  #contact .marquee_two-col h2 {
    top: 70px;
  }
}
@media (max-width: 768px) {
  /* line 47, ../sass/contact/_page.scss */
  #contact .marquee_two-col .col-left {
    height: 175px !important;
  }
}
/* line 55, ../sass/contact/_page.scss */
#contact .contact-form-container {
  padding: 40px;
  padding-bottom: 0;
}
/* line 59, ../sass/contact/_page.scss */
#contact .contact-form-container .grid {
  margin-top: 30px;
}
/* line 63, ../sass/contact/_page.scss */
#contact .contact-form-container .grid__item {
  margin-bottom: 30px;
}
/* line 67, ../sass/contact/_page.scss */
#contact .contact-form-container h5 {
  font-size: 14px;
  color: #CCCCCC;
  margin-bottom: 5px;
}
/* line 73, ../sass/contact/_page.scss */
#contact .contact-form-container p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1024px) and (min-width: 851px) {
  /* line 73, ../sass/contact/_page.scss */
  #contact .contact-form-container p {
    font-size: 16px;
  }
}
/* line 84, ../sass/contact/_page.scss */
#contact .contact-form-container .contact-form input {
  margin-bottom: 20px;
}
/* line 88, ../sass/contact/_page.scss */
#contact .contact-form-container .contact-form .submit-container {
  margin-top: 20px;
}
/* line 91, ../sass/contact/_page.scss */
#contact .contact-form-container .contact-form .submit-container input {
  margin-bottom: 0;
}

/* line 1, ../sass/ctas/_campaign-video.scss */
.ctas_campaign-video {
  padding: 0 0 80px 0 !important;
}
@media (min-width: 769px) {
  /* line 1, ../sass/ctas/_campaign-video.scss */
  .ctas_campaign-video {
    height: 95vh;
  }
}
@media (max-width: 1024px) {
  /* line 1, ../sass/ctas/_campaign-video.scss */
  .ctas_campaign-video {
    padding: 0 0 40px 0 !important;
  }
}
@media (max-width: 850px) {
  /* line 1, ../sass/ctas/_campaign-video.scss */
  .ctas_campaign-video {
    padding: 0 0 1px 0 !important;
  }
}
/* line 16, ../sass/ctas/_campaign-video.scss */
.ctas_campaign-video iframe, .ctas_campaign-video .video-wrapper {
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  /* line 16, ../sass/ctas/_campaign-video.scss */
  .ctas_campaign-video iframe, .ctas_campaign-video .video-wrapper {
    padding: 0 !important;
  }
}
/* line 25, ../sass/ctas/_campaign-video.scss */
.ctas_campaign-video .video-wrapper {
  height: calc(100% - 40px);
}
/* line 29, ../sass/ctas/_campaign-video.scss */
.ctas_campaign-video .buttons {
  font-size: 0;
}
/* line 32, ../sass/ctas/_campaign-video.scss */
.ctas_campaign-video .buttons a.button {
  padding-top: 12px;
  padding-bottom: 11px;
  width: 50%;
  font-size: 16px;
  border-top: 1px solid white;
}
/* line 39, ../sass/ctas/_campaign-video.scss */
.ctas_campaign-video .buttons a.button:last-of-type {
  border-left: 1px solid white;
}
@media (max-width: 580px) {
  /* line 32, ../sass/ctas/_campaign-video.scss */
  .ctas_campaign-video .buttons a.button {
    font-size: 12px;
    padding-left: 20px;
    padding-bottom: 9px;
    text-align: left;
  }
}

@media (min-width: 851px) {
  /* line 1, ../sass/ctas/_home-marquee.scss */
  body.customer-nav .ctas_home-marquee {
    height: calc(100% - 40px);
  }
}

/* line 7, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee {
  *zoom: 1;
  position: relative;
  height: 100%;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.ctas_home-marquee:after {
  content: "";
  display: table;
  clear: both;
}
/* line 13, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .button.icon-cart {
  padding-top: 15px;
}
/* line 16, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .button.icon-cart:before {
  font-size: 28px;
  padding-right: 12px;
  position: relative;
  top: 4px;
}
/* line 24, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .center-title {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  -webkit-transform: translateX(-52%);
  transform: translateX(-52%);
  top: 10%;
  height: calc(75% - 120px);
  width: auto;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 700ms 1000ms;
  -o-transition: opacity 700ms 1000ms;
  -webkit-transition: opacity 700ms;
  -webkit-transition-delay: 1000ms;
  transition: opacity 700ms 1000ms;
  -webkit-backface-visibility: hidden;
}
/* line 36, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .center-title.init {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media (max-width: 850px) {
  /* line 24, ../sass/ctas/_home-marquee.scss */
  .ctas_home-marquee .center-title {
    top: calc(50% - 25px);
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(65% - 120px);
  }
}
@media (max-width: 768px) and (min-height: 750px) {
  /* line 24, ../sass/ctas/_home-marquee.scss */
  .ctas_home-marquee .center-title {
    height: calc(55% - 120px);
  }
}
/* line 52, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .col-left.slider {
  height: calc(100% - 130px);
}
@media (max-width: 850px) {
  /* line 52, ../sass/ctas/_home-marquee.scss */
  .ctas_home-marquee .col-left.slider {
    height: calc(100% - 50px);
  }
}
/* line 60, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .col-right.video-hovers {
  height: 100%;
}
/* line 64, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee a.button {
  width: calc(100% - 1px);
}
@media (max-width: 850px) {
  /* line 64, ../sass/ctas/_home-marquee.scss */
  .ctas_home-marquee a.button {
    width: 100%;
  }
}
/* line 72, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .global_slider {
  height: 100%;
  background: #F3F4F4;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 700ms;
  -o-transition: opacity 700ms;
  -webkit-transition: opacity 700ms;
  transition: opacity 700ms;
}
/* line 80, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .global_slider.init {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media (max-width: 850px) {
  /* line 72, ../sass/ctas/_home-marquee.scss */
  .ctas_home-marquee .global_slider {
    border-right: none;
  }
}
/* line 89, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .video-hovers {
  height: 850px;
  border-right: 1px solid white;
}
/* line 94, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .video-hovers .video-grid-item {
  width: 50%;
  height: 50%;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  float: left;
  overflow: hidden;
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 105, ../sass/ctas/_home-marquee.scss */
.ctas_home-marquee .video-hovers .video-grid-item .hover-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 850px) {
  /* line 119, ../sass/ctas/_home-marquee.scss */
  .ctas_home-marquee .col-left {
    display: block;
    float: none;
    width: 100%;
  }
  /* line 125, ../sass/ctas/_home-marquee.scss */
  .ctas_home-marquee .col-right {
    display: none;
  }
}

/* line 1, ../sass/ctas/_samples-video.scss */
.ctas_samples-video {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 850px) {
  /* line 1, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video {
    padding-top: 30px;
  }
}
/* line 11, ../sass/ctas/_samples-video.scss */
.ctas_samples-video .video-wrap {
  margin: 0;
  height: 700px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
/* line 20, ../sass/ctas/_samples-video.scss */
.ctas_samples-video video {
  width: 100%;
}
/* line 24, ../sass/ctas/_samples-video.scss */
.ctas_samples-video .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  height: 600px;
  width: 600px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(243, 244, 244, 0.95);
}
/* line 34, ../sass/ctas/_samples-video.scss */
.ctas_samples-video .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
/* line 39, ../sass/ctas/_samples-video.scss */
.ctas_samples-video .icon-stik-tree {
  font-size: 130px;
  margin-bottom: 20px;
  color: #CCCCCC;
}
/* line 45, ../sass/ctas/_samples-video.scss */
.ctas_samples-video .callout {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 36px;
  color: #555555;
  line-height: 39px;
}
/* line 50, ../sass/ctas/_samples-video.scss */
.ctas_samples-video .button-plus {
  margin-top: 50px;
}
@media (max-width: 850px) {
  /* line 1, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video {
    height: 600px;
  }
  /* line 57, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video .video-wrap {
    margin-top: 0;
    height: 100%;
  }
  /* line 62, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video .circle {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video {
    height: 435px;
    padding-top: 0;
  }
  /* line 72, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video video {
    display: none;
  }
  /* line 76, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video .circle {
    width: 340px;
    height: 340px;
  }
  /* line 81, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video .callout {
    font-size: 26px;
    line-height: 30px;
  }
  /* line 86, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video .icon-stik-tree {
    font-size: 60px;
    margin-bottom: 10px;
  }
  /* line 91, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video .button-plus {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  /* line 1, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video {
    height: 335px;
  }
  /* line 99, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video .circle {
    width: 280px;
    height: 280px;
  }
  /* line 104, ../sass/ctas/_samples-video.scss */
  .ctas_samples-video .callout {
    font-size: 20px;
    line-height: 23px;
  }
}

/* line 1, ../sass/ctas/_the-latest.scss */
.ctas_the-latest {
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.ctas_the-latest:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .col-left {
  padding: 80px;
  padding-left: 12%;
  background: #F3F4F4;
  position: relative;
  height: 100%;
  overflow: hidden;
}
/* line 12, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .col-left h2 {
  width: 80%;
}
/* line 17, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .col-right {
  padding: 80px;
}
@media (max-width: 1024px) {
  /* line 17, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .col-right {
    padding: 40px;
  }
}
@media (max-width: 850px) {
  /* line 17, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .col-right {
    padding: 20px;
  }
}
/* line 28, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .col-right img {
  margin-bottom: 30px;
  width: 100%;
}
/* line 33, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .col-right .wysiwyg p {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 16px;
  color: #666666;
}
/* line 39, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .button-plus {
  margin-top: 20px;
  font-size: 16px;
}
/* line 44, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .title {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 22px;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}
/* line 51, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .center {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
/* line 55, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .center h2 {
  line-height: 105%;
}
/* line 58, ../sass/ctas/_the-latest.scss */
.ctas_the-latest .center .light {
  display: block;
  line-height: 105%;
}
@media (max-width: 768px) {
  /* line 1, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest {
    height: auto;
  }
  /* line 71, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .col-right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  /* line 76, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .col-right img {
    margin-bottom: 15px;
  }
  /* line 81, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .wysiwyg {
    padding: 30px;
  }
  /* line 84, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .wysiwyg .title {
    font-size: 20px;
    line-height: 23px;
  }
  /* line 89, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .wysiwyg p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
  /* line 96, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .center {
    position: relative;
    top: 0;
    left: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 104, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .button-plus {
    padding: 0 30px;
  }
}
@media (max-width: 580px) {
  /* line 110, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .col-left {
    padding: 50px;
  }
  /* line 113, ../sass/ctas/_the-latest.scss */
  .ctas_the-latest .col-left h2 {
    width: 140%;
    margin-left: -20px;
  }
}

/* line 2, ../sass/ctas/_two-up-links.scss */
.ctas_two-up-links .col-left, .ctas_two-up-links .col-right {
  height: 260px;
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 8, ../sass/ctas/_two-up-links.scss */
.ctas_two-up-links .col-left a.button, .ctas_two-up-links .col-right a.button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  overflow: hidden;
  font-size: 16px;
  padding: 13px 50px 15px;
}
/* line 19, ../sass/ctas/_two-up-links.scss */
.ctas_two-up-links .col-left a.fill, .ctas_two-up-links .col-right a.fill {
  position: absolute;
  top: 0;
  bottom: 0 !important;
  left: 0;
  height: 100%;
  right: 0;
  display: block;
}
/* line 30, ../sass/ctas/_two-up-links.scss */
.ctas_two-up-links .col-right {
  border-left: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  /* line 35, ../sass/ctas/_two-up-links.scss */
  .ctas_two-up-links .col-right, .ctas_two-up-links .col-left {
    margin-bottom: 1px;
  }
}

/* line 1, ../sass/ctas/_workbench.scss */
.ctas_workbench {
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 768px) {
  /* line 1, ../sass/ctas/_workbench.scss */
  .ctas_workbench {
    padding: 0 20px;
  }
  /* line 7, ../sass/ctas/_workbench.scss */
  .home-workbench-cta .ctas_workbench {
    padding-top: 40px;
  }
}
/* line 12, ../sass/ctas/_workbench.scss */
.ctas_workbench .workbench-wrap {
  padding: 90px 60px 100px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  /* line 12, ../sass/ctas/_workbench.scss */
  .ctas_workbench .workbench-wrap {
    padding: 40px 20px;
  }
}
/* line 20, ../sass/ctas/_workbench.scss */
.ctas_workbench h2 {
  color: white;
}
@media (max-width: 768px) {
  /* line 20, ../sass/ctas/_workbench.scss */
  .ctas_workbench h2 {
    font-size: 39px;
  }
}
/* line 25, ../sass/ctas/_workbench.scss */
.ctas_workbench p {
  color: white;
  font-weight: 700;
  max-width: 500px;
  margin: 25px auto;
  line-height: 1.6;
}
/* line 33, ../sass/ctas/_workbench.scss */
.ctas_workbench a.btn {
  color: #333333;
  background-color: #FFC222;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 0;
  transition: background 250ms ease;
}
/* line 41, ../sass/ctas/_workbench.scss */
.ctas_workbench a.btn:hover, .ctas_workbench a.btn:active {
  background-color: #ffd055;
}

/* line 2, ../sass/faq/_page.scss */
#frequently-asked-questions .faq-detail.accordion-wrap {
  padding-top: 100px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 2, ../sass/faq/_page.scss */
  #frequently-asked-questions .faq-detail.accordion-wrap {
    padding-top: 40px;
  }
}

/* line 1, ../sass/features/_base.scss */
.features-list {
  *zoom: 1;
  padding-top: 80px;
  background-color: #FFFFFF;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.features-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 850px) {
  /* line 1, ../sass/features/_base.scss */
  .features-list {
    padding: 80px 20px 20px;
  }
}
@media (max-width: 580px) {
  /* line 1, ../sass/features/_base.scss */
  .features-list {
    padding-top: 40px;
  }
}

/* line 16, ../sass/features/_base.scss */
.features li {
  float: left;
  margin-bottom: 80px;
}
/* line 21, ../sass/features/_base.scss */
.features h3 {
  font-size: 24px;
  margin-top: 80px;
}
/* line 26, ../sass/features/_base.scss */
.features h4 {
  text-transform: none;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 14px;
  margin-bottom: 20px;
}
/* line 32, ../sass/features/_base.scss */
.features p {
  font-size: 13px;
  line-height: 180%;
}
/* line 37, ../sass/features/_base.scss */
.features img {
  width: 60px;
}
@media (max-width: 580px) {
  /* line 42, ../sass/features/_base.scss */
  .features li {
    float: none;
  }
}

/* line 49, ../sass/features/_base.scss */
.features.product_features li {
  width: 35%;
}
@media (min-width: 851px) {
  /* line 49, ../sass/features/_base.scss */
  .features.product_features li {
    padding-right: 5%;
  }
  /* line 55, ../sass/features/_base.scss */
  .features.product_features li:nth-of-type(3n) {
    width: 30%;
    padding-right: 0;
  }
}
/* line 62, ../sass/features/_base.scss */
.features.product_features h4, .features.product_features p {
  margin-left: 90px;
}
/* line 66, ../sass/features/_base.scss */
.features.product_features img {
  float: left;
  height: auto;
}
@media (max-width: 850px) {
  /* line 72, ../sass/features/_base.scss */
  .features.product_features h3 {
    text-align: center;
    font-size: 34px;
    margin-top: 40px;
  }
}
@media (max-width: 850px) and (min-width: 581px) {
  /* line 80, ../sass/features/_base.scss */
  .features.product_features li {
    width: 50%;
  }
  /* line 83, ../sass/features/_base.scss */
  .features.product_features li:nth-of-type(odd) {
    padding-right: 3%;
  }
  /* line 87, ../sass/features/_base.scss */
  .features.product_features li:nth-of-type(even) {
    padding-left: 3%;
  }
}
@media (max-width: 580px) {
  /* line 94, ../sass/features/_base.scss */
  .features.product_features li {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 99, ../sass/features/_base.scss */
  .features.product_features h4, .features.product_features p {
    margin-left: 70px;
  }
  /* line 103, ../sass/features/_base.scss */
  .features.product_features img {
    width: 50px;
  }
}

/* line 110, ../sass/features/_base.scss */
.features.specs_features .h4 {
  display: none;
}
/* line 114, ../sass/features/_base.scss */
.features.specs_features li {
  width: 25%;
  padding-right: 3%;
}
/* line 119, ../sass/features/_base.scss */
.features.specs_features img {
  width: auto;
  height: 60px;
  margin-bottom: 15px;
}
@media (max-width: 850px) {
  /* line 126, ../sass/features/_base.scss */
  .features.specs_features li {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 580px) {
  /* line 133, ../sass/features/_base.scss */
  .features.specs_features li {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

/* line 1, ../sass/global/_.forms.scss */
input[type="submit"] {
  border: 0;
  border-radius: 0;
  outline: none;
  position: relative;
  -webkit-appearance: none;
}

/* line 9, ../sass/global/_.forms.scss */
input {
  background: #F3F4F4;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  -webkit-highlight: none;
  font-size: 18px;
  padding: 12px;
}

/* line 19, ../sass/global/_.forms.scss */
.select-dropdown {
  position: relative;
}
/* line 22, ../sass/global/_.forms.scss */
.select-dropdown:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333333;
}

/* line 33, ../sass/global/_.forms.scss */
select {
  font-size: 18px;
  padding: 12px;
  background: #F3F4F4;
  outline: none;
  -webkit-highlight: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 42, ../sass/global/_.forms.scss */
.select-wrap {
  color: #333333;
  position: relative;
}
/* line 47, ../sass/global/_.forms.scss */
.select-wrap:before {
  font-family: 'stikwood';
  position: absolute;
  right: 9px;
  top: 5%;
  pointer-events: none;
  font-size: 12px;
}
/* line 55, ../sass/global/_.forms.scss */
.ie9 .select-wrap:before {
  content: none;
}

/* line 61, ../sass/global/_.forms.scss */
.submit-container {
  position: relative;
  overflow: hidden;
}
/* line 66, ../sass/global/_.forms.scss */
.submit-container:hover .input-rollover {
  right: 0;
}

/* line 72, ../sass/global/_.forms.scss */
.input-rollover {
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
  width: 50px;
  background: url("button-bg.png") no-repeat;
  -moz-transition: right 200ms;
  -o-transition: right 200ms;
  -webkit-transition: right 200ms;
  transition: right 200ms;
}

/* line 82, ../sass/global/_.forms.scss */
.quantity-input {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 90, ../sass/global/_.forms.scss */
.quantity-input .subtract, .quantity-input .add {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #CCCCCC;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  padding: 0;
  line-height: 23px;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 90, ../sass/global/_.forms.scss */
  .quantity-input .subtract, .quantity-input .add {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  /* line 90, ../sass/global/_.forms.scss */
  .quantity-input .subtract, .quantity-input .add {
    display: inline-block;
    margin: 0 auto;
  }
}
/* line 115, ../sass/global/_.forms.scss */
.quantity-input .subtract {
  font-size: 26px;
}
/* line 119, ../sass/global/_.forms.scss */
.quantity-input input {
  display: none;
}
/* line 123, ../sass/global/_.forms.scss */
.quantity-input .number {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
@media (max-width: 768px) {
  /* line 123, ../sass/global/_.forms.scss */
  .quantity-input .number {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  /* line 123, ../sass/global/_.forms.scss */
  .quantity-input .number {
    padding: 0 5px;
  }
}

/* line 1, ../sass/global/_button.scss */
.button {
  position: relative;
  display: inline-block;
  padding: 18px 50px 15px;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #333333;
  background-color: #FFC222;
  vertical-align: middle;
  overflow: hidden;
  -moz-transition: background-color 450ms;
  -o-transition: background-color 450ms;
  -webkit-transition: background-color 450ms;
  transition: background-color 450ms;
}
/* line 17, ../sass/global/_button.scss */
.button.full {
  width: 100%;
}
/* line 21, ../sass/global/_button.scss */
.button:before {
  font-family: "Stikwood";
}
/* line 25, ../sass/global/_button.scss */
.button:after {
  content: '';
  position: absolute;
  top: 0;
  right: -53px;
  height: 100%;
  width: 53px;
  background: url("button-bg.png") no-repeat;
  -moz-transition: right 200ms;
  -o-transition: right 200ms;
  -webkit-transition: right 200ms;
  transition: right 200ms;
}
/* line 36, ../sass/global/_button.scss */
.button:hover {
  color: #333333;
  background-color: #ffcd4b;
}
/* line 40, ../sass/global/_button.scss */
.button:hover:after {
  right: 0;
}
@media (max-width: 768px) {
  /* line 46, ../sass/global/_button.scss */
  .button:after {
    right: 0;
  }
}

/* line 52, ../sass/global/_button.scss */
.button-lite {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 13px;
  color: #333333;
  border: 1px solid #cbcfcf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px;
  margin-right: 10px;
  -moz-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950), background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms, 0ms;
  transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 63, ../sass/global/_button.scss */
.button-lite:before {
  content: '+';
  color: #FFC222;
  display: inline-block;
  margin-right: 5px;
}
/* line 70, ../sass/global/_button.scss */
.button-lite:hover {
  background: #e6e8e8;
  color: #333333;
}

/* line 76, ../sass/global/_button.scss */
.outline-button {
  background-color: transparent;
  border: 1px solid #FFC222;
  color: #FFFFFF;
  -moz-transition: border 250ms, background-color 250ms;
  -o-transition: border 250ms, background-color 250ms;
  -webkit-transition: border 250ms, background-color 250ms;
  transition: border 250ms, background-color 250ms;
}

/* line 86, ../sass/global/_button.scss */
.button-plus {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  color: #333333;
  display: block;
  text-transform: uppercase;
}
/* line 91, ../sass/global/_button.scss */
.button-plus:before {
  font-family: 'Stikwood';
  content: "\e616";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 15px;
  font-size: 50px;
  color: #FFC222;
}
@media (max-width: 768px) {
  /* line 86, ../sass/global/_button.scss */
  .button-plus {
    font-size: 16px;
  }
}

/* line 2, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item {
  position: relative;
  width: 25%;
  float: left;
  height: 0;
  padding-bottom: 25%;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 13, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:nth-of-type(4n) {
  border-right: 0;
}
/* line 17, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: -moz-transform 500ms;
  -o-transition: -o-transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
}
/* line 28, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 400ms, -moz-transform 300ms;
  -o-transition: opacity 400ms, -o-transform 300ms;
  -webkit-transition: opacity 400ms, -webkit-transform 300ms;
  transition: opacity 400ms, transform 300ms;
}
/* line 41, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .view-product {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial;
   position: absolute;
   top: 60%;
   left: 50%;
   z-index: 5;
   font-size: 15px;
   padding: 15px;
   margin: 0;
   text-align: center;
   border: none;
   color: #FFFFFF;
   -moz-transform: scale(0.7, 0.7);
   -ms-transform: scale(0.7, 0.7);
   -webkit-transform: scale(0.7, 0.7);
   transform: scale(0.7, 0.7);
   -moz-transform: translate(-50%, -70%);
   -ms-transform: translate(-50%, -70%);
   -webkit-transform: translate(-50%, -70%);
   transform: translate(-50%, -70%);
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
   opacity: 0;
   -moz-transition: -moz-transform 400ms, opacity 400ms;
   -o-transition: -o-transform 400ms, opacity 400ms;
   -webkit-transition: -webkit-transform 400ms, opacity 400ms;
   transition: transform 400ms, opacity 400ms;
}
/* line 59, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .view-product span {
  margin-bottom: 10px;
  font-size: 45px;
  color: #FFC222;
  display: block;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: -moz-transform 400ms;
  -o-transition: -o-transform 400ms;
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
/* line 70, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #FFFFFF;
  width: 45px;
  height: 45px;
  background-size: cover;
  z-index: 4;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 85, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .avatar:hover + .name {
  left: 75px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 92, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .name {
  position: absolute;
  display: block;
  top: 30px;
  left: 15px;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 350ms, left 350ms;
  -o-transition: opacity 350ms, left 350ms;
  -webkit-transition: opacity 350ms, left 350ms;
  transition: opacity 350ms, left 350ms;
}
/* line 105, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .product-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #F3F4F4;
  padding: 18px 0 15px 65px;
  z-index: 5;
  text-align: left;
  white-space: initial !important;
}
/* line 117, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item .product-bar .product-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background-size: cover;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 130, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:hover .background-image {
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
/* line 134, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 138, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:hover .view-product {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
/* line 143, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item:hover .view-product span {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 151, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item.no-bg .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
}
/* line 155, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item.no-bg .view-product {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #333333;
  position: relative;
  width: 60%;
  margin-left: 20px;
}
/* line 163, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item.no-bg .view-product span {
  position: absolute;
  left: -30px;
  top: 22px;
}
/* line 172, ../sass/global/_image-grid-link-item.scss */
.image-grid-link-item.no-bg:hover .view-product span {
  -moz-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
  /* line 2, ../sass/global/_image-grid-link-item.scss */
  .image-grid-link-item {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 500px) {
  /* line 2, ../sass/global/_image-grid-link-item.scss */
  .image-grid-link-item {
    width: 100%;
    padding-bottom: 100%;
  }
  /* line 188, ../sass/global/_image-grid-link-item.scss */
  .image-grid-link-item .product-bar {
    height: 35px;
    padding: 12px 0 12px 47px;
  }
  /* line 192, ../sass/global/_image-grid-link-item.scss */
  .image-grid-link-item .product-bar .product-image {
    width: 35px;
  }
}

/* line 1, ../sass/global/_site.scss */
html, body {
  height: 100%;
  background: white;
}
@media (max-width: 850px) {
  /* line 1, ../sass/global/_site.scss */
  html, body {
    background: #FFFFFF;
  }
}

/* line 10, ../sass/global/_site.scss */
a {
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

/* line 16, ../sass/global/_site.scss */
#main {
  margin: 0 auto;
  background: #FFFFFF;
  -moz-transition: margin-top 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: margin-top 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: margin-top 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: margin-top 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}

@media (min-width: 851px) {
  /* line 23, ../sass/global/_site.scss */
  body.customer-nav #main {
    margin-top: 120px;
  }
}

/* line 29, ../sass/global/_site.scss */
#main {
  margin-top: 80px;
  height: calc(100% - 80px);
}
/* line 33, ../sass/global/_site.scss */
body.template-search.search-open #main {
  margin-top: 200px;
}
@media (max-width: 850px) {
  /* line 29, ../sass/global/_site.scss */
  #main {
    margin-top: 50px;
    height: calc(100% - 70px);
  }
  /* line 41, ../sass/global/_site.scss */
  body.template-search.search-open #main {
    margin-top: 140px;
  }
}
@media (max-width: 768px) {
  /* line 47, ../sass/global/_site.scss */
  body.template-search.search-open #main {
    margin-top: 120px;
  }
}
/* line 52, ../sass/global/_site.scss */
#main > div {
  background: #FFFFFF;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  /* line 52, ../sass/global/_site.scss */
  #main > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 850px) {
  /* line 52, ../sass/global/_site.scss */
  #main > div {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 69, ../sass/global/_site.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 74, ../sass/global/_site.scss */
.currency {
  font-size: 18px;
  vertical-align: top;
}

/* line 79, ../sass/global/_site.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 83, ../sass/global/_site.scss */
.video-background video {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 86, ../sass/global/_site.scss */
.section-spacer {
  padding: 80px;
  background: #FFFFFF;
}
/* line 90, ../sass/global/_site.scss */
.section-spacer:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0px;
  border-top: 1px solid #CCCCCC;
}

/* line 99, ../sass/global/_site.scss */
.fit-image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media (min-width: 851px) {
  /* line 105, ../sass/global/_site.scss */
  .show-at-850 {
    display: none !important;
  }

  /* line 106, ../sass/global/_site.scss */
  .hide-at-850 {
    display: block !important;
  }
}
@media (max-width: 850px) {
  /* line 110, ../sass/global/_site.scss */
  .show-at-850 {
    display: block !important;
  }

  /* line 111, ../sass/global/_site.scss */
  .hide-at-850 {
    display: none !important;
  }
}
/* line 115, ../sass/global/_site.scss */
iframe#launcher {
  display: none !important;
}

/* line 124, ../sass/global/_site.scss */
body.mobile video {
  display: none !important;
  pointer-events: none;
}

/* line 1, ../sass/global/_slider.scss */
.global_slider {
  height: 500px;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  overflow: hidden;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 9, ../sass/global/_slider.scss */
.global_slider.paginated {
  padding-bottom: 40px;
}
/* line 13, ../sass/global/_slider.scss */
.global_slider .container {
  height: 100%;
}
/* line 17, ../sass/global/_slider.scss */
.global_slider .container .video-wrapper {
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 28, ../sass/global/_slider.scss */
.global_slider .slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  display: inline-block;
}
/* line 35, ../sass/global/_slider.scss */
.global_slider .slide.fader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
/* line 43, ../sass/global/_slider.scss */
.global_slider .slide.fader:first-of-type {
  display: block;
}
/* line 49, ../sass/global/_slider.scss */
.global_slider .previous, .global_slider .next {
  position: absolute;
  top: 0;
  bottom: 40px;
  width: calc(50% - 50px);
}
/* line 56, ../sass/global/_slider.scss */
.global_slider .previous {
  left: 0;
}
/* line 60, ../sass/global/_slider.scss */
.global_slider .next {
  right: 0;
}
/* line 65, ../sass/global/_slider.scss */
.global_slider .slider-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 0;
  right: 0;
  display: none;
}
/* line 73, ../sass/global/_slider.scss */
.global_slider .slider-pagination .dot {
  display: inline-block;
  margin: 0 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFC222;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -moz-transition: background-color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: background-color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: background-color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: background-color 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 83, ../sass/global/_slider.scss */
.global_slider .slider-pagination .dot.active {
  background: #FFC222;
}
/* line 87, ../sass/global/_slider.scss */
.global_slider .slider-pagination .dot:hover {
  background: #FFC222;
}

/* line 1, ../sass/global/_two-column-base.scss */
.col-left {
  width: 50%;
  float: left;
  position: relative;
}

/* line 7, ../sass/global/_two-column-base.scss */
.col-right {
  width: 50%;
  float: right;
  position: relative;
}

@media (max-width: 768px) {
  /* line 15, ../sass/global/_two-column-base.scss */
  .col-right, .col-left {
    display: block;
    float: none;
    width: 100% !important;
    padding-right: 0px !important;
  }
}
/* line 3, ../sass/global/_wysiwyg.scss */
.wysiwyg p {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 29px;
}
/* line 8, ../sass/global/_wysiwyg.scss */
.wysiwyg p:last-of-type {
  margin-bottom: 0;
}
/* line 13, ../sass/global/_wysiwyg.scss */
.wysiwyg strong {
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
}
/* line 17, ../sass/global/_wysiwyg.scss */
.wysiwyg em, .wysiwyg i {
  font-style: italic;
}
/* line 22, ../sass/global/_wysiwyg.scss */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  text-transform: none;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 105%;
}
/* line 29, ../sass/global/_wysiwyg.scss */
.wysiwyg img {
  width: 100%;
}
/* line 33, ../sass/global/_wysiwyg.scss */
.wysiwyg blockquote {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 30px;
  line-height: 115%;
  font-style: italic;
  max-width: 80%;
  margin: 45px auto;
}
/* line 41, ../sass/global/_wysiwyg.scss */
.wysiwyg blockquote p {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 30px;
  line-height: 115%;
  margin: 0 !important;
}
/* line 47, ../sass/global/_wysiwyg.scss */
.wysiwyg a {
  color: #FFC222;
  border-bottom: 1px transparent solid;
  -moz-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, border-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, border-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950), border-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms, 0ms;
  transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, border-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
}
/* line 56, ../sass/global/_wysiwyg.scss */
.wysiwyg a:hover {
  border-color: #FFC222;
  color: #ffbb09;
}
/* line 62, ../sass/global/_wysiwyg.scss */
.wysiwyg ul, .wysiwyg ol {
  margin-bottom: 29px;
  margin-left: 30px;
}
/* line 66, ../sass/global/_wysiwyg.scss */
.wysiwyg ul li, .wysiwyg ol li {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  line-height: 29px;
  position: relative;
  margin-left: 15px;
}
/* line 72, ../sass/global/_wysiwyg.scss */
.wysiwyg ul li:before, .wysiwyg ol li:before {
  position: absolute;
  left: -20px;
  top: 0;
  color: #FFC222;
  font-size: 22px;
}
/* line 84, ../sass/global/_wysiwyg.scss */
.wysiwyg ul li:before {
  content: "•";
}
/* line 90, ../sass/global/_wysiwyg.scss */
.wysiwyg ol {
  counter-reset: ol-counter;
}
/* line 93, ../sass/global/_wysiwyg.scss */
.wysiwyg ol li {
  margin-left: 25px;
}
/* line 96, ../sass/global/_wysiwyg.scss */
.wysiwyg ol li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 14px;
  width: 25px;
  text-align: center;
  left: -30px;
}
@media (max-width: 850px) {
  /* line 108, ../sass/global/_wysiwyg.scss */
  .wysiwyg p, .wysiwyg strong, .wysiwyg ol li, .wysiwyg ul li {
    line-height: 145%;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  /* line 115, ../sass/global/_wysiwyg.scss */
  .wysiwyg blockquote {
    max-width: 90%;
  }
  /* line 119, ../sass/global/_wysiwyg.scss */
  .wysiwyg blockquote p {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  /* line 126, ../sass/global/_wysiwyg.scss */
  .wysiwyg p, .wysiwyg strong, .wysiwyg ol li, .wysiwyg ul li {
    line-height: 125%;
    font-size: 16px;
  }
  /* line 131, ../sass/global/_wysiwyg.scss */
  .wysiwyg ol, .wysiwyg ul {
    margin-left: 0;
  }
  /* line 135, ../sass/global/_wysiwyg.scss */
  .wysiwyg blockquote {
    max-width: 95%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  /* line 141, ../sass/global/_wysiwyg.scss */
  .wysiwyg blockquote p {
    font-size: 22px;
    line-height: 120%;
  }
}

@media (min-width: 851px) {
  /* line 1, ../sass/header/_base.scss */
  body.customer-nav #header {
    height: 120px;
  }
}

/* line 7, ../sass/header/_base.scss */
#header {
  position: fixed;
  top: 0;
  height: 100px;
  z-index: 100;
  width: 100%;
  -moz-transition: -moz-transform 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: -o-transform 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: transform 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 16, ../sass/header/_base.scss */
#header .wrapper {
  max-width: none;
  background: #FFFFFF;
  position: relative;
  margin: 0 auto;
  height: 100%;
  z-index: 3;
}
@media (max-width: 850px) {
  /* line 7, ../sass/header/_base.scss */
  #header {
    height: 1px;
  }
}
/* line 29, ../sass/header/_base.scss */
#header.hidden {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 33, ../sass/header/_base.scss */
#header .header-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  background: #FFFFFF;
}
@media (max-width: 850px) {
  /* line 33, ../sass/header/_base.scss */
  #header .header-content-wrap {
    border-bottom: 1px solid #f6f6f6;
  }
}
/* line 47, ../sass/header/_base.scss */
#header .logo {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 72px;
  width: 130px;
  z-index: 1;
}
/* line 53, ../sass/header/_base.scss */
#header .logo img {
  width: 150px;
}
@media (max-width: 1024px) {
  /* line 47, ../sass/header/_base.scss */
  #header .logo {
    left: 34px;
  }
}
@media (max-width: 850px) {
  /* line 47, ../sass/header/_base.scss */
  #header .logo {
    width: 100px;
    left: 15px;
  }
}
/* line 67, ../sass/header/_base.scss */
#header .right-items {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
  text-align: right;
  margin-top: -5px;
}
/* line 74, ../sass/header/_base.scss */
#header .right-items .contact-toggle {
  display: none !important;
}
/* line 78, ../sass/header/_base.scss */
#header .right-items:last-child {
  padding-right: 0;
}
@media (max-width: 850px) {
  /* line 67, ../sass/header/_base.scss */
  #header .right-items {
    width: initial;
    display: inline-block;
  }
  /* line 86, ../sass/header/_base.scss */
  #header .right-items .contact-toggle {
    display: inline-block !important;
    -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950), background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -webkit-transition-delay: 0ms, 0ms;
    transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  }
  /* line 93, ../sass/header/_base.scss */
  #header .right-items .contact-toggle.active, #header .right-items .contact-toggle:active, #header .right-items .contact-toggle:hover {
    background: #FFC222 !important;
    color: #FFFFFF !important;
  }
  /* line 99, ../sass/header/_base.scss */
  #header .right-items .search-toggle {
    display: none !important;
  }
}
/* line 104, ../sass/header/_base.scss */
#header .right-items .icon {
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950), background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms, 0ms;
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 111, ../sass/header/_base.scss */
#header .right-items .logout {
  color: #FFC222 !important;
}
/* line 115, ../sass/header/_base.scss */
#header .right-items .nav_link:last-of-type {
  padding-right: 0;
}
/* line 121, ../sass/header/_base.scss */
#header .right-items .icon, #header .right-items .phone, #header .right-items .cart, #header .right-items .nav_link {
  display: inline-block;
  padding: 0 14px;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 15px;
  color: #333333;
  position: relative;
}
/* line 127, ../sass/header/_base.scss */
#header .right-items .icon.phone, #header .right-items .phone.phone, #header .right-items .cart.phone, #header .right-items .nav_link.phone {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 14px;
  color: #b3b3b3;
}
/* line 131, ../sass/header/_base.scss */
#header .right-items .icon .icon-search, #header .right-items .phone .icon-search, #header .right-items .cart .icon-search, #header .right-items .nav_link .icon-search {
  font-size: 18px !important;
  position: relative;
  top: -2px;
}
/* line 137, ../sass/header/_base.scss */
#header .right-items .icon .icon-mail, #header .right-items .phone .icon-mail, #header .right-items .cart .icon-mail, #header .right-items .nav_link .icon-mail {
  font-size: 26px !important;
  position: relative;
  top: 1px;
}
/* line 143, ../sass/header/_base.scss */
#header .right-items .icon .icon-contact-phone, #header .right-items .phone .icon-contact-phone, #header .right-items .cart .icon-contact-phone, #header .right-items .nav_link .icon-contact-phone {
  font-size: 19px !important;
  position: relative;
  top: 1px;
  line-height: 34px;
}
/* line 151, ../sass/header/_base.scss */
#header .right-items .icon:before, #header .right-items .phone:before, #header .right-items .cart:before, #header .right-items .nav_link:before {
  content: '';
  border-left: 1px solid #b0b7b7;
  position: absolute;
  height: 10px;
  position: absolute;
  /*top: 50%;*/
  top: 75%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin-top: -1px;
  margin-left: 10px;
}
/* line 161, ../sass/header/_base.scss */
#header .right-items .icon a, #header .right-items .phone a, #header .right-items .cart a, #header .right-items .nav_link a {
  color: #333333;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  padding: 20px 0px 0px 0px !important
}
/* line 164, ../sass/header/_base.scss */
#header .right-items .icon a:hover, #header .right-items .phone a:hover, #header .right-items .cart a:hover, #header .right-items .nav_link a:hover {
    color: #ff6234 !important;
  }
@media (max-width: 920px) {
  /* line 121, ../sass/header/_base.scss */
  #header .right-items .icon, #header .right-items .phone, #header .right-items .cart, #header .right-items .nav_link {
    padding: 0 8px;
  }
  /* line 170, ../sass/header/_base.scss */
  #header .right-items .icon:before, #header .right-items .phone:before, #header .right-items .cart:before, #header .right-items .nav_link:before {
    content: none;
  }
}
@media (max-width: 1200px) {
  /* line 175, ../sass/header/_base.scss */
  #header .right-items .phone {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* line 67, ../sass/header/_base.scss */
  #header .right-items {
    right: 34px;
  }
}
@media (max-width: 850px) {
  /* line 67, ../sass/header/_base.scss */
  #header .right-items {
    right: 70px;
  }
  /* line 187, ../sass/header/_base.scss */
  #header .right-items .cart, #header .right-items .customer {
    display: none;
  }
}
/* line 192, ../sass/header/_base.scss */
#header .right-items .icon {
  position: relative;
  top: 5px;
  cursor: pointer;
}
/* line 197, ../sass/header/_base.scss */
#header .right-items .icon .icon-mail, #header .right-items .icon .icon-search {
  font-size: 22px;
}
/* line 201, ../sass/header/_base.scss */
#header .right-items .icon:hover {
  color: #FFC222;
}
@media (max-width: 850px) {
  /* line 192, ../sass/header/_base.scss */
  #header .right-items .icon {
    background: #F3F4F4;
    height: 35px;
    width: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 10px;
  }
  /* line 214, ../sass/header/_base.scss */
  #header .right-items .icon .icon-mail {
    font-size: 20px !important;
    top: 7px;
    left: -2px;
  }
  /* line 220, ../sass/header/_base.scss */
  #header .right-items .icon .icon-search {
    top: 7px;
    left: -2px;
  }
  /* line 225, ../sass/header/_base.scss */
  #header .right-items .icon:before {
    display: none;
  }
  /* line 229, ../sass/header/_base.scss */
  #header .right-items .icon:active, #header .right-items .icon:hover {
    background: #FFC222 !important;
    color: #FFFFFF !important;
  }
  /* line 233, ../sass/header/_base.scss */
  #header .right-items .icon:active a, #header .right-items .icon:active span, #header .right-items .icon:hover a, #header .right-items .icon:hover span {
    color: #FFFFFF !important;
  }
}
/* line 242, ../sass/header/_base.scss */
#header .right-items .icon:first-child:before {
  display: none;
}
/* line 245, ../sass/header/_base.scss */
#header .right-items .phone {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
}

/* line 1, ../sass/inspirations/_filter.scss */
.inspirations_filter {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 30px;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  vertical-align: middle;
}
/* line 8, ../sass/inspirations/_filter.scss */
.inspirations_filter label {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  margin-left: 6%;
  padding-left: 35px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
/* line 15, ../sass/inspirations/_filter.scss */
.inspirations_filter label.checkbox {
  position: relative;
  -moz-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 19, ../sass/inspirations/_filter.scss */
.inspirations_filter label.checkbox:hover {
  color: #666666;
}
/* line 23, ../sass/inspirations/_filter.scss */
.inspirations_filter label.checkbox .checkbox-view {
  content: ' ';
  border: 1px solid #FFC222;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 25px;
  top: -5px;
  pointer-events: none;
}
/* line 34, ../sass/inspirations/_filter.scss */
.inspirations_filter label.checkbox .checkbox-view:before {
  font-family: 'stikwood';
  font-size: 15px;
  display: block;
  line-height: 23px;
  text-align: center;
  color: #FFC222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: opacity 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 46, ../sass/inspirations/_filter.scss */
.inspirations_filter label.checkbox input[type="checkbox"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 50, ../sass/inspirations/_filter.scss */
.inspirations_filter label.checkbox input[type="checkbox"]:checked + .checkbox-view:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 58, ../sass/inspirations/_filter.scss */
.inspirations_filter .clear {
  float: right;
  text-decoration: underline;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  line-height: 38px;
  cursor: pointer;
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 66, ../sass/inspirations/_filter.scss */
.inspirations_filter .clear:hover {
  color: #666666;
}
/* line 71, ../sass/inspirations/_filter.scss */
.inspirations_filter select {
  background: #FFC222;
  border: none;
  color: black;
  margin-left: 5%;
  height: 35px;
  line-height: 39px;
  padding: 0;
  padding-left: 30px;
  padding-right: 5px;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 13px;
  outline: none;
  text-overflow: ellipsis;
  max-width: 297px;
  -moz-transition: background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 89, ../sass/inspirations/_filter.scss */
.inspirations_filter select:hover {
  background-color: #ffcd4b;
}
/* line 94, ../sass/inspirations/_filter.scss */
.inspirations_filter .select-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 3%;
}
/* line 99, ../sass/inspirations/_filter.scss */
.inspirations_filter .select-wrapper .icon-carat, .inspirations_filter .select-wrapper .select-wrap {
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 10px;
}
@media (max-width: 1024px) {
  /* line 1, ../sass/inspirations/_filter.scss */
  .inspirations_filter {
    margin-left: 0;
  }
  /* line 110, ../sass/inspirations/_filter.scss */
  .inspirations_filter label {
    margin-left: 3%;
  }
}
@media (max-width: 850px) {
  /* line 1, ../sass/inspirations/_filter.scss */
  .inspirations_filter {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/inspirations/_filter.scss */
  .inspirations_filter {
    display: none;
  }
}

/* line 1, ../sass/inspirations/_header.scss */
.inspirations_header {
  *zoom: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.inspirations_header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 11, ../sass/inspirations/_header.scss */
.inspirations_header + .inspirations_list {
  margin-top: -3px;
}
/* line 15, ../sass/inspirations/_header.scss */
.inspirations_header .fittext {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 19, ../sass/inspirations/_header.scss */
.inspirations_header .col-left, .inspirations_header .col-right {
  position: relative;
  height: 100%;
  padding: 40px;
  overflow: hidden;
}
/* line 26, ../sass/inspirations/_header.scss */
.inspirations_header .gray {
  background-color: #F3F4F4;
}
/* line 30, ../sass/inspirations/_header.scss */
.inspirations_header .circle {
  position: absolute;
  overflow: hidden;
  top: 50%;
  height: 200px;
  width: 200px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 40, ../sass/inspirations/_header.scss */
.inspirations_header .circle img {
  position: relative;
  left: 50%;
}
/* line 46, ../sass/inspirations/_header.scss */
.inspirations_header h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-45%, -50%);
  -ms-transform: translate(-45%, -50%);
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
  width: 100%;
  margin-left: 100px;
}
/* line 54, ../sass/inspirations/_header.scss */
.inspirations_header h2 span {
  display: block;
}
/* line 59, ../sass/inspirations/_header.scss */
.inspirations_header .col-right {
  text-align: center;
}
/* line 62, ../sass/inspirations/_header.scss */
.inspirations_header .col-right img {
  margin: 30px 0 50px;
  width: 100px;
  height: auto;
}
/* line 68, ../sass/inspirations/_header.scss */
.inspirations_header .col-right p {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 22px;
  line-height: 27px;
}
/* line 74, ../sass/inspirations/_header.scss */
.inspirations_header .share-steps {
  display: inline-block;
  width: 100%;
  margin: 50px auto 50px 6%;
  position: absolute;
  bottom: 12%;
  left: 0;
}
/* line 82, ../sass/inspirations/_header.scss */
.inspirations_header .share-steps li {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 13px;
  color: #515150;
  line-height: 18px;
  text-align: left;
  position: relative;
  list-style: none;
  float: left;
  width: 33.3333%;
  padding-left: 30px;
  padding: 0 15px 0 38px;
}
/* line 93, ../sass/inspirations/_header.scss */
.inspirations_header .share-steps li span {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 100, ../sass/inspirations/_header.scss */
.inspirations_header .share-steps li:last-of-type {
  width: 26%;
}
@media (max-width: 1200px) {
  /* line 74, ../sass/inspirations/_header.scss */
  .inspirations_header .share-steps {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  /* line 74, ../sass/inspirations/_header.scss */
  .inspirations_header .share-steps {
    bottom: 7%;
  }
  /* line 112, ../sass/inspirations/_header.scss */
  .inspirations_header .share-steps li {
    font-size: 11px;
    padding-left: 26px;
  }
  /* line 116, ../sass/inspirations/_header.scss */
  .inspirations_header .share-steps li span {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  /* line 1, ../sass/inspirations/_header.scss */
  .inspirations_header {
    height: 350px;
  }
  /* line 124, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right {
    padding: 20px;
  }
  /* line 127, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right p {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 132, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right img {
    width: 65px;
    margin: 20px 0 20px;
  }
  /* line 137, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right .share-steps {
    margin-top: 0;
  }
}
/* line 143, ../sass/inspirations/_header.scss */
.inspirations_header .inspiration-label {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  padding: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFC222;
  text-transform: uppercase;
  height: 50px;
}
@media (max-width: 1380px) {
  /* line 157, ../sass/inspirations/_header.scss */
  .inspirations_header h2 {
    font-size: 52px;
    line-height: 49px;
    margin-left: 60px;
    -moz-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
  }
  /* line 163, ../sass/inspirations/_header.scss */
  .inspirations_header h2 .light {
    font-size: 42px;
  }
}
@media (max-width: 1190px) {
  /* line 171, ../sass/inspirations/_header.scss */
  .inspirations_header h2 {
    font-size: 32px;
    line-height: 29px;
  }
  /* line 175, ../sass/inspirations/_header.scss */
  .inspirations_header h2 .light {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/inspirations/_header.scss */
  .inspirations_header {
    height: auto;
  }
  /* line 184, ../sass/inspirations/_header.scss */
  .inspirations_header h2 {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
    margin-left: 30px;
    font-size: 52px;
    line-height: 46px;
  }
  /* line 195, ../sass/inspirations/_header.scss */
  .inspirations_header h2 .light {
    font-size: 42px;
  }
  /* line 200, ../sass/inspirations/_header.scss */
  .inspirations_header .circle {
    width: 150px;
    height: 150px;
    left: -75px;
  }
  /* line 206, ../sass/inspirations/_header.scss */
  .inspirations_header.marquee_two-col .col-left {
    padding: 70px;
    padding-right: 20px;
  }
  /* line 211, ../sass/inspirations/_header.scss */
  .inspirations_header .col-left {
    text-align: center;
  }
  /* line 217, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right img {
    padding: 0 40px;
    float: left;
    vertical-align: middle;
    width: 34%;
  }
  /* line 224, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right .wysiwyg {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    margin-right: -4px;
    margin-top: 5%;
  }
  /* line 235, ../sass/inspirations/_header.scss */
  .inspirations_header .share-steps {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 500px) {
  /* line 243, ../sass/inspirations/_header.scss */
  .inspirations_header .col-left h2 {
    font-size: 45px;
  }
  /* line 245, ../sass/inspirations/_header.scss */
  .inspirations_header .col-left h2 .light {
    font-size: 42px;
  }
  /* line 249, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right {
    padding: 30px 10px 20px;
  }
  /* line 252, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right img {
    margin-left: 0;
    vertical-align: baseline;
    padding: 0;
    width: 70px;
    position: relative;
    top: 0;
    padding-left: 12px;
  }
  /* line 262, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right .wysiwyg {
    width: 59%;
  }
  /* line 265, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right .wysiwyg p {
    font-size: 17px;
    line-height: 22px;
  }
  /* line 270, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right .wysiwyg br {
    line-height: 36px;
  }
  /* line 273, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right .share-steps {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  /* line 278, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right .share-steps li {
    font-size: 9px;
    line-height: 12px;
    padding-left: 21px;
    padding-right: 0px;
  }
  /* line 284, ../sass/inspirations/_header.scss */
  .inspirations_header .col-right .share-steps li span {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  /* line 294, ../sass/inspirations/_header.scss */
  .inspirations_header .col-left h2 {
    margin-left: 22px;
    font-size: 43px;
    line-height: 35px;
  }
  /* line 298, ../sass/inspirations/_header.scss */
  .inspirations_header .col-left h2 .light {
    font-size: 33px;
  }
}
@media (max-width: 360px) {
  /* line 305, ../sass/inspirations/_header.scss */
  .inspirations_header .col-left h2 {
    font-size: 37px;
  }
}
/* line 314, ../sass/inspirations/_header.scss */
.inspirations_header.page-marquee .bg-image {
  height: inherit;
}
/* line 318, ../sass/inspirations/_header.scss */
.inspirations_header.page-marquee h2 {
  display: inline-block;
  white-space: nowrap;
}
/* line 326, ../sass/inspirations/_header.scss */
.inspirations_header.featured .col-left, .inspirations_header.featured .col-right {
  border-bottom: 1px solid #F3F4F4;
}
/* line 330, ../sass/inspirations/_header.scss */
.inspirations_header.featured .col-left {
  border-right: 1px solid #F3F4F4;
}

/* line 338, ../sass/inspirations/_header.scss */
.inspirations_header.page-marquee .col-left {
  padding: 0 !important;
}
@media (max-width: 768px) {
  /* line 338, ../sass/inspirations/_header.scss */
  .inspirations_header.page-marquee .col-left {
    height: 275px !important;
  }
}
@media (max-width: 580px) {
  /* line 338, ../sass/inspirations/_header.scss */
  .inspirations_header.page-marquee .col-left {
    height: 200px !important;
  }
}
/* line 350, ../sass/inspirations/_header.scss */
.inspirations_header.page-marquee h2 {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 357, ../sass/inspirations/_header.scss */
.inspirations_header.page-marquee h2 span {
  display: inline-block !important;
}

/* line 1, ../sass/inspirations/_list.scss */
.inspirations_list {
  *zoom: 1;
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.inspirations_list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 9, ../sass/inspirations/_list.scss */
.inspirations_list + .about_lead-in {
  margin-top: -3px;
}
/* line 13, ../sass/inspirations/_list.scss */
.inspirations_list .button {
  width: 50%;
  margin: 25px auto;
}
/* line 18, ../sass/inspirations/_list.scss */
.inspirations_list .list {
  overflow: hidden;
}
/* line 22, ../sass/inspirations/_list.scss */
.inspirations_list.full {
  padding-bottom: 80px;
}
/* line 25, ../sass/inspirations/_list.scss */
.inspirations_list.full .container {
  overflow: hidden;
}
/* line 31, ../sass/inspirations/_list.scss */
.inspirations_list.featured {
  overflow: hidden;
}
/* line 34, ../sass/inspirations/_list.scss */
.inspirations_list.featured .item:nth-of-type(9) {
  display: none;
}
/* line 40, ../sass/inspirations/_list.scss */
.inspirations_list.featured .natural-slider .item {
  width: 280px;
  height: 280px;
  padding-bottom: 0;
}
/* line 45, ../sass/inspirations/_list.scss */
.inspirations_list.featured .natural-slider .list, .inspirations_list.featured .natural-slider .container {
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.inspirations_list.featured .natural-slider .list:after, .inspirations_list.featured .natural-slider .container:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  /* line 50, ../sass/inspirations/_list.scss */
  .inspirations_list.featured .desktop-list {
    display: none;
  }
}
@media (min-width: 1025px) {
  /* line 56, ../sass/inspirations/_list.scss */
  .inspirations_list.featured .mobile-list {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* line 63, ../sass/inspirations/_list.scss */
  .inspirations_list.featured .mobile-list .container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-bottom: -3px;
  }
  /* line 70, ../sass/inspirations/_list.scss */
  .inspirations_list.featured .mobile-list .item {
    width: 300px;
    display: inline-block;
    height: 300px;
    padding: 0;
    float: none;
    margin-left: -3px;
  }
  /* line 78, ../sass/inspirations/_list.scss */
  .inspirations_list.featured .mobile-list .item:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 580px) {
  /* line 85, ../sass/inspirations/_list.scss */
  .inspirations_list.featured .mobile-list .item {
    width: 220px;
    height: 220px;
  }
}
/* line 100, ../sass/inspirations/_list.scss */
.inspirations_list .item.no-bg {
  -moz-transition: background-color 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -o-transition: background-color 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -webkit-transition: background-color 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -webkit-transition-delay: 0ms;
  transition: background-color 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  border-left: 1px solid #FFFFFF;
  background: #FFC222;
  white-space: initial;
}
/* line 106, ../sass/inspirations/_list.scss */
.inspirations_list .item.no-bg .view-all {
  margin: 0;
  width: 80%;
  color: #333333;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
}
/* line 114, ../sass/inspirations/_list.scss */
.inspirations_list .item.no-bg .view-all .icon-pencil, .inspirations_list .item.no-bg .view-all .icon-stik-tree {
  display: block;
  font-size: 37px;
  margin-bottom: 30px;
}
/* line 120, ../sass/inspirations/_list.scss */
.inspirations_list .item.no-bg .view-all .plus-circle {
  display: block;
  border: 1px solid #333333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  overflow: hidden;
  padding-top: 9px;
  padding-left: 1px;
  text-align: center;
  font-size: 30px;
  margin: 30px auto 0;
  -moz-transition: -moz-transform 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -o-transition: -o-transform 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -webkit-transition-delay: 0ms;
  transition: transform 450ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 137, ../sass/inspirations/_list.scss */
.inspirations_list .item.no-bg .view-all .button-plus {
  margin-top: 25px;
  font-size: 16px;
}
/* line 141, ../sass/inspirations/_list.scss */
.inspirations_list .item.no-bg .view-all .button-plus:before {
  color: #333333;
  font-size: 28px;
}
/* line 148, ../sass/inspirations/_list.scss */
.inspirations_list .item.no-bg:hover {
  background-color: #ffc93c;
}

/* line 1, ../sass/marquee/_base.scss */
.marquee_two-col {
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.marquee_two-col:after {
  content: "";
  display: table;
  clear: both;
}
/* line 6, ../sass/marquee/_base.scss */
.marquee_two-col .col-left, .col-right .marquee_two-col.content {
  padding: 40px;
}
/* line 11, ../sass/marquee/_base.scss */
.marquee_two-col .col-left.content {
  padding: 40px 60px;
}
/* line 15, ../sass/marquee/_base.scss */
.marquee_two-col .bg-image {
  background-image: url("page-header-plank.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 570px;
}
@media (max-width: 1024px) {
  /* line 15, ../sass/marquee/_base.scss */
  .marquee_two-col .bg-image {
    height: 400px;
  }
}
@media (max-width: 768px) {
  /* line 15, ../sass/marquee/_base.scss */
  .marquee_two-col .bg-image {
    height: 175px;
  }
}
/* line 31, ../sass/marquee/_base.scss */
.marquee_two-col.gray .col-right {
  background: #F3F4F4 !important;
  height: 570px;
}
@media (max-width: 1024px) {
  /* line 31, ../sass/marquee/_base.scss */
  .marquee_two-col.gray .col-right {
    height: 400px;
  }
}
@media (max-width: 768px) {
  /* line 31, ../sass/marquee/_base.scss */
  .marquee_two-col.gray .col-right {
    height: 0;
  }
}
/* line 49, ../sass/marquee/_base.scss */
.marquee_two-col .col-right .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 160px);
}
/* line 55, ../sass/marquee/_base.scss */
.marquee_two-col .content-column {
  height: 570px;
}
@media (max-width: 1024px) {
  /* line 55, ../sass/marquee/_base.scss */
  .marquee_two-col .content-column {
    height: 400px;
  }
}

/* line 5, ../sass/marquee/_four-image.scss */
.marquee_two-col.marquee_four-image .image-grid {
  width: 50%;
  float: left;
  height: 340px;
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 1024px) {
  /* line 5, ../sass/marquee/_four-image.scss */
  .marquee_two-col.marquee_four-image .image-grid {
    height: 250px;
  }
}
@media (max-width: 500px) {
  /* line 5, ../sass/marquee/_four-image.scss */
  .marquee_two-col.marquee_four-image .image-grid {
    height: 180px;
  }
}
/* line 23, ../sass/marquee/_four-image.scss */
.marquee_two-col.marquee_four-image .image-grid:nth-of-type(even) {
  border-right: none;
}
/* line 28, ../sass/marquee/_four-image.scss */
.marquee_two-col.marquee_four-image .sticker {
  border: 1px #FFFFFF solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  color: white;
  left: 8px;
  bottom: 8px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 14px;
}
/* line 42, ../sass/marquee/_four-image.scss */
.marquee_two-col.marquee_four-image .col-left:last-of-type {
  min-height: 150px;
}
/* line 47, ../sass/marquee/_four-image.scss */
.marquee_two-col.marquee_four-image.commercial {
  padding-left: 60px;
}
/* line 50, ../sass/marquee/_four-image.scss */
.marquee_two-col.marquee_four-image.commercial .commercial-details {
  padding-left: 80px;
}
/* line 54, ../sass/marquee/_four-image.scss */
.marquee_two-col.marquee_four-image.commercial .commercial-portrait {
  width: 60px;
  height: 60px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFC222;
  float: left;
}

@media (max-width: 768px) {
  /* line 2, ../sass/marquee/_title.scss */
  .marquee_two-col.title .col-left {
    height: 300px;
  }
}
@media (max-width: 500px) {
  /* line 2, ../sass/marquee/_title.scss */
  .marquee_two-col.title .col-left {
    height: 200px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  /* line 13, ../sass/marquee/_title.scss */
  .marquee_two-col.title .col-right {
    height: auto;
  }
  /* line 17, ../sass/marquee/_title.scss */
  .marquee_two-col.title .col-right .content {
    position: relative;
    -moz-transform: initial;
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial;
    top: initial;
    left: initial;
    padding: 40px;
    width: 100%;
  }
}
/* line 29, ../sass/marquee/_title.scss */
.marquee_two-col.title h2.fittext {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  padding-left: 40px;
  width: calc(100% - 40px);
  line-height: 105%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (max-width: 1024px) {
  /* line 29, ../sass/marquee/_title.scss */
  .marquee_two-col.title h2.fittext {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 29, ../sass/marquee/_title.scss */
  .marquee_two-col.title h2.fittext {
    padding-left: 0;
    width: 80%;
  }
}

/* line 3, ../sass/marquee/_workbench.scss */
.marquee_workbench .video-wrap {
  height: 70vh;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 55, ../sass/vendor/bkwld/_center.scss */
.marquee_workbench .video-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  /* line 3, ../sass/marquee/_workbench.scss */
  .marquee_workbench .video-wrap {
    height: 40vh;
  }
}
/* line 15, ../sass/marquee/_workbench.scss */
.marquee_workbench .video-wrap > div {
  font-size: 0;
}
/* line 18, ../sass/marquee/_workbench.scss */
.marquee_workbench h1 {
  color: white;
  font-size: 7rem;
  line-height: 1;
}
/* line 23, ../sass/marquee/_workbench.scss */
.marquee_workbench h1 .yellow-box {
  font-weight: 200;
  font-weight: 200;
  padding: 12px 16px 0;
  display: inline-block;
}
@media (max-width: 1200px) {
  /* line 18, ../sass/marquee/_workbench.scss */
  .marquee_workbench h1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  /* line 18, ../sass/marquee/_workbench.scss */
  .marquee_workbench h1 {
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  /* line 18, ../sass/marquee/_workbench.scss */
  .marquee_workbench h1 {
    padding: 6px 6px 1px;
    font-size: 3.5rem;
  }
}
/* line 38, ../sass/marquee/_workbench.scss */
.marquee_workbench p {
  font-size: 1rem;
  color: white;
  font-weight: 700;
  line-height: 1.6;
  margin: 25px auto 0;
  max-width: 500px;
}
@media (max-width: 768px) {
  /* line 38, ../sass/marquee/_workbench.scss */
  .marquee_workbench p {
    max-width: 300px;
  }
}
/* line 48, ../sass/marquee/_workbench.scss */
.marquee_workbench .content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  opacity: 0;
}

@media (min-width: 851px) {
  /* line 2, ../sass/nav/_collection.scss */
  body.customer-nav .nav_collection.collections-header.show {
    top: 120px;
  }
}

/* line 8, ../sass/nav/_collection.scss */
.nav_collection.collections-header {
  position: absolute;
  top: -193px;
  left: 0;
  right: 0;
  height: 263px;
  width: 100%;
  font-size: 0;
  background-color: #FFFFFF;
  -moz-transition: top 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: top 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition: top 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: top 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
/* line 20, ../sass/nav/_collection.scss */
.nav_collection.collections-header.show {
  top: 80px;
}
@media (max-width: 850px) {
  /* line 8, ../sass/nav/_collection.scss */
  .nav_collection.collections-header {
    display: none;
  }
}
/* line 26, ../sass/nav/_collection.scss */
.nav_collection.collections-header a {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 40px;
  position: relative;
  border-top: 1px solid #F3F4F4;
  border-right: 1px solid #F3F4F4;
  border-bottom: 1px solid #F3F4F4;
  height: 100%;
  width: 16.6666%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 39, ../sass/nav/_collection.scss */
.nav_collection.collections-header a:last-of-type {
  border-right: none;
}
/* line 43, ../sass/nav/_collection.scss */
.nav_collection.collections-header a:hover {
  color: #333333;
}
/* line 46, ../sass/nav/_collection.scss */
.nav_collection.collections-header a:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 0.5;
}
/* line 52, ../sass/nav/_collection.scss */
.nav_collection.collections-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.1);
  opacity: 0.1;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
/* line 65, ../sass/nav/_collection.scss */
.nav_collection.collections-header .circle {
  -moz-transform: translateZ(1);
  -webkit-transform: translateZ(1);
  transform: translateZ(1);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 40%;
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
/* line 76, ../sass/nav/_collection.scss */
.nav_collection.collections-header .zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-size: cover;
  background-position: center;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 /* -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;*/
}
/* line 88, ../sass/nav/_collection.scss */
.nav_collection.collections-header .title-bar {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #333333;
  background-color: #FFFFFF;
  border-top: 1px solid #F3F4F4;
  z-index: 2;
}
/* line 103, ../sass/nav/_collection.scss */
.nav_collection.collections-header .icon-plus {
  position: absolute;
  right: 16px;
  color: #FFC222;
  font-size: 27px;
  top: 1px;
  line-height: 50px;
}
@media (max-width: 1200px) {
  /* line 8, ../sass/nav/_collection.scss */
  .nav_collection.collections-header {
    height: 200px;
    top: -130px;
  }
  /* line 117, ../sass/nav/_collection.scss */
  .nav_collection.collections-header .circle {
    width: 100px;
    height: 100px;
  }
  /* line 122, ../sass/nav/_collection.scss */
  .nav_collection.collections-header .title-bar {
    font-size: 11px;
    padding: 0;
    text-align: center;
  }
  /* line 127, ../sass/nav/_collection.scss */
  .nav_collection.collections-header .title-bar .icon-plus {
    display: none;
  }
}

/* line 1, ../sass/nav/_customer.scss */
#nav_customer {
  background: #F3F4F4;
  padding: 0 80px;
  text-align: right;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 13px;
  line-height: 40px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  /* line 1, ../sass/nav/_customer.scss */
  #nav_customer {
    padding: 0 40px;
  }
}
@media (max-width: 850px) {
  /* line 1, ../sass/nav/_customer.scss */
  #nav_customer {
    display: none;
  }
}
/* line 17, ../sass/nav/_customer.scss */
#nav_customer a {
  color: #333333;
  position: relative;
  padding: 0 10px;
}
/* line 22, ../sass/nav/_customer.scss */
#nav_customer a:hover {
  color: #FFC222;
}
/* line 26, ../sass/nav/_customer.scss */
#nav_customer a:after {
  content: ' ';
  display: block;
  position: absolute;
  right: -1px;
  top: 2px;
  bottom: 2px;
  border-right: 1px solid #CCCCCC;
}
/* line 36, ../sass/nav/_customer.scss */
#nav_customer a:last-of-type {
  padding-right: 0;
}
/* line 39, ../sass/nav/_customer.scss */
#nav_customer a:last-of-type:after {
  content: none;
  display: none;
}

/* line 3, ../sass/nav/_footer.scss */
.nav_footer {
    position: relative;
    padding: 0px;
    text-align: center;
}

/* line 15, ../sass/nav/_footer.scss */
.nav_footer .logo img {
  margin-bottom: 5px;
}
/* line 20, ../sass/nav/_footer.scss */
.nav_footer .nav {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 10px 0;
}
/* line 32, ../sass/nav/_footer.scss */
.nav_footer .nav a:after {
  content: '|';
  margin: 0px;
}
/* line 39, ../sass/nav/_footer.scss */
.nav_footer .nav a:last-of-type:after {
  display: none;
}

/* line 51, ../sass/nav/_footer.scss */

/* line 55, ../sass/nav/_footer.scss */
.nav_footer .contact .icon-mail {
  font-size: 25px;
  color: #747474;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  position: relative;
  top: -1px;
}
/* line 66, ../sass/nav/_footer.scss */
.nav_footer .social-links {
  margin-top: 20px;
}

/* line 76, ../sass/nav/_footer.scss */
.nav_footer .back-to-top {
  display: none;
}
@media (max-width: 1024px) {

}
@media (max-width: 960px) {
  /* line 91, ../sass/nav/_footer.scss */
  .nav_footer .nav {
    max-width: 100%;
    padding-bottom: 0;
  }
  /* line 95, ../sass/nav/_footer.scss */
  .nav_footer .nav a {
    padding: 15px 12px 11px;
  }
  /* line 98, ../sass/nav/_footer.scss */
  .nav_footer .nav a:after {
    content: none;
  }
}
@media (max-width: 768px) {
  /* line 3, ../sass/nav/_footer.scss */
  .nav_footer {
    padding-top: 18px;
    padding-bottom: 0;
  }
  /* line 109, ../sass/nav/_footer.scss */
  .nav_footer .logo {
    display: none;
  }
  /* line 113, ../sass/nav/_footer.scss */
  .nav_footer .nav {
    width: 100%;
    padding-bottom: 15px;
  }
  /* line 117, ../sass/nav/_footer.scss */
  .nav_footer .nav a {
    display: block;
    /*margin-bottom: 18px;*/
    padding-bottom: 18px;
    border-bottom: 1px solid #F3F4F4;
    color: #333333;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 19px;
  }
  /* line 125, ../sass/nav/_footer.scss */
  .nav_footer .nav a:after {
    display: none;
  }
  /* line 129, ../sass/nav/_footer.scss */
  .nav_footer .nav a:last-of-type {
    margin-bottom: 0;
  }
  /* line 135, ../sass/nav/_footer.scss */
  .nav_footer .contact {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    margin-bottom: 0px;
    padding-top: 20px;
  }
  /* line 142, ../sass/nav/_footer.scss */
  .nav_footer .contact a {
    font-size: 18px;
  }
  /* line 146, ../sass/nav/_footer.scss */
  .nav_footer .contact .icon-mail {
    color: #FFC222;
    display: block;
    clear: both;
    font-size: 40px;
    margin-bottom: 5px;
    padding-right: 0;
  }
  /* line 158, ../sass/nav/_footer.scss */
  .nav_footer .social-links a {
    font-size: 22px;
    margin: 0 17px;
    color: #333333;
  }
  /* line 165, ../sass/nav/_footer.scss */
  .nav_footer .back-to-top {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 18px;
    color: #333333;
    display: block;
    position: relative;
    margin-top: 20px;
    padding: 18px;
    background-color: #FFC222;
    text-transform: uppercase;
  }
  /* line 174, ../sass/nav/_footer.scss */
  .nav_footer .back-to-top .icon-arrow-top {
    position: absolute;
    font-size: 45px;
  }
}

/* line 1, ../sass/nav/_header.scss */
.nav_header {
  width: 100%;
  text-align: center;
  top: 0;
  height: 100%;
}
@media (min-width: 1201px) {
  /* line 1, ../sass/nav/_header.scss 
  .nav_header {
    padding-right: 15%;
  }*/
}
@media (max-width: 1200px) {

}
@media (max-width: 850px) {
  /* line 1, ../sass/nav/_header.scss */
  .nav_header {
    display: none;
  }
}

/* line 30, ../sass/nav/_header.scss */
.nav_header a span {
  position: relative;
  top: 42%;
    font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial;
    font-weight: 500;
    padding-left: 0px;
}
/* line 35, ../sass/nav/_header.scss */
.nav_header a:hover, .nav_header a.force-hold {
  color: #ff6235;
}
/* line 39, ../sass/nav/_header.scss */
.nav_header a.active {
  color: #FFFFFF !important;
}
/* line 42, ../sass/nav/_header.scss */
.nav_header a.active span {
  background: #FFC222;
  padding: 9px 9px 7px;
}
/* line 48, ../sass/nav/_header.scss */
.nav_header a:before {
  content: '';
  border-left: 1px solid #b0b7b7;
  position: absolute;
  height: 10px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
/* line 58, ../sass/nav/_header.scss */
.nav_header a:first-child:before {
  display: none;
}

/* line 1, ../sass/nav/_main.scss */
.nav_main {
  position: relative;
  height: 80px;
  background: #FFFFFF;
}
@media (max-width: 850px) {
  /* line 1, ../sass/nav/_main.scss */
  .nav_main {
    height: 30px;
  }
}

/* line 1, ../sass/nav/_mobile.scss */
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

/* line 6, ../sass/nav/_mobile.scss */
.nav_mobile {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  -moz-transition: -moz-transform 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms;
  -o-transition: -o-transform 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -webkit-transition-delay: 0ms;
  transition: transform 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms;
  z-index: 2;
}
/* line 16, ../sass/nav/_mobile.scss */
.nav_mobile .overlay {
  display: none;
  background: #333333;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  top: -2000px;
  left: -2000px;
  right: -2000px;
  bottom: -2000px;
  position: absolute;
  -moz-transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms;
  -o-transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms;
  -webkit-transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -webkit-transition-delay: 0ms;
  transition: opacity 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms;
}
/* line 28, ../sass/nav/_mobile.scss */
.nav_mobile .nav_toggle {
  position: relative;
  background-color: #FFC222;
  width: 50px;
  height: 50px;
  display: block;
  padding-top: 17px;
}
/* line 37, ../sass/nav/_mobile.scss */
.nav_mobile .bar {
  display: block;
  background: #333333;
  height: 2px;
  width: 100%;
  margin-bottom: 4px;
  width: 40%;
  left: 30%;
  position: relative;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transition: -moz-transform 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms, opacity 100ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms;
  -o-transition: -o-transform 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms, opacity 100ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 100ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -webkit-transition-delay: 0ms, 0ms;
  transition: transform 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms, opacity 100ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 0ms;
}
/* line 54, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content {
  width: 270px;
  background: white;
  position: absolute;
  left: 50px;
  top: 0px;
}
/* line 61, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .wrap {
  padding: 40px;
}
@media (max-height: 620px) {
  /* line 61, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .wrap {
    padding: 20px 40px;
  }
}
/* line 69, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .search {
  position: relative;
}
/* line 72, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .search .icon-search {
  position: absolute;
  left: 15px;
  top: 17px;
  font-size: 17px;
  color: #CCCCCC;
}
/* line 80, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .search input {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  width: 100%;
  height: 50px;
  padding-left: 40px;
}
/* line 6, ../sass/vendor/bkwld/_input-placeholder.scss */
.nav_mobile .nav_content .search input.placeholder {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 20px;
  line-height: 26px;
}
/* line 7, ../sass/vendor/bkwld/_input-placeholder.scss */
.nav_mobile .nav_content .search input:-moz-placeholder {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 20px;
  line-height: 26px;
}
/* line 8, ../sass/vendor/bkwld/_input-placeholder.scss */
.nav_mobile .nav_content .search input::-moz-placeholder {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 20px;
  line-height: 26px;
}
/* line 9, ../sass/vendor/bkwld/_input-placeholder.scss */
.nav_mobile .nav_content .search input:-ms-input-placeholder {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 20px;
  line-height: 26px;
}
/* line 10, ../sass/vendor/bkwld/_input-placeholder.scss */
.nav_mobile .nav_content .search input::-webkit-input-placeholder {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 20px;
  line-height: 26px;
}
/* line 96, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .nav_links {
  margin: 10px 0 70px;
}
/* line 99, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .nav_links a {
  display: block;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 30px;
  margin-bottom: 20px;
  color: #333333;
  -moz-transition: color 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -o-transition: color 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
  -webkit-transition: color 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -webkit-transition-delay: 0ms;
  transition: color 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 0ms;
}
/* line 107, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .nav_links a:hover {
  color: #737373;
}
@media (max-height: 620px) {
  /* line 96, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .nav_links {
    margin-bottom: 40px;
  }
  /* line 115, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .nav_links a {
    font-size: 26px;
    margin-bottom: 13px;
  }
}
@media (max-height: 510px) {
  /* line 96, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .nav_links {
    margin-bottom: 20px;
    margin-top: 0;
  }
  /* line 125, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .nav_links a {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
/* line 132, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content a.email {
  display: block;
  vertical-align: middle;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 16px;
  color: #333333;
}
/* line 138, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content a.email .icon-mail {
  font-family: 'stikwood';
  font-size: 22px;
  margin-right: 10px;
  vertical-align: sub;
  color: #737373;
}
/* line 147, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .phone {
  margin-top: 40px;
}
/* line 150, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .phone .small {
  font-size: 11px;
  text-transform: uppercase;
  color: #a6a6a6;
  margin-bottom: 5px;
}
/* line 157, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .phone .phone-number {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 28px;
  color: #333333;
}
@media (max-height: 620px) {
  /* line 163, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .phone .phone-number {
    font-size: 26px;
  }
}
@media (max-height: 510px) {
  /* line 147, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .phone {
    margin-top: 20px;
  }
  /* line 168, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .phone .phone-number {
    font-size: 24px;
  }
}
/* line 172, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .bottom_links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 178, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .bottom_links a {
  display: block;
  background: #FFC222;
  border-bottom: 2px solid white;
  color: #333333;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 16px;
  padding: 17px 0 17px 40px;
}
/* line 186, ../sass/nav/_mobile.scss */
.nav_mobile .nav_content .bottom_links a:last-of-type {
  border: none;
}
@media (max-height: 620px) {
  /* line 178, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .bottom_links a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-height: 450px) {
  /* line 178, ../sass/nav/_mobile.scss */
  .nav_mobile .nav_content .bottom_links a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
/* line 203, ../sass/nav/_mobile.scss */
.nav_mobile.open {
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
}
/* line 207, ../sass/nav/_mobile.scss */
.nav_mobile.open .bar:nth-of-type(1) {
  -moz-transform: rotate(45deg) translateY(4px) translateX(4px);
  -ms-transform: rotate(45deg) translateY(4px) translateX(4px);
  -webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
  transform: rotate(45deg) translateY(4px) translateX(4px);
}
/* line 211, ../sass/nav/_mobile.scss */
.nav_mobile.open .bar:nth-of-type(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 215, ../sass/nav/_mobile.scss */
.nav_mobile.open .bar:nth-of-type(3) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 851px) {
  /* line 6, ../sass/nav/_mobile.scss */
  .nav_mobile {
    display: none;
  }
}

/* line 4, ../sass/nav/_workbench.scss */
.nav_workbench .wrap {
  height: 100px;
  background: #F3F4F4 !important;
  position: relative;
}
/* line 10, ../sass/nav/_workbench.scss */
.nav_workbench .accordion-content {
  padding: 0;
}
/* line 14, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors {
  width: 30%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #e6e8e8;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
}
/* line 24, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors:hover, .nav_workbench .explore-authors:active {
  background: #ffd055;
}
/* line 28, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .toggle {
  padding: 0 7%;
  cursor: pointer;
}
/* line 33, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .icon-stik-tree {
  line-height: 100px;
  display: inline-block;
  margin-right: 2%;
}
/* line 38, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .icon-stik-tree:before {
  height: 60px;
  width: 60px;
  background: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  text-align: center;
  line-height: 65px;
  color: #c3c8c8;
}
/* line 52, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .icon-carat, .nav_workbench .explore-authors .select-wrap {
  float: right;
  display: block;
  line-height: 100px;
}
/* line 58, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .explore-label {
  color: #333333;
  vertical-align: middle;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 19px;
  padding: 9px 12px 6px;
  display: inline-block;
}
/* line 66, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
}
/* line 72, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list li {
  list-style: none;
  border-bottom: 1px solid white;
}
/* line 75, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list li:last-of-type {
  border: none;
}
/* line 77, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list li a {
  background: #F3F4F4;
  display: block;
  padding: 0.7rem 5%;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
}
/* line 82, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list li a:hover, .nav_workbench .explore-authors .author-list li a:active {
  background: #ffd055;
}
/* line 85, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list li.active a {
  background: #ffd055;
}
/* line 87, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list li span {
  display: inline-block;
  vertical-align: middle;
}
/* line 92, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list li .portrait {
  height: 50px;
  width: 50px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  border: 2px solid white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 101, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list li .name {
  margin-left: 4%;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 17px;
  color: #333333;
}
/* line 107, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors .author-list li .project-count {
  float: right;
  font-style: italic;
  font-size: 13px;
  line-height: 50px;
}
/* line 116, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors.open {
  background: #FFC222;
}
/* line 119, ../sass/nav/_workbench.scss */
.nav_workbench .explore-authors.open .author-list {
  display: block;
}
/* line 123, ../sass/nav/_workbench.scss */
.nav_workbench .links {
  margin-left: 30%;
  padding: 0;
  text-align: center;
}
/* line 128, ../sass/nav/_workbench.scss */
.nav_workbench .links li {
  display: inline-block;
  list-style: none;
  padding: 0 2%;
  position: relative;
  line-height: 100px;
}
/* line 135, ../sass/nav/_workbench.scss */
.nav_workbench .links li:after {
  content: '|';
  position: absolute;
  right: -3px;
  top: 0;
}
/* line 142, ../sass/nav/_workbench.scss */
.nav_workbench .links li:last-of-type:after {
  content: none;
}
/* line 144, ../sass/nav/_workbench.scss */
.nav_workbench .links li.active a, .nav_workbench .links li a:hover {
  background: #FFC222;
  color: white;
}
/* line 150, ../sass/nav/_workbench.scss */
.nav_workbench .links a {
  color: #333333;
  vertical-align: middle;
  text-transform: capitalize;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 17px;
  padding: 9px 12px 6px;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (max-width: 1550px) {
  /* line 163, ../sass/nav/_workbench.scss */
  .nav_workbench .wrap {
    height: 80px;
  }
  /* line 165, ../sass/nav/_workbench.scss */
  .nav_workbench .links li {
    padding: 0 1%;
    line-height: 80px;
  }
  /* line 168, ../sass/nav/_workbench.scss */
  .nav_workbench .links li:after {
    right: -5px;
  }
  /* line 169, ../sass/nav/_workbench.scss */
  .nav_workbench .links li a {
    font-size: 15px;
  }
  /* line 173, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors .toggle {
    padding: 0 4%;
  }
  /* line 174, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors .explore-label {
    font-size: 17px;
  }
  /* line 175, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors .icon-stik-tree, .nav_workbench .explore-authors .icon-carat, .nav_workbench .explore-authors .select-wrap {
    line-height: 80px;
  }
}
@media (max-width: 1250px) {
  /* line 180, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors {
    width: 27%;
  }
  /* line 182, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors .icon-stik-tree {
    margin-right: 0;
  }
  /* line 184, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors .icon-stik-tree:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    font-size: 30px;
  }
  /* line 191, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors .icon-carat, .nav_workbench .explore-authors .select-wrap {
    line-height: 90px;
    font-size: 13px;
  }
  /* line 195, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors .explore-label {
    font-size: 13px;
    padding: 9px 4px 6px;
  }
  /* line 201, ../sass/nav/_workbench.scss */
  .nav_workbench .links {
    margin-left: 27%;
  }
  /* line 203, ../sass/nav/_workbench.scss */
  .nav_workbench .links li {
    padding: 0 0.5%;
  }
  /* line 205, ../sass/nav/_workbench.scss */
  .nav_workbench .links li a {
    font-size: 13px;
  }
}
@media (max-width: 950px) {
  /* line 212, ../sass/nav/_workbench.scss */
  .nav_workbench .wrap {
    height: 100px;
    border-bottom: 1px solid white;
  }
  /* line 217, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors {
    width: 33%;
  }
  /* line 219, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors .icon-stik-tree, .nav_workbench .explore-authors .icon-carat, .nav_workbench .explore-authors .select-wrap {
    line-height: 100px;
  }
  /* line 222, ../sass/nav/_workbench.scss */
  .nav_workbench .links {
    margin-left: 33%;
  }
  /* line 224, ../sass/nav/_workbench.scss */
  .nav_workbench .links li {
    float: left;
    border-right: 1px solid white;
    line-height: 49px;
    padding: 0;
    border-bottom: 1px solid white;
  }
  /* line 231, ../sass/nav/_workbench.scss */
  .nav_workbench .links li:after {
    content: none;
  }
  /* line 232, ../sass/nav/_workbench.scss */
  .nav_workbench .links li:nth-child(-n+3) {
    width: 33.33%;
  }
  /* line 233, ../sass/nav/_workbench.scss */
  .nav_workbench .links li:nth-child(n+4) {
    width: 50%;
  }
  /* line 239, ../sass/nav/_workbench.scss */
  .nav_workbench .links li a {
    display: block;
    padding: 0 0px;
    -moz-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
  }
  /* line 244, ../sass/nav/_workbench.scss */
  .nav_workbench .links li a:hover, .nav_workbench .links li a:active {
    background: #ffd055;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/nav/_workbench.scss */
  .nav_workbench {
    padding-bottom: 50px;
  }
  /* line 254, ../sass/nav/_workbench.scss */
  .nav_workbench .wrap {
    height: 100px;
  }
  /* line 255, ../sass/nav/_workbench.scss */
  .nav_workbench .links {
    margin-left: 0;
  }
  /* line 257, ../sass/nav/_workbench.scss */
  .nav_workbench .links li {
    line-height: 49px;
  }
}
@media (max-width: 768px) and (max-width: 350px) {
  /* line 260, ../sass/nav/_workbench.scss */
  .nav_workbench .links li a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  /* line 264, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors {
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    height: 50px;
  }
  /* line 269, ../sass/nav/_workbench.scss */
  .nav_workbench .explore-authors .icon-stik-tree, .nav_workbench .explore-authors .icon-carat, .nav_workbench .explore-authors .select-wrap {
    line-height: 50px;
  }
}

/* line 1, ../sass/news/_blog-list.scss */
#news .blog-list, .template-blog .blog-list {
  padding: 100px 0;
}
/* line 4, ../sass/news/_blog-list.scss */
#news .blog-list .blog-post, .template-blog .blog-list .blog-post {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0 80px;
  position: relative;
}
@media (max-width: 1024px) {
  /* line 4, ../sass/news/_blog-list.scss */
  #news .blog-list .blog-post, .template-blog .blog-list .blog-post {
    padding: 0 40px;
  }
}
@media (max-width: 850px) {
  /* line 4, ../sass/news/_blog-list.scss */
  #news .blog-list .blog-post, .template-blog .blog-list .blog-post {
    padding: 0px;
  }
}
/* line 19, ../sass/news/_blog-list.scss */
#news .blog-list .blog-post .blog-title, .template-blog .blog-list .blog-post .blog-title {
  float: right;
  width: 70%;
}
@media (max-width: 1024px) {
  /* line 19, ../sass/news/_blog-list.scss */
  #news .blog-list .blog-post .blog-title, .template-blog .blog-list .blog-post .blog-title {
    width: 60%;
  }
}
@media (max-width: 768px) {
  /* line 19, ../sass/news/_blog-list.scss */
  #news .blog-list .blog-post .blog-title, .template-blog .blog-list .blog-post .blog-title {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
}
/* line 33, ../sass/news/_blog-list.scss */
#news .blog-list .blog-post .blog-title a, .template-blog .blog-list .blog-post .blog-title a {
  text-decoration: none;
}
/* line 37, ../sass/news/_blog-list.scss */
#news .blog-list .blog-post .blog-title h4, .template-blog .blog-list .blog-post .blog-title h4 {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 26px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: none;
}
/* line 45, ../sass/news/_blog-list.scss */
#news .blog-list .blog-post .article_preview-image, .template-blog .blog-list .blog-post .article_preview-image {
  height: 0;
  width: 25%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100%;
  padding-bottom: 17%;
  float: left;
}
@media (max-width: 1024px) {
  /* line 45, ../sass/news/_blog-list.scss */
  #news .blog-list .blog-post .article_preview-image, .template-blog .blog-list .blog-post .article_preview-image {
    width: 35%;
    padding-bottom: 22%;
  }
}
@media (max-width: 768px) {
  /* line 45, ../sass/news/_blog-list.scss */
  #news .blog-list .blog-post .article_preview-image, .template-blog .blog-list .blog-post .article_preview-image {
    width: 100%;
    padding-bottom: 50%;
    margin-bottom: 20px;
  }
}
/* line 67, ../sass/news/_blog-list.scss */
#news .blog-list .rte, .template-blog .blog-list .rte {
  position: relative;
}
/* line 71, ../sass/news/_blog-list.scss */
#news .blog-list .rte p img, .template-blog .blog-list .rte p img {
  display: none;
}
/* line 76, ../sass/news/_blog-list.scss */
#news .blog-list .rte img:first-of-type, .template-blog .blog-list .rte img:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
@media (max-width: 768px) {
  /* line 76, ../sass/news/_blog-list.scss */
  #news .blog-list .rte img:first-of-type, .template-blog .blog-list .rte img:first-of-type {
    position: relative;
    width: 100%;
  }
}
/* line 87, ../sass/news/_blog-list.scss */
#news .blog-list .rte p, .template-blog .blog-list .rte p {
  font-size: 18px;
  line-height: 25px;
  margin-left: 30%;
  width: 45%;
}
@media (max-width: 1024px) {
  /* line 87, ../sass/news/_blog-list.scss */
  #news .blog-list .rte p, .template-blog .blog-list .rte p {
    margin-left: 40%;
    width: 55%;
  }
}
@media (max-width: 768px) {
  /* line 87, ../sass/news/_blog-list.scss */
  #news .blog-list .rte p, .template-blog .blog-list .rte p {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
}
/* line 106, ../sass/news/_blog-list.scss */
#news .blog-list .button-plus, .template-blog .blog-list .button-plus {
  margin-top: 20px;
  margin-left: 30%;
}
@media (max-width: 1024px) {
  /* line 106, ../sass/news/_blog-list.scss */
  #news .blog-list .button-plus, .template-blog .blog-list .button-plus {
    margin-left: 40%;
  }
}
@media (max-width: 768px) {
  /* line 106, ../sass/news/_blog-list.scss */
  #news .blog-list .button-plus, .template-blog .blog-list .button-plus {
    margin-left: 0;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/news/_blog-list.scss */
  #news .blog-list, .template-blog .blog-list {
    padding: 50px 0;
  }
}

/* line 125, ../sass/news/_blog-list.scss */
.pagination {
  text-align: left;
  padding: 0 80px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 125, ../sass/news/_blog-list.scss */
  .pagination {
    padding: 0 40px;
  }
}
/* line 134, ../sass/news/_blog-list.scss */
.pagination .icon-arrow-left {
  color: #FFC222;
  font-size: 26px;
  vertical-align: middle;
}
/* line 140, ../sass/news/_blog-list.scss */
.pagination .icon-arrow-right, .pagination .accordion-wrap .accordion-item .accordion-toggle, .accordion-wrap .accordion-item .pagination .accordion-toggle {
  color: #FFC222;
  font-size: 26px;
  vertical-align: middle;
}

/* line 147, ../sass/news/_blog-list.scss */
#workbench .pagination {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 6, ../sass/news/_page.scss */
#news .marquee_two-col .col-right, .template-blog .marquee_two-col .col-right {
  height: 570px;
}
/* line 9, ../sass/news/_page.scss */
#news .marquee_two-col .col-right .content, .template-blog .marquee_two-col .col-right .content {
  width: 100% !important;
  text-align: center;
}
/* line 15, ../sass/news/_page.scss */
#news .marquee_two-col h2, .template-blog .marquee_two-col h2 {
  font-size: 100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (max-width: 1200px) {
  /* line 21, ../sass/news/_page.scss */
  #news .marquee_two-col .col-left, #news .marquee_two-col .col-right, .template-blog .marquee_two-col .col-left, .template-blog .marquee_two-col .col-right {
    height: 400px;
  }
}
@media (max-width: 768px) {
  /* line 26, ../sass/news/_page.scss */
  #news .marquee_two-col .col-left, .template-blog .marquee_two-col .col-left {
    height: 300px;
  }
  /* line 30, ../sass/news/_page.scss */
  #news .marquee_two-col .col-right, .template-blog .marquee_two-col .col-right {
    height: auto;
    padding: 0;
  }
  /* line 34, ../sass/news/_page.scss */
  #news .marquee_two-col .col-right .content, .template-blog .marquee_two-col .col-right .content {
    position: static;
    top: initial;
    left: initial;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 30px 30px 0;
    margin-top: 20px;
    text-align: center;
  }
  /* line 45, ../sass/news/_page.scss */
  #news .marquee_two-col .col-right .content .wysiwyg p, .template-blog .marquee_two-col .col-right .content .wysiwyg p {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 52, ../sass/news/_page.scss */
  #news .marquee_two-col .col-right h2, .template-blog .marquee_two-col .col-right h2 {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: static;
    text-align: center;
  }
}
@media (max-width: 500px) {
  /* line 61, ../sass/news/_page.scss */
  #news .marquee_two-col .col-left, .template-blog .marquee_two-col .col-left {
    height: 200px;
  }
}

/* line 1, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up {
  text-align: center;
    padding: 40px 0;
      color: #FFFFFF;
  position: relative;
}
/* line 7, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .background {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 80px;
  right: 80px;
  top: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  /* line 7, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .background {
    left: 40px;
    right: 40px;
  }
}
@media (max-width: 850px) {
  /* line 7, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .background {
    left: 0px;
    right: 0px;
  }
}
/* line 27, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .to-top {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFC222;
  color: #333333;
  padding: 10px;
  cursor: pointer;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
/* line 37, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .to-top:hover {
  background: #ffd055;
}
/* line 41, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .to-top .icon-arrow-left {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 20px;
}
/* line 46, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .to-top p {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 850px) {
  /* line 27, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .to-top {
    display: none;
  }
}
/* line 57, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .content {
  z-index: 1;
  position: relative;
}
/* line 62, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .wysiwyg {
  max-width: 450px;
  margin: auto;
}
/* line 66, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .wysiwyg p {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 17px;
  line-height: 24px;
}
/* line 72, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .title {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 36px;
  line-height: 39px;
  margin-bottom: 10px;
}
/* line 78, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .input-group {
  margin: 0 auto;
  margin-top: 20px;
  width: 50%;
  overflow: hidden;
  display: inline-block;
}
/* line 85, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .input-group .input-group-field {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  height: 47px !important;
  vertical-align: middle;
}
@media (max-width: 768px) {
  /* line 85, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .input-group .input-group-field {
    height: 38px !important;
  }
}
/* line 99, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up .input-group:hover .input-rollover {
  right: 0;
}
/* line 105, ../sass/newsletter/_sign-up.scss */
.newsletter_sign-up input {
  outline: none;
}


@media (max-width: 769px) {
  /* line 120, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up input[type="submit"] {
    padding-left: 27px;
  }
}
@media (max-width: 1024px) {
  /* line 137, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up input[type="submit"] {
    width: 160px !important;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up {
    padding: 35px 0 50px;
  }
  /* line 146, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .input-rollover {
    right: 0;
  }
  /* line 150, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .input-group {
    width: 90%;
  }
  /* line 154, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up input[type="submit"] {
    width: 80px !important;
    padding: 10px !important;
    font-size: 13px !important;
    float: right;
  }
  /* line 160, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up input[type="email"] {
    padding-right: 140px;
  }
  /* line 164, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .wysiwyg {
    padding: 0 20px;
  }
  /* line 167, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .wysiwyg p {
    font-size: 15px;
    line-height: 19px;
  }
  /* line 173, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .title {
    font-size: 19px;
    margin-bottom: 0;
  }
  /* line 178, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .input-group {
    width: 80%;
  }
}
@media (max-width: 500px) {
  /* line 185, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up input[type="email"] {
    height: 33px;
    font-size: 11px;
    padding: 0 10px;
    padding-right: 120px !important;
  }
  /* line 192, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up input[type="submit"] {
    height: 100%;
    width: 100px;
    padding: 0;
    padding-right: 15px;
    font-size: 9px;
  }
  /* line 200, ../sass/newsletter/_sign-up.scss */
  .newsletter_sign-up .input-rollover {
    width: 48px;
  }
}

/* line 1, ../sass/press/_featured-list.scss */
.press_featured-list {
  *zoom: 1;
  background: #F3F4F4 !important;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.press_featured-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 9, ../sass/press/_featured-list.scss */
.press_featured-list .icon-stik-tree {
  font-size: 110px;
  color: #CCCCCC;
}
/* line 14, ../sass/press/_featured-list.scss */
.press_featured-list .subtitle {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 36px;
  line-height: 38px;
  margin-top: 30px;
}
/* line 20, ../sass/press/_featured-list.scss */
.press_featured-list .slider {
  position: relative;
  text-align: left;
}
/* line 25, ../sass/press/_featured-list.scss */
.press_featured-list ul {
  margin: 70px auto;
  display: block;
  width: 80%;
  *zoom: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.press_featured-list ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 32, ../sass/press/_featured-list.scss */
.press_featured-list ul li a {
  display: block;
  height: 100px;
  position: relative;
}
/* line 36, ../sass/press/_featured-list.scss */
.press_featured-list ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 42, ../sass/press/_featured-list.scss */
.press_featured-list .publication {
  vertical-align: middle;
  margin: 0;
  width: 180px;
  float: left;
}
/* line 48, ../sass/press/_featured-list.scss */
.press_featured-list .publication img {
  padding: 0 30px;
  -moz-transition: opacity 450ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: opacity 450ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: opacity 450ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: opacity 450ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 53, ../sass/press/_featured-list.scss */
.press_featured-list .publication:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 58, ../sass/press/_featured-list.scss */
.press_featured-list .previous {
  position: absolute;
  left: 40px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  color: #CCCCCC;
}
/* line 66, ../sass/press/_featured-list.scss */
.press_featured-list .next {
  position: absolute;
  right: 40px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  color: #CCCCCC;
}
/* line 74, ../sass/press/_featured-list.scss */
.press_featured-list .next, .press_featured-list .previous {
  cursor: pointer;
  -moz-transition: color 450ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 450ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 450ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 450ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 78, ../sass/press/_featured-list.scss */
.press_featured-list .next:hover, .press_featured-list .previous:hover {
  color: #333333;
}
@media (max-width: 768px) {
  /* line 84, ../sass/press/_featured-list.scss */
  .press_featured-list .next {
    right: 0;
  }
  /* line 85, ../sass/press/_featured-list.scss */
  .press_featured-list .previous {
    left: 0;
  }
}
@media (max-width: 850px) {
  /* line 1, ../sass/press/_featured-list.scss */
  .press_featured-list {
    padding: 40px !important;
  }
  /* line 91, ../sass/press/_featured-list.scss */
  .press_featured-list .icon-stik-tree {
    font-size: 95px;
  }
  /* line 93, ../sass/press/_featured-list.scss */
  .press_featured-list .subtitle {
    font-size: 28px;
    margin-top: 30px;
  }
  /* line 98, ../sass/press/_featured-list.scss */
  .press_featured-list ul {
    margin: 40px auto 45px;
  }
}
@media (max-width: 500px) {
  /* line 1, ../sass/press/_featured-list.scss */
  .press_featured-list {
    padding: 30px 20px 40px !important;
  }
  /* line 106, ../sass/press/_featured-list.scss */
  .press_featured-list .icon-stik-tree {
    font-size: 60px;
  }
  /* line 108, ../sass/press/_featured-list.scss */
  .press_featured-list .subtitle {
    max-width: 250px;
    margin: 15px auto 0;
    font-size: 25px;
    line-height: 27px;
  }
  /* line 115, ../sass/press/_featured-list.scss */
  .press_featured-list a.button-plus {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* line 1, ../sass/press/_full-list.scss */
.press_full-list {
  *zoom: 1;
  margin-top: 80px;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.press_full-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 5, ../sass/press/_full-list.scss */
.press_full-list li {
  float: left;
  width: 50%;
  padding-right: 25px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #a1a1a1;
}
/* line 13, ../sass/press/_full-list.scss */
.press_full-list li a, .press_full-list li div {
  padding: 6px 6px 4px 6px;
  display: inline-block;
  line-height: 115%;
  color: #4d4d4d;
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950), background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms, 0ms;
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 24, ../sass/press/_full-list.scss */
.press_full-list li div {
  color: #737373;
}
/* line 28, ../sass/press/_full-list.scss */
.press_full-list li a:hover {
  background-color: #FFC222;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  /* line 1, ../sass/press/_full-list.scss */
  .press_full-list {
    margin: 0;
    padding: 20px 20px !important;
  }
  /* line 38, ../sass/press/_full-list.scss */
  .press_full-list li {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  /* line 2, ../sass/press/_marquee.scss */
  .marquee_press .col-left {
    height: 400px;
  }
}
@media (max-width: 768px) {
  /* line 2, ../sass/press/_marquee.scss */
  .marquee_press .col-left {
    height: 300px;
  }
}
@media (max-width: 500px) {
  /* line 2, ../sass/press/_marquee.scss */
  .marquee_press .col-left {
    height: 200px;
  }
}
/* line 16, ../sass/press/_marquee.scss */
.marquee_press .col-right {
  height: 450px;
}
/* line 19, ../sass/press/_marquee.scss */
.marquee_press .col-right .content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: initial;
  width: 100%;
  padding: 0 60px;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 29, ../sass/press/_marquee.scss */
.marquee_press .col-right .fittext {
  margin-left: -3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  line-height: 100%;
}
/* line 35, ../sass/press/_marquee.scss */
.marquee_press .col-right p {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
}
/* line 39, ../sass/press/_marquee.scss */
.marquee_press .col-right .contact_person {
  margin-top: 50px;
  line-height: 26px;
}
/* line 43, ../sass/press/_marquee.scss */
.marquee_press .col-right .contact_person .contact_image {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFC222;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  /* line 16, ../sass/press/_marquee.scss */
  .marquee_press .col-right {
    height: 400px;
  }
}
@media (max-width: 768px) {
  /* line 16, ../sass/press/_marquee.scss */
  .marquee_press .col-right {
    height: auto;
  }
  /* line 61, ../sass/press/_marquee.scss */
  .marquee_press .col-right .content {
    position: static;
    padding: 20px;
    text-align: center;
  }
  /* line 67, ../sass/press/_marquee.scss */
  .marquee_press .col-right .contact_person {
    margin-top: 20px;
    line-height: 16px;
  }
  /* line 71, ../sass/press/_marquee.scss */
  .marquee_press .col-right .contact_person .contact_image {
    margin: 0 auto 10px;
  }
}

/* line 1, ../sass/products/_add-to-cart.scss */
.product_add-to-cart {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  left: 80px;
  background: #FFFFFF;
  width: 270px;
  padding: 35px 20px 20px;
}
/* line 9, ../sass/products/_add-to-cart.scss */
.product_add-to-cart #AddToCartForm {
  margin: 0;
  padding: 0;
}
/* line 14, ../sass/products/_add-to-cart.scss */
.product_add-to-cart h1 {
  color: #333333;
  text-transform: none;
  font-size: 26px;
  margin-bottom: 30px;
  white-space: initial;
}
/* line 22, ../sass/products/_add-to-cart.scss */
.product_add-to-cart #productSelect {
  display: none;
}
/* line 26, ../sass/products/_add-to-cart.scss */
.product_add-to-cart .label {
  font-size: 13px;
}
/* line 30, ../sass/products/_add-to-cart.scss */
.product_add-to-cart .currency {
  color: #8c8c8c;
  margin-right: 3px;
}
/* line 35, ../sass/products/_add-to-cart.scss */
.product_add-to-cart .pricing {
  margin-bottom: 30px;
}
/* line 38, ../sass/products/_add-to-cart.scss */
.product_add-to-cart .pricing .label {
  margin-bottom: 7px;
}
/* line 43, ../sass/products/_add-to-cart.scss */
.product_add-to-cart #quantity {
  border: none;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 22px;
  outline: none;
  padding-left: 0;
  margin-bottom: 10px;
  background: transparent;
  -webkit-appearance: initial;
  padding-top: 3px;
  padding-bottom: 3px;
}
/* line 56, ../sass/products/_add-to-cart.scss */
.product_add-to-cart .select-wrap:before {
  right: 40px;
  top: 13px;
}
@media (max-width: 850px) {
  /* line 62, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .select-wrap:before {
    display: none;
  }
}
/* line 68, ../sass/products/_add-to-cart.scss */
.product_add-to-cart #AddToCart {
  padding: 10px 30px 10px 27px;
  text-align: left;
  width: 100%;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 13px;
  vertical-align: middle;
}
/* line 75, ../sass/products/_add-to-cart.scss */
.product_add-to-cart #AddToCart:before {
  font-size: 18px;
}
/* line 80, ../sass/products/_add-to-cart.scss */
.product_add-to-cart .calc-button {
  margin-top: 10px;
  border: 1px solid #b3b3b3;
  color: #777;
  padding: 6px;
  text-align: center;
  width: 230px;
  height: 34px;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 12px;
  display: block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 15px;
  cursor: pointer;
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950), background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms, 0ms;
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 100, ../sass/products/_add-to-cart.scss */
.product_add-to-cart .calc-button:before {
  font-family: 'stikwood';
  font-size: 18px;
  vertical-align: sub;
  font-weight: normal;
  margin-right: 15px;
}
/* line 108, ../sass/products/_add-to-cart.scss */
.product_add-to-cart .calc-button:hover {
  color: #333333;
  background-color: #F3F4F4;
}
/* line 114, ../sass/products/_add-to-cart.scss */
.product_add-to-cart .label.call {
  margin-top: 15px;
}
@media (min-height: 900px) {
  /* line 1, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  /* line 122, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart h1 {
    font-size: 29px;
    margin-bottom: 40px;
  }
  /* line 127, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart #quantity {
    font-size: 28px;
    margin-bottom: 30px;
  }
  /* line 133, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .select-wrap:before {
    right: 27px;
    top: 18px;
  }
  /* line 139, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .calc-button {
    margin-top: 25px;
  }
  /* line 143, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .label.call {
    margin-top: 30px;
  }
}
@media (max-height: 700px) {
  /* line 1, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart {
    padding-top: 20px;
  }
  /* line 151, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart h1 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  /* line 156, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .pricing {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  /* line 1, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart {
    left: 40px;
  }
}
@media (max-width: 850px) {
  /* line 1, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
    max-width: 500px;
    padding: 15px 0;
    display: block !important;
  }
  /* line 176, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart #AddToCart {
    position: relative;
    text-align: center;
    padding: 15px;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 17px;
  }
  /* line 182, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart #AddToCart:after {
    content: none;
  }
  /* line 187, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .number {
    font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 42px;
    margin: 20px 0;
  }
  /* line 192, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .subtract, .product_add-to-cart .add {
    position: absolute;
    top: 60px;
  }
  /* line 197, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .subtract {
    left: 20%;
  }
  /* line 201, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .add {
    right: 20%;
  }
  /* line 206, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .quantity .label {
    margin: 18px 0 0 0;
    color: #8c8c8c;
  }
  /* line 212, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .calc-button {
    width: calc(100% - 50px);
    max-width: 500px;
    padding: 15px 0 12px;
    font-size: 16px;
    color: #333333;
    margin: 20px auto;
    height: auto;
    border-color: #F3F4F4;
  }
  /* line 222, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .calc-button:before {
    font-family: 'stikwood';
    font-size: 21px;
    vertical-align: middle;
    font-weight: normal;
    margin-right: 15px;
    color: #FFC222;
  }
  /* line 231, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart #quantity {
    margin: 0 auto;
    text-align: center;
    width: auto;
    font-size: 46px;
    padding-left: 72px;
    display: none;
  }
  /* line 240, ../sass/products/_add-to-cart.scss */
  .product_add-to-cart .mobile-border {
    border: 1px solid #FFC222;
    padding: 0;
    margin: 0 25px;
    position: relative;
  }
}

/* line 1, ../sass/products/_associated.scss */
.products_associated {
  padding: 80px;
  padding-top: 0;
}
/* line 5, ../sass/products/_associated.scss */
.products_associated h5 {
  text-transform: none;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 25px;
}
/* line 12, ../sass/products/_associated.scss */
.products_associated .details {
  height: 60px;
  overflow: hidden;
  position: relative;
}
/* line 18, ../sass/products/_associated.scss */
.products_associated .product-image {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 300px;
}
/* line 24, ../sass/products/_associated.scss */
.products_associated .buttons {
  float: right;
  padding-top: 19px;
}
/* line 29, ../sass/products/_associated.scss */
.products_associated .product-title {
  position: absolute;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 115%;
}
/* line 35, ../sass/products/_associated.scss */
.products_associated .product-title a {
  color: #333333;
  -moz-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 39, ../sass/products/_associated.scss */
.products_associated .product-title a:hover {
  color: #b3b3b3;
}
/* line 45, ../sass/products/_associated.scss */
.products_associated .big-button {
  text-transform: uppercase;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 13px;
  background: #FFC222;
  padding: 26px 70px;
  color: #333333;
  -moz-transition: background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: background-color 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 53, ../sass/products/_associated.scss */
.products_associated .big-button:hover {
  background-color: #ffcd4b;
}
/* line 58, ../sass/products/_associated.scss */
.products_associated .button-lite {
  top: 21px;
  margin-right: 17px;
}
@media (max-width: 850px) {
  /* line 1, ../sass/products/_associated.scss */
  .products_associated {
    padding-bottom: 0px;
  }
  /* line 66, ../sass/products/_associated.scss */
  .products_associated h5 {
    margin-left: 20px;
    font-size: 18px;
  }
  /* line 71, ../sass/products/_associated.scss */
  .products_associated .product-image {
    height: 250px;
  }
  /* line 75, ../sass/products/_associated.scss */
  .products_associated .product-title {
    padding-left: 20px;
    max-width: 50%;
    font-size: 16px;
  }
  /* line 81, ../sass/products/_associated.scss */
  .products_associated .big-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 580px) {
  /* line 88, ../sass/products/_associated.scss */
  .products_associated .product-image {
    height: 200px;
  }
  /* line 93, ../sass/products/_associated.scss */
  .products_associated .details {
    height: 90px;
  }
  /* line 97, ../sass/products/_associated.scss */
  .products_associated .buttons {
    padding: 0;
  }
  /* line 101, ../sass/products/_associated.scss */
  .products_associated .big-button, .products_associated .samples {
    width: 120px;
    text-align: center;
    padding: 0;
    height: 90px;
    margin: 0;
    line-height: 45px;
    display: block;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 11px;
  }
  /* line 112, ../sass/products/_associated.scss */
  .products_associated .samples {
    position: absolute;
    right: 0;
    top: 45px;
    background: #F3F4F4;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
  }
  /* line 121, ../sass/products/_associated.scss */
  .products_associated .samples:before {
    content: none;
  }
}
@media (max-width: 500px) {
  /* line 126, ../sass/products/_associated.scss */
  .products_associated .product-image {
    height: 170px;
  }
  /* line 130, ../sass/products/_associated.scss */
  .products_associated .product-title {
    margin-right: 105px;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 15px;
  }
  /* line 135, ../sass/products/_associated.scss */
  .products_associated .big-button, .products_associated .samples {
    width: 95px;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 10px;
  }
}

/* line 1, ../sass/products/_calculator.scss */
.product-calculator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
  z-index: 101;
  display: none;
}
/* line 11, ../sass/products/_calculator.scss */
.product-calculator .icon-close-thin {
  font-size: 50px;
  color: #FFC222;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 10;
}
/* line 21, ../sass/products/_calculator.scss */
.product-calculator .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  color: #FFFFFF;
}
/* line 27, ../sass/products/_calculator.scss */
.product-calculator .tiny {
  font-size: 12px;
  line-height: 110%;
  font-style: italic;
}
/* line 33, ../sass/products/_calculator.scss */
.product-calculator .grid__item {
  padding-left: 0;
}
/* line 37, ../sass/products/_calculator.scss */
.product-calculator .wall {
  position: relative;
  text-align: center;
}
/* line 41, ../sass/products/_calculator.scss */
.product-calculator .wall input {
  width: 70px;
  height: 35px;
  -webkit-appearance: none;
  text-align: center;
  padding: 0;
  font-weight: 600;
  box-shadow: inset 2px 2px 5px -2px;
  border: none;
  font-size: 21px;
}
/* line 53, ../sass/products/_calculator.scss */
.product-calculator .wall input::-webkit-inner-spin-button, .product-calculator .wall input::-webkit-outer-spin-button {
  display: none;
}
/* line 58, ../sass/products/_calculator.scss */
.product-calculator .wall .width {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 170px);
  text-align: center;
}
/* line 64, ../sass/products/_calculator.scss */
.product-calculator .wall .width p {
  font-size: 12px;
}
/* line 68, ../sass/products/_calculator.scss */
.product-calculator .wall .width input {
  margin: 0 auto;
  margin-right: 5px;
}
/* line 73, ../sass/products/_calculator.scss */
.product-calculator .wall .width .left-ruler {
  position: absolute;
  left: 0;
  top: 17px;
  width: 34%;
  border-bottom: 1px solid #F3F4F4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 81, ../sass/products/_calculator.scss */
.product-calculator .wall .width .left-ruler:before {
  content: '';
  border-left: 1px solid #F3F4F4;
  height: 35px;
  position: absolute;
  left: 0;
  top: -17px;
}
/* line 91, ../sass/products/_calculator.scss */
.product-calculator .wall .width .right-ruler {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 17px;
  width: 34%;
  border-bottom: 1px solid #F3F4F4;
}
/* line 99, ../sass/products/_calculator.scss */
.product-calculator .wall .width .right-ruler:before {
  content: '';
  border-left: 1px solid #F3F4F4;
  height: 35px;
  position: absolute;
  right: 0;
  top: -17px;
}
/* line 110, ../sass/products/_calculator.scss */
.product-calculator .wall .height {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 70px;
  height: 345px;
  text-align: center;
}
/* line 117, ../sass/products/_calculator.scss */
.product-calculator .wall .height .top-ruler {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 35%;
  border-right: 1px solid #F3F4F4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 124, ../sass/products/_calculator.scss */
.product-calculator .wall .height .top-ruler:before {
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  left: -20px;
  border-top: 1px solid #F3F4F4;
}
/* line 134, ../sass/products/_calculator.scss */
.product-calculator .wall .height .bottom-ruler {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 35%;
  border-right: 1px solid #F3F4F4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 141, ../sass/products/_calculator.scss */
.product-calculator .wall .height .bottom-ruler:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  left: -20px;
  border-top: 1px solid #F3F4F4;
}
/* line 151, ../sass/products/_calculator.scss */
.product-calculator .wall .height p {
  font-size: 12px;
}
/* line 155, ../sass/products/_calculator.scss */
.product-calculator .wall .height .vertical-center {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 158, ../sass/products/_calculator.scss */
.product-calculator .wall .height .vertical-center input {
  margin-bottom: 10px;
}
/* line 164, ../sass/products/_calculator.scss */
.product-calculator .wall .inches {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2px;
}
/* line 170, ../sass/products/_calculator.scss */
.product-calculator .wall .inline {
  display: inline-block;
  vertical-align: middle;
}
/* line 175, ../sass/products/_calculator.scss */
.product-calculator .wall .show-number {
  display: inline-block;
  font-weight: 600;
}
/* line 180, ../sass/products/_calculator.scss */
.product-calculator .wall .box {
  background: #333333;
  width: auto;
  height: 345px;
  margin: 55px 84px;
}
/* line 186, ../sass/products/_calculator.scss */
.product-calculator .wall .box .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 189, ../sass/products/_calculator.scss */
.product-calculator .wall .box .detail p {
  font-size: 17px;
}
/* line 193, ../sass/products/_calculator.scss */
.product-calculator .wall .box .detail .results {
  margin-top: 10px;
}
/* line 200, ../sass/products/_calculator.scss */
.product-calculator .recommendation {
  margin-top: 55px;
  position: relative;
}
/* line 204, ../sass/products/_calculator.scss */
.product-calculator .recommendation h4 {
  text-transform: none;
  font-size: 28px;
  margin-bottom: 15px;
}
/* line 210, ../sass/products/_calculator.scss */
.product-calculator .recommendation p {
  line-height: 20px;
}
/* line 214, ../sass/products/_calculator.scss */
.product-calculator .recommendation .total {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  margin-top: 40px;
}
/* line 218, ../sass/products/_calculator.scss */
.product-calculator .recommendation .total .end-totals {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 30px;
  font-weight: 300;
  margin-top: 10px;
}
/* line 224, ../sass/products/_calculator.scss */
.product-calculator .recommendation .total .end-total {
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 48px;
  color: #FFC222;
}
/* line 229, ../sass/products/_calculator.scss */
.product-calculator .recommendation .button {
  margin-top: 37px;
  margin-bottom: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
/* line 235, ../sass/products/_calculator.scss */
.product-calculator .recommendation .button.show-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 240, ../sass/products/_calculator.scss */
.product-calculator .recommendation .how-to-wrap {
  position: absolute;
  bottom: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding-top: 20px;
}
/* line 246, ../sass/products/_calculator.scss */
.product-calculator .recommendation .how-to-wrap h4 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 100%;
}
/* line 252, ../sass/products/_calculator.scss */
.product-calculator .recommendation .how-to-wrap p {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 257, ../sass/products/_calculator.scss */
.product-calculator .recommendation .how-to-wrap img {
  max-width: 130px;
}
@media (max-width: 850px) {
  /* line 240, ../sass/products/_calculator.scss */
  .product-calculator .recommendation .how-to-wrap {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 15px;
  }
}
/* line 269, ../sass/products/_calculator.scss */
.product-calculator .howto-modal {
  position: absolute;
  padding: 100px 20%;
  z-index: 18;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.95);
  display: none;
}
/* line 280, ../sass/products/_calculator.scss */
.product-calculator .howto-modal .video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
}
/* line 288, ../sass/products/_calculator.scss */
.product-calculator .howto-modal .icon-close, .product-calculator .howto-modal .inspirations_filter label.checkbox .checkbox-view, .inspirations_filter label.checkbox .product-calculator .howto-modal .checkbox-view {
  position: absolute;
  color: #FFC222;
  right: 30px;
  top: 30px;
  font-size: 26px;
  -moz-transition: -moz-transform 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: -o-transform 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: transform 250ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  cursor: pointer;
}
/* line 297, ../sass/products/_calculator.scss */
.product-calculator .howto-modal .icon-close:hover, .product-calculator .howto-modal .inspirations_filter label.checkbox .checkbox-view:hover, .inspirations_filter label.checkbox .product-calculator .howto-modal .checkbox-view:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  /* line 269, ../sass/products/_calculator.scss */
  .product-calculator .howto-modal {
    padding: 50px 5%;
  }
  /* line 305, ../sass/products/_calculator.scss */
  .product-calculator .howto-modal .video-wrapper {
    width: 90%;
  }
  /* line 309, ../sass/products/_calculator.scss */
  .product-calculator .howto-modal .icon-close, .product-calculator .howto-modal .inspirations_filter label.checkbox .checkbox-view, .inspirations_filter label.checkbox .product-calculator .howto-modal .checkbox-view {
    font-size: 18px;
  }
}
/* line 315, ../sass/products/_calculator.scss */
.product-calculator .quantity {
  display: none;
}
/* line 319, ../sass/products/_calculator.scss */
.product-calculator .notice {
  display: none;
  background: gray;
  padding: 8px;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 13px;
}
/* line 327, ../sass/products/_calculator.scss */
.product-calculator .notice.open {
  display: block;
}
@media (max-width: 1024px) {
  /* line 319, ../sass/products/_calculator.scss */
  .product-calculator .notice {
    font-size: 11px;
  }
}
/* line 336, ../sass/products/_calculator.scss */
.product-calculator .detail {
  text-align: left;
}
/* line 340, ../sass/products/_calculator.scss */
.product-calculator .result {
  font-weight: 600;
  margin-top: 10px;
  font-size: 40px;
}
/* line 348, ../sass/products/_calculator.scss */
.product-calculator .help h5, .product-calculator .how-to h5 {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 10px;
}
/* line 355, ../sass/products/_calculator.scss */
.product-calculator .help p, .product-calculator .how-to p {
  line-height: 20px;
  margin-bottom: 15px;
}
/* line 361, ../sass/products/_calculator.scss */
.product-calculator .help {
  padding: 0 85px;
}
/* line 364, ../sass/products/_calculator.scss */
.product-calculator .help .phone {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  margin-right: 3%;
}
/* line 370, ../sass/products/_calculator.scss */
.product-calculator .help .phone .icon-contact-phone {
  color: #FFC222;
  margin-right: 5px;
  font-size: 30px;
  vertical-align: middle;
}
/* line 378, ../sass/products/_calculator.scss */
.product-calculator .help .chat {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  cursor: pointer;
}
/* line 385, ../sass/products/_calculator.scss */
.product-calculator .help .chat .icon-bubble {
  color: #FFC222;
  margin-right: 5px;
  font-size: 30px;
  vertical-align: middle;
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 393, ../sass/products/_calculator.scss */
.product-calculator .help .chat:hover {
  color: #ffcc46;
}
/* line 395, ../sass/products/_calculator.scss */
.product-calculator .help .chat:hover .icon-bubble {
  color: #ffcc46;
}
@media (max-width: 1200px) {
  /* line 401, ../sass/products/_calculator.scss */
  .product-calculator .content {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  /* line 408, ../sass/products/_calculator.scss */
  .product-calculator .wall .box {
    height: 250px;
  }
  /* line 412, ../sass/products/_calculator.scss */
  .product-calculator .wall .height {
    height: 250px;
  }
  /* line 419, ../sass/products/_calculator.scss */
  .product-calculator .recommendation h4 {
    font-size: 20px;
  }
  /* line 423, ../sass/products/_calculator.scss */
  .product-calculator .recommendation .total {
    margin-top: 15px;
  }
  /* line 426, ../sass/products/_calculator.scss */
  .product-calculator .recommendation .total .end-totals {
    font-size: 20px;
  }
  /* line 430, ../sass/products/_calculator.scss */
  .product-calculator .recommendation .total .end-total {
    font-size: 38px;
  }
}
@media (max-width: 850px) {
  /* line 1, ../sass/products/_calculator.scss */
  .product-calculator {
    padding: 100px 0;
    overflow: scroll;
  }
  /* line 441, ../sass/products/_calculator.scss */
  .product-calculator .icon-close-thin {
    top: 40px;
    right: 30px;
    font-size: 20px;
  }
  /* line 447, ../sass/products/_calculator.scss */
  .product-calculator .grid__item {
    width: 100%;
    display: block;
  }
  /* line 452, ../sass/products/_calculator.scss */
  .product-calculator .content {
    position: relative;
    top: 0;
    left: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 80%;
    margin: 0 auto;
  }
  /* line 461, ../sass/products/_calculator.scss */
  .product-calculator .recommendation {
    margin-top: 0;
  }
  /* line 467, ../sass/products/_calculator.scss */
  .product-calculator .wall .box {
    height: 185px;
    margin: 55px;
  }
  /* line 472, ../sass/products/_calculator.scss */
  .product-calculator .wall .width {
    width: 100%;
  }
  /* line 476, ../sass/products/_calculator.scss */
  .product-calculator .wall .height {
    height: 185px;
    left: -10px;
  }
  /* line 481, ../sass/products/_calculator.scss */
  .product-calculator .wall input {
    width: 50px;
  }
  /* line 485, ../sass/products/_calculator.scss */
  .product-calculator .wall .left-ruler, .product-calculator .wall .right-ruler, .product-calculator .wall .top-ruler, .product-calculator .wall .bottom-ruler {
    display: none;
  }
  /* line 490, ../sass/products/_calculator.scss */
  .product-calculator .result {
    font-size: 30px;
  }
  /* line 494, ../sass/products/_calculator.scss */
  .product-calculator .help {
    padding: 0;
  }
}
@media (max-width: 580px) {
  /* line 1, ../sass/products/_calculator.scss */
  .product-calculator {
    padding: 30px 0;
  }
  /* line 502, ../sass/products/_calculator.scss */
  .product-calculator .help {
    display: none;
  }
  /* line 507, ../sass/products/_calculator.scss */
  .product-calculator .recommendation h4 {
    font-size: 17px;
    margin-bottom: 3px;
  }
  /* line 512, ../sass/products/_calculator.scss */
  .product-calculator .recommendation p {
    line-height: 15px;
  }
  /* line 517, ../sass/products/_calculator.scss */
  .product-calculator .recommendation .end-totals .end-total {
    font-size: 29px;
  }
  /* line 522, ../sass/products/_calculator.scss */
  .product-calculator .recommendation .button {
    font-size: 16px;
    padding: 10px 58px;
  }
  /* line 528, ../sass/products/_calculator.scss */
  .product-calculator .notice {
    padding: 5px;
    font-size: 10px;
    margin-top: 5px;
  }
  /* line 534, ../sass/products/_calculator.scss */
  .product-calculator .content {
    left: 10px;
    width: 90%;
  }
  /* line 539, ../sass/products/_calculator.scss */
  .product-calculator .icon-close-thin {
    top: 10px;
    right: 10px;
    font-size: 35px;
  }
  /* line 546, ../sass/products/_calculator.scss */
  .product-calculator .wall .box {
    height: 145px !important;
    margin-bottom: 15px;
    margin-top: 25px;
    margin-right: 20px;
  }
  /* line 552, ../sass/products/_calculator.scss */
  .product-calculator .wall .box .detail {
    left: 58%;
  }
  /* line 557, ../sass/products/_calculator.scss */
  .product-calculator .wall .width {
    top: -20px;
  }
}
@media (max-height: 750px) {
  /* line 567, ../sass/products/_calculator.scss */
  .product-calculator .wall .box {
    height: 250px;
  }
  /* line 571, ../sass/products/_calculator.scss */
  .product-calculator .wall .height {
    height: 250px;
  }
  /* line 578, ../sass/products/_calculator.scss */
  .product-calculator .recommendation h4 {
    font-size: 20px;
  }
  /* line 582, ../sass/products/_calculator.scss */
  .product-calculator .recommendation .total {
    margin-top: 15px;
  }
  /* line 585, ../sass/products/_calculator.scss */
  .product-calculator .recommendation .total .end-totals {
    font-size: 20px;
  }
  /* line 589, ../sass/products/_calculator.scss */
  .product-calculator .recommendation .total .end-total {
    font-size: 38px;
  }
}

@media (min-width: 769px) {
  /* line 1, ../sass/products/_collection-menu.scss */
  .nav_collection.product {
    background: #F3F4F4 !important;
    padding: 30px 50px;
    text-align: center;
    margin-top: 115px;
  }

  .main .nav_collection.product {
    margin-top: 55px;
  }

  /* line 7, ../sass/products/_collection-menu.scss */
  .nav_collection.product .accordion-toggle {
    display: none;
  }
  /* line 11, ../sass/products/_collection-menu.scss */
  .nav_collection.product .accordion-content {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  /* line 17, ../sass/products/_collection-menu.scss */
  .nav_collection.product a {
    padding: 10px;
    margin: 0 20px;
    font-weight: 500;
    color: #333333;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    position: relative;
    -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950), background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -webkit-transition-delay: 0ms, 0ms;
    transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  }
  /* line 29, ../sass/products/_collection-menu.scss */
  .nav_collection.product a:after {
    content: ' ';
    position: absolute;
    top: 13px;
    bottom: 13px;
    right: -21px;
    border-right: #CCCCCC 1px solid;
  }
  .nav_collection.product .sub_sub_menu a:after {
    border: none !important;
}
  /* line 39, ../sass/products/_collection-menu.scss */
  .nav_collection.product a:last-of-type:after {
    content: none;
  }
  /* line 42, ../sass/products/_collection-menu.scss */
  .nav_collection.product a.active, .nav_collection.product a:hover {
    color: #ff6234 !important;
    background: none !important;
  }
}
@media (max-width: 1024px) {
  /* line 50, ../sass/products/_collection-menu.scss */
  .nav_collection.product a {
    margin-right: 10px;
    font-size: 14px;
  }
  /* line 54, ../sass/products/_collection-menu.scss */
  .nav_collection.product a:after {
    right: -10px;
  }
}
@media (max-width: 768px) {
  /* line 1, ../sass/products/_collection-menu.scss */
  .nav_collection.product {
    background: #F3F4F4 !important;
  }
  /* line 64, ../sass/products/_collection-menu.scss */
  .nav_collection.product .accordion-content {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 69, ../sass/products/_collection-menu.scss */
  .nav_collection.product a {
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 5px;
    border-bottom: 1px solid #dedede;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 12px;
    color: #333333;
  }
  /* line 80, ../sass/products/_collection-menu.scss */
  .nav_collection.product .accordion-toggle {
    display: block;
    background: #FFC222;
    color: #333333;
    font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 12px;
    padding: 0 25px 0 30px;
    height: 40px;
    line-height: 40px;
    position: relative;
  }
  /* line 90, ../sass/products/_collection-menu.scss */
  .nav_collection.product .accordion-toggle .icon-arrow-right, .nav_collection.product .accordion-toggle .accordion-wrap .accordion-item .accordion-toggle, .accordion-wrap .accordion-item .nav_collection.product .accordion-toggle .accordion-toggle {
    position: absolute;
    right: 25px;
    line-height: 40px;
    font-size: 20px;
    top: 0;
    -moz-transition: -moz-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -o-transition: -o-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -webkit-transition-delay: 0ms;
    transition: transform 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 101, ../sass/products/_collection-menu.scss */
  .nav_collection.product.open .icon-arrow-right, .nav_collection.product.open .accordion-wrap .accordion-item .accordion-toggle, .accordion-wrap .accordion-item .nav_collection.product.open .accordion-toggle {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* line 1, ../sass/products/_collection-slider.scss */
.products_collection-slider-title {
  font-size: 16px;
  margin-bottom: 40px;
}

/* line 7, ../sass/products/_collection-slider.scss */
.collection_slider {
  height: auto;
  margin-bottom: 80px;
  padding-bottom: 0 !important;
  overflow: visible;
  width: calc(100% - 80px);
}
/* line 14, ../sass/products/_collection-slider.scss */
.collection_slider .slider-wrapper {
  overflow: hidden;
}
/* line 18, ../sass/products/_collection-slider.scss */
.collection_slider .container {
  white-space: nowrap;
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.collection_slider .container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 23, ../sass/products/_collection-slider.scss */
.collection_slider .item {
  height: 275px;
  float: left;
  display: inline-block;
}
/* line 29, ../sass/products/_collection-slider.scss */
.collection_slider .slider-pagination {
  display: none !important;
}
/* line 33, ../sass/products/_collection-slider.scss */
.collection_slider .previous, .collection_slider .next {
  background: #CCCCCC;
  width: 40px;
  height: 37px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -60px;
  left: auto;
  color: #333333;
  font-size: 24px;
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  cursor: pointer;
  position: absolute;
}
/* line 46, ../sass/products/_collection-slider.scss */
.collection_slider .previous:hover, .collection_slider .next:hover {
  color: #FFFFFF;
}
/* line 51, ../sass/products/_collection-slider.scss */
.collection_slider .previous {
  top: 50%;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: center;
  padding-top: 8px;
  right: -60px;
}
/* line 59, ../sass/products/_collection-slider.scss */
.collection_slider .next {
  top: calc(50% - 20px);
  text-align: center;
  padding-top: 8px;
  right: -60px;
}
/* line 70, ../sass/products/_collection-slider.scss */
.collection_slider .cell {
  width: 33.333%;
  height: 275px;
  float: left;
  border: 1px solid #CCCCCC;
  position: relative;
}
/* line 77, ../sass/products/_collection-slider.scss */
.collection_slider .cell:first-of-type {
  border-width: 1px !important;
}
/* line 81, ../sass/products/_collection-slider.scss */
.collection_slider .cell:nth-of-type(2) {
  border-width: 1px 1px 1px 0;
}
/* line 85, ../sass/products/_collection-slider.scss */
.collection_slider .cell:last-of-type {
  border-width: 1px 1px 1px 0;
}
/* line 90, ../sass/products/_collection-slider.scss */
.collection_slider .product-image {
  height: 225px;
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #CCCCCC;
}
/* line 99, ../sass/products/_collection-slider.scss */
.collection_slider .product-details {
  position: absolute;
  bottom: 0;
  height: 47px;
  left: 0;
  width: 100%;
  font-size: 14px;
  -moz-transition: background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 109, ../sass/products/_collection-slider.scss */
.collection_slider .product-title {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 70px);
  left: 0;
  padding-left: 15px;
  white-space: initial;
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 118, ../sass/products/_collection-slider.scss */
.collection_slider .product-price {
  float: right;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 20px;
  color: #333333;
  line-height: 43px;
  padding: 0 15px;
}
/* line 126, ../sass/products/_collection-slider.scss */
.collection_slider .currency {
  color: #a6a6a6;
  vertical-align: super;
  font-size: 14px;
}
/* line 132, ../sass/products/_collection-slider.scss */
.collection_slider .cell a {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 141, ../sass/products/_collection-slider.scss */
.collection_slider .cell a:hover .product-details {
  background: #F3F4F4;
}
/* line 145, ../sass/products/_collection-slider.scss */
.collection_slider .cell a:hover .product-title {
  color: #333333;
}
@media (max-width: 1024px) {
  /* line 152, ../sass/products/_collection-slider.scss */
  .collection_slider .cell {
    height: 225px;
  }
  /* line 156, ../sass/products/_collection-slider.scss */
  .collection_slider .product-image {
    height: 175px;
  }
}
@media (max-width: 850px) {
  /* line 7, ../sass/products/_collection-slider.scss */
  .collection_slider {
    display: none;
  }
}

@media (max-width: 850px) {
  /* line 167, ../sass/products/_collection-slider.scss */
  .products_collection-slider-title {
    display: none;
  }
}
/* line 1, ../sass/products/_details.scss */
.product_details {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
/* line 7, ../sass/products/_details.scss */
.product_details .detail-list {
  width: calc(100% - 150px);
}
/* line 11, ../sass/products/_details.scss */
.product_details .detail {
  display: inline-block;
  margin-right: 7%;
  margin-bottom: 20px;
}
/* line 16, ../sass/products/_details.scss */
.product_details .detail h5 {
  margin-top: 7px;
}
/* line 21, ../sass/products/_details.scss */
.product_details .spec-link {
  position: absolute;
  top: 20px;
  right: 0;
}
/* line 26, ../sass/products/_details.scss */
.product_details .spec-link .gray-button {
  background: #e0e3e3;
  color: #333333;
  text-transform: uppercase;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 13px;
  padding: 14px 25px;
  -moz-transition: background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: background-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 34, ../sass/products/_details.scss */
.product_details .spec-link .gray-button:hover {
  background: #CCCCCC;
}
@media (max-width: 850px) {
  /* line 1, ../sass/products/_details.scss */
  .product_details {
    margin-bottom: 40px;
    padding-bottom: 0;
    border: none;
  }
  /* line 45, ../sass/products/_details.scss */
  .product_details .detail-list {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  /* line 50, ../sass/products/_details.scss */
  .product_details .detail {
    font-size: 13px;
    margin-bottom: 30px;
  }
  /* line 54, ../sass/products/_details.scss */
  .product_details .detail .lowercase {
    font-size: 24px;
  }
  /* line 64, ../sass/products/_details.scss */
  .product_details .spec-link {
    position: static;
    margin: 40px 0 0 0;
  }
  /* line 69, ../sass/products/_details.scss */
  .product_details .spec-link .gray-button {
    margin: 0 auto;
    display: block;
    width: calc(100% - 50px);
    text-align: center;
    max-width: 500px;
    font-size: 16px;
    padding: 17px;
  }
}

/* line 1, ../sass/products/_docked-nav.scss */
.products_docked-nav {
  background: #F3F4F4;
  position: relative;
  bottom: 0px;
  height: 0;
  overflow: hidden;
  -moz-transition: height 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, padding 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: height 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, padding 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: height 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950), padding 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms, 0ms;
  transition: height 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms, padding 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  /* line 1, ../sass/products/_docked-nav.scss */
  .products_docked-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 19, ../sass/products/_docked-nav.scss */
.products_docked-nav.show {
  height: 60px;
  padding-top: 11px;
}
/* line 24, ../sass/products/_docked-nav.scss */
.products_docked-nav * {
  display: inline-block !important;
  line-height: 34px;
  vertical-align: text-bottom;
}
/* line 31, ../sass/products/_docked-nav.scss */
.products_docked-nav .price-and-quantity {
  float: right;
  text-align: right;
  width: 70%;
}
/* line 37, ../sass/products/_docked-nav.scss */
.products_docked-nav .title {
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 20px;
}
/* line 41, ../sass/products/_docked-nav.scss */
.products_docked-nav .label {
  font-size: 13px;
}
/* line 45, ../sass/products/_docked-nav.scss */
.products_docked-nav .select-wrap {
  vertical-align: baseline;
}
/* line 49, ../sass/products/_docked-nav.scss */
.products_docked-nav h5.lowercase {
  padding-right: 3%;
  margin-right: 3%;
  font-size: 22px;
  position: relative;
  vertical-align: top;
  margin-left: 10px;
}
/* line 57, ../sass/products/_docked-nav.scss */
.products_docked-nav h5.lowercase:after {
  content: ' ';
  display: block;
  right: 0;
  border-right: 1px solid #CCCCCC;
  top: 12px;
  bottom: 12px;
  position: absolute;
}
/* line 67, ../sass/products/_docked-nav.scss */
.products_docked-nav h5.lowercase .currency {
  color: #b3b3b3;
  vertical-align: inherit;
  font-size: 14px;
}
/* line 74, ../sass/products/_docked-nav.scss */
.products_docked-nav button {
  height: 36px;
  float: right;
  width: 180px;
  font-size: 12px;
  padding: 0;
  margin-left: 7%;
}
/* line 82, ../sass/products/_docked-nav.scss */
.products_docked-nav button:before {
  font-size: 18px;
  font-weight: bold;
  vertical-align: sub;
}
/* line 88, ../sass/products/_docked-nav.scss */
.products_docked-nav button:hover:after {
  right: -15px;
}
/* line 93, ../sass/products/_docked-nav.scss */
.products_docked-nav .calc-button {
  border: 1px solid #CCCCCC;
  font-size: 24px;
  line-height: 27px;
  padding: 4px;
  margin-left: 10px;
  cursor: pointer;
}
/* line 101, ../sass/products/_docked-nav.scss */
.products_docked-nav .calc-button:hover {
  color: #FFC222;
}
/* line 106, ../sass/products/_docked-nav.scss */
.products_docked-nav select {
  font-weight: bold;
  font-size: 26px;
  padding: 0;
  padding-right: 25px;
  line-height: 36px;
  margin-top: 0px;
  width: auto;
  padding-left: 7px;
  margin-left: 10px;
  border: 1px #CCCCCC solid;
  line-height: 34px;
  vertical-align: text-bottom;
}
@media (max-width: 1366px) {
  /* line 123, ../sass/products/_docked-nav.scss */
  .products_docked-nav h5.lowercase {
    padding-right: 10px;
    margin-right: 10px;
  }
  /* line 128, ../sass/products/_docked-nav.scss */
  .products_docked-nav button {
    margin-left: 15px;
    width: 150px;
    text-align: left;
    padding-left: 15px;
  }
  /* line 135, ../sass/products/_docked-nav.scss */
  .products_docked-nav .title {
    font-size: 17px;
    line-height: 41px;
  }
}
@media (max-width: 1200px) {
  /* line 142, ../sass/products/_docked-nav.scss */
  .products_docked-nav .title {
    font-size: 14px;
  }
  /* line 144, ../sass/products/_docked-nav.scss */
  .products_docked-nav .label {
    font-size: 12px;
  }
  /* line 148, ../sass/products/_docked-nav.scss */
  .products_docked-nav h5.lowercase, .products_docked-nav select {
    font-size: 18px;
  }
  /* line 152, ../sass/products/_docked-nav.scss */
  .products_docked-nav .currecy {
    font-size: 12px;
  }
  /* line 156, ../sass/products/_docked-nav.scss */
  .products_docked-nav .calc-button {
    display: none !important;
  }
  /* line 160, ../sass/products/_docked-nav.scss */
  .products_docked-nav button {
    width: 130px;
    padding-left: 15px;
    margin-left: 10px;
  }
  /* line 165, ../sass/products/_docked-nav.scss */
  .products_docked-nav button:before {
    content: '';
    display: none;
  }
}
@media (max-width: 950px) {
  /* line 1, ../sass/products/_docked-nav.scss */
  .products_docked-nav {
    display: none !important;
  }
}

@media (min-width: 851px) {
  /* line 1, ../sass/products/_header.scss */
  body.customer-nav .product_header {
    height: calc(100% - 40px);
  }
}

/* line 7, ../sass/products/_header.scss */
.product_header {
  height: 100%;
  position: relative;
  padding: 0 !important;
  margin-top: 80px;
}
@media (max-width: 850px) {
  /* line 7, ../sass/products/_header.scss */
  .product_header {
    margin-top: 0px;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 851px) {
  /* line 18, ../sass/products/_header.scss */
  .product_header.regular_product {
    background: #F3F4F4 !important;
  }
}
/* line 25, ../sass/products/_header.scss */
.product_header .global_slider.regular-product {
  width: calc(100% - 480px);
  margin-left: 400px;
  overflow: hidden;
}
@media (min-width: 851px) {
  /* line 25, ../sass/products/_header.scss */
  .product_header .global_slider.regular-product {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-right: 80px;
  }
}
/* line 38, ../sass/products/_header.scss */
.product_header .global_slider.regular-product .slide {
  position: relative;
}
/* line 41, ../sass/products/_header.scss */
.product_header .global_slider.regular-product .slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  /* line 25, ../sass/products/_header.scss */
  .product_header .global_slider.regular-product {
    width: calc(100% - 380px);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 40px;
    margin-left: 340px;
  }
}
@media (max-width: 850px) {
  /* line 25, ../sass/products/_header.scss */
  .product_header .global_slider.regular-product {
    width: calc(100% - 50px);
    margin: 0 25px;
    padding-top: 0;
  }
}
/* line 62, ../sass/products/_header.scss */
.product_header .global_slider {
  height: 80%;
}
/* line 65, ../sass/products/_header.scss */
.product_header .global_slider .slider-pagination {
  display: none;
}
/* line 69, ../sass/products/_header.scss */
.product_header .global_slider .slide {
  overflow: hidden;
  position: relative;
}
/* line 74, ../sass/products/_header.scss */
.product_header .global_slider .slide .zooming-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -moz-background-size: 250%;
  -o-background-size: 250%;
  -webkit-background-size: 250%;
  background-size: 250%;
  background-position: 50% 50%;
}
/* line 87, ../sass/products/_header.scss */
.product_header .product_description {
  padding: 50px 80px;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 23px;
  line-height: 140%;
}
@media (min-width: 851px) {
  /* line 87, ../sass/products/_header.scss */
  .product_header .product_description {
    position: absolute;
    height: auto;
    bottom: 0;
    background: white;
    right: 0;
    left: 0;
  }
}
/* line 101, ../sass/products/_header.scss */
.product_header .product_description .content {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  /* line 87, ../sass/products/_header.scss */
  .product_header .product_description {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  /* line 87, ../sass/products/_header.scss */
  .product_header .product_description {
    padding: 50px 40px;
  }
}
@media (max-height: 800px) {
  /* line 87, ../sass/products/_header.scss */
  .product_header .product_description {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}
@media (min-width: 851px) {
  /* line 122, ../sass/products/_header.scss */
  .product_header .global_slider.regular-product .slider-pagination {
    padding-right: 0;
  }
  /* line 127, ../sass/products/_header.scss */
  .product_header .global_slider {
    padding-bottom: 0;
  }
  /* line 130, ../sass/products/_header.scss */
  .product_header .global_slider .slider-pagination {
    display: block;
    text-align: right;
    margin: 0 50px 40px 0;
  }
  /* line 135, ../sass/products/_header.scss */
  .product_header .global_slider .slider-pagination .dot {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 90px;
    height: 40px;
    border: 3px solid #FFFFFF;
    position: relative;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -moz-transition: border-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -o-transition: border-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -webkit-transition: border-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -webkit-transition-delay: 0ms;
    transition: border-color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  }
  /* line 145, ../sass/products/_header.scss */
  .product_header .global_slider .slider-pagination .dot .play-button {
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    border: 2px solid #FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding-left: 3px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
  }
  /* line 160, ../sass/products/_header.scss */
  .product_header .global_slider .slider-pagination .dot.active, .product_header .global_slider .slider-pagination .dot:hover {
    border-color: #FFC222;
  }
}
@media (max-width: 850px) {
  /* line 7, ../sass/products/_header.scss */
  .product_header {
    height: auto;
  }
  /* line 173, ../sass/products/_header.scss */
  .product_header .mobile-header {
    padding: 20px;
    text-align: center;
  }
  /* line 177, ../sass/products/_header.scss */
  .product_header .mobile-header h5 {
    font-size: 24px;
  }
  /* line 182, ../sass/products/_header.scss */
  .product_header .global_slider {
    height: auto;
  }
  /* line 185, ../sass/products/_header.scss */
  .product_header .global_slider .product-price {
    background: url('/img/rgbapng/333333bf-5.png?1483555335');
    background: rgba(51, 51, 51, 0.75);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    color: white;
    font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 24px;
  }
  /* line 194, ../sass/products/_header.scss */
  .product_header .global_slider .product-price .units {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 14px;
  }
  /* line 198, ../sass/products/_header.scss */
  .product_header .global_slider .product-price .currency {
    vertical-align: super;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 14px;
  }
  /* line 203, ../sass/products/_header.scss */
  .product_header .global_slider .product-price .slash {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
    font-size: 24px;
  }
  /* line 208, ../sass/products/_header.scss */
  .product_header .global_slider.paginated .product-price {
    bottom: 40px;
  }
  /* line 212, ../sass/products/_header.scss */
  .product_header .global_slider .slide {
    height: 0;
    padding: 28%;
  }
  /* line 217, ../sass/products/_header.scss */
  .product_header .global_slider .slider-pagination .dot {
    background-image: none !important;
  }
  /* line 220, ../sass/products/_header.scss */
  .product_header .global_slider .slider-pagination .dot .icon-carat, .product_header .global_slider .slider-pagination .dot .select-wrap {
    display: none !important;
  }
  /* line 224, ../sass/products/_header.scss */
  .product_header .global_slider .slider-pagination .dot .play-button {
    display: none;
  }
}
@media (max-width: 580px) {
  /* line 233, ../sass/products/_header.scss */
  .product_header .mobile-header {
    padding: 15px;
  }
  /* line 236, ../sass/products/_header.scss */
  .product_header .mobile-header h5 {
    font-size: 18px;
  }
  /* line 241, ../sass/products/_header.scss */
  .product_header .product_description {
    text-align: center;
    font-size: 20px;
    padding: 20px;
  }
}

/* line 1, ../sass/products/_layout.scss */
.product_title-header {
  text-align: center;
  padding: 50px;
}

/* line 6, ../sass/products/_layout.scss */
.product_detail {
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.product_detail:after {
  content: "";
  display: table;
  clear: both;
}
/* line 9, ../sass/products/_layout.scss */
.product_detail .col-left {
  width: 70%;
}
/* line 13, ../sass/products/_layout.scss */
.product_detail .col-right {
  width: 30%;
}
/* line 17, ../sass/products/_layout.scss */
.product_detail + .section-spacer {
  padding-top: 0;
}

/* line 1, ../sass/products/_list-item.scss */
.products_list {
  *zoom: 1;
  padding: 0 !important;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.products_list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 5, ../sass/products/_list-item.scss */
.products_list.half-width-list {
  background: #F3F4F4 !important;
  padding: 20px 80px !important;
}
@media (max-width: 1024px) {
  /* line 5, ../sass/products/_list-item.scss */
  .products_list.half-width-list {
    padding: 20px 40px !important;
  }
}
@media (max-width: 768px) {
  /* line 5, ../sass/products/_list-item.scss */
  .products_list.half-width-list {
    padding: 0px !important;
  }
}

/* line 20, ../sass/products/_list-item.scss */
.products_item {
  width: 50%;
  float: left;
  position: relative;
  /**
   * FULL WIDTH item
   */
  /**
   * HALF WIDTH item
   */
}
/* line 26, ../sass/products/_list-item.scss */
.products_item .product-title {
  padding-left: 80px;
}
/* line 30, ../sass/products/_list-item.scss */
.products_item .product-image {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 250px;
  display: block;
}
/* line 37, ../sass/products/_list-item.scss */
.products_item .product-details {
  height: 57px;
  position: relative;
}
/* line 42, ../sass/products/_list-item.scss */
.products_item .big-button {
  float: right;
  width: 170px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
/* line 50, ../sass/products/_list-item.scss */
.products_item .button-lite {
  position: relative;
  top: 21px;
}
/* line 55, ../sass/products/_list-item.scss */
.products_item .buttons {
  padding: 0;
}
/* line 59, ../sass/products/_list-item.scss */
.products_item .product-price {
  position: absolute;
  right: 0;
  bottom: 52px;
  line-height: 60px;
  text-align: center;
  width: 170px;
  padding: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEklEQVR4nGMy3g+DTAxwQJAJAOoaBMXwsdH5AAAAAElFTkSuQmCC');
  background: rgba(51, 51, 51, 0.75);
  color: white;
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 33px;
}
/* line 71, ../sass/products/_list-item.scss */
.products_item .product-price .units {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
}
/* line 75, ../sass/products/_list-item.scss */
.products_item .product-price .currency {
  vertical-align: super;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 16px;
}
/* line 80, ../sass/products/_list-item.scss */
.products_item .product-price .slash {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 33px;
  font-weight: 200;
  margin-right: -5px;
}
@media (max-width: 1024px) {
  /* line 88, ../sass/products/_list-item.scss */
  .products_item .product-title {
    padding-left: 40px;
  }
}
@media (max-width: 850px) {
  /* line 94, ../sass/products/_list-item.scss */
  .products_item .product-title {
    padding-left: 30px;
  }
  .icon.search-toggle {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  /* line 100, ../sass/products/_list-item.scss */
  .products_item .button-lite {
    top: 24px;
  }
}
@media (max-width: 580px) {
  /* line 106, ../sass/products/_list-item.scss */
  .products_item .product-image {
    height: 175px;
  }
  /* line 110, ../sass/products/_list-item.scss */
  .products_item .product-price {
    bottom: 90px;
  }
  /* line 114, ../sass/products/_list-item.scss */
  .products_item .big-button {
    position: absolute;
    top: 0;
    height: 45px;
  }
  /* line 119, ../sass/products/_list-item.scss */
  .products_item .samples {
    width: 170px;
    height: 45px;
    top: 45px;
  }
}
@media (max-width: 500px) {
  /* line 127, ../sass/products/_list-item.scss */
  .products_item .product-price {
    width: 100px;
    line-height: 38px;
    font-size: 20px;
  }
  /* line 132, ../sass/products/_list-item.scss */
  .products_item .product-price .currency {
    font-size: 10px;
  }
  /* line 136, ../sass/products/_list-item.scss */
  .products_item .product-price .units {
    font-size: 12px;
  }
  /* line 140, ../sass/products/_list-item.scss */
  .products_item .product-price .slash {
    font-size: 20px;
  }
  /* line 145, ../sass/products/_list-item.scss */
  .products_item .product-title {
    max-width: 63%;
    margin: 0;
  }
  /* line 150, ../sass/products/_list-item.scss */
  .products_item .buttons {
    width: 100px;
  }
  /* line 154, ../sass/products/_list-item.scss */
  .products_item .big-button {
    width: 100px;
  }
  /* line 157, ../sass/products/_list-item.scss */
  .products_item .samples {
    width: 100px;
  }
}
/* line 165, ../sass/products/_list-item.scss */
.products_item.full-width {
  padding: 0;
  width: 100%;
  float: none;
}
/* line 170, ../sass/products/_list-item.scss */
.products_item.full-width .product-title {
  max-width: 40%;
}
/* line 174, ../sass/products/_list-item.scss */
.products_item.full-width .compare-button-circle {
  border: 2px solid white;
  display: block;
  width: 34px;
  height: 34px;
  font-size: 28px;
  text-align: center;
  color: white;
  padding-right: 0px;
  line-height: 33px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 851px) {
  /* line 174, ../sass/products/_list-item.scss */
  .products_item.full-width .compare-button-circle {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  /* line 196, ../sass/products/_list-item.scss */
  .products_item.full-width .product-image {
    height: 290px;
  }
}
@media (max-width: 850px) {
  /* line 202, ../sass/products/_list-item.scss */
  .products_item.full-width .button-lite.compare-add {
    display: none !important;
  }
}
/* line 207, ../sass/products/_list-item.scss */
.products_item.full-width .details {
  position: relative;
}
/* line 215, ../sass/products/_list-item.scss */
.products_item.half-width {
  padding: 0 !important;
  width: calc(50% - 40px);
  margin-bottom: 60px;
}
/* line 220, ../sass/products/_list-item.scss */
.products_item.half-width:nth-of-type(odd) {
  margin-right: 80px;
}
/* line 224, ../sass/products/_list-item.scss */
.products_item.half-width .product-image {
  background: #FFFFFF !important;
  position: relative;
  height: 300px;
}
@media (min-width: 1366px) {
  /* line 224, ../sass/products/_list-item.scss */
  .products_item.half-width .product-image {
    height: 380px;
  }
}
/* line 233, ../sass/products/_list-item.scss */
.products_item.half-width .product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 238, ../sass/products/_list-item.scss */
.products_item.half-width .details {
  background: #ebeded;
}
/* line 242, ../sass/products/_list-item.scss */
.products_item.half-width .product-title {
  padding-left: 20px;
  max-width: calc(100% - 190px);
}
/* line 247, ../sass/products/_list-item.scss */
.products_item.half-width .product-price {
  bottom: 0 !important;
}
@media (max-width: 1024px) {
  /* line 215, ../sass/products/_list-item.scss */
  .products_item.half-width {
    margin-bottom: 30px;
    width: calc(50% - 20px);
  }
  /* line 255, ../sass/products/_list-item.scss */
  .products_item.half-width:nth-of-type(odd) {
    margin-right: 40px;
  }
  /* line 259, ../sass/products/_list-item.scss */
  .products_item.half-width .product-title {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  /* line 265, ../sass/products/_list-item.scss */
  .products_item.half-width .product-title {
    max-width: calc(100% - 140px);
    font-size: 14px;
  }
  /* line 270, ../sass/products/_list-item.scss */
  .products_item.half-width .product-price {
    width: 120px;
  }
  /* line 275, ../sass/products/_list-item.scss */
  .products_item.half-width .buttons .big-button {
    width: 120px;
  }
  /* line 278, ../sass/products/_list-item.scss */
  .products_item.half-width .buttons .button-lite {
    width: 120px;
  }
}
@media (max-width: 768px) {
  /* line 215, ../sass/products/_list-item.scss */
  .products_item.half-width {
    width: 100% !important;
    margin-bottom: 0;
  }
}
@media (max-width: 580px) {
  /* line 291, ../sass/products/_list-item.scss */
  .products_item.half-width .product-image {
    height: 250px;
  }
  /* line 295, ../sass/products/_list-item.scss */
  .products_item.half-width .details {
    height: 52px;
  }
  /* line 299, ../sass/products/_list-item.scss */
  .products_item.half-width .product-price {
    bottom: 52px;
  }
  /* line 303, ../sass/products/_list-item.scss */
  .products_item.half-width .big-button {
    position: relative;
    top: 0;
    height: 52px;
    line-height: 55px;
  }
}

/* line 3, ../sass/products/_marquee.scss */
.marquee_two-col.products .col-left h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
/* line 9, ../sass/products/_marquee.scss */
.marquee_two-col.products .col-left .fittext {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (max-width: 1024px) {
  /* line 15, ../sass/products/_marquee.scss */
  .marquee_two-col.products .bg-image {
    height: 350px;
  }
  /* line 19, ../sass/products/_marquee.scss */
  .marquee_two-col.products .image-grid {
    height: 200px;
  }
  /* line 23, ../sass/products/_marquee.scss */
  .marquee_two-col.products .col-left.content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  /* line 29, ../sass/products/_marquee.scss */
  .marquee_two-col.products .bg-image {
    height: 250px;
    float: none;
  }
  /* line 34, ../sass/products/_marquee.scss */
  .marquee_two-col.products .col-right {
    height: auto;
    text-align: center;
  }
  /* line 39, ../sass/products/_marquee.scss */
  .marquee_two-col.products .image-grid {
    background-image: none !important;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 30px 3% 10px;
    float: none;
  }
  /* line 47, ../sass/products/_marquee.scss */
  .marquee_two-col.products .image-grid .sticker {
    color: #333333;
    border-color: #333333;
    position: static;
  }
  /* line 53, ../sass/products/_marquee.scss */
  .marquee_two-col.products .image-grid:nth-of-type(4) {
    display: none;
  }
  /* line 58, ../sass/products/_marquee.scss */
  .marquee_two-col.products .col-left.content {
    padding: 20px;
    float: left;
  }
}
@media (max-width: 500px) {
  /* line 65, ../sass/products/_marquee.scss */
  .marquee_two-col.products .bg-image {
    height: 175px;
  }
}

/* line 1, ../sass/products/_similar.scss */
.products_similar {
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.products_similar:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4, ../sass/products/_similar.scss */
.products_similar .col-left {
  padding: 100px 50px;
}
/* line 7, ../sass/products/_similar.scss */
.products_similar .col-left h2 {
  margin-bottom: 60px;
}
/* line 10, ../sass/products/_similar.scss */
.products_similar .col-left h2 .fittext {
  line-height: 115%;
  white-space: nowrap;
  display: block;
}
/* line 17, ../sass/products/_similar.scss */
.products_similar .col-left p {
  max-width: 450px;
}
/* line 22, ../sass/products/_similar.scss */
.products_similar .image-grid-link-item {
  width: 50%;
  padding-bottom: 50%;
}
/* line 26, ../sass/products/_similar.scss */
.products_similar .image-grid-link-item .product-bar {
  padding-left: 25px;
  font-size: 13px;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  background: #F3F4F4;
}
@media (max-width: 850px) {
  /* line 35, ../sass/products/_similar.scss */
  .products_similar .col-left {
    padding: 20px;
  }
  /* line 38, ../sass/products/_similar.scss */
  .products_similar .col-left h2 {
    margin-bottom: 20px;
  }
  /* line 42, ../sass/products/_similar.scss */
  .products_similar .col-left .wysiwyg {
    margin-bottom: 20px;
  }
}

/* line 1, ../sass/products/_slider.scss */
.global_slider.product {
  height: auto !important;
  overflow: visible;
  margin-bttom: 40px;
}
/* line 6, ../sass/products/_slider.scss */
.global_slider.product.paginated {
  width: calc(100% - 80px);
}
@media (max-width: 850px) {
  /* line 6, ../sass/products/_slider.scss */
  .global_slider.product.paginated {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 850px) {
  /* line 1, ../sass/products/_slider.scss */
  .global_slider.product {
    width: 100%;
  }
}
/* line 19, ../sass/products/_slider.scss */
.global_slider.product .slider-wrapper {
  overflow: hidden;
  height: 100%;
}
/* line 24, ../sass/products/_slider.scss */
.global_slider.product .slide {
  height: 0;
  padding-bottom: 66%;
}
@media (min-width: 1366px) {
  /* line 24, ../sass/products/_slider.scss */
  .global_slider.product .slide {
    padding-bottom: 0;
    height: 750px;
  }
}
@media (min-width: 850px) {
  /* line 37, ../sass/products/_slider.scss */
  .global_slider.product.paginated .previous, .global_slider.product.paginated .next {
    background: #CCCCCC;
    width: 40px;
    height: 37px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -60px;
    left: auto;
    color: #333333;
    font-size: 24px;
    -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -webkit-transition-delay: 0ms;
    transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
    cursor: pointer;
  }
  /* line 49, ../sass/products/_slider.scss */
  .global_slider.product.paginated .previous:hover, .global_slider.product.paginated .next:hover {
    color: #FFFFFF;
  }
  /* line 54, ../sass/products/_slider.scss */
  .global_slider.product.paginated .previous {
    top: 50%;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: center;
    padding-top: 8px;
  }
  /* line 61, ../sass/products/_slider.scss */
  .global_slider.product.paginated .next {
    top: calc(50% - 20px);
    text-align: center;
    padding-top: 8px;
  }
}

/* line 1, ../sass/search/_header.scss */
.search_header {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #F3F4F4;
  z-index: 3;
  -moz-transition: height 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: height 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: height 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: height 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 11, ../sass/search/_header.scss */
body.search-open .search_header {
    height: 120px;
}
/* line 15, ../sass/search/_header.scss */
.search_header input {
  width: 100% !important;
  height: 120px !important;
  border: none;
  outline: none;
  background: #F3F4F4;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 50px;
  padding-left: 80px;
  padding-right: 120px;
}
/* line 6, ../sass/vendor/bkwld/_input-placeholder.scss */
.search_header input.placeholder {
    color: #000000;
    font-size: 25px !important;}
/* line 7, ../sass/vendor/bkwld/_input-placeholder.scss */
.search_header input:-moz-placeholder {
  color: #CCCCCC;
}
/* line 8, ../sass/vendor/bkwld/_input-placeholder.scss */
.search_header input::-moz-placeholder {
  color: #CCCCCC;
}
/* line 9, ../sass/vendor/bkwld/_input-placeholder.scss */
.search_header input:-ms-input-placeholder {
  color: #CCCCCC;
}
/* line 10, ../sass/vendor/bkwld/_input-placeholder.scss */
.search_header input::-webkit-input-placeholder {
  color: #CCCCCC;
}
/* line 30, ../sass/search/_header.scss */
.search_header .search-button {
  position: absolute;
  right: 80px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a6a6a6;
  font-size: 35px;
  cursor: pointer;
  -moz-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -o-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
  -webkit-transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  -webkit-transition-delay: 0ms;
  transition: color 350ms cubic-bezier(0.445, 0.050, 0.550, 0.950) 0ms;
}
/* line 39, ../sass/search/_header.scss */
.search_header .search-button:hover {
  color: #333333;
}
@media (max-width: 850px) {
  /* line 46, ../sass/search/_header.scss */
  body.search-open .search_header {
    height: 120px !important;
    margin-top: 270px;
  }
  /* line 50, ../sass/search/_header.scss */
  .search_header input {
    height: 90px !important;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 35px;
  }
  /* line 57, ../sass/search/_header.scss */
  .search_header .search-button {
    right: 8px;
  }
}
@media (max-width: 768px) {
  /* line 63, ../sass/search/_header.scss */
  body.search-open .search_header {
    height: 70px;
  }
  /* line 67, ../sass/search/_header.scss */
  .search_header input {
    height: 70px !important;
    font-size: 35px;
  }
}

/* line 1, ../sass/search/_results.scss */
.search-results {
  padding-top: 75px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 850px) {
  /* line 1, ../sass/search/_results.scss */
  .search-results {
    padding: 20px 20px 80px !important;
  }
}
/* line 10, ../sass/search/_results.scss */
.search-results .load-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  /* line 10, ../sass/search/_results.scss */
  .search-results .load-more {
    bottom: 20px !important;
  }
}
/* line 21, ../sass/search/_results.scss */
.search-results .grid-uniform {
  margin-left: 0;
}
/* line 25, ../sass/search/_results.scss */
.search-results h1 {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 50px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 75px;
}
@media (max-width: 500px) {
  /* line 25, ../sass/search/_results.scss */
  .search-results h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
/* line 37, ../sass/search/_results.scss */
.search-results .result {
  float: left;
  width: 21.25%;
  margin-bottom: 5%;
  margin-right: 5%;
  padding-bottom: 75px;
  position: relative;
  display: none;
  opacity: 0;
}
/* line 47, ../sass/search/_results.scss */
.search-results .result a.image-link {
  display: block;
  min-height: 200px;
}
/* line 52, ../sass/search/_results.scss */
.search-results .result:nth-child(4n) {
  margin-right: 0;
}
/* line 56, ../sass/search/_results.scss */
.search-results .result img {
  max-width: 170px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 37, ../sass/search/_results.scss */
  .search-results .result {
    width: 47.5%;
  }
  /* line 66, ../sass/search/_results.scss */
  .search-results .result:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  /* line 37, ../sass/search/_results.scss */
  .search-results .result {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  /* line 78, ../sass/search/_results.scss */
  .search-results .result a {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 83, ../sass/search/_results.scss */
  .search-results .result a img {
    max-width: 170px;
    margin: 0 auto;
  }
  /* line 90, ../sass/search/_results.scss */
  .search-results .result .button-plus:before {
    font-size: 30px;
  }
}
/* line 97, ../sass/search/_results.scss */
.search-results h3 {
  font-weight: bold;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  text-transform: none;
  margin-bottom: 15px;
}
/* line 102, ../sass/search/_results.scss */
.search-results h3 a {
  color: #333333;
}
/* line 107, ../sass/search/_results.scss */
.search-results .button-plus {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  font-size: 14px;
}

/* line 5, ../sass/specs/_specs.scss */
#commercial .marquee_two-col h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 80%;
}
/* line 11, ../sass/specs/_specs.scss */
#commercial .marquee_two-col .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #FFFFFF;
}
/* line 18, ../sass/specs/_specs.scss */
#commercial .marquee_two-col .button:before {
  font-size: 26px;
  line-height: 21px;
  vertical-align: bottom;
}
/* line 25, ../sass/specs/_specs.scss */
#commercial .marquee_two-col .content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  /* line 31, ../sass/specs/_specs.scss */
  #commercial .marquee_two-col h2 {
    top: 37%;
  }
  /* line 35, ../sass/specs/_specs.scss */
  #commercial .marquee_two-col .bg-image {
    display: block;
  }
  /* line 39, ../sass/specs/_specs.scss */
  #commercial .marquee_two-col .col-right {
    display: inline-block;
  }
  /* line 43, ../sass/specs/_specs.scss */
  #commercial .marquee_two-col .content {
    padding: 20px;
  }
  /* line 47, ../sass/specs/_specs.scss */
  #commercial .marquee_two-col .col-left.bg-image {
    height: auto;
    padding: 135px 0 115px 0;
  }
}
/* line 56, ../sass/specs/_specs.scss */
#commercial .features h4 {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}
/* line 62, ../sass/specs/_specs.scss */
#commercial .features p {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 16px;
  padding-right: 35px;
}

/* line 1, ../sass/specs/form.scss */
.specs_form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 1.5rem !important;
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.specs_form:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7, ../sass/specs/form.scss */
.specs_form sup, .specs_form .tiny {
  color: grey;
  font-style: italic;
}
/* line 12, ../sass/specs/form.scss */
.specs_form div.tiny {
  float: left;
  margin: 1rem 0;
  width: 100%;
}
/* line 18, ../sass/specs/form.scss */
.specs_form h4 {
  margin-bottom: 2rem;
}
/* line 20, ../sass/specs/form.scss */
.specs_form label {
  margin-bottom: 0.5rem;
  display: block;
}
/* line 25, ../sass/specs/form.scss */
.specs_form input {
  margin-bottom: 1rem;
}
/* line 27, ../sass/specs/form.scss */
.specs_form input[type="submit"] {
  min-width: 50%;
  background: #FFC222;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 1.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -moz-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
/* line 38, ../sass/specs/form.scss */
.specs_form input[type="submit"]:hover {
  background-color: #ffd76f;
}
/* line 41, ../sass/specs/form.scss */
.specs_form .errorForm {
  padding-bottom: 2rem;
}
/* line 43, ../sass/specs/form.scss */
.specs_form .errorForm p {
  margin-bottom: 1rem;
}
/* line 44, ../sass/specs/form.scss */
.specs_form .errorForm * {
  color: red;
}
@media (min-width: 769px) {
  /* line 48, ../sass/specs/form.scss */
  .specs_form .col-right {
    padding-left: 1rem;
  }
  /* line 49, ../sass/specs/form.scss */
  .specs_form .col-left {
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  /* line 53, ../sass/specs/form.scss */
  .specs_form h4 {
    font-size: 2rem;
  }
  /* line 57, ../sass/specs/form.scss */
  .specs_form input {
    padding: 0.5rem;
  }
}

/**
 * Enable antialiasing
 * http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 */
/**
 * -----------------------------------------------------------------------------
 * Utils for horizontally and vertically centering elements
 * -----------------------------------------------------------------------------
 */
/**
 * Align using transform technique.  It's expected that the parent is not
 * position static.  Does not work in IE8
 * 
 * http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
 * http://davidwalsh.name/css-vertical-center
 *
 * Note, if parent is blurry, add to parent:
 * 
 *    @include  transform-style(preserve-3d);
 *  
 */
/**
 * Vertical align using psuedo elements.  Works in IE8
 * 
 * See: http://css-tricks.com/centering-in-the-unknown/
 */
/**
 * Forces GPU acceleration of the item, speeding up performance
 */
/**
 * Helps with active and hovers on mobile devices
 * - Hovers are disabled
 * - If $active is true, the standard hover effect is used for active
 *
 * Requires Modernizr to set the no-touch class on html.  Thus, at least:
 * http://modernizr.com/download/#-touch-cssclasses-teststyles-prefixes
 * 
 * Ex:
 *   @include hover { color: red }
 *   @include hover(true) { color: blue; }
 */
/**
 * Style a placeholder, see:
 * https://github.com/michaelsacca/Compass-Placeholder-Text-Mixin
 */
/**
 * Mixins to apply various layout techniques. 
 * These are mainly helper mixins to make the code more readable
*/
/**
 * Mixins to apply various polyfills. It's assumed that the
 * referrenced HTCs are already in the css directory.
 */
/**
 * Set font sizes on HTML that make rem values scale with the width
 */
/**
 * Make a border-radius based circle in CSS
 */
/**
 * Make a square in CSS
 */
/**
 * Make a rectangle in CSS in one line
 */
/**
 * A base set of styles designed to be applied to containers
 * of database driven content that was populated through
 * CKEditor (or, convievably, another WYSIWYG editor)
 */
/* line 1, ../sass/workbench/_author.scss */
.workbench_author-marquee {
  position: relative;
  height: 500px;
  text-align: center;
  position: relative;
  z-index: 1;
}
/* line 8, ../sass/workbench/_author.scss */
.workbench_author-marquee .global_slider {
  position: absolute;
  top: 0;
  left: 80px;
  right: 80px;
  bottom: 0;
  padding-bottom: 0;
  background: #FFC222;
  height: auto !important;
}
@media (max-width: 1024px) {
  /* line 8, ../sass/workbench/_author.scss */
  .workbench_author-marquee .global_slider {
    left: 40px;
    right: 40px;
  }
}
@media (max-width: 850px) {
  /* line 8, ../sass/workbench/_author.scss */
  .workbench_author-marquee .global_slider {
    left: 0px;
    right: 0px;
  }
}
/* line 20, ../sass/workbench/_author.scss */
.workbench_author-marquee .global_slider .slide {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
/* line 26, ../sass/workbench/_author.scss */
.workbench_author-marquee h1 {
  display: inline-block;
  vertical-align: middle;
  text-transform: initial;
  color: white;
  font-size: 4rem;
  font-weight: normal;
  max-width: 90%;
  white-space: normal;
  line-height: 1.1;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
}
/* line 39, ../sass/workbench/_author.scss */
.workbench_author-marquee h1 .thin {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
}
@media (max-width: 1024px) {
  /* line 1, ../sass/workbench/_author.scss */
  .workbench_author-marquee {
    height: 300px;
  }
  /* line 44, ../sass/workbench/_author.scss */
  .workbench_author-marquee h1 {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  /* line 1, ../sass/workbench/_author.scss */
  .workbench_author-marquee {
    height: 230px;
  }
  /* line 49, ../sass/workbench/_author.scss */
  .workbench_author-marquee h1 {
    font-size: 2.5rem;
  }
}

/* line 53, ../sass/workbench/_author.scss */
.workbench_listing.by-author {
  *zoom: 1;
  background: #f8f9f9 !important;
  margin: 0 80px;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.workbench_listing.by-author:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  /* line 53, ../sass/workbench/_author.scss */
  .workbench_listing.by-author {
    margin: 0 40px;
  }
}
@media (max-width: 850px) {
  /* line 53, ../sass/workbench/_author.scss */
  .workbench_listing.by-author {
    margin: 0 0px;
  }
}

/* line 1, ../sass/workbench/_card.scss */
.workbench_cards {
  *zoom: 1;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.workbench_cards:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 850px) {
  /* line 1, ../sass/workbench/_card.scss */
  .workbench_cards {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  /* line 1, ../sass/workbench/_card.scss */
  .workbench_cards {
    padding: 10px;
    background: #f8f9f9;
  }
}

/* line 9, ../sass/workbench/_card.scss */
.workbench_card {
  float: left;
  width: 31.33333%;
  margin-bottom: 6%;
}
@media (min-width: 851px) {
  /* line 14, ../sass/workbench/_card.scss */
  .workbench_card:nth-of-type(3n+2) {
    margin: 0 3% 6%;
  }
}
/* line 16, ../sass/workbench/_card.scss */
.workbench_card .image {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1.5rem;
}
/* line 25, ../sass/workbench/_card.scss */
.workbench_card .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #F3F4F4;
  padding: 0.5rem 1rem 0.4rem;
  color: #444;
  font-size: 0.9rem;
}
/* line 35, ../sass/workbench/_card.scss */
.workbench_card h6 {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  color: #333333;
}
/* line 41, ../sass/workbench/_card.scss */
.workbench_card p {
  line-height: 1.5;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 501px) {
  /* line 41, ../sass/workbench/_card.scss */
  .workbench_card p {
    padding-bottom: 33%;
    height: 0;
    overflow: hidden;
    margin-bottom: 2.5rem;
  }
  /* line 52, ../sass/workbench/_card.scss */
  .workbench_card p:after {
    display: block;
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    background: #f7f8f8;
    background: -webkit-linear-gradient(legacy-direction(0deg), #f7f8f8, rgba(255, 255, 255, 0));
    background: linear-gradient(0deg, #f7f8f8, rgba(255, 255, 255, 0));
  }
}
@media (min-width: 501px) and (max-width: 850px) {
  /* line 52, ../sass/workbench/_card.scss */
  .workbench_card p:after {
    background: white;
    background: -webkit-linear-gradient(legacy-direction(0deg), white, rgba(255, 255, 255, 0));
    background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  }
}

/* line 68, ../sass/workbench/_card.scss */
.workbench_card a.btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333333;
  background: #FFC222;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 0.6rem 2rem;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
}
/* line 77, ../sass/workbench/_card.scss */
.workbench_card a.btn:active, .workbench_card a.btn:hover {
  background: #ffd055;
}
@media (max-width: 1200px) and (min-width: 769px) {
  /* line 82, ../sass/workbench/_card.scss */
  .workbench_card h6 {
    font-size: 1.1rem;
  }
  /* line 83, ../sass/workbench/_card.scss */
  .workbench_card p {
    font-size: 0.9rem;
  }
}

@media (max-width: 850px) {
  /* line 9, ../sass/workbench/_card.scss */
  .workbench_card {
    width: 46%;
    margin: 0 0 4%;
    padding: 5px;
    padding-bottom: 15px;
    background: white;
  }
}
@media (max-width: 850px) and (min-width: 501px) {
  /* line 95, ../sass/workbench/_card.scss */
  .workbench_card:nth-of-type(even) {
    margin-left: 2%;
  }
  /* line 96, ../sass/workbench/_card.scss */
  .workbench_card:nth-of-type(odd) {
    margin-right: 2%;
  }
}

@media (max-width: 500px) {
  /* line 9, ../sass/workbench/_card.scss */
  .workbench_card {
    width: 100%;
    margin: 0 0 10px;
  }
  /* line 104, ../sass/workbench/_card.scss */
  .workbench_card .related-details {
    padding: 3rem 1rem 1rem;
  }
  /* line 106, ../sass/workbench/_card.scss */
  .workbench_card .category {
    position: absolute;
    bottom: -40px;
    top: auto;
    left: 1rem;
    border: 1px solid #CCCCCC;
    font-size: 0.8rem;
    background: white;
  }
}

/* line 2, ../sass/workbench/_detail.scss */
.workbench_detail-wrap {
  position: relative;
}
@media (max-width: 950px) {
  /* line 5, ../sass/workbench/_detail.scss */
  .workbench_detail-wrap .nav_workbench {
    position: absolute;
    top: 300px;
    left: 40px;
    right: 40px;
  }
}
@media (max-width: 950px) and (max-width: 850px) {
  /* line 5, ../sass/workbench/_detail.scss */
  .workbench_detail-wrap .nav_workbench {
    left: 0;
    right: 0;
  }
}
@media (max-width: 950px) and (max-width: 768px) {
  /* line 5, ../sass/workbench/_detail.scss */
  .workbench_detail-wrap .nav_workbench {
    top: 250px;
  }
}
@media (max-width: 950px) and (max-width: 500px) {
  /* line 5, ../sass/workbench/_detail.scss */
  .workbench_detail-wrap .nav_workbench {
    top: 200px;
  }
}

/* line 20, ../sass/workbench/_detail.scss */
.workbench_detail .marquee {
  height: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding-bottom: 30%;
}
@media (max-width: 950px) {
  /* line 20, ../sass/workbench/_detail.scss */
  .workbench_detail .marquee {
    height: 300px;
    padding-bottom: 0%;
  }
}
@media (max-width: 768px) {
  /* line 20, ../sass/workbench/_detail.scss */
  .workbench_detail .marquee {
    height: 250px;
  }
}
@media (max-width: 500px) {
  /* line 20, ../sass/workbench/_detail.scss */
  .workbench_detail .marquee {
    height: 200px;
  }
}
/* line 31, ../sass/workbench/_detail.scss */
.workbench_detail .header {
  padding: 4rem 20px 0;
  text-align: center;
  background: #f8f9f9;
}
@media (max-width: 950px) {
  /* line 31, ../sass/workbench/_detail.scss */
  .workbench_detail .header {
    padding-top: calc(4rem + 100px);
  }
}
@media (max-width: 768px) {
  /* line 31, ../sass/workbench/_detail.scss */
  .workbench_detail .header {
    padding-top: calc(4rem + 150px);
  }
}
@media (max-width: 500px) {
  /* line 31, ../sass/workbench/_detail.scss */
  .workbench_detail .header {
    padding: calc(2rem + 150px) 10px 0;
  }
}
/* line 40, ../sass/workbench/_detail.scss */
.workbench_detail .header h1 {
  text-transform: initial;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 2.5rem;
  letter-spacing: 0.01rem;
  font-weight: normal;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
@media (max-width: 500px) {
  /* line 40, ../sass/workbench/_detail.scss */
  .workbench_detail .header h1 {
    font-size: 1.7rem;
  }
}
/* line 55, ../sass/workbench/_detail.scss */
.workbench_detail .tool-label {
  color: white;
  background-color: #FFC222;
  text-transform: uppercase;
  display: inline-block;
  padding: 1rem 2.7rem 0.9rem;
  letter-spacing: 0.2rem;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
}
/* line 66, ../sass/workbench/_detail.scss */
.workbench_detail .tool-listing {
  background: white;
  padding: 22px 0 0;
  text-align: center;
}
/* line 72, ../sass/workbench/_detail.scss */
.workbench_detail .tool-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
/* line 78, ../sass/workbench/_detail.scss */
.workbench_detail .tool {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 4.8%;
  margin-bottom: 2rem;
  font-size: 0;
}
@media (max-width: 768px) {
  /* line 78, ../sass/workbench/_detail.scss */
  .workbench_detail .tool {
    padding: 0 2%;
  }
}
@media (max-width: 580px) {
  /* line 78, ../sass/workbench/_detail.scss */
  .workbench_detail .tool {
    width: 33.33%;
  }
}
@media (max-width: 370px) {
  /* line 78, ../sass/workbench/_detail.scss */
  .workbench_detail .tool {
    width: 50%;
  }
}
/* line 90, ../sass/workbench/_detail.scss */
.workbench_detail .tool .tool-icon {
  border: 2px solid #FFC222;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 75%;
  height: 0;
  padding-bottom: 71%;
  margin: 0 auto 0.8rem;
  -moz-background-size: 65%;
  -o-background-size: 65%;
  -webkit-background-size: 65%;
  background-size: 65%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 370px) {
  /* line 90, ../sass/workbench/_detail.scss */
  .workbench_detail .tool .tool-icon {
    width: 56%;
    padding-bottom: 52%;
  }
}
/* line 103, ../sass/workbench/_detail.scss */
.workbench_detail .tool .tool-title {
  font-size: 1rem;
  color: #666;
}
/* line 110, ../sass/workbench/_detail.scss */
.workbench_detail .step-wrap {
  padding: 20px;
  background: #f8f9f9;
}
@media (max-width: 500px) {
  /* line 110, ../sass/workbench/_detail.scss */
  .workbench_detail .step-wrap {
    padding: 10px;
  }
}
/* line 116, ../sass/workbench/_detail.scss */
.workbench_detail .step {
  *zoom: 1;
  background: white;
  margin-bottom: 20px;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.workbench_detail .step:after {
  content: "";
  display: table;
  clear: both;
}
/* line 120, ../sass/workbench/_detail.scss */
.workbench_detail .step:last-of-type {
  margin-bottom: 0;
}
/* line 122, ../sass/workbench/_detail.scss */
.workbench_detail .step .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3.3rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid white;
  height: 5rem;
  width: 5rem;
  text-align: center;
  line-height: 5.7rem;
  padding-left: 0.7rem;
}
/* line 134, ../sass/workbench/_detail.scss */
.workbench_detail .step .play-button .icon-carat, .workbench_detail .step .play-button .select-wrap {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 4.7rem;
}
/* line 140, ../sass/workbench/_detail.scss */
.workbench_detail .step .details {
  float: right;
  width: 40%;
  padding: 7rem 5rem 4rem;
}
/* line 145, ../sass/workbench/_detail.scss */
.workbench_detail .step .details .label {
  color: #555;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}
/* line 151, ../sass/workbench/_detail.scss */
.workbench_detail .step .details .headline {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 1.5rem;
}
/* line 155, ../sass/workbench/_detail.scss */
.workbench_detail .step .details .description {
  line-height: 1.4;
  color: #444;
  margin-top: 1.4rem;
}
/* line 163, ../sass/workbench/_detail.scss */
.workbench_detail .step .image-wrap {
  width: 60%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 170, ../sass/workbench/_detail.scss */
.workbench_detail .step .image-wrap:before {
  content: '';
  display: inline-block;
  padding-top: 71.4285714286%;
  height: 100%;
}
/* line 177, ../sass/workbench/_detail.scss */
.workbench_detail .step .image-wrap .video-wrap, .workbench_detail .step .image-wrap .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
/* line 188, ../sass/workbench/_detail.scss */
.workbench_detail .step .workbench-video video {
  display: initial !important;
  width: 100%;
}
@media (max-width: 1400px) {
  /* line 194, ../sass/workbench/_detail.scss */
  .workbench_detail .step .details {
    padding: 4rem 3rem 2rem;
  }
}
@media (max-width: 1200px) {
  /* line 198, ../sass/workbench/_detail.scss */
  .workbench_detail .step .details {
    padding: 3rem 2rem 2rem;
  }
  /* line 200, ../sass/workbench/_detail.scss */
  .workbench_detail .step .details .label {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  /* line 208, ../sass/workbench/_detail.scss */
  .workbench_detail .step .details .description {
    font-size: 0.85rem;
  }
  /* line 209, ../sass/workbench/_detail.scss */
  .workbench_detail .step .details .label, .workbench_detail .step .details .headline {
    font-size: 1.2rem;
  }
}

@media (max-width: 580px) {
  /* line 215, ../sass/workbench/_detail.scss */
  .workbench_detail .step .image-wrap {
    width: 100%;
    float: none;
  }
  /* line 217, ../sass/workbench/_detail.scss */
  .workbench_detail .step .image-wrap img {
    padding: 5px;
  }
  /* line 220, ../sass/workbench/_detail.scss */
  .workbench_detail .step .details {
    width: 100%;
    float: none;
    padding: 1rem;
  }
  /* line 225, ../sass/workbench/_detail.scss */
  .workbench_detail .step .details .label {
    font-size: 1.2rem;
  }
}
/* line 230, ../sass/workbench/_detail.scss */
.workbench_detail .author-footer {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  /* line 230, ../sass/workbench/_detail.scss */
  .workbench_detail .author-footer {
    padding: 4rem 0 1.5rem;
  }
}
@media (max-width: 500px) {
  /* line 230, ../sass/workbench/_detail.scss */
  .workbench_detail .author-footer {
    background: #f8f9f9;
  }
}

/* line 3, ../sass/workbench/_listing.scss */
.workbench_listing .wrap {
  background: #f7f8f8;
  padding: 20px;
}
@media (max-width: 768px) {
  /* line 3, ../sass/workbench/_listing.scss */
  .workbench_listing .wrap {
    padding: 12px;
  }
}
/* line 10, ../sass/workbench/_listing.scss */
.workbench_listing .workbench_item {
  background: #FFFFFF;
  display: block;
  *zoom: 1;
  margin-bottom: 20px;
  position: relative;
}
/* line 38, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.workbench_listing .workbench_item:after {
  content: "";
  display: table;
  clear: both;
}
/* line 16, ../sass/workbench/_listing.scss */
.workbench_listing .workbench_item:last-of-type {
  margin-bottom: 0;
}
/* line 18, ../sass/workbench/_listing.scss */
.workbench_listing .workbench_item .image {
  float: left;
  width: 55%;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 40%;
}
/* line 26, ../sass/workbench/_listing.scss */
.workbench_listing .workbench_item .details {
  padding: 60px;
  float: right;
  width: 45%;
  height: 0;
}
@media (max-width: 1200px) {
  /* line 26, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item .details {
    padding: 40px;
  }
}
@media (max-width: 950px) {
  /* line 26, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item .details {
    padding: 20px;
  }
}
/* line 35, ../sass/workbench/_listing.scss */
.workbench_listing .workbench_item .category {
  display: inline-block;
  border: 1px solid #d8dcdc;
  padding: 8px 14px 6px;
  font-size: 0.8rem;
  color: #666666;
}
/* line 43, ../sass/workbench/_listing.scss */
.workbench_listing .workbench_item h5 {
  text-transform: none;
  letter-spacing: 0;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 1.4rem;
  margin-top: 20%;
  max-width: 450px;
  color: #333333;
}
@media (max-width: 1200px) {
  /* line 43, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item h5 {
    margin-top: 10%;
  }
}
/* line 53, ../sass/workbench/_listing.scss */
.workbench_listing .workbench_item .subtitle {
  margin-top: 15px;
  line-height: 1.4;
  max-width: 450px;
  font-size: 1rem;
}
/* line 60, ../sass/workbench/_listing.scss */
.workbench_listing .workbench_item a.btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #FFC222;
  color: #333333;
  text-transform: uppercase;
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 14px;
  position: absolute;
  padding: 0.7rem 3rem 0.5rem;
  left: calc(55% + 60px);
  bottom: 60px;
  display: inline-block;
  min-width: 150px;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease;
}
/* line 73, ../sass/workbench/_listing.scss */
.workbench_listing .workbench_item a.btn:hover, .workbench_listing .workbench_item a.btn:active {
  background: #ffd055;
}
@media (max-width: 1200px) {
  /* line 60, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item a.btn {
    left: calc(55% + 40px);
    bottom: 40px;
  }
}
@media (max-width: 950px) {
  /* line 60, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item a.btn {
    left: calc(55% + 20px);
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 10, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item {
    padding-top: 1px;
    position: relative;
  }
  /* line 85, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item .image {
    padding-bottom: 60%;
    margin: 5px;
    width: auto;
    float: initial;
  }
  /* line 92, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item .details {
    width: auto;
    height: initial;
    padding: 20px 20px 20px !important;
    float: initial;
  }
  /* line 99, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item h5 {
    margin-top: 2rem;
  }
  /* line 101, ../sass/workbench/_listing.scss */
  .workbench_listing .workbench_item a.btn {
    position: static;
    margin-top: 2rem;
  }
}

/* line 2, ../sass/workbench/_shared.scss */
#workbench .author-header, .workbench_detail-wrap .author-header, .workbench_detail .author-header {
  text-align: center;
}
/* line 6, ../sass/workbench/_shared.scss */
#workbench .author-header .about, .workbench_detail-wrap .author-header .about, .workbench_detail .author-header .about {
   font-family: "BentonSans","Open Sans","Roboto","Raleway",Arial; 
  font-size: 1.15rem;
  text-align: center;
}
/* line 11, ../sass/workbench/_shared.scss */
#workbench .author-header .bio, .workbench_detail-wrap .author-header .bio, .workbench_detail .author-header .bio {
  max-width: 600px;
  line-height: 1.5;
  color: #666;
  padding: 1.5rem 20px 7rem;
  margin: 0 auto;
}
@media (max-width: 500px) {
  /* line 11, ../sass/workbench/_shared.scss */
  #workbench .author-header .bio, .workbench_detail-wrap .author-header .bio, .workbench_detail .author-header .bio {
    padding-bottom: 3rem;
  }
}
/* line 21, ../sass/workbench/_shared.scss */
#workbench .author-header .portrait, .workbench_detail-wrap .author-header .portrait, .workbench_detail .author-header .portrait {
  border: 2px solid white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 2rem auto 0.8rem;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 500px) {
  /* line 21, ../sass/workbench/_shared.scss */
  #workbench .author-header .portrait, .workbench_detail-wrap .author-header .portrait, .workbench_detail .author-header .portrait {
    width: 60px;
    height: 60px;
  }
}

/* line 36, ../sass/workbench/_shared.scss */
#workbench .author-header {
  padding-top: 5rem;
  background: #f8f9f9;
  margin: 0 80px;
}
@media (max-width: 1024px) {
  /* line 36, ../sass/workbench/_shared.scss */
  #workbench .author-header {
    margin: 0 40px;
  }
}
@media (max-width: 850px) {
  /* line 36, ../sass/workbench/_shared.scss */
  #workbench .author-header {
    margin: 0 0px;
  }
}
@media (max-width: 768px) {
  /* line 36, ../sass/workbench/_shared.scss */
  #workbench .author-header {
    padding-top: 2rem;
  }
}
/* line 44, ../sass/workbench/_shared.scss */
#workbench .bio {
  padding-bottom: 5px;
}
