/*! 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;
}

.center {
	text-align: center;
}

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

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

p.alert {
	color: #cc0000;
}

body button {
	background-color: #0E7BBF;
	border-color: #0B6299;
	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: #333;
	line-height: 1.2;
}

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

h2 {
	color: #0B6299;
}

hr {
	border-color: #9DD8EB;
}

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 #0B6299;
	outline: none;
	color: #fff;
	background-color: #0E7BBF;
	padding: 0.5rem 1.5rem 0.45rem 1.5rem;
}

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

section {
	padding-bottom: 1.6em;
	background: url('/media/ui/panel_line.gif') repeat-x bottom;
	margin: 1em 0;
}

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

section header h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
	line-height: 1.5;
	background-color: #0B6299;
	margin-bottom: 0.625em;
	padding-left: 0.3125em;
}

section h2 {
	font-size: 1.125em;
}

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

main ul, section ul, div.fancybox-overlay ul {
	list-style: square outside none;
}

main ul li, main ol li, section ul li, section ol li, div.fancybox-overlay ul li, div.fancybox-overlay 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;
}

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

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

div.row-bg {
	background-color: #fff;
}

#content div.row-bg {
	padding-top: 10px;
}

#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, #search button {
	float: left;
	font-size: 0.875rem;
	margin-bottom: 0;
	padding: 0.25rem 0.8rem 0.25rem 0.8rem;
}

#document-header div.ad {
	padding: 10px;
}

#document-header div.row-outdent {
	padding: 0;
	background-color: #fff;
}

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

#document-header h1 {
	margin: 0;
	padding-top: 5px;
	background-color: #fff;
}


/** Global Navigation **/

#stickyHeader {
	display: none;
}

#stickyHeaderMobile {
	position:relative;
	z-index: 999999;
	top:0;
	width: 100%;
  background: #fff;
  font-size: 0.93em;
}
#stickyHeaderMobile ul{
	margin: 0;
	padding: 0 0 10px;
  color: #666666;
}
#stickyHeaderMobile ul li{
	display: inline;
	list-style: none;
	margin: 0;
}
#stickyHeaderMobile div.middleLink {
  text-align: center;
}
#stickyHeaderMobile div.rightLink {
  text-align: right;
}
#document-navigation ul li.weeklyTip{
	float: none;
	display:none;
}
#document-navigation ul li.giveGift{
	float: none;
	display: block;
}
#document-navigation ul li.subscribe{
	float: right;
	margin-left: 2px;
}
#document-navigation ul li.customerService{
	float: right;
	margin-left: 2px;
}
#stickyHeaderMobile div {
  padding-top: 12px;
}
#stickyHeaderMobile a{
  color: #666666;
  font-weight: 600;
}
#stickyHeaderMobile .icons i{
	font-size: 1.3em;
}
#stickyHeaderMobile .subscribe a{
	color: #cc0000;
	float: right;
}
#stickyHeaderMobile .customerService a{
	color: #666;
	float: right;
}
#stickyHeaderMobile .giveGift a{
	color: #666;
}
#document-header nav.global {
	font-size: 0.7em;
	margin: 0.75em 0;
	padding: 8px 0 0 0;
}
#document-header a{
	font-family: Arial, Helvetica, sans-serif;
}
#document-header nav.global a {
	font-size: 1em;
	font-weight: 600;
}
#document-header nav.global li.subscribe {
	margin-top:15px;
}
#document-header nav.global li.subscribe a {
	color:#cc0000;
	font-size: 1.4em;
}
#document-header .marketing a{
	font-weight: 600;
	font-size: 1.1em;
}
#document-header nav .tipOfWeek {
	margin-right: 4px;
	border-right: 1px solid #000;
	padding-right: 9px;
}
#document-header nav.global ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#document-header nav.global ul li {
	display: inline-block;
	padding: 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 {
	color: #333;
	text-decoration:none;
}

#document-header nav.global ul li a:hover {
	text-decoration: underline;
}
#document-header .marketing ul {
	padding: 0;
	text-align: center;
}
#document-header .marketing ul li{
	display: inline-block;
	padding:0;
}
#document-header .subscribeLink a{
	color: #cc0000;
	margin-right: 10px;
}
#document-header .giftLink a, #document-header .csLink a {
	color: #333;
}
/** Login **/

#login{
	margin-left: -10px;
}
#login form {
	overflow: auto;
	margin-bottom: 0.4em;
}

#login input {
	width: 130px;
}

#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 #EEEEEE;
	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.5em 0;
	font-size: 0.75em;
	line-height: 1;
	color: #c00;
}

/** Password Reset **/

#password-reset {
	font-size: 0.75em;
	padding-left: 10.9em;
}

/** Main Navigation **/

#document-navigation{
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#document-navigation ul {
	list-style:none;
	margin:0;
	padding: 0 0 3px 0;

}

#document-navigation ul li {
	float: left;
	padding: 0px;
	color: #FFF;
}

#document-navigation ul li.icons {
	padding-top: 4px;
	margin-bottom: -2px;
}

#document-navigation ul li.home {
	width: 61px;
}

#document-navigation ul li.puppytraining {
	width: 206px;
}

#document-navigation ul li.dogfood {
	width: 90px;
}

#document-navigation ul li.dogtraining {
	width: 193px;
}

#document-navigation ul li.doghealth {
	width: 150px;
}

#document-navigation ul li.seniordog {
	width: 100px;
}

#document-navigation ul li.problemsolving {
	width: 137px;
}

#document-navigation ul li.blog {
	width: 53px;
}

#document-navigation ul li.on {
	background-color: #ED7700;
}

#document-navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 38px;
	margin:0px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	color: #666666;
}

#document-navigation ul li.social a {
	padding: 0 10px 0 0;
}


#document-navigation ul li.first {
	border-left: none;
}

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

/** 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;
}

/** OFIE **/

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

#ofie-overlay {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.ofie-default {
	background-image: url('/media/ui/updatedofie2.png');
	width: 560px;
	margin: 0 auto;
}

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

div.ofie-default div {
	padding-top: 100px;
}

#ofie-default-input {
	width: 363px;
	height: 36px;
	font: bold italic 17px times New Roman;
	color: #000000;
	border: 1px solid #000000;
	margin: 36px 0px 0px 8px;
	float: left;
}

#ofie-default-submit {
	display: block;
	float: left;
	padding: 33px 0 0 14px;
	margin: 0px;
}

.ofie-default2 {
	background-image: url('/media/ui/ofie-bg-dog-nose.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 196px;
	margin-bottom:20px;
	position:relative;
}

.ofie-default2 input[type=text] {
	position: absolute;
	top: 145px;
	left: 0;
	width: 200px;
	height: 35px;
}

.ofie-default2 input[type=image] {
	position: absolute;
	top: 145px;
	left: 214px;
	width: 161px;
	height: 35px;
}

/** Section: Feature **/

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

section.feature h1 {
	font-size: 1.5625em;
	margin-top: 0;
}

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

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

/** Section: Featured Articles **/

section.more-features {
	background-image: none;
	padding-bottom: 0;
}

section.more-features div.rotator {
	padding: 0.625rem 0 0.625rem 0.625rem;
	background-color: #F0F0F0;
	list-style: none;
}

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

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

section.more-features article h1 {
	font-size: 1.125em;
}

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

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

section.more-features article p.topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #0E7BBF;
	text-transform: uppercase;
}

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

/** Section: Community - Blog **/

#community-blog {
	background: url('/media/ui/blog_bg.gif') no-repeat;
	margin-right: -3px;
	margin-top: 0;
	padding: 1em;
	min-height: 260px;
}

#community-blog header h2 {
	font-size: 1.25em;
	color: #F60;
	margin-top: 0;
	margin-bottom: 0.4em;
}

#community-blog article h1 {
	font-size: 1.125em;
	margin-top: 0.4em;
	max-width:250px;
}

#community-blog article p {
	font-size: 0.6875em;
	max-width:250px;
}

#community-blog article p.byline {
	font-style: italic;
}

#community-blog article p.more a {
	color: #000;
	font-size: 1.1em;
}

/** 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: #C12700;
	font-size: 1.375em;
	border-bottom: 3px solid #0E7BBF;
	padding-bottom: 4px;
}

article.detail header h2 span {
	color: #C12700;
	font-size: 0.65em;
	font-weight: normal;
	float: right;
	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 #0B6299;
	margin: 0 0 1em 0;
}

#sidebar-container aside h3 {
	background-color: #0B6299;
	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 #0E7BBF;
	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 Pagination **/

article.detail 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 {
	padding: 0.5em 0;
}

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

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

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

article.detail 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: 1em;
	color: #C00;
}

#story-paywall h4 {
	color: #0B6299;
	line-height: 1.3;

}

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

#story-paywall button.center {
	margin-bottom: 0;
	background-color: #c82506;
	border-color: #b92205;
	outline: none;
	text-align: center;
	display: block;
	margin:0 auto;
}


/** 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;
}

/** Search **/

#search {
	background-color: #E6F2F8;
	padding: 1em 0.9375em;
}

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

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

#search p {
	font-size: 0.6875em;
	margin: 0;
}

/** Current Issue **/

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

/** Poll **/

#column-right #poll article h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0E7BBF;
}

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

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

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

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

/** Related Graphic **/

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

/** Footer **/

#document-footer {
	padding-top: 1.25em;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #0E7BBF;
}

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

#document-footer nav ul {
	font-size: 0.625em;
	padding: 0;
}

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

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

#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;
}

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

/** 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: 275px;
}

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

#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;
}

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

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

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

#flow ul.large-block-grid-5 li h3, #flow ul.product-block-grid li h3 {
	font-size: 0.8em;
	line-height: 1.3;
	min-height: 32px;
	color: #7BA9DA;
	margin-bottom: 0.1em;
}
#flow ul.large-block-grid-5 li h5, #flow ul.product-block-grid li h5 {
	font-size: 0.7em;
	line-height: 1.3;
	min-height: 32px;
	color: #7BA9DA;
	margin: 0.3em 0 0.8em 0;
}

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

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

#flow ul.large-block-grid-5 li ul li, #flow ul.product-block-grid li ul li {
	line-height: 1.3;
	color: #666;
	margin-bottom: 0.5em;
}

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

#flow div.single-product-row-alt div.qty-control span {
	font-size: 0.8em;
	font-weight: normal;
}

#flow ul.large-block-grid-5 li div.qty-control select, #flow div.single-product-row div.qty-control select, #flow ul.product-block-grid li 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.single-product-row-alt div.qty-control select {
	float: left;
	margin: 0.4em 1em 0 0;
}


#flow div.order-links {
	font-size: 0.8em;
	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 a.button {
	margin-bottom: 0;
}

#flow div.product-details-popup img.left {
	margin: 0 1em 1em 0;
}

#flow div.product-details-popup h5 {
	margin: 0;
}

#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: #333;
	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-12 {
	border-left: 1px solid #999;
}

#error {
	color: #cc0000;
}

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

/** new flow styles **/
.flow-big-header{background-color:#0b6299;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:-90px;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: #990000; 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: #0b6299;}
.flow-dotted-row{border-top: 3px dotted #0b6299;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 {font-size: .9rem;}
#ca_text{margin: 5px 0 0 15px;font-size: 12px;}
.flow-gradient-background{
background: -moz-linear-gradient(top,  rgba(11,98,153,1) 0%, rgba(22,106,160,1) 5%, rgba(125,185,232,0) 54%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,98,153,1)), color-stop(5%,rgba(22,106,160,1)), color-stop(54%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(11,98,153,1) 0%,rgba(22,106,160,1) 5%,rgba(125,185,232,0) 54%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(11,98,153,1) 0%,rgba(22,106,160,1) 5%,rgba(125,185,232,0) 54%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(11,98,153,1) 0%,rgba(22,106,160,1) 5%,rgba(125,185,232,0) 54%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(11,98,153,1) 0%,rgba(22,106,160,1) 5%,rgba(125,185,232,0) 54%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6299', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

/** Issue Index **/

#index-issue article {
	clear: both;
}

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

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

/** Email Updates **/
#uncheck-all {
	margin-top: 1em;
	padding: 0.5em 0.45em;
}

#email-update label {
	line-height: 1.4;
}

/** Multiple Select **/
#content form select[multiple] {
	height: auto;
	background: none;
}

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

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

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

#recaptcha_response_field {
	margin: 0;
}

#recaptcha_privacy {
	font-size: 0.8em;
}

/** Story Tables **/
article.detail table, #tinymce .mceItemTable {
	width: 100%;
	clear: both;
	font-size: 0.8125em;
	line-height: 1.2;
	margin: 1em 0;
}

article.detail table td, #tinymce .mceItemTable td {
	padding: 0.4em;
	border: 1px solid #000;
}

#tinymce .mceItemTable td {
	font-size: 1em !important;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}

article.detail table thead td, #tinymce .mceItemTable thead td {
	font-weight: bold;
	background-color: #0B6299;
	color: #fff;
}

article.detail table.alternate-bg tbody tr:nth-child(odd), #tinymce table.alternate-bg tbody tr:nth-child(odd) {
	background-color: #eee;
}

/** Flow Bottom Links **/
#flow-bottom-links {
	text-align: right;
}
#flow-bottom-links a {
	font-size: 11px;
	text-decoration: underline;
	margin-left: 10px;
	line-height: 3;
}


/* ==========================================================================
   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: 315px){
	#document-header nav.global a {
  	font-size: 1.2em;
  }
	#document-header nav.global li.subscribe a {
		font-size: 1.6em;
	}
}
@media only screen and (min-width: 400px){
	#document-header nav.global a {
  	font-size: 1.6em;
  }
	#document-header nav.global li.subscribe a {
  	font-size: 2em;
  }
	#stickyHeaderMobile .icons i{
	  font-size: 2em;
  }
  #stickyHeaderMobile .weeklyTip, #stickyHeaderMobile .subscribe,  #stickyHeaderMobile .giveGift,  #stickyHeaderMobile .customerService{
    font-size: 1.1em;
  }
}


@media only screen and (min-width: 40.063em) {
	body {
		background-color: #FFF;
	}
	#social {
		padding-left: 35px;
		margin-top: -10px;
	}
	#document-header nav .tipOfWeek {
		margin-left: -22px;
	}
	#document-navigation ul li a {
		background-color: #fff;
	}
	#document-header .logo{
		/*padding-right: 30px;*/
	}
	#document-header .subscribeLink a{
		font-weight: 600;
		font-size:1.8em;
		margin-left: -51px;
		line-height: 38px;
	}
	#document-header .giftLink a{
		font-weight: 600;
		font-size:1.1em;
		margin-left: -58px;
		line-height: 38px;
	}
	#document-header .csLink a{
		font-weight: 600;
		font-size:1.1em;
		margin-left: -58px;
		line-height: 28px;
	}
	#document-header .marketing ul li{
		display: block;
	}
	#site-container {
		min-width: 62.5em;
	}
	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;
	}
	#document-header h1 {
		/*padding-left: 15px;*/
		padding-top:0;
	}
	#document-header nav.global {
		margin: 1.8em 0 0 0;
		font-size: 0.7em;/* 0.75em */
	}
	#document-header nav.global ul {
		text-align: left;
	}
	#document-header nav.global ul li {
		padding: 0 0 0 1px;/* 0 5px */
	}
	#document-header nav.global a {
		padding-right: 9px;
		border-right: 1px solid #000;
	}
	#document-header #stickyHeader nav.global a {
		border-right: none;
	}
	#document-navigation ul {
		padding: 5px;
		background-color: #fff;
	}
	#document-navigation ul li {
		background-color: #C12700;
	}
	#document-navigation ul li a {
		display:block;
	}
	#document-navigation ul li a:hover {
		background-color: #ED7700;
	}
	#document-main {
		padding-left: 0.9375em;
	}
	section.feature article figure, article.detail figure {
		width: 288px;
	}
	section.more-features article{
		padding: 20px;
	}
	section.more-features article p.topic{
		margin-top: 0;
	}
	section.more-features article figure img {
		max-height: 114px;
		float: left;
		padding-right: 12px;
	}
	article.detail header h2 span {
		padding-left: 0.5em;
		float: none;
		line-height: 1;
	}
	#sidebar-container {
		width: 180px;
		float: right;
		margin: -46px 0 1em 1em;
	}
	#column-right {
		border-left: 1px solid #999;
	}
	#column-right-container {
		padding-right: 0.9375em;
	}
	#search {
		margin-left: -0.9375em;
	}
	#search input {
		width: 250px;
		margin-bottom: 0;
	}
	#search .google-custom-search form {
		margin-bottom:0;
	}
	#search .google-custom-search input {
		box-shadow:none;
		-webkit-box-shadow:none;
	}
	#search .google-custom-search .gsst_a {padding-top:4px;}
	#search .google-custom-search input.gsc-search-button {
		width: auto;
		float: left;
		font-size: 0.875rem;
		font-weight:normal;
		font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
		margin: 0;
		padding: 0.25rem 0.8rem 0.25rem 0.8rem;
		background-color: #0E7BBF;
		border-color: #0B6299;
		outline: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #0B6299;
		color: #fff;
		-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;
	}
	#search .google-custom-search div.gsc-clear-button {margin-right:0;}
	div.google-custom-search-results .gsc-selected-option-container {
		min-width: 80px;
	}
	table.gsc-table-result {border-collapse:initial;}
	#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: #0B6299;
		padding-right: 0.3125em;
		margin-bottom: 0.6em;
	}
	#index-issue header h1 {
		background: none;
		display: inline-block;
		margin: 0;
	}
	#index-issue header ul {
		list-style: none;
		float: right;
		padding-top: 0.6em;
	}
	#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;
	}
	/*Sticky Header*/
	 #stickyHeader {
	   display: none;
	   background-color: #fff;
		 position: fixed;
	   top: 0;
	   z-index: 999999;
	   height: 65px;
	   width: 100%;
	   border-bottom: 1px solid #666666;
	 }
	 #stickyHeader nav.global {
	 	margin: 0;
	 }
	 #stickyHeader img {
	 	 max-width: 70%;
	 	 margin: 0;
	 }
	 #stickyHeader h1 {
	 	 margin-top: 5px;
	 }
	 #stickyHeader .wide-row {
		 max-width: 62em;
		 max-height: 65px;
	 }
	 #stickyHeader {
	 	 margin-top: -5px;
	 }
	 #stickyHeader h2{
		 text-align: center;
		 line-height: 1;
		 margin: 15px 0 0 0;
	 }
	 #stickyHeader nav.global h2 {
		  padding: 0;
   }
	 #stickyHeader nav.global h2 a{
		 font-size: 1em;
		 color: #666666;
		 font-weight: bold;
		 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 }
	 #stickyHeader nav.global h2.subscribe a{
		 color: #cc0000;
	 }
	 #stickyHeader nav.global h2.gift a{
		 color: #666;
	 }
}
@media only screen and (min-width: 800px){
	 #stickyHeader nav.global h2 a{
		 font-size: 1.2em;
	 }
#story-options-login div.large-6 {padding-right:0;width:39.5%;}
#story-options-login div.large-4 {width:21%;}
}


@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;
    }
}
