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

body {
    background: #fff;
    color: #535353;
    font-family: source sans pro, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
    min-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

hr {
	display: inline-block;
    width: 100%;
    border: none;
    height: 1px;
    margin: 60px 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: 60px 0 40px 0;
    color: #dd1100;
    font-family: source sans pro, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 300;
}




h2, .h2 {
    margin: 0 0 2px 0;
    color: #f77700;
    font-family: source sans pro, Arial, Helvetica, sans-serif;
    font-size: 18px;
}

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

.section .more-link {
    font-size: 18px; 
	font-weight: 400;
}

#header {
	background: #f7ad29;
	height: 360px;
}

#header .intro {
	margin-top: 105px;
	color: #fff;
	display: inline-block; 
	width: 500px; 
	padding-right: 30px;
}

#header .intro h1 {
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	font-weight: 400;
	font-family: source sans pro, Arial, Helvetica, sans-serif;
	margin: 0 0 24px 0;
}

#header .header-img {
     display: inline-block;
	 height: 210px;
	 vertical-align: bottom;
}

#header .header-img img {
     vertical-align: bottom;
}

#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: #eee;
    overflow: visible;
}

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

#announcement p {
    width: 590px;
	font-size: 18px;
	line-height: 28px;
	color: #222;
	margin-bottom: 30px;
}

#announcement .fs14 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
}


#announcement .col-left {
    float: left;
    width: 700px;
	padding-right: 75px;
}

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

#announcement .button {
    display: inline-block; 
	margin-right: 20px;
}

#announcement .button-yellow {
    padding: 15px 16px;
    font-size: 16px;
	line-height: 16px;
	font-weight: 400;
}

#language .section {
    padding: 0;
}

#language a {
    color: #f77700;
}

#language .col-left {
    float: left;
    width: 320px;
	margin-right: 10px;
	margin-bottom: 25px;
}

#language .col-mid {
    float: left;
    width: 320px;
	margin-right: 10px;
	margin-bottom: 25px;
}

#language .col-right {
    float: left;
    width: 320px;
	margin-bottom: 25px;
}

#language .top {
    margin-bottom: 35px;
}

#language .subsection span {
    display: block;
	color: #535353;
}

#language  a:hover {
    color: #d35000;
}

#language .subsection a img {
	border: 1px solid #ddd;
	margin: 0 0 2px 0;
}

#language .subsection a span.h2 {
    color: #f77700;
}

#language .subsection a:hover span.h2 {
    color: #d35000;
}

#community .section {
    padding: 0;
}

#community .section h1 {
    margin: 60px 0 35px 0;
}

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

#community .subsection a img {
    display: inline-block;
    float: left;
    margin: 5px 12px 0 0;
	border: 1px solid #ddd;
}

#community a {
    color: #f77700;
}

#community a:hover {
    color: #d35000;
}

#community .subsection a span {
    display: inline-block;
    color: #535353;
	width: 310px;
}

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

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

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

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

#documentation .section {
    padding: 0;
}

#documentation .section h1 {
    margin: 60px 0 35px 0;
}

#documentation .subsection {
    padding: 0 0 55px 0;
}

#documentation .subsection a img {
    display: inline-block;
    float: left;
    margin: 5px 12px 0 0;
	border: 1px solid #ddd;
}

#documentation a {
    color: #f77700;
}

#documentation a:hover {
    color: #d35000;
}

#documentation .subsection a span {
    display: inline-block;
    color: #535353;
	width: 310px;
}

#documentation .subsection a span.h2 {
    color: #f77700;
}

#documentation .subsection a:hover span.h2 {
    color: #d35000;
}

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

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

#technical .section {
    padding: 0;
}

#technical .section h1 {
    margin-bottom: 30px;
}

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

#technical a {
    color: #f77700;
}

#technical a:hover {
    color: #d35000;
}

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

#technical .col-right img {
    margin: 60px 0 0 0;
}

#development {
}

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

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

#development .section {
    padding: 0;
}

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

#development .col-left .button-yellow {
    padding: 15px 16px;
    font-size: 16px;
	line-height: 16px;
	font-weight: 400;
}

#development .col-left .small{
    font-weight: 300;
	margin: 0 0 10px 0;
}

#development .col-left a.inline{
    color: #f77700;
}

#development .col-left a:hover.inline{
    color: #d35000;
}

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

#development .col-right img {
    margin: 60px 0 0 60px;
}

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

/* ==========================================================================
   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-yellow, .button-yellow:link, .button-yellow:active, .button-yellow:visited {
	display: inline-block;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f77700;
    padding: 0 15px;
    color: #fff;
}

.button-yellow:hover, .button-yellow:link:hover, .button-yellow:active:hover, .button-yellow:visited:hover {
    background: #d35000;
}

.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: source sans pro, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

#faq h2 {
    margin: 0;
    color: #bd0000;
    font-family: source sans pro, 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;
}

/* centered card
   ========================================================================== */
.card-centered {
  text-align: center;
  display: block;
}
.card-centered.top-links div,
.card-centered.secondary-links div  {
  float: none;
  display: inline-block;
}
.card-centered.top-links {
  font-size: 1.3rem;
  margin: 0 0 1.5rem;
}
.card-centered.secondary-links {
  margin: 0 0 2rem;
}
.card-centered.secondary-links a {
  color: #5d5d5d;
}
.card-centered.secondary-links a:hover {
  color: #f77700;
}

.card-centered a:hover h3 { color: #f77700; }

.card-centered div > a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.card-centered img { margin-bottom: 0px; }

.card-centered p {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* misc
   ========================================================================== */

#misc { 
	margin-top: 60px;
	padding-bottom: 60px;
}

#misc a { color: #fff; }

#misc a:hover { color: #dd1100; }

#misc span:first-child {
    display: block;
    margin: 0 auto;
    max-width: 468px;
    position: relative;
}

#misc span.chevron-after {
    background: #f7ad29;
    bottom: 2rem;
    display: block;
    font-size: 1.25rem;
    padding: .25rem 1rem;
    position: absolute;
    right: 0;
    text-align: right;
}
