﻿
/* for the dropdown menu on mobile--do not remove */
.cola-collapsible li ul li {
    margin: 0;
    border: 0;
    padding-left: 0px !important;
    text-align: center;
    margin-left: 30px;
    /* border-bottom: 1px solid #bbb; */
}

ul{
    text-align:  left;
    margin: 30px 0;
}
p{
    margin: 30px 0;
}
.section1 .section-sub, .section2 .section-sub{
    max-width: 770px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0;
}
.section.specialists{
    padding-top: 133px;
}
.lead-in{
    padding-top: 10px;
}
.hero-sub h1{
    max-width: 947px;
    margin: 0 auto;
}
h2.project-intro{
    max-width: 770px;
    margin: 0 auto;
}
.results-body{
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #00305c;
}
.results h4{
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #00305c;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.results{
    display: inline-block;
    max-width: 364px;
    text-align: left;
    margin: 0 77px;
}
.section{
    background-color: #f7f9fb;
}
.section:nth-child(odd){
    background-color: #fff;
}
.section-title{
    margin-top: 0;
    margin-bottom: 22px;
    color: #20487b;
}
.section1{
    padding-bottom: 0px;
}
.section2{
    /*padding-bottom: 116px; */
    /*padding-top: 114px; */
    margin: 0 auto;
}
.col-team{
    padding-top: 40px;
}
/*Projects  Hero Fix*/
.hero-sub {
  background-position: top left;      
}
@media (max-width:991px){
    .hero-sub {
        background-position: 20% 0;
    }
}
@media screen and (max-width:768px){
    .hero-sub {
        background-position: 0 0;
    }
}


@media all and (max-width: 893px) {
    .project-intro, .section-title{
    font-size: 26px;
    line-height: 30px;
    }
    .section-sub{
      font-size: 18px !important;
      line-height: 22px !important;
    }
}

.aligneverythingleft{
    text-align: left;
    margin: auto;
    max-width: 770px;
}