/* 
	@file       wolfram-player-form.css.en
   	requires:   /common/framework/css/framework.en.css
                /common/framework/css/form-gui.en.css
   ========================================================================== */

html {
	font-family: 'Source Sans Pro', Arial, sans-serif;
}
body {
	color: #535353;
}
/* ==========================================================================
   sections
   ========================================================================== */

div[id$="-content"] {
	margin: 0 auto;
	max-width: 56rem;
	padding: .5rem 0 2.5rem;
}
div[id$="-content"] h2 {
	font-weight: 300;
	font-size: 2.1875rem;
	line-height: 1.5;
	margin-bottom: 0.3125rem;
}
div[id$="-content"] img {
	max-width: 100%;
}
#form-wrapper,
#server-error-wrapper {
	background-color: #f2f2f2;
}
#need-more-wrapper {
	background-color: #e2e3e4;
}
#need-more-content {
	padding: .5rem 0;
}
#additional-content {
	padding: 3rem 0 2.5rem 0;
}
#additional-list li {
	margin: .5rem 0 .5rem .5rem;
	padding: 0 0 0 10px;
	position: relative;
}
#additional-list li:before {
	background: #525252;
	content: '';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 5px;
}
#additional-content .red {
	display: block;
	font-weight: 600;
}
#thank-you-wrapper,
#download-link-info,
#server-error-wrapper,
#toggle-form-field {
	display: none;
}
#server-error-page #server-error-wrapper {
	display: block;
}
/* ==========================================================================
   hero
   ========================================================================== */

#hero-wrapper h1 {
	color: #000;
	font-size: 3.0rem;
	text-transform: uppercase;
}
#hero-wrapper h1.red {
	color: #d50a15;
}
#hero-wrapper .tagline {
	color: #535353;
	font-size: 2.0rem;
	font-weight: 300;
	margin: 0;
	padding: .5rem 0 1.25rem 0;
}
.heading {
	color: #000000;
	font-size: 1.8rem;
	font-weight: 300;
}
#current-os,
#current-os-version {
	font-weight: 400;
	font-size: 1.8rem;
	white-space: nowrap;
	color: #000;
}
#current-os-version {
	font-size: 1.5rem;
}
.or-download-for {
	font-size: 1.2rem;
}
/* ==========================================================================
   main
   ========================================================================== */

main {
	margin-bottom: 4.5rem;
}
main a {
	color: #dd1600;
	text-decoration: none;
}
main a:hover {
	color: #f57300;
}
#_form-gui select,
#_form-gui select option:first-of-type {
	color: #535353;
}
#account-name-wrapper {
	width: 50%;
}
span.header-title-2 {
	display: block;
}
.divider.one {
	border-left: 1px solid #a1a1a1;
	display: none;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.divider.two,
.divider.three {
	border-left: 1px solid #a1a1a1;
	display: none;
	height: 1.4rem;
}
h3 {
	color: #000;
	font-size: 1.3125rem;
	padding: 0 0 0.8rem 0;
}
#mac,
#linux,
#win {
	height: 2.5rem;
}
#other-os-1,
#other-os-2,
#other-os-0 {
	color: #dd1600;
	font-size: 1.0rem
}
#other-os-1:hover,
#other-os-2:hover,
#other-os-0:hover {
	cursor: pointer;
	color: #f57300;
}
#download-heading-other-os {
	display: inline;
}
/* ==========================================================================
   thank you
   ========================================================================== */

#thank-you-wrapper {
	padding: 3rem 0 7rem 0;
}
#thank-you h1 {
	color: #d50a15;
	font-size: 2rem;
	font-weight: 400;
}
#download-link-info p {
	color: #535353;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.9375rem;
}
/* ==========================================================================
   error
   ========================================================================== */

.mobile-alert {
	background: #fff;
	color: #555555;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 20px auto;
	max-width: 85%;
	padding: 20px 15px;
	position: relative;
	text-align: justify;
	width: 360px;
}
.mobile-alert a {
	color: #dd1100;
}
#server-error-wrapper {
    padding: 0 0 2rem 0;
}
#server-error-wrapper h1 {
	background: url(/images/freakedSpikey.png) no-repeat scroll 0% 0% transparent;
	background-size: 48px 82px;
	color: #d10;
	font-weight: 400;
	line-height: 82px;
	min-height: 82px;
	padding-left: 58px;
}
#mobile-content {
	color: #000;
	display: none;
	font-size: 2rem;
	font-weight: 400;
}
/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
	#need-more-content {
		padding: 0.5rem 1.5rem;
	}
	div[id$="-content"],
	#additional-content {
		padding: 1.5rem;
	}
}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
	#form-content {
		padding: 1.5rem 1.5rem 4.5rem 1.5rem;
	}
	.download-title span.heading,
	#thank-you h1,
	#current-os {
		font-size: 1.8rem;
	}
}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
	.download-title span.heading,
	#thank-you h1,
	#current-os {
		font-size: 1.73rem;
	}
	.other-os {
		padding-left: 0;
	}
	#other-os-1,
	#other-os-2,
	#other-os-0 {
		font-size: 0.8rem;
	}
}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

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

@media print {}