.multi-panel {
  background: #000;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .multi-panel {
    display: -ms-flexbox;
    display: flex;
  }
}
.multi-panel:before,
.multi-panel:after {
  content: "";
  height: 5px;
  width: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.multi-panel:after {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.multi-panel h1 {
  display: none;
}
.multi-panel__section {
  height: auto;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transition: -ms-flex ease 0.65s, opacity ease-out 0.65s 0.33s;
  transition: flex ease 0.65s, opacity ease-out 0.65s 0.33s;
}
.multi-panel__section:first-child:nth-last-child(2) video {
  width: 100%;
}
.no-js .multi-panel__section {
  opacity: 1;
}
@media print, (min-width: 480px) {
  .multi-panel__section {
    height: 30vh;
  }
}
@media (min-width: 768px) {
  .multi-panel__section {
    height: 50vh;
  }
}
@media (min-width: 992px) {
  .multi-panel__section {
    height: 100vh !important;
    min-height: 51rem;
  }
}
.multi-panel__section:hover {
  -ms-flex: 1.07;
  flex: 1.07;
}
.multi-panel__section:hover .multi-panel__image,
.multi-panel__section:hover video {
  opacity: 0.8 !important;
}
.multi-panel__section:nth-child(3) {
  transition: -ms-flex ease 0.65s, opacity ease-out 0.65s 1.33s;
  transition: flex ease 0.65s, opacity ease-out 0.65s 1.33s;
}
.multi-panel__section:nth-child(3) .multi-panel__image {
  background-position: 50% 50%;
}
.multi-panel__section:nth-child(3) video {
  object-position: 50% 50%;
}
.multi-panel__section:nth-child(4) {
  transition: -ms-flex ease 0.65s, opacity ease-out 0.65s 2.33s;
  transition: flex ease 0.65s, opacity ease-out 0.65s 2.33s;
}
.multi-panel__section:nth-child(4) .multi-panel__image {
  background-position: 20% 50%;
}
.multi-panel__section:nth-child(4) video {
  object-position: 100% 50%;
}
.multi-panel.is--active .multi-panel__section {
  opacity: 1;
}
.multi-panel__section .video-lazy.loaded video {
  display: block;
}
.multi-panel__section .video-lazy video {
  display: none;
}
.multi-panel__section video {
  transition: all ease 0.45s;
  object-fit: cover;
  opacity: 0.7;
  background: #000;
  object-position: 0% 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.multi-panel:hover .multi-panel__section video {
  opacity: 0.4;
}
@media (min-width: 992px) {
  .multi-panel__section video {
    width: auto;
    height: 100%;
  }
}
.multi-panel__section h2 {
  font-size: 2.125rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  padding-bottom: 0;
  transition: all ease-out 0.45s 0.2s;
}
.font--arial .multi-panel__section h2 {
  font-family: Arial, Helvetica, sans-serif;
}
@media print, (min-width: 480px) {
  .multi-panel__section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 0;
  }
}
@media (min-width: 93.75em) {
  .multi-panel__section h2 {
    font-size: 2.6875rem;
  }
}
@media (min-width: 992px) {
  .multi-panel__section h2 {
    text-align: center;
    width: 100%;
  }
}
.multi-panel__section span {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.1;
  opacity: 0;
  transition: opacity ease-out 0.2s;
}
.font--arial .multi-panel__section span {
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  .multi-panel__section span {
    font-size: 2rem;
    padding-left: 0.25rem;
  }
}
.multi-panel--with-titles .multi-panel__section span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.js .multi-panel__section ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: relative;
  list-style: none;
  padding: 0.625rem;
  margin: 0;
  transition: max-height 0.45s ease-out, opacity ease 0.2s 0.4s;
}
@media (min-width: 992px) {
  .js .multi-panel__section ul {
    padding: 1.25rem;
    display: block;
  }
}
.multi-panel__section li {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
  margin-bottom: 1.25rem;
  transition: opacity ease-out 0.45s 0.85s, -webkit-transform ease-out 0.45s 0.85s, left ease-out 0.3s;
  transition: opacity ease-out 0.45s 0.85s, transform ease-out 0.45s 0.85s, left ease-out 0.3s;
}
@media (min-width: 992px) {
  .multi-panel__section li {
    margin-bottom: 0vh;
  }
}
.multi-panel__section li:nth-child(2) {
  transition: opacity ease-out 0.45s 1.15s, -webkit-transform ease-out 0.45s 1.15s, left ease-out 0.3s;
  transition: opacity ease-out 0.45s 1.15s, transform ease-out 0.45s 1.15s, left ease-out 0.3s;
}
.multi-panel__section li:nth-child(3) {
  transition: opacity ease-out 0.45s 1.35s, -webkit-transform ease-out 0.45s 1.35s, left ease-out 0.3s;
  transition: opacity ease-out 0.45s 1.35s, transform ease-out 0.45s 1.35s, left ease-out 0.3s;
}
.multi-panel__section a {
  padding: 0.625rem;
  /* display: block; */
  transition: background ease 0.3s;
}
@media (min-width: 992px) {
  .multi-panel__section a {
    padding: 1.25rem;
    text-decoration: none;
  }
}
.multi-panel__section a:focus,
.multi-panel__section a:hover {
  background: ;
}
.multi-panel__section h3,
.multi-panel__section h4 {
  font-size: 1.125rem;
  margin: 0;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  padding-bottom: 0;
}
.font--arial .multi-panel__section h3,
.font--arial .multi-panel__section h4 {
  font-family: Arial, Helvetica, sans-serif;
}
@media print, (min-width: 480px) {
  .multi-panel__section h3 {
    font-size: 1.625rem;
  }
  .multi-panel__section h4 {
    font-size: 2rem;
  }
}
.multi-panel__section p {
  font-size: 1.6rem;
  margin: 0.625rem 0 0 0;
  color: #fff;
}
@media (min-width: 93.75em) {
  .multi-panel__section.is--reduced .multi-panel__heading {
    padding: 1.25rem;
  }
}
.multi-panel__section.is--reduced video {
  opacity: 0.55;
}
.multi-panel__section.is--reduced .multi-panel__image {
  opacity: 0.3;
}
.multi-panel__section.is--reduced:hover .multi-panel__image {
  opacity: 0.4;
}
.multi-panel__section.is--reduced h2 {
  transition: font-size ease 0.45s;
}
@media print, (min-width: 480px) {
  .multi-panel__section.is--reduced h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 93.75em) {
  .multi-panel__section.is--reduced h2 {
    font-size: 1.8125rem;
  }
}
@media (min-width: 992px) {
  .multi-panel__section.is--reduced span {
    font-size: 1rem;
  }
}
.no-js .multi-panel__section {
  height: auto;
}
.no-js .multi-panel__section .multi-panel__heading {
  padding: 1.25rem;
}
.no-js .multi-panel__section video {
  display: none;
}
.no-js .multi-panel__section,
.multi-panel__section.is--expanded {
  height: auto;
  -ms-flex: 3.5;
  flex: 3.5;
  background: #231f20;
}
@media print, (min-width: 480px) {
  .no-js .multi-panel__section,
  .multi-panel__section.is--expanded {
    -ms-flex: 2.3;
    flex: 2.3;
  }
}
@media (min-width: 93.75em) {
  .no-js .multi-panel__section,
  .multi-panel__section.is--expanded {
    -ms-flex: 2.6;
    flex: 2.6;
  }
}
.no-js .multi-panel__section .multi-panel__heading,
.multi-panel__section.is--expanded .multi-panel__heading {
  text-align: left;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .no-js .multi-panel__section .multi-panel__heading,
  .multi-panel__section.is--expanded .multi-panel__heading {
    padding: 1.25rem 2.5rem;
  }
}
.no-js .multi-panel__section .multi-panel__image,
.multi-panel__section.is--expanded .multi-panel__image {
  opacity: 0.3 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.no-js .multi-panel__section video,
.multi-panel__section.is--expanded video {
  opacity: 0.35 !important;
  height: 100%;
}
.no-js .multi-panel__section h2,
.multi-panel__section.is--expanded h2 {
  transition: all ease 0.45s;
}
@media print, (min-width: 480px) {
  .no-js .multi-panel__section h2,
  .multi-panel__section.is--expanded h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 93.75em) {
  .no-js .multi-panel__section h2,
  .multi-panel__section.is--expanded h2 {
    font-size: 3.4375rem;
  }
}
@media (min-width: 992px) {
  .no-js .multi-panel__section h2,
  .multi-panel__section.is--expanded h2 {
    text-align: left;
  }
}
.no-js .multi-panel__section span,
.multi-panel__section.is--expanded span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity ease-in 0.45s 0.45s;
  padding-left: 0;
}
.no-js .multi-panel__section ul,
.multi-panel__section.is--expanded ul {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
  transition: max-height ease-out 1s 0.45s, opacity ease-in 0.2s;
}
.no-js .multi-panel__section li,
.multi-panel__section.is--expanded li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  max-width: 580px;
}
.multi-panel__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  opacity: 0.7;
  transition: opacity ease 0.45s, -webkit-transform ease 6s 0.4s, -webkit-filter ease 1s 0.2s, opacity ease 0.45s, -webkit-transform ease 6s 0.4s, filter ease 1s 0.2s;
  transition: opacity ease 0.45s, transform ease 6s 0.4s, filter ease 1s 0.2s;
}
.multi-panel:hover .multi-panel__image {
  opacity: 0.4;
}
.multi-panel__video video {
  display: none;
}
.multi-panel__video.playing .multi-panel__image {
  display: none;
}
.multi-panel__video.playing video {
  display: block;
}
.js .multi-panel__heading {
  position: relative;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
  padding: 2.5rem 1.25rem;
}
@media print, (min-width: 480px) {
  .js .multi-panel__heading {
    padding: 1.25rem;
    min-height: 85px;
  }
}
@media (min-width: 93.75em) {
  .js .multi-panel__heading {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .js .multi-panel__heading {
    text-align: center;
  }
  .js .multi-panel__heading span {
    width: 100%;
  }
  .js .multi-panel__heading span:after {
    content: "\00a0";
  }
}
@media (min-width: 992px) {
  .js .multi-panel__content {
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.multi-panel__prompt {
  z-index: 1;
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  right: 0;
  transition: bottom ease-out 0.45s, opacity ease 0.45s;
  opacity: 0.5;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 1.25rem;
  box-shadow: none;
  margin: 0;
  font-weight: bold;
}
@media print, (min-width: 480px) {
  .multi-panel__prompt {
    top: 2.5rem;
    right: 1.25rem;
  }
}
@media (min-width: 93.75em) {
  .multi-panel__prompt {
    right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .multi-panel__prompt {
    top: 11.25rem;
  }
}
.multi-panel__prompt:focus,
.multi-panel__prompt:hover {
  opacity: 1;
  background: none;
  box-shadow: none;
}
.multi-panel__prompt:after {
  content: "\259F";
  display: inline-block;
  padding-left: 1.8rem;
  font-size: 16px;
  font-weight: normal;
  transition: -webkit-transform ease-out 0.45s;
  transition: transform ease-out 0.45s;
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.no-js .multi-panel__prompt {
  display: none;
}
.no-js .multi-panel__prompt,
.is--expanded .multi-panel__prompt {
  color: rgba(255, 255, 255, 0);
  bottom: calc(100% - 70px);
}
.no-js .multi-panel__prompt:after,
.is--expanded .multi-panel__prompt:after {
  -webkit-transform: rotate(5896deg);
  transform: rotate(5896deg);
  opacity: 1;
  color: white;
}
.content-feed {
  clear: both;
  background-color: #f7f7f7;
}
.content-feed h1 {
  display: none;
}
.content-feed:nth-child(even) {
  background-color: #eee;
}
.content-feed:nth-child(even) .content-feed__section-title h2,
.content-feed:nth-child(even) .content-feed__section-title a {
  background-color: #eee;
}
.content-feed--compact .content-feed__section-title,
body.theme-careers-2018 .content-feed .content-feed__section-title {
  margin-bottom: 0;
}
.content-feed--compact .content-feed__container,
body.theme-careers-2018 .content-feed .content-feed__container {
  padding-top: 1.875rem;
  background-color: transparent;
}
.content-feed--compact .content-feed__container:before,
body.theme-careers-2018 .content-feed .content-feed__container:before {
  display: none;
}
@media (min-width: 93.75em) {
  .content-feed--full-width .row {
    max-width: calc(100% - 1.875em * 2);
  }
}
@media print, (min-width: 480px) {
  .content-feed--fixed-background .content-feed__background {
    background-attachment: fixed;
  }
  .content-feed--fixed-background .content-feed__background:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 100%);
  }
  .content-feed--fixed-background .content-feed__background:after {
    display: none;
  }
}
.content-feed__title {
  z-index: 1;
}
.content-feed__section-title {
  margin: 5rem 0 1.875rem;
  position: relative;
  transition: all ease-out 0.45s;
}
@media print, (min-width: 480px) {
  .content-feed__section-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .content-feed__section-title {
    margin: 5.625rem 0 5rem;
  }
}
.content-feed__section-title-content {
  width: 100%;
  -ms-flex-order: 10;
  order: 10;
}
.js .content-feed__section-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.content-feed__section-title.is--animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.content-feed__section-title.is--animate span:after {
  width: 100%;
}
.content-feed__section-title h2 {
  font-size: 1.625rem;
  padding: 0;
  padding-right: 0.625rem;
}
.font--arial .content-feed__section-title h2 {
  font-family: Arial, Helvetica, sans-serif;
}
@media print, (min-width: 480px) {
  .content-feed__section-title h2 {
    letter-spacing: 0.1875rem;
    font-size: 2rem;
    position: relative;
    top: 0.1em;
    display: block;
    z-index: 2;
    background: #f7f7f7;
  }
}
@media print, (min-width: 480px) {
  .content-feed__section-title span {
    display: block;
    position: relative;
    height: 1px;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.625rem;
  }
  .content-feed__section-title span:after {
    content: "";
    display: block;
    transition: width ease-out 2s;
    width: 0%;
    height: 1px;
    background-color: #ccc;
  }
}
.content-feed__section-title.is--animate span:after {
  width: 100%;
}
.content-feed__section-title a {
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  font-size: 0.8125rem;
  color: #007dbb;
  transition: all ease 0.3s;
  position: relative;
  top: 0;
  opacity: 1;
}
