.page-header {
	background-attachment: fixed;
	background-color: #000;
	background-position: 50% 0;
	border-bottom: none;
	height: 635px;
	font-family: "EditSerifCy",Slab-Serif,Sans-Serif;
	font-size: 26px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.page-header.short {
	height: 500px;
}
body.toolbar-horizontal.toolbar-tray-open .page-header {
	background-position: 50% 79px;
}
body.toolbar-horizontal .page-header,
body.toolbar-vertical .page-header {
	background-position: 50% 39px;
}
.page-story .page-header {
	background-color: #fff;
}

article.page-story .page-header a {
	color: #baab8f;
}

article.page-story .page-header p,
article.page-story .page-header h2{
  color: #ffffff;
}

.page-header .header-table {
	display: table;
	width: 100%;
}
.page-header .header-row {
	display: table-row;
}
.page-header .header-cell {
	display: table-cell;
    height: 635px;
    vertical-align: middle;
}
.page-header.short .header-cell {
	height: 500px;
}

.page-header p {
	line-height: 35px
}

.page-header .video-wrapper {
	height: 100%;
}
.page-header video {
	bottom: 0;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
body.toolbar-horizontal .page-header video {
	top: 39px;
}
body.toolbar-horizontal.toolbar-tray-open .page-header video {
	top: 79px;
}
.page-header video.invisible {
	opacity: 0;
}

.page-header .content-wrap {
	height: 100%;
	position: relative;
}
.page-header .content-wrap .button {
	margin-bottom: 0;
}
.page-header .main-icon-placement .svg-wrap svg {
	fill: #fff;
	height: 100%;
	max-height: 60px;
	max-width: 60px;
	width: 100%;
}
.page-header .main-icon-placement .svg-wrap.svg-forced-color svg path {
    fill: #fff;
}

.page-header .width-wrapper {
	height: 100%;
	position: relative;
	z-index: 101;
}

.page-header.recipe_detail {
	height: 120px;
}
.page-header .recipe-detail-content {
	height: 120px;
	width: 100%;
}

.page-header .share-module {
	color: #ffffff;
	font-family: 'HWTUnitGothic', Sans-Serif;
	letter-spacing: .105em;
	margin-top: 40px;
	vertical-align: middle;
}
.page-header .share-module .share-text {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	vertical-align: middle;
}
.page-header .share-module a {
	vertical-align: middle;
}
.page-header .event-header .share-module .share-text {
	font-family: 'HWTUnitGothic', Sans-Serif;
	font-weight: bold;
}
.page-header .share-module .share-text.share-mobile {
	font-family: 'HWTUnitGothic', Sans-Serif;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 20px;
	padding-right: 10px;
}
.page-header .share-module .share-mobile-icon {
	margin: 0px 4%;
}
.page-header .share-module.small {
	margin-top: 10px;
}

.page-header .mod-select {
	display: inline-block;
	float: none;
}

.page-header .media-header {
	text-align: center;
}
.page-header .media-header > div {
	max-width: 800px;
}

.page-header .event-header,
.page-header .recipe-overview-header,
.page-header .recipe-detail-content {
	text-align: center;
}

.page-header .recipe-overview-header h1 {
	text-decoration: none;
}
.page-header .recipe-overview-header h3 {
	font-family: 'EditSerifCy',Slab-Serif,Sans-Serif;
	font-weight: normal;
	text-transform: none;
}
.page-header .recipe-overview-header h3.top-space {
	padding-top: 30px;
}

.page-header .recipe-overview-header .mod-select .selected:after {
	content: "\e918";
	font-family: 'jdicons';
}
.page-header .recipe-overview-header .mod-select.collapsed .selected:after {
	content: "\e901";
	z-index: 99;
}

.page-header .recipe-overview-header .mod-select .dropdown {
	max-height: 250px;
}

.breadcrumbs-wrapper {
	margin: 10px 0px;
	padding-left: 10px;
	position: relative;
	z-index: 101;
}

.breadcrumbs-wrapper.recipe_v2, .breadcrumbs-wrapper.recipe_v2_global {
	padding-left: 0px;
}

.breadcrumbs-wrapper a.crumb {
	color: #baab8f;
	text-decoration: none;
	text-transform: uppercase;
}
.breadcrumbs-wrapper a.crumb.last {
	color: #ffffff;
}
.breadcrumbs-wrapper.story a.crumb {
	color: #000000;
}

@media (max-width: 959px) and (min-width: 481px) {
	.page-header.recipe_detail {
		height: auto;
		padding-bottom: 30px;
	}
	.page-header .recipe-detail-content {
		box-sizing: border-box;
		padding-left: 30px;

	}
}
@media (max-width: 480px) {
	body.toolbar-vertical .page-header {
		background-position: 50% 0;
	}
	.component.page-header {
		background-size: auto !important;
		border-bottom: 1px solid #baab8f;
		height: 520px;
	}

	.page-header.recipe_detail {
		border-bottom: none;
		height: 90px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.page-header .recipe-detail-content {
		margin-top: 0;
	}

	.page-header .header-cell {
	    height: 520px;
	}

	.page-header .share-module {
		color: #ffffff;
		margin-top: 30px;
		font-size: 16px;
	}
	.page-header video{
		display:none;
	}
}
