﻿/* added jan 12, 2021 */
.about .header {
	height: auto;
}
.headerBlurb {
    width: 100%;
    height: auto;
    padding: 0px 3em 40px 3em;
}

    .headerBlurb p {
        font-size: 18px;
        margin: 0 auto;
        margin-top: 2ex;
    }

.about-collage {
    height: auto;
}

.certifications img {
    width: 200px;
}

.headerRightImg {
    width: 100%;
    margin-top: 0;
}

    .headerRightImg img {
        max-height: 450px;
    }

.row {
    height: auto;
    margin: 0px;
    padding: 0px;
}

.firstRow div {
    width: 100%;
    padding: 20px 0;
}

.firstRow img:first-of-type {
    display: none;
}

.firstRow img:nth-of-type(2) {
    width: 100%;
}

.secondRow img:first-of-type {
    display: none;
}

.secondRow img:nth-of-type(2) {
    display: none;
}

.secondRow div {
    width: 100%;
    padding: 20px 0;
}

.thirdRow img:first-of-type {
    width: 100%;
}

.thirdRow div {
    width: 100%;
    padding: 20px 0;
}

.thirdRow img:nth-of-type(2) {
    width: 100%;
}

.thirdRow img:nth-of-type(3) {
    display: none;
}

.row p {
    font-size: 16px;
}

.row h2 {
    font-size: 26px;
    margin-top: 45px;
    margin-bottom: 10px;
}

.coreValuesWrapper img {
    width: 55px;
}

.firstValuesRow h3, .secondValuesRow h3 {
    font-size: 20px;
}

.customerMarketsWrapper {
    padding: 60px 0;
}

    .customerMarketsWrapper h3 {
        font-size: 16px;
    }

    .customerMarketsWrapper ul {
        text-align: left;
    }

        .customerMarketsWrapper ul li {
            width: 49%;
            float: left;
        }

            .customerMarketsWrapper ul li:nth-child(odd) {
                clear: left;
            }

            .customerMarketsWrapper ul li img {
                max-width: 50px;
            }

.coreValuesWrapper {
    height: auto;
    padding-bottom: 30px;
}



.firstValuesRow, .secondValuesRow {
    width: 100%;
    margin-top: 0px;
}

.firstValuesRow {
    margin-top: 70px;
}

    .firstValuesRow div, .secondValuesRow div {
        font-size: 16px;
        width: 80%;
        margin-bottom: 70px;
        text-align: center;
    }

.headerMenu .menuToggleWrapper img.menuToggleIcon {
    background-color: #005B80;
    padding: 7px;
    margin-top: 14px;
}

.firstValuesRow div:nth-of-type(2), .secondValuesRow div:nth-of-type(2) {
    margin-left: 0px;
    margin-right: 0px;
}

.linecardWrapper {
    padding: 60px 0;
}

    .linecardWrapper h3 {
        font-size: 16px;
    }

    .linecardWrapper ul {
        text-align: left;
    }

        .linecardWrapper ul li {
            width: 49%;
            float: left;
        }

            .linecardWrapper ul li:nth-child(odd) {
                clear: left;
            }

            .linecardWrapper ul li img {
                max-width: 50px;
            }

.header-container .container-fluid {
    right: 0px;
}

.container-fluid {
    padding: 0px;
    margin: 0px;
}

.about {
    max-width: 100%;
}

/* added 1/7/2021 */
	.sticky-header {
		padding-top: 42px;
	}


@media (max-width:575px) {
    .headerBlurb {
        margin-top: 2ex;
        padding: 0px 1em 40px 1em;
    }
}