﻿.questions-body p {
    font-size: 1rem;
}

.two-column-grid .left-column {
    float: left;
}

.two-column-grid p {
    max-width: 550px;
}

.two-column-grid img {
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    float: none;
}

.left-column p {
    padding-left: 2px;
}

.career-row {
    padding-top: 75px;
    margin-bottom: 75px;
}

.align-center {
    display: grid;
    align-items: center;
}

.picture-column {
    text-align: center;
    margin: 25px 0;
}

.picture-column img {
    max-width: 100%;
}

.p-m-0 p {
    margin-top: 17px;
    margin-bottom: 0;
}

#button-container {
    text-align: center;
}

#currentOpeningsButton {
    font-weight: bold;
    margin: 0 auto;
    background-color: #F2CE00;
}

#currentOpeningsHeader {
    font-weight: bold;
}

/* CHANGE: RAS 4/6/2025 - New Career Page Styles */
#whyWorkHere {
    background-color: #007932;
    margin: 0 0;
    padding: 60px 0px;
    text-align: center;
    color: #fff;
}
    #whyWorkHere h2 {
        color: #FFF;
        font-size: 3.5rem;
        font-weight: 900;
        text-align: center;
        margin-bottom: 40px;
    }

    #whyWorkHere h2 span {
        color: #F2CE00;
    }

    #whyWorkHere h3 {
        color: #FFF;
        text-align: center;
        font-weight: 600;
        margin-top: 20px;
    }

    #whyWorkHere h3 span {
        color: #F2CE00;
    }

    #whyWorkHere p {
        padding: 0px 3%;
        font-weight: bold;
    }

    #whyWorkHere img {
        width: 100%;
    }

#moreThanAJob {
}
    #moreThanAJob h2 {
        font-size: 3.5rem;
        font-weight: 900;
        text-align: center;
        margin-bottom: 40px;
    }

    #moreThanAJob h2 span {
        color: #007932;
    }

    #moreThanAJob h3 {
        color: #007932;
        font-size: 2.5rem;
        font-weight: 700;
    }

    #moreThanAJob img {
        width: 100%;
    }

#greatBenefits {
    padding-top: 30px;

}
    #greatBenefits h2 {
        color: #007932;
        font-weight: 700;
        font-size: 2.5rem;
        text-align: center;
    }
    #greatBenefits p {
        text-align: center;
        padding: 20px 15%;
    }
    #greatBenefits h4 {
        color: #007932;
        font-weight: 700;
        margin: 20px auto;
    }

    #greatBenefits p {
        text-align: center;
        padding: 20px 20%;
    }

    #greatBenefits img {
        max-width: 140px;
    }

    #greatBenefits h4 {
        max-width: 250px;
    }
#rockSolidCareers {

}

    #rockSolidCareers h2 {
        color: #007932;
        font-size: 2.5rem;
        font-weight: 700;
    }

    #rockSolidCareers img {
        width: 100%;
    }

#ctaBackground {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    -ms-flex-align: end;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

    #ctaBackground h2 {
        font-size: 3.5rem;
        font-weight: 900;
        color: #fff;

    }
    #ctaBackground h2 span {
        color: #F2CE00;
    }
    #ctaBackground p {
        color: #fff;
    }

    #ctaBackground .cta-text h2 {
        margin: 30px 20%;
    }

    #ctaBackground .cta-text p {
        margin: 30px 30%;
    }

#haveQuestions {
    background-color: #007932;
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
}
    #haveQuestions h2 span {
        font-size: 2.5rem;
        font-weight: 700;
    }

@media (max-width: 992px) {
    #ctaBackground {
        min-height: 400px;
        background-position: center right;
    }
        #ctaBackground .cta-text h2 {
            font-size: 2rem;
            margin: 0px 5% 30px;
        }

        #ctaBackground .cta-text p {
            margin: 30px 5%;
        }


}
