/* System Requirements responsive page

   developer:   EstevaoT
   requires:    /common/framework/css/framework.css

   ========================================================================== */

/* ==========================================================================
   Structure
   ========================================================================== */

main {
    color: #636363;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
}

main section:first-of-type {
    padding: 3.125rem 1rem 4rem 1rem;
}

main .page-wrapper {
    margin: 0 auto;
    max-width: 61.25rem;
    padding: 0 3.125rem;
    width: 100%;
}

main hr {
    margin: 20px 0;
    border: 1px solid #dadada;
    max-width: 38.5rem;
    border-bottom: 0;
}

/* ==========================================================================
   Text
   ========================================================================== */

main h2 {
    color: #d51100;
    font-size: 2.53125rem;
    font-weight: 400;
    line-height: 2.9375rem;
    margin-bottom: 10px;
}

main h3 {
    color: #e65a21;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 1.5rem 0 0.6875rem 0;
}

main h4 {
    color: #dc0000;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

main p.intro {
    font-size: 1.125rem;
    max-width: 35rem;
    width: 100%;
}

/* Lists
   ========================================================================== */

#hardware-specifications ul {
    margin-top: 0.625rem;
}

#hardware-specifications ul li {
    color: #535353;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6375rem;
    max-width: 20rem;
    width: 100%;
}

/* Available platforms
   ================================== */

#available-platforms {
    border-left: 1px solid #dadada;
    padding-left: 1.25rem;
}

#available-platforms h4 {
    margin-bottom: 1rem;
}

#available-platforms ul li {
    font-size: 0.8575rem;
}

#available-platforms span {
    display: inline-block;
    padding: 0 0 0.5rem 0.625rem;
}

/* Requirements
   ================================== */

#requirements p {
    color: #535353;
    font-size: 1.0rem;
    line-height: 1.5rem;
    max-width: 43.75rem;
    padding-top: 0;
}

#requirements table {
    background: url("/common/images2010/m8/podGradientBG.gif") repeat-x #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dadada;
    margin-top: 2rem;
    max-width: 37.5rem;
    padding: 0;
    width: 100%;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

#requirements th {
    background-color: #f3f3f3;
    padding-left: 0.18rem;
    border-top: 3px solid #ee3939;
    font-weight: 600;
    letter-spacing: .075em;
    line-height: 1.125rem;
    text-transform: uppercase;
}

#requirements th {
    border-right: 1px solid #dadada;
}

#requirements th,
#requirements td {
    text-align: left;
}

#requirements table h3 {
    color: #595959;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.75px;
    line-height: 1.125rem;
    padding: 1rem 1rem;
    text-transform: uppercase;
    min-width: 90px;
    margin: 0;
}

#requirements table h3.red {
    text-align: center;
}

#requirements td {
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    font-size: 13px;
    font-weight: 600;
    padding: 0.75rem 0 0.625rem 1.25rem;
    text-align: left;
    vertical-align: top;
    color: rgb(49, 49, 49);
}

#requirements tr>td:first-child {
    max-width: 70%;
    width: 100%;
}

#requirements td.c {
    background: url("../../images/checkmark.svg") no-repeat center center;
    background-size: 17px;
}

#requirements .caption {
    color: #313131;
    font-size: 11px;
    line-height: 1.125rem;
    margin-top: 0.25rem;
}

#requirements a:link,
#requirements a:visited {
    color: #d51100;
    outline: none;
    text-decoration: none;
}

#requirements a:hover {
    color: #f57300;
}

/* Additional Notes
   ================================== */

.additional-notes {
    margin: 0 0 2rem 0;
    max-width: 37.5rem;
    width: 100%;
}

.additional-notes li {
    color: #313131;
    display: list-item;
    font-size: 11px;
    line-height: 18px;
    list-style: square;
    margin-left: 16px;
}

/* Contact Us
   ================================== */

.contact-us {
    border-top: 1px solid #dadada;
    max-width: 38.5rem;
    padding: 2rem 0;
}

.question-icon {
    margin-bottom: 0.5rem;
    padding-right: 0.625rem;
    vertical-align: middle;
}

.contact-us span {
    color: #000;
    font-size: 0.8125rem;
}

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

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

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

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

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

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

@media all and (max-width: 600px) {
    main h3 {
        padding: 2.125rem 0 0.6875rem 0;
    }
    #available-platforms {
        border-left: none;
        border-top: 1px solid #dadada;
        margin-top: 1.5rem;
        padding: 1.5rem 0 0 0;
    }
}

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

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

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

@media print {}
