
.btn {
    height: 45px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    padding: 11px 62px !important;
    font-weight: 700 !important;
}

.page-section {
    margin-bottom: 46px;
}

.header-section {
    background-size: cover;
    background-position: center center;
    padding-top: 114px;
    padding-bottom: 114px;
}

    .header-section h1 {
        padding: 0;
        margin-bottom: 16px;
        color: #006940;
        font-size: 55px;
    }

#video-section {
    background-color: #006940;
    padding-top: 47px;
    padding-bottom: 47px;
}

    #video-section .container {
        background-color: #FFFFFF;
        padding: 45px 53px;
    }

#eri-story {
    font-size: 16px;
    color: #424242;
    text-align: center;
    margin-top: 40px;
}

    #eri-story h1 {
        font-size: 55px;
        font-family: "Roboto";
        font-weight: bold;
        color: #006940;
        margin-bottom: 0px;
        padding-bottom: 38px;
    }

    #eri-story .description {
        text-align: left;
    }

        #eri-story .description p:last-of-type {
            margin-bottom: 0px;
        }

    #eri-story .left-column {
        padding-left: 0px;
        padding-right: 25px;
    }

    #eri-story .right-column {
        padding-right: 0px;
        padding-left: 25px;
    }

#assessor-products {
    background-color: #FFFFFF;
    padding-top: 56px;
    padding-bottom: 64px;
}

#btnContactUs {
    padding-left: 88px !important;
    padding-right: 88px !important;
}

@media screen and (max-width: 990px) {
    #eri-story .description {
        margin-top: 61px;
    }

    #btnContactUs {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
}

.assessorproduct-container {
    padding-bottom: 30px;
}

.assessor-product {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .assessor-product .product-header {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        text-decoration: none;
    }

        .assessor-product .product-header img {
            height: 90px;
            width: 90px;
            min-width: 90px;
            max-width: inherit;
            margin-right: 16px;
        }

        .assessor-product .product-header h4 {
            margin: 0;
            padding: 0;
            font-size: 25px;
            line-height: 25px;
            font-weight: 700;
        }

    .assessor-product sup {
        font-size: 65%;
        top: -0.4em;
    }

        .assessor-product sup.tm {
            top: 0em;
            font-size: 100%;
        }

    .assessor-product p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .assessor-product ul {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
        margin-bottom: 8px;
        margin-left: 20px;
    }

        .assessor-product ul li {
            font-size: 16px;
            line-height: 40px;
            font-weight: 400;
        }

            .assessor-product ul li::before {
                content: " ";
                background-color: #006940;
                border-radius: 50%;
                display: inline-block;
                height: 12px;
                width: 12px;
                margin-right: 9px;
            }

    .assessor-product .product-footer {
        margin-top: auto;
        text-align: center;
    }

        .assessor-product .product-footer .lnk-learnmore {
            font-size: 16px;
            font-weight: 700;
            color: #006940 !important;
            text-decoration: underline;
        }

@media screen and (min-width: 991px) {
    .assessorproduct-container:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        border-left: 2px solid #ACACAC;
    }
}

@media screen and (max-width: 768px) {
    .assessor-product sup {
        font-size: 55%;
        top: -0.65em;
    }

        .assessor-product sup.tm {
            top: 0em;
            font-size: 100%;
        }
}

.banner-green {
    background-color: #006940;
    color: #ffffff;
    text-align: center;
    padding: 55px 0px 62px 0px;
}

    .banner-green h4 {
        font-size: 35px;
        font-weight: bold;
    }

    .banner-green .btn {
        padding-left: 35px;
        padding-right: 35px;
    }

.cta-side-by-side {
    background-image: url('/wp-content/uploads/2019/01/green_bg.png'), url('/wp-content/uploads/2019/01/blue_bg.png');
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
    background-size: 50.01% 100%;
    color: #ffffff;
    padding: 62px 0px 70px 0px;
    margin-bottom: 99px;
}

    .cta-side-by-side .col-sm-6 {
        text-align: center;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cta-side-by-side img {
        height: 100px;
        margin-bottom: 5px;
    }

    .cta-side-by-side h4 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .cta-side-by-side h6 {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 14px;
    }


#eri-processes1 {
    padding-top: 46px;
}

    #eri-processes1 .process-caption {
        width: 300px;
        text-align: center;
    }

        #eri-processes1 .process-caption label {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        #eri-processes1 .process-caption span {
            font-size: 16px;
            font-weight: 300;
        }

    #eri-processes1 .caption-container {
        position: relative;
        display: flex;
        align-items: flex-start;
    }

        #eri-processes1 .caption-container.top {
            justify-content: space-between;
        }

        #eri-processes1 .caption-container.bottom {
            justify-content: space-around;
        }

    #eri-processes1 .process-caption.prc1 {
        margin-left: -25px;
    }

    #eri-processes1 .process-caption.prc2 {
        margin-left: 90px;
    }

    #eri-processes1 .process-caption.prc4 {
        margin-right: 90px;
    }

    #eri-processes1 .process-caption.prc5 {
        margin-right: -25px;
    }

#eri-processes {
    text-align: center;
    margin-top: 82px;
    margin-bottom: 88px;
}

    #eri-processes h4 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 16px;
    }

    #eri-processes .process-image {
        margin-bottom: 20px;
    }

    #eri-processes div.process {
        font-size: 16px;
        margin-bottom: 36px;
    }




#cta-whitepaper {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}

    #cta-whitepaper .cta-whitepaper-detail {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

        #cta-whitepaper .cta-whitepaper-detail h4 {
            font-size: 30px;
            font-weight: 700;
            line-height: 36px;
            margin-bottom: 8px;
        }

        #cta-whitepaper .cta-whitepaper-detail h6 {
            font-size: 16px;
            font-weight: 300;
            line-height: 22px;
            margin-bottom: 16px;
        }

        #cta-whitepaper .cta-whitepaper-detail .btn {
            color: #006940;
            font-weight: 400;
        }

    #cta-whitepaper .cta-whitepaper-image {
        text-align: center;
    }

        #cta-whitepaper .cta-whitepaper-image img {
            position: absolute;
            top: 0;
            left: 0;
            margin-top: -25%;
            margin-left: 25%;
            max-height: 310px;
            max-width: 240px;
            transform: rotate(10deg);
        }



#testimonials {
    margin-top: 104px;
    margin-bottom: 100px;
}

    #testimonials .row {
        margin-bottom: 60px;
    }

    #testimonials .testimonial:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60%;
        border-left: 2px solid #ACACAC;
    }

    #testimonials .testimonial p {
        padding-left: 24px;
        padding-right: 24px;
    }

    #testimonials .btn {
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        width: 100%;
        max-width: 400px;
    }


#testimonial-container {
    padding: 50px 53px;
}

    #testimonial-container h4 {
        font-size: 24px;
        line-height: 30px;
    }

    #testimonial-container .person-container {
        padding-left: 8px;
    }

#access-products-container {
    height: 333px;
    padding: 50px 53px;
    margin-top: 46px;
    background-size: cover;
    background-position: center;
}

    #access-products-container h2 {
        font-size: 35px;
        padding-bottom: 0px;
        margin: 65px 0px 8px;
    }

#ctas-container {
    height: 386px;
}

    #ctas-container .row {
        height: 100%;
    }

    #ctas-container .left-column {
        padding: 0px 24px 0px 0px;
    }

    #ctas-container .right-column {
        padding: 0px 0px 0px 24px;
    }

.cta-container {
    padding: 50px 53px;
    height: 100%;
    position: relative;
}

.cta-content {
    position: absolute;
    left: 53px;
    bottom: 50px;
}

    .cta-content h3 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .cta-content h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 8px;
    }

.demo-cta h3 {
    max-width: 200px;
}

.demo-cta div {
    max-width: 240px;
}

.schedule-cta h3 {
    max-width: 265px;
}

.schedule-cta div {
    max-width: 315px;
}

#eri-description {
    padding: 55px 53px;
    background-color: #EFEFEF;
}

    #eri-description h4 {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 34px;
        margin-bottom: 16px;
    }


    #eri-description .description-container p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    #eri-description p:not(:last-of-type) {
        margin-bottom: 19px;
    }

    #eri-description .customers-section-container {
        margin: 0px -50px;
    }

        #eri-description .customers-section-container .customers-section {
            padding: 30px 0px 0px;
            margin: 0px;
        }

    #eri-description a {
        text-decoration: underline;
        color: #006940;
    }

        #eri-description a:hover,
        #eri-description a:focus,
        #eri-description a:active {
            color: #006940;
        }

#certification-section {
    font-size: 12px;
    line-height: 18px;
    background-color: #FFFFFF;
    width: auto;
}

    #certification-section .description-container {
        width: calc(100% - 153px);
        margin-top: 48px;
        padding-left: 8px;
    }

#certification-header {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    color: #424242;
    text-align: center;
    margin-top: 46px;
}

#whitepapers-container .left-column {
    padding: 0px 24px 0px 0px;
}

#whitepapers-container .right-column {
    padding: 0px 0px 0px 24px;
}

#whitepapers-container .whitepaper-thumbnail-image {
    max-height: 195px;
    margin-bottom: 16px;
}

#whitepapers-container h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
}

#whitepapers-container h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}

.page-section ul li, .page-section h6, .page-section p, .page-section div {
    font-size: 16px;
    line-height: 22px;
}

.page-section ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
    margin-left: 16px;
}

    .page-section ul li {
        font-weight: 400;
        margin-bottom: 16px;
    }

        .page-section ul li::before {
            content: " ";
            background-color: #006940;
            border-radius: 50%;
            display: inline-block;
            height: 6px;
            width: 6px;
            margin: auto 10px 3px -16px;
        }

.whitepaper-container {
    padding: 50px 53px;
    background-color: #EFEFEF;
    height: 100%;
}

@media (min-width: 983px) {
}

@media (max-width: 982px) {
    #testimonial-container {
        padding: 40px 32px;
    }

    #access-products-container {
        background-position-x: calc(-50% + 670px);
    }

        #access-products-container h2 {
            width: 50%;
            margin-top: 16px;
        }

        #access-products-container div {
            font-size: 20px;
        }

    .see-all-link-container {
        padding-bottom: 24px;
    }

    .cta-container.non-mobile {
        display: none;
    }

    .cta-container.mobile {
        display: block;
    }

    .cta-content h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .cta-content.demo-cta {
        left: 22px;
        top: 13px;
        width: calc(100% - 38px);
    }

    .cta-content div {
        max-width: calc(100% - 38px);
    }

    .cta-content.schedule-cta {
        left: 16px;
        bottom: 16px;
        width: calc(100% - 32px);
    }

        .cta-content.schedule-cta a.btn {
            margin-top: 8px;
        }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) and (min-width: 577px) {
    #access-products-container {
        padding: 28px 36px;
        height: 450px;
        background-size: cover;
        background-position-x: calc(-30% + 606px) !Important;
    }
}



@media (max-width: 767px) {
    #cta-whitepaper .cta-whitepaper-image img {
        position: relative;
        transform: none;
        margin-top: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #cta-whitepaper .cta-whitepaper-detail {
        text-align: center;
    }

        #cta-whitepaper .cta-whitepaper-detail h4 {
            margin-bottom: 16px;
        }

        #cta-whitepaper .cta-whitepaper-detail h6 {
            margin-bottom: 24px;
        }

        #cta-whitepaper .cta-whitepaper-detail .btn {
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
        }


    #testimonials {
        margin-top: 60px;
        margin-bottom: 60px;
    }

        #testimonials .row {
            margin-bottom: 30px;
        }

        #testimonials .testimonial p {
            font-weight: 700;
        }

        #testimonials .btn {
            background-color: transparent;
            color: #006940;
            text-decoration: underline;
            font-size: 22px;
            font-weight: 700;
        }
}

@media (max-width: 767px) {
    #eri-story h1 {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 24px;
    }

    #eri-story .left-column, #eri-story .right-column {
        padding-left: 36px;
        padding-right: 36px;
    }

    #eri-story .description {
        margin-top: 24px;
    }

        #eri-story .description p {
            margin-bottom: 4px;
        }

        #eri-story .description div.font-weight-bold {
            font-size: 18px;
        }

    #btnContactUs {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #testimonial-container {
        padding: 32px 36px 45px 36px;
    }

        #testimonial-container h4 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 16px;
        }

        #testimonial-container .person-container {
            padding-left: 0px;
        }

        #testimonial-container .attribution-container {
            margin-bottom: 8px;
        }

        #testimonial-container .see-all-link-container {
            padding-bottom: 24px;
        }

    #access-products-container {
        padding: 28px 36px;
        height: 450px;
        background-size: cover;
        background-position-x: unset;
    }

        #access-products-container h2 {
            font-size: 24px;
            line-height: 28px;
            margin-top: 0px;
            width: auto;
        }

        #access-products-container div {
            font-size: 16px;
        }

    #ctas-container {
        height: auto;
    }

        #ctas-container .left-column, #whitepapers-container .left-column {
            padding: 0px 0px 32px;
        }

        #ctas-container .right-column, #whitepapers-container .right-column {
            padding: 0px;
        }

    .cta-container {
        height: 446px;
        background-size: cover;
    }

        .cta-container a.btn {
            width: 100%;
        }

    .cta-content {
        left: 36px;
        width: calc(100% - 72px);
    }

        .cta-content h3 {
            font-size: 24px;
            line-height: 28px;
        }

        .cta-content h4 {
            margin-bottom: 12px;
        }

        .cta-content.demo-cta {
            top: 16px;
            left: 36px;
            width: calc(100% - 72px);
        }

    .demo-cta div {
        max-width: 100%;
    }

    .cta-content.schedule-cta {
        bottom: 33px;
        bottom: 33px;
        width: calc(100% - 72px);
        left: 36px;
    }

    #eri-description {
        padding: 32px 36px 48px;
    }

        #eri-description h4 {
            font-size: 24px;
            line-height: 28px;
            margin: 0px auto 16px;
            max-width: 210px;
        }


    #certification-section {
        padding: 0px 36px;
    }

        #certification-section .logo-container {
            display: block;
            text-align: center;
        }

        #certification-section .description-container {
            width: 100%;
            padding: 0px;
            margin: 0px;
        }

    #eri-processes {
        margin-top: 48px;
        margin-bottom: 0px;
        padding-left: 36px;
        padding-right: 36px;
    }

        #eri-processes h4 {
            font-size: 28px;
            line-height: 33px;
            margin-bottom: 12px;
        }

    #whitepapers-container h3 {
        font-size: 24px;
        line-height: 26px;
    }

    #whitepapers-container .whitepaper-thumbnail-image {
        max-height: fit-content;
        margin-bottom: 24px;
    }

    .whitepaper-container {
        padding: 48px 36px;
    }
}


.salarySurveyProcess_section {
    margin-top: 45px;
    background-color: #EFEFEF;
    margin-bottom: 92px;
    padding: 46px 0px;
}

    .salarySurveyProcess_section .container {
        padding: 45px 53px;
        background-color: #FFFFFF;
    }

    .salarySurveyProcess_section h3 {
        font-size: 32px;
        line-height: 34px;
        border-bottom: 1px solid #0D6940;
        padding-bottom: 15px;
        margin-bottom: 16px;
    }

    .salarySurveyProcess_section h5 {
        font-size: 20px;
        margin-bottom: 12px;
        padding-top: 8px;
    }

    .salarySurveyProcess_section p {
        margin: 0;
    }

        .salarySurveyProcess_section p a:link,
        .salarySurveyProcess_section p a:active,
        .salarySurveyProcess_section p a:hover,
        .salarySurveyProcess_section p a:link:not(.btn),
        .salarySurveyProcess_section p a:visited {
            color: #0D6633;
            text-decoration: underline;
        }

    .salarySurveyProcess_section .ssProcess:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .salarySurveyProcess_section .processStepLabel {
        display: flex;
        align-items: flex-start;
    }

        .salarySurveyProcess_section .processStepLabel span {
            color: #0D6633;
            font-size: 74px;
            font-weight: bold;
            display: block;
            line-height: 1;
            padding-right: 7px;
        }

#customers-Section {
    background-color: #006940;
    padding: 46px 0px;
}

    #customers-Section > .container {
        padding: 45px 38px;
        background-color: #FFFFFF;
    }

    #customers-Section .customers-section {
        margin-bottom: 0px;
        background-color: #FFFFFF;
        padding: 0;
    }


@media (max-width: 767px) {
    .salarySurveyProcess_section {
        margin-top: 0px;
    }
}

@media (max-width: 576px) {
    .header-section {
        padding: 30px 26px 396px 26px;
        background-image: url('/wp-content/uploads/2021/10/About_Products_M.png') !important;
        background-position: center bottom;
    }

        .header-section h1 {
            font-size: 32px;
            margin-bottom: 8px;
        }

    #video-section {
        padding: 40px 36px;
    }

        #video-section .container {
            padding: 25px 15px;
        }

        #video-section h1 {
            font-size: 24px;
            padding: 0;
            margin-bottom: 13px;
        }

    .salarySurveyProcess_section {
        margin-top: 0px;
        padding: 40px 36px;
        margin-bottom: 6px;
    }

        .salarySurveyProcess_section h3 {
            font-size: 24px;
        }

        .salarySurveyProcess_section .container {
            padding: 25px 15px 40px;
        }

        .salarySurveyProcess_section img {
            margin-top: 25px;
        }

    #testimonial-container {
        margin-bottom: 0px;
        padding-bottom: 28px;
    }

    #customers-Section {
        padding: 40px 36px;
    }

        #customers-Section > .container {
            padding: 25px 25px 33px;
        }

    #certification-section {
        padding: 0;
    }

    #certification-header {
        margin-top: 0px;
    }

    #access-products-container {
        padding: 125px 125px 125px 36px;
        height: auto;
        margin-bottom: 32px;
        background-position: center center;
    }
}
