@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 680px) {
  body.home-page.mm-large #main_container {
    padding-top: 158px;
  }
  body.home-page.mm-large #wje-logo-head {
    position: fixed;
    top: -21px;
    left: 0;
    width: 64%;
    max-width: 240px;
    height: auto;
    background: none;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
  }
  body.home-page.mm-large #wje-logo-head img.wje-menu-logo {
    width: 100% !important;
    height: auto;
  }
  body.home-page.mm-large #mobile-menu {
    height: 157px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
  }
  body.home-page.mm-large #mobile-menu #menu-button {
    margin-top: 20px;
  }
  body.home-page.mm-large #mobile-menu #mobile-search-bt {
    margin-top: 20px;
  }
}

body.home-page .content-header {
  position: relative;
}
body.home-page .content-header-title.image-header {
  z-index: 999;
}
body.home-page .header-image {
  z-index: 9;
  min-height: 600px;
}
@media (max-width: 1024px) {
  body.home-page .header-image {
    min-height: 200px;
  }
}
@media (max-width: 680px) {
  body.home-page .header-image {
    min-height: 200px;
  }
}
body.home-page .gptw-badge {
  display: block;
  width: 134px;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 176px;
}
@media (max-width: 1750px) {
  body.home-page .gptw-badge {
    left: 121px;
  }
}
@media (max-width: 1550px) {
  body.home-page .gptw-badge {
    left: 167px;
  }
}
@media (max-width: 1365px) {
  body.home-page .gptw-badge {
    left: 139px;
  }
}
@media (max-width: 1279px) {
  body.home-page .gptw-badge {
    left: 120px;
  }
}
@media (max-width: 1024px) {
  body.home-page .gptw-badge {
    left: 40px;
  }
}
body.home-page .gptw-badge-small {
  display: none;
  float: left;
  margin: 0 16px 0 0;
}
@media (max-width: 680px) {
  body.home-page .gptw-badge-small {
    display: block;
  }
}
@media (max-width: 680px) {
  body.home-page .header-image .arrow-box {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  body.home-page .header-image .arrow-box.hide {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}
body.home-page #content_inner {
  margin: -1px auto 0;
}
body.home-page .arrow-box {
  margin: 50px 0 0 4px;
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
  background: url(/assets/images/trans-black-30.png);
}
@media (max-width: 480px) {
  body.home-page .arrow-box {
    margin: 20px 0 0 4px;
  }
}
body.home-page .arrow-box:hover {
  background: #e37925;
}
body.home-page .arrow {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 22px;
}
body.home-page .arrow-first {
  animation: arrow-movement 2s ease-in-out infinite;
}
body.home-page .arrow-second {
  animation: arrow-movement 2s 1s ease-in-out infinite;
}
body.home-page .arrow:before,
body.home-page .arrow:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
}
body.home-page .arrow:before {
  transform: rotate(45deg) translateX(-17%);
  transform-origin: top left;
}
body.home-page .arrow:after {
  transform: rotate(-45deg) translateX(17%);
  transform-origin: top right;
}
body.home-page .header-image {
  position: relative;
}
@media (max-width: 680px) {
  body.home-page .header-image .arrow-box {
    position: absolute;
    left: 36px;
    bottom: 36px;
  }
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    bottom: 78%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomFade {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
body.home-page .bxslider.bxslider-general.init,
body.home-page .bxslider.bxslider-general {
  opacity: 0;
  max-height: 1200px;
  overflow: visible;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
body.home-page .bxslider.bxslider-general.init > div,
body.home-page .bxslider.bxslider-general > div {
  width: 100% !important;
}
body.home-page .bx-wrapper {
  margin-bottom: 0;
}
body.home-page .bx-pager {
  position: absolute;
  width: 400px;
  right: 100px;
  bottom: 80px;
}
@media (max-width: 680px) {
  body.home-page .bx-pager {
    display: none;
  }
}
body.home-page .bx-controls {
  opacity: 0;
}
@media (max-width: 680px) {
  body.home-page .bx-controls {
    display: none;
  }
}
body.home-page .bx-wrapper .bx-viewport .bxslider-general div {
  transform: scale(1.1);
}
body.home-page .bx-wrapper .bx-viewport .bxslider-general div[aria-hidden=false] {
  animation-name: zoomFade;
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  transform: scale(1.1);
  opacity: 1;
}
body.home-page .home-down-box {
  display: block;
  width: 32px;
  height: 26px;
  overflow: hidden;
  background: url(/assets/images/common/down-arrow-sprite.png) 0 0 no-repeat;
  margin-top: 40px;
}
body.home-page .home-down-box:hover {
  background: url(/assets/images/common/down-arrow-sprite.png) 0 -100px no-repeat;
}
body.home-page .content-header-title {
  background: none;
  max-width: 800px;
  opacity: 1;
}
body.home-page .content-header-title .header-title h1 {
  padding-right: 0;
  margin: 20px 0 50px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}
@media (max-width: 680px) {
  body.home-page .content-header-title .header-title h1 {
    margin: 10px 0 20px;
  }
}
body.home-page .content-header-title .header-title .section-copy {
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0;
}
body.home-page .content-header-title .header-title .section-copy a, body.home-page .content-header-title .header-title .section-copy a:visited {
  color: #ffffff;
}
body.home-page .content-header-title .header-title .section-copy a:hover {
  text-decoration: none;
}
body.home-page .content-header-title .header-title .section-copy p {
  text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.8);
  width: 440px;
}
@media (max-width: 1750px) {
  body.home-page .content-header-title .header-title .section-copy p {
    width: 440px;
  }
}
@media (max-width: 1550px) {
  body.home-page .content-header-title .header-title .section-copy p {
    width: 420px;
  }
}
@media (max-width: 1365px) {
  body.home-page .content-header-title .header-title .section-copy p {
    width: 390px;
  }
}
@media (max-width: 1279px) {
  body.home-page .content-header-title .header-title .section-copy p {
    width: 360px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  body.home-page .content-header-title .header-title .section-copy p {
    width: 340px;
  }
}
@media (max-width: 680px) {
  body.home-page .content-header-title .header-title .section-copy p {
    width: auto;
  }
}
@media (max-width: 680px) {
  body.home-page .wje-content.only-phone-block {
    padding: 15px 30px 0;
  }
  body.home-page .wje-content.only-phone-block h1 {
    font-size: 38px;
    line-height: 44px;
    color: #636569;
  }
  body.home-page .wje-content.only-phone-block p {
    font-size: 18px;
    line-height: 26px;
  }
}
body.home-page .box-button-link-white:hover {
  border: 1px solid #e37925;
  background: #e37925;
  color: #ffffff;
}
body.home-page .wje-content {
  padding: 40px 9.5% 20px 176px;
}
@media (max-width: 1550px) {
  body.home-page .wje-content {
    padding: 40px 123px 20px 167px;
  }
}
@media (max-width: 1365px) {
  body.home-page .wje-content {
    padding: 30px 30px 20px 139px;
  }
}
@media (max-width: 1200px) {
  body.home-page .wje-content {
    padding: 30px 40px 34px;
  }
}
@media (max-width: 680px) {
  body.home-page .wje-content {
    padding: 30px 30px 34px;
  }
}
body.home-page ul.featured-blurbs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.33%;
}
@media (max-width: 680px) {
  body.home-page ul.featured-blurbs {
    margin-left: -5.8%;
  }
}
body.home-page ul.featured-blurbs li {
  display: flex;
}
@media (max-width: 1024px) {
  body.home-page ul.featured-blurbs li {
    width: 21.673%;
    flex-basis: 21.673%;
    margin-left: 3.32%;
  }
}
@media (max-width: 680px) {
  body.home-page ul.featured-blurbs li {
    width: 44.5%;
    flex-basis: 44.5%;
    margin-left: 5.32%;
  }
}
body.home-page ul.featured-blurbs li .featured-item .featured-title {
  height: 60px;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  body.home-page ul.featured-blurbs li .featured-item .featured-title {
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  body.home-page ul.featured-blurbs li .featured-item .featured-title {
    font-size: 12px;
    line-height: 17px;
    height: auto;
  }
}
body.home-page ul.featured-blurbs li .featured-item .featured-title .type_title {
  display: none;
}
@media (max-width: 1365px) {
  body.home-page ul.featured-blurbs li .featured-item .featured-images div.featured-cover .featured_desc {
    padding: 20px 20px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  body.home-page ul.featured-blurbs li .featured-item .featured-images div.featured-cover .featured_desc {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 680px) {
  body.home-page ul.featured-blurbs li:nth-child(3),
body.home-page ul.featured-blurbs li:nth-child(4) {
    display: none;
  }
}
body.home-page h5.view-all-content a.header-link, body.home-page h5.view-all-content a.header-link:visited,
body.home-page h5.related-info a.header-link,
body.home-page h5.related-info a.header-link:visited {
  float: right;
  color: #e37925;
  letter-spacing: 0;
  font-size: 12px;
}
body.home-page h5.view-all-content a.header-link:hover,
body.home-page h5.related-info a.header-link:hover {
  color: #002856;
}
body.home-page h5.view-all-content.only-phone-block {
  margin-top: 12px;
}

.section-table {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 825px;
}
@media (max-width: 1200px) {
  .section-table {
    min-height: 700px;
  }
}
@media (max-width: 1024px) {
  .section-table {
    min-height: 0;
  }
}
@media (max-width: 680px) {
  .section-table {
    display: block;
  }
}
.section-table .section-col-left {
  display: table-cell;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .section-table .section-col-left {
    background-size: 200%;
  }
}
@media (max-width: 680px) {
  .section-table .section-col-left {
    display: block;
    min-height: 400px;
  }
}
.section-table .parallax-css {
  background-attachment: fixed;
  background-size: 100%;
}
.section-table .section-col-middle {
  position: absolute;
  top: 85px;
  left: 176px;
  display: table-cell;
}
@media (max-width: 1750px) {
  .section-table .section-col-middle {
    top: 65px;
    left: 121px;
  }
}
@media (max-width: 1550px) {
  .section-table .section-col-middle {
    left: 167px;
  }
}
@media (max-width: 1365px) {
  .section-table .section-col-middle {
    top: 57px;
    left: 139px;
  }
}
@media (max-width: 1279px) {
  .section-table .section-col-middle {
    top: 51px;
    left: 120px;
    padding-right: 48%;
  }
}
@media (max-width: 1200px) {
  .section-table .section-col-middle {
    top: 60px;
    left: 40px;
  }
}
@media (max-width: 680px) {
  .section-table .section-col-middle {
    padding-right: 40px;
    top: 40px;
  }
}
.section-table .section-col-middle h4 {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px 4px;
  text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1750px) {
  .section-table .section-col-middle h4 {
    margin: 0 0 6px 4px;
  }
}
@media (max-width: 1550px) {
  .section-table .section-col-middle h4 {
    margin: 0 0 4px 4px;
  }
}
@media (max-width: 1365px) {
  .section-table .section-col-middle h4 {
    margin: 0 0 4px 4px;
    font-size: 10px;
  }
}
@media (max-width: 1279px) {
  .section-table .section-col-middle h4 {
    margin: 0 0 4px 4px;
  }
}
@media (max-width: 1024px) {
  .section-table .section-col-middle h4 {
    font-size: 12px;
    margin: 0;
  }
}
.section-table .section-col-middle h1 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1750px) {
  .section-table .section-col-middle h1 {
    font-size: 46px;
    line-height: 58px;
  }
}
@media (max-width: 1365px) {
  .section-table .section-col-middle h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1024px) {
  .section-table .section-col-middle h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.section-table .section-col-right {
  display: table-cell;
  width: 34.5%;
}
@media (max-width: 1920px) {
  .section-table .section-col-right {
    width: 30.4%;
  }
}
@media (max-width: 1279px) {
  .section-table .section-col-right {
    width: 20.4%;
  }
}
@media (max-width: 680px) {
  .section-table .section-col-right {
    display: block;
    width: auto;
  }
}
.section-table .section-col-end {
  display: table-cell;
}

.wje-content.home-expertise,
.wje-content.home-projects {
  background: #ecebe9;
}

.wje-content.home-opts,
.wje-content.home-knowledge {
  background: #ecebe9;
}

.section-header {
  position: relative;
}

.section-header.two-thirds {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .section-header.two-thirds {
    margin-top: 30px;
  }
}
.section-header.two-thirds .section-col-right {
  background: #3d5588;
  vertical-align: top;
}
.section-header.two-thirds .section-col-right .col-copy {
  color: #ffffff;
  padding: 60px 26.2% 40px 40px;
  line-height: 32px;
}
@media (max-width: 1365px) {
  .section-header.two-thirds .section-col-right .col-copy {
    padding: 60px 20% 40px 40px;
  }
}
@media (max-width: 1200px) {
  .section-header.two-thirds .section-col-right .col-copy {
    padding: 40px 10% 40px 40px;
  }
}
@media (max-width: 1024px) {
  .section-header.two-thirds .section-col-right .col-copy .clearfix.height_20 {
    height: 10px;
  }
}
@media (max-width: 1024px) {
  .section-header.two-thirds .section-col-right .col-copy p {
    line-height: 22px;
  }
}
.section-header.two-thirds .section-col-right .col-copy .box-button-link-blue,
.section-header.two-thirds .section-col-right .col-copy .box-button-link-white {
  display: block;
  width: 320px;
  padding: 14px 0;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 1365px) {
  .section-header.two-thirds .section-col-right .col-copy .box-button-link-blue,
.section-header.two-thirds .section-col-right .col-copy .box-button-link-white {
    font-size: 16px;
    padding: 12px 0;
    margin-bottom: 20px;
    margin-right: 40px;
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .section-header.two-thirds .section-col-right .col-copy .box-button-link-blue,
.section-header.two-thirds .section-col-right .col-copy .box-button-link-white {
    font-size: 14px;
    padding: 4px 0;
    margin-bottom: 12px;
    width: 240px;
  }
}
@media (max-width: 680px) {
  .section-header.two-thirds .section-col-right .col-copy .box-button-link-blue,
.section-header.two-thirds .section-col-right .col-copy .box-button-link-white {
    display: block;
    margin-left: 0;
  }
}
.section-header.two-thirds .header-col-image img {
  visibility: hidden;
  width: 100%;
  height: auto;
}
@media (max-width: 680px) {
  .section-header.two-thirds .header-col-image img {
    visibility: visible;
  }
}

.section-header.offices .section-inner {
  padding: 100px 9.5% 46px 9.5%;
}
@media (max-width: 1550px) {
  .section-header.offices .section-inner {
    padding: 40px 30px 40px 167px;
  }
}
@media (max-width: 1365px) {
  .section-header.offices .section-inner {
    padding: 30px 30px 38px 139px;
  }
}
@media (max-width: 1279px) {
  .section-header.offices .section-inner {
    padding: 30px 30px 36px 120px;
  }
}
@media (max-width: 1200px) {
  .section-header.offices .section-inner {
    padding: 30px 30px 34px;
  }
}
.section-header.offices .section-inner h5 {
  color: #636569;
}
.section-header.offices .section-inner ul {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  -moz-column-width: 16.5em;
  /* Firefox */
  -webkit-column-width: 16.5em;
  /* webkit, Safari, Chrome */
  column-width: 16.5em;
  margin: 24px 0 0;
}
@media (max-width: 560px) {
  .section-header.offices .section-inner ul {
    -moz-column-width: 14em;
    /* Firefox */
    -webkit-column-width: 14em;
    /* webkit, Safari, Chrome */
    column-width: 14em;
  }
}
@media (max-width: 500px) {
  .section-header.offices .section-inner ul {
    -moz-column-width: 10em;
    /* Firefox */
    -webkit-column-width: 10em;
    /* webkit, Safari, Chrome */
    column-width: 10em;
  }
}
.section-header.offices .section-inner ul li {
  margin-bottom: 12px;
  padding: 0;
}
.section-header.offices .section-inner ul li h5 {
  color: #e37925;
}
.section-header.offices .section-inner ul li a {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 1365px) {
  .section-header.offices .section-inner ul li a {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .section-header.offices .section-inner ul li a {
    font-size: 21px;
  }
}
@media (max-width: 680px) {
  .section-header.offices .section-inner ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
.section-header.offices .section-inner ul li a span {
  font-weight: normal;
}

/*# sourceMappingURL=home.css.map */
