/*
 Custom fonts pulled from typography.com
 Gotham Book
 font: 400 'Gotham SSm A', 'Gotham SSm B', sans-serif;
 Gotham Medium
 font: 500 'Gotham SSm A', 'Gotham SSm B', sans-serif;
 Gotham Bold
 font: 700 'Gotham SSm A', 'Gotham SSm B', sans-serif;
 Verlag Book
 font: 300 'Verlag A', 'Verlag B', sans-serif;
 Verlag Book
 font: 400 'Verlag A', 'Verlag B', sans-serif;
 Verlag Bold
 font: 700 'Verlag A', 'Verlag B', sans-serif;
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* :focus {
	outline: 0;
}
/* GENERAL
 ------------------------------------ */
body {
	font: 300 12px/19px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #5c5c5c;
	position: relative;
	overflow-y: scroll;
	background: #ece6dd;
}
body,
html {
	height: auto;
	min-height: 100%;
	overflow-x: hidden;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
strong {
	font-weight: bold;
}
.pt-10 {
	padding-top: 10px;
}
/* PAGE STYLING
 ------------------------------------ */
header {
	text-align: center;
	padding: 25px 20px 10px 20px;
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 10;
	background: #FFF;
}
#content {
	position: relative;
	background: url(/assets/images/bg-dairy-free-retail.jpg?v2) no-repeat;
	background-position: center top;
	padding-top: 235px;
	padding-bottom: 50px;
}
.centercopy {
	position: relative;
	background: #FFF;
	max-width: 932px;
	margin: 0 auto;
	border: 1px solid #ece6dd;
}
.centercopy:before {
	position: absolute;
	top: -15px;
	left: 15px;
	height: 70px;
	width: 70px;
	background: url(/assets/images/dairy-free-circle-new-2x.png) no-repeat;
	background-size: cover;
	content: "";
	z-index: 999;
}
.product1 {
	position: absolute;
	top: -150px;
	left: 20;
	z-index: 1;
}
.product2 {
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;
}
.product3 {
	position: absolute;
	top: -150px;
	right: -25px;
	z-index: 1;
}
.intro .copy {
	width: 360px;
	display: inline-block;
	vertical-align: top;
	padding: 75px 30px 0 40px;
}
.intro .copy .subhead {
	text-transform: uppercase;
	color: #0c3463;
	font-weight: bold;
}
.intro .copy h1 {
	font: 700 24px/30px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	margin: 5px 0 15px 0;
	position: relative;
	letter-spacing: .5px;
}
.intro .copy h2 {
	text-transform: uppercase;
	margin: 0 20px 25px 0;
	font-size: 14px;
	font-weight: 400;
}
.intro .chart {
	width: 565px;
	display: inline-block;
	vertical-align: top;
}
.intro .chart img {
	width: 100%;
}
.products {
	padding: 25px 0 0 0px;
}
.products .headline {
	font: 700 28px/30px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	padding: 20px 0 40px 0;
	letter-spacing: .5px;
	text-align: center;
	clear: both;
}
.products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.products ul li {
	display: inline-block;
	vertical-align: top;
	width: 32.5%;
	text-align: center;
	padding: 0 20px;
}
.products .percent {
	color: #ceae73;
	font: 700 22px/normal "Verlag A", "Verlag B", sans-serif;
	padding-top: 5px;
}
.products h3 {
	font: 600 15px/normal "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	margin: 20px 0;
}
.products h3 a {
	color: #0c3463;
	text-decoration: none;
}
.products h3 a:hover {
	text-decoration: underline;
}
.products .details {
	min-height: 120px;
}
.buy .gobutton {
	color: #FFF;
	font: 700 12px/20px "Gotham SSm A", "Gotham SSm B",sans-serif;
	background: #d69a2d;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	padding: 5px 30px;
	text-transform: uppercase;
}
.buy .gobutton span {
	display: inline-block;
	background: url(/assets/images/arrow-submit.png) top left no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 15px;
}
.buy .gobutton:hover {
	background: #A11D24;
}
.callouts {
	padding: 60px 40px 0px 60px;
	margin: 60px 0px;
	display: flex;
	flex-wrap: wrap;
	background: #f9f8f4;
}
.callouts .item {
	flex: 0 0 50%;
	display: table;
}
.callouts .item .logo {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}
.callouts .item .copy {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 30px;
}
.callouts  .item .copy .title {
	color: #0c3463;
	text-transform: uppercase;
	font: 700 16px/normal "Verlag A", "Verlag B", sans-serif;
	margin-bottom: 15px;
	letter-spacing: .5px;
}
.callout-link {
	padding: 0 40px 20px 40px;
	text-align: center;
	background: #f9f8f4;
}
.callout-link a {
	color: #d79c3f;
}
.callout-link a:hover {
	color: #0C3463;
}
#recipes .headline {
	font: 700 28px/30px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	margin: 0 0 40px 0;
	letter-spacing: .5px;
	text-align: center;
}
#recipes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#recipes li {
	padding: 0 0 50px 0;
	text-align: center;
}
#recipes .photo {
	height: auto;
	width: auto;
}
#recipes .title {
	font: 700 20px/25px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	margin: 20px 0;
	padding-bottom: 20px;
	position: relative;
}
#recipes .title::after {
	border-bottom: 1px solid #d4d9da;
	content: "";
	position: absolute;
	left: 25%;
	bottom: 0;
	width: 50%;
	height: 0px;
}
#recipes .title a {
	text-decoration: none;
	color: #0c3463;
}
#recipes .title a:hover {
	color: #A11D24
}
#recipes .copy {
	width: 75%;
	margin: auto;
	padding-bottom: 20px;
}
#recipes a.see {
	color: #d69a2d;
	text-decoration: none;
	font: 700 16px/normal "Verlag A", "Verlag B", sans-serif;
}
#recipes a.see:hover {
	color: #A11D24
}
#recipes a.see .arrow {
	margin-left: 9px;
	height: 12px;
	width: 5px;
	display: inline-block;
	background: url(/assets/images/sprite-main.png) no-repeat -13px -127px;
}
#recipes a.see:hover .arrow {
	background-position: -19px -127px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;
	width: 100%;
}
.bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #dfdede;
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 5px;
	outline: 0;
	border-radius: 50%;
	border: 1px solix red;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #63605f;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/assets/images/dairy-controls.png) no-repeat 0 -49px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(/assets/images/dairy-controls.png) no-repeat -43px -49px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 165px;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

@media only screen and (max-width: 1200px){
}

@media only screen and (max-width: 965px){
	.intro .copy {
		width: 40%
	}
	.intro .chart {
		width: 59%;
	}
}

@media only screen and (max-width: 750px) {
	.intro .copy {
		width: 65%;
	}
	.intro .chart {
		width: 140px;
		overflow: hidden;
	}
	.intro .chart img {
		width: 500px;
	}
	.product1 {
		top: -200px;
		right: -30px;
		width: 280px;
		z-index: 2;
	}
	.product2 {
		top: -165px;
		width: 400px;
		left: -10px;
		transform: none;
		z-index: 3;
	}
	.product3 {
		top: -100px;
		right: -30px;
		width: 280px;
		z-index: 1;
	}
	.products .details {
		min-height: auto;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 600px) {
	header {
		padding: 20px 15px 10px 15px;
	}
	.headerlogo {
		width: 150px;
	}
	.intro .copy {
		width: 65%;
	}
	.intro .chart {
		float: right;
	}
	.product1 {
		top: -165px;
		right: -20px;
		width: 200px;
		z-index: 2;
	}
	.product2 {
		top: -140px;
		width: 320px;
		left: -10px;
		transform: none;
		z-index: 3;
	}
	.product3 {
		top: -90px;
		right: -20px;
		width: 200px;
		z-index: 1;
	}
	.products ul li {
		width: 49%;
		padding-bottom: 60px;
	}
	.products h3 {
		margin: 10px 0;
	}
	.buy {
		padding-top: 10px;
	}
	.buy .gobutton {
		font-weight: normal;
		line-height: normal;
		padding: 5px 10px;
	}
	.callouts {
		padding: 40px;
	}
	.callouts .item {
		flex: 0 0 100%;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 500px) {
	.intro .copy {
		width: 55%;
		padding: 75px 30px 0 15px
	}
	.products ul li {
		width: 100%;
	}
}
