#approach_container {
    position: relative;
    background: url('../images/cog_lgrey.png') no-repeat right bottom;
    background-size: contain;

}
#community {
    overflow: hidden;
}
#community h1 {
    transform: translate(50%);
    margin-left: -450px;
    padding: 30px 0 30px 50px;
    background: rgba(243, 116, 78, .8);
    color: #ffffff;
    z-index:1;
    position: relative;
}
#community .image.image_left_bumpup {
    width: 45%;
    margin-top: -40px;
}
#community .image.image_left_bumpup .caption {
    color: #ffffff;
}
#community .buttoncontainer {
    text-align: center;
}
#community .buttoncontainer button {
    text-align: center;
}
.corporategiving_container {
    padding-top: 10px;
    text-align: center;
}
.corporategiving_container img {
    width: 25%;
}
@media (min-width: 1001px) {
    #corporategiving_text {
        margin-left: 45%;
        padding-left: 30px;
    }
}

#community button {
    margin-bottom: 0;
}
#community .twocolumns {
    justify-items: center;
    align-items: center;
}
@media (max-width: 1000px) {
    #approach_details {
        padding-bottom: 0;
    }
    #community .image.image_left_bumpup {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .corporategiving_container img {
        width: 60%;
        margin-bottom: 20px;
    }
    #community .buttoncontainer {
        text-align: center;
    }
    .h1_container {
        text-align: left;
    }
    #community h1 {
        display: inline-block;
        width: 100%;
        text-align: left;
        transform: unset;
        margin-left: unset;
        padding: 30px 0 30px 10%;
        margin-bottom: 0;
        background: rgba(243, 116, 78, 1);
    }
}
@media (max-width: 600px) {
    #community h1 {
        background: rgba(243, 116, 78, 1);
        padding: 15px 0 15px 10%;
        margin-bottom: 0;
    }
    #community .image.image_left_bumpup {
        margin-top: 0;
    }
}
#onegooddeed {
    padding-top: 0;
}
@media (min-width: 1001px) {
    #onegooddeed .twocolumns {
        grid-template-columns: 1fr 65%;
    }
}
@media (min-width: 1201px) {
    #onegooddeed .twocolumns .textcolumn {
        min-width: 510px;
    }
}
@media (min-width: 1001px) and (max-width: 1200px) {
    #onegooddeed .twocolumns .textcolumn {
        min-width: 450px;
    }
}
#onegooddeedimage_container {
    justify-self: flex-end;
}
#onegooddeedimage_container img {
    width: 255px;
    height: 180px;
    margin-top: 40px;
    margin-right: 50px;
}
.howonegooddeedworks {
    margin-top: 40px;
}
#onegooddeed_infographic_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: flex-start;
}
.onegooddeed_step {
    margin: 0 20px;
    text-align: center;
}
.onegooddeed_step:first-child {
    margin-left: 0;
}
.onegooddeed_step:last-child {
    margin-right: 0;
}
@media (max-width: 1000px) {
    .howonegooddeedworks {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #onegooddeedimage_container {
        justify-self: center;
    }
    #onegooddeedimage_container img {
        width: 200px;
        height: 141px;
        margin: auto;
    }
    #onegooddeed_infographic_container {
        flex-direction: column;
        align-items: center;
    }
    .onegooddeed_step {
        margin: 0 0 20px 0;
    }
}
.onegooddeed_step p {
    margin: 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.onegooddeed_step.orange p {
    color: #F3744E;
}
.onegooddeed_step.grey p {
    color: #5B5D61;
}
.onegooddeed_step.blue p {
    color: #226E93;
}
.onegooddeed_step.green p {
    color: #80AC40;
}
.onegooddeed_step p.stepnumber {
    font-size: 32px;
    line-height: 32px;
}
.onegooddeed_step p.stepdescription {
    font-size: 24px;
    line-height: 24px;
}
.onegooddeed_step img {
    margin-top: 10px;
    margin-bottom: 20px;
}
#onegooddeed_numbers_container {
    border-top: 1px solid #A8A9AC;
    padding-top: 10px;
    margin-top: 20px;
}
#onegooddeed_numbers {
    border-top: 1px solid #A8A9AC;
    text-align: center;
    padding-top: 20px;
}
#onegooddeed_numbers img {
    margin-bottom: 20px;
}
#onegooddeed_numbers p {
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    color: #4D6784;
    text-align: center;
}
@media (max-width: 1000px) {
    #onegooddeed_numbers {
    }
}
#onegooddeed_numbers p.onegooddeed_category_details {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
#onegooddeed_numbers_container .disclaimer {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 14px;
}
#onegooddeed_container .buttoncontainer {
    text-align: center;
    padding-bottom: 20px;
}

@media (max-width: 1000px) {
    #ourcommitment .pagecontents {
        clear: both;
        padding-top: 20px;
    }
    #ourcommitment span.caption {
        max-width: 150px;
    }
    #clientexperience .twocolumns {
        grid-template-columns: auto;
    }
    #clientexperience_laugh img {
        width: 80%;
    }
    #clientexperience_copy {
        padding: 30px 10% 0 10%;
        width: 100%;
        max-width: unset;
    }


}
#perfectfit_container {
    display: grid;
    grid-template-columns: 1fr 40%;
}
#perfectfit_container .imagecolumn {
    margin-top: -40px;
    width: 100%;
    background: url('../images/Allinial-map.jpg') no-repeat center center;
    background-size: cover;
    display: grid;
    align-items: center;
    justify-items: center;
}
#perfectfit_container .textcolumn {
    width: 540px;
    justify-self: right;
    align-self: center;
    padding: 40px 40px 40px 0;
}
#perfectfit_container .textcolumn button {
    margin-bottom: 0;
}
#allinial_logo {
    width: 250px;
}
@media (max-width: 1000px) {
    #perfectfit_container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        background: url('../images/Allinial-map.jpg') no-repeat center center;
        background-size: cover;
    }
    #perfectfit_container .textcolumn {
        width: 80%;
        margin: auto;
        padding: 40px 0;
    }
    #perfectfit_container .imagecolumn {
        background: none;
    }
    #allinial_logo {
        width: 150px;
        margin: 20px 0;
    }
}
#onegooddeed_container h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #5B5D61;
}
.buttoncontainer.right {
    justify-self: right;
}
#moreinforeferrals {
    text-align: right;
    padding-bottom: 30px;
}