
#display-menu-button {display:none;}

.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 10000;
	height:auto;
	min-height:115px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 em;
	background: #fff;
	height:auto;
	min-height:115px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
}

.cbp-top-bar {
	
	background: #214c73;
	height: 2.25em;
	margin-bottom: 0.5em;
	text-align: right;
}

.cbp-top-bar i{

	color: #fff;
	opacity: 0.3;
	font-size: 1.3em;
	padding: 0.3em 0.3em 0 0;
	margin-top: 2px;
	
}


.cbp-af-header h1,
.cbp-af-header nav {
	display: block;
	position: relative;
	height:auto;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1 {
	line-height: 1em;
}

.cbp-af-header nav {
	line-height: auto;
}

.cbp-af-header nav a {
	line-height: 1em;
}

.cbp-af-header h1 {
	text-transform: uppercase;
	color: rgb(50,50,50);
	font-size: 2em;
	font-weight: 300;
	padding-left: 1em;
	margin: 0;
	float: left;
}

.cbp-af-header h1 img{
	width: auto;
	height: 2em;
	padding-right: 2em;
}


.cbp-af-header nav {
	padding-right:2em;
	float: left;
}

.cbp-af-header nav a {
	color: rgba(64,96,106,0.6);
	font-weight: 700;
	margin: 0 0 0 20px;
	font-size: 1em;
	font-weight: 300;
}


/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header nav a:hover {
	color: rgba(64,96,106,1);
}

.cbp-af-header.cbp-af-header-shrink {
	height: 72px;
}

.cbp-af-header.cbp-af-header-shrink h1 img{
	width: auto;
	height: 2em;
	padding-top: 0.5em;
	padding-right: 4em;
}

.cbp-af-header.cbp-af-header-shrink .cbp-top-bar {
	
	display:none;
	}

.cbp-af-header.cbp-af-header-shrink h1 {
	line-height: 60px;
}

.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 2em;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 1.5em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}


	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}

.cbp-hrmenu {
	width: 100%;
	z-index: 20000;
	margin-top: 0em;
	background: rgb(255,255,255);
	border-bottom: 4px solid rgb(255,255,255,0);
	margin: 0 !important;
	padding: 0 !important;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: 94em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	margin:0 !important;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 1.5em 1em 1.7em 1em;
	color: #999;
	display: inline-block;
	margin:0 !important;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #47a3da;
}
.cbp-hrmenu > ul > li.cbp-hropen h4 a {
	background: transparent;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #47a3da;
	width: 100%;
	left: 0;
}

.main-menu-description a {line-height: 1.5em !important;background: transparent !important;}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 18%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	display:block;
	line-height: 1.2em;
	padding:0.2em 0 !important;margin:0 !important;
	background: transparent !important;
}

.cbp-hrmenu .cbp-hrsub-inner > div a:hover {
	
	color: #afdefa;	
}


.cbp-hrmenu .cbp-hrsub-inner > div h4 a {
	line-height: 1.2em;
	color: #afdefa;	
}

.cbp-hrmenu .cbp-hrsub-inner > div h4 a:hover {
	color: #fff;	
}


.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
	line-height: 1em;
}

@media screen and (max-width: 1301px) { 

	.cbp-hrmenu > ul > li > a {
		font-weight: 700;
		padding: 1.5em 0.5em 1.7em 0.5em;
		color: #999;
		display: inline-block;
		margin:0 !important;	
	}
	
	.cbp-af-header h1 img{
		width: auto;
		height: 2em;
		padding-right: 1em;
	}
	
}

@media screen and (max-width: 1101px) { 
	
	.cbp-af-header {
		font-size: 0.85em !important;
	}	
}

@media screen and (max-width: 769px) { 

	.cbp-af-header {
		min-height:84px;
		max-height:84px;
	}

	.cbp-af-header .cbp-af-inner {
		max-width: 768px;
		max-height:72px;
		min-height:72px;
		
	}	
	
	.cbp-af-header h1 {
		display:inline-block;
		text-align:center;
		line-height: 60px;
	}
	.cbp-hrmenu > ul > li > a {
		font-weight: 700;
		padding: 0.2em 1em 0.2em 1em;
		color: #999;
		display: inline-block;
		margin:0 !important;
	}
	.cbp-hrmenu .cbp-hrsub-inner > div a {
		line-height: 1em;
		padding:0.2em 0 0 !important;margin:0 !important;
	}
	
}

@media screen and (max-width: 469px) { 

	#main-menu-ul {display:none;}
	
	.cbp-af-header h1 img {display:inline-block;float:left;}
	
	a#display-menu-button {display:inline-block;color: rgba(16,76,118,1);cursor:pointer;line-height:1em;float:right;padding:0;margin:0 0 1em 0 !important;font-size:18px;width:100%;background: none;text-transform:uppercase;border:none;}

	a#display-menu-button:hover {color: rgba(16,76,118,1);}

	a#display-menu-button svg{display:inline-block !important;margin-left:0.5em;}
	
	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		background: rgb(240,240,240);
		border-bottom: 1px solid rgb(255,255,255);
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

	li.main-menu-top-item a {font-weight: 400;font-size:1.3em;color: rgb(50,50,50);}

	li.main-menu-top-item.cbp-hropen div.cbp-hrsub div.cbp-hrsub-inner div {display:block;width:80%;margin: inherit 0%;padding: inherit 0%;text-align:center;}
	li.main-menu-top-item.cbp-hropen div.cbp-hrsub div.cbp-hrsub-inner div ul div.main-menu-description {display:none;}
	li.main-menu-top-item.cbp-hropen div.cbp-hrsub div.cbp-hrsub-inner div ul li a {display:block;text-align:center;width:100%;
		margin: 0%;padding: 0.5em 0%;text-align:center;font-size:1.5em;line-height: 1.5em;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	.scrollup {display:none;}

}

	
span.pseudo-a {
	font-weight: 700;
	color: #999;
	cursor:pointer;
}


