* {font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif!important;}
div#platform-box { height: 60px; }
div#platform-box div#platform-sel { display:none; }
div#platform-box.non div#platform-sel { display:block; }

div#platform-box.non div#platform-desc { display:none; }
div#platform-box div#platform-desc .bio { display:none; }

div#platform-desc { padding-left:30px; }
div#platform-box.Macintosh div#platform-desc { background:url("/mathematica/images/mac28bw.png") no-repeat scroll 0 0 transparent;}
div#platform-box.Linux div#platform-desc { background:url("/mathematica/images/lnx28bw.png") no-repeat scroll 0 0 transparent;  }
div#platform-box.Windows div#platform-desc { background:url("/mathematica/images/win28bw.png") no-repeat scroll 0 0 transparent;}

div#platform-box .bio p { margin:0px; padding:8px 0px 0px; font-weight:bold; font-size:18px; color:#444; }
div#platform-box .asterisk { display:none; }
div#platform-box.non .asterisk { display:inline; }
div#platform-box.Macintosh div#platform-desc .bio.Macintosh { display:block; }
div#platform-box.Linux div#platform-desc .bio.Linux { display:block; }
div#platform-box.Windows div#platform-desc .bio.Windows { display:block; }
div#platform-box.All div#platform-desc .bio.All { display:block; }
div#platform-box h3 { margin-bottom: 6px; }

div#language-box div.lang-option { display:none; }
div#language-box.Macintosh .lang-option.Macintosh { display:block; }
div#language-box.Linux .lang-option.Linux { display:block; }
div#language-box.Windows .lang-option.Windows { display:block; }
div#language-box.All .lang-option.All { display:block; }
div#language-box h3 { margin-bottom: 6px; }

div#application-box span.bio { font-weight:bold; font-size:15px; color:#444; }
div#application-box input { margin-left: 12px; margin-bottom: 8px; }
div#application-box h3 { margin-bottom: 6px; }

div.lang-option { display:none; }

p#change-platform { cursor:pointer; color:#E00400; font-size:11px;}
.hide-no-js { display:none; }
table.radiotable { margin-top: 6px; }
div#pageWrapperUsesDropShadows p.intro {
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
color: #444!important;
font-size: 15px;
margin-top: 0!important;
}
/* Mathematica overview page styles.

   @file        overview.css.en
   @author      marionm
   ========================================================================== */

/* shared styles
   ========================================================================== */




body#trial_request{
 background: url('/mathematica/images/mathematica-global-header-bg.png') repeat-x scroll 0px 101px transparent;

}

.overview {
    color: #636363;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.overview a:link,
.overview a:visited {
    color: #f40000;
    text-decoration: none;
    outline: none;
}

.overview a:hover,
.overview a:active {
    color: #ac000e;
    text-decoration: none;
    outline: none;
}

.overview h1,
.overview h2,
.overview h3,
.overview h4,
.overview h5,
.overview h6,
.overview p,
.overview ul,
.overview li {
    display: block;
    margin: 0;
    padding: 0;
}

section {
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
}

section .width {
    width: 100%;
    max-width: 765px; /* 1200px total */
    min-width: 765px;
    margin: 0 auto;
    padding: 50px 140px 30px 295px;
}

.row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}

.column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

.column.left {
    width: 395px;
    padding: 0 25px 0 0;
}

.column.right {
    width: 370px;
}

.floater {
    position: relative;
    float: right;
}

.floater img {
    display: block;
    position: absolute;
    top: -50px;
    right: -140px;
}

.level-2 h2 {
    margin: 0 0 20px 0;
    color: #f71900;
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
}

.level-2 p {
    width: 550px;
    margin: 0 0 30px 0;
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.level-3 h3 {
    margin: 0 0 4px 0;
    color: #f57300;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
}

.level-3 p {
    margin: 0 0 30px 0;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* page nav
   ========================================================================== */

#page-nav {
    position: absolute;
}

#page-nav.fixed {
    position: relative;
    left: -295px;
    width: 250px;
}

#page-nav .fpn-box {
    position: relative;
    left: -295px;
    width: 250px;
    border: 1px solid #d7d7d7;
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    background: #ebebeb;
}

#page-nav.fixed .fpn-box {
    position: fixed;
    top: 60px;
    left: auto;
}

#page-nav ul,
#page-nav li {
    display: block;
    list-style: none;
}

#page-nav .fpn-hidden {
    display: none;
}

#page-nav li a {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    padding: 18px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

#page-nav li a:link,
#page-nav li a:visited {
    color: #636363;
    background: #f8f8f8;
}

#page-nav li a:hover,
#page-nav li a:active,
#page-nav li a.active {
    color: #fff;
    background: #f4792f;
}

#page-nav .button:link,
#page-nav .button:visited {
    display: inline-block;
    margin: 0 13px 0 0;
    padding: 8px 12px;
    border: 1px solid #b3b3b3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #e00400;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

#page-nav .button:hover,
#page-nav .button:active {
    background: #ac000e;
}

#page-nav p {
    display: block;
    margin: 13px 0 13px 13px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

/* header
   ========================================================================== */

#header {
    width: 1300px;
    margin: 75px auto 100px auto;
    text-align: center;
}

#header p {
    margin: 10px 0 0 0;
    color: #3c3b3b;
    font-size: 21px;
    line-height: 23px;
}

/* hero
   ========================================================================== */

#hero {
    width: 100%;
    height: 270px;
    margin: 55px 0 0 0;
    background: #000;
    overflow: visible;
}

#hero img {
    display: block;
    position: relative;
    top: -55px;
    margin: 0 auto;
}

/* site nav
   ========================================================================== */

#site-nav {
    width: 100%;
    border-bottom: 6px solid #ac000e;
    background: #d40014;
    text-align: center;
}

#site-nav ul,
#site-nav li {
    display: inline-block;
    list-style: none;
}

#site-nav a {
    display: inline-block;
    margin: 0 -2px;
    padding: 12px 20px 7px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

#site-nav a:link,
#site-nav a:visited {
    color: #fff;
    background: #d40014;
}

#site-nav a:hover,
#site-nav a:active,
#site-nav #nav-overview {
    color: #fff;
    background: #ac000e;
}

/* intro
   ========================================================================== */

#intro .width {
    background: url('../images/overview/vline-part1.png') repeat-y right top;
}

#intro .floater div {
    position: absolute;
    width: 247px;
    height: 202px;
    top: 75px;
    right: -145px;
    background: url('../images/overview/intro-floater.png') no-repeat;
}

#intro h2 {
    padding: 150px 0 0 20px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

#intro .p1 {
    color: #e56b00;
    font-size: 27px;
    font-weight: 300;
    line-height: 36px;
}

#intro .p2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* modern technical computing
   ========================================================================== */

#about {
    min-height: 1266px;
}

#about .width {
    background: url('../images/overview/vline-part3.png') repeat-y right top;
}

#about .column img {
    margin: 0 0 10px 0;
    border: 1px solid #bdbdbd;
}

/* coverage
   ========================================================================== */

#coverage .width {
    background: url('../images/overview/vline-part3.png') repeat-y right top;
}

#coverage .floater img {
    top: 20px;
    right: -81px;
}

#coverage .p1 {
    margin: 0;
}

#coverage .p2 {
    font-size: 14px;
    line-height: 24px;
}

#coverage .row a {
    display: inline-block;
    margin: 0 0 20px 0;
    background: #efefef;
    background-image: -o-linear-gradient(left, #efefef 0%, #fcfcfc 100%);
    background-image: -ms-linear-gradient(left, #efefef 0%, #fcfcfc 100%);
    background-image: -moz-linear-gradient(left, #efefef 0%, #fcfcfc 100%);
    background-image: -webkit-linear-gradient(left, #efefef 0%, #fcfcfc 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #efefef), color-stop(100%, #fcfcfc));
    background-image: linear-gradient(to right, #efefef 0%, #fcfcfc 100%);
    font-size: 18px;
    line-height: 20px;
}

#coverage .row a span {
    display: inline-block;
    width: 338px;
    padding: 30px 15px;
    border: 1px solid #e0e0e0;
}

#coverage .small .column.left {
    width: 290px;
}

#coverage .small .column.right {
    width: 260px;
}

#coverage .small a {
    background: #f1f1f1;
}

#coverage .small a span {
    width: 228px;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 18px;
}

#coverage #coverage-inc,
#coverage #coverage-iae {
    margin: 0 0 30px 0;
}

#coverage-sl span { background: url('../images/overview/coverage-sl.png') no-repeat 300px 50%; }
#coverage-mc span { background: url('../images/overview/coverage-mc.png') no-repeat 300px 50%; }
#coverage-n span { background: url('../images/overview/coverage-n.png') no-repeat 290px 50%; }
#coverage-v span { background: url('../images/overview/coverage-v.png') no-repeat 300px 50%; }
#coverage-am span { background: url('../images/overview/coverage-am.png') no-repeat 295px 50%; }
#coverage-nt span { background: url('../images/overview/coverage-nt.png') no-repeat 300px 50%; }
#coverage-da span { background: url('../images/overview/coverage-da.png') no-repeat 200px 50%; }
#coverage-grc span { background: url('../images/overview/coverage-grc.png') no-repeat 200px 50%; }
#coverage-imc span { background: url('../images/overview/coverage-imc.png') no-repeat right 50%; }
#coverage-gc span { background: url('../images/overview/coverage-gc.png') no-repeat 180px 50%; }
#coverage-inc span { background: url('../images/overview/coverage-inc.png') no-repeat right 50%; }
#coverage-iae span { background: url('../images/overview/coverage-iae.png') no-repeat right 50%; }

/* core technologies
   ========================================================================== */

#core .width {
    background: url('../images/overview/vline-part3.png') repeat-y right top;
}

#core .row a {
    display: inline-block;
    width: 248px;
    padding: 0 0 0 120px;
}

#core-wl {
    min-height: 86px;
    background: url('../images/overview/core-wl.png') no-repeat 10px top;
}

#core-wab {
    min-height: 86px;
    background: url('../images/overview/core-wab.png') no-repeat left top;
}

#core-wni {
    min-height: 81px;
    background: url('../images/overview/core-wni.png') no-repeat left top;
}

#core-we {
    min-height: 81px;
    background: url('../images/overview/core-we.png') no-repeat left top;
}

#core-wc {
    min-height: 81px;
    background: url('../images/overview/core-wc.png') no-repeat 10px top;
}

#core-wk {
    min-height: 81px;
    background: url('../images/overview/core-wk.png') no-repeat left top;
}

/* it's come a long way
   ========================================================================== */

#stats {
    border-bottom: 1px solid #fff;
}

#stats .width {
    background: url('../images/overview/vline-part3.png') repeat-y right top;
}

#stats .floater img {
    top: 0;
    right: -81px;
}

#stats h2 {
    line-height: 30px;
}

#stats h2 span {
    color: #444444;
    font-size: 18px;
    font-style: italic;
}

#stats .chart {
    position: relative;
    float: none;
    height: 315px;
}

#stats .chart img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#stats h3 {
    color: #f40000;
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
}

/* try/buy/upgrade
   ========================================================================== */

#buy {
    border-bottom: 1px solid #fff;
    background: #f47122;
    text-align: center;
}

#buy .width {
    padding-top: 20px;
    padding-bottom: 20px;
}

#buy h2 {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 30px;
}

#buy p {
    width: auto;
    margin: 0;
}

#buy .level-2 a {
    display: inline-block;
    width: 90px;
    margin: 0 5px 0 0;
    padding: 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
}

#buy .level-2 a:link,
#buy .level-2 a:visited {
    border: 1px solid #c53c00;
    background: #fff;
    color: #f86300;
}

#buy .level-2 a:active {
    border: 1px solid #fff;
    background: #e35b00;
    color: #fff;
}

#buy .level-2 a:hover {
    border: 1px solid #fff;
    background: #ff8b24;
    color: #fff;
}

#buy .level-3 p {
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

#buy .level-3 p span {
    text-transform: uppercase;
}

#buy .level-3 a:link,
#buy .level-3 a:visited {
    color: #fff;
}

#buy .level-3 a:hover,
#buy .level-3 a:active {
    color: #ac000e;
}

/* mathematica in the wolfram product universe
   ========================================================================== */

#products {
    border: none;
}

#products .width {
    background: url('../images/overview/vline-part4.png') repeat-y right top;
}

#products .column a {
    display: inline-block;
    width: 293px;
    min-height: 57px;
    padding: 0 0 0 75px;
}

#products-wdp { background: url('../images/overview/products-wdp.png') no-repeat; }
#products-wpc { background: url('../images/overview/products-wpc.png') no-repeat; }
#products-wdsp { background: url('../images/overview/products-wdsp.png') no-repeat; }
#products-wfp { background: url('../images/overview/products-wfp.png') no-repeat; }
#products-wpl { background: url('../images/overview/products-wpl.png') no-repeat; }
#products-wa { background: url('../images/overview/products-wa.png') no-repeat; }
#products-wsm { background: url('../images/overview/products-wsm.png') no-repeat; }

#products h3 {
    color: #f40000;
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
}
div.podShadowBottomRight {display:none;}
.captionText {
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif!important;
color: #444!important;}

#trialTable textarea {
height: 62px!important;
color: #444;
}
.podFormGrayBG #formTable td {
padding: 0 20px;
border-right: 1px solid #c1c1c1;
}
div.button span.buttonLeft {
	display: none!important;
}
div.button span.buttonRight {
	background-color: #dd1600!important;
	background-image: none!important;
	width: auto;
	/* height: 28px; */
	border: 0px;
	cursor: pointer;
	outline: 0;
	color: white;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0px 8px 0px;
	padding: 3px 10px;
	text-decoration: none;
	padding: 0;
	margin:0;
	height:40px;
}

div.button input {
/*
	line-height: 30px;
	height: auto;
	padding-bottom: 3px;
	line-height: 19px;
*/
	height: auto;
	padding: 10px 18px !important;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
}

div.button span.buttonRight:hover {
	background-color: #f57321!important;
}
div.largebutton:hover {
	background-color: #f57321!important;
}


.podFormBG {
background: none!important;
/* padding: 0px 20px 30px 30px; */
}
div.largebutton {
	background-color: #dd1600!important;
	background-image: none!important;
	width: auto;
	/* height: 28px; */
	border: 0px;
	cursor: pointer;
	outline: 0;
	color: white;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0px 8px 0px;
	text-decoration: none;
}
div.largebutton span.largebuttonRight {
padding-right: 0;
}
#formTable #radioButtons td {line-height:1.9em !important;font-size: 14px;}
.largebuttonRight {
	background: none!important;
}
.largebuttonLeft {
	background: none!important;
}
p {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif!important;
	font-size: 11px;
	color: #444;
}
td {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif!important;
	font-size: 11px;
	color: #444;
}
.podBG {
background: none!important;
padding: 15px 20px 30px 30px;
}
.errorHeader h3 {
	color: white;
    margin: 1px 0 0 25px;
}
.podContainer {
margin: 0 0 50px 0;
}
div.largebutton input {
/*
padding-right: 20px;
padding-left: 20px;
*/
font-size: 15px;
font-weight: 400;
padding:	0 20px;
line-height: 36px;
}
div.largebutton span.largebuttonLeft {
width: 0!important;
}
div.largebutton span.largebuttonRight {}
/*
padding-right: 0;
font-size: 15px;
font-weight: 400;
padding: 0 20px;
line-height: 36px;
}
*/
.errorHeader #formErrorTable {
width: 566px!important;
}

.podContent {
	padding:0;
}

div#pageWrapper {
    overflow: hidden;
    padding: 50px 0px 0px 60px!important;
    width: 1015px;
}
#formErrorTable2 {
width: 100%;
padding-right: 30px;
height: 27px;
}
div#pageWrapperUsesDropShadows p.intro {
margin-left: 6px!important;
}

.required {
    color: #E00400;
    padding-left: 2px;
}
.chevron, .required {
    color: #E00400;
}
.captionText {
    font: 11px/14px Arial,Helvetica,sans-serif;
    color: #666;
}

.standardHeader {
    background: none repeat scroll 0% 0% #F0F0F0;
    padding: 0px;
    height: 33px;
    width: 100%;
}
#formErrorTable {
    width: 100%;
    padding-right: 30px;
    height: 27px;
}
/* form errors: error tooltip styles */


.errorHighlight h3 {
    color: #e00400;
}

#formTable .errorHighlight input.text {
    border: 1px solid #e00400;
    background-color: #fbdcdc;
}

#formTable .errorHighlight textarea {
    border: 1px solid #e00400;
}

.errorBoxWrapper {
    position: absolute;
    z-index: 100000;
}

.errorBoxWrapper .errorTop {
display: none;
}

.errorBoxWrapper .errorMiddle {
display:none;
}

.errorBoxWrapper .errorBottom {
display: none;
}

/* --- */
#formErrorTable.error {
padding: 5px 0 5px 7px;
background: #dc0000;
}

.errorHighlight h3 {
    color: #e00400;
}

#formTable .errorHighlight input.text {
    border: 1px solid #e00400;
    background-color: #fbdcdc;
}

#formTable .errorHighlight textarea {
    border: 1px solid #e00400;
}

.errorBoxWrapper {
    position: absolute;
    z-index: 100000;
}

.errorBoxWrapper .errorTop {
display: none;
}

.errorBoxWrapper .errorMiddle {
display:none;
}

.errorBoxWrapper .errorBottom {
display: none;
}

.errorHeader2 #formErrorTable2 {
    width: 100%;
    color: #FFF;
    background-image: url('http://www.wolfram.com/images/error-white.png');
    background-color: #DC0000!important;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    height: 25px;
    padding-left: 25px;
}

.errorHeader2 {
    color: #FFF;
    padding-left: 0;
    line-height: 18px;
    font-size: 13px;
}
.errorHeader2 h3{
    color: #FFF;
}
#formErrorTable2 {
width: 100%;
padding-right: 30px;
height: 27px;
}