/* Player Pro Shared styles.

   @file        shared.css.en
   ========================================================================== */
body{
	color:#464646;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size:1rem;
	font-weight:400;
}

main p {
	line-height: 1.3em;
	margin-top: 0;
}
main h3 {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 1rem 0;
}
main ul {
	list-style-type: none;
	line-height: 145%;
}
main p {
	margin-bottom: 1rem;
}
#content {
	max-width: 850px;
	display: block;
	margin: 45px auto;
}

#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;
}
#content ul li a, #content ul li a:link, #content ul li a:visited {
	color: #dd1100;
}
/* ==========================================================================
   header
   ========================================================================== */
#subheader {
	padding: 35px 0;
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: space-between;
}

#subheader * {
	border: none;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#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;
}

#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: medium none;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 38px;
	padding: 0px 10px 0px 0px;
	text-transform: uppercase;
}
#subheader h1 .header-title {
	color: #3d3d3d;
}
#subheader h1 .red-title {
	color: #d31d00;
}
.pod {
	background: linear-gradient(to bottom, #eee, #fff);
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #dd1100;
	margin-top: 1rem;
	padding: 1rem;
	padding: 2rem;
}
.pod p {
	font-size: 0.9rem;
}
#section-header {
	background: #f0f0f0;
	border-bottom: 1px solid #d2d2d2;
	height: 141px;
	overflow: visible;
	width: 100%;
	padding: 0 2rem;
}
#section-header .width {
	margin: 0 auto;
	text-align: left;
	max-width: 850px;
	width: 100%;
}
section {
	padding: 0 2rem;
}

/* subnav
   ========================================================================== */

#subnav * {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}
#subnav {
	bottom: -1px;
	height: 33px;
	position: relative;
	width: 100%;
}
#subnav ul {
	display: block;
}
#subnav li {
	background: none;
	display: block;
	float: left;
	list-style: none;
}
#subnav a {
	color: #d51100;
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 6px 20px 7px 20px;
	text-decoration: none;
}
#overview #subnav-overview, #licensing #subnav-licensing, #faq #subnav-faq {
	background: #fff;
	border: 1px solid #d2d2d2;
	border-bottom: 2px solid #fff;
}
#subnav a:link, #subnav a:visited {
	color: #545454;
}
#subnav a:hover, #subnav a:active {
	color: #f57300;
}
#subnav #subnav-overview {
	padding: 6px 20px 7px 0;
}
main h2 {
	color: #dd1100;
	font-size: 24px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 2rem;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
	#section-header {
		height: 161px;
	}
	#subheader {
		padding: 25px 0 15px;
		display: grid;
		align-items: center;
	}
	#subheader h1 .header-title, 
	#subheader h1 .red-title, 
	#subheader h1 .gray-text {
		font-size: 2.0rem;
		line-height: 1;
	}
	#subnav_buttons {
		display: inline-block;
		margin: 0 auto 1rem;
	}
	#subnav {
    	bottom: 8px;
	}
}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}
/* printer styles
   ========================================================================== */

@media print {}