@charset "UTF-8";

/* CSS RESET ################################################################# */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	position: relative;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* EMBEDDED FONTS ################################################################# */

@font-face {
	font-family: 'MuseoSlab500Italic';
	src: url('../fonts/museo_slab_500italic-webfont.eot');
	src: local('☺'), url('../fonts/museo_slab_500italic-webfont.woff') format('woff'), url('../fonts/museo_slab_500italic-webfont.ttf') format('truetype'), url('../fonts/museo_slab_500italic-webfont.svg#webfontjpjUwOMm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab500';
	src: url('../fonts/museo_slab_500-webfont.eot');
	src: local('☺'), url('../fonts/museo_slab_500-webfont.woff') format('woff'), url('../fonts/museo_slab_500-webfont.ttf') format('truetype'), url('../fonts/museo_slab_500-webfont.svg#webfontdtsfCGzt') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* BASE STRUCTURE ################################################################# */
html {
	background: url(../images/main/site-bg.jpg) left top #2b0e00;
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/main/bg-glow.png) center top no-repeat;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
}
#bgContainer {
	position: absolute;
	background: #e9e3d6 url(../images/header/bg2.jpg) center top; 
	width: 100%;
	height: 155px;
	z-index: 1;
}
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
}
#mainContent {
	position: relative;
	padding: 20px 40px 40px 40px;
	background: #FFFFFF url(../images/header/bottom-shadow.gif) repeat-x top;
	box-shadow: 0px 2px 8px #000;
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	z-index: 3;
}
@media only screen and (max-width: 600px) {
	.responsive #mainContent {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#header {
	position: relative;
	height: 155px;
	background: #e9e3d6 url(../images/header/bg2.jpg) center top no-repeat; 
	padding: 0 10px 0 40px; 
	z-index: 4;
}
#footer {
	font-size: 10px;
	color: #625148;
	padding: 10px 40px; 
}
.imec #footer {
	color: #fff;
}
.imec label.error {
	display: block !important;
}
.leftCol {
	width: 450px;
}
.leftColPlus {
	width: 525px;
}
.leftColFloat,
.rightColFloat {
	float: left;
	width: 450px;
} 
.leftColFloat {
	margin-right: 20px;
}
.cols3 {
	width: 280px;
	float: left;
	margin-right: 20px;
}

a:link, 
a:visited { 
	color: #b50912;
} 
a:active,
a:hover { 
	color: #666; 
}
#mainContent li {
	line-height: 18px;
	padding-bottom: 6px;
}
ul, ol {
	margin-left: 0;
	padding-left: 1.8em;
}
.responsive #mainContent {
	padding-bottom: 90px;
}
.bb-logo {
	position: absolute; 
	right: 0; 
	bottom:0; 
	width: 228px; 
	height: 117px;
}
.bb-logo img {
	width: 100%;
	height: auto;
}

/* HEADER SLIDER ################################################################# */

.home-slider {
	margin: 0 -20px 0 -20px;
}
.home-slider .new-corner-ribbon {
	position: absolute;
	top: -6px;
	right: -6px;
	z-index: 1;
}
.header-slider {
	margin: -20px -40px 0 -40px;
}
.header-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 345px;
	padding: 40px 0 0 40px;
	background: transparent url('../images/slides/text-shadow.png') no-repeat top left;
}
.header-slider-overlay h1 {
	color: #fff;
	line-height: 1.4;
}
.header-slider-overlay h1 span {
	display: inline-block;
	background: #af001a;
	padding: 1px 5px 0 5px;
}
.header-slider-overlay h1:after, .header-slider-overlay h2:after {
	background-image: url('../images/main/dotted-line-white.gif');
	max-width: 50%;
}
.header-slider-overlay .callout {
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
}

/* HEADER ################################################################# */

#logo {
	width: 312px;
	height: 107px;
	margin-left: -15px;
	padding-top: 28px;
}
.hide-nav #logo {
	height: auto;
	padding-bottom: 28px;
}
@media only screen and (max-width: 350px) {
	.responsive #logo {
		width: 100%;
	}
	.responsive #logo img {
		width: 100%;
		height: auto;
	}
}
.hide-nav #header {
	height: auto;
}
#quick-contact {
	position: absolute;
	text-align: right;
	right: 40px;
	color: #8a7a6e;
	top: 31px;
}
#quick-contact .prompt {
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#quick-contact .phone {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
}
#quick-contact .email {
	padding-top: 2px;
	margin-top: 0;
	font-size: 13px;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#quick-contact .email a:link,
#quick-contact .email a:visited {
	color: #8a7a6e;
	text-decoration: none;
}
#quick-contact .email a:active,
#quick-contact .email a:hover {
	color: #b50912;
}

/* TYPE ################################################################# */

p {
	margin: 3px 0 10px 0;
}
h1, h2 {
	position: relative;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	display: block;
	padding-bottom: 7px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h1:after, h2:after {
	content: '';
	position: relative;
	display: block;
	height: 5px;
	background: url('../images/main/dotted-line.gif') repeat-x bottom;
}

h1 {
	color: #807257;
	font-size: 12px;
	text-transform: uppercase;
}
h2 {
	margin-top: 20px;
	color: #b50912;
	font-size: 18px;
}
small {
	font-size:10px;
}

#mainContent {
	font-size: 12px;
	line-height: 20px;
}
.option {
	font-size: 22px;
	line-height: 22px;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin-bottom: 5px;
	clear: both;
	text-transform: uppercase;
}
.callout {
	font-size: 32px;
	line-height: 43px;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	color: #c60912;
	margin-bottom: 20px;
	clear: both;
}
.testimonial {
	font-style: italic;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 4px;
	width: 420px;
}
.person {
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 18px;
}
.step-head {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2px;
	padding-bottom: 0;
}
.step p {
	margin-top: 0;
	padding-top: 0;
}
.order-calc-results {
	color: #333333;
	padding-top: 2px;
	font-size: 14px;
}


/* NAVIGATION ################################################################# */

#topnav {
	position: absolute;
	top: 125px;
	color: #b50912;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
ul.subnav {
	margin-bottom: 4em;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#topnav ul,
ul.subnav { 
	padding-left: 0;
}
#topnav ul li,
ul.subnav li { 
	display: inline;
	list-style: none;
	float: left;
	padding: 0;
}
#topnav ul li a,
ul.subnav li a { 
	display: block; 
	text-decoration: none; 
	padding: .0 1em;
	border-left: 1px solid #c4c2a9;
}
ul.subnav li.first a {
	border: none;
	padding-left: 0;
}
#topnav ul li.first a {
	/**/
}
#topnav ul li.home a {
	padding-left: 0;
	border: none;
	background: url(../images/home-icon.gif) no-repeat;
	width: 13px;
	text-indent: -2000px;
	cursor: pointer;
}
#topnav ul li.home a:link,
#topnav ul li.home a:visited {
	background-position: 0 2px;
}
#topnav ul li.home a:active,
#topnav ul li.home a:hover {
	background-position: 0 -23px;
}
#topnav ul li.last a {
	/*border: none;*/
}
#topnav ul li.facebook a {
	padding-left: 20px;
	background: url(../images/facebook.gif) no-repeat 15px 0px;
	width: 16px;
	text-indent: -2000px;
	cursor: pointer;
}
#topnav ul li a:link, 
#topnav ul li a:visited,
ul.subnav li a:link, 
ul.subnav li a:visited{ 
	color: #b50912;
} 
#topnav ul li a:active,
#topnav ul li a:hover,
#topnav ul li.select a:link,
#topnav ul li.select a:visited,
ul.subnav li a:active,
ul.subnav li a:hover,
ul.subnav li.select a:link,
ul.subnav li.select a:visited  { 
	color: #8a7a6e; 
}







/* ESSENTIAL SUPERFISH NAV STYLES ################################################################# */

.topNav, .topNav * {
	position: relative;
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		998;
}
.topNav {
	line-height:	1.0;
}
.topNav li {
	float:			left;
	position:		relative;
}
.topNav > ul > li {
	line-height:	40px;
}
.topNav li ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.topNav li li {
	width:			100%;
}
.topNav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.topNav a {
	display:		block;
	position:		relative;
}


/* SKIN FOR SUPERFISH NAV ################################################################# */

.topNav {
	position: absolute;
	top: 115px;
	color: #b50912;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.topNav a {
	padding: 0 .8em;
	text-decoration:none;
}
.topNav a,
.topNav .last {
	background: url(../images/header/nav-divide.gif) no-repeat left center;
}
.topNav .last {
	background-position: left 11px;
}
.topNav .first a {
	/*background: none;
	padding-left: 0;*/
}
.topNav a, .topNav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #b50912;
}
.topNav li {
	font-size: 16px;
}
.topNav li li {
	font-size: 14px;
	border-bottom: 1px #ebe7e1 solid;
}
.topNav li li.first {
	border-top: 1px #d5cbc0 solid;
}
.topNav li ul {
	background: url(../images/header/subnav-bg.jpg) 0 0;
}
.topNav li li a {
	border-right: none;
	background: none;
}
.topNav li:hover, 
.topNav li.sfHover > a,
.topNav a:focus, 
.topNav a:hover, 
.topNav a:active, 
.topNav a.select:link, 
.topNav a.select:visited,
.topNav a.select:active, 
.topNav a.select:hover {
	color: #8a7a6e; 
	outline: 0;
}
.topNav li li:hover, 
.topNav li li.sfHover > a,
.topNav li li a:focus, 
.topNav li li a:hover, 
.topNav li li a:active {
	background-position: left bottom;
	outline: 0;
}
.topNav ul li.facebook a {
	padding-left: 20px;
	background: url(../images/facebook.gif) no-repeat 15px 0px;
	margin-top: 10px;
	width: 16px;
	height: 25px;
	text-indent: -2000px;
	cursor: pointer;
}
.topNav ul li.home a {
	padding-left: 0;
	margin-top: 10px;
	border: none;
	background: url(../images/home-icon.gif) no-repeat;
	width: 13px;
	height: 25px;
	text-indent: -2000px;
	cursor: pointer;
}
.topNav ul li.home a:link,
.topNav ul li.home a:visited {
	background-position: 0 2px;
}
.topNav ul li.home a:active,
.topNav ul li.home a:hover {
	background-position: 0 -23px;
}


/* ########### NAV DROP DOWNS ##########*/

.topNav li:hover ul,
.topNav li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		999;
}
ul.topNav li:hover li ul,
ul.topNav li.sfHover li ul {
	top:			-999em;
}
ul.topNav li li:hover ul,
ul.topNav li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.topNav li li:hover li ul,
ul.topNav li li.sfHover li ul {
	top:			-999em;
}
ul.topNav li li li:hover ul,
ul.topNav li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/* ARROWS FOR NAV ################################################################# */

.topNav a.sf-with-ul {
	padding-right: 	1.8em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.8em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(../images/header/subnav-arrow.png) no-repeat 0 -30px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1em;
	background-position: 0 -30px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0 0; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.topNav ul .sf-sub-indicator { background-position:  0 0; }
.topNav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.topNav ul a:focus > .sf-sub-indicator,
.topNav ul a:hover > .sf-sub-indicator,
.topNav ul a:active > .sf-sub-indicator,
.topNav ul a.select > .sf-sub-indicator,
.topNav ul li:hover > a > .sf-sub-indicator,
.topNav ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -30px; /* arrow hovers for modern browsers*/
}


/* FORMS ################################################################# */

.form-block {
	padding-left: 40px;
	padding-bottom: 15px;
}
.form-flavor {
	clear: left;
	float: left;
	width: 150px;
}
.radioGroup {
	padding-bottom: 5px;
}
.form-qty,
.form-qty-results,
.order-calc-col1,
.order-calc-col2 {
	float: left;
}
.order-calc-col1 {
	width: 100px;
}
.form-qty-results {
	font-weight: bold;
}

input,
select,
textarea {
	font-size: 13px;
	box-sizing: border-box;
	margin: 1px 5px 6px 0;
}
input.radio {
	margin: 1px 2px 2px 0;
	vertical-align: top;
}
input.text,
textarea,
select {
	border: 1px solid #CCC;
	outline: none;
	padding: 4px 6px;
}
input.text,
textarea,
select.full {
	width: 300px;
}
@media only screen and (max-width: 390px) {
	.responsive input.text,
	.responsive textarea,
	.responsive select.full {
		width: 100%;
	}
}
.form-qty input.text {
	width: 150px;
}
.order-calc-col1 input.text {
	width: 60px;
}
input.button, 
div.button {
	font-size: 13px;
	background: #999;
	border: 0px;
	margin: 10px 0;
	padding: 3px 6px;
	color: #FFFFFF;
	float:left;
}
div.button {
	padding: 1px 6px 1px 6px;
}
input.button:hover,
div.button:hover {
	background: #b50912;
	cursor: pointer;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	padding-top: 4px;
}
input.inline-label {
	color:#999;
}
input.focused {
	color:#000;
}

label {
	font-style: italic;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	line-height: 15px;
}
label.error {
	padding-top: 0;
	display: none;
	font-style: italic;
	font-weight:normal;
}
.how-heard label.error {
	margin-left: 5px;
}
label.error, .red {
	color: #FF0000;
}
label.radioError {
	/*display: block;*/
}
label.checkboxLabel {
	font-weight: normal;
}
.checkbox-options label {
	padding-top: 0;
}
.checkbox-options {
	padding-bottom: 5px;
}
#ui-datepicker-div {
	font-size: 10px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span { 
	text-indent: -2000px;
}

.zipsort input.text {
	width: 100px;
	float: left;
}
.zipsort input.button {
	margin: 1px 0;
	padding: 5px 10px 6px 10px;
}
#how-did-you-hear-other {
	display: none;
}
.submit-message {
	float: left;
	clear: left;
}
.loading { 
	width: 32px; 
	height: 32px; 
	float: left;
	clear: left;
	display: none;
	text-indent: -4000px;
	background: url(../images/loader.gif) no-repeat; 
}
.submit-message .failure {
	color: #FF0000;
}
.dollar-precede {
	position: relative;
}
.dollar-precede:before {
	content: '$';
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
}
#print-goal-requirements {
	display: none;
}
#participant-requirement-estimate {
	display: none;
}
.order-form-exta-fields {
	display: none;
}
#participant-requirement-estimate .form-block > p:first-child {
	margin-top: 10px;
}
#participant-requirement-estimate h3 + p {
	margin-top: 0;
}
.estimate-number {
	font-size: 16px;
}

/* TABLES ################################################################# */

table.buyers {
	clear: both;
	margin: 30px 0;
	width: 525px;
}
table.buyers th {
	background: #ebe4d6;
	font-family: 'MuseoSlab500', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	padding: 5px 50px 5px 5px;
	border-bottom: 1px solid #d2cab8;
}
table.buyers tr.select {
	border-bottom: 1px solid #c4edc6;
	border-right: none;
	border-left: none;
}
table.buyers tr.select,
table.buyers tr.select td {
	background: #f2fbf2;
}

table.buyers td {
	padding: 3px 10px 3px 3px;
	background: url('../images/main/dotted-line.gif') repeat-x bottom;
}
table.buyers td.name {
	white-space: nowrap;

}

table.buyer-details {
	width: 500px;
}

table.buyer-details td {
	padding: 3px 10px 3px 3px;
}


/* MISC ################################################################# */

#fadeAssist {
	background-color: #FFFFFF;
}
.flavor,
.variety-pack {
	float: left;
	width: 142px;
	padding-right: 10px;
	margin-bottom: 2px;
}
.flavor {
	width: 220px;
}
.pastry-flavor:nth-child(4n+1) {
	clear: left;
}
.flavor img {
	width: 105px;
	height: auto;
}
.cookie-flavor {
	width: 142px;
	padding-top: 10px;
}
.flavor p,
.variety-pack p {
	font-size: 11px;
	line-height: 16px;
}
.flavor .head,
.variety-pack .head {
	font-weight: bold;
}
.variety-pack {
	width: 450px;
}
.new-corner-ribbon {
	position: absolute;
	background: url('../images/new-corner-ribbon.png') no-repeat top right;
	width: 124px;
	height: 123px;
	text-indent: -5000px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
::selection {
	background: #e6e0d2;
        }
::-moz-selection {
	background: #e6e0d2;
}
@media only screen and (max-width: 1000px) {
	.responsive #container {
		width: 100%;
	}
}