.aboutHeroWrap {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0 0 50px 0;
}
.aboutHeroWrap h1 {
    font-size: 38px;
    color: #fff;
    padding: 25px 0;
}
.aboutHeroWrap p {
    color: #fff;
}
.aboutHeroWrap ul.copyList {
    margin: 10px 0;
}
.aboutHeroWrap ul.copyList li {
    color: #fff;
    line-height: 24px;
}
.aboutDividerH2 {
    font-weight: 600;
    color: #386092;
    font-size: 24px;
    line-height: 28px;
    width: 90%;
    margin: 0 auto;
    height: 16px;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: center;
}
.aboutDividerH2InnerWrap {
    padding: 0 10px;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
}
@media only screen and (min-width: 900px) {
    .aboutHeroWrap h1 {
        font-size: 48px;
        color: #fff;
        padding: 25px 0;
    }
}
@media only screen and (min-width: 1280px) {
    .aboutHeroWrap {
        padding: 22px 0 0 0;
        height: 400px;
    }
}
.aboutLinkedInWrap {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
.aboutLinkedInInnerWrap {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.aboutLinkedIn {
    display: block;
    margin: 0 10px 20px 0;
}
.aboutLinkedIn a {
    text-decoration: none;
    color: #fff;
}
.linkedInIconWrap {
    /*display: inline-block;
    margin-right: 5px;*/
    display:block;
    font-size: 14px;
    color: #c4ccd6;
}
.aboutBlock h4 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 18px;
}
.grayBG {
    width: 100%;
    background: #f7f7f7;
}
.whiteBG {
    width: 100%;
    background: #fff;
}
.threeBlockWrap {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 60px 0 0 0;
}
.threeBlockWrapBlock {
    margin: 0 auto;
    width: 60%;
    padding-bottom: 60px;
}
.threeBlockWrapBlock img {
    padding-bottom: 25px;
}
.aboutBlock img {
    max-width: 120px;
    margin: 0 auto;
}
.mobilePaddingTopBottom {
    padding: 25px 0;
}
.paddingTopBottom {
    padding: 40px 0;
}
.aboutFloatRight img {
    padding-bottom: 25px;
}
.aboutFloatLeft h2 {
    padding-bottom: 25px;
    text-align: left;
}
.aboutFloatLeft p {
    text-align: left;
}
.custDriven {
    width: 100%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fff 16.7%, #e0e2e3 16.5%, #e0e2e3 100%);
    background: -webkit-linear-gradient(top, #fff 0, #fff 16.7%, #e0e2e3 16.5%, #e0e2e3 100%);
    background: linear-gradient(to bottom, #fff 0, #fff 16.7%, #e0e2e3 16.5%, #e0e2e3 100%);
}
.custDriven img {
    margin: 0 auto;
}
.custDrivenCopy {
    background: #e0e2e3;
    padding: 25px 5%;
}
.custDrivenCopy p {
    text-align: left;
}
.custDrivenCopy h2 {
    padding-bottom: 25px;
    text-align: left;
    font-size: 28px;
}
ul.copyList li {
    line-height: 1.2;
}
.btnWrap {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
@media only screen and (min-width: 767px) {
    .aboutLinkedInWrap {
        padding-top: 25px;
    }
    .aboutLinkedIn {
        display: inline-block;
        margin: 0 40px 10px 0;
    }
    .linkedInIconWrap {
        font-size: 18px;
    }
    .threeBlockWrap {
        white-space: nowrap;
        max-width: 1000px;
        display: inline-block;
        margin: 0 auto;
    }
    .threeBlockWrapBlock {
        display: inline-block;
        white-space: normal;
        width: calc(100% / 3);
        vertical-align: top;
        padding: 0 2%;
    }
    .threeBlockWrapBlock:first-child {
        padding-left: 0 !important;
    }
    .threeBlockWrapBlock:last-child {
        padding-right: 0 !important;
    }
    .custDriven img {
        width: 75%;
    }
}
@media only screen and (min-width: 1100px) {
    .mobilePaddingTopBottom {
        padding: 0;
    }
    .custDrivenWrap {
        position: relative;
    }
    .custDriven img {
        width: 80%;
        margin: 0 auto 0 -15%;
    }
    .custDrivenCopy {
        position: absolute;
        left: 55%;
        top: 17%;
        width: 45%;
        background: 0 0;
    }
    .aboutFloatRight {
        float: right;
        width: 57%;
        padding-top: 105px;
    }
    .aboutFloatRight img {
        padding-bottom: 0;
    }
    .aboutFloatLeft {
        float: left;
        width: 43%;
        padding: 80px 5% 0 5%;
    }
    .threeBlockWrapBlock {
        padding: 0 2%;
    }
    .threeBlockWrapBlock:first-child {
        padding-left: 0 !important;
        padding-right: 6% !important;
    }
    .threeBlockWrapBlock:last-child {
        padding-left: 6% !important;
        padding-right: 0 !important;
    }
    .btnWrap {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1224px) {
    .custDriven img {
        width: 75%;
        margin: 0 auto 0 -10%;
    }
    .custDrivenCopy {
        top: 20%;
    }
    .paddingTopBottom {
        padding: 85px 0;
    }
}
@media only screen and (min-width: 1440px) {
    .custDriven img {
        width: 65%;
        margin: 0 auto 0 -5%;
    }
    .custDrivenCopy {
        left: 55%;
        width: 40%;
    }
}
@media only screen and (min-width: 1600px) {
    .custDrivenCopy h2 {
        font-size: 35px;
    }
}
.MapOuterWrap {
    width: 100%;
    max-width: 1400px;
    margin: 3% auto;
    display: inline-block;
}
.MapOuterWrap h2 {
    margin-bottom: 50px;
}
.aboutMapContainer {
    width: 100%;
    position: relative;
}
.aboutMapContainer .mapael .map {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    height: auto;
    overflow: visible;
}
.aboutMapContainer .mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 0.9;
    opacity: 0.9;
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #343434;
}
.aboutMapContainer .mapTooltip {
    pointer-events: none !important;
}


.linkedInOuterWrap{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    margin-top:50px;
    
}

.linkedInInnerWrap{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap:wrap;
}

.linkedInItem{
    /*
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    */
    width:100%;
    padding-bottom:20px;
    padding-right:10px;
    text-align:center;
    
}

.linkedInItem a{
    text-decoration: none;
    color: #fff;
}

.linkedInItem a .lightFont{
    font-weight:300;
}

@media only screen and (min-width: 767px) {
    .linkedInItem{
        width:50%;
    }
}


@media only screen and (min-width: 900px) {
    .linkedInItem{
        width:33.333%;
    }
    
    .linkedInInnerWrap{
        padding-bottom:30px;
    }

}





