h1#dossier-title {
	font-size: 6vw;
	margin: 50px auto;
}

h2.sectionHeader {
	text-align: center;
}

div.col-md-12 div.dossier-bottom-title h2 {
	color: #588a0f!important;
}

div.dossier-header,
div.dossier-header div {
	position: relative;
	margin: 15px 0 30px 0;
	margin-top: 0;
}

div.dossier-header div.dossier-bottom-title h1,
div.dossier-header div.dossier-bottom-title h2,
div.dossier-header div.dossier-bottom-title h3 {
	margin: 0 auto;
}

div.dossier-header-h1 {
	margin: -15px !important;
}

.row.fullWidthBG.dossier-header.dossier-header-h1.dossier-header-block,
.row.fullWidthBG.dossier-header.dossier-header-h1.dossier-header-block div {
	height: auto;
	margin-bottom: 0 !important;
}

div.dossier-header-h1 div.dossier-bottom-title {
	position: relative !important;
}

div.dossier-header div.dossier-bottom-title {
	position: absolute;
	display: block;
	bottom: 0;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px;
	width: 75%;
	height: auto;
	border-bottom: 1px solid white;
	left: 0;
	right: 0;
	border-top: 5px solid #A0C963;
}

div.dossier-header div.dossier-bottom-title h1,
div.dossier-header div.dossier-bottom-title h2,
div.dossier-header div.dossier-bottom-title h3,
div.dossier-header div.dossier-bottom-title p {
	background-color: white;
	text-align: center;
	color: #333;
	font-weight: bold;
}

div.dossier-header div.dossier-bottom-title h2 {
	font-size: 1.4em;
}

div.dossier-header div.dossier-bottom-title p {
	font-weight: normal;
}

div.dossier-header div.dossier-bottom-title h1 a,
div.dossier-header div.dossier-bottom-title h2 a,
div.dossier-header div.dossier-bottom-title h3 a,
div.dossier-header div.dossier-bottom-title p a {
	color: #333;
}

div.dossier-header.dossier-header-block div.dossier-bottom-title h1:hover,
div.dossier-header.dossier-header-block div.dossier-bottom-title h2:hover,
div.dossier-header.dossier-header-block div.dossier-bottom-title h3:hover,
div.dossier-header.dossier-header-block div.dossier-bottom-title p:hover,
div.dossier-header div.dossier-bottom-title p.no-hover-effect:hover {
	cursor: text !important;
	text-decoration: none !important;
}

div.dossier-header div.dossier-bottom-title h1:hover,
div.dossier-header div.dossier-bottom-title h2:hover,
div.dossier-header div.dossier-bottom-title h3:hover,
div.dossier-header div.dossier-bottom-title p:hover {
	cursor: pointer;
	text-decoration: underline;
}

div.dossier-header.video-fix {
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}

div.dossier-header.video-fix div.dossier-bottom-title {
	position: relative;
	width: 100%;
	left: 0;
}

div.dossier-header.video-fix div.dossier-bottom-title p {
	margin: 5px;
}

div.dossier-tile {
	min-height: 180px;
}

div.dossier-container a h3 {
	color: #588a0f;
}

div.dossier-tile h3 {
	margin: 10px 0 25px 0;
	color: #333;
	text-align: center;
	font-size: 1.3em;
}

div.recipe-category-tile img,
div.dossier-tile img {
	transition: all 0.3s ease-in-out 0.3s;
	transition: box-shadow 0.3s ease-in-out 0.3s;
}

div.recipe-category-tile img:hover,
div.dossier-tile img:hover {
	transform: scale(1.1);
}

div.dossier-tile .dossier-img-box {
	width: 300px;
	height: 200px;
	overflow: hidden;
}

div.dossier-tile.dossier-overflow .dossier-img-box {
	height: 150px;
	width: 225px;
}

div.dossier-tile .dossier-img-box-small {
	width: 150px;
	height: 100px;
	float: left;
	overflow: hidden;
}

div.dossier-tile .dossier-img-box-fit {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}

div.recipe-category-tile .dossier-img-box-medium,
div.dossier-tile .dossier-img-box-medium {
	height: 125px;
	overflow: hidden;
}

div.recipe-category-tile .dossier-img-box-medium:hover,
div.dossier-tile .dossier-img-box:hover,
div.dossier-tile .dossier-img-box-small:hover,
div.dossier-tile .dossier-img-medium:hover {

}

div.dossier-tile-box {
	margin: 20px auto;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}

div.dossier-tile h3.dossier-quarter-title {
	width: 100%;
	text-align: left;
	font-size: 1em;
	margin: 0;
	height: auto;
}

h3.dossier-quarter-title a,
p.dossier-quarter-title a {
	text-align: left;
}

div.dossierAd {
	margin-bottom: 25px;
	padding: 0;
}

div.dossier-navigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	box-shadow: 0 1px 3px 1px #ccc;
}

ul.dossier-nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 80%;
	text-align: center;
}

ul.dossier-nav li {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}

div.social-media.col-md-12 {
	margin: 25px;
}

@media only screen and (max-width: 580px) {
	ul.dossier-nav li {
		display: block;
		height: 25px;
	}
}

a.close-video-modal {
	display: block;
	right: 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: black;
	width: 100%;
	text-align: right;
	background-color: #f2f2f2;
	padding-right: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

a.close-video-modal:hover {
	background-color: #588a0f;
	color: #fff;
}

iframe.youtube-popup-video {
	width: 100%;
	height: auto;
	min-height: 565px;
}

.videoThumbnail img {
	width: 20%;
}

.videoThumbnail2 img {
	width: 20%;
}

.videoWindow .videoThumbnail img {
	width: inherit;
}

.videoContainer {
	cursor: pointer;
}

.video-thumb {
	display:block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #D95BA2;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: background-color 0.2s ease-out 0.05s,-webkit-transform 0.2s ease-out 0.05s;
	transition: background-color 0.2s ease-out 0.05s,transform 0.2s ease-out 0.05s;
}

.video-thumb:hover {
	background-color: #CF007D;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.video-modal,
.video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 300;
}

.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;
	-webkit-transform: translate(500%,0%);
	transform: translate(500%,0%);
	-webkit-transition: -webkit-transform 0s linear 0s;
	transition: transform 0s linear 0s;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.video-modal .overlay {
	z-index: 0;
	background: rgba(20,20,20,0.80); /* dark blue */
	opacity: 0.0;
	-webkit-transition: opacity 0.2s ease-out 0.05s;
	transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	height: auto;
	width: calc(100% - 200px);
	max-width: 1000px;
	max-height: calc(100% - 100px);
	margin: 0 auto;
	overflow-y: visible;
}

@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 16px);
	}
}

a.close-video-modal {
	display: block;
	position: absolute;
	right: 0;
	top: -25px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: black;
	width: 100%;
	text-align: right;
	background-color: #f2f2f2;
	padding-right: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 110;
}

a.close-video-modal:hover {
	background-color: #588a0f;
	color: #fff;
}

.video-sizer {
	display: block;
	width: 100%;
	height: auto;
}

iframe#youtube, iframe#youtube2, iframe#youtube3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

.show-video-modal .video-modal {
	opacity: 1.0;
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}

.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}

.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}
