/*Cormorant*/

html {
  font-size:18px !important;
}
body {
  font-size:100% !important;
  line-height: 1.5;
  font-family: "freight-sans-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4 {
  margin: 0 0 1.5rem 0;
  line-height:1.1;
}
p {
  margin: 0 0 1.625rem;
}
label {
  font-weight: normal;
}
/*Headings*/
h1, .c-section_heading {
  font-size:2.125rem;
  font-family: "freight-display-pro",serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.c-section_heading--margins {
  margin:3rem 0 0;
}
h2 {
  font-size:1.46rem;  
  font-family: "freight-display-pro",serif;
  font-style: normal;
  font-weight: 600;
}
h3 {
  font-size: 1.46rem;
  font-family: "freight-display-pro",serif;
  font-style: normal;
  font-weight: 600;
}
h4 {
  font-family: "freight-display-pro",serif;
  font-size:1.25rem;
}
.c-page_title {
  font-family: "freight-display-pro",serif;
  font-size:3.33rem;
  font-style: normal;
  font-weight: 700;
  line-height:1.2;
}
.c-section_heading--accent:after {
  content: url("../../images/svg/long-line.svg");
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  position: relative;
}
.c-section_heading--shortaccent:after {
  content: url("../../images/svg/short-line.svg");
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  position: relative;
}
.c-section_heading--shortaccent--top:before {
  content: url("../../images/svg/short-line.svg");
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  position: relative;
}
.c-subheading {
  font-family: "freight-sans-pro",serif;
  font-size:1.46rem;
  font-style: normal;
  font-weight:normal;  
  line-height:1.2;
}
.c-subheading--accent:after {
  content: url("../../images/svg/short-line.svg");
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  position: relative; 
}
.c-section_heading + .c-subheading {
  margin-top:-1rem;
}
.c-subheading--gold {
  font-size:1.46rem;  
  font-family: "freight-display-pro",serif;
  font-style: normal;
  font-weight: 600;  
  color:hsla(40, 38%, 58%, 1);
  margin-bottom:0;
}
.p--small {
  font-size:.875rem;
}
/*buttons*/
.c-button {
  position: relative;
  line-height:1;
  display: inline-block;
  padding:1rem calc(1.5rem * 2);
  text-align: center;
  border: none;
  border-radius:2rem;
  transition:all 0.15s ease-in;
  margin:1.5rem 0;
}
.c-button:active, .c-button:focus {
  box-shadow:none;
}
.c-button_span {
  display:inline-block;
  vertical-align:middle;
  margin:0 .5rem;
}
.c-button--blue svg {
  fill:hsl(0, 100%, 100%);
  margin-left:calc(1.625rem / 4);
}
.c-button--transparent {
  background:transparent;
  color:hsl(0, 100%, 100%);
  border:2px solid hsla(40, 38%, 58%, 1);
}
.c-button--transparent:hover, .c-button--transparent:active, .c-button--transparent:focus {
  background:hsla(39, 28%, 43%, 1);
  color:currentColor;
  border:2px solid hsla(39, 28%, 43%, 1);
}
.c-button--white {
  background:hsl(0, 100%, 100%);
  color:hsla(240, 5%, 26%, 1);
  border:2px solid hsla(40, 38%, 58%, 1);
}
.c-button--white:hover, .c-button--white:active, .c-button--white:focus {
  background:hsla(39, 28%, 43%, 1);
  color:hsl(0, 100%, 100%);
  border:2px solid hsla(39, 28%, 43%, 1);
}
.c-button--white:before, .c-button--white:after, .c-button--transparent:before, .c-button--transparent:after, .c-button--goldline:before, .c-button--goldline:after {
  content:url('../../images/svg/button-line.svg');
  display:block;
  position:absolute;
  left:0;
  right:0;
}
.c-button--white:before, .c-button--transparent:before, .c-button--goldline:before {
  top:-21px;
}
.c-button--white:after, .c-button--transparent:after, .c-button--goldline:after {
  bottom:-11px;
}
.c-button--gold {
  background:hsla(40, 38%, 58%, 1);
  color:hsl(0, 100%, 100%);
  border:2px solid hsla(40, 38%, 58%, 1);
}
.c-button--gold:hover, .c-button--gold:active, .c-button--gold:focus {
  background:hsla(39, 28%, 43%, 1);
  color:hsla(0, 100%, 100%, 1);
  border:2px solid hsla(39, 28%, 43%, 1);
}
.c-button--goldline {
  background:hsla(40, 38%, 58%, 1);
  color:hsl(0, 100%, 100%);
  border:2px solid hsla(40, 38%, 58%, 1);
}
.c-button--goldline:hover, .c-button--goldline:active, .c-button--goldline:focus {
  background:hsla(39, 28%, 43%, 1);
  color:hsl(0, 100%, 100%);
  border:2px solid hsla(39, 28%, 43%, 1);
}
.c-button--pushright {
  margin-left:1.5rem;
}
.o-3button_wrap {
  display:flex;
  flex-flow:row wrap;
}
.c-link {
  flex:1 1 auto;
  position:relative;
  display:inline-block;
  text-align:center;
  font-size:1.46rem;  
  font-family: "freight-display-pro",serif;
  font-style: normal;
  font-weight: 600;
  color:hsla(240, 5%, 26%, 1);
  margin:1rem;  
}
.c-link:after {
  background: rgba(0, 0, 0, 0) url("../../images/svg/long-line.svg") no-repeat scroll center center / cover;
  top: 3rem;
  content:'';
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.c-link img {
  transition:all .15s ease-in;
  left:0;
}
.c-link:hover {
  color:hsla(39, 28%, 43%, 1);
}
.c-link:hover img {
  position:relative;
  transform:translateX(.25rem);
}
.c-link--down:hover img {
  position:relative;
  transform:translateY(.15rem);
}
.a2a_menu a {
  color: hsla(240, 5%, 26%, 1);
  font: 16px/14px sans-serif-light,"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Arial,Helvetica,"Liberation Sans",sans-serif;
  height: auto;
  outline: medium none;
  text-decoration: none;
  width: auto;
}
.addSpacing {
  position: relative;
}
.addSpacing::before {
  content: "";
  display: block;
  height: 5rem;
  position: relative;
  visibility:hidden;
  width: 100%;
}

/*get rid of FF annoying link outlines*/
button:focus {
  outline: none !important;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none !important;
  outline-style: none !important;
  color:hsla(240, 0%, 48%, 1);
}
a, svg, path {
  transition: all 0.15s ease-in-out;
  font-weight: 600;
}
.center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.clear {
  margin: 0;
  padding: 0;
}
hr {
  margin: 0 0 1.625rem;
}

/*Section Padding*/
section:not(.s-no_padding) {
  padding:4rem 0;
}
.s-padding--bottom {
  padding-bottom:2rem;
}
/*List Items*/
section ul {
  padding-left:0;
}
section ul li {
  display:table;
  line-height: 1.2;
  margin-bottom:calc(1.5rem / 2);
}
.s-ul--checkmark li span {
  display: table-cell;
  padding-right: 1rem;
  vertical-align: middle;
}
.s-right_arrow h3::before {
  content: url("../../images/svg/down.svg");
  display: inline-block;
  vertical-align:middle;
  transform:rotate(-90deg);
  margin-right:1rem;
}
.s-right_arrow h3 {
  margin-bottom:0;
}
.s-right_arrow h3 + p {
  padding-left:3rem;
}
.s-gold {
  color:hsla(40, 38%, 58%, 1);
}
.as {
  display: none;
}
.hidden {
  display: none;
}
.well {
  background: #f5f5f5;
  box-shadow: none;
  margin-bottom: 1.625rem;
}
.iframe iframe {
  width:100% !important;
}
.iframe.google iframe {
  height:calc(1.625rem * 14);
}

/*Backgrounds*/
.s-bg--slate {
 background:hsla(240, 4%, 31%, 1);
 color:hsl(0, 100%, 100%);
}
.s-bg--slateimage {
 background:url('../../images/raster/slate-transparent.jpg') no-repeat center / cover;
 color:hsl(0, 100%, 100%);
 background-attachment: fixed;
}
.s-bg--lightgold {
  background:hsla(45, 36%, 96%, 1);
}
/*Horizontal Rules*/
.s-line--top {
  border-top:2px solid hsla(240, 4%, 61%, 1);
}
.s-border--bottom {
  border-bottom:1px solid hsla(240, 0%, 48%, .5); 
}
.s-rule--gold {
  border-width:2px;
  border-color:hsl(40, 38%, 58%);
}
/*Flex Columns*/

.o-grid {
  display:flex;
  flex-flow:row wrap;
}
.o-column--50 {
  position: relative;
  width:50%;
}
.o-column--30 {
  position: relative;
  width:30%;
}
.o-column--70 {
  position: relative;
  width:70%;
}
.o-column--25 {
  position: relative;
  width:25%;
}
.o-column_content--50 {
  max-width:35rem;
  padding:4rem;
}
.o-column_content--70 {
  max-width:53.7rem;
  padding:4rem;
}
.o-column_content--right {
  float:left;
}
.o-column_content--left {
  float:right;
}
.c-column_image {
  position:relative;
  height:auto;
  width:100%;
}
  .c-column_image--absolute.notIE {
    position: absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    object-fit:cover;
    width:100%;
    height:100%;
  }
  .c-column_image--absolute.ie {
    position: relative;
    height:auto;
    width:100%;
  }
.s-order_2 {
  order:2;
}
/* Back To Top Button
======================================*/
#back-top {
  font-size:1rem;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9999;
  right: 12px;
}
#back-top a {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border:none;
}
#back-top .top_button {
  background: hsla(40, 38%, 58%, 1);
  border:none;
  border-radius:.2em;
  font-size:.875em;
  padding:.5em;
}
#back-top a:hover {
  background:hsla(40, 38%, 58%, 1);
  opacity: 1;
}
#back-top svg {
  fill:hsl(0, 100%, 100%); 
  height:1.5rem;
  width:1.5rem;
}
/* Custom Basic styles
=========================================================== */

/*Image Effects*/
.o-grid_3image_block {
  justify-content:space-between;
}
.o-image_wrap {
  color: hsl(0, 100%, 100%);
  display: block;
  height: 386px;
  margin: 0.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.o-image_wrap--tabbed {
  height:200px;
}

/* Category Grid Images -- 9-17 */
.c-cat_figure {
  color: hsl(0, 100%, 100%);
  display: block;
  height: 386px;
  margin: 0.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.c-cat_img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  transform: scale(1.12);
  transition:transform 0.35s ease 0s;
}
.c-cat_figcaption {
  position: absolute;
  display:flex;
  flex-flow:column nowrap;
  justify-content:center;
  align-items:center;
  top:0;
  left:0;
  height:100%;
  width:100%;
  padding:3rem;  
}
.c-image_title--cat {
  position:relative;
  display:inline-block;
  font-size:2.125rem !important;
  font-weight:600;
  line-height:1.2;
  transition:all .2s ease-in;
  padding-bottom:1rem;
  border-bottom:2px solid hsla(0, 100%, 100%, 1);
}
/* Learn More Up Slider */
.c-cat_learn {
  background:hsla(240, 4%, 31%, .8);
  color:hsl(0, 100%, 100%);
  bottom: -46px;
  padding: 0.5rem 0;
  position: absolute;
  width: 100%;
  transition:bottom .25s ease-in;
}
.c-cat_learn a {
  color:currentColor;
}
.c-cat_learn svg {
  margin-left:.5rem;
  vertical-align:middle;
}
/* Add in hover effects */
.c-cat_figure:hover .c-cat_learn {
  bottom:0;
}
.c-cat_figure:hover .c-cat_img {
  transform:scale(1);
}

/* DYO Top Gallery Grid */
.o-grid--prdSample {
  margin:0 -.5rem 3rem -.5rem;
}
.o-prdSample {
  width:calc(100% / 3 - 2rem);
  margin:1rem;
}
.c-prodSample_cpt {
  font-family: "freight-display-pro",serif;
  font-weight:400;  
  padding:.5rem 0;
}

/* Gallery Indicators and Arrows */
.o-car_ctls {
  position: absolute;
  display:flex;
  flex-flow:row nowrap;  
  justify-content:space-between;
  width:100%;
  top:calc(50% - 8rem);
}
.c-car_ctl {
  opacity:0;
  padding:8rem 1rem;
  line-height:0;
  transition:all .25s ease-in;
}
.c-car_icon {
  font-size:3rem;
  color:hsla(0, 100%, 100%, 0.8);
  transition:all .25s ease-in;
}
.carousel:hover .c-car_ctl {
  opacity:1.0;
  color:hsla(0, 100%, 100%, 1);
}

/* Switching Image Gallery */
.container[id*=opt]{
  margin-bottom:3rem;
}
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
.thumbnail {
    padding: 0;
}
.carousel-inner>.item>img, .blockCarousel.carousel-inner>.item>a>img {
    width: 100%;
}
.o-galCaption {
  display:inline-block;
  background-color:#bda26d;
  color:#fff;padding:4px 12px;
  margin-bottom:12px
}
.blockThumbs {
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  margin:1rem -.5rem;
}
div[id*=blockCarousel], .blockCarousel, .blockCarousel-inner, .blockCarousel .item.active, .blockCarousel .active.item img, .blockCarousel .item, .blockCarousel .item img {
  height:100%;
}
.c-gal_thumb {
  position: relative;
  margin: 0.25rem;
  width: calc(100% / 5 - .5rem);
  border:3px solid transparent;
  transition:all .25s ease-in;
}
.c-gal_a:hover {
  cursor:pointer;
}
.c-gal_thumb:hover {
  border:3px solid hsla(40, 38%, 58%, 1);
}

.o-image_wrap:hover, .o-image_wrap:active, .o-image_wrap:focus {
  color:hsl(0, 100%, 100%);
}
.o-image_wrap--33 {
  width:calc(100% / 3 - 1rem); 
}
.o-image_wrap--25 {
  width:calc(100% / 4 - 1rem);  
}
.o-image_wrap--30 {
  width:calc(30% - 1rem);  
}
.o-image_wrap--70 {
  width:calc(70% - 1rem);  
}
.o-image_wrap img {
  transform: scale(1.12);
  transition:transform 0.35s ease 0s;
}
.c-image_wrap_img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-image_wrap:hover .c-image_wrap_img {
  transform: scale(1);
}
.c-image_figcaption {
  position: absolute;
  display:flex;
  flex-flow:column nowrap;
  justify-content:center;
  align-items:center;
  top:0;
  left:0;
  height:100%;
  width:100%;
  padding:3rem;
}
/*Content Gone 
.o-image_wrap_content {
  padding-top:1rem;
  transform:scale(1.5);
}
*/

.c-heading--goldBox {
  background:hsla(45, 36%, 96%, 1);
  padding:.25rem 1rem;
  margin-bottom:0;
}
.c-prodDetails {
  display:inline-block;
  font-size:1.25rem;
  margin-bottom:1.5rem;
}
.c-image_figcaption:before, .o-image_wrap_content {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.c-image_figcaption::before {
  border: 1px solid hsla(40, 38%, 58%, 1);
  bottom:.5rem;
  content: "";
  left:.5rem;
  position: absolute;
  right:.5rem;
  top:.5rem;
  transform: scale(1.1);
  background:hsla(0, 0%, 0%, 0.2);
}
.c-image_figcaption:hover:before, .o-image_wrap:hover .o-image_wrap_content {
  opacity: 1;
  transform: scale(1);
}
.c-image_wrap_a {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:10;
  width:100%;
  height:100%;
}
.c-image_wrap_a--tabbed {
  display:flex;
  justify-content:center;
  align-items:center;
  opacity:0;
  color:hsla(0, 100%, 100%) !important;
}
.o-image_wrap--tabbed:hover a {
  opacity:1;
}
.c-image_title {
  position:relative;
  display:inline-block;
  top:30px;
  font-size:1.46rem;
  font-weight:600;
  line-height:1.2;
  transition:all .2s ease-in;
}
.c-image_title--product {
  position:relative;
  display:inline-block;
  font-size:2.125rem;
  font-weight:600;
  line-height:1.2;
  transition:all .2s ease-in;
  padding-bottom:1rem;
  border-bottom:2px solid hsla(40, 38%, 58%, 1);
}
.c-image_link {
  display:block;
  margin-top:1.5rem;
  color:currentColor;
}
.o-product_wrap {
  position:relative;
  overflow:hidden;
  text-align:center;
  margin:.5rem;  
  padding:1rem;
  width:calc(100% / 3  - 1rem);
  color:hsla(240, 5%, 26%, 1);
}
.o-product_wrap:hover {
  color:currentColor;
}
.c-product_image {
  height:auto;
  width:100%;
  position: relative;
  transform:scale(1.05);
  transition:transform 0.35s ease 0s;
  overflow:hidden;
}
 .c-product_title {
  display:inline-block;
  font-size:1.46rem;
  font-weight:600; 
  padding-bottom:.5rem;
  border-bottom:2px solid hsla(40, 38%, 58%, 1);
 }
 .o-product_wrap:before {
  border: 1px solid hsla(40, 38%, 58%, 1);
  bottom:.5rem;
  content: "";
  left:.5rem;
  position: absolute;
  right:.5rem;
  top:.5rem;
  transform: scale(1.1);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.o-product_wrap:hover:before, .c-product_image:hover {
  opacity: 1;
  transform:scale(1);
}
.o-product_card {
  position:relative;
  overflow:hidden;
  text-align:center;
  margin:.5rem;
  width:calc(100% / 3  - 1rem);  
}
.o-product_card_img {
  width: 100%;
}
/*Carousels*/
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-indicators {
  bottom:0;
  left: 0;
  list-style: outside none none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index:1;
  padding-top:1.5rem;
}
.carousel-indicators.absolute {
  position: absolute;
}
.carousel-indicators .active {
  background-color:hsla(40, 38%, 58%, 1);
  height: 12px;
  margin: 0;
  width: 12px;
}
.carousel-indicators li {
  background:hsl(0, 100%, 100%);
  border:2px solid hsla(40, 38%, 58%, 1);
}

/* Hotlinks */
.c-hotlink {
  margin-right:1rem;
  color:hsla(240, 5%, 26%, 1);
}
.c-hotlink:hover {
  color:hsla(40, 38%, 58%, 1);
}
.c-hotlink::after {
  content: url("../../images/svg/circle-down.svg");
  display: inline-block;
  margin-left: 0.25rem;
  transform: rotate(90deg);
  vertical-align: text-bottom;
}

/* Header area
=========================================================== */
/*top-bar*/
.o-top_bar {
  font-size:1rem;
  background:hsla(240, 4%, 31%, 1);
  color:hsl(0, 100%, 100%);
  text-align:right;
}
.c-social_svg {
  vertical-align: middle;
}
.c-social_path, .c-search_path  {
  fill:hsl(0, 100%, 100%);
}
.o-social--header, .c-search_button {
  display:inline-block;
  vertical-align: middle;
}
.c-social_a:hover svg path, .c-search_button:hover svg path {
  fill:hsla(40, 38%, 58%, 1);
}
.c-search_button {
  padding:.5rem 1rem;
  color:hsl(0, 100%, 100%);
  border-width:0 .0625rem 0 0;
  border-style:solid;
  border-color:hsla(0, 100%, 100%, 0.5);
}
.c-search_svg {
  height:calc(1rem / 1.5);
  width:calc(1rem / 1.5);
  margin-left:.5rem;
}
.o-social--header svg {
  height:calc(1rem);
  width:calc(1rem);  
  margin:0 .5rem;
}
.c-search_button:hover {
  color:hsla(40, 38%, 58%, 1);
  background:hsla(240, 5%, 26%, 1);
}
/*logo*/
.o-header_row {
  font-size:1rem;
  display:table;
  width:100%;
  padding:1em 0;
}
.o-header_cell {
  display:table-cell;
  vertical-align: middle;
}
.o-nav_wrapper {
  background:hsl(0, 100%, 100%);
}
.js-header--fixed {
  position: fixed;
  top:0;
  right:0;
  left:0;
  width:100%;
  z-index:100;
  box-shadow:1px 2px 7px -5px hsla(240, 5%, 26%, 1);
}

/*main nav*/
.c-header_logo_a {
  float:none;
  height: auto;
  padding:0;
}
.c-nav_ul {
  color:hsla(240, 4%, 31%, 1);
  margin: 0;
  padding: 0;
}
.c-nav_li {
  list-style-type:none;
}
.c-nav_li--lvl1 {
  position: relative;
  display:inline-block;
  vertical-align: middle;
  padding:0;
}
.c-nav input[type="checkbox"],
.c-drop_icon {
  display: none;
}
.c-nav_a {
  display:inline-block;
  padding:.25rem;
  text-transform:uppercase;
  color:currentColor;
  border-bottom:2px solid transparent;
}
.c-nav_a:hover {
  border-bottom:2px solid hsla(240, 0%, 48%, 1);
  color:currentColor;
}
.c-nav_li--lvl1.active > .c-nav_a {
  border-bottom:2px solid hsla(40, 38%, 58%, 1);
}
.c-nav_a--lvl2 {
  text-align:left;
  display:block;
  text-transform: capitalize;
}
.o-dropdown_menu, .c-nav_ul {
  display: none;
}
.c-nav input[type="checkbox"]:checked + .o-dropdown_menu {
  display: block;
}
.c-toggle_label, .c-dropdown_span {
  position: absolute;
  right: 0;
  top: 0;
}
.c-nav_toggle,
.c-drop_icon {
  color: #ffffff;
  font-size: 2rem;
  vertical-align: middle;
}

/*banners*/
.o-banner--outer {
  position:relative;
  overflow:hidden;
  max-height:600px;
}
.o-banner_container {
  align-items: flex-start;
  bottom: 0;
  color: hsl(0, 100%, 100%);
  display: flex;
  flex-flow: column nowrap;
  justify-content:flex-end;
  left: 0;
  position: absolute;
  right: 0;
  top:0;
  height:100%;
  max-height:600px;
}
.c-banner_image {
  width:100%;
}
.o-banner_caption {
  padding:0 0 3rem;
  bottom:1.5rem;
  font-style: normal;
  font-weight:400;
  line-height:1;
  text-shadow:6px 6px 40px black;
  transition:opacity .35s ease-in;
}
.carousel .o-banner_caption {
  opacity:0;
}
.item.active .o-banner_caption {
  opacity:1;
}
.c-banner_title {
  font-size:3rem;
  font-family: "freight-display-pro",serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.c-banner_credits {
  position: absolute;
  right:0;
  bottom:0;
}

/*Banner Nav*/
.o-bannernav {
  position:relative;
  text-align:right;
  background:hsla(45, 36%, 96%, 1);
  color:hsla(40, 38%, 58%, 1);
}
.o-breadcrumbs {
  float:left;
}
.c-breadcrumb_ul {
  margin-bottom:0;
}
.c-breadcrumb_a {
  display:inline-block;
  padding:1rem 0;
  color:currentColor;
}
.c-breadcrumb_a.arrow:before {
  content:'›';
  font-size:100%;
  vertical-align: baseline;
  margin-right:.5rem;
}
.c-banner_button {
  display:inline-block;
  padding:1rem 1.5rem;
  color:currentColor;
}
.c-banner_button:hover, .c-banner_button:active, .c-banner_button:focus {
  color:hsla(240, 5%, 26%, 1);
}
.c-banner_button:hover .c-bannernav_svg path, .c-banner_button:active .c-bannernav_svg path, .c-banner_button:focus .c-bannernav_svg path {
  fill:hsla(240, 0%, 48%, 1); 
}
.c-banner_button.inquire {
  background:hsla(40, 38%, 58%, .5);
}
.c-bannernav_svg {
  display:inline-block;
  vertical-align: middle;
  margin-right:1rem;
}
.c-bannernav_svg path {
  fill:hsla(40, 38%, 58%, 1);
}
.c-banner_button.arrow:after {
  content:'→';
  font-size:100%;
  vertical-align: baseline;
  margin-left:1rem;
}

/*Testimonials*/

.o-testimonial_wrap {
  padding-top:3rem;
  margin-bottom:1.5rem;
}
.c-testimonial_name {
  font-weight:600;
  font-size:1.46rem;
}

/*============ footer =================*/
/*=====================================*/
footer {
  color:hsl(0, 100%, 100%);  
}
.o-footer_top {
  background:hsla(240, 5%, 26%, 1);
  padding:3rem 0;
}
.c-footer_logo {
  margin-bottom:1.5rem;
}
.c-footer_address {
  margin-bottom:calc(1.5rem / 2);
}
.c-footer_phone {
  display:block;
  margin-bottom:1.5rem;
}
footer a {
  color:currentColor;
}
footer a:hover, footer a:focus, footer a:active {
  color:hsla(40, 38%, 58%, 1);
}
.o-footer_nav_wrap {
  space-between:flex-end;
}
.o-footer_ul {
  flex:1 1 auto;
  padding:0 .5rem;
}
.c-footer_li > a {
  font-weight:500;
}
.c-footer_li:first-child {
  margin-bottom:.5rem;
}
.o-footer_ul > li:first-of-type > a {
  font-weight: 600;
  text-transform: uppercase;
}
.o-social--footer svg {
  margin:0 .25rem;
}
.o-footer_bottom {
  background:hsla(240, 4%, 31%, 1);
  padding:calc(1.5rem / 2) 0;
}
.c-credits {
  display:block;
  text-align:center;
  text-transform: uppercase;
  font-size:.875rem;
  font-weight:600;
}
.c-credits_link {
  display:inline-block;
}


/*============ static pages =================*/
/*=====================================*/
.o-column_spec {
  flex:1 1 auto;
}
.o-spec_list ul {
  padding:1rem;
  margin-bottom:1.5rem;
}
.o-spec_list ul li {
  display:list-item;
  list-style-type:disc;
  color:hsla(240, 4%, 31%, 1);
  margin-bottom: calc(1.5rem / 8);
}


/*============ contact forms =================*/
/*=====================================*/

/*Search Form*/
.o-top_flex {
  justify-content:flex-end;
  align-items:baseline;
}
.c-search_form {
  display:none;
  margin-bottom:.5rem;
  padding-left:1.5rem;
}
.c-search_form.js-searchOut {
  display:flex !important;
}
.c-search_form, .o-search_wrap {
  align-items:center;
  position:relative;
}
.o-search_wrap {
  border-width:0 0 0 .0625rem;
  border-style:solid;
  border-color:hsla(0, 100%, 100%, 0.5);
  margin-left:1.5rem;
}
.c-search_input {
  background:none;
  color:hsla(0, 100%, 100%) !important;
  padding:.25rem !important;
}
.js-search_button {
  border:none;
  position:absolute;
  top:0;
  right:0;
  width:1.5rem;
  height:100%;
  background:url('../../images/svg/search-icon.svg') no-repeat center;
}
.form-group {
  margin-bottom:0;
}
.form-control {
  margin-bottom:0 !important;
  border-radius:0;
  border-style: solid;
  border-width:0 0 2px 0;
  border-color:hsla(240, 0%, 48%, 1);
  box-shadow:none;
  padding:0.75rem 0 0.75rem 0.5rem;
  height:auto;
  font-size:1rem;
  font-weight:600;
  color:hsla(240, 0%, 48%, 1);
}
.form-control:focus {
  border-color:hsla(40, 38%, 58%, 1);
  box-shadow:none;
  outline: 0 none;
}
input[type="text"],
input[type="email"],
textarea,
input[type="checkbox"],
select,
option {
  color:hsla(240, 5%, 26%, 1);
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-right:.5em;
  position:relative;
}
.help-block {
  font-size:.875rem;
  margin-top:-1rem;
  line-height: 1.2;
}
.has-error .form-control {
  border-width:.2rem;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:hsla(40, 38%, 58%,.5);
}
::-moz-placeholder { /* Firefox 19+ */
  color:hsla(40, 38%, 58%,.5);
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color:hsla(40, 38%, 58%,.5);
}
:-moz-placeholder { /* Firefox 18- */
  color:hsla(40, 38%, 58%,.5);
}
/*============ media queries =================*/
/*============================================*/
/*above 1201*/
@media(min-width:1277px){
  .o-column_content--50 {
    width:35rem;
  }
}
/*below 1200*/
@media(max-width:1200px){
  .o-product_wrap {
    width:calc(100% / 3 - 1rem);
  }
  .c-gal_thumb {
    width: calc(100% / 4 - 1rem);
  }
}
/*above 991*/
@media (min-width: 991px) {
  .c-nav_ul {
    display:block;
    text-align:right;
    padding:.5em 0;
  }
  .c-nav_toggle {
    display: none;
  }
  .c-dropdown_icon {
    display: inline-block;
    color:hsl(0, 0%, 0%);
    position: absolute;
    right:0;
    bottom:0;
  }
  .c-nav_a {
      font-size:.88rem;
  }  
  .c-nav_li--lvl1:last-of-type > .c-nav_a--lvl1 {
    padding-right:0;
  }
  .c-nav_li--lvl2 {
    float: none;
  }
  .c-nav_li--lvl2.active > .c-nav_a {
    border-bottom:2px solid hsla(240, 4%, 31%, 1);
  }
  .o-dropdown_menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12rem;
    z-index: 3000;
    background:hsl(0, 100%, 100%);
    padding:.5rem;
    box-shadow:1px 2px 5px -5px hsla(240, 0%, 48%, 1);
  }
  .c-nav input[type="checkbox"]:checked + .o-dropdown_menu {
    display: none;
  }
  .c-nav_li--lvl1:hover > input[type="checkbox"] + .o-dropdown_menu {
    display: block;
  }  
  .c-dropdown_icon {
    display:none;
  }
  .o-banner--inner {
    position:relative;
    height:563px;
  }
  .c-overlay_image--second {
    float: right;
    position: relative;
    margin-top: -18rem;
    z-index: -1;
  }
  .s-padding--right {
    padding-right:3rem;
  }
  .s-padding--left {
    padding-left:3rem;
  }
}

/*below 990*/ 
  @media (max-width: 990px) {
  .o-header_row, .o-header_cell {
    display:block;
    position:relative;
  }
  .c-nav {
    position:relative;
  }
  .c-nav_ul {
    display:none;
  }
  .o-dropdown_menu {
    padding:.25rem 0;
  }
  .c-nav_toggle {
    position:absolute;
    top:0;
    right:0;
    z-index:2;
  }
  .c-toggle_svg {
    display:inline-block;
    vertical-align: sub;
    height:1.5rem;
    width:1.5rem;
  }
  .c-toggle_path {
    fill:hsla(40, 38%, 58%, 1);
  }
  .c-dropdown_icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    width: 40px;
    color:hsla(40, 38%, 58%, 1);
    background:hsla(45, 36%, 96%, 1);
    border-left:1px solid hsla(40, 38%, 58%, 1);
    margin-bottom:0;
  }
  .c-dropdown_icon:hover {
    cursor: pointer;
  }
  #tm:checked + .c-nav_ul {
    display: block;
    margin-top:2rem;
  }
  .c-nav_li {
    display:block !important;
    text-align:left;
    padding-left:0;
    border-bottom: 1px solid hsla(240, 0%, 48%, .2);
  }
  .c-nav_ul > .c-nav_li:last-child, .c-nav_li--lvl2:last-child {
    border-bottom:none;
  }
  .c-nav_a {
    display:block;
    font-size:1rem;
    padding:.25rem 0;
  }
  .c-nav_a--lvl2 {
    padding-left:.25rem;
  }
  .c-nav_a--lvl2::before {
    content: "-";
    padding-right: 0.5rem;
    color:hsla(40, 38%, 58%, 1);
  }
  .js-bg--lightgold {
    background:hsla(45, 36%, 96%, 1);
  }
  .c-banner_caption {
    font-size:2rem;
  }
  .c-banner_caption:before {
    margin-bottom:0;
  }
  .o-image_wrap--product {
    width:calc(100% / 3);  
  }
  .o-image_wrap--70, .o-image_wrap--30 {
    padding:0;
    width:calc(50% - 1rem);
  }
  .o-product_card {
    width:calc(100% / 2  - 1rem);  
  }
  .o-image_wrap--33 {
    width:auto;
    flex:1 1 auto;
  }
  .c-overlay_image--second {
    display:none;
  }
  .o-column_spec {
    flex:1 1 auto;
  }
  .o-footer_ul {
    width: calc(100% / 3);
  }
  .c-gal_thumb {
    width: calc(100% / 3 - 1rem);
  } 
}
/*above 769*/
  @media (min-width: 769px) {
    .c-button--right {
      float:right;
    }
    .s-float--right {
      float:right;
    }
    #prodDetail-carousel {
      float:right;
    }
  }
/*below 768*/
  @media (max-width: 768px) {
  .o-column_content--left {
    float:none;    
  }
  .o-column_content--50 {
    padding:0;
  }
  .o-column--50, .o-column--30, .o-column--70 {
    padding:0 15px;
    width:100%;
  }
  .o-product_wrap {
    width:calc(100% / 2 - 1rem);
  }
  .o-image_wrap--70, .o-image_wrap--30 {
    width:100%;
    margin:0 0 1.5rem 0;
  }
  .s-order_2 {
    order:0;
  }
  .c-column_image--absolute {
    position:relative !important;
    height:auto;
    margin-bottom:1.5rem;
  }
  section:not(.s-no_padding), .s-no_padding {
    padding:1.5rem 0;
  }
  .o-footer_ul {
    display:none;
  }
  .o-prdSample {
    width:calc(100% / 2 - 1rem);
    margin:.5rem;
  }
  .c-section_heading {
    margin:1.5rem 0;
  }
}
/*below 650*/
  @media (max-width: 650px) {
  .o-breadcrumbs {
    display:none;
  }
  .o-footer_top {
    text-align:center;
  }
  .c-footer_logo {
    margin:0 auto;
  }
}
/*below 600*/
  @media (max-width: 600px) {
  .c-button--pushright {
    margin-left:0;
  }
  .c-banner_image--home {
    width:100%;
    object-fit:cover;
  }
  .o-banner_caption {
    padding:0 0 1rem;
  }
  .o-product_card {
    margin:0;  
    width:100%;  
  }
} 
  @media (max-width: 520px) {
    .o-product_wrap {
      width:100%;  
    }
  .o-banner--outer--inner {
    background:hsla(240, 5%, 26%, 1);
  }
  .c-banner_image--inner {
    display:none;
  }
  .o-banner_container--inner, .c-banner_caption {
    position:relative;
    text-align:center;
  }
  .o-banner--outer--inner .o-banner_container {
    display:block;
    padding:0;
  }
  .o-banner_container .c-button {
      display:none;
  }
  .o-image_wrap--33 {
    width:100%;
  }
  .c-banner_title {
    font-size:1.5rem;
  }
}
  @media (min-width: 500px){
  .s-margin--right {
    margin-right:1.5rem;
  }    
 }

  @media (max-width: 400px){
  .o-search_wrap {
    border-width:0 0 0 0;
  }
  .c-search_button {
    border:none;
  }
  .c-search_form {
    padding-top:.5rem;
  }
}

@media (pointer: fine) {
  a span {
    display: none;
  }
  a:hover span {
    display: inline-block;
  }
}