/*** Discovery pages CSS ***/


/* typography */

body {
	color: #3d4752;
}

h1.discovery-title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin: 60px 0 50px 0;
}

.discovery-content {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
}

.discovery-content h2 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 600;
	margin: 0 0 40px 0;
}

.discovery-sidebar h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	margin-top: 0;
}

.discovery-content h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin: 40px 0 10px 0;
}

.discovery-content ul {
	padding: 20px 0 10px 30px;
}

.discovery-content ul li {
	margin-bottom: 20px;
}

.discovery-summary, .discovery-summary > p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin: 50px 0 40px 0;
}

.discovery-cta, .discovery-cta > p {
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: #7a8896;
	margin: 0 0 40px 0;
}


/* links */

.discovery-content a {
	color: inherit;
	border-bottom: 2px solid #fcd1a5;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.discovery-content a:hover {
	background: #fcd1a5;
}


/* buttons */

a.new-button {
	font-size: 17px;
	line-height: 23px;
	font-weight: 600;
	border-radius: 4px;
	padding: 8px 30px;
	border: none;
	display: inline-block;
}

a.new-button.orange-button {
	background: #f78c20;
	border: none;
	color: #fff;
}

a.orange-button:hover {
	background: #F37F09
}


/*  layout */

.ds-content-section {
	padding-top: 50px;
}

.discovery-sidebar {
	padding-left: 30px;
	padding-right: 30px;
}

.ds-container .discovery-content {
	margin: 30px;
}

.discovery-sidebar.ds-discovery-content-menu {
	padding: 40px 30px;
	background: #f2f2f2;
}

.ds-top .discovery-sidebar {
	padding-top: 60px;
}

.orange-rule {
	border: none;
	border-top: 2px solid #f78c20;
	margin: 0 50% 0 0;
}

.orange-rule.hr-bottom {
	margin-top: 40px;
	margin-bottom: 40px;
}

.ds-menu ul {
	padding: 0;
}

.ds-menu ul li {
	list-style: none;
	padding: 10px 0;
	font-size: 17px;
	line-height: 23px;
	font-weight: 500;
}

.ds-menu ul li a {
	color: inherit;
	border-bottom: 2px solid transparent;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.ds-menu ul li a:hover {
	border-bottom: 2px solid #fcd1a5;
}


/* sticky contents menu (mobile) */

#contents-menu-button a {
	display: none;
}

#contents-menu-button.is_stuck {
	left: 0;
	width: 100%!important;
	margin-top: 60px;
}

#contents-menu-button.is_stuck a {
	width: 100%;
	font-weight: 600;
	padding: 20px 30px 10px 30px;
	background: #f2f2f2;
	border-bottom: 2px solid #c2c2c2;
	display: block;
	left: 0;
	right: 0;
}


/* desktop styles */

@media all and (min-width: 768px) {
	.ds-container {
		overflow: hidden;
		max-width: 1280px;
		margin: 0 120px 0 0;
	}
	.ds-container .discovery-sidebar {
		width: 38.2%;
		float: left;
		text-align: right;
		background: transparent;
		padding: 80px 60px 0 80px;
		overflow: hidden;
	}
	.ds-top .discovery-sidebar {
		padding-top: 150px;
	}
	.ds-bottom .discovery-sidebar {
		padding-top: 0;
		padding-bottom: 100px;
	}
	.ds-bottom .discovery-content {
		padding-top: 0;
	}
	.ds-container .discovery-content {
		width: 61.8%;
		padding-left: 80px;
		margin: 0;
		overflow: hidden;
	}
	.ds-container.ds-top {
		padding-bottom: 80px;
	}
	h1.discovery-title {
		font-size: 58px;
		line-height: 64px;
		font-weight: 600;
		bottom: 0;
		position: absolute;
		margin-bottom: 80px;
	}
	.discovery-summary, .discovery-summary > p {
		margin: 0;
		font-size: 32px;
		line-height: 42px;
		font-weight: 500;
		margin-bottom: 40px;
	}
	.discovery-content {
		padding-top: 80px;
	}
	.discovery-sidebar h2 {
		font-size: 24px;
		line-height: 32px;
		font-weight: 600;
	}
	.ds-menu ul li {
		list-style: none;
		padding: 10px 0;
		font-size: 19px;
		line-height: 26px;
		font-weight: 500;
	}
	.bg-column {
		background: #f2f2f2;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		width: 34.1%;
		z-index: -1;
		max-width: 477px;
	}
	.orange-rule {
		margin: 0 35% 0 80px;
		max-width: 821px;
	}
	.orange-rule.hr-bottom {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}