/**
*
* 	Think Dirty Inc.
*		December 29, 2017.
*	All rights reserved.
*	Using free Skeleton Responsive Grid. 
*	Custom Stylesheets. 
*
**/


/* Table of Content
==================================================
	#Imports
	#Font Face
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #Imports
================================================== */

 @import url("skeleton.css");
 /*@import url("base.css");*/


/* #Font Face
================================================== */

 @font-face {
	 font-family: 'BrandonGrotesque-Bold';
	 src: url('../fonts/brandongrotesque-bold-webfont.eot');
	 src: url('../fonts/brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
	 	  url('../fonts/brandongrotesque-bold-webfont.woff') format('woff'),
		  url('../fonts/brandongrotesque-bold-webfont.ttf') format('truetype');
}
  
 @font-face {
	 font-family: 'BrandonGrotesque-Regular';
	 src: url('../fonts/brandongrotesque-regular-webfont.eot');
	 src: url('../fonts/brandongrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'),
	      url('../fonts/brandongrotesque-regular-webfont.woff') format('woff'),
	      url('../fonts/brandongrotesque-regular-webfont.ttf') format('truetype');
}
 @font-face {
	 font-family: 'GothamBook';
	 src: url('../fonts/gotham-book.eot');
	 src: url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
	      url('../fonts/gotham-book.woff') format('woff'),
	      url('../fonts/gotham-book.ttf') format('truetype');
}
@font-face {
	 font-family: 'GothamBold';
	 src: url('../fonts/gotham-bold.eot');
	 src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
	      url('../fonts/gotham-bold.woff') format('woff'),
	      url('../fonts/gotham-bold.ttf') format('truetype');
}
 @font-face {
	 font-family: 'GothamBlack';
	 src: url('../fonts/gotham-black.eot');
	 src: url('../fonts/gotham-black.eot?#iefix') format('embedded-opentype'),
	      url('../fonts/gotham-black.woff') format('woff'),
	      url('../fonts/gotham-black.ttf') format('truetype');
}

@font-face {
	font-family: 'Normande-Italic';
	src: url('../fonts/normandebt-italic-webfont.eot');
	src: url('../fonts/normandebt-italic-webfont.eot') format('embedded-opentype'),
			 url('../fonts/normandebt-italic-webfont.woff') format('woff'),
			 url('../fonts/normandebt-italic-webfont.ttf') format('truetype');
}


/* #Site Styles
================================================== */

body {
	background: #000 url('../img/bg_pat.png') repeat;
	display: block;
	overflow: auto; 
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	color: #bfbfbf;
	margin: 0;
	overflow-x: hidden;
}

.wrapper {
    width: 75%;
    margin: 0 auto;
/*    background-color: #fbdb7a;*/
    padding-top: 100px;
    
    
}

.columns {
	/*background: #ccaa12;*/
}

.columns-4 {
    width: 18%;
    margin: 0 1%;
    
}

/* #Custom
================================================== */

h1, h2, p, blockquote { margin: 0; padding: 0; text-rendering: optimizeLegibility; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
a {text-decoration: none;color: #60c7a4;} /* color: #a5c33c; */
a:visited {color: #60c7a4;} /* color: #a5c33c; */
a:hover {text-decoration: underline;}
a:hover, a:active { outline: 0; }
::selection {background: #68ddab;}
::-moz-selection {background: #68ddab;}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: BrandonGrotesque-Bold;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 4px;
 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 16px; margin-bottom: 14px;}
h2 { font-size: 14px; margin-bottom: 10px; }
h3 { font-size: 12px; margin-bottom: 8px; }
h4 { font-size: 21px; margin-bottom: 4px; }
h5 { font-size: 17px;  }
h6 { font-size: 14px;  }
.subheader { color: #777; }
p {
	font-size: 13px;
}

.green{color: #60c7a4!important;}

/* #Page Styles
================================================== */

/***************** New Added Styles for Custom Header *****************/

.announcements_bar{
	height: 25px;
	background-color: #bce0ef;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999;
	text-transform: uppercase;
	color: #000000;
	font-family: BrandonGrotesque-Bold;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	font-size: 0.8em;

}
	
.announ_left{
	
	float: left;
	margin-left: 0px;
	margin-top: 5px;

}
.announ_right a{
		color: #000000;
}

.announ_right{
	
	float: right;
	margin-left: 20px;
	margin-top: 5px;
/*    width: 33.33%;*/
}

.side-margins {
	margin: 0 50px;
}


.fixed-header {
	margin: 24px auto 0 auto;
	padding: 0px;
	width: 100%;
	height: 116px;
	/*background: #000;*/
	position: fixed;
	top: 0px;
	z-index: 999;
	background: url('../img/header-bg.png') repeat-x bottom;
}
header {
	margin: 0px auto;
	/*padding: 0px 120px 0 20px !important;*/
	/*width: 100%;
	max-width: 920px;*/
	height: 105px;
}
header nav{
	float: right;
	margin: 47px 0 0 0;
	text-align: right;
}
header nav ul{
	margin: 0;
	padding: 0
}
header nav ul li{
	display: inline-block;
	margin: 0 20px 0 0;
	font-family: 'BrandonGrotesque-Bold';
	letter-spacing: 2px;
}
header nav ul li a, header nav ul li a:visited{
	color: #fff;
	text-transform: uppercase;
}
header nav ul li a:hover,header nav ul li a.active {
	color: #60c7a4;
	text-decoration: none;
}

#header {
	
}

header .hamburger_menu{
	padding: 0 10px
}

.header-holder {	
}
#custom-logo {
	margin: 25px 10px 20px 0px;
	float: left;
	width: 115px;
	height: 55px;
}

ul {
	list-style: none;
}
.custom-menu {
		/* border: 1px solid #fff; */
		float: left;
		padding: 0px;
		margin-top: 25px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 0px;
}
.custom-menu ul {
		margin: 0px auto;
		padding: 0px;
		
		
}
.custom-menu li {
		display: inline-block;

}
.custom-menu li a {
		padding: 10px;
		margin: 0px 0px 0px -18px;
		font: 24px 'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
		color: #fff;
		text-decoration: none;
}
.custom-menu li a:hover {
		color: #68ddab;
}

.nav-section{
	display: inline-block;
	vertical-align: top;
	font-size: 100%;
	width: 100%;
	box-sizing: border-box;
	background-color: #000;
	position: absolute;
}

.nav_wide{
	float: left;
	width: 50%
}

.featureProd{
	width: 300px;
	height: 100px;

}

.apple_google_buttons_header{
	float: right;
	overflow: hidden;
}

.apple_google_buttons_header{
	margin-left: 20px;
	margin-top:33px;
	height: 100px;
	float: right;
}
.apple_google_buttons_header img#applebutton{
	height: 134px;
	display: block;
	clear: both;
	margin-top: 35px;
	margin-bottom: -40px;
	margin-left: -2;
}

.apple_google_buttons_footer img#applebutton{
	height: 134px;
	display: block;
	margin-bottom: -40px;
	margin-left: -2;
	margin-top: -22px;
}


.fb-messengermessageus{
    position: fixed !important;
    z-index: 1100;
    right: 200px;
    bottom: 0;
}

/***************************** END NEW HEADER STYLES ********************************/

/***************************** SUBSRIPTION PAGE *************************************/



#subscribe{
	max-width:960px;
	width: 100%;
	display: block;
	margin: -80px auto 0 auto;
}
.sub_img img{

	margin: -80px auto 0 auto;
	position: relative;

	}

#three_boxes{
	background: white;
	min-height: 400px
}

#box_1, #box_2, #box_3, #box_4 {
	max-height: 100px;
	max-width: 130px;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 30px;
	display: inline-block;

	
} 
#subcribe_box_desc p{
 	max-width: 130px;
 	font-size: 0.8em;
 	font-family:'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
	color: #000;
	text-align: center;
 }

.subscribe_box img {
	max-width: 100px;
}
.subscribe_box{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 90px;
	padding-top: 60px;
	font-family:'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
	color: #fff;

}
#subcribe_box_desc .green{
	float: right;
}

#subcribe_box_desc h1{
	font: 18px 'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
	color: #000;
	margin-top:35px; 
	text-transform: uppercase;
	letter-spacing: 0px;
}
#subsribe_options{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	background-color: #fbdb7a;
	/*height: 400px;*/

}
#subscribe_section_left {
	float: left;
	width: 49%;
	text-align: center;
	margin: 0 auto;
}

#subsribe_options #subscribe_section_left h1 {
	font: 24px 'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
	color: #000;
	margin-top:35px; 
	text-transform: uppercase;
	letter-spacing: 0px;

}
.subscribe_text{
	width: 55%;
	text-align: center;
	margin: 0 auto;

}

.subscribe {
	float: left;
	width: 40%;
	background: #fff;
	box-shadow: -3px 3px 1px #D8A817;
	margin: 10% 5% 0 5%;
	padding: 10px 15px;
}
.subscribe h1{
	font-size: 1.2em;
	margin-top: 5px;
}

.subscribe_fee{
	font: 24px 'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
	color: #000;
	margin-top:35px; 
	text-transform: uppercase;
	letter-spacing: 0px;
}

.subscribe h2{
	color: #FBDB7A;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: -10px;

}
#subscribe_img img{
	float: right;
	width: 50%;
	position: relative;
	right: 0px

}
.button_yellow{
	background-color: #fbdb7a;
	width: 90%;
	padding: 10px 0px;
	text-align: center;
	margin: 10px auto;
	color: #fff;

}

/***************************** END SUBSRIPTION PAGE *************************************/

/***************************** BOX *************************************/
#past_box_list{
/*	max-width: 960px;
	width: 100%;*/
	margin: 0 auto;
	background-color: #000;
	text-align: center;

}
.space_boxes{
	display: inline-block;
	margin: 10px 1%;

}
#past_box_list h1{
	font: 24px 'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
	color: #fff;
	margin-top: 0px;
	padding-top: 35px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.month{
	float: left;
	font: 1.5em 'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
	color: #fff;
	padding-bottom: 7px;
	letter-spacing: 2px;


}
.button_green {
	width: 16%;
	color: #2CBF8C;
	border: 3px solid #2CBF8C;
	float: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px;
	margin: 0 10% 20px 0;
	display: block;
}

/***************************** END BOX *************************************/

/***************************** COMMENTS *************************************/

#comments_section{
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}
#comments_section h1{
	text-align: left;
	font: 1.5em 'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
	color: #000;
	margin-top: 7px;
	letter-spacing: 2px;
	margin-left: 10%;
}
.comments_text{
	padding-top: 30px;
}
.comments_text p{
	font: 1em 'BrandonGrotesque-Bold', Helvetica, Arial, sans-serif !important;
	color: #000;
	text-align: left;
	float: left;
	max-width: 40%;
	text-align: left;
	float: left;
	margin-left: 10%;
}
#comments_box{
	width: 240px;
	height: 240px;
	float: right;
	border:1px solid grey;
	z-index: 100;
	margin-right: 20%;

}
.comments_image{
	z-index: 400;
	margin-top: -80px

}



.circle {
	width:100px;
	height: 100px;
	border-radius: 50%;
	background-color: rgb(222, 216, 215, 0.4);
	margin: 10px auto;
}
.comments_text p{
	

}



/***************************** COMMENTS *************************************/

/***************************** RESPONSIVE MENU *************************************/ 
	ul.main-menu{
		display: none;
	}
	/*.main-menu li{
		display: none;
	}*/


@media only screen and (max-width: 1050px) {	
	
	.apple_google_buttons_header{
		display: none;
	}

	header{
		margin: 0px;
		padding: 0px;
	}

	.menu-btn span{		
		display: block;
		width: 35px;
		height: 3px;
		margin: 4px 20px 0px 0px;
		background: rgb(255,255,255);
		z-index: 99;
	}
	.menu-btn{
		position: absolute;
		right: 1%;
		top: 2em;
		padding-right: 8px;
		cursor: pointer;
		margin:0px;
		line-height: 1.2;
		z-index: 99;
		transition: all 0.3s ease-out 0s;}

	.expand{
		display: block !important;
		z-index: 99;
		font-size: 1em;
		background-color: #000;
		
	}
	.main-menu{
		width: 100%;
		vertical-align: middle;
		text-align: center;
		list-style: none;
	}
	.main-menu li{
		font-size: 1.3em;
		text-transform: uppercase;
		line-height: 40px;
		background-color: #000;
		z-index: 99;
		display: block;
		border-bottom: 1px solid #302F2F;

	}
	.main-menu ul{
		display: block;
	}
	

	.main-menu li:hover{
		background-color: #131B19;
	}

	.main-menu a:hover{
		color: #60c7a4;
		text-decoration: none;
	}

	.mobile-menu{
		width: 100%;
		display: block !important;
		background-color: black;
	}

	ul.horizontal{
		display: none;
		float: right;
	}

	.slides-container ul.horizontal{
		display: block;
	}

	.ten.columns {
		padding-left: 33px;
	}

	ul.main-menu{
		width: 100%;
		vertical-align: middle;
		text-align: center;
		list-style: none;
		margin-top: -35px;
		padding-top: 34px;
		cursor: pointer;

	}

	ul.main-menu a{
		color: #FFF;
		display: block
	}
	ul.main-menu .last{

	}


	.about .container{
		width: 300px;
	}

	.container .sidebar{
		width: 420px;
		margin: 0 0 0 30px;
	}

	#phones {
	display: block;
	background: url('../img/phone_bigger.png') no-repeat center top;
	text-align: center;
	height: 540px;
	margin: 0 auto;
	width: 100%
	}

/*
	#slide2 {
		display: block;
		background: url('../img/NYT-slide_homepage.png') no-repeat center top;
		text-align: center;
		height: 540px;
		margin: 0 auto;
        
	}
*/
    
/*
	#slide3 {
		display: block;
		background: url('../img/slide3_press.jpg') no-repeat center top;
		text-align: center;
		height: 540px;
		margin: 0 auto;
	}
	#slide4 {
		display: block;
		background: url('../img/slide4_signupform.jpg') no-repeat center top;
		text-align: center;
		height: 540px;
		margin: 0 auto;
	}

	#slide5 {
		display: block;
		background: url('../img/2017-YIR-170x144.jpg') no-repeat center top;
		text-align: center;
		height: 650px;
		margin: 0 auto;
	}
*/

	#instagram{
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

}

/***************************** END RESPONSIVE MENU *************************************/ 

/***************************** FOOTER STYLES *************************************/ 

#follow-insta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#info-middle-email {
	background: #fbfae9;
}

#email-subscription {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#email-subscription img {
	max-height: 440px;
	margin-right: 40px;
}

#email-subscription .description {
	width: 610px;
}

#email-sign-up-form {
	padding: 0 25px;
}

div.centre
{
  background: url('../img/line.png') no-repeat top;
  margin-top: 40px;
  width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	padding-top:40px;
}


#social-links {
	float: right;
/*    width: 250px;*/
	margin: 38px 0px 0px 0px;
	padding: 0px;
}



#social-links li {
	display: inline-block;
}

#social-links li:last-child {
}



.fb-like-btn {
	margin: 45px 80px 0px 10px;
	float: right;
	width: 30px;
	height: 20px;
}
.tw-tweet-btn {
	margin: 45px 10px 0px 10px;
	float: right;
	width: 60px;
	height: 20px;
}

.insta_btn, .facebook_btn, .tumblr_btn, .medium_btn, .twitter_btn {
	width: 34px;
	height: 34px;
	display: block;
	background-image: url('../img/TD-social-icons.png');
	background-position: 0px 0px;
	margin-top: 3px;
}

.insta_btn:hover, .facebook_btn:hover, .tumblr_btn:hover, .medium_btn:hover, .twitter_btn:hover {
	width: 34px;
	height: 34px;
	display: block;
	background-image: url('../img/TD-social-icons.png');
	background-position: 0px -34px;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.facebook_btn {
	background-position: -34px 0px;
}

.facebook_btn:hover {
	background-position: -34px -34px;
}

.tumblr_btn {
	background-position: -69px -1px;
}

.tumblr_btn:hover {
	background-position: -69px -34px;
}

.medium_btn{
    	background-position: -103px 0px;
}
.medium_btn:hover{
    background-position: -103px -34px;
}

.twitter_btn{
   	background-position: -138px 0px;
}
.twitter_btn:hover{
    background-position: -138px -34px;
}


/**Canada Federal Government Disclaimer**/
#upper-footer .sixteen.columns#fedgov{
	height: 195px;
}

#fedgov .container {
	display: flex;
	justify-content: center;
	margin: 0 auto 25px;
}

#fedgov p{
	float: right;
	width: 300px;
	text-align: center;
	font-size: 1em;
	font-family: "Brandongrotesque-Bold";
	color: #ffffff;
	letter-spacing: 1px;
}

#fedgovp1{
	
}
#fedgov img{
	width: 200px;
	float: right;
	margin: 20px 0 20px 30px;
}


/* Masthead */
#masterhead {
	margin-top: 100px;
	padding: 22px 0 0;
	width: 100%;
}

#home{
	background: #fcfaea
}

/********************************** Homepage Slideshow Slides *******************************************/

.slide-picture {
	margin-right: 50px;
	align-items: center;
	display: flex;
}

.default-img {
	max-width: 550px;
	max-height: 500px;
}

.temp-img-1 {
	width: 555px;
}

.temp-img-1-rotate {
	transform: rotate(-5deg);
	height: 500px;
}

.temp-img-2 {
	width: 900px;
}

.temp-img-3 {
	height: 500px;
}

#gift-guide-slide .slide-picture {
	margin-right: 24px;
}

#dragons-den-slide .slide-picture > * {
	width: 108vw;
}

.temp-img-bleed {
	width: 110vw;
}

#bloomberg-app .description > * {
	color: white;
}

#bb-logo {
	height: 67px;
}

#bloomberg-app .description {
	top: 207px;
}

#nov-bbox .temp-bleed > *, #oct-bbox .temp-bleed > * {
	width: 120vw;
	margin-left: -100px;
}

.temp-desc-2 {
	margin-left: -116px;
}


.temp-3 .temp-desc-3 {
	width: 50%;
}

.temp-3 .temp-desc-3 h1 {
	font-size: 33px;
}

.temp-bleed {
	margin: 0 auto;
}

#app-dl-but {
	display: flex;
}

#apple-button {
	height: 62px;
	margin: 0 10px 0 0;
}

#dragons-den-slide .temp-desc-bleed {
	left: 37%;
}

#dragons-den-slide .temp-desc-bleed > * {
	color: white;
}

#nov-bbox .temp-desc-bleed, #oct-bbox .temp-desc-bleed {
	top: 185px;
	left: 46%;
}

.bleed .temp-desc-bleed {
	position: absolute;
	top: 200px;
	left: 200px;
}

#fast-company-logo {
	position: absolute;
	bottom: 27px;
	right: 90px;
	margin: 10px;
}

#bloomberg-logo {
	position: absolute;
	bottom: 56px;
	left: 10px;
	margin: 10px;
}

#fs-logo {
	width: 400px
}

.small-image img {
	min-width: 450px;
}


#slides {
    margin: 0;
    padding: 0;
    z-index: 95;
    position: relative;
}

.slides-container {
	overflow: hidden;
	height: 660px;
	position: relative;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.slides-container ul{
    padding: 0!important;
    margin: 0!important;
}

.slide-image {
	display: none;
	justify-content: center;
	position: relative;
	animation-name: slide-to-center;
	animation-duration: .8s;
	width: 100%;
	height: 750px;
	margin: -4px 0 0 0;
	padding: 0 70px;
}

.bleed {
	justify-content: flex-start;
	padding: 0;
}

.slide_center {
	display: flex;
}

/* slides it from right to left */
@keyframes slide-to-center {
	0% { right: -100%; }
	100% { right: 0; }
}

@keyframes slide-away {
	0% { right: 0;}
	100% { right: 100%;}
}

@keyframes slide-prev {
	0% { right: 100%; }
	100% { right: 0; }
}

@keyframes slide-away-right {
	0% { right: 0; }
	100% { right: -100%; }
}

.pagination{
	width: 100%;
	margin: -40px auto 0;
	padding: 0 0 30px 0;
	display: flex;
	justify-content: center;
	position: relative;
}

.pagination li {
    float: left;
    height: auto !important;
    list-style: none outside none;
		margin: 0 8px 0 0;
		cursor: pointer;
}
.pagination li a {
    text-indent: -9999px;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
    height: 10px;
    line-height: 1em;
    text-align: center;
    width: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background: #E4E2D6;
}
.pagination li.current a {
    background: #68ddab;
}
.control{
    background-position: -101px -82px;
    height: 18px;
    width: 18px;
    border: 1px solid #19181d;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    margin:0 1px 0 0;
    *margin:-18px 1px 0 0;
}
.control:hover{border: 1px solid #0192d3;}

.next{
    background: url(../img/next.png);
    width: 43px;
    height: 56px;
    position: absolute;
    right: 22px;
    top: 309px;
    text-indent: -9999px;
    z-index: 100;
}

.prev{
    background: url(../img/prev.png);
    width: 43px;
    height: 56px;
    position: absolute;
    left: 22px;
    top: 309px;
    text-indent: -9999px;
		z-index: 100;
}

.prev:hover {
	cursor: pointer;
}

.next:hover {
	cursor: pointer;
}

.description .slide_link{

    display: inline-block;
    color: white;
		background: #68ddab;
		width: fit-content;
    
    padding: 15px 30px 15px 30px;
    font-family: BrandonGrotesque-Bold;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}

.slide_link:hover{
	background-color: #56cf9a;
	text-decoration: none;
}


/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin: 5px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color: #68ddab;}
#mc_embed_signup .button {
		width: 200px;
		border: 0px;
		padding: 15px 20px 10px 20px;
		font-family: BrandonGrotesque-Bold;
		color: #fff; 
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 3px;
		background-color: #68ddab;
		cursor: pointer;
}
#mc_embed_signup .button:hover {background-color: #56cf9a;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {
	display: block; 
	padding: 13px 10px; 
	margin: 0 4% 10px 0; 
	text-indent:5px; 
	width: 70%;
	min-width: 130px;
	font-family: 'Karla', sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #666;  
}
#mc_embed_signup input.button {}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding: 0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


/********************************** Homepage Slideshow Slides End *******************************************/


.description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 44%;
}

.description h1 {
	font-family: 'BrandonGrotesque-Bold';
	color: #000;
	text-transform: uppercase;
	font-size: 34px;
	padding: 0px;
	line-height: 47px;
	letter-spacing: 1px;
  margin-top:30px
}
.description h2 {
	font-family: 'BrandonGrotesque-Bold';
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	line-height: 30px;
}
.description p {
	font-size:  16px;
	margin: 20px auto;
	line-height: 25px;
	color: #210505;
}

#gift-guide-page .description p, .day-content .inside-content .title p {
	margin: 20px auto;
	color: #333333;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 30px;
}

#gift-guide-page .description p {
	padding: 0 22px;
}

.description .ios:hover{
	opacity: 0.8
}
#days{
	background: #f3edba;
	position: relative;
	padding: 50px 0;
	text-align: center;
}

#3icons{
	background: #f4f1d9;
	position: relative;
	padding: 50px 0;
	text-align: center;
}

#days img{
	width: 100%
}
#days h2 {
	font-family: 'BrandonGrotesque-Bold';
	color: #000;
	text-transform: uppercase;
	font-size:20px;
	padding: 0px;
	line-height: 30px;
	letter-spacing: 4px;
}
#days p {
	font-family: 'BrandonGrotesque-Bold';
	color: #000;
	text-transform: uppercase;
	font-size:14px;
	line-height: 30px;
	letter-spacing: 4px;
	margin: 25px 0 5px 0
}
#days a.site {
	font-family: 'BrandonGrotesque-Bold';
	color: #ff5734;
	font-size:36px;
	line-height: 30px;
	letter-spacing: 2px;
	display: inline-block;
}
#days:before{
	content: '';
	width: 100%;
	position: absolute;
	top: -11px;
	left: 0;
	height: 11px;
	z-index: 100;
	background: url(../img/yellow-bg-top.png) repeat-x;
}
#days:after{
	content: '';
	width: 100%;
	position: absolute;
	bottom: -11px;
	left: 0;
	height: 11px;
	background: url(../img/yellow-bg-bottom.png) repeat-x;
}

/*Homepage Beauty Box */

#BBslide-container{
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.BBoxSlide{
	display: none;
}

.BB-right{
	right: 0;
	border-radius: 3px 0 0 3px;
}

.dot{
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

#BBslide-container span.active, .dot:hover{
	background-color: #717171;
}

#days .active, .dot:hover {
  background-color: #68DDAA;
}

/* Subscribe Field */

#subscribe {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* placeholder */
::-webkit-input-placeholder  { 
    color: rgb(190, 188, 188); 
    
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
    color: rgb(190, 188, 188);
} 
input {
  outline: none;
  
}
#subscribe label {
	opacity: 0;
	-ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
}




#social {
	/*background: url('../img/line.png') no-repeat top;*/
	margin-top: 20px;
	padding-top: 20px;
}
#quotes, #tweets {
	margin-bottom: 30px;
}
#quotes a {
	text-decoration: none;
}
#quotes h1 , #tweets h1, #instagram h1, #logos h1, #days h1{
	font-family: 'BrandonGrotesque-Bold';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 0px 20px 40px;
	padding: 0px;
	line-height: 30px;
}
.quote_list {
	background: url('../img/quote.png') no-repeat top left;
}
.quote_list blockquote {
	background: url('../img/quote-r.png') no-repeat top right;
	padding: 20px 40px 10px 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #c6c6c6;
	min-height: 60px;
	line-height: 20px;
}
#quote ul{
	margin: 0px;
}
ul.quote_list{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#quotelist2{
	margin-top: 110px;
}
ul.tweetList {
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
.quote_by{
	float: right;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}
#tweets {
	font-size: 13px;
	color: #c6c6c6;
	line-height: 20px;
}
#instagram {
	background: url('../img/line.png') no-repeat top;
	background-size: contain;
	margin-top: 0px;
	padding: 30px 0px 10px 0px;
}
.instalink {
	font-family: 'BrandonGrotesque-Bold';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 4px;
	color: #68ddab;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	padding: 30px 50px 0px 0px;
	display: block;
}
.instalink a:hover {
	color: #fff;
}
.instagram {
	margin: 0px auto;
	max-width: 900px;
	padding-left: 20px;
}
.instagram-placeholder {
	float: left;
	padding: 0px;
	display: block;
}
.instagram-placeholder img {
	border: 4px solid #313131;
	border-radius: 4px;
	display: block;
	width: 100px;
	margin: 20px;
	
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.instagram-placeholder img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:0.5;
}
p#fastcoWCI2020{
margin-top: 20px;
}

#logos {
	background: url('../img/line.png') no-repeat top;
	margin-top: 20px;
	padding: 20px 0px 40px 0
}
#logos h1{
	font-size: 16px;
	text-align: center;
}
#logos .logopartner{
	padding: 10px 0 40px 25px;
	text-align: center;
}
#logos .logopartner li{
	display: inline-block;
	margin: 0 105px 0 0	
}
#logos .logopartner li:last-child{
	margin: 0 	
}

#logos img#logopartnernewco{
	height: 90px;
}

#logos img#logopartnerleague{
	padding: 6px 0px 6px 0px;
}
#logos img#logopartnerEtop50{
	width: 28%;
}
#logos img#logopartnerlumino{
	padding: 21px 0px 21px 0px;
	height: 55px;
}

#itstart a, #digifest a, #betalist a, #tnw a {
	text-indent: -9999px;
	background: url('../img/logos-hover.png') no-repeat;
	width: 160px;
	height: 120px;
	display: block;
	margin: 20px auto;
}
#itstart a {
	background-position: 30px 0px;
}
#itstart a:hover {
	background-position: 30px -110px;
}

#digifest a {
	background-position: -140px 15px;
}
#digifest a:hover {
	background-position: -140px -95px;
}
#betalist a {
	background-position: -280px 5px;
}
#betalist a:hover {
	background-position: -280px -105px;
}
#tnw a {
	background-position: -458px 5px;
}
#tnw a:hover {
	background-position: -458px -105px;
}


#upper-footer .side-margins{
	background: url('../img/line.png') no-repeat top;
	background-size: contain;
	padding-top: 20px;
	font-family: 'BrandonGrotesque-Regular';
	display: grid;
	grid-template-columns: 70% 1fr;
}

#footerTDlogo-mobile {
	display: none;
}

#footer{padding:15px 0 0 0;margin-bottom:20px;}

#footer li {
	float: left;
	display: inline-block;
	height: 32px;
	margin: 0px 30px;
	font-family: 'BrandonGrotesque-Regular';
	text-transform:	initial;
}

#footer li.angellist {
	margin-left: 30px;
}

#footer li.contact a {
	
}

#footer li.brands a {
	
}

#footer li.terms a {
	background: none;
	padding-left:0;
}

#footer li.privacy a {
	background: none;	
	padding-left:0;
}

#footer li a {
	background: url('../img/icons.png') no-repeat;
	padding-left: 45px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	float: left;
	font-family: 'BrandonGrotesque-Regular';
	text-transform:	initial;
}

#footer li a:hover {
	color: rgb(104, 221, 171);
	text-decoration: none;
	background-position: 0px -32px;
}

#footer .facebook a {
	background-position: 0 -64px;
}

#footer .facebook a:hover {
	background-position: 0 -96px;
}

#footer .angellist a {
	background-position: 0 -257px;
}

#footer .angellist a:hover {
	background-position: 0 -224px;
}

#footer .contact a {
	background-position: 0 -128px;
}

#footer .contact a:hover {
	background-position: 0 -160px;
}

#footer .brands a {
	background-position: 0 -128px;
}

#footer .brands a:hover {
	background-position: 0 -160px;
}
/* color: #a5c33c; */

#footer .copyright {
	background: none;
	background-position: 0 -192px;
	padding-top: 5px;
}

.copyright img {
	padding: 0px 10px 0px 20px;
}



#upper-footer p{text-align:center; clear: both; padding: 15px 0 0 0}
#upper-footer p a{
	color: #fff;
}
#upper-footer p a:hover{
	color: rgb(104, 221, 171);
}
#upper-footer p.design{
    position: absolute;
    right: 0px;
    top: 205px;
    padding: 15px 30px;
    background: #d2ba54;
    color:#000;
    text-transform: uppercase;
    font-family: 'GothamBold';
}
#upper-footer p.design a{
	color: #000
}

.left-footer-nav{
	display: flex;
	padding: 20px 0 20px 35px;
	font-family: 'BrandonGrotesque-Bold';
}

.footer-menu {
	display: flex;
}

.footer-menu > * {
	margin: 0;
}

.footer-menu li a{
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer-menu li{
	margin-bottom: 9px;
}

#fmenu-links1{
	padding: 0;
}


/*
.span3{
	width: 33%;
	display: block;
	float: left;
}
.span4{
	width: 30%;
	margin-left: 3%;
	display: block;
	float: left;
	margin-top: 3px;
}
.span4line{
	float: left;
}
.span4sup{
	float: left;
	display: block;
}

.span4faqsup{

}

.footer-menu .span4faqsup p{
	display: block;
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
}
.footer-menu .span4faqsup p:hover{
	color: #666666;
}

.footer-menu a{
	display: block;
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
}

.footer-menu a:hover{
	color: #666666;
}
.footer-menu {
	display: block;
	font-family: 'BrandonGrotesque-Regular';
	text-transform:	capitalize;
}


*/
.footer-socialmedia-icons.footer-menu{
	margin-top: -30px;
	display: block;
}


.footer-socialmedia-icons h1{
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 200;

}
.footer-socialmedia-icons h2{
	letter-spacing: 2px;
	font-size: 1em;
	width: 90%;
}


#logo-app-fb-twitter {
 margin-right: 35px;
}

.footer-fb-like-btn {
	margin-top: 20px;
}

.footer-fb-like-btn, .footer-tw-tweet-btn{
	margin-bottom: 15px;
}


.right-footer-nav{
	padding: 0px 0px 0px 45px;
	border-left: 1px dotted #999;
	text-transform:capitalize;
	display: flex;
	align-items: center;
}






div.centre iframe{margin: 0 auto;display:block}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*****************************END FOOTER STYLES *************************************/ 

/***************************** PRESS ********************************/

#press {
	background: #fcfaea;
	margin-top: 104px;
	padding: 50px 0 20px 0
}

#press .sidebar ul {
	margin: 0;
	padding: 0;
}
#press .sidebar ul li {
	text-align: right;
	margin: 0 15px 25px 0;
	width: 100%
}

#press .sidebar ul li li {
	margin: 10px 0 0 0;
}

#press .sidebar ul li ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	display: block;
	text-transform: none;
	margin: 0;
	font-family: 'BrandonGrotesque-Regular', helvetica, sans-serif;
	background: none
}

#press .sidebar ul li ul li a:hover, #press .sidebar ul li ul li a.active {
	color: #60c7a4
}

#press .sidebar ul li a {
	font-family: 'BrandonGrotesque-Bold';
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	padding: 0 10px 0 0;
	background: url(../img/sidebar-plus.png) no-repeat right 6px;
}

#press .sidebar ul li a:hover, #press .sidebar ul li a.active {
	text-decoration: none;
	background-position: right -28px
}

.accordion {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 300px;
}

.accordion .panel {
  box-sizing: border-box;
  width: 33px;
  position: relative;
}

.accordion .panel > * {
  display: none;
}

.accordion .panel.active {
  flex: 1;
  width: auto;
  padding-left: 60px;
  padding-right: 10px;
}
.accordion .panel.active > * {
  display: block;
}

.accordion .panel.active > .content {
    border: 1px solid #CCC;
    position: absolute;
    left: 33px;
    top: 2px;
    bottom: 0px;
    overflow: hidden;

}

.accordion .panel.active .lower-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 75px;
	background-color: rgba(0,0,0,0.3);
	color: white;
	padding-top: 15px;
	padding-left: 20px;
}

.accordion .panel.active .lower-bar h4 {
	margin-top: 0;
	font-style: italic;
    font-size: 15px;
    letter-spacing: 1px;
}s

.accordion .panel.active .lower-bar h3,
.accordion .panel.active .lower-bar h3 a {
	margin-top: 0;
	font-size: 24px;
	letter-spacing: 1px;
    color: white;
}

.accordion .panel.active .lower-bar#accordion_mastercard{
	height: 115px;
}

.accordion .panel.active > h2 {
  background-color: #60c7a4;
  color: black;
}

.accordion .panel > h2 {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
  padding: 5px;
  padding-left: 10px;
  width: 298px;
  transform-origin: top left;
  transform: translateY(100%) rotate(-90deg);
  background-color: black;
  white-space: nowrap;
  letter-spacing: 1px;
}

.acc-img {
	width: 100%;
}

.acc-icon{
    width: 38px !important;
    left: 500px !important;
    right: 0 !important;
}

/*END ACCORDION STYLING*/

.article-tabs {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.article-tabs .article-tab {
	display: inline-block;
	padding: 10px 30px;
	padding-top: 5px;
	border-top: 5px solid #f3f0d5;
	color: black;
	background-color: #f3f0d5;
	border-left: 1px solid #ccc;
	font-size: 22px;
    font-family: BrandonGrotesque-Bold;
    cursor: pointer;
}

.article-tabs .article-tab:first-child {
	border-left: none;
}

.article-tabs .article-tab.active {
	border-top: 5px solid #a3dbba;
	color: #a3dbba;
	background-color: #fcfaea;
    border-bottom: 1px solid #fcfaea;
    background-color: #fcfaea;
    margin-bottom: -1px;
	border-left: 1px solid #ccc;
}

.article-tabs .article-tab.active:last-child {
	border-right: 1px solid #ccc;
}
.blog{
	border-left: 1px solid #ecead6;
	padding: 0 0 0 45px;
	float: left;
}
.blog article{
	width: 100%;
	float: left;
	margin: 0 0 45px 0
}
.blog article img{
	padding: 0;
	margin: 0 25px 0 0;
	width: 145px;
	height: 145px;
	float: left;
}
.blog article .data{
	float: right;
	width: 540px
}
.blog article h2{
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 20px !important;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0;
	line-height: 22px;
	color: #000
}
.blog article h2 a{
	color: #000
}
.blog article h3{
	font-family: 'Karla', sans-serif;
	font-size: 14px !important;
	font-style: italic;
	margin: 0;
	letter-spacing: 0;
	color: #000
}
.blog article p{
	margin: 10px 0;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	font-family: 'Karla', sans-serif;
	letter-spacing: -0.1px;
}
.blog article a.read{
	color: #60c7a4;
	font-size: 16px;
	font-weight: bold;
}
.releases{
	border-left: 1px solid #ecead6;
	padding: 0 0 0 45px;
	float: left;
	width: 85%;
}
.releases article{
	float: left;
	margin: 0 0 45px 0
}
.releases article h2{
	font-family: 'Karla', sans-serif;
	font-size: 20px !important;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0;
	line-height: 22px;
	color: #000;
	clear: both;
	padding-top: 40px;
}
.releases article h2 a{
	color: #000
}
.releases article h2 a:hover{
	text-decoration: none;
	color: #60c7a4
}
.releases article h3{
	font-family: 'Karla', sans-serif;
	font-size: 17px !important;
	font-style: italic;
	margin: 0;
	letter-spacing: 0.4px;
	color: #000
}
.releases article p{
	margin: 10px 0;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-family: 'Karla', sans-serif;
}
.releases a.pdf{
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0 6px 40px;
	display: block;
	margin-top: 15px;
	background: url(../img/pdf-icon.png) no-repeat;
	color: #000
}
.releases article img#pressrElogo{
	width: 75%;
	float: left;
	display: block;
	margin-left: 10%;
}
#info-middle{
	background: url(../img/middle-bg.png) repeat-x;
	height: 315px;
	padding: 50px 0;
	margin: -10px 0 0 0
}
#info-middle ul{
	padding: 0
}
#info-middle ul li{	
	float: left;
	height: 205px;
	width: 315px;
	padding: 40px 0;
	text-align: center;
	border-right: 1px solid #424141;
	border-left: 1px solid #2c2c2c;
	font-family: 'BrandonGrotesque-Bold';
	font-size: 20px;
	color: #b2b2b2;
	text-transform: uppercase;
	background: url(../img/middle-icons.png) no-repeat -258px 100px;
}
#info-middle ul li span{	
	font-family: 'GothamBold';
	font-size: 50px;
	color: #fff;
	display: block;
	margin-top: -50px
}
#info-middle ul li.first{	
	border-left: none;
	background-position: 95px 100px
}
#info-middle ul li.last{	
	border-right: none;
	background-position: -615px 100px
}

#video{
    text-align: center;
    margin: 0 auto;
    padding: 80px 0;
}

#info-bottom{
	background: url(../img/footer-bg-grey.png) repeat-x;
	padding: 10px 85px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
}

#footer-content {
	display: flex;
  justify-content: space-between;
}

#social-links-rights {
	display: flex;
	flex-direction: column;
}


ul.footer-social-links {
	clear: both;
	float: left;
}
.footer-social-links li{
	float: left;
	padding-right:5px;
}

.footer-social-links {
    width: 250px;
    position: relative;
    float: left;
}

.footer-social-links li{
	float: left;
	padding-right:5px;
}

#info-bottom ul{
	float: left;
}

#info-bottom ul#footer-badges{
	display: flex;
	align-items: center;
	padding: 0;
}

#info-bottom li{
}

/* #info-bottom .container .rights{
    position: absolute; 
    bottom: 20px; 
    left: 38px;
    font-size: 14px;
    font-family: 'Brandongrotesque-Bold';
} */

#footer-bbb{
	background: #ffffff;
	padding: 4px;
	border-radius: 9px;
	height: 63px;
}

#footer-eco{
	height: 85px;
}

.footer-bg{
	background: url('../img/footer-bg2.png') repeat-x;
	height: 85px
}

/***************************** END PRESS ********************************/

/***************************** ABOUT ********************************/

#about{
	background: #fcfaea;
	margin-top: 104px;
	padding: 50px 0 40px 0
}
#about .sidebar ul{
	margin: 0;
	padding: 0;
}
#about .sidebar ul li{
	text-align: right;
	margin: 0 15px 15px 0;
	width: 100%
}
#about .sidebar ul li a{
	font-family: 'BrandonGrotesque-Bold';
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

#about .sidebar ul li ul li a {
    text-transform: none !important;
}


#about .sidebar ul li a:hover, #about .sidebar ul li a.active{
	color: #60c7a4;
	text-decoration: none;
}

.has-children ul {display: none;}x


.team{
	border-left: 1px solid #ecead6;
	padding: 0 0 0 5%;
	float: left;
	width: 95%
}
.team article{
	float: left;
	margin: 0 0 20px 0;
}
.team article img{
	padding: 0;
	margin: 0;
	width: 155px;
	height: 195px;
	float: left;
	margin: 0 15px 0 0
}
.team article .data{
	float: right;
	width: 540px
}
.team article h2{
	font-family: 'Karla', sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
}
.team article h3{
	font-family: 'Karla', sans-serif;
	font-size: 14px !important;
	font-style: italic;
	margin: 0;
	letter-spacing: 0;
	color: #000
}
.team article p{
	margin: 10px 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	font-family: 'Karla', sans-serif;
}
.team article a.read{
	color: #60c7a4;
	font-size: 13px;
	font-weight: bold;
}
.founder{
	width: 95%;
	padding: 0 0 0 5%;
	border-left: 1px solid #ecead6;
	float: left
}
.founder h2{
	font-family: 'BrandonGrotesque-Bold';
	font-size: 20px !important;
	font-weight: bold;
	margin: 0;
	letter-spacing: 2px;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
}


.founder img{
	margin: 0 0 5% 0;
	width: 99%
}
.founder p, .founder ul li{
	margin: 10px 0;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-family: 'Karla', sans-serif;
}

.founder ul li {
    list-style-type: disc;
}

.founder h3 {
   font-weight: bold;
    font-family: 'BrandonGrotesque-Bold';
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}

.founder #about_founderfooter{
	width: 600px;
}

.founder img#about_avatar{
	width: 200px;
	background: #ECE0C9;
	border-radius: 50%;
	float: left;
	display: block;
}

.founder img#about_signature{
	width: 170px;
	float: left;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.founder #about_sign {
	width: 180px;
	float: left;
	margin-left: 25px;
}

.founder #about_sign p{
	margin-left: 15px;
}



.advisors, .partners{
	border-left: 1px solid #ecead6;
	float: left;
}
.advisors ul, .partners ul{
	margin: 0;
	padding: 0
}
.advisors ul li{
	width: 150px;
	height: 230px;
	float: left;
	margin: 0 0 2% 5%
}
.advisors img{
	width: 150px;
	height: 145px;
	margin: 0 0 15px 0
}
.advisors h2, .partners h2{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0;
	line-height: 16px;
	color: #000;
}
.advisors h3, .partners h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px !important;
	font-style: italic;
	margin: 0;
	letter-spacing: 0;
	color: #000
}
.partners ul li{
	width: 150px;
	height: 295px;
	float: left;
	margin: 0 0 2% 5%
}
.partners img{
	width: 150px;
	height: 195px;
	margin: 0 0 15px 0
}
.methodology{
	width: 95%;
	padding: 0 0 0 5%;
	border-left: 1px solid #ecead6;
	float: left
}
.methodology h2{
	font-family: 'BrandonGrotesque-Bold';
	font-size: 20px !important;
	font-weight: bold;
	margin: 0;
	letter-spacing: 2px;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
}
.methodology img{
	margin: 0 0 5% 0;
	width: 99%
}
.methodology p{
	margin: 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-family: 'Karla', sans-serif;
	line-height: 30px;
}
.methodology p strong{
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.methodology h3{
	font-family: 'Karla', sans-serif;
	font-size: 21px !important;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0;
	margin: 30px 0 15px 0
}
table.health{
	width: 100%;
	margin: 30px 0;
	padding: 0;
}
table.health tr{
	width: 100%;
	background: #fff;
	color: #000
}
table.health thead th{
	background: #bee9ee;
	color: #666;
	text-align: center;
	padding: 10px 0 10px 0;
	font-family: 'Karla', sans-serif; 
	font-size: 16px;
	font-weight: bold;
}
table.health thead strong{
	color: #000;
	display: block;
	font-family: 'Karla', sans-serif;
	font-size: 17px;
	font-weight: bold;
}
table.health tr{
	padding: 0;
	margin: 0;
	border: 1px solid #bee9ee;
	border-top: none;
}
table.health td{
	padding: 25px 0;
	vertical-align: middle;
	font-family: 'Karla', sans-serif;
	font-size: 17px; 
	text-align: left;
	font-weight: bold;
}
table.health td p{
	font-size: 16px; 
	font-family: 'Karla', sans-serif;
	font-style: italic;
	font-weight: normal;
}
table.health .rojo{
	color: #c53300
}
table.health .amarillo{
	color: #b9a70c
}
table.health tr td:first-child{width: 167px; padding-left: 10px;}
table.health tr td:first-child + td{width: 260px; padding-left: 10px}
table.health tr td:first-child + td + td{width: 93px; border-left: 1px solid #bee9ee; text-align: center;}
table.health tr td:first-child + td + td + td{width: 90px; border-left: 1px solid #bee9ee; text-align: center;}
table.health tr td:first-child + td + td + td + td{width: 90px; border-left: 1px solid #bee9ee; text-align: center;}

table.rating{
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}
table.rating thead th{
	background: #f3ead5;
	box-shadow: -4px 4px 5px #f1efe0;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding-left: 3%;
	font-size: 17px;
	font-weight: bold;
}
table.rating thead span{
	margin: 0 0 0 65px
}
table.rating tr{
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 45px;
}
table.rating td{
	padding: 13px 0;
	height: 40px
}
table.rating tr .indentedText{
	background: url('../img/sprite-rating.png') no-repeat;
}
table.rating tr.rojo{
	color: #c53300;
}
table.rating tr.rojo .indentedText{
	background-position: 30px 10px
}
table.rating tr.amarillo{
	color: #b9a70c;
}
table.rating tr.amarillo .indentedText{
	background-position: 30px -78px
}
table.rating tr.verde{
	color: #15b12d;
}
table.rating tr.verde .indentedText{
	background-position: 30px -168px
}
table.rating tr.gris{
	color: #666666;
}
table.rating tr.gris .indentedText{
	background-position: 30px -252px
}
table.rating td.indentedText{text-indent: -9999px;width: 180px}


/***************************** END ABOUT ********************************/

/***************************** RATING FOOTER ********************************/

.greyBg{
	background: #191917 url('../img/zigzag-grey.gif') repeat-x top;
	padding: 20px 0
}
.ratingFooter{
	float: right !important;
	font-size: 16px; 
	font-family: 'Karla', sans-serif;
	color: #fff
}
.ratingFooter h3{
	font-family: 'Karla', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0;
	margin: 40px 0 30px 0
}
.ratingFooter ol li{
	padding: 15px 0 0 0;
}
.ratingFooter ul li{
	padding: 25px 0 ;
	background: url('../img/rating-footer.gif') repeat-x;
	float: left;
}
.ratingFooter ul li p{
	font-size: 17px; 
	font-family: 'Karla', sans-serif;
	padding: 0 0 10px 0;
	font-style: italic;
}
.ratingFooter ul li.head{
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	font-size: 17px;
}
.ratingFooter ul li strong{
	float: left;
	width: 185px;
	font-family: 'Karla', sans-serif;
	font-size: 17px;
}
.ratingFooter ul li span{
	float: left;
	width: 535px;
}

/***************************** END RATING FOOTER ********************************/



/***************************** CAREERS ********************************/
#about .sidebar ul li a.bt-careers {
    padding: 0 10px 0 0;
	background: url(../img/sidebar-plus.png) no-repeat right 6px;
}


#about .sidebar ul li a.bt-careers:hover, #about .sidebar ul li a.bt-careers.active {
	text-decoration: none;
	background-position: right -28px
}


/***************************** END CAREERS ********************************/
/*BEAUTY BOX SUBSCRIPTION*/
.cta-buttons-bbox{
    display: flex;
    justify-content: center;
}

.cta-buttons-bbox p {
    display: inline-block;
    margin: 0 2%;
}

.bb-cta-button{
    width: 18%;
    display: inline-block;
    color: white;
    background: #68ddab;
    margin: 2%;
    padding: 15px;
    font-family: BrandonGrotesque-Bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    /*font-size: 1.3em;
    border-radius: 6px;
    box-shadow: 0px 4px #417d81;*/
    
}

.bb-cta-button:visited{
    color: white;
}

.bb-cta-button:hover{
    color: white;
    text-decoration: none;
}


#bb-shop{
    background: #56adad;
    width: 238px;
    /*box-shadow: 0px 4px #417d81;*/
}

#bb-shop:hover{
	background-color: #4FA3A3;
}

#bb-subscribe{
	width: 235px;
}

#bb-subscribe:hover{
	background-color: #56cf9a;
}


.button{
	display: inline-block;
    color: white!important;
    background: #68ddab;
    
    padding: 15px 30px 15px 30px;
    font-family: BrandonGrotesque-Bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
}


#home_partner_button{
	margin-left: 37%;
}

/*collections shopify buy button */
#b-box-collection {
    background-color: #fcfaea;
    position:relative;
    
}

#b-box-collection:before {
    content: '';
    width: 100%;
    position: absolute;
    top: -11px;
    left: 0;
    height: 11px;
    background: url(../img/off-white-border-top.png) repeat-x;
}


#b-box-collection:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 11px;
    background: url(../img/off-white-border-bottom.png) repeat-x;
}

#b-box-collection-title {
    height: 50px;
    height: 150px;
    padding-top: 70px;
    /* position: absolute; */
    /* top: 10px; */
    /* margin: 0 auto; */
/*    border: red 1px solid;*/
    text-align: center;
}

#b-box-collection-title h2 {
    font-size: 2.5em;
    color: #000000;
    text-transform: uppercase;
}

#b-box-collection-title h3 {
    font-size: 1.5em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/****VERIFIED BRANDS****/

.verified-brands{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
/*    border: black 1px solid;*/
    padding: 0;
   
    
}

ul.grid{
    box-sizing: border-box;
		display: flex;
		justify-content: center;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 0;
    
}

ul.grid li{
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    text-align: center;
    margin: 2.5%;
}

ul.grid li a img{
    width: 200px !important;
    height: auto; 
}

ul.grid li a.vb-link{
    font-family: 'BrandonGrotesque-Bold', sans-serif;
    font-size: 1.2em;
    margin-top: 10px;
}

.brand-profile {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
/*    border: red 1px solid;*/
    flex-flow: row;
    margin-bottom: 50px;
}

.brand-profile img  {
    margin-right: 50px;
}

/**accordion vb-acc**/
#vb-acc {
    width: 1091px;
    height: 350px;
}

#vb-acc .panel > h2,
#vb-acc .panel > h2.active {
    width: 350px;
}


a.vb-link {
    width: 200px;
    border-radius: 2px;
    padding: 5px;
    background: #68DDAB;
    font-size: 8px;
    color: white;
    text-transform: uppercase;
}

#brandsblurb p{
	color: #333333;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 30px;
}

#brandsblurb h2{
	color: black;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: 2px;
}

#brandsblurb a#doitbutton{
	background-color: #EE873D;
	color: #ffffff;
	font-family: "Brandongrotesque-Bold";
	font-size: 23px;
	width: 185px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/****END VERIFIED BRANDS****/

/***************************** BUSINESS/PARTNERSHIP ********************************/

#business{
	background-color: #FCFAEB;
	color: #333333;
}

#business .container .thirteen.columns{
	background-color: ;
	float: right;
	margin-right: 0;
}
#business .sidebar ul{
	width: 100%;
	margin-top: 170px;
	padding-left: 0;
}

#business .sidebar ul li{
	border-left: 7px solid #F0D466;
	padding-left: 12px;
	padding-top: 12px;
	height: 34px;
	width: 170px;
}

#business .sidebar ul li.active{
	border-left:7px solid #EC6033;
	background: white;
	width: 170px;
	height: 34px;
}

#business .sidebar ul li a{
	font-family: "BrandonGrotesque-Bold";
	color: black;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#business .sidebar ul li.active a{
	color: #6FC6A6;
}

#business #partnero ul li{
	width: 189px;
	height: 46px;
	padding-top: 13px;
}

img#businessbanner{
	width: 100%;
	margin-top: 170px;
}

#business h1{
	color: black;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 22px;
	letter-spacing: 3px;
}

img#businessline{
	width: 60%;
}

#business h2{
	color: black;
	margin-top: 32px;
	letter-spacing: 1px;
	font-size: 18px;
	clear: both;
}

#business p{
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	line-height: 30px;
}

.partnershipperk{
	clear: both;
	padding-top: 20px;
	padding-bottom: 160px;
}

.partnershipperk img{
	width: 17%;
	float: left;
	margin-top: 5px;
}

.partnershipperk h3{
	color: black;
	float: left;
	margin-left: 20px;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 5px;
}

.partnershipperk p{
	float: left;
	width: 78%;
	margin-left: 20px;
}

#business table#nonvsverified{
	margin-bottom: 75px;
	color: #333333;
}

#business #nonvsverified th{
	background-color: #BEE9EE;
	font-family: "Brandongrotesque-Bold";
	font-size: 18px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#business #nonvsverified #featurest{
	width: 60%;
}

#business #nonvsverified td{
	background-color: #FFFFFF;
	font-family: "BrandonGrotesque-Bold";
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 21px;
}

#business #nonvsverified .tablefeatures{
	padding-left: 3%;
	padding-right: 3%;
}

#business #nonvsverified .tablex{
	text-align: center;
	font-family: "BrandonGrotesque-Bold";
	font-size: 16px;
}

#business a.getinvolved{
	color: #FFFFFF;
	font-family: "Brandongrotesque-Bold";
	font-size: 20px;
	background-color: #EE873D;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6%;
	padding-right: 6%;
	width: 210px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#business a#getinvolvedtop{
	margin-top: 35px;
	margin-bottom: 20px;
}

#business p#bottomfix{
	margin-top: 200px;
}

/***partnerb.php***/

#business .pprocesscontainer .partnershipprocess{
	float: left;
}

#business .partnershipprocess{
	width: 28%;
	margin-left: 2%;
}

#business #process1{
	margin-left: 5%;
}

#business #process4{
	margin-left: 20%;
}

#business .partnershipprocess img{
	width: 70%;
	margin-left: 15%;
}

#business img.processline2{
	margin-top: 30px;
}

#business .partnershipprocess p{
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	font-family: "Brandongrotesque-Bold";
	text-transform: uppercase;
}

#business p#clearp{
	clear: both;
	padding-top: 55px;
	font-family: "Gotham";
	font-style: italic;
	padding-bottom: 15px;
}

#business h3#partnershiph3{
	color: black;
	font-size: 22px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#business #partnershipp{
	border-left: 4px solid #F0D466;
	padding-left: 20px;
	margin-bottom: 40px;
}

#business a.fillformbutton{
	color: #FFFFFF;
	font-family: "Brandongrotesque-Bold";
	background-color: #EE873D;
	font-size: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 30px;
	padding-right: 30px;
}

/***partnero.php***/

#business div.othercontainer{
	background-color: #FFF6D5;
	width: 100%;
	border-radius: 8px 8px 8px 8px;
	clear: both;
	/*height: 260px;*/
}

#business h2.otheropph2{
	background-color: #F0D466;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5%;
}

#business .othercontainer img{
	width: 25%;
	float: left;
	margin-left: 4%;
	padding-top: 40px;
	padding-bottom: 15px;
	margin-right: 4%;
}

#business .othercontainer p{
	padding-top: 8%;
	padding-bottom: 15px;
	width: 95%;
	line-height: 25px;
}

#business .otherbeautybox .bboxopen h2.otheropph2{
	color: blue;
}

#business p.oppfix{
	padding-bottom: 15px;
}

#business .othercontainer button.buttonmd{
	color: white;
	background: #61B1B4;
	font-family: "BrandonGrotesque-Bold";
	font-size: 16px;
	border: none;
	padding-top: 1.3%;
	padding-bottom: 1.3%;
	padding-left: 3.5%;
	padding-right: 3.5%;
	margin-top: 8px;
}

/***beauty box collapsible***/
#business #collapseBBox p{
	margin-left: 7%;
	padding-right: 8%;
}

#business #collapseBBox p#bboxp{
	margin-top: 5px;
}

#business #collapseBBox table{
	text-align: center;
	font-family: 'Karla', sans-serif;
	color: #333333;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
}

#business #collapseBBox th{
	background: #f44e1d;
	color: white;
	text-align: center;
	font-style: italic;
	padding-top: 3%;
	padding-bottom: 3%;
	border: 1px solid #fcf2c2;
	width: 15%;
}

#business #collapseBBox td{
	background: #FFFFFF;
	border: 1px solid #fcf2c2;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/***social media collapsible***/
#business #collapseSM p{
	margin-left: 7%;
	padding-right: 7%;
}

#business #collapseSM p#SMp{
	margin-top: 20px;
}

#business #collapseSM ul{
	margin-top: 15px;
}

#business #collapseSM li.SMli{
	float: left;
	font-family: 'Karla', sans-serif;
	width: 50%;
}

#business #collapseSM img{
	width: 13px;
	padding-top: 5px;
}

#business #collapseSM p#SMp2{
	clear: both;
}

#business .othercontainer p.otheroppp{
	margin-bottom: 15px;
}


/***************************** END BUSINESS ********************************/


/***************************** BEAUTY AWARDS 2018 ********************************/

#beautyawards2018{
	background-color: #FCFAEB;
	color: #333333;
}

#beautyawards2018 .sidebar ul{
	width: 100%;
	margin-top: 170px;
	padding-left: 0;
}

#beautyawards2018 .sidebar ul li{
	border-left: 7px solid #F0D466;
	padding-left: 12px;
	padding-top: 12px;
	height: 34px;
	width: 170px;
}

#beautyawards2018 .sidebar ul li.active{
	border-left:7px solid #EC6033;
	background: white;
	width: 150px;
	height: 34px;
}

#beautyawards2018 .sidebar ul li a{
	font-family: "BrandonGrotesque-Bold";
	color: black;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#beautyawards2018 .sidebar ul li.active a{
	color: #6FC6A6;
}


#beautyawards2018 .sidebar ul button{
	border-left: 7px solid #F0D466;
	padding-left: 12px;
	padding-top: 12px;
	height: 45px;
	width: 170px;
}



#beautyawards2018 .sidebar ul button{
	font-family: "BrandonGrotesque-Bold";
	color: black;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: none;
}

#beautyawards2018 .sidebar ul button.active{
	border-left:7px solid #EC6033;
	background: white;
}

.collapsible {
  text-align: left;
  border: none;
}

.awardssbcontent {
  display: none;
  overflow: hidden;
}



#beautyawards2018 .sidebar ul li.winnerssub{
	margin-left: 7px;
}

#beautyawards2018 .sidebar ul li.active.winnerssub{
	width: 143px;
}

#beautyawards2018 .sidebar ul li.winnerssubsub{
	margin-left: 14px;
	border-left: 0;
}

#beautyawards2018 .sidebar ul li.winnerssubsub a{
	font-family: "BrandonGrotesque-Regular";
}

#beautyawards2018sidebar ul button a{
	color: black;
}




img#BAbanner{
	width: 100%;
	margin-top: 170px;
}

#beautyawards2018 h1{
	color: black;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 22px;
	letter-spacing: 3px;
}

img#businessline{
	width: 60%;
}

#beautyawards2018 h2{
	color: black;
	margin-top: 32px;
	letter-spacing: 1px;
	font-size: 18px;
	clear: both;
}

#beautyawards2018 p{
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	line-height: 30px;
}

img#BAline{
	width: 60%;
}

#beautyawards2018 a.BAlearnbutton{
	color: #FFFFFF;
	font-family: "Brandongrotesque-Bold";
	font-size: 20px;
	background-color: #EE873D;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: 32%;
}

#beautyawards2018 p#bottomfix{
	margin-top: 200px;
}

#beautyawards2018 p#BAbuttonmargin{
	margin-bottom: 50px;
}

#beautyawards2018 table#BAcategories{
	margin-bottom: 75px;
	width: 100%;
	color: #000000;
}

#beautyawards2018 #numbert{
	width: 30px;
}

#beautyawards2018 #BAcategories th{
	background-color: #BEE9EE;
	font-family: "Brandongrotesque-Bold";
	font-size: 18px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#beautyawards2018 #BAcategories td{
	background-color: #FFFFFF;
	font-family: 'Karla', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 3%;
}

/***/

#beautyawards2018 div#BAwinnerscat{
	width: 100%;
}

#beautyawards2018 div.BAwinnerscategory{
	float: left;
	width: 225px;
	margin-right: 27px;
	margin-top: 25px;
	text-align: center;
	height: 250px;
	margin-bottom: 55px;
}

#beautyawards2018 .BAwinnerscategory p{
	margin-top: 15px;
	margin-bottom: 10px;
	color: black;
}

#beautyawards2018 .BAwinnerscategory a:hover{
	color: black;
}

#beautyawards2018 .BAwinnerscategory img{
	display: block;
	width: 100%;
}

#beautyawards2018 p#bottomfix2{
	margin-top: 900px;
}

#beautyawards2018 div.winnercontainer{
	background-color: #ffffff;
	clear: both;
	height: 575px;
	margin-top: 50px;
}

#beautyawards2018 div#breakthroughcontainer{
	height: 450px;
}

#beautyawards2018 #breakthroughcontainer img{
	margin-top: 30px;
}

#beautyawards2018 h2.winnertitle{
	background-color: #feea8c;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 4%;
	font-size: 18px;
}

#beautyawards2018 .winnercontainer img{
	width: 325px;
	margin-left: 10px;
	margin-top: 7%;
	float: left;
}

#beautyawards2018 .winnercontainer h3{
	color: black;
	font-size: 18px;
	letter-spacing: 0px;
}

#beautyawards2018 .winnercontainer div.winnertext{
	width: 360px;
	float: left;
	margin-left: 25px;
	margin-top: 65px;
	margin-bottom: 20px;
}

#beautyawards2018 .winnercontainer .winnertext p{
	margin-top: 25px;
}

#beautyawards2018 .winnercontainer p.runnerup{
	margin-left: 359px;
	margin-top: 270px;
	width: 370px;
}

.collapsible.active + .awardssbcontent {
	display: block;
}



/***************************** END BEAUTY AWARDS 2018 ********************************/

#gift-guide-page {
	padding: 173px 0 50px;
	background: #fcfaea;
}

#gift-guide-page .description {
	width: 60%;
	margin:0 auto;
	color:black
}

#gift-guide-page .instruction,
#gift-guide-page .page-title  {
	color: black;
  width: fit-content;
	margin: 0 auto;
}

#gift-guide-page .page-title {
	font-size: 2em;
}

#gift-guide {
	margin: 0 auto 15px;
	width: fit-content;
	position: relative;
	display: flex;
	justify-content: center;
	transition: width 0.5s;
}

#gift-guide-grid {
	display: grid;
	grid-template-columns: repeat(4, 200px);
	grid-template-rows: repeat(3, 200px);
}

.inside-content {
	width: 100%;
	display: grid;
	grid-template-columns: 30% 70%;
	opacity: 0;
	transition: opacity 0.7s;
	margin-top: -36px;
}


.inside-content h1 {
	font-size: 3.6em;
	font-family: 'Normande-Italic';
	color: black;
	letter-spacing: -2px;
	margin-left: -2px;
	text-align: end;
}

.inside-content h2 {
	font-size: 1.5em;
	color: white;
	margin-top: 7px;
}

.inside-content .title {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	padding: 60px 10px 0 15%;
	align-items: flex-end;
}

.day a .bottom-right {
	height: 24%;
}

.day a .bottom {
	max-height: 39px;
	max-width: 52px;
}

.product > a{
	margin-top: 0;
}

.product:hover p, .product:hover p a {
	text-decoration: underline;
	font-size: 19px;
}

.product:hover > a img {
	opacity: 85%;
	transform: rotate(-2deg);}

.products-2, .products-4, .products-3, .products-5, .product-row-2, .product-row-3 {
	display: grid;
}

.products-2, .products-4, .products-3, .product-row-2 {
	grid-template-columns: 50% 50%;
}

.products-2.larger-left {
	grid-template-columns: 60% 40%;
}

.product-row-3 {
	grid-template-columns: repeat(3, 33%);
}

.products-2 {
	grid-template-rows: 600px;
}

.products-2 .product {
	align-self: center;
}

.products-5 {
	display: grid;
}

#eleven .products-5 {
	row-gap: 4px;
}
 
.products-4, .products-3, .products-5 {
	grid-template-rows: 292px 292px;
}

.products-3 {
	grid-template-areas: 
		"product-1 product-2"
		"product-3 product-3";
}

.third-product {
	grid-area: product-3;
}

.product {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.product p {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.day {
	background-position: center;
	background-size: cover;
}

.day a {
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transition: 0.5s;
	color: white;
	position: relative;
}

.day a p {
	font-size: 21px;
	font-family: 'BrandonGrotesque-Bold';
	letter-spacing: 6px;
	text-align: center;
}

.day a p span {
	font-size: 50px;
	font-family: 'Normande-Italic';
	letter-spacing: -6px;
	margin-left: -6px;
}

.day a:hover {
	opacity: 1;
	text-decoration: none;
}

.bottom-right {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.under {
	position: absolute;
	bottom: 10px;
	right: 65px;
}

.bottom {
	position: absolute;
	bottom: 0;
	right: 80px;
}

#day-four .bottom {
	right: 76px;
}

#day-seven .bottom {
	bottom: 3px;
	right: 89px;
	max-height: 51px;
}

#day-nine .bottom {
	right: 76px;
}

#day-ten .bottom {
	bottom: 20px;
	right: 73px;
}

#day-one .bottom-right {
	max-height: 66px;
	height: auto;
}

#day-one a {
	background: #e9bda9;
}

.day-content {
	background: #fcfaea;
	margin-top: 11px;
}

#day-two a {
	background: white;
}

#day-two a, 
#two .inside-content .title h1, 
#two .inside-content .title h2{
	color: #f8a67a;
}

#day-three a {
	background: #fdf1ef;
}

.day a.dark, 
.inside-content .title .dark {
	color: black;
}

#day-four a {
	background: #f9f3e5;
}

#day-five a {
	background: #ebebea;
}

#day-five a, 
#five .inside-content .title h1, 
#five .inside-content .title h2 {
	color: #e75823;
}

#day-six a {
	background: #b9cdd9;
}

#day-seven a {
	background: #eeeeed
}

#day-eight a {
	background: #e5eff9;
}

#day-eight a, 
#eight .inside-content .title h1, 
#eight .inside-content .title h2 {
	color: #170b5b;
}

#day-nine a {
	background: #e1f9ef;
}

#day-nine a, 
#nine .inside-content .title h1, 
#nine .inside-content .title h2 {
	color: #0f4c20;
}

#day-ten a {
	background: #ebebeb;
}

#day-ten a, 
#ten .inside-content .title h1, 
#ten .inside-content .title h2 {
	color: #247183;
}

#day-eleven a {
	background: #e4e8eb;
}

#day-twelve a {
	background: #fff7e8;
}

#day-twelve a, 
#twelve .inside-content .title h1, 
#twelve .inside-content .title h2{
	color: #f1a12e;
}

.orange {
	background: #ff5834;
}

.green-bg {
	background: #60c8a5;
}

.yellow {
	background: #f0cc6d;
}

.blue {
	background: #afdcde;
}

#one, #two, #three, #four {
	top: 2px;
}

#five, #six, #seven, #eight {
	top: 219px;
}

#nine, #ten, #eleven, #twelve {
	top: 436px;
}

#one, #five, #nine {
	left: 2px;
}

#two, #six, #ten {
	left: 219px;
}

#three, #seven, #eleven {
	left: 436px;
}

#four, #eight, #twelve {
	left: 655px;
}

#gift-guide-overlay .day-content {
	position: absolute;
	width: 0%;
	height: 0%;
	opacity: 0;
	z-index: -1;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	align-items: center;
	transition: 0.5s;
	transition-timing-function: ease-in-out;
}


#gift-guide-overlay .day-content .header
 {
	width: 94%;
	display: flex;
	justify-content: flex-end;
} 

#gift-guide-overlay .close-gift-guide {
	font-family: 'GothamBold';
	color: white;
	margin: 10px 0 0 0;
}

.close-gift-guide, .day-content a, .day-content p {
	font-family: 'BrandonGrotesque-Bold';
	color: black;
	z-index: 1;
}

#gift-guide-overlay .close-gift-guide.dark {
	color: black;
}

.day-content a, .day-content p {
	font-size: 18px;
}

#gift-guide-overlay a:hover {
	color: rgb(43, 43, 43);
	transition: 0.1s;
	cursor: pointer;
	text-decoration: none;
}

#day-one {
	background-image: url(/gift-guide/img/gift-guide-cover-01.png);
	
}

#day-two {
	background-image: url(/gift-guide/img/gift-guide-cover-02.png);
	
}

#day-three {
	background-image: url(/gift-guide/img/gift-guide-cover-03.png);
	
}

#day-four {
	background-image: url(/gift-guide/img/gift-guide-cover-04.png);
	
}

#day-five {
	background-image: url(/gift-guide/img/gift-guide-cover-05.png);
	
}

#day-six {
	background-image: url(/gift-guide/img/gift-guide-cover-06.png);
	
}

#day-seven {
	background-image: url(/gift-guide/img/gift-guide-cover-07.png);
	
}

#day-eight {
	background-image: url(/gift-guide/img/gift-guide-cover-08.png);
	
}

#day-nine {
	background-image: url(/gift-guide/img/gift-guide-cover-09.png);
	
}

#day-ten {
	background-image: url(/gift-guide/img/gift-guide-cover-10.png);
	
}

#day-eleven {
	background-image: url(/gift-guide/img/gift-guide-cover-11.png);
	
}

#day-twelve {
	background-image: url(/gift-guide/img/gift-guide-cover-12.png);
	
}

#insta-btn {
	width: fit-content;
	margin: 15px auto 0;
	padding: 16px 33px;
}

#insta-btn:hover {
	background-color: #60c7a4;
}


/* #Basic Layout
================================================== */

