/* line 1, sass/forms.scss */
.CurrencyList dd,
select,
hr,
input.Textbox,
textarea,
input[type="text"],
input[type="password"],
.QuickSearch,
.SharePublicWishList,
.ExpressCheckoutBlock
.ExpressCheckoutTitle,
.TabNav li a,
.HowToPay,
.NotifyMessage,
.QuickSearchResult .QuickSearchResultImage,
.CurrencyChooser,
div.uploader,
div.selector {
  border: 1px solid #999999;
}

/* line 22, sass/forms.scss */
input.Textbox,
textarea,
input[type="text"],
input[type="password"] {
  height: 25px;
  line-height: 25px;
}

/* line 30, sass/forms.scss */
div.selector {
  height: 20px;
  min-height: 20px !important;
  line-height: 20px;
  background-position-x: 98% !important;
}
/* line 36, sass/forms.scss */
div.selector span {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 25px;
}

/* line 44, sass/forms.scss */
.login-form input[type=email],
.login-form input[type=password] {
  width: 100%;
}

/* Theme Overrides */
/* General */
/* line 11, sass/custom.scss */
body {
  font-family: 'Lato', Arial, Sans-Serif;
}

/* line 15, sass/custom.scss */
p {
  line-height: 1.6;
  color: #4c4c4c;
}

/* line 20, sass/custom.scss */
.grid__item {
  font-size: 15px;
}

/* Global Overrides */
/* line 26, sass/custom.scss */
h1.TitleHeading {
  border-bottom: 0px;
  font-size: 28px;
  font-weight: 200;
  padding-top: 45px;
}

/* line 33, sass/custom.scss */
.btn {
  background: #0c9deb;
}

/* line 37, sass/custom.scss */
.btn.alt {
  background: #0c9deb;
  border: none;
  color: #FFF;
  line-height: 35px;
}
/* line 43, sass/custom.scss */
.btn.alt:hover {
  background: #cccccc;
  border: none;
  color: #FFF;
}

/* Grid Overrides */
/* line 53, sass/custom.scss */
.TopMenu > .inner,
#Header > .inner,
.PageMenu > .inner,
.main > .inner,
.footer-main > .inner,
.footer-links > .inner,
.newsletter-subscription > .inner {
  width: 1160px;
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}

/* Header */
/* line 70, sass/custom.scss */
.page .main {
  padding-top: 73px;
}

/* line 76, sass/custom.scss */
.header {
  margin-bottom: 0px;
  border-bottom: 0px;
  background: url("//cdn3.bigcommerce.com/s-6har9/templates/__custom/images/nav-bg.png?t=1473334221") repeat-x bottom;
  position: fixed;
  width: 100%;
  z-index: 50;
  padding-bottom: 5px;
}
/* line 85, sass/custom.scss */
.header #Header {
  margin: 0px;
}
/* line 88, sass/custom.scss */
.header #Header > .inner {
  background: none;
  padding-bottom: 15px;
}
/* line 93, sass/custom.scss */
.header #Header a {
  font-family: 'Lato', sans-serif;
}
/* line 97, sass/custom.scss */
.header #Header ul li ul li a {
  /*font-weight: 200;*/
  font-weight: 400;
}
/* line 101, sass/custom.scss */
.header #Header .up-chevron {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
  width: 30px;
  height: 15px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: .3;
}
/* line 112, sass/custom.scss */
.header #Header .up-chevron:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 15px;
  background-image: url(../images/chevron-down.svg);
  background-position: 50% 50%;
  background-size: cover;
}
/* line 129, sass/custom.scss */
.header .header-logo {
  position: relative;
  bottom: 10px;
}
/* line 134, sass/custom.scss */
.header .inner {
  background: #fff;
}

/* line 140, sass/custom.scss */
.PageMenu li {
  margin: 0 40px 0 0;
}

/* line 144, sass/custom.scss */
.PageMenu .sf-menu > li > a {
  color: #999999;
  font-size: 15px;
}

/* line 151, sass/custom.scss */
.TopMenu li {
  text-transform: uppercase;
}
/* line 155, sass/custom.scss */
.TopMenu a {
  text-transform: uppercase;
}
/* line 159, sass/custom.scss */
.TopMenu .CartLink a {
  color: #b3b3b3;
}
/* line 163, sass/custom.scss */
.TopMenu .inner {
  padding-top: 5px;
  padding-bottom: 13px;
}

/* line 170, sass/custom.scss */
.header #Header > .inner {
  padding-bottom: 0px !important;
}

/* line 174, sass/custom.scss */
.no-padding {
  padding-bottom: 0px;
}

/* line 179, sass/custom.scss */
.open-icon {
  width: 27px;
  height: 27px;
  float: right;
  position: absolute;
  top: 1px;
  right: 3px;
  cursor: pointer;
  -webkit-transition: ease;
  -moz-transition: ease;
  transition: ease;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 192, sass/custom.scss */
.open-icon.hide-icon {
  display: none;
}

/* line 198, sass/custom.scss */
.search-wrapper {
  float: right;
  position: relative;
  margin-left: 60px;
  width: 0;
  overflow: hidden;
  -webkit-transition: ease;
  -moz-transition: ease;
  transition: ease;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 209, sass/custom.scss */
.search-wrapper.display-searchForm {
  width: 200px;
}

/* line 215, sass/custom.scss */
#SearchForm {
  width: 98%;
  height: 25px;
  white-space: nowrap;
}
/* line 220, sass/custom.scss */
#SearchForm input, #SearchForm .Button {
  height: 25px;
  line-height: 25px;
}
/* line 225, sass/custom.scss */
#SearchForm input#search_query {
  width: 100%;
}
/* line 229, sass/custom.scss */
#SearchForm .Button {
  width: 27px;
  margin-left: -30px;
}

/* line 236, sass/custom.scss */
.PageMenu {
  position: relative;
  margin: 0px;
}

/* line 241, sass/custom.scss */
.PageMenu ul {
  float: right;
}

/* line 245, sass/custom.scss */
.PageMenu li {
  padding-top: 4px;
}
/* line 248, sass/custom.scss */
.PageMenu li ul:before {
  display: none;
}

/* line 254, sass/custom.scss */
.PageMenu .sf-menu li ul {
  position: absolute;
  top: 38px !important;
  width: 60% !important;
  height: 200px;
  background: rgba(153, 153, 153, 0.95);
  padding-left: 20% !important;
  padding-right: 20% !important;
  padding-top: 23px !important;
}

/* line 265, sass/custom.scss */
.PageMenu li ul li {
  width: 33.333%;
}

/* line 269, sass/custom.scss */
.PageMenu li ul li a {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* line 275, sass/custom.scss */
.PageMenu .sf-menu li {
  position: initial;
}

/* line 279, sass/custom.scss */
.PageMenu ul {
  position: initial;
}

/* line 283, sass/custom.scss */
.SideCategoryListFlyout {
  position: initial;
}

/* line 287, sass/custom.scss */
.CategoryList {
  position: initial;
}

/* line 291, sass/custom.scss */
#SideCategoryList li li, #SideCategoryList .sf-menu li li {
  width: 24.333%;
  display: inline-block;
  padding: 0 0 15px 0 !important;
  text-align: center;
}

/* line 298, sass/custom.scss */
#SideCategoryList li li:last-child,
#SideCategoryList .sf-menu li li:last-child {
  display: block;
  border-top: 1px solid #FFF;
  width: 100%;
}
/* line 304, sass/custom.scss */
#SideCategoryList li li:last-child a,
#SideCategoryList .sf-menu li li:last-child a {
  text-align: right !important;
}

/*
#SideCategoryList .sf-menu li li:nth-child(2) a, 
#SideCategoryList .sf-menu li li:nth-child(3) a, 
#SideCategoryList .sf-menu li li:nth-child(6) a, 
#SideCategoryList .sf-menu li li:nth-child(7) a {		
  text-align: center;		
}	
*/
/*
#SideCategoryList .sf-menu li li:nth-child(4) a {		
  text-align: left;		
  padding-left: 57px;		
}
*/
/* line 325, sass/custom.scss */
.header #Header > .inner {
  position: initial;
}

/* line 329, sass/custom.scss */
.CategoryContent .learn-more {
  display: none;
}

/* line 335, sass/custom.scss */
.category-default .ProductList {
  background: #f2f2f2;
  padding-top: 60px;
}
/* line 339, sass/custom.scss */
.category-default .ProductList li {
  width: 56.1538% !important;
  margin: 0 auto;
  display: block;
  padding: 30px 0 90px 0px;
}
/* line 347, sass/custom.scss */
.category-default .ProductList li.Even .ProductImage {
  float: right;
}
/* line 351, sass/custom.scss */
.category-default .ProductList li.Even .ProductDetails {
  margin-left: 0px;
  margin-right: 60px;
}
/* line 356, sass/custom.scss */
.category-default .ProductList li.Even .p-price {
  margin-right: 45px;
}
/* line 360, sass/custom.scss */
.category-default .ProductList li.Even .learn-more {
  margin-left: 0px;
}
/* line 370, sass/custom.scss */
.category-default .page-heading {
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 15;
}
/* line 378, sass/custom.scss */
.category-default h1.TitleHeading.default {
  display: table-cell;
  position: absolute;
  width: 100%;
  height: 110px;
  vertical-align: middle;
  top: 190px;
  border-bottom: 0px;
  color: #fff;
  letter-spacing: 15px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "museo-sans";
  z-index: 15;
  font-weight: 100;
}
/* line 395, sass/custom.scss */
.category-default .page-description {
  position: absolute;
  top: 212px;
  text-align: center;
  width: 100%;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 100;
}
/* line 404, sass/custom.scss */
.category-default .page-description p {
  color: #fff;
  text-transform: uppercase;
}
/* line 412, sass/custom.scss */
.category-default .category-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
}
/* line 418, sass/custom.scss */
.category-default .category-blurb-content {
  font-size: 36px;
  text-align: center;
  font-family: "museo-sans";
  font-weight: 300;
  padding-bottom: 40px;
}
/* line 426, sass/custom.scss */
.category-default .ProductImage {
  width: 34.24657%;
  float: left;
  padding-top: 22px;
  max-width: 184px;
}
/* line 432, sass/custom.scss */
.category-default .ProductImage a {
  height: 350px !important;
  display: block;
}
/* line 437, sass/custom.scss */
.category-default .ProductImage img {
  height: 100%;
}
/* line 443, sass/custom.scss */
.category-default .ProductDetails {
  width: 56.75343%;
  float: right;
  padding: 40px 0 15px 0;
  border-bottom: 1px solid #999;
  margin-left: 60px;
}
/* line 450, sass/custom.scss */
.category-default .ProductDetails a.pname {
  font-size: 20px;
  text-align: left;
}
/* line 457, sass/custom.scss */
.category-default .learn-more {
  width: 150px;
  height: 40px;
  background: #0c9deb;
  text-align: center;
  text-transform: uppercase;
  float: left;
  line-height: 40px;
  color: #fff;
  margin-left: 60px;
}
/* line 469, sass/custom.scss */
.category-default .p-price {
  width: 100px;
  float: right;
  position: relative;
  bottom: 44px;
  font-size: 20px !important;
}

/* line 480, sass/custom.scss */
.js-faceted-search-column {
  background: #fafafa;
  padding: 20px;
}
/* line 484, sass/custom.scss */
.js-faceted-search-column h3 {
  font-size: 14px;
}
/* line 488, sass/custom.scss */
.js-faceted-search-column .checker {
  display: none;
}

/* line 494, sass/custom.scss */
.facet-header h6.facet-header-title {
  font-size: 12px !important;
  font-weight: 700 !important;
  padding-left: 20px !important;
}
/* line 499, sass/custom.scss */
.facet-header h6.facet-header-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #CCC;
}

/* line 511, sass/custom.scss */
.facet-container.close .facet-header h6.facet-header-title:before {
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #CCC;
  border-top: 5px solid transparent;
  left: 0;
  top: 10px;
}

/* line 519, sass/custom.scss */
.facet-header.js-facet-accordion-action:after {
  content: "" !important;
  display: none !important;
}

/* line 524, sass/custom.scss */
.facet-container {
  border-bottom: 0;
  margin-bottom: 10px;
}

/* line 529, sass/custom.scss */
.facet-container .facet-body {
  padding-left: 20px !important;
}

/* line 533, sass/custom.scss */
.facet-container.facet-container-range .facet-body {
  padding-left: 10px !important;
}

/* line 537, sass/custom.scss */
.facet-container .facet-option label,
.facet-container .facet-option a {
  font-size: 12px !important;
}

/* line 542, sass/custom.scss */
.facet-container .facet-option {
  font-size: 12px !important;
  margin-bottom: 10px !important;
}

/* line 547, sass/custom.scss */
.js-faceted-showing-container {
  display: none;
}

/* line 551, sass/custom.scss */
.splash-menu .sf-menu li ul {
  display: none !important;
}

/* line 555, sass/custom.scss */
.description-blurb {
  text-align: center;
}

/* line 559, sass/custom.scss */
.ProductList .Rating {
  display: none !important;
}

/* Footer */
/* line 565, sass/custom.scss */
.footer {
  width: 100%;
  float: left;
}

/* line 571, sass/custom.scss */
.footer-main h4 {
  font-weight: normal;
  color: #4c4c4c;
  text-decoration: underline;
  padding-bottom: 0px;
}
/* line 577, sass/custom.scss */
.footer-main .footer-columns {
  border-top: 1px solid #ccc;
}
/* line 579, sass/custom.scss */
.footer-main .footer-columns .grid__item {
  padding-left: 0px;
}
/* line 583, sass/custom.scss */
.footer-main .grid {
  margin-left: 0px;
  padding-top: 30px;
}
/* line 587, sass/custom.scss */
.footer-main ul.pages-menu {
  margin-bottom: 0px;
}

/* Hubspot form default */
/* line 596, sass/custom.scss */
.hbspt-form .hs-button {
  background-color: #0c9deb !important;
  background-image: none !important;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px !important;
  border: 0px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-right: 0px !important;
  border-left: 0px !important;
  font-weight: normal !important;
  text-shadow: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
/* line 599, sass/custom.scss */
.hbspt-form .actions {
  margin-left: 0px !important;
  padding-left: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
}
/* line 607, sass/custom.scss */
.hbspt-form input.hs-input {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #999999;
}
/* line 612, sass/custom.scss */
.hbspt-form label {
  font-family: "Lato", Arial, Sans-Serif;
  color: #999999;
  font-weight: normal !important;
  font-size: 12px !important;
}

/* Hubspot Form Header */
/* line 622, sass/custom.scss */
.newsletter-subscription {
  background: url("//cdn3.bigcommerce.com/s-6har9/templates/__custom/images/nav-bg.png?t=1473334221") repeat-x top #cccccc;
  border-bottom: 0px;
  position: relative;
}
/* line 626, sass/custom.scss */
.newsletter-subscription .hbspt-form {
  width: 70.93%;
  margin: 0 auto;
  min-width: 737px;
}
/* line 630, sass/custom.scss */
.newsletter-subscription .hbspt-form .hs-form {
  margin-bottom: 0px !important;
}
/* line 633, sass/custom.scss */
.newsletter-subscription .hbspt-form .hs_email {
  margin-bottom: 0px !important;
}
/* line 636, sass/custom.scss */
.newsletter-subscription .hbspt-form .hs_submit {
  float: left !important;
}
/* line 639, sass/custom.scss */
.newsletter-subscription .hbspt-form .field {
  float: left !important;
}
/* line 642, sass/custom.scss */
.newsletter-subscription .hbspt-form .actions {
  float: left !important;
  padding-bottom: 0px !important;
}
/* line 646, sass/custom.scss */
.newsletter-subscription .hbspt-form label {
  float: left !important;
  font-size: 14px !important;
  margin-right: 15px;
}
/* line 651, sass/custom.scss */
.newsletter-subscription .hbspt-form .input {
  float: left !important;
}
/* line 653, sass/custom.scss */
.newsletter-subscription .hbspt-form .input .hs-input {
  height: 13px !important;
  border: 0px !important;
  margin-top: 1px;
  width: 160px !important;
  margin-right: 10px;
}

/* line 664, sass/custom.scss */
.newsletter-subscription .close-box {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Hubspot Form Footer */
/* line 675, sass/custom.scss */
.footer-main .hbspt-form .hs-form.stacked .actions {
  float: right;
  position: relative;
  bottom: 40px;
  height: 29px !important;
}
/* line 682, sass/custom.scss */
.footer-main .hbspt-form input.hs-input {
  width: 72.2222%;
  max-width: 216px;
  height: 12px !important;
}

/* line 690, sass/custom.scss */
.footer-links {
  background: #fff;
}
/* line 693, sass/custom.scss */
.footer-links .icon-social.icon-social-theme {
  width: 25px;
  height: 25px;
}
/* line 698, sass/custom.scss */
.footer-links .inner {
  border-top: 1px solid #ccc;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 704, sass/custom.scss */
.footer-links .SocialConnect {
  width: 17.2413%;
  float: left;
}
/* line 708, sass/custom.scss */
.footer-links .SocialConnect li:last-child {
  margin-right: 0;
}
/* line 714, sass/custom.scss */
.footer-links ul.copy {
  width: 68% !important;
  float: left !important;
  padding-top: 19px;
  text-align: center;
}
/* line 719, sass/custom.scss */
.footer-links ul.copy li {
  font-size: 11px;
  display: inline-block;
  padding: 0px 13px 0 10px;
  border-right: 1px solid #ccc;
}
/* line 726, sass/custom.scss */
.footer-links .footer-chat {
  font-size: 11px;
  padding-top: 22px;
  float: right;
}
/* line 730, sass/custom.scss */
.footer-links .footer-chat .online-status {
  margin-left: 15px;
}
/* line 732, sass/custom.scss */
.footer-links .footer-chat .online-status img {
  margin-right: 5px;
}

/* Splash Intro */
/* line 741, sass/custom.scss */
.splash-intro {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1;
  background: url("//cdn3.bigcommerce.com/s-6har9/templates/__custom/images/new-Intro-tile.jpg?t=1473334221");
  background-size: cover;
  height: 480px;
}
/* line 750, sass/custom.scss */
.splash-intro h2 {
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
}
/* line 757, sass/custom.scss */
.splash-intro img.intro-image {
  width: 100%;
}
/* line 761, sass/custom.scss */
.splash-intro .fade-block {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0px;
  color: #fff;
}

/* line 772, sass/custom.scss */
.splash-content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 480px;
}
/* line 778, sass/custom.scss */
.splash-content .splash-title {
  color: #fff;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 5;
  top: 38%;
  text-transform: uppercase;
  font-family: "museo-sans";
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 11px;
}
/* line 792, sass/custom.scss */
.splash-content .splash-logo {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  height: auto;
  max-height: 43px;
  margin-left: -200px;
}
/* line 802, sass/custom.scss */
.splash-content .down-chevron {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 30px;
  cursor: pointer;
}
/* line 811, sass/custom.scss */
.splash-content .down-chevron:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 30px;
  background-image: url(../images/chevron-down.svg);
  background-position: 50% 50%;
}

@media all and (min-width: 1200px) {
  /* line 829, sass/custom.scss */
  .splash-intro,
  .splash-content {
    height: 680px;
  }
}
/* line 836, sass/custom.scss */
.hidden {
  display: none;
}

/* line 840, sass/custom.scss */
.show {
  display: block !important;
}

/* line 844, sass/custom.scss */
.splash-intro-wrapper {
  float: left;
  width: 100%;
  position: absolute;
}

/* line 850, sass/custom.scss */
.splash-menu-container {
  display: none !important;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: url("//cdn3.bigcommerce.com/s-6har9/templates/__custom/images/white-bg-op15.png?t=1473334221");
  height: 50px;
  z-index: 9;
}
/* line 858, sass/custom.scss */
.splash-menu-container .PageMenu li {
  padding-top: 18px;
}
/* line 861, sass/custom.scss */
.splash-menu-container #SearchForm {
  padding-top: 10px;
}

/* line 866, sass/custom.scss */
.splash-menu-fixed {
  position: relative;
  bottom: 51px;
  float: left;
}

/* line 872, sass/custom.scss */
.newsletter-fixed {
  position: fixed !important;
  width: 100%;
  top: 80px;
  z-index: 9;
}

/* line 880, sass/custom.scss */
.splash-menu #SearchForm {
  background: none;
}
/* line 882, sass/custom.scss */
.splash-menu #SearchForm .Button {
  background-color: transparent;
}
/* line 886, sass/custom.scss */
.splash-menu .sf-menu > li > a {
  color: #fff;
}

/* Home Page */
/* line 895, sass/custom.scss */
#home .newsletter-subscription {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: ease;
  -moz-transition: ease;
  transition: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 901, sass/custom.scss */
#home .newsletter-subscription.sticky {
  -webkit-transform: translateY(76px);
  -moz-transform: translateY(76px);
  -ms-transform: translateY(76px);
  -o-transform: translateY(76px);
  transform: translateY(76px);
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
}
/* line 911, sass/custom.scss */
#home .page {
  margin-top: 480px;
  background: #fff;
  position: relative;
  z-index: 10;
}
/* line 918, sass/custom.scss */
#home .main {
  padding-top: 0px;
}
/* line 922, sass/custom.scss */
#home .main-padding {
  padding-top: 103px;
}
/* line 926, sass/custom.scss */
#home .header {
  position: fixed !important;
  width: 100%;
  top: 0px;
  z-index: 10;
}
/* line 933, sass/custom.scss */
#home .banner_home_page_top {
  position: relative;
  margin-bottom: 80px;
}
/* line 937, sass/custom.scss */
#home .banner_home_page_top img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* line 943, sass/custom.scss */
#home .banner_home_page_top .banner-text {
  position: absolute;
  top: 22%;
  left: 8%;
}
/* line 948, sass/custom.scss */
#home .banner_home_page_top .banner-text h2 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 15px;
  padding-bottom: 10px;
  font-family: "museo-sans";
}
/* line 958, sass/custom.scss */
#home .banner_home_page_top .banner-text p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-family: "museo-sans";
  font-weight: 500;
}
/* line 969, sass/custom.scss */
#home .homepage-content {
  margin-bottom: 40px;
}
/* line 972, sass/custom.scss */
#home .homepage-content .homepage-item {
  display: table;
  margin-bottom: 40px;
}
/* line 976, sass/custom.scss */
#home .homepage-content .homepage-item div:first-child {
  padding-left: 0px;
}
/* line 980, sass/custom.scss */
#home .homepage-content .homepage-item h3 {
  font-size: 24px;
  font-weight: 300;
  color: #4c4c4c;
}
/* line 986, sass/custom.scss */
#home .homepage-content .homepage-item .grid__item {
  display: table-cell;
  vertical-align: middle !important;
}
/* line 991, sass/custom.scss */
#home .homepage-content .homepage-item img {
  width: 100%;
}
/* line 995, sass/custom.scss */
#home .homepage-content .homepage-item .grid__item a {
  text-decoration: underline;
}
/* line 999, sass/custom.scss */
#home .homepage-content .homepage-item .grid__item p {
  font-size: 14px;
}
/* line 1007, sass/custom.scss */
#home .category-listing {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}
/* line 1011, sass/custom.scss */
#home .category-listing img {
  width: 100%;
}
/* line 1014, sass/custom.scss */
#home .category-listing .category-container {
  background: #000;
}
/* line 1017, sass/custom.scss */
#home .category-listing .category-container a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  opacity: 0.7;
  transition: transform 0.75s, opacity 0.85s cubic-bezier(0.37, 0.25, 0.51, 0.9);
}
/* line 1024, sass/custom.scss */
#home .category-listing .category-title {
  position: absolute;
  top: 42.5%;
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 0px;
  font-family: "museo-sans";
}
/* line 1035, sass/custom.scss */
#home .category-listing .grid__item {
  position: relative;
  padding-bottom: 40px;
}
/* line 1039, sass/custom.scss */
#home .category-listing a {
  width: 100%;
  height: 306px;
  overflow: hidden;
  display: block;
}

@media all and (min-width: 1200px) {
  /* line 1050, sass/custom.scss */
  #home .page {
    margin-top: 680px;
  }
}
@media all and (min-width: 600px) {
  /* line 1060, sass/custom.scss */
  #home .header {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: ease;
    -moz-transition: ease;
    transition: ease;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  /* line 1066, sass/custom.scss */
  #home .header.display-header {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1076, sass/custom.scss */
.home-cta {
  margin: 80px 0px 40px 0px;
}
/* line 1079, sass/custom.scss */
.home-cta a {
  color: #fff !important;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #0c9deb;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
}

/* Category Page */
/* line 1098, sass/custom.scss */
.productlist-page .ProductList li {
  width: 33.33333%;
}
/* line 1100, sass/custom.scss */
.productlist-page .ProductList li .p-price {
  font-size: 18px;
  color: #4c4c4c !important;
}
/* line 1105, sass/custom.scss */
.productlist-page .ProductList .pname {
  font-size: 18px;
  color: #4c4c4c !important;
}
/* line 1109, sass/custom.scss */
.productlist-page .ProductList .product-nav {
  margin-bottom: 0px;
}
/* line 1115, sass/custom.scss */
.productlist-page .fleft h4 {
  font-weight: 500;
  text-transform: none;
}
/* line 1121, sass/custom.scss */
.productlist-page .fleft .BlockContent ul.side-menu li {
  border-bottom: none;
  padding-left: 20px;
}
/* line 1128, sass/custom.scss */
.productlist-page #CategoryBreadcrumb {
  display: none;
}
/* line 1131, sass/custom.scss */
.productlist-page .ProductActionAdd {
  display: none;
}

/* Cart Page */
/* line 1139, sass/custom.scss */
.cart-page .main > .inner {
  max-width: 650px;
  padding-top: 46px;
}

/* line 1146, sass/custom.scss */
#CartContent .ProceedToCheckout {
  padding-right: 54px;
}
/* line 1150, sass/custom.scss */
#CartContent .CheckoutButton .btn {
  padding: 0 70px;
  font-size: 13px;
}

/* line 1158, sass/custom.scss */
.CartContents thead {
  background: #fff;
  border-bottom: #999999 1px solid;
}
/* line 1161, sass/custom.scss */
.CartContents thead tr th {
  text-align: right !important;
}
/* line 1164, sass/custom.scss */
.CartContents thead tr th:first-child {
  text-align: left !important;
}
/* line 1169, sass/custom.scss */
.CartContents .ProductName a {
  text-decoration: underline;
}
/* line 1173, sass/custom.scss */
.CartContents .productAttributes tr td {
  border-bottom: 0px;
  font-size: 14px;
}
/* line 1176, sass/custom.scss */
.CartContents .productAttributes tr td:first-child {
  display: none;
}
/* line 1180, sass/custom.scss */
.CartContents .CartItemIndividualPrice {
  font-size: 18px;
}
/* line 1183, sass/custom.scss */
.CartContents .SubTotal.gtotal {
  border-top: #ccc 1px solid;
}
/* line 1185, sass/custom.scss */
.CartContents .SubTotal.gtotal td div {
  padding-top: 30px;
  font-weight: 600;
}
/* line 1191, sass/custom.scss */
.CartContents tfoot .SubTotal td {
  border-bottom: 0px;
  border-top: 0px;
}
/* line 1194, sass/custom.scss */
.CartContents tfoot .SubTotal td div {
  width: 400px;
  float: right;
  padding-right: 54px;
}
/* line 1200, sass/custom.scss */
.CartContents tfoot tr em {
  font-style: normal;
  padding-left: 70px;
}

/* line 1207, sass/custom.scss */
.category-default .ProdShortDescription {
  display: block !important;
}

/* line 1212, sass/custom.scss */
#CartHeader h1 {
  text-align: center;
}

/* line 1221, sass/custom.scss */
.content-pages .page-heading {
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 15;
}
/* line 1230, sass/custom.scss */
.content-pages h1.TitleHeading.default {
  display: table-cell;
  position: absolute;
  width: 100%;
  height: 110px;
  vertical-align: middle;
  top: 190px;
  border-bottom: 0px;
  color: #fff;
  letter-spacing: 15px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "museo-sans";
  z-index: 15;
}
/* line 1246, sass/custom.scss */
.content-pages .main > .inner {
  width: 50%;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
.content-pages .middle-content::after {
  clear: both;
  content: "";
  display: table;
}
/* line 1254, sass/custom.scss */
.content-pages .page-description {
  position: absolute;
  top: 212px;
  text-align: center;
  width: 100%;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 100;
}
/* line 1263, sass/custom.scss */
.content-pages .page-description p {
  color: #fff;
  text-transform: uppercase;
}
/* line 1270, sass/custom.scss */
.content-pages .BlockContent {
  position: initial;
}
/* line 1274, sass/custom.scss */
.content-pages .form-wrapper {
  background-color: #fafafa;
  padding: 40px;
}

/* line 1283, sass/custom.scss */
.press-content-page .col-left {
  float: left;
  width: 240px;
}
/* line 1288, sass/custom.scss */
.press-content-page .col-right {
  float: left;
  width: 48%;
}
/* line 1293, sass/custom.scss */
.press-content-page .press-officer-image {
  width: 200px;
  height: auto;
}
/* line 1298, sass/custom.scss */
.press-content-page .middle-content {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

/* line 1307, sass/custom.scss */
.support-content {
  padding-top: 15px;
}
/* line 1309, sass/custom.scss */
.support-content h2 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 200;
}
/* line 1315, sass/custom.scss */
.support-content p {
  width: 30%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* line 1323, sass/custom.scss */
.support-items {
  background-color: #fafafa;
  margin-left: 0px;
  margin-top: 80px;
}
/* line 1327, sass/custom.scss */
.support-items .grid__item {
  padding-left: 0px;
}
/* line 1330, sass/custom.scss */
.support-items h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
/* line 1335, sass/custom.scss */
.support-items .support-item {
  margin-top: 50px;
  margin-bottom: 50px;
  height: auto;
  padding: 30px 0px 30px 0px;
  border-right: 1px solid #999;
}
/* line 1341, sass/custom.scss */
.support-items .support-item span.online-status {
  margin: 0 auto;
  width: 70px;
  display: block;
  margin-bottom: 19px;
  margin-top: 16px;
}
/* line 1347, sass/custom.scss */
.support-items .support-item span.online-status img {
  margin-right: 10px;
}
/* line 1351, sass/custom.scss */
.support-items .support-item p {
  text-align: center;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
/* line 1356, sass/custom.scss */
.support-items .support-item p.phone {
  font-size: 21px;
  margin-bottom: 20px;
}
/* line 1361, sass/custom.scss */
.support-items .support-item.last {
  border-right: 0px;
}
/* line 1365, sass/custom.scss */
.support-items .support-item a {
  color: #333 !important;
}
/* line 1368, sass/custom.scss */
.support-items .support-item a:first-child {
  width: 100%;
}
/* line 1371, sass/custom.scss */
.support-items .support-item a:first-child img {
  margin: 0 auto;
  display: block;
  margin-bottom: 14px;
}
/* line 1381, sass/custom.scss */
.support-items .support-item span {
  color: #333 !important;
}

/* Product Page */
/* line 1391, sass/custom.scss */
.ProductMain {
  padding: 20px 0 20px 0 !important;
  width: 33% !important;
}
/* line 1394, sass/custom.scss */
.ProductMain .ProductDetailsGrid {
  border-bottom: #999 solid 1px;
  position: relative;
}
/* line 1399, sass/custom.scss */
.ProductMain .PrimaryProductDetails .ProductPrice {
  font-weight: 200;
  color: #4c4c4c;
}
/* line 1404, sass/custom.scss */
.ProductMain .PriceRow.p-price {
  font-weight: 200;
}
/* line 1407, sass/custom.scss */
.ProductMain .productAddToCartRight {
  margin-top: 20px;
}
/* line 1410, sass/custom.scss */
.ProductMain .addto {
  border: 0px;
}

/* line 1415, sass/custom.scss */
.product-info-wrapper {
  width: 56.25%;
  margin: 0 auto;
  max-width: 753px;
}

/* line 1421, sass/custom.scss */
.DetailRow.ProductSKU {
  display: none !important;
}

/* line 1425, sass/custom.scss */
.PrimaryProductDetails .btn.add-to-cart {
  background: #0c9deb;
}

.productAttributeList {
  border-top: 1px solid #999;
  padding-top: 20px;
}

/* line 1429, sass/custom.scss */
.productAttributeList .productAttributeRow, .productAttributeRow {
  margin-bottom: 20px;
}

/* line 1433, sass/custom.scss */
.productOptionPickListSwatch .selectedValue .swatchColours {
  border-color: #00a9d8 !important;
}

/* line 1437, sass/custom.scss */
.productOptionPickListSwatch .swatchColours {
  border: 0px !important;
}

/* line 1441, sass/custom.scss */
.productOptionPickListSwatch li {
  margin-right: 20px !important;
}

/* line 1445, sass/custom.scss */
.productOptionViewRectangle .option label {
  border: 1px solid #999999 !important;
}

/* line 1449, sass/custom.scss */
.productOptionViewRectangle .selectedValue label, html.javascript .productOptionViewRectangle .selectedValue label {
  background: #0c9deb !important;
}

/* line 1454, sass/custom.scss */
#ProductDetails .product-intro {
  width: 73.8461%;
  margin: 0 auto;
  margin-bottom: 75px;
  border-bottom: 1px solid #cccccc;
  padding: 100px 0;
}
/* line 1462, sass/custom.scss */
#ProductDetails .product-description-top h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 200;
  padding-bottom: 50px;
}
/* line 1468, sass/custom.scss */
#ProductDetails .product-description-top p {
  text-align: center;
}
/* line 1472, sass/custom.scss */
#ProductDetails .product-banner {
  position: relative;
}
/* line 1474, sass/custom.scss */
#ProductDetails .product-banner h2 {
  position: absolute;
  top: 50%;
  left: 143px;
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 200;
}
/* line 1484, sass/custom.scss */
#ProductDetails .product-banner img {
  width: 100%;
}
/* line 1488, sass/custom.scss */
#ProductDetails .product-blurb {
  font-family: "Lato", Arial, Sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff !important;
  position: absolute;
  top: 57%;
  left: 143px;
}
/* line 1496, sass/custom.scss */
#ProductDetails .product-blurb p {
  color: #fff;
}
/* line 1501, sass/custom.scss */
#ProductDetails .ProductDescription h2.subtitle {
  display: none;
}
/* line 1504, sass/custom.scss */
#ProductDetails .ProductDescription .full-width-image {
  width: 100%;
  float: left;
}
/* line 1508, sass/custom.scss */
#ProductDetails .ProductDescription .productTitle {
  display: none;
}
/* line 1512, sass/custom.scss */
#ProductDetails .faq-section {
  max-width: 760px;
  margin: 0 auto;
  width: 63.3333%;
}

/* line 1519, sass/custom.scss */
.productPage .main .inner {
  max-width: none;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 1526, sass/custom.scss */
.productPage .breadcrumb-wrapper {
  height: 12px;
  padding: 24px 0px !important;
  position: fixed !important;
  width: 100%;
  z-index: 5;
}

/* line 1534, sass/custom.scss */
.productPage .main .footer .inner {
  width: 1160px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/* line 1546, sass/custom.scss */
.productPage .product-closing {
  padding: 90px 0px 60px 0;
  border-top: #cccccc 1px solid;
  width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
/* line 1553, sass/custom.scss */
.productPage .product-closing .closing-item {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
/* line 1559, sass/custom.scss */
.productPage .product-closing .closing-item.first h4 {
  padding-top: 20px !important;
}
/* line 1563, sass/custom.scss */
.productPage .product-closing .closing-item a {
  text-decoration: underline;
}
/* line 1566, sass/custom.scss */
.productPage .product-closing .closing-item h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  color: #4c4c4c;
  padding-top: 10px;
}
/* line 1574, sass/custom.scss */
.productPage .product-closing .closing-item p {
  text-align: center;
}
/* line 1577, sass/custom.scss */
.productPage .product-closing .closing-item .icon-support {
  width: 44px;
}
/* line 1580, sass/custom.scss */
.productPage .product-closing .closing-item .online-status img {
  margin-right: 8px;
}

/* line 1586, sass/custom.scss */
.productPage .faq-section-wrapper {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}
/* line 1590, sass/custom.scss */
.productPage .faq-section-wrapper .faq-section {
  font-size: 16px;
  width: 63.3333%;
  margin: 0 auto;
  padding-top: 45px;
}
/* line 1595, sass/custom.scss */
.productPage .faq-section-wrapper .faq-section h3 {
  font-weight: normal;
  border-bottom: 1px solid #999999;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 55px;
}
/* line 1602, sass/custom.scss */
.productPage .faq-section-wrapper .faq-section .faq-question {
  font-weight: 900;
  margin-bottom: 5px;
}
/* line 1606, sass/custom.scss */
.productPage .faq-section-wrapper .faq-section .faq-answer {
  font-weight: 200;
  margin-bottom: 25px;
}

/* line 1613, sass/custom.scss */
.Breadcrumb {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}

/* line 1620, sass/custom.scss */
.Breadcrumb li a {
  background: url("//cdn3.bigcommerce.com/s-6har9/templates/__custom/images/icon_bullet_breadcrumb.png?t=1473334221") no-repeat 100% 50%;
}

/* line 1624, sass/custom.scss */
.productPage .breadcrumb-wrapper {
  background: #ebebeb;
  padding: 15px 0px;
  position: relative;
}
/* line 1628, sass/custom.scss */
.productPage .breadcrumb-wrapper .btn {
  position: absolute;
  top: 8px;
  right: 89px;
}
/* line 1633, sass/custom.scss */
.productPage .breadcrumb-wrapper .Value {
  display: none;
}
/* line 1636, sass/custom.scss */
.productPage .breadcrumb-wrapper .AddCartButton {
  position: absolute;
  right: 0px;
  top: -7px;
}
/* line 1641, sass/custom.scss */
.productPage .breadcrumb-wrapper .Breadcrumb {
  width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
}
/* line 1648, sass/custom.scss */
.productPage .breadcrumb-wrapper #productDetailsAddToCartForm {
  position: relative;
}
/* line 1651, sass/custom.scss */
.productPage .breadcrumb-wrapper ul {
  margin-bottom: 0px;
}
/* line 1653, sass/custom.scss */
.productPage .breadcrumb-wrapper ul li {
  font-size: 14px;
}

/* line 1662, sass/custom.scss */
.productPage .product-quote-top {
  background: #f7f7f7;
  padding: 100px 0px;
  width: 100%;
  float: left;
}
/* line 1667, sass/custom.scss */
.productPage .product-quote-top .product-quote {
  width: 42.5%;
  margin: 0 auto;
  border-left: 1px solid #999999;
  padding: 25px 30px;
}
/* line 1672, sass/custom.scss */
.productPage .product-quote-top .product-quote p {
  font-size: 18px;
  font-style: italic;
}
/* line 1676, sass/custom.scss */
.productPage .product-quote-top .product-quote p.quote-author {
  font-style: normal;
  color: #999999;
  font-size: 14px;
}

/* line 1684, sass/custom.scss */
.productOptionPickListSwatch .textureContainer {
  border: 1px solid #fff !important;
}

/* line 1688, sass/custom.scss */
.productOptionPickListSwatch .selectedValue .textureContainer, .productOptionPickListSwatch .selectedValue .swatchColours {
  border: 1px solid #00a9d8 !important;
  border-color: #00a9d8 !important;
}

/* line 1693, sass/custom.scss */
.product-review-top {
  max-width: 762px;
  width: 63.5%;
  margin: 0 auto;
  display: none;
}
.product-review-top #rating_box {
  padding-bottom: 30px;
}

/* line 1698, sass/custom.scss */
.product-review-top h2 {
  font-size: 16px;
}
/* line 1701, sass/custom.scss */
.product-review-top .ReviewTitle {
  float: left;
  width: 100%;
  position: relative;
}
/* line 1705, sass/custom.scss */
.product-review-top .ReviewTitle span:first-child {
  text-transform: none;
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
}
/* line 1713, sass/custom.scss */
.product-review-top .ReviewTitle span {
  float: left;
  clear: both;
}
/* line 1717, sass/custom.scss */
.product-review-top .ReviewTitle img {
  margin-left: 0px;
}
/* line 1721, sass/custom.scss */
.product-review-top p {
  width: 100%;
  font-size: 12px;
  font-style: italic;
}
/* line 1728, sass/custom.scss */
.product-review-top .ProductReviewList {
  margin-left: 0px;
  overflow: auto;
}
/* line 1730, sass/custom.scss */
.product-review-top .ProductReviewList li {
  border-bottom: 0px;
  width: 47.2010%;
  list-style: none;
  display: block;
  float: left;
  padding: 0px 20px;
}
@media only screen and (max-width: 544px) {
  .product-review-top .ProductReviewList li {
    width: inherit;
    padding: 0;
  }
}
/* line 1738, sass/custom.scss */
.product-review-top .ProductReviewList li:nth-child(odd) {
  padding-left: 0px;
}
/* line 1741, sass/custom.scss */
.product-review-top .ProductReviewList li:nth-child(even) {
  padding-right: 0px;
}
/* line 1745, sass/custom.scss */
.product-review-top .prodAccordionContent {
  position: relative;
  float: left;
  padding-bottom: 50px;
}
/* line 1750, sass/custom.scss */
.product-review-top .btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* line 1757, sass/custom.scss */
.ProductMain .PriceRow.p-price {
  margin: 20px 0px !important;
}

/* line 1761, sass/custom.scss */
.productOptionViewRectangle .option label {
  padding: 5px !important;
}

/* line 1765, sass/custom.scss */
.DetailRow.product-rating {
  /*position: absolute;*/
  /*top: 0px;*/
  /*right: 0px;*/
  border: 0px !important;
  padding: 10px 0 0 0 !important;
}
/* line 1771, sass/custom.scss */
.DetailRow.product-rating span a {
  /*width: 100%;*/
  /*float: left;*/
  color: #999999;
  font-size: 11px;
  margin-top: 5px;
}
/* line 1779, sass/custom.scss */
.DetailRow.product-rating .Value span:first-child img {
  /*float: right;*/
  display: block;
}
/* line 1782, sass/custom.scss */
.DetailRow.product-rating .Value span span {
  text-align: right;
  font-size: 11px;
  margin-top: 5px;
}

/* line 1790, sass/custom.scss */
#prodAccordion .Block {
  border: 0px;
}

/* line 1794, sass/custom.scss */
.product-review-top .prodAccordionContent {
  display: block !important;
}

/* line 1798, sass/custom.scss */
.about-item.about-blocks .grid__item {
  display: inline-block;
  vertical-align: top !important;
}
/* line 1801, sass/custom.scss */
.about-item.about-blocks .grid__item img {
  max-height: 347px;
}

/* line 1806, sass/custom.scss */
.about-item {
  display: table;
  margin-bottom: 40px;
}
/* line 1811, sass/custom.scss */
.about-item h3 {
  font-size: 24px;
  font-weight: 100;
  color: #4c4c4c;
  font-family: "museo-sans";
}
/* line 1817, sass/custom.scss */
.about-item .grid__item {
  display: table-cell;
  vertical-align: middle !important;
}
/* line 1822, sass/custom.scss */
.about-item img {
  width: 100%;
}
/* line 1826, sass/custom.scss */
.about-item .image-block {
  position: relative;
}

/* line 1833, sass/custom.scss */
.about-blocks h3 {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: 100;
  letter-spacing: 10px;
}
/* line 1845, sass/custom.scss */
.about-blocks .grid__item {
  position: relative;
}

/* line 1851, sass/custom.scss */
.quote-block {
  font-size: 18px;
  font-style: italic;
  line-height: 2em;
}

/* line 1857, sass/custom.scss */
.about-insta {
  background: #f7f7f7;
  padding-top: 60px;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
/* line 1864, sass/custom.scss */
.about-insta #instafeed a {
  display: inline-block;
  width: 15%;
  max-width: 200px;
  min-height: 150px;
  max-height: 200px;
}
/* line 1871, sass/custom.scss */
.about-insta #instafeed a img {
  width: 100%;
  height: auto;
}
/* line 1878, sass/custom.scss */
.about-insta h3 {
  text-align: center;
  font-size: 20px;
}
/* line 1883, sass/custom.scss */
.about-insta .insta-button {
  width: 180px;
  margin: 0 auto;
  display: block;
  padding-bottom: 60px;
}

/* line 1892, sass/custom.scss */
.IGF.large {
  padding: 30px;
}
/* line 1895, sass/custom.scss */
.IGF.large .ig-count {
  max-height: 30px;
  font-size: 12px;
}

/* line 1902, sass/custom.scss */
.category-banner {
  position: relative;
  height: 522px;
}
/* line 1906, sass/custom.scss */
.category-banner h1 {
  text-align: center;
}
/* line 1910, sass/custom.scss */
.category-banner h2 {
  position: absolute;
  top: 50%;
  left: 143px;
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 200;
}
/* line 1921, sass/custom.scss */
.category-banner img {
  width: 100%;
  height: 522px;
}

/* line 1928, sass/custom.scss */
.category-blurb-banner {
  font-family: "Lato", Arial, Sans-serif;
  text-transform: uppercase;
  letter-spacing: 7px;
  color: #fff !important;
  position: absolute;
  top: 57%;
  width: 100%;
  text-align: center;
  font-weight: 200;
  font-size: 20px;
}
/* line 1940, sass/custom.scss */
.category-blurb-banner p {
  color: #fff;
}

/* line 1947, sass/custom.scss */
.page-banner {
  position: relative;
}
/* line 1950, sass/custom.scss */
.page-banner h1 {
  text-align: center;
}
/* line 1954, sass/custom.scss */
.page-banner h2 {
  position: absolute;
  top: 50%;
  left: 143px;
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 200;
}
/* line 1965, sass/custom.scss */
.page-banner img {
  width: 100%;
  height: 550px;
}

/* line 1972, sass/custom.scss */
.page-blurb {
  font-family: "Lato", Arial, Sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff !important;
  position: absolute;
  top: 47%;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
/* line 1983, sass/custom.scss */
.page-blurb p {
  color: #fff;
}

/* line 1990, sass/custom.scss */
.about-who-bottom {
  width: 100%;
  float: left;
}

/* line 1995, sass/custom.scss */
.about-who {
  width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
/* line 2001, sass/custom.scss */
.about-who h3 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 40px;
}
/* line 2007, sass/custom.scss */
.about-who ul {
  max-width: 735px;
  margin: 0 auto;
}
/* line 2010, sass/custom.scss */
.about-who ul li {
  display: inline-block;
  list-style: none;
  padding: 0px 10px;
}

/* line 2020, sass/custom.scss */
.content-pages.about .BlockContent .grid {
  margin-left: 0px;
}

/* line 2024, sass/custom.scss */
.available-listing {
  width: 56.75343%;
  float: right;
}
/* line 2028, sass/custom.scss */
.available-listing em {
  text-align: left;
}
/* line 2032, sass/custom.scss */
.available-listing img {
  padding-top: 15px;
}

/* line 2038, sass/custom.scss */
.splash-menu .pages-menu.sf-menu li:last-child {
  margin-right: 15px;
}

/* line 2042, sass/custom.scss */
.pages-menu.sf-menu li:last-child {
  margin-right: 0px;
}

/* line 2046, sass/custom.scss */
.support-item > img {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

/* line 2052, sass/custom.scss */
.NotifyMessage {
  border: 0px;
}

/* line 2056, sass/custom.scss */
.NotifyMessage span {
  font-size: 24px;
  width: 100%;
  text-align: center;
  display: block;
}

/* line 2063, sass/custom.scss */
.NotifyMessage a {
  font-size: 24px;
  width: 100%;
  text-align: center;
  display: block;
}

/* line 2070, sass/custom.scss */
.NotifyMessage p {
  text-align: center;
  width: 100%;
  float: left;
}

/* line 2076, sass/custom.scss */
.all-products .category-banner {
  display: none;
}

/* line 2080, sass/custom.scss */
.footer-main .hs-form.stacked label {
  font-size: 10px !important;
}

/* line 2084, sass/custom.scss */
.category-container h3:hover + .category-container img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  opacity: 0.7;
  transition: transform 0.75s, opacity 0.85s cubic-bezier(0.37, 0.25, 0.51, 0.9);
}

/* line 2091, sass/custom.scss */
.productOptionPickListSwatch .thumbnail {
  background-size: cover;
}

/* line 2095, sass/custom.scss */
.product-share .share-button {
  padding: 10px;
}

/* line 2099, sass/custom.scss */
.addto {
  border-top: 0px;
}

/* line 2103, sass/custom.scss */
.zopim {
  display: none;
}

/* line 2107, sass/custom.scss */
.social-buttons {
  width: 330px;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 2112, sass/custom.scss */
.social-buttons a {
  display: block;
  float: left;
  width: 160px;
  margin-bottom: 15px;
}
/* line 2118, sass/custom.scss */
.social-buttons a:first-child {
  margin-right: 10px;
}

/* line 2126, sass/custom.scss */
.blog-callouts {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
/* line 2131, sass/custom.scss */
.blog-callouts .col-3 {
  position: relative;
  margin-bottom: 10px;
}
/* line 2135, sass/custom.scss */
.blog-callouts .col-3 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* line 2141, sass/custom.scss */
.blog-callouts .col-3 h3 {
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 2151, sass/custom.scss */
.blog-callouts .col-3 h3 span {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
  color: #FFF;
  padding: 0 20px;
  font-weight: 300;
}

@media all and (min-width: 800px) {
  /* line 2168, sass/custom.scss */
  .blog-callouts {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  /* line 2173, sass/custom.scss */
  .blog-callouts .col-3 {
    width: 32%;
  }
  /* line 2177, sass/custom.scss */
  .blog-callouts h3 span {
    font-size: 14px;
  }
}
/* line 2185, sass/custom.scss */
.CreateAccount {
  background-color: #fafafa;
  padding: 40px;
}
/* line 2189, sass/custom.scss */
.CreateAccount ul, .CreateAccount p {
  font-size: 12px;
}

/* line 2195, sass/custom.scss */
.AccountLogin {
  padding: 40px;
}

/* line 20, sass/bourbon/addons/_clearfix.scss */
.CreateAccount::after,
.AccountLogin::after {
  clear: both;
  content: "";
  display: table;
}
/* line 2203, sass/custom.scss */
.CreateAccount h3,
.AccountLogin h3 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #999999;
  margin-bottom: 35px;
  padding-bottom: 35px;
  line-height: 1;
}
/* line 2213, sass/custom.scss */
.CreateAccount .btn.alt,
.AccountLogin .btn.alt {
  float: right;
}

/* line 2219, sass/custom.scss */
.login-form label,
.login-form input {
  font-weight: 500;
  font-size: 12px;
}

/* line 2225, sass/custom.scss */
.login-form label {
  margin-bottom: 5px;
}

/* line 2229, sass/custom.scss */
.login-form input {
  margin-bottom: 15px;
}

/* line 2233, sass/custom.scss */
.login-form .actions label,
.login-form .actions input {
  margin: 0;
}

/* line 2240, sass/custom.scss */
body.create-account-page h1 {
  text-align: center;
}
/* line 2244, sass/custom.scss */
body.create-account-page .blockquote {
  display: none;
}
/* line 2248, sass/custom.scss */
body.create-account-page .Content.Widest {
  clear: both;
}
/* line 2252, sass/custom.scss */
body.create-account-page .FormContainer .box {
  width: 60%;
  margin: 0 auto;
  background: #fafafa;
  padding: 40px 40px 0;
  float: none;
  border-bottom: none;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
body.create-account-page .FormContainer .box::after {
  clear: both;
  content: "";
  display: table;
}
/* line 2261, sass/custom.scss */
body.create-account-page .FormContainer .box:last-child {
  padding-top: 20px;
  padding-bottom: 40px;
}
/* line 2268, sass/custom.scss */
body.create-account-page .form li label,
body.create-account-page .form dt {
  float: none;
  font-size: 12px;
}
/* line 2274, sass/custom.scss */
body.create-account-page .form li label {
  margin-bottom: 5px;
}
/* line 2278, sass/custom.scss */
body.create-account-page form .HorizontalFormContainer dd {
  float: none;
}
/* line 2282, sass/custom.scss */
body.create-account-page .FormContainer .box dt,
body.create-account-page form .HorizontalFormContainer dd {
  width: 70%;
  margin: 0 auto;
}
/* line 2288, sass/custom.scss */
body.create-account-page .HorizontalFormContainer dt {
  text-align: left;
}
/* line 2292, sass/custom.scss */
body.create-account-page form .HorizontalFormContainer dd input,
body.create-account-page form .HorizontalFormContainer dd select,
body.create-account-page form .HorizontalFormContainer dd div.selector {
  width: 100%;
}
/* line 2298, sass/custom.scss */
body.create-account-page .btn.alt {
  float: right;
}
/* line 20, sass/bourbon/addons/_clearfix.scss */
body.create-account-page .btn.alt::after {
  clear: both;
  content: "";
  display: table;
}

/* line 2305, sass/custom.scss */
.assurance-icons {
  width: 200px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

@media all and (min-width: 600px) {
  /* line 2314, sass/custom.scss */
  .checkout-page-title {
    width: 50%;
    float: left;
  }

  /* line 2319, sass/custom.scss */
  .assurance-icons {
    float: right;
    width: 300px;
    padding-top: 30px;
    margin: 0;
  }
}