﻿.cbp-hrmenu {
	width: 100%;
	margin-top: 2em;
    position: absolute;
    bottom: 0px;
	display:none; /* JC 6/3 2020 */
}

/* 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 {
	position:relative;
    width: 940px;
    /*height: 100px;*/
    margin-left: auto;
    margin-right: auto;


    
}

.cbp-hrmenu .cbp-hrsub-inner > ul {
    display:-ms-flexbox;
    -ms-flex-direction:column;
    -ms-flex-wrap:wrap;
    padding-top:15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 115px;
    font-size: 7pt;

}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > .level1 > a {
	font-weight: 700;
	padding: 0px 5px 10px 5px;
	color: #999;
	display: inline-block;
}

.cbp-hrmenu > ul > li > .level1  > a:hover {
	color: #47a3da;
}
.cbp-hrmenu > ul > li > .level1  > a:hover {
	color: #47a3da;
}

.cbp-hrmenu > ul > li.menuOpen a,
.cbp-hrmenu > ul > li.menuOpen > a:hover {
	color: #fff;
	background: #47a3da;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: fixed;
	background: #FFFFFF;
	width: 100%;
	left: 0;
    top:100px;
    z-index:1000;
    margin-left:auto;
    padding-left:210px;
    min-height: 75px;
    max-height:200px;
    height:100% \0/IE8+9;
    
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	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 a {
	line-height: 2em;
    color: gray;
}

.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 > 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;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > 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 > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}*/





/*.mainMenu {
    color: gray;
    z-index:1000;
    overflow:visible
}

.mainMenu a
{
    color: gray;
    font-size: 12px;
    font-weight: bold;
}

.mainMenu a:hover
{
    color: black;
    text-decoration: underline;
}
.mainMenu li {
    margin: 2px 2px 0px 2px;
    padding: 5px;
    background-color: #FFFFFF;

    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;*/

    /*border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-top-color: #A88655;
    border-right-color: #A88655;
    border-left-color: #A88655;*/
/*}
.mainMenu  ul.level2  {
    position:fixed  !important;
    float:left;
    width:100% !important;
    left:0 !important;
    top:100px !important;
    background-color: #FFFFFF;*/



/*}
.mainMenu .level2 li {
    margin: 2px 2px 0px 2px;
    padding: 5px;
    background-color: #FFFFFF;

    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;

    border-width: 0px;
    border-style: none;
}*/

