/*==============================
=            Global            =
==============================*/

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

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

a {
	text-decoration: none;
	color: inherit;
}


a:focus {
	outline: 0;
}

body {
	margin: 0;
	background-color: #f9fafa;
	
}

/*============================
=            Site            =
============================*/

.wrapper {
	width: 1200px;
	margin: 0 auto;
	/*background-color: red;*/
	background-color: #f9fafa;

}

/**
 *
 * Navigation
 *
 */

.header {
	height: 178px;
}

nav {
	background-color: white;
    text-align:center;

}

nav a{
    display:inline-block;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: black;
	text-decoration: none;
	padding: 20px 16px;
}

nav a:hover {
	transition: color 0.3s ease;
	color: #f58763;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  border-top: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
	cursor: pointer;
}


/**
 *
 * Slider
 *
 */

.arrow {
	display: block;
	overflow: hidden;
	position: relative;
	top: -200px;
}

#arrowLeft {
	float: left;
}

#arrowRight {
	float: right;
}

.sbm_slide {
	display: none;
}

/**
 *
 * Leaderboard
 *
 */

.ad-leaderboard {
	margin: -39px 0 39px 0;
	text-align: center;
}



/**
 *
 * Blogger Content
 *
 */


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.articles {
	padding:0 15px 0 15px;
}


.articles h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	text-align: center;
	font-size: 36px;
	color: #f58763;
	margin-bottom: 18px;
}

.articles .smaller-title {
	font-size:19px;
	margin:24px 0 23px 0;
}

#a6 h2 {
	margin-bottom: 21px;
}



hr {
    border: none;
    height: 4px;
    width: 100px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
    margin-bottom: 25px;
}

.article {
	cursor: pointer;
	position: relative;
	width: 360px;
	float: left;
	margin: 0 15px 39px 15px;
}

.article-body {
	background-color: white;
	padding: 0 26px 26px 26px;
}

.article-body-header {
	position: relative;
	left: 0;
	padding: 1px;
	background-color: white;
	margin: -3px;
}

.article-body h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}

.article-body p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #858587;
	line-height: 1.7;
	text-align: center;

}

.cta {
	background-color: #f58763; 
	text-transform: uppercase;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
}

.cta:hover {
	transition: background-color 0.5s ease;
	background-color:black;
}

/**
 *
 * QUIZ
 *
 */

 .quiz h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	text-align: center;
	font-size: 36px;
	color: black;
	margin-bottom: 18px;
}

.quiz .copy {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
}

.quiz .end-date {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #707070;
	text-align: center;
}

.tc {
	background-color: black;	
}

.woobox-offer {
	margin: 23px auto;
}

/**
 *
 * Brand Bar
 *
 */

 .brand-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;
}

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

.footer p {
	padding-top: 33px;
	margin:0;
	color: white;
	font-family: 'Lato', sans-serif;
  	font-weight:  300;
  	font-style:   normal;
  	font-stretch: normal;
}

/**
 *
 * TC
 *
 */


.terms p {
	font-family: 'Lato', sans-serif;
  	font-weight:  300;
  	line-height: 1.5;
}
