@font-face {
    font-family: 'd-din_condenseddinCnBd';
    src: url('fonts/d-dincondensed-bold-webfont.woff2') format('woff2'), url('fonts/d-dincondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'd-din_condensedregular';
    src: url('fonts/d-dincondensed-webfont.woff2') format('woff2'), url('fonts/d-dincondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.st0 {
    width: 70px;
    stroke: #fff;
    fill: #fff;
    stroke-miterlimit: 10;
}

.svg-caret {
    width: 34px;
    display: inline-block;
}

.hero-nav__cont {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.owl-carousel a {
    text-decoration: none;
    color: #fff
}

.hero-nav-items__cont {
    width: 1200px;
    display: flex;
    justify-content: space-around;
}

.owl-dot:last-child {
    border-right: 0px;
}

.hero-nav-items__cont-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 46px;
    top: 53px;
    background-color: rgba(0, 0, 0, .6);
}

.hero-nav-items__cont .owl-dot {
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
    transition: background .5s ease-out
}

.owl-dot {
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    height: auto;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    border-right: 1px solid hsla(0, 0%, 100%, .5);
    cursor: pointer
}

.item-mobile {
    display: none;
}

.item, .item-mobile {
    height: 420px;
    background-size: cover;
}

.item-inner__cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 87px 40px;
    margin: 0 auto;
    height: 420px;
}

.item-inner__headline {
    font-family: 'd-din_condenseddinCnBd', Helvetica, sans-serif;
    font-size: 70px;
    line-height: 70px;
    margin: 0;
    padding: 0;
}

.item .item-inner__cont .item-inner__headline h2 {
    font-size: 70px;
    line-height: 70px;
    margin: 0;
}

.item-inner__cta {
    font-size: 45px;
    font-family: 'd-din_condensedregular', Helvetica, sans-serif;
}

.break-desktop {
    display: none;
}

.hero-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-family: aecom-sans, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px
}

.hero-nav-item--mob {
    display: none
}

.owl-dots.hero-nav-items__cont>.owl-dot:hover {
    background-color: #000
}

.active, .owl-dot:hover {
    opacity: 1
}

.hero-nav-items__cont .active {
    opacity: 1!important;
    background-color: #000!important
}

.progress-bar-cont {
    width: 100%
}

.progress-bar, .progress-bar--mob {
    width: 0;
    background-color:#00b5e5 !important;
    height: 3px;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    -moz-transition: width 6s linear;
    -webkit-transition: width 6s linear;
    -o-transition: width 6s linear;
    visibility: hidden;
}

.owl-dot.active .progress-bar {
    width: 100%;
    visibility: visible;
}

.progress-bar--mob {
    opacity: 1
}

.progress-bar-cont--mob {
    display: none
}

.home .ae-panel-cover .surface-text-container {
    padding: 0
}

.owl-theme .owl-nav {
    display: none
}

#ae-panel-4e97 .wistia_responsive_padding, #ae-panel-d831 .wistia_responsive_padding, .carousel-page .wistia_responsive_padding {
    padding: 460px 0 0!important
}

.wistia-bg-image {
    background: url(https://aecom.com/hero/hero-nav-savannah.jpg) no-repeat top;
    background-size: 1180px 460px
}

#wistia_138\.thumbnail_img {
    display: none!important
}

.owl-stage-outer {
    background-color: #ccc
}

@media only screen and (max-width:1200px) {
    #ae-panel-4e97 .wistia_responsive_padding, #ae-panel-d831 .wistia_responsive_padding, .carousel-page .wistia_responsive_padding {
        padding: 39% 0 0!important
    }
}

@media only screen and (max-width:740px) {
    #ae-panel-4e97 .wistia_responsive_padding, #ae-panel-d831 .wistia_responsive_padding, .carousel-page .wistia_responsive_padding {
        padding: 39% 0 0!important
    }
    .hero-nav-items__cont {
        display: none
    }
    .owl-dot {
        opacity: 1;
        height: 25px
    }
    .item .progress-bar-cont .progress-bar {
        display: block
    }
    .home .ae-panel-cover .surface-text-container {
        padding: 0;
        margin-bottom: 15px
    }
    .progress-bar-cont--mob {
        display: block;
        position: relative;
        top: -27px
    }
    .owl-theme .owl-nav {
        position: relative;
        z-index: 1;
        bottom: 100px;
        max-width: 400;
        display: flex;
        justify-content: space-between
    }
    .item-inner__headline {
        width: 100%;
        font-size: 42px;
        line-height: 47px;
    }
    .item-inner__cta {
        font-size: 30px;
        line-height: 35px;
    }

    .item-mobile {
        height: 300px;
        display: block;
    }

    .item {
        display: none;
    }
    .svg-caret {
        width: 20px;
    }
    .break-mobile {
        display: none;
    }
    .break-desktop {
        display: block;
    }

    .item-mobile .item-inner__cont .item-inner__headline {
        padding: 0 40px 0 0px;
    }

    .item-mobile .item-inner__cont .item-inner__headline h2 {
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 20px 0;
    }

    .item-mobile .item-inner__cont .item-inner__headline p {
        font-size: 24px!important;
        line-height: 26px!important;
        margin: 0 0 20px 0!important;
    }

    .hero-nav-items__cont-wrapper {
        position: absolute;
        top: 0;
        background-color: transparent;
    }

    .hero-nav-items__cont-wrapper, .hero-nav-items__cont {
        display: block!important;
    }

    .hero-nav__cont {
        position: relative;
        visibility: visible;        
    }

    .owl-dots.hero-nav-items__cont .owl-dot {
        height: 3px;
        overflow: hidden;
        width: 100%;
        position: absolute;
        visibility: hidden;
    }

    .owl-dots.hero-nav-items__cont .owl-dot .hero-nav-item {
        display: none;
    }

    .owl-dots.hero-nav-items__cont .owl-dot.active {
        visibility: visible;
    }
}

@media screen and (max-width:450px) {
  .hero-nav__cont {
    height: 300px;
  }
}
/*hide buttons*/
@media screen and (max-width:960px) {
  .hero-nav-items__cont-wrapper {
    display: none;
  }
}

@media screen and (max-width:630px) {
    .home #ae-panel-114c img.attachment-hero-crop, .home #ae-panel-d831 img.attachment-hero-crop {
        display: none
    }
    .home .ae-panel {
        margin: 0
    }
    #secondary, .home #primary {
        padding-top: 0
    }
    .home .ae-panel-cover .surface-text-container .surface-text {
        margin: 0 0 1rem
    }
    .hero-nav__cont {
        margin: 0 auto 15px;
        overflow: hidden;
        height: 300px;
    }
    figure#ae-panel-4e97-surface-36756 .attachment-hero-crop {
        display: none
    }
    .home .ae-panel-cover .surface-text-container {
        padding: 0;
        margin-bottom: 15px
    }
    .item-inner__cont {
        padding: 0 10px;
        width: 100%;
        height: 100%;
    }
    .hero-nav-items__cont-wrapper {
        display: none;
    }
}

@media screen and (min-width:960px) {
    .home .ae-panel-cover .surface-text-container {
        padding: 0;
        margin: 0;
        top: 0!important;
        right: 0!important;
        bottom: 0!important;
        left: 0!important
    }
    .hero-nav__cont {
        margin: 0 auto 15px;
        height: 420px;
        overflow: hidden;
    }
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    height: 320px;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-item a {
    color: #fff;
}

.owl-item a:hover {
    text-decoration: none;
    color: #fff;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}