@media only screen and (max-width: 700px){
	body #headerContainer .searchBar{
		width: 60%;
	}
	body #headerContainer #left, #headerContainer #middle, #headerContainer .right{
		margin: 5px;
	}
	body #leftSearchBar #search{
	width: 60%;
	}
	body #cookiesWrapper {
		flex-direction: column;
	}
}	
*{
	box-sizing: border-box;	margin: 0; font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
}
a{
	text-decoration: none;
}
li{
	list-style-type: none;
}
img{
	border: none; outline: none;
}
#headerWrapper{
	width: 100%; height: 50px; background-color: #EFEFEF; background-image: linear-gradient(#eee, white);
}
#headerContainer{
	display: flex; justify-content: center; gap: 2rem; width: 100%; text-align: center;
}
#headerContainer .icon{
	width: 30px; margin-top: 10px; cursor: pointer;
}
#headerContainer .userProfilePhotoDisplayBox {
	width: 30px; height: 30px; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 50px;
}
#headerContainer .icon:hover{
	background-color: #f4f4f4; border-radius: 20px;
}
#headerContainer .icon img{
	width: 20px; height: 20px; margin-top: 5px;
}
#headerContainer #leftSearchBar{
	display: none; position: absolute; width: 100%; top: 0; left: auto; padding: 20px; background-color: white; box-shadow: 3px 3px 10px #ccc;
}
#headerContainer #leftSearchBar #search{
	display: inline-block; position: relative; width: 50%;
}
#headerContainer #leftSearchBar input{
	width: 100%; height: 40px; border-radius: 40px;	padding: 8px; border: 2px solid black; box-shadow: inset 3px 3px 5px #eee;
}
#headerContainer #leftSearchBar button{
	width: 20px; height: 30px; position: absolute; right: 10px; top: 3px; cursor: pointer; background-color: unset; border: none;
}
#headerContainer #leftSearchBar img{
	width: 23px; height: 23px; position: absolute; right: 1px; top: 5px;
}
#headerContainer #leftSearchBar #searchCancelButton{
	width: 25px; height: 25px; margin-top: 25px; margin-right: 20px; cursor: pointer;
}
#headerSecondRibbon {
	display: flex; justify-content: center;
}
#headerSecondRibbon #websiteName {
/*	background-color: white;*/ display: none;
}
#headerSecondRibbon #websiteName #websiteNameContent {
	display: inline-block; margin: 0 auto; padding: 6px 10px; background-color: #EFEFEF; cursor: pointer; border: 1px solid #EFEFEF; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}
#headerSecondRibbon #websiteName img{
	float: left; width: 12px; height: 12px; margin: 8px 5px 0 3px;
}
#headerSecondRibbon #websiteName p{
	display: inline-block; margin-top: 7px; text-align: center; font-size: 0.7em; font-weight: bold; letter-spacing: 0.07em; border-radius: 0 0 8px 8px; color: #333333;
}

/*bottom links*/
#pageBottomLinks {
	margin-top: 50px; text-align: center;
}
#pageBottomLinks a {
	display: inline-block; margin: 5px; font-size: 0.75em; font-style: italic; color: gray;
}

/*footer*/
#footerContainer {
	display: flex; width: 100%; height: 50px; text-align: center; margin-bottom: -5px;
}
#footerContainer .footerIcon {
	position: relative; width: 20%; height: 100%; text-align: center; border: 1px solid #E7E7E7; border-right: 1px solid white;
}
#footerContainer .footerIcon a {
	text-decoration: none;
}
#footerContainer .footerIcon img {
	width: 18px; height: auto; cursor: pointer; margin-top: 6px;
}
#footerContainer .footerIconInfo {
	font-size: 0.55em; font-weight: bolder; color: #555;
}
#footerContainer .footerIcon:hover {
	background-color: #f4f4f4;
}
#notificationIndicator {
	display: none; position: absolute; left: 30%; top: 7px; width: 6px; height: 6px; background-color: #FA0546; border-radius: 50px;
}
.vendorCustomerNotificationIndicator{
	position: absolute; left: -4px; top: -4px; width: 8px; height: 8px; background-color: #FA0546; border-radius: 50px;
}
.tooltip {
	position: absolute; top: -33px; left: 0px;
}
.tooltip .tooltipText {
	visibility: hidden; width: 100px; height: 25px; padding: 5px; font-size: 0.7em; color: #bbb; background-color: black; text-align: center; border-radius: 4px;
}
#footerContainer .footerIcon:hover .tooltipText {
	visibility: visible; position: relative;
}
#footerContainer .footerIcon .tooltipText:after {
      content: " "; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #666666 transparent transparent transparent;
}
/* for cookies*/
#cookiesWrapper {
	width: 100%; display: flex; gap: 0.5em; padding: 20px; background-image: linear-gradient(white, #eee); border-top-right-radius: 15px; border-top-left-radius: 15px; border-top: 1px solid #ddd; box-shadow: -5px -5px 10px #ccc;
}
#cookiesWrapper #cookiesContainer {
	border-radius: 5px; /* box-shadow: 5px 5px 10px #ccc; */
}
#cookiesContainer, #eventNotification{
	width: 100%; padding: 10px; background-color: white; border: 2px solid #00A627; /*box-shadow: -3px -3px 10px #eee;*/
}
#cookiesWrapper #cookiesContainer .cookiesButton {
	width: 80px; float: left; margin: 7px 0;
}
#cookiesContainer .cookiesButton img{
	width: 40px; height: 40px; cursor: pointer; border-radius: 50px; box-shadow: 5px 5px 5px #bbb;
}
#cookiesWrapper .cookiesText{
	width: 100%; display: inline-block;
}
#cookiesWrapper .cookiesText p {
	font-size: 0.75em; text-align: justify; line-height: 1.4em;
}
#cookiesWrapper #cookiesPWAContainer {
	background-color: white; padding: 10px; border-radius: 5px; border: 2px solid #00A627; /* box-shadow: 5px 5px 10px #ccc; */
}
#cookiesWrapper #cookiesPWAContainer .cookiesButton {
	float: left; margin: 7px 0;
}
#cookiesWrapper #cookiesPWAContainer button{
	padding: 10px; background-color: #eee; font-size: 0.8em; font-weight: bolder; border: 2px solid #aaa; cursor: pointer; border-radius: 8px;
}
#cookiesContainer .cookiesButton button:hover, #cookiesWrapper #cookiesPWAContainer button:hover {
	background-color:white; border: 2px solid black; color: black;
}

/*hidden Menu*/
@media only screen and (max-width: 660px) {
	body #hiddenMenuContainer .menuContainer #footlist {
		width: 100%;
	}
	body #hiddenMenuContainer .menuContainer #footerSocials {
		width: 100%;
	}}
#hiddenMenuContainer {
	display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding-bottom: 50px; overflow: scroll; background-color: white;
}
#hiddenMenuContainer .hiddenMenuCancelButton {
	float: right; margin-top: 20px; margin-right: 20px; width: 60px; height: auto; cursor: pointer;
}
#hiddenMenuContainer .menuContainer {
	width: 100%; background-color: white; box-shadow: 5px 5px 10px #ccc;
}
#hiddenMenuContainer #websiteDescription {
	margin-bottom: 20px; background-color: #eee; padding: 10px; border-bottom: 1px solid #ccc;
}
#hiddenMenuContainer #websiteDescription #webisteLogo {
	display: inline-block; width: 35px; height: 25px; margin-top: 5px;
}
#hiddenMenuContainer #websiteDescription #webisteLogo img {
	width: 25px; height: 25px; float: left; margin-top: 3px;
}
#hiddenMenuContainer #websiteDescriptionPara {
	display: inline-block;
}
#hiddenMenuContainer #websiteDescriptionPara h1 {
	display: inline-block; font-size: 1.7em; color: #00A627;
}

#hiddenMenuContainer .topBar {
	width: 100%; padding: 10px; padding-bottom: 20px; box-shadow: 5px 5px 5px #eee; border-bottom: 1px solid #ccc;
}
.contrastTheme {
	float: left; position: relative; margin-top: 4px; width: 40px;
}
.contrastTheme .contrastThemeIconCont {
	width: 26px; height: 26px; overflow: hidden; border: 1px solid gray; border-radius: 50px; cursor: pointer;
}
.contrastTheme .contrastThemeIconCont:hover {
	border: 1px solid #ccc;
}
.contrastTheme .icon {
	float: left; width: 50%; height: 40px; background-color: black;
}
.contrastTheme .contrastThemesWrap {
	display: none; position: absolute; width: 100px; margin-top: 5px; padding: 10px; background-color: white; border: 1px solid #ccc; box-shadow: 4px 4px 10px #ddd; border-radius: 5px; z-index: 1;
}
.contrastTheme .contrastThemesCont {
	display: inline-block; width: 26px; height: 26px; margin: 5px; overflow: hidden; border: 1px solid #ccc; border-radius: 50px; cursor: pointer;
}
.contrastTheme .contrastThemesCont:hover {
	box-shadow: 4px 4px 10px #ddd; border: 1px solid gray;
}

#hiddenMenuContainer .searchBar {
	float: left; position: relative; width: 45%;
}
#hiddenMenuContainer .searchBar input {
	width: 100%; height: 35px; border-radius: 35px; padding: 8px; border: 1px solid gray;
}
#hiddenMenuContainer .searchBar button {
	width: 20px; height: 30px; position: absolute; right: 10px; top: 3px; cursor: pointer; background-color: unset; border: none;
}
#hiddenMenuContainer .searchBar img {
	width: 20px; height: 20px; position: relative; right: 10px;
}
#hiddenMenuContainer #userAccountControlBox {
	padding-left: 10px;
}
#hiddenMenuContainer #userAccountControlBox .userAccount {
	display: inline-block; padding: 5px 10px 5px 5px; color: unset; background-color: #eee; border: 1px solid #ccc; border-radius: 50px; cursor: pointer;
}
#hiddenMenuContainer #userAccountControlBox .userAccount img {
	float: left; width: 25px; height: 25px; padding: 3px; background-color: white; border: 1px solid #ccc; border-radius: 50px;
}
#hiddenMenuContainer #userAccountControlBox p, #hiddenMenuContainer #userAccountControlBox a {
	float: left; margin-top: 5px; margin-left: 5px; font-size: 0.8em; font-weight: bolder; color: black;
}
#hiddenMenuContainer #userAccountControlBox .userAccount:hover {
	background-color: white;
}
#hiddenMenuContainer .services {
	width: 100%; display: inline-block; padding: 10px;
}
#hiddenMenuContainer .service {
	display: inline-block; width: 140px; margin: 10px 0;
}
#hiddenMenuContainer .service img {
	float: left; width: 25px; height: 25px; border-radius: 5px; background-color: #E6F6EE;
}
#hiddenMenuContainer .service a {
	float: left; margin-left: 12px; margin-top: 5px; font-size: 1.1em; font-weight: bolder; color: #373435;
}
#hiddenMenuContainer .category {
	margin-top: 20px; padding: 10px; border-bottom: 1px solid gray;
}
#hiddenMenuContainer .category h4 {
	font-weight: 300; color: #00A627; margin-bottom: -15px;
}
#hiddenMenuContainer .category a {
	width: 85px; display: inline-block; margin-top: 10px; font-size: 0.8em; border: none; color: black;
}
#hiddenMenuContainer #footerBox {
	width: 100%; margin-top: 30px; padding: 10px;
}
#hiddenMenuContainer #footlist{
	width: 60%; display: inline-block;
}
#hiddenMenuContainer #footlist a {
	color: black; display: inline-block; margin: 0 20px 10px 0; font-size: 0.8em; color: #00A627;
}
#hiddenMenuContainer #footerSocials{
	width: 39%; display: inline-block;
}
#hiddenMenuContainer #footerSocials img {
	width: 35px; height: 35px; margin-right: 20px;
}
#hiddenMenuContainer .category a:hover, #hiddenMenuContainer .services a:hover {
	color: #00A627;
}
#hiddenMenuContainer .topBar:after, #hiddenMenuContainer .database:after {
	display: block; content: ""; clear: both;
}

/*all industries hidden menu*/
#allIndustriesContainer {
	display: none; position: fixed; top: 0; width: 110%; height: 105%; overflow: scroll;
}
#allIndustriesContainer .menuContainer {
	width: 93%; padding: 15px; background-color: white; box-shadow: 5px 5px 10px #ccc;
}
#allIndustriesContainer .topBar {
	width: 100%; margin-bottom: 20px;
}
#allIndustriesContainer .homepageDiv {
	width: 15%; float: left;
}
#allIndustriesContainer .homepage {
	width: 30px; height: 30px; margin-top: 4px; background-color: white; cursor: pointer;
}
#allIndustriesContainer .homepage img {
	width: 25px; height: 25px;
}
#allIndustriesContainer .homepage img:hover {
	background-color: #ccc; border-radius: 100px;
}
#allIndustriesContainer .searchBar {
	float: left; position: relative; width: 45%;
}
#allIndustriesContainer .searchBar input {
	width: 100%; height: 35px; border-radius: 35px; box-shadow: 4px 4px 10px #ddd; padding: 8px; border: 2px solid #eee;
}
#allIndustriesContainer .searchBar button {
	width: 20px; height: 30px; position: absolute; right: 10px; top: 3px; cursor: pointer; background-color: unset; border: none;
}
#allIndustriesContainer .searchBar img {
	width: 20px; height: 20px; position: relative; right: 10px;
}
#allIndustriesContainer .topBar:after {
	display: block; content: ""; clear: both;
}
#allIndustriesContainer .category {
	margin-top: 20px; padding-bottom: 15px; border-bottom: 1px solid gray;
}
#allIndustriesContainer .category h4 {
	font-weight: 300; color: #00A627; margin-bottom: -15px;
}
#allIndustriesContainer .category a {
	width: 120px; display: inline-block; margin-top: 10px; font-size: 0.9em; border: none; color: black;
}
#allIndustriesContainer .hiddenMenuCancelButton {
	width: 60px; height: auto; position: fixed; top: 20px; right: 20px; cursor: pointer;
}
#allIndustriesContainer .category a:hover, #allIndustriesContainer .services a:hover {
	color: #00A627;
}