  @media print {
  .swipe_block {
    display: none;
  }
}
@media screen and (max-width: 319px) {
  .swipe_block {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 739px) {
  .swipe_block {
    overflow: hidden;

    min-height: 700px;
  }
}
.swipe_block.layout_grid {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  padding-bottom: 40px;
  margin-top: -20px;
  padding-top: 20px;
}
@media screen and (min-width: 740px) {
  .swipe_block.layout_grid {
    padding-right: calc((100% - 720px) / 2 + 1.04166667%);
  }
}
@media screen and (min-width: 980px) {
  .swipe_block.layout_grid {
    padding-right: calc((100% - 960px) / 2 + 1.04166667%);
  }
}
@media screen and (min-width: 1220px) {
  .swipe_block.layout_grid {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}
@media screen and (min-width: 1370px) {
  .swipe_block.layout_grid {
    padding-right: calc((100% - 1350px) / 2 + 1.04166667%);
  }
}
@media screen and (min-width: 740px) {
  .swipe_block.layout_grid {
    padding-left: calc((100% - 720px) / 2 + 1.04166667%);
  }
}
@media screen and (min-width: 980px) {
  .swipe_block.layout_grid {
    padding-left: calc((100% - 960px) / 2 + 1.04166667%);
  }
}
@media screen and (min-width: 1220px) {
  .swipe_block.layout_grid {
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
  }
}
@media screen and (min-width: 1370px) {
  .swipe_block.layout_grid {
    padding-left: calc((100% - 1350px) / 2 + 1.04166667%);
  }
}
@media screen and (min-width: 740px) {
  .swipe_block.layout_grid {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  .swipe_block.layout_grid {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1220px) {
  .swipe_block.layout_grid {
    padding-bottom: 100px;
  }
}
.swipe_block.bg_gray {
  background: #f0f2f3;
}
.swipe_block.bg_white {
  background: #fff;
}
.swipe_items {
  position: relative;
}
@media screen and (min-width: 400px) {
  .swipe_items {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 740px) {
  .swipe_items {
    max-width: inherit;
  }
}
@media screen and (min-width: 740px) {
  .layout_grid .swipe_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 739px) {
  .swipe_item {
    height: 100%;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: top 0.35s, left 0.35s, opacity 0.35s 0.15s,
      -webkit-transform 0.35s 0.15s;
    transition: top 0.35s, left 0.35s, opacity 0.35s 0.15s,
      -webkit-transform 0.35s 0.15s;
    transition: top 0.35s, left 0.35s, opacity 0.35s 0.15s,
      transform 0.35s 0.15s;
    transition: top 0.35s, left 0.35s, opacity 0.35s 0.15s,
      transform 0.35s 0.15s, -webkit-transform 0.35s 0.15s;
  }
}
@media screen and (min-width: 740px) {
  .layout_grid .swipe_item {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 739px) {
  .swipe_item.current {
    z-index: 8;
  }
}
@media screen and (max-width: 739px) {
  .swipe_item.current.moving {
    -webkit-transform: translate(-100%, -30px);
    transform: translate(-100%, -30px);
  }
}
@media screen and (max-width: 739px) {
  .swipe_item.current ~ .swipe_item {
    z-index: 4;
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 739px) {
  .swipe_item.moving ~ .swipe_item {
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 739px) {
  .swipe_item.current + .swipe_item {
    z-index: 6;
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 739px) {
  .swipe_item.current + .swipe_item + .swipe_item ~ * {
    opacity: 0;
  }
}
@media screen and (max-width: 739px) {
  .swipe_item.moving + .swipe_item {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 739px) {
  .swipe_item.moving {
    opacity: 0;
    -webkit-transform: translate(-100%, -30px);
    transform: translate(-100%, -30px);
  }
}
@media screen and (max-width: 739px) {
  .swipe_item.moving-back {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

.person_item {
  width: 100%;
  background: #e0e2e2;
  overflow: hidden;
}
@media print {
  .person_item {
    display: none;
  }
}
.person_item_figure {
  position: relative;
  padding-bottom: 177.5%;
}
.person_item_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.person_item_background:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0) 50%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.interested .person_item_background:before {
  opacity: 1;
}
@media screen and (min-width: 740px) {
  .person_item_background:after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    content: "";
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(1.15, 1);
    transform: translate(-50%, -50%) scale(1.15, 1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  }
}
@media screen and (min-width: 740px) {
  .interested .person_item_background:after,
  .fs-swap-active .person_item_background:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
.person_item_background .fs-background-container {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.interested .person_item_background .fs-background-container,
.fs-swap-active .person_item_background .fs-background-container {
  opacity: 0;
  -webkit-transition: opacity 0.15s 0.35s;
  transition: opacity 0.15s 0.35s;
}
.person_item_video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.interested .person_item_video,
.fs-swap-active .person_item_video {
  opacity: 1;
}
.person_item_play {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  padding: 24px 20px 22px;
  text-align: center;
  color: var(--white);
  text-decoration: none;
}

.person_item_play .play-button .fa-circle {
  color: var(--primary-red) !important;
}
.person_item_play .play-button .fa-play {
  color: var(--white) !important;
}

@media screen and (min-width: 740px) {
  .person_item_play {
    padding: 24px 30px 32px;
  }
}
@media screen and (min-width: 1220px) {
  .person_item_play {
    padding: 50px 40px 47px;
  }
}
@media screen and (min-width: 740px) {
  .layout_grid .person_item_play {
    opacity: 0;
    -webkit-transform: translate(0, -5%);
    transform: translate(0, -5%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  }
}
@media screen and (min-width: 740px) {
  .interested .person_item_play {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.person_item_play_label {
  display: block;
}
@media screen and (min-width: 1220px) {
  .person_item_play_label {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.26316;
  }
}
.person_item_close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 8;
  background: #ffc72c;
  border-radius: 50%;
  color: #000;
  opacity: 0;
  padding: 15px;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.25s,
    visibility 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s, visibility 0.25s,
    -webkit-transform 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s, transform 0.25s,
    visibility 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s, transform 0.25s,
    visibility 0.25s, -webkit-transform 0.25s;
}

.js-video-playing .person_item_close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.person_item_close_icon {
  pointer-events: none;
}
.person_item_close_label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.person_item_close_label.focusable:active,
.person_item_close_label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.profiles_block {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 4px solid #ffc72c;
  padding-bottom: 45px;
}
@media screen and (min-width: 740px) {
  .profiles_block {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .profiles_block {
    margin-top: 80px;
  }
}
@media screen and (min-width: 740px) {
  .profiles_block {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  .profiles_block {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 740px) {
  .profiles_block {
    padding-bottom: 0;
  }
}
@media print {
  .profiles_block_body {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 740px) {
  .profiles_block_body {
    width: 65%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .profiles_block_body {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1220px) {
  .profiles_block_body {
    width: calc(100% - 315px);
  }
}
.profiles_header {
  border-top: 4px solid #ffc72c;
  margin-bottom: 35px;
  padding-top: 45px;
}
@media print {
  .profiles_header {
    border-width: 1px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 500px) {
  .profiles_header {
    padding-right: 15%;
  }
}

@media screen and (min-width: 980px) {
  .profiles_title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.05263;
  }
}

@media screen and (min-width: 980px) {
  .profiles_caption {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.profiles_switches {
  display: none;
}
@media screen and (min-width: 740px) {
  .profiles_switches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
  }
}
.profile_switch {
  width: 20%;
  position: relative;
  cursor: pointer;
}
.profile_switch:before {
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  content: "";
  pointer-events: none;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.profile_switch:after {
  height: calc(100% + 4px);
  width: calc(100% + 8px);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 4;
  border: 4px solid #ffc72c;
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (min-width: 1370px) {
  .profile_switch:after {
    height: calc(100% + 8px);
    width: calc(100% + 16px);
    border-width: 8px;
  }
}
.profile_switch:focus:before,
.profile_switch:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.profile_switch.fs-swap-active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.profile_switch.fs-swap-active:after {
  opacity: 1;
}
.profile_switch_background {
  position: relative;
  background: #000;
  padding-bottom: 150%;
}
.profiles_spotlights {
  position: relative;
}
@media screen and (min-width: 740px) {
  .profiles_spotlights {
    width: 35%;
    position: absolute;
    bottom: 45px;
    right: 0;
  }
}
@media screen and (min-width: 1220px) {
  .profiles_spotlights {
    width: 315px;
  }
}
@media screen and (min-width: 740px) {
  .profiles_spotlights .swipe_item {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 740px) {
  .profiles_spotlights .person_item {
    opacity: 0;
    pointer-events: auto;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s;
    transition: opacity 0.35s, visibility 0.35s;
  }
}
@media screen and (min-width: 740px) {
  .profiles_spotlights .person_item.fs-swap-active {
    opacity: 1;
    visibility: visible;
  }
}
@media print {
  .profiles_spotlights .person_item_figure {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  .profiles_spotlights .person_item_figure {
    padding-bottom: 178%;
  }
}
.profiles_spotlights .person_item_background:before,
.profiles_spotlights .person_item_background:after {
  opacity: 1;
}
.profiles_spotlights .person_item_background:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 740px) {
  .profiles_spotlights .person_item_video {
    opacity: 1;
  }
}
@media screen and (min-width: 740px) {
  .profiles_spotlights .person_item_trigger {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.video_profiles_social .swipe_items .person_item {
  border-radius: 4px;
  background: transparent;
}

@media screen and (min-width: 740px) {
  .video_profiles_social .swipe_items .person_item {
    margin: 0 5px;
  }
}
@media screen and (min-width: 980px) {
  .video_profiles_social .swipe_items .person_item {
    margin: 0 10px;
  }
}
@media screen and (min-width: 740px) {
  .video_profiles_social .swipe_items .person_item.interested {
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent, 0 -8px 0 -5px #c00404,
      8px 0 0 -5px transparent, 0 8px 0 -5px #c00404, -8px 0 0 -5px transparent;
  }
}
@media screen and (min-width: 980px) {
  .video_profiles_social .swipe_items .person_item.interested {
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent, 0 -20px 0 -10px #c00404,
      20px 0 0 -10px transparent, 0 20px 0 -10px #c00404,
      -20px 0 0 -10px transparent;
  }
}
.person_item_background {
  background-repeat: no-repeat;
  background-size: cover;
}

.video_profiles_social .swipe_items .person_item .person_item_background {
  border: 1px solid #687078;
}
.video_profiles_social .swipe_items .person_item .person_item_background:after {
  border-radius: 4px;
}
.video_profiles_social .swipe_items .person_item .person_item_play_icon {
  background: #c00404;
  color: #fff;
}
.video_profiles_social .swipe_items .person_item .person_item_play_icon:hover {
  background: #000;
  color: #fff;
}
.video_profiles_social_bottom {
  background: #fff;
  color: #000;
  padding-top: 3rem;
  margin-top: -8rem;
}
@media screen and (min-width: 740px) {
  .video_profiles_social_bottom {
    padding-top: 1rem;
    margin-top: -9rem;
  }
}
@media screen and (min-width: 980px) {
  .video_profiles_social_bottom {
    padding-top: 4rem;
    margin-top: -13rem;
  }
}
.video_profiles_social_bottom .social_section {
  display: block;
  width: 100%;
  padding: 90px 0 40px;
}
@media screen and (min-width: 740px) {
  .video_profiles_social_bottom .social_section {
    padding: 90px 0 60px;
  }
}
@media screen and (min-width: 980px) {
  .video_profiles_social_bottom .social_section {
    padding: 90px 0 135px;
  }
}
@media screen and (min-width: 740px) {
  .video_profiles_social_bottom .social_section {
    display: -ms-flexbox;
    display: flex;
  }
}
.video_profiles_social_bottom .social_section_child {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 740px) {
  .video_profiles_social_bottom .social_section_child {
    width: 33.3%;
  }
}
.video_profiles_social_bottom .social_section_child.subtitle {
  border-bottom: 1px solid #f8f7f5;
}
@media screen and (min-width: 740px) {
  .video_profiles_social_bottom .social_section_child.subtitle {
    border-right: 1px solid #f8f7f5;
    border-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .video_profiles_social_bottom .social_section_child.subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.video_profiles_social_bottom .social_section_child.social_icons {
  border-bottom: 1px solid #f8f7f5;
  padding: 25px 70px;
}
@media screen and (min-width: 740px) {
  .video_profiles_social_bottom .social_section_child.social_icons {
    border-right: 1px solid #f8f7f5;
    border-bottom: 0;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 980px) {
  .video_profiles_social_bottom .social_section_child.social_icons {
    padding: 20px 40px;
  }
}
.video_profiles_social_bottom
  .social_section_child.social_icons
  .social_icon_link {
  margin: 0 auto;
  color: #c00404;
  transition: color 0.25s;
}
.video_profiles_social_bottom
  .social_section_child.social_icons
  .social_icon_link:hover {
  color: #000;
}
.video_profiles_social_bottom .social_section_child.cta_link {
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 740px) {
  .video_profiles_social_bottom .social_section_child.cta_link {
    margin-top: 0;
  }
}
.video_profiles_social_bottom .social_section_child.cta_link .action_link {
  margin: 10px 20px;
  padding: 20px 15px;
  border-radius: 4px;
  width: auto;
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.25s, color 0.25s;
}
.video_profiles_social_bottom .social_section_child.cta_link .action_link:focus,
.video_profiles_social_bottom
  .social_section_child.cta_link
  .action_link:hover {
  background: #c00404;
  color: #fff;
}
.person_item_play {
  padding: 24px 40px 22px;
}
@media screen and (min-width: 980px) {
  .person_item_play {
    padding: 24px 20px 22px;
  }
}
@media screen and (min-width: 1220px) {
  .person_item_play_name {
    margin-top: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.26316;
  }
}

.no-js .home_cta,
.no-js .swipe_block.bg_white {
  position: relative;
}

.video_item_iframe_wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.video_item_iframe_wrapper.loaded-media {
  opacity: 1;
}
.video_item_iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.video_item_close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  /* left: 50%;  */
  right: -15px;
  z-index: 8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffc72c;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
  transition: background 0.25s, border 0.25s, color 0.25s;
}
.video_item_close:focus,
.video_item_close:hover {
  background: #000;
  border-color: #656156;
  color: #fff;
}
@media print {
  .subject_item {
    padding: 0;
  }
  .swipe_block.layout_grid {
    padding: 0;
    margin-top: 0;
  }
  .js-background.person_item_background.fs-background-element.fs-background.fs-background-lazy.fs-background-loaded,
  .person_item {
    display: block;
  }
  .person_item_figure {
    position: relative;
    padding-bottom: 30%;
  }
  .person_item_background:before {
    background: #fff !important;
  }
  .swipe_block .person_item img {
    display: none !important;
  }
  .fs-background-media.fs-background-animated.fs-transition-element,
  .js-background.spotlight_article_background_lg.spotlight_article_background.fs-background-element.fs-background.fs-background-lazy.fs-background-loaded {
    display: none;
  }
  .spotlight_article_body {
    position: relative !important;
  }
  p.standout_background_caption {
    display: none;
  }
  header.social_campaign_header {
    padding-left: 40px;
  }
  .js-background.standouts_block_background.fs-background-element.fs-background.fs-background-lazy.fs-background-loaded,
  select.news_selector_select.news_selector_select_set {
    display: none;
  }
  .person_item_play {
    padding: 0 !important;
  }
  a.js-video-appender.person_item_play {
    display: block;
    background: #fff !important;
  }
  .person_item_play_icon {
    display: none;
  }
}
