﻿h1 {
    margin-bottom: 16px;
}

h2 {
    font-size: 40px;
    line-height: 47px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

footer.eri-footer {
    background-color: transparent;
    margin-top: -40px;
}

a.green {
    text-decoration: underline;
}

.banner {
    padding: 80px 0px;
}

    .banner p {
        color: #FFFFFF;
        font-size: 20px;
    }

.area-breadcrumbs {
    margin-bottom: 56px;
    padding-bottom: 0px;
}

.content {
    font-size: 16px;
}

.recaptcha-container {
    padding: 5px 0px 0px;
}

#recaptcha {
    width: 304px;
    margin: 0px auto;
}

#process-section {
    text-align: center;
    margin-bottom: 170px;
}

    #process-section img {
        margin: 18px 0px;
    }

    #process-section .row {
        margin: 0px;
    }

    #process-section .content {
        margin: 0px auto 42px;
        width: 55%;
        text-align: center;
    }

    #process-section .image-labels.top-outer {
        width: 23%;
    }

    #process-section .image-labels.top-mid {
        width: 54%;
    }

    #process-section .image-labels.bot-outer {
        width: 11.5%;
    }

    #process-section .image-labels.bot-mid {
        width: 38.5%;
    }

    #process-section .image-labels {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
    }

        #process-section .image-labels.top-outer {
            width: 23%;
        }

        #process-section .image-labels.top-mid {
            width: 54%;
        }

        #process-section .image-labels.bot-outer {
            width: 11.5%;
        }

        #process-section .image-labels.bot-mid {
            width: 38.5%;
        }

#salary_surveys_section {
    padding-bottom: 162px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #ACACAC 100%) 0% 0% no-repeat padding-box;
}

    #salary_surveys_section h2 {
        text-align: center;
        color: #0E6940;
        margin-bottom: 51px;
    }

    .step-container {
        box-shadow: 0px 0px 6px #0000004D;
        border-radius: 8px;
        padding: 38px 50px;
        margin-bottom: 24px;
        flex: 1;
        background-color: #FFFFFF;
    }

    .step-container.left-column {
        margin-right: 12px;
    }

    .step-container.right-column {
        margin-left: 12px;
    }

    .step-container .step-number {
        display: inline-block;
        color: #2A793D;
        font: normal normal bold 167px/146px 'Roboto';
    }

    .step-container .step-title {
        font: normal normal bold 32px/28px 'Roboto';
    }

    .step-container .step-content {
        margin-top: 10px;
    }


    .step-container .point-label {
        font: normal normal bold 16px/22px 'Roboto';
        display: block;
    }

    .step-container .row-header {
        display: flex;
    }

        .step-container .row-header > div:last-of-type {
            display: flex;
            align-items: flex-end;
            padding-bottom: 12px;
            padding-left: 12px;
        }

    .step-container .column-header {
        display: flex;
        flex-direction: row;
    }

        .step-container .column-header > div:first-of-type .step-title {
            display: none; 
        }

    .step-container .column-header > div:first-of-type {
        margin-right: 12px;
    }

    .step-container .column-header > div:last-of-type {
        padding-top: 12px;
    }

#demo-form-section {
    padding: 160px 0px 200px;
    background-image: linear-gradient(to bottom right, #004128, #4FAC50);
}

    #demo-form-section .left-column,
    #demo-form-section .right-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #demo-form-section .left-column {
        margin-right: 28px;
    }

    #demo-form-section .right-column {
        color: #FFFFFF;
        margin-left: 28px;
    }

    #demo-form-section .right-column h2 {
        color: #FFFFFF;
    }

    #demo-form-section .right-column p {
        margin-bottom: 28px;
    }



@media (max-width: 960px) {

    .area-breadcrumbs {
        margin-bottom: 46px;
    }

    #process-section .content {
        margin: 0;
        width: auto;
        margin-bottom: 42px;
    }


    #salary_surveys_section > .container > .d-flex {
        flex-direction: column;
    }

    .step-container {
        padding: 27px 40px 37px;
    }

        .step-container.right-column,
        .step-container.left-column {
            margin-left: 0px;
            margin-right: 0px;
        }

        .step-container .step-number {
            font: normal normal bold 109px/95px 'Roboto';
        }

        .step-container .step-title {
            font: normal normal bold 24px/28px 'Roboto';
        }

        .step-container .row-header > div:last-of-type {
            padding-bottom: 4px;
        }

        .step-container .column-header > div:last-of-type {
            padding-top: 6px;
        }

        .step-container .column-header {
            flex-direction: column;
        }

            .step-container .column-header > div:last-of-type {
                padding-left: 12px;
            }

                .step-container .column-header > div:last-of-type .step-title {
                    display: none;
                }

            .step-container .column-header > div:first-of-type {
                margin-right: 0px;
            }

            .step-container .column-header > div:first-of-type .step-title {
                display: inline-block;
            }

       
}



@media (max-width: 767px) {
    .banner {
        padding: 49px 0px 69px;
    }

    #salary_surveys_section {
        padding-bottom: 69px;
    }

    #demo-form-section {
        padding: 83px 0 92px;
    }

        #demo-form-section .d-flex {
            flex-direction: column;
        }

        #demo-form-section .left-column {
            margin-right: 0px;
        }

        #demo-form-section a.btn {
            width: 100%;
        }

        #demo-form-section .right-column h2 {
            font-size: 32px;
        }

    #process-section .image-labels {
        font-size: 22px;
        line-height: 26px;
    }

        #process-section .image-labels.top-outer {
            width: 37.2%;
        }

        #process-section .image-labels.top-mid {
            width: 25.6%;
        }

        #process-section .image-labels.bot-outer {
            width: 18.8%;
        }

        #process-section .image-labels.bot-mid {
            width: 31.2%;
            padding: 0px 20px;
        }
}


@media (max-width: 576px) {
    #process-section {
        margin-bottom: 65px;
    }

        #process-section h2 {
            font-size: 32px;
        }

    #salary_surveys_section h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 34px;
    }

    #process-section .image-labels {
        font-size: 12px;
        line-height: 14px;
    }

        #process-section .image-labels.top-outer {
            width: 37.2%;
            padding: 0px;
        }

        #process-section .image-labels.top-mid {
            width: 25.6%;
        }

        #process-section .image-labels.bot-outer {
            width: 18.8%;
        }

        #process-section .image-labels.bot-mid {
            width: 31.2%;
            padding: 0px 8px;
        }
}
