@font-face{
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/work_sans/work_sans.eot');
	src: url('../fonts/work_sans/work_sans.eot?#iefix') format('embedded-opentype'), url('../fonts/work_sans/work_sans.woff2') format('woff2'), url('../fonts/work_sans/work_sans.woff') format('woff'), url('../fonts/work_sans/work_sans.ttf') format('truetype'), url('../fonts/work_sans/work_sans.svg#WorkSans') format('svg');
}

@font-face{
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/work_sans/work_sans_700.eot');
	src: url('../fonts/work_sans/work_sans_700.eot?#iefix') format('embedded-opentype'), url('../fonts/work_sans/work_sans_700.woff2') format('woff2'), url('../fonts/work_sans/work_sans_700.woff') format('woff'), url('../fonts/work_sans/work_sans_700.ttf') format('truetype'), url('../fonts/work_sans/work_sans_700.svg#WorkSans') format('svg');
}

/* --- GENERAL --- */

html, body{
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #404040;
}

body{
	padding: 27px 0px 70px 0px;
}

a{
	color: #1d3c75;
	text-decoration: underline;
}

a:hover{
	color: #8099b6;
}

a[href$=".pdf"]:not(a[href*="path="]){
	padding: 2px 0 2px 30px;
	min-height: 27px;
	position: relative;
}

.item-page a[href$=".pdf"]{
	background-image: url('../img/pdf_icon.png');
	background-repeat: no-repeat;
	background-size: 23px;
	padding: 2px 0 2px 30px;
	min-height: 27px;
}

p{
	margin-bottom: 16px;
}

p:last-child{
	margin-bottom: 0px !important;
}

h1{
	font-size: 32px;
	line-height: 38px;
	color: #404040;
	font-weight: bold;
	margin: 0px 0px 28px 0px;
}

h2{
	font-size: 28px;
	line-height: 34px;
	color: #404040;
	font-weight: bold;
	margin: 48px 0px 18px 0px;
}

h3{
	font-size: 24px;
	line-height: 30px;
	color: #404040;
	font-weight: bold;
	margin: 38px 0px 18px 0px;
}

h4, h5, h6{
	font-size: 20px;
	line-height: 26px;
	color: #404040;
	font-weight: bold;
	margin: 38px 0px 8px 0px;
}

th, td{
	padding: 14px 20px;
}

th{
	background-color: #1d3c75;
	color: #ffffff;
	font-weight: bold;
}

tbody tr{
	border-bottom: 2px solid #ececec;
}

#content ul{
	padding: 0px;
}

#content ul ul{
	padding-left: 20px;
}

#content ul li{
	list-style-type: none;
	position: relative;
	padding-left: 16px;
	margin: 4px 0;
}

#content ul li::before{
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #1d3c75;
	left: 0;
	top: 10px;
}

#content .item-page img{
	margin: 10px;
}

.btn{
	background: #1d3c75;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	padding: 13px 16px;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	-o-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
	border-radius: 0px;
	text-decoration: none;
	border: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn:hover{
	color: #ffffff;
	background: #8099b6;
	text-decoration: none;
}


/* Extra large devices (large desktops) */

#header{
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-bottom: 60px;
}

#header .leftside{
	margin-right: auto;
	padding-top: 8px;
}

#logo{
	display: inline-block;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

/* --- LANGUAGE SWITCHER --- */

#language-switcher{
	text-align: right;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 22px;
}

#language-switcher .mod-languages{
	display: inline-block;
	
}

#language-switcher .mod-languages ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

#language-switcher ul li{
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding-right: 10px;
	position: relative;
}

#language-switcher ul li::after{
	position: absolute;
	right: 0px;
	top: 3px;
	content: '';
	width: 1px;
	height: 14px;
	background: #dbdbdb;
	display: inline-block;
}

#language-switcher ul li:last-child{
	margin-right: 0px;
	padding-right: 0px;
}

#language-switcher ul li:last-child::after{
	display: none;
}

#language-switcher a{
	color: #404040;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#language-switcher a:hover{
	text-decoration: none;
	color: #ababab;
}

#language-switcher .lang-active a{
	font-weight: bold;
}

/* --- NAVBAR --- */

#navbar{
	padding: 0px;
}

/* --- MAINMENU --- */

#mainmenu{
	margin-right: -16px;
}

#mainmenu a{
	text-decoration: none;
}

#mainmenu .lv-0{

}

#mainmenu .lv-0 > li{
	margin: 0px;
	position: relative;
}

#mainmenu .lv-0 > li > a{
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	color: #404040;
	padding: 7px 16px;
	background: #ffffff;
	-webkit-transition: background 0.3s ease, color 0.1s ease;
	-o-transition: background 0.3s ease, color 0.1s ease;
	transition: background 0.3s ease, color 0.1s ease;
}

#mainmenu .lv-0 > li:hover > a{
	background: #1d3c75;
	color: #ffffff;
	text-decoration: none;
}

#mainmenu .lv-0 > li.active > a{
	font-weight: bold;
}

/* Submenu */

#mainmenu .lv-1{
	position: absolute;
	left: 0px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, visibility 0.01s linear 0.3s;
	-o-transition: opacity 0.3s ease, visibility 0.01s linear 0.3s;
	transition: opacity 0.3s ease, visibility 0.01s linear 0.3s;
	background: #1d3c75;
	z-index: 999;
}

#mainmenu .lv-1{
	padding: 5px 0px;
}

#mainmenu .lv-1 > li{
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}

#mainmenu .lv-1 > li > a{
	padding: 5px 14px;
	color: #ffffff;
	white-space: nowrap;
	display: block;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#mainmenu .lv-1 > li:hover > a{
	text-decoration: none;
	color: #8099b6;
}

#mainmenu .lv-1 > li.active > a{
	font-weight: bold;
}

/* Sub Sub Menu */

#mainmenu .lv-2{
	position: absolute;
	left: 100%;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, visibility 0.01s linear 0.3s;
	-o-transition: opacity 0.3s ease, visibility 0.01s linear 0.3s;
	transition: opacity 0.3s ease, visibility 0.01s linear 0.3s;
	background: #8099b6;
	z-index: 999;
	padding: 0px;
}

#mainmenu .lv-2 > li{
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}

#mainmenu .lv-2 > li > a{
	padding: 5px 10px;
	color: #ffffff;
	white-space: nowrap;
	display: block;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#mainmenu .lv-2 > li:hover > a{
	text-decoration: none;
	color: #404040;
}

#mainmenu .lv-2 > li.active > a{
	font-weight: bold;
}

@media (min-width: 991.98px){
	#mainmenu .lv-0 > li.parent:hover > .lv-1,
	#mainmenu .lv-1 > li.parent:hover > .lv-2{
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity 0.3s ease, visibility 0.01s linear;
		-o-transition: opacity 0.3s ease, visibility 0.01s linear;
		transition: opacity 0.3s ease, visibility 0.01s linear;
	}
}

/* --- ITEM PAGE --- */

.home #content{
	display: none;
}

#header-image{
	margin-bottom: 26px;
}

#content .leftside > .inner{
	background: #f6f6f6;
	padding: 53px 45px 52px 49px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

#content .rightside > .inner{
	background: #f6f6f6;
	padding: 40px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	margin-top: -80px;
}

#content .rightside .module .module-headline{
	margin-bottom: 20px;
}

#content .rightside ul.nav a{
	text-decoration: none;
	color: #404040;
}

#content .rightside ul.nav a:hover,
#content .rightside ul.nav li.active a{
	text-decoration: underline;
}

#content .rightside ul.nav{
	display: block;
}

/* --- BLOG --- */

.blog .item-wrap{
	margin-bottom: 50px;
}

.blog .item-wrap:last-child{
	margin-bottom: 0px;
}

.blog .item .date-wrap{
	color: #999999;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog .item .title{
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 6px;
}

.blog .item .readmore{
	margin-top: 6px;
}

.catagory-description{
	margin-bottom: 30px;
}

/* --- SEARCH PAGE --- */

#searchForm{
	margin-bottom: 30px;
}

#searchForm input{
	border: 0px;
	padding: 10px;
}

#searchForm .searchintro{
	margin-top: 10px;
	margin-bottom: 10px;
}

.element-invisible{
	display: none;
}

.badge-info{
	background-color: #8099b6;
}

.search-results .result-category{
	display: none;
}

.search-results .result-title{
	margin-top: 18px;
}

.search-results .highlight{
	background-color: #ececec;
	font-weight: bold;
}

/* --- FOOTER --- */

#footer{
	padding: 35px 55px 40px 55px;
	background: #1d3c75;
	font-size: 16px;
	line-height: 24px;
	
	margin-top: 120px;
}

#footer > .top,
#footer > .bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

#footer .top .leftside{
	display: inline-block;
	width: 100%;
	max-width: 545px;
}

#footer .top .leftside ul{
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .top .leftside ul li{
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	padding-right: 15px;
}

#footer .top .leftside a{
	color: #ffffff;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	text-decoration: none;
}

#footer .top .leftside a:hover{
	text-decoration: none;
	color: #8099b6;
}

#footer .top .rightside{
	margin-left: auto;
}

/* Search */

#footer .top .search{
	margin-bottom: 0px;
}

#footer .top .search .searchinput-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

#footer .top .search .search-query{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #2d4a7f;
	border: 0px;
	padding: 8px 0px 8px 12px;
	color: #ffffff;
	width: 145px;
	font-size: 14px;
	line-height: 20px;
	height: 36px;
}

#footer .top .search .search-query::-webkit-input-placeholder{
	color: #ffffff;
}

#footer .top .search .search-query::-moz-placeholder{
	color: #ffffff;
}

#footer .top .search .search-query:-ms-input-placeholder{
	color: #ffffff;
}

#footer .top .search .search-query::-ms-input-placeholder{
	color: #ffffff;
}

#footer .top .search .search-query::placeholder{
	color: #ffffff;
}

#footer .top .search .btn{
	position: relative;
	color: #ffffff;
	background: #2d4a7f;
	font-size: 16px;
	line-height: 18px;
	padding: 9px 8px;
	border-radius: 0px;
	height: 36px;
	
	content: '\e940';
	font-family: "reDim Icon Pack";
}

#footer .bottom{
	margin-top: 20px;
}

#footer .bottom .imglicense{
	max-width: 768px;
	margin-right: 20px;
}

#footer .bottom .imglicense p{
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}

#footer .bottom a{
	text-decoration: underline;
	color: #fff;
}

#footer .bottom a:hover{
	color: #8099b6;
}

/* Copright */

#copyright{
	margin-left: auto;
	min-width: 120px;
}

#copyright p{
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}

/* --- MODULES --- */

.module .module-headline{
	margin-bottom: 70px;
}

.module .module-headline .headline{
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	color: #404040;
}

/* BG with text */

.home .module.bg-with-text{
	margin-bottom: 112px;
}

.module.bg-with-text{
	padding-top: 75px;
	background-position: top right;
	background-repeat: no-repeat;
}

.module.bg-with-text .inner{
	max-width: 775px;
	background: #f6f6f6;
	padding: 53px 45px 52px 49px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.module.bg-with-text .module-headline{
	margin: 0px 0px 28px 0px;
}

.module.bg-with-text .module-headline .headline{
	font-size: 32px;
	line-height: 38px;
	color: #404040;
	font-weight: bold;
}

.module.bg-with-text p{
	margin-bottom: 30px;
}

.home .module{
	margin-bottom: 50px;
}

/* Newsflash */

.newsflash.masonry{
	width: 100% !important;
}

.newsflash.masonry:after{
	content: '';
	display: block;
	clear: both;
}

.newsflash .item-masonry{
	max-width: 360px;
	width: calc(32% - 30px);
	float: left;
}

.newsflash .item{
	padding-bottom: 60px;
}

.newsflash .item > .inner{
	position: relative;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

.newsflash .item .category{
	position: absolute;
	left: -12px;
	top: -14px;
	padding: 6px 10px;
	background: #1d3c75;
	color: #ffffff;
}

.newsflash .item .image{
	width: 100%;
	height: 145px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.newsflash .item .box{
	padding: 40px 25px 40px 30px;
	background: #f6f6f6;
}

.newsflash .item .date{
	color: #aeaeae;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

.newsflash .item .headline{
	margin-bottom: 15px;
}

.newsflash .item .headline a,
.newsflash .item .headline span{
	color: #404040;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none !important;
}

/* --- rsFiles --- */

.rsfiles-newsflash .item > .inner{
	position: relative;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

.rsfiles-newsflash .item .category{
	position: absolute;
	left: -12px;
	top: -14px;
	padding: 6px 10px;
	background: #1d3c75;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.rsfiles-newsflash .item .box{
	padding: 40px 30px 30px 30px;
	background: #8099b6;
	min-height: 370px;
}

.rsfiles-newsflash .item .date-wrap{
	margin-bottom: 20px;
}

.rsfiles-newsflash .item .date{
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

.rsfiles-newsflash .item .title-wrap{
	margin-bottom: 15px;
}

.rsfiles-newsflash .item .title{
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none !important;
	color: #ffffff;
}

.rsfiles-newsflash .item .tag-wrap{
	margin-bottom: 12px;
}

.rsfiles-newsflash .item .tag{
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}

.rsfiles-newsflash .item .description-wrap{
	font-size: 16px;
	line-height: 22px;
}

.rsfiles-newsflash .item .description-wrap *{
	color: #ffffff;
}

.rsfiles-newsflash .item .box-append{
	padding: 30px 30px 30px 30px;
	background: #f6f6f6;
	min-height: 1px;
}

.rsfiles-newsflash .item .file-wrap{
	position: relative;
	padding-left: 55px;
}

.rsfiles-newsflash .item .file-wrap.filetype-pdf::after{
	font-family: "Flaticon";
	font-size: 40px;
	content: "\f178";
	font-style: normal;
	position: absolute;
	left: 0px;
	top: 15px;
	color: #1d3c75;
}

.rsfiles-newsflash .item .file-wrap a{
	background: none;
	padding: 0px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-all;
}

.rsfiles-newsflash .item .file-wrap a::before{
	display: none;
}

.com-rsfiles-files_navigation.pagination{
	display: block;
}

.com-rsfiles-files_pagination{
	display: flex;
	align-items: center;
}

/* rsFiles Deepsites */

#content .rsfiles-layout .btn{
	padding: 5px 10px;
}

#content .rsfiles-layout ul.inline .btn{
	width: 40px;
}

#content .rsfiles-layout ul li{
	padding-left: 0px;
	margin: 0px;
}

#content .rsfiles-layout ul li::before{
	display: none;
}

#content .table th a{
	color: #ffffff;
}

/* #content .rsfiles-layout .well{
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
} */

.rsfiles-layout .card-body{
	padding: 30px 0;
}

table.rsf_files td,
table.rsf_files th,
table.rsf_files tr{
	border: 0px !important;
}

.rsf_files td:last-child,
.rsf_files th:nth-child(2), .rsf_files td:nth-child(2){
	text-align: right;
}

#content .rsfiles-layout .form-horizontal .controls,
#content .rsfiles-layout .form-horizontal .controls select{
	margin-bottom: 10px;
}

#rsfl_ordering,
#rsfl_ordering_direction{
	max-width: 150px;
	display: inline-block;
}

#content .rsfiles-layout .form-horizontal .well{
	margin-bottom: 25px;
}

#content #adminForm > .clearfix > .pull-left:first-child{
	margin-bottom: 15px;
}

.table-striped tbody tr:nth-of-type(2n+1){
	background-color: rgb(235, 235, 235);
}

#content .rsfiles-layout ul.breadcrumb{
	padding: 6px 12px;
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
}


.rsfiles-layout .rsf_files.table thead a{
	position: relative;
}

.rsfiles-layout .rsf_files.table thead a .icon-arrow-up-3{
	position: absolute;
	
	display: inline-block;
	width: 0px;
	height: 0px;
	right: -16px;
	top: 8px;
	
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #ffffff;
}

.rsfiles-layout .rsf_files.table thead a .icon-arrow-down-3{
	position: absolute;
	
	display: inline-block;
	width: 0px;
	height: 0px;
	right: -16px;
	top: 8px;
	
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #ffffff;
}

.rsfiles-layout .nowrap{
	white-space: nowrap;
}

.rsfiles-layout table.rsf_files .flaticon-pdf-file{
	display: none;
}

/* Contact form */

legend{
	font-size: 1.2rem;
}

#contact-form fieldset.captcha{
	display: none;
}

#contact-form input,
#contact-form textarea{
	border: 0px;
	-webkit-box-sizing: boder-box;
	box-sizing: boder-box;
	padding: 6px 10px;
	width: 100%;
	max-width: 600px;
}

#contact-form input[type="checkbox"]{
	width: auto;
}

#contact-form textarea{
	height: 100px;
}

#contact-form label{
	margin-top: 14px;
	margin-bottom: 4px;
}

#contact-form button{
	margin-top: 20px;
}

#contact-form .red,
#contact-form .star{
	color: #ff7f50;
	font-weight: bold;
}

#contact-form label.checkbox{
	padding-left: 20px;
	position: relative;
	cursor: pointer;
}

#contact-form label.checkbox input{
	position: absolute;
	left: 0px;
	top: 4px;
}

/* --- Contact --- */

#contact .name-wrap{
	margin-bottom: 40px;
}

#contact .name-wrap h1{
	margin: 0px;
	display: inline-block;
}

#contact .name-wrap .position{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #a2a2a2;
}

#contact .address-wrap,
#contact .phone-wrap,
#contact .email-wrap,
#contact .mobile-wrap,
#contact .fax-wrap{
	position: relative;
	padding-left: 25px;
}

#contact .address-wrap{
	margin-bottom: 15px;
}

#contact .address-wrap::before,
#contact .phone-wrap::before,
#contact .email-wrap::before,
#contact .mobile-wrap::before,
#contact .fax-wrap::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 2px;
	font-family: 'reDim Icon Pack';
}

#contact .address-wrap::before{
	content: "\e90a";
}

#contact .phone-wrap::before{
	content: "\e935";
}

#contact .mobile-wrap::before{
	content: "\e932";
	left: 3px;
}

#contact .email-wrap::before{
	content: "\e91d";
}

#contact .fax-wrap::before{
	content: "\e926";
}

#contact .stats-wrap{
	margin-bottom: 40px;
}

#contact .rightside{
	text-align: right;
}

#contact .rightside img{
	max-width: 200px;
	display: inline-block;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

/* Breadcrumbs */

.breadcrumbs{
	padding-top: 17px;
	margin-bottom: 27px;
	font-size: 14px;
	line-height: 20px;
}

.breadcrumbs ul{
	padding: 0px;
	background: 0px;
}

.breadcrumbs ul > li{
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.breadcrumbs ul > li::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 3px;
	width: 1px;
	height: 14px;
	background: #c9c9c9;
}

.breadcrumbs ul > li:last-child{
	margin-right: 0px;
	padding-right: 0px;
}

.breadcrumbs ul > li:last-child::after{
	display: none;
}

.breadcrumbs a{
	color: #1d3c75;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	text-decoration: none;
}

.breadcrumbs a:hover{
	text-decoration: none;
	color: #8099b6;
}

.breadcrumbs .divider{
	display: none;
}

/* --- Slideshow --- */

#slideshow .slick-prev,
#slideshow .slick-next,
#slideshow .slick-prev::before,
#slideshow .slick-next::before{
	font-family: "reDim Icon Pack";
	font-size: 40px;
	line-height: 40px;
}

#slideshow .slick-prev::before,
#slideshow .slick-next::before{
	width: 25px;
	height: 41px;
	color: #1d3c75;
}

#slideshow .slick-prev::before{
	content: "\e916";
}

#slideshow .slick-next::before{
	content: "\e917";
}

#slideshow .slick-slide{
	position: relative;
}

#slideshow .slick-slide > img{
	width: 100%;
}

#slideshow .slick-slide .slide-inner{
	position: absolute;
	left: 65px;
	bottom: 50px;
	max-width: 600px;
}

#slideshow .slick-slide .slide-headline{
	margin-bottom: 12px;
}

#slideshow .slick-slide .slide-headline a,
#slideshow .slick-slide .slide-headline span{
	font-size: 35px;
	line-height: 45px;
	color: #ffffff;
	font-weight: bold;
}

#slideshow .slick-slide .slide-content{
	margin-bottom: 12px;
	padding: 8px;
	background: rgba(0, 0, 0, 0.5);
}

#slideshow .slick-slide .slide-content p{
	color: #ffffff;
}

#slideshow ul.slick-dots{
	bottom: 20px;
	left: 20px;
	display: inline-block;
	width: auto;
	padding: 0px;
}

#slideshow ul.slick-dots li{
	margin: 0px 0px 0px 8px;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0px;
}

#slideshow ul.slick-dots li::before{
	display: none;
}

#slideshow .slick-dots button{
	padding: 0px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

#slideshow .slick-dots button:hover,
#slideshow .slick-dots .slick-active button{
	opacity: 1;
}

#slideshow .slick-dots button::before{
	display: none;
}

/* --- Pagination --- */

div.pagination{
	margin-top: 40px;
}

ul.pagination{
	padding: 0px !important;
}

ul.pagination > li::before{
	display: none !important;
}

ul.pagination > li{
	padding-left: 0px !important;
	margin: 0px !important;
}

.pagination .page-link,
.pagination .page-item.disabled .page-link{
	border: 0px;
	background-color: #f5f5f5;
	padding: 8px 16px;
	color: #3e3e3e !important;
	text-decoration: none;
}

.pagination .page-item:first-child .page-link{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.pagination .page-item:last-child .page-link{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover{
	background-color: #1d3c75 !important;
	color: #ffffff !important;
}

.pagination .page-link:hover{
	background-color: #d9dde3 !important;
}

.rsfiles-download-info{
	word-break: break-word;
	word-wrap: break-word;
}

#content table{
	width: 100% !important;
}


.module.minus-top{
	position: relative;
	top: -70px;
	margin-bottom: 0px !important;
}


.module.minus-top .btn{
	text-transform: uppercase;
}

/* RESPONSIVE */

@media (max-width: 1300px){
	
	.maxwidth{
		max-width: 90%;
	}
	
	#logo{
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
}

@media (max-width: 1199.98px){
	
	#mainmenu .lv-0 > li > a{
		font-size: 18px;
		padding: 6px 10px;
	}
	
	.module.bg-with-text .inner{
		max-width: 635px;
	}
	
}

@media (max-width: 991.98px){
	.newsflash .item-masonry{
		width: calc(50% - 30px);
		max-width: none;
	}
	
	body{
		padding-bottom: 30px;
	}
	
	#header{
		display: block;
		margin-bottom: 20px;
	}
	
	#header .nav{
		display: block;
	}
	
	#header .navbar{
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	#mainmenu{
		margin: 0px;
		padding-top: 10px;
	}
	
	#navbar .navbar-toggler{
		background-color: #1d3c75;
		border: 0px;
		border-radius: 0px;
		margin: 0px;
		outline: 0px !important;
	}
	
	#navbar .navbar-toggler .icon-bar{
		display: block;
		background-color: #ffffff;
		width: 28px;
		height: 3px;
		margin: 5px 0;
	}
	
	#mainmenu .lv-0 > li > a,
	#mainmenu .lv-0 > li:hover > a{
		display: block;
		border-top: 2px solid #f6f6f6;
		padding: 12px;
		color: #404040;
		background-color: #ffffff;
	}
	
	#mainmenu .lv-0 > li.parent > a{
		background-image: url('../img/menu-arrow-down.svg');
		background-size: 14px;
		background-repeat: no-repeat;
		background-position: right 12px top 22px;
	}
	
	#mainmenu .lv-0 > li:first-of-type > a{
		border: 0px;
	}
	
	#mainmenu .lv-1{
		position: static;
		visibility: visible;
		opacity: 1;
		display: none;
		background-color: transparent;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	#mainmenu .lv-1 > li > a,
	#mainmenu .lv-1 > li:hover > a{
		color: #404040;
		display: block;
		padding-left: 30px;
	}
	
	#header-image,
	.topside.col-10{
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.module.bg-with-text{
		padding-top: 350px;
		background-position: top center;
		background-size: 100%;
	}
	
	.module.bg-with-text .inner{
		max-width: 100%;
	}
	
	#slideshow{
		display: none;
	}
	
	#content .rightside > .inner{
		margin-top: 30px;
	}
	
	#footer{
		margin-top: 60px;
	}
	
	.rsfiles-newsflash .item{
		max-width: 450px;
		margin: 20px 0;
	}
	
	.rsfiles-newsflash .item .box{
		min-height: 1px;
	}
	
}

@media (max-width: 767.98px){
	
	.newsflash .item-masonry{
		width: 100%;
	}
	
	.module.bg-with-text{
		padding-top: 250px;
	}
	
	.module.bg-with-text .inner{
		padding: 30px 30px 36px 30px;
	}
	
	#content .leftside > .inner,
	#content .rightside > .inner{
		padding: 30px 30px 36px 30px;
	}
	
	#footer .top .leftside ul li{
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	
	.rsf_files.table{
		border-top: 5px solid #1d3c75;
	}
	
	.rsf_files.table thead{
		display: none;
	}
	
	.rsf_files.table tbody tr,
	.rsf_files.table tbody td{
		display: block;
		padding: 5px;
		border: 0px;
	}
	
	#footer{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer .bottom{
		display: block;
	}
	
	#footer .bottom p{
		text-align: center !important;
	}
	
	#footer .bottom .imglicense{
		margin-bottom: 20px;
		margin-right: 0px;
	}
}


@media (max-width: 575.98px){
	
	body{
		font-size: 14px;
		line-height: 20px;
	}
	
	th, td{
		padding: 8px 14px;
	}
	
	.rsfiles-newsflash .item .box-append{
		font-size: 16px;
		line-height: 24px;
	}
	
	.module.bg-with-text{
		padding-top: 200px;
	}
	
	.module .module-headline{
		margin-bottom: 40px;
	}
	
	.home .module.bg-with-text{
		margin-bottom: 80px;
	}
	
	#footer > .top,
	#footer > .bottom{
		display: block;
		text-align: center;
	}
	
	#footer .top .search{
		margin-top: 20px;
	}
	
	#footer .top .search .searchinput-wrap{
		margin: 0 auto;
	}
	
	#copyright p{
		text-align: center;
	}
	
	#content .leftside > .inner, #content .rightside > .inner{
		padding: 20px;
	}
	
}

@media (max-width: 480px){
	
	.module.bg-with-text{
		padding-top: 150px;
	}
	
	.newsflash .item .box,
	.rsfiles-newsflash .item .box,
	.rsfiles-newsflash .item .box-append{
		padding: 20px;
	}
	
}