﻿.about {
    max-width: 900px;
}

    .about .header {
        height: auto; /* changed jan 12, 2021 - was 370px */
    }

.headerBlurb {
    padding: 0 9ex;
}

.headerBlurb p {
    font-size: 20px;
    line-height: 30px;
    width: 80%;
    max-width: none;
    padding-right: 0;
    margin: 0;
    margin-top: 2ex;
}

.about-collage {
    height: auto; /*795px*/
}

.certifications img {
    width: 200px;
}

.headerRightImg {
    height: 100%;
    margin-top: 30px;
}

    .headerRightImg img {
        height: 100%;
    }

.row {
    height: auto;
    clear: left;
	margin: 0;
}

    .row p {
        line-height: 24px;
        font-size: 18px;
    }

    .row h2 {
        font-size: 26px;
        margin-top: 30px;
    }


.customerMarketsWrapper ul {
    text-align: center;
}

    .customerMarketsWrapper ul li {
        width: 33%;
        float: none;
    }




.firstValuesRow, .secondValuesRow {
    width: 761px;
}

.firstRow img:first-of-type {
    width: 25%;
}

.firstRow img:nth-of-type(2) {
    width: 35%;
}


.secondValuesRow {
    margin-top: 0px;
}

    .firstValuesRow div, .secondValuesRow div {
        width: 70%;
        margin-bottom: 40px;
    }

        .firstValuesRow div:nth-of-type(2), .secondValuesRow div:nth-of-type(2) {
            margin-left: 0px;
            margin-right: 0px;
        }

.thirdRow div {
    width: 40%;
    height: 100%;
    background-color: #005b80;
    color: white;
    float: left;
}

.thirdRow img:nth-of-type(2) {
    width: 30%;
    height: 100%;
    float: left;
}

.thirdRow img:nth-of-type(3) {
    display: none;
}

img {
    max-width: 100%
}

@media (min-width:1024px) {
    .about {
        margin: 0 auto;
        max-width: 1100px;
    }

    .row {
        /*height: 320px;*/
    }

        .row h2 {
            margin-top: 80px;
        }

    .about-collage {
        height: 940px;
    }
}

.about-collage .row {
    height: 385px;
}

.linecardWrapper ul {
    text-align: center;
}

    .linecardWrapper ul li {
        width: 33%;
        float: none;
    }

.container-fluid {
    padding: 0px;
    margin: 0px;
}
