/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background-color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #727474;
}

.center {
	text-align: center;
}

p {
	font-size: 0.8125em;
	line-height: 1.4;
}

p.alert {
	color: #cc0000;
}

body button {
	background-color: #00B1E5;
	border-color: #0B6299;
	outline: none;
}

body .button-alt {
	background-color: #FF9900;
	border-color: #FFFFFF;
	outline: none;
}

body button.small {
	padding: 0.1em 2em;
	font-size: 1.1em;
}


a {
	text-decoration: none;
	color: #39C;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2FAEE4;
	line-height: 1.2;
}

main h1.page-heading {
	background-color: #45b048;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 0.4em;
	margin-top: 0;
}

main h1.page-heading-alt {
	background-color: #00B0E5;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 0.4em;
	margin-top: 0;
}

h2 {
	color: #2FAEE4;
}

hr {
	border-color: #999999;	
}

button, a.button {
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	border: 1px solid #00B1E5;
	outline: none;
	color: #fff;
	background-color: #0E7BBF;
	padding: 0.5rem 1.5rem 0.45rem 1.5rem;
}

button:hover, a.button:hover {
	background-color: #0B6299;
}

button.button-alt:hover, a.button-alt:hover {
	background-color: #DD8400;
}

section {
	margin: 1em 0;
}

section.last {
	background: none;
	padding-bottom: 0;
}

section header h1 {
	font-size: 1.125em;
	/** font-family: "Times New Roman", Times, serif;**/
	color: #fff;
	line-height: 1.5;
	background-color: #00b0e5;
	margin-bottom: 0.625em;
	padding-left: 0.625em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

section h2 {
	font-size: 1.125em;
}

main ul, main ol, section ul, section ol {	
	margin: 0;
	font-size: 0.8125em;
	line-height: 1.4;
	padding-left: 1.3em;
}

main ul, section ul {
	list-style: square outside none;
}

main ul li, main ol li, section ul li, section ol li {
	margin-bottom: 0.75em;
}

section aside {
	background: url('/media/ui/panel_line.gif') repeat-x;
	padding-top: 0.4em;
}

section aside h3 {
	font-size: 0.75em;
}

section aside h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	margin: 0.8em 0;
}

section aside h4:before {
	content: "\25AA";
	margin-right: 10px;
}

img.center {
	display: block;
	margin: 0 auto;
}

figure.right {
	margin: 0 0 0.675em 0;
	clear: right;
}

#document-header input, #search input {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	border: 1px solid #9DD8EB;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

#document-header button {
	float: left;
}

#document-header button, main #poll button {	
	font-size: 0.875rem;
	margin-bottom: 0;
	padding: 0.25rem 0.8rem 0.25rem 0.8rem;
	background-color: #00b1e5;
}

#document-header button:hover, main #poll button:hover {
	background-color: #0B6299;
}

#document-header #branding {
	padding-right: 0;
}

#document-header h1 {
	margin: 0.5em 0 8px 0;
}

/** Global Navigation **/

#document-header nav.global {
	font-size: 0.7em;
	margin: 0.75em 0;
	padding: 0;
}

#document-header nav.global ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#document-header nav.global ul li {
	display: inline-block;
	border-right: 1px solid #39C;
	padding: 0 5px 0 0;
}

#document-header nav.global ul li.first {
	padding-left: 0;
}

#document-header nav.global ul li.last {
	border: none;
	padding-right: 0;
}

#document-header nav.global ul li a {
	text-decoration:none;
}

#document-header nav.global ul li a:hover {
	text-decoration: underline;
}

/** Login **/

#login {
	background-color: #E7F2F8;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

#login form {
	overflow: auto;
	margin-bottom: 0.5em;
}

#login input {
	width: 168px;
}

#login p {
	margin-top: 0;
	margin-bottom: 1.3em;
}

#login p a {
	display: inline-block;
	padding-left: 6px;
	padding-right: 10px;
	border-right: 1px solid #39C;
	font-size: 0.9em;
}

#login p a.last {
	border-right: none;
}

#login ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#login ul li {
	display: inline-block;
	float: left;
	font-size: 0.75em;
}

#login #zkloginmsg {
	margin: 0.3em 0 0 0;
	font-size: 0.75em;
	line-height: 1;
	color: #c00;
}

/** Password Reset **/

#password-reset {
	font-size: 0.75em;
	padding-right: 0 !important;
	border-right: none !important;
}

/** Main Navigation **/

#document-navigation {
	margin-top: 0.5em;
}

#document-navigation ul {
	background-color: #41AD4B;
	padding: 0;
	margin: 0;
}

#document-navigation ul li {
	display: inline-block;
	float: left;
	border-right: 1px solid #FFF;
}

#document-navigation ul li.last {
	border-right: 0;
}

#document-navigation ul li a {
	color: #FFF;
	font-size: 0.8125em;
	line-height: 23px;
	display: block;
	text-align: center;
}

#document-navigation-home a {
	width: 73px;
}

#document-navigation-recipes a {
	width: 103px;
}

#document-navigation-glutenfree a {
	width: 126px;
}

#document-navigation-dairyfree a {
	width: 118px;
}

#document-navigation-allergies a {
	width: 147px;
}

#document-navigation-livingallergies a {
	width: 256px;
}

#document-navigation-newlydiagnosed a {
	width: 171px;
}

#document-navigation ul li a:hover, #document-navigation ul li.on a {
	text-decoration: none;
	background-color: #2faee4;
}

#document-navigation ul li.flyout a:after {
	content: ' \25BC';
}

#document-navigation ul li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	box-shadow: 0px 4px 8px #666;
}

#document-navigation ul li:hover ul {
	display: block !important;
}

#document-navigation ul li ul li {
	display: block;
	clear: both;
	border-right: none;
}

#document-navigation ul li ul li a, #document-navigation ul li.on ul li a {
	display: block;
	width: 258px;
	background: none;
	background-color: #e7f2f8;
	color: #000000;
	border-left: 4px solid #2faee4;
	border-bottom: 1px solid #bfdef1;
	border-right: 1px solid #bfdef1;
	text-align: left;
	padding-left: 1.3em;
}

#document-navigation ul li.flyout ul li a:after {
	content: '';
}

#document-navigation ul li.last ul {
	margin-left: -91px;
}

#document-navigation ul li.last ul li a {
	border-left: 1px solid #bfdef1;
	border-right: 4px solid #2faee4;
}

#document-navigation ul li ul li a:hover {
	background-color:#ffffff;
	color:#2faee4;
}

#document-navigation ul li.social a {
	display: inline;
}

#document-navigation ul.hide-for-medium-up {
	padding: 10px 1.05em;
	background-color: #0B6299;
}

#document-navigation ul.hide-for-medium-up li {
	border: none;
	margin-right: 1em;
}

#document-navigation ul.hide-for-medium-up li.social {
	margin-right: 0;
}

#document-navigation ul.hide-for-medium-up li a:hover {
	background: none;	
}

/** Content **/

#content {
	padding-top: 1em;
}

/** Main Column **/

main form label {
	display: inline-block;
	margin-bottom: 0.5em;
}

main form .required {
	color: #CC0000;
}

main form button {
	padding-top: 0.5em;
	padding-bottom: 0.45em;
}

main form fieldset {
	clear: both;
}

main form select {
	padding: 0.3em;
	border: 1px solid #ccc;
}

main form textarea {
	height: auto;
}

/** Advertising **/

main div.ad {
	margin: 2em 0;
	text-align: center;
}

/** OFIE **/

#ofie {
	margin-bottom: 1em;
	text-align: center;	
}

div.fancybox-wrap #ofie-overlay {
	margin: 1em;
	text-align: center;
}

div.ofie-default {
	background-image: url('/media/ui/reg_ofie_bg2.jpg');
	background-repeat: no-repeat;
	border: 1px solid #666;
	padding: 12px 12px 12px 150px;
	background-color: #fff;
}

div.ofie-default form {
	margin-bottom: 0;
}

div.ofie-default h2 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #E43825;
}

div.ofie-default h3 {
	font-weight: normal;
	font-size: 0.95em;
	margin: 0 0 0.4em 0;
	text-align: center;
}

#ofie-default-input {
	float: left;
	margin: 0 0 0 30px;
	padding: 0.3em;
	width: 270px;
	height: auto;
	font-size: 0.75em;
	color: #999;
}

#ofie-default-submit {
	margin: 0px;
}

/** Section: Articles **/

section.articles h2 {
	color: #E43925;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.625em;
	margin-top: 0;
	margin-bottom: 0.5em;
}

section.articles h2 span {
	color: #666666;
	font-size: 0.475em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 5em;
	line-height:2.5;
}

section.articles h2 span a {
	color: #666666;
	font-weight: normal;
	text-decoration:underline;
}

section.articles ul li a {
	color: #666666;
}

section.articles ul li span.notice {
	font-style:italic;
}

/** Section: Feature **/

section.feature {
	background-image: none;
	padding-bottom: 0;
	margin-top: 0;
}

section.feature h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.125em;
	margin-top: 0;
}

section.feature h1 a {
	text-decoration: none;
}

section.feature h1 a:hover {
	text-decoration: underline;
}

section.feature article figure figcaption, article.detail figure figcaption {
	margin: 1em 0 0 0;
	font-size: 0.7em;
	line-height: 1.4;
	color: #666;
}

section.feature h2 {
	color: #E43925;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.625em;
	margin-top: 0;
	margin-bottom: 0.5em;
}

section.feature h3 {
	color: #39C;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 0.8125em;
}

/* Feature Slider */
section.feature-slider .swiper-container, section.feature-slider .swiper-wrapper {
	height:160px;
}
section.feature-slider {
	border: 1px solid #2FAEE4;
	overflow:hidden;
	position:relative;
	margin-bottom:0;
}
section.feature-slider .swiper-container {
	width:100%;
}
section.feature-slider .swiper-container:hover {
	cursor:pointer;
}
section.feature-slider article figure img {
	vertical-align:middle;
	width:100%;
}
section.feature-slider .photo-overlay {
	background:url(/media/ui/white-overlay.png);
	padding:10px;
	color:#333;
	top:15px;
	right:15px;
	width:40%;
	position:absolute;
	z-index:999;
}
section.feature-slider .photo-overlay .photo-title {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#41AD4B;
	text-align:center;
}
section.feature-slider .photo-overlay .photo-description {
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
	color:#555;
}
section.feature-slider .photo-info {
	padding:10px;
	color:#333;
	background-color:#f1f7fc;
}
section.feature-slider .photo-info .photo-title {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#41AD4B;
}
section.feature-slider .photo-info .photo-description {
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	margin-top:5px;
	color:#555;
}
#slide-titles .slide-title {padding:5px;background-color:#2FAEE4;color:#FFF;display:inline-block;overflow:hidden;font-size:11px;vertical-align:top;text-align:center;}
#slide-titles .slide-title.active {padding:5px 4px 4px;border:1px solid #2FAEE4;border-top:0;background-color:#f1f7fc;color:#2faee4;}
@media only screen and (min-width: 30.063em) and (max-width: 40.063em) {
	section.feature-slider .swiper-container, section.feature-slider .swiper-wrapper {
		height:250px;
	}
	section.feature-slider .photo-overlay .photo-title {
		font-size:21px;
		line-height:28px;
	}
	section.feature-slider .photo-overlay .photo-description {
		font-size:13px;
		line-height:17px;
	}
	section.feature-slider .photo-info .photo-title {
		font-size:21px;
		line-height:28px;
	}
	section.feature-slider .photo-info .photo-description {
		font-size:13px;
		line-height:17px;
	}

}

@media only screen and (max-width: 30.063em) {
	figure.right {
		width: 100%;
	}
	figure.left {
		width: 100%;
	}
	figure img {
		width: 100%;
	}
}

/** Section: Related Recipes **/

section.related-recipes {
	background-color: #f1f7fc;
	padding: 0.5em;
}

section.related-recipes header h1 {
	color: #2faee4;
	font-size: 0.875em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0;
	background-color: #f1f7fc;
	padding: 0;
}

section.related-recipes article h1, section.related-recipes article span {
	display: inline;
	font-size: 0.75em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}

section.related-recipes article span {
	color: #666;	
}

section.related-recipes article {
	margin-bottom: 0.5em;
}

/** Section: Featured Articles **/

section.more-features {
	border-top: 1px solid #2faee4;
	padding-top: 0.6875em;
}

section.more-features li {
	padding-bottom: 0;
}

section.more-features li.last {
	border-right: none;
}

section.more-features article h1 {
	font-size: 1.125em;
	font-family: "Times New Roman", Times, serif;
	color: #2faee4;
	margin-bottom: 0.4em;
}

section.more-features article h1 a {
	color: #333;
	text-decoration: none;
}

section.more-features article p {
	font-size: 0.75em;
	line-height: 1.4;
	margin-top: 0.4em;
}

section.more-features article p.more {
	font-size: 0.8125em;
}

/** Section: Two Column **/

section.two-column {
	border: 1px solid #2FAEE4;
	padding: 1em;
}

section.two-column article h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.375em;
	margin: 0;
}

section.two-column article h1 a {
	color: #44AB48;
}

section.two-column article p {
	font-size: 0.75em;
}

section.two-column article p.byline {
	color: #44AB48;
	text-align: right;
}

/** Section: Community - Blog **/

#community h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.625em;
	line-height: 1;
}

#community h2 a {
	color: #E43925;
}

#community article {
	border-bottom: 1px solid #2FAEE4;
}

#community article.last {
	border-bottom: none;
}

#community article h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.125em;
	margin-bottom: 0;
}

#community article p {
	font-size: 0.75em;
	margin-top: 0.5em;
}

#community article p.byline {
	color: #44AB48;
	text-align: right;	
	margin: 0.5em 0;
}

#community article p.date {
	color: #999;
	margin: 0.5em 0;
}

/** Section: More Articles **/

section.more article {
	margin: 1em 0;	
}

section.more article h1 {
	display: inline;
	font-size: 0.75em;
}

section.more article span {
	font-size: 0.8em;
}

section.more article span.notice {
	font-style: italic;	
}

/** Article Detail **/

article.detail header h2 {
	color: #E43825;
	font-size: 1.375em;
	border-bottom: 3px solid #44AC49;
	padding-bottom: 4px;
	margin-top: 0;
}

article.detail header h2 span {
	display: block;
	clear: both;
	color: #E43825;
	font-size: 0.65em;
	font-weight: normal;
	line-height: 1.8;
}

article.detail h1 {
	font-size: 1.375em;
}

article.detail h2 {
	font-size: 1.125em;
}

article.detail p.byline {
	color: #666;
	font-size: 0.7em;
}

article.detail div.ad {
	text-align: center;
	margin: 1em 0;
}

/** Story Tools **/

#sidebar-container aside {
	border: 1px solid #44AC49;
	margin: 0 0 1em 0;
}

#sidebar-container aside h3 {
	background-color: #44AC49;
	font-size: 0.8125em;
	line-height: 2;
	padding: 0 0.8125em;
	color: #fff;
	margin: 0;
}

#sidebar-container aside p {
	padding: 0 10px;
	font-size: 0.75em;
}

#sidebar-container aside figure {
	padding: 10px 10px 0 10px;
	width: auto;
}

#sidebar-container aside figure img {
	max-width: 158px;
}

#sidebar-container aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar-container aside ul li {
	margin-bottom: 0;
}

#sidebar-container aside ul li a {
	display: block;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	line-height: 16px;
	text-decoration: underline;
}

#sidebar-container aside ul li span {
	padding: 10px;
	font-size: 0.75em;
	display: block;
	color: #666;
	line-height: 1.3;
}

#sidebar-container #article-tools ul li a {
	line-height: 24px;
	padding: 0 0 0 10px;
}

#sidebar-container aside ul li a:hover {
	background-color: #E6F2F8;
	color: #0B6299;	
}

/** Related Topics **/

#related-topics, #story-related-files {
	clear: both;
}

#related-topics h3, #story-related-files h3 {
	font-size: 1em;	
	border-bottom: 3px solid #44AB48;
	padding-bottom: 6px;
	margin-bottom: 0.6em;
}

article.detail #related-topics ul, article.detail #story-related-files ul {
	margin-top: 0.6em;
	padding-left: 0;
	list-style: none;
}

article.detail #related-topics ul li, article.detail #story-related-files ul li {
	display: inline-block;
	padding-left: 1em;
	font-size: 0.875em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.6em;
}

article.detail #story-related-files ul li {
	display: block;
}

article.detail #related-topics ul li.first, article.detail #story-related-files ul li.first {
	padding-left: 0;
}

article.detail #related-topics ul li:before, article.detail #story-related-files ul li:before {
	content: "\25A0";
	padding-right: 0.5em;
	vertical-align: top;
}

article.detail #related-topics ul li a, article.detail #story-related-files ul li a {
	color: #2FAEE4;
	display: inline-block;
	padding-top: 1px;
}

/** Story/Section Pagination **/

article.detail nav, section nav {
	margin: 2em 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #eee;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear:both;
}

article.detail nav ul, section nav ul {
	padding: 0.5em 0;
}

article.detail nav ul li, section nav ul li {
	display: inline;
}

article.detail nav ul li a, section nav ul li a {
	border-left: 1px solid #666;
	margin-left: 0.8em;
	padding-left: 1em;
}

article.detail nav ul li.first a, section nav ul li.first a {
	border-left: none;
	margin-left: 0;	
}

article.detail nav ul li a.current, section nav ul li a.current {
	font-weight: bold;
	color: #000;
	cursor: default;
	text-decoration: none;
}

/** Comments **/

#comments-add textarea {
	height: auto;
}

div.comment-message p {
	font-size: 0.7em;
	line-height: 1.6;
}

p.comment-credit {
	color: #999;
	padding-bottom: 20px;
	border-bottom: 1px dotted #B8B8B8;
	font-size: 0.7em;
}

/** STORY PAYWALL **/

#story-paywall {
	background-color: #eee;
	padding: 1em 1em 0 1em;
	margin-top: 2em;
	clear: both;
}

#story-paywall h3 {
	margin: 0;
	font-size: 1.125em;
	color: #C00;
}

#story-paywall h4 {
	color: #44AB48;
	line-height: 1.3;
}

#story-paywall-subscribe {
	padding-right: 2em;
}

#story-paywall button {
	margin-bottom: 0;
}


/** Right Column **/

#column-right section h2 {
	color: #333;	
}

#column-right section article h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.75em;
	line-height: 1.3;
	font-weight: normal;
}

#column-right div.ad {
	text-align: center;
	margin: 0 0 1em 0;
}

/** Right Column: Links **/

section.links ul {
	list-style: none;
	padding-left: 0;
	font-size: 0.75em;
}

section.links ul li {
	margin: 0.67em 0;
}

/** Search **/

#search form {
	overflow: auto;
	margin-bottom: 0;
}

#search input {
	margin-bottom: 1em;	
}

#search p {
	font-size: 0.6875em;
	margin: 0.2em 0;
	text-align: right;
}

/** Current Issue **/

#current-issue header h3 {
	font-size: 1.375em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0.4em;
}

#current-issue header h3 span {
	font-size: 0.75em;
	font-family: Lucida Sans Unicode;
	font-weight: normal;
	color: #666;
}

#current-issue figure {
	margin-bottom: 0;
}

#current-issue h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.125em;
	margin-top: 0;
	margin-bottom: 0;
}

#current-issue p {
	margin: 0.5em 0;
}

#current-issue ul {
	font-size: 0.75em;
	list-style: none;
}

#current-issue ul li:before {
	content: '\25AA  ';
}

/** Poll **/

main #poll article h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #2faee4;	
}

main #poll article span {
	font-size: 0.75em;
	display: inline-block;
	margin-left: 0.4em;
}

#poll dl {
	font-size: 0.75em;
}

#poll dl dt {
	display: block;
	color: #FFFFFF;
}

#poll dl dd {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0.25em 0.75em;
	background: #45B048 none repeat scroll 0 0;
	margin: 0.5em 0;
	color: #000;
}

#poll label {
	font-size: 0.75em;
	line-height: 1.2;
	margin-bottom: 0.7em;
	width: 80%;
	vertical-align: top;
}

/** Related Graphic **/

#column-right section.story-related-graphic figure {
	text-align: center;	
}

/** Footer **/

#document-footer {
	background-color: #fff;
	padding-top: 1em;
}

#document-footer div.ad {
	margin-bottom: 1.25em;
	text-align: center;
}

#document-footer nav ul {
	font-size: 0.75em;
	padding: 0;
	text-align: center;
}

#document-footer nav ul li {
	display: inline;
	padding-right: 5px;
	line-height: 2;
}

#document-footer nav ul li a {
	padding-right: 8px;
	border-right: 1px solid #39C;
}

#document-footer nav ul li.last a {
	padding-right: 0;
	border-right: none;
}

#document-footer p {
	color: #87BDDF;	
	font-size: 0.625em;
	margin-top: 0.4em;
	margin-bottom: 2em;
}

#document-footer #copyright {
	margin-top: 1em;
}

#document-footer #copyright img {
	margin-top: 0.6em;
}

/** TinyMCE Overrides **/
#tinymce {
	background-color: #fff;
	font-size: 16px;
}

/** Submit Loading **/

#wrapperForm button.submit-disabled {
	background-image: url('/media/ui/loading.gif');
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding-left: 40px;
}

/** Mobile Menu **/
#mobile-menu {
	display: none;
	background-color: #7BA9DA;
}

#mobile-menu ul {
	margin: 0;
	padding: 0;
}

#mobile-menu ul li {
	display: block;
	float: none;
	background-color: #7BA9DA;
	text-align: left;
}
#mobile-menu ul li a {
	display: block;
	padding: 0.5em 1em;
	border-bottom: 1px dotted #fff;	
	color: #fff;
}

/** Facebook Plugin **/

#facebook-plugin {
	width: 288px;
}

/** PATTY WAS PLAYING WITH THIS Theme: Flow **/
#flow {
	background-color: #FBF1CF;
}

#flow #flow-container {
	background-color: #fff;
}

#flow div.logo-container h1 {
	text-align: center;
}

#flow div.order-buttons {
	margin-top: 2em;
}

#flow div.order-buttons a.button {
	margin: 0 0.8em 0.8em 0;
	text-decoration: none;
	background-color: #2FAEE4;
	border: 1px solid #FFF;
}

#flow div.order-buttons a.button:hover {
	background-color: #0E7BBF;
}

/** Patty - ask Aaron about spacing when orange buttons are enabled **/

#flow div.order-buttons a.button-alt {
	margin: 0 0.8em 0.8em 0;
	text-decoration: none;
	background-color: #FF9900;
	border: 1px solid #FFF;
}

#flow div.order-buttons a.button-alt:hover {
	background-color: #DD8400;
}


#flow ul.large-block-grid-5 {
	font-size: 1em;
}

#flow ul.large-block-grid-5 li {
	text-align: center;
	margin-bottom: 0;
}

#flow ul.large-block-grid-5 li img {
	display: block;
	margin: 0 auto;
}

#flow ul.large-block-grid-5 li h3 {
	font-size: 0.8em;
	line-height: 1.3;
	color: #7BA9DA;
	margin-bottom: 0.3em;
	min-height: 56px;
}
#test{
	font-size: 0.8em;
	line-height: 1.3;
	color: #7BA9DA;
	margin-bottom: 0.3em;
	min-height: 20px;
}

#flow ul.large-block-grid-5 li p {
	margin: 0.3em 0 0.8em 0;
	font-size: 0.75em;
}

#flow ul.large-block-grid-5 li ul {
	margin: 0;
	font-size: 0.75em;
}

#flow ul.large-block-grid-5 li ul li {
	line-height: 1.3;
	color: #666;
	width: 170px;
}

#flow ul.large-block-grid-5 li div.qty-control span, #flow div.single-product-row div.qty-control span {
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
}

#flow ul.large-block-grid-5 li div.qty-control select, #flow div.single-product-row div.qty-control select {
	padding: 0;
	font-size: 0.8em;
	width: 40px;
	height: auto;
	margin: 0 0.2em;
	background-color: #fff;
	background-position-x: 85%;
}

#flow div.order-links {
	font-size: 0.7125em;
	line-height: 29px;
}

#flow div.order-links img.left {
	padding-right: 0.5em;
	max-width: 50px;
}

#flow div.shipping-info table {
	border: 1px solid #000;
	padding: 2em 1em 1em 1em;
	border-collapse: separate;
}

#flow div.shipping-info table th {
	text-align: left;
	padding: 0 1em 1em 1em;
}

#flow div.shipping-info table td {
	padding: 0 1em 1em 1em;
}

#flow div.order-total {
	margin-top: 1em;
}

#flow div.order-total label {
	float: left;
	padding-right: 1em;
	line-height: 2;
	font-weight: bold;
}

#flow div.order-total input {
	width: 100px;
	float: left;
	margin-bottom: 0;
}

#flow div.single-product-row div.order-total input {
	width: 70%;
}

#flow p.small {
	font-size: 0.7em;
}

#flow div.order-canada, #flow div.order-gift {
	clear: both;
	margin-bottom: 0.5em;
	overflow: auto;
}

#flow div.order-canada span, #flow div.order-gift span {
	font-size: 0.8em;
	line-height: 2.2;
}

#flow div.order-canada img, #flow div.order-gift img {
	width: 60px;
	padding-right: 1em;
}

#flow div.order-form label {
	line-height: 2.4;
	margin-bottom: 0;
}

#flow div.order-eletters {
	font-size: 0.8em;
	line-height: 1.3;
}

#flow div.product-details-popup {
	width: 600px;
}

#flow div.product-details-popup div.product-image {
	margin: 0 1em 1em 0;
	position:relative;
}

#flow div.product-details-popup div.product-image a {
	bottom: 5px;
	right:5px;
	position:absolute !important;
}

#flow #order-error {
	margin-bottom: 2em;
}

#flow #order-error ul {
	padding-left: 40px;
}

#flow #order-error h3 {
	color: #ff0000;
}

#flow #order-error ul li {
	list-style: disc;
	color: #ff0000;
}

#flow section header h1 {
	font-size: 2em;
	line-height: 1.2;
	color: #2FAEE4;
	background: none;
	padding: 0;
}

#flow .checkbox-description input {
	margin-bottom: 0;
}

#flow .checkbox-description p {
	margin-top: 0.5em;	
}

#flow .large-block-grid-5 ul, #flow ul.product-block-grid ul {
	list-style: none;
	padding: 0;
}

#flow #billing-column, #flow section.product-split div.large-9 {
	border-left: 1px solid #999;
}

#flow #billing-column, #flow section.product-split div.large-9 div.large-9 {
	border-left: none;
}

#error {
	color: #cc0000;
}

#error h5 {
	color: #cc0000;
	margin: 1em 0;
}

/** Issue Index **/

#index-issue h2 {
	font-size: 1.75em;
	font-family: "Times New Roman", Times, serif;
	color: #E43825;
	margin: 0;
}

#index-issue article {
	clear: both;
}

#index-issue article h1 {
	font-size: 1.1em;
}

#index-issue article p span.notice {
	font-style: italic;
}

/** Default Branding **/

#default header {
	background-color: #00b0e5;
	padding-right: 0.3125em;
	margin-bottom: 0.6em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#default header h1 {
	background: none;
	display: inline-block;
	margin: 0;
}


/** Profile **/

#profile header {
	background-color: #00b0e5;
	padding-right: 0.3125em;
	margin-bottom: 0.6em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#profile header h1 {
	background: none;
	display: inline-block;
	margin: 0;
}

#profile header ul {
	list-style: none;
	float: right;
	padding-top: 0.4em;
}

#profile header ul li {
	display: inline-block;
	float: left;
	color: #fff;
	border-left: 1px solid #fff;
	padding: 0 0.5em;
}

#profile header ul li a {
	color: #fff;
	padding: 0 0.5em;
}

#profile header ul li.first a {
	border-left: none;
}

#profile figure {
	width: 170px;	
}

#profile .profile-newsletters {
	margin: 1em 0;
}

#profile .profile-newsletters div.row {
	margin-bottom: 0.4em;	
}

#profile .profile-newsletters input {
	float: left;
	margin-right: 0.3125em;
	margin-top: 0.2em;
}

#profile .profile-newsletters label {
	font-weight: bold;
	display: block;
	float: left;
	width: 90%;
}

#profile .profile-newsletters label span {
	display: block;
	clear: both;
	font-size: 0.9em;
	font-weight: normal;
}


/** TABLES **/
table {
	margin-bottom: 8px;
}

table td, table th{
	font-size: 13px;
	line-height: 18px;
}

/**table.default {
font-size: 0.8125em;
line-height: 1.4;
color: #666;
}

table.default th {
text-align: left;
}
**/

/* Multi-select Field (used on Advanced Search) */
#content form select[multiple] {
height: auto;
background: none;
}

/* Glossary Styles */

#glossary ul.index {
  padding: 5px 0;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin: 30px 0;
}
#glossary ul.index li {
  list-style-type: none;
  float: left;
	margin-left: 15px;
	margin-bottom: 0;
	font-size: 13px;
}
#glossary ul.index li a {
	text-decoration: none;
}
#glossary ul.index li a.on {
	font-size: 13px;
	font-weight: bold;
}
#glossary ul.recipes {
	padding-bottom: 20px;
}
#glossary ul.recipes li {
	list-style-position: inside;
}

/** Recaptcha **/
#recaptcha {
	margin-bottom: 1em;
}

#recaptcha_response_field {
	margin: 0;
}

#recaptcha_privacy {
	font-size: 0.8em;
}

/** new flow styles **/
.flow-big-header{background-color:#2faee4;color:#fff;text-align: center;font-size: 30px;padding:30px 0;font-weight:bold;line-height: 47px;height:200px;display:table-cell;vertical-align:middle;}
.flow-cover-sidebar{margin-top:-50px;text-align: center;position:relative;}
.flow-cover-sidebar-payment{margin-top:-120px;position:relative;}
.flow-cover-sidebar-sm{margin-bottom:10px;text-align: center;}
.flow-bubble{border-radius: 50%; width: 80px; height: 80px; text-align: center; padding: 32px 12px; color: rgb(255, 255, 255); position: absolute; top: 30%; left: 70%; background-color: #E00C13; box-shadow: -2px -4px 8px 0 #000 inset, 2px 4px 10px 2px #fff inset;}
.flow-bubble-payment{left: 45%;}
.flow-bubble-large{width: 100px; height: 100px;font-size: 15px;}
.flow-buy-sidebar{margin-top:-10px;text-align: center;}
.flow-no-padding{padding: 0px;}
.flow-big-header-image{padding: 0px;height:200px;overflow:hidden;}
.flow-big-header-image img{width:100%;}
.flow-blue-row{background-color: #2faee4;}
.flow-dotted-row{border-top: 3px dotted #2faee4;padding-top:25px;}
.flow-logo-container, .flow-shipping-link{margin:20px 0;}
.flow-main-content{padding:0 20px 0 63px;}
.flow-qty-box{background-color: #fff;font-size: 0.8em;height: auto;margin: 0 0.2em;padding: 0;width: 40px;}
.qty-control span {color: #666;font-size: 0.7em;font-weight: bold;}
.flow-label-float {float: right;margin-top:10px;}
.flow-subtotal-label {float: left;margin: 10px 5px 0 0;}
.flow-cc-icons img {margin-left:3px;}
.flow-lock img {font-size:12px;margin-bottom:10px;}
#prod_subtotal_catalog{width: 71%;margin: 0;}
button.flow {background-color: #41AD4B;border-color: #41AD4B;}
button.flow:hover, a.button.flow:hover {background-color: #3EA048;}
#ca_text{margin: 5px 0 0 15px;font-size: 12px;}
.flow-gradient-background{
background: -moz-linear-gradient(top,  rgba(47,174,228,1) 0%, rgba(255,255,255,0) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,174,228,1)), color-stop(55%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(47,174,228,1) 0%,rgba(255,255,255,0) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(47,174,228,1) 0%,rgba(255,255,255,0) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(47,174,228,1) 0%,rgba(255,255,255,0) 55%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(47,174,228,1) 0%,rgba(255,255,255,0) 55%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2faee4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

/* Article columns */
ul.article-block-grid {
	font-size: 1em;
}
ul.article-block-grid li {
	padding-bottom: 0;
}
   
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 40.063em) {
	body {
		background-color: #fbf1cf;
	}
	#site-container {
		min-width: 62.5em;
	}
	#advertising-top {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	#document-header div.row, #content {
		background-color: #fff;
	}
	figure.right {
		margin: 0 0 0.675em 0.675em;
	}
	figure.left {
		margin: 0 0.675em 0.675em 0;
	}
	article.detail figure.center, article.detail figure.null {
		width: auto;
	}
	article.detail figure.figure-width-100 {
		width: 100px;
	}
	article.detail figure.figure-width-127 {
		width: 127px;
	}
	article.detail figure.figure-width-132 {
		width: 132px;
	}
	article.detail figure.figure-width-140 {
		width: 140px;
	}
	article.detail figure.figure-width-160 {
		width: 160px;
	}
	article.detail figure.figure-width-170 {
		width: 170px;
	}
	article.detail figure.figure-width-175 {
		width: 175px;
	}
	article.detail figure.figure-width-200 {
		width: 200px;
	}
	article.detail figure.figure-width-234 {
		width: 234px;
	}
	article.detail figure.figure-width-235 {
		width: 235px;
	}
	article.detail figure.figure-width-288 {
		width: 288px;
	}
	article.detail figure.figure-width-299 {
		width: 299px;
	}
	article.detail figure.figure-width-300 {
		width: 300px;
	}
	article.detail figure.figure-width-340 {
		width: 340px;
	}
	article.detail figure.figure-width-643 {
		width: 100%;
		float: none !important;
		clear: both;
	}
	/*article.detail .figure-max-height {
		max-height:250px;
	}
	*/
	article.detail div.ad-bigbox {
		float: left;
		margin: 0 0.675em 0.675em 0;
	}
	#document-header nav.global {
		margin: 1.2em 0 0.75em 0;
		font-size: 0.75em;
	}
	#document-header nav.global ul {
		text-align: right;
	}
	#document-header nav.global ul li {
		padding: 0 5px;
	}
	section.feature {
		border: 1px solid #2FAEE4;
		padding: 1em;
	}
	section.feature-slider .swiper-container, section.feature-slider .swiper-wrapper {
		height:310px;
	}
	section.feature-slider .photo-overlay .photo-title {
		font-size:36px;
		line-height:40px;
	}
	section.feature-slider .photo-overlay .photo-description {
		font-size:14px;
		line-height:18px;
	}
	section.feature-slider .photo-info .photo-title {
		font-size:28px;
		line-height:36px;
	}
	section.feature-slider .photo-info .photo-description {
		font-size:13px;
		line-height:17px;
	}
	section.more-features article figure img {
		width: 142px;
		height: 119px;
	}
	section.more-features li {
		border-right: 1px solid #2faee4;
	}
	section.two-column div.first {
		border-right: 2px solid #2FAEE4;
	}
	#community div.first {
		border-right: 2px solid #2FAEE4;	
	}
	#community h2 {
		margin: 0;
	}
	#facebook-plugin {
		width:100%;	
	}
	article.detail header h2 span {
		padding-left: 0.5em;
		float: none;
		display: inline;
		line-height: 1;
		margin-top: 1em;
	}
	#sidebar-container {
		width: 180px;
		float: right;
		margin: -46px 0 1em 1em;
	}
	#search input {
		width: 220px;
		margin-bottom: 0;
	}
	#document-footer {
		background-color: none;
	}
	#document-footer nav ul li {
		line-height: 1;
	}
	#flow #flow-container #document-main, #flow #flow-container #document-header div.logo-container {
		padding: 0 3em;
	}
	#flow #flow-container #document-main {
		margin-bottom: 3em;
	}
	#index-issue header {
		background-color: #00b0e5;
		padding-right: 0.3125em;
		margin-bottom: 0.6em;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	#index-issue header h1 {
		background: none;
		display: inline-block;
		margin: 0;
	}
	#index-issue header ul {
		list-style: none;
		float: right;
		padding-top: 0.4em;
	}
	#index-issue header ul li {
		display: inline-block;
		float: left;
	}
	#index-issue header ul li a {
		color: #fff;
		border-left: 1px solid #fff;
		padding: 0 0.5em;
	}
	#index-issue header ul li.first a {
		border-left: none;
	}
	#index-issue figure {
		width: 170px;	
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
