@charset "UTF-8";
/* Fonts in progress: sabonroman, Univers LT W01 65 Bold, UniversLTW01-59UltraCn, Univers LT W01 55 Roman, UniversLTStdLightUltraCn, sabonitalic, sabonbold */
.loader {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -40px auto 0;
  -webkit-animation: load 1.4s infinite linear;
  animation: load 1.4s infinite linear;
}

.loader:before {
  content: '';
  width: 50%;
  height: 50%;
  background: #FFF;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.loader:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.progress {
  /* Padding fix for progress pages */
}
.progress * {
  box-sizing: border-box;
}
.progress :before, .progress :after {
  box-sizing: border-box;
}
.progress ~ footer {
  padding: 22px 0 29px;
  margin-bottom: 0;
}

.progress a:hover, .progress a:focus {
  text-decoration: none;
}

@media (min-width: 960px) {
  #wrapper.full-width {
    width: auto;
  }
}

.full-width > header {
  display: none;
  z-index: 9999;
  /* Top level menu fix for not expanding on full width */
}
.full-width > header #main-nav ul li a.toplevel, .full-width > header #sub-nav ul li a.toplevel, .full-width > header #sub-nav ul li a.toplevel-only {
  border-color: #000;
  color: #fff;
  background-color: transparent;
}
.full-width > header #main-nav ul li div.pullquote {
  padding-right: 10px;
}
.full-width > header #main-nav ul li.active a.toplevel, .full-width > header #main-nav ul li a.toplevel:focus {
  background: url("/a/pgs/images/nav-bg-marker-1024-transparent.png") 50% 36px no-repeat;
}
@media screen and (min-width: 1230px) {
  .full-width > header #main-nav ul li.active a.toplevel, .full-width > header #main-nav ul li a.toplevel:focus {
    background: url("/a/pgs/images/nav-bg-marker-1280-transparent.png") 50% bottom no-repeat;
  }
}
.full-width > header #sub-nav ul li.active a.toplevel {
  background: url("/a/pgs/images/nav-bg-marker-1024-transparent.png") 50% 14px no-repeat;
}
@media screen and (min-width: 1230px) {
  .full-width > header #sub-nav ul li.active a.toplevel {
    background: url("/a/pgs/images/nav-bg-marker-1280-transparent.png") 50% bottom no-repeat;
  }
}

.full-width #content {
  width: auto;
  padding-bottom: 0;
}
.full-width .container {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
}
.full-width .container:before, .full-width .container:after {
  content: " ";
  display: table;
}
.full-width .container:after {
  clear: both;
}
@media (min-width: 1230px) {
  .full-width .container {
    width: 1200px;
  }
  .progress ~ footer[class$="full-width"] {
    width: 100% !important;
    position: absolute;
    left: 0;
  }
}
/*.full-width:after {*/
  /*content: "";*/
  /*position: absolute;*/
  /*left: 0;*/
  /*background: #000;*/
  /*right: 0;*/
  /*height: 100px;*/
  /*top: 0;*/
  /*z-index: -1;*/
/*}*/

.progress {
  background-color: #f2f2f2;
  /* Temp fix for video controls html5 on desktop */
  /* Paused */
  /* Playing */
  /*
  .endFrame {
      display: none !important; // TEMP SOLUTION FOR NOT SHOWING RELATED VIDEOS
  }
  */
}
.progress section.progress-hero .mediaComponentVideo video.fallback {
    height: 100%;
    width: 100%;
}
.progress .custom-video-player {
  cursor: pointer;
  position: relative;
}
.progress .custom-video-player .poster {
  width: 100%;
  display: block;
}
.progress .custom-video-player .video-controls {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 29px;
}
.progress .custom-video-player .video-play-pause {
  background: #000 url(/a/pgs/images-mobile/video-play-sprite.png) no-repeat;
  background-size: 9px;
  width: 27px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  border: none;
}
.progress .custom-video-player .video-title {
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75em;
  position: absolute;
  top: 0;
  right: 0;
  left: 46px;
  bottom: 0;
  line-height: 29px;
  font-family: 'Univers LT W01 55 Roman', arial, sans-serif;
}
.progress .custom-video-player .video-title .view {
  font-family: 'Univers LT W01 65 Bold', arial, sans-serif;
  padding-right: 8px;
}
.progress #video.custom-video-player .video-title .title {
  font: 9px/1 'Univers LT W01 55 Roman', arial, sans-serif;
  padding-right: 4px;
  letter-spacing: 0;
  margin: 0;
}
.progress .custom-video-player .video-title .duration:before {
  content: '\005B';
}
.progress .custom-video-player .video-title .duration:after {
  content: '\005D';
}
.progress .custom-video-player .custom-video-player .poster {
  width: 100%;
  display: block;
}
.progress .custom-video-player .video-play-pause {
  background-position: center top;
}
.progress .custom-video-player .poster {
  display: block;
}
.progress .custom-video-player video {
  display: none;
}
.progress .custom-video-player .video-exit {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: #fff;
  cursor: pointer;
}
.progress .custom-video-player.but-playing .video-play-pause {
  background-position: center bottom;
}
.progress .custom-video-player.playing .poster {
  display: none;
}
.progress .custom-video-player.playing video {
  display: block;
}
.progress h1, .progress h2, .progress h3 {
  text-transform: none;
  margin: 0;
}
.progress h1, .progress h2, .progress h3, .progress p, .progress label, .progress small, .progress a, .progress span, .progress blockquote, .progress :before, .progress :after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.progress img {
  max-width: 100%;
}
.progress hr {
  width: 100%;
  border: 1px solid rgba(58, 58, 58, 0.2);
  border-bottom: 0;
  margin: 59px 0;
}
.progress hr.no-margin-bottom {
  margin-bottom: 0;
}
.progress hr.no-margin-top {
  margin-top: 0;
}
.progress .infobox {
  background-color: #fff;
  width: 820px;
  margin: 60px auto;
  padding: 52px;
  font: 20px/1.3 'sabonroman', serif;
  letter-spacing: -.5px;
  text-align: center;
}
.progress .infobox p {
  margin-bottom: 32px;
}
.progress .infobox p:last-child {
  margin-bottom: 0;
}
.progress .share-buttons {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 44px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
  -webkit-transition: border-color 300ms ease, width 200ms ease;
  -moz-transition: border-color 300ms ease, width 200ms ease;
  -o-transition: border-color 300ms ease, width 200ms ease;
  transition: border-color 300ms ease, width 200ms ease;
}
@media (min-width: 1230px) {
  .progress .share-buttons {
    width: 44px;
    height: 44px;
  }
}
.progress .share-buttons a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 34px;
  display: block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 1230px) {
  .progress .share-buttons a {
    font-size: 18px;
    line-height: 46px;
  }
}
.progress .share-buttons a:before {
  margin-left: -2px;
}
.progress .share-buttons a.icon-share {
  line-height: 33px;
}
@media (min-width: 1230px) {
  .progress .share-buttons a.icon-share {
    line-height: 43px;
  }
}
.progress .share-buttons.expanded {
  width: 339px;
  border-radius: 22px;
  background-color: #15171b;
  border: 0;
}
@media (min-width: 1230px) {
  .progress .share-buttons.expanded {
    width: 379px;
  }
}
.progress .share-buttons.expanded a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  margin-right: 20px!important;
}
@media (min-width: 1230px) {
  .progress .share-buttons.expanded a {
    font-size: 25px;
    margin-right: 24px!important;
  }
}
.progress .share-buttons.expanded a:first-child {
  display: none;
}
.progress .share-buttons.expanded a.more {
  font: 14px/39px 'UniversLTStdCn', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1230px) {
  .progress .share-buttons.expanded a.more {
    line-height: 49px;
  }
}
.progress .share-buttons.expanded a.icon-close {
  font-size: 12px;
  color: #7296c4;
  margin-right: 0!important;
  position: absolute;
  top: 0;
  right: 15px;
}
@media (min-width: 1230px) {
  .progress .share-buttons.expanded a.icon-close {
    font-size: 15px;
  }
}
.progress .share-buttons.light {
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.progress .share-buttons.light.expanded {
  border: 0;
}
.progress .share-buttons.light a {
  color: #fff;
}
.progress .share-buttons.dark {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(0, 0, 0, 0.45);
}
.progress .share-buttons.dark.expanded {
  border: 0;
}
.progress .share-buttons.dark a {
  color: #fff;
}
.progress .double-title, .progress .double-title-variant {
  position: relative;
  z-index: 10;
  font-family: 'trend_rh_sansfour', sans-serif;
  line-height: 1.5;
  color: #1c1c1c;
  display: inline-block;
}
.progress .double-title:before, .progress .double-title-variant:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  font-family: 'trend_rh_sansthree', sans-serif;
  font-size: inherit;
  line-height: 1.53;
  color: #c7b16f;
}
.progress .double-title-variant {
  font-family: 'trend_rh_sansone', sans-serif;
}
.progress .double-title-variant:before {
  line-height: 1.5;
}
.progress .full-title {
  text-align: center;
  margin: 100px 0 70px;
}
.progress .full-title .full-title-small {
  font: 34px/1 'Univers LT W01 65 Bold', sans-serif;
  color: #c7b16f;
  letter-spacing: 6.8px;
  text-transform: uppercase;
  display: block;
}
.progress .full-title .full-title-small:before, .progress .full-title .full-title-small:after {
  text-transform: none;
  display: inline-block;
  background: url("/a/pgs/images/progress/job_opportunities_left.svg") no-repeat center 0;
  background-size: contain;
  content: '';
  height: 65px;
  width: 113px;
  vertical-align: text-bottom;
}
.progress .full-title .full-title-small:before {
  margin-right: 27px;
}
.progress .full-title .full-title-small:after {
  background-image: url("/a/pgs/images/progress/job_opportunities_right.svg");
  margin-left: 17px;
}
.progress .full-title .double-title, .progress .full-title .double-title-variant {
  font-size: 55px;
}
.progress .full-title .double-title:after, .progress .full-title .double-title-variant:after {
  content: '';
  background: url("/a/pgs/images/progress/improving_affordable_bottom.svg") no-repeat center 0;
  background-size: contain;
  color: #c7b16f;
  display: block;
  height: 43px;
  width: 100%;
}
.progress .double-full-title {
  text-align: center;
  margin: 100px 0 0px;
}
.progress .double-full-title .double-title, .progress .double-full-title .double-title-variant {
  line-height: 1;
}
.progress .double-full-title .double-title:before, .progress .double-full-title .double-title-variant:before {
  line-height: 1;
}
.progress .double-full-title .full-title-small {
  font: 34px/1 'Univers LT W01 65 Bold', sans-serif;
  color: #c7b16f;
  letter-spacing: 6.8px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.progress .double-full-title .mid-section {
  position: relative;
  height: 80px;
  font: 55px/1.3 'trend_rh_sansone', sans-serif;
  color: rgba(199, 177, 111, 0.75);
  background: url("/a/pgs/images/progress/education-ornaments.png") center center no-repeat;
  padding-top: 24px;
  margin: -24px 0 9px;
}
.progress .double-full-title .double-title, .progress .double-full-title .double-title-variant {
  font-size: 55px;
}
.progress .double-full-title .double-title:last-child:after, .progress .double-full-title .double-title-variant:last-child:after {
  content: '';
  background: url("/a/pgs/images/progress/improving_affordable_bottom.svg") no-repeat center 0;
  background-size: contain;
  color: #c7b16f;
  display: block;
  height: 43px;
  width: 100%;
}
.progress .secondary-title {
  font: 14px/1.7 'Univers LT W01 65 Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3.2px;
}
@media (min-width: 1230px) {
  .progress .secondary-title {
    font-size: 17px;
  }
}
.progress .small-title {
  font: 10px/1 'Univers LT W01 65 Bold', sans-serif;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 15px;
}
.progress .small-title:last-child {
  margin-bottom: 0;
}
.progress .main-title {
  font: 50px/1.2 'sabonroman', serif;
  margin-bottom: 35px;
  letter-spacing: -1.6px;
}
.progress .main-title.italic {
  font-family: 'sabonitalic', sans-serif;
}
.progress .main-title:last-child {
  margin-bottom: 0;
}
.progress .generic-text {
  font: 16px/1.6 'UniversLTStdLight', sans-serif;
  margin-bottom: 24px;
}
.progress .generic-text:last-child {
  margin-bottom: 0;
}
.progress .small-heading {
  font: 27px/1.3 'sabonbold', serif;
  margin-bottom: 14px;
}
.progress .small-text {
  font: 14px/1.4 'Univers LT W01 55 Roman', sans-serif;
  margin-bottom: 20px;
}
.progress .main-link {
  font: 10px/1 'Univers LT W01 65 Bold', sans-serif;
  color: #2080d5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.progress .main-link span {
  margin-left: 5px;
  font-size: 11px;
}
.progress .quote {
  color: #2080d5;
  text-align: center;
  padding: 65px 74px 35px;
  border-top: 3px solid #2080d5;
  border-bottom: 3px solid #2080d5;
  position: relative;
}
.progress .quote.no-border {
  border: 0;
}
.progress .quote blockquote {
  font: 30px/1.4 'sabonitalic', serif;
  margin-bottom: 28px;
  border-left: 0;
  direction: ltr;
}
.progress .quote blockquote:before, .progress .quote blockquote:after {
  font-size: 50px;
  line-height: 0;
  position: relative;
  top: 14px;
}
.progress .quote blockquote:before {
  content: '“';
}
.progress .quote blockquote:after {
  content: '”';
}
.progress .quote .small-title {
  color: inherit;
}
.progress .progress-featured {
  position: relative;
  height: 611px;
  padding: 100px 80px 0;
  margin: 60px 0 100px;
}
.progress .progress-featured img {
  position: absolute;
  top: 0;
  left: 0;
}

.progress .progress-featured .social-share-bar {
	top: 5%;
}

.progress .progress-featured .col {
  float: left;
  width: 50%;
  color: #fff;
  padding-right: 42px;
}
.progress .progress-featured .col p {
  font: 16px/1.6 'Univers LT W01 55 Roman', sans-serif;
}
.progress .progress-featured .col h2:after {
  content: '';
  border-top: 3px solid #fff;
  width: 100px;
  display: block;
  margin-top: 24px;
}
.progress .progress-featured .col + .col {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 25px;
  padding-right: 0;
}
.progress .progress-featured .col + .col .main-title {
  margin-bottom: 23px;
}
.progress .progress-featured .col + .col .main-title:last-child {
  margin-bottom: 0;
}
.progress .progress-featured .col + .col h2:after {
  content: none;
  display: none;
}
.progress .progress-hero {
  position: relative;
  /* Shared hero styles for progress detail and nola */
}
.progress .progress-hero .container.nav {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  z-index: 1001;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.progress .progress-hero .logo, .progress .progress-hero .page-slogan {
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.progress .progress-hero .logo.inactive, .progress .progress-hero .page-slogan.inactive {
  opacity: 0;
}
.progress .progress-hero .logo {
  display: inline-block;
  padding-top: 16px;
}
.progress .progress-hero .page-slogan {
  display: inline-block;
  margin: 40px 0 0 17px;
  vertical-align: top;
}
.progress .progress-hero .main-hero {
  position: relative;
}
.progress .progress-hero .main-hero .video-main-container .video-container-inner {
  min-height: 650px;
  margin: 0 auto;
}
.progress .progress-hero .main-hero .video-main-container .video-container-inner .mediaHolder {
  width: 925px;
  height: 520px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .progress .progress-hero .main-hero .video-main-container .video-container-inner .mediaHolder {
    width: 1066px;
    height: 600px;
  }
}
@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .video-main-container .video-container-inner .mediaHolder {
    width: 1024px;
    height: 576px;
  }
}
.progress .progress-hero .main-hero .video-main-container .video-container-inner .mediaHolder object {
  width: 100%;
  height: 100%;
}
.progress .progress-hero .main-hero .video-main-container .video-container-inner .endFrame {
  margin: 0 80px;
  width: 800px;
  min-height: 450px;
}

@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .video-main-container .video-container-inner .endFrame {
    margin: 0 200px;
  }
}
.progress .progress-hero .main-hero .main-slide {
  background-color: #000;
  height: 520px;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .progress .progress-hero .main-hero .main-slide {
    height: 600px;
  }
}
.progress .progress-hero .main-hero .main-slide .video-play.hideopacity {
  opacity: 0;
}
.progress .progress-hero .main-hero .main-slide .loader {
  position: absolute;
  top: 89%;
}
.progress .progress-hero .main-hero li {
  position: relative;
}
.progress .progress-hero .main-hero .main-bg {
  max-width: none;
  height: 100%;
}
@media (min-width: 1400px) {
  .progress .progress-hero .main-hero .main-bg {
    width: 100%;
    height: auto;
  }
}
.progress .progress-hero .main-hero .image-carousel {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.progress .progress-hero .main-hero .image-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.progress .progress-hero .main-hero .image-carousel img.active {
  opacity: 1;
}
.progress .progress-hero .main-hero .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  z-index: 2;
  padding: 20px 0 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .text {
    padding-top: 34px;
  }
}
@media (min-width: 1600px) {
  .progress .progress-hero .main-hero .text {
    padding-top: 48px;
  }
}
.progress .progress-hero .main-hero .title {
  font: 46px/1 'sabonroman', serif;
  letter-spacing: -1px;
  margin: 0 0 30px;
}
@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .title {
    font-size: 50px;
  }
}
.progress .progress-hero .main-hero .excerpt {
  font: 32px/1.3 'sabonroman', serif;
  margin: 0 auto 53px;
  max-width: 800px;
}
@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .excerpt {
    font-size: 35px;
  }
}
.progress .progress-hero .main-hero .text, .progress .progress-hero .main-hero .main-bg, .progress .progress-hero .main-hero .image-carousel {
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.progress .progress-hero .main-hero .text.video-playing, .progress .progress-hero .main-hero .main-bg.video-playing, .progress .progress-hero .main-hero .image-carousel.video-playing {
  opacity: 0;
  z-index: 0;
}
.progress .progress-hero .main-hero .text {
  padding-top: 45px;
}
@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .text {
    padding-top: 60px;
  }
}
@media (min-width: 1600px) {
  .progress .progress-hero .main-hero .text {
    padding-top: 73px;
  }
}
.progress .progress-hero .main-hero .looping-frame {
	position: relative;
    height: 600px;
    background-color: #000;
    opacity: 0.3;
}
.progress .progress-hero .main-hero .meta-title {
  font: 12px/1 'Univers LT W01 65 Bold';
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 12px;
}
.progress .progress-hero .main-hero .meta-title:after, .progress .progress-hero .main-hero .meta-title:before {
  content: "-";
  font: 17px/1 'Univers LT W01 65 Bold';
  color: #fff;
  margin: 0 5px;
}
.progress .progress-hero .main-hero .video-player {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.progress .progress-hero .main-hero .video-player.active {
  z-index: 0;
  opacity: 1;
  height: auto;
}
.progress .progress-hero .main-hero .story-navigation.fixed, .progress .progress-hero .main-hero .section-module.fixed {
  position: fixed;
}
.progress .progress-hero .main-hero .story-navigation {
  position: absolute;
  top: 50%;
  right: 0;
  width: 31px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.progress .progress-hero .main-hero .story-navigation a {
  background-color: #fff;
  display: block;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  color: #1c1c1c;
  width: 31px;
  height: 32px;
  font-size: 17px;
  line-height: 31px;
  text-align: center;
}
.progress .progress-hero .main-hero .story-navigation a.active {
  background-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-color: #000;
  color: #fff;
}
.progress .progress-hero .main-hero .story-navigation a.icon-close {
  font-size: 12px;
}
.progress .progress-hero .main-hero .story-navigation li:last-child a {
  border-bottom: 1px solid #b2b2b2;
}
.progress .progress-hero .main-hero .story-navigation li:last-child a.active {
  border-bottom-color: #000;
}
.progress .progress-hero .main-hero .section-module {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  max-width: 485px;
  -webkit-transform: translateY(-50%) translateX(100%);
  -moz-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  -o-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  backface-visibility: hidden;
}
.progress .progress-hero .main-hero .section-module.active {
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.progress .progress-hero .main-hero .section-module .col {
  width: 50%;
  float: left;
}
.progress .progress-hero .main-hero .section-module img {
  vertical-align: bottom;
}
.progress .progress-hero .main-hero .section-module.video-main-info {
  background-color: #fff;
  height: 147px;
  overflow: hidden;
}
.progress .progress-hero .main-hero .section-module.video-main-info .col {
  width: 200px;
  height: 147px;
}
.progress .progress-hero .main-hero .section-module.video-main-info .col > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 55px 0 30px;
}
.progress .progress-hero .main-hero .section-module.video-main-info .col:last-child {
  width: 259px;
}
.progress .progress-hero .main-hero .section-module.video-main-info .col:last-child h2, .progress .progress-hero .main-hero .section-module.video-main-info .col:last-child p {
  text-transform: uppercase;
}
.progress .progress-hero .main-hero .section-module.video-main-info .col:last-child h2 {
  font: 18px/1.2 'sabonbold', serif;
  letter-spacing: 1.8px;
}
.progress .progress-hero .main-hero .section-module.video-main-info .col:last-child p {
  font: 12px/1.4 'Univers LT W01 55 Roman', sans-serif;
  margin-top: 10px;
  letter-spacing: 1.2px;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module h2 {
  text-transform: uppercase;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .col {
  padding: 30px;
  width: 50%;
  position: relative;
  min-height: 261px;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-info {
  background-color: #fff;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-info h1 {
  font: 20px/1 'sabonroman', serif;
  color: #1c1c1c;
  margin: 0;
  padding-top: 0;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-info h1:after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #2080d5;
  margin: 10px 0;
  display: block;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-info h2 {
  font: 12px/1 'Univers LT W01 65 Bold';
  letter-spacing: 3.6px;
  margin-bottom: 21px;
  display: none;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-info p {
  font: 14px/1.4 'Univers LT W01 55 Roman', sans-serif;
  color: #1c1c1c;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-list {
  background-color: #fff;
  padding-left: 0;
  min-width: 242.5px;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-list h2 {
  font: 12px/1 'sabonroman', serif;
  color: #666;
  padding-left: 30px;
  margin-bottom: 18px;
  letter-spacing: 1.2px;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-list ul {
  padding-left: 30px;
  border-left: 1px solid #d8d8d8;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-list li {
  margin-top: 15px;
  height: 12px;
  /* Fix to keep firefox for assigning greater height to the list items */
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-list li:first-child {
  margin-top: 0;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-list li a {
  font: 12px/1 'Univers LT W01 55 Roman', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #1c1c1c;
}
.progress .progress-hero .main-hero .section-module.client-stories-top-module .client-stories-list li a:hover {
  color: #2080d5;
}
.progress .progress-hero .main-hero .video-main-container {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 650px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: bottom 500ms ease;
  -moz-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
}
@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .video-main-container {
    height: 706px;
  }
}
@media (min-width: 1600px) {
  .progress .progress-hero .main-hero .video-main-container {
    height: 600px;
    height: 730px;
  }
}
.progress .progress-hero .main-hero .video-main-container:hover .video-container-inner .icon-close,
.progress .progress-hero .video-container:hover .video-main-container .icon-close {
  opacity: 1;
}
.progress .progress-hero .main-hero .video-main-container.active {
  opacity: 1;
  z-index: 999;
}
.progress .progress-hero .main-hero .video-main-container .video-container-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 960px;
  padding: 91px 0px;
}
@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .video-main-container .video-container-inner {
    width: 1200px;
  }
}
.progress .progress-hero .main-hero .video-main-container .video-container-inner .video-holder {
  position: relative;
  padding-bottom: 46.25%;
  /* 16:9 Aspect Ratio */
  padding-top: 25px;
  height: 0;
}
.progress .progress-hero .main-hero .video-main-container .video-container-inner .video-holder iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
.progress .progress-hero .main-hero .video-main-container .video-container-inner .icon-close,
.progress .progress-hero .video-container .video-main-container .icon-close {
  position: absolute;
  top: 120px;
  right: 120px;
  z-index: 10;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.progress .progress-hero .main-hero .video-main-container .video-controls {
  /*background: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 960px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  text-align: left;*/
  -webkit-transition: bottom 500ms ease;
  -moz-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
}
@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .video-main-container .video-controls {
    max-width: 1200px;
  }
}
.progress .progress-hero .main-hero .video-main-container .video-controls.active {
  bottom: 0;
}
.progress .progress-hero .main-hero .video-main-container .video-controls [class*='video-'] {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  padding: 18px 25px 18px 18px;
  height: 50px;
  /*border-right: 1px solid #ccc;*/
}
.mediaComponentVideo .video-controls .gs-slider-wrapper .video-time-scroll.gs-taken-over {
  display: none !important;
}
.mediaComponentVideo .video-controls .video-volume-button-box .gs-slider-wrapper {
  width: 1px;
  margin-left: -5px;
  margin-top: -108px;
}
.mediaComponentVideo .video-controls .video-volume-button {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 10px;
    background: url(/a/pgs/images/video-controls-sprite.png) no-repeat scroll 4px 10px black;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
}
.progress .progress-hero .mediaComponentVideo .video-controls .video-volume-button-box a.video-volume-button {
  display: block;
  margin-top: -18px;
  margin-left: -18px;
}
.progress .progress-hero .main-hero .video-main-container .video-controls .video-volume-button-box:hover a.video-volume-button {
  margin-top: -10px;
}
.progress .progress-hero .main-hero .video-main-container .video-controls .video-volume-button-box input.gs-taken-over {
  display: none;
}
.mediaComponentVideo .video-controls .video-time-scroll-box {
  margin-top: -15px;
}
.progress .progress-hero .main-hero .video-main-container .video-controls .video-stop:before {
  content: '';
  display: block;
  background-color: #fff;
  width: 17px;
  height: 17px;
}
.progress .progress-hero .main-hero .fixed-small-video {
  background-color: #333;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 150px;
  text-align: left;
  display: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.progress .progress-hero .main-hero .fixed-small-video .small-title {
  color: rgba(255, 255, 255, 0.5);
}
.progress .progress-hero .main-hero .fixed-small-video h2 {
  font: 26px/1 'sabonroman', serif;
  color: #fff;
}
@media (min-width: 1230px) {
  .progress .progress-hero .main-hero .fixed-small-video h2 {
    font-size: 30px;
  }
}
.progress .progress-hero .main-hero .fixed-small-video .main-video-col {
  width: 62%;
  float: left;
}
.progress .progress-hero .main-hero .fixed-small-video .main-video-col .small-video-container {
  float: left;
  margin-right: 30px;
}
.progress .progress-hero .main-hero .fixed-small-video .main-video-col .small-video-info {
  float: left;
  padding: 30px 0 20px;
}
.progress .progress-hero .main-hero .fixed-small-video .main-video-col .share-video-buttons {
  margin-top: 20px;
}
.progress .progress-hero .main-hero .fixed-small-video .main-video-col .share-video-buttons a {
  font-size: 25px;
  color: #707070;
  line-height: 17px;
  border-left: 1px solid #707070;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  height: 17px;
}
.progress .progress-hero .main-hero .fixed-small-video .main-video-col .share-video-buttons a:first-child {
  border: 0;
  padding-left: 0;
}
.progress .progress-hero .main-hero .fixed-small-video .main-video-col .share-video-buttons a.more {
  font: 12px/17px 'UniversLTW01-59UltraCn', sans-serif;
  text-transform: uppercase;
}
.progress .progress-hero .main-hero .fixed-small-video .next-video-col {
  width: 38%;
  float: left;
  padding: 30px 0 20px 30px;
}
.progress .progress-hero .main-hero .fixed-small-video .next-video-col .read-more-button {
  display: block;
  width: 98px;
  height: 29px;
  border: 1px solid rgba(32, 128, 213, 0.5);
  font: 10px/29px 'Univers LT W01 65 Bold', sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}
.progress .progress-hero .main-hero .play-video {
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 22px;
  color: #fff;
  line-height: 74px;
  text-indent: 3px;
  margin: auto;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.progress .progress-hero .main-hero .play-video:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: #fff;
  font-size: 26px;
}
.progress .progress-hero .menu-click {
  width: 25px;
  height: 20px;
  position: relative;
  display: block;
  float: right;
  margin: 38px 0 0;
}
.progress .progress-hero .menu-btn {
  background-color: #fff;
  width: 25px;
  height: 5px;
  position: absolute;
  top: 8px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.progress .progress-hero .menu-btn:before, .progress .progress-hero .menu-btn:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.progress .progress-hero .menu-btn:before {
  top: -10px;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
}
.progress .progress-hero .menu-btn:after {
  bottom: -10px;
  -webkit-transition: bottom 500ms ease;
  -moz-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
}
.progress .progress-hero .menu-btn.active {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.progress .progress-hero .menu-btn.active:before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 500ms ease, transform 250ms ease 250ms;
  -moz-transition: top 500ms ease, transform 250ms ease 250ms;
  -o-transition: top 500ms ease, transform 250ms ease 250ms;
  transition: top 500ms ease, transform 250ms ease 250ms;
}
.progress .progress-hero .menu-btn.active:after {
  bottom: 0;
}
.progress .progress-hero sup {
  font-size: 15px;
}
.progress .share-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 520px;
}
@media (min-width: 1230px) {
  .progress .share-container {
    height: 576px;
  }
}
@media (min-width: 1600px) {
  .progress .share-container {
    height: 600px;
  }
}
.progress .social-share-bar {
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 3;
  text-align: center;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 300ms ease, width 200ms ease;
  -moz-transition: border-color 300ms ease, width 200ms ease;
  -o-transition: border-color 300ms ease, width 200ms ease;
  transition: border-color 300ms ease, width 200ms ease;
}
.progress .social-share-bar.video-playing {
  opacity: 0;
  z-index: 0;
}
.progress .social-share-bar a {
  font-size: 20px;
  color: #cacaca;
  display: block;
  padding: 0;
  float: none;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.progress .social-share-bar a:hover {
  color: #fff;
  background-color: #15171b;
}
.progress .social-share-bar a:after {
  content: '';
  display: block;
  width: 20px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.4);
  margin: 16px auto;
}
.progress .social-share-bar a.more {
  font: 12px/1 'UniversLTStdCn', sans-serif;
  text-transform: uppercase;
}
.progress .social-share-bar a:last-child:after {
  border-bottom: none;
}
.progress .owl-carousel-detail .owl-stage-outer:hover + .owl-controls [class*='owl-'], .progress .owl-carousel-nola .owl-stage-outer:hover + .owl-controls [class*='owl-'] {
  opacity: 1;
}
.progress .owl-carousel-detail.owl-theme .owl-nav, .progress .owl-carousel-nola.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 1230px) {
  .progress .owl-carousel-detail.owl-theme .owl-nav, .progress .owl-carousel-nola.owl-theme .owl-nav {
    width: 1200px;
  }
}
.progress .owl-carousel-detail.owl-theme .owl-nav [class*='owl-'], .progress .owl-carousel-nola.owl-theme .owl-nav [class*='owl-'] {
  background-color: transparent;
  position: absolute;
  top: -160px;
  font-size: 70px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.progress .owl-carousel-detail.owl-theme .owl-nav [class*='owl-']:hover, .progress .owl-carousel-nola.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent;
  opacity: 1;
}
.progress .owl-carousel-detail.owl-theme .owl-nav [class*='owl-'].hidden:hover, .progress .owl-carousel-nola.owl-theme .owl-nav [class*='owl-'].hidden:hover {
  opacity: 0;
}
.progress .owl-carousel-detail.owl-theme .owl-nav .owl-prev, .progress .owl-carousel-nola.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.progress .owl-carousel-detail.owl-theme .owl-nav .owl-next, .progress .owl-carousel-nola.owl-theme .owl-nav .owl-next {
  right: 0;
}
.progress .progress-hero .social-share-bar {
	border: none;
}
.progress .progress-hero .social-share-bar a:hover {
	background-color: transparent;
}

.scrollCue {
	background-color: #808080;
}

.progress .quote .small-title {
	direction: ltr;
}

/*section.progress-hero video.fallback:hover ~ .video-controls:not([style*="none"]) {
    margin-top: -45px;
    height: 44px;
    position: relative;
    background: rgba(0,0,0,0.8);
    visibility: visible;
    transition: margin-top 0.5s linear, visibility 0s;
    padding: inherit;
}
section.progress-hero video.fallback:not(:hover) ~ .video-controls:not([style*="none"]) {
    margin-top: 0px;
    height: 44px;
    position: relative;
    background: rgba(0,0,0,0.8);
    visibility: visible;
    transition: margin-top 0.5s linear, visibility 0s;
    padding: inherit;
}*/
/*section.progress-hero video.fallback:hover ~ .video-controls {
    margin-top: -45px;
    height: 44px;
    position: relative;
    background: rgba(0,0,0,0.8);
    visibility: visible;
    transition: margin-top 0.5s linear, visibility 0s;
    padding: inherit;
}
section.progress-hero video.fallback:not(:hover) ~ .video-controls {
    margin-top: 0px;
    height: 44px;
    position: relative;
    background: rgba(0,0,0,0.8);
    visibility: visible;
    transition: margin-top 0.5s linear, visibility 0s;
    padding: inherit;
}*/

section.progress-hero  {
    box-sizing: border-box;
}

@media (min-width: 530px) {
    section.progress-hero {
        max-width: 960px;
    }
    section.progress-hero.active {
        min-height: 535px;
    }
}

@media (min-width: 960px) {
    section.progress-hero {
        max-width: 100%;
        height: auto;
    }
}

section.progress-hero .close-video {
    z-index: 1000;
}


section.progress-hero .close-video:hover {
    text-decoration: none;
}
section.progress-hero .close-video {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 11;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.375rem;
    line-height: 2.3;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity 400ms ease-in;
}
section.progress-hero.active .close-video {
    opacity: 1;
    transition: opacity 400ms ease-in;
}

section.progress-hero .hero-poster {
    position: relative;
    max-width: 1200px;
}

section.progress-hero img {
    max-width: 100%;
    vertical-align: bottom;
}

section.progress-hero .caption {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 7rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
}

section.progress-hero .hero-poster .caption blockquote {
    font-size: 16px;
    width: 400px;
    margin: 3rem 0 2rem;
    font-style: normal;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

section.progress-hero .caption blockquote {
    font: 18px/1.7 'UniversLTStd-LightCnObl', sans-serif;
    font-style: italic;
    color: #fff;
    margin: 3.4375rem 0 2rem;
    width: 350px;
}

section.progress-hero .caption a span {
    vertical-align: middle;
}

section.progress-hero .caption a {
    font: 26px/1 'UniversLTW01-47LightCn', sans-serif;
    color: #fff;
}
section.progress-hero .caption a:hover {
    text-decoration: none;
}

@media screen and (min-width: 560px) {
    section.progress-hero .mediaComponentVideo:not(.fullscreen) video {
        max-width: 960px;
        margin: 0;
    }
    section.progress-hero .mediaComponentVideo:not(.fullscreen) video source {
        max-width: 960px;
        margin: 0;
    }
}

@media screen and (min-width: 1000px) {
    section.progress-hero .mediaComponentVideo:not(.fullscreen) video {
        max-width: 1200px;
    }
    section.progress-hero .mediaComponentVideo:not(.fullscreen) video source {
        max-width: 1200px;
    }
}

section.progress-hero .mediaComponentVideo video.fallback {
    height: 100%;
}

section.progress-hero #mediaHolder {
    width: 100%;
    height: 33.75rem;
    display: none;
}

section.progress-hero .hero-poster.active ~ #mediaHolder {
    display: block;
    position: absolute;
    top: 0px;
    max-width: 1200px;
}

body:not(.mobile) section.progress-hero.active ~ section.grid3 {
    background-color: #ffffff;
    height: calc(100% + 100px);
}

section.progress-hero .caption a img {
    margin-right: 1rem;
    vertical-align: middle;
}

section.progress-hero #endFrame.html5 {
    top: 0;
    left: 0;
}

@media screen and (min-width: 1230px) {
    section.progress-hero #endFrame.html5 div.moreVideos {
        margin-left: 310px;
        margin-top: 27px;
    }
    section.progress-hero #endFrame.html5 span.replay {
        left: 45%;
    }
    body:not(.mobile) section.progress-hero.active ~ section.grid3 {
        top: 140px;
    }
}

#endFrame {
    z-index: 10;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 960px) {
    section.progress-hero.flash #endFrame div.moreVideos {
        margin-left: 310px;
        margin-top: 27px;
    }
    section.progress-hero.flash #endFrame span.replay {
        left: 45%;
    }
}

@media screen and (min-width: 1230px) {
    section.progress-hero.flash #endFrame div.moreVideos {
        margin-left: 310px;
        margin-top: 27px;
    }
    section.progress-hero.flash #endFrame span.replay {
        left: 45%;
    }
}

.mobile section.progress-hero {
    min-height: 165px;
}

.mobile section.progress-hero img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
}

.mobile section.progress-hero .hero-poster.inactive {
    /*display: block;*/
    z-index: -1;
}

.mobile section.progress-hero .hero-poster {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.mobile section.progress-hero .caption {
    position: absolute;
    top: 50%;
    left: .9375rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile section.progress-hero .caption a img {
    width: 1.875rem;
    margin-right: .5rem;
    vertical-align: middle;
}

.mobile section.progress-hero .caption a {
    font: 21px/1 'UniversLTW01-47LightCn', sans-serif;
    color: #fff;
    display: block;
    margin-top: 1.4375rem;
}

.mobile section.progress-hero div.custom-video-player {
    display: none;
}

.mobile section.progress-hero div.custom-video-player.active {
    z-index: 10;
    display: block;
}

.progress .progress-hero .video-container .video-main-container .gs-video-player {
  width: 924px;
  height: 520px;
  margin: 100px calc(50% - 462px) 0;
}
@media (min-width: 1230px) {
  .progress .progress-hero .video-container .video-main-container .gs-video-player  {
    width: 1024px;
    height: 576px;
    margin: 100px calc(50% - 512px) 0;
  }
}
@media (min-width: 1600px) {
  .progress .progress-hero .video-container .video-main-container .gs-video-player  {
    width: 1066px;
    height: 600px;
    margin: 100px calc(50% - 533px) 0;
  }
}

