/*
 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.jpg?v2) repeat-y;
	background-position: left top;
}
.pageheadline {
	font: 700 40px/42px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	text-align: center;
	padding: 70px 0 40px 0;
	max-width: 932px;
	margin: 0 auto;
	letter-spacing: 2px;
}
.centercopy {
	position: relative;
}
.centercopy .box {
	background: #FFF;
	max-width: 932px;
	margin: 0 auto;
}
.intro {
	display: flex;
	flex-wrap: wrap;
}
.intro .col1 {
	flex: 0 0 60%;
	padding: 40px;
	position: relative;
}
.intro .col1:before {
	position: absolute;
	top: -35px;
	left: -35px;
	height: 70px;
	width: 70px;
	background: url(/assets/images/dairy-free-circle-new-2x.png) no-repeat;
	background-size: cover;
	content: "";
}
.intro .col1 h1 {
	font: 700 26px/30px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	margin: 0 75px 10px 0;
	position: relative;
	letter-spacing: .5px;
}
.intro .col1 p {
	margin: 25px 0 0 0;
}
.intro .col2 {
	flex: 0 0 40%;
	position: relative;
}
.intro .col2 .circle {
	background: url(/assets/images/dairy-free-circle-bg.png) no-repeat;
	width: 327px;
	height: 277px;
	color: #FFF;
	padding: 60px 40px 0 0;
	text-align: center;
	margin: 40px auto 10px auto;
}
.intro .col2 .circle .headline {
	font: 500 24px/29px "Gotham SSm A", "Gotham SSm B", sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.intro .col2 .circle .gobutton {
	border: 1px solid #FFF;
	color: #FFF;
	font: 700 12px/20px "Gotham SSm A", "Gotham SSm B", sans-serif;
	background: #bca06c;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	margin: 12px 0 0 0;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}
.intro .col2 .circle .gobutton:hover {
	background: #ad9368;
}
.intro .col2 .circle a.gobutton span {
	display: inline-block;
	background: url(/assets/images/arrow-submit.png) top left no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
.callouts {
	padding: 50px 40px 0 40px;
	display: flex;
	flex-wrap: wrap;
	background: #f9f8f4;
}
.callouts .item {
	flex: 0 0 50%;
	margin-bottom: 30px;
	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;
}
.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;
}
#meetnew {
	padding: 0 40px 40px 40px;
}
#meetnew h2 {
	font: 700 22px/normal "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 60px;
	letter-spacing: 2px;
}
.product-table {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin-top: 40px;
}
.product-table .row {
	display: table-row;
	width: 100%;
}
.product-table .row .cell {
	display: table-cell;
	padding: 7px 0;
	vertical-align: middle;
}
.product-table .tabletitle {
	font: 700 26px/30px "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	letter-spacing: .5px;
}
.product-table .columntitle {
	font: 700 14px/normal "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #d79c3f;
	cursor: pointer;
	letter-spacing: .5px;
}
.product-table .columntitle.selected {
	color: #0c3463;
	background: #f1efe6;
}
.product-table .mark.selected {
	color: #0c3463;
	background: #f9f8f4;
}
.product-table .tabletitle,
.product-table .productinfo {
	width: 200px;
}
.product-table .columntitle,
.product-table .mark {
	width: 130px;
	text-align: center;
}
.product-table .row.header {
	border-bottom: 2px solid #CCC;
}
.product-table .productinfo .name {
	color: #0c3463;
	font-weight: bold;
	line-height: normal;
}
.product-table .row.data {
	border-bottom: 1px solid #CCC;
}
.product-table .mark {
	color: #0c3463;
	font: 700 20px/normal "Verlag A", "Verlag B", sans-serif;
}
.more-products {
	margin-top: 80px;
}
.more-products h3 {
	font: 700 20px/normal "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	letter-spacing: 1px;
}
.more-products .copy {
	margin-top: 20px;
	column-count: 2;
	column-gap: 50px;
}
.more-products .copy p {
	margin-bottom: 10px;
}
#tryform {
	margin-top: 50px;
	padding: 40px;
	background-color: #fff;
}
#tryform .intro h3 {
	font: 700 20px/normal "Verlag A", "Verlag B", sans-serif;
	text-transform: uppercase;
	color: #0c3463;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
#tryform .intro h3,
#tryform .intro p {
	text-align: center;
	width: 100%;
}
.bottom-columns {
	max-width: 932px;
	margin: 0 auto;
	padding: 40px;
}
.bottom-columns #form-container {
	display: inline-block;
	width: 69%;
	vertical-align: top;
}
.bottom-columns .callout {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.bottom-columns .callout h4 {
	font: 500 14px "Gotham SSm A", "Gotham SSm B", sans-serif;
	margin-top: 0;
}
.bottom-columns .callout hr {
	border: 0;
	height: 1px;
	margin: 20px 0;
	background: #e0e0e0;
	border-top: 1px solid #d7dbde;
	border-bottom: 1px solid #FFF;
}
.bottom-columns .callout p {
	margin: 20px 0;
}
.bottom-columns .callout a {
	color: #d79c3f;
}
.bottom-columns .callout a:hover {
	color: #0C3463;
}

/* FORMS
 ------------------------------------ */
#form-container.class {
	display: none;
}
#form-container fieldset {
	margin-bottom: 15px;
}
#form-container fieldset.last {
	margin-bottom: 0;
}
#form-container fieldset legend {
	font: 700 16px/normal "Verlag A", "Verlag B", sans-serif;
	margin: 15px 0;
	border-bottom: 1px solid #d4d9da;
	padding-bottom: 10px;
	width: 523px;
	color: #d69a2d;
}
#form-container .row {
	margin-bottom: 20px;
}
#form-container .row .row, #form-container .row.last {
	margin-bottom: 5px !important;
}
#form-container .row.submit {
	text-align: right;
	border-top: 1px solid #d4d9da;
	margin-top: 15px;
	padding-top: 15px;
	width: 490px;
}
#form-container .field {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	position: relative;
}
#form-container label {
	display: block;
	font-weight: 700;
	padding-bottom: 5px;
}
#form-container label.checkbox {
	font-weight: normal;
}
#form-container .text,
#form-container .controls input,
#form-container .controls select {
	width: 230px;
	height: 27px;
	line-height: 27px;
	border: 1px solid #d4d9da;
	border-radius: 4px;
	padding: 0 5px;
	vertical-align: bottom;
}
#form-container .controls select {
	padding: 0;
}
#form-container .field.short .text, #form-container .field.short .controls input, #form-container .field.short .controls select {
	width: 140px;
}
#form-container .textarea {
	width: 490px;
	height: 115px;
	border: 1px solid #d4d9da;
	border-radius: 4px;
	padding: 5px;
}
input.submit {
	border: 0;
	padding: 2px 45px 2px 30px;
	color: #FFF;
	font: 700 12px/20px "Gotham SSm A", "Gotham SSm B",sans-serif;
	background: #d69a2d url(/assets/images/arrow-submit.png) 100% 55% no-repeat;
	cursor: pointer;
}

/* form errors */
.alert {
	padding: 20px;
	margin: 20px 0;
	border-radius: 4px;
	border: 1px solid #FBEED5;
	background: #FCF8E3;
	font-weight: 700;
	display: block;
}
.alert.alert-error {
	background: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}
.alert.alert-success {
	background: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
}
.alert.alert-info {
	background: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}
#form-container .field input.error,
#form-container .field textarea.error,
#form-container .field select.error {
	border: 2px solid #a11d24;
}
#form-container .field label.error {
	position: absolute;
	left: 75px;
	top: -30px;
	z-index: 98;
	background: #a11d24 url(/assets/images/bg-form-error.jpg) bottom left no-repeat;
	color: #FFF;
	padding: 6px 7px 17px 7px;
	font-size: 11px;
	line-height: 13px;
	width: 240px;
	font-weight: 300;
}

@media only screen and (max-width: 1200px){
	#content {
		background-position: -180px top;
	}
}

@media only screen and (max-width: 965px){
	.intro .col1 {
		flex: 0 0 55%;
	}
	.intro .col2 {
		flex: 0 0 45%;
	}
	.intro .col2 .circle {
		bottom: 55px;
	}
}

@media only screen and (max-width: 750px) {
	.centercopy {
		padding: 20px 20px 0 20px;
	}
	.centercopy .box {
		width: 100%;
		max-width: unset;
		margin-top: 60px;
	}
	.intro .col1 h1 {
		font: 700 18px/23px "Verlag A", "Verlag B", sans-serif;
	}
	.intro .col1 .copy {
		font-size: inherit;
	}
	.intro .col1 {
		order: 2;
		padding-top: 85px;
	}
	.intro .col1::before {
		top: 10px;
	}
	.intro .col1 p.buy {
		margin-top: 30px;
	}
	.intro .col2 img {
		margin: auto;
	}
	.intro .col2 {
		order: 1;
	}
	.intro .col1,
	.intro .col2 {
		flex: unset;
		width: 100%;
	}
	.intro .col1::before {
		left: 40px;
	}
	.product-table .tabletitle,
	.product-table .productinfo {
		width: auto;
		padding-right: 5px !important;
	}
	.product-table .columntitle,
	.product-table .mark {
		width: 80px !important;
	}
}

@media only screen and (max-width: 600px) {
	header {
		padding: 20px 15px 10px 15px;
	}
	.headerlogo {
		width: 150px;
	}
	.pageheadline {
		display: none;
	}
	.centercopy {
		padding: 20px 0 0 0;
	}
	.intro .col1 {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.intro .col1 h1 {
		margin: 0;
	}
	.intro .col1::before {
		left: 20px;
	}
	.intro .col2 .circle {
		right: -100px;
		bottom: -40px;
		padding: 60px 75px 10px 33px;
		margin: auto;
		margin-top: 30px;
	}
	.intro .col2 .circle a.gobutton span {
		display: none;
	}
	.callouts {
		padding: 20px 20px 0 20px;
	}
	.callouts .item {
		flex: 0 0 100%;
	}
	.callouts .item .copy {
		padding-right: 0;
	}
	.callouts .item .logo {
		padding-right: 20px;
	}
	.callouts .item .copy .title {
		margin-bottom: 5px;
	}
	#meetnew {
		padding: 0 10px 10px 10px;
	}
	.product-table .columntitle {
		font-size: 12px !important;
	}
	.product-table .columntitle,
	.product-table .mark {
		width: 70px !important;
	}
	.product-table .tabletitle,
	.product-table .productinfo {
		width: auto;
		padding-right: 5px !important;
	}
	.product-table .tabletitle {
		font-size: 15px;
		line-height: normal;
	}
	.pt-10 {
		font-size: 11px;
	}
	.more-products h3 {
		padding: 0 10px;
	}
	.more-products .copy {
		column-count: 1;
		column-gap: normal;
		padding: 0 10px;
	}
	#tryform {
		padding: 60px 20px 100px 20px;
	}
	.bottom-columns #form-container,
	.bottom-columns .callout {
		width: 100%;
	}
	#form-container .textarea {
		width: 100%;
	}
	#form-container .row.submit,
	#form-container .field,
	#form-container .text, #form-container .controls input, #form-container .controls select {
		width: 100%;
	}
	.bottom-columns .callout {
		margin-top: 40px;
	}
}
