/*===========================
=            TOC            =
===========================*/

/* CSS Reset */
/* Fonts */
/* Header */
/* Leaderboard */
/* Navigation */
/* Contest */
/* Video */
/* Recipes */
	/* AD Big Box */
/* Social */
/* Products */

/* Fashion - Page */
/* TC - Page */
/* Footer*/


/*=================================
=            CSS Reset            =
=================================*/

body {
	margin: 0;
}

html {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}

* {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a:focus {
	outline: 0;
}

a {
	text-decoration: none;
}

/*=============================
=            Fonts            =
=============================*/

h1 {
	font-family: 'Open Sans', sans-serif;

}
h2 {
	font-family: 'Open Sans', sans-serif;

}

h3 {
	font-family: 'Open Sans', sans-serif;

}

p {
	font-family: 'Open Sans', sans-serif;

}

@font-face{ 
	font-family: 'komika';
	src: url('../fonts/KomikaTitle-Paint-webfont.eot');
	src: url('../fonts/KomikaTitle-Paint-webfont.eot?iefix') format('eot'),
	     url('../fonts/KomikaTitle-Paint-webfont.woff') format('woff'),
	     url('../fonts/KomikaTitle-Paint-webfont.ttf') format('truetype'),
	     url('../fonts/KomikaTitle-Paint-webfont.svg#webfont') format('svg');
}


/*==============================
=            Header            =
==============================*/

.header {
	width: 100%;
	min-width: 960px;
	height: 422px;
	background-color: white;
	margin-bottom:25px;
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	background-position: 50% 40%; 
	background-size: cover;
	overflow: hidden;
	
}

.h-bar {
	background-color: white;
	height: 85px;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.10);
}

.h-bar-mnLogo {
	max-width: 150px;
	margin: 20px
}

.h-bar-sbmLogo {
	max-width: 150px;
	margin: 20px;
	float: right;
}

.h-bar-momstownLogo {
	max-width: 200px;
	margin: 20px;
	float: right;
}

.h-bar-wew {
	max-width: 150px;
	margin: 20px;
	float: right;
}

.header-copy {
	position: relative;
	top: 20px;
	left: 20px;
	overflow: hidden;
}

/*===================================
=            Leaderboard            =
===================================*/

.ad-leaderboard {
	text-align: center;
}

/*==================================
=            Navigation            =
==================================*/

col-10, .navigation {
	text-align: center;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  background-color: white;
}

.navButton {
  background: #2d2c28;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 15px 40px;
  border: solid #2d2c28 2px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-right: 40px
}

.navButton:hover {
  background: orange;
  border: solid orange 2px;
  text-decoration: none;
  color: white;
}

.navButton:focus {
	outline:0;
} 

/*===============================
=            Contest            =
===============================*/


.quiz-heading {
	margin-left: 60px;
}

.quiz-sub-copy {

	font-weight: 600;
	color: #418849;
	text-align: center;
	margin: 0 auto;
	margin-left: 110px;
}

.quiz-em {
	font-weight: 700;
}

.quiz-sub-sub-copy {

	font-weight: 400;
	color: #302f2a;
	text-align: center;
	margin: 20px auto;
}

.tc-button {
	float: left;
	margin-right: 10px;
}
.quiz-end {

	font-weight: 400;
	font-size: 11px;
	color: #302f2a;
	margin-top: 10px;

}

.quiz-3-steps {
	margin-top: 40px;
}

.quiz-step {

	font-weight: 700;
	text-align: center;	
	color: #302f2a;
}

.quiz-step-dir {
	font-weight: 700;
	text-align: center;	
	color: #418849;
	font-size: 22px;
}

.quiz-social {
	display: block;
	margin: 10px auto;
}

.quiz-winner {
	display: block;
	margin-left: 150px;
}
/*=============================
=            Video            =
=============================*/

.video {
	width: 100%;
	min-width: 1421px;
	height: 500px;
	background-color: #3e8345;
	margin-bottom:25px;
  	overflow: hidden;
  	padding: 100px 0;
}

.video-title {
	font-family: 'komika';
	text-align: center;
	color: white;
	font-size: 51px;

}

.vid-img {
	border: 10px solid white;
}

.videoSize {
	width: 800px;
	height: 450px;
}



/*===============================
=            Recipes            =
===============================*/

.bc-recipes-heading {
	display: block;
	margin: 0 auto;
}

.template {
	display: none;
}

.sbm_slide {
	display: none;
	width: 780px;
	height: 440px;
	position: relative;
	z-index: 2;
}

.sbm_slide img {
	border: 8px solid #e59943;
}

.card {
	width: 454px;
	height: 280px;
	background-color: white;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	bottom: 397px;
	-webkit-box-shadow: 0px 3px 38px -6px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 3px 38px -6px rgba(0,0,0,0.59);
	box-shadow: 0px 3px 38px -6px rgba(0,0,0,0.59);
}

.arrow {
	position: relative;
	cursor: pointer;
	z-index: 6;
	bottom: 242px;
}

#arrowLeft {
	left: 45px;

}

#arrowRight {
	left: 601px;
}

.title {
	text-align: center;
	font-family: 'komika';	
	color: #e59943;
	padding:10px 4px 0 6px;
}

.content {
	text-align: center;
	font-weight: 400;
	padding:0 10px 0 10px;
	color: #393838;
	font-size: 15px;
	line-height: 22px;
	margin-top: -13px;
}

.cta {
  background: #e59943;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: white;
  font-size: 18px;
  padding: 12px 27px;
  border: solid #e59943 2px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0 auto;

}

/*==================================
=            AD Big Box            =
==================================*/

.adBigBox {
	height: 456px;
	border: 1px solid black;

}

.adBigBox img {
	display: block;
	margin: 50px auto;
}

.titleBox {
	background-color: black;
	width: 175px;
	height: 30px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	margin: 40px auto 0 auto;
	padding:4px;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 600;
  	font-size: 16px;
}

.ad {
	text-align: center;
	margin-top: 50px;
}

/*==============================
=            Social            =
==============================*/

.social {
	width: 100%;
	min-width: 1421px;
	height: 579px;
	background-color: blue;
	margin-bottom:25px;
  	overflow: hidden;
  	background-image: url(../images/fashion-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 40%; 
	background-size: cover;
	overflow: hidden;
}

.fashion-heading {
	display: block;
	margin:150px auto 0 275px;
}

.fashion-sub {
	margin:10px auto 0 281px;
	font-weight: 400;
	font-size: 26px;
}

.fashion-em {
	font-weight:700;
}

.fashion-cta {
  background: #458d4d;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: white;
  font-size: 18px;
  padding: 12px 27px;
  border: solid #458d4d 2px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin:12px 0 0 279px;
}

.fashion-cta img {
	padding-left: 5px;
}

.social-header {
	font-weight: 600;
	font-size: 18px;
}

.social-em {
	font-weight: 700;
}


/*================================
=            Products            =
================================*/

.products {
	width: 100%;
}

.products-image {
	display: block;
	float: right;
}

.products-header {
	font-family: 'komika';
	text-align: center;
	color: #458d4d;
	font-size: 45px;
}

.products-cta {
	 background: #458d4d;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: white;
  font-size: 18px;
  padding: 12px 27px;
  border: solid #458d4d 2px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}

/*====================================
=            Fashion Page            =
====================================*/

.header-fashion {
	width: 100%;
	min-width: 960px;
	height: 422px;
	background-color: white;
	margin-bottom:25px;
	background-image: url(../images/fashion-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% -10%; 
	background-size: cover;
	overflow: hidden;
	
}

.header-fashion-copy {
	margin-top: 20px;
}

.fashion-page-back-button {
	background: #302f2a;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: white;
  font-size: 18px;
  padding: 12px 27px;
  border: solid #302f2a 2px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 20px auto;
}

.fashion-template {
	display: none;
}

.article {
	width: 364px;
	height: 500px;
	background-color: white;
	border: 1px solid #c3c0bd;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);

}

.article_img {
	display: block;
	margin: 0 auto;
}

.article-title {
	text-align: center;
	font-size: 1em;
	color: #464646;

}

.article-content {
	text-align: center;
	font-size: 0.8em;
	padding: 0 7px 0 7px;
	margin: 6px 0;
	color: #636363;
}

.fashion-page-cta {
  background: #458d4d;
  color: white;
  font-size: 18px;
  padding: 12px 15px;
  border: solid #458d4d 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin: 15px auto;
}

.fashion-page-ad-template {
	display: none;
}

.fashion-ad {
	display: none;
	height: 500px;
	width: 362px;
}

/*=================================
=            TC - Page            =
=================================*/

.tc-heading {
	text-align: center;
}



/*==============================
=            Footer            =
==============================*/

.footer {
	width: 100%;
	background-color: #222222;
	height: 80px;
	text-align: center;
}

.footer p {
	padding-top: 33px;
	color: white;
}

