/* CUSTOM */
script, style { display: none !important; }

html {
	font-size: 14px;
	font-family: sans-serif;
	line-height: 1.15;
    -webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Source Sans Pro;
    font-family: sans-serif;
	font-size: 14px;
    line-height: 1.15;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	font-family: "Trebuchet MS";
	font-display: swap;
}
/* BEGIN BS */
*, ::before, ::after {
    box-sizing: border-box;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover, .page-link:hover {
    color: #128dd4;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
.collapse:not(.show) {
    display: none;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

/* BEGIN COLS */
@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	/*
	.order-sm-first {
	  order: -1;
	}
	.order-sm-last {
	  order: 13;
	}
	.order-sm-0 {
	  order: 0;
	}
	.order-sm-1 {
	  order: 1;
	}
	.order-sm-2 {
	  order: 2;
	}
	.order-sm-3 {
	  order: 3;
	}
	.order-sm-4 {
	  order: 4;
	}
	.order-sm-5 {
	  order: 5;
	}
	.order-sm-6 {
	  order: 6;
	}
	.order-sm-7 {
	  order: 7;
	}
	.order-sm-8 {
	  order: 8;
	}
	.order-sm-9 {
	  order: 9;
	}
	.order-sm-10 {
	  order: 10;
	}
	.order-sm-11 {
	  order: 11;
	}
	.order-sm-12 {
	  order: 12;
	}
	.offset-sm-0 {
	  margin-left: 0;
	}
	.offset-sm-1 {
	  margin-left: 8.33333%;
	}
	.offset-sm-2 {
	  margin-left: 16.66667%;
	}
	.offset-sm-3 {
	  margin-left: 25%;
	}
	.offset-sm-4 {
	  margin-left: 33.33333%;
	}
	.offset-sm-5 {
	  margin-left: 41.66667%;
	}
	.offset-sm-6 {
	  margin-left: 50%;
	}
	.offset-sm-7 {
	  margin-left: 58.33333%;
	}
	.offset-sm-8 {
	  margin-left: 66.66667%;
	}
	.offset-sm-9 {
	  margin-left: 75%;
	}
	.offset-sm-10 {
	  margin-left: 83.33333%;
	}
	.offset-sm-11 {
	  margin-left: 91.66667%;
	}
	*/
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	/*
	.order-md-first {
	  order: -1;
	}
	.order-md-last {
	  order: 13;
	}
	.order-md-0 {
	  order: 0;
	}
	.order-md-1 {
	  order: 1;
	}
	.order-md-2 {
	  order: 2;
	}
	.order-md-3 {
	  order: 3;
	}
	.order-md-4 {
	  order: 4;
	}
	.order-md-5 {
	  order: 5;
	}
	.order-md-6 {
	  order: 6;
	}
	.order-md-7 {
	  order: 7;
	}
	.order-md-8 {
	  order: 8;
	}
	.order-md-9 {
	  order: 9;
	}
	.order-md-10 {
	  order: 10;
	}
	.order-md-11 {
	  order: 11;
	}
	.order-md-12 {
	  order: 12;
	}
	.offset-md-0 {
	  margin-left: 0;
	}
	.offset-md-1 {
	  margin-left: 8.33333%;
	}
	.offset-md-2 {
	  margin-left: 16.66667%;
	}
	.offset-md-3 {
	  margin-left: 25%;
	}
	.offset-md-4 {
	  margin-left: 33.33333%;
	}
	.offset-md-5 {
	  margin-left: 41.66667%;
	}
	.offset-md-6 {
	  margin-left: 50%;
	}
	.offset-md-7 {
	  margin-left: 58.33333%;
	}
	.offset-md-8 {
	  margin-left: 66.66667%;
	}
	.offset-md-9 {
	  margin-left: 75%;
	}
	.offset-md-10 {
	  margin-left: 83.33333%;
	}
	.offset-md-11 {
	  margin-left: 91.66667%;
	}
	*/
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	/*
	.order-lg-first {
	  order: -1;
	}
	.order-lg-last {
	  order: 13;
	}
	.order-lg-0 {
	  order: 0;
	}
	.order-lg-1 {
	  order: 1;
	}
	.order-lg-2 {
	  order: 2;
	}
	.order-lg-3 {
	  order: 3;
	}
	.order-lg-4 {
	  order: 4;
	}
	.order-lg-5 {
	  order: 5;
	}
	.order-lg-6 {
	  order: 6;
	}
	.order-lg-7 {
	  order: 7;
	}
	.order-lg-8 {
	  order: 8;
	}
	.order-lg-9 {
	  order: 9;
	}
	.order-lg-10 {
	  order: 10;
	}
	.order-lg-11 {
	  order: 11;
	}
	.order-lg-12 {
	  order: 12;
	}
	.offset-lg-0 {
	  margin-left: 0;
	}
	.offset-lg-1 {
	  margin-left: 8.33333%;
	}
	.offset-lg-2 {
	  margin-left: 16.66667%;
	}
	.offset-lg-3 {
	  margin-left: 25%;
	}
	.offset-lg-4 {
	  margin-left: 33.33333%;
	}
	.offset-lg-5 {
	  margin-left: 41.66667%;
	}
	.offset-lg-6 {
	  margin-left: 50%;
	}
	.offset-lg-7 {
	  margin-left: 58.33333%;
	}
	.offset-lg-8 {
	  margin-left: 66.66667%;
	}
	.offset-lg-9 {
	  margin-left: 75%;
	}
	.offset-lg-10 {
	  margin-left: 83.33333%;
	}
	.offset-lg-11 {
	  margin-left: 91.66667%;
	}
	*/
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	/*
	.order-xl-first {
	  order: -1;
	}
	.order-xl-last {
	  order: 13;
	}
	.order-xl-0 {
	  order: 0;
	}
	.order-xl-1 {
	  order: 1;
	}
	.order-xl-2 {
	  order: 2;
	}
	.order-xl-3 {
	  order: 3;
	}
	.order-xl-4 {
	  order: 4;
	}
	.order-xl-5 {
	  order: 5;
	}
	.order-xl-6 {
	  order: 6;
	}
	.order-xl-7 {
	  order: 7;
	}
	.order-xl-8 {
	  order: 8;
	}
	.order-xl-9 {
	  order: 9;
	}
	.order-xl-10 {
	  order: 10;
	}
	.order-xl-11 {
	  order: 11;
	}
	.order-xl-12 {
	  order: 12;
	}
	.offset-xl-0 {
	  margin-left: 0;
	}
	.offset-xl-1 {
	  margin-left: 8.33333%;
	}
	.offset-xl-2 {
	  margin-left: 16.66667%;
	}
	.offset-xl-3 {
	  margin-left: 25%;
	}
	.offset-xl-4 {
	  margin-left: 33.33333%;
	}
	.offset-xl-5 {
	  margin-left: 41.66667%;
	}
	.offset-xl-6 {
	  margin-left: 50%;
	}
	.offset-xl-7 {
	  margin-left: 58.33333%;
	}
	.offset-xl-8 {
	  margin-left: 66.66667%;
	}
	.offset-xl-9 {
	  margin-left: 75%;
	}
	.offset-xl-10 {
	  margin-left: 83.33333%;
	}
	.offset-xl-11 {
	  margin-left: 91.66667%;
	}
	*/
}
/* END COLS */

@media (min-width: 576px) {
	max-width: 540px;
}
@media (min-width: 768px) {
	max-width: 720px;
}
@media (min-width: 992px) {
	max-width: 960px;
}
@media (min-width: 1200x) {
	max-width: 1140px;
}
@media (min-width: 1600px) {
	.container {
		max-width: 1164px;
	}
}
img {
	display: inline-block;
    max-width: 100%;
    /* height: auto; */
}
.logo-img {
	height: auto;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex, .filters, .search .ordering-box, .t4-header .form-inline .search {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
	margin-top: 0.125rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* END BS */

/* BEGIN Aspect Ratio */
.ar {
	width: 100%;
	display: block;
	position: relative;

	overflow: hidden;
}
.ar-inner {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.ar-auto {
	display: block;
	position: relative;
}
.ar::after, .ar-auto::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.ar-square::after {
	padding-top: 100%;
}
.ar-i {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.ar-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.ar-bg img {
	display: none !important;
}
/* END Aspect Ratio */


/* Top bar */
#t4-topbar {
    text-align: right;
    padding: 7px 0 3px;
	line-height: 24px;
}
.topSoc {
    position: relative;
    top: 2px;
	min-height: 24px;
}
.topLang, .topSoc {
    display: inline-block;
}
.topSoc ul, .topLang ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.topSoc ul li, .topLang li {
    display: inline-block;
}
.topSoc ul li a {
    color: #8a8686;
    display: inline-block;
    line-height: 16px;
    padding: 4px 7px;
}
.topLang li a {
    display: inline-block;
    padding: 6px 2px;
    line-height: 0;
}
/* Header */
#t4-header {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: #e8e8e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */

	padding-bottom: 6px;

	max-height: 124px
}
#t4-header .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#t4-header img {
	display: inline-block;
}
#t4-header .logo-image {
    margin-top: 7px;
	margin-right: 14px;
}
.hRight {
    text-align: right;
}
.hRight a + a {
    margin-left: 7px;
}
/* Navigation */
.t4-navigation {
    margin: 0 0 15px;
    border-bottom: 2px solid #063470;
    background: #115fa9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNWZhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjU2OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(17,95,169,1) 0%, rgba(15,86,152,1) 100%);
    background: -webkit-linear-gradient(top, rgba(17,95,169,1) 0%,rgba(15,86,152,1) 100%);
    background: linear-gradient(to bottom, rgba(17,95,169,1) 0%,rgba(15,86,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#115fa9', endColorstr='#0f5698',GradientType=0);

	height: 57px;
	overflow: hidden;
}
#t4-megamenu-mainmenu {
    justify-content: center;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.nav-link {
    display: block;
}
#t4-navigation .t4-megamenu .navbar-nav > li > a {
	padding: 18px 16px 16px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: "Trebuchet MS";
	letter-spacing: -1px;
}
.t4-megamenu .nav > .dropdown > .dropdown-toggle .item-caret {
	min-width: 8px;
}
.navbar .navbar-toggler {
    display: block;
    padding: 0;

	width: 36px;
	height: 36px;
	line-height: 34px;
	background: #222;
	border: 1px solid #777;
	margin-top: 9px;
	border-radius: 2px;
}
@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
		padding: 0;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

/* Modul */
.mContent {
	position: relative;
}
.ocmmed-1l-1m-3s .mIl .mContent {
    margin-top: 16px;
    padding-top: 24px;
}
.mTitle {
	margin: 0;
}
h1.mTitle {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.35em;
    max-height: 2.7em;
    overflow: hidden;
    color: #125fa9;
}
.mIl .catTag {
    position: absolute;
    top: 0;
    left: 0;
}
.catTag, .ocmmed-sc3-out-tinv .mDate {
    background: #1260AA;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 17px;
    line-height: 10px;
    padding: 3px 7px 4px;
    letter-spacing: -0.33px;
}
.mIl .mText {
    font-size: 19px;
    line-height: 1.25em;
    margin-top: 14px;
    max-height: 3.75em;
    overflow: hidden;
    letter-spacing: -0.5px;
}
.mIm.mItemIn .mContent {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 15px 10px;
}
.promo > *, .gPromo > * {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mIm .ar::after {
    padding-top: 73.8%;
}
.mIm:not(.mItemBg) .catTag {
    position: absolute;
    top: -9px;
    left: 15px;
}
.catTag, .ocmmed-sc3-out-tinv .mDate {
    background: #1260AA;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 17px;
    line-height: 10px;
    padding: 3px 7px 4px;
    font-family: 'Roboto Slab', serif;
    letter-spacing: -0.33px;
}
.ocmmed-1l-1m-3s .mIs .mContent {
    position: relative;
    padding-top: 25px;
}
.catTag, .ocmmed-sc3-out-tinv .mDate {
    background: #1260AA;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 17px;
    line-height: 10px;
    padding: 3px 7px 4px;
    letter-spacing: -0.33px;
}
.mIs .catTag {
    position: absolute;
    top: 3px;
    left: 0;
}
.mItem.mIm + * {
    margin-top: 15px;
}
.mItem.mIs + .mIs {
    margin-top: 15px;
}
.mIs .mImg[class*="col-"] {
    padding-right: 0;
    padding-left: 10px;
    left: 5px;
}
@media (max-width: 767px) {
	#t4-topbar {
		position: absolute;
		z-index: 9;
		top: 0;
		right: 20px;
	}
	#t4-header {
		padding: 0;
	}
	#t4-header .logo-image {
		margin: 0;
	}
	#t4-header .logo-img {
		width: 186px;
	}
	.t4-navigation {
		height: 54px;
	}
	.fRdy .t4-navigation {
		height: auto;
	}
	.topSoc {
		top: 23px;
	}
	.topLang {
		position: relative;
		top: 21px;
	}
}

@media (max-width: 575px) {
	#t4-topbar {
		right: 0;
	}
}

@media (max-width: 440px) {
	#t4-topbar {
		top: -4px;
	}
}

/* TESTING ONLY */