/***************************************
         POST - SINGLE
****************************************/
/* Title Wrap */
.single .title-wrap {
  text-align: left; 
  min-height:180px;
}
.title-wrap:before {
	display:none;
}
.title-wrap  > .columns { 
	margin-top:220px;
}
.title-wrap .main-title { 
    padding-top: 10px;	
}
.single .title-wrap .main-title {
  padding-bottom: 20px;
  position:relative;
  padding-left:0.75em;
  padding-right:0.75em;
}
.main-title .entry-meta {
	font-size:0.8em;
}
.title-breadcrumb a {
	color:#3AC1CD;
	margin-bottom:0.25em;
	display:inline-block;
	width:100%;
}
.title-wrap .main-title h1 {
	color:#646464;
	font-size: 1.8em;
	display:inline-block;
	width:100%;
	margin-bottom:0;
}
.title-wrap .story-icon {
	position:relative;
	    display: flex;
    align-items: flex-end;
}
.title-wrap .story-icon svg {
	width:40px;
	height:auto;
}

/* Hide author from single and listing Page: Career*/
.single main.category-careers .author_wrap {
  display: none;
}

@media (max-width: 1000px) {
  .title-wrap {
    min-height: none;
    padding-top: 90px;
  }
  .title-wrap > .columns {
    margin-top: 120px;
}
  .title-wrap .main-title {
    padding-top: 10px;
  }
}
@media(max-width:768px){
	.title-wrap > .columns {
		margin-top: 90px;
	}
}
/* Content */
.single .entry-content > .ssba {
	width:100%;
}
.single .content-wrap,
.single .main-content > article .entry-content {
	padding-top:0;
}
.single .main-content {
  padding-top: 0;
  padding-bottom:60px;
}
.single .main-content  > article {
  padding-top: 0;
  float: none;
  margin: 0 auto;
   float: none;
  display: inline-block;
width:100%;
}
@media(max-width:768px){
	.main-content img.alignright,
	.main-content img.alignleft	{
		float:none;
		display: block;
		margin:10px auto;
		margin-left:auto;
		margin-right:auto;
	}
}
/* Video */
.video-player-container {
	position:relative;
	margin-bottom:30px;
}
.video-player-container .video-thumb-container {
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-content: center;
	    height: 100%;
    z-index: 10;
	-webkit-filter: grayscale(100%);
}
.video-player-container .video-trigger {
    position: absolute;
    width: 100%;
    cursor: pointer;
    left: 0;
	top:0;
    height: 100%;
}
.main-content .video-container {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-player-container .video-thumb-overlay {
  position: absolute;
  width: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(58,193,204,0.7);
  z-index: 10;
}
.video-trigger > svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    opacity: 0.8;
    transition: all 0.6s;
    border-radius: 100%;
	z-index:15;
}
.video-trigger:hover > svg{
	opacity:1;
	transform:scale(1.05);
	transform-origin:center;
}
.main-content .video-container,
.main-content .video-container iframe {
	max-width: 1280px;
	max-height: 720px;
}
.main-content .video-container iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
/* Gallery */
.owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  margin:auto;
  width:100%;
  height:0;
  overflow:visible;
}
.owl-nav > div {
  display: inline-block;
  float: left;
  padding: 10px 15px;
  color: #FFF;
  background-color:#3AC1CD;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 800;
  transition: all 0.4s;
  position: absolute;
}
.owl-nav > div:hover {
  background-color: #F78D2A;
  color: #FFF;
}
.owl-nav .owl-prev {
	left: -15px;
}
.owl-nav .owl-next {
	right: -15px;
}
.owl-thumbs.columns {
	margin-top:20px;
	margin-left:0;
	margin-right:0;
	overflow-y:scroll;
}
.owl-thumbs .owl-thumb-item  {
 height:70px;
 background-size:cover;
 background-position:center;
 cursor:pointer;
 position:relative;
 transition:all 0.4s;
-webkit-filter: grayscale(100%);
}
@media(max-width:768px){
	.owl-thumbs .owl-thumb-item {
		height:80px;
	}
}
.owl-thumbs .owl-thumb-item:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	opacity:0.25;
	transition:all 0.8s;
	background-color:#ddd;
	z-index:1;
}
.owl-thumbs .owl-thumb-item.active,
.owl-thumbs .owl-thumb-item:hover {
-webkit-filter: grayscale(0%);
}
.owl-thumbs .owl-thumb-item.active:after,
.owl-thumbs .owl-thumb-item:hover:after {
	opacity:0;
}
.owl-thumbs .owl-thumb-item:before {
	position:absolute;
	width:14px;
	height:14px;
	border-radius:100%;
	opacity:0;
	content:'';
	right:10px;
	top:10px;
	border:2px solid #FFF;
	z-index:10;
	transition:all 0.6s;
}
.owl-thumbs .owl-thumb-item:hover,
.owl-thumbs .owl-thumb-item.active,
.owl-thumbs .owl-thumb-item:hover:before,
.owl-thumbs .owl-thumb-item.active:before{
	opacity:1;
}
.owl-thumbs .owl-thumb-item.active:before{
	background-color:rgba(255,255,255,0.9);
}
/* Post Featured Image */
.single .main-content  > article .post-thumbnail {
    margin-top:0;
	display:inline-block;
	width: 100%;
	position:relative;
}
.single .main-content > article .post-thumbnail img {
    padding:0;
    min-width:100%;
    width:auto;
	width:100%;
}
.entry-content > .photo-meta {
	font-size:0.75em;
	font-style:italic;
	display: inline-block;
    width: 100%;
    text-align: right;
	position: relative;
    top: -1em;
}
/* Quote */
.single .main-content > article .story-quote-container {
	width:90%;
	padding:50px 25px;
}
@media(min-width:1100px){
	.single .main-content > article .story-quote-container .quote {
		margin-left:-4em;
	}
}
.single .main-content > article .story-quote-container .quote-content p {
	font-size:1.6em;
	line-height: 1.2em;
    padding: 0.1em;
font-weight:800;
}
.single .main-content > article .story-quote-container .quote-author {
    padding-left: 0;
    font-size: 1.2em;
	max-width:400px;
	margin-top:10px;
}
/* Posts Nav */
.main-content .nav-links {
    padding-top:0;
	padding-bottom:30px;
    display:inline-block;
    width:100%;
}
.main-content .nav-links a {
    display: inline-block;
}
.main-content .nav-links > div {
	position:relative;
	line-height:1.4em;
	line-height:1.3em;
}
.main-content .nav-links > div.nav-next {
width:100%;
max-width:300px;
float:right;
text-align:right;
color:#646464;
position:relative;
padding-right:30px;
}
.main-content .nav-links > div.nav-next a:after {
	content:'\f0da';
	color:#222;
	position:absolute;
	font-family:'FontAwesome';
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 24px;
	line-height: 0;
	height: 10px;
}
.main-content .nav-links a {
	color:#646464;
	display:inline;
}
.main-content .nav-links a:hover {
	color:#F78D2A;
}
/** Comments **/
.single div#respond {
  padding-bottom: 60px;
  margin: 0 auto;
  float: none;
  margin-top: 40px;
  font-size: 0.8em;
  max-width: 850px;
  display:inline-block;
    width: 100%;
}
.single .entry-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single div#comments {
  padding-top:40px;
}
.single div#comments p {
    color:#999;
}
/*** RELATED POSTS ***/
.related-posts > .columns {
	margin-top:0;
}
.related-posts article.post {
	padding:10px;
}
.related-posts .post-thumb-container a {
    max-height: 210px;
    height: 210px;
}
.related-posts article h2.entry-title {
	font-size:1em;
}
.related-posts article .is-video-post h2.entry-title {
	line-height:1.1em;
}
.related-posts article .entry-meta {
	display:none;
}
.related-posts article .story-quote-container {
	padding:15px;
}
@media (max-width:400px) {
  .single .main-content .loop article {
    padding: 10px;
  }
}
/*** SINGLE STORY - CTA ***/
.single-story .content-wrap,
.single-story .main-content {
	padding-bottom:0;
}
/***************************************
        EXTENDED REPORT - SINGLE
****************************************/
#lightbox .lb-outerContainer {
	border-radius: 0;
}
/*title*/
.extended-report .title-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    bottom: 0;
    left: 0;
    display: inline-block;
    background-size: cover;
    background: #222;
    opacity: .35;
}
.extended-report .title-wrap .main-title {
	width:100%;
}
.extended-report .title-wrap .main-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.75rem;
}
.extended-report .title-wrap .main-title h3 {
	font-weight:400;
}
/* content */
.extended-report .content-wrap {
	padding-top: 50px;
	min-height: 50vh;
	position: relative;
	z-index: 30;
	margin-top: -5px;
}
.extended-report .content-wrap  section {
	margin-bottom:70px;
}
.extended-report .title-breadcrumb > h3 {
	margin-bottom:0;
}
.extended-report  .entry-meta {
	margin-bottom: 50px;
	color: #7B7B7B;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.9rem;
}
.extended-report  h3.section-heading {
	font-weight:500;
	color: #707070;
}
.extended-report .underline {
	padding-bottom:0.25em;
	border-bottom:1px solid #95989A;
	margin-bottom:0.75em;
}
.extended-report section .share-button > a {
    background-color: #3AC1CD;
    color: #fff;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    width: 125px;
    text-align: center;
}
.extended-report section .share-button .a2a_svg {
	display:none;
}
/* Key takeaways */
.key-takeaway-section h2 {
	color: #3AC1CD;
	font-weight:500;
}
.key-takeaway-section > ul {
	margin: 30px 0;
}
.extended-report  .key-takeaway-section > ul li {
	font-size: 1.25em;
	color: #707070;
}
.extended-report  .key-takeaway-section ul li .kt-tweet .a2a_svg  {
	display:none;
}
.extended-report  .key-takeaway-section ul li .kt-tweet {
	display:inline-block;
}
.extended-report  .key-takeaway-section ul li .kt-tweet a {
    border: 1px solid #3AC1CD;
    color: #3AC1CD;
    font-size: .8rem;
    font-weight: 500;
    padding: 3px 5px;
    border-radius: 0;
    transform: translateY(-0.3em);
    display: inline-block;
}
.extended-report  .key-takeaway-section ul li .kt-tweet a:hover {
	 background-color: #3AC1CD;
	  color: #FFF;
}
/* video */
.extended-report .report-video-section {
	position:relative;
}
.extended-report .report-video-section .share-button {
	position:absolute;
	bottom:0;
	right:0;
	z-index:50;
}
/* summary */
/* download */
.extended-report .report-download-section {
	background-color: #415265;
	color: #fff;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 30px 0;
}
.extended-report .report-download-section .grid-container {
	margin:auto;
}
.extended-report .report-download-section .grid-container > .column {
	align-items: center;
    display: flex;
}
.extended-report .report-download-section .column > .inner {
	padding: 30px 0;
}
.extended-report .report-download-section .dl-icon {
	width:125px;
	max-width:100%;
	margin:auto;
}
.extended-report .report-download-section .report-cover {
	max-height:300px;
	margin:auto;
}
.extended-report .report-download-section  a.btn {
	line-height: 20px;
	background-color: #fff;
	border-color: #fff;
	color: #415265;
width: 290px;
    max-width: 100%;
}

.extended-report .report-download-section .inner a.btn.secondary-btn {
	margin-top:0.75rem;
}
/*
.extended-report .report-download-section .inner a.btn.secondary-btn {
	background-color: transparent;
	border:2px solid #fff;
	margin-top:0.75rem;
	color: #fff;
}*/
.extended-report .report-download-section  a.btn:hover {
	background-color: #a1ce5e;
    border-color: #a1ce5e;
}
/*
.extended-report .report-download-section .inner a.btn.secondary-btn:hover {
	background-color: #fff;
	color: #415265;
}*/
.extended-report .report-download-section a > img {
	transition:all 0.5s;
}
.extended-report .report-download-section a:hover > img {
	transform:scale(1.05);
}
@media(max-width:768px){
	.extended-report .report-download-section .grid-container > .column {
		text-align:center;
		display:block;
	}
}
/* expandable sections */
.extended-report .content-wrap section.report-content-section {
	margin-bottom:0;
}
.extended-report .accordion-sections .section-title {
	color: #3AC1CD;
	border-bottom:1px solid;
	padding-bottom:0.25em;
	font-weight:500;
	display:flex;
	justify-content:space-between;
	cursor:pointer;
}
.extended-report .accordion-sections .section-title h4 {
	font-weight:400;
}
.extended-report .accordion-sections .section-title:hover {
	color: #444;
}
.extended-report .accordion-sections .section-title .toggle {
	display:inline-block;
	width:30px;
	height:30px;
	position:relative;
}
.extended-report .accordion-sections .section-title .toggle:before,
.extended-report .accordion-sections .section-title .toggle:after {
	position:absolute;
	border-top:1px solid #3AC1CD;
	height:50%;
	width:100%;
	content: '';
	bottom:0;
	left:0;
	transition:all 0.4s;
}
.extended-report .accordion-sections .section-title:hover .toggle:before,
.extended-report .accordion-sections .section-title:hover .toggle:after {
	border-top:1px solid #707070;
}
.extended-report .accordion-sections .section-title.active .toggle:before,
.extended-report .accordion-sections .section-title.active .toggle:after {
	height:100%;
	width:100%;
	transform: rotate(45deg);
	bottom: -50%;
	left:-50%;
}
.extended-report .accordion-sections .section-title.active .toggle:after {
	transform: rotate(-45deg);
	left: 5px;
}
.extended-report  .accordion-sections  .section-content {
	display:none;
	padding-top:30px;
	padding-bottom:30px;
}
@media(min-width:768px){
	.extended-report .report-content-section  .section-sidebar {
		padding-left:60px;
	}
}
/*image sidebar*/
.extended-report  .section-sidebar .image-container {
	margin-bottom:30px;
}
.extended-report .image-item-buttons {
	display:flex;
}
.extended-report .image-item-buttons a.zoom {
	height: 40px;
	width:40px;
	background-color: #3AC1CD;
	color: #fff;
	text-align:center;
	line-height:40px;
	margin-left:10px;
}
.image-item-title h5 {
	font-weight:700;
	text-transform: uppercase;
	line-height: 1.15em;
}
/*content sidebar*/
.extended-report .content-sidebar .sidebar-container  {
	background-color: #415364;
	padding: 30px;
	color: #fff;
	margin-top: 0.25rem;
}
.extended-report .content-sidebar .sidebar-container p {
	color: #fff;
}
.extended-report .content-sidebar .sidebar-title {
	font-weight:600;
}
.extended-report .content-sidebar .sidebar-container strong {
	color: #A1CE5E;
	font-weight:normal;
}
/** Footnotes **/
.content-wrap .references-section {
	color: #7d7d7d;
}
.content-wrap .references-section .section-title {
	padding-top: 0.75rem;
}
.content-wrap .references-section h5 {
font-weight:500;
}
.content-wrap .references-section  li {
		position:relative;
		font-size:0.9rem;
}
.content-wrap .references-section  li > .anchor {
	position:absolute;
	top:-150px;
}
.content-wrap .references-section   li.highlighted:before {
    content: '\f0da';
    color: #A1CE5E;
    position: absolute;
   left: -2em;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
}
/* social images */
.social-images-section h3.section-heading {
	color: #3AC1CD;
}
#main section#social-images {
	margin-bottom:70px;
}
.social-images-section > .columns {
	margin-left:0;
	margin-right:0;
}
.social-images-section .social-image-container {
	position:relative;
	overflow:hidden;
}
.social-images-section .social-image-container > a  {
	padding:5px;
	height:100%;
	display:inline-flex;
}
.social-images-section .social-image-container > a img {
	display:block;
}
.social-images-section .social-image-container .share-button {
	position:absolute;
	bottom:5px;
	right:5px;
	opacity:0;
	transform:translateY(40px);
	transition: all 0.4s;
}
.social-images-section .social-image-container:hover  .share-button{
		opacity:1;
	transform:translateY(0);
}
/* Related post image hide */
.single-post .post-thumb-container{
	display: none;
}