.services {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/pages/how_it_works.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;

    /* Was placed here for testing by Jack Irvine 02/02/17 - 7:01am*/
    /*width: 56px;*/
    /*filter: grayscale(100%);*/
    /*opacity: 0.5;*/
    /*-webkit-transition: all .2s linear;*/
    /*transition: all .2s linear;*/
}
.services .h1 {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 40px;
    font-weight: 300;
    line-height: 1.4em;
}


.services .service {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px;
}
.services .service img {
    height: 100px;
}


.service .btn {
    padding: 10px 40px;
    font-size: 1.0em;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #2ccadd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #2ccadd;
}

.service .altservice {
    background: #001E3A;
    border: 1px solid #001E3A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.service-title {

}
.service-subtitle {
    margin-bottom: 25px;
}





.section-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #2f5664;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px
}

@media screen and (max-width: 640px) {
    .section-title {
        font-size: 36px
    }
}

@media screen and (max-width: 560px) {
    .section-title {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width: 480px) {
    .section-title {
        font-size: 22px;
        line-height: 28px
    }
}

.section-subtitle {
    padding: 0 16%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
    margin-top: -30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 320px) {
    .section-subtitle {
        font-size: 16px
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .section-subtitle {
        font-size: 18px
    }
}

@media screen and (min-width: 481px) {
    .section-subtitle {
        font-size: 20px
    }
}
.mls-carousel.testimonials-carousel .item figure img {
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
}


@media screen and (max-width:47.9375em) {
    .animated-headline {
        font-family: Colfax-Medium, helvetica, sans-serif;
        font-size: 1.875rem
    }
}


@media screen and (max-width:47.9375em) {
    .animated-headline {
        font-family: Colfax-Medium, helvetica, sans-serif;
        font-size: 1.875rem
    }
}

.animated-headline span:not(.animated-headline__words-wrapper) {
    display: inline;
    padding: 0
}

@media print,
screen and (min-width:48em) {
    .animated-headline span:not(.animated-headline__words-wrapper) {
        display: inline-block
    }
    .animated-headline span:not(.animated-headline__words-wrapper):first-child {
        margin: 0 3px 0 0
    }
}

.animated-headline__words-wrapper {
    display: none;
    overflow: hidden;
    position: relative;
    transition: width .3s;
    vertical-align: middle;
    width: auto;
    margin: 0
}

@media print,
screen and (min-width:48em) {
    .animated-headline__words-wrapper {
        display: inline-block
    }
}

.animated-headline__words-wrapper:after {
    background: #1a82e2;
    background: linear-gradient(to bottom right, #6aa7df, #1a82e2);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    z-index: 2;
    transition: width .3s -.1s
}

.animated-headline__words-wrapper.is-loading:after {
    width: 100%;
    transition: width 3s
}

.animated-headline__words-wrapper b {
    left: 0;
    opacity: 0;
    position: absolute;
    top: .2em;
    white-space: nowrap
}

.animated-headline__words-wrapper b.is-showing {
    opacity: 1;
    position: relative;
    top: -1px
}

.animated-headline__words-wrapper b.is-showing:not(.show-on-load) {
    animation: slide-in .6s
}

.animated-headline__words-wrapper b.is-hiding:not(.hide-on-load) {
    animation: slide-out .6s
}



.t-xl {
    font-size: xx-large;
}

.small-by {
    font-size: small;
}
.mbot-m10 {
    margin-bottom: -10px;
}

/* ============ Reviews ============ */
article.review-post > figure {
    float: left;
    margin-top: -2px;
    text-align: center;
    width: 76px;
}
/*.form-group:last-child {
    margin-bottom: 0;
}*/
article.review-post:last-of-type {
    border: medium none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
/*.review-form .form-group.submit-images > label {
    font-weight: normal;
}*/

article.review-post > figure {
    text-align: center;
}


.reviews-section {
    /*background-color: #f6f6f6;*/
    /*border: 1px solid #dedede;*/
    /*border-radius: 5px;*/
    float: left;
    margin-top: 20px;
    padding: 30px 20px 20px;
    width: 100%;
}
article.review-post {
    border-bottom: 1px solid #dedede;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    font-size: medium;
}
article, figcaption, figure, footer, main, nav, section {
    display: block;
}
article.review-post > figure {
    float: left;
    margin-top: -2px;
    text-align: center;
    width: 76px;
}
.reviews-section article.review-post .review-thumbnail {
    border: 1px solid #eeeeee;
    /*border-radius: 100%;*/
    height: 74px;
    overflow: hidden;
    width: 74px;
}
article.review-post > figure {
    text-align: center;
}
.content-section {
    float: left;
    width: 100%;
}
.review-post p {
    color: #7f7f7f;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 360px) {
    .reviews-section article.review-post .review-thumbnail {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {

    .reviews-section .details {
        width: 100%;
        padding-left: 0px;
    }


}

@media (max-width: 667px) {
    article.review-post > figure {
        float: none;
        width: 100%;
    }
    article.review-post > .details {
        float: none;
        width: 100%;
    }
    .reviews-section article.review-post .review-thumbnail {
        margin: 0 auto;
    }
}


@media (min-width: 668px) {
    article.review-post > .details {
        float: right;
        width: calc(100% - 98px);
        margin-top: -12px;
    }
}

.Review .Review-caption {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    font-size: 12px;
    margin: 10px 10px;
    padding: 20px 20px;
    position: relative
}

.Review .Review-caption:before {
    border-color: #c9c9c9 transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 10px;
    position: absolute;
    width: 0
}

.Review .Review-caption:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    bottom: -8px;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
    width: 0
}

.Review .Review-details {
    margin: 0 10px 10px
}
.new-project-block {
    margin-bottom: 45px
}

.new-project-block .footer {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px 15px;
    min-height: 70px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative
}

@media (max-width:1199px) {
    .new-project-block .footer {
        padding-right: 125px
    }
}

.new-project-block .footer .count-item {
    color: #6a6d76;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    height: 30px;
    margin-top: 4px;
    margin-bottom: 10px;
    text-decoration: none
}

@media (max-width:575px) {
    .new-project-block .footer .count-item {
        display: none
    }
}

.new-project-block .footer .price-details {
    margin-right: 2px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.new-project-block .footer .user {
    float: right;
    display: inline-block;
    position: relative;
    padding-left: 60px;
    width: auto;
    max-width: 100%
}

.new-project-block .footer .user a {
    text-decoration: none!important
}

.new-project-block .footer .user .description {
    color: #6a6d76;
    margin-top: 3px
}

.new-project-block .footer .user .description span {
    display: block
}

.new-project-block .footer .user .description .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px
}


@media (max-width:1199px) {
    .new-project-block .footer .user {
        width: auto;
        max-width: 100%;
        padding-left: 38px;
        padding-top: 10px;
        position: absolute;
        right: 10px;
        top: 10px
    }
    .new-project-block .footer .user .description .name,
    .new-project-block .footer .user .description .user-type {
        font-size: 12px;
        line-height: 12px
    }
}

@media screen and (min-width:770px) {
    .navContainer {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.customer-nav-container {
    background-color: #FFF;
    border-top: 1px solid #f3f3f3;
    margin-top: 0px;
}

@media screen and (max-width:550px) {
    .new-project-block .footer .user {
        width: auto;
        max-width: 100%;
        padding-left: 38px;
        padding-top: 10px;
        position: absolute;
        left: -10px;
        top: 10px;
    }
}