.stopScrolling {
    height: 100%;
    overflow: hidden;
}

.lightbox {
    position: absolute;
    left: 50%;
    width: 100%;
    padding: 30px;
    background: #fff;
    z-index: 10001;
    border-radius: 3px;
    display: none;
    box-shadow: 0 0 20px 0 #818181;
}

#lightboxSubmitConfirm {
    max-width: 375px;
    font-size: 15px;
    color: #414141;
    line-height: 28px;
}

#lightboxErrors {
    max-width: 375px;
    font-size: 15px;
    color: #414141;
    line-height: 28px;
}

#lightboxDisenroll {
    max-width: 375px;
    font-size: 15px;
    color: #414141;
    line-height: 28px;
}

#lightboxForgotPassword, #lightboxBmsUpdated {
    max-width: 375px;
    font-size: 15px;
    color: #414141;
    line-height: 28px;
}

#lightboxBmsUpdated {
    max-width: 425px;
}

#lightboxForgotPassword2 {
    max-width: 375px;
    font-size: 15px;
    color: #414141;
    line-height: 28px;
}

#lightboxForgotCustomerId {
    max-width: 375px;
    font-size: 15px;
    color: #414141;
    line-height: 28px;
}


#lightboxChangePassword {
    padding: 0px;
    max-width: 700px;
    font-size: 15px;
    color: #414141;
    line-height: 24px;
}

#lightboxPopupVideo {
    max-width: 700px;
}

#forgotCustomerIdResult {
    padding-top: 10px;
    display: none;
}

.lightboxConfirmButton {
    background-color: #4EAFB8;
    height: 30px;
    line-height: 30px;
    width: 120px;
    font-family: ralewayheavy;
    font-size: 12px;
    color: white;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 4px;
    float: left;
    cursor: pointer;
    margin-top: 10px;
}

.lightboxCancelButton {
    background-color: #fff;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    width: 120px;
    font-family: ralewayheavy;
    font-size: 12px;
    color: #414141;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 4px;
    float: left;
    cursor: pointer;
}


.lightboxHeading {
    font-family: ralewaybold;
    font-size: 21px;
    color: #3C7585;
}

#lightbox-shadow {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 10000;
    display: none;
}

.show768, .show480 {
    display: none;
}

html {
    min-height: 100%;
    height: 100%;
    height: auto;
    position: relative;
}

body {
    min-height: 100%;
    height: 100%;
    height: auto;
    padding-bottom: 287px;
}

.showIfPrinting {
    display: none;
}

.printable {
    padding-bottom: 0px;
}

p {
    margin: 18px 0px 18px 0px;
}

a:link, a:visited {
    text-decoration: none;
}

.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 3px;
}

.redirectWrapper {
    padding-top: 10%;
    font-size: 18px;
    text-align: center;
    color: #818181;
}

    .redirectWrapper a:link, .redirectWrapper a:visited {
        color: #4EAFB8;
        font-size: 24px;
        font-family: ralewaybold;
    }

        .redirectWrapper a:link:hover {
            text-decoration: underline;
        }

#slidingLogin {
    display: none;
}

#searchBar {
    display: none;
}

#searchBar {
    background-color: #3C7585;
    height: 40px;
    text-align: center;
    padding: 10px 10px;
}

    #searchBar input[type="text"] {
        width: 100%;
        height: 40px;
        padding: 10px;
        border: none;
        font-family: ralewayregular;
        font-size: 15px;
        color: #414141;
        border-radius: 10px;
    }

.hasToolTip select {
    margin-bottom: 10px;
}

.closingX {
    float: right;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.logoArea {
    height: 65px;
    padding: 30px 0px 30px 0px;
}

.logo {
    float: left;
    width: 515px;
    max-width: 90%;
}

.loginAndSearch {
    float: right;
    position: relative;
    width: 220px;
}

    .loginAndSearch form {
        margin-top: 10px;
    }

    .loginAndSearch input[type="text"] {
        font-size: 15px;
        color: #414141;
        width: 162px;
        border: solid 1px #B4B4B4;
        padding: 4px;
        margin-right: 0px;
        margin-left: 0px;
        vertical-align: middle;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .loginAndSearch input[type="submit"] {
        background-color: #B4B4B4;
        background-image: url(../images/search_white.png);
        background-image: url(../images/search_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        outline: none;
        margin-left: 0px;
        height: 28px;
        width: 28px;
        vertical-align: middle;
        -webkit-appearance: none;
        border-radius: 0;
    }

#loginFormHeaderContainer, #loginFormMainContainer {
    max-width: 750px;
    margin: 0 auto;
}

#loginFormHeader, #loginFormMain {
    max-width: 500px;
    margin: 0 auto;
}

    #loginFormHeaderContainer .loginHelpMessage, #loginFormMainContainer .loginHelpMessage {
        font-weight: bold;
        font-size: 14px;
        margin-top: 5px;
        line-height: 17px;
    }

.myAccountPlaceHolder {
    height: 30px;
}

.spinner-container {
    padding: 20px;
    text-align: center;
}

.myAccountTop {
    font-family: ralewaybold;
    background-color: white;
    position: absolute;
    width: 170px;
    top: 0px;
    left: 8px;
    border: solid 1px #4EAFB8;
    border-radius: 5px;
    padding: 5px;
    color: #4EAFB8;
    text-transform: uppercase;
    z-index: 1000;
}

    .myAccountTop:after {
        position: absolute;
        top: -10px;
        right: 10px;
        line-height: 50px;
        font-family: 'icomoon';
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\e000";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .myAccountTop .dropdown {
        display: none;
    }

    .myAccountTop:hover .dropdown {
        display: block;
    }


.myAccountTop {
    font-size: 12px;
}

    .myAccountTop a:link, .myAccountTop a:visited {
        line-height: 24px;
        font-size: 12px;
        color: #414141;
        text-transform: none;
    }

    .myAccountTop .active {
        color: #4EAFB8 !important;
    }

.dropdown hr {
    color: #4EAFB8;
    background-color: #4EAFB8;
    border-color: #4EAFB8;
    height: 1px;
    border: 0;
}

.failedTestExclamation {
    vertical-align: middle; 
    margin-right: 20px;
}

.myAccountTop a:hover {
    color: #4EAFB8;
}

.menu {
    background-color: #EFEFEF;
}

    .menu table {
        border-collapse: collapse;
        height: 30px;
    }

    .menu tr {
        border: none;
    }

    .menu td {
        border-right: solid 1px white;
        border-left: solid 1px white;
        font-size: 15px;
        background-color: #EFEFEF;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
    }

        .menu td:hover {
            background-color: #F9F9F9;
        }

    .menu .active {
        background-color: #F9F9F9;
    }

        .menu .active a:link, .menu .active a:visited {
            color: #3C7585;
            font-family: ralewaybold;
        }

    .menu td a:link, .menu td a:visited {
        color: #818181;
        text-transform: uppercase;
        display: block;
    }

    .menu td:hover a:link, .menu td:hover a:visited {
        color: #3C7585;
        font-family: ralewaybold;
    }

.smallMenu {
    display: none;
    height: 60px;
    background-color: #EFEFEF;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    position: relative;
}

#dl-menu {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.loginAndSearchSmall {
    float: right;
    width: 260px;
    position: relative;
}

#myAccountMenu {
    position: absolute;
    top: 0px;
    right: 57px;
    text-align: right;
    text-transform: uppercase;
}

.smallMenuLogin {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    width: 100px;
    background-color: #EFEFEF;
    border-left: solid 1px white;
    border-right: solid 1px white;
    font-family: ralewayheavy;
    color: #4FBAC3;
    font-size: 18px;
    text-align: center;
    height: 40px;
    padding-top: 20px;
    z-index: 1000;
}

.smallSearch {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    height: 60px;
    width: 57px;
    background-image: url(../images/search_inactive.png);
    background-image: url(../images/search_inactive.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1002;
}

    .smallSearch:hover, .activeSearch {
        background-image: url(../images/search_active.png);
        background-image: url(../images/search_active.svg);
    }

.activeSearch {
    color: #3C7585;
    background-color: #F9F9F9;
}

.smallRequestInfo {
    position: absolute;
    top: 0px;
    left: 102px;
    width: 100px;
    background-color: #EFEFEF;
    border-right: solid 1px white;
    font-family: ralewayheavy;
    color: #4FBAC3;
    font-size: 15px;
    text-align: center;
    height: 50px;
    padding-top: 10px;
    cursor: pointer;
    z-index: 1001;
}

    .smallRequestInfo:hover, .smallRequestInfoActive, .smallSearch:hover, .smallMenuLogin:hover {
        color: #3C7585;
        background-color: #F9F9F9;
    }

.homeSliderArea {
    background-color: #C2D2E6;
    overflow: hidden;
}

    .homeSliderArea .cycle-slide {
        width: 100%;
    }

    .homeSliderArea p {
        margin: 5px;
    }

.cycle-pager { 
    height: 30px; text-align: center; width: 100%; z-index: 900; position: absolute; bottom: 0px; left: 0px; overflow: hidden; display: block;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; line-height: 30px; width: 16px; height: 30px;
    color: #818181; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #3C7585;}

.cycle-pager > * { cursor: pointer;}

.external { position: static }
.external > * { margin: 0 5px }


.captcha-image {
    border: 1px solid #505050;
}

.homeSliderText {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 55%;
    float: left;
    font-size: 22px;
    color: #666666;
}

.homeSliderImage {
    width: 100%;
    max-width: 768px;
    float: right;
}

#lightboxChangePassword input[type="password"], #lightboxChangePassword select, #lightboxChangePassword input[type="text"],
#lightboxChangePassword img {
    width: 300px;
    margin-bottom: 20px;
    outline: none;
    border: solid 2px #CECECE;
    max-width: 100%;
}

.floatField {
    float: left;
    margin: 5px;
}

.testResultsLoginArea {
    background-color: #3C7585;
    height: 105px;
    text-align: center;
    padding: 30px 0px 15px 0px;
    color: white;
    font-size: 13px;
}

    .testResultsLoginArea .heading {
        font-family: ralewaybold;
        font-size: 18px;
        color: white;
    }

    .testResultsLoginArea input[type="text"], .testResultsLoginArea input[type="password"] {
        width: 180px;
        height: 24px;
        font-family: ralewayregular;
        font-size: 15px;
        color: #414141;
    }

    .testResultsLoginArea a:link, .testResultsLoginArea a:visited {
        font-size: 13px;
        color: #C2D2E6;
        text-decoration: none;
    }


button {
    cursor: pointer;
}

.loginButton {
    background-color: #4EAFB8;
    height: 30px;
    width: 80px;
    font-family: ralewayheavy;
    font-size: 12px;
    color: white;
    border: none;
    outline: none;
    border-radius: 4px;
}

.takemethereButton {
    background-color: #4EAFB8;
    height: 35px;
    width: 300px;
    font-family: ralewayheavy;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 4px;
}

.submitButton {
    background-color: #4EAFB8;
    height: 30px;
    margin: 20px 0;
    font-family: ralewayheavy;
    font-size: 12px;
    color: white;
    border: none;
    outline: none;
    border-radius: 4px;
    text-transform: uppercase;
}

.requestInfoButton {
    background-color: white;
    border: solid 1px #4EAFB8;
    height: 30px;
    width: 115px;
    font-family: ralewayheavy;
    font-size: 12px;
    color: #4EAFB8;
    border-radius: 4px;
}

.requestInfoButtonActive {
    color: white;
    background-color: #3C7585;
    border: none;
}

.latestNews {
    width: 33%;
    float: left;
    font-size: 15px;
    color: #3C7585;
}

.innerContainer {
    padding: 20px 15px 15px 15px;
}

.latestNews .header {
    font-family: ralewaybold;
    font-size: 18px;
    color: #3C7585;
}

.latestNews .divider {
    clear: both;
    border-bottom: solid 1px #B4B4B4;
    height: 2px;
    margin: 0px 0px 10px 0px;
}

.latestNews .date {
    font-size: 15px;
    color: #414141;
}

.latestNews .link {
    font-family: ralewaybold;
    color: #4EAFB8;
    line-height: 24px;
    text-decoration: none;
}

.homeAccordion {
    width: 67%;
    float: right;
}

.myAccountBackground {
    background-color: #CEDBDB;
    padding: 25px 0 25px 0;
}

.myAccountGreeting {
    font-family: ralewaybold;
    font-size: 21px;
    color: #3C7585;
    margin-bottom: 20px;
}

.myAccountSubMenu {
    background-color: #3C7585;
    font-family: ralewayregular;
    text-transform: uppercase;
    font-size: 15px;
}

    .myAccountSubMenu table {
        border-collapse: collapse;
        height: 30px;
    }

    .myAccountSubMenu tr {
        border: none;
    }

    .myAccountSubMenu td {
        border-right: solid 1px #CEDBDB;
        border-left: solid 1px CEDBDB;
        font-size: 13px;
        color: white;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
    }

        .myAccountSubMenu td:hover {
            background-color: #EFEFEF;
        }

        .myAccountSubMenu td a:link, .myAccountSubMenu td a:visited {
            color: white;
            display: block;
        }

        .myAccountSubMenu td:hover a:link, .myAccountSubMenu td:hover a:visited {
            color: #3C7585;
            font-family: ralewaybold;
        }

    .myAccountSubMenu .active {
        background-color: #EFEFEF;
    }

        .myAccountSubMenu .active a:link, .myAccountSubMenu .active a:visited {
            color: #3C7585;
            font-family: ralewaybold;
        }

.myAccountContent, .mainContent {
    background-color: white;
    font-size: 15px;
    line-height: 28px;
    color: #414141;
    padding: 30px;
    position: relative;
}

.myAccountContent strong {
    font-family: ralewaybold;
    font-size: 15px;
    color: #3C7585;
}

.mainContent {
    padding: 0px;
}

    .mainContent strong {
        color: #3C7585;
        font-family: ralewaybold;
    }

.whyCrosstexTop {
    background-color: #EFF8FA;
    padding: 25px 15px 25px 15px;
    text-align: center;
}

    .whyCrosstexTop hr {
        color: #3C7585;
        background-color: #3C7585;
        border-color: #3C7585;
        height: 2px;
        border: 0;
    }

.myAccountContent hr {
    color: #CECECE;
    background-color: #CECECE;
    border-color: #CECECE;
    height: 2px;
    border: 0;
}

.mainContent a:link, .mainContent a:visited, .myAccountContent a:link, .myAccountContent a:visited {
    color: #4EAFB8;
    font-family: ralewaybold;
}

    .mainContent a:link:hover, .myAccountContent a:link:hover {
        text-decoration: underline;
    } 

.accountInfoFormContainer {
    width: 100%;
    max-width: 615px;
}

.requestInfoForm {
    color: #414141;
    font-size: 15px;
    border-left: solid 1px #CECECE;
    padding-left: 20px;
    padding-right: 15px;
    margin-bottom: 20px;
    width: 60%;
    max-width: 615px;
    float: right;
}

    .requestInfoForm textarea, .contactUsForm textarea {
        width: 100%;
        height: 200px;
        border: solid 2px #CECECE;
    }

    .accountInfoFormContainer input[type="text"], .accountInfoFormContainer input[type="password"], .accountInfoFormContainer select,
    .requestInfoForm input[type="text"], .requestInfoForm select, .contactUsForm input[type="text"],
    .contactUsForm select, .contactUsForm input[type="text"], .contactUsForm select {
        width: 100%;
        border: solid 2px #CECECE;
        color: #666666;
        padding: 5px;
    }

#changePassword input[type="password"] {
    width: 305px;
    border: solid 2px #CECECE;
    color: #666666;
    padding: 5px;
}

.accountInfoFormContainer select, .contactUsForm select, .requestInfoForm select {
    padding: 2px;
}

.halfTextBoxLeft {
    width: 50%;
    float: left;
    max-width: 300px;
    margin-top: 15px;
}

.halfTextBoxRight {
    width: 50%;
    float: right;
    max-width: 300px;
    margin-top: 15px;
}

.fullTextBox {
    clear: both;
    width: 100%;
    margin-top: 15px;
}

.twoThirdsTextBox {
    clear: both;
    width: 75%;
    margin-top: 15px;
}

.removePadding {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.printIcon {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 27px;
    height: 31px;
    background-image: url(../images/print_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.printIcon a {
    display: block;
    width: 100%;
    height: 31px;
}

.pdfIcon {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 27px;
    height: 31px;
    background-image: url(../images/save_pdf_icon.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.certificate {
    margin-top: 35px;
    width: 100%;
}

.printCertificate {
    text-align: center;
}

.accountUsesGrid {
    width: 50%;
    float: left;
    margin: 25px 0px 25px 0px;
}

.accountUsesGridInner {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
}

.servicesGrid {
    width: 33%;
    float: left;
    margin-top: 15px;
}

.servicesGridInner {
    text-align: center;
    margin: 0px 25px 0px 25px;
}


    .servicesGridInner p, .signature p, .testResultsSignature p {
        margin: 5px;
    }

.signature {
    margin-top: 40px;
}

.testResultsSignature {
    line-height: 18px;
}

.boldedAccountInfo, .boldedAccountInfo td {
    font-family: ralewaybold;
    color: #3C7585;
}

.accountInfoSterilizers table {
    width: 100%;
    max-width: 620px;
    float: left;
}

.accountInfoSterilizers td {
    border: none;
}

#accordian h3 {
    height: auto !important;
}


.failedTestHelp {
    min-height: 50px;
    background-color: #FCF6F8;
    font-size: 18px;
    color: #B30838;
    text-align: center;
    line-height: 50px;
}

.coBrandedArea {
    font-size: 15px;
    line-height: 28px;
    color: #414141;
    padding: 25px 0px 25px 0px;
}


    .coBrandedArea a:link, .coBrandedArea a:visited {
        font-family: ralewaybold;
        color: #4EAFB8;
        text-transform: uppercase;
    }

    .coBrandedArea .text {
        width: 318px;
        padding: 30px 20px 30px 20px;
        float: left;
        border-right: solid 1px #818181;
    }

        .coBrandedArea .text p {
            margin-top: 5px;
        }

    .coBrandedArea .forMoreInfo p {
        margin: 0px;
    }

    .coBrandedArea .productGrid {
        margin-left: 360px;
        padding-top: 30px;
    }

.serviceGraphicsContainer {
    width: 33%;
    float: left;
}

.serviceGraphicsImage {
    margin: 15px;
    cursor: pointer;
}

.productGridImage {
    width: 33%;
    float: left;
}

.productImageInner {
    border: solid 1px lightgray;
    margin: 0 20px 0 20px;
}

.coBrandedArea .forMoreInfo {
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
}

.pageTitle {
    display: none;
    font-family: ralewaybold;
    font-size: 21px;
    padding-left: 10px;
    line-height: 35px;
    color: #3C7585;
    text-transform: uppercase;
}

.accountInfoHeading {
    font-family: ralewaybold;
    font-size: 21px;
    line-height: 35px;
    color: #3C7585;
    text-transform: uppercase;
}

.clientInfo {
    width: 50%;
    float: left;
    line-height: 21px;
}

.reminderReportNextTestDate, .testResultsText {
    width: 50%;
    float: right;
    text-align: right;
    line-height: 21px;
}

    .testResultsText .pass {
        text-transform: uppercase;
        font-family: ralewaybold;
        line-height: 34px;
        font-size: 36px;
        color: #399D4A;
    }

    .testResultsText .fail {
        text-transform: uppercase;
        font-family: ralewaybold;
        line-height: 34px;
        font-size: 36px;
        color: #B30838;
    }

    .testResultsText .invalid, .testResultsText .damaged {
        text-transform: uppercase;
        font-family: ralewaybold;
        line-height: 34px;
        font-size: 36px;
        color: #DF801E;
    }

    .reminderReportNextTestDate .bigDate {
        font-family: ralewaybold;
        font-size: 36px;
        color: #3C7585;
        line-height: 34px;
    }

.confidentialityNotice {
    font-size: 12px;
    line-height: 21px;
    margin-top: 25px;
}

.testingHistory {
    text-align: center;
    margin-top: 40px;
}

.tableHeading {
    font-family: ralewaybold;
}

.sterilizerAccuracyNote {
    max-width:270px;
    padding-top: 50px;
    padding-left: 10px;
    float: right;
    min-width: 200px;
}

.currentSortDesc {
    background-color: #EBF0F0;
    position: relative;
}

    .currentSortDesc:after {
        position: absolute;
        top: 5px;
        right: 2px;
        line-height: 50px;
        font-family: 'icomoon';
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\e000";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.currentSortAsc {
    background-color: #EBF0F0;
    position: relative;
}

    .currentSortAsc:after {
        position: absolute;
        top: 5px;
        right: 2px;
        line-height: 50px;
        font-family: 'icomoon';
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\e000";
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }



.testingHistory table {
    width: 100%;
    text-align: center;
    color: inherit;
    padding: 10px;
    border-collapse: collapse;
}

.testingHistory table, .testingHistory td {
    border: solid 1px #CECECE;
    padding: 7px;
}

.testResults {
    margin-top: 20px;
}

    .testResults table {
        width: 48%;
        float: left;
        color: inherit;
        border-collapse: collapse;
    }

.rightTable {
    float: right !important;
}

.testResultsInstructions {
    width: 50%;
    line-height: 28px;
    float: left;
}

    .testResultsInstructions p {
        margin: 0px;
    }

.dateRangePicker {
    max-width: 280px;
    width: 50%;
    line-height: 28px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.testResultsReminder {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .testResultsReminder p {
        margin-bottom: 0px;
    }

    .testResultsReminder ul {
        list-style-image: url(../images/checkMark.png);
        padding-left: 40px;
    }

.testResults table, .testResults td {
    border: solid 1px #CECECE;
    padding: 4px;
}

.smallTestList .tableHeading {
    width: 50%;
}

.testResultsPages {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .testResultsPages a:link, .testResultsPages a:visited {
        font-size: 15px;
        font-family: ralewaybold;
        color: #3C7585;
    }

    .testResultsPages a:hover, .testResultsPages .active a:link, .testResultsPages .active a:visited {
        color: #4EAFB8;
    }

.faqCategories {
    padding-top: 20px;
}

    .faqCategories a:link, .faqCategories a:visited {
        color: #4EAFB8;
        font-size: 18px;
        line-height: 42px;
    }

.faqCategoryHeading {
    font-family: ralewaybold;
    font-size: 18px;
    color: #3C7585;
    border-bottom: solid 2px #CECECE;
}

.faqItem {
    border-bottom: solid 2px #CECECE;
    padding: 15px 0px 15px 0px;
}

    .faqItem .heading {
        font-size: 18px;
        color: #3C7585;
        cursor: pointer;
        background-image: url(../images/faqDownArrow.png);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 20px;
    }

.toolsCategoryHeading {
    font-family: ralewaybold;
    font-size: 21px;
    color: #3C7585;
    border-bottom: solid 2px #CECECE;
    padding: 15px 0px 15px 0px;
    clear: both;
    text-decoration: none !important;
}

.upArrow {
    background-image: url(../images/faqUpArrow.png) !important;
}

.eventsUpArrow {
    background-image: url(../images/faqUpArrow.png) !important;
}

.faqCloseout {
    font-size: 18px;
    font-family: ralewaybold;
    color: #818181;
    text-transform: uppercase;
    cursor: pointer;
}

.faqItem .answer {
    display: none;
    padding-top: 15px;
}

.contactUsForm {
    width: 66%;
    border-left: solid 1px #CECECE;
    float: right;
}

.contactInfo {
    width: 33%;
    float: left;
}

    .contactInfo p {
        margin: 0px;
    }

    .contactInfo .section-heading, .contactUsForm .section-heading {
        font-size: 18px;
        color: #3C7585;
    }

.envelopeInstructionHeading {
    color: #3C7585;
    text-transform: uppercase;
    font-family: ralewaybold;
}

.detailedMailInInstructions .heading {
    color: #3C7585;
}

.newsTitleFixedHeight {
    height: 52px;
    overflow: hidden;
    margin-bottom: 5px;
}

.scrollingNewsContainer {
    border-top: solid 1px #B4B4B4;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    height: 110px;
}

.latestNewsContainer {
    height: 480px;
    overflow: hidden;
}

.newsItem {
    padding: 15px;
    padding-left: 150px;
    position: relative;
    min-height: 130px;
}

    .newsItem .newsTitle {
        color: #3C7585;
    }

    .newsItem .newsTitle a:link:hover {
        text-decoration: underline;
    }

    .newsItem .newsThumbnail {
        width: 130px;
        position: absolute;
        left: 10px;
        top: 10px;
        overflow: hidden;
    }

.toolContainer {
    width: 50%;
    float: left;
}

.toolItem {
    padding: 15px;
    padding-left: 150px;
    position: relative;
    min-height: 130px;
}

.noThumbnail {
    padding-left: 15px;
}

.regionalGuidelines ul {
    margin-left: 30px;
}

.toolItem .toolTitle {
    font-size: 18px;
    color: #3C7585;
}

.toolItem a:link .toolTitle:hover {
    text-decoration: underline;
}

.toolItem .toolThumbnail {
    width: 130px;
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
}

.failedTestHelpItem {
    margin: 20px 0px 150px 0px;
    clear: both;
}

    .failedTestHelpItem .heading {
        font-size: 18px;
        color: #3C7585;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

.failedTestHelpBlurb, .eventsFiltersLeft {
    float: left;
    width: 33%;
}

    .eventsFiltersLeft .heading {
        font-family: ralewaybold;
        font-size: 18px;
        color: #3C7585;
    }

.eventsAndWebinarsItem {
    margin: 10px 0px 60px 0px;
    overflow: hidden;
}

    .eventsAndWebinarsItem .title {
        font-family: ralewaybold;
        color: #4EAFB8;
        border-bottom: solid 2px #CECECE;
    }

.eventInfo {
    margin: 5px 0px 25px 0px;
}

.filterByTagsCollapsing {
    display: none;
    background-color: #EFF8FA;
    padding: 15px;
}

.filterbyTagsOpener {
    font-size: 18px;
    line-height: 20px;
    font-family: ralewaybold;
    color: #3C7585;
    cursor: pointer;
    background-image: url(../images/faqDownArrow.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.underRadioItalics {
    font-style: italic;
    font-size: 12px;
}

.eventsAndWebinarsItem .heading {
    font-family: ralewaybold;
    color: #3C7585;
}

.eventsAndWebinarsItem .title a:link, .eventsAndWebinarsItem .title a:visited {
    font-family: inherit;
    color: inherit;
}
.eventsAndWebinarsItem .title a:link:hover {
    text-decoration: underline;
}

.failedTestHelpVideo, .eventsRight {
    float: right;
    border-left: solid 2px #CECECE;
    width: 66%;
}

.answer li {
    margin-left: 20px;
}

.educationVideoInner {
    margin: 20px;
}

.bottomNav {
    display: none;
    background-color: #4EAFB8;
    text-align: center;
    height: 100px;
}

    .bottomNav a:link, .bottomNav a:visited {
        text-decoration: none;
        color: white;
        font-size: 15px;
        font-family: ralewaybold;
    }

.fullbottomnav {
    padding: 15px 0px;
    height: 70px;
}

.leftBottomNav {
    width: 50%;
    padding: 15px 0px;
    height: 70px;
    float: left;
    border-right: solid 2px white;
}

.rightBottomNav {
    width: 50%;
    height: 70px;
    padding: 15px 0px;
    float: right;
    border-left: solid 2px white;
    margin-left: -4px;
}

.usageGuidelinesTableTitle {
    font-family: ralewaybold;
    color: #3C7585;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.usageGuidelines table {
    width: 100%;
    color: inherit;
    border-collapse: collapse;
    border-left-width: 0px;
    border-right-width: 0px;
    text-align: center;
}

.usageGuidelines td {
    border: solid 1px #CECECE;
    padding: 15px 12px;
}

.guidelineTextBox.invalid {
    background-color: #ffaaaa;
}

.countryName {
    font-family: ralewaybold;
    font-size: 21px;
    color: #3C7585;
}

.usMap {
    width: 50%;
    float: left;
}

.canadaMap {
    width: 49%;
    float: right;
    border-left: solid 2px #CECECE;
}

.regionalGuidelines .heading {
    margin-top: 25px;
    color: #3C7585;
    font-weight: bold;
}

.legend {
    position: relative;
    padding-left: 20px;
}

.monthlyLegend {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #80AE3F;
}

.weeklyLegend {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #3C7585;
}

.dailyLegend {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #CFCFCE;/*#D41C24;*/
}

.noLegend {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #CECECE;
}

.regionName {
    color: #3C7585;
    font-family: ralewaybold;
}

.guidelinesForm {
    margin-top: 25px;
}

    .guidelinesForm .heading {
        font-family: ralewaybold;
        color: #3C7585;
    }

    .guidelinesForm input[type="text"] {
        width: 350px;
        border: solid 2px #CECECE;
        color: #666666;
        padding: 5px;
        margin: 5px 10px 5px 0px;
        clear: both;
    }

.guidelineContainer {
    border-top: solid 2px #CECECE;
    padding: 15px;
    overflow: hidden;
}

    .guidelineContainer .stateName {
        font-family: ralewaybold;
        color: #3C7585;
        text-transform: uppercase;
    }

.ui-autocomplete {
    background-color: white;
}

.mainContent hr {
    color: #CECECE;
    background-color: #CECECE;
    border-color: #CECECE;
    height: 2px;
    border: 0;
}

.pagesList {
    width: 50%;
    float: right;
    text-align: right;
}

.allTests {
    margin: 15px -30px 0px -30px;
}

    .allTests table {
        width: 100%;
        color: inherit;
        border-collapse: collapse;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .allTests td {
        border: solid 1px #CECECE;
        padding: 15px 12px;
    }

    #smallTestList table {
        display: table;
    }

.topOfTable td {
    border-top-width: 2px;
}

.altRowColored {
    background-color: #F1F1F2;
}

.failedTestRow {
    color: #B30838;
    font-weight: bold;
}

.invalidTestRow {
    color: #DF801E;
    font-weight: bold;
}

.inProgressTestRow {
    color: #DF801E;
}

.loadMoreButton {
    margin: 10px;
    background-color: #4EAFB8;
    height: 30px;
    line-height: 30px;
    font-family: ralewayheavy;
    font-size: 12px;
    text-align: center;
    color: white;
    border: none;
    outline: none;
    border-radius: 4px;
}

.introtextHeading {
    font-family: ralewaybold;
    font-size: 21px;
    padding-left: 20px;
    line-height: 60px;
    text-transform: uppercase;
    color: #3C7585;
}

.introText {
    width: 30%;
    float: left;
    font-size: 15px;
    padding: 0px 15px 15px 15px;
    color: #414141;
    line-height: 28px;
}

.footerWrapper {
    position: absolute;
    *position: static;
    bottom: 0px;
    *bottom: auto;
    width: 100%;    
}

.footer {
    background-color: #293F4F;
    padding: 30px 0px 30px 0px;
    color: #8599A0;
    font-size: 12px;
}

    .footer a:link, .footer a:visited {
        color: white;
        font-family: ralewaybold;
        text-decoration: none;
    }

    .footer a:hover {
        color: #4EAFB8;
    }

.footerHeaders {
    font-family: ralewaybold;
}

.footerNoSub {
    color: white;
}

.footerLogoDiv {
    text-align: center;
    line-height: 20px;
    float: left;
    width: 25%;
}

.footerContactDiv {
    float: left;
    width: 25%;
}

.footerSitemap {
    float: left;
    font-family: ralewaybold;
    width: 25%;
}

.toughQuestions {
    display: none;
    text-align: center;
    font-size: 12px;
    color: #8499A0;
}

.clientTestimonials {
    border-top: solid 2px #CECECE;
    background-color: #EFEFEF;
    font-size: 15px;
    color: #818181;
    line-height: 28px;
    margin-top: 25px;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.buttonWrapper {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.testimonialsWrapper {
    margin: 0px 50px 0px 50px;
    min-height: 250px;
}

    .testimonialsWrapper p {
        margin: 5px;
    }

.nextButton {
    height: 40px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 100px;
    background-image: url(../images/leftArrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.prevButton {
    height: 40px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 100px;
    background-image: url(../images/rightArrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}



.ProductsMenu {
    text-align: center;
    margin-bottom: 20px;
}

    .ProductsMenu td {
        border-right: solid 2px #3C7585;
    }

    .ProductsMenu a:link, .ProductsMenu a:visited {
        font-size: 14px;
        padding: 10px 20px;
        color: #818181;
        display: block;
        font-family: ralewayregular;
        text-transform: uppercase;
    }

    .ProductsMenu .active a:link, .ProductsMenu .active a:visited,
    .ProductsMenu td:hover a:link, .ProductsMenu td:hover a:visited {
        font-family: ralewaybold;
        color: #3C7585;
    }

.InstrumentReprocessingMenu {
    text-align: center;
}

    .InstrumentReprocessingMenu a:link, .InstrumentReprocessingMenu a:visited {
        font-size: 13.4px;
        color: #414141;
        font-family: ralewayregular;
        text-transform: uppercase;
        letter-spacing: 0px;
    }

    .InstrumentReprocessingMenu .active a:link, .InstrumentReprocessingMenu .active a:visited,
    .InstrumentReprocessingMenu td:hover a:link, .InstrumentReprocessingMenu td:hover a:visited {
        font-family: ralewaybold;
        color: #3C7585;
        letter-spacing: 0px;
    }

    .InstrumentReprocessingMenu .menu-cell {
        width: 16.67%;
    }

        .InstrumentReprocessingMenu .menu-cell .menu-cell-inner {
            position: relative;
        }

            .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .bg-image {
                position: absolute;
                left: 0px;
                top: 0px;
                right: 0px;
                z-index: 100;
                width: 100%;
                height: 2px;
            }

            .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num {
                position: absolute;
                left: 50%;
                margin-left: -17px;
                top: 0px;
                right: 0px;
                z-index: 100;
                width: 34px;
                height: 34px;
                background-image: url('../images/education-menu-circle-off.png');
                color: #414141;
                font-family: ralewaybold;
                font-size: 18px;
            }

                .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num a {
                    display: block;
                    width: 34px;
                    height: 33px;
                    padding-top: 1px;
                }

                .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num:hover {
                    font-family: ralewaybold;
                    font-size: 18px;
                    background-image: url('../images/education-menu-circle-on.png');
                    color: #FFFFFF;
                }

                    .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num:hover a:link,
                    .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num:hover a:visited,
                    .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num:hover a:hover {
                        color: #FFFFFF;
                    }

            .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num-active {
                background-image: url('../images/education-menu-circle-on.png');
                color: #FFFFFF;
            }

                .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num-active a:link,
                .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num-active a:visited,
                .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .stage-num-active a:hover {
                    color: #FFFFFF;
                }

            .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .bg-image img {
                width: 100% !important;
                height: 2px;
            }

            .InstrumentReprocessingMenu .menu-cell .menu-cell-inner .menu-item-link {
                padding-top: 45px;
                z-index: 200;
            }

.agencyHeading {
    font-family: ralewaybold;
    font-size: 21px;
    color: #3C7585;
    border-bottom: solid 2px #CECECE;
    text-transform: uppercase;
    line-height: 20px;
}

.industry-resource-box {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.resourceBoxReset {
    height: 100%;
}

.resourceBoxHover {
    position: absolute;
    background-color: #4EAFB8;
    cursor: pointer;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: none;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
}

    .resourceBoxHover.active {
        bottom: 40px;
    }

.resourceBoxHoverInner {
    position: relative;
    top: 50%;
    font-family: ralewaybold;
    font-size: 15px;
    color: white;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.agencyTable {
    margin-bottom: 40px;
}

    .agencyTable td {
        width: 33%;
        padding: 20px;
    }

    .agencyTable img {
        cursor: pointer;
    }

.agencyContentContainer {
    background-color: #EFF8FA;
    padding: 15px;
}

    .agencyContentContainer .agencyName {
        color: #3C7585;
        font-size: 18px;
        border-bottom: solid 2px #CECECE;
    }

.agencyContent {
    width: 67%;
    float: left;
}

.agencySidebar {
    width: 33%;
    float: right;
}

    .agencySidebar .heading {
        color: #3C7585;
        font-size: 18px;
        text-transform: uppercase;
    }

.hiddenArrow {
    display: none;
    width: 30px;
    margin: 20px auto;
    margin-bottom: -50px;
}

.mainInstrumentReprocessing {
    width: 67%;
    float: left;
}

    .mainInstrumentReprocessing .stageHeading {
        font-family: ralewaybold;
        color: #3C7585;
        font-size: 18px;
        text-transform: uppercase;
    }

.clientTestimonials .heading {
    font-family: ralewaybold;
    font-size: 21px;
    color: #3C7585;
    padding-bottom: 15px;
}

.clientTestimonials .client {
    font-family: ralewaybold;
    padding-top: 15px;
    color: #818181;
}

.steriletext {
    font-family: ralewaybold;
    color: white;
}

.sterilePhonetext {
    color: white;
}

.innerFooter {
    display: inline;
    margin: 0 auto;
    text-align: left;
}

.bottomFooter {
    background-color: #E5FCFC;
    text-align: center;
    font-size: 13px;
    color: #678080;
    padding: 8px 0px 0px 0px;
    min-height: 29px;
}

.toughQuestionsMain {
    width: 540px;
    float: left;
}

.mailInEnvelope {
    text-align: center;
    margin-top: 20px;
}

.envelopeExample {
    position: relative;
}



.whyCrosstexIntroText {
    width: 32%;
    float: left;
    font-size: 15px;
    margin-top: 25px;
    color: #414141;
    line-height: 28px;
}
    .whyCrosstexIntroText p {
        margin: 0px;
    }

    .whyCrosstexIntroText .section-heading {
        font-size: 18px;
        color: #3C7585;
        margin-bottom: 25px;
    }

.mailInIntroText {
    width: 32%;
    float: left;
    font-size: 15px;
    margin-top: 25px;
    color: #414141;
    line-height: 28px;
}

    .mailInIntroText .section-heading {
        font-family: ralewaybold;
        font-size: 21px;
        color: #3C7585;
        padding-bottom: 15px;
    }

.whyCrosstexVideo {
    width: 67%;
    margin-top: 25px;
    float: right;
    border-left: solid 1px #818181;
}

.whyCrosstexVideoInner {
    margin: 0px 20px 15px 20px;
}

.mailInVideo {
    width: 67%;
    margin-top: 25px;
    float: right;
    border-left: solid 1px #818181;
}

.mailInVideoInner {
    margin: 0px 20px 15px 20px;
}

.whyCrosstexAboveColumns p {
    padding-top: 20px;
    font-family: ralewaybold;
    font-size: 15px;
    color: #3C7585;
    line-height: 28px;
}

.whyCrosstexColumns {
    color: #414141;
    line-height: 28px;
    font-size: 15px;
    padding-top: 25px;
}

    .whyCrosstexColumns ul {
        list-style-image: url(../images/checkMark.png);
        padding-left: 40px;
        padding-right: 20px;
    }

    .whyCrosstexColumns li {
        padding-bottom: 20px;
    }

.sterilePhoneFootertext {
    font-size: 11px;
    color: #3C7585;
}

.sterileFootertext {
    color: #3C7585;
    font-family: ralewaybold;
}

.boldchat {
    float: right;
    background-color: #4EAFB8;
    border-radius: 5px 5px 0px 0px;
    font-family: ralewayheavy !important;
    font-size: 12px;
    color: white;
    padding: 5px 15px 5px 15px;
    width: 190px;
}

    .boldchat a:link, .boldchat a:visited {
        font-family: ralewayheavy !important;
        font-size: 12px;
        color: white;
    }

#reminderProgram label {
    min-width: 80px;
    float: left;
}

.contactMethodRadios {
    width: 50%;
    float: left;
}

.testFrequencyRadios {
    width: 50%;
    float: right;
}

.envelopeExample {
    padding-top: 35px;
    background-image: url(../images/filled_out_envelope.png);
    background-image: url(../images/filled_out_envelope.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

    .envelopeExample .envelope-tip {
        display: none;
    }

.blankEnvelope {
    background-image: url(../images/blank_envelope.png) !important;
    background-image: url(../images/blank_envelope.svg) !important;
}

    .blankEnvelope .envelope-tip {
        display: block;
    }

.envelope-tip {
    background-image: url('../../images/mail-in-tip.png');
    position: absolute;
    z-index: 100;
    width: 17px;
    height: 17px;
}

    .envelope-tip .tip-content {
        display: none;
    }


.mailinNote {
    text-align: center;
    font-size: 15px;
    color: #818181;
    margin: 25px 0;
}

    .mailinNote strong {
        color: #B30838;
        font-size: 18px;
        font-family: ralewaybold;
    }

    .mailinNote em {
        font-style: normal;
        text-transform: uppercase;
        font-size: 15px;
        color: #B30838;
    }

.qtip {
    font-size: 15px;
    border: solid 1px red;
    background-color: #FBF5F7;
    color: black;
    line-height: 20px;
}


.searchResultsPageHeading {
    font-family: ralewaybold;
    font-size: 21px;
    line-height: 50px;
    color: #3C7585;
    margin-bottom: 30px;
}

.searchResult {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .searchResult .heading a:link, .searchResult .heading a:visited {
        font-family: ralewaybold;
        color: #4EAFB8;
    }

    .searchResult a:link, .searchResult a:visited {
        color: #3C7585;
        font-family: ralewayregular;
    }


.hiddenIframe {
    display: none;
}
.lightbox .hiddenIframe {
    display: block;
}

@media screen and (max-width: 983px) {

    .accountInfoSterilizers table {
        float: none;
    }

    .sterilizerAccuracyNote {
        clear: both;
        float: none;
        max-width: 100%;
        padding-left: 0px;
    }
}

@media screen and (max-width: 768px) {

    .resourceBoxHover {
        height: 0px;
    }

    .logoArea {
        height: 40px;
    }

    body {
        padding-bottom: 281px;
    }

    .coBrandedArea .text {
        width: auto;
        margin: 0 auto;
        max-width: 600px;
        text-align: center;
        float: none;
        border: none;
    }

    .coBrandedArea .productGrid {
        margin: 0;
    }

    .toolsCategoryHeading, .agencyHeading {
        font-size: 15px;
    }

    .whyCrosstexVideo, .whyCrosstexIntroText, .mailInIntroText, .mailInVideo, .contactInfo, .contactUsForm, .toolContainer, .usMap,
    .canadaMap, .failedTestHelpBlurb, .failedTestHelpVideo, .eventsRight, .agencyContent, .agencySidebar, .mainInstrumentReprocessing {
        width: 100%;
        float: none;
        border: none;
    }

    .filterByTagsCollapsing, .bottomNav {
        display: block;
    }

    .canadaMap {
        border-top: solid 2px #CECECE;
    }

    .contactUsForm {
        border-top: solid 1px #CECECE;
        margin-top: 20px;
        padding-top: 20px;
    }

    .forMoreInfo {
        padding-top: 20px;
    }

    .logo {
        float: none;
        margin: 0 auto;
    }

    .boldchat {
        float: none;
        margin: 0 auto;
    }

    .loginAndSearch, footerSitemap, .menu, .copyPrivacy, .footerSitemap, .toughQuestionsMain,
    .myAccountSubMenu, .show1024, .eventsFiltersLeft, .filterByTagsCollapsed {
        display: none;
    }

    .show768, .pageTitle, .smallMenu {
        display: block;
    }

    .pageTitle {
        line-height: 28px;
    }

    .homeSliderHeading {
        font-size: 30px;
        line-height: 35px;
    }

    .homeSliderText {
        font-size: 15px;
    }

    .whycbmsheading1 {
        font-family: ralewaybold;
        font-size: 21px;
    }

    .whycbmsheading2 {
        font-family: ralewaybold;
        font-size: 18px;
    }

    .whycbmsheading3 {
        font-family: ralewaybold;
        font-size: 18px;
    }

    .whycbmsheading4 {
        font-size: 18px;
    }

    .whycbmsheading5 {
        font-size: 18px;
    }

    .requestInfoForm {
        width: auto;
        border: none;
        float: none;
        max-width: 700px;
    }

    .introText {
        width: auto;
        max-width: 700px;
        float: none;
    }

    .latestNews {
        width: 100%;
        float: none;
    }

    .homeAccordion {
        width: 100%;
        float: none;
    }

    .footerLogoDiv, .footerContactDiv, .innerFooter {
        width: 100%;
        float: none;
    }

    .innerFooter {
        display: block;
        text-align: center;
    }

    .toughQuestions {
        display: block;
    }

    .servicesGrid {
        width: 50%;
    }

    .mailInEnvelope {
        text-align: left;
    }

    .blankEnvelope {
        background-image: url(../images/filled_out_envelope.png) !important;
        background-image: url(../images/filled_out_envelope.svg) !important;
    }

    .envelope-tip {
        display: none;
    }
}

@media screen and (max-width: 670px) {
    .failedTestHelp {
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {

    .introtextHeading {
        line-height: 28px;
    }

    .toolItem {
        padding-left: 15px;
    }

    #accordian h3 {
        line-height: 24px !important;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .stopScrolling {
        height: auto;
        overflow: auto;
    }

    .cycle-pager {
        bottom: -30px;
    }

    .failedTestExclamation {
        margin-right: 8px;
    }

    .testResultsLoginArea {
        height: auto;
    }

    .faqItem .heading {
        font-size: 15px;
        background-image: none;
    }

    .upArrow {
        background-image: none !important;
    }

    .newsItem {
        padding-left: 15px;
    }

    .halfTextBoxLeft, .halfTextBoxRight {
        width: 100%;
        max-width: none;
        float: none;
    }

    .homeSliderText {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        float: none;
        text-align: center;
    }

    #changePassword input[type="text"] {
        width: 100%;
    }

    .productGridImage {
        float: none;
        width: 100%;
        padding-top: 20px;
    }

    .productImageInner {
        max-width: 180px;
        margin: 0 auto;
    }

    .hide480, .homeSliderImage, .show768, .show1024, .printCertificate, .printIcon, .pdfIcon,
    .accountInfoSterilizers, .mailInEnvelope {
        display: none;
    }

    .whycbmsheading1 {
        font-family: ralewaybold;
        font-size: 18px;
    }

    .whycbmsheading2 {
        font-family: ralewaybold;
        font-size: 15px;
    }

    .whycbmsheading3 {
        font-family: ralewaybold;
        font-size: 15px;
        line-height: 22px;
    }

    .whycbmsheading4 {
        font-size: 15px;
        line-height: 22px;
    }

    .serviceGraphicsContainer {
        width: 100%;
        float: none;
    }

    .serviceGraphicsImage {
        max-width: 285px;
        margin: 15px auto;
    }

    .whycbmsheading5 {
        font-size: 12px;
        line-height: 22px;
    }

    .homeSliderArea {
        text-align: center;
        height: auto;
        padding: 20px 0px 20px 0px;
    }

    .floatField {
        clear: both;
        float: none;
    }

    .accountUsesGrid {
        float: none;
        width: 100%;
    }

    .servicesGrid {
        float: none;
        width: 100%;
    }

    .dateRangePicker {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px;
    }

    .reminderReportNextTestDate, .clientInfo, .testResultsText, .testResultsInstructions, .dateRangePicker {
        width: 100%;
        float: none;
        text-align: left;
    }

    .smallGuidelines table {
        width: 100%;
        float: none;
    }

    .testResults table {
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    .reminderReportNextTestDate, .testResultsText {
        margin-top: 25px;
    }

    .show480 {
        display: block;
    }
}

@media print {
    * {
        font-family: Arial, sans-serif !important;
    }

    .hideIfPrinting {
        display: none;
    }

    .showIfPrinting {
        display: inline;
    }

    .logoArea {
        padding-bottom: 0px !important;
    }

    #testResultsBig td {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
}

td.notprovidedtext{    
    text-align: center;
}

td.notprovidedtext span {
    color: #ee0000;
}