@charset "UTF-8";
/* CSS Document */



/* Add a black background color to the top navigation */
.topnav {
    background-color: #f2f2f8;
	color: #292929;
    overflow: hidden;
	display: flex;
	-webkit-display:flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	
}


/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #292929;
    text-align: center;
    padding: 19px 16px 14px 16px;
    text-decoration: none;
    font-size: 17px;
	font-family:"FrutigerLTPro-Roman",Helvetica,Arial,sans-serif!important;
	display: flex;
	-webkit-display:flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;

}

/* Change the color of links on hover */
.topnav a:hover {
    color: #028203;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #028203;
    color: #ffffff!important;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
  .topnav{display: block;}
  .topnav a {display: none;
  			padding: 12px 16px 9px 16px;}
  .topnav a.icon {
    float: none;
    display: block;
	text-align: left;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {}
  .topnav.responsive a.icon {
  display: block;
    
  }
  .topnav.responsive a {
	
    float: none;
    display: block;
    text-align: left;
  }
}


/*----------nav styles----------
nav div{
	min-width: 400px;
	margin: auto;
	width: 100%;
	text-align: left;
	max-width: 1000px;
}
nav ul{
	margin: auto;
	text-align: left;
	text-decoration: none;
	padding: 0;
}
nav li{
	margin: auto;
	display: inline;
	padding: 20px 2% 15px 2%;
	min-width: 50px;
	text-align: center;
	height: 100%;
	max-height: 105px;
}
nav a{
		font-family:"FrutigerLTPro-Roman",Helvetica,Arial,sans-serif!important;
}
.not-current a{
	color: #292929;
}
.not-current a:hover { color: #028203!important;}
li.current{
	background-color: #028203;
}
.current a{color: #ffffff;}
.nav-nowrap{white-space: nowrap;}
	
*/


/*----------subnav styles----------*/
.subnav div{
	width: 100%;
	background-color: #ffffff;
}
.subnav ul, a{
	margin:auto;
	font-family:"FrutigerLTPro-Bold",Helvetica,Arial,sans-serif!important;
	color: #292929;
	text-align: center;
	padding: 20px 0 20px 0;
	width: 90%;
	text-decoration: none;
}

.subnav ul{
	border-bottom: 1px solid #028203;
}
.subnav li{
	display: inline;
	padding: 10px 15px 5px 15px;
}
a.subnav:hover{
	color: #028203;
}

@media only screen and (max-width: 450px) {
	.subnav ul{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
}

@media only screen and (max-width: 550px) {
	nav li{
	margin: auto;
	font-size: 14px;
	color: #292929;
	display: inline;
	padding: 10px 2% 5px 2%;
	min-width: 50px;
	text-align: center;
    }
    .nav-nowrap{
        white-space: normal!important;
    }
}

/*----------homepage menu styles----------*/
.home div{
	width: 100%;
	background-color: #ffffff;
}
.home-menu ul, a{
	
	margin:0 auto;
	font-family:"FrutigerLTPro-Bold",Helvetica,Arial,sans-serif!important;
	color: #292929;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
.home-menu a{
	margin: auto;
	padding: 0;
	
}
.home-menu ul{
	display: flex;
	display: -webkit-flex;
	padding: 0;

	
}

.home-menu li{
	display: flex;
	display: -webkit-flex;
	padding: 20px;
	background-color: #f3f3f8;
	max-width: 42%;
	margin: 20px 0px;
	min-height: 176px;

}
li.home-menu:hover span { color: #ffffff!important;}
.menu-item span:hover{color: #ffffff!important;}
.home-menu li:hover{
	background-color: #028203;
	color: #ffffff!important;
}

@media only screen and (max-width: 830px){
	.home-menu ul{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.home-menu li{
		max-width: 100%;
		min-height: 120px;
		margin: 10px;
	}
}
@media only screen and (max-width: 630px){
	.home-menu li{
		min-height: 140px;
	}
}
@media only screen and (max-width: 500px){
	.home-menu li{
		min-height: 160px;
	}
}
@media only screen and (max-width: 450px) {
	.subnav ul{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	
}

@media only screen and (max-width: 600px) {
	nav li{
	margin: auto;
	font-size: 14px;
	color: #292929;
	display: inline;
	padding: 10px 2% 5px 2%;
	min-width: 50px;
	text-align: center;
    }
    .nav-nowrap{
        white-space: normal!important;
    }
}
