@charset "UTF-8";
/*! Built by Mighty in the Midwest (@hellomighty) */
/*-------------------------------------------
  Commons
-------------------------------------------*/
/*-------------------------------------------
  Colors
-------------------------------------------*/
/*-------------------------------------------
  Typography
-------------------------------------------*/
.card__headline {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.030em; }
  @media (min-width: 46.25em) {
    .card__headline {
      font-size: 2.5rem; } }
  @media (min-width: 61.25em) {
    .card__headline {
      font-size: 3.125rem; } }
  @media (min-width: 81.25em) {
    .card__headline {
      font-size: 3.4375rem; } }

.headline,
.headline--decorated {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: -.005em;
  line-height: 1.174em; }
  @media (min-width: 46.25em) {
    .headline,
    .headline--decorated {
      font-size: 2rem; } }
  @media (min-width: 61.25em) {
    .headline,
    .headline--decorated {
      font-size: 2.875rem; } }

.card__label,
.content__label {
  font-family: "Sentinel A", "Sentinel B", sans-serif;
  font-weight: light;
  font-size: 1rem;
  line-height: 1.182em;
  color: #6d6d6d; }
  @media (min-width: 46.25em) {
    .card__label,
    .content__label {
      font-size: 1.375rem; } }

.label,
.content__label, .video__duration, .event__title {
  font-family: "Sentinel A", "Sentinel B", sans-serif;
  font-weight: light;
  font-size: 1rem;
  line-height: 1.222em; }
  @media (min-width: 46.25em) {
    .label,
    .content__label, .video__duration, .event__title {
      font-size: 1.125rem; } }

.testimonial__item .item__content .details__author, .info__contact .title, .contact__block .block__title {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.063em;
  line-height: 1.250em;
  text-transform: uppercase; }

.banner__body, .list__leader .leader__details .details__name {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.867em; }
  @media (min-width: 46.25em) {
    .banner__body, .list__leader .leader__details .details__name {
      font-size: 0.938rem; } }

.body, .rich__body, .partners__list li, .board__list .item__details .details__credentials, .content__credentials, .testimonial__item .item__content .content__blockquote {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.929em; }

.announcements__content .card__title, .testimonial__item .item__content .content__pullquote {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.313em; }
  @media (min-width: 46.25em) {
    .announcements__content .card__title, .testimonial__item .item__content .content__pullquote {
      font-size: 2rem; } }

.openings__body a,
.banner__body a,
.intro__content .content__body a,
.content__card .content__body a,
.article__body.rich__body a {
  position: relative; }
  .openings__body a:hover,
  .banner__body a:hover,
  .intro__content .content__body a:hover,
  .content__card .content__body a:hover,
  .article__body.rich__body a:hover {
    text-decoration: none !important; }
  .openings__body a:after,
  .banner__body a:after,
  .intro__content .content__body a:after,
  .content__card .content__body a:after,
  .article__body.rich__body a:after {
    pointer-events: none;
    content: '';
    position: absolute;
    bottom: -.125em;
    left: 0;
    border-bottom: 1px solid #02befd;
    width: 100%;
    transition: width .25s ease; }

/*-------------------------------------------
  General
-------------------------------------------*/
/*-------------------------------------------
  Media query breakpoints
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased; }

html {
  margin: 0 auto;
  max-width: 93.750em;
  background: #F0F2F3; }

body {
  max-width: 93.750rem;
  background: #fff;
  color: #303030;
  line-height: 1;
  -webkit-overflow-scrolling: touch; }

html, body {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden !important; }

header, footer, section, article, nav,
aside, main {
  display: block; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  color: inherit;
  text-decoration: none; }

ol {
  list-style: decimal;
  margin: 0 0 0 2em; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: upper-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

ol ol ol ol ol {
  list-style: lower-roman; }

ul {
  list-style: none;
  margin: 0; }

ul ul {
  list-style: circle; }

ul ul ul {
  list-style: square; }

input, textarea, button {
  font-family: inherit; }

textarea {
  resize: none; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

button {
  cursor: pointer;
  border-radius: 0; }

input[type="radio"] {
  vertical-align: text-bottom; }

input {
  _vertical-align: text-bottom; }

textarea {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

button {
  border: none;
  background: transparent; }

strong {
  font-weight: bold; }

/*-------------------------------------------
  Global Mixins
-------------------------------------------*/
/*-------------------------------------------
  Grid
-------------------------------------------*/
/* USAGE:

ul {
	background: darkblue;
	list-style: none;
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;

	@include grid(960, 20, 3, li);

	li {
		background: darkred;
		height: 100px;
		text-indent: -999em;

		&:nth-child(2n+2) {
			-webkit-animation: silly2 5s ease-in-out 0s infinite alternate;
		}
		&:nth-child(3n) {
			-webkit-animation: silly 5s ease-in-out 0s infinite alternate;
		}
	}

	@media screen and (min-width: 30em) {
		@include grid(960, 20, 4, li);
	}
	@media screen and (min-width: 40em) {
		@include grid(960, 20, 6, li);
	}

}

*/
/*-------------------------------------------
  Vertically align anything!
-------------------------------------------*/
/*-------------------------------------------
  Font-face Mixin
  http://codepen.io/javasteve99/pen/hDxpn?editors=1100
-------------------------------------------*/
.nav__logo a, .play-button--banner, .gallery__nav .nav__arrow,
.item__nav .nav__arrow, .play-button--callout {
  display: block;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden; }

section {
  padding: 1.563rem; }
  @media (min-width: 58.75em) {
    section {
      padding: 3.9065rem; } }
  @media (min-width: 69.6875em) {
    section {
      padding: 4.6875rem; } }
  @media (min-width: 81.25em) {
    section {
      padding: 6.250rem; } }

.card__label,
.content__label {
  margin-bottom: 1.25rem; }
  .announcements__content .card__label, .announcements__content
  .content__label {
    color: #157190; }

.card__headline {
  margin-bottom: 1.875rem; }

.banner__body p {
  margin-bottom: 1em; }

.headline,
.headline--decorated {
  color: #000; }
  .careers__intro .headline,
  .values-callout .headline, .careers__intro
  .headline--decorated,
  .values-callout
  .headline--decorated {
    color: #b38144; }

.headline--extra-padding-top {
  margin-top: 2rem; }

.case__content .headline--decorated:after,
.philanthropy__intro .headline--decorated:after {
  margin: 2.500rem 0; }

.label,
.content__label {
  margin-bottom: 0.938rem;
  color: #6d6d6d; }

.body p {
  margin-bottom: 1em; }

.headline--decorated:after, .content__position:after, .testimonial__item:nth-child(2) .item__content .content__pullquote:after, .details__article .article__title:before {
  content: '';
  background: #02befd;
  margin: 2.5rem auto;
  display: block;
  width: 5.3125rem;
  height: 2px; }

.rich__body {
  color: #000; }

.rich__body h1,
.rich__body h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin-bottom: .5em;
  line-height: 20px;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase; }

.rich__body p {
  margin-bottom: 1rem; }

.rich__body a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #02befd;
          text-decoration-color: #02befd; }

.rich__body ul li {
  margin-bottom: 13px; }

.rich__body ul li:before {
  content: '■ ';
  color: #02befd; }

.content__body a.content__button:after {
  display: none; }

.not__found {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  min-height: 90vh; }

/*-------------------------------------------
  Includes
-------------------------------------------*/
.header {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: bold;
  color: #fff;
  z-index: 100;
  top: 0; }

.header.heritage {
  max-height: 13.063rem;
  background-size: cover !important; }

.header__background {
  background-size: cover;
  height: 28.438rem;
  display: block;
  position: absolute;
  width: 100%;
  top: 0; }

.header__nav {
  padding: 1.250rem 1.563rem;
  padding-bottom: 40px;
  letter-spacing: .075em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 100;
  width: 100%; }
  @media (min-width: 50em) {
    .header__nav {
      padding: 2.0315rem 3.125rem 2.8125rem;
      padding-bottom: 50px; } }
  @media (min-width: 69.6875em) {
    .header__nav {
      padding: 3.04725rem 4.6875rem 4.21875rem; } }
  @media (min-width: 81.25em) {
    .header__nav {
      padding: 4.063rem 6.250rem 5.625rem; } }

.nav__bar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  @media (max-width: 58.74em) {
    .nav__bar {
      -ms-flex-align: center;
          align-items: center; } }

.nav__logo {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 110px;
  height: 40px; }
  @media (min-width: 69.6875em) {
    .nav__logo {
      width: 6.1875rem;
      height: 3.516rem; } }
  @media (min-width: 81.25em) {
    .nav__logo {
      width: 8.250rem;
      height: 4.688rem; } }
  .nav__logo a {
    background: url("/assets/img/logo.svg") no-repeat center;
    background-size: contain;
    position: relative;
    height: 100%;
    width: 100%; }
  .nav__logo a.-linkout {
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    padding-right: 10px;
    width: auto;
    height: auto;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-indent: 0;
    color: #b38144;
    background: url("/assets/img/white-arrow-right.svg") no-repeat 100% 50%;
    background-size: auto 100%;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (min-width: 50em) {
      .nav__logo a.-linkout {
        bottom: -31px;
        padding-right: 15px;
        font-size: 13px; } }
    @media (min-width: 69.6875em) {
      .nav__logo a.-linkout {
        bottom: -34px; } }
    .nav__logo a.-linkout:hover {
      text-decoration: none;
      color: #fff; }

.nav__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style-type: none; }

.menu__list {
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }

.list__item,
.list__title,
.list__item a,
.list__item button {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  right: 0; }

.menu__secondary .list__item,
.list__title {
  font-size: .8125em; }

@media (max-width: 58.74em) {
  .header__nav .nav__menu {
    display: none; } }

.header__nav .menu__list {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.header__nav .menu__primary .list__item {
  padding: 1.188rem 0 0 .7815rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: .975em; }
  @media (min-width: 58.75em) {
    .header__nav .menu__primary .list__item:not(:first-child):before {
      content: '';
      margin-right: .7815rem;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      background: #157190;
      width: 1px;
      height: 1.5em; } }
  @media (min-width: 58.75em) and (min-width: 69.6875em) {
    .header__nav .menu__primary .list__item:not(:first-child):before {
      margin-right: 1.563rem; } }

@media (min-width: 58.75em) and (min-width: 69.6875em) {
  .header__nav .menu__primary .list__item {
    padding: 1.188rem 0 0 1.563rem; } }
  @media (min-width: 58.75em) {
    .header__nav .menu__primary .list__item a:after {
      content: '';
      position: absolute;
      width: 0%;
      height: 2px;
      opacity: 0;
      top: 1.25em;
      right: 0;
      bottom: -2px;
      background: #02befd;
      transition-property: width, opacity;
      transition-duration: .5s, .25s;
      transition-delay: 0s, .15s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .header__nav .menu__primary .list__item a:hover:after {
      width: 100%;
      opacity: 1;
      right: auto;
      left: 0;
      transition-delay: 0s, 0s; }
    .header__nav .menu__primary .list__item a.is--active:after {
      width: 100%;
      opacity: 1; } }

.dropdown {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 58.74em) {
    .dropdown a {
      padding: .75em 2em .75em 3em !important;
      font-size: .75em; } }
  .dropdown:after {
    content: '';
    background: url("/assets/img/down-arrow.svg") no-repeat center;
    background-size: contain;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    width: .75rem;
    height: .75rem; }
    @media (min-width: 58.75em) {
      .dropdown:after {
        margin: 0 .7815rem 0 -.3475rem; } }
    @media (min-width: 69.6875em) {
      .dropdown:after {
        width: 1em;
        height: 1em;
        margin: 0 1.563rem 0 -.7815rem; } }

@media (min-width: 58.75em) {
  .header .menu__secondary .list__item {
    margin-left: -1px;
    border: 1px solid #157190;
    box-sizing: border-box; } }

.header .menu__secondary .list__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 9px 12px;
  transition: color .125s ease-out; }
  @media (min-width: 69.6875em) {
    .header .menu__secondary .list__item a {
      padding: 9px 24px; } }
  @media (min-width: 58.75em) {
    .header .menu__secondary .list__item a:not(.is--active):hover {
      color: #1b94bd; }
    .header .menu__secondary .list__item a.is--active {
      background: #157190; } }

.dropdown__button {
  cursor: pointer;
  outline: 0; }
  @media (max-width: 58.74em) {
    .dropdown__button {
      width: 100%;
      -ms-flex-pack: center;
          justify-content: center; } }

.dropdown__list {
  margin: 0;
  display: none;
  position: absolute;
  list-style-type: none;
  background: #004366;
  width: calc(100%);
  top: calc(100% + 1px);
  left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 1000; }
  .dropdown__list :not(:last-child) {
    border-bottom: 1px solid rgba(216, 216, 216, 0.3); }

.dropdown__item {
  padding: 1.250em 0;
  text-align: center; }
  .dropdown__item:hover, .dropdown__item.is--selected {
    background: #002438;
    border-bottom: 1px solid #002438; }

@media (max-width: 58.74em) {
  .dropdown__item a {
    padding: 1.25em 0;
    -ms-flex-pack: center;
        justify-content: center; } }

.dropdown.is--active {
  background: #004366; }
  .dropdown.is--active:after {
    transform: rotate(180deg); }

.hamburger {
  padding: .813rem !important;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0; }
  .hamburger.is--active .hamburger-inner,
  .hamburger.is--active .hamburger-inner::before,
  .hamburger.is--active .hamburger-inner::after {
    background-color: #b38144; }
  @media (min-width: 58.75em) {
    .hamburger {
      display: none !important; } }

.banner__content .content__image {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity .5s; }

.header.menu--open {
  position: fixed;
  background-size: cover;
  background-position: center;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto; }
  .header.menu--open .nav__bar {
    -ms-flex-direction: column;
        flex-direction: column; }
  .header.menu--open .nav__menu {
    margin: 1.875rem auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%; }
    .header.menu--open .nav__menu .menu__list {
      width: 100%;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    .header.menu--open .nav__menu .menu__secondary {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .header.menu--open .list__item,
  .header.menu--open .menu__secondary.list__item {
    padding: .5em 0;
    width: 100%;
    font-size: .975em;
    border: 0;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .header.menu--open .list__item a,
    .header.menu--open .menu__secondary.list__item a {
      margin: 0 auto !important;
      padding: .75em 0 !important;
      text-align: center; }
    .header.menu--open .list__item:before,
    .header.menu--open .menu__secondary.list__item:before {
      content: '';
      background: rgba(216, 216, 216, 0.25) !important;
      margin: 0 !important;
      width: 100% !important;
      height: 1px !important;
      display: block;
      position: absolute;
      bottom: 0; }
  .header.menu--open .header__banner {
    display: none; }

body.menu--open {
  overflow-y: hidden !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  pointer-events: none !important;
  overflow-y: hidden !important; }

@media (max-width: 58.74em) {
  .header__wrapper.is--fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%); }
  .header__wrapper.is--decorated {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    transition: transform .25s ease;
    background-image: url("/assets/img/header-background.jpg") no-repeat center; }
    .header__wrapper.is--decorated .hamburger-inner,
    .header__wrapper.is--decorated .hamburger-inner:before,
    .header__wrapper.is--decorated .hamburger-inner:after {
      background-color: #b38144 !important; } }

.header__wrapper.is--fixed.is--revealed {
  transform: translateY(0%);
  transition: transform .25s ease; }

.header__wrapper.is--fixed.menu--open {
  background: transparent;
  transform: none !important; }

.logo__print {
  display: none !important; }

.header__banner {
  padding-top: 0;
  z-index: 500; }
  #home .header__banner {
    padding-bottom: 0; }

.header__banner .banner__content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  width: 100%;
  margin-top: -1.876rem; }
  @media (min-width: 68.75em) {
    .header__banner .banner__content {
      -ms-flex-direction: row;
          flex-direction: row;
      margin-top: 0; } }

.banner__content .content__card {
  padding: 4.063rem 2.344rem 3.125rem;
  background: #fff;
  -ms-flex-align: center;
      align-items: center;
  max-width: 40.938rem;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
  z-index: 1; }
  @media (min-width: 68.75em) {
    .banner__content .content__card {
      transform: translateX(0.938rem);
      padding: 5.813rem 6.375rem 5.813rem 4.25rem; } }
  @media (min-width: 69.6875em) {
    .banner__content .content__card {
      padding: 6.813rem 7.375rem 6.813rem 5.25rem; } }
  @media (min-width: 81.25em) {
    .banner__content .content__card {
      padding: 7.813rem 9.375rem 7.813rem 6.25rem; } }

.banner__content .content__image {
  z-index: 1;
  transform: translate(0, 1.876rem); }
  .banner__content .content__image img {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto; }
  @media (min-width: 68.75em) {
    .banner__content .content__image {
      transform: translate(-0.938rem, 0); } }

@media (max-width: 68.6875em) {
  .header__banner .home {
    margin: 0 auto;
    max-width: 38.125rem; } }

@media (min-width: 68.75em) {
  .header__banner .home {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

.home .banner__headline {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word; }

.home .content__image {
  position: relative; }
  @media (max-width: 68.6875em) {
    .home .content__image {
      transform: none; } }
  @media (min-width: 68.75em) {
    .home .content__image {
      transform: translateX(0.938rem); } }

.home .content__card {
  background-image: url("/assets/img/card-background.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  max-width: 38.125rem;
  padding: 3.125rem 2.344rem; }
  @media (min-width: 68.75em) {
    .home .content__card {
      transform: translateX(-0.938rem);
      padding: 5.813rem 4.25rem 5.813rem 6.375rem; } }
  @media (min-width: 81.25em) {
    .home .content__card {
      padding: 9.375rem 6.25rem 6.25rem 7.188rem; } }

.header__banner.heritage {
  padding: 1.563rem; }
  @media (min-width: 69.6875em) {
    .header__banner.heritage {
      padding: 3.9065rem; } }
  @media (min-width: 81.25em) {
    .header__banner.heritage {
      padding: 6.250rem; } }
  @media (max-width: 68.6875em) {
    .header__banner.heritage .banner__content {
      margin: 0 auto;
      -ms-flex-direction: column;
          flex-direction: column;
      max-width: 40.938rem; } }

.heritage .content__card {
  background: #262626;
  color: #fff; }
  @media (min-width: 68.75em) {
    .heritage .content__card {
      transform: translateX(-0.938rem); } }
  @media (min-width: 69.6875em) {
    .heritage .content__card {
      padding: 6.25rem 5.813rem; }
      .heritage .content__card .card__headline {
        font-size: 3.5em; } }
  @media (min-width: 81.25em) {
    .heritage .content__card {
      padding: 7.813rem 6.25rem; } }

.heritage .content__gallery {
  position: relative; }
  .heritage .content__gallery .item__wrapper {
    margin-top: 1.875rem;
    margin-right: 15px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    color: #6d6d6d; }
    @media (max-width: 68.6875em) {
      .heritage .content__gallery .item__wrapper {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: -2.188rem;
        z-index: 2;
        transform: translateX(2px); } }
  .heritage .content__gallery .item__description {
    font-family: "Sentinel A", "Sentinel B", sans-serif; }
    @media (max-width: 68.6875em) {
      .heritage .content__gallery .item__description {
        display: none; } }

.play-button--banner {
  margin-right: 1.875em;
  display: block;
  background: url("/assets/img/play-button.svg") no-repeat center;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  outline: 0;
  transition: all .15s ease; }
  .play-button--banner:hover {
    background: url("/assets/img/play-button-hover-white.svg") no-repeat center;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem; }

.card__video {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1.063rem;
  cursor: pointer; }
  .card__video:hover .video__title {
    color: #b38144; }
  .card__video:hover .play-button--banner {
    background: url("/assets/img/play-button-hover-white.svg") no-repeat center;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem; }

.video__details {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.video__title {
  margin-bottom: .25em;
  font-size: .875em;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 58.75em) {
    .video__title {
      font-size: 1em; } }

.video__duration {
  color: #6d6d6d;
  font-size: 0.875em; }

@media (max-width: 58.74em) {
  .video__modal {
    max-height: 75vh;
    bottom: 0; } }

@media (min-width: 58.75em) {
  .video__modal {
    top: 0; } }

.video__modal {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  left: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity .25s linear; }
  .video__modal .modal__exit {
    display: block;
    position: absolute;
    top: -2rem;
    height: 1rem;
    width: 1rem;
    right: 1rem;
    background: url("/assets/img/exit-gold.svg") no-repeat center;
    background-size: contain;
    outline: 0;
    text-transform: uppercase;
    transition: all .1s ease; }
  .video__modal iframe {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  .video__modal.modal--open {
    z-index: 100;
    visibility: visible;
    opacity: 1; }

.img-rotation {
  position: relative; }
  .img-rotation img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0s ease 2s; }
    .img-rotation img.active {
      transition: opacity 2s ease;
      opacity: 1;
      z-index: 10;
      position: relative; }

.footer {
  background: url("/assets/img/footer-background.jpg") no-repeat center;
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  min-height: 13.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  letter-spacing: 0.143em;
  color: #fff;
  overflow: hidden; }

.footer__nav {
  margin: 2em;
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .footer__nav .menu__list {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-weight: bold; }
  .footer__nav a {
    transition: color .125s ease-out; }
    .footer__nav a:hover {
      color: #b38144; }
  @media (max-width: 69.6775em) {
    .footer__nav {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .footer__nav .nav__menu {
        width: 100%;
        text-align: center; } }
  @media (min-width: 69.6875em) {
    .footer__nav {
      margin: 2em 2.5em; } }
  @media (min-width: 81.25em) {
    .footer__nav {
      margin: 3.5em 6em; } }

.footer .menu__primary {
  padding: 0.938em 1.563em;
  border: 1px solid #b38144;
  box-sizing: border-box;
  font-size: .813em;
  letter-spacing: 2px; }
  .footer .menu__primary :not(:first-child) {
    margin-left: 1.094rem; }
    @media (min-width: 81.25em) {
      .footer .menu__primary :not(:first-child) {
        margin-left: 2.188rem; } }
  @media (max-width: 69.6775em) {
    .footer .menu__primary {
      display: none; } }

.footer .menu__secondary {
  padding: 0 1.313rem;
  border: 1px solid #b38144;
  box-sizing: border-box;
  font-size: .813em;
  margin-top: -1px;
  letter-spacing: 1.75px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .footer .menu__secondary .list__item {
    padding: .75rem 0; }
  .footer .menu__secondary .list__item:not(:first-child) {
    margin-left: 0.6565rem; }
    @media (min-width: 81.25em) {
      .footer .menu__secondary .list__item:not(:first-child) {
        margin-left: 1.313rem; } }
  @media (max-width: 69.6775em) {
    .footer .menu__secondary.is--active .list__title {
      border-bottom: 1px solid #b38144; }
      .footer .menu__secondary.is--active .list__title:before {
        transform: rotate(180deg) !important; }
    .footer .menu__secondary.is--active .list__item {
      display: block;
      margin-left: 0; } }
  @media (max-width: 69.6775em) {
    .footer .menu__secondary {
      margin: 2em 0;
      padding: 0;
      -ms-flex-order: 1;
          order: 1;
      width: 100%; }
      .footer .menu__secondary .list__item,
      .footer .menu__secondary .list__title {
        padding: 2em;
        width: 100%; }
      .footer .menu__secondary .list__item {
        width: 100%;
        display: none;
        border-bottom: 1px solid;
        border-color: rgba(179, 129, 68, 0.3); }
      .footer .menu__secondary .list__title {
        cursor: pointer; }
        .footer .menu__secondary .list__title:before {
          content: '';
          background: url("/assets/img/down-arrow.svg") no-repeat center;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 1em;
          height: 1em;
          margin-right: 1em;
          transform: rotate(0deg); } }

.menu__secondary .list__title {
  font-weight: bold;
  height: 100%; }
  @media (min-width: 69.6875em) {
    .menu__secondary .list__title:after {
      content: '';
      background: #b38144;
      width: 1px;
      height: 100%;
      display: block;
      position: absolute;
      right: 0;
      top: 0; } }
  @media (min-width: 69.6875em) {
    .menu__secondary .list__title {
      padding: .75rem 1.063rem .75rem 0; } }
  @media (min-width: 81.25em) {
    .menu__secondary .list__title {
      padding: .75rem 1.063rem .75rem 0; } }

.footer__copyright {
  margin-top: 1rem;
  font-size: 0.625em;
  text-transform: uppercase;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -ms-flex-order: 3;
      order: 3; }
  @media (max-width: 69.6775em) {
    .footer__copyright {
      text-align: center;
      width: 100%;
      font-size: 0.5em !important; } }

.nav__social {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
  @media (max-width: 69.6775em) {
    .nav__social {
      width: 100%; } }

.social__list {
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }
  @media (max-width: 69.6775em) {
    .social__list {
      -ms-flex-order: 2;
          order: 2; } }

.social__list li {
  border: 1px solid #b38144;
  box-sizing: border-box; }
  .social__list li:not(:first-child) {
    margin-left: -1px; }
  @media (max-width: 69.6775em) {
    .social__list li {
      width: 50%; } }

.social__list li a {
  padding: 2em; }
  @media (max-width: 69.6775em) {
    .social__list li a {
      padding: 1.5em;
      background-size: 35% 35%; } }

.linkedin {
  background: url("/assets/img/linkedin.svg") no-repeat center;
  display: -ms-flexbox;
  display: flex; }

.facebook {
  background: url("/assets/img/facebook.svg") no-repeat center;
  display: -ms-flexbox;
  display: flex; }

.intro {
  margin: 0em auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center; }
  .intro .content__button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .intro .content__button:hover {
      color: #fff;
      background-color: #b38144; }

.intro__content {
  margin: 0 auto; }
  @media (min-width: 58.75em) {
    .intro__content {
      width: 83.4%; } }
  @media (min-width: 58.75em) {
    .intro__content {
      width: 66.6%; } }
  .intro__content .headline {
    margin-bottom: 1.875rem; }

.intro__list {
  margin: 2rem auto 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 890px; }
  @media (max-width: 55.625em) {
    .intro__list {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; } }
  .intro__list li {
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    padding-bottom: 1em; }
    @media (max-width: 33.75em) {
      .intro__list li {
        width: 100%; } }
    @media (min-width: 33.75em) and (max-width: 55.625em) {
      .intro__list li {
        width: 50%; } }
    .intro__list li:before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      margin-right: 0.75em;
      transform: translateY(-0.135em);
      background-color: #02befd; }

.businesses__intro {
  background-color: #f7f8f9; }
  @media (max-width: 58.74em) {
    .businesses__intro {
      padding-bottom: 3.125em; } }
  .businesses__intro .content__button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .businesses__intro .content__button:hover {
      color: #f7f8f9;
      background-color: #b38144; }

.intro__logos {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 70.688rem; }

.logos__list {
  display: -ms-flexbox;
  display: flex; }

.logos__list .grid__item {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 50em) {
    .logos__list .grid__item {
      -ms-flex: 50%;
          flex: 50%; } }
  @media (min-width: 75em) {
    .logos__list .grid__item {
      -ms-flex: 33%;
          flex: 33%; } }

.logos__list .grid__item--wrapper {
  padding-top: 6.25rem; }
  .logos__list .grid__item--wrapper .item__image {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    max-width: 15.625rem; }

.impact__intro {
  position: relative;
  background: #fff;
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center; }

.intro__collage--wrapper {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden; }

.intro__collage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%; }

.collage__image.collage__first {
  padding-right: 1.563rem;
  width: 526px; }

.collage__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start; }

.collage__image.column__first {
  padding-bottom: 1.563rem;
  width: 747px;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.collage__image.column__second {
  width: 637px; }

.impact__intro .intro__card {
  margin: 2.672rem auto;
  padding: 2.500rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
  max-width: 56.875rem;
  text-align: center; }
  @media (min-width: 58.75em) {
    .impact__intro .intro__card {
      margin: 5.344rem auto;
      padding: 3.437rem 5.0315rem; } }
  @media (min-width: 69.6875em) {
    .impact__intro .intro__card {
      margin: 8.016rem auto;
      padding: 5.156rem 7.54725rem; } }
  @media (min-width: 81.25em) {
    .impact__intro .intro__card {
      margin: 10.688rem auto;
      padding: 6.875rem 10.063rem; } }

.impact__intro .card__button {
  margin: 2.5rem auto 0;
  padding: 1em 2em;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  min-width: 10.938rem;
  border: 2px solid #b38144;
  font-size: .75em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #b38144; }
  .impact__intro .card__button:hover {
    color: #fff;
    background-color: #b38144; }

.impact__intro .card__text {
  max-width: 590px;
  width: 100%;
  margin: 0 auto; }

.heritage__intro {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  @media (max-width: 58.74em) {
    .heritage__intro {
      padding-bottom: 3.125rem; } }
  @media (min-width: 58.75em) {
    .heritage__intro {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 69.6875em) {
    .heritage__intro {
      padding-top: 6.25rem;
      padding-bottom: 8.25rem; } }

.heritage__intro .intro__images {
  margin: 0 2rem 0;
  max-width: 27.688rem;
  position: relative;
  transform: translateX(2.5rem); }
  .heritage__intro .intro__images .images__primary {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    transform: translate(-5rem, 2rem); }
  .heritage__intro .intro__images .images__secondary {
    max-width: 100%;
    -ms-flex-item-align: end;
        align-self: flex-end; }

.heritage__intro .intro__content {
  width: 100%;
  max-width: 32.813rem;
  text-align: center;
  color: #fff;
  margin: 4rem 0 0 0; }
  .heritage__intro .intro__content .content__headline {
    margin-bottom: 1.875rem;
    color: #fff; }
  .heritage__intro .intro__content .content__button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .heritage__intro .intro__content .content__button:hover {
      color: #303030;
      background-color: #b38144; }
  @media (min-width: 58.75em) {
    .heritage__intro .intro__content {
      margin: 0 0 0 4rem;
      text-align: left; } }

.careers__intro {
  padding: 1.563rem;
  background: #131313; }
  @media (min-width: 58.75em) {
    .careers__intro {
      padding: 3.25rem 1.563rem; } }
  .careers__intro img {
    margin: 0 0 1em;
    max-width: 5.250em;
    visibility: hidden; }
    @media (min-width: 58.75em) {
      .careers__intro img {
        margin: 2em;
        visibility: visible; } }
  .careers__intro .intro__content {
    padding: 3em 1.5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (min-width: 58.75em) {
      .careers__intro .intro__content {
        padding: 1.5em;
        -ms-flex-direction: row;
            flex-direction: row; } }
  .careers__intro .intro__body {
    text-align: center; }
    @media (min-width: 58.75em) {
      .careers__intro .intro__body {
        text-align: left; } }
  .careers__intro .intro__description {
    display: block;
    margin-top: .5em;
    font-size: 1.125em;
    color: #fff; }

.intro__callout-button {
  margin: 2em 0 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 2px solid #fff;
  width: 4.000rem;
  height: 3.6565rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 58.75em) {
    .intro__callout-button {
      margin: 2em; } }
  @media (min-width: 69.6875em) {
    .intro__callout-button {
      margin: 2em;
      width: 8.000rem;
      height: 7.313rem; } }
  .intro__callout-button:after {
    content: '';
    display: block;
    position: relative;
    width: 1.063rem;
    height: 2.125rem;
    background: url("/assets/img/callout-arrow.svg") no-repeat center;
    background-size: contain; }
    @media (min-width: 58.75em) {
      .intro__callout-button:after {
        width: 1.063rem;
        height: 2.125rem; } }

.global__intro {
  background: #fff;
  background-image: url("/assets/img/global-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media (max-width: 58.74em) {
    .global__intro {
      padding-top: 3.125em; } }

.global__intro .intro__content {
  margin: 0 auto; }
  .global__intro .intro__content .content__button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .global__intro .intro__content .content__button:hover {
      color: #fff;
      background-color: #b38144; }

.intro__locations {
  padding-top: 5rem; }

.locations__businesses {
  margin: 0 auto;
  display: block;
  list-style-type: none;
  max-width: 59.375em;
  column-gap: 3.125em;
  column-count: 1; }
  @media (min-width: 37.5em) {
    .locations__businesses {
      column-gap: 3.125em;
      column-count: 2; } }
  @media (min-width: 69.6875em) {
    .locations__businesses {
      column-gap: 6.25rem;
      column-count: 3; } }

.businesses__name {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  max-width: 15.625rem;
  column-width: 15.625rem; }

.businesses__name h2 {
  position: relative;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase; }
  .businesses__name h2:before {
    content: '';
    background: #e1e1e1;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -.25em; }

.locations {
  margin: 1.125rem 0 3.313rem;
  text-align: left;
  list-style-type: none; }

.values__intro {
  background-image: url("/assets/img/values-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
  @media (min-width: 58.75em) {
    .values__intro {
      background-position: bottom; } }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  list-style-type: none;
  -ms-flex-align: baseline;
      align-items: baseline;
  max-width: 70.688rem; }

.grid__item {
  position: relative;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 58.75em) {
    .grid__item {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media (min-width: 69.6875em) {
    .grid__item {
      -ms-flex: 0 0 33%;
          flex: 0 0 33%; } }

.grid__item img {
  width: 100%;
  max-width: 15.625rem; }

@media (max-width: 49.9375em) {
  .logos__list li:not(:last-child):after {
    content: '';
    background: #e1e1e1;
    height: 1.25px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -3.125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 18.466rem; } }

@media (min-width: 50em) and (max-width: 74.9375em) {
  .logos__list li:nth-child(-n+4):after {
    content: '';
    background: #e1e1e1;
    height: 1.25px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -3.125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 18.466rem; } }

@media (min-width: 75em) {
  .logos__list li:nth-child(-n+3):after {
    content: '';
    background: #e1e1e1;
    height: 1.25px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -3.125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 18.466rem; } }

.gallery,
.case__gallery {
  position: relative; }
  .gallery .gallery__item,
  .case__gallery .gallery__item {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s ease; }
    .gallery .gallery__item.active,
    .case__gallery .gallery__item.active {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      opacity: 1; }

.case__gallery {
  max-width: 35.313rem; }

.banner__heritage .gallery {
  max-width: 40.938rem; }

.gallery__nav,
.item__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .gallery__nav .nav__arrow,
  .item__nav .nav__arrow {
    height: 2.188em;
    width: 2.438em;
    padding: 0;
    border: 2.25px solid #b2b2b2;
    position: relative;
    cursor: pointer; }
    .gallery__nav .nav__arrow:after,
    .item__nav .nav__arrow:after {
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      position: absolute;
      background-size: contain;
      height: 1em;
      width: 1em;
      background-repeat: no-repeat;
      background-position: center; }
    .gallery__nav .nav__arrow:hover,
    .item__nav .nav__arrow:hover {
      background: #b2b2b2; }
    .gallery__nav .nav__arrow.nav__prev:after,
    .item__nav .nav__arrow.nav__prev:after {
      background: url("/assets/img/gray-arrow.svg") no-repeat center; }
    .gallery__nav .nav__arrow:hover:after,
    .item__nav .nav__arrow:hover:after {
      background: url("/assets/img/white-arrow-left.svg") no-repeat center; }
  .gallery__nav .nav__next,
  .item__nav .nav__next {
    margin-left: -2px; }
    .gallery__nav .nav__next:after,
    .item__nav .nav__next:after {
      background: url("/assets/img/gray-arrow-right.svg") no-repeat center; }
    .gallery__nav .nav__next:hover:after,
    .item__nav .nav__next:hover:after {
      background: url("/assets/img/white-arrow-right.svg") no-repeat center; }

@media (max-width: 58.74em) {
  .heritage .item__nav {
    transform: translateX(-2px); } }

.heritage .nav__arrow {
  border-color: #b38144; }
  .heritage .nav__arrow:hover {
    background: #b38144; }
  .heritage .nav__arrow.nav__prev:after {
    background: url("/assets/img/gold-arrow-left.svg") no-repeat center; }
  .heritage .nav__arrow.nav__prev:hover:after {
    background: url("/assets/img/white-arrow-left.svg") no-repeat center; }
  .heritage .nav__arrow.nav__next:after {
    background: url("/assets/img/gold-arrow-right.svg") no-repeat center; }
  .heritage .nav__arrow.nav__next:hover:after {
    background: url("/assets/img/white-arrow-right.svg") no-repeat center; }

.business__gallery .gallery__nav,
.case__gallery .gallery__nav {
  margin-top: 4px; }

@keyframes showContent {
  from {
    opacity: 0;
    transform: translateY(5px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

.dropdown-list {
  margin-top: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  max-width: 1130px; }

.dropdown-list__item {
  background: #f7f8f9;
  width: 100%;
  margin-bottom: 4vw;
  position: relative;
  padding: 1.875rem;
  text-align: left;
  transition: filter .125s ease-out; }
  @media (min-width: 54em) {
    .dropdown-list__item {
      width: 48%;
      margin-bottom: 3vw; } }
  @media (min-width: 80em) {
    .dropdown-list__item {
      width: 30%;
      margin-bottom: 54px; } }
  .dropdown-list__item.open, .dropdown-list__item:hover {
    cursor: pointer; }
    .dropdown-list__item.open .dropdown-list__headline, .dropdown-list__item:hover .dropdown-list__headline {
      color: #02befd; }
  .dropdown-list__item.open {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.12));
    z-index: 100; }

.dropdown-list__content {
  background: #f7f8f9;
  width: 100%;
  display: none;
  padding-top: 1rem; }
  @media (min-width: 54em) {
    .dropdown-list__content {
      padding: 0 1.875rem 1.875rem;
      z-index: 200;
      position: absolute;
      left: 0;
      top: 90%; } }
  .open .dropdown-list__content {
    display: block; }
    .open .dropdown-list__content > * {
      animation: showContent .25s ease; }
  .dropdown-list__content ul li,
  .dropdown-list__content ol li {
    margin-bottom: .5em; }

.dropdown-list__headline {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 2rem;
  pointer-events: none;
  transition: color .125s ease-out;
  position: relative; }
  .dropdown-list__headline:after {
    font-size: 1rem;
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    pointer-events: none;
    background-image: url("/assets/img/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    background-size: 1em;
    height: 100%;
    display: block; }
    .open .dropdown-list__headline:after {
      transform: rotate(-180deg); }

/*-------------------------------------------
  Pages
-------------------------------------------*/
.announcements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .announcements:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(1, 32, 61, 0.85);
    z-index: 1; }
  @media (max-width: 46.25em) {
    .announcements {
      padding-bottom: 3rem; } }
  .announcements .flickity-viewport {
    width: 100%;
    z-index: 2; }
  .announcements .flickity-prev-next-button {
    width: 32px;
    z-index: 2; }
  .announcements .flickity-prev-next-button.previous {
    left: 6%;
    background-image: url("/assets/img/carousel-arrow-left-blue.svg"); }
  .announcements .flickity-prev-next-button.next {
    right: 6%;
    background-image: url("/assets/img/carousel-arrow-right-blue.svg"); }
  @media (max-width: 46.25em) {
    .announcements .flickity-page-dots {
      z-index: 2;
      display: block;
      bottom: 1.125rem;
      top: auto; }
      .announcements .flickity-page-dots .dot {
        background: #fff;
        border-color: #fff;
        opacity: .35; }
      .announcements .flickity-page-dots .dot.is-selected {
        opacity: 1;
        background: #fff; } }

.announcements__content {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  z-index: 2; }
  @media (min-width: 58.75em) {
    .announcements__content {
      transform: translateX(-1.7345rem);
      -ms-flex-direction: row;
          flex-direction: row;
      text-align: left; } }
  @media (min-width: 69.6875em) {
    .announcements__content {
      transform: translateX(-2.60175rem); } }
  @media (min-width: 81.25em) {
    .announcements__content {
      transform: translateX(-3.469rem); } }

.announcements__content .content__image {
  max-width: 29.250rem;
  z-index: 2; }
  .announcements__content .content__image img {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 58.75em) {
    .announcements__content .content__image {
      transform: translate(3.469rem, 0); } }
  @media (min-width: 69.6875em) {
    .announcements__content .content__image {
      transform: translate(5.2035rem, 0); } }
  @media (min-width: 81.25em) {
    .announcements__content .content__image {
      transform: translate(6.938rem, 0); } }

.announcements__content .content__card {
  max-width: 48.438rem;
  width: 100%;
  background: #004366;
  color: #fff; }

.announcements__content .card__text {
  padding: 2.344em; }
  @media (min-width: 58.75em) {
    .announcements__content .card__text {
      padding: 2.969rem 2.969rem 2.969rem 5.344rem; } }
  @media (min-width: 69.6875em) {
    .announcements__content .card__text {
      padding: 4.4535rem 4.4535rem 4.4535rem 8.016rem; } }
  @media (min-width: 81.25em) {
    .announcements__content .card__text {
      padding: 5.938em 5.938em 5.938em 10.688em; } }

.announcements__content .card__label {
  margin-bottom: 1.125rem;
  color: #02befd; }

.announcements__content .card__title {
  margin-bottom: .5em; }

.announcements__content .card__button {
  margin: 2.5rem auto 0;
  padding: 1em 2em;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  min-width: 10.938rem;
  border: 2px solid #02befd;
  font-size: .75em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #02befd; }
  .announcements__content .card__button:hover {
    color: #004366;
    background-color: #02befd; }

.businesses {
  padding: 0; }

.businesses__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 58.75em) {
    .businesses__list li:nth-child(1) {
      padding-top: 0; } }

.businesses__list li:nth-child(even) {
  background: #f7f8f9;
  -ms-flex-direction: column;
      flex-direction: column; }
  .businesses__list li:nth-child(even) .business__content {
    margin-left: 0; }
  .businesses__list li:nth-child(even) .gallery__nav {
    -ms-flex-pack: end;
        justify-content: flex-end;
    transform: translateX(2px); }
  @media (min-width: 58.75em) {
    .businesses__list li:nth-child(even) {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      .businesses__list li:nth-child(even) .business__content {
        margin-right: 6.063rem; } }

.business {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.563rem 1.5633rem 3.125rem; }
  @media (min-width: 58.75em) {
    .business {
      padding: 3.9065rem;
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 69.6875em) {
    .business {
      padding: 4.6875rem; } }
  @media (min-width: 81.25em) {
    .business {
      padding: 6.250rem; } }

.business__content {
  max-width: 29.375rem;
  text-align: center; }
  .business__content .content__button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .business__content .content__button:hover {
      color: #fff;
      background-color: #b38144; }
  @media (min-width: 58.75em) {
    .business__content {
      margin-left: 6.063rem;
      text-align: left; } }

.business__content .content__logo span {
  display: none; }

.business__content .content__logo img {
  margin-bottom: 1.875rem;
  max-width: 15.625rem;
  max-height: 15.625rem; }
  @media (max-width: 58.74em) {
    .business__content .content__logo img {
      margin-top: 1.875rem; } }

.businesses__header {
  display: none; }
  @media (min-width: 58.75em) {
    .businesses__header {
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      position: fixed;
      width: 100%;
      height: 3.188rem;
      max-width: 81.250rem;
      background: #fff;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1000;
      transform: translateY(-100%);
      visibility: hidden;
      transition: all ease-in-out .25s; }
      .businesses__header.is--active {
        visibility: visible;
        transform: translateY(0%);
        transition: all ease-in-out .25s; } }

.header__businesses {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12); }

.businesses__item {
  border: 2px solid #004366;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 100%; }
  .businesses__item:first-child {
    border-left: 0; }

.businesses__item a:hover,
.businesses__item a.is--active {
  background: #004366;
  color: #fff; }

.businesses__item a {
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
  width: 100%;
  height: 100%;
  font-size: 0.813em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #004366;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center; }

.investments-intro {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  background: url("/assets/img/investments-background.jpg") no-repeat center;
  background-size: cover; }
  .investments-intro .headline {
    margin-bottom: 1.875rem; }
  @media (min-width: 58.75em) {
    .investments-intro {
      padding-top: 9.5rem;
      padding-bottom: 9.5rem; } }

.impact__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 58.75em) {
    .impact__section {
      padding-top: 0;
      padding-bottom: 0; } }

.impact__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.impact__case {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 70.813rem; }

@media (min-width: 58.75em) {
  .impact__case:nth-child(odd) .case__content {
    margin-left: 6rem; } }

.impact__case:nth-child(even) .gallery__nav {
  -ms-flex-pack: end;
      justify-content: flex-end;
  transform: translateX(2px); }

@media (min-width: 58.75em) {
  .impact__case:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .impact__case:nth-child(even) .case__content {
      margin-right: 6rem; } }

@media (max-width: 19.99em) {
  .impact__case {
    margin-bottom: 1.563rem; } }

@media (max-width: 21.875em) {
  .impact__case {
    margin-bottom: 2rem; } }

@media (min-width: 25em) and (max-width: 58.74em) {
  .impact__case {
    margin-bottom: 3rem; } }

@media (min-width: 58.75em) {
  .impact__case {
    margin-bottom: 4rem;
    -ms-flex-direction: row;
        flex-direction: row; } }

@media (min-width: 69.6875em) {
  .impact__case {
    margin-bottom: 6.25rem; } }

.case__content {
  max-width: 29.375em;
  text-align: left; }
  .case__content .headline--decorated {
    margin-top: 2.25rem; }
  .case__content .headline--decorated:after {
    margin: 2.5rem 0; }
  @media (min-width: 58.75em) {
    .case__content .headline--decorated {
      margin-top: 0; } }

.partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #f7f8f9;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 58.74em) {
    .partners {
      padding-top: 3.125rem; } }

.partners__content {
  text-align: left;
  max-width: 50.000em; }
  .partners__content .headline--decorated:after {
    margin: 2.5rem 0; }
  @media (min-width: 58.75em) {
    .partners__content {
      text-align: center; }
      .partners__content .headline--decorated:after {
        margin: 2rem auto; } }
  .partners__content .content__button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .partners__content .content__button:hover {
      color: #fff;
      background-color: #b38144; }

.partners__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 5rem 0 0;
  max-width: 63.625rem;
  width: 100%; }
  .partners__list li {
    width: 33%;
    min-width: 290px;
    padding: 0 0 2.5em;
    position: relative;
    transform: translateX(19.5px); }
  @media (max-width: 58.74em) {
    .partners__list {
      padding: 2.5rem 0 0; } }
  @media (min-width: 37.375em) {
    .partners__list {
      margin: 0 -2.438rem; }
      .partners__list li {
        padding: 0 2.438rem 2.5em;
        box-sizing: border-box; } }
  .partners__list li::before {
    content: "■ ";
    position: absolute;
    color: #02befd;
    left: -1em; }
    @media (min-width: 37.375em) {
      .partners__list li::before {
        left: 19.5px; } }

.philanthropy__intro {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .philanthropy__intro .intro__image {
    position: relative; }
    .philanthropy__intro .intro__image img {
      width: 100%; }
  @media (max-width: 58.74em) {
    .philanthropy__intro {
      padding-bottom: 3.125rem; } }
  @media (min-width: 58.75em) {
    .philanthropy__intro .intro__image:after {
      content: '';
      background: #02befd;
      width: 145px;
      height: 1px;
      position: absolute;
      display: block;
      top: 6.25rem;
      right: -3.313rem;
      z-index: 1; } }
  .philanthropy__intro .intro__content {
    width: 100%;
    max-width: 29.375rem;
    text-align: center; }
    .philanthropy__intro .intro__content .headline {
      position: relative;
      margin-bottom: 2.125rem;
      text-align: left; }
      @media (max-width: 58.74em) {
        .philanthropy__intro .intro__content .headline:before {
          content: '';
          background: #02befd;
          margin: 2.5rem 0;
          display: block;
          width: 5.3125rem;
          height: 2px; } }
    .philanthropy__intro .intro__content .content__body {
      text-align: left; }
    .philanthropy__intro .intro__content .button {
      margin: 2.5rem auto 0;
      padding: 1em 2em;
      display: inline-block;
      position: relative;
      right: 0;
      left: 0;
      min-width: 10.938rem;
      border: 2px solid #b38144;
      font-size: .75em;
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      color: #b38144; }
      .philanthropy__intro .intro__content .button:hover {
        color: #fff;
        background-color: #b38144; }
  @media (min-width: 58.75em) {
    .philanthropy__intro {
      -ms-flex-direction: row;
          flex-direction: row; }
      .philanthropy__intro .intro__image {
        max-width: 36.063rem; }
      .philanthropy__intro .intro__content {
        margin: 0 0 0 5.250rem;
        text-align: left; } }

.philanthropy__label,
.philanthropy__headline {
  text-align: center; }

.philanthropy__article {
  margin: 0 auto;
  padding-bottom: inherit;
  max-width: 56.875rem; }
  .philanthropy__article:last-child {
    padding-bottom: 0; }

.people__leadership,
.people__board {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .people__leadership .headline--decorated,
  .people__board .headline--decorated {
    font-size: 2em; }
  .people__leadership div,
  .people__board div {
    text-align: center; }
    .people__leadership div.people__board,
    .people__board div.people__board {
      background: #f7f8f9; }

@media (min-width: 58.75em) {
  .people__leadership {
    padding-top: 0; } }

.leadership__list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 81.250em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center; }

.leader__wrapper {
  margin: 1.563rem 0;
  max-width: 25.000em;
  max-height: 31.250em;
  width: 100%; }
  @media (min-width: 58.75em) {
    .leader__wrapper {
      padding: 0 1.563rem;
      width: 50%; } }
  @media (min-width: 69.6875em) {
    .leader__wrapper {
      width: 33%; } }
  .leader__wrapper .leader__image {
    width: 100%;
    height: 100%; }

.list__leader {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .list__leader .details__bio span {
    display: inline-block;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #02befd; }
  .list__leader .details__bio span {
    visibility: visible;
    width: auto;
    margin-right: .375rem;
    transform: translateX(0%);
    transition: all ease .15s;
    transition-delay: .15s; }
  .list__leader .leader__details:hover {
    padding: 3.376rem 1.688rem;
    height: auto; }
    .list__leader .leader__details:hover .details__bio:after {
      transform: rotate(-90deg); }
  .list__leader .leader__details {
    padding: 1.688rem;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    background: rgba(0, 67, 102, 0.75);
    bottom: 0;
    left: 0;
    color: #fff;
    height: auto;
    transition: all ease .3s; }
    .list__leader .leader__details .details__name {
      margin-bottom: .75rem;
      font-weight: bold;
      line-height: 1rem; }
    .list__leader .leader__details .details__credentials {
      font-family: "Sentinel A", "Sentinel B", sans-serif;
      font-size: .9375em;
      font-weight: light;
      line-height: 1.4em;
      display: block; }
    .list__leader .leader__details .details__bio {
      margin-top: .75em;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .list__leader .leader__details .details__bio:after {
        content: '';
        background: url("/assets/img/blue-arrow.svg") no-repeat center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-item-align: center;
            align-self: center;
        width: .75rem;
        height: .75rem;
        transform: rotate(0deg);
        transition: all ease .3s;
        visibility: visible; }

.people__board {
  background: #f7f8f9; }
  @media (max-width: 58.74em) {
    .people__board {
      padding-top: 3.125rem; } }
  .people__board .headline--decorated {
    text-align: center; }

.board__list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 68.750rem;
  width: 100%; }
  .board__list .list__item {
    padding: 2em 0;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (min-width: 58.75em) {
      .board__list .list__item {
        padding: 2em;
        width: 50%; } }
    @media (min-width: 69.6875em) {
      .board__list .list__item {
        width: 33.333%; } }
  .board__list .item__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
    @media (min-width: 58.75em) {
      .board__list .item__details {
        text-align: left; } }
    .board__list .item__details .details__name {
      margin-bottom: .5rem;
      font-weight: bold;
      float: left; }
    .board__list .item__details .details__credentials {
      text-transform: none;
      float: left; }

.leader {
  padding-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }

.leader.menu--open {
  display: none; }

.leader__card {
  padding: 1.563rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  max-width: 81.250rem;
  width: 100%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #000; }
  @media (min-width: 58.75em) {
    .leader__card {
      padding: 2.978rem 3.4065rem;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media (min-width: 69.6875em) {
    .leader__card {
      padding: 5.954rem 6.11rem;
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 81.25em) {
    .leader__card {
      padding: 7.938rem 6.813rem;
      -ms-flex-direction: row;
          flex-direction: row; } }
  .leader__card .card__image {
    max-width: 27.625rem; }
    .leader__card .card__image img {
      width: 100%; }
  .leader__card .card__content {
    margin-left: 0;
    max-width: 34.125rem;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 58.74em) {
      .leader__card .card__content {
        padding-top: 1rem; } }
    @media (min-width: 58.75em) {
      .leader__card .card__content {
        margin-left: 4.359rem; } }
    @media (min-width: 69.6875em) {
      .leader__card .card__content {
        margin-left: 5.813rem; } }

.content__position {
  margin-top: 1em; }
  .content__position:after {
    margin: 2.5rem 0; }

.credentials__title {
  margin-top: 2em;
  text-transform: uppercase;
  font-weight: bold; }

.leader__nav {
  padding-top: 1.563rem;
  width: 100%; }
  @media (min-width: 58.75em) {
    .leader__nav {
      padding-top: 3.125rem; } }

.leader__nav .nav__menu {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%; }
  .leader__nav .nav__menu .menu__arrow {
    font-size: .75em;
    font-weight: bold;
    color: #b2b2b2;
    text-decoration: none;
    text-transform: uppercase;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 2rem; }
  .leader__nav .nav__menu .previous {
    margin-right: auto;
    padding-right: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .leader__nav .nav__menu .previous:before {
    content: '';
    background-image: url("/assets/img/gray-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1.875rem;
    padding: 1rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid #b2b2b2;
    width: 1em;
    height: 1em; }
  .leader__nav .nav__menu .previous:hover {
    text-decoration: underline; }
    .leader__nav .nav__menu .previous:hover:before {
      content: '';
      background: #b2b2b2;
      background-image: url("/assets/img/white-arrow-left.svg");
      background-repeat: no-repeat;
      background-position: center; }
  .leader__nav .nav__menu .next {
    margin-left: auto;
    padding-left: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .leader__nav .nav__menu .next:after {
    content: '';
    background-image: url("/assets/img/gray-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1.875rem;
    padding: 1rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid #b2b2b2;
    width: 1em;
    height: 1em;
    transform: rotate(180deg); }
  .leader__nav .nav__menu .next:hover {
    text-decoration: underline; }
    .leader__nav .nav__menu .next:hover:after {
      content: '';
      background: #b2b2b2;
      background-image: url("/assets/img/white-arrow-left.svg");
      background-repeat: no-repeat;
      background-position: center; }

.core-values {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.core-values__headline {
  padding: 1.563rem 1.563rem 1.875rem;
  color: #000; }
  @media (min-width: 58.75em) {
    .core-values__headline {
      padding: 0 0 3.750rem; } }

.core-values__titles {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 53.750rem; }
  @media (min-width: 58.75em) {
    .core-values__titles {
      padding-bottom: 2.343rem;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      max-width: 53.750rem; } }

.core-values__carousel .flickity-prev-next-button {
  top: 10rem; }

.button-group--cells {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 58.74em) {
    .button-group--cells {
      width: 100%; } }

.titles__button {
  margin: 0 0 0 -1px;
  padding: 0 1rem;
  height: 2.343rem;
  font-size: .8125em;
  font-weight: bold;
  text-transform: uppercase;
  color: #004366;
  border: 1px solid #004366;
  outline: 0; }
  @media (min-width: 69.6875em) {
    .titles__button {
      padding: 0 2.5rem;
      height: 3.125rem; } }
  .titles__button.is--active, .titles__button:hover {
    color: #fff;
    background: #004366; }

@media (max-width: 58.74em) {
  .core-values__titles {
    margin-bottom: .938rem;
    position: relative;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    background: #004366;
    width: 87.5%;
    font-size: .813em;
    letter-spacing: 1px; }
  .titles__button.is--active {
    padding: 0;
    margin: .25rem auto;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .titles__button {
    display: none; } }

.core-values__list {
  list-style-type: none;
  margin: 0; }

.titles__button__nav {
  display: none; }

@media (max-width: 58.74em) {
  .titles__button__nav {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
  .values--prev:before {
    content: '';
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 1em;
    width: 1em;
    background: url("/assets/img/white-arrow-left.svg") no-repeat center;
    background-size: contain;
    left: 1em; }
  .values--next:after {
    content: '';
    position: relative;
    display: block;
    height: 1em;
    width: 1em;
    background: url("/assets/img/white-arrow-right.svg") no-repeat center;
    background-size: contain;
    right: 1em; } }

.carousel {
  height: 100%; }

.carousel-cell {
  width: 100%;
  height: auto;
  max-width: 40.938rem;
  counter-increment: gallery-cell; }

.is-selected .cell__body {
  transform: scale(1); }

.is-selected .cell__body p {
  padding: 1.25rem 0;
  transition: all .5s;
  position: relative;
  opacity: 1;
  transform: scale(1); }
  .is-selected .cell__body p:after {
    content: '';
    background: #e1e1e1;
    width: 125px;
    height: 1px;
    display: block;
    visibility: visible !important;
    transition: all .5s;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0; }

.cell__body {
  padding: 1rem 2.344rem;
  margin: 0 auto;
  max-width: 40.938rem;
  transform: scale(0.8);
  transition: transform .25s ease; }

.cell__body p {
  padding: 1.25rem 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1rem;
  transition: all .3s;
  opacity: .25;
  transform-origin: center bottom;
  font-size: 0.875em;
  line-height: 1.867em; }
  @media (min-width: 58.75em) {
    .cell__body p {
      font-size: 0.938rem; } }
  .cell__body p:after {
    content: '';
    background: #e1e1e1;
    width: 125px;
    height: 1px;
    margin: 0 auto;
    display: block;
    visibility: hidden; }
  .cell__body p:last-child {
    padding-bottom: 0; }
    .cell__body p:last-child:after {
      display: none; }

.flickity-viewport {
  transition: height 0.2s; }

.values-callout {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  min-height: 20.000rem;
  background: #131313;
  padding: 1.563rem;
  transition: all .25s ease; }
  @media (min-width: 58.75em) {
    .values-callout {
      padding: 3.25rem 1.563rem; } }
  .values-callout .callout__wrapper {
    padding: 3.125rem 1.563rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 13.500rem;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .25s ease; }
  .values-callout .callout__content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (max-width: 58.74em) {
      .values-callout .callout__content {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        text-align: center; } }
  .values-callout .callout__headline {
    padding-bottom: .375rem;
    font-size: 2em;
    font-weight: bold;
    color: #b38144 !important; }
  .values-callout .callout__video .video__title {
    font-size: 1.125rem;
    text-transform: none;
    color: #fff; }
  .values-callout .callout__video .video__duration {
    color: #b2b2b2; }

.play-button--callout {
  margin: 0 0 1em 0;
  display: block;
  background: url("/assets/img/play-button-values.svg") no-repeat center;
  background-size: contain;
  width: 3.125rem;
  height: 3.125rem;
  outline: 0;
  transition: all .15s ease; }
  @media (min-width: 58.75em) {
    .play-button--callout {
      margin: 0 1.875em 0 0; } }
  .play-button--callout:hover {
    background: url("/assets/img/play-button-hover-black.svg") no-repeat center;
    background-size: contain;
    width: 3.125rem;
    height: 3.125rem; }

.values-callout.modal--open {
  position: relative; }
  @media (min-width: 58.75em) {
    .values-callout.modal--open {
      min-height: 40rem; } }

.values-callout.modal--open .callout__wrapper {
  display: none;
  opacity: 0;
  visibility: none;
  background: lime !important; }

.close-button--callout {
  background: url("/assets/img/exit-gold.svg") no-repeat center !important;
  background-size: contain; }

.values-testimonials {
  padding: 0; }

.testimonials__list {
  margin: 0;
  list-style-type: none; }

.testimonial__item--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 71.750rem;
  width: 100%; }
  @media (min-width: 58.75em) {
    .testimonial__item--container {
      -ms-flex-direction: row;
          flex-direction: row; } }

.testimonial__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.563rem 1.563rem 3.126rem; }
  @media (min-width: 58.75em) {
    .testimonial__item {
      padding: 3.9065rem; } }
  @media (min-width: 69.6875em) {
    .testimonial__item {
      padding: 4.6875rem; } }
  @media (min-width: 81.25em) {
    .testimonial__item {
      padding: 6.250rem; } }
  .testimonial__item .item__image {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 35.313em; }
    .testimonial__item .item__image img {
      height: 100%;
      width: 100%; }
  .testimonial__item .item__content {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 30.375em; }
    .testimonial__item .item__content .content__pullquote {
      line-height: 1.125em;
      z-index: 1; }
    .testimonial__item .item__content .content__details {
      margin: 3em 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .testimonial__item .item__content .details__author {
      color: #6d6d6d; }
    .testimonial__item .item__content .details__position {
      margin: .5em 0 0;
      font-family: "Sentinel A", "Sentinel B", sans-serif;
      font-size: .875em;
      color: #979797;
      display: block; }
  .testimonial__item:first-child .content__pullquote {
    padding-bottom: 1.875rem; }
  @media (min-width: 58.75em) {
    .testimonial__item:first-child {
      padding-bottom: 0; }
      .testimonial__item:first-child .item__image:after {
        content: '';
        background: #02befd;
        width: 145px;
        height: 1px;
        position: absolute;
        display: block;
        top: 6.25rem;
        right: -3.313rem;
        z-index: 1; } }
  .testimonial__item:first-child .item__content {
    margin: 1.563rem 0 0;
    max-width: 27.688rem;
    text-align: center; }
    @media (min-width: 58.75em) {
      .testimonial__item:first-child .item__content {
        margin: 0 0 0 7.625rem;
        text-align: left; } }
  .testimonial__item:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3.4375rem;
    background: url("/assets/img/testimonial-background.jpg") no-repeat bottom;
    background-size: cover; }
    .testimonial__item:nth-child(2) .item__content {
      display: block;
      text-align: center;
      max-width: 45.313rem; }
      .testimonial__item:nth-child(2) .item__content .content__pullquote {
        line-height: 1.313em; }
      .testimonial__item:nth-child(2) .item__content .content__details {
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 58.75em) {
      .testimonial__item:nth-child(2) {
        padding-bottom: 6.875rem; } }
  @media (max-width: 58.74em) {
    .testimonial__item:last-child {
      padding-bottom: 3.125rem; } }
  .testimonial__item:last-child .content__pullquote {
    margin-bottom: 1.875rem; }
  @media (min-width: 58.75em) {
    .testimonial__item:last-child {
      padding-top: 0; }
      .testimonial__item:last-child .item__image:after {
        content: '';
        background: #02befd;
        width: 145px;
        height: 1px;
        position: absolute;
        display: block;
        top: 6.25rem;
        left: -3.313rem;
        z-index: 1; } }
  @media (min-width: 58.75em) {
    .testimonial__item:last-child .testimonial__item--container {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  .testimonial__item:last-child .item__content {
    margin: 1.563rem 0 0;
    max-width: 27.688rem;
    text-align: center; }
    @media (min-width: 58.75em) {
      .testimonial__item:last-child .item__content {
        margin: 0 7.625rem 0 0;
        text-align: left; } }

.pullquote__decoration {
  display: inline-block;
  content: '“';
  color: #000;
  position: absolute;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: bold;
  font-size: 7rem;
  margin-top: 1rem;
  margin-left: -.5rem;
  opacity: .05;
  z-index: 0; }
  @media (min-width: 58.75em) {
    .pullquote__decoration {
      color: #039bce;
      font-size: 3rem;
      margin-top: -.25rem;
      margin-left: -2.25rem;
      opacity: 1; } }

.openings {
  background-color: #f7f8f9;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center; }

.jsj-openings {
  position: relative; }
  @media (max-width: 58.74em) {
    .jsj-openings {
      padding-bottom: 3rem; } }
  .jsj-openings:after {
    content: '';
    height: 1px;
    width: 100%;
    max-width: 1100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #b2b2b2; }
    @media (max-width: 58.74em) {
      .jsj-openings:after {
        bottom: 3rem; } }

.job-benefits {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding-top: 0; }

.features-benefits-callout h2 {
  margin-bottom: 2.125rem; }

.features-benefits-callout .button {
  margin: 2.5rem auto 0;
  padding: 1em 2em;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  min-width: 10.938rem;
  border: 2px solid #b38144;
  font-size: .75em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #b38144; }
  .features-benefits-callout .button:hover {
    color: #fff;
    background-color: #b38144; }

.openings__wrapper {
  max-width: 46.875rem;
  padding-bottom: 1.563rem; }

.openings__list {
  padding-top: 2.5rem;
  max-width: 46.875rem;
  width: 100%; }
  @media (min-width: 58.75em) {
    .openings__list {
      padding-top: 5rem; } }

.openings__list li:first-child:before {
  content: '';
  background: #e1e1e1;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0; }

.openings__list .list__item {
  padding: 2.7em 3.125em 2.7em 3.5em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  text-transform: none; }
  .openings__list .list__item span {
    display: -ms-flexbox;
    display: flex;
    transform: translateX(-3px); }
    @media (min-width: 58.75em) {
      .openings__list .list__item span {
        margin-right: auto; } }
  .openings__list .list__item:after {
    content: '';
    background: #e1e1e1;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0; }

.openings__list .list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 58.74em) {
    .openings__list .list__item {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; } }

.openings__list .list__link {
  margin: 1em 0 0;
  font-size: .75em;
  color: #039bce;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 58.75em) {
    .openings__list .list__link {
      -ms-flex-item-align: end;
          align-self: flex-end; } }
  .openings__list .list__link:before {
    content: '';
    background: url("/assets/img/electric-blue-arrow.svg") no-repeat center;
    margin-right: 1em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1em;
    height: 1em; }
  .openings__list .list__link:hover {
    color: #157190; }
    .openings__list .list__link:hover:before {
      background: url("/assets/img/sea-blue-arrow.svg") no-repeat center;
      transform: rotate(-90deg); }
  @media (min-width: 58.75em) {
    .openings__list .list__link {
      margin: 0; } }

.openings__message {
  margin-top: 3.125rem; }

.openings__grid {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  max-width: 62.5rem;
  width: 100%; }
  .openings__grid .grid__item {
    margin: 2.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0; }
    @media (min-width: 58.75em) {
      .openings__grid .grid__item {
        margin: 3.438rem 0;
        width: 50%; } }
  .openings__grid .grid__item--wrapper {
    max-width: 15.625rem; }
  .openings__grid .item__logo {
    max-width: 10em; }
  .openings__grid .item__body {
    margin: 3em 0 0;
    position: relative; }
    .openings__grid .item__body:before {
      content: '';
      background: #e1e1e1;
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 1px;
      top: -1.5em; }
  .openings__grid .button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .openings__grid .button:hover {
      color: #fff;
      background-color: #b38144; }

@media (min-width: 69.6875em) {
  .businesses-openings {
    padding-top: 6.250em; } }

.businesses-openings .openings__wrapper {
  padding-bottom: 1.563rem; }

.openings__link {
  background-color: #f7f8f9;
  padding-bottom: 3.125em; }
  .openings__link .content__button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .openings__link .content__button:hover {
      color: #f7f8f9;
      background-color: #b38144; }

@media (max-width: 58.74em) {
  .position {
    padding-top: 3.125rem; } }

.position__overview {
  margin: 0 auto;
  padding-bottom: inherit;
  position: relative;
  max-width: 43.5rem;
  text-align: center;
  color: #000; }

.overview__position {
  font-size: 2em;
  font-weight: bold; }

.overview__details {
  padding-top: 2.5rem;
  margin-left: -3rem;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 58.75em) {
    .overview__details {
      padding-top: 5.000rem; } }

.overview__detail {
  margin: 1.563rem 0;
  padding-left: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .overview__detail .detail__title {
    margin-bottom: .5em;
    font-weight: bold;
    text-transform: uppercase; }
  .overview__detail .detail__text {
    font-size: 0.875rem; }

.position__details {
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  position: relative;
  max-width: 56.875rem; }
  @media (min-width: 58.75em) {
    .position__details {
      padding-top: 5rem;
      padding-bottom: 6.25rem; } }

.position__details:before {
  content: '';
  background: #e1e1e1;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0; }

.position__details:after {
  content: '';
  background: #e1e1e1;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0; }

.details__article .article__title {
  margin: 1em 0;
  font-size: 2em;
  font-weight: bold; }
  .details__article .article__title:before {
    margin: 2.5rem 0; }

.career__intro {
  max-width: 56.875rem;
  padding-top: 3.125rem; }
  @media (max-width: 58.74em) {
    .career__intro {
      padding-bottom: 3.125rem; } }
  @media (min-width: 58.75em) {
    .career__intro {
      padding-top: 3.9065rem; } }
  @media (min-width: 69.6875em) {
    .career__intro {
      padding-top: 4.6875rem; } }
  @media (min-width: 81.25em) {
    .career__intro {
      padding-top: 6.250rem; } }
  .career__intro .button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .career__intro .button:hover {
      color: #fff;
      background-color: #b38144; }

.jsj-hq {
  background: url("/assets/img/contact-usa-china-background_1024.jpg") no-repeat center;
  background-size: cover;
  color: #000; }
  @media (max-width: 58.74em) {
    .jsj-hq {
      padding-top: 0;
      padding-bottom: 3.125rem; } }
  @media (min-width: 58.75em) {
    .jsj-hq {
      padding-top: 2.5rem;
      padding-bottom: 6.25rem; } }

.hq-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  text-align: center; }
  @media (min-width: 69.6875em) {
    .hq-list {
      -ms-flex-direction: row;
          flex-direction: row;
      text-align: left; } }

.hq__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 69.6875em) {
    .hq__wrapper {
      width: 50%; } }

.hq-list__item {
  width: 100%;
  max-width: 25.750rem; }
  .hq-list__item .info__country {
    margin-bottom: 1.25rem;
    line-height: 1em; }
  @media (max-width: 58.74em) {
    .hq-list__item {
      padding-top: 1rem; } }

.info__location {
  font-size: 2em;
  font-weight: bold;
  position: relative; }
  .info__location:after {
    content: '';
    background: #02befd;
    margin: 1.875rem auto;
    display: block;
    width: 5.3125rem;
    height: 2px; }
    @media (min-width: 69.6875em) {
      .info__location:after {
        margin: 1.875rem 0; } }

.info__contact {
  margin: 0;
  list-style-type: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .info__contact .contact__block {
    margin-bottom: 2.375rem;
    width: 100%; }
    @media (min-width: 69.6875em) {
      .info__contact .contact__block {
        width: 50%; } }
  .info__contact .title {
    margin-bottom: .438rem;
    font-size: 1rem; }

.contact__block .contact__email:last-child {
  margin-bottom: 0; }

.businesses-hq {
  padding-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background: url("/assets/img/global-background.jpg") no-repeat center;
  background-size: contain;
  color: #000; }
  .businesses-hq h1 {
    text-align: center; }

.hq__business-list {
  margin: 0 auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .hq__business-list .business-list__item {
    padding: 1.563rem 0 0;
    max-width: 15.625rem;
    width: 100%; }
    @media (min-width: 58.75em) {
      .hq__business-list .business-list__item {
        padding: 1.563rem 3.125rem 0;
        max-width: 21.875rem;
        width: 50%; } }
    @media (min-width: 69.6875em) {
      .hq__business-list .business-list__item {
        padding: 2.5rem 3.125rem 0;
        width: 33%; } }
  .hq__business-list .business-list__item .item__name {
    padding-bottom: .438rem;
    position: relative;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .hq__business-list .business-list__item .item__name:before {
      content: '';
      background: #e1e1e1;
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0; }

.business-list__item .item__contact {
  margin: 1.875rem 0;
  list-style-type: none; }

.contact__block {
  margin-bottom: 1.438rem; }
  .contact__block a {
    display: inline-block;
    position: relative;
    z-index: 5; }
  .contact__block a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #02befd;
            text-decoration-color: #02befd; }
  .contact__block .block__title {
    margin-bottom: .5rem;
    font-size: .875rem;
    letter-spacing: 0; }
  .contact__block .organization,
  .contact__block .contact__email {
    display: block;
    margin-bottom: 1em; }
  .contact__block .contact__qualifier {
    display: block; }

@media (min-width: 58.75em) {
  .contact__phone,
  .block__phone,
  .block__fax {
    text-decoration: none !important;
    cursor: default; } }

.block__fax {
  text-decoration: none; }

.heritage__timeline {
  background-size: contain !important;
  color: #fff; }
  .heritage__timeline .timeline__intro {
    max-width: 50rem;
    margin-bottom: 6.25rem; }
  .heritage__timeline .headline--decorated {
    color: #fff; }
    .heritage__timeline .headline--decorated:after {
      background: #b38144 !important; }
  @media (max-width: 58.74em) {
    .heritage__timeline {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; }
      .heritage__timeline .timeline__intro {
        margin-bottom: 3.125rem; } }

.heritage .banner__label {
  color: #b2b2b2; }

.heritage .banner__body--wrapper {
  overflow: hidden;
  max-height: 22.938rem;
  transform: translateX(-1rem); }

.heritage .banner__body {
  padding-right: 1.5rem;
  transform: translateX(1.5rem);
  max-height: 22.938rem;
  overflow-x: hidden;
  transition: all .25s ease; }

.banner__body--button {
  outline: 0;
  color: #b2b2b2;
  font-size: .75rem;
  font-weight: bold;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .banner__body--button:before {
    content: '';
    background: url("/assets/img/down-arrow-light-gray.svg") no-repeat center;
    margin: 2.5rem .797rem 0 0;
    display: inline-block;
    width: 1em;
    height: 1em; }
  .banner__body--button:hover {
    text-decoration: underline; }

.banner__body--button.back--button:before {
  transform: rotate(180deg); }

.heritage .item__image {
  width: 100%; }

.gallery__item .item__wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .gallery__item .item__wrapper .item__description {
    padding: 0 1.875rem; }

.timeline__list {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  max-width: 58.813rem; }
  .timeline__list:before {
    content: '';
    background: #b38144;
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
    @media (min-width: 58.75em) {
      .timeline__list:before {
        display: none; } }

.list__event {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 58.75em) {
    .list__event {
      -ms-flex-direction: row;
          flex-direction: row; } }

.event__description {
  margin-left: 2.813rem;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 58.75em) {
    .event__description {
      width: 100%; } }

.event__expanded {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  max-width: 50rem;
  max-height: 10rem;
  overflow: hidden;
  transition: all .25s ease; }
  @media (max-width: 58.74em) {
    .event__expanded {
      max-width: 23.750rem; } }
  @media (min-width: 58.75em) {
    .event__expanded {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .event__expanded .expanded__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #262626);
    z-index: 1;
    opacity: 1;
    transition: all .25s ease; }
  .event__expanded .expanded__image {
    background-size: 100% 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 23.750rem;
    min-height: 23.750rem; }
  .event__expanded .expanded__image--print {
    display: none; }
  .event__expanded .expanded__body {
    font-size: .813rem;
    line-height: 1.625rem;
    padding: 3.125rem;
    position: relative;
    background: #3A3A3A;
    opacity: .4;
    transition: all .25s ease; }
    @media (min-width: 58.75em) {
      .event__expanded .expanded__body {
        padding: 2em; }
        .event__expanded .expanded__body:before {
          content: '';
          background: #b38144;
          display: block;
          position: absolute;
          width: 145px;
          height: 1px;
          left: -125px;
          transform: translateY(0.75em); } }
    @media (min-width: 69.6875em) {
      .event__expanded .expanded__body {
        padding: 4em; } }

.event__year {
  padding: .5rem 0 .5rem 3rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center; }
  @media (min-width: 58.75em) {
    .event__year {
      padding: 1.563rem 3rem 1.563rem 0rem; } }
  @media (min-width: 69.6875em) {
    .event__year {
      padding: 2.188rem 1.563rem 2.188rem 0; } }
  .event__year .year {
    font-family: "Sentinel A", "Sentinel B", sans-serif;
    font-size: 1.125em;
    background: #b38144;
    display: block;
    width: 70px;
    height: 30px;
    line-height: 1.5em; }
  .event__year:before {
    content: '';
    background: #b38144;
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    top: 0;
    right: -1px;
    z-index: 0; }
    @media (max-width: 58.74em) {
      .event__year:before {
        display: none; } }
  .event__year:after {
    content: '';
    background: #303030;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    width: .75rem;
    height: .75rem;
    transform: translateX(50%);
    border: 1.5px solid #b38144;
    z-index: 1;
    right: 0;
    top: calc(.5rem + .375rem); }
    @media (min-width: 58.75em) {
      .event__year:after {
        top: calc(1.563rem + .375rem); } }
    @media (min-width: 69.6875em) {
      .event__year:after {
        top: calc(2.188rem + .375rem); } }
    @media (max-width: 58.74em) {
      .event__year:after {
        left: -.7rem;
        right: auto; } }

.event__title {
  padding: 2.188rem 0; }

.expanded__button {
  font-size: .75em;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  background: #3f3f3f;
  color: #b2b2b2;
  text-transform: uppercase;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-width: 7.813rem;
  min-height: 2.5rem;
  z-index: 5;
  outline: 0;
  transform: translateY(-1rem); }
  .expanded__button:before {
    content: '';
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: url("/assets/img/gray-arrow.svg") no-repeat center;
    margin-right: .5rem;
    height: .75em;
    width: .75em;
    transform: rotate(-90deg); }
  .expanded__button.is--open:before {
    transform: rotate(90deg); }

.event__expanded.hovered .expanded__overlay {
  opacity: 0;
  transition: all .25s ease; }

.event__expanded.hovered .expanded__image {
  opacity: 1;
  transition: all .25s ease; }

.event__expanded.hovered .expanded__body {
  opacity: 1;
  transition: all .25s ease; }

.event__expanded.is--open {
  max-height: 100%;
  transition: all .25s ease; }
  .event__expanded.is--open .expanded__overlay {
    opacity: 0;
    transition: all .25s ease; }
  .event__expanded.is--open .expanded__image {
    opacity: 1;
    transition: all .25s ease; }
  .event__expanded.is--open .expanded__body {
    opacity: 1;
    transition: all .25s ease; }

.timeline__header {
  display: none; }
  @media (min-width: 58.75em) {
    .timeline__header {
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      padding: 0 2em;
      position: fixed;
      width: 100%;
      height: 7.188rem;
      max-width: 81.250rem;
      background: #3a3a3a;
      top: 0;
      right: 0;
      left: 0;
      z-index: 10;
      transform: translateY(-100%);
      visibility: hidden;
      transition: all .25s ease-in-out; }
      .timeline__header.is--active {
        visibility: visible;
        transform: translateY(0%);
        transition: all .25s ease-in-out; } }

.timeline__header .header__dates {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #b2b2b2; }
  .timeline__header .header__dates.header__dates:after {
    content: '';
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-flex-item-align: center;
        align-self: center;
    background: #b38144;
    height: 1.25px;
    width: 100%;
    position: absolute;
    z-index: -1; }
  .timeline__header .header__dates .dates__decade {
    background: #3a3a3a;
    padding: .5em;
    margin-left: auto;
    margin-right: auto; }
  .timeline__header .header__dates .dates__decade a:hover,
  .timeline__header .header__dates .dates__decade a.is--active {
    background: #b38144;
    color: #fff; }
  .timeline__header .header__dates .dates__decade a {
    padding: .25em .5em;
    font-family: "Sentinel A", "Sentinel B", sans-serif;
    font-size: 1.25em;
    text-decoration: none;
    z-index: 50; }

.investments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 58.74em) {
    .investments {
      padding-top: 0; } }

.investments__article {
  text-align: center;
  position: relative;
  max-width: 56.875rem; }
  @media (max-width: 58.74em) {
    .investments__article {
      padding-top: 2.344rem;
      padding-bottom: 3.125rem; } }
  @media (min-width: 58.75em) {
    .investments__article {
      padding-bottom: inherit; } }
  .investments__article:after {
    content: '';
    background: #e1e1e1;
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0; }

.investments__article .article__body {
  max-width: 56.875rem;
  text-align: left; }

.investments__intro {
  max-width: 56.875rem; }
  @media (max-width: 58.74em) {
    .investments__intro {
      padding-top: 3.125em;
      padding-bottom: 3.125em; } }
  @media (min-width: 58.75em) {
    .investments__intro {
      padding-top: inherit; } }
  .investments__intro .button {
    margin: 2.5rem auto 0;
    padding: 1em 2em;
    display: inline-block;
    position: relative;
    right: 0;
    left: 0;
    min-width: 10.938rem;
    border: 2px solid #b38144;
    font-size: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #b38144; }
    .investments__intro .button:hover {
      color: #fff;
      background-color: #b38144; }

.cookies {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 58.74em) {
    .cookies {
      padding-top: 0; } }

.cookies__article {
  text-align: center;
  position: relative; }
  @media (max-width: 58.74em) {
    .cookies__article {
      padding-top: 2.344rem;
      padding-bottom: 3.125rem; } }
  @media (min-width: 58.75em) {
    .cookies__article {
      padding-bottom: inherit; } }
  .cookies__article:after {
    content: '';
    background: #e1e1e1;
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0; }

.cookies__article .article__body {
  max-width: 56.875rem;
  text-align: left; }

.c-button {
  margin: 2.5rem auto 0;
  padding: 1em 2em;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  min-width: 10.938rem;
  border: 2px solid #b38144;
  font-size: .75em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #b38144;
  color: #fff !important;
  margin-top: 20px; }
  .c-button:hover {
    color: #fff;
    background-color: #b38144; }

/*-------------------------------------------
  Plugins
-------------------------------------------*/
/*! Flickity v2.0.8
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  display: block;
  position: absolute;
  top: 50%;
  width: 12.5px;
  height: 25px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%); }
  @media (max-width: 58.74em) {
    .flickity-prev-next-button {
      display: none !important; } }
  @media (min-width: 58.75em) {
    .flickity-prev-next-button {
      width: 25px;
      height: 49.76px; } }

.flickity-prev-next-button:focus {
  outline: none; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  background: url("/assets/img/carousel-arrow-left.svg") no-repeat center;
  background-size: cover;
  display: block;
  left: 2.5%; }
  @media (min-width: 58.75em) {
    .flickity-prev-next-button.previous {
      left: 7.5%; } }
  @media (min-width: 69.6875em) {
    .flickity-prev-next-button.previous {
      left: 15%; } }
  @media (min-width: 81.25em) {
    .flickity-prev-next-button.previous {
      left: 20%; } }

.flickity-prev-next-button.next {
  background: url("/assets/img/carousel-arrow-right.svg") no-repeat center;
  background-size: cover;
  display: block;
  right: 2.5%; }
  @media (min-width: 58.75em) {
    .flickity-prev-next-button.next {
      right: 7.5%; } }
  @media (min-width: 69.6875em) {
    .flickity-prev-next-button.next {
      right: 15%; } }
  @media (min-width: 81.25em) {
    .flickity-prev-next-button.next {
      right: 20%; } }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  display: none; }

/* ---- page dots ---- */
.flickity-page-dots {
  display: none; }

@media (max-width: 58.74em) {
  .flickity-page-dots {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1; }
  .flickity-rtl .flickity-page-dots {
    direction: rtl; }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 50%;
    border: 2px #004366 solid;
    cursor: pointer; }
  .flickity-page-dots .dot.is-selected {
    background: #004366;
    opacity: 1; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:focus {
    outline: 0; }

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is--active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is--active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is--active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*# sourceMappingURL=maps/screen.css.map */
