/*
.logo,
.navigation {
	display: none;
}
*/

.dc-byName {
  font-family: "Default Serif", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal!important;
  font-size: 1em;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}

.products a {
	font-family: "Default Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*
.products .product:nth-child(3n+1) {
    clear: none;
}

.products a:nth-of-type(3n+1) {
    clear: left!important;
}
*/

#hc-insert {
	padding-bottom: 30px;
}

#hc-quote .wrapper {
  text-align: center;
  width: 75%;
  margin: 50% auto;
}

#hc-quote .quote {
	font-size: 1.4em;
	font-style: italic;
}

#hc-quote .custName {
	font-family: "Default Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .7em;
}

#hc-backto {
  display: none;
  float: left;
  width: 50%;
  margin-top: -20px;
}

.section-header #hc-backto {
  /*display: block;*/
  display: none;
}

/*
main .section-hero .hero img {
	margin-top: 0!important;
}
*/

#hc-designer {
  display: none;
  position: absolute;
  top: 0;
  padding-left: 3%;
  width: 100%;
}

.section-hero #hc-designer {
  display: block;
}

.artCopy.mb {
	margin-bottom: 20px;
}


@media (max-width: 1074px) {
  /*
	.products .product:nth-child(2n+1), .products a:nth-of-type(3n+1) {
		clear: none!important;
	}
	
	.products a.product:nth-of-type(2n+1) {
		clear: left!important;
	}
  */
	
	/*
  main .section-hero .img-crop {
    margin-bottom: 20px;
	}
  */
}

@media (min-width: 737px) {
  main .section-article {
    margin-top: -15px;
  }
}

@media (max-width: 736px) {
  main .section-article {
    margin-top: 30px;
  }

	.dc-byName {
  	position: relative;
  	top: 0;
  	right: 0;
	}
	
	#hc-quote .quote {
		font-size: 1em;
	}
	
	.products {
		margin-top: 25px;
	}
}