/* Header */
.header-widget-area {
	display: none;
}

#books .wrap,
#conference .wrap {
	position: relative;
	z-index: 1;
}

/* Home - intro */
#home-intro {
	padding: 5vw 0 10vw;
	position: relative;
	margin-top: 100px;
}

#home-intro .copy {
	margin-bottom: 5vw;
	max-width: 670px;
}

#home-intro .copy h1 {
	font-size: 54px;
	font-weight: 900;
	margin-bottom: 40px;
}

#home-intro .copy h1 a {
	color: #18202B;
	position: relative;
	text-decoration: none;
}

#home-intro .copy h1 a:before {
	background: #E7E8E9;
	position: absolute;
	content: '';
	display: block;
	bottom: 6px;
	left: 0px;
	height: 12px;
	width: 100%;
	z-index: -1;
}

#home-intro .copy h1 a:hover {
	color: #1B64DB;
}

#home-intro .copy h1 a:hover:before {
	background: #E6F2FF;
}

#home-intro .copy .signature {
	float: right;
	margin-right: 80px;
	position: relative;
	top: 5px;
}

#home-intro .hero-image {
	position: absolute;
	bottom: 0;
	right: 0px;
	z-index: -2;
	width: 52%;
	max-width: 900px;
}

#home-intro .hero-image img {
	width: 100%;
}


/* Home - Books */
#books .books {
	text-align: center;
}

#books .intro {
	margin-bottom: 2%;
}

#books .books h3 {
	font-size: 24px;
	margin: 40px auto;
	max-width: 350px;
	min-height: 60px;
}

#books .books h3 a {
	color: #18202B;
	text-decoration: none;
}

#books .books h3 a:hover {
	color: #1B64DB;
}

#books .books img {
	box-shadow: 0 16px 75px 0 rgba(24,32,43,0.20);
	transition: all .4s ease-in-out;
}

#books .books .one-third:hover img {
	box-shadow: 0 5px 25px 0 rgba(24,32,43,0.20);
	transition: all .4s ease-in-out;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

#books .books .one-third:nth-child(3n+1) {
	margin-left: 0;
}

#books .books .one-third {
	margin-top: 5%;
}

/* Home - Podcasts */
#podcasts .podcast {
	padding: 5% 0;
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	z-index: 10;
}

#podcasts .podcast h3 {
	font-size: 36px;
	font-size: 3.6rem;
}

#podcasts .podcast:last-child {
	padding-bottom: 0;
}

#podcasts .podcast h3 a {
	color: #18202B;
	text-decoration: none;
}

#podcasts .podcast h3 a:hover {
	color: #1B64DB;
}

#podcasts .podcast .img,
#podcasts .podcast .copy {
	max-width: 384px;
}

#podcasts .podcast .copy {
	padding-top: 50px;
}

#podcasts .podcast:nth-child(odd) .img {
	float: left;
}

#podcasts .podcast:nth-child(odd) .copy {
	float: left;
	margin-left: 126px;
}

#podcasts .podcast:nth-child(even) .img {
	float: right;
}

#podcasts .podcast:nth-child(even) .copy {
	float: right;
	margin-right: 126px;
}

#podcasts .podcast img {
	box-shadow: 0 16px 75px 0 rgba(24,32,43,0.15);
	transition: all .4s ease-in-out;
}

#podcasts .podcast .img:hover img {
	box-shadow: 0 5px 25px 0 rgba(24,32,43,0.15);
	transition: all .4s ease-in-out;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

/* Home - Conference */
#conference .intro {
	margin-bottom: 8%;
}

#conference .left {
	width: 30%;
}

#conference .right {
	width: 63%;
}

#conference .left ul {
	margin-top: 40px;
}

#conference .left ul li button {
	background: #F3F3F4;
	border-radius: 3px;
	border: none;
	color: #5D626A;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.35;
	letter-spacing: normal;
	padding: 20px 32px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	width: 100%;
}

#conference .left ul li button:hover {
	box-shadow: none;
	background: #F9F9F9;
	color: #1B64DB;
}

#conference .left ul li button.active {
	background: #fff;
	color: #18202B;
	font-weight: bold;
	position: relative;
}

#conference .left ul li button.active:before {
	background: #1B64DB;
	border-radius: 3px;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
}

#conference .conference-info {
	border-bottom: 4px solid #F3F3F4;
	margin-top: 40px;
}

#conference .conference-info h3 {
	margin-bottom: 5px;
}

#conference .conference-info .copy {
	float: left;
}

#conference .conference-info .button {
	float: right;
}

#conference .video-container .video {
	display: none;
}

#conference .video-container .video.active {
	display: block;
}

/* Home - Blog */
#home-blog {
	padding-bottom: 3%;
}

#home-blog .right {
	position: relative;
	z-index: 10;
	width: 65%;
}

#home-blog .left {
	position: relative;
	z-index: 10;
	width: 25%;
}

#front-page-blog .widget-title {
	color: #5D626A;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 40px;
	margin-top: -16px;
	text-transform: uppercase;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1300px) {
	
	.site-container {
		overflow: hidden;
	}

	#home-intro .hero-image {
		right: -50px;
		width: 55%;
	}

}

@media only screen and (max-width: 1200px) {
	
	#home-intro {
		margin-top: 100px;
	}

	#home-intro .copy {
		max-width: 610px;
	}

	#home-intro .copy h1 {
		font-size: 50px;
		font-size: 5rem;
	}

	#home-intro .hero-image {
		right: -100px;
		width: 59%;
	}

	#home-intro .media {
		max-width: 400px;
	}

	#books .books img {
		max-height: 350px;
	}

	#books .books .button {
		display: block;
		margin-bottom: 10px;
	}

	#home-blog .left {
		width: 30%;
	}

}

@media only screen and (max-width: 1023px) {
	
	#home-intro {
		margin-top: 70px;
	}

	#home-intro .copy {
		max-width: 500px;
	}

	#home-intro .copy h1 {
		font-size: 40px;
		font-size: 4rem;
	}

	#books .books img {
		max-height: 250px;
	}

	#books .books .one-third {
		margin-top: 0;
		padding: 0 15px;
	}

	#books .books h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	#podcasts .intro {
		margin-bottom: 0;
	}

	#podcasts .podcast:nth-child(even) .copy,
	#podcasts .podcast:nth-child(odd) .copy {
		padding: 0;
		margin: 0;
		max-width: none;
		width: 54%;
	}

	#podcasts .podcast:nth-child(odd) .img,
	#podcasts .podcast:nth-child(even) .img {
		max-width: none;
		width: 40%;
	}
	
	#podcasts .podcast:nth-child(odd) .img { float: left; }
	#podcasts .podcast:nth-child(even) .img { float: right; }

	#podcasts .podcast:nth-child(odd) .copy { float: right; }
	#podcasts .podcast:nth-child(even) .copy { float: left; }

	#conference .intro {
		margin-bottom: 40px;
	}

	#conference .left,
	#conference .right {
		float: none;
		width: 100%;
	}

	#conference .left ul li button {
		padding: 10px 20px;
	}

	#home-blog .left,
	#home-blog .right {
		float: none;
		width: 100%;
	}
	
	#home-blog .blog-read-more,
	#home-blog .blog-button {
		float: none;
		text-align: center;
	}
	
}

@media only screen and (max-width: 860px) {
	
	#home-intro .copy {
		max-width: 400px;
	}

	#home-intro .copy h1 {
		font-size: 36px;
		font-size: 3.6rem;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
	}

	#home-intro .hero-image {
		right: -50px;
		width: 59%;
	}

	#home-intro .media {
		max-width: 300px;
	}

	#home-intro .copy .signature {
		max-width: 130px;
	}

	#books .books .one-third { 
		float: none;
		margin: 0 auto 60px !important;
		max-width: 350px;
		width: auto;
	}

	#books .books img {
		min-height: 320px;
	}

	#books .books h3 {
		font-size: 28px;
		min-height: auto;
		margin: 30px 0 20px;
	}

	#podcasts .podcast .copy,
	#podcasts .podcast .img {
		float: none !important;
		margin-bottom: 30px;
		text-align: center;
		width: 100% !important;
	}

	#podcasts .podcast {
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 500px) {
	
	#home-intro .copy {
		margin-bottom: 10px;
		max-width: 300px;
	}

	#home-intro .copy h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	#home-intro .hero-image {
		width: 85%;
		right: -110px;
	}

	#home-intro .copy .signature {
		display: none;
	}

	#home-intro .media {
		background: rgba(255,255,255,0.9);
		margin: 0 0 20px;
		max-width: none;
		padding: 15px;
		width: 100%;
	}

	.section {
		padding: 12vw 0;
	}

	.section.section-gray {
		padding: 4vw 0;
	}

	#books,
	#conference {
		padding-top: 24vw;
	}

	#podcasts .button {
		display: block;
		margin-bottom: 10px;
	}

	#conference .intro {
		margin-bottom: 0;
	}

	#conference h6 {
		margin-bottom: 10px;
		text-align: center;
	}

	#conference .left ul {
		margin-top: 0;
	}

	#conference .left ul li button {
		line-height: 1.2;
		
	}

	#conference .conference-info {
		border: none;
		text-align: center;
	}

	#conference .conference-info .copy,
	#conference .conference-info .button {
		float: none;
	}

	#conference .conference-info .button {
		margin-bottom: 20px;
	}

}