<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cbp-hrmenu {
	width: 80%;
	float:right;
	
}

/* general ul style */
.cbp-hrmenu ul {
	 float: right;
    list-style-type: none;
   margin: 0 -34px 0 0 !important;
    padding: 38px 0 44px;
    width: 71%;
}

/* first level ul style */
.cbp-hrmenu &gt; ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: auto;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 0px;
}

.cbp-hrmenu &gt; ul &gt; li {
	display: inline-block;
}

.cbp-hrmenu &gt; ul &gt; li &gt; a {
	font-weight: 700;
	 padding: 12px 18px 0;
	color: #999;
	display: inline-block;
	font-family:'MinimaSSi-Regular';
    font-size: 15px;
	color:#fff;
	font-weight:normal;
	height:42px;
}



.cbp-hrmenu &gt; ul &gt; li &gt; a:hover {
	color: #fff;
}


.cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; a:hover {
	background:#2587bb;

}


.cbp-hrmenu &gt; ul &gt; li.cbp-hropen a{
	background:#0a3158;
}


.cbp-hrsub&gt;.cbp-hrsub-inner&gt; div ul li a{
 background: #fff none repeat scroll 0 0;
   	border-bottom: 1px solid #d5d5d5;
    color: #024a84;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 6px;
    text-transform: none;
    width: 100%;
	font-weight: normal;
	
}




.cbp-hrsub&gt;.cbp-hrsub-inner&gt; div ul li a:hover{
	color:#f4ae2f;
	
}


/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute!important;
	background: #fff;
	width: 100%;
	left: 0;
	border-bottom:solid 8px #f4ae2f;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 0px;
	min-height: 264px;
}

.cbp-hrmenu .cbp-hrsub-inner &gt; div {
	width: 28%;
	float: left;
	padding: 0 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 &gt; div a {
	line-height: normal;
}

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

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

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

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

	.cbp-hrmenu &gt; ul &gt; li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

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

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

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

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner &gt; div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}



</pre></body></html>