@charset "utf-8";
/*
 * description: Css for front page
 */

.research-areas>* {
	padding: 2rem 1.5rem;
}


.research-areas header {
	text-wrap: balance;
}

/* size down to force all titles to take up 2 lines at desktop + screens */
.research-areas header h2 {
	font-size: 1.75rem;
}


/* ************* DEFAULT - Desktops - medium+large devices (desktops, 992px and up)  ********************** */
#front1stRow {
	position: relative;
	background-color: #212429;
	color: #fff;
}

#front1stRow .videoContainer {
	height: 620px;
	overflow: hidden;
}

#front1stRow .videoContainer video {
	width: 100%;
}

#front1stRow #add-info {
	position: relative;
}

#front1stRow .intro-text {
	width: 45%;
	position: absolute;
	bottom: 1em;
	right: 0;
	padding: 1.5em;
	background: rgb(0 0 0 / 70%);
}

#front1stRow .intro-text div {
	margin: 0;
}

#front1stRow .intro-text h2 {
	color: #fff;
}

#front1stRow .intro-text p {
	margin: 0;
}

#front1stRow .highlight-info {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 160px;
	height: 160px;
	background: #FFE700;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
}

#front1stRow .highlight-info .celement_text {
	color: #333;
	position: absolute;
	top: 22%;
	left: 0;
	transform: rotate(-15deg);
	font-size: 25px;
	font-weight: 900;
	line-height: 1.3em;
}

#front1stRow .highlight-info .celement_text a {
	padding: 10px;
	display: block;
}

#front2ndRow {
	padding: 3em 0 0;
}

/* Democracy Banner */
#front2ndRow #front-banner {
	margin: 0 0 3em;
	background-color: rgb(0 93 117 / 70%);
	background-image: url(../Icons/Page/democracy_people.svg);
	background-repeat: no-repeat;
	background-size: 450px;
	background-position-x: 90%;
	background-position-y: 50%;
}

#front2ndRow #front-banner h2 {
	text-transform: uppercase;
	color: #fff;
	text-shadow: rgb(0 93 117 / 90%) 1px 0 10px;
	padding: 0.5em 0.5em 0;
	margin-bottom: 0;
}

#front2ndRow #front-banner .frame {
	padding: 0 1em 1em;
	color: #fff;
}

#front2ndRow #front-banner a {
	background: url(../Icons/Page/icon_link_white.svg) 1px center no-repeat;
	background-size: 5px;
	color: #fff;
	background-color: #4c8d9e;
	padding-left: 9px;
}

#front2ndRow .col-md-4 {
	position: relative;
	background: rgb(0 93 117 / 30%);
	padding-top: 2em;
	padding-bottom: 1em;
}

#front2ndRow .col-md-4:nth-child(2) {
	background: rgb(0 93 117 / 70%);
}

#front2ndRow .col-md-4:nth-child(3) {
	background: rgb(0 93 117 / 50%);
}

#front2ndRow .col-md-4 .frame-default {
	padding: 0 1em;
	margin: 0;
}

#news-row {
	padding: 60px 0 0 0;
}

#front3rdRow {
	margin-bottom: 3em;
}

#front4thRow>div:first-child div.csc-header {
	position: absolute;
	width: 29%;
	left: 64.3333%;
	padding-left: 20px;
}

#front4thRow>div:first-child div.csc-header h2 {
	font-size: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#uspSlider {}

.uspSliderElement {}

.uspHeader {
	position: relative;
}

.uspHeader h3 {
	position: absolute;
	bottom: 0;
	max-width: 250px;
	margin: 0 5% 1px 60%;
	z-index: 2;
	font-size: 40px;
	color: #000;
	line-height: 1.2;
	letter-spacing: 1px;
}

.uspHeader h3 span {
	padding: 5px 10px;
	background-color: #fff;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.uspHeader a.cover-all {
	z-index: 10;
}

.uspMediaFile {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.uspMediaFile .setheight {
	margin-top: 40%;
}

.uspMediaFile .uspImage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.uspMediaFile video {
	position: absolute;
	z-index: 2;
}

.fillWidth video {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;

}

.fillHeight video {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.fillWidth .uspImage {
	background-size: 100% auto;
}

.fillHeight .uspImage {
	background-size: auto 100%;
}

.uspText {
	margin: 0 5% 0 60%;
	padding: 15px 0;
	font-size: 16px;
}

.uspText p {
	margin: 0;
	font-weight: 200;
	font-size: 22px;
}


@media (max-width: 1080px) {
	.uspMediaFile .setheight {
		margin-top: 50%;
	}

	.uspHeader h3 {
		margin-right: 5%;
	}

	.uspText {
		margin-right: 5%;
	}
}

/* *** Tablet *** */
@media (max-width: 768px) {
	#front1stRow .intro-text {
		width: 70%;
	}
}

@media (max-width: 560px) {
	#front1stRow .intro-text {
		width: 100%;
		bottom: 7em;
	}

	#front1stRow .highlight-info {
		width: 170px;
		height: 170px;
	}

	#front1stRow .highlight-info .celement_text {
		top: 12%;
	}
}

@media (max-width: 400px) {}

/* *** NEWS Slider ***
.tx_newsslider ul.slides {
	/*margin: 0 6.6666%;
	padding: 0;
}
.tx_newsslider ul.slides::after {
	content: "";
	display: block;
	clear: left;
}
.tx_newsslider ul.slides li {
	/*width: 33%;
}
.tx_newsslider ul.slides li .single-news {
	position: relative;
	float: left;
	width: 33%;
	height: 500px;
	background: #212629;
}
.tx_newsslider ul.slides li div.image-container {
	width: 100%;
	height: 80%;
	overflow: hidden;
}
.tx_newsslider ul.slides li div.img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tx_newsslider ul.slides li div.flex-caption {
	padding: 0.5em;
}
.tx_newsslider ul.slides li div.flex-caption h3 {
	letter-spacing: .5px;
	color: #000;
}

.tx_newsslider ul.slides li div.flex-caption h3 a,
.tx_newsslider ul.slides li div.flex-caption h3 a:hover {
	text-decoration: none;
}

.tx_newsslider ul.slides li div.flex-caption h3 a {
	font-size: inherit;
	color: #fff;
}
.tx_newsslider ul.slides li div.flex-caption p {
	font-weight: 200;
	letter-spacing: .5px;
	color: #fff;
}
.tx_newsslider ul.slides li div.flex-caption p.link2allNews {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 4px solid #000;
}
.tx_newsslider ul.slides li div.flex-caption p.link2allNews a {
	padding-left: 12px;
    color: #333;
    font-weight: bold;
    background: url(../img/link_arrow.png) 2px center no-repeat;
    text-decoration: none;
} */

.slick-slider .card {
	border: 2px solid #fff;
	border-radius: 0;
}

.slick-slider .card-img,
.slick-slider .card-img-top {
	border-radius: 0;
}


/**
 * Twitter Feed
 */
.twitter-container {
	background: rgb(0 93 117 / 30%);
	padding: 1em 1.5em 1.5em;
	margin-bottom: 3em;
}

.twitter-container>div {
	position: relative;
	margin: 0;
}

.twitter-container header {
	margin-bottom: 2em;
}

/*
@viewport {
	min-width: 768px;
	max-width: 991px;
	zoom: 1;
}
*/
@media (min-width: 768px) {
	.tx_newsslider ul.slides li {
		display: inline-block !important;
	}

	.tx_newsslider ul.slides li>div.setheight {
		margin-top: 40%;
	}
}

@media (max-width: 991px) {
	#front4thRow>div:first-child div.csc-header h2

	/* , .newsEventsContainer h2 */
		{
		font-size: 30px;
		letter-spacing: 1px;
	}

	.tx_newsslider ul.slides li div.flex-caption {
		margin-top: 34px;
	}

	.tx_newsslider ul.slides li div.flex-caption h3 {
		font-size: 24px;
	}

	/*
}
@media (max-width: 920px) {
*/

}

@media (max-width: 767px) {
	body.home.fixed-header #content {
		margin-top: 50px;
	}

	#front4thRow>div:first-child div.csc-header {
		position: relative;
		left: auto;
		width: auto;
		margin: 0 50px;
		padding-left: 0;
	}

	.tx_newsslider ul.slides {
		margin: 0 50px;
	}

	.tx_newsslider ul.slides li div.image-container {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		font-size: 0;
	}

	.tx_newsslider ul.slides li div.image-container>a {
		position: relative;
		display: inline-block;
		width: 100%;
	}

	.tx_newsslider ul.slides li div.image-container>a div.setheight {
		margin-top: 45%;
	}

	.tx_newsslider ul.slides li div.img {
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.tx_newsslider ul.slides li div.flex-caption {
		width: auto;
		float: none;
		margin-top: 0;
		padding-left: 0;
		padding-bottom: 0;
	}

	.tx_newsslider ul.slides li div.flex-caption h3 {
		margin-top: 0;
		border-top: none;
	}

	.flexslider .flex-direction-nav li a {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 600px) {
	.additionalNewsBoxes {
		display: block;
	}

	.additionalNewsBoxes>div {
		display: block;
		width: auto;
		float: none;
		padding: 30px;
	}

	.additionalNewsBoxes>div:first-child {
		padding-bottom: 0;
	}
}