/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
	 ========================================================================== */
html {
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
			text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
	 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* ---------- Breakpoints START ---------- */
/* ---------- Breakpoints END ---------- */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1320px;
}

@media screen and (min-width: 1200px) and (max-width: 1319px) {
	.container {
	width: 1170px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
	width: 962px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.container {
	width: 738px;
	}
}

@media screen and (max-width: 767px) {
	.container {
	width: auto;
	}
}

/* ---------- Variables ---------- */
#jquery-cookie-law-script, #jquery-cookie-law-script * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#cookie-law-mobile {
	width: 50px;
	height: 50px;
	padding: 10px;
	display: none;
}

#cookie-law-mobile path {
	fill: #fff;
}

#jquery-cookie-law-script {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: none;
	width: 100%;
	border-color: #202226;
	border-style: solid;
	border-top-width: 1px;
	background: rgba(50, 58, 69, 0.5);
	color: #F1F1F3;
	font-size: 12px;
	max-width: 270px;
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#jquery-cookie-law-script.light {
	color: #1a1a1a;
	background: #fff;
	border-color: rgba(223, 223, 223, 0.85);
}

#jquery-cookie-law-script.top {
	top: 0;
	bottom: auto;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
	position: absolute;
}

#jquery-cookie-law-script a {
	color: #3B89C7;
}

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
	background: rgba(32, 34, 38, 0.8);
}

#jquery-cookie-law-script.light #cookie-law-container-box {
	background: #F9FAFC;
}

#jquery-cookie-law-script #cookie-law-container {
	padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

#jquery-cookie-law-script a.cookie-law-button {
	padding: 4px 8px;
	border-radius: 0;
	background-color: #006A8E;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
	background-color: #0081ad;
	color: #f0f0f0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-more {
	margin-left: 10px;
	background: #FFA200;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
	background: #ffad1f;
}

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
	display: none;
	background: rgba(50, 58, 69, 0.8);
	text-align: left;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
	background: #EAEDF1;
	border-top: 1px solid #F0F2F5;
}

#jquery-cookie-law-script #cookie-law-info-container {
	padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
	width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
	float: right;
	padding: 1px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
	color: #3B89C7;
}

@media (max-width: 767px) {
	#cookie-law-mobile {
	display: block;
	}
	#cookie-law-container {
	display: none;
	}
	#jquery-cookie-law-script.active {
	max-width: 230px;
	}
	#jquery-cookie-law-script.active #cookie-law-container {
	display: block;
	}
	#jquery-cookie-law-script {
	max-width: 50px;
	}
}

/*------------------- VC default START ---------------------*/
/* tabs */
.vc_tta-tabs .vc_tta-panels {
	background: transparent !important;
	border: 1px solid #E6EFF2 !important;
	border-top: none !important;
	padding: 0px !important;
	border-radius: 0 !important;
	padding-bottom: 30px !important;
	margin-bottom: 55px !important;
}

.vc_tta-tabs .vc_tta-panel-body {
	padding: 20px 30px 0 30px !important;
	border: none !important;
}

.vc_tta-tabs .vc_tta-tabs-list {
	margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab {
	width: 1%;
	display: table-cell !important;
	margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab,
.vc_tta-tabs .vc_tta-tab a,
.vc_tta-tabs .vc_tta-tab span {
	border-bottom: none !important;
}

.vc_tta-tabs .vc_tta-tab > a {
	background: #E6EFF2 !important;
	border-radius: 0 !important;
	border: none !important;
	color: #006A8E !important;
	font-weight: 800;
	font-size: 18px;
	padding: 12px 30px !important;
	text-align: left;
	border-right: 2px solid #fff !important;
	font-family: "Titillium Web", sans-serif;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:last-child > a {
	border-right: none !important;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child > a {
	margin-left: 0;
}

.vc_tta-tabs .vc_tta-tab > a:hover {
	color: #0081ad !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
	background: #006A8E !important;
	color: #fff !important;
	font-weight: 800;
}

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
	-webkit-transition: none !important;
	transition: none !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
	background: #006A8E !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
	color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
	margin: 0 !important;
}

@media (max-width: 767px) {
	.vc_tta-tabs .vc_tta-panel-body {
	padding-left: 15px !important;
	padding-right: 15px !important;
	background: #fff !important;
	}
	.vc_tta-tabs .vc_tta-panel-heading {
	border-radius: 0 !important;
	border: none !important;
	background: #E6EFF2 !important;
	}
	.vc_tta-tabs .vc_tta-panel-heading:hover {
	background: #d2e2e8 !important;
	}
	.vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
	background: #006A8E !important;
	}
	.vc_tta-tabs .vc_active .vc_tta-title-text {
	color: #fff;
	}
	.vc_tta-tabs .vc_tta-title-text {
	font-size: 16px;
	color: #006A8E;
	text-transform: uppercase;
	}
}

/* acordion */
.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
	background: none !important;
	border: 0 !important;
}

.vc_tta-accordion .vc_tta-panel-body {
	padding: 0 0 20px 0 !important;
}

.vc_tta-accordion .vc_tta-title-text {
	font-size: 16px;
	color: #4E5253;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
}

.vc_tta-accordion .vc_active .vc_tta-title-text {
	color: #006A8E;
	font-weight: 700;
}

.vc_tta-accordion .vc_tta-controls-icon {
	left: 0 !important;
	background: #FFA200;
	width: 10px !important;
	height: 10px !important;
	border: 5px solid #FFA200;
	padding: 5px;
}

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
	background: #006A8E;
	border: 5px solid #006A8E;
}

.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-controls-icon:after {
	color: #fff !important;
	border-color: #fff !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
	padding-left: 30px !important;
}

/* FAQ */
.vc_toggle {
	margin-bottom: 3px !important;
}

.vc_toggle_title {
	background: #FFA200;
	padding: 15px 40px !important;
	color: #006A8E;
}

.vc_toggle_content {
	padding: 0 15px !important;
	margin-bottom: 0 !important;
}

.vc_toggle_icon {
	background: #006A8E !important;
	margin-left: 15px !important;
	border: none !important;
	width: 14px !important;
}

.vc_toggle_icon::after {
	display: none !important;
}

.vc_toggle_icon::before {
	background: #006A8E !important;
	border: none !important;
	height: 14px !important;
}

.error-404 {
	margin-top: 150px;
	margin-bottom: 150px;
}

/*------------------- VC default END ---------------------*/
/*
Bootstrap
*/
.btn {
	border-radius: 0;
	border: none;
	margin: 0;
	position: relative;
	text-transform: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	text-shadow: none;
	line-height: 1;
	display: inline-block;
	text-align: center;
	/*white-space: nowrap;*/
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 16px;
	text-decoration: none;
	font-family: "Titillium Web", sans-serif;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.btn:hover, .btn:focus {
	text-decoration: none;
}

.btn[disabled] {
	opacity: 0.5;
}

.btn-right {
	float: right;
}

.btn-xs {
	padding: 6px 9.6px;
	font-size: 11px;
}

.btn-sm {
	padding: 8px 9.6px;
	font-size: 13px;
	font-weight: 600;
}

.btn-md {
	padding: 11px 16.5px 11px 16.5px;
	font-size: 16px;
	font-weight: 600;
}

.btn-lg {
	padding: 15px 18.75px 15px 18.75px;
	font-size: 19px;
	font-weight: 700;
}

.btn-primary,
.btn-primary:visited {
	color: #fff;
	background: #006A8E;
	border: 1px solid #006A8E;
}

.btn-primary:hover {
	color: #fff;
	border: 1px solid #FFA200;
	background: #FFA200;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
	color: #fff;
	border: 1px solid #ffb83d;
	background: #ffb83d;
	-webkit-box-shadow: none;
			box-shadow: none;
	outline: none;
}

.btn-default,
.btn-default:visited {
	color: #000;
	background: transparent;
	border: 1px solid #000;
}

.btn-default:hover {
	color: #fff;
	border: 1px solid #FFA200;
	background: #FFA200;
}

.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
	color: #fff;
	border: 1px solid #ffb83d;
	background: #ffb83d;
	-webkit-box-shadow: none;
			box-shadow: none;
	outline: none;
}

.btn-default:after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-left: 8px;
	opacity: 0.85;
	position: absolute;
	margin-top: -8px;
	top: 50%;
}

.btn-xs.btn-default:after { right: 9.6px; }
.btn-sm.btn-default:after { right: 9.6px; }
.btn-md.btn-default:after { right: 16.5px; }
.btn-lg.btn-default:after { right: 18.75px; }

.btn-xs.btn-default { padding-right: 9.6px; }
.btn-sm.btn-default { padding-right: 9.6px; }
.btn-md.btn-default { padding-right: 38px; }
.btn-lg.btn-default { padding-right: 18.75px; }

.tal .btn-default:after {
	float: right;
}

.btn-slash,
.btn-slash:visited {
	color: #006A8E;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
	overflow: hidden;
}

.btn-slash:hover {
	color: #0081ad;
	border: 1px solid transparent;
	background: transparent;
}

.btn-slash:active,
.btn-slash:focus,
.btn-slash:active:focus,
.btn-slash:active:hover {
	color: #0098cb;
	border: 1px solid transparent;
	background: transparent;
	-webkit-box-shadow: none;
			box-shadow: none;
	outline: none;
}

.btn-slash:after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-left: 8px;
	opacity: 0.85;
	color: #FFA200;
}

.btn-slash:hover:after {
	margin-left: 13px;
}

.btn-slash:before {
	content: '';
	height: 40px;
	width: 3px;
	position: absolute;
	left: 7px;
	top: 0;
	display: block;
	background: #FFA200;
	-webkit-transform: skew(-16deg);
			transform: skew(-16deg);
}

.btn-link,
.btn-link:visited {
	color: #4E5253;
	background: #E6EFF2;
	border: 1px solid #E6EFF2;
	margin-bottom: 30px;
	margin-right: 15px;
	white-space: normal;
	text-align: left;
	line-height: 1.4;
	margin-top: -15px;
}

.btn-link:hover {
	color: #4E5253;
	border: 1px solid #9a9fa0;
	background: #E6EFF2;
}

.btn-link:active,
.btn-link:focus,
.btn-link:active:focus,
.btn-link:active:hover {
	color: #4E5253;
	border: 1px solid #4E5253;
	background: #E6EFF2;
	-webkit-box-shadow: none;
			box-shadow: none;
	outline: none;
}

.btn-link[target=" _blank"]:after {
	content: '\f35d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-left: 13px;
	opacity: 0.3;
	color: #4E5253;
}

.btn-department,
.btn-department:visited {
	color: #006A8E;
	background: transparent;
	border: 1px solid #006A8E;
}

.btn-department:hover {
	color: #fff;
	border: 1px solid #006A8E;
	background: #006A8E;
}

.btn-department:active,
.btn-department:focus,
.btn-department:active:focus,
.btn-department:active:hover {
	color: #fff;
	border: 1px solid #0098cb;
	background: #0098cb;
	-webkit-box-shadow: none;
			box-shadow: none;
	outline: none;
}

.btn-tag,
.btn-tag:visited {
	color: #006A8E;
	background: transparent;
	border: 1px solid #006A8E;
}

.btn-tag:hover {
	color: #fff;
	border: 1px solid #006A8E;
	background: #006A8E;
}

.btn-tag:active,
.btn-tag:focus,
.btn-tag:active:focus,
.btn-tag:active:hover {
	color: #fff;
	border: 1px solid #0098cb;
	background: #0098cb;
	-webkit-box-shadow: none;
			box-shadow: none;
	outline: none;
}

.btn-tag.id282,
.btn-tag.id282:visited {
	color: #61DBAC;
	background: transparent;
	border: 1px solid #61DBAC;
}

.btn-tag.id282:hover {
	color: #fff;
	border: 1px solid #61DBAC;
	background: #61DBAC;
}

.btn-tag.id282:active,
.btn-tag.id282:focus,
.btn-tag.id282:active:focus,
.btn-tag.id282:active:hover {
	color: #fff;
	border: 1px solid #61DBAC;
	background: #61DBAC;
}

.btn-tag.id111,
.btn-tag.id111:visited {
	color: #FFC400;
	background: transparent;
	border: 1px solid #FFC400;
}

.btn-tag.id111:hover {
	color: #fff;
	border: 1px solid #FFC400;
	background: #FFC400;
}

.btn-tag.id111:active,
.btn-tag.id111:focus,
.btn-tag.id111:active:focus,
.btn-tag.id111:active:hover {
	color: #fff;
	border: 1px solid #FFC400;
	background: #FFC400;
}

.btn-tag.id111,
.btn-tag.id111:visited {
	color: #FFC400;
	background: transparent;
	border: 1px solid #FFC400;
}

.btn-tag.id111:hover {
	color: #fff;
	border: 1px solid #FFC400;
	background: #FFC400;
}

.btn-tag.id111:active,
.btn-tag.id111:focus,
.btn-tag.id111:active:focus,
.btn-tag.id111:active:hover {
	color: #fff;
	border: 1px solid #FFC400;
	background: #FFC400;
}

.btn-tag.id116,
.btn-tag.id116:visited {
	color: #A0A09F;
	background: transparent;
	border: 1px solid #A0A09F;
}

.btn-tag.id116:hover {
	color: #fff;
	border: 1px solid #A0A09F;
	background: #A0A09F;
}

.btn-tag.id116:active,
.btn-tag.id116:focus,
.btn-tag.id116:active:focus,
.btn-tag.id116:active:hover {
	color: #fff;
	border: 1px solid #A0A09F;
	background: #A0A09F;
}

.btn-tag.id484,
.btn-tag.id484:visited {
	color: #FB7724;
	background: transparent;
	border: 1px solid #FB7724;
}

.btn-tag.id484:hover {
	color: #fff;
	border: 1px solid #FB7724;
	background: #FB7724;
}

.btn-tag.id484:active,
.btn-tag.id484:focus,
.btn-tag.id484:active:focus,
.btn-tag.id484:active:hover {
	color: #fff;
	border: 1px solid #FB7724;
	background: #FB7724;
}

.btn-tag.id493,
.btn-tag.id493:visited {
	color: #EF5858;
	background: transparent;
	border: 1px solid #EF5858;
}

.btn-tag.id493:hover {
	color: #fff;
	border: 1px solid #EF5858;
	background: #EF5858;
}

.btn-tag.id493:active,
.btn-tag.id493:focus,
.btn-tag.id493:active:focus,
.btn-tag.id493:active:hover {
	color: #fff;
	border: 1px solid #EF5858;
	background: #EF5858;
}

.btn-tag.id745,
.btn-tag.id745:visited {
	color: #56ADB6;
	background: transparent;
	border: 1px solid #56ADB6;
}

.btn-tag.id745:hover {
	color: #fff;
	border: 1px solid #56ADB6;
	background: #56ADB6;
}

.btn-tag.id745:active,
.btn-tag.id745:focus,
.btn-tag.id745:active:focus,
.btn-tag.id745:active:hover {
	color: #fff;
	border: 1px solid #56ADB6;
	background: #56ADB6;
}

.btn-tag.id750,
.btn-tag.id750:visited {
	color: #5270B6;
	background: transparent;
	border: 1px solid #5270B6;
}

.btn-tag.id750:hover {
	color: #fff;
	border: 1px solid #5270B6;
	background: #5270B6;
}

.btn-tag.id750:active,
.btn-tag.id750:focus,
.btn-tag.id750:active:focus,
.btn-tag.id750:active:hover {
	color: #fff;
	border: 1px solid #5270B6;
	background: #5270B6;
}

.btn-white,
.btn-white:visited {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}

.btn-white:hover {
	color: #000;
	border: 1px solid #fff;
	background: #fff;
}

.btn-white:active,
.btn-white:focus,
.btn-white:active:focus,
.btn-white:active:hover {
	color: #000;
	border: 1px solid #fff;
	background: #fff;
	-webkit-box-shadow: none;
			box-shadow: none;
	outline: none;
}

.btn-white:after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-left: 8px;
	opacity: 0.85;
}

/*-------------------- UI elements START --------------------*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	border: 1px solid #E6EFF2;
	border-radius: 0;
	height: 40px;
	padding: 8px;
	background: transparent;
	-webkit-box-shadow: none;
			box-shadow: none;
	color: #fff;
	font-size: 16px;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover
input[type="tel"]:hover,
textarea:hover {
	border: 1px solid #d2e2e8;
	-webkit-box-shadow: none;
			box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid #006A8E;
	outline: none;
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

input[type="checkbox"] {
	border: 1px solid #4E5253;
	border-radius: 2px;
	background: transparent;
	color: #E6EFF2;
	clear: none;
	cursor: pointer;
	display: inline-block !important;
	line-height: 0;
	height: 21px;
	margin: -.20rem .55rem 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 21px;
	min-width: 21px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
	position: relative;
}

input[type=checkbox]:checked::before {
	content: '';
	background: #006A8E;
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

select {
	border: 1px solid #E6EFF2;
	border-radius: 0;
	height: 40px;
	padding: 8px;
	padding-right: 32px;
	background-color: transparent;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a0a0a0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select[disabled] {
	opacity: 0.5;
}

.select2 {
	font-size: 16px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #52586E;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #52586E;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #52586E;
}

::placeholder {
	/* Most modern browsers support this now. */
	color: #52586E;
}

textarea {
	border: 1px solid #E6EFF2;
	border-radius: 0;
	padding: 8px;
	height: 120px;
	outline: none;
	resize: none;
	background: transparent;
	color: #fff;
	font-size: 16px;
}

.fw {
	width: 100%;
	display: block;
}

.tal {
	text-align: left;
}

.mb20 {
	margin-bottom: 20px;
}

.right {
	float: right;
}

.table-responsive-container {
	position: relative;
	overflow: scroll;
}

table {
	min-height: .01%;
	overflow-x: auto;
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	font-size: 15px;
}

table td {
	border: 1px solid #E6EFF2;
	padding: 8px 10px;
	line-height: 1.42857143;
	vertical-align: top;
}

/*-------------------- UI elements END --------------------*/
* {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	outline: none !important;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #4E5253;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.site {
	position: relative;
	overflow-x: hidden;
}

.content {
	min-height: 900px;
}

p {
	font-size: 15px;
	line-height: 1.7;
}

ul,
ol {
	font-size: 15px;
	line-height: 1.7;
	padding-left: 20px;
}

a,
a:visited {
	color: #006A8E;
}

a:hover,
a:focus {
	color: #0081ad;
}

h1 {
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-size: 30px;
	font-weight: 700;
	position: relative;
	padding-left: 40px;
	margin-top: 12px;
	margin-bottom: 30px;
}

h1:before {
	content: '';
	width: 30px;
	height: 40px;
	background: url(../images/left-p.svg) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: -11px;
}

@media screen and (max-width: 767px) {
	h1 {
	font-size: 26px;
	padding-left: 27px;
	margin-top: 12px;
	margin-bottom: 15px;
	}
	h1:before {
	content: '';
	width: 20px;
	height: 30px;
	background: url(../images/left-p.svg) no-repeat;
	background-position: top right;
	left: 0;
	top: -5px;
	}
	h1.long-title {
	font-size: 18px;
	padding-left: 27px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
}

h2 {
	color: #000;
	font-weight: 700;
	font-size: 25px;
	font-family: "Titillium Web", sans-serif;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px;
}

h2:before {
	content: '';
	width: 30px;
	height: 40px;
	background: url(../images/left-p.svg) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: -7px;
}

h2[style="text-align: center;"] {
	display: inline-block;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	padding-right: 40px;
}

h2[style="text-align: center;"]:after {
	content: '';
	width: 30px;
	height: 40px;
	background: url(../images/right-p.svg) no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: -7px;
}

@media screen and (max-width: 767px) {
	h2 {
	font-size: 20px;
	padding-left: 28px;
	}
	h2:before {
	width: 20px;
	height: 30px;
	background-position: top right;
	top: -4px;
	}
	h2[style="text-align: center;"] {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: translateX(0);
			transform: translateX(0);
	padding-right: 28px;
	}
	h2[style="text-align: center;"]:after {
	width: 20px;
	height: 30px;
	background-position: bottom left;
	top: -4px;
	}
	.center-h2 .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}
}

.home h3 {
	font-size: 20px;
}

h3 {
	font-size: 20px;
	color: #006A8E;
	margin-bottom: 9px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
}

h4 {
	font-size: 16px;
	color: #4E5253;
	font-weight: 700;
	font-family: "Titillium Web", sans-serif;
	margin-bottom: 10px;
	line-height: 1.4;
}

h5,
.t5 h1 {
	color: #7FB4C6;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 8px !important;
	margin-top: 0;
	font-family: "Titillium Web", sans-serif;
}

.small-footer {
	background: #004F78;
	color: #fff;
	font-size: 13px;
	padding: 20px 0 20px 0;
}

a.ns-link,
a.ns-link:visited {
	float: right;
	color: #fff;
	text-decoration: none;
}

a.ns-link:hover,
a.ns-link:focus {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	a.ns-link,
	a.ns-link:visited {
	float: none;
	}
}

.ns-logo-svg {
	margin: 0 0 -3px 3px;
}

.ns-logo {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #fff;
}

.sig-col-left {
	padding-top: 3px;
}

@media screen and (max-width: 767px) {
	.small-footer {
	text-align: center;
	}
	.ns-link {
	margin-top: 5px;
	float: none;
	display: block;
	}
}

/* Custom */
/*
Nav
*/
.main-nav {
	margin-top: 20px;
	background: #fff;
}

.main-nav ul {
	list-style: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	padding: 0;
	margin: 0;
}

.main-nav li {
	width: 100%;
	border-right: 1px solid #f1f1f1;
}

.main-nav li:last-child {
	border-right: none;
}

.main-nav a {
	font-weight: 700;
	text-decoration: none;
	font-size: 17px;
	position: relative;
	padding: 17px 0 16px 0;
	display: block;
	text-transform: uppercase;
	font-family: "Titillium Web", sans-serif;
	text-align: center;
	line-height: 1;
}

.main-nav a:hover {
	background: #E6EFF2;
}

.main-nav .current-menu-item a,
.main-nav .current-page-ancestor a {
	background: #E6EFF2;
}

.nav-toggle {
	width: 40px;
	height: 40px;
	display: none;
	padding: 5px;
	position: relative;
}

.nav-icon-bar {
	height: 3px;
	background: #fff;
	display: block;
	float: left;
	margin-top: 3.5px;
	margin-bottom: 3.5px;
	position: absolute;
	left: 5px;
	right: 5px;
}

.nav-toggle .nav-icon-bar:nth-child(1) {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	top: 4px;
}

.nav-toggle .nav-icon-bar:nth-child(2) {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	top: 14px;
}

.nav-toggle .nav-icon-bar:nth-child(3) {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	top: 24px;
	opacity: 1;
}

.nav-toggle.toggle-open .nav-icon-bar:nth-child(1) {
	opacity: 0;
}

.nav-toggle.toggle-open .nav-icon-bar:nth-child(2) {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	top: 15px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.nav-toggle.toggle-open .nav-icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	top: 15px;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
	opacity: 1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.main-nav a {
	font-size: 15px;
	}
}

@media screen and (max-width: 991px) {
	.main-nav {
	position: relative;
	margin-top: 0;
	background: transparent;
	}
	.nav-toggle {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -50px;
	}
	.nav-container {
	display: none;
	}
	.nav-container.nav-open {
	display: block;
	top: 0;
	position: static;
	width: 100%;
	}
	.main-nav ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	padding: 20px 0;
	}
	.main-nav ul.nav-items {
	padding-top: 30px;
	}
	.main-nav li {
	border-right: none;
	}
	.main-nav .nav-items a:hover,
	.main-nav .nav-items a,
	.main-nav .nav-items .current-menu-item a,
	.main-nav .nav-items .current-page-ancestor a {
	color: #004F78;
	background: #fff;
	margin-bottom: 5px;
	}
	.main-nav a:before {
	display: none;
	}
	.top-nav {
	margin-bottom: 20px;
	}
	.top-nav a,
	.top-nav a:hover {
	background: none !important;
	padding: 11px 0 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.nav-toggle {
	top: -45px;
	}
}

.ns-cwi-container {
	display: table;
}

.ns-cwi-icon {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
	min-width: 18px;
}

.ns-cwi-icon-inner {
	padding: 0;
	display: block;
}

.ns-cwi-content {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}

.ns-cwi-content-inner {
	display: block;
}

/*
Slider
*/
.slick-arrow {
	width: 40px;
	height: 40px;
	padding: 0;
	z-index: 10;
	opacity: 1;
	-webkit-box-shadow: none;
			box-shadow: none;
	text-shadow: none;
	border: 1px solid #006A8E;
	color: #006A8E;
	position: absolute;
	text-align: center;
	padding-top: 8px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.slick-arrow:hover {
	opacity: 1;
	-webkit-box-shadow: none;
			box-shadow: none;
	border: 1px solid #0098cb;
	color: #0098cb;
}

.slick-prev {
	opacity: 1;
}

.slick-next {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 20px;
	opacity: 0.85;
	font-weight: 600;
}

.vc_ns_content-slider-container .vc_tta-panel-heading {
	display: none;
}

.logo {
	margin-bottom: 0 !important;
}

.search-wrap {
	float: right;
	margin-top: 24px;
}

@media screen and (max-width: 991px) {
	.search-wrap {
	position: absolute;
	margin: 0;
	float: none;
	right: 50px;
	top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.search-wrap {
	right: 65px;
	top: -38px;
	}
}

.search-form {
	border-bottom: 2px solid #E6EFF2;
	width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-form ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #fff;
}

.search-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.search-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.search-form ::placeholder {
	/* Most modern browsers support this now. */
	color: #fff;
}

/*.search-form:hover {
	border: 1px solid $border-color-hover;
}

.search-form:focus {
	border: 1px solid $border-color-focus;
}*/
.search-field-wrap {
	width: 100%;
}

input[type="search"].search-field,
input[type="search"].search-field:hover,
input[type="search"].search-field:focus {
	width: 100%;
	font-size: 14px;
	height: 36px;
	padding: 6px;
	border: none;
	outline: none !important;
	-webkit-box-shadow: none;
			box-shadow: none;
	padding-left: 0;
}

.search-submit-btn {
	width: 18px;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 18px;
			flex: 0 0 18px;
	border: none;
	color: #fff;
	background: none;
	padding: 0;
	font-size: 18px;
}

.search-submit-btn:hover {
	color: #D9E8EC;
}

@media screen and (max-width: 991px) {
	.search-wrap {
	margin-right: 25px;
	}
	.search-toggle {
	width: 30px;
	height: 30px;
	padding: 1px 2px;
	text-align: center;
	}
	.search-toggle:before {
	content: '\f002';
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-size: 25px;
	font-weight: 600;
	}
	.search-overlay {
	background: #006A8E;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 15px;
	display: none;
	}
	.search-overlay.search-open {
	display: block;
	}
	.search-form {
	width: 100%;
	margin-top: 100px;
	}
	.search-close-btn {
	width: 40px;
	height: 40px;
	padding: 8px 5px;
	text-align: center;
	float: right;
	}
	.search-close-btn:before {
	content: '\f00d';
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-size: 25px;
	font-weight: 600;
	}
	input[type="search"].search-field,
	input[type="search"].search-field:hover,
	input[type="search"].search-field:focus {
	font-size: 16px;
	height: 40px;
	padding: 8px;
	}
	.search-submit-btn {
	width: 25px;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 25px;
			flex: 0 0 25px;
	font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.search-wrap {
	margin-right: 10px;
	}
}

.vc-pagination {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 35px;
}

.page-numbers,
.page-numbers:visited {
	padding: 11px 8px 9px 8px;
	border: none;
	background: rgba(0, 106, 142, 0.3);
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	border-radius: 20px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.page-numbers:hover {
	text-decoration: none;
	border: none;
	background: rgba(0, 106, 142, 0.5);
}

.page-numbers.current {
	border: none;
	background: #006A8E;
	color: #fff;
}

.page-numbers.next i {
	margin-left: 4px;
}

.page-numbers.prev i {
	margin-right: 4px;
}

.page-numbers.next,
.page-numbers.prev {
	border: none;
	background: rgba(0, 106, 142, 0.3);
	font-size: 23px;
	padding: 7px 8px 5px 8px;
	display: inline-block;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
	border: none;
	background: rgba(0, 106, 142, 0.5);
}

.site {
	position: relative;
	overflow-x: hidden;
}

footer {
	background: #004F78;
	color: #fff;
	padding-top: 60px;
	margin-top: 35px;
}

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

.footer-bottom > .wpb_column > .vc_column-inner > .wpb_wrapper {
	height: 100%;
	position: relative;
	padding-top: 35px;
}

.footer-bottom-left > .vc_column-inner > .wpb_wrapper {
	padding-right: 40px;
}

.footer-bottom-left > .vc_column-inner > .wpb_wrapper:before {
	content: '';
	height: 100%;
	width: 9999px;
	background: #006A8E;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}

.footer-bottom-right > .vc_column-inner > .wpb_wrapper {
	padding-left: 40px;
}

.footer-bottom-right > .vc_column-inner > .wpb_wrapper:before {
	content: '';
	height: 100%;
	width: 9999px;
	background: #006A8E;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

.footer-bottom h5 {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 11px !important;
}

.footer-bottom a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

.footer-bottom p {
	margin-top: 0;
}

.flogo {
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.footer-bottom-left > .vc_column-inner > .wpb_wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	}
	.footer-bottom-left > .vc_column-inner > .wpb_wrapper:before {
	right: -100px;
	}
	.footer-bottom-right > .vc_column-inner > .wpb_wrapper {
	padding-left: 15px;
	padding-right: 15px;
	}
	.footer-bottom-right > .vc_column-inner > .wpb_wrapper:before {
	left: -100px;
	}
	.flogo {
	text-align: center !important;
	}
	.flogo img {
	max-height: 120px;
	width: auto;
	}
}

.social-icon {
	display: inline-block;
	margin-bottom: 20px;
}

.social-icon .ns-cwi-icon {
	padding-right: 5px;
}

.social-icon a {
	color: #7FB4C6;
	font-size: 24px;
}

.social-icon a:hover {
	color: #c6dde5;
}

.footer-nav {
	margin-bottom: 35px;
}

.footer-nav-title {
	position: relative;
	padding-left: 26px;
}

.footer-nav-title:before {
	content: '';
	width: 17px;
	height: 22px;
	display: block;
	position: absolute;
	background: url(../images/footer-p.svg) no-repeat;
	left: 0;
}

.footer-nav-title a {
	color: #7FB4C6;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.44;
}

.footer-nav-title a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-nav ul a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.86;
}

.footer-nav ul a:hover {
	color: #7FB4C6;
}

header {
	position: relative;
	z-index: 20;
}

.header-top {
	background: #004F78;
	padding: 13px 0 14px 0;
	overflow: visible !important;
}

@media screen and (max-width: 991px) {
	.header-top {
	display: none;
	}
}

.top-nav {
	float: right;
}

.top-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-nav li {
	display: inline-block;
	padding: 0 13px;
	border-right: 1px solid #8BABD1;
}

.top-nav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: "Titillium Web", sans-serif;
	line-height: 1;
	display: block;
}

.top-nav a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 1200px) and (max-width: 1319px) {
	.top-nav li {
		padding: 0 8px;
	}

	.top-nav a {
		font-size: 13px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.top-nav li {
		padding: 0 6px 0 3px;
	}

	.top-nav a {
		font-size: 11px;
	}
}

@media screen and (max-width: 991px) {
	.top-nav {
	float: none;
	}
	.top-nav li {
	padding: 0;
	border-right: none;
	}
}

.header-top .social-icon {
	margin-bottom: 0;
}

.header-top .social-icon .ns-cwi-icon {
	display: block;
}

.header-top .social-icon a {
	display: block;
	line-height: 1;
}

.header-bottom-section {
	background-position: center center;
	background-size: cover;
	padding-top: 10px !important;
}

@media screen and (max-width: 991px) {
	.header-bottom-section {
	background: #004F78;
	background-image: none;
	background-size: 0;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	}
}

.logo img {
	max-height: 89px;
	width: auto;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.logo img {
	max-height: 70px;
	width: auto;
	}
}

@media screen and (max-width: 991px) {
	.logo img {
	max-height: 65px;
	width: auto;
	}
}

@media screen and (max-width: 767px) {
	.logo img {
	max-height: 52px;
	width: auto;
	}
}

.promo {
	min-height: 342px;
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	text-decoration: none;
}

.promo-inner {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #006a8e;
	background: -webkit-gradient(linear, left bottom, left top, from(#006a8e), to(rgba(0, 106, 142, 0)));
	background: linear-gradient(0deg, #006a8e 0%, rgba(0, 106, 142, 0) 100%);
	height: 40%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.promo:hover .promo-inner {
	height: 70%;
}

.promo-inner h3 {
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	margin: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.promo:hover .promo-inner h3 {
	padding-bottom: 40px;
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.promo {
		min-height: 280px;
	}
}

.study-section {
	background-size: cover;
	background-position: center center;
	padding-top: 45px !important;
	padding-bottom: 30px;
}

.study-card-small {
	background: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.scs-head {
	background: #006A8E;
	border-top: 5px solid #FFA200;
	padding: 11px 35px;
}

@media screen and (max-width: 767px) {
	.scs-head {
	padding: 11px 25px;
	}
}

.scs-subtitle {
	font-family: "Titillium Web", sans-serif;
	color: #7FB4C6;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.scs-head h3 {
	margin: 0;
}

.scs-head h3 a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.scs-head h3 a:hover {
	color: #7FB4C6;
}

.scs-body {
	padding: 20px 35px;
	padding-top: 5px;
}

@media screen and (max-width: 767px) {
	.scs-body {
	padding: 20px 25px;
	}
}

.study-main-section {
	padding-top: 50px !important;
	background-position: center center;
	background-size: cover;
}

.study-card > .wpb_column > .vc_column-inner > .wpb_wrapper {
	background: #fff;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.sc-head > .wpb_column > .vc_column-inner > .wpb_wrapper {
	background: #006A8E;
	border-top: 5px solid #FFA200;
	padding: 11px 30px;
	font-family: "Titillium Web", sans-serif;
	color: #7FB4C6;
	font-size: 15px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.sc-head > .wpb_column > .vc_column-inner > .wpb_wrapper {
	border-bottom: 1px solid #fff;
	padding: 11px 20px;
	}
}

.sc-head .wpb_text_column {
	margin-bottom: 0 !important;
}

.sc-head p {
	margin: 0;
}

.sc-head h3 {
	margin: 0;
}

.sc-head h3 a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.sc-head h3 a:hover {
	color: #7FB4C6;
}

.study-card .vc_tta-tabs .vc_tta-panels {
	background: transparent !important;
	border: none !important;
	padding: 0px !important;
	border-radius: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.study-card .vc_tta-tabs .vc_tta-tab.vc_active > a,
.study-card .vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
	background: #fff !important;
	color: #000 !important;
	font-weight: 800;
}

.vc_row.sc-body {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.vc_row.sc-body {
	margin-left: 0;
	margin-right: 0;
	}
}

.study-card .btn {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

.study-card .btn-default:after {
	float: right;
}

.r-slider-row .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.r-slider-item-wrap {
	padding: 0 15px;
}

.r-slider-item {
	height: 200px;
	width: 100%;
	display: block;
	position: relative;
	background-position: center center;
	background-size: cover;
	text-decoration: none;
	margin-bottom: 30px;
}

.r-slider-item-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: left;
	background: #006A8E;
	padding: 0 20px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.r-slider-item:hover .r-slider-item-content {
	background: #FFA200;
}

.r-slider-item-content h3 {
	color: #fff;
	margin: 13px 0;
}

.r-slider .slick-arrow {
	top: -80px;
}

.r-slider .slick-prev {
	left: 15px;
}

.r-slider .slick-next {
	right: 15px;
}

.r-slider.study-r-slider .slick-slide:nth-child(even) {
	margin-top: 30px;
}

.r-slider.sponsors-r-slider .r-slider-item {
	height: 180px;
	width: 100%;
	background-position: center center;
	background-size: 90%;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #E6EFF2;
	padding: 15px;
}

.r-slider.sponsors-r-slider .r-slider-item-content {
	display: none;
}

.r-slider.sponsors-r-slider .slick-arrow {
	top: auto;
	bottom: -25px;
}
.r-slider.sponsors-r-slider .slick-prev {
	margin-left: -50px;
	left: 50%;
}
.r-slider.sponsors-r-slider .slick-next {
	margin-right: -50px;
	right: 50%;
}

@media screen and (max-width: 767px) {
	.r-slider {
	margin-bottom: 35px;
	}
	.r-slider .slick-arrow {
	top: auto;
	bottom: -25px;
	}
	.r-slider .slick-prev {
	margin-left: -50px;
	left: 50%;
	}
	.r-slider .slick-next {
	margin-right: -50px;
	right: 50%;
	}
	.r-slider.study-r-slider .slick-slide:nth-child(even) {
	margin-top: 0;
	}

	.r-slider.sponsors-r-slider .r-slider-item {
		height: 100px;
	}
}

/*----- sidenav -----*/
.sidenav {
	margin-bottom: 60px;
	width: 100%;
	float: left;
	padding: 0;
	border-top: 1px solid #D9E8EC;
	font-family: "Titillium Web", sans-serif;
	margin-top: 15px;
}

.sidenav .sidenav-title {
	border-bottom: 1px solid #FFA200;
	text-transform: uppercase;
	width: 100%;
	padding: 28px 0 22px 0;
}

.sidenav-title:before {
	display: none;
}

.sidenav-title h2 {
	color: #fff;
	font-size: 18px;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.sidenav li {
	border-bottom: 1px solid #D9E8EC;
	float: left;
	width: 100%;
}

/*.sidenav li:last-child {
	border-bottom: none;
}*/
/*.sidenav .page_item_has_children.current-menu-item,
.sidenav .page_item_has_children.current-page-ancestor {
	padding-bottom: 0;
}*/
.sidenav a {
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	color: #4E5253;
	float: left;
	line-height: 1.3;
	width: 100%;
	padding: 14px 0;
	padding-left: 10px;
	padding-right: 15px;
	text-decoration: none;
}

.sidenav a:hover {
	color: #006A8E;
	text-decoration: none;
	background: #EFFBFF;
}

/*.sidenav a:before {
	content: '\f1db';
	font-family: fontAwesome;
	font-size: 9px;
	font-weight: bold;
	float: left;
	width: 20px;
	margin-top: 5px;
	margin-left: -20px;
}

.sidenav a:hover:before {
	content: '\f111';
}*/
.sidenav li.current-menu-item,
.sidenav li.current-page-ancestor {
	background: #EFFBFF;
}

.sidenav li.current-menu-item > a,
.sidenav li.current-page-ancestor > a {
	color: #006A8E;
	font-weight: 600;
}

/*.sidenav li.current-menu-item>a:before,
.sidenav li.current-page-ancestor>a:before {
	content: '\f111';
}*/
ul[class^="sub-menu-"] {
	padding-left: 10px;
	display: none;
	padding-bottom: 15px;
}

.sidenav .current-menu-item > ul[class^="sub-menu-"],
.sidenav .current-page-ancestor > ul[class^="sub-menu-"] {
	display: block;
}

.sidenav .sub-menu-1 li {
	border-bottom: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.sidenav .sub-menu-1 a {
	font-weight: 400;
	width: auto;
	padding: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-size: 15px;
}

.sidenav .sub-menu-2 li {
	border-bottom: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sidenav .sub-menu-2 a {
	font-weight: 400;
	width: auto;
	padding: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-size: 14px;
}

.sidenav .sub-menu-1 a:hover,
.sidenav .sub-menu-1 li.current-menu-item > a,
.sidenav .sub-menu-1 li.current-page-ancestor > a {
	padding-left: 15px;
	position: relative;
	font-weight: 600;
}

.sidenav .sub-menu-1 a:hover:before,
.sidenav .sub-menu-1 li.current-menu-item > a:before,
.sidenav .sub-menu-1 li.current-page-ancestor > a:before {
	content: '';
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	background-image: url(../images/sidenav-arrow.svg);
	background-repeat: no-repeat;
}

.sidenav-toggle {
	border-bottom: 1px solid #D9E8EC;
	display: block;
	padding: 14px 0;
	padding-left: 10px;
	padding-right: 15px;
	font-weight: 700;
	background: #006A8E;
	color: #fff;
	display: none;
}

.sidenav-toggle:before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
	display: inline-block;
	transition: 0.3s;
}

@media screen and (max-width: 767px) {
	.sidenav-toggle {
		display: block;
	}

	.sidenav {
		margin-bottom: 20px;
	}

	.sidenav > ul {
		display: none;
	}

	.sidenav.open {
		margin-bottom: 40px;
	}

	.sidenav.open > ul {
		display: block;
	}

	.sidenav.open .sidenav-toggle:before {
		transform: rotate(45deg);
	}
}

.title-banner-wrap {
	margin-bottom: 15px;
}

.title-banner {
	min-height: 350px;
	position: relative;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.title-banner-content {
	color: #fff;
	width: 538px;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 50px 100px 20px 60px;
	overflow: hidden;
	z-index: 1;
}

.title-banner-content:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50px;
	-webkit-transform: skew(-16deg);
			transform: skew(-16deg);
	margin-left: -50px;
	background: rgba(0, 106, 142, 0.75);
	z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.title-banner {
	min-height: 250px;
	margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.title-banner {
	min-height: 200px;
	margin-top: 15px;
	}
	.title-banner p {
	font-size: 13px;
	}
	.title-banner-content {
	width: 280px;
	padding: 20px 60px 20px 20px;
	}
}

.ns-breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	margin-top: 13px;
	color: #A0A09F;
}

.ns-breadcrumbs li {
	display: inline;
}

.ns-breadcrumbs li:after {
	content: ' /';
}

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

.ns-breadcrumbs li a {
	color: #4E5253;
	text-decoration: none;
}

.ns-breadcrumbs li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.ns-breadcrumbs {
		font-size: 12px;
	}
}

.main-slider .slick-track {
    display: flex;
}

.main-slider .slick-slider {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
}

.main-slider .slick-slide {
	background-position: right center;
	background-size: 60%;
	position: relative;
	overflow: hidden;
	height: inherit !important;
	background-repeat: no-repeat;
	background-color: #006A8E;
}

.main-slider .slick-slide .container,
.main-slider .slick-slide .vc_tta-panel-body,
.main-slider .slick-slide .vc_tta-panel-body > .vc_row {
	height: 100%;
}

.main-slider-content {
	min-height: 386px !important;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 50px 120px 30px 60px !important;
	overflow: hidden;
	height: 100%;
}

.main-slider-content:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 60px;
	-webkit-transform: skew(-16deg);
			transform: skew(-16deg);
	margin-left: -60px;
	/* background: rgba(0, 106, 142, 0.75); */
	background: #006A8E;
	z-index: -1;
}

.main-slider-content .btn {
	color: #fff;
}

.main-slider .slider-title,
.main-slider .slider-title p,
.main-slider .slider-title a {
	font-size: 30px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

.main-slider .vc_ns_content-slider-container .slick-arrow {
	border-color: #fff;
	color: #fff;
}

.main-slider .vc_ns_content-slider-container .slick-arrow:hover {
	border-color: #FFA200;
	color: #FFA200;
}

.main-slider .vc_ns_content-slider-container .slick-prev {
	bottom: 20px;
	right: 70px;
}

.main-slider .vc_ns_content-slider-container .slick-next {
	bottom: 20px;
	right: 20px;
}

.main-slider .vc_ns_content-slider-container .slick-dots {
	display: block !important;
	text-align: left;
	position: absolute;
	bottom: 0;
	margin-bottom: 25px;
	margin-left: 50px;
}

.main-slider .vc_ns_content-slider-container .slick-dots li button {
	background: transparent;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 0;
}

.main-slider .vc_ns_content-slider-container .slick-dots li button:hover {
	background: #fff;
	border: 1px solid #fff;
}

.main-slider .vc_ns_content-slider-container .slick-dots li.slick-active button {
	background: #fff;
}

@media screen and (min-width: 1200px) and (max-width: 1319px) {
	.main-slider-content {
		min-height: 342px !important;
		padding: 30px 120px 30px 40px !important;
	}

	.main-slider .slider-title, 
	.main-slider .slider-title p, 
	.main-slider .slider-title a {
		font-size: 28px;
	}

	.main-slider .vc_ns_content-slider-container .slick-dots {
		margin-bottom: 25px;
		margin-left: 30px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.main-slider .slick-slide {
		background-size: 62%;
	}

	.main-slider-content {
		min-height: 288px !important;
		padding: 25px 120px 25px 40px !important;
	}

	.main-slider .slider-title, 
	.main-slider .slider-title p, 
	.main-slider .slider-title a {
		font-size: 24px;
	}

	.main-slider .slider-title p {
		margin-top: 15px;
	}

	.main-slider .vc_ns_content-slider-container .slick-dots {
		margin-bottom: 20px;
		margin-left: 25px;
	}
}

/* @media screen and (min-width: 768px) and (max-width: 991px) {
	.main-slider {
		margin-top: 20px;
	}

	.main-slider .slick-slide {
		background-size: 57%;
	}

	.main-slider-content {
	min-height: 330px !important;
	padding: 30px 110px 25px 40px !important;
	}
	.main-slider .slider-title,
	.main-slider .slider-title p,
	.main-slider .slider-title a {
	font-size: 25px;
	margin-top: 0;
	}

	.main-slider .vc_ns_content-slider-container .slick-dots {
		margin-bottom: 20px;
		margin-left: 30px;
	}
} */

@media screen and (max-width: 991px) {
	.main-slider {
		margin-top: 15px;
	}

	.main-slider .slick-slide {
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.main-slider-content {
		min-height: 200px !important;
		padding: 25px 40px 25px 40px !important;
		max-width: 100%;
		width: 100%;
		background: #006A8E;
		margin-top: 47%;
	}
	.main-slider-content:before {
		display: none;
	}
	.main-slider .slider-title,
	.main-slider .slider-title p,
	.main-slider .slider-title a {
	font-size: 24px;
	margin-top: 0;
	}
	.main-slider .wpb_text_column {
	margin-bottom: 20px;
	}

	.main-slider .vc_ns_content-slider-container .slick-dots {
		margin-bottom: 15px;
		margin-left: 25px;
	}
}

@media (max-width: 550px) {
	.main-slider-content {
	min-height: 0 !important;
	padding: 25px 40px 30px 25px !important;
	margin-top: 45%;
	}
	.main-slider p {
	margin-right: 45px;
	font-size: 13px;
	}
	.main-slider .slider-title,
	.main-slider .slider-title p,
	.main-slider .slider-title a {
	font-size: 20px;
	margin-top: 0;
	margin-right: 0;
	}
	.main-slider .wpb_text_column {
	margin-bottom: 15px;
	}
	.main-slider .vc_ns_content-slider-container .slick-prev {
	bottom: 20px;
	right: auto;
	left: 20px;
	display: none !important;
	}
	.main-slider .vc_ns_content-slider-container .slick-next {
	bottom: 20px;
	right: auto;
	left: 70px;
	display: none !important;
	}

	.main-slider .vc_ns_content-slider-container .slick-dots {
		display: block !important;
		text-align: left;
		position: absolute;
		bottom: 0;
		margin-bottom: 15px;
		margin-left: 20px;
	}

	.main-slider .vc_ns_content-slider-container .slick-dots li button {
		background: transparent;
		height: 15px;
		width: 15px;
		border-radius: 50%;
		border: 1px solid #fff;
		font-size: 0;
	}

	.main-slider .vc_ns_content-slider-container .slick-dots li button:hover {
		background: #fff;
		border: 1px solid #fff;
	}

	.main-slider .vc_ns_content-slider-container .slick-dots li.slick-active button {
		background: #fff;
	}

}

.fp-p {
	padding-left: 120px;
	padding-right: 120px;
}

@media screen and (max-width: 991px) {
	.fp-p {
	padding-left: 0;
	padding-right: 0;
	}
}

/*
File
*/
.file-wrap {
	background: #E6EFF2;
	margin-bottom: 7px;
	padding: 12px 120px 12px 20px;
	width: 100%;
	position: relative;
	display: inline-block;
}

@media (max-width: 767px) {
	.file-wrap {
	padding: 12px 110px 12px 10px;
	}
}

.file-wrap + *:not(.file-wrap) {
	margin-top: 20px;
}

.file-wrap:last-of-type {
	margin-bottom: 35px;
}

.study-program-content .file-wrap:last-of-type {
	margin-bottom: 10px;
}

.wpb_text_column + .file-wrap {
	margin-top: -15px;
}

.file-wrap a {
	font-weight: 600;
	color: #006A8E;
	font-size: 15px;
	float: left;
	text-decoration: none;
}

.file-wrap a:hover {
	text-decoration: underline;
}

a.file-dl-btn {
	float: right;
	background: #006A8E;
	color: #fff;
	position: absolute;
	padding: 0 15px;
	font-weight: 400;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
}

a.file-dl-btn:hover {
	background: #0081ad;
	text-decoration: none;
}

a.file-dl-btn:before {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/dl.svg) no-repeat;
	position: relative;
	top: 50%;
	margin-top: -12px;
}

/*
Events
*/
.event-filters {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-bottom: 35px;
	margin-top: 12px;
}

.event-filters li {
	display: inline-block;
}

.event-filters li a {
	font-weight: 700;
	text-decoration: none;
	display: block;
	position: relative;
	margin-right: 15px;
}

.event-filters li a:before {
	content: '';
	width: 100%;
	height: 3px;
	background: transparent;
	position: absolute;
	bottom: -3px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.event-filters li a:hover:before {
	background: #006A8E;
}

.event-filters li a.active:before,
.event-filters li a.active:hover:before {
	background: #FFA200;
}

.event-item-wrap {
	width: 100%;
	border: 1px solid #E6EFF2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	background: #fff;
}

.event-item-date-box {
	width: 90px;
	-ms-flex-preferred-size: 90px;
		flex-basis: 90px;
	-webkit-box-flex: 0;
		-ms-flex-positive: 0;
			flex-grow: 0;
	-ms-flex-negative: 0;
		flex-shrink: 0;
	position: relative;
	padding-left: 5px;
	border-right: 1px solid #E6EFF2;
}

.event-item-date-box:before {
	content: '';
	width: 5px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	background: #004F78;
}

.event-item-wrap.id282 .event-item-date-box:before {
	background: #61DBAC;
}

.event-item-wrap.id111 .event-item-date-box:before {
	background: #FFC400;
}

.event-item-wrap.id116 .event-item-date-box:before {
	background: #A0A09F;
}

.event-item-wrap.id484 .event-item-date-box:before {
	background: #FB7724;
}

.event-item-wrap.id493 .event-item-date-box:before {
	background: #EF5858;
}

.event-item-wrap.id745 .event-item-date-box:before {
	background: #56ADB6;
}

.event-item-wrap.id750 .event-item-date-box:before {
	background: #5270B6;
}

.event-item-date {
	padding: 12px 3px;
	text-align: center;
	line-height: 20px;
}

.event-item-time {
	width: 100%;
	border-top: 1px solid #E6EFF2;
	text-align: center;
	padding: 11px 5px;
}

.date-day {
	font-size: 18px;
	font-weight: 700;
	display: block;
}

.date-month {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.date-month-num {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
}

.date-from {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	line-height: normal;
}

.date-dash {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	vertical-align: top;
}

.date-to {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	line-height: normal;
}

.date-year {
	font-size: 16px;
	font-weight: 400;
	vertical-align: top;
}

.date-single {
	font-size: 18px;
	font-weight: 700;
	padding-top: 8px;
}

.event-item-title-box {
	width: 100%;
	padding: 13px 20px;
	font-size: 14px;
}

.event-item-cat {
	font-size: 11px;
	text-transform: uppercase;
	color: #004F78;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.event-item-wrap.id282 .event-item-cat {
	color: #61DBAC;
}

.event-item-wrap.id111 .event-item-cat {
	color: #FFC400;
}

.event-item-wrap.id116 .event-item-cat {
	color: #A0A09F;
}

.event-item-wrap.id484 .event-item-cat {
	color: #FB7724;
}

.event-item-wrap.id493 .event-item-cat {
	color: #EF5858;
}

.event-item-wrap.id745 .event-item-cat {
	color: #56ADB6;
}

.event-item-wrap.id750 .event-item-cat {
	color: #5270B6;
}

.event-item-title-box a,
.event-item-title-box a:visited {
	font-size: 16px;
	font-family: "Titillium Web", sans-serif;
	text-decoration: none;
	color: #4E5253;
	font-weight: 700;
}

.event-item-title-box a:hover {
	text-decoration: underline;
}

.post-img-cover {
	height: 170px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.event-item-title-box h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.news-item {
	margin-bottom: 25px;
}

.news-item .post-img-cover {
	margin-bottom: 5px;
}

.news-item h4 {
	margin-top: 5px;
	margin-bottom: 0;
}

.news-item h4 a,
.news-item h4 a:visited {
	color: #4E5253;
	text-decoration: none;
}

.news-item h4 a:hover {
	text-decoration: underline;
}

.news-item .post-cat {
	font-size: 11px;
	font-weight: 600;
}

.news-item .post-cat {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.news-item .post-date {
	font-size: 12px;
	color: #A0A09F;
}

.news-item .post-date:before {
	content: '/ ';
}

.fp-events-section {
	padding-left: 25px !important;
}

@media screen and (max-width: 767px) {
	.fp-events-section {
	padding-left: 0 !important;
	}
}

.activity-section,
.research-section {
	padding-top: 45px;
}

.vc_ns_content-slider-container .slick-dots {
	list-style: none;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 10px;
}

.vc_ns_content-slider-container .slick-dots li {
	height: auto;
	width: auto;
	display: inline-block;
	margin: 4px 7px;
}

.vc_ns_content-slider-container .slick-dots li button:before {
	display: none;
}

.vc_ns_content-slider-container .slick-dots li button {
	background: transparent;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid #006A8E;
	font-size: 0;
}

.vc_ns_content-slider-container .slick-dots li button:hover {
	background: #006A8E;
	border: 1px solid #006A8E;
}

.vc_ns_content-slider-container .slick-dots li.slick-active button {
	background: #006A8E;
}

.quotes-section {
	color: #fff;
	background-size: cover;
	background-position: center center;
}

.quotes-section p {
	font-size: 17px;
}

.quotes-section .wpb_text_column {
	margin-bottom: 0;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
}

.quotes-section .wpb_text_column:before {
	content: '';
	width: 40px;
	height: 28px;
	background: url(../images/quote.svg) no-repeat;
	display: block;
	position: absolute;
	left: 0;
}

.quotes-section .wpb_text_column:after {
	content: '';
	width: 40px;
	height: 28px;
	background: url(../images/quote.svg) no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.quotes-section .slick-dots li button {
	border: 1px solid #fff;
}

.quotes-section .slick-dots li button:hover {
	background: #fff;
	border: 1px solid #fff;
}

.quotes-section .slick-dots li.slick-active button {
	background: #fff;
}

.quotes-section.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 30px;
}

@media screen and (max-width: 991px) {
	.quotes-section .wpb_text_column {
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	}
	.quotes-section .wpb_text_column:before {
	top: 0;
	}
}

@media (max-width: 767px) {
	.quotes-section .slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.quotes-section .slick-dots li {
		margin: 4px;
	}
}

/*
gallery
*/
.ns-gallery-el:after {
	content: '';
	display: table;
	clear: both;
}

.ns-gallery {
	float: left;
}

.nsg-p2 {
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: 33px;
	width: calc(100% + 4px);
}

.nsg-p5 {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 30px;
	width: calc(100% + 10px);
}

.nsg-p10 {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 25px;
	width: calc(100% + 20px);
}

.nsg-p15 {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
	width: calc(100% + 30px);
}

.nsg-p2 .nsg-gitem {
	padding: 2px;
}

.nsg-p5 .nsg-gitem {
	padding: 5px;
}

.nsg-p10 .nsg-gitem {
	padding: 10px;
}

.nsg-p15 .nsg-gitem {
	padding: 15px;
}

.nsg-c10 {
	width: 10%;
}

.nsg-c6 {
	width: 16.666%;
}

.nsg-c5 {
	width: 20%;
}

.nsg-c4 {
	width: 25%;
}

.nsg-c3 {
	width: 33.333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nsg-c10 {
	width: 10%;
	}
	.nsg-c6 {
	width: 16.666%;
	}
	.nsg-c5 {
	width: 20%;
	}
	.nsg-c4 {
	width: 25%;
	}
	.nsg-c3 {
	width: 33.333%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.nsg-c10 {
	width: 20%;
	}
	.nsg-c6 {
	width: 25%;
	}
	.nsg-c5 {
	width: 33.333%;
	}
	.nsg-c4 {
	width: 25%;
	}
	.nsg-c3 {
	width: 33.333%;
	}
}

@media (max-width: 767px) {
	.nsg-c10 {
	width: 50%;
	}
	.nsg-c6 {
	width: 50%;
	}
	.nsg-c5 {
	width: 50%;
	}
	.nsg-c4 {
	width: 50%;
	}
	.nsg-c3 {
	width: 100%;
	}
}

.nsg-r1-1 {
	padding-bottom: 100%;
}

.nsg-r4-3 {
	padding-bottom: 75%;
}

.nsg-r3-2 {
	padding-bottom: 66.666%;
}

.nsg-r16-9 {
	padding-bottom: 56.25%;
}

.nsg-gitem {
	float: left;
}

.nsg-img-container {
	position: relative;
	overflow: hidden;
	background: #f1f1f1;
	display: block;
}

.nsg-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
}

.border-back-section {
	background: #E6EFF2;
	padding-bottom: 20px;
	padding-top: 45px !important;
}

.border-back-section .btn {
	margin-bottom: 35px;
}

.quick-links {
	padding-top: 45px;
}

.quick-links .btn {
	margin-bottom: 20px;
}

.page-item a {
	text-decoration: none;
	color: #4E5253;
	font-weight: 400;
	font-size: 16px;
}

.page-item a:hover {
	text-decoration: underline;
}

.obvestilo-item {
	font-size: 12px;
	color: #A0A09F;
}

.obvestilo-item {
	margin-bottom: 35px;
}

.obvestilo-item h4 {
	margin: 0;
}

.obvestilo-item h4 a {
	color: #4E5253;
	text-decoration: none;
}

.obvestilo-item h4 a:hover {
	color: #006A8E;
}

.study-btn-row {
	padding-top: 15px;
	padding-bottom: 5px;
}

.study-btn-row .btn {
	margin-bottom: 35px;
}

.research-centers-section {
	padding-top: 45px;
}

.research-institute-section {
	padding-bottom: 25px;
}

.fp-events-section .loop-container {
	margin-bottom: 25px;
}

.fp-news-section .loop-container {
	margin-bottom: 9px;
}

.fp-events-section .btn,
.fp-news-section .btn {
	margin-bottom: 35px;
}

.fp-live-section {
	padding-bottom: 25px;
}

.publication-item .wpb_wrapper {
	border: 1px solid #E6EFF2;
	margin-bottom: 30px;
}

.publication-title {
	margin: 0;
	padding: 0;
	border-top: 1px solid #E6EFF2;
}

.publication-title a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	color: #4E5253;
}

.publication-item .post-img-cover-wrapper {
	padding: 10px;
	display: block;
}

.publication-item .post-img-cover {
	padding-bottom: 141%;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
}

.publication-item .wpb_wrapper:hover {
	border: 1px solid #c4dae1;
}

.publication-item .wpb_wrapper:hover .publication-title {
	border-top: 1px solid #c4dae1;
}

.publication-item .wpb_wrapper:hover .publication-title a {
	color: #006A8E;
}

.publication-img-col .post-img-cover {
	padding-bottom: 141%;
	height: auto;
}

.bober-section p {
	font-size: 16px;
	margin-top: 0;
}

.wpcf7-form {
	background: #E6EFF2;
	padding: 35px 40px 15px 40px;
	margin-bottom: 55px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"] {
	border: 1px solid #c4dae1;
	background: #fff;
	color: #4E5253;
}

.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="password"]:hover,
.wpcf7-form input[type="search"]:hover
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form textarea:hover {
	border: 1px solid #b0cdd6;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="search"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
	border: 1px solid #006A8E;
}

.wpcf7-form label {
	font-weight: 700;
}

.wpcf7-form h3 {
	margin-top: 0;
}

.wpcf7-form p {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.wpcf7-form .btn {
	margin-top: 10px;
}

span.wpcf7-list-item {
	margin: 0;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 15px 15px 12px 15px;
	margin-bottom: 15px;
	color: #8C0303;
	border: none;
	color: #fff;
}

div.wpcf7-mail-sent-ok {
	background: #014011;
	border: none;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #8C0303;
	border: none;
}

div.wpcf7-spam-blocked {
	background: #BF5B04;
	border: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	background: #D9A404;
	border: none;
}

span.wpcf7-not-valid-tip {
	color: #8C0303;
}

.clasic-subpage-list .subpages-list {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.clasic-subpage-list .subpages-list > div {
	width: 33.33%;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 30px;
}

.clasic-subpage-list .page-item {
	margin: 0;
	height: 100%;
}

.clasic-subpage-list .subpages-list > div a {
	display: block;
	color: #4E5253;
	background: #E6EFF2;
	border: 1px solid #E6EFF2;
	padding: 15px;
	height: 100%;
	font-weight: 700;
	min-height: 87px;
}

.clasic-subpage-list .subpages-list > div a:hover {
	color: #4E5253;
	border: 1px solid #9a9fa0;
	background: #E6EFF2;
	text-decoration: none;
}

.clasic-subpage-list .subpages-list > div a:active,
.clasic-subpage-list .subpages-list > div a:focus,
.clasic-subpage-list .subpages-list > div a:active:focus,
.clasic-subpage-list .subpages-list > div a:active:hover {
	color: #4E5253;
	border: 1px solid #4E5253;
	background: #E6EFF2;
	-webkit-box-shadow: none;
			box-shadow: none;
	outline: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.clasic-subpage-list .subpages-list > div {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.clasic-subpage-list .subpages-list > div {
		width: 100%;
	}
}

.content-col .vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.employee-card {
	border: 1px solid #E6EFF2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	margin-bottom: 30px;
	background: #fff;
}

.ec-img-wrap {
	width: 30%;
}

.ec-img {
	width: 100%;
	padding-bottom: 125%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.ec-content {
	padding: 25px 30px 15px 30px;
	width: 70%;
}

.ec-content-holder {
	margin: 8px 0;
}

.ec-title {
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
}

.ec-function {
	font-size: 12px;
	color: #4E5253;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1.4;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.ec-content {
	font-size: 13px;
	padding: 20px 20px 15px 20px;
	}
	.ec-title {
	font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.ec-content {
	font-size: 12px;
	padding: 20px 20px 15px 20px;
	}
	.ec-title {
	font-size: 16px;
	}
}

.alphabet-letters-container {
	margin-bottom: 35px;
	margin-top: 15px;
}

.alphabet-letters {
	display: table;
	margin-left: -2px;
	margin-right: -2px;
}

.letter-wrap {
	display: table-cell;
	width: 1%;
	padding: 0 2px;
}

.letter,
.letter:visited {
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #E6EFF2;
	text-transform: uppercase;
	color: #4E5253;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
}

.letter:hover {
	text-decoration: none;
	color: #006A8E;
	border: 1px solid #006A8E;
}

.letter.active,
.letter.active:hover {
	border: 1px solid #E6EFF2;
	background: #E6EFF2;
}

@media (max-width: 1199px) {
	.alphabet-letters {
	margin-left: -2px;
	margin-right: -2px;
	}
	.letter-wrap {
	padding: 0 2px;
	}
	.letter {
	padding: 6px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.alphabet-letters {
	margin-left: -1px;
	margin-right: -1px;
	}
	.letter-wrap {
	padding: 0 1px;
	}
	.letter {
	padding: 5px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.letter-wrap {
	padding: 0 1px;
	}
	.letter {
	padding: 6px 4px;
	font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.alphabet-letters-container {
	position: relative;
	display: block;
	width: 100%;
	height: 37px;
	overflow: hidden;
	}
	.alphabet-letters-container:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 25px;
	background: white;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
	}
	.alphabet-letters-strip {
	width: 100%;
	overflow: auto;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	padding-bottom: 20px;
	}
	.alphabet-letters {
	padding-right: 20px;
	}
}

.alphabet-list-container .vc_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.alphabet-list-container .vc_row:before {
	display: none;
}

.alphabet-list-container .vc_row .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.post-thumb {
	margin-bottom: 35px;
}

.field {
	margin-bottom: 15px;
}

.field p {
	margin: 0;
	line-height: 1.2;
}

.field-label {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 4px;
	color: #A0A09F;
}

.person-long-title {
	margin-bottom: 25px;
}

.wpb_content_element + .ns-gallery-el {
	margin-top: -25px;
}

.btn-cobiss,
.btn-sicris {
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 10px;
}

.obvestila-list .obvestilo-item {
	margin-bottom: 15px;
}

.obvestila-list .obvestilo-item .wpb_wrapper {
	border-bottom: 1px solid #E6EFF2;
	padding-bottom: 15px;
}

.read-more-btn {
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Titillium Web", sans-serif;
	cursor: pointer;
	color: #4E5253;
	margin-top: 15px;
	display: block;
}

.read-more-btn:hover {
	color: #006A8E;
}

.read-more-btn:after {
	content: ' \f309';
	font-family: 'Font Awesome 5 Free';
	color: #FFA200;
	font-weight: 600;
}

.read-more-btn.expanded:after {
	content: ' \f30c';
	font-family: 'Font Awesome 5 Free';
	color: #FFA200;
	font-weight: 600;
}

.event-info {
	margin-top: 10px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.event-info .btn {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}

.event-info-date {
	float: left;
	position: relative;
	padding-left: 23px;
	text-align: center;
}

.event-info-date:before {
	content: '\f073';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 18px;
	color: #4E5253;
	margin-right: 7px;
	margin-top: 7px;
	left: 0;
	position: absolute;
}

.event-info-time {
	float: left;
	font-size: 18px;
	font-weight: 700;
	padding-top: 7px;
	margin-left: 25px;
}

.event-info-time:before {
	content: '\f017';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 18px;
	color: #4E5253;
	margin-right: 7px;
}

.event-info-place {
	float: left;
	font-size: 18px;
	font-weight: 400;
	padding-top: 7px;
	margin-left: 25px;
}

.event-info-place:before {
	content: '\f3c5';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 18px;
	color: #4E5253;
	margin-right: 7px;
}

.event-info-first-line {
	border-bottom: 1px solid #E6EFF2;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.dep-prom-banner {
	padding-bottom: 50px;
	padding-top: 45px;
	position: relative;
}

.dep-prom-banner:before {
	content: '';
	position: absolute;
	width: 30px;
	top: 0;
	bottom: 0;
	left: 0;
	display: block !important;
}

.dep-prom-banner h3 {
	font-size: 50px;
	margin-bottom: 15px !important;
	text-transform: uppercase;
	color: #fff;
}

.dep-prom-banner h4 {
	padding: 5px 10px;
	margin-bottom: 20px !important;
	color: #fff;
}

.dep-prom-banner .btn {
	margin-right: 8px;
}

.dep-prom-banner .more-btn:after {
	content: '\f078';
}

.dep-prom-banner .more-btn.expanded:after {
	content: '\f077';
}

.dep-prom-banner .more-btn.expanded {
	background: #fff;
	color: #000;
}

.dep-prom-banner-more {
	position: relative;
	margin-top: 35px;
	padding-top: 40px;
	display: none;
}

.dep-prom-banner-more:before {
	content: '';
	top: 0;
	bottom: -50px;
	position: absolute;
	display: block !important;
	left: -1000px;
	right: -1000px;
}

.dep-prom-banner-more h4 {
	padding: 5px 0;
}

.dep-prom-banner.anglistika:before {
	background: #a31076;
}
.dep-prom-banner.anglistika {
	background: #c57aad;
	color: #fff;
}
.dep-prom-banner.anglistika h4 {
	background: #a31076;
}
.dep-prom-banner.anglistika .dep-prom-banner-more:before {
	background: #a31076;
}

.dep-prom-banner.filozofija:before {
	background: #144095;
}
.dep-prom-banner.filozofija {
	background: #7683bf;
	color: #fff;
}
.dep-prom-banner.filozofija h4 {
	background: #144095;
}
.dep-prom-banner.filozofija .dep-prom-banner-more:before {
	background: #144095;
}

.dep-prom-banner.geografija:before {
	background: #954e22;
}
.dep-prom-banner.geografija {
	background: #b9875e;
	color: #fff;
}
.dep-prom-banner.geografija h4 {
	background: #954e22;
}
.dep-prom-banner.geografija .dep-prom-banner-more:before {
	background: #954e22;
}

.dep-prom-banner.germanistika:before {
	background: #911a7c;
}
.dep-prom-banner.germanistika {
	background: #b97ab1;
	color: #fff;
}
.dep-prom-banner.germanistika h4 {
	background: #911a7c;
}
.dep-prom-banner.germanistika .dep-prom-banner-more:before {
	background: #911a7c;
}

.dep-prom-banner.madzarski:before {
	background: #721e78;
}
.dep-prom-banner.madzarski {
	background: #a372ab;
	color: #fff;
}
.dep-prom-banner.madzarski h4 {
	background: #721e78;
}
.dep-prom-banner.madzarski .dep-prom-banner-more:before {
	background: #721e78;
}

.dep-prom-banner.pedagogika:before {
	background: #a96e24;
}
.dep-prom-banner.pedagogika {
	background: #c5995c;
	color: #fff;
}
.dep-prom-banner.pedagogika h4 {
	background: #a96e24;
}
.dep-prom-banner.pedagogika .dep-prom-banner-more:before {
	background: #a96e24;
}

.dep-prom-banner.prevodoslovje:before {
	background: #6a4218;
}
.dep-prom-banner.prevodoslovje {
	background: #a58968;
	color: #fff;
}
.dep-prom-banner.prevodoslovje h4 {
	background: #6a4218;
}
.dep-prom-banner.prevodoslovje .dep-prom-banner-more:before {
	background: #6a4218;
}

.dep-prom-banner.psihologija:before {
	background: #0074bf;
}
.dep-prom-banner.psihologija {
	background: #5aa1d7;
	color: #fff;
}
.dep-prom-banner.psihologija h4 {
	background: #0074bf;
}
.dep-prom-banner.psihologija .dep-prom-banner-more:before {
	background: #0074bf;
}

.dep-prom-banner.slovanski:before {
	background: #522074;
}
.dep-prom-banner.slovanski {
	background: #977aaf;
	color: #fff;
}
.dep-prom-banner.slovanski h4 {
	background: #522074;
}
.dep-prom-banner.slovanski .dep-prom-banner-more:before {
	background: #522074;
}

.dep-prom-banner.sociologija:before {
	background: #005ca9;
}
.dep-prom-banner.sociologija {
	background: #7295cf;
	color: #fff;
}
.dep-prom-banner.sociologija h4 {
	background: #005ca9;
}
.dep-prom-banner.sociologija .dep-prom-banner-more:before {
	background: #005ca9;
}

.dep-prom-banner.umetnost:before {
	background: #955c28;
}
.dep-prom-banner.umetnost {
	background: #bb9164;
	color: #fff;
}
.dep-prom-banner.umetnost h4 {
	background: #955c28;
}
.dep-prom-banner.umetnost .dep-prom-banner-more:before {
	background: #955c28;
}

.dep-prom-banner.zgodovina:before {
	background: #e94e0e;
}
.dep-prom-banner.zgodovina {
	background: #f18146;
	color: #fff;
}
.dep-prom-banner.zgodovina h4 {
	background: #e94e0e;
}
.dep-prom-banner.zgodovina .dep-prom-banner-more:before {
	background: #e94e0e;
}

@media screen and (max-width: 767px) {
	.dep-prom-banner h3 {
		font-size: 30px;
		margin-bottom: 15px !important;
	}

	.dep-prom-banner:before {
		height: 30px;
		width: auto;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.project-content-col {
		margin-top: 15px;
	}
}

.project-content-col .btn-department {
	margin-bottom: 25px;
}

.project-list-content {
	margin-top: 15px;
}

.project-item-link {
	background: #E6EFF2;
	border: 1px solid #E6EFF2;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	text-decoration: none;
}

.project-item-link span {
	font-size: 13px;
	color: #A0A09F;
	text-decoration: none;
}

.project-item-link p {
	font-weight: 700;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 1.4;
}

.project-item-link .project-title-wrap {
	text-decoration: none;
}

.project-item-link .project-title-wrap:hover {
	text-decoration: underline;
}

.project-item-link .btn {
	margin-bottom: 0;
}

.project-item-link .project-id {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.project-leader:before {
	content: '\f406';
	font-family: 'Font Awesome 5 Free';
	margin-left: 10px;
	margin-right: 5px;
	font-weight: 700;
}

.ff-role:before {
	content: '\f6d1';
	font-family: 'Font Awesome 5 Free';
	margin-left: 10px;
	margin-right: 5px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.project-leader,
	.ff-role {
		display: block;
		margin-left: 0;
		margin-top: 4px;
	}

	.project-leader:before,
	.ff-role:before {
		margin-left: 0;
	}
}

.border-back-section .project-item-link {
	background: #fff;
	border: 1px solid #fff;
}

.program-accordion.vc_tta-accordion .vc_tta-title-text {
	text-transform: none;
}

.sponsors-section {
	background: #E6EFF2;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: -35px;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.sponsors-section {
		padding-bottom: 0;
		padding-top: 30px;
	}
}

.error-404 {
	margin-top: 250px;
	margin-bottom: 250px;
}

.error-404 h1 {
	color: #000;
}

/* project filters */
.projects-filters {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 12px;
}

.projects-filters li {
	display: inline-block;
	float: left;
}

.projects-filters li a {
	font-weight: 400;
	text-decoration: none;
	display: block;
	position: relative;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #006A8E;
	padding: 4px 10px;
	font-size: 12px;
}

.projects-filters li a:hover {
	background: #006A8E;
	color: #fff;
}

.projects-filters li a.active,
.projects-filters li a.active:hover {
	background: #006A8E;
	color: #fff;
}

.past-projects-filter h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.projects-filters li a .reset-project-filter {
	display: none;
}

.projects-filters li a.active .reset-project-filter {
	display: inline;
}

.projects-filters li a .reset-project-filter:before {
	content: '\f00d';
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-left: 8px;
	opacity: 0.6;
}

.projects-filters li a.active:hover .reset-project-filter:before {
	opacity: 1;
}

.title-for-department-events {
	margin-top: 0;
	margin-bottom: 25px;
}

.absolute-btn-right {
	position: absolute;
	top: 4px;
	right: 0;
}

.department-projects-container {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.single-person-img{
		text-align: center;
	}
	.single-person-img img {
		margin-bottom: 0 !important;
	}

	.single-person-separator {
		margin-bottom: 10px !important;
	}
}

.grecaptcha-badge {
	display: none !important;
}

/*accessibility toggle*/
.pojo-a11y-toolbar-toggle {
	bottom: 0;
	background: none;
	box-shadow: none !important;
}

.pojo-a11y-toolbar-toggle a {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
	text-decoration: none;
}

.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link:before {
	content: "\f29a";
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	display: block;
	line-height: 1;
	font-weight: 600;
}

.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link svg {
	display: none !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
	bottom: 10px !important;
	top: auto !important;
}

body.wpb-js-composer.pojo-a11y-grayscale {
	filter: none;
    -webkit-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

body.pojo-a11y-grayscale > * {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
}

.hidden {
	display: none !important; 
}

.language-selector-container {
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 5px 8px;
	float: right;
	margin-left: 15px;
	font-weight: bold;
	overflow: visible;
	transition: 0.2s;
	font-size: 16px;
	line-height: 1;
	color: #8BABD1;
}

.language-selector-container:hover, .language-selector-container.open {
	background-color: #022546;
	color: #fff;
}

.current-language {
	padding-left: 2px;
	padding-right: 8px;
}

.language-selector {
	background: #eee;
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	z-index: 100;
	display: none;
}

.language-selector-container.open .language-selector {
	display: block;
}

.language-selector .language {
	display: block;
	color: #022546;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.language-selector .language:hover {
	background: #022546;
	color: #fff;
}

@media (max-width: 992px) {
	.language-selector-container {
		padding: 0;
		float: none;
		margin-left: 0;
		font-size: 0;
		line-height: 1;
		background: transparent !important;
		margin-bottom: 30px;
	}

	.current-language {
		background-color: #022546;
		display: inline-block;
		padding: 18px 30px;
		text-decoration: none;
		text-align: center;
		margin: 0 6px;
	}

	.language-selector {
		background: transparent;
		position: static;
		display: block;
	}

	.language-selector .language {
		display: inline-block;
		padding: 15px 30px;
		text-decoration: none;
		text-align: center;
		margin: 0 6px;
		background: #fff;
	}
}