.ZH_Header {
  width: 100%;
  background: linear-gradient(rgb(201, 201, 201), rgb(159, 159, 159));
  position: relative;
}
.ZH_LogoHolder {
  float: left;
  width: 230px;
}
.ZH_Logo {
  width: 230px;
  height: 100%;
  padding: 0px;
  margin: 5px 0px 0px 5px;
}
.ZH_SocialHolder {
  width: 150px;
  color: #fff;
  float: right;
}
.ZH_SocialLinksHolder {
  width: 150px;
}
.pageMain {
  max-width: 900px;
  margin: auto;
}
.ZH_SocialLinkItem {
  float: left;
  width: 30px;
  height: 30px;
  margin: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  position: relative;
}
.ZH_Tooltip {
  visibility: hidden;
  width: 220px;
  background-color: rgba(0, 0, 0, 0.72);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 105%;
  left: -180px;
  font-family: 'Roboto', sans-serif;
}
.ZH_SocialLinkItem:hover .ZH_Tooltip {
  visibility: visible;
}
.ZH_SocialLinkItem img {
  width: 100%;
  height: 100%;
}
.ZH_SocialHolder h1 {
  font-size: 18px;
}
.ZH_Spacer {
  height: 10px;
  clear: both;
}
.ZH_Navigation {
  border-width: 3px 0px 0px 0px;
  border-style: solid;
  border-color: rgb(187, 187, 187);
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  background: linear-gradient(rgb(0, 102, 140) 0%, rgb(0, 109, 156) 25%, rgb(0, 90, 129) 75%);
  text-align: center;
}
.ZH_Nav_Item {
  display: inline-block;
  height: 50px;
  padding: 0px 5px 0px 5px;
  position: relative;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}
.ZH_MenuP {

}
.ZH_Nav_Item:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.47) 50%, rgba(0, 0, 0, 0.14) 100%);
  border-radius: 5px;
  cursor: pointer;
}
.ZH_Show {
  display: block !important;
}
.ZH_Sub_Link {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.ZH_Nav_Item p {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  line-height: 50px;
  padding: 0px;
  margin: 0px;
}
.ZH_Dropdown a {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 0px 10px 0px 10px;
  line-height: 50px;
}
.ZH_Dropdown a:hover {
  background-color: rgb(0, 108, 162);
  cursor: pointer;
}
.ZH_FindUs {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.76);
}
.ZH_Dropdown {
  display: none;
  position: absolute;
  background: linear-gradient(rgb(0, 90, 129), rgb(0, 80, 115));
  overflow: visible;
  white-space: nowrap;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0 0 5px 5px;
  left: -5px;
  z-index: 4;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently                                  supported by Chrome, Opera and Firefox */
}
