/*---------------------------------*/
/*     STYLED VIDEO FEATURE        */
/*---------------------------------*/
.styled-video.styled-feature-video {
    margin: 2rem 0;
}

.styled-video.styled-feature-video .sh-video_transcript {
    text-align: right;	
}
.styled-video.styled-feature-video .sh-video_transcript a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    margin-top: .5rem;
    margin-right: .3rem;
    line-height: 1.2;
    border-bottom: 1px solid #7d7d7d;
}

@media screen and (min-width:767px) {
	.styled-video.styled-feature-video .sh-video .sh-video__text-wrap {
		padding: 50px;
	}	
}
@media screen and (max-width:767px) {
	.styled-video.styled-feature-video .sh-video .sh-video__text-wrap {
		padding: 30px;
	}	
}
.styled-video.styled-feature-video .sh-video.component--col-dark-grey {
	background: #f2f2f2;
}

.styled-video.styled-feature-video .sh-video p,
.styled-video.styled-feature-video  .sh-video .fe-sh-video__person {
	color: #2d2d2d;
}

.styled-video.styled-feature-video .fe-sh-video__person {
	padding: .25rem .5rem .25rem 0 !important;
	/*margin-left:-0.5rem;*/
}

@media screen and (min-width:1400px) {
	.styled-video.styled-feature-video .sh-video .sh-video__teaser {
		font-size: 26px !important;
		font-size: 1.624875rem !important;
	}
}

@media screen and (max-width:767px) {
	.styled-video.styled-feature-video .sh-video .sh-video__teaser,
	.styled-video.styled-feature-video .sh-video .fe-sh-video__person {
		font-size: 1.2rem !important;
	}
}


/*------------------------*/
/* PRIMARY BACKGROUND */
/*------------------------*/
.page-section.page-section--col-primary.color-background {
	 background-color: #e0301e;
}

.page-section.page-section--col-primary.color-background * {
	 color: #fff;
}

.page-section.page-section--col-primary.color-background .text-component p .btn.btn--transparent.btn-cta.btn-cta--white {
	border: 0px solid #7d7d7d;
}

.page-section--col-primary.color-background .text-component p .btn.btn--transparent.btn-cta.btn-cta--white:hover {
	background:transparent;
	background:none;	
	border: 1px solid #ffffff;
}


/*------------------------*/
/* PADDING */
/*------------------------*/
@media screen and (max-width:767px) {
	.button-top-margin .text-component .btn-cta-common {
		margin-top: 0px;
	}
}


/* feature content */
@media screen and (max-width:767px) {
	.feature-content .feature-content__title .feature-content__title--dynamic.visible-xs{
	display:none !important;
}
}

