/* Styles for the Start up landing page.

   developer:  yhechler
   requires:   /common/framework/css/framework.en.css
   ========================================================================== */

html {
    color: #535353;
    font-family: 'Source Sans Pro', Arial, sans-serif!important;
}

.container {
    margin: 0 auto;
    max-width: 60rem;
    padding: 3.125rem 0;
    width: 90%;
}

.container a {
    color: #dd1100;
    font-weight: 600;
}

.container a:hover {
    color: #f57300;
}

.header-container img {
    margin: 2.5rem auto;
    width: 100%;
}

.header-container {
    padding-top: 5rem;
}

#header h1 {
    color: #1b88c0;
    font-size: 3.625rem;
    font-weight: 600;
    margin-bottom: 1.875rem;
    text-align: center;
}

h2 {
    color: #f57300;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    text-align: center;
}

h3 {
    color: #4d5159;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0rem 0 1.5rem 0;
    text-align: center;
}

h4 {
    color: #f57300;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

h5 {
    color: #1b88c0;
    font-size: 1.125rem;
    font-weight: 600;
}

p {
    color: #535353;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}

.intro {
    font-size: 1.6875rem;
    font-weight: 300;
}

.section-hero {
    font-size: 1.375rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}

#startus-types p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}

#startus-types .grid>div {
    width: 48%;
}

/* ==========================================================================
   Eureka
   ========================================================================== */

.container.eureka-container {
    color: #ffffff;
    padding: 3.125rem 0;
}

#eureka {
    background: #568ab2;
    color: #fff;
}

#eureka p {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
}

#eureka a.button {
    background: #f57300;
    border-radius: 0.2rem;
    color: #ffffff;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    padding: 0.25rem 1.0rem;
    text-align: center;
}

#eureka a.button:hover {
    background: #dd1100;
}

/* ==========================================================================
   Wolfram Technology & Consulting
   ========================================================================== */
#wolfram-products h5:hover {
    color: #f57300;
}

.wolfram-products-container {
    padding: 0.5rem 0 1.25rem 0;
}

.wtc .col {
    margin: 0 2rem 1.875rem 0;
    width: calc(33% - 2rem);
}

.wtc .col .content {
    padding-left: 0.5rem
}

/* ==========================================================================
   Support for Organizations Large and Small
   ========================================================================== */

#support-for-organzations .page-width {
    max-width: 90.9875rem;
    padding: 3.75rem 2rem 2.5rem 2rem;
}

#support-for-organzations {
    background: #568ab2;
}

#support-for-organzations span {
    color: #fff;
    display: block;
    font-size: 1.6875rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    text-align: center;
}

#support-for-organzations li {
    height: 4.0rem;
    width: 6rem;
}

/* ==========================================================================
   user story
   ========================================================================== */

.ticker-container {
    padding: 0.9375rem 0 3.125rem;
}

.quotes {
    background: #f7f8fa;
}

.ticker-item.mini-t,
.dot {
    display: none;
}

.quote-container {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 22.5625rem;
    vertical-align: top;
}

.ticker-title {
    color: #f57300;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}

.ticker-desc {
    width: 85%;
}

.ticker-desc div:first-child {
    width: 90%;
}

.ticker-desc div:nth-child(2n) {
    width: 10%;
}

.ticker-desc p {
    margin-right: 2rem;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.75rem;
}

.ticker-nav {
    font-size: 0;
    padding-top: 0;
    text-align: center;
}

.dot {
    border: 2px solid #bbb;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: 0 4px;
    width: 11px;
}

.dot.active {
    background: #bbb;
}

.dot:hover {
    background: #bbb;
}

/* ==========================================================================
   why wolfram
   ========================================================================== */

.details .col {
    margin: 0 2rem 1.875rem 0;
    width: calc(50% - 2rem);
}

.content {
    padding-left: 1.5rem;
}

.details .col:nth-child(3n),
.details .col:nth-child(4n) {
    margin: 0 2rem 0 0;
}

/* ==========================================================================
  Sticky footer
   ========================================================================== */

#cta {
    background: #f57300;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.sticky {
    bottom: 0;
    position: fixed;
    z-index: 999999999;
}

#cta-content {
    color: #fff;
    padding: 0;
}

#cta-content>div {
    height: 3.75rem;
}

#cta-content a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.18rem;
    margin: 1.875rem;
    padding: 0.325rem .9rem 0.525rem .9rem;
}

#cta-content a:hover {
    color: #ffdd6f;
}

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

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

@media all and (max-width: 1200px) {}

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

@media all and (max-width: 900px) {
    #startus-types .grid>div {
        width: 47%;
    }
    .quote-container {
        height: 33.625rem;
    }

    .wtc .col {
        margin: 0 2rem 1.875rem 0;
        width: calc(50% - 2rem);
    }
}

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

@media all and (max-width: 600px) {
    .header-container {
        padding-top: 2.5rem;
    }
    #header h1 {
        font-size: 2.25rem;
    }

    .wtc .col {
        margin: 0 0 1.875rem 0;
        width: 100%;
    }

    /*why*/
    .details,
    .details .col {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .details .col:nth-child(3n) {
        margin: 0 2rem 1.875rem 0;
    }
    .ticker-desc div:first-child {
        width: 100%;
    }
    #support-for-organzations li {
        height: 5rem;
        width: 6.0rem;
    }
    #support-for-organzations ul {
        padding: 0;
    }
    #support-for-organzations li:nth-child(4n) {
        padding-right: 0;
    }
    .footer {
        padding: 0 .5rem;
        text-align: left;
        width: 100%;
    }
    #cta {
        text-align: left;
    }
    #cta-content>div {
        height: unset;
    }
    #contact-us-section a {
        display: block;
        padding: 0;
        text-align: center;
        width: 50%;
    }
    #cta-content a {
        margin: 1.875rem 0 1.875rem .6rem;
        padding: 0.325rem .4rem 0.525rem .4rem;
    }
    .quote-container {
        height: 38.5625rem;
    }
}

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

@media all and (max-width: 320px) {
    #support-for-organzations li {
        height: 4rem;
        width: 5.2rem;
    }
    #support-for-organzations .page-width {
        padding: 3.75rem 1rem 2.5rem 1rem;
    }
    #contact-us-section a {
        font-size: 0.9rem;
    }
    #cta-content a {
        font-size: 1.0rem;
        margin: 1.875rem 0;
    }
    .quote-container {
        height: 40.5625rem;
    }
}

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

@media print {}