/* Styles for the Application Server

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

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

.container {
    border-top: 1px solid #dddddd;
    margin: 0 auto;
    max-width: 60rem;
    padding: 3.125rem 0;
    width: 90%;
}

#hero {
    background: url(https://www.wolfram.com/application-server/img/was-hero.png) no-repeat center center;
    background-color: #f57300;
    background-size: contain;
    height: 18.75rem;
    margin-top: 3.125rem;
}

#question-and-answer .container {
    border-top: none;
    padding: 3.125rem 0 1.75rem 0;
}

#technology-integration {
    background: #f57300;
}

#technology-integration .container {
    border-top: none;
}

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

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

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

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

#header h1 {
    color: #333333;
    font-size: 3.375rem;
    font-weight: 400;
    padding-bottom: 1.0rem;
    text-align: center;
    text-transform: uppercase;
}

#header .application-server {
    color: #dd1100;
    display: inline-block;
    white-space: nowrap;
}

#app-server main h2 {
    color: #dd1100;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    text-align: center;
}

main #technology-integration h2, 
#technology-integration p {
    color: #ffff;
}

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

main p.announcement-blog {
    color: #dd1100;
    font-size: 1.125rem;
    font-weight: 600;
    padding-top: 1.25rem;
}

main p.announcement-blog:hover {
    color: #f57300;
}

.intro {
    color: #535353;
    font-size: 1.8rem;
    font-weight: 300;
}

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

.content {
    padding-left: 1.5rem;
}

#wolfram-advantage span, #key-features span {
    color: #222;
    font-size:1.05rem;
}

#wolfram-advantage span+p, 
#key-features span+p, 
#question-and-answer .tab-content span {
    color: #f57300;
    margin-bottom: 1.5rem;
}

#wolfram-advantage span, 
#key-features span, 
#question-and-answer .tab-content div>p:first-child {
    font-weight: 600;
}

#wolfram-advantage span+p, 
#key-features span+p {
    color: #535353;
    font-weight: 400;
}

.show-flex__600 {
    display: none;
}

#question-and-answer ul.tabs {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

#question-and-answer .tab-content>div p:first-child {
    color: #dd1100;
    display: inline-block;
    line-height: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

#question-and-answer ul.tabs li {
    margin-right: 0.9375rem;
    text-align: center;
}

#question-and-answer ul.tabs li span {
    font-size: 1.25rem;
    font-weight: 400;
}

#question-and-answer ul.tabs li:hover>div, #question-and-answer ul.tabs li.current:hover>div {
    cursor: pointer;
}

#question-and-answer ul.tabs li>div {
    background: #f1f1f1;
}

#question-and-answer ul.tabs li>div>span {
    color: #656565;
}

#question-and-answer ul.tabs li:hover>div, #question-and-answer ul.tabs li.current>div {
    background: #dd1100;
}

#question-and-answer ul.tabs li:hover>div>span, #question-and-answer ul.tabs li.current>div>span {
    color: #ffffff;
}

#question-and-answer ul.tabs li div {
    padding: 0.7rem 1.6rem;
}

#question-and-answer .tab-content {
    background: #fff;
    border: 3px solid #dd1100;
    display: none;
    margin-bottom: 2rem;
    padding: 1.5625rem;
}

#question-and-answer .tab-content.current {
    display: inherit;
}

#question-and-answer .tab-content.current p {
    font-weight: 400;
    line-height: 1.5;
    padding: 0 0.5rem 1.5rem 0;
}

#question-and-answer .tab-content.current p a {
    color: #dd1100;
}

#question-and-answer .tab-content.current p a:hover {
    color: #f57300;
}

/* logo sizing */
#technology-integration div.flex div:nth-of-type(1) img {
    max-width: 110px !important;
    width: 11vw !important;
    height:auto;
}
#technology-integration div.flex div:nth-of-type(2) img {
    max-width: 103px !important;
    width: 11vw;
    height:auto;
}
#technology-integration div.flex div:nth-of-type(3) img {
    max-width: 110px !important;
    width: 11vw;
    height:auto;
}
#technology-integration div.flex div:nth-of-type(4) img {
    max-width: 194px !important;
    width: 17vw;
    height:auto;
}

#technology-integration div.show-flex__600:nth-of-type(2) div:nth-of-type(1) img {
    width: 16vw !important;
    height:auto;
}
#technology-integration div.show-flex__600:nth-of-type(2) div:nth-of-type(2) img {
    width: 16vw !important;
    height:auto;
}
#technology-integration div.show-flex__600:nth-of-type(3) div:nth-of-type(1) img {
    width: 14vw !important;
    height:auto;  
}
#technology-integration div.show-flex__600:nth-of-type(3) div:nth-of-type(2) img {
    width:23vw !important;
    height:auto;
}



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

#cta {
    background: #dd1100;
    bottom: 0;
    color: #fff;
    font-size: 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

#cta-content {
    color: #fff;
}

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

#cta-content a {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.18rem;
}

#cta a:hover, #cta a:active {
    color: #000000;
}

/* ==========================================================================
   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) {
    #question-and-answer ul.tabs li div {
        padding: 0.5rem 0.5rem;
    }
    #question-and-answer ul.tabs li span {
        font-size: 1.129rem;
    }
    #hero {
        height: 10.75rem;
    }
}

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

@media all and (max-width: 600px) {
    .header-container {
        padding-top: 2.5rem;
    }
    #header h1 {
        font-size: 2.25rem;
    }
    .show-flex__600 {
        display: flex;
    }
    .show-flex__600>div {
        max-width: 220px;
        text-align: center;
        width: 100%;
    }
    #question-and-answer ul.tabs li#general-tab, #question-and-answer ul.tabs li#dropdown-menu {
        display: inline-block;
        margin: 0 0.9375rem 0 0;
    }
    #question-and-answer ul.tabs li div {
        padding: 0.7rem 0.2rem 0.7rem 0.9rem;
        text-align: left;
    }
    #question-and-answer ul.tabs li#general-tab div {
        padding-right: 0.9rem;
    }
    #question-and-answer ul.tabs .dropdown {
        background: #f1f1f1;
        display: none;
        position: absolute;
        z-index: 20;
    }
    #question-and-answer ul.tabs .dropdown li {
        margin-right: 0;
        text-align: left;
    }
    #question-and-answer ul.tabs .dropdown li>div {
        border-top: 1px solid #fff;
        padding-left: 11.7px;
    }
    #question-and-answer ul.tabs li.active>div>span, #question-and-answer ul.tabs .dropdown li:hover>div>span {
        color: #ffffff;
    }
    #question-and-answer ul.tabs li.active>div, #question-and-answer ul.tabs .dropdown li:hover>div {
        background: #dd1100;
    }
    #dropdown-menu {
        position: absolute;
        user-select: none;
    }
    #dropdown-menu, #deployment-tab, #install-tab, #execution-tab {
        width: 17.5rem;
    }
    #dropdown-button {
        background-size: 38px;
        background: url('https://www.wolfram.com/application-server/img/nav-icons-gray.png') no-repeat -24px center;
        background-size: 38px;
        border: 0;
        width: 16px;
        height: 16px;
        outline: none;
        vertical-align: text-bottom;
        position: relative;
    }
    #dropdown-menu.show-drop #dropdown-button {
        background: url('https://www.wolfram.com/application-server/img/nav-icons-gray.png') no-repeat 3px center;
        background-size: 38px;
    }
    #dropdown-menu.active>div>span+#dropdown-button, #dropdown-menu:hover>div>span+#dropdown-button {
        background: url('https://www.wolfram.com/application-server/img/nav-icons.png') no-repeat -24px center;
        background-size: 38px;
    }
    #dropdown-menu.show-drop:hover>div>span+#dropdown-button {
        background: url('https://www.wolfram.com/application-server/img/nav-icons.png') no-repeat 3px center;
        background-size: 38px;
    }
    .footer {
        padding: 0 .5rem;
        text-align: left;
        width: 100%;
    }
    #cta {
        text-align: center;
    }
    #cta-content a {
        margin: 1.875rem auto 1.875rem auto;
    }
}

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

@media all and (max-width: 320px) {
    #technology-integration img {
        width: 50%;
        height: auto;
    }
    #aws {
        text-align: left;
        margin-left: 3rem;
    }
    #cta-content a {
        font-size: 1.0rem;
        margin: 1.875rem 0;
    }
    #dropdown-menu, #deployment-tab, #install-tab, #execution-tab {
        width: 17.0rem;
    }
    #question-and-answer ul.tabs li div {
        padding: 0.5rem 0 0.5rem 0.5rem;
    }
    #question-and-answer ul.tabs li#general-tab div {
        padding: 0.5rem;
    }
    #question-and-answer ul.tabs .dropdown li>div {
        padding-left: 6.5px;
    }
}

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

@media print {}