/* styles for the wolfram.com mathematica home edition.

   creator:  charles
   modifier: yhechler
   requires: /common/framework/css/framework.en.css
   ========================================================================== */

html {
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

main a {
    color: #777777;
}

main a:focus,
main a:hover {
    color: #ff6c00;
}

section {
    padding: 3.125rem 0 2.7rem 0;
}

.page-width {
    border-bottom: none;
    margin: 0 auto;
    max-width: 64.0rem;
    padding: 0 1rem;
}

.page-width.wider {
    max-width: 1060px;
}

p {
    color: #545454;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.75rem;
}

h2 {
    color: #f71900;
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 2.7rem;
}

/* ==========================================================================
   Sticky Header
   ========================================================================== */

#sticky-header {
    background: #dd1100;
    color: #fff;
}

#sticky-header h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

#sticky-header img {
    margin-top: 1.0rem;
}

#sticky-header h1 span {
    font-size: 1.0rem;
    text-transform: uppercase;
}

#sticky-header .button {
    background: #ffffff;
    border-radius: 3px;
    border: none;
    color: #dd1100;
    float: right;
    font-size: 1.0rem;
    line-height: 1.8rem;
    margin: 0.5rem 0 -2.5rem 0;
    max-width: 980px;
    padding: 0.0625rem 0.625rem 0.125rem 0.625rem;
}

#sticky-header.fixed {
    -webkit-transition-duration: 0s;
    height: 3.125rem;
    position: fixed;
    transition-duration: 0s;
    width: 100%;
    z-index: 10;
}

/* ==========================================================================
   pricing
   ========================================================================== */

.price-wrapper {
    -webkit-transition: opacity 1s;
    color: #222;
    margin-top: 0.5rem;
    opacity: 0;
    transition: opacity 1s;
}

.price-tag {
    font-size: 2.125rem;
}

.dollarsign {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.slash {
    display: inline-block;
    margin: 0 2px;
}

.vat {
    font-size: .625rem;
    margin-left: 2px;
}

.type,
.qual,
.plus,
.round,
.use,
.serv,
.addserv {
    display: none;
}

hr {
    border-bottom: 0;
    border-color: #5454;
    margin-bottom: 1rem;
}

/* ==========================================================================
   Slideshow
   ========================================================================== */

.slides {
    display: none;
}

/* Slideshow container */

.slideshow-container {
    margin: auto;
    max-width: 1094px;
    position: relative;
}

.slides img {
    width: 100%;
}

.right-box {
    padding-right: 15%;
    position: relative;
    text-align: right;
    top: -1.5rem;
}

/* The dots/bullets/indicators */

.dot-wrapper {
    bottom: 0;
    position: absolute;
    right: 5%;
}

.dot {
    background-color: #e58083;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 1rem;
    margin: 0 .125rem .5rem .125rem;
    transition: background-color 0.6s ease;
    width: 1rem;
}

.active {
    background-color: #fff;
}

/* ==========================================================================
   Headers
   ========================================================================== */

#header {
    background: #cc0003 none repeat scroll 0 0;
    line-height: 0;
    max-height: 22.7rem;
    text-align: center;
    width: 100%;
}

#header img {
    max-height: 23rem;
}

#mobile-header {
    display: none;
}

/* ==========================================================================
   Body
   ========================================================================== */

#intro p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 1.875rem;
}

#intro p:nth-child(2n) {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5rem;
}

#intro .price-wrapper a {
    color: #dd1100;
}

#intro .price-wrapper a:hover {
    color: #ff6e00;
}

.button-wrapper {
    border-top: 26px solid #fff;
}

.price-tag.euro+button+.button-wrapper {
    border-top: none;
}

#intro a.button {
    background: #dd1100 none repeat scroll 0 0;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 400;
    height: 3.25rem;
    left: 0;
    line-height: 3.25rem;
    position: absolute;
    text-align: center;
    top: .3rem;
    vertical-align: middle;
    width: 6.875rem;
}

#sticky-header a.button:hover,
#intro a.button:hover {
    background: #f75d00 none repeat scroll 0 0;
    color: #fff;
}

.price {
    color: #545454;
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.2rem;
    padding: 0 0 .5rem 8.5rem;
    position: relative;
    vertical-align: middle;
}

.price .price {
    padding: 0 0 .2rem;
}

.price-tag.euro .vat {
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

.price span {
    color: #dd1100;
    font-size: 1.6rem;
    font-weight: 300;
    vertical-align: baseline;
}

.price span.description {
    color: #545454;
    display: block;
    font-size: 0.6875rem;
    font-weight: 400;
}

.customer {
    color: #545454;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.2rem;
}

#fields-departments {
    padding: 0 0 4.0rem 0;
}

#fields-departments h2.sub-header {
    color: #f71900;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin: 0 0 1.7rem 0;
}

#fields-departments h2 {
    color: #dd1100;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.8rem;
    margin: 2.0rem 0 0.5rem 0;
    text-transform: none;
}

#fields-departments p {
    line-height: 1.4rem;
    margin-bottom: 0;
}

#fields-departments ul {
    border-top: 1px solid #5454;
    padding-top: 2.5rem;
}

#fields-departments ul li {
    color: #dd1100;
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1rem;
    margin-bottom: 1rem;
}

#fields-departments .fold,
#fields-departments .show-less,
#fields-departments #fold-extended {
    display: none;
}

#fields-departments .top span {
    white-space: nowrap;
}

#fields-departments .top img {
    width: 100%;
    max-width: 17.75rem;
}

#fields-departments .expand {
    background: url('../img/red-arrow-down.png') no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 10px;
    margin: 0 0 -2px 5px;
    width: 10px;
}

#fields-departments .expand:hover {
    opacity: .7;
}

#fields-departments .top.open .expand {
    background: url('../img/red-arrow-up.png') no-repeat top left;
    background-size: contain;
}

#fields-departments .top {
    display: block;
    font-size: .9rem;
    line-height: 1.25rem;
    padding: 0.6rem 0.6rem 0.5rem 0.6rem;
    width: 100%;
}

#fields-departments .top.open,
#fields-departments .fold {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    z-index: 9;
}

#fields-departments .fold {
    background: #f1fafe;
    padding: 0.3rem 0.9rem 0 0.9rem;
    position: absolute;
    width: 100%;
}

#fields-departments .top,
#fields-departments .fold {
    max-width: 17.75rem;
}

#fields-departments .fold p {
    font-size: .9rem;
    line-height: 1.25rem;
    max-width: 17.75rem;
    margin: 0.3125rem 0;
}

#fields-departments .fold a:before {
    color: #dd1100;
    content: '»';
    font-weight: 400;
    margin-right: 5px;
}

#fields-departments .fold a {
    color: #606060;
    display: inline-block;
    font-size: .9rem;
    line-height: 1.125rem;
    margin-left: -5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#fields-departments .fold a:hover {
    color: #0079c1;
}

#fields-departments .inner .sub-categories {
    margin-top: 20px;
}

#fields-departments .show-more,
#fields-departments .show-less {
    text-align: center;
}

#fields-departments .show-more p,
#fields-departments .show-less p {
    background: #dd1100;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.125rem;
    margin: 2.175rem 0 0;
    padding: 10px .9rem;
    text-transform: uppercase;
}

#fields-departments .show-more p:hover,
#fields-departments .show-less p:hover {
    background: #f75d00;
}

#fields-departments .show-more img,
#fields-departments .show-less img {
    margin: 0 10px 2px 0;
    vertical-align: middle;
}

#fields-departments .show-less img {
    transform: rotate(180deg);
}

#fields-departments .show-more p span,
#fields-departments .show-less p span {
    font-weight: 300;
}

/* Why Wolfram */

#why-wolfram {
    padding-bottom: 1.0rem;
    background-color: #f1fafe;
}

#why-wolfram p {
    line-height: 1.6rem;
    margin: 0 4rem 3.125rem 0;
    max-width: 27rem;
}

#why-wolfram span {
    color: #f77700;
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

#why-wolfram p a {
    color: #dd1100;
}

#why-wolfram p a:hover {
    color: #ff6c00;
}

/* Getting Started */

#getting-started {
    margin: 0 auto;
}

#getting-started p {
    margin-bottom: 1.875rem;
}

#getting-started .thumbnails a {
    color: #df5213;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
}

#getting-started .thumbnails a:hover {
    color: #f77700;
}

#getting-started span {
    display: block;
    margin-top: 1rem;
}

#getting-started .thumbnail {
    margin: 0 0 5.0rem;
    text-align: center!important;
}

#getting-started .thumbnails img {
    max-width: 17.8125rem;
    width: 100%;
}

#getting-started .thumbnail span {
    color: #535353;
    display: block;
    font-weight: 600;
}

#getting-started .thumbnails div h2 {
    color: #f77700;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

#getting-started .thumbnails div a:hover {
    color: #ff6c00;
}

#getting-started .thumbnails div:nth-child(3n) {
    padding: 0 0 2.5rem 3rem;
}

#getting-started .thumbnails div:nth-child(3n+2) {
    padding: 0 1.5rem 2.5rem 1.5rem;
}

/* ==========================================================================
   Try Buy Footer
   ========================================================================== */

#try-buy-upgrade {
    background: #f86300 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    text-align: center;
}

#try-buy-upgrade p {
    color: #fff;
    font-weight: 400;
    line-height: 1rem;
    width: auto;
}

#try-buy-upgrade .width {
    margin: 0 auto;
    padding: 2rem 0;
}

#try-buy-upgrade .level-2 {
    margin-bottom: 1rem;
    vertical-align: top;
}

#try-buy-upgrade .level-3 {
    text-align: center;
}

.section-wrapper {
    padding: 0;
}

#try-buy-upgrade .level-2 a:link,
#try-buy-upgrade .level-2 a:visited {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c53c00;
    color: #f86300;
}

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

#try-buy-upgrade .level-3 a:hover {
    color: #ac000e;
}

#try-buy-upgrade .level-2 a {
    border-radius: .1875rem;
    display: inline-block;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.0625rem;
    margin: 0 .3125rem 0 0;
    padding: .3125rem .1875rem;
    vertical-align: middle;
    width: 5.625rem;
}

#try-buy-upgrade .level-2 a:hover {
    background: #ff8800;
    color: #ffffff;
}

#try-buy-upgrade .level-3 p span.no-bg-color {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.25rem;
    max-width: 37.5rem;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

#try-buy-upgrade .level-3 p {
    font-size: 1rem;
}

#try-buy-upgrade .level-3 p#contact {
    margin: 1rem 0 0;
    font-weight: 600;
}

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    #header {
        max-height: 23rem;
    }
    .price {
        padding: 0 0 .5rem 7.6rem;
    }
    span.description.block {
        display: block
    }
}

/* styles for large screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    #header {
        max-height: 21.5rem;
    }
    .price {
        padding: 4rem 0 .5rem 0;
    }
    .customer {
        font-size: 0.6875rem;
    }
    .small_hr {
        border-bottom: 1px solid;
        border-color: #5454;
    }
    #getting-started .thumbnails div span {
        max-width: 20rem;
        display: block;
    }
    #getting-started .thumbnails img {
        margin: 0 0 1.2rem 0;
    }
    #getting-started .thumbnails div:nth-child(2n),
    #getting-started .thumbnails div:nth-child(2n+1) {
        padding: 0 0 2.5rem 0;
    }
}

/* styles for small screens (600px)
   ========================================================================== */

@media screen and (max-width: 600px) {
    #sticky-header img {
        width: 70%;
        height: 70%;
    }
    #mobile-header {
        color: #fff;
        display: block;
        font-size: 3rem;
        height: 16rem;
        line-height: 2.5rem;
        margin: 0 auto;
        text-align: left;
        text-transform: uppercase;
        width: 18.2rem;
    }
    #mobile-header span {
        font-size: 2.1rem;
        font-weight: 300;
    }
    .price {
        font-size: 0.8125rem;
        padding: 0 0.5rem 1.5rem 7.5rem;
    }
    .price span {
        font-size: 1.25rem;
    }
    .small_hr {
        border-bottom: 0;
        border-right: 1px solid #5454;
        margin: 0 0 1rem 0;
        max-width: 66%;
        vertical-align:top;
    }
    .price span.description {
        font-size: 0.8125rem;
    }
    .customer {
        display: inline-block;
        font-size: 0.8125rem;
        max-width: 30%;
        padding: 0.5rem 0 0 0.4rem;
    }
    .customer span.description{
        max-width: 100%;
        display: inline-block;
    }
    #fields-departments .top img,
    #fields-departments .top,
    #fields-departments .fold {
        max-width: 23.5rem;
    }
    #getting-started .thumbnails img {
        margin: 0 0 1.2rem 0;
    }
    #getting-started .thumbnails div:nth-child(3n),
    #getting-started .thumbnails div:nth-child(3n+1),
    #getting-started .thumbnails div:nth-child(3n+2) {
        padding: 0 0 2.5rem 0;
    }
    #try-buy-upgrade .level-3 p#contact {
        margin: 1rem 0 0 0;
    }
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
    .small_hr {
        border-right: none;
        width: 100%;
    }
    .price-wrapper {
        margin-top: 0;
    }
    .price {
        padding: 0 0.5rem .3rem 7.5rem;
        max-width: 100%;
    }
    .customer {
        max-width: fit-content;
        padding: 0 0 0.5rem 0.3rem;
    }
    #fields-departments .fold {
        max-width: 295px;
    }
    #fields-departments .top {
        padding: .4rem;
    }
    #try-buy-upgrade {
        bottom: 0;
        width: 100%;
    }
    #try-buy-upgrade .level-3 p span.no-bg-color {
        max-width: 19rem;
    }
}

/* printer styles
   ========================================================================== */

@media print {}