@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

#pixotest-body {
    box-sizing: border-box;
    
    color: #333;
    font-size: 1.042vw;
}

.pixotest-header {
    position: relative;
}

.pixotest-header img {
    width: 100%; 
    height: auto;
}

.pixotest-header iframe {
    width: 100%; 
    height: auto;
}

#pixotest-body h1 {
    margin: 10px 0;
    
    color: #FF6600;
    font-weight: bold!important;
    font-family: Montserrat;
}

#pixotest-body h2, h3 {
    margin: 10px 0;
    
    color: #FF6600;
    font-weight: 500!important;
    font-family: Montserrat;
}

#pixotest-body a {
    color: #FF6600;
    text-decoration: none;
}

#pixotest-body a:hover {
    text-decoration: underline;
}

.pixotest-container {
    display: flex;
}

.pixotest-half {
    width: 50%;
    
    padding: 5%;
    box-sizing: border-box;
    
    font-size: 1vw;
}

.pixotest-half img {
    max-width: 100%;
    height: auto;
}

.pixotest-half-70 {
    width: 70%!important;
}

.pixotest-half-30 {
    width: 30%!important;
}

.pixotest-buy-now {
    display: inline-block;
    width: 11.8vw;
    height: 3.125vw;
    
    margin-top: 30px;
    
    background: #FF6600;
    color: white !important;
    text-align: center;
    text-transform: upixotestrcase;
    text-decoration:none !important;
    font-size: 1vw;
    font-weight: bold;
    line-height: 2.986vw;
    letter-spacing: 0.138vw;
    word-spacing: 0;
    
    border: 1px solid #FF6600;
    border-radius: 0.208vw;
    -webkit-border-radius: 0.208vw;
    -moz-border-radius: 0.208vw;
}

.pixotest-buy-now:hover {
    background: initial;
    color: #FF6600 !important;
}

#pixotest-body ul {
    display: block;
    margin-top: 1vw;
    margin-bottom: 2.5rem;
    
    padding: 0;
}

#pixotest-body ul li:before {
    display: inline-block;
    width: 1.736vw;
    height: 1.67vw;
    
    position: absolute;
    top: 0;
    left: 0.28vw;
    
    content: '';
    
    background: url(https://www.aerasmedical.com/pub/static/version1587958292/frontend/Aeras/Medical/en_US/images/tick-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

#pixotest-body ul li {
    display: list-item;
    margin-top: 0rem;
    margin-bottom: 1rem;
    
    position: relative;
    padding: 0;
    padding-left: 2.7787vw;
    
    font-size: 1.042vw;
    line-height: inherit;
    text-align: -webkit-match-parent;
    
    list-style: none;
}

#pixotest-body ul li#text {
    font-size: 1.042vw;
    line-height: 3em;
}

#pixotest-body table {
    border-collapse: collapse;
}

#pixotest-body table {
    width: 100%;
}

#pixotest-body table th {
    padding: 5px;
    
    background: #FF6600;
    border: 1px solid #FF6600;
    
    color: #fff;
    text-align: center;
}

#pixotest-body table td {
    padding: 5px;
    
    border: 1px solid #FF6600;
}

#pixotest-body table.pixotest-table-green tr td:nth-child(1) {
    background: #C2D4C4;
}

#pixotest-body table.pixotest-table-blue tr td:nth-child(1) {
    background: #DEE9FB;
}

#pixotest-body table tr td:nth-child(1) {
    font-weight: bold;
    color: dimgrey;
}

#pixotest-body table tr td:nth-child(2) {
    color: dimgrey;
}

.pixotest-one-column {
    width: 100%;
    
    padding-left: 20%;
    padding-right: 20%;
    
    box-sizing: border-box;
}

.pixotest-buy-logo-item {
    display: inline-block;
    
    width: 30%;
    height: 80px; 
    margin-top: 20px;
    margin-left: 10px; 
    margin-right: 10px; 
    
    text-align: center;
    border: solid 1px #ccc;
    
    list-style: none;
}

.pixotest-buy-logo-item img {
    height: 60px!important;
    width: auto;
    max-width: calc(100% - 20px);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.pixotest-logo {
    height: 1em!important;
}

#pixotest-resources {
    display: inline-block;
    width: 100%;
    background: url(https://www.aerasmedical.com/pub/static/version1587958292/frontend/Aeras/Medical/en_US/images/TrueResult-Resources-bg.jpg) center no-repeat;
    background-size: cover;
}

#pixotest-resources-content {
    margin: 4.86vw 9.44vw;
    
    border-radius: 10px;
    background: rgba(255, 102, 0, .65);
}

#pixotest-resources-content h2 {
    display: inline-block;
    width: 100%;
    margin-top: 2.64vw;
    margin-bottom: 2.778vw;
    
    font-size: 2.5vw;
    color: #fff;
    font-family: Lato;
    text-align: center;
}

#pixotest-resources-links {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

#pixotest-resources-links ul.links {
    padding-left: 5vw;
}

#pixotest-resources-links ul.links li {
    display: inline-block;
    height: 5vw;
    width: calc(23% - 5.11vw);
    
    position: relative;
    float: left;
    padding-left: 3.125vw;
    padding-right: 1.389vw;
    
    line-height: 1.597vw;
}

#pixotest-resources-links ul li::before {
    background: initial;
}

#pixotest-resources-links ul.links li.tutorial-video {
    height: 4.583vw;
}

#pixotest-resources-links ul.links li:nth-child(3n+1) {
    clear: none;
    padding-left: 4.72vw;
}

#pixotest-resources-links ul.links li:nth-child(3n+2) {
    padding-left: 4.931vw;
    padding-right: 1.0417vw;
}

#pixotest-resources-links ul.links li:nth-child(3n+3) {
    padding-left: 5.556vw;
}

#pixotest-resources-links ul.links li a {
    display: block;
    
    color: #fff;
    font-size: 0.97vw !important;
    font-family: Montserrat;
    
    cursor: pointer;
}

#pixotest-resources-links .icon {
    width: 1.736vw !important;
    height: 2.29vw !important;
    margin-top: 0;
    
    position: absolute;
    top: -0.347vw !important;
    left: 1.04vw !important;
    
    content: '';
}

#pixotest-resources-links ul.links li.tutorial-video .icon {
    background: url(https://www.aerasmedical.com/pub/static/version1587958292/frontend/Aeras/Medical/en_US/images/video-white.svg) no-repeat;
    background-size: contain;
    background-position-y: 7px;
}

#pixotest-resources-links ul.links li.brochure .icon {
    background: url(https://www.aerasmedical.com/pub/static/version1587958292/frontend/Aeras/Medical/en_US/images/pdf-white.svg) no-repeat;
    background-size: contain;
}

#pixotest-resources-links ul.links li.web .icon {
    background: url(https://www.aerasmedical.com/pub/static/version1587958292/frontend/Aeras/Medical/en_US/images/globe-white.svg) no-repeat;
    background-size: contain;
}

.pixotest-modal {
    display: none;
    width: 100vw;
    height: 100vh;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    
    outline: 0;
    background: rgba(0,0,0,0.5);
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    
    overflow: auto;
    
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

.pixotest-modal-content {
    width: 80%;
    max-width: 800px;
    
    position: fixed;
    top: 50%;
    left: 50%;
    
    background-color: #fefefe;
    background-clip: padding-box;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    transform: translate(-50%,-50%);
}

.pixotest-modal-header {
    min-height: 16.42857143px;
    
    padding: 10px 15px;
    
    border-bottom: 1px solid #e5e5e5;
}

.pixotest-modal .close {
    display: inline-block;
    margin: 0;
    margin-top: -8px;
    
    float: right;
    padding: 7px 15px;
    
    background-image: none;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    
    color: #000;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    
    cursor: pointer;
    
    filter: alpha(opacity=20);
    opacity: .2;
}

.pixotest-modal-title {
    margin: 0;
    
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.42857143;
}

.pixotest-modal-body {
    height: 500px;
    padding: 1.0416666666666667vw;
    position: relative;
}

.pixotest-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 600px) {
    #pixotest-body {
        font-size: 14px;
    }
    
    .pixotest-container {
        display: block;
    }
    
    .pixotest-half {
        width: 100%;
        font-size: 14px;
    }

    .pixotest-half-70 {
        width: 100%!important;
    }

    .pixotest-half-30 {
        width: 100%!important;
    }

    #pixotest-body ul li {
        font-size: 14px;
    }
    
    .pixotest-one-column {
        padding-left: 5%;
        padding-right: 5%;
    }

    .pixotest-logo {
        height: 0.8em!important;
        width: auto;
    }

    .pixotest-buy-now {
        width: initial;
        margin-top: 5px;
        
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        
        line-height: 16px;
        font-size: 12px;
    }

    #pixotest-body ul li:before {
        width: 20px;
        height: 1em;

        top: 5px;
        left: 0px;
    }

    #pixotest-body ul li {
        padding-left: 25px;
    }

    #pixotest-resources-content h2 {
        font-size: 16px;
    }

    #pixotest-resources-links .icon {
        width: 10px !important;
        height: 20px !important;
        
        top: -5px !important;
        left: 1.04vw !important;
    }

    #pixotest-resources-links ul.links li {
        height: 5vw;
        width: 100%;
    }

    #pixotest-resources-links ul.links li a {
        font-size: 12px !important;
    }
}