@media (min-width: 1001px) {
    #onesize .pagecontents .text_container {
        padding-right: 20%;
    }
}
.newsletterbuttoncontainer {
    margin-top: 20px;
    margin-bottom: 20px;
}
#morethannumbers {
    display: grid;
    grid-template-columns: 50% 15% 35%;
    grid-template-rows: auto;
    margin-bottom: 30px;
}
#morethannumbers .pagecontents {
    padding: 60px 40px 45px 0;
    width: unset;
    margin-left: -425px;
    justify-self: flex-end;
    align-self: flex-start;
}
@media (min-width: 1001px) and (max-width: 1200px) {
    #morethannumbers .pagecontents {
        margin-left: -375px;
    }
}
@media (max-width: 1000px) {
    #morethannumbers .leftmargin {
        display: none;
    }
    #morethannumbers {
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        margin-bottom: 0;
    }
    #morethannumbers .pagecontents {
        margin-left: unset;
        padding: 40px 10%;
    }
}
.division_header h2 {
    color: #5B5D61;
}
.division_header h2:hover, .division_header h2.expanded {
    color: #f3744e;
}
.redirect .arrow {
    color: #f3744e;
}
.division_content {
    padding-bottom: 40px;
}
.division p, .division li {
    color: #5A5C61;
}

.division_content h3 {
    font-size: 32px;
    line-height: 40px;
    color: #f3744e;
    font-weight: 300;
    margin-bottom: 20px;
}
@media (max-width: 1000px) {
    .division_content {
        padding-bottom: 20px;
    }
    .division_content h3 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (min-width: 1201px) {
    .division p {
        line-height: 35px;
    }
}
.team_member_description p {
    color: #226E93;
}



#ind_faqcontact {
    text-align: center;
}
#ind_faqcontact p {
    text-align: center;
    color: #f3744e;
    margin: 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
}
#ind_faqcontact p.industrymissing {
    font-weight: 400;
}
#ind_faqcontact a {
    display: block;
}
#ind_faqcontact a.phone {
    color: #f3744e;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
}

#ind_faqcontact a.email img {
    margin-top: 10px;
}
@media (max-width: 1000px) {
    #ind_faqcontact p {
        font-size: 20px;
        line-height: 35px;
    }
    #ind_faqcontact a.phone {
        font-size: 20px;
        line-height: 35px;
    }
}

