@import url("//fonts.googleapis.com/css?family=PT+Serif");

/* main
------------------------------*/
body {
    margin: 0 auto;
    padding: 0;
    min-width: 1200px;
}
.inner {
    width: 1036px;
    margin: 0 auto;
    font-size: 14px;
    color: #404040;
    padding: 40px 0;
}
body * {
    font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', Arial, sans-serif;
}



/* archive
------------------------------*/
.archival-wrapper {
    background: #4b758f;
    box-sizing: border-box;
    height: 80px;
    margin: 0 auto;
    padding: 8px 0 0;
    width: 100%;
}

#archival {
    display: block;
    margin: 0 auto;
    max-width: 960px;
}

#archival .column-one {
    display: inline-block;
    padding-top: 18px;
    vertical-align: top;
    width: 26%;
}

#archival img {
    float: none;
    margin: 0 12px 0 0;
}

#archival .column-one span {
    color: #ffffff;
    font-size: 25px;
    font-family: 'PT Serif', serif!important;
    font-weight: 400;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asia: nnormal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    text-size-adjust: 100%;

    line-height: 24px;
    vertical-align: top;
}

#archival .column-two {
    display: inline-block;
    font: 13px/19px Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#archival .column-two span {
    color: #ffffff;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

#archival .column-two a, #archival .column-two a:visited {
    color: #ffffff;
    text-decoration: none;
}

#archival .column-two a:hover {
color: #FFBB5C;
}

#archival strong {
font-weight: 700;
}


/* header
------------------------------*/
header {
    background: #ffffff;
    background: -moz-linear-gradient(to bottom,  #d1d2d3 0%,#fff 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d3), color-stop(50%,#fff));
    background: -webkit-linear-gradient(to bottom,  #d1d2d3 0%,#fff 50%);
    background: -o-linear-gradient(to bottom,  #d1d2d3 0%,#fff 50%);
    background: -ms-linear-gradient(to bottom,  #d1d2d3 0%,#fff 50%);
    background: linear-gradient(to bottom,  #d1d2d3 0%,#fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradientWipe(gradientsize=0.9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d3', endColorstr='#ffffff',GradientType=0 );
}
header .inner h1 {
    height: 240px;
     background: url('/programming-lab/images/wolfram-programming-lab-logo-ja.png') no-repeat center center;
    font-size: 0 !important;
}
#banner.inner {
    padding: 0;
    text-align: center;
    position: relative;
}
#banner h1 {
    display: block;
    line-height: 20px;
    margin: 0 auto;
}
.inner a.badge {
    background: #1facb3;
    padding: 8px 15px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}
.inner a.badge:hover {
    background: #157b80;
}
.access {
    display: inline-block;
    margin: -40px 20px 43px 0;
    padding: 0 30px 0 0;
    border-right: 1px solid #b5b5b5;
}
.access .button {
    font-size: 16px;
    padding: 8px 15px;
    border: 0;
}
.access small {
    color: #ffd0b4;
    font-size: 12px;
}
.access .signin {
    text-align: right;
    font-size: 14px;
    color: #777;
    margin: 10px 0 0 0;
}
.available {
    display: inline-block;
    margin: -40px 0 43px 0;
}
.available p {
    font-size: 14px;
    color: #777;
    margin: 0;
}
header .available a, .footer .available a {
    color: #777;
}
.available a:hover {
    color:#1fadb3;
}
.available .images {
    margin: 0 0 10px 0;
    display: inline-block;
}
.available .images img {
    margin: 0 10px 0 10px;
    display: inline-block;
}
.available .images img:hover {
    opacity: .8;
}

/* navigation
------------------------------*/
#nav {
    background: #157b80;
    overflow: hidden;
}
#nav .inner {
    padding: 0;
}
#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#nav li {
    display: inline-block;
    margin: 0;
}
#nav .inner a {
    color: #c7ffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 15px;
    display: inline-block;
}
#nav .inner a:hover, #overview .overview, #explorations .explorations, #resources .resources, .explorations .explorations,
#q-and-a .q-and-a, #for-educators .for-educators, #about-wolfram-language .about-wolfram-language, #pricing .pricing-tab {
    background: #1facb3;
    color: #fff !important;
}
#nav a.try-now.button {
    display: none;
}
#pricing #nav a.try-now.button {
    display: inline-block;
    margin-left: 12px;
    padding: 5px 10px;
}

#pricing header .inner {
	width: 764px;
}


/* text
------------------------------*/
.inner h1 {
    font-size: 38px;
    color: #f86500;
    font-weight: 300;
    margin: 0;
}
#pricing h1 {
    text-align: center;
}
.inner h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 300;
    color: #777777;
}
.inner h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #1fadb3;
}
.inner h3 + p {
    margin: 2px 0 30px 0;
    line-height: 28px;
}
.inner a, .footer a {
    text-decoration: none;
    color: #f86500;
}
.inner a:hover, .footer a:hover {
    color: #1fadb3;
}
.inner li a {
    color: #404040;
}
.big {
    font-size: 21px;
    margin: 0 0 20px;
    display: inline-block;
}
.large {
    font-size: 27px;
    margin: 0 0 30px 0;
    font-weight: 300;
    line-height: 40px;
    color: #737373;
}
.medium {
    color: #535353;
    font-size: 18px;
    line-height: 31px;
}
.small {
    font-size: 13px;
}
.small strong {
    color: #404040;
    font-weight: 600;
}

.inner ul {
    margin: 0 0 0 20px;
    padding: 0;
}
.inner li {
    margin: 0 0 20px;
    font-weight: 300;
    line-height: 21px;
}

/* grid
----------------------------*/
.row {
    width: 105%;
    margin-left: -4.6%;
    overflow: hidden;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.half, .third, .fourth, .fifth {
    margin-left: 4.6%;
    display: block;
    float: left;
}
.half {
    width: 45%;
}
.third {
    width: 28.33%;
}
.fourth {
    width: 20%;
}
.fifth {
    width: 15%;
}

/* misc
---------------------------*/
.divider {
    border-top: 1px solid #ddd;
}
.chevron {
    color: #f86500;
}
.button {
    background: #ff4300;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}
.button:hover, .big-button:hover {
    background: #e45700;
}

.big-button {
    background: #ff4300;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
}
.no-bottom-padding {
    padding-bottom: 10px;
}
.hide {
    display: none;
}
img {
    border: 0;
}
a {
    text-decoration: none;
}
.align-center {
    text-align: center;
}

/* footer
------------------------*/
.footer {
    text-align: center;
    margin: 30px 0 0 0;
}

#pricing .available, #pricing .access,
#contact-us .available, #contact-us .access,
#subscription-benefits .available, #subscription-benefits .access {
    display: none;
}
#pricing header h1, #contact-us header h1, #subscription-benefits header h1 {
    height: 182px;
    background: url('/programming-lab/images/wolfram-programming-lab-logo-small-ja.png') no-repeat center center;
    font-size: 0 !important;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
}
