html,
.wrapper {
	margin: 0;
}

body {
	font-family: 'merriweather', serif;
    font-size: 0.625rem;
	/*margin: 10mm 10mm 10mm 10mm;*/
}

 @page {
    margin: 15mm;
 }

.header,
.skip-to-content,
.show-mobile-menu,
.mobile-menu,
.footer-links,
.footer-disclaimer,
.recipe-video-button,
.print-recipe,
.share-this,
.resource-buttons {
	display: none;
}

.footer {
    margin: 20px 0 0;
    width: 22em;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer-logo {
    list-style: none;
}

    .footer-logo a {
        display: block;
        max-width: 240px;
    }



/* Secondary Header */

.secondary-header {
        margin-bottom: -1em;
}

.secondary-header h2 {
	color: #08669B;
	font-family: 'nimbus-sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
}

	.secondary-header h2 span {
		color: #627d05;
	}

    .secondary-header h2 a {
        color: inherit;
        text-decoration: none;
    }

/* Recipe */
.recipe-header {
	background-color: transparent;
	color: #000;
	overflow: hidden;
}

.recipe-header-int,
.recipe-tips-wrapper,
.recipe-content {
	float: none;
	margin: 0;
	width: 100%;
}

.recipe-banner {
	display: none;
}

.recipe-header-int h1 {
	color: #08669B;
	font-size: 2.4em;
	margin-bottom: 0;
}

.recipe-header-info {
	float: none;
	margin: 0;
	width: 100%;
}

	.recipe-header-info > div {
		display: block;
		float: left;
		padding: 0 2em 0 0;
		width: auto;
	}

	.recipe-header-info .icon-with-info {
		float: left;
	}

	.recipe-header-info .icon-with-info div:first-of-type,
	.recipe-header-info img {
		display: none;
	}

.recipe-header-int h3,
.recipe-header-int h4 {
	font-size: 1.3em;
	margin: 0;
}

	.recipe-header-int h3 {
		float: left;
	}

		.recipe-header-info h3:after {
			content: ':';
		}

	.recipe-header-int h4 {
		padding: 0 0 0 5px;
	}

/* Recipe Content */
.recipe-content {
	clear: both;
	margin: 30px 0 0;
    padding-right: 35%;
    width: 59%;
    position: static;
}

.recipe-content h3 {
	color: #08669B;
    font-family: 'nimbus-sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.recipe-content ul {
	border-left: 5px solid #D8E1EA;
	margin: 0 0 2em 1px;
	padding: 0 1em 0 2em;
}

.recipe-content .footer ul {
    margin: 0;
    padding: 0;
    border: 0;
}

	.recipe-content ul li {
		padding: 0 0 .4em;
        line-height: 1.3;
	}

	.recipe-content ul li:last-of-type {
		padding: 0;
	}

.recipe-content ol {
	margin: 0 0 2em;
	padding: 0;
}

.recipe-content li {
	font-size: 1.3em;
	list-style: none;
}

.recipe-content ol li {
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 1em;
	padding: 0 0 1em 2.7em;
	position: relative;
    line-height: 1.3;
}

	.recipe-content ol li:last-of-type {
		border: 0;
	}

	.recipe-content ol li span {
		color: #08669b;
        font-family: 'nimbus-sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
		font-size: 1.3em;
		font-weight: 600;
		height: 1.875em;
		left: 0;
		position: absolute;
		text-align: center;
		top: -3px;
		width: 1.875em;
	}

.recipe-tips-wrapper {
    page-break-inside: avoid;
}

.recipe-tips p {
	font-size: 1.3em;
    line-height: 1.3;
}


/* Nutrition */
.recipe-nutrition {
    position: absolute;
    right: 1em;
    top: 12em;
}

.nutrition,
.nutrition * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.nutrition {
    border: 1px solid #191919;
    /*float: right;*/
    font-size: .8em;
    max-width: 24.5em;
    padding: .5em;
    text-align: left;
    font-family: 'nimbus-sans', sans-serif;
}

    .nutrition h2 {
        background-color: transparent;
        color: #191919;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 1.1;
        margin: -.1em 0 .1em;
        padding: 0;
        text-align: left;
        font-size: 2.8em;
    }

        .nutrition h2:after {
            display: none;
        }

        .nutrition h2 span {
            float: right;
            font-size: 1.2em;
            margin: -.1em 0 0;
        }

    .nutrition h4 {
        border-bottom: 1px solid #191919;
        font-size: 3.4em;
        font-weight: bolder;
        line-height: 1.2;
        margin: 0 0 .2em;
    }

    .nutrition .servings {
        font-size: 1.6em;
        line-height: 1;
        padding: 0 0 3px;
    }

    .nutrition h5 {
        font-size: 1.8em;
        font-weight: 900;
        line-height: 1;
        padding: 0.3em 0 .4em;
    }

    .nutrition hr {
        border: 0;
        border-bottom: 1em solid #191919;
        clear: both;
        font-size: 7px;
    }

        .nutrition hr.short {
            border-bottom-width: .45em;
        }

    .nutrition dl {
        font-size: 1.5em;
    }

    .nutrition dt {
        border-bottom: 1px solid #191919;
        clear: both;
        float: left;
        padding: 3px 0;
        width: 80%;
    }

        .nutrition-fact-indented {
            padding-left: 5%;
        }

        .nutrition .nutrition-fact-offset {
            border: 0;
            margin-left: 5%;
            width: 75%;
        }

            .nutrition .nutrition-fact-offset + dd {
                border: 0;
            }

        .nutrition .nutrition-fact-indented-more {
            border: 0;
            border-top: 1px solid #191919;
            margin-left: 10%;
            width: 70%;
        }

            .nutrition .nutrition-fact-indented-more + dd {
                border: 0;
                border-top: 1px solid #191919; 
            }

        .nutrition .nutrition-fact-indented-more + dt {
            border-top: 1px solid #191919;
        }

    .nutrition-fact-protein,
    .nutrition-fact-protein + dd {
        border-top: 1px solid #191919;
    }

    .nutrition dd {
        border-bottom: 1px solid #191919;
        float: right;
        font-weight: 900;
        padding: 3px 0;
        text-align: right;
        width: 20%;
    }

    .nutrition p {
        font-family: 'nimbus-sans';
        font-size: 1.2em;
        line-height: 1.2;
        padding: .3em 0 0;
    }


    .nutrition dt.shortened {
        width: 0;
    }

    .nutrition dd.extended {
        width: 100%;
    }