.cover-img {
	position: relative;
	padding: 50px 0 0;
	width: 100%;
	border-bottom: 2px solid #5EC6DD;
}
.cover-img img {
	margin: 0 auto;
	width: 100%;
	max-width: 1480px;
}
.section-img img {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.main-img {
	border-bottom: 2px solid #5EC6DD;
}
.cover-img.main-img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #001978;
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.cover-img.main-img.section-img:before {
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
/* AQUÍ LOS  CAMBIOS */

.hilite-main {
	padding-top: 20px;
}
.hilite-main h2 {
	width: 100%;
}
.hilite-main .container {
	padding: 0;
	max-width: 100%;
}
.hilite-main h2 {
	margin-bottom: .5em;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.4;
}
.hilite-main .txt-insert {
	background-color: #FFF;
	padding-top: 20px;
}
.hilite-main address {
	margin-bottom: 0;
}
.hilite-main .author {
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
}
.hilite-main .excerpt {
	padding: 0;
	font-size: .9375em;
}
.teaser {
	display: block;
	position: relative;
	overflow-y: hidden;
}
.teaser div {
	padding-right: 0.7em;
}
.teaser figure, .hilite-sec figure {
	padding: 0;
}
.teaser .excerpt /*,
.hilite-sec .excerpt*/ {
	padding-right: 0;
}
.teaser .btn {
	width: 100%;
}
.teaser .heading, .teaser h2, .hilite-sec .heading, .hilite-sec h2 {
	margin-top: 0;
	font-size: .9em;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 10px;
}
.excerpt h2 a, .hilite-sec .heading a {
	color: #001978;
	font-weight: 600 !important;
}
.teaser address {
	margin: 0 0 10px 0;
	font-weight: 400;
}
.teaser .label, .hilite-sec .label {
	position: absolute;
	left: 0;
	font-size: .6em;
	font-weight: 500;
}
.grey-serif {
	margin-bottom: 10px;
}
.taxonomy-22237 {
	background-color: #D5B33E;
	color: #000;
}
.taxonomy-22237:after {
	border-color: #D5B33E;
	color: #D5B33E;
}
.hilite-sec {
	position: relative;
	overflow: hidden;
}
.hilite-sec figure {
	position: relative;
}
.cover .uppercase-title {
	font-size: 1.35em;
	padding-bottom: 20px;
}
.character-name {
	font-size: 1.2em; /*.9em;*/
}
.character-description {
	font-size: .7em;
}
.video-block {
	padding-bottom: 0;
}
.video-block .arrow-navigation .nav-next {
	margin-right: -15px;
}
.video-block .arrow-navigation .nav-prev {
	margin-left: -15px;
}
.video-block article {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.video-block .embed-responsive {
	padding-bottom: 50%;
	margin-bottom: 40px;
}
.video-block h2 {
	font-size: 1.2em;
	line-height: normal;
}
.video-block h3 {
	color: #A5A5A5;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #484848;
}
.video-slider-home > div {
	position: relative;
	margin-bottom: 20px;
}
.arrow-navigation .nav-next {
	float: right;
	cursor: pointer;
}
.video-slider-home .play-video {
	cursor: pointer;
	position: relative;
}
.video-slider-home .play-video:after {
	content: "\71";
	font-family: "elderecho" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 31%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5em;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 2.5em;
}
.video-slider-home .play-video:hover:after {
	background: rgba(255, 255, 255, 1);
}
.video-slider-home .load-video {
	font-weight: 600;
}
.video-slider-home .load-video.play-video {
	font-weight: 300;
}
a.ed-green-bg {
	font-weight: 600
}
.video-slider-home .video-title {
	padding: 10px 0;
	height: 100px;
	font-weight: 600;
	font-size: 1em;
	line-height: 22px;
	color: #001978;
}
.video-slider-home .bg-video {
	vertical-align: middle;
	height: 190px;
}
.video-slider-home .bg-video > img:not(.generic-loading) {
	width: 100%;
	height: 100%;
}
/*.video-slider-home {
	padding: 20px;
	background: #444;
	}*/

.video-block .arrow-navigation {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.opinions ul {
	display: flex;
	flex-flow: row wrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
}
.opinions ul li {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	width: 50%;
	flex-shrink: 1;
	flex-basis: 49%;
}
.opinions ul li > a {
	width: 100%;
	display: block;
}
.opinions ul li:nth-child(even) {
	margin-left: 1%;
}
.opinions ul li:nth-child(odd) {
	margin-right: 1%;
}
.opinions .heading {
	font-size: 1.1em;
	font-weight: 600;
}
.opinions figure {
	padding: 0;
}
.opinions .label, .opinions p {
	margin-bottom: 5px;
	font-weight: 600;
	color: #333;
	font-size: 1.1em;
}
.opinions .label {
	color: #FFF;
}
.opinions p {
	line-height: 1.3;
}
.opinions .role {
	font-weight: 400;
}
.cover-block {
	margin-bottom: 40px;
}
/*.cover-block h3 a:hover {
	text-decoration: underline;
	}*/

.cover-first {
	margin: 0 -20px 0;
}
.section-title-home {
	margin: 0;
	position: absolute;
	bottom: 35px;
}
.cover-first figure {
	margin-bottom: 20px;
}
.news-list .solid-border-top {
	border-top: none;
}
.news-list .horizontal-list li {
	display: inline-table;
}
.author-block {
	text-transform: uppercase;
}
.no-hero {
	margin-top: 30px !important;
}

/* REPO */
.section-title {
	/*text-transform: uppercase;*/
	padding-bottom: 20px;
	margin-bottom: 0;
	/*border-bottom: 3px solid #5EC6DD;*/
	font-size: 1.4em;
}
.hilite-video {
	margin-bottom: 40px;
}
.item-description {
}
.video-title {
	font-size: 1.7em;
	line-height: initial;
}
.item-description .grey-serif {
	font-size: .8em;
}
.grid-container .item-title {
	font-size: 1em;
	line-height: 1.4em;
}
.grid-container .embed-responsive {
	padding-bottom: 55%;
	margin-bottom: 20px;
}
.grid-container article {
	margin-bottom: 40px;
	padding-left: 0;
}
.grid-container figure {
	margin-bottom: 20px;
}
.grid-container figure img {
	margin: 0 auto;
}
.full-width-list .teaser {
	border-bottom: 2px dotted #EEE;
	padding-bottom: 20px;
	padding-top: 0;
}
.full-width-list .teaser:first-of-type {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 2px dotted #EEE;
}
.full-width-list:nth-of-type(2) .teaser:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
.full-width-list .teaser .read-more-link {
	margin-bottom: 0;
}
.specials {
	margin-top: 20px;
}
.specials .hilite-sec.placed-left {
	/*padding-top: 15px;*/
	margin-bottom: 20px;
}
#specials-dropdown {
	display: block !important;
}
.specials-toggle.active {
	color: #CCC;
}
.specials-toggle.active .ed-ico-p-down:before {
	content: "\4d";
}
.specials .index-list a, .specials .index-list span {
	display: block;
	padding: 10px 0 0;
	cursor: pointer;
}
.specials .index-list a.view-full {
	padding-top: 0;
	font-size: .8em;
	line-height: 1.3;
}

/*TAG PAGES*/
.tag-header {
	padding-top: 60px;
}
.tag-header p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: .843em;
}
.tag-header h1 {
	margin-bottom: 1em;
	font-size: 2.25em;
}
.tag-list .teaser span {
	font-size: 1.2em;
	font-weight: 600;
}
.show-more-tags {
	padding-bottom: 40px;
	width: 100%;
	text-align: right;
	font-size: .85em;
	font-weight: 700;
	float: right;
}
button.show-more-tags {
	padding-bottom: 40px;
	width: 100%;
	text-align: right;
	float: right;
	background: none;
	border: none;
	font-family: Lato, serif;
	text-transform: uppercase;
	color: #001978;
	font-size: 1em;
	font-weight: 900;
}
.news-list h4 {
	font-size: 1.315em;
}
.news-list a h4 {
	color: #001978;
}
.news-list .grey-serif {
	font-size: .85em;
}
.news-list .grey-serif:nth-of-type(1) {
	font-weight: 600;
}
.news-list .solid-border-top:first-child {
	border-top: 2px solid #5EC6DD;
}

/* TESAURO PAGE */
ul.cont-tags-area li, ul.cont-tags-alfabetica li ul li {
	margin-right: 15px;
	display: inline-block;
	line-height: 40px;
}
ul.cont-tags-area, ul.cont-tags-alfabetica {
	margin: 20px 0 40px 0;
}
ul.cont-tags-area h2, ul.cont-tags-alfabetica h2 {
	padding: 5px 10px;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
ul.cont-tags-area li .social {
	border: 1px solid #741425;
	color: #741425;
}
ul.cont-tags-area li .social:hover {
	border: 1px solid #741425;
	background: #741425;
	color: #FFF;
}
ul.cont-tags-area li .fiscal {
	border: 1px solid #0a2447;
	color: #0a2447;
}
ul.cont-tags-area li .fiscal:hover {
	border: 1px solid #0a2447;
	background: #0a2447;
	color: #FFF;
}
ul.cont-tags-area li .penal {
	border: 1px solid #331F7D;
	color: #331F7D;
}
ul.cont-tags-area li .penal:hover {
	border: 1px solid #331F7D;
	background: #331F7D;
	color: #FFF;
}
ul.cont-tags-area li .civil {
	border: 1px solid #D0C7B6;
	color: #D0C7B6;
}
ul.cont-tags-area li .civil:hover {
	border: 1px solid #D0C7B6;
	background: #D0C7B6;
	color: #FFF;
}
ul.cont-tags-area li .mercantil {
	border: 1px solid #D3BA89;
	color: #D3BA89;
}
ul.cont-tags-area li .mercantil:hover {
	border: 1px solid #D3BA89;
	background: #D3BA89;
	color: #FFF;
}
ul.cont-tags-area li .administrativo {
	border: 1px solid #68737B;
	color: #68737B;
}
ul.cont-tags-area li .administrativo:hover {
	border: 1px solid #68737B;
	background: #68737B;
	color: #FFF;
}
ul.cont-tags-area li .derecho-tic {
	border: 1px solid #862131;
	color: #862131;
}
ul.cont-tags-area li .derecho-tic:hover {
	border: 1px solid #862131;
	background: #862131;
	color: #FFF;
}
ul.cont-tags-area li .mundo-juridico {
	border: 1px solid #3d804b;
	color: #3d804b;
}
ul.cont-tags-area li .mundo-juridico:hover {
	border: 1px solid #3d804b;
	background: #3d804b;
	color: #FFF;
}
ul.cont-tags-area li .sector-juridico {
	border: 1px solid #3d804b;
	color: #3d804b;
}
ul.cont-tags-area li .sector-juridico:hover {
	border: 1px solid #3d804b;
	background: #3d804b;
	color: #FFF;
}
ul.cont-tags-area li .comentarios-de-jurisprudencia {
	border: 1px solid #34005e;
	color: #34005e;
}
ul.cont-tags-area li .comentarios-de-jurisprudencia:hover {
	border: 1px solid #34005e;
	background: #34005e;
	color: #FFF;
}
ul.cont-tags-area li .contable {
	border: 1px solid #1A459A;
	color: #1A459A;
}
ul.cont-tags-area li .contable:hover {
	border: 1px solid #1A459A;
	background: #1A459A;
	color: #FFF;
}
ul.cont-tags-area li .inmobiliario {
	border: 1px solid #741425;
	color: #741425;
}
ul.cont-tags-area li .inmobiliario:hover {
	border: 1px solid #741425;
	background: #741425;
	color: #FFF;
}
ul.cont-tags-area li .procesal {
	border: 1px solid #FFCF2B;
	color: #FFCF2B;
}
ul.cont-tags-area li .procesal:hover {
	border: 1px solid #FFCF2B;
	background: #FFCF2B;
	color: #FFF;
}
ul.cont-tags-alfabetica > li {
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 25px;
}
ul.cont-tags-alfabetica li ul {
	margin-top: 20px;
}
ul.cont-tags-alfabetica h2 {
	border: 1px solid #42B5B3;
	color: #42B5B3;
}
ul.cont-tags-alfabetica h2:hover {
	border: 1px solid #42B5B3;
	color: #FFF;
	background: #42B5B3;
}
.title-tag {
	color: #000;
	font-weight: 500;
	font-size: 1.25em;
	line-height: 24px;
	margin-bottom: 15px;
}
.mT20 {
	margin-top: 20px;
}
/* FIN TAGS PAGE */

.teaser .bg-shaded {
	overflow: hidden;
	padding-top: 0;
	height: auto;
}
.teaser.bg-shaded {
	padding-top: 0;
}
.teaser .bg-shaded h2, .teaser .bg-shaded h3 {
	margin-top: .4em;
	overflow: hidden;
	padding-top: 0;
	height: auto;
}
.teaser.bg-shaded h2 {
	margin-top: .7em;
}

/* INICIO estilos SOLO para DERECHO-TIC - LOGO SPONSOR + DEGRADADO
¡¡DESACTIVAR TODO CUANDO SE QUITE EL LOGO!! */
.derecho-tic .main-img {
	border-bottom-width: 1px;
}
.derecho-tic .hilite-sec.placed-left.cover-first {
	margin-top: 0 !important;
}
.derecho-tic .cover-img.main-img.section-img:before {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.grad-img {
	position: relative;
	margin: 82px 0 0;
	/*height: 32px;*/
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #5EC6DD;
}
.grad-img p {
	margin: 6px auto;
	font-size: .8em;
}
.grad-img p:not(:last-child) {
	margin-bottom: 20px;
}
.grad-img img {
	/*margin-left: 2px;*/
	width: 72px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.grad-img img:not(:last-child) {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
}
.grad-img .img2 {
	width: 160px;
}
.cont-img-actitudTech{
	text-align:center;
	position:absolute;
	width:100%; 	
}
@media (min-width: 1200px) {
	.cont-img-actitudTech{			
			bottom: 100px;
		}		
	}
@media (min-width: 992px) and (max-width:1199px){
	.cont-img-actitudTech{			
			bottom: 150px;
		}		
	}
@media (min-width: 992px){	
		.cont-img-actitudTech img{
			width:170px!important;
		}
	}

@media (min-width: 768px) and (max-width:991px) {
	.cont-img-actitudTech{		
		bottom: 95px;
		left:-25px;
	}
	.cont-img-actitudTech img{
		width:100px!important;
	}
}
@media (max-width: 767px) {
	.cont-img-actitudTech{		
		position:relative;		
		margin-bottom:20px;
	}
	.cont-img-actitudTech img{
		width:170px!important;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
	.derecho-tic .main-img {
		border-bottom-width: 2px;
	}
	.derecho-tic .hilite-sec.placed-left.cover-first {
		margin-top: -40px !important;
	}
	.derecho-tic .cover-img.main-img.section-img:before {
		opacity: .1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	}
	.grad-img {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: 237px;
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.72) 54%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.72) 54%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.49) 54%, rgba(255, 255, 255, 1) 79%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
	}
	.grad-img p {
		/* float: right; */
		margin-top: 116px;
		margin-right: 22px;
		text-align: center;
	}
	.grad-img p {
		position: absolute;
		right: 0;
	}
	.grad-img .p1 {
		right: 190px;
		padding-right: 20px;
		border-right: 1px solid #CCC;
	}
	.grad-img img {
		/*display: block;*/
		margin-left: inherit;
		width: 90px;
	}
	.grad-img .img2 {
		width: 170px;
	}
}

@media (min-width: 880px) {
	.grad-img p {
		margin-top: 116px;
	}
}

@media (min-width: 992px) {
	.grad-img p {
		margin-top: 8px;
		margin-right: 42px;
	}
	.grad-img .p1 {
		right: 15px;
		border-right: 0;
		padding-right: 0;
	}
	.grad-img .p2 {
		right: -8px;
		top: 60px;
	}
	.grad-img .img2 {
		margin-top: -1px;
		width: 170px;
	}
}

@media (min-width: 1100px) {
	.grad-img p {
		margin-right: 62px;
	}
	.grad-img .p1 {
		right: 5px;
	}
	.grad-img .p2 {
		top: 65px;
		margin-right: 37px;
	}
	.grad-img img {
		width: 110px;
	}
	.grad-img .img2 {
		width: 200px;
	}
}

@media (min-width: 1200px) {
	.grad-img p {
		margin-top: 10px;
	}
	.grad-img .p1 {
		right: 10px;
	}
	.grad-img .p2 {
		top: 75px;
		margin-right: 37px;
	}
	.grad-img .img2 {
		width: 210px;
	}
}

@media (min-width: 1300px) {
	.grad-img p {
		margin-top: 15px;
	}
	.grad-img .p2 {
		top: 77px;
		margin-right: 27px;
	}
	.grad-img .img2 {
		width: 230px;
	}
}

@media (min-width: 1440px) {
	.grad-img p {
		margin-top: 20px;
	}
	.grad-img .p1 {
		right: 17px;
	}
	.grad-img .img2 {
		width: 230px;
	}
}
/* FIN estilos SOLO para DERECHO-TIC - LOGO SPONSOR + DEGRADADO
¡¡DESACTIVAR TODO CUANDO SE QUITE EL LOGO!! */

@media (min-width: 480px) {
	.hilite-main h2 {
		font-size: 1.4em;
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	.opinions ul li {
		flex-basis: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.hilite-sec.placed-left.cover-first {
		margin: 80px -20px 0 !important;
	}
	.section-title-home {
		top: 100px /*91px*/;
	}
	.specials h3 {
		margin-top: 65px;
	}
	.video-slider-home .play-video:after {
		top: 90px;
	}
	.video-slider-home .video-title,
	.video-slider-home .bg-video {
		height: auto;
	}
	h2#titlePlayVideo {
		font-size: 1em;
		line-height: 22px;
	}
}

@media (min-width: 768px) {
	.hilite-sec.placed-left.cover-first {
		margin-bottom: 40px;
	}
	.teaser {
		display: inline-block;
		position: relative;
		margin-bottom: 20px;
		padding: 15px 0 0;
		width: 100%;
		height: 204px;
		overflow-y: hidden;
	}
	article.container-fluid .cover-img.main-img {
		padding: 50px 0 0;
	}
	/*.news-list h4 {
		min-height: 96px;
	}
	.news-list .grey-serif:nth-of-type(2){
		min-height: 90px;
		}*/
	.specials {
		margin-top: 0;
	}
	.contentSpecial {
		min-height: 630px;
	}
	/*#specials-dropdown{
		display: block !important;
		}*/
	.section-title {
		margin-bottom: 10px;
		margin-top: 30px;
		padding-bottom: 0;
		font-size: 3em;
		font-weight: 400;
		color: #001978;
	}
	/*.cover-first {
		margin: -40px 0 0;
		}*/
	.cover-img {
		position: relative;
		border-bottom: none;
		padding: 100px 0 0;
	}
	.hilite-main {
		margin: 0 auto 20px auto;
		min-height: 198px;
		background: #FFF;
	}
	.hilite-main h2 {
		font-size: 1.8em;
		line-height: 1.1;
		position: absolute;
		bottom: 183px;
		background: #FFF;
		padding: 20px;
		left: 0;
		border-top: 2px solid #BADA55;
	}
	.hilite-sec {
		border-top: none;
		padding-top: 0;
	}
	.hilite-sec .txt-insert {
		position: absolute;
		bottom: -1px;
		padding: 20px 24px 0;
		background-color: #FFF;
		margin-left: 15px;
		border-top: 2px solid #001E64;
	}
	.hilite-sec.placed-left .txt-insert {
		right: 0;
	}
	.hilite-sec .author {
		margin-bottom: 0;
		font-weight: 500;
		color: #6A6A6A;
	}
	.hilite-sec.cover-first .txt-insert {
		border-top: 0;
	}
	.hilite-sec.cover-first h2 {
		/*font-size: 1.75em;*/
		font-size: 1.3em;
		margin-bottom: 20px;
	}
	.hilite-sec.cover-first h3 {
		font-weight: 600;
		font-size: 1.1em;
	}
	.hilite-sec.cover-first .grey-serif {
		font-size: 1em;
		margin-bottom: 14px;
	}
	.hilite-sec.cover-first .author {
		margin-bottom: 20px;
	}
	.specials .index-list a, .specials .index-list span {
		padding: 20px;
	}
	.specials .index-list a.view-full {
		margin-top: -10px;
		padding-left: 10px;
	}
	.specials .uppercase-title {
		/*margin-bottom: 0;*/
		padding-right: 175px;
	}
	.specials .four-cols li {
		text-align: center;
		border-bottom: solid 1px #EEE;
	}
	.uppercase-title.border-change {
		border-bottom: 2px dotted #EEE;
		margin-top: 10px;
	}
	.specials li.active, .specials li:hover {
		border-bottom: 2px solid #5ec6dd !important;
	}
	.specials .active .heading, .specials .heading:hover {
		color: #334793 !important;
	}
	.specials .index-list li {
		padding-bottom: 0;
	}
	.oppinions li:nth-child(2n) {
		padding-right: 0;
	}
	.grid-container article:nth-of-type(4n+1) {
		clear: both;
	}
	.specials .hilite-sec.placed-left:nth-child(1) {
		/*margin-bottom: 0;*/
	}
	.news-list .solid-border-top {
		border-top: 2px solid #5EC6DD;
	}
	.video-block article {
		padding: 0 60px;
	}
	.video-block article .embed-responsive {
		padding-bottom: 30%;
		margin-bottom: 40px;
		z-index: 2;
	}
	.video-block h2 {
		font-size: 1.69em;
		line-height: normal;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-title {
		top: 81px;
	}
	.cover-first {
		margin: 100px -20px 0;
	}
	.specials .uppercase-title.border-change {
		margin-top: 65px;
	}
	.video-slider-home .play-video:after {
		top: 55px;
	}
	.video-slider-home p {
		position: relative;
		font-size: 0.75em;
	}
	.video-slider-home .bg-video {
		height: 112px;
	}
	.video-slider-home .video-title {
		line-height: 17px;
		font-size: 0.8em;
	}
	.hilite-sec .txt-insert {
		bottom: -45px !important;
	}
}

@media (max-width: 991px) {
	h1.mT20 {
		margin-top: 70px;
	}
	.specials {
		margin-top: 70px;
	}
}

@media (min-width: 992px) {
	.video-slider-home p {
		background: #444444;
		font-size: 0.8em;
		width: 90%;
		padding: 10px;
		position: absolute;
		right: 0;
		bottom: 0;
		margin-bottom: 0;
		height: 60px;
	}
	article.container-fluid .cover-img.main-img {
		padding: 0;
	}
	.hilite-main {
		min-height: 149px;
	}
	.hilite-main h2 {
		bottom: 130px;
	}
	/*.news-list h4 {
		min-height: 48px;
	}
	.news-list .grey-serif:nth-of-type(2){
		min-height: 90px;
		}*/
	.hilite-sec.cover-first h2 {
		font-size: 1.75em;
	}
	.cover-img {
		border-bottom: none;
		padding: 0;
	}
	.hilite-main h2 {
		font-size: 2.3125em;
	}
	.teaser {
		padding: 35px 0 0;
		margin-bottom: 30px;
	}
	.teaser .heading, .teaser h2, .hilite-sec .heading, .hilite-sec h2 {
		font-size: 1.25em; /*1.4em;*/
		color: #001978;
	}
	.brkn-news-slider .teaser {
		padding: 0;
	}
	.brkn-news-slider .teaser .heading, .brkn-news-slider .teaser h2 {
		font-size: .95em;
	}
	.section-title {
		margin-bottom: 20px;
		margin-top: 10px;
		padding-bottom: 0;
	}
}