/* cmsms stylesheet: Site modified: 03/23/21 09:29:39 */
/* imported with Outsourcer at 2018-01-31 14:41:43 */
/* Site-wide normalization, typography, defaults, etc */

/* VARIABLES */

/* Typography */


/* Color */
/* backgrounds */


/* text */

/* Dimensions */

/* DEFAULTS */

body {
	height: 100%;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-family: BrandonGrotesqueWeb-Regular;
	/*font-weight: 700;*/
	color: #545454;
}

.cont-page {
	/*max-width: 1200px;*/
	max-width: initial;
	padding-left: 70px;
	padding-right: 70px;
}

h1,h2,h3,h4,h5,h6 {
	color: #4b4845;
}

h1 { font-size: 1.7rem; line-height: 2.0rem; }

h2 { font-size: 1.55rem; line-height: 1.8rem; }

h3 { font-size: 1.4rem; line-height: 1.7rem; }

h4 { font-size: 1.2rem; line-height: 1.4rem; }

h5 { font-size: 1.0rem; line-height: 1.2rem; }

h6 { font-size: 0.8rem; line-height: 1.0rem; }

/* For Reference */

/* Larger than mobile */
@media screen and (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media screen and (min-width: 550px) {}

/* Larger than tablet */
@media screen and (min-width: 750px) {}

/* Larger than desktop */
@media screen and (min-width: 1000px) {}

/* Larger than Desktop HD */
@media screen and (min-width: 1200px) {}
/* cmsms stylesheet: Components modified: 09/04/19 15:39:53 */
/* imported with Outsourcer at 2017-07-12 14:33:16 */
/* Component styling */
/* forms, lists, messages, etc */
.copy {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}

@media screen and (min-width: 400px) {
  #content .copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

b {
  font-weight: 700;
}

.cont-tbl-salado {
  overflow-x: scroll;
}

.tbl-salado {
  width: 100%;
  font-size: 1rem;
  border: none;
  border-collapse: collapse;
}

.tbl-salado td {
  padding: 7px 10px;
}

.tbl-salado tr:nth-child(even) {
  background-color: #ebeae7;
}

.tbl-salado thead {
  background-color: #b38051;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .tbl-salado thead {
    display: none;
  }

  .tbl-salado tr {
    display: block;
    position: relative;
    padding: 1.2em 0;
    width: 100%;
  }

  .tbl-salado tr:nth-child(2n) {
    background-color: transparent;
  }

  .tbl-salado tr:nth-child(2n) td {
    background-color: #ebeae7;
  }

  .tbl-salado tr td:first-of-type {
    background-color: #b38051;
    color: #fff;
  }

  .tbl-salado td {
    /* display: table-row; */
    border-spacing: 10px;
    width: 35%;
  }

  .tbl-salado td:before {
    content: attr(data-label);
    display: table-cell;
    font-weight: bold;
    text-align: right;
    padding: 10px 15px;
    width: 65%;
  }

  .tbl-salado td:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .tbl-salado td {
    display: table-row;
  }
}

.antibot {
  color: white;
  background: white;
  border: none;
  padding: 0 !important;
}

input#antibot {
  background: white;
  height: 3px;
  border: none;
  padding: 0;
}

/* YouTube TinyMCE plugin */
div.mce-video {
  padding-bottom: 100%;
  /* This controls the aspect ratio */
}

div.mce-video iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* cmsms stylesheet: Modules modified: 03/23/21 09:29:39 */
/* imported with Outsourcer at 2018-02-05 16:38:03 */
/* Styling for reusable chunks of pages */
/* header, footer, nav, widget, etc */
#header-page {
  height: 153px;
}

#logo-header {
  position: relative;
  z-index: 1000;
  float: left;
  margin-top: 7px;
  margin-left: 2%;
}

#nav-special .cont-page {
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
}

#nav-special {
  height: 39px;
  background-color: #4b4845;
  font-size: 0.8rem;
  line-height: 39px;
  text-align: right;
}

#nav-special a {
  margin-right: 15px;
}

#nav-special .nav-special {
  display: none;
}

#nav-special .icon-contact {
  color: #c8a261;
  font-size: 0.9rem;
}

#nav-special .icon-contact svg {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
}

#nav-special svg#icon-mail {
  color: #c8a261;
}

#nav-special .icon-contact:hover,
#nav-special svg:hover {
  color: #787368;
}

.callnow {
  color: #c8a261;
  cursor: pointer;
  line-height: 1.2;
  padding: 0.5em 1em 0.25em;
  text-align: center;
  top: 2em;
  float: right;
  margin-right: 2em;
}

.callnow span {
  display: none;
}

svg#icon-phone {
  background: #fff;
  padding: 0.25em;
  height: auto;
  width: 1.5em;
}

@media screen and (min-width: 500px) {
  #nav-special .cont-page {
    padding-left: 70px;
    padding-right: 70px;
    width: auto;
  }

  #nav-special .nav-special {
    color: #afaa9e;
    display: inline;
  }

  .contact-content {
    display: none;
  }

  .callnow {
    border: 2px solid;
    margin-right: 4em;
    top: 1em;
    width: 6.5em;
  }

  .callnow span {
    display: block;
  }

  svg#icon-phone {
    position: absolute;
    left: -1.25em;
    top: 1.25em;
  }

  .callnow .contact-content {
    color: #98522e;
    line-height: 1.5;
  }
}

@media screen and (min-width: 675px) {
  .contact-content {
    display: inline;
  }
}

@media screen and (min-width: 1050px) {
  #logo-header {
    margin-left: 0;
  }
}

#content {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
}

.tile h2 {
  font-family: Rogliano-Regular;
  color: #4b4845;
  font-size: 1.4rem;
  margin-top: 0;
}

#content a {
  text-decoration: underline
}

#content .tile a.link-more {
  display: inline-block;
  background-color: #98522e;
  min-width: 100px;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  margin-top: 17px;
  height: 19px;
  margin-bottom: 20px;
  text-decoration: none;
}

#content .tile img {
  display: none;
}

#content .tile a.link-more:hover {
  background: #afaa9e;
  /* color: #fff; */
}

/* #home-tile-1,#home-tile-2,#home-tile-3 {
	box-shadow: 1px 0 0 0 #d7d4ce;
} */
#home-tile-1 {
  border-top: 12px solid #afaa9e;
}

#home-tile-2 {
  border-top: 12px solid #b38051;
}

#home-tile-3 {
  border-top: 12px solid #85785d;
}

#home-tile-4 {
  border-top: 12px solid #c8a261;
}

#content .tile .copy {
  padding-left: 4%;
  padding-right: 4%;
  width: 92%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#tiles .separator {
  display: none;
}

#page-header img {
  display: block;
}

#header-bar {
  display: table;
  width: 100%;
}

.header-bar {
  width: 25%;
  display: table-cell;
}

#header-bar-1 {
  border-top: 12px solid #afaa9e;
}

#header-bar-2 {
  border-top: 12px solid #b38051;
}

#header-bar-3 {
  border-top: 12px solid #85785d;
}

#header-bar-4 {
  border-top: 12px solid #c8a261;
}

.inside-old #content #page-title,
.inside #content #page-title,
.stone #content #page-title,
.envision #content #page-title {
  font-size: 2.1rem;
  color: #85785d;
  font-weight: normal;
  letter-spacing: 6px;
  margin-top: 45px;
  font-family: BrandonGrotesqueWeb-Regular;
}

.inside #page-title-hr {
  background-color: #d7d4ce;
  color: #d7d4ce;
}

.inside-old #content ul,
.inside-old #content ol,
.inside #content ul,
.inside #content ol,
.stone #content ul,
.stone #content ol {
  padding-left: 20px;
  overflow: hidden;
}

.inside-old #content .cont-page,
.inside #content .cont-page,
.stone #content .cont-page,
.envision #content .cont-page {
  max-width: 1200px;
  padding-left: 4%;
  padding-right: 4%;
  width: 92%;
}

.inside-old #content #comparison-table {
  display: none;
}

@media screen and (min-width: 550px) {
  .inside-old #content #comparison-table {
    display: table;
  }
}

.inside-old #content #column-left,
.inside #content #column-left {
  display: block;
}

.inside-old #content #column-right,
.inside #content #column-right {
  display: block;
  padding-bottom: 40px;
}

.inside-old #content #column-right .nav,
.inside #content #column-right .nav {
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.inside-old #content #column-right .nav li .delimiter,
.inside #content #column-right .nav li .delimiter {
  display: none;
}

.inside .panel .panel-aside-image {
  display: none;
}

@media screen and (min-width: 450px) {

  .inside-old #content #column-right .nav li,
  .inside #content #column-right .nav li {
    display: inline-block;
  }

  .inside-old #content #column-right .nav li .delimiter,
  .inside #content #column-right .nav li .delimiter {
    display: inline;
    margin: 0 10px;
    color: #98522e;
  }

  .inside .panel .panel-aside-image-cont {
    width: 48%;
    float: left;
  }

  .inside .panel .panel-aside-content {
    width: 48%;
    float: left;
    margin-left: 4%;
  }

  .inside .panel .panel-aside-image {
    display: block;
  }
}

.inside-old #content #column-right .nav li.current,
.inside #content #column-right .nav li.current {
  color: #c8a261;
}

@media screen and (min-width: 650px) {

  .inside-old #content #column-left,
  .inside #content #panels.column-left {
    display: block;
    float: left;
    width: 70%;
  }

  .inside-old #content #column-right,
  .inside #content #column-right {
    display: block;
    float: right;
    margin-left: 5%;
    width: 25%;
  }

  .inside-old #content #column-right .nav,
  .inside #content #column-right .nav {
    line-height: 1.1rem;
  }

  .inside-old #content #column-right .nav li,
  .inside #content #column-right .nav li {
    display: block;
    padding: 8px 0;
  }

  .inside-old #content #column-right .nav li .delimiter,
  .inside #content #column-right .nav li .delimiter {
    display: none;
  }

  .inside .panel,
  .inside #content #column-right .nav {
    padding-top: 35px;
  }

  .inside .panel .panel-aside-image-cont {
    margin-bottom: 125px;
    width: 100%;
    float: none;
  }

  .inside .panel .panel-aside-content {
    margin-left: 0;
    width: 100%;
    float: none;
  }

  .inside .panel .panel-aside {
    width: 30%;
    float: right;
    text-align: right;
  }

  .inside .panel .panel-content {
    width: 66%;
    float: right;
    margin-left: 3%;
  }

  .inside .panel .panel-content header h1 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {

  .inside-old #content .cont-page,
  .inside #content .cont-page,
  .stone #content .cont-page,
  .landing #content .cont-page {
    padding-left: 70px;
    padding-right: 70px;
    width: auto;
  }
}

#page-copy {
  font-size: 1.3rem;
  color: #85785d;
  line-height: 1.6rem;
  margin-bottom: 50px;
}

#content a {
  color: #98522e;
}

#content a:hover {
  color: #c8a261;
}

#content .column.left {
  width: 100%;
}

#content .column.right {
  background-color: #f3f2f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: table-caption;
}

@media screen and (min-width: 750px) {
  #content .column.left {
    width: 69%;
    padding-right: 6%;
    display: table-cell;
  }

  #content .column.right {
    width: 25%;
    display: table-cell;
  }
}

.disclaimer {
  margin-top: 5em;
}

hr {
  height: 1px;
  border-width: 0;
  color: #d7d4ce;
  background-color: #d7d4ce;
  margin: 30px 0;
}

.inside-old #content h1,
.inside-old #content h2,
.inside-old #content h3,
.inside-old #content h4,
.inside-old #content h5,
.inside-old #content h6,
.inside #content h1,
.inside #content h2,
.inside #content h3,
.inside #content h4,
.inside #content h5,
.inside #content h6 {
  font-family: Rogliano-Regular;
}

.inside-old #content #page-intro {
  font-size: 1.3rem;
  color: #85785d;
}

.inside-old #content #page-img {
  width: 50%;
  float: left;
  margin-right: 20px;
}

/***** PRODUCT SELECTOR *****/
.form-product-selector .label {
  font-size: 1.0rem;
  color: #98522e;
  font-weight: 700;
}

.form-product-selector .checkbox {
  margin-right: 5px;
}

p.selector-help {
  color: #85785d;
}

#product-selector-submit {
  background-color: #98522e;
  color: #fff;
  border: none;
  margin-top: 20px;
  padding: 5px 15px 0;
}

#link-return-to-product-selector {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
}

.form-product-selector .tile-stone-type,
.form-product-selector .tile-color,
.form-product-selector .tile-pattern-type,
.form-product-selector .tile-region {
  width: 47%;
  margin-right: 6%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.form-product-selector .tile-stone-type.even,
.form-product-selector .tile-color.even,
.form-product-selector .tile-pattern-type.even,
.form-product-selector .tile-region.even {
  margin-right: 0;
}

.form-product-selector .tile-color img,
.form-product-selector .tile-region img,
.form-product-selector .tile-pattern-type img {
  margin-bottom: 10px;
}

.form-product-selector .tile-color .cont-form-element,
.form-product-selector .tile-pattern-type .cont-form-element {
  min-height: 30px;
}

#content .column.right {
  display: block;
  margin-top: 40px;
}

@media screen and (min-width: 550px) {
  .form-product-selector .tile-stone-type {
    display: inline-block;
    margin-right: 30px;
    float: none;
    width: auto;
  }

  .form-product-selector .tile-stone-type,
  .form-product-selector .tile-color,
  .form-product-selector .tile-pattern-type {
    width: 29%;
    margin-bottom: 40px;
  }

  .form-product-selector .tile-stone-type.even,
  .form-product-selector .tile-color.even,
  .form-product-selector .tile-pattern-type.even {
    margin-right: 6%;
  }

  .form-product-selector .tile-color.third,
  .form-product-selector .tile-pattern-type.third {
    margin-right: 0;
  }

  .form-product-selector .tile-color img,
  .form-product-selector .tile-region img,
  .form-product-selector .tile-pattern-type img {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 750px) {
  #content .column.right {
    display: table-cell;
    margin-top: 0;
  }

  .form-product-selector .tile-region {
    width: 20.5%;
    margin-right: 6%;
  }

  .form-product-selector .tile-region.even {
    margin-right: 6%;
  }

  .form-product-selector .tile-region.fourth {
    margin-right: 0;
  }

  .form-product-selector .label {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .form-product-selector .label {
    display: inline;
  }
}

/* PRODUCT SELECTOR CRITERIA */
#product-selector-criteria {
  padding: 24px 5%;
  width: 90%;
}

/* @supports(position:sticky){

	.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: -4px;
	}
} */
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}

/* #product-selector-criteria.js-is-sticky {
  	margin-left: -5%;
 	width: initial;
 	padding-left: 6%;
} */
#product-selector-criteria #criteria-title {
  color: #c8a261;
  font-size: 1.7rem;
  margin: 0;
}

#product-selector-criteria .criteria-heading {
  color: #85785d;
  font-size: 1.3rem;
  margin: 23px 0 2px;
}

#product-selector-criteria .selection-item {
  margin-left: 6px;
  color: #98522e;
  font-weight: 700;
  margin-bottom: 0;
  display: none;
}

#product-selector-criteria .selection-item.active {
  display: block;
}

/***** PRODUCT SELECTOR RESULTS *****/
#page-title.results {
  margin-bottom: 0.67em;
}

#no-match-found {
  color: #85785d;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

#no-match-found #link-return-to-product-selector {
  font-size: 1.1rem;
}

#content .column.right.results {
  display: table-caption;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media screen and (min-width: 750px) {
  #page-title.results {
    margin-bottom: 50px;
  }

  #content .column.right.results {
    display: table-cell;
    width: 25%;
    margin-bottom: 0;
  }
}

#page-copy.results {
  display: none;
}

#product-selector-results .pattern-name,
#product-selector-results .color-name {
  color: #98522e;
  font-weight: 700;
}

#product-selector-results .link-product {
  display: block;
  margin-bottom: 9px;
  font-size: 1.0rem;
}

#product-selector-results .product {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.5rem;
}

@media screen and (min-width: 425px) {
  #product-selector-results .product {
    display: inline-block;
    width: 47.9%;
    margin-right: 3%;
  }

  #product-selector-results .product.even {
    margin-right: 0;
  }
}

@media screen and (min-width: 850px) {

  #product-selector-results .product,
  #product-selector-results .product.even {
    width: 30.75%;
    margin-right: 3%;
  }

  #product-selector-results .product.third {
    margin-right: 0;
  }
}

/***** PRODUCT DETAIL PAGE *****/
.page-title-link {
  font-weight: 700;
  font-size: 0.8rem;
  display: block;
}

#link-back-to-selector {
  margin-bottom: 15px;
}

#product-detail #hr-thumbs {
  display: none;
}

#product-detail #thumbnails {
  margin-top: 20px;
  margin-bottom: 20px;
}

#product-detail #thumbnails .thumbnail {
  width: 30.5%;
  margin-right: 3%;
  margin-bottom: 5px;
  display: inline-block;
}

#product-detail #view-pattern-options {
  font-weight: 700;
  font-size: 0.9rem;
}

#product-detail #gallery-thumbnails {
  margin-top: 10px;
}

#product-detail #gallery-thumbnails .thumbnail {
  float: left;
  width: 14.75%;
  margin-right: 2.3%;
  margin-bottom: 5px;
  cursor: pointer;
}

#product-detail #gallery-thumbnails .thumbnail.sixth {
  margin-right: 0;
}

#gallery-thumbnails-hr {
  display: block;
}

#product-detail .swatch-thumb {
  cursor: pointer;
  margin-bottom: 4px;
}

#product-detail .swatch-thumb.active {
  outline: 2px solid #c8a261;
  outline-offset: 2px;
}

#product-detail .swatch-image {
  display: none;
}

#product-detail .swatch-image.active {
  display: block;
}

#product-detail .thumb-caption {
  font-size: 0.9rem;
}

#product-detail #thumbnails .thumbnail {
  width: 47.75%;
  margin-bottom: 6px;
  margin-right: 3%;
  display: inline-block;
}

#product-detail #thumbnails .thumbnail.even {
  margin-right: 0;
}

@media screen and (min-width: 450px) {
  #product-detail #thumbnails .thumbnail {
    width: 30.5%;
  }

  #product-detail #thumbnails .thumbnail.even {
    margin-right: 3%;
  }

  #product-detail #thumbnails .thumbnail.third {
    margin-right: 0;
  }
}

/*
@media screen and (min-width: 600px) {

	#product-detail #thumbnails .thumbnail {
		width: 22.0%;
		margin-bottom: 6px;
	}

	#product-detail #thumbnails .thumbnail.even {
		margin-right: 3%;
	}

	#product-detail #thumbnails .thumbnail.third {
		margin-right: 3%;
	}

	#product-detail #thumbnails .thumbnail.fourth {
		margin-right: 0;
	}

	#product-detail .thumb-caption {
		font-size: 0.9rem;
	}
}
*/
/* Switch to side by side */
@media screen and (min-width: 700px) {
  #page-title.product-detail {
    display: inline-block;
  }

  .page-title-link {
    margin-left: 25px;
    display: inline;
  }

  #product-detail .column-left {
    width: 55%;
    float: left;
  }

  #product-detail .column-right {
    width: 42%;
    float: right;
    margin-left: 3%;
    padding-top: 60px;
  }

  #product-detail .swatch-thumb {
    margin-bottom: 6px;
  }

  #product-detail .thumb-caption {
    font-size: 0.9rem;
  }

  #product-detail #hr-thumbs {
    display: block;
  }

  #product-detail #thumbnails {
    margin-top: 0;
  }

  /*
	#product-detail #thumbnails .thumbnail {
		width: 30.4%;
		margin-right: 3%;
		margin-bottom: 8px;
		display: inline-block;
	}

		#product-detail #thumbnails .thumbnail.fourth {
		margin-right: 3%;
	}

	#product-detail #thumbnails .thumbnail.third {
		margin-right: 0;
	}
	*/
  #product-detail #thumbnails .thumbnail {
    width: 47.75%;
    margin-bottom: 6px;
    margin-right: 3%;
    display: inline-block;
  }

  #product-detail #thumbnails .thumbnail.even {
    margin-right: 0;
  }

  #product-detail #thumbnails .thumbnail.third,
  #product-detail #thumbnails .thumbnail.fourth {
    margin-right: 3%;
  }

  #product-detail #thumbnails .thumbnail.third.even {
    margin-right: 0;
  }

  #product-detail #thumbnails .thumbnail.fourth.even {
    margin-right: 0;
  }

  #product-detail .swatch-thumb.active {
    outline: 3px solid #c8a261;
  }

  #product-detail #view-pattern-options {
    font-size: 1.1rem;
  }

  #gallery-thumbnails-hr {
    display: none;
  }
}

@media screen and (min-width: 950px) {
  #product-detail #thumbnails .thumbnail {
    width: 30.4%;
    margin-right: 3%;
    margin-bottom: 8px;
    display: inline-block;
  }

  #product-detail #thumbnails .thumbnail.even,
  #product-detail #thumbnails .thumbnail.third,
  #product-detail #thumbnails .thumbnail.fourth.even {
    margin-right: 3%;
  }

  #product-detail #thumbnails .thumbnail.third,
  #product-detail #thumbnails .thumbnail.third.fourth.even {
    margin-right: 0;
  }
}

@media screen and (min-width: 1250px) {
  #product-detail #thumbnails .thumbnail {
    width: 22%;
    margin-bottom: 10px;
  }

  #product-detail #thumbnails .thumbnail.third,
  #product-detail #thumbnails .thumbnail.third.even {
    margin-right: 3%;
  }

  #product-detail #thumbnails .thumbnail.fourth,
  #product-detail #thumbnails .thumbnail.fourth.even {
    margin-right: 0;
  }
}

#product-detail .detail-copy {
  font-size: 1.3rem;
  color: #85785d;
}

#product-detail #pattern-specs {
  margin-top: 20px;
}

#product-detail #specs-label {
  font-weight: 700;
}

/* 2 columns */
@media screen and (min-width: 500px) {
  #content .tile img {
    display: block;
  }

  #content .tile .copy {
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
  }

  .tile {
    display: block;
    width: 50%;
    float: left;
  }

  #content .tile .copy {
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
  }

  #home-tile-1 .copy, #home-tile-2 .copy, #home-tile-3 .copy {
    box-shadow: 1px 0 0 0 #d7d4ce;
  }

  #tiles .separator {
    display: block;
    float: none;
    clear: both;
    height: 0;
  }
}

/* 4 columns */
@media screen and (min-width: 900px) {
  #tiles {
    font-size: 0;
  }

  .tile {
    display: inline-block;
    float: none;
    font-size: 1.2rem;
    vertical-align: top;
    width: 25%;
  }

  #tiles .separator {
    display: none;
  }

  #content .tile .copy {
    padding-bottom: 0;
  }

  .tile .link-more {
    margin-bottom: 0;
  }

  /* 	#home-tile-1 .copy,#home-tile-2 .copy,#home-tile-3 .copy {
		box-shadow: none;
	} */
}

/***** ENVISION TEMPLATE *****/
.envision #content #page-intro {
  font-size: 1.3rem;
  color: #85785d;
}

#gallery-tiles {
  margin-top: 40px;
}

#gallery-tiles .gallery-tile {
  margin-bottom: 4px;
}

/* 2 columns */
@media screen and (min-width: 500px) {
  #gallery-tiles .gallery-tile {
    width: 50%;
    float: left;
  }

  #gallery-tiles .gallery-tile .cont-img {
    padding-right: 2px;
    width: auto;
  }

  #gallery-tiles .gallery-tile.even .cont-img {
    padding-left: 2px;
    padding-right: 0;
    width: auto;
  }
}

/***** ENVISION CATEGORY *****/
.gallery-thumbs .gallery-thumb {
  line-height: 1.5rem;
}

.gallery-thumbs .gallery-thumb a {
  display: block;
  margin-bottom: 9px;
}

.gallery-thumbs .attribute {
  color: #98522e;
  font-weight: 700;
}

@media screen and (min-width: 500px) {
  .gallery-thumbs .gallery-thumb {
    width: 48%;
    margin-right: 4%;
    float: left;
  }

  .gallery-thumbs .gallery-thumb.even {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .gallery-thumbs .gallery-thumb {
    width: 22%;
    margin-right: 4%;
    float: left;
  }

  .gallery-thumbs .gallery-thumb.even {
    margin-right: 4%;
  }

  .gallery-thumbs .gallery-thumb.fourth {
    margin-right: 0;
  }
}

/***** CONTACT FORM *****/
.contact-form {
  /* width: 50%; */
}

.contact-form label {
  display: block;
}

.contact-form>div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact-form textarea {
  width: 100%;
  height: 300px;
}

.contact-form .submit input {
  /* margin-left: 100px; */
}

@media screen and (min-width: 650px) {
  .contact-form textarea {
    max-width: 50%;
    height: 300px;
  }
}

#footer-page {
  padding-top: 50px;
}

#footer-pre {
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 1.0rem;
  color: #b38051;
  letter-spacing: 3px;
}

#footer-pre .footer-location {
  font-size: 0.7rem;
  margin-left: 10px;
  letter-spacing: initial;
  color: #c8a261;
}

#footer-pre .footer-location a {
  color: #c8a261;
}

#footer-pre #footer-state.footer-location {
  color: #afaa9e;
}

#footer-main {
  padding-top: 25px;
  padding-bottom: 45px;
  background-color: #4b4845;
}

.footer-copy,
#footer-page .cont-page {
  padding-left: 4%;
  padding-right: 4%;
  width: 92%;
  padding-bottom: 30px;
}

#footer-nav-a {
  font-size: 1rem;
  color: #c8a261;
}

#footer-nav-a ul,
#footer-nav-b ul {
  margin: 0;
}

#footer-nav-b {
  font-size: 0.8rem;
  color: #fff;
}

#footer-nav-b .minor {
  color: #afaa9e;
}

#footer-search-signup .search-prompt {
  font-family: Rogliano-Regular;
  color: #c8a261;
}

#footer-search-signup .search-input {
  background-color: #787368;
  border: none;
  color: #4b4845;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 0;
  margin-top: 3px;
  margin-bottom: 5px;
  vertical-align: middle;
}

#footer-search-signup .search-button {
  color: #fff;
  border: none;
  background-color: transparent;
  font-size: 0.8rem;
  padding: 0;
}

#footer-social {
  color: #fff;
  font-size: 32px;
}

#footer-social a {
  display: inline-block;
  height: 32px;
  padding-left: 0.5em;
}

#footer-social a:hover {
  color: #787368;
}

#footer-page #footer-logos {
  text-align: center;
  padding: 20px 0 0;
}

#footer-logos .cont-img {
  display: inline-block;
  max-width: 60px;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 20px;
}

@media screen and (min-width: 390px) {
  #footer-logos .cont-img {
    max-width: 70px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 435px) {
  #footer-logos .cont-img {
    max-width: 100px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 535px) {
  #footer-logos .cont-img {
    max-width: 120px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 620px) {
  #footer-logos .cont-img {
    max-width: 70px;
    padding: 0 5px 0;
    margin-bottom: 0;
  }

  #footer-page #footer-logos {
    text-align: center;
    padding: 20px 0 20px;
  }
}

@media screen and (min-width: 620px) {
  #footer-logos .cont-img {
    max-width: 70px;
    padding: 0 5px 0;
  }
}

@media screen and (min-width: 900px) {
  #footer-logos .cont-img {
    max-width: 100px;
    padding: 0 15px 0;
  }
}

@media screen and (min-width: 1200px) {
  #footer-logos .cont-img {
    max-width: 110px;
    padding: 0 30px 0;
  }
}

#footer-logos .cont-img .color {
  display: none;
}

#footer-logos .cont-img:hover .color {
  display: block;
}

#footer-logos .cont-img:hover .gray {
  display: none;
}

#footer-copyright {
  padding: 15px 0;
  font-size: 0.6rem;
  background-color: #e3e1dd;
  color: #afaa9e;
  line-height: 1.0rem;
}

/* 2 columns */
@media screen and (min-width: 500px) {
  .footer-col {
    width: 50%;
    float: left;
  }

  .footer-copy,
  #footer-page .cont-page {
    padding-left: 50px;
    /* padding-right: 50px; */
    width: auto;
    padding-bottom: 50px;
  }
}

/* 4 columns */
@media screen and (min-width: 900px) {
  .footer-col {
    width: 25%;
    float: left;
  }

  #footer-mid-clearfix {
    display: none;
  }

  .footer-copy,
  #footer-page .cont-page {
    padding-bottom: 0;
  }
}

/* Landing Page */
#header-image-headline {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  font-family: BrandonGrotesqueWeb-Bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 0px 0px 6px #666666;
}

.landing #content .cont-page {
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: border-box;
  max-width: 1100px;
}

.landing .header-bar {
  width: 50%;
}

#tile-cont {
  position: relative;
  margin: 0 auto;
  margin-top: -50px;
  width: 90%;
  max-width: 600px;
}

#tile {
  position: relative;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(102, 102, 102, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(102, 102, 102, 1);
  box-shadow: 0px 0px 12px 0px rgba(102, 102, 102, 1);
}

#tile-content-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  text-align: center;
}

#tile-content-table {
  display: table;
  height: 100%;
  width: 100%;
}

#tile-content-cell {
  display: table-cell;
  vertical-align: middle;
}

#tile-heading {
  margin: 0 auto 10px;
  font-family: BrandonGrotesqueWeb-Bold;
}

#tile-copy strong {
  font-family: BrandonGrotesqueWeb-Bold;
  font-weight: 400;
}

#tile-bar-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
}

#tile-bar {
  width: 100%;
  display: table;
}

.tile-bar {
  display: table-cell;
  width: 50%;
}

#tile-bar-1 {
  border-top: 12px solid #b38051;
}

#tile-bar-2 {
  border-top: 12px solid #85785d;
}

#tile-stone-pile {
  position: relative;
  width: 100%;
  top: -40px;
  /* min-height: 50px; */
  /* left: -42.5%; */
}

.landing #content #img-tiles.cont-page {
  margin: 50px auto;
  padding: 0;
}

div#img-tiles img {
  float: left;
  width: 32%;
  padding-left: 1%;
}

#page-callout {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 50px;
}

#page-copy {
  color: #545454;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding: 0 1em;
}

#page-contact {
  text-align: center;
  color: #c8a261;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 50px;
}

@media screen and (min-width: 400px) {
  #header-image-headline {
    top: 2em;
    font-size: 4rem;
  }

  #tile-content-cont {
    padding: 15px;
  }

  #tile-heading {
    font-size: 2.2rem;
  }

  #tile-copy {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 600px) {
  #header-image-headline {
    font-size: 5rem;
  }

  #tile-stone-pile {
    top: -75px;
  }

  #tile-cont {
    margin-top: -100px;
  }

  #tile-content-cont {
    padding: 80px;
  }

  #tile-heading {
    font-size: 2.5rem;
  }

  #tile-copy {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  #page-callout {
    line-height: 3rem;
    font-size: 2.5rem;
    margin-bottom: 50px;
  }

  #page-copy {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  #page-contact {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

@media screen and (min-width: 900px) {
  #header-image-headline {
    font-size: 8rem;
  }

  #tile-cont {
    margin-top: -150px;
  }

  #tile-stone-pile {
    left: -42.5%;
  }
}

@media screen and (min-width: 1200px) {
  #header-image-headline {
    font-size: 9rem;
  }

  #tile-cont {
    margin-top: -150px;
  }
}

@media screen and (min-width: 1500px) {
  #header-image-headline {
    top: 3em;
  }
}
/* cmsms stylesheet: Navigation modified: 03/23/21 09:29:39 */
/* imported with Outsourcer at 2018-01-12 13:25:44 */
/* NAVIGATION */
#nav-primary {
  position: absolute;
  width: 100%;
  top: 42px;
  color: #85785d;
  /*line-height: 58px;*/
  font-size: 1.1rem;
  z-index: 100;
}

#nav-primary .menu-toggle {
  /*font-weight: 700;*/
  cursor: pointer;
  padding-right: 2%;
  text-align: right;
}

/*
#icon-menu-open {
	width: 30px;
	text-align: center;
	diplay: inline-block;
	position: relative;
	font-size: 2.25rem;
	top: -6px;
}

#icon-menu-close {
	width: 30px;
	text-align: center;
	diplay: inline-block;
	position: relative;
	font-size: 5rem;
	top: 9px;
}
*/
#nav-primary a {
  text-decoration: none;
}

#nav-primary>ul {
  background-color: #000;
  margin: 0;
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 34px;
  clear: both;
  line-height: 2rem;
}

#nav-primary .menu-delimiter {
  display: none;
}

/* Active item text color */
#nav-primary a:hover,
#nav-primary li.menu-active>a {
  color: ;
}

#nav-primary .menu-root>li>a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

#nav-primary .menu-sub {
  margin-left: 2%;
  font-size: 0.9rem;
}

#nav-primary .menu-sub h4 {
  color: #c8a261;
  margin: 0;
  font-size: 0.9rem;
}

#nav-primary .menu-sub h4.menu-header-non-link {
  color: #afaa9e;
}

#nav-primary .menu-sub a {
  color: #fff;
  white-space: nowrap;
}

#nav-primary .menu-sub h4 a,
#nav-primary .menu-sub h4 a:hover {
  color: #c8a261;
}

#nav-primary .menu-sub a:hover {
  color: #fff;
}

#nav-cont-page {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  z-index: 10;
}

.menu-sub-col-cont #menu-product-selector a,
.menu-sub-col-cont #menu-product-selector a:hover,
.menu-sub-col-cont #menu-crushed-stone a,
.menu-sub-col-cont #menu-crushed-stone a:hover {
  color: #c8a261;
  font-weight: 700;
  font-size: 0.9rem;
}

#nav-primary .menu-arrow {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  top: 1px;
  font-weight: 700;
}

.menu-sub-col-cont hr {
  margin-top: 5px;
  margin-bottom: 15px;
}

#nav-primary .menu-root>li.main-nav-special-mobile {
  display: block;
}

@media screen and (min-width: 500px) {
  #nav-primary .menu-root>li.main-nav-special-mobile {
    display: none;
  }
}

#nav-primary #menu-swatch,
#nav-primary .menu-swatch,
#nav-primary #spacer {
  display: none;
}

@media screen and (min-width: 1050px) {
  #nav-primary {
    top: 37px;
    font-size: 1.1rem;
    position: relative;
    text-align: right;
    float: right;
    width: auto;
  }

  #nav-primary>ul {
    background-color: transparent;
    margin: 0;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    clear: none;
    line-height: 2rem;
  }

  #nav-cont-page {
    padding-left: 70px;
    padding-right: 70px;
    width: auto;
    z-index: 10;
  }

  #nav-primary .menu-toggle {
    display: none;
  }

  #nav-primary .menu-root>li {
    background-color: #fff;
    display: inline-block;
  }

  #nav-primary .menu-root>li>a {
    padding: 0;
    margin: 0 15px;
  }

  #nav-primary .menu-root>li.menu-last-child>a {
    margin-right: 0;
  }

  /* Active top-level parent style */
  #nav-primary .menu-root>li.menu-active-parent>a,
  #nav-primary .menu-root>li.menu-active>a {
    color: #97502f;
    box-shadow: 0 3px 0 0 #97502f;
  }

  #nav-primary .menu-root>li:hover>a {
    color: #97502f;
  }

  #nav-primary .menu-delimiter {
    display: inline;
  }

  #nav-primary .menu-sub {
    position: absolute;
    padding-top: 17px;
    z-index: 10;
    width: auto;
    visibility: hidden;
    text-align: left;
    margin-left: -15px;
    font-size: 0.9rem;
  }

  #nav-primary .menu-sub hr {
    background-color: #afaa9e;
    color: #afaa9e;
  }

  #nav-primary .menu-sub>ul,
  .menu-sub-col-cont {
    padding: 30px;
    background-color: #000;
    position: relative;
    width: 100%;
  }

  #nav-primary .menu-root>li:hover .menu-sub {
    visibility: visible;
  }

  #nav-primary .menu-sub-col-cont ul {
    margin-bottom: 25px;
  }

  #nav-primary .menu-sub-col {
    /* display: table-cell; */
    float: left;
  }

  #nav-primary .menu-sub-col.left {
    margin-right: 5%;
    width: 60%;
  }

  #nav-primary .menu-sub-col.right {
    padding-left: 7.5%;
    border-left: 1px solid #afaa9e;
    width: 25%;
  }

  #nav-primary .menu-sub-col .menu-color {
    width: 45%;
    margin-right: 5%;
    float: left;
  }

  #nav-primary #spacer {
    display: block;
  }

  #nav-primary #menu-swatch {
    clear: both;
    display: block;
    width: 49%;
  }
}

.nt-hide {
  display: none;
}

.nt-toggle {
  text-align: center;
  cursor: pointer;
  float: right;
  line-height: 2.5rem;
}

@media screen and (min-width: 1050px) {
  .nt-toggle {
    display: none;
  }

  .nt-hide {
    display: block;
  }
}
/* cmsms stylesheet: Print modified: 04/22/19 15:08:10 */
/* Print styling */

.no-print {
	display: none;
}

.print-only {
	display: initial;
}

.print-only-block {
	display: block;
}

.print-only-inline {
	display: inline;
}
