/**
* Base.
* Variables and function definitions.
*
* @author full name<email address>
*/

.H2-what-we-do {
  padding: 0 0 64px 0;
  position: relative;
  text-align: -webkit-center;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}

.H2-what-we-do * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.H2-what-we-do__header {
  position: relative;
  margin: 0;
  padding: 0 144px;
  overflow: visible;
  min-height: auto;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 1920px;
  text-align: left;
}

.H2-what-we-do__wrapper {
  position: relative;
  padding: 0 144px;
  max-width: 1920px;
  background-color: rgb(244,244,244);
}

.H2-what-we-do__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 3;
}

.H2-what-we-do__h4 {
  padding: 64px 0 24px 0;
  margin: 0;
  color: #707070;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.gs-sans .H2-what-we-do__h4 {
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.H2-what-we-do__box {
    text-align: left;
}


.H2-what-we-do__box:first-child {
  width: 360px;
  padding-right: 128px;
  padding-top: 88px;
  padding-bottom: 88px;
}

.H2-what-we-do__box:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 580px;
}

.H2-what-we-do__unordered-list .H2-what-we-do__link {
  position: relative;
  display: block;
  padding: 16px 25px 16px 0;
  margin: 0;
  color: rgb(0, 0, 0);
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

.gs-sans .H2-what-we-do__unordered-list .H2-what-we-do__link {
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.H2-what-we-do__unordered-list .H2-what-we-do__link:hover {
  color: #707070;
}

.H2-what-we-do__unordered-list .H2-what-we-do__link:hover i {
  color: #707070;
}

.H2-what-we-do__unordered-list .H2-what-we-do__link i {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  color: rgb(0, 0, 0);
  font-size: 10px;
  text-decoration: none;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  vertical-align: top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.H2-what-we-do__unordered-list .H2-what-we-do__link i::before {
  content: "\e908";
}

.H2-what-we-do__list-item {
  display: block;
  color: rgb(0, 0, 0);
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  border-bottom: solid 1px rgb(244, 244, 244);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.gs-sans .H2-what-we-do__list-item {
  font-family: "GoldmanSans", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.H2-what-we-do__list-item.u-active .H2-what-we-do__link {
  color: #707070;
}

.H2-what-we-do__list-item.u-active .H2-what-we-do__link i {
  color: #707070;
}

.H2-what-we-do__list-item.u-open .H2-what-we-do__link i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.H2-what-we-do__accordian {
  display: none;
}

.H2-what-we-do__accordian .H2-what-we-do__accordian-link {
  display: inline-block;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 500;
  background-color: rgb(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.gs-sans .H2-what-we-do__accordian .H2-what-we-do__accordian-link {
  font-family: "GoldmanSans", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.H2-what-we-do__accordian .H2-what-we-do__accordian-link:hover {
  color: rgb(255, 255, 255);
  background-color: #7399c6;
}

.H2-what-we-do__accordian .H2-what-we-do__imagery {
  padding: 8px 0 32px 0;
}

.H2-what-we-do__accordian .H2-what-we-do__image {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  max-width: 100%;
}

.H2-what-we-do__accordian .H2-what-we-do__h2 {
  padding: 0 0 16px 0;
  font-size: 20px;
}

.H2-what-we-do__accordian .H2-what-we-do__h2::before {
  display: none;
}

.H2-what-we-do__accordian-wrapper {
  padding-bottom: 24px;
}

.H2-what-we-do__accordian-copy {
  padding: 0;
  margin: 0;
  color: #707070;
  font-size: 16px;
  line-height: 2;
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.gs-sans .H2-what-we-do__accordian-copy{
  font-family: "GoldmanSans", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.H2-what-we-do__accordian-copy + .H2-what-we-do__accordian-link {
  margin-top: 24px;
}

.H2-what-we-do__content-wrapper {
  position: relative;
  height: 100%;
}

.H2-what-we-do__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.H2-what-we-do__content.u-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.H2-what-we-do__content h2,
.H2-what-we-do__content p{
  transition: all .5s ease-in-out;
}

.H2-what-we-do__content p {
  opacity: 0;
}
.H2-what-we-do__content h2 {
  color: rgba(0,0,0,0);
}

.H2-what-we-do__content.u-active.u-transition p {
  opacity: 1;
}

.H2-what-we-do__content.u-active.u-transition h2 {
  color: rgba(0,0,0,1);
}
.H2-what-we-do__box .H2-what-we-do__button {
  display: inline-block;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 500;
  background-color: rgb(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-top:30px;
  text-align: left;
}

.gs-sans .H2-what-we-do__box .H2-what-we-do__button {
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.H2-what-we-do__box .H2-what-we-do__button:hover {
  color: rgb(255, 255, 255);
  background-color: #7399c6;
}

.H2-what-we-do__content .H2-what-we-do__button {
  margin-top: 20px;
  background: none;
  color: black;
  padding: 0;
  display: inline-block;
}

.H2-what-we-do__content .H2-what-we-do__button:hover {
  color:#7399c6 !important;
  background: none !important;
}

.H2-what-we-do__h2 {
  width: 63.8%;
  padding: 0 48px 16px 0;
  color: rgb(0, 0, 0);
  font-size: 32px;
  line-height: 1.2;
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  background-color: rgb(244,244,244);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-align: left;
}
.H2-what-we-do__h2 span {
  font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
}
.H2-what-we-do__content-box {
  padding: 56px 96px 56px 0;
  background-color: rgb(244,244,244);
  height: auto;
  width: 100%;
  text-align: left;
  flex-grow: 1;
}

.H2-what-we-do__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 850px;
  z-index: 1;
  overflow: hidden;
}

.H2-what-we-do__media .H2-what-we-do__imagery {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.H2-what-we-do__media .H2-what-we-do__imagery.u-active {
  display: block;
}

.H2-what-we-do__media .H2-what-we-do__imagery.u-fade-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

.H2-what-we-do__imagery {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: none;
}

.H2-what-we-do__image, .H2-what-we-do__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 100vw;
  overflow: hidden;
  display: none;
}

.H2-what-we-do__copy {
  margin: 0;
  color: #707070;
  font-size: 16px;
  line-height: 2;
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: auto;
}

.gs-sans .H2-what-we-do__copy {
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.H2-what-we-do__copy + .H2-what-we-do__button {
  margin-top: 40px;
}

@media only screen and (max-width: 1440px) {
  .H2-what-we-do__wrapper {
    padding: 0 48px;
  }
  .H2-what-we-do__header {
    padding: 0 48px;
  }
  .H2-what-we-do__media {
    left: 590px;
  }
  .H2-what-we-do__h2 {
    width: 65.8%;
  }
  .H2-what-we-do__box:first-child {
    width: 280px;
    padding-right: 48px;
  }
  .H2-what-we-do__box:last-child {
    max-width: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .H2-what-we-do {
    margin-top: 64px;
  }
  .H2-what-we-do__wrapper {
    position: static;
  }
  .H2-what-we-do__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .H2-what-we-do__h4 {
    padding: 0 0 24px 0;
    margin-top: auto;
    width: 50%;
  }
  .H2-what-we-do__container {
    /*padding: 0 48px;*/
    /*margin: 0 -48px;*/
    background-color: rgb(244,244,244);
  }
  .H2-what-we-do__box:first-child {
    width: 360px;
    padding: 48px 112px 48px 0;
  }
  .H2-what-we-do__box:last-child {
    max-width: 100%;
  }
  .H2-what-we-do__h2 {
    width: 100%;
    padding-right: 0 0 48px 0;
  }
  .H2-what-we-do__h2::before {
    height: 48px;
  }
  .H2-what-we-do__content-box {
    padding: 0 0 48px 0;
  }
  .H2-what-we-do__media {
    display: none;
  }
  _:-ms-input-placeholder, :root .H2-what-we-do__header {
    position: relative;
  }
  _:-ms-input-placeholder, :root .H2-what-we-do__h4 {
    position: absolute;
    bottom: 24px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .H2-what-we-do__h2 {
    font-size: 24px;
  }
  .H2-what-we-do__box:first-child {
    width: 280px;
    padding-right: 48px;
  }
}

@media only screen and (max-width: 480px) {
  .H2-what-we-do {
    padding: 64px 0;
    margin-top: 0;
  }
  .H2-what-we-do__wrapper {
    padding: 0 16px;
  }
  .H2-what-we-do__header {
    padding: 0 16px;
    min-height: auto;
  }
  .H2-what-we-do__h4 {
    width: auto;
  }
  .H2-what-we-do__unordered-list .H2-what-we-do__list-item .H2-what-we-do__link:hover {
    color: #707070;
  }
  .H2-what-we-do__unordered-list .H2-what-we-do__list-item .H2-what-we-do__link:hover i {
    color: #707070;
  }
  .H2-what-we-do__list-item .H2-what-we-do__link:hover {
    color: #707070;
  }
  .H2-what-we-do__list-item .H2-what-we-do__link:hover i {
    color: #707070;
  }
  .H2-what-we-do__list-item .H2-what-we-do__link i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .H2-what-we-do__list-item.u-active .H2-what-we-do__link {
    color: rgb(0, 0, 0);
  }
  .H2-what-we-do__list-item.u-active .H2-what-we-do__link i {
    color: rgb(0, 0, 0);
  }
  .H2-what-we-do__box:first-child {
    width: 100%;
    padding: 32px 0;
  }
  .H2-what-we-do__box:last-child {
    display: none;
  }
  .H2-what-we-do__media {
    display: none;
  }
  _:-ms-input-placeholder, :root .H2-what-we-do__header {
    position: static;
  }
  _:-ms-input-placeholder, :root .H2-what-we-do__h4 {
    position: static;
    padding-bottom: 24px;
  }
}

_:-ms-input-placeholder, :root .H2-what-we-do__h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}