/* -- General -- */

:root {
    --rgc_yellow: #E6D030;
    --rgc_orange: #D99B2E;
}
html,
body {
    font-size: 16px;
}
.maincontent {
    display: block !important;
    border: none;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    letter-spacing: .05rem;
}

.rgc_content-wrapper,
.rgc_content-wrapper-md,
.rgc_content-wrapper-sm {
    width: 100%;
    margin: 0 auto;
}
.rgc_content-wrapper {
    max-width: 1700px;
}
.rgc_content-wrapper-md {
    max-width: 1550px;
}
.rgc_content-wrapper-sm {
    max-width: 1400px;
}

.rgc_main-global {
    position: relative;
    padding: 125px 3%;
    z-index: 0;
}

.rgc_h1,
.rgc_h2,
.rgc_h3 {
    font-family: 'Urbanist', 'Montserrat', 'Poppins', sans-serif;
    line-height: 1.1em;
    color: #222;
    margin: 20px auto 30px;
}
.rgc_h2 {
    font-size: 2.8rem;
    font-weight: 300;
}
.rgc_h2-inner {
    border-bottom: 4px solid var(--rgc_yellow);
}
.rgc_h3 {
    font-size: 1.6rem;
    font-weight: 700;
}
.maincontent p {
    font-size: 1.05rem;
    line-height: 1.4em;
    font-weight: 500;
}



/* -- General Contracting - Hero -- */

#rgc_hero_global {
    background-image: url(/imageserver/Reusable/general_contracting/hero_bg.webp);
    background-size: cover;
    background-position: right 40%;
    padding-top: 150px;
    padding-bottom: 150px;
    border-bottom: 5px solid var(--rgc_orange);
}
.rgc_hero-content {
    max-width: 1200px;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(5px);
    padding: 60px 20px;
}
.rgc_h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 0 15px;
}
.rgc_hero-wrapper p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2em;
    font-style: italic;
    margin: 0;
}



/* -- General Contracting - About -- */

#rgc_about_global {
    background-image: url(/imageserver/Reusable/general_contracting/abstract_bg.webp);
    background-size: cover;
    background-position: center;
    background-color: #eee;
    background-blend-mode: overlay;
}
.rgc_about-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(5, 5, 5, .25);
}
.rgc_about-left {
    width: 35%;
    padding: 50px 20px;
}
.rgc_about-left img {
    display: block;
    margin: 20px auto;
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.rgc_about-right {
    width: 65%;
    padding: 60px 20px;
}



/* --General Contracting - Jobs -- */

#rgc_jobs_global {
    text-align: center;
}
#rgc_jobs_global h2 {
    background-color: var(--rgc_yellow);
    color: #111;
    margin: 0;
    padding: 40px 20px;
    font-weight: 700;
}
.rgc_jobs-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rgc_jobs-item {
    width: 33.3333333333%;
    height: 500px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
}
#rgc_jobs_new_const {
    background-image: linear-gradient(0deg, rgba(5, 5, 5, .85) 25%, rgba(5, 5, 5, 0) 75%), url(/imageserver/Reusable/general_contracting/jobs_new_const.webp);
}
#rgc_jobs_remodeling {
    background-image: linear-gradient(0deg, rgba(5, 5, 5, .85) 25%, rgba(5, 5, 5, 0) 75%), url(/imageserver/Reusable/general_contracting/jobs_remodeling.webp);
}
#rgc_jobs_additions {
    background-image: linear-gradient(0deg, rgba(5, 5, 5, .85) 25%, rgba(5, 5, 5, 0) 75%), url(/imageserver/Reusable/general_contracting/jobs_additions.webp);
}
.rgc_jobs-content {
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
}
.rgc_jobs-content h3 {
    color: #fff;
    margin: 10px auto;
}
.rgc_jobs-content p {
    font-size: .95rem;
    color: #fff;
}



/* --General Contracting - Process -- */

#rgc_process_global {
    background: linear-gradient(0deg, var(--rgc_orange) 35%, transparent 35%);
}
#rgc_process_global h2 {
    text-align: center;
}
.rgc_process-list {
    list-style: none;
    margin: 50px auto 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.rgc_process-item {
    width: 24%;
    margin: 20px .5%;
    padding: 30px 20px;
    background-color: #f8f8f8;
    box-shadow: 0 4px 8px rgba(5, 5, 5, .25);
}
.rgc_process-num {
    display: block;
    font-size: 1.75em;
    font-weight: 800;
    margin-bottom: 20px;
}
.rgc_process-item .rgc_h3 {
    margin: 10px 0 20px;
}
.rgc_process-item .h3-alt {
    color: var(--rgc_orange);
}
.rgc_process-item p {
    font-size: .95rem;
    margin: 0;
}



/* -- Responsiveness -- */

@media (max-width: 1200px) {
    .rgc_process-item {
        width: 49%;
    }
}

@media (max-width: 1050px) {
    .rgc_about-left,
    .rgc_about-right {
        width: 100%;
    }
    .rgc_about-left img {
        margin-bottom: -70px;
    }

    .rgc_jobs-item {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .rgc_main-global {
        padding: 100px 20px;
    }

    .rgc_h2 {
        font-size: 2.4rem;
    }

    #rgc_hero_global {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .rgc_h1 {
        font-size: 2.6rem;
    }

    .rgc_process-item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 550px) {
    .rgc_h2 {
        font-size: 2rem;
    }

    #rgc_hero_global {
        padding: 80px 0;
    }
    .rgc_h1 {
        font-size: 2rem;
    }

    .rgc_about-left,
    .rgc_about-right {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rgc_jobs-item {
        height: 400px;
    }
}