/* Player Pro Shared styles.

   @file        shared.css.en
   requires:    /common/framework/css/framework.en.css
   ========================================================================== */

body {
	color: #464646;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
}
section {
	padding: 0 2rem;
}
.page-wrapper {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}
#content {
	max-width: 850px;
	display: block;
	margin: 45px auto;
}
#content .wrapper {
	box-sizing: border-box;
	display: grid;
	font-size: 1.125rem;
	gap: 24px;
	grid-template-columns: 60% 40%;
	padding: 2rem 0;
}
#content ul li a {
	font-size: 0.9rem;
}
#content ul li {
	position: relative;
	padding-left: 0.8em;
	text-indent: 0;
}
#content ul li::before {
	background-color: #d31d00;
	content: "";
	height: 0.4em;
	left: 0;
	position: absolute;
	top: 0.4em;
	width: 0.4em;
}
main a {
	color: #e00400;
	text-decoration: none;
	transition: color 0.15s ease;
}
main a:hover, main a:active {
	color: #bb0000;
}
main p {
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 1rem;
}
main h2 {
	color: #dd1100;
	font-size: 24px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 2rem;
}
main h3 {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	margin: 2px 0 1rem 0;
}
main ul {
	list-style-type: none;
	line-height: 145%;
}
/* ==========================================================================
   header
   ========================================================================== */

#section-header {
	background: #f0f0f0;
	border-bottom: 1px solid #d2d2d2;
	overflow: visible;
	width: 100%;
	padding: 0 2rem;
}
#section-header .width {
	margin: 0 auto;
	text-align: left;
	max-width: 850px;
	width: 100%;
}
#subheader {
	padding: 35px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
#subheader * {
	border: none;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#subheader h1 {
	color: #3d3d3d;
	display: block;
	font-size: 2.375rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 38px;
	margin: 0;
	text-transform: uppercase;
}
#subheader h1 a {
	color: #3d3d3d;
	text-decoration: none;
}
#subheader h1 .header-title, #subheader h1 .red-title, #subheader h1 .gray-text {
	border: none;
	padding: 0 10px 0 0;
}
#subheader h1 .header-title {
	color: #3d3d3d;
}
#subheader h1 .red-title {
	color: #d31d00;
}
#subnav_buttons {
	display: flex;
	gap: 15px;
}
#subheader button {
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.8rem;
	outline: none;
	padding: 0.5rem;
}
#subheader .red-button {
	background: #dd1100;
	border: 1px solid #b00f00;
	color: #fff;
}
#subheader .white-button {
	background: #fff;
	border: 1px solid #dd1100;
	color: #dd1100;
}
#subheader .red-button:hover {
	background: #fe0000;
	border: 1px solid #b00f00;
	color: #fff;
}
#subheader .white-button:hover {
	background: #fe0000;
	border: 1px solid #b00f00;
	color: #fff;
}
.pod {
	background: linear-gradient(to bottom, #eee, #fff);
	border-top: 1px solid #dd1100;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 1rem;
	padding: 2rem;
}
.pod p {
	font-size: 0.9rem;
}
/* ==========================================================================
   subnav
   ========================================================================== */

#subnav * {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	box-sizing: border-box;
}
#subnav {
	position: relative;
	width: 100%;
}
#subnav ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	list-style: none;
}
#subnav li {
	background: none;
	margin: 0;
}
#subnav a {
	color: #d51100;
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 7px 20px;
	text-decoration: none;
	border: 1px solid transparent;
	border-bottom: 1px solid transparent;
	position: relative;
	top: 1px;
}
#subnav a:hover {
	text-decoration: none;
}
#overview #subnav-overview, #licensing #subnav-licensing, #faq #subnav-faq {
	background: #fff;
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #fff;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

@media all and (max-width: 1200px) {}
@media all and (max-width: 900px) {
	#content .wrapper {
		grid-template-columns: 1fr;
	}
}
@media all and (max-width: 600px) {
	#subheader {
		padding: 35px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		text-align: center;
	}
	#subheader h1 {
		font-size: 1.85rem;
	}
	#subnav_buttons {
		display: flex;
		gap: 15px;
		justify-content: center;
		flex-wrap: wrap;
	}
	#section-header .width {
		margin: 0 auto;
		max-width: 600px;
		width: 100%;
	}
	#subnav ul {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		flex-wrap: wrap;
	}
	#subnav li {
		float: none;
	}
	#subnav a {
		padding: 7px 14px;
		font-size: 15px;
	}
}
@media all and (max-width: 320px) {}
@media print {}