
.clientPageBody{
	background-color: #01215e;
	background-image: url('../images2024/bgBig.jpg');
	background-repeat: repeat;
	background-size: auto;
    background-position: center -60px;
}




.headerContainer{
	width: 90%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: none;
	background-color: pink;
}


.desktopLogo{
	width: auto;
	max-height: 40px;
	margin: 0 0 0 0;
}



.clientDesktopLogo{
	width: 240px;
	margin: 16px 0 0 0;
}



.menu, .clientMenu{
	float: right;
	margin:0 0 0 0%;
	width: 68%;
	/*background-color: pink;*/
}

@media screen and (min-width: 1200px) {
	.clientDesktopLogo{
		width: 380px;
		margin: 16px 0 0 0;
	}
	.desktopLogo{
		margin: 0 0 0 0;
		width: auto;
	}

	.menu, .clientMenu{
		margin:0 0 0 0%;
		width: 66%;
	}
}/*end 1400*/



.headerContainerMobile{
	position: fixed;
	z-index: 10;
	overflow: visible;
}

.headerContainerMobile, .clientHeaderContainerMobile{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	padding-bottom: 6px;
}

.headerContainerMobile{
	background-color: #000;
	background-color: #ffa700; /*orange*/
/*		border-bottom: 1px #d6d6d6 solid;*/
}
.clientHeaderContainerMobile{
	background-color: transparent;
}



.headerContainerMobile > .logo, .clientHeaderContainerMobile > .logo{
	width: auto;
	max-width: 180px;
	height: 32px;
	float: left;
	margin: 6px 0 0 10px;
	position: relative;
}


.headerContainer > .logo{
	width: 240px;
	margin: 10px 0 0 10px;
}



.navMenuDesktop{
	display: none;
	width: 98%;
	margin:0 auto;	
	/*background-color: pink;*/
}



@media screen and (min-width: 768px) {
	.navMenuDesktop{
		display: block;
	}
	.headerContainerMobile, .clientHeaderContainerMobile{
		display: none;
	}
	.headerContainer{
		display: block;
	}
}


.navMenuDesktop a{
	width: auto;
	float: right;
	text-decoration: none;
	font-size: 14px;
	padding:6px 3%;
	color: #3127b6;
	border-bottom: 2px solid #fff;
	transition: background-color 0.5s ease;
	transition: border-bottom-color 0.5s ease;
}

.shrinkLinkStyle{
	color:#fff!important;
	border-bottom: 2px solid #000!important;
	border-bottom: 2px solid #ffa700!important; /*orange*/
}

.shrinkLinkStyle:hover{
	border-bottom: 2px solid #01a5e4!important;
	border-bottom: 2px solid #fff!important;
}




.clientMenu a{
	width: auto;
	float: right;
	text-decoration: none;
	font-size: 14px;
	padding:4px 2%;
	color: #fff;
	border-bottom: 3px solid transparent;
	transition: background-color 0.2s ease;
	transition: border-bottom-color 0.2s ease;
}

.clientMenu a:hover{
	border-bottom: 3px solid #fff!important;
	background-color: transparent!important;
}


.clientLogoLink{
	float: left!important;
	border-bottom: 0!important;
	background-color: transparent!important;
	padding:0!important;
}


@media screen and (min-width: 1200px) {

	.navMenuDesktop a, .clientMenu a{
		font-size: 14px;
		padding:6px 2%;
	}

}

.navMenuDesktop a:hover{
	background-color: transparent!important;
	border-bottom: 2px solid #3127b6;
}
