﻿*::-webkit-scrollbar {
  width: 0.25em;
}

*::-webkit-scrollbar-thumb {
  background-color: #0d6e50;
}

#container .Wrapper {
  margin-top: 0 !important;
}

#SearchBox {
	display: none;
}

.accountMenu, .searchbox {
  display: none;
}

h1 {
  color: #404041 !important;
  font-weight: bold;
}

#pageTitle {
  display: none;
}

.Header {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-image: none !important;
  height: 40px !important;
  background-color: #84B140 !important;
  margin-top: 197px;
  top: 0 !important;
}

.Header .homeLink {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100% !important;
  position: relative !important;
  z-index: -1 !important;
}

.mainMenu,
.mainMenu>ul {
  width: 100% !important;
  color: #fff;
  position: absolute
}

.mainMenu>ul>li.static {
  padding: 0;
  height: 40px !important;
}

#zz1_TopNavigationMenu a {
  display: inline-block !important;
  margin:6px !important;
}

.mainMenu>ul>li.static ul.level3.dynamic {
  max-height: calc(100vh - 230px);
  position: absolute;
  top: 40px !important;
  background-color: #84B140 !important;
}

.mainMenu>ul>li.static:hover a.level2.static {
	color: #0d6e50;
}

.mainMenu>ul>li.static:hover>a:before {
	display: none;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic:hover>* {
	color: #0d6e50;
}

.mainMenu>ul>li.static ul.level3.dynamic>li.dynamic>a:before {
	display: none;
}

.Header .topRight {
  margin-top: -10.5em;
  background-color: transparent !important;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 20px;
}

.accountMenu, .searchBox {
  position: relative;
  right: -25%;
  background-color: transparent;
  height: 40px;
  margin-top: 50px;
}

.accountMenu .accountMenuItem,
span[id*="_Menu_"] {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #666;
}

.accountMenu .accountMenuItem {
  display: none;
}

.accountMenu a {
  padding-right: 10px;
  color: #0072c6;
}

.banner {
	background-image: url("/Style Library/images/APS_PHYH.png");
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 3%;
	background-position-x: center;
}

/*.breadcrumb {
  background-image: url("/Style Library/images/APS_PHYH.png");
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  border: none !important;
  margin-top: 43px;
  height: 0px !important;
  overflow: visible !important;
  padding-top: 10em;
  display:none;
}

.breadcrumb a,
.breadcrumb a:after {
  visibility: hidden !important
}*/

.Footer {
	width: 100%;
	background-color: #edecec;
	color: #404041;
	text-align: center;
	height: 200px;
	padding-top: 1%;
}

.Footer a {
	text-decoration: none;
	color: #404041;
}

.Footer h1 {
	font-size: 105%;
}

.btn {
  margin: 0 2em !important;
}

a:before {
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}
.mainMenu, .mainMenu>ul, .navHeader {
  background-color: #84B140 !important;

}
#smShare {
  margin-top:40px;
  display: none !important;
  height: 25px;
}

.shareIcon {
  fill: #0d6e50;
}

/*div[data-name="ContentPlaceHolderMain"] {
	margin-top: 40px;
}*/

#boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: .5em;
  min-height: 225px;
  border-radius: 10px;
  padding: 5px;
  min-width: 300px;
}

.box.Left, .box.Right {
  background-color: transparent;
}

.box.Middle {
  background-color: transparent
}

.btn, a span.ms-rteStyle-LinkButton {
  -ms-name: "Link Button";
  margin: .5em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  background-color: #84B140;
  color: #fff;
  -webkit-box-shadow: -2px 2px 3px -1px #2e2925;
  box-shadow: -2px 2px 3px -1px #2e2925;
  display: inline-block;
  min-width: 174px;
}

.btn:hover, a:hover span.ms-rteStyle-LinkButton {
  background-color: #0d6e50;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 500px) {
	
	.banner {
		background-size: 90%;
		background-position: center;
	}
}

@media screen and (max-width: 480px) {
  .meetingRotator, .meetingRotatorImg {
    max-height: 120px
  }
  .Header .hamburger {
    background-color: #84B140;
    margin: 0.25em 1em;
    width: 2.75em;
    height: 2.75em;
    padding: 5px
  }
  
  .Header .topRight {
 
	display:none;
}

}
