/*
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/roboto-v20-latin-300.eot);
    src: local(''),url(../fonts/roboto-v20-latin-300.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-v20-latin-300.woff2) format('woff2'),url(../fonts/roboto-v20-latin-300.woff) format('woff'),url(../fonts/roboto-v20-latin-300.ttf) format('truetype'),url(../fonts/roboto-v20-latin-300.svg#Roboto) format('svg');
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto-v20-latin-regular.eot);
    src: local(''),url(../fonts/roboto-v20-latin-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-v20-latin-regular.woff2) format('woff2'),url(../fonts/roboto-v20-latin-regular.woff) format('woff'),url(../fonts/roboto-v20-latin-regular.ttf) format('truetype'),url(../fonts/roboto-v20-latin-regular.svg#Roboto) format('svg');
    font-display: swap
}*/

@view-transition{
    navigation: auto;
}

* {
    font-family: Roboto,sans-serif;
    text-wrap: balance;
    transition-behavior: allow-discrete;
    overscroll-behavior: none;
}

html {
    overflow-x: hidden;
    height: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%
}

button {
    -webkit-transition: all .5s;
    transition: all .5s
}

button:hover {
    /*
    color: #227447!important;
    background-color: #fff!important;
    border: 2px solid #227447!important;
    transform: scale(1.05);*/

    color: white !important;
    background-color: #227447 !important;
}

header {
    height: 136px;
    z-index: 100;    
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background-color: white;
    box-shadow: 0px 0px 10px black;
    margin: 0px;
}

#upperHeader {
    width: 100%;
    height: 35px;
    background-color: #e8e8e8;
    box-shadow: inset 0 0 1px #000
}

#documents {
    float: right;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
    text-decoration: none;
    transition:0.5s all;
    white-space:nowrap;
    width: 150px;
}

#documents *{
    transition:0.5s all;
}

#documents *{
    white-space:nowrap;
}

#documents:hover span{
    transform: rotate(-5deg);
    font-size: 15px;
    width: 180px;
}

#upperHeaderDocIcon {
    width: 20px;
    vertical-align: -4px;
    padding-right: 5px;
    padding-top: 7px
}

#upperHeader_Call {
    font-size: 14px;
    padding-top: 7px;
    margin-left: 20px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    white-space:nowrap;
}

#upperHeader_Call span{
    white-space:nowrap;
}

#upperHeader_CallIcon {
    width: 20px;
    vertical-align: -5px;
    margin-left: 5px
}

#upperHeader_CallNumber {
    text-decoration: underline
}

#logoAndTagline {
    padding-left: 20px;
    padding-top: 10px;
    float: left
}

#logo {
    width: 140px;
    display: block;
    border-radius: 12px;
    /*transform: translateX(-200px);
    transition: 1s all;
    */
}

/*
.logo-slide-in{
    transform: translateX(0px) !important;
}*/

#companyName {
    padding-left: 8px;
    padding-top: 3px;
    display: block;
    font-size: 14px;
    margin-bottom: 8px
}

#tagline {
    padding-left: 10px;
    padding-top: 4px;
    display: block;
    font-size: 12px;
    font-style: italic;
    display: none
}

#desktopMenu {
    float: left;
    height: auto;
    display: block;
    height: 101px;
    font-size: 16px;
    white-space: nowrap;
}


#mobileNavIcon {
    width: 34px;
    float: right;
    padding-top: 34px;
    padding-right: 30px;
    display: none
}

#desktopMenu>ul {
    list-style-type: none;
    margin-top: 34px;
    margin-left: 20px;
    font-size: 14px
}

#desktopMenu>ul>li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0;
    cursor: pointer;
    text-decoration: none;
    perspective: 1000px;
    perspective-origin: bottom center;
    position: relative;
}

#desktopMenu>ul>li:hover {
    background-color: #227447;
    color: #fff
}

#desktopMenu>ul>li:hover>a>span{
    color: #fff
}
/*
#desktopMenu>ul>li:hover a {
    color: #fff
}
*/

#desktopMenu>ul>a>li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    cursor: pointer;
    text-decoration: none;
}

#desktopMenu>ul>a>li:hover {
    background-color: #227447;
    color: #fff
}

#desktopMenu>ul>a>li:hover .submenu {
    display: block;
}

#desktopMenu>ul li .submenu{
    transform: rotateX(90deg);
}

#desktopMenu>ul li:hover .submenu {
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top left;
    animation: swingOut 0.5s ease-in forwards;
}

#desktopMenu a {
    text-decoration: none;
    color: #000;
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
}

.submenu {
    display: none;
    position: absolute;
    width: 300px;
    margin-left: -20px;
    padding-left: 0;
    margin-top: 5px;
    list-style-type: none;
    border-top: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.9);
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    border: 3px solid #227447;
    box-sizing: border-box;
}

.submenu li {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #227447;
    /*
    border-left: 1px solid #000;
    border-right: 1px solid #000;*/
    background-color: rgba(255, 255, 255, 0.9);
}

.submenu li:first-of-type{
    /*border-top-right-radius: 3px;*/
}

.submenu li:last-of-type{
    border-bottom: none;
}

.submenu li:hover {
    background-color: #227447;
    background-color: #333333;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%235E5E5E' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%235E5E5E'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
   
}

.submenu li:hover span{
    background-color: #227447;
    background-color: #333333;
    color:white;
}

.submenu span {
    padding-left: 10px
}

.mobilesubmenu {
    display: none;
    width: 300px;
    margin-left: -20px;
    padding-left: 0;
    margin-top: 10px;
    list-style-type: none;
    background-color: #e8e8e8
}

.mobilesubmenuitem {
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    background-color: #f2f2f2!important;
    color: #000!important;
    border-top: 1px solid #000
}

.mobilesubmenu li:hover {
    color: #000
}

.mobilesubmenu span {
    padding-left: 10px
}

#mobileNav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,.8);
    /*display: none;*/
    transform: translateX(500px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    height: 100%;
    overflow: auto;
    z-index: 900
}

#mobileNav a {
    text-decoration: none;
    color: #000
}

.mobileNavOpen {
    display: block!important;
    transform: translateX(0)!important
}

#mobileNav ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0
}

#mobileNav ul:not(.mobilesubmenu) {
    border-bottom: 1px solid #000
}

#mobileNav li:not(.mobilesubmenuitem) {
    border-top: 1px solid #000
}

#mobileNav li:hover {
    background-color: #efefef;
    cursor: pointer
}

#mobileNav li span {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    padding-left: 20px;
    pointer-events: none
}

.hasMobileSubmenu *{
    white-space: nowrap;
}

.hasMobileSubmenu>span::after {
    content: url(../img/triangle.png);
    position: relative;
    z-index: 999;
    left: 5px;
    top: 1px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block
}

.rotateTri::after {
    -webkit-transform: rotate(180deg)!important;
    -moz-transform: rotate(180deg)!important;
    -o-transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important
}

#mobileNavTitle {
    background-color: #227447;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

#mobileNavTitle span {
    text-align: center;
    display: block
}

#mobileNav_Close {
    float: left;
    background-color: #fff;
    width: 80px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
    border: none;
    border: 1px solid #000
}

#mobileNav_Close:hover {
    background-color: #efefef
}

#mobileNavLogo {
    width: 90px;
    position: absolute;
    top: 13px;
    left: 18px;
    border-radius: 6px
}

#yearsOfExperience {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #227447;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

#mainHeroImgCont {
    min-height: 550px;
    width: 100%;
    float: left;
    position: relative;
    background-color: #333333;
}

#mainHeroImgTextCont{
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 240px auto;
    z-index: 10;
    text-align: center;
}

#mainHeroImgText{    
    color: white;
    font-size: 26px;
    /* background-color: rgba(51, 51, 51, 0.78); */
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-top: 3px solid rgba(255, 255, 255, 0.7); */
    /* border-bottom: 3px solid rgba(255, 255, 255, 0.7); */
    box-shadow: 0px 0px 100px black;
}

#mainHeroImgText button:hover {
    transform: scale(1.1);
    box-shadow: inset 0px 0px 10px black;
}

#mainHeroImgText span{
    display: block;
    font-size: 60px;
    /* vertical-align: -6px; */
    /* margin-right: 10px; */
    margin-bottom: 50px;
    text-shadow: 2px 2px black;
    font-weight: 800;
    width: 770px;
    border-radius: 5px;
    margin: 0 auto 50px auto;
    border: 3px solid #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(51, 51, 51, 0.75);
}

#mainHeroImgText button{
    background-color: #227447 !important;
    color: white !important;
    height: 60px;
    width: 200px;
    border: 3px solid white;
    cursor: pointer;
    box-shadow: 0px 0px 5px black;
}

#companyStats {
    overflow: auto;
    width: 100%
}

.companyStatistic {
    width: calc(100% / 3);
    display: block;
    float: left;
    text-align: center;
    height: 70px;
    font-weight: 300
}

#companyStats_Jobs {
    background-color: #227447;
    color: #fff
}

#companyStats_Clients {
    background-color: #2c2c2c;
    color: #fff
}

#companyStats_YearsInBusiness {
    background-color: #4a4a4a;
    color: #fff
}

.companyStats_mainStat {
    font-size: 20px;
    margin: 10px auto 5px auto;
    display: block
}

#servicesHero{
    width:100%;
    overflow: auto;
}

#servicesHeroTitle{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    /*
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;*/
    border-top: 1px solid rgba(255,255,255,0.6);
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%235E5E5E' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%235E5E5E'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");

    background-color:#333333;
}

#servicesHeroTitle h1{
    margin-top:5px;
    margin-bottom: 7px;
    padding-left: 30px;
    padding-right: 30px;
}

#servicesHeroTagline{
    font-size: 20px;
}

.servicesIndv{
    width: calc(100% / 3);
    box-sizing: border-box;
    float: left;
    height: 320px;
    color: white;
    text-align: center;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
}

.servicesIndv:hover{
    /*transform: scale(1.1);*/
}

#environmentalPanel{
    background-color: #227447;
}

#geotechPanel{
    background-color: #58544d;
}

#constructionMaterialsPanel{
    background-color: #626262;
}

.homepageTopServiceLink{
    color:white;
    text-decoration: none;
}

.servicesTitle{
    font-size: 20px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;    
    margin-bottom: 10px;
    width: 95%;
    margin: 10px auto 20px auto;
    border: 0.5px solid #efefef;
    background-color: #333333;
}

.servicesSVG{
    fill:white;
}

.servicesDesc{
    width: 250px;
    margin: 20px auto;
    font-size: 18px;
}

#aboutUs {
    float: left;
    overflow: auto;
    width: 100%;
    background-color: #f4f4f4;
    background-color: white;
}

#whoWeAreContainer {
    width:100%;
    overflow: auto;
    border-top: 1px solid #333333;
}

.whoWeAreSection{
    max-width: 720px;
    margin: 20px auto;
}

#timelineOuter{
    width: 390px;
    margin:0 auto;
    overflow: hidden;
}

#timeline{
    position: relative;
    width:100%;
    overflow: auto;
    height: 900px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

#middleTimeline{    
    position: absolute;
    height: 100%;
    width: 20px;
    background-color: #efefef;
    border: 3px solid black;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.minorHashMark{
    height:2px;
    width:50%;
    background-color: #838080;
    margin:10px auto;
}

.majorHashMark{
    height:2px;
    width:75%;
    background-color: #838080;
    margin:10px auto;
}


.timelineItem{
    position: absolute;
}

.timelineYear{
    font-size: 30px;
    background-color: #333333;
    color: white;
    padding: 5px 10px;
    position: relative;
    bottom: 0px;
    margin-left: 0px;
    display: inline-block;
}

.timelineDescription{        
    width: 165px;
    font-size:14px;
}

.timelineDescription span{
    display: block;
    padding: 5px;
    font-size: 16px;
}

.whoWeAreInfo{
    margin:10px auto;
    padding: 5px 15px;
    font-size: 18px;
}

#whoWeAreAttribs{    
    margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: none;
}

#whoWeAreAttribs li{
    margin-bottom:15px;
}

#whoWeAreAttribs li p{
    margin-left:10px;
    font-size: 18px;
}

.whoWeAreAttrib{
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    background-color: #227447;
    color: white;
    padding: 10px;
    background: linear-gradient(87deg, rgba(34,116,71,1) 0%, rgba(255,255,255,1) 100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#whoWeAreStaff{    
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

#whoWeAreStaffInner{
    width: 40%;
    float: left;
    border-right: 1px dashed black;
    margin-right: 20px;
}

#whoWeAreStaff img{
    display: inline-block;
    margin: 0px;
    width: calc((100% - 20px) / 4);
    max-width: 100px;
    padding: 0px;
    border-radius: 3px;
}

#whoWeAreStaffSection{
    max-width: 720px;
    overflow: hidden;
    float: left;
}

#whoWeAreTagline{
    margin-bottom: 40px;
    text-align: center;
}

#whoWeAreTagline_P1{
    font-size: 30px;
    font-weight: 600;
}

#whoWeAreTagline_P2{
    font-size: 30px;
    color: #227447;
    font-weight: 800;
}

#whoWeAreTagline_UnderlineCont{
    position: relative;
}

#whoWeAreTagline_Underline{
    position: absolute;
    bottom: -10px;
    left: 0;
}

#whoWeAreTagline_Underline line{
    stroke: black;
    stroke-dasharray: 140;
    stroke-dashoffset: 140;
    stroke-width: 9px;
    transition: stroke-dashoffset 1s ease;
}

.whoWeAreTagline_CompleteUnderline{
    stroke-dashoffset: 0 !important;
}

@keyframes drawUnderline{
    to{
        stroke-dashoffset: 0;
    }
}

.whoWeAreTitle{    
    margin: 0px;
    background-color: #333333;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 600;
/*    background-color: #d1d1d1;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23323131' fill-opacity='0.06'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");    
*/
    background-color: #227447;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23217044' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23206c42' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%231e673f' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%231d633d' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%231C5F3A' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23225539' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23274c37' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%232b4336' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%232f3b34' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23333333' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    
    /* Background from https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/*/
    background-attachment: initial;
    background-size: cover;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;   
    width: 100%;
    overflow: auto;
    background-position-y: 40%;
    }

.whoWeAreTitle span{
    background-color: #333333;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 10px 40px;
    box-shadow: 0px 0px 2px black;    
    border-radius: 5px;
    font-weight: 500;
    font-size: 30px;
    border: 2px solid white;
}

#projectReporting h3{
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    background-color: #227447;
    color: white;
    padding: 10px; 
    background: linear-gradient(87deg, rgba(34,116,71,1) 0%, rgba(255,255,255,1) 100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#projectReporting_Left,#projectReporting_Right{
    float:left;
    width:50%;
    overflow: hidden;
    box-sizing: border-box;

}

#projectReporting_Left{
    padding:10px;
}

#ourServicesTitle {    
    color: white;
    background-color: #333333;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333333;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%235E5E5E' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%235E5E5E'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ourServicesTitle h2{
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-weight: 500;
    font-size: 30px;
    border: 2px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
    width:260px;
}

#ourServicesTitle h3 {
    font-size: 18px
}

.singleService h3 {
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 6px;
}

.ourServices_Subtitle {
    font-weight: 500;
    margin-top: 5px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.servicePage {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left
}

.servicePage li{
    margin-bottom:10px;
}

.servicePageImgsContainer {
    width: 100%;
    float: left
}

.servicePageImgs {
    display: block;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
    margin: 10px auto 20px auto;
    overflow: auto
}

.servicePageImgs img {
    width: 33%;
    float: left
}

.servicePageTeamTitle {
    width: 100%;
    height: 40px;
    background-color: #227447;
    color: #fff;
    text-align: center
}

.servicePageTeamTitle span {
    display: block;
    padding-top: 11px;
    font-size: 14px
}

.servicePageTeamMember {
    width: 300px;
    margin: 60px auto;
    border: 3px solid #227447
}

.servicePageTeamMember_Pic {
    width: 200px;
    margin: 25px auto 20px;
    display: block
}

.servicePageTeamMember_Header {
    font-size: 12px;
    text-align: center
}

#ourServices_Geotechnical {
    width: 100%;
    height: 130px;
    float: left;
    /*
    background-image: url(../img/geotechnical-1920.jpg);
    background-size: cover;*/
    position: relative;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ourServices_Geotechnical {
    /*background-image: url(../img/geotechnical-1920.webp)*/
}

#ourServices_GeotechnicalInner {
    background-color: rgba(255,255,255,.9);
    padding: 3px 0;
    margin: 17px auto;
    display: block;
    text-align: center;
    width: 450px;
    font-size: 12px;
    border: 2px solid #fff;
    color: #000;
    position: relative;
    z-index: 21;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
}

#ourServices_Drilling {
    width: 100%;
    height: 130px;
    float: left;
    /*
    background-image: url(../img/dirt-1920.jpg);
    background-size: cover;*/
    position: relative;
    background-position-y: 45%;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}


#ourServices_Drilling {
    /*background-image: url(../img/dirt-1920.webp)*/
}

#ourServices_DrillingInner {
    background-color: rgba(255,255,255,.9);
    padding: 3px 0;
    margin: 25px auto;
    display: block;
    text-align: center;
    width: 450px;
    font-size: 12px;
    border: 2px solid #fff;
    color: #000;
    position: relative;
    z-index: 21;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
}

#ourServices_CME {
    width: 100%;
    height: 130px;
    float: left;
    /*
    background-image: url(../img/cme-1920.jpg);
    background-size: cover;*/
    position: relative;
    background-position-y: 45%;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ourServices_CME {
    /*background-image: url(../img/cme-1920.webp)*/
}

#ourServices_CMEInner {
    background-color: rgba(255,255,255,.9);
    padding: 3px 0;
    margin: 24px auto;
    display: block;
    text-align: center;
    width: 450px;
    font-size: 12px;
    border: 2px solid #fff;
    color: #000;
    position: relative;
    z-index: 21;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
}

#ourServices_Environmental {
    width: 100%;
    height: 130px;
    float: left;
    /*
    background-image: url(../img/environmental-1920.jpg);
    background-size: cover;*/
    position: relative;
    border-bottom: 0px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ourServices_Environmental {
    /*background-image: url(../img/environmental-1920.webp)*/
}

#ourServices_EnvironmentalInner {
    background-color: rgba(255,255,255,.9);
    padding: 3px 0;
    margin: 24px auto;
    display: block;
    text-align: center;
    width: 450px;
    font-size: 12px;
    border: 2px solid #fff;
    color: #000;
    position: relative;
    z-index: 21;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
}

.fadeModifier {
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,.3);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20
}

.singleService{
    position: relative;
}

.singleService img{
    z-index: 10;
    position: absolute;
    opacity: 0.7;
}

.singleServiceInner{
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}

.singleService:hover {
    box-shadow: inset 0 0 20px rgba(0,0,0,.7);
    cursor: pointer
}

.singleService:hover img{
    opacity: 1;
}

.singleService:hover .fadeModifier {
    display: none
}


#typesOfProjectsTitle{
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-top: 10px;
    padding-bottom: 10px
}

#typesOfProjectsDesc{
    max-width: 500px;
    margin: 0 auto;
    text-align: justify;
    padding-left:10px;
    padding-right:10px;
    font-size: 18px;
}

#typesOfProjectsTitle h3 {
    font-size: 18px
}

#typesOfProjectsMainList{
    max-width: 500px;
    margin: 20px auto;
    text-align:left;
    padding: 0px;
    font-size: 18px;
}

#typesOfProjectsMainList li{
    margin-top:5px;
    margin-bottom: 10px;
}

#typesOfProjectsMainList > li{
    list-style-type: none;
}

#typesOfProjectsMainList li > strong{
    display: block;
    color: white;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 500;
    margin-bottom: 15px;
    background-color: #333333;
}

.typesOfProjectMainSubList{
    list-style-type: disc;
}

#getInTouchContainer {
    width: 100%;
    float: left;
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px
}

#getInTouchContainer button {
    margin-right: 30px;
    margin-top: 15px;
    color: #fff;
    background-color: #227447;
    width: 200px;
    height: 40px;
    border: none;
    margin: 20px auto;
    display: block;
    text-decoration: none;
    cursor: pointer
}

#getInTouchContainer button:hover{
    transform: scale(1.1);
}

#getInTouchContainer a {
    text-decoration: none
}

#officeLocations {
    width: 100%;
    float: left;
    background-color: #e8e8e8;
    font-size: 12px;
    overflow: hidden
}

.locationsBottomIndiv {
    float: left;
    padding-left: 20px;
    font-size: 14px
}

.locationsBottomIndiv {
    width: 100%;
    max-width: 220px
}

.locationsBottomIndiv a:not(.footerActionButtonLink) {
    color: #000;
    text-decoration-style: dotted
}

.footerActionButtonLink {
    text-decoration: none;
    width: 160px;
    display: block;
}

.footerActionButtonLink *{
    white-space: nowrap;
}

#locationsBottom {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    color: #000;
    padding-bottom: 20px
}

#locationsBottomTitle {
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: underline
}

#locationsBottomInner {
    font-size: 14px;
    overflow: hidden;
    width: 95%;
    max-width: 720px;
    margin: 10px auto 0 auto
}

footer {
    background-color: #292929;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%235E5E5E' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%235E5E5E'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
   
}

#footerContactInfo {
    width: 680px;
    text-align: left;
    margin: 30px auto 10px;
    font-size: 14px;
    overflow: auto
}

#footerContactInfo *{
    white-space: nowrap;
}

#footerContactInfo span {
    display: block;
    margin-bottom: 5px
}

#footerContactInfo a {
    color: #fff
}

#footerPhoneContainer {
    padding-right: 20px;
    display: inline-block!important
}

#footerPhone {
    vertical-align: -6px;
    width: 20px;
    padding-right: 5px
}

#footerEmailContainer {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #fff;
    display: inline-block!important
}

#footerEmail {
    vertical-align: -6px;
    padding-right: 5px
}

#footerDocContainer {
    padding-left: 20px;
    border-left: 1px solid #fff;
    display: inline-block!important
}

#footerDoc {
    vertical-align: -6px;
    padding-right: 5px
}

footer p {
    padding-top: 8px;
    font-size: 14px
}

.pageTitleContainer {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.pageTitle {
    font-size: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, .90);
    margin-top: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.pageTitleSubtitle {
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.pageDescription {
    display: block;
    width: 90%;
    max-width: 900px;
    margin: 20px auto;
    text-align: left;
    font-size: 18px;
}

.pageDescription a {
    color: #227447
}

.pageDescriptionTitle{
    display: block;
    color: white;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 500;
    margin-bottom: 15px;
    background-color: #333333;
    font-size: 18px;
    font-weight: 500;
    overflow: auto;
    width: 90%;
    max-width: 900px;
    box-sizing: border-box;
}

.pageInnerContainer {
    display: block;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: left;
    font-size: 18px;
}

.pageInnerContainer h2 {
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    background-color: #227447;
    color: white;
    padding: 10px;
    background: linear-gradient(87deg, rgba(34,116,71,1), rgba(255,255,255,1));
    /*
    background-size: 200% !important;
    animation: fadeInGradient 3s ease-in-out infinite;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: auto;
}

.pageInnerContainer h3 {
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    background-color: #227447;
    color: white;
    padding: 10px;
    background: linear-gradient(87deg, rgba(34,116,71,1) 40%, rgba(255,255,255,1) 100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: auto;
}

.greenTitle{
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    background-color: #227447;
    color: white;
    padding: 10px;
    background: linear-gradient(87deg, rgba(34,116,71,1) 0%, rgba(255,255,255,1) 100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pageInnerContainer a {
    color: #227447
}

.servicePage{
    text-wrap: auto !important;
}

.servicePage p{
    text-wrap: auto !important;
}

.servicesPage_mainImg{
    border-top:1px solid black;
    border-bottom:1px solid black;
}

.servicesPage li{
    margin-bottom:10px;
}

.pageAction {
    margin-top: 20px;
    margin-bottom: 30px
}

.pageAction button {
    background-color: #227447;
    color: #fff;
    border: none;
    width: 230px;
    height: 50px;
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer
}


.pageAction button:hover{
    transform: scale(1.1);
    box-shadow: inset 0px 0px 5px black;
}

.getInTouchButtonTitle {
    background-color: #227447;
    color: #fff;
    border: none;
    width: 230px;
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer
}

.getInTouchButtonTitle:hover{
    transform: scale(1.1);
}

.teamMember {
    display: block;
    width: 400px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    height: 200px;
    box-sizing: border-box;
    border: 4px solid #333333;    
    overflow: hidden;
}

.ourTeamOuterContainer {
    /*height: calc(100% - 276px);*/
    min-height: calc(100% - 310px);
    overflow: auto;
    width: 100%
}

.ourTeamHeader {
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.ourTeamTitle {
    background-color: #fff;
    font-weight: 300;
    float: left;
    width: 100%;
    background-color: #333333;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%235E5E5E' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%235E5E5E'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourTeamContainer {
    overflow: auto;
    padding: 0 20px 20px 20px;    
    max-width: 1300px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ourTeamTitle h1 {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-weight: 500;
    font-size: 26px;
    border: 2px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 360px;
    text-align: center;
}

.teamMember_LeftSide {
    float: left;
    display: block;
    width: 133px;
}

.teamMember_LeftSide img{
    width: 133.4px;
}

.teamMember_RightSide {
    float: left;
    display: block;
    font-size: 14px;
    width: calc(100% - 133px);
    height: 180px;
    padding: 0;
    box-sizing: border-box;
}

.teamMember_RightSide a {
    color: #000
}

.teamMember_Header {
    font-weight: 500;
    background-color: #227447;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.teamMember_Name{
    background-color: #333333;
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.teamMember_Position {
    font-weight: 400;
    display: block;
    background-color: #227447;
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.teamMember_AdditionalInfo {
    padding-left: 20px;
    padding-top: 0px;
    font-weight: 400;
    margin-top:10px;
}

#constructionTesting_PageTitle {
    background-image: url(../img/cme-1920-200.jpg);
    background-size: cover;
    background-position-y: 50%;
    background-position-x: center;
    height: 200px;
    margin-top: 0;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#constructionTesting_PageTitle {
    background-image: url(../img/cme-1920-200.webp)
}

#geotechnical_PageTitle {
    background-image: url(../img/geotechnical-1920-200.jpg);
    background-size: cover;
    background-position-x: center;
    height: 200px;
    margin-top: 0;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

#geotechnical_PageTitle {
    background-image: url(../img/geotechnical-1920-200.webp)
}

#geotechnicalPageHeader{
    position: relative;
}

#geotechnicalPageHeader .pageTitle{
    position: absolute;
    top: 30px;
    left: 0;
    width: 78%;
    border-bottom-right-radius: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
    border-right: 4px solid #227447;
    border-bottom: 2px solid #227447;
    backdrop-filter: blur(2px);
}

#geotechnicalPageHeader .servicesPage_mainImg{
    border-top:none;
}

#environmental_PageTitle {
    background-image: url(../img/environmental-1920-200.jpg);
    background-size: cover;
    background-position-y: 50%;
    height: 200px;
    margin-top: 0;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#environmental_PageTitle {
    background-image: url(../img/environmental-1920-200.webp)
}

#drilling_PageTitle {
    background-image: url(../img/dirt-1920-200.jpg);
    background-size: cover;
    background-position-y: 50%;
    height: 200px;
    margin-top: 0;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#drilling_PageTitle {
    background-image: url(../img/dirt-1920-200.webp)
}

#careers_PageTitle{
    overflow: auto;
}


.aboutUsTitle {
    background-color: #fff;
    font-weight: 300;
    float: left;
    width: 100%;
    background-color: #333333;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%235E5E5E' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%235E5E5E'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.aboutUsTitle h1 {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-weight: 500;
    font-size: 26px;
    border: 2px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 360px;
    text-align: center;
}

#AboutUsPage {
    min-height: 620px;
    margin-bottom: 40px
}

#aboutUsMainPicture {
    width: 100%;
    height: 400px;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-image: url(../img/tsc-main-place.jpg)
}

#aboutUsMainPicture {
    background-image: url(../img/tsc-main-place.webp);
    border-bottom: 3px solid #333333;
    box-shadow: inset 0px 0px 100px black;
    margin-bottom: 30px;
}

#aboutUsTitle h1 {
    margin-top: 5px;
}

#aboutUsDescriptionContainer {
    width: 100%;
    float: left
}

#aboutUsDescription {
    max-width: 700px;
    text-align: left;
    display: block;
    margin: 0 auto 40px auto;
    margin: 0 auto 0 auto;
    display: block;
    font-size: 14px;
    padding: 55px 20px 10px 20px
}

#aboutUsDescription a {
    color: #000
}

#philosophyPage {
    min-height: 620px;
    margin-bottom: 40px
}

#philosophyPicture {
    width: 100%;
    height: 400px;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
    background-image: url(../img/tsc-main-place.jpg)
}

#philosophyPicture {
    background-image: url(../img/tsc-main-place.webp);
    border-bottom: 3px solid #333333;
    box-shadow: inset 0px 0px 100px black;
    margin-bottom: 30px;
}

#philosophyTitle h1 {
    margin-top: 5px;
}

#philosophyDescriptionContainer {
    width: 100%;
    float: left
}

#philosophyDescription {
    max-width: 700px;
    text-align: left;
    display: block;
    margin: 0 auto 40px auto;
    margin: 0 auto 0 auto;
    display: block;
    font-size: 14px;
    padding: 55px 20px 10px 20px
}

#philosophyDescription a {
    color: #000
}

#documentSystemTitle {
    margin-top: 5px;
    margin-bottom: 0
}

.documentSystemImg {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block
}

.documentSystemParagraph {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    display: block
}

#documentSystemInnerContainer {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    display: block
}

#documentSystemSummaryTitle {
    margin-top: 30px
}

#documentSystemAccessYourDocsLink {
    text-decoration: none
}

#documentSystemAccessYourDocs {
    background-color: #227447;
    width: 250px;
    height: 40px;
    border: none;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    margin-left: 5px;
    margin-top: 30px
}

#locations {
    width: 1000px;
    margin: 30px auto;
    display: block;
    overflow: auto;
}

.locationContainer {
    float: left;
    padding-left: 20px
}

.location {
    width: 400px;
    border: 4px solid #333333;
    box-sizing: border-box;
    margin-right: 0
}

.locationInfo_Left {
    display: block;
    float: left;
    margin-left: 20px;
    width: calc(60% - 10px);
    box-sizing: border-box
}

.callFooter,.getDirectionsHomepage {
    width: 160px;
    height: 37px;
    padding: 3px 15px 3px 15px;
    background-color: #227742;
    color: #fff;
    border: none;
    font-size: 12px;
    margin-top: 10px;
    box-sizing: border-box
}

.callFooterLink {
    display: none;
    width: 160px;
}

.callFooter {
    text-align: left;
    white-space: nowrap;
}

.callFooter:hover svg {
    fill: white;
}

.callFooter svg {
    display: inline-block;
    width: 16px;
    margin-top: 3px;
}

.callFooter span {
    display: inline-block;
    vertical-align: 6px;
    padding-left: 5px
}

.getDirectionsHomepage {
    text-align: left;
    color: #227447!important;
    background-color: #fff!important;
    border: 2px solid #227447!important;
    cursor: pointer
}

.getDirectionsHomepage:hover {
    background-color:#227447!important;
    box-shadow: inset 0 0 8px rgba(0,0,0,.4);
    border:2px solid #333333 !important;
    color:white !important;
}

.getDirectionsHomepage:hover svg{
    fill:white;
}

.getDirectionsHomepage svg {
    display: inline-block;
    width: 16px;
    fill: #227742;
    margin-top: 1px;
}

.getDirectionsHomepage span {
    display: inline-block;
    vertical-align: 6px;
    padding-left: 5px
}

#officeLocation_mainPlace {
    background-image: url(../img/offices/mainPlace.jpg);
    background-size: cover;
    min-height: 200px;
    width: 100%
}

#officeLocation_mainPlace {
    background-image: url(../img/offices/mainPlace.webp)
}

#officeLocation_environmental {
    background-image: url(../img/offices/mainPlace.jpg);
    background-size: cover;
    min-height: 200px;
    width: 100%
}

#officeLocation_environmental {
    background-image: url(../img/offices/mainPlace.webp)
}

#officeLocation_gundersen {
    background-image: url(../img/offices/gundersen.jpg);
    background-size: cover;
    min-height: 300px;
    width: 100%
}

#officeLocation_gundersen {
    background-image: url(../img/offices/gundersen.webp)
}

#officeLocation_dekalb {
    background-image: url(../img/offices/dekalbOffice.jpg);
    background-size: cover;
    min-height: 300px;
    width: 100%;
    background-position: right
}

#officeLocation_dekalb {
    background-image: url(../img/offices/dekalbOffice.webp)
}

#officeLocation_rockford {
    background-image: url(../img/offices/rockfordOffice.jpg);
    background-size: cover;
    min-height: 300px;
    width: 100%;
    background-position: right
}

#officeLocation_rockford {
    background-image: url(../img/offices/rockfordOffice.webp)
}

#officeLocation_shorewood {
    background-image: url(../img/offices/shorewoodOffice.jpg);
    background-size: cover;
    min-height: 300px;
    width: 100%
}

#officeLocation_shorewood {
    background-image: url(../img/offices/shorewoodOffice.webp)
}

.location figcaption {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    font-size: 12px;
    box-sizing: border-box
}

.location figcaption p {
    width: 100%;
    height: 90px;
    margin: 20px auto;
    display: block;
    font-size: 15px;
}

.locationNameContainer {
    width: 100%;
    background-color: #333333;
    display: block;
    height: 50px;
    border-bottom: 1px solid #000
}

.locationName {    
    font-size: 16px;
    /* text-decoration: underline; */
    text-align: center;
    color: white;
    display: block;
    padding-top: 16px;
}

.googleLocationMap {
    height: 300px;
    width: 100%
}

.callLocation {
    width: 150px;
    padding: 7px 15px 7px 15px;
    background-color: #227742;
    color: #fff;
    border: none;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 20px;
    display: none
}

.getDirections {
    width: 110px;
    padding: 7px 15px 7px 15px;
    background-color: #227742;
    color: #fff;
    border: none;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.5s all;
}

.getDirections:hover{
    background-color: #333333;
}

/***************** Careers Styles ********************/

#careersContainer{
    width: 100%;
    margin: 0 auto;
    min-height: 70vh;
    float: left;
}

.jobListing{
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 740px;
    margin: 0px auto;
    display: block;
}

.jobListing h2{
    text-align: center;
    font-size:20px;
    text-decoration: underline;
}

.jobListing p{
    padding-left:10px;
}

.jobListingTitle{
    background-color: #333333;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    display:block;
}

.jobListing ol{
    list-style-type: none;
    padding-left:20px;
}

.jobListing ol > li{
    counter-increment: customlistcounter;
    margin-top:10px;
}

.jobListing ol > li:before {
    content: counter(customlistcounter) ") ";
    float: left;
    width:25px;
}

.jobListing ol:first-child {
    counter-reset: customlistcounter;
}

.jobListing ul > li{
    margin-top:10px;
}

.emailUsYourResume{
    color: #fff;
    background-color: #227447;
    width: 200px;
    height: 40px;
    border: none;
    margin: 20px auto;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

#contactUsHeader {
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

#contactUsContainer {
    width: 100%;
    padding-top: 10px
}

#contactUsInfo {
    max-width: 630px;
    width: 90%;
    display: block;
    border: 6px solid #227447;
    border-radius: 5px;
    margin: 10px auto 20px auto;
    text-align: center
}

#contactUsInfo h1 {
    font-weight: 400
}

#contactUsInfo button {
    background-color: #227447;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 270px;
    height: 48px;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box
}

#contactUsInfo button:hover svg {
    fill: #227447
}

#contactUsInfo a {
    color: #fff;
    text-decoration: none
}

#contactUsInfo_Call svg {
    display: inline-block;
    width: 21px;
    vertical-align: -6px;
    padding-right: 6px
}

#contactUsInfo_Email svg {
    display: inline-block;
    width: 21px;
    vertical-align: -6px;
    padding-right: 6px
}

#alertBoxContainer{
    display: block;
    z-index: 900;
	position: fixed;
	background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}


#alertBox{
	
	width:390px;
	min-height:100px;
	display:block;
	background-color:#efefef;
	margin:5% auto -15% auto;
	border-radius:5px;
	text-align:center;
	
}

#alertBoxText{
	
	min-height: 40px;
    font-size: 16px;
	width: 90%;
    margin: 10px auto 20px auto;
	overflow:auto;
	max-height:300px;
	color:black;
	font-weight:500;

}

#alertBox h3{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid black;
    font-size: 18px;
	margin-top:0px;
    font-weight: 500;
}

#alertBoxActions{
	width:100%;
	bottom:0;
	left:0;
	border-top:1px solid black;
	padding-bottom: 1px;
}

#closeAlert{
	
	margin:5px auto;
	display:block;
	width:100px;    
    background-color: #333333 !important;
    color: white !important;
    border: none !important;
    font-size: 16px;
    height: 30px;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px

}

.contactInfoDesc{
    background-color: #333333;
    color: white;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;    
    width: 45px;
}

.showContactInfoBtn{    
    background-color: #efefef !important;
    border: 1px solid #333333 !important;
    height: 30px;
    width: 122px;
    color: black !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    vertical-align: 0px;
    box-sizing: border-box;
}

@keyframes fadeInGradient{

    from{background-position-x:20%
    }
    to{background-position:0%;
        background: linear-gradient(87deg, rgba(34,116,71,1), rgba(255,255,255,1));
    }
    

}

.swingOut{
    perspective: 500px;
    transform: rotateX(90deg);
    backface-visibility: hidden;
    animation: swingOut 2s ease-in forwards;
}

@keyframes swingOut{

    from{  
        transform: rotateX(-90deg);
    }

    to{
        transform: rotateX(0deg);
    }

}

/*
@supports (background-attachment: fixed) {
    .whoWeAreTitle{
        background-attachment: fixed;
    }
}*/

@media (min-width: 1921px){

    #mainHeroImgCont img{
        width: 100% !important;
        max-height: 550px !important;
    }

    .singleService img {
        width: 100%;
        max-height: 130px;
    }

}

@media(min-width:1300px){
    
    #ourTeamCSCME .teamMember{
        flex-basis: 45%;
    }

    #ourTeamCSCME .ourTeamContainer{
        max-width: 900px;
    }

}

@media (max-width: 1330px) {

    #mainHeroImgTextCont{
        
        margin: 160px auto;

    }

    #whoWeAreStaff{
        display: block;
    }

    #whoWeAreStaffInner {
        width:100%;
        border:none;
        margin-bottom:20px;
        margin-bottom: 40px;    
        margin-right: 0px;
    }

    #whoWeAreStaffSection {
        max-width: inherit;
        width: 720px;
        overflow: auto;
        margin: 20px auto 20px auto;
        display: block;
        float: none;
    }

}

@media (max-width: 1060px) {
    #desktopMenu {
        display:none;
    }

    #mobileNavIcon {
        display: block;
    }

}


@media (max-width: 1020px) {
    .ourTeamContainer {
        max-width:830px
    }

    /*
    .teamMember {
        width: auto;
        float: none;
    }*/

    .teamMember_RightSide {
        /*width: 250px*/
    }

    #aboutUs_Left,#aboutUs_Right {
        width: 100%
    }

    .whoWeAreTitle{
        background-attachment: initial;
    }

}

@media (max-width: 940px) {

    #locations {
        width: 100%
    }

    .locationContainer {
        width: 400px;
        float: none;
        margin: 0 auto;
        display: block;
        padding-left: 0;
        display: flex;
        padding-left: 0;
        justify-content: center;
        align-items: center;
    }

    .locationContainer figure {
        margin-left: 0;
        padding-left: 0
    }
}

@media(max-width: 860px) {
    .teamMember {
        margin: 20px auto;
        overflow: auto;
        overflow: hidden;
    }

    #mainHeroImgText span{
        
        font-size: 50px;
        width: 90%;

    }
}

@media (max-width: 800px) {

    
    #mainVideo{
       width: auto !important;
    }


    .learnMore {
        float: left;
        margin-left: 10px;
        margin-top: 0;
        margin-bottom: 10px
    }

    .callFooterLink {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 750px) {
    .companyStatistic {
        width:100%;
        display: block;
        float: left;
        text-align: center;
        height: 80px
    }

    .companyStats_mainStat {
        font-size: 20px;
        margin: 15px auto 5px auto;
        display: block
    }

    .servicesIndv{
        width:100%;
        height: 350px;
        padding: 10px;
        box-sizing: border-box;
    }

    #whoWeAreAttribs{
        margin: 20px;
        padding: 0px;
    }

    #projectReporting_Left{
        width:100%;
    }
    
    #projectReporting_Right{
        width:100%;
    }

    
    .pageInnerContainer h2 {
        background: linear-gradient(87deg, rgba(34,116,71,1) 80%, rgba(255,255,255,1) 100%);
    }

    .pageInnerContainer h3 {
        background: linear-gradient(87deg, rgba(34,116,71,1) 80%, rgba(255,255,255,1) 100%);
    }

    #footerContactInfo {
        width: 240px
    }

    #footerPhoneContainer {
        float: left;
        display: block!important;
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px !important;
    }

    #footerEmailContainer {
        float: left;
        display: block!important;
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px !important;
    }

    #footerDocContainer {
        float: left;
        display: block!important;
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px !important;
    }

    #whoWeAreStaffSection{
        width:100%;
    }

}
@media(max-width:550px){
    
    #mainVideo{
       width: auto !important;
    }

    #mainHeroImgTextCont {
        margin: 100px auto;
    }

    .pageInnerContainer h2 {
        background: none;
        background-color: rgba(34,116,71,1);
    }

    .pageInnerContainer h3 {
        background: none;
        background-color: rgba(34,116,71,1);
    }

    #whoWeAreStaff img {
        max-width: 70px;
    }
    
    .locationsBottomIndiv {
        width: 220px;
        max-width: inherit; 
        margin: 0 auto;
        display: block;
        float: none;
    }

    .whoWeAreTitle{
        background-attachment: initial;
    }

}


@media(max-width:500px){

    
    #mainHeroImgText button{
        margin-top:10px;
    }
}

@media (max-width: 500px) {

    #mainHeroImgText button{
        margin-top:10px;
    }

    #servicesHeroTitle h1{
        font-size: 26px;
    }

    #timelineOuter{
        width: 310px;
    }

    .timelineYear{
        font-size:26px;
    }
    .timelineDescription {
        width: 125px;
        font-size: 14px;
    }

    header {
        height: 135px
    }

    #logoAndTagline {
        padding-left: 9px;
        padding-top: 12px;
        float: left
    }

    #ourServices_CMEInner,#ourServices_DrillingInner,#ourServices_EnvironmentalInner,#ourServices_GeotechnicalInner {
        width: 90%;
    }

    .pageTitleContainer {
        background-position-x: center
    }

    .pageTitle {
        margin-top: 64px;
        font-size: 16px;
    }

    .pageTitleSubtitle {
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px
    }

    #callUsText {
        display: none;
    }

    #upperHeader_Call {
        margin-left: 5px;
        width: 130px;
    }

    #locationsBottomTitle {
        font-size: 16px;
        text-align: left;
        padding-left: 30px;
        font-weight: 700;
    }

    .location,.locationContainer {
        width: 100%;
    }

    .location figcaption {
        height: 230px;
    }

    .locationInfo_Left {
        margin-left: 20px;
        width: calc(100% - 20px)
    }

    .locationInfo_Right {
        float: left;
    }

    .callLocation {
        margin-top: 5px;
        margin-bottom: 0;
        display: block
    }

    .getDirections {
        margin-top: 0;
        margin-bottom: 0
    }

    .locationInfo_Right a {
        text-decoration: none
    }

    .locationsBottomIndiv {
        width: 100%
    }

    .locationsBottomIndiv p {
        font-size: 14px
    }

    .getDirectionsHomepage {
        margin-bottom: 30px
    }

    .getDirections {
        margin-top: 5px;
        margin-left: 20px
    }

    .ourTeamOuterContainer {
        height: auto
    }

    .ourTeamContainer {
        overflow: auto;
        width: 100%!important
    }

    .teamMember_RightSide {
        width: calc(100% - 133px);
    }

    .teamMember_AdditionalInfo {
        padding-left: 10px;
        font-weight: 400;
        margin-top:10px;
    }

    .teamMember {
        float: none;
        margin: 20px auto;
        overflow: visible;
        width: 98%;
        max-width: none;
    }

    .ourTeamContainer {
        padding: 0
    }

    .locationStreetview {
        height: 150px
    }

    #contactUsInfo h1 {
        font-weight: 400;
        font-size: 24px
    }

    #proposalRequestContainer {
        width: 100%!important
    }

    #proposalRequestContainer iframe {
        width: 100%!important;
        height: 100%!important
    }

    
    #geotechnicalPageHeader .pageTitle{
        padding-bottom:30px;
        width:85%;
    }

    #geotechnicalPageHeader .servicesPage_mainImg{
        object-fit: cover;
        height: 350px;
        aspect-ratio: 4 / 3;
    }

}