/* - bootstrap-hack - */
.col-lg-15,.col-md-15,.col-sm-15,.col-xs-15{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-15{width:20%;float:left}@media (min-width:768px){.col-sm-15{width:20%;float:left}}@media (min-width:992px){.col-md-15{width:20%;float:left}}@media (min-width:1200px){.col-lg-15{width:20%;float:left}}@media (max-width:399px){.col-xxs-12{width:100%}}@media (min-width:992px){.modal-lg,.modal-xl{width:900px}}@media (min-width:1200px){.modal-xl{width:1110px}}.modal{background:rgba(0,0,0,.75)}
/* END bootstrap-hack */

/* - RESET CSS - */
/* Setzt alle CSS Werte im Browser auf Standard zurück */

* {
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none !important;
}

input::-moz-focus-inner {	
	border: 0;
	padding: 0;
}

select::-moz-focus-inner {	
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	border-radius: 0;
}

input[type=text],
input[type=password],
select,
textarea {
	-webkit-appearance: none;
}
/* - END RESET CSS - */

/* - TEMPLATE CSS - */
/* Aufbau Haupttemplate */

html {
	width: 100%;
	height: 100%;
	background: #cbcacb;
	text-align: center;
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background: #cbcacb;
	color: #fff;
}

body,
table tr td {
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Helvetica Neue LT W01_55 Roman', sans-serif;
}

body strong,
table tr td strong,
body b,
table tr td b {
	font-weight: normal;
	font-family: 'Helvetica Neue LT W01_65 Md', sans-serif;
}

img {
	border: none;
	display: inline-block;
}

.cleaner,
.clean {
	display: block !important;
	clear: both !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
}

.hide,
.hidden {
	display: none !important;
}

#website-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

/* - LISTNAV - */
.listNav,.ln-letters{overflow:hidden}
.listNavHide{display:none}
.listNavShow{display:list-item}
.letterCountShow{display:block}
.ln-letters a{font-size:0.9em;text-align:center;display:block;float:left;padding:2px 6px;text-decoration:none !important;width:36px;border:0;background-color:#fff;margin:2px;}
.ln-letters .ln-last{border-right:1px solid silver}
.ln-letters a:hover,.ln-letters .ln-selected{background-color:#eaeaea}
.ln-letters .ln-disabled{color:#fff !important;background-color:#e8e8e8;}
.ln-letter-count{position:absolute;top:0;left:0;width:20px;text-align:center;font-size:0.8em;line-height:1.35;color:#336699}
/* - END LISTNAV - */

/* - jvmap - */
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: 14px;
	padding: 3px;
  pointer-events:none;
}
.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 20px;
	height: 20px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 35px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
/* - END jvmap - */

/* - PRINT CSS - */
header .header #logo img {
	display: block;
}

#mobile-nav,
#header-image-wrapper,
#content .sidebar-menu,
footer .footer-quicklinks,
footer .footer-bottom-right {
	display: none;
}

footer {
	border-top: 3px solid #ddd;
}

#content aside {
	padding: 30px 0;
}

#content .content-inner {
	padding-left: 0;
	padding-right: 0;
}

#content .c-box .c-box-head {
	padding: 0;
}

#content .c-box .c-box-content {
	padding: 0;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
/* - END PRINT CSS - */

/* - HEADER - */

header {
	display: block;
	background: #fff;
	text-align: center;
}

header .header {
	display: block;
	margin: 0 auto;
	text-align: left;
}


/* - HEADER -> LOGO - */

header .header #logo {
	display: block;
	width: 257px;
	background: url('../images/iadi-logo.png') left no-repeat;
}

header .header #logo img {
	display: none;
}

@media only screen and (max-width: 991px) {
	header .header #logo {
		position: relative;
		height: 99px;
		margin: 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	header .header #logo {
		height: 75px;
		margin: 15px 0;
		background-size: auto 75px;
	}
}

@media only screen and (min-width: 992px) {
	header .header #logo {
		height: 100%;
		position: absolute;
		top: 0;
		left: 15px;
		bottom: 0;
	}
}


/* - HEADER -> MOBILE TRIGGER - */

header .header .mobile-trigger-icons {
	display: none;
}

@media only screen and (max-width: 991px) {
	header .header .mobile-trigger-icons {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	header .header .mobile-trigger-icons a,
	header .header .mobile-trigger-icons a:hover {
		cursor: pointer;
		color: #343434;
		line-height: 129px;
		font-size: 24px;
		display: inline-block;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	header .header .mobile-trigger-icons {
		right: 5px;
	}
	header .header .mobile-trigger-icons a,
	header .header .mobile-trigger-icons a:hover {
		font-size: 18px;
		line-height: 108px;
		padding: 0 10px;
	}
}


/* - HEADER -> META (DESKTOP ONLY) - */

header .header .header-meta {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 60px;
	font-size: 13px;
}

header .header .header-meta li {
	position: relative;
}

header .header .header-meta li a {
	line-height: 26px;
	display: block;
	border-top: 1px solid #969696;
	padding-top: 0;
	text-decoration: none;
	color: #343434;
}


/* - HEADER -> META SEARCH (DESKTOP ONLY) - */

header .header .header-meta .header-search-link,
header .header .header-meta .header-search-link:hover {
	text-align: right;
	cursor: pointer;
}

header .header .header-meta .header-search-link i.fa {
	width: 28px;
	font-size: 15px;
	text-align: center;
	color: #343434;
}

header .header .header-search {
	position: relative;
	display: none;
}

@media only screen and (min-width: 992px) {
	header .header .header-search {
		position: absolute;
		top: 5px;
		right: 15px;
		z-index: 999;
	}
}

@media only screen and (max-width: 991px) {
	header .header .header-search {
		margin: 0 0 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	header .header .header-search {
		margin: 0 -15px;
	}
}

header .header .header-search input {
	height: 28px;
	border: 1px solid #969696;
	color: #343434;
	font-size: 11px;
	padding: 0 28px 0 5px;
	z-index: 998;
}

@media only screen and (min-width: 992px) {
	header .header .header-search input {
		width: 99px;
	}
}

@media only screen and (min-width: 1200px) {
	header .header .header-search input {
		width: 126px;
	}
}

@media only screen and (max-width: 767px) {
	header .header .header-search input {
		width: 100%;
		height: 40px;
		border: none;
		border-top: 1px solid #969696;
		color: #343434;
		font-size: 13px;
		padding: 0 15px;
		z-index: 998;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	header .header .header-search input {
		width: 100%;
		height: 40px;
		color: #343434;
		font-size: 13px;
		padding: 0 15px;
		z-index: 998;
	}
}

header .header .header-search button {
	width: 28px;
	height: 26px;
	display: block;
	border: none;
	background: transparent;
	z-index: 999;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #343434;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	header .header .header-search button {
		width: 40px;
		height: 38px;
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	header .header .header-search button {
		width: 40px;
		height: 38px;
		font-size: 18px;
	}
}


/* - HEADER -> MENU (DESKTOP ONLY) - */

header .header .header-menu {
	list-style: none;
	margin-top: 0;
	margin-bottom: 30px;
}

header .header .header-menu li {
	background: transparent;
	position: relative;
	padding: 2px 15px;
}

header .header .header-menu li > a.lvl-1 {
	display: block;
	border-bottom: 2px solid #fff;
	color: #343434;
	text-decoration: none;
}

@media only screen and (min-width: 992px) {
	header .header .header-menu li > a.lvl-1 {
		height: 59px;
	}
}

@media only screen and (min-width: 1200px) {
	header .header .header-menu li > a.lvl-1 {
		height: 41px;
	}
}

header .header .header-menu li:hover > a.lvl-1 {
	border-bottom: 2px solid #3b61a8;
}

header .header .header-menu li .hm-dropdown {
	background: transparent;
	width: 190%;
	position: absolute;
	left: 0;
	z-index: 999;
	display: none;
}

header .header .header-menu li .hm-dropdown ul li .hm-dropdown{
	left: 100%;
    width: fit-content;
    min-width: 12em;
    top: 0;
}

@media only screen and (min-width: 992px) {
	header .header .header-menu li .hm-dropdown {
		top: 57px;
	}
}

@media only screen and (min-width: 1200px) {
	header .header .header-menu li .hm-dropdown {
		top: 41px;
	}
}

header .header .header-menu li:hover > .hm-dropdown {
	display: block;
}

header .header .header-menu li:last-child .hm-dropdown {
	left: auto;
	right: 0;
}

header .header .header-menu li .hm-dropdown ul {
	border-top: 2px solid #3b61a8;
	list-style: none;
	padding: 0;
	background: transparent;
}

header .header .header-menu li .hm-dropdown ul li {
	background: rgba(59, 97, 168, .75);
}

header .header .header-menu li .hm-dropdown ul li:last-child {
	padding-bottom: 5px;
}

header .header .header-menu li .hm-dropdown ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	background: transparent;
}

header .header .header-menu li .hm-dropdown ul li > a.current,
header .header .header-menu li .hm-dropdown ul li > a.current:hover,
header .header .header-menu li .hm-dropdown ul li:hover > a {
	text-decoration: underline;
}


/* - HEADER -> HEADER IMAGE - */

#header-image-wrapper {
	display: block;
	position: relative;
	background: #fff;
}

#header-image {
	display: block;
	min-height: 50px;
	background: #333;
	text-align: center;
	height: 100px;
}

@media only screen and (min-width: 768px) {
	.iadi-home #header-image {
		height: 150px;
	}
	.iadi-sub #header-image {
		height: 150px;
	}
}

@media only screen and (min-width: 992px) {
	.iadi-home #header-image {
		height: 200px;
	}
	.iadi-sub #header-image {
		height: 150px;
	}
}

@media only screen and (min-width: 1200px) {
	.iadi-home #header-image {
		height: 300px;
	}
	.iadi-sub #header-image {
		height: 150px;
	}
}

#header-image img.header-image {
	display: none;
}

#header-image-box {
	display: block;
}

@media only screen and (min-width: 992px) {
	#header-image-box {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
}

#header-image-box .header-image-box-outer {
	text-align: left;
}

@media only screen and (min-width: 992px) {
	#header-image-box .header-image-box-outer {
		position: absolute;
		top: 0;
		bottom: 0;
	}
}

#header-image-box .header-image-box-inner {
	position: relative;
	background: #507abb;
	margin-top: 30px;
}

@media only screen and (min-width: 992px) {
	#header-image-box .header-image-box-inner {
		margin-top: 0;
		background: rgba(48, 87, 147, .9);
	}
}

@media only screen and (min-width: 992px) {
	#header-image-box .header-image-box-inner {
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.iadi-home #header-image-box .header-image-box-inner {
		width: 293px;
	}
	.iadi-sub #header-image-box .header-image-box-inner {
		width: 213px;
	}
}

@media only screen and (min-width: 1200px) {
	.iadi-home #header-image-box .header-image-box-inner {
		width: 360px;
	}
	.iadi-sub #header-image-box .header-image-box-inner {
		width: 263px;
	}
}

#header-image-box .header-image-box-inner h1 {
	margin: 0;
	padding: 15px;
	font-family: 'Helvetica Neue LT W01_55 Roman';
	text-align: left;
}

@media only screen and (max-width: 991px) {
	#header-image-box .header-image-box-inner h1 {
		font-size: 24px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 767px) {
	#header-image-box .header-image-box-inner h1 {
		font-size: 20px;
		line-height: 22px;
	}
}

@media only screen and (min-width: 992px) {
	#header-image-box .header-image-box-inner h1 {
		font-size: 24px;
		line-height: 26px;
		position: absolute;
		bottom: 30px;
		left: 30px;
		padding: 0;
	}
}

@media only screen and (min-width: 992px) {
	#header-image-box .header-image-box-inner h1 {
		font-size: 24px;
		line-height: 26px;
	}
}

@media only screen and (min-width: 1200px) {
	#header-image-box .header-image-box-inner h1 {
		font-size: 30px;
		line-height: 32px;
	}
}


/* - MOBILE NAV - */

#mobile-nav {
	display: none;
}

@media only screen and (min-width: 992px) {
	#mobile-nav {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
	}
}

#mobile-nav hr {
	margin: 0;
	border: none;
	border-top: 2px solid #3b61a8;
}

@media only screen and (max-width: 767px) {
	#mobile-nav hr {
		margin: 0 -15px;
	}
}

#mobile-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width: 767px) {
	#mobile-nav ul {
		margin: 0 -15px;
	}
}

#mobile-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
	#mobile-nav ul li {
		padding: 0 15px;
	}
}

#mobile-nav ul li:last-child {
	border-bottom: none;
}

#mobile-nav ul li a,
#mobile-nav ul li a:hover {
	color: #343434;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	cursor: pointer;
}

#mobile-nav ul li a.current,
#mobile-nav ul li a.current:hover {
	font-family: 'Helvetica Neue LT W01_65 Md', sans-serif;
}

#mobile-nav ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
	#mobile-nav ul li ul {
		margin: 0 -15px;
	}
}

#mobile-nav ul li ul li {
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	#mobile-nav ul li ul li {
		padding: 0 30px;
	}
}

#mobile-nav ul li ul li a,
#mobile-nav ul li ul li a:hover {
	padding: 5px 0;
}

/* - CONTENT CSS - */

#content-wrapper {
	display: block;
	background: #fff;
	text-align: center;
	
}

#content {
	display: block;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	min-height: 600px;
}

@media only screen and (min-width: 992px) {
	.iadi-home #content {
		background: #fff url('../images/home-content-background-md.png') repeat-y;
	}
	.iadi-sub #content {
		background: #fff url('../images/sub-content-background-md.png') repeat-y;
	}
}

@media only screen and (min-width: 1200px) {
	.iadi-home #content {
		background: #fff url('../images/home-content-background-lg.png') repeat-y;
	}
	.iadi-sub #content {
		background: #fff url('../images/sub-content-background-lg.png') repeat-y;
	}
}

#content aside {
	background: #507abb;
	padding: 30px;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	#content aside {
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
		margin: 0 0 30px 0;
	}
}

#content aside .sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: foo;
	display: table;
	border-collapse: separate;
	border-spacing: 8px;
	margin-left: -15px;
	margin-right: -15px;
}

#content aside .sidebar-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table-row;
}

#content aside .sidebar-menu li::before {
    content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
    display: table-cell;
    text-align: right;
    padding-right: .3em;
}

#content aside .sidebar-menu li.title {
	text-decoration: underline;
	padding: 0 0 5px 0;
}

#content aside .sidebar-menu li a {
	color: #fff;
	text-decoration: none;
}

#content aside .sidebar-menu li a:hover {
	color: #fff;
	text-decoration: underline;
}

#content .content-beginn {
	display: block;
	color: #343434;
}

@media only screen and (min-width: 992px) {
	#content .content-beginn {
		margin-top: -26px;
	}
}

#content .content-inner {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
	#content .content-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#content .content-inner ul,
#content .content-inner p {
	margin: 0 0 15px 0;
}
#content .content-inner ul {
	margin-top: 15px;
}
#content .content-inner ul {
	margin-left: 20px;
}

#content .content-inner ol,
#content .content-inner p {
	margin: 0 0 15px 0;
}
#content .content-inner ol {
	margin-left: 20px;
}


#content .content-inner h1 {
	font-weight: normal;
	font-family: 'Helvetica Neue LT W01_55 Roman', sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #3b61a8;
	padding: 0;
	margin: 0 0 15px 0;
}

#content .content-inner h2 {
	font-weight: normal;
	font-family: 'Helvetica Neue LT W01_65 Md', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #343434;
	padding: 0;
	margin: 0 0 15px 0;
}

#content .content-inner h3 {
	font-weight: normal;
	font-family: 'Helvetica Neue LT W01_65 Md', sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #343434;
	padding: 0;
	margin: 0 0 15px 0;
}

@media only screen and (min-width: 992px) {
	#content .content-inner h1.top-headline {
		padding: 0 15px;
		margin: -26px -15px 30px -15px;
		font-size: 15px;
		line-height: 24px;
		font-family: 'Helvetica Neue LT W01_65 Md', sans-serif;
		min-height: 26px;
		background: rgba(59, 97, 168, .75);
		color: #fff;
	}
}

#content .c-box {
	display: block;
	/*background: transparent;*/
	background: #507abb;
	color: #fff;
	/*font-size: 13px;
	line-height: 15px;*/
	margin-bottom: 30px;
}

#content .c-box.oneinarow {
	margin-bottom: 50px;
}

#content .c-box .c-box-head {
	display: block;
	min-height: 26px;
	background: #305793;
	background: rgba(48, 87, 147, .9);
	padding: 0 15px;
}

@media only screen and (max-width: 991px) {
	#content .c-box .c-box-head {
		background: #305793;
	}
}

#content .c-box .c-box-head h2 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Helvetica Neue LT W01_65 Md', sans-serif;
}

#content .c-box .c-box-content {
	display: block;
	background: #507abb;
	padding: 10px 15px 1px 15px;
}

#content .c-box .c-box-content ul,
#content .c-box .c-box-content p {
	margin: 0 0 15px 0;
}
#content .c-box .c-box-content ul {
	padding-left: 15px;
}

#content .c-box .c-box-content a,
#content .c-box .c-box-content a:hover {
	color: #fff;
}

#content .c-box .c-box-content hr {
	margin: 0 -30px 15px -30px;
	border: none;
	border-top: 1px dotted rgba(255, 255, 255, .5);
}

/* CONTENT TEXT STYLES - */

#content a {
	color: #3b61a8;
	text-decoration: underline;
}

#content a:hover {
	color: #3b61a8;
	text-decoration: none;
}

/* EDITOR TEXT STYLES - */
.image-left {
	padding: 0 20px 0 0;
}
.image-right {
	padding: 0 0 0 20px;
}

/* - FOOTER CSS - */

footer {
	display: block;
	background: #cbcacb;
	text-align: center;
	color: #343434;
}

footer .footer {
	display: block;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0;
}

footer .footer ul.footer-address {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer ul.footer-address li {
	position: relative;
}

@media only screen and (min-width: 992px) {
	footer .footer ul.footer-address li p {
		margin-left: 25px;
	}
}

footer .footer .footer-address-icons {
	position: relative;
}

@media only screen and (max-width: 991px) {
	footer .footer .footer-address-icons {
		padding: 0 0 27px 0;
	}
	footer .footer .footer-address-icons a {
		font-size: 20px;
		margin: 0 auto;
	}
	footer .footer .footer-address-icons a i.fa.fa-print {
		display: none;
	}
}

footer .footer .footer-address-icons a,
footer .footer .footer-address-icons a:hover {
	color: #343434;
	text-decoration: none;
}

@media only screen and (min-width: 992px) {
	footer .footer .footer-address-icons a i.fa.fa-print {
		position: absolute;
		top: 2px;
		left: 0;
		z-index: 999;
	}
	footer .footer .footer-address-icons a i.fa.fa-envelope-o {
		position: absolute;
		top: 30px;
		left: 0;
		z-index: 999;
	}
}

footer .footer .footer-quicklinks {
	list-style: none;
}

@media only screen and (max-width: 991px) {
	footer .footer .footer-quicklinks {}
}

footer .footer .footer-quicklinks li a {
	font-size: 13px;
	line-height: 16px;
	display: block;
	color: #343434;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 2px dashed transparent;
}

footer .footer .footer-quicklinks li a:hover {
	border-bottom: 2px solid #3b61a8;
}

@media only screen and (max-width: 991px) {
	footer .footer .footer-quicklinks li a,
	footer .footer .footer-quicklinks li a:hover {
		font-size: 13px;
		line-height: 16px;
		display: block;
		color: #343434;
		padding: 10px 0;
		text-decoration: none;
		border-bottom: 1px solid #969696;
	}
	footer .footer .footer-quicklinks li:last-child a,
	footer .footer .footer-quicklinks li:last-child a:hover {
		border-bottom: none;
	}
}

footer .footer .footer-bottom {
	font-size: 13px;
	line-height: 16px;
}

footer .footer .footer-bottom hr {
	border-color: #969696;
	margin: 0 0 10px 0;
	padding: 0;
}

@media only screen and (max-width: 991px) {
	footer .footer .footer-bottom hr {
		display: none;
	}
}

footer .footer .footer-bottom ul {
	list-style: none;
}

footer .footer .footer-bottom ul li a {
	display: block;
	color: #343434;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	footer .footer .footer-bottom ul li a,
	footer .footer .footer-bottom ul li a:hover {
		display: block;
		color: #343434;
		padding: 10px 0;
		text-decoration: none;
		border-bottom: 1px solid #969696;
	}
	footer .footer .footer-bottom ul li:last-child a,
	footer .footer .footer-bottom ul li:last-child a:hover {
		border-bottom: none;
	}
}

.footer-copyright {
	position: relative;
}

@media only screen and (max-width: 991px) {
	footer .footer {
		padding-bottom: 50px;
	}
	.footer-copyright {
		position: absolute;
		top: 90px;
		left: 15px;
	}
}

/* ARC */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute !important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71);transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1);transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease, visibility 0s ease .25s;transition:opacity .25s ease, visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s, visibility 0s ease 0s;transition:opacity .25s ease 0s, visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;-webkit-overflow-scrolling:touch;padding:0;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,0.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,0,0,0.85)), color-stop(50%, rgba(0,0,0,0.3)), color-stop(65%, rgba(0,0,0,0.15)), color-stop(75.5%, rgba(0,0,0,0.075)), color-stop(82.85%, rgba(0,0,0,0.037)), color-stop(88%, rgba(0,0,0,0.019)), to(transparent));background:linear-gradient(0deg, rgba(0,0,0,0.85) 0, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.075) 75.5%, rgba(0,0,0,0.037) 82.85%, rgba(0,0,0,0.019) 88%, transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding: 0px){.fancybox-caption{padding:75px 44px 44px 44px}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0, 0, 0.25, 1);transition-timing-function:cubic-bezier(0, 0, 0.25, 1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5, 1.5, 1.5);transform:scale3d(1.5, 1.5, 1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0.5, 0.5, 0.5);transform:scale3d(0.5, 0.5, 0.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0);transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0, 0, 0) translate3d(100%, 0, 0);transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg);transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height: 576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding: 0px){.fancybox-caption{padding-left:12px;padding-right:12px}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,0.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width: 576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.arc-resources{display:block;position:relative;background:#fff;color:#000;padding-top:30px;padding-bottom:30px}.masonry-grid{display:block;position:relative}.masonry-grid .masonry-grid-item{display:block;position:relative;margin-bottom:15px}.masonry-grid .masonry-grid-item .item-inner{background:#f1f3f4}.item-inner{display:block;position:relative}.item-inner .item-link{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;cursor:pointer}.item-inner .item-badge{display:block;position:absolute;top:20px;right:0;z-index:9;background:#2c3290;color:#fff;font-size:11px;line-height:1em;padding:7px 10px}.item-inner .item-file{display:-ms-grid;display:grid;place-items:center;position:relative;background:#2c3290;color:#fff;height:100px;font-size:40px}.item-inner .item-image,.item-inner .item-slider{display:block;position:relative}.item-inner .item-image .swiper-thumbs,.item-inner .item-slider .swiper-thumbs{width:100%;padding:0;background:#f1f3f4;overflow:hidden;padding-top:10px;padding-bottom:10px}.item-inner .item-image .swiper-thumbs .swiper-slide,.item-inner .item-slider .swiper-thumbs .swiper-slide{display:block;position:relative;width:70px;height:70px;text-align:center;overflow:hidden;opacity:.25;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}@media (max-width: 767.98px){.item-inner .item-image .swiper-thumbs .swiper-slide,.item-inner .item-slider .swiper-thumbs .swiper-slide{width:40px;height:40px}}.item-inner .item-image .swiper-thumbs .swiper-slide-active,.item-inner .item-slider .swiper-thumbs .swiper-slide-active{opacity:1}.item-inner .item-image .swiper-thumbs .swiper-slide img,.item-inner .item-slider .swiper-thumbs .swiper-slide img{width:auto;height:100%}.item-inner .item-image .swiper-button-prev,.item-inner .item-image .swiper-button-next,.item-inner .item-slider .swiper-button-prev,.item-inner .item-slider .swiper-button-next{background-size:20px auto;-webkit-filter:brightness(500) sepia(10) saturate(0);filter:brightness(500) sepia(10) saturate(0)}@media (max-width: 991.98px){.item-inner .item-image .swiper-button-prev,.item-inner .item-image .swiper-button-next,.item-inner .item-slider .swiper-button-prev,.item-inner .item-slider .swiper-button-next{background-size:20px auto}}.item-inner .item-image .swiper-button-prev,.item-inner .item-slider .swiper-button-prev{left:15px}.item-inner .item-image .swiper-button-next,.item-inner .item-slider .swiper-button-next{right:15px}.item-inner .item-image img,.item-inner .item-slider img{display:block;position:relative;display:block;width:100%;border:none}.item-inner .item-content{display:block;position:relative;padding:15px 20px 15px 20px}.item-inner .item-content h3{margin-top:0;font-family:'Helvetica Neue LT W01_71488914';padding-right:30px}.item-inner .item-content h5{color:#aaa}.resources-modal{width:800px;position:relative;color:#000}@media (max-width: 991.98px){.resources-modal{width:690px}}@media (max-width: 767.98px){.resources-modal{width:calc(100% - 50px)}}.resources-modal .modal-close{display:block;position:absolute;border:none;background:#2c3290;color:#fff;width:40px;height:40px;border-radius:100%;color:#fff;top:0;right:0;z-index:1;font-size:30px;line-height:1em;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}.resources-modal .modal-close::after{content:"\00d7";display:block;position:absolute;top:50%;left:50%;z-index:1;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-top:-4px}.resources-modal .item-inner .item-content{padding:30px}.podcast-demo-player{display:-ms-grid;display:grid;place-items:center;color:#999}.arc-banner-desktop{display:block;position:relative}@media (max-width: 991.98px){.arc-banner-desktop{display:none !important}}.arc-banner-mobile{display:block;position:relative}@media (min-width: 992px){.arc-banner-mobile{display:none !important}}.arc-mainpage{display:block;position:relative;background:#fff;color:#000;padding-top:30px;padding-bottom:30px}.arc-mainpage .banner-demo{display:block;position:relative;background:#e5e5e5;display:-ms-grid;display:grid;place-items:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.arc-mainpage .banner-demo span{opacity:.2}h4.headline-full{display:block;position:relative;font-family:'Helvetica Neue LT W01_71488914';line-height:1em;padding:0 0 15px 0;margin:0 0 15px 0;width:100%;border-bottom:1px solid #969696}a.blue-button-link,a.blue-button-link:hover,a.blue-button-link:focus,a.blue-button-link:active{display:-ms-grid;display:grid;place-items:center;position:relative;background-color:#507abb;color:#fff !important;font-family:'Helvetica Neue LT W01_71488914';text-decoration:none !important;padding:30px 15px;text-align:center;margin-bottom:15px;min-height:96px}.arc-main-news{display:block;position:relative;background:#e5e5e5;padding:15px;margin-bottom:15px}.arc-main-news a.news-link,.arc-main-news a.news-link:hover,.arc-main-news a.news-link:focus,.arc-main-news a.news-link:active{display:block;position:relative;color:inherit !important;text-decoration:none !important;margin-bottom:15px}.arc-main-news a.news-link:hover,.arc-main-news a.news-link:hover:hover,.arc-main-news a.news-link:focus:hover,.arc-main-news a.news-link:active:hover{text-decoration:underline !important}.arc-main-news a.news-link strong,.arc-main-news a.news-link:hover strong,.arc-main-news a.news-link:focus strong,.arc-main-news a.news-link:active strong{display:block;position:relative;font-family:'Helvetica Neue LT W01_71488914'}.arc-main-news a.news-link span,.arc-main-news a.news-link:hover span,.arc-main-news a.news-link:focus span,.arc-main-news a.news-link:active span{display:block;position:relative}.arc-main-news a.news-more,.arc-main-news a.news-more:hover,.arc-main-news a.news-more:focus,.arc-main-news a.news-more:active{display:block;position:relative;color:inherit !important;text-decoration:underline !important;font-family:'Helvetica Neue LT W01_71488914'}.arc-main-news a.news-more:hover,.arc-main-news a.news-more:hover:hover,.arc-main-news a.news-more:focus:hover,.arc-main-news a.news-more:active:hover{text-decoration:none !important}.map-container{display:block;position:relative;margin-bottom:15px;padding-left:30px;padding-right:30px}.map-container a.map-more,.map-container a.map-more:hover,.map-container a.map-more:focus,.map-container a.map-more:active{position:absolute;bottom:5px;left:30px;z-index:10;color:inherit !important;text-decoration:underline !important;font-family:'Helvetica Neue LT W01_71488914'}.map-container a.map-more:hover,.map-container a.map-more:hover:hover,.map-container a.map-more:focus:hover,.map-container a.map-more:active:hover{text-decoration:none !important}#map{display:block;position:relative}#map_access,.tt_sm .tt_name_sm,.tt_sm a.btn_simplemaps,#map_inner a[href="https://simplemaps.com"]{display:none !important;visibility:hidden !important;opacity:0 !important;font-size:0 !important}.tt_sm{display:block;position:relative;background:#fff !important;border-radius:0 !important;border:2px solid #000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;opacity:1 !important;font-size:15px !important;line-height:18px !important}.tt_sm a{display:inline-block !important}.tt_sm strong{font-family:'Helvetica Neue LT W01_71488914'}.tt_sm .tt_custom_sm{margin-top:-20px}.tt_sm .popup-content{display:block;position:relative}.tt_sm .popup-content a,.tt_sm .popup-content a:hover,.tt_sm .popup-content a:focus,.tt_sm .popup-content a:active{color:inherit !important;text-decoration:none !important}.tt_sm .popup-content .popup-title{display:block;position:relative;margin-bottom:10px !important}.tt_sm .popup-content .popup-image{display:inline-block;position:relative;margin-top:0 !important;margin-right:10px !important}.tt_sm .popup-content .popup-description{display:block;position:relative;font-size:12px !important;line-height:16px !important;margin-bottom:0 !important}.tt_sm .popup-content strong{font-family:'Helvetica Neue LT W01_71488914'}header .header #logo img.arc-logo{width:200px}@media (max-width: 991.98px){header .header #logo img.arc-logo{width:150px}}@media (max-width: 767.98px){header .header #logo img.arc-logo{width:120px}}.footer-iadi-logo{display:block;margin-bottom:30px}.footer-iadi-logo img{height:50px}.footer-address>li a,.footer-address>li a:hover,.footer-address>li a:focus,.footer-address>li a:active{color:inherit;text-decoration:none}.row.row-0px{margin-left:0;margin-right:0}.row.row-0px>div{padding-left:0;padding-right:0}.row.row-10px{margin-left:-5px;margin-right:-5px}.row.row-10px>div{padding-left:5px;padding-right:5px}.row.row-15px{margin-left:-7.5px;margin-right:-7.5px}.row.row-15px>div{padding-left:7.5px;padding-right:7.5px}.row.row-20px{margin-left:-10px;margin-right:-10px}.row.row-20px>div{padding-left:10px;padding-right:10px}.row.row-50px{margin-left:-25px;margin-right:-25px}.row.row-50px>div{padding-left:25px;padding-right:25px}.row.row-60px{margin-left:-30px;margin-right:-30px}.row.row-60px>div{padding-left:30px;padding-right:30px}.row.row-100px{margin-left:-50px;margin-right:-50px}.row.row-100px>div{padding-left:50px;padding-right:50px}
/* END ARC */
