#element1 { width: auto; }
#element1 > div.iw_component {
	width: auto;
	height: auto;
	min-height: auto;
	margin: 0;
	display: block;
	float: none;
}

[data-fti-component="rich-text"] { margin: 0 !important; }
[data-fti-component="rich-text"] > div.col-sm-12 { padding: 0 !important; }

/********************** header **************************/
.header {
	background: #fff;
	width: 100%;
	height: 81px;
	z-index: 99999;
	position: fixed;
}

.header .header-top-bar {
	background: #005598;
	height: auto;
}

.header .header-top-bar img {
	display: block;
	height: 35px;
	margin: 0 auto;
	padding-top: 10px;
	width: auto;
}

@media (min-width:992px) {
	.header .header-top-bar img { display: none; }
	
	.header { height: 161px; }
}

.header .header-top-bar .header-lang-change {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

.header .header-logo { height: 112px; }
.header .header-logo img {
	height: auto;
	padding-top: 30px;
	width: 400px;
}

@media (max-width:768px) {
	.header .header-top-bar { height: 94px; }
	.header .header-lang-change {
		float: none;
		margin-top: 10px;
		text-align: center;
	}
}

.header .header-top-bar .header-lang-change a {
	background: none;
	color: #fff;
	font-family: Trade Gothic LT Std Regular, sans-serif;
	text-transform: none
}
.header .header-top-bar .header-lang-change a:after {
	background: url('../images/arrow-s.png') 100% no-repeat
	content: " ";
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-left: 5px;
	transform: rotate(-90deg);
}

/********************** content *************************/
.fold-first { padding-top: 190px !important; }
.fold-topic-papers { padding-top: 30px !important; }

.btn--watch, .btn--watch:focus, .btn--watch:active, .btn--watch:visited { width: auto; }

.c-accordion--main { padding-bottom: 0; }

.c-accordion-internal > .panel-group > .panel > .panel-heading > .panel-title a {
	font-size: 28px;
	color: #fff;
}
.c-accordion-internal > .panel-group > .panel > .panel-heading > .panel-title a > .i-arrow-s {
	background: url(../images/arrow-s.png) no-repeat 50%;
	transform: rotate(180deg);
	height: 12px;
}
.c-accordion-internal > .panel-group > .panel > .panel-heading > .panel-title a.collapsed > .i-arrow-s {
	transform: rotate(-90deg);
}
.c-accordion-internal > .panel-group > .panel > .panel-collapse > .panel-body > .c-accordion {
	margin: 0;
	padding: 0;
}

.fancybox-container { z-index: 99999; }
.fancybox-content { width: 50%; }

.mb-2 { margin-bottom: 15px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.m-2 { margin: 15px !important; }

.pt-2 { padding-top: 15px; }
.pr-2 { padding-right: 15px; }
.pb-2 { padding-bottom: 15px; }

.py-2 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.topic-papers .panel-body {
	background-color: #fff;
	margin-top: 20px;
	padding: 15px;
}
.topic-papers .panel-body p { color: #000; }
.topic-papers .media-left img { max-width: none; }

.topic-papers a { color: #fff; }

.frk-blue-bg { background-color: #005598 !important; }
.font-color-white { color: #fff !important; }

/**************** email form *********************/
#email-form {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 178px;
	z-index: 1000;
	margin: 0;
	opacity: 1;
}
.email-form-wrapper { position: relative; }
.email-form-close {
	position: absolute;
	display: block;
	right: 5px;
	top: -10px;
	font-size: 2em;
	color: #fff;
}
.email-form-close:hover { color: #fff; }

#email-form-disclaimer {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
#email-form-disclaimer a {
	text-decoration: underline;
	color: #fff;
}

iframe.et-iframe-form { height: 75px; }

@media screen and (max-width: 1200px) {
	iframe.et-iframe-form { height: 85px; }
}
@media screen and (max-width: 630px) {
	iframe.et-iframe-form { height: 120px; }
}
@media screen and (max-width: 430px) {
	iframe.et-iframe-form { height: 210px; }
}

/************************ footer ****************************/
[data-fti-component=footer] {
	background: #005598;
	padding-top: 20px;
	padding-bottom: 10px;
}

.footer .copyright-links-social {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 2px solid #fff;
}

.copyright-links-social a {
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
}

.copyright-links-social .copyright, .copyright-links-social .copyright p { font-size: 12px; }