  /** Responsive screen sizes **/
footer.aecom-footer {
  color: #FFF;
  font-size: 16px;
  line-height: 27px;
  font-family: "aecom-sans", Arial, sans-serif;
  background-color: #333;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
footer.aecom-footer .footer-container {
  padding: 55px;
  position: relative;
  margin: 0;
}
footer.aecom-footer .footer-container::after {
  content: " ";
  display: table;
  clear: both;
}
footer.aecom-footer .footer-container .footer-column {
  min-height: 1px;
}
@media (min-width: 768px) {
  footer.aecom-footer .footer-container .footer-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer.aecom-footer .footer-container .footer-column {
    width: 16.66%;
  }
}
footer.aecom-footer .footer-container .footer-column:first-child {
  margin-left: 0px;
}
footer.aecom-footer .footer-container .footer-column .widget {
  margin: 0 0 1.5em;
}
footer.aecom-footer .footer-container .footer-column .widget .widget-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0px 0px 10px;
  text-transform: uppercase;
  line-height: 1.3;
}
footer.aecom-footer .footer-container .footer-column .widget .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.aecom-footer .footer-container .footer-column .widget .menu .menu-item {
  margin-bottom: 5px;
}
footer.aecom-footer .footer-container .footer-column .widget .menu .menu-item a {
  color: #FFF;
  display: inline;
}
footer.aecom-footer .aecom-elements.footer-aecom-column .logo-container {
  margin-bottom: 22px;
}
footer.aecom-footer .aecom-elements.footer-aecom-column .logo-container a {
  display: inline-block;
  line-height: 1em;
}
footer.aecom-footer .aecom-elements.footer-aecom-column .logo-container img {
  width: 124px;
}
footer.aecom-footer .aecom-elements.social-networks {
  list-style: none;
  margin: 0 0 55px;
  padding: 0px;
  display: block;
}
footer.aecom-footer .aecom-elements.social-networks li {
  margin-bottom: 10px;
  display: inline-block;
}
footer.aecom-footer .aecom-elements.social-networks li a {
  display: inline-block;
  padding: 0 4px;
  font-size: 14px;
}
footer.aecom-footer .aecom-elements.social-networks li a i {
  color: #333;
  background-color: #FFF;
  text-align: center;
  font-size: inherit;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
}
footer.aecom-footer .aecom-elements.social-networks li a:hover i {
  background: #08c;
  border-color: #08c;
}
footer.aecom-footer .aecom-elements.copyright {
  font-weight: bold;
  font-size: 0.86em;
  line-height: 1.55em;
}
footer.aecom-footer .aecom-elements.legal div {
  display: inline-block;
}
footer.aecom-footer .aecom-elements.legal .terms {
  border-right: 1px solid;
  padding-right: 10px;
  margin-right: 10px;
}
footer.aecom-footer .aecom-elements.legal a {
  color: #FFF;
  text-decoration: underline;
}

.aecom-header {
  font-size: 14px;
  font-family: "aecom-sans", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
.aecom-header .main-navigation ul ul {
  position: static;
}
.aecom-header .aecom-top-header {
  position: relative;
}
.aecom-header .aecom-top-header * {
  box-sizing: border-box;
}
.aecom-header .aecom-top-header .header-image-container {
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
}
.aecom-header .aecom-top-header .header-image-container::after {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.aecom-header .aecom-top-header .header-container {
  margin: 0 auto;
  padding: 15px 23px 20px;
  width: 100%;
  position: relative;
}

@media (min-width: 1050px) {
  .aecom-header .aecom-top-header .header-container {
    padding: 15px 23px 20px 87px;
  }
}
@media (min-width: 1380px) {
  .aecom-header .aecom-top-header .header-container {
    padding: 32px 87px 20px;
  }
}
.aecom-header .aecom-top-header .header-container .stock-quote {
  font-size: 0.8em;
  background-color: red;
}
.aecom-header .aecom-top-header .header-container .top-row::after {
  content: " ";
  clear: both;
  display: table;
}
.aecom-header .aecom-top-header .header-container .top-row .menu-container {
  float: right;
  position: relative;
  font-size: 0.7em;
}
.aecom-header .aecom-top-header .header-container .top-row .menu-container ul {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
}
.aecom-header .aecom-top-header .header-container .top-row .menu-container ul li {
  display: inline-block;
  padding: 5px 15px;
  border-right: 0px;
}
.aecom-header .aecom-top-header .header-container .top-row .menu-container ul li:last-child {
  border-right: none;
}
.aecom-header .aecom-top-header .header-container .top-row .menu-container ul li a {
  text-decoration: none;
}
.aecom-header .aecom-top-header .header-container .top-row .menu-container ul li.search-option-container {
  padding: 0 0 0 12px;
}
@media (min-width: 1380px) {
  .aecom-header .aecom-top-header .header-container .top-row {
    display: none;
  }
}
.aecom-header .aecom-top-header .header-container .bottom-row::after {
  content: " ";
  clear: both;
  display: table;
}
.aecom-header .aecom-top-header .header-container .bottom-row .logo-container {
  float: left;
  position: relative;
  top: -15px;
}
.aecom-header .aecom-top-header .header-container .bottom-row .logo-container img {
  width: 110px;
  height: 25px;
}
@media (min-width: 1380px) {
  .aecom-header .aecom-top-header .header-container .bottom-row .logo-container {
    position: static;
  }
}
.aecom-header .aecom-top-header .header-container .bottom-row > .main-navigation {
  float: right;
}
@media only screen and (max-width: 1049px) {
  .aecom-header .aecom-top-header .header-container .bottom-row > .main-navigation {
    display: none;
    float: none;
    padding-top: 30px;
  }
  .aecom-header .aecom-top-header .header-container .bottom-row > .main-navigation .menu-container > ul > li {
    display: block;
    padding-left: 10px;
  }
  .aecom-header .aecom-top-header .header-container .bottom-row > .main-navigation .menu-container > ul > li a {
    display: block;
    text-align: left;
  }
}
.aecom-header .aecom-top-header .header-container .bottom-row > .main-navigation .menu-container > ul > li:first-child {
  padding-left: 10px;
}
.aecom-header .aecom-top-header .header-container .bottom-row > .aecom-menu-toggle {
  float: right;
  font-size: 18px;
}
.aecom-header .aecom-top-header .header-container .bottom-row > .aecom-menu-toggle.active {
  color: lightgrey;
}
.aecom-header .aecom-top-header .header-container .bottom-row > .aecom-menu-toggle.active + .main-navigation {
  display: block;
}
@media (min-width: 1050px) {
  .aecom-header .aecom-top-header .header-container .bottom-row > .aecom-menu-toggle {
    display: none;
  }
}
.aecom-header .aecom-top-header .header-container .bottom-row > .secondary-navigation {
  float: right;
}
.aecom-header .aecom-top-header .header-container .bottom-row > .secondary-navigation > .menu-container > ul > li {
  font-size: 14px;
}
.aecom-header .aecom-top-header .header-container .bottom-row > .secondary-navigation > .menu-container > ul > li:first-child {
  padding-left: 34px;
}
.aecom-header .aecom-top-header .header-container .bottom-row > .secondary-navigation > .menu-container > ul > li.search-option-container .nav-search-box input {
  font-size: 0.8em;
}
.aecom-header .aecom-top-header .header-container .bottom-row > .secondary-navigation > .menu-container > ul > li.search-option-container .nav-search-box.active input {
  width: 180px;
}
@media only screen and (max-width: 1379px) {
  .aecom-header .aecom-top-header .header-container .bottom-row > .secondary-navigation {
    display: none;
  }
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container > ul,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container > ul {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
  line-height: 1.2em;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container > ul > li,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container > ul > li {
  display: inline-block;
  padding: 5px 0 5px 50px;
  /*&:first-child {
    padding-left: 0;
  }*/
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container > ul > li a,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container > ul > li a {
  text-decoration: none;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container > ul > li.search-option-container,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container > ul > li.search-option-container {
  padding-top: 0;
  padding-bottom: 0;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .aecom-mm-button,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .aecom-mm-button {
  background: #fff;
  color: #1A1919;
  font-weight: bold;
  font-family: "DIN Condensed", aecom-sans;
  font-size: 1em;
  padding: 5px 10px;
  width: auto;
  line-height: 1em;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .aecom-mm-button::after,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .aecom-mm-button::after {
  display: inline-block;
  content: ">";
  margin-left: 10px;
}
.aecom-header .aecom-top-header .header-container .title-row {
  margin-top: 70px;
}
.aecom-header .aecom-top-header .header-container .title-row::after {
  content: " ";
  clear: both;
  display: table;
}
.aecom-header .aecom-top-header .header-container .title-row .title-container h1 {
  font-weight: 400;
  font-size: 3.2em;
  margin: 0px;
  line-height: 1em;
  letter-spacing: -1px;
}
.aecom-header .aecom-top-header .header-container .title-row .title-container .intro-title {
  margin: 0px;
  font-size: 1.1em;
  font-style: italic;
}
@media only screen and (max-width: 959px) {
  .aecom-header .aecom-top-header .header-container .title-row .title-container {
    margin-left: 0px;
    text-align: center;
  }
}
.aecom-header .aecom-top-header .header-container .header-background-image-credit {
  position: absolute;
  bottom: 20px;
  right: 30px;
  margin: 0px;
  font-size: 0.8em;
}
.aecom-header .aecom-top-header .header-container .urs-language-switch .ae-dropdown {
  right: 0;
}
.aecom-header .aecom-top-header .header-container .urs-language-switch .ae-dropdown ul.col {
  margin: 0;
}
.aecom-header .aecom-top-header .header-container .urs-language-switch .ae-dropdown ul.col li {
  display: block;
  padding: 0;
  border: 0;
}
.aecom-header .aecom-top-header .header-container .urs-language-switch .ae-dropdown ul.col li:first-child {
  padding-left: 0;
}
.aecom-header .aecom-top-header .header-container .urs-language-switch .ae-dropdown ul.col li a {
  display: block;
}
.aecom-header .aecom-top-header .header-container .search-option-container {
  padding: 0;
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box {
  display: inline-block;
  width: 100%;
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box input {
  display: inline;
  padding: 0;
  background-color: #fff;
  outline: none;
  border: none;
  height: auto;
  font-size: 1em;
  line-height: 1em;
  color: grey;
  width: 0;
  transition: width 500ms;
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1;
  /* Firefox */
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: lightgrey;
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: lightgrey;
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box a {
  line-height: 1em;
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box.active {
  border: 1px solid;
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box.active a {
  padding: 0 5px 0 3px;
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box.active input {
  width: 160px;
  padding: 4px 10px;
}
.aecom-header .aecom-top-header .header-container .search-option-container .nav-search-box.active span {
  padding: 4px 0;
}
@media (min-width: 1050px) {
  .aecom-header.one-line .header-container {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 25px;
  }
  .aecom-header.one-line .header-container .top-row {
    flex-grow: 0;
  }
  .aecom-header.one-line .header-container .top-row .menu-container {
    font-size: 12px;
  }
  .aecom-header.one-line .header-container .top-row .menu-container ul {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .aecom-header.one-line .header-container .top-row .menu-container ul li {
    padding: 5px 17px;
  }
  .aecom-header.one-line .header-container .bottom-row {
    flex-grow: 2;
  }
  .aecom-header.one-line .header-container .bottom-row .logo-container {
    top: 0;
  }
  .aecom-header.one-line .header-container .bottom-row .secondary-navigation .menu-container {
    font-size: 13px;
  }
  .aecom-header.one-line .header-container .bottom-row .secondary-navigation .menu-container ul li {
    padding: 7px 17px;
    font-size: 1em;
  }
  .aecom-header.one-line .header-container .bottom-row .main-navigation {
    margin: 0;
  }
}

.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .mega-menu-wrap,
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu,
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container #mega-menu-wrap-header-second-menu,
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container #mega-menu-wrap-header-second-menu #mega-menu-header-second-menu,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .mega-menu-wrap,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container #mega-menu-wrap-header-second-menu,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container #mega-menu-wrap-header-second-menu #mega-menu-header-second-menu {
  position: static;
}
@media only screen and (max-width: 1379px) {
  .aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container #mega-menu-wrap-header-second-menu #mega-menu-header-second-menu > li.mega-menu-item:last-child,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container #mega-menu-wrap-header-second-menu #mega-menu-header-second-menu > li.mega-menu-item:last-child {
    margin-right: 0px;
  }
  .aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container #mega-menu-wrap-header-second-menu #mega-menu-header-second-menu > li.mega-menu-item:last-child a,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container #mega-menu-wrap-header-second-menu #mega-menu-header-second-menu > li.mega-menu-item:last-child a {
    padding-right: 0px;
  }
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu {
  font-weight: 300;
  /** Overwrites styles in theme indigo **/
  /** End: Overwrites styles in theme indigo **/
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .widget .widget-title,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .widget .widget-title {
  color: #fff;
  text-transform: none;
  font-family: "aecom-sans", Arial, sans-serif;
  letter-spacing: normal;
  font-size: 1.55em;
  font-weight: normal;
  line-height: 1.15em;
  margin-bottom: 23px;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-promo,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-promo {
  padding: 50px 10%;
  min-height: 514px;
  font-size: 1.78em;
  line-height: 1.22em;
  display: none;
}
@media (min-width: 960px) {
  .aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-promo,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-promo {
    display: block;
  }
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-promo .widget-title,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-promo .widget-title {
  font-size: 1.4em;
  line-height: 1.11em;
  margin-bottom: 28px;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-menu,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-menu {
  line-height: 1.78em;
  padding: 2% 10%;
}
@media (min-width: 960px) {
  .aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-menu,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-menu {
    padding: 50px 10%;
  }
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-button,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-button {
  font-weight: bold;
  font-family: "DIN Condensed", aecom-sans;
  font-size: 18px;
  padding: 5px 23px 5px 9px;
  width: auto;
  line-height: 1em;
  text-transform: uppercase;
  border: none;
  background: #fff;
  color: #1A1919;
  background-image: url(/assets/caret-bk-bold.svg);
  background-repeat: no-repeat;
  background-position: 97% 6px !important;
  background-size: 13px !important;
  text-decoration: none;
  display: inline-block;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-button::after,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-button::after {
  display: none;
  content: "";
  margin-left: 10px;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-news,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-news {
  line-height: 1.78em;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-intro, .aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-work, .aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .aecom-mm-news,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-intro,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-work,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .aecom-mm-news {
  min-height: 300px;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu .hdr-white,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu .hdr-white {
  font-weight: bold;
  font-family: "DIN Condensed", aecom-sans;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu ul,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  background: none;
  padding: 0;
  font-size: 1em;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu ul li,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu ul li {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1.78em;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu ul li a,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu ul li a {
  padding: 0;
  font-size: 100%;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu ul li:hover > a,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu ul li:hover > a {
  background: none;
  color: #fff;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu p,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu p {
  margin: 0.5em 0;
}
.aecom-header .aecom-top-header .header-container .bottom-row .main-navigation > .menu-container .max-mega-menu a,
.aecom-header .aecom-top-header .header-container .bottom-row .secondary-navigation > .menu-container .max-mega-menu a {
  color: #fff;
  line-height: 24px;
  margin-bottom: 12px;
  display: inline-block;
}
@media (min-width: 1050px) {
  .aecom-header.one-line .header-container .bottom-row .main-navigation .menu-container #mega-menu-wrap-header-second-menu #mega-menu-header-second-menu > li.mega-menu-item:last-child a {
    padding-right: 8px;
  }
}

@font-face {
  font-family: "DIN Condensed";
  src: url("https://aecom.com/wp-content/themes/aecom-2019/css/fonts/d-dincondensed-webfont.woff2") format("woff2"), url("https://aecom.com/wp-content/themes/aecom-2019/css/fonts/d-dincondensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Condensed Bold";
  src: url("https://aecom.com/wp-content/themes/aecom-2019/css/fonts/d-dincondensed-bold-webfont.woff2") format("woff2"), url("https://aecom.com/wp-content/themes/aecom-2019/css/fonts/d-dincondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aecom-sans";
  src: url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/EOT/91福利Sans_W_Lt.eot?") format("eot"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/WOFF/91福利Sans_W_Lt.woff") format("woff"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/TTF/91福利Sans_W_Lt.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "aecom-sans";
  src: url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/EOT/91福利Sans_W_LtIt.eot?") format("eot"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/WOFF/91福利Sans_W_LtIt.woff") format("woff"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/TTF/91福利Sans_W_LtIt.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "aecom-sans";
  src: url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/EOT/91福利Sans_W_Rg.eot?") format("eot"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/WOFF/91福利Sans_W_Rg.woff") format("woff"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/TTF/91福利Sans_W_Rg.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "aecom-sans";
  src: url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/EOT/91福利Sans_W_It.eot?") format("eot"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/WOFF/91福利Sans_W_It.woff") format("woff"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/TTF/91福利Sans_W_It.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "aecom-sans";
  src: url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/EOT/91福利Sans_W_Bd.eot?") format("eot"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/WOFF/91福利Sans_W_Bd.woff") format("woff"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/TTF/91福利Sans_W_Bd.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "aecom-sans";
  src: url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/EOT/91福利Sans_W_BdIt.eot?") format("eot"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/WOFF/91福利Sans_W_BdIt.woff") format("woff"), url("https://aecom.com/wp-content/themes/aecom/inc/aecom-sans/TTF/91福利Sans_W_BdIt.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

/* Megamenu Auto Height column Fix */

.news-insights, #about-us-desktop-menu {
  display: grid!important;
  grid-auto-flow: column!important;
}

.news-insights .panel-grid-cell, #about-us-desktop-menu .panel-grid-cell{
  width: 100%!important;
  height: 100%!important;
}

#about-us-desktop-menu {
  grid-template-columns: 33% auto;
}

#about-us-desktop-menu .panel-grid-cell .aecom-mm-menu .widget-title {
  margin-left: 20px;
}

.news-insights .panel-grid-cell .aecom-mm-promo, #about-us-desktop-menu .panel-grid-cell .aecom-mm-promo {
  height: 100%!important;
}

/* Caret symbol on subheadlines */

.textwidget > p > a.mega-cta-white {
  background-image: url(/assets/caret-bold.svg) !important;
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 5px;
  background-size: 13px;
  text-decoration: none;
  display: table-cell !important;
  padding: 0px 20px 9px 0 !important;
  font-weight: bold !important;;
  font-family: "DIN Condensed", aecom-sans !important;;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #about-us-desktop-menu .alignleft {
      float: none;
    }
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* SHOW HIDE MEGAMENU ABOUT US DROPDOWN FOR MOBILE AND DESKTOP */

#about-us-mobile-menu {
  display: none;
}

@media (max-width: 600px) {
  #about-us-desktop-menu {
    display: none!important;
  }
  #about-us-mobile-menu {
    display: block!important;
  }
}

#mega-menu-wrap-header-second-menu #mega-menu-header-second-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: '\25BC' !important;
  font-family: unset !important;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
  font-size: 12px;
}