.touch .bg-video, .touch .main-video {
  height: 100%;
}

.margin-top-bottom {
	margin: 100px auto!important;;
}

.full-width .progress.detail .container.no-margin {
  margin: 0 auto;
  position: relative;
}
.full-width .progress.detail .container.nav, .full-width .progress.detail .container.share-container {
  margin: 0 auto;
}
.full-width .progress.detail .progress-hero {
  border-bottom: 0;
}
.full-width .progress.detail .progress-hero + .container {
  margin-top: 0;
}

.progress .progress-featured-detail .share-buttons {
	top: 5%;
}

.progress .slide-show {
	position: relative;
}

.progress .slide-show .share-buttons {
	top: -11%;
}
.progress .slide-show .owl-carousel {
	margin-top: 80px;
}

.progress .progress-featured-detail figure {
	position: relative;
}

.progress .progress-featured-detail figure img {
	display: block;
}

.progress .progress-featured-detail figure figcaption {
	position: absolute;
	top: 45%;
	left: 10%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 80%;
	text-align: left;
	color: #fff;
}

.progress .progress-featured-detail .col p {
  font: 16px/1.6 'Univers LT W01 55 Roman', sans-serif;
}

.progress .progress-featured-detail .col h2:after {
  content: '';
  border-top: 3px solid #fff;
  width: 100px;
  display: block;
  margin-top: 24px;
}

.progress .progress-featured-detail .col:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.progress .progress-featured-detail .col + .col {
  padding-left: 25px;
  padding-right: 0;
}

.progress .progress-featured-detail .col + .col h2:after {
  content: none;
  display: none;
}
@media screen and (max-width: 1229px) {
	
	.progress .progress-featured-detail .small-title {
		font-size: 10px;
	}
	
	.progress .progress-featured-detail .main-title {
		font-size: 36px;
	}
	
	.progress .progress-featured-detail .col p {
		font-size: 12px;
	}	
}


.progress .progress-featured-detail figcaption {
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
}

.progress .progress-featured-detail .col {
  float: left;
  width: 50%;
  position: relative;
  color: #fff;
  padding-right: 25px;	
}

.progress-featured-detail .progress-quote {
  background-color: #fff;
  position: absolute;
  top: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 212px;
  height: 212px;
  border-radius: 100%;
  padding: 0 20px;
  text-align: center;
  z-index: 9;
}
.progress-featured-detail .progress-quote > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'sabonroman', serif;
}
.progress-featured-detail .progress-quote > div label {
  font-size: 30px;
  display: block;
  margin: 10px 0 20px;
}

.progress-featured-detail .progress-quote > div p {
  font-size: 14px;
  line-height: 1.4;
}

.progress-featured .main-title:last-child {
  margin-bottom: -16px;
}

.main-article {
  *zoom: 1;
  font-size: 0;
}
.main-article:before, .main-article:after {
  content: " ";
  display: table;
}
.main-article:after {
  clear: both;
}
.main-article img {
  vertical-align: bottom;
  width: 100%;
}
.main-article .article-info {
  position: relative;
}
.main-article.right {
  direction: rtl;
}
.main-article.right .col {
  text-align: left;
  padding-right: 26px;
  padding-left: 0;
}
.main-article.right .col:first-child {
  padding-right: 0;
  padding-left: 26px;
}
.main-article.right .col p {
  direction: ltr;
}
.main-article.right .caption {
  left: 26px;
}
.main-article.right .main-title {
  direction: ltr;
}
.main-article .caption {
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  bottom: -100%;
  left: 0;
  width: calc(100% - 26px);
  -webkit-transition: bottom 300ms ease;
  -moz-transition: bottom 300ms ease;
  -o-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
}
.main-article .caption p {
  font: 14px/1.6 'Univers LT W01 55', sans-serif;
  color: #fff;
  padding: 15px 20px;
}
.main-article .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-left: 26px;
}
.main-article .col:first-child {
  padding-right: 26px;
  padding-left: 0;
}
.main-article .col:hover .caption {
  bottom: 0;
}
.main-article .col .main-title {
  padding-right: 74px;
}
.main-article .col .main-title:after {
  content: '';
  border-top: 3px solid #2080d5;
  width: 100px;
  display: block;
  margin-top: 24px;
}
.main-article .col .share-buttons {
  top: 3%;
  right: 0;
  direction: ltr;
}
.main-article .col .share-buttons.margin {
  right: 30px;
}

.container .quote .share-buttons {
  top: 30px;
  right: 30px;
}

.progress-infographic {
  text-align: center;
  background-color: #eaeaea;
  position: relative;
  padding: 0 40px 80px;
}
.progress-infographic h2, .progress-infographic p {
  font-family: 'sabonroman', serif;
  color: #1c1c1c;
}
.progress-infographic h2 {
  font-size: 30px;
  margin: 73px 0 10px;
}
.progress-infographic p {
  font-size: 20px;
  margin-bottom: 68px;
}

.owl-carousel-detail .caption {
  	text-align: center;
  	margin: 30px auto 26px;
  	max-width: 630px;
}

.client-stories-module {
  text-align: center;
  margin: 50px 0;
}
.client-stories-module .client-stories-slider {
  text-align: left;
  margin-top: 43px;
}
.client-stories-module .small-title {
  margin-top: 20px;
}

.related-content {
  background-color: #fff;
}
.related-content .container {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.related-content .breadcrumb .small-title {
  display: inline-block;
}
.related-content .breadcrumb .small-title.active-section {
  color: #aaa;
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}
.related-content .related-info {
  float: left;
  width: 51.3%;
  padding-right: 52px;
}
.related-content .related-info:last-child {
  width: 48.7%;
}