﻿*::-webkit-scrollbar {
  width: 0.25em;
}

*::-webkit-scrollbar-thumb {
  background-color: #0d6e50;
}

#container .Wrapper {
  margin-top: 0 !important;
}

.Header {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-image: none !important;
  height: 40px !important;
  background-color: #0d6e50 !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: #0d6e50 !important;
}

.Header .topRight {
  margin-top: -10.5em;
  background-color: #0d6e50 !important;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 20px;
}

.accountMenu, .searchBox {
	position: relative;
	right: -15%;
  background-color: transparent;
  height: 40px;
  margin-top: 50px;
}

 .meetingRotator, .meetingRotatorImg {
    max-height: 335px !important;
  }


.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//iyph2020logo.png");
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 3%;
	background-size: 50%;
}

/*.breadcrumb {
  background-image: url("/Style Library/images//iyph2020logo.png");
  background-color: transparent;
  background-size: 45%;
  background-repeat: no-repeat;
  display: block;
  border-radius: 0;
  overflow: visible !important;
  border: none !important;
  margin-top: 32px !important;
  height: 0px !important;
  padding-top: 10em;
  cursor: pointer !important;
}

.breadcrumb a,
.breadcrumb a:after {
  visibility: hidden !important
}*/

.Footer {
	background-color: #006a4e;
	height: 130px;
	padding-top: 1%;
}

.Footer h1 {
	color: #fff !important;
	text-shadow: none;
	font-size: 100%;
}

.Footer a {
	color: #fff !important;
}


.Footer .upperFooter, .Footer .lowerFooter {
  background-color: #0d6e50 !important;
}

.btn {
  margin: 0 2em !important;
}

a:before {
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}

.mainMenu, .mainMenu>ul, .navHeader {
  background-color: #0d6e50 !important;
}

#smShare {
  margin-top:40px;
  display: flex; 
  height: 25px;
}

.shareIcon {
  fill: #0d6e50
}


@media screen and (max-width: 500px) {
	
	.banner {
		background-size: 90%;
		background-position: center;
		margin-top: -8%;
	}
}


@media screen and (max-width: 480px) {
  .meetingRotator, .meetingRotatorImg {
    max-height: 120px
  }
  
  .Header .hamburger {
    background-color: #0d6e50;
    margin: 0.25em 1em;
    width: 2.75em;
    height: 2.75em;
    padding: 5px
  }
  
  .Header {
	margin-top: 34%;
   }
   
   .Header .topRight {
	display: none;
   }
   
   #smShare {
	margin-top: 0;
   }
   
 
}
