﻿@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .mobile-iconWrap {
        margin-right: -15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid .row:not(.mobile-iconWrap) {
        width: 100%;
    }
}

.header-container .container-fluid {
    right: -30px;
}

main.container-fluid .service {
    padding-right: 12px;
    padding-left: 12px;
}

main.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.footerMenu_border_bottom {
    margin-right: 0px;
    margin-left: 0px;
}


.megaMenu-dropdown > div {
    padding: 0px;
}

.megaMenu-dropdown-content .row {
    margin-left: 0px;
    margin-right: 0px;
}

.service {
    margin: 0 auto;
    width: 76.4%;
}

.servicesHeaderImg {
    width: 100%;
    height: 500px;
    /*margin-top: -155px;*/
}

.service .headerTextWrapper {
    top: 420px;
}

.servicesWrapper {
    width: 100%;
    margin-left: 15px;
}

.service .headerTextWrapper h1 {
    color: #005b80;
    text-shadow: none;
    font-size: 44px;
}

.service .headerTextWrapper h5 {
    padding-top: 50px;
    text-align: center;
    font-weight: normal;
    color: black;
}

.service .headerTextWrapper p {
    color: #005b80;
    text-shadow: none;
    font-size: 24px;
}

    .service .headerTextWrapper p.author {
        font-size: 18px;
        color: black;
    }

.header .menuToggleWrapper img {
    padding: 7px;
    background-color: #005b80;
}

.serviceProductsWrapper {
    width: 100%;
}

    .row p {
        font-size: 26px;
        width: 50%;
        margin: 0px auto;
        line-height: 28px;
    }

    .row h2 {
        line-height: 30px;
        font-size: 28px;
        width: 50%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

.service-collage > .row {
    height: 456px;
    margin-left: 0px;
}


.firstRow div {
    width: 40%;
    height: 100%;
    background-color: #005b80;
    color: white;
    float: left;
}

    .firstRow div .vertical-align {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.firstRow img:first-of-type {
    width: 20%;
    height: 100%;
    float: left;
    display: initial;
}

.firstRow img:nth-of-type(2) {
    width: 40%;
    height: 100%;
    float: left;
}

.secondRow img {
    width: 20%;
    height: 100%;
    float: left;
    display: initial;
}

.secondRow div {
    width: 40%;
    height: 100%;
    background-color: #0098d6;
    color: white;
    float: left;
}

    .secondRow div .vertical-align {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.secondRow h2, .secondRow p {
    width: 60%;
}

.secondRow div ul li {
    margin-bottom: 15px;
}

.secondRow div ul li {
    list-style: disc outside;
    margin-left: 24px;
}

.secondRow div:first-of-type ul {
    font-size: 26px;
    width: 60%;
    margin: 0 auto;
}

.secondRow div:last-of-type h2 {
    width: 75%;
}

.secondRow div:last-of-type ul {
    float: left;
    font-size: 26px;
}

.secondRow div:last-of-type ul {
    margin-left: 12.5%;
}

.thirdRow img:first-of-type {
    width: 30%;
    height: 100%;
    float: left;
}

.thirdRow .thirdRowMessageContainer {
    width: 70%;
    height: 100%;
    background-color: #005b80;
    color: white;
    float: left;
}

.thirdRowMessageContainer div .vertical-align {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.25;
}

.thirdRowMessageContainer div {
    width: 50%;
    float: left;
    height: 100%;
}

    .thirdRowMessageContainer div p {
        width: 70%;
    }

    .thirdRowMessageContainer div h2 {
        width: 70%;
    }

    .thirdRowMessageContainer div ul {
        width: 70%;
        margin: 0 auto;
        margin-top: 15px;
        font-size: 26px;
    }

.thirdRowMessageContainer ul li {
    margin-bottom: 15px;
    list-style: disc;
}

.how-we-do-it-wrapper {
    min-height: 1200px;
    position: relative;
    margin-left: -15px;
}

.abilities-sideImg {
    width: 40%;
    float: left;
    height: 1200px;
    position: absolute;
    height: 100%;
    background-image: url('../../../../Content/images/services/power-lines.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.abilities-container {
    width: 100%;
    float: right;
    text-align: center;
    min-height: 1200px;
}

    .abilities-container h2 {
        font-size: 40px;
        margin-top: 50px;
        color: black;
        margin-bottom: 15px;
    }

    .abilities-container p {
        color: black;
        font-size: 18px;
        padding: 20px 100px;
    }


.abilities-blurb {
    font-size: 24px;
    margin-bottom: 60px;
}

.ability-statement {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 10px;
}

.abilities-row {
    margin: 0 100px 50px 100px;
}

    .abilities-row p {
        padding-right: 0;
    }

    .abilities-row .ability-statement img {
        width: 90px;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
        float: inherit;
    }

        .abilities-row .ability-statement img.flaticon {
            width: 70px;
        }

.ability-statement p {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    color: #636363;
    padding-left: 50px;
}

.ability-statement h3 {
    color: black;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 80%;
    padding-left: 50px;
}

.importantQuoteContainerServices {
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    color: black;
    text-align: center;
}

    .importantQuoteContainerServices h5 {
        margin: auto 200px;
        padding-bottom: 20px;
    }
