/* ==========================================================================
   overview styles
   ========================================================================== */

body {
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
    min-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

hr {
	display: inline-block;
    width: 100%;
    border: none;
    height: 2px;
    margin: 20px 0 0 0;
    padding: 0;
    background: #e2e2e2;
}

img {
    border: none;
    outline: none;
}

a {
	color: #bd0000;
    text-decoration: none;
}

a:hover {
	color: #e00400;
}

p {
	margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1, .h1 {
    margin: 0 0 20px 0;
    color: #363636;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 600;
}


h1, .h1 {
    margin: 0 0 20px 0;
    color: #363636;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 600;
}




h2, .h2 {
    margin: 0 0 5px 0;
    color: #bd0000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.section {
    width: 984px;
    margin: 0 auto;
}

#header {
    border-bottom: 12px solid #db222b;
}

#header .section {
    position: relative;
    width: 1213px;
    height: 411px;
    margin: 0 auto;
    padding: 0 40px;
}

#icon-language,
#screen-language,
#icon-mathematica,
#screen-mathematica {
    position: absolute;
}

#icon-language {
    width: 78px;
    height: 88px;
    top: 26px;
    left: 583px;
}

#icon-mathematica {
    width: 78px;
    height: 96px;
    top: 133px;
    left: 583px;
}

#screen-mathematica,
#screen-language {
    width: 502px;
    height: 288px;
    top: 18px;
    left: 665px;
}

#icon-language img,
#icon-mathematica img,
#screen-mathematica img,
#screen-language img {
    -webkit-transition: 1s ease-out opacity;
    -moz-transition: 1s ease-out opacity;
    -ms-transition: 1s ease-out opacity;
    -o-transition: 1s ease-out opacity;
    transition: 1s ease-out opacity;
}

#icon-language img.active,
#icon-mathematica img.active,
#screen-mathematica img.active,
#screen-language img.active {
    opacity: 1;
    z-index: 1;
}

#icon-language img.inactive,
#icon-mathematica img.inactive,
#screen-mathematica img.inactive,
#screen-language img.inactive {
    opacity: 0;
    z-index: 2;
}

#announcement {
    background: #494949;
    background: -moz-linear-gradient(top, #494949 0%, #2d2d2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#2d2d2d));
    background: -webkit-linear-gradient(top, #494949 0%, #2d2d2d 100%);
    background: -o-linear-gradient(top, #494949 0%, #2d2d2d 100%);
    background: -ms-linear-gradient(top, #494949 0%, #2d2d2d 100%);
    background: linear-gradient(to bottom, #494949 0%, #2d2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#2d2d2d', GradientType=0);
    overflow: visible;
}

#announcement .section {
    padding: 50px 40px;
    overflow: visible;
}

#announcement p {
    color: #fff;
}

#announcement h1 {
    margin: 0;
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 1em;
    font-weight: 400;
   
}


#announcement h1 sup {
	color: #999;
    font-size: 20px;
	font-weight: 300;
}

#announcement h2 {
    margin: 0 0 30px 310px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

#announcement .col-left {
    float: left;
    width: 475px;
}

#announcement .col-right {
    float: right;
    width: 475px;
}

#announcement .col-right .button-red {
    padding: 0 30px;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
}

#announcement .col-right .button-red img {
    margin: 0 10px 0 0;
}

#blog {
	background: #ededed;
}

#blog .section {
    padding: 30px 40px;
    font-size: 17px;
    font-weight: bold;
}

#blog img {
    margin: 0 10px 0 0;
}

#community .section {
    padding: 30px 40px 0;
}

#community .subsection {
    padding: 0 0 30px 0;
}

#community .subsection a img {
    display: inline-block;
    float: right;
    margin: 0 0 0 30px;
}

#community .subsection a span {
    display: block;
    color: #000;
}

#community .subsection a:hover span {
    color: #e00400;
}

#community .subsection a span.color-red {
    display: inline;
    color: #e00400;
}

#community .subsection a span.h2 {
    color: #bd0000;
}

#community .col-left {
    float: left;
    width: 455px;
}

#community .col-right {
    float: right;
    width: 455px;
}

#documentation .section {
    padding: 30px 40px 0;
}

#documentation .col-left {
    float: left;
    width: 455px;
}

#documentation .col-left img {
    margin: 0 10px 0 0;
}

#documentation .col-right {
    float: right;
    width: 455px;
}

#documentation p {
    margin: 0 0 5px 0;
    font-weight: bold;
}

#technical .section {
    padding: 30px 40px 0;
}

#technical .col-left {
    float: left;
    width: 455px;
}

#technical .col-right {
    float: right;
    width: 455px;
}

#development {
}

#development h1 {
    margin: 0 0 5px 0;
}

#development p {
    margin: 0 0 15px 0;
}

#development hr {
    margin: 40px 0 0 0;
}

#development .section {
    padding: 30px 40px 0;
}

#development .col-left {
    float: left;
    width: 455px;
}

#development .col-right {
    float: right;
    width: 455px;
}

#development .col-right h1 {
    margin: 0 0 15px 0;
    line-height: 1.3em;
}

#development .sub-text {
    margin: 30px 0 0 0;
}

#subfooter {
    margin: 0 0 30px 0;
}

#subfooter h1 {
    margin: 0 0 10px 0;
	color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
}

#subfooter p {
    padding: 0 30px 0 0;
	color: #363636;
    font-size: 12px;
    line-height: 17px
}

#subfooter .link {
    margin: 10px 0 0 0;
}

#subfooter .section {
    padding: 30px 40px 0;
}

#subfooter .subsection {
    float: left;
    width: 50%;
}

#subfooter .subsection.print {
    background: url('../images/print-a-case.png') 200px center no-repeat;
}
#subfooter .subsection.print h1, 
#subfooter .subsection.print p {
    margin-right: 90px;
}

#subfooter #email {
    width: 180px;
    margin: 0 5px 0 0;
	border: 1px solid #d7d7d7;
    background: #f3f3f3;
    padding: 5px;
	color: #363636;
    font-size: 12px;
    line-height: 1em;
}

/* ==========================================================================
   utility styles
   ========================================================================== */

.cfix:after {
    content: '';
    display: table;
    clear: both;
}

.cfix {
    zoom: 1;
}

.valign-middle {
    display: inline-block;
    vertical-align: middle;
}

.color-red {
	color: #e00400;
}

.color-black {
	color: #000;
}

.color-gray {
	color: #5a5a5a;
}

.no-margin {
	margin: 0 !important;
}

.clear-both {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs20 {
    font-size: 20px;
}

.fs40 {
    font-size: 40px;
}

.button-red, .button-red:link, .button-red:active, .button-red:visited {
	display: inline-block;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e52d43;
    background: -moz-linear-gradient(top, #e52d43 0%, #bd0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e52d43), color-stop(100%,#bd0000));
    background: -webkit-linear-gradient(top, #e52d43 0%, #bd0000 100%);
    background: -o-linear-gradient(top, #e52d43 0%, #bd0000 100%);
    background: -ms-linear-gradient(top, #e52d43 0%, #bd0000 100%);
    background: linear-gradient(to bottom, #e52d43 0%, #bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52d43', endColorstr='#bd0000', GradientType=0);
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}

.button-red:hover, .button-red:link:hover, .button-red:active:hover, .button-red:visited:hover {
    background: #f5141d;
    background: -moz-linear-gradient(top, #e52d43 0%, #f5141d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e52d43), color-stop(100%,#f5141d));
    background: -webkit-linear-gradient(top, #e52d43 0%, #f5141d 100%);
    background: -o-linear-gradient(top, #e52d43 0%, #f5141d 100%);
    background: -ms-linear-gradient(top, #e52d43 0%, #f5141d 100%);
    background: linear-gradient(to bottom, #e52d43 0%, #f5141d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e52d43', endColorstr='#f5141d', GradientType=0);
    color: #fff;
}

.has-tooltip {
    position: relative;
    z-index: 8000;
}

.tooltip {
    position: absolute;
    width: 300px;
    top: 28px;
    right: -157px;
    -webkit-box-shadow: 0 2px 5px #d7d7d7;
    box-shadow: 0 2px 5px #d7d7d7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 15px;
    color: #5d5c5c;
    font-size: 12px;
    line-height: 16px;
    z-index: 9000;
}

.tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    right: 155px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.tooltip span {
    display: inline-block;
}

.tooltip .linebreak {
    display: block;
    height: 10px;
}

/* shared application form styles
/* ------------------------------------------------------------------------- */

#app-noscript {
	display: block;
    margin: 15px 0 0 0;
    padding: 15px;
    background: #ffffdc;
    border: 1px solid #ebd177;
    color: #ff802b;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

#app-noscript a, #app-noscript a:link, #app-noscript a:visited, #app-noscript a:active {
	color: #e53636;
    font-weight: bold;
}

#app-noscript a:hover, #app-noscript a:link:hover, #app-noscript a:visited:hover, #app-noscript a:active:hover {
	color: #e00400;
}

/* ==========================================================================
   faq page
   ========================================================================== */

#faq {
}

#faq .section {
    padding: 50px 40px 0;
}

#faq .col-left {
    float: left;
    width: 455px;
}

#faq .col-right {
    float: right;
    width: 455px;
}

#faq h1 {
    margin: 0;
    color: #bd0000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 600;
}

#faq h2 {
    margin: 0;
    color: #bd0000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}

#faq p {
    margin: 0 0 20px 0;
    color: #363636;
    font-size: 14px;
    line-height: 20px;
}
