body {
	font-family: "IBM Plex Sans Regular", Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
}

a, a:visited {
	color:#fbf967;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color:#fff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.video-wrapper {
	max-width:640px;
	margin:15px auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn {
	border-radius:0;
	font-family: "IBM Plex Sans Semi-Bold", Helvetica, sans-serif;
	font-size:24px;
	line-height: 28px;
	padding: 10px 30px;
}

.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
	color: #24345e;
	background-color: #fbf967;
	border-color: #fbf967;
	text-decoration:none !important;
}

.btn-primary:hover {
	color:#fbf967;
	background-color: #24345e;
	border-color: #24345e;
	text-decoration:none !important;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
	color: #24345e;
	background-color: #fbf967;
	border-color: #fbf967;
	text-decoration:none !important;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #24345e;
	border-color: #fff;
	text-decoration:none !important;
}

.form-control {
	border-radius:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "IBM Plex Sans Bold", Helvetica, sans-serif;
	margin:1.25em 0 .75em 0;
	padding:0;
}

h1 {
	font-size:2.25em;
	line-height: 1.1em;
	color:#fff;
	margin-top:0;
}

h2 {
	font-size:2em;
	line-height: 1.1em;
	color:#fff;
}

h3 {
	font-size:1.75em;
	line-height: 1.1em;
	color:#85d6f7;
}

h4 {
	font-size:1.5em;
	line-height: 1.1em;
	color:#fbf967;
}

h5 {
	font-size:1.35em;
	line-height: 1.1em;
	color:#fff;
}

h6 {
	font-size:1.15em;
	line-height: 1.1em;
	color:#00759a;
}

p {
	margin:0 0 15px 0;
	padding:0;
}

hr {
	border-top-color:#fff;
}

.sc-content-block-quick-insert {
	display:none !important;
}

.dnnSortable.ui-sortable, .dnnSortable.ui-droppable {
    padding: 0;
    width: 100%;
}

#dnnSearchResultAdvancedForm {
	color:#000;
}

img {
	max-width:100%;
	height:auto;
}

.PopupImage {
	cursor:pointer;
}

.animatedModule {
	visibility:hidden;
}

.container {
	width:auto;
	max-width:1170px;
}

ul.twoCol {
	columns:2;
}

ul.twoCol li {
	break-inside: avoid-column;
}

/* SCROLL UP */

#scrollUp {
	bottom: 5px;
	right: 20px;
	padding: 5px;
	color: #cbcbbd;
	font-size:42px;
	line-height:24px;
	opacity:0.50;
	text-align:center;
}

#scrollUp:hover {
	opacity:0.9;
}

.ScrollUpLabel {
	font-size:18px;
	line-height:18px;
	display:block;
	padding-top:3px;
}

header, footer {
	position:relative;
	padding:20px 0;
	font-family:"IBM Plex Sans Medium";
}

header {
	background:url(images/bg-header.png) repeat-x top center #fff	;
	background-size:auto 100%;
}

footer {
	background:url(images/bg-footer.png) repeat-x top center #24345e;
	background-size:auto 100%;
}

footer {
	padding:45px 0;
	line-height: 18px;
	font-size: 14px;
	color:#c6e4f9;
	border-bottom: 60px solid #fbf967;
	font-family:"IBM Plex Sans Regular";
}

	header .container, footer .container {
		display:flex;
	}
	
	footer .container {
		align-items: center;		
	}
	
	footer a {
		color:#fbf967;
	}
	
	footer a:hover {
		color:#fff;
	}

		.headerLeft {
			flex-grow: 1;
			padding-right: 15px;
		}
		
			.headerLeft img, .footerLeft img {
				max-height:150px;
			}

		.footerCenter {
			padding:0 45px;
		}

		.headerRight, .footerRight {
			display:flex;
			flex-direction: column;
			align-items: end;
		}
		
		.footerRight {
			flex-grow:1;
		}
		
			footer .socialIcons {
				padding-bottom:0;
			}
		
			.socialIcons {
				padding-bottom: 20px;
			}
		
				.socialIcons ul {
					margin:0;
					padding:0;
					display:flex;
				}
				
					.socialIcons ul li {
						list-style: none;
						float: left;
					}

						.socialIcons .localizationMobile {
							display:none;
						}

						.socialIcons ul li a {
							display: block;
							font-size: 18px;
							line-height: 20px;
							padding: 6px 5px;
							width: 35px;
							height: 35px;
							color: #23335d	;
							background: #a3daf0;
							text-align: center;
							border-radius: 30px;
							margin: 0 4px;
						}
						
							.socialIcons ul li a:hover {
								background:#fbf967;
							}
		
			.headerContact {
				display:flex;
			}
			
				.headerPhone {
					padding-right:15px;
				}
				
					.headerPhone a {
						color:#23335d;
						font-family:"IBM Plex Sans Semi-Bold";
						font-size: 18px;
						line-height: 28px;
					}
					
						.headerPhone a:hover {
							color: #fbf967;
						}
		
				.localization {
					
				}
				
				.localizationMobile, .searchMobile {
					display:none;
				}
				
					.localizationMobile a {
						color:#19219b;
						font-size:35px;
					}
		
			.headerLinks {
				
			}
			
	footer .footerSxs {
		display:flex;
		flex-direction:row;
		align-items: center;
		margin-top:30px;
	}
	
	footer .footerSxs p {
		margin-left:15px;
		text-align:left;
	}
			
.mobileMenu {
	position:absolute;
	right:0;
	bottom:15px;
}

	.btnMobileMenu {
		display:none;
		font-size:60px;
		color:#24345e;
		line-height: 75px;
		padding:7px 15px 0;
	}
	
	.btnMobileMenu a:hover, .btnMobileMenu:focus, .btnMobileMenu:hover, .menuActive .btnMobileMenu {
		color:#80c8e5;
	}
	
	.mobileMenuContainer {
		margin-left:9px;
	}
	
	.btnMobileMenu .faLabel {
		padding-left: 6px;
	}

nav.mobile {
	position:relative;
	display:none;
}

.pageContent {
	background:#24345e;
	color:#fff;
	overflow: hidden;
	/*z-index: -999;
	position: relative;*/
}

/*	.pageContent a {
		color:#fbf967;
	}
	
	.pageContent a:hover {
		color:#fff;
	}*/

.notificationPane {
	text-align:center;
	display:none;
	width:100%;
	z-index:999;
}

	.notificationPane .dnnDragHint {
		display:none;
	}
	
	.notificationPane .alert-red {
		
	}
	
	.notificationPane .alert {
		background:#fff625 ;
		margin-bottom:0;
		border-radius:0;
		padding-left:10px;
		padding-right:10px;
	}
	
	.notificationPane, .notificationPane .Normal {
		color:#34424e;
		font-size:14px;
		line-height:18px;
		font-weight:bold;
	}
	
	.notificationPane p {
		margin:3px 0;
	}
	
	.notificationPane .dnnPrimaryAction {
		font-size:12px;
		line-height:18px;
		padding:3px 8px;
		margin: 0 5px;
		text-decoration:none !important;
		text-transform:uppercase;
	}
	
	.notificationPanefixed {
		position:fixed;
		z-index:9999;
		top:0;
	}
	
	.notificationPane.dnnModuleManager.dnnSortable {
		min-height:0 !important;
	}
	
	.notificationPane .alert-red {
		background:#e34444;
	}
	
	.notificationPane .alert-red, .notificationPane .alert-red .Normal {
		color:#fff;
	}


.carousel-control-prev, .carousel-control-next {
	width:30px;
	opacity:0.25;
}

.carousel-control-prev .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23232a75' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23232a75' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity:0.75;
}

.carousel-indicators {
	margin-bottom:0;
}

.carousel-indicators li {
	background-color:#232a75;
}

.search {

}

	.search a {
		
	}
	
	.search a:hover {
		color:#94c82c;
	}

.searchSkinObjectPreview_group {
	display:none;
}

.dnnSearchBoxPanel .dnnSearchBox {
	margin-right:130px;
}

.dnnSearchBoxPanel, .dnnSearchResultPanel {
	margin:0 auto;
	background:none;
}

.searchContainer {
	display: none;
	background:#fbf967;
    padding: 10px 30px;
    text-align: center;
    width: 100% !important;
	border-bottom:1px solid #fff;
	border-bottom-color:rgba(255,255,255,0.7);
}

	.searchContainer > span {
		display: table;
		margin: 0 auto;
		max-width: 500px;
		width: 100%;
	}
	
	.searchInputContainer {
		display: table-cell;
		width: 100%;
		text-align:left;
	}
	
	.searchInputContainer input {
		border:none;
		padding:5px 10px;
		font-size:18px;
		line-height:22px;
		width:100%;
	}
	
	.searchInputContainer a.dnnSearchBoxClearText {
		top:0;
	}
	
	.searchContainer ul.searchSkinObjectPreview {
		width:100%;
	}
	
	.searchContainer .fa {
		color:#24345e;
		font-size:22px;
		line-height:22px;
	}
	
	.searchContainer a.SkinObject {
		display: table-cell;
		padding-left: 10px;
	}
	
	.searchBtn {
		padding:6px 0;
	}
	
	.searchContainer .closeSearch {
		font-size: 24px;
		margin-left: 10px;
	}
	
	span.dnnSearchResultCountPerPage,
	.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Description,
	.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Others span,
	.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description b,
	.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description,
	.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Others span,
	.dnnSearchResultPager span {
		color:#fff !important;
	}
	
	.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Description b {
		color:#fff;
		font-weight:bold;
	}
	
	.dnnSearchResultAdvancedTip {
		width: auto;
		white-space: nowrap;
	}
	
	.dnnSearchBoxPanel .dnnSearchBox {
		margin-right: 115px;
	}
	
.googleTranslateMobileContainer {
	display: none;
	background:#fbf967;
    padding: 10px 30px;
    text-align: center;
    width: 100% !important;
}

	.googleTranslateMobile {
		display:inline-block;
	}

	.googleTranslateMobileContainer .closeTranslate {
		font-size: 24px;
		margin-left: 10px;
		display:inline-block;
		color:#24345e;
		top: 2px;
		position: relative;
	}
	
.DnnModule-414 .imageButtons  {
	margin:45px 0;
}


.DnnModule-576 .resourceIcon {
	width:150px;
}