@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=56cdf5df-59df-4f06-a37e-e6e2a4dd5fa5");
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=b8e78f6a-50fe-4e2a-984a-8bd1de7a2614");

.hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 819px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hero-wrapper * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #333;
}

.hero-bg-video {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-size: cover;
}

.hero-bg-video video {
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.hero-bg-mask {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/media/image/rebrand19-black-hero-mask.png");
  background-position: 75% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 60px 20px;
  position: relative;
}

.hero-content.hero-bg-color {
  align-self: flex-end;
}

.info-block {
  max-width: 640px;
  margin: 0 auto;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.info-block-text-gray {
  color: #333333;
}

.info-block-text-gray .info-subtitle:after {
  background: #A32020;
}

.info-block-text-gray .info-title h2:after {
  background: #A32020;
}

.info-subtitle {
  margin-bottom: 47px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.7px;
  position: relative;
  padding-top: 22px;
}

.info-subtitle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #D93954;
}

.info-subtitle-white:after {
  background: #ffffff;
}

.info-title {
  padding: 6px 0 16px;
}

.info-title h1 {
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  line-height: 1.2;
  font-family: 'ITC Charter Com', Georgia, Times, serif;
  position: relative;
  padding: 23px 0 8px;
}

.info-title h1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #ffffff;
}

.info-title h1.child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #D93954;
}

.info-title h1.child.white-line:after {
    background: #FFFFFF;
}

.info-title h2,
.info-title h1.child {
  display: inline-block;
  vertical-align: top;
  font-size: 50px;
  line-height: 1.12;
  font-family: 'ITC Charter Com', Georgia, Times, serif;
  position: relative;
  padding: 41px 0 6px;
  margin-bottom: 0;
  font-style: normal;
}

.info-title h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #D93954;
}

.info-title h3 {
  font-size: 50px;
  line-height: 1.12;
  font-family: 'ITC Charter Com', Georgia, Times, serif;
}

.info-content {
  font-size: 21px;
  line-height: 1.572;
  letter-spacing: 0px;
}

.info-content h2 {
  font-size: 28px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.info-content h2.alt {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}

.info-content p {
  margin-bottom: 33px;
  font-weight: 400;
}

.info-content ul.list li {
    margin-left: 30px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'ITC Charter Com', Georgia, Times, serif;
    font-size: 30px;
    line-height: 40px;
}

.info-content ul.list li:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #D9394E;
    position: absolute;
    left: -30px;
    top: 15px;
}

.info-content ul.list a,
.info-content ul.list span {
  color: #db536a;
}

.info-capabilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  padding-top: 52px;
}

.info-capabilities-col {
  padding-left: 40px;
}

.info-capabilities-button {
  font-size: 21px;
  line-height: 1.572;
  letter-spacing: 0.95px;
  font-weight: 400;
}

.info-capabilities-button a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #ffffff;
  font-weight: 400;
  padding: 15px 25px 15px 0;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.info-capabilities-button a:before, .info-capabilities-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  width: 6px;
  height: 13px;
  background: transparent url("/media/image/rebrand19-arrow-right.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.info-capabilities-button a:after {
  opacity: 0;
  background-image: url("/media/image/rebrand19-arrow-right-white.svg");
}

.info-capabilities-button a:hover {
  color: #D93954;
}

.info-capabilities-button a:hover:before {
  opacity: 0;
}

.info-capabilities-button a:hover:after {
  opacity: 1;
}

.info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -6px;
  padding-top: 6px;
}

.info-button {
  padding: 6px;
}

.content-button {
  display: inline-block;
  vertical-align: top;
  min-width: 220px;
  padding: 15px 40px 14px;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.4px;
  background: #D93954;
  -webkit-transition: color 0.5s, background-color 0.5s, -webkit-box-shadow 0.5s;
  transition: color 0.5s, background-color 0.5s, -webkit-box-shadow 0.5s;
  -o-transition: color 0.5s, background-color 0.5s, box-shadow 0.5s;
  transition: color 0.5s, background-color 0.5s, box-shadow 0.5s;
  transition: color 0.5s, background-color 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

.content-button-white,
.white-content-button {
  color: #333333;
  background: #ffffff;
}

.content-button-black {
  color: #ffffff;
  background: #000000;
}

.content-button-burgundy {
  background: #A32020;
}

.content-button-bordered {
  color: #333333;
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #333333;
  box-shadow: inset 0 0 0 1px #333333;
}

.content-button-bordered:hover {
  -webkit-box-shadow: inset 0 0 0 1px #000000;
  box-shadow: inset 0 0 0 1px #000000;
}

.content-button:hover {
  color: #ffffff;
  background-color: #000000;
}

.content-button-black:hover {
  color: #333333;
  background-color: #ffffff;
}

.content-button:hover .video-icon:before {
  opacity: 0;
}

.content-button:hover .video-icon:after {
  opacity: 1;
}

.video-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  margin-left: -23px;
  width: 21px;
  height: 21px;
  position: relative;
}

.video-icon:before, .video-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url("/media/image/rebrand19-video-icon.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.video-icon:after {
  opacity: 0;
  background-image: url("/media/image/rebrand19-video-icon-white.svg");
}

.latest-insights-wrapper {
  background: #fff;
  padding: 130px 0 100px;
}

.latest-insights-wrapper .sectionInner.fixed {
  max-width: 1342px;
  width: auto;
}

.latest-insights-wrapper h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  line-height: 1.2;
  font-style: normal;
  font-family: 'ITC Charter Com', Georgia, Times, serif;
  color: #333333;
  padding-top: 26px;
  margin-bottom: 53px;
  position: relative;
}

.latest-insights-wrapper h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #333333;
}

.latest-insights-wrapper .content-button {
  min-width: 157px;
  margin: 38px 0 30px;
}

.latest-insights-wrapper .articleList.mason {
  margin: 0 -21px;
}

.latest-insights-wrapper .articleList.mason .thumb {
  height: 0px;
  overflow: hidden;
  padding-top: 56.2162%;
  position: relative;
}

.latest-insights-wrapper .articleList.mason .thumb > a,
.latest-insights-wrapper .articleList.mason .thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.latest-insights-wrapper .articleList.mason .text {
  background: #ffffff;
  padding: 42px 30px;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.latest-insights-wrapper .articleList.mason .text:hover {
  background-color: #F2F2F2;
}

.latest-insights-wrapper .articleList.mason .attribution {
  padding-bottom: 1px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  font-style: normal;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.latest-insights-wrapper .articleList.mason .attribution a {
  display: block;
  color: #333333;
  font-weight: bold;
  padding-top: 6px;
}

.latest-insights-wrapper .articleList.mason .title {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.273;
  font-family: 'ITC Charter Com', Georgia, Times, serif;
}

.latest-insights-wrapper .articleList.mason .title a {
  color: #A32020;
}

.latest-insights-wrapper .articleList.mason .intro {
  font-size: 14px;
  line-height: 1.572;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.latest-insights-wrapper .column > .innerPadding {
  padding: 0 21px;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider a,
.slick-slider button {
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-prev,
.slick-next {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  width: 137px;
  height: 137px;
  bottom: 0;
  left: 50%;
  font-size: 0;
  line-height: 0;
  background: #ffffff;
  border: 0;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -20px;
  width: 41px;
  height: 29px;
  background: transparent url("/media/image/rebrand19-arrow-next.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
}

.slick-prev:after,
.slick-next:after {
  opacity: 0;
  background-image: url("/media/image/rebrand19-arrow-next-white.svg");
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #000000;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 0;
}

.slick-prev:hover:after,
.slick-next:hover:after {
  opacity: 1;
}

.slick-prev {
  left: auto;
  right: 50%;
  background: #D93954;
}

.slick-prev:before {
  display: none;
}

.slick-prev:after {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-next.slick-disabled {
  opacity: 0.25;
  cursor: default;
  background: #ffffff;
}

.slick-next.slick-disabled:after {
  background-image: url("/media/image/rebrand19-arrow-next.svg");
}

.slick-prev.slick-disabled {
  opacity: 0.25;
  cursor: default;
  background: #D93954;
}

.explore-slide {
  background: #A32020;
}

.explore-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.explore-content * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.explore-slider {
  background: #fff;
}

.explore-slide {
  overflow: hidden;
}

.explore-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 188px 20px 160px;
  min-height: 819px;
}

.explore-info.no-min-height {
  min-height: 0px !important;
}

.explore-info .content-button {
  min-width: 243px;
  font-size: 16px;
  line-height: 1.3125;
}

.explore-info .info-buttons {
  padding-top: 25px;
}

.explore-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #333333;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore-slider .explore-img {
  opacity: 0;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: opacity 0.9s linear 0.5s, -webkit-transform 0.6s linear 0.3s;
  transition: opacity 0.9s linear 0.5s, -webkit-transform 0.6s linear 0.3s;
  -o-transition: transform 0.6s linear 0.3s, opacity 0.9s linear 0.5s;
  transition: transform 0.6s linear 0.3s, opacity 0.9s linear 0.5s;
  transition: transform 0.6s linear 0.3s, opacity 0.9s linear 0.5s, -webkit-transform 0.6s linear 0.3s;
}

.explore-slider .info-block {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.slick-current .explore-img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-current .info-block {
  opacity: 1;
}

.process-wrapper {
  padding: 130px 0 100px;
  background: #fff;
}

.process-wrapper .sectionInner.fixed {
  max-width: 1342px;
  width: auto;
}

.process-wrapper h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  line-height: 1.2;
  font-style: normal;
  font-family: 'ITC Charter Com', Georgia, Times, serif;
  color: #333333;
  padding-top: 26px;
  margin-bottom: 53px;
  position: relative;
}

.process-wrapper h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #333333;
}

.process-wrapper .content-button {
  min-width: 188px;
}

.process-wrapper .articleList.sameHeight {
  margin: 0 -20px 0 -21px;
}

.process-wrapper .articleList.sameHeight .column {
  padding: 0 20px 0 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.process-wrapper .sameHeight-link {
  display: block;
  color: #333333;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.process-wrapper .sameHeight-link .thumb {
  border-bottom: 6px solid #D93954;
}

.process-wrapper .sameHeight-link .thumb img {
  display: block;
}

.process-wrapper .sameHeight-link .text {
  padding: 52px 30px 44px;
}

.process-wrapper .sameHeight-link .title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.1667;
  font-family: 'ITC Charter Com', Georgia, Times, serif;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.process-wrapper .sameHeight-link .intro {
  margin-bottom: 38px;
  font-size: 14px;
  line-height: 1.572;
  letter-spacing: 0.25px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.process-wrapper .sameHeight-link:hover {
  background: #F2F2F2;
  text-decoration: none;
}

.process-wrapper .sameHeight-link:hover .content-button {
  background: #000000;
}

.process-wrapper .sameHeight-link:hover .title {
  color: #A32020;
}

.expertise-wrapper {
  padding: 130px 0 124px;
}

.expertise-wrapper .sectionInner.fixed {
  max-width: 1342px;
  width: auto;
}

.expertise-wrapper h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  line-height: 1.2;
  font-style: normal;
  font-family: 'ITC Charter Com', Georgia, Times, serif;
  color: #333333;
  padding-top: 26px;
  margin-bottom: 53px;
  position: relative;
}

.expertise-wrapper h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #333333;
}

.expertise-wrapper p {
  font-size: 14px;
  line-height: 1.72;
  color: #333333;
  letter-spacing: 0.25px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.expertise-wrapper .selectGridSimple {
  margin-right: -6px;
}

.expertise-wrapper .selectGridSimple a {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 6px);
  margin-bottom: 6px;
  padding: 12px 40px 13px 18px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: #A32020;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #AEAEAE;
  background: #F2F2F2;
  position: relative;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.expertise-wrapper .selectGridSimple a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #A32020;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}

.expertise-wrapper .selectGridSimple a:hover {
  background: #ffffff;
  text-decoration: underline;
}

.work-wrapper .articleList.mason .text:hover {
  background: #ffffff;
}

.work-wrapper p {
  font-size: 14px;
  line-height: 1.72;
  color: #333333;
  margin-bottom: 39px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.about-wrapper {
  position: relative;
}

.about-wrapper .explore-info {
  padding-top: 0;
  padding-bottom: 0;
}

.about-wrapper-inverse .explore-img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-info-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.about-img-wrapper {
  position: relative;
  overflow: hidden;
}

.about-img-block {
  position: fixed;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img-mask {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/media/image/rebrand19-white-hero-mask.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-video-wrapper {
  position: relative;
  overflow: hidden;
}

.about-video-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.about-video-block video {
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.about-video-mask {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}

.about-video-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 137px;
  height: 137px;
  background: #ffffff;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.about-video-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-right-width: 0;
  border-top-width: 14px;
  border-bottom-width: 15px;
  border-left-color: #A32020;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.about-video-button:hover {
  background-color: #000000;
}

.about-video-button:hover:after {
  border-left-color: #ffffff;
}

.about-numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 100%;
  padding: 100px 0 47px;
}

.about-numbers-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.542%;
  flex: 0 0 38.542%;
  max-width: 38.542%;
  padding: 0 35px 23px;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.about-numbers-title {
  font-size: 21px;
  line-height: 1.3334;
  letter-spacing: -0.1px;
  font-family: 'ITC Charter Com', Georgia, Times, serif;
  position: relative;
  padding-top: 18px;
  margin-bottom: 14px;
}

.about-numbers-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #D93954;
}

.about-numbers-data {
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 8px;
}

.about-numbers-data span {
  font-weight: 300;
}

.about-numbers-info {
  font-size: 18px;
  line-height: 1.3889;
  letter-spacing: 0.85px;
  font-weight: 300;
  margin-bottom: 30px;
}

.about-numbers-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
}

.about-numbers-col {
  padding-left: 10px;
  max-width: 60%;
}

.about-numbers-col:first-child {
  max-width: 40%;
}

.block2 .about-numbers-col:nth-child(2) {
    padding-left: 0px;
}

.block3 .about-numbers-col {
    width: 50% !important;
    max-width: initial;
}

.block3 .about-numbers-col:nth-child(2) {
    padding-left: 0px;
}

.people-wrapper .articleList.mason .text:hover {
  background: #ffffff;
}

.people-wrapper .content-button {
  min-width: 243px;
  font-size: 16px;
  line-height: 1.3125;
}

.career-intro .about-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 128px;
}

.career-intro .info-title h2:after {
  display: none;
}

.career-cta .info-content {
  padding-top: 43px;
  font-size: 18px;
  line-height: 1.5556;
  letter-spacing: 0.9px;
}

.career-cta .info-content p {
  margin-bottom: 28px;
}

.career-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 6px;
}

.career-caption-amp {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 144px;
  flex: 0 0 144px;
  max-width: 144px;
  padding-right: 30px;
}

.career-caption-amp img {
  display: block;
  width: 100%;
}

.career-caption-title {
  font-size: 120px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 2px;
  color: transparent;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.career-caption-title span {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 6px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.career-caption-title.active {
  color: #ffffff;
}

.career-caption-title.active span {
  border-bottom-color: #D93954;
}

.mainSection-careers-strategy * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.mainSection-careers-strategy h2,
.mainSection-careers-strategy .whitelink i {
  font-style: normal !important;
  font-weight: 400 !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: black;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .8;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: visible;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  display: none;
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 100px 0 100px;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button--close {
  width: 50px;
  height: 50px;
  color: #fff !important;
}

.fancybox-button--close svg {
  width: 30px;
  height: 30px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  display: inline-block;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 2px solid #f00;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
    display: none !important;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
  .fancybox-slide--image {
    overflow: visible;
    padding: 40px 0;
  }
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 80px;
  background: transparent;
}

.fancybox-thumbs > ul > li {
  border-color: transparent;
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 0;
  bottom: 0;
}

.visibility-hidden, .info-title,
.info-subtitle,
.info-content,
.info-buttons,
.latest-insights-wrapper h2,
.latest-insights-wrapper h2 + p,
.latest-insights-wrapper .content-button,
.latest-insights-wrapper .articleList,
.info-capabilities,
.process-wrapper h2,
.about-numbers-item,
.process-wrapper .sameHeight-link,
.career-caption {
  visibility: hidden;
}

.visibility-visible {
  visibility: visible !important;
}

.delay0 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.delay01, .info-title,
.info-subtitle,
.process-wrapper h2,
.about-numbers-item {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay02,
.latest-insights-wrapper h2 + p,
.info-content,
.info-capabilities,
.latest-insights-wrapper .articleList,
.process-wrapper .sameHeight-item:nth-child(1) .sameHeight-link {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay025 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay03,
.info-buttons,
.latest-insights-wrapper .content-button,
.process-wrapper .sameHeight-item:nth-child(2) .sameHeight-link {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04, .process-wrapper .sameHeight-item:nth-child(3) .sameHeight-link {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay075 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay125 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay175 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay225 {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.delay25 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay275 {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated200 {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated275 {
  -webkit-animation-duration: 0.550s;
  animation-duration: 0.550s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated1 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media (max-width: 1749px) {
  .about-numbers-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
  .about-numbers-data {
    font-size: 60px;
  }
}

@media (max-width: 1439px) {
  .about-numbers-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .info-title h1 {
    font-size: 50px;
  }
  .info-title h2,
  .info-title h1.child {
    font-size: 45px;
    padding-top: 30px;
  }
  .info-content h2.alt {
    font-size: 35px;
    line-height: 42px;
  }
  .info-content p {
    margin-bottom: 25px;
  }
  .info-content,
  .info-capabilities-button {
    font-size: 18px;
    line-height: 1.3889;
    letter-spacing: 0.75px;
  }
  .info-capabilities {
    margin-left: -15px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .info-capabilities-col {
    padding-left: 15px;
  }
  .info-capabilities-button a {
    padding-right: 20px;
  }
  .info-buttons .content-button {
    min-width: 200px;
  }
  .latest-insights-wrapper {
    padding: 60px 0 30px;
  }
  .latest-insights-wrapper .sectionInner.fixed {
    padding: 0 20px;
  }
  .latest-insights-wrapper h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .latest-insights-wrapper .content-button {
    margin-top: 20px;
  }
  .latest-insights-wrapper .articleList.mason {
    margin: 0 -15px;
  }
  .latest-insights-wrapper .articleList.mason .text {
    padding: 30px 20px;
  }
  .latest-insights-wrapper .column > .innerPadding {
    padding: 0 15px;
  }
  .process-wrapper {
    padding: 60px 0 30px;
  }
  .process-wrapper .sectionInner.fixed {
    padding: 0 20px;
  }
  .process-wrapper h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .process-wrapper .articleList.sameHeight {
    margin: 0 -15px;
  }
  .process-wrapper .articleList.sameHeight .column {
    padding: 0 15px;
  }
  .process-wrapper .sameHeight-link .text {
    padding: 30px 20px;
  }
  .process-wrapper .sameHeight-link .intro {
    margin-bottom: 25px;
  }
  .expertise-wrapper {
    padding: 60px 0 54px;
  }
  .expertise-wrapper .sectionInner.fixed {
    padding: 0 20px;
  }
  .expertise-wrapper h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .slick-prev,
  .slick-next {
    width: 110px;
    height: 110px;
  }
  .slick-prev:before, 
  .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    margin: -12px 0 0 -16px;
    width: 33px;
    height: 23px;
  }
  .explore-info {
    padding-top: 100px;
    padding-bottom: 140px;
    min-height: 640px;
  }
  .about-info {
    min-height: 0;
  }
  .about-wrapper .info-buttons .content-button {
    min-width: 0;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .about-wrapper .info-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-video-button {
    width: 110px;
    height: 110px;
  }
  .about-video-button:after {
    border-left-width: 19px;
    border-top-width: 11px;
    border-bottom-width: 12px;
  }
  .about-numbers-wrapper {
    padding-top: 63px;
    padding-bottom: 15px;
    min-height: 0;
  }
  .about-numbers-info {
    margin-bottom: 20px;
  }
  .about-numbers-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-numbers-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-numbers-col:first-child {
    max-width: 50%;
  }
  .career-intro .about-info {
    padding-top: 100px;
  }
  .career-caption-amp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 114px;
    flex: 0 0 114px;
    max-width: 114px;
    padding-right: 20px;
  }
  .career-caption-title {
    font-size: 100px;
  }
}

@media (max-width: 991px) {
  .visibility-hidden, .info-title,
  .info-subtitle,
  .info-content,
  .info-buttons,
  .latest-insights-wrapper h2,
  .latest-insights-wrapper h2 + p,
  .latest-insights-wrapper .content-button,
  .latest-insights-wrapper .articleList,
  .info-capabilities,
  .process-wrapper h2,
  .about-numbers-item,
  .process-wrapper .sameHeight-link,
  .career-caption {
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .explore-slider .explore-info,
  .explore-slider .explore-img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .explore-slider .explore-img,
  .explore-slider .info-block {
    opacity: 1;
  }
  .hero-wrapper {
    min-height: 0;
  }
  .info-subtitle {
    margin-bottom: 30px;
  }
  .info-title h1 {
    font-size: 45px;
  }
  .info-title h2,
  .info-title h1.child {
    font-size: 40px;
    line-height: 1.1;
  }
  .info-title h3 {
    font-size: 40px;
    line-height: 1.2;
  }
  .info-buttons .content-button {
    min-width: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .video-icon {
    margin-left: 0;
    margin-right: 11px;
  }
  .info-capabilities {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-capabilities-col {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .info-capabilities-button a {
    padding-right: 35px;
  }
  .slick-prev,
  .slick-next {
    width: 80px;
    height: 80px;
  }
  .slick-prev:before,
  .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    margin: -9px 0 0 -12px;
    width: 24px;
    height: 17px;
  }
  .explore-info {
    padding-top: 63px;
    padding-bottom: 100px;
  }
  .explore-info .info-buttons {
    padding-top: 6px;
  }
  .process-wrapper .content-button {
    min-width: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-wrapper .info-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-video-button {
    width: 80px;
    height: 80px;
  }
  .about-video-button:after {
    border-left-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 9px;
  }
  .about-info {
    padding-top: 57px;
    padding-bottom: 60px;
  }
  .career-intro .about-info {
    padding-top: 57px;
  }
  .career-caption {
    padding-bottom: 12px;
  }
  .career-caption-amp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
    padding-right: 15px;
  }
  .career-caption-title {
    font-size: 80px;
    margin-bottom: 0;
  }
  .career-caption-title span {
    padding-bottom: 7px;
  }
  .career-cta .info-content {
    padding-top: 35px;
  }
  .info-content ul.list li {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .hero-bg {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 314px;
  }
  .hero-bg-mask {
    background-position: 95% 50%;
  }
  .hero-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #000000;
    padding-top: 57px;
    padding-bottom: 47px;
  }
  .info-block {
    max-width: none;
  }
  .info-subtitle {
    padding-top: 25px;
    margin-bottom: 15px;
  }
  .info-title h1 {
    font-size: 40px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .info-title h3 {
    margin-bottom: 14px;
  }
  .info-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .info-capabilities-button a {
    padding-bottom: 10px;
  }
  .info-capabilities-button a:before, .info-capabilities-button a:after {
    margin-top: -2px;
  }
  .content-button {
    font-size: 16px;
    line-height: 1.3125;
  }
  .latest-insights-wrapper {
    padding-top: 50px;
  }
  .latest-insights-wrapper h2 {
    font-size: 30px;
    padding-top: 31px;
    margin-bottom: 30px;
  }
  .latest-insights-wrapper .articleList.mason .text {
    padding: 35px 19px 50px;
    border: 1px solid #E7E7E7;
    border-top: 0;
  }
  .latest-insights-wrapper .articleList.mason .attribution {
    font-size: 16px;
  }
  .latest-insights-wrapper .articleList.mason .title {
    font-size: 24px;
    line-height: 1.1667;
    margin-bottom: 18px;
  }
  .latest-insights-wrapper .articleList.mason .intro {
    font-size: 16px;
    line-height: 1.5;
  }
  .latest-insights-wrapper .content-button {
    margin-top: 29px;
    margin-left: 15px;
    margin-right: 15px;
    min-width: 0;
    width: calc(100% - 30px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .process-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .process-wrapper h2 {
    font-size: 30px;
    padding-top: 31px;
    margin-bottom: 30px;
  }
  .process-wrapper .sameHeight-link .text {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .process-wrapper .sameHeight-link .title {
    margin-bottom: 11px;
  }
  .process-wrapper .sameHeight-link .intro {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .expertise-wrapper {
    padding-top: 50px;
    padding-bottom: 44px;
  }
  .expertise-wrapper h2 {
    font-size: 30px;
    padding-top: 31px;
    margin-bottom: 30px;
  }
  .expertise-wrapper p {
    font-size: 16px;
    line-height: 1.5;
  }
  .expertise-wrapper .selectGridSimple {
    margin-right: 0;
  }
  .expertise-wrapper .selectGridSimple a {
    display: block;
    width: 100%;
  }
  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
    right: 0;
    left: auto;
    bottom: auto;
    top: 260px;
    z-index: 2 .slick-prev, .slick-next;
  }
  .slick-prev :before,
  .slick-prev:after,
  .slick-next :before,
  .slick-next:after {
    margin: -7px 0 0 -9px;
    width: 18px;
    height: 13px;
  }
  .slick-prev {
    right: 60px;
  }
  .explore-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 44px;
    min-height: 0;
  }
  .explore-info .info-buttons {
    padding-top: 0;
  }
  .explore-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 320px;
    position: relative;
  }
  .work-wrapper p {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-wrapper-inverse .explore-img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .about-intro {
    position: relative;
    z-index: 2;
    background: #A32020;
  }
  .about-info {
    padding-bottom: 44px;
  }
  .about-img-wrapper,
  .about-video-wrapper {
    height: 314px;
    padding-top: 0;
  }
  .about-img-block {
    left: 0;
  }
  .about-numbers-content {
    height: auto;
    padding-top: 0;
  }
  .about-video-button {
    width: 60px;
    height: 60px;
  }
  .about-video-button:after {
    border-left-width: 11px;
    border-top-width: 6px;
    border-bottom-width: 7px;
  }
  .career-intro .about-info,
  .career-cta .about-info {
    padding-top: 48px;
    padding-bottom: 30px;
  }
}
