﻿main.container-fluid {
    padding: 0px;
}

    main.container-fluid .service {
        padding-right: 0px;
        padding-left: 0px;
        background: #005b80;
    }

.header-container .container-fluid {
    right: 0px;
    padding: 0px;
}

.service {
    width: 100% !important;
    height: 1000px;
}

.service-collage {
    float: left;
}

.service .header {
    height: 420px;
    position: relative;
}

.servicesHeaderImg {
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
}

.servicesWrapper {
    margin-left: 0px;
}

.service .headerTextWrapper {
    top: 170px;
}

    .service .headerTextWrapper h1 {
        font-size: 24px;
        /*margin-top: -100px;*/
    }

    .service .headerTextWrapper p {
        font-size: 18px;
    }

.service-collage {
    float: left;
}

.thirdRow .thirdRowMessageContainer {
    width: 100%;
    height: auto;
    padding: 20px 0;
}


.row {
    margin: 0px;
    padding: 0px;
}

    .row p {
        font-size: 16px;
        width: 60%;
    }

    .row h2 {
        line-height: 28px;
        font-size: 22px;
        width: 70%;
        margin-bottom: 15px;
    }

.service-collage .firstRow {
    height: 100%;
}

.firstRow div {
    width: 100%;
    margin-top: 0px;
}

.firstRow p {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 10% 20% 0 20%;
    font-size: 18px;
}

.firstRow img:first-of-type {
    display: none;
}

.firstRow img:nth-of-type(2) {
    width: 100%;
    height: 285px;
}

.service-collage .secondRow {
    height: 100%;
}

.secondRow img {
    width: 100%;
    height: 550px;
}

.secondRow div {
    width: 100%;
    padding: 0px;
    height: 285px;
}

    .secondRow div ul li {
        margin-bottom: 10px;
    }

    .secondRow div:first-of-type ul {
        font-size: 17px;
        width: 70%;
    }

    .secondRow div:last-of-type ul:first-of-type {
        margin-left: auto;
    }

    .secondRow div:last-of-type h2 {
        width: 50%;
        /*margin-top: 50px;*/
    }

    .secondRow div:last-of-type ul {
        width: 50%;
        margin: 0 auto;
        font-size: 18px;
        float: none;
    }

.thirdRowMessageContainer div .vertical-align {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.thirdRow {
    height: 380px;
}

    .thirdRow img:first-of-type {
        width: 100%;
        height: 350px;
    }

    .thirdRow .thirdRowMessageContainer {
        width: 100%;
        height: 100%;
        padding: 20px 0;
    }

.thirdRowMessageContainer div {
    width: 100%;
    height: auto;
}

    .thirdRowMessageContainer div:last-of-type {
        margin-top: 5px;
        background: #005b80;
    }

    .thirdRowMessageContainer div p {
        width: 75%;
    }

    .thirdRowMessageContainer div h2 {
        width: 75%;
    }

    .thirdRowMessageContainer div ul {
        width: 75%;
        margin-top: 25px;
        font-size: 16px;
    }

.how-we-do-it-wrapper {
    float: left;
    clear: both;
    margin-top: 400px;
}

.abilities-sideImg {
    width: 100%;
    height: 650px;
    position: relative;
    float: none;
}

.abilities-container {
    width: 100%;
    background: #ffffff;
}

    .abilities-container h1 {
        font-size: 30px;
        margin-top: 60px;
        margin-bottom: 5px;
    }

.abilities-blurb {
    font-size: 18px;
    margin-bottom: 50px;
    color: #636363;
}

.abilities-row {
    margin-bottom: 0;
}

.ability-statement {
    width: 100%;
    margin-bottom: 30px;
}

.abilities-row {
    margin: 0 50px 50px 50px;
}

.abilities-row .ability-statement img {
    width: 55px;
    margin-bottom: 15px;
}

    .abilities-row .ability-statement img.flaticon {
        width: 40px;
    }

.ability-statement p {
    width: 80%;
    font-size: 16px;
    padding-left: 0;
}

.ability-statement h3 {
    font-size: 16px;
}

.thirdRowMessageContainer div h2 {
    margin-top: 30px;
}

.how-we-do-it-wrapper {
    margin-top: 0;
}

@media (max-width:575px) {
    .header .headerTextWrapper h1 {
        margin-top: 25ex;
    }

    .service .headerTextWrapper h5 {
        padding-top: 16ex;
        color: white;
    }

    .service .headerTextWrapper p.author {
        color: white;
    }

    .service .headerTextWrapper {
        top: 210px;
    }
    .how-we-do-it-wrapper {
        margin-top: 250px;
    }
}

@media (max-width:420px) {
    .header .headerTextWrapper h1 {
        margin-top: 28ex;
    }
    .how-we-do-it-wrapper {
        margin-top: 400px;
    }

    .abilities-container p {
        padding-left: 2em;
        padding-right: 2em;
    }

    .abilities-container .abilities-row p {
        font-size: 16px;
        padding: 20px 0 20px 50px;
    }
}

@media (max-width:375px) {
    .service .headerTextWrapper {
        top: 240px;
    }

    .secondRow h2 {
        margin-top: 25px;
    }

    .thirdRowMessageContainer div h2 {
        margin-top: 30px;
    }
}

/* added 1/7/2021 */
	.sticky-header {
		padding-top: 42px;
	}

.mobile-iconWrap { 
    margin-right: -15px;
    margin-left: -15px;
}