


.footer{
	background:#25735f;
	padding: 40px;
  font: normal normal 300 normal 15px / 24px "Open Sans";

}




.footer-list{
	list-style:none
}

.menu{
  font: normal normal 300 normal 15px / 24px "Open Sans";
	margin:20px;
	border-top:1px solid #e5e5e5;
}




.menu-item{
		padding-top: 15px;
		cursor:pointer;
		text-align: center;
	    color: #262626;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: color,background-color,border-color,box-shadow;
    transition-property: color,background-color,border-color,box-shadow;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
	  border-top: 3px solid rgba(0, 0, 0, 0);
}

.menu-item:hover{
	border-top: 3px solid #25735f;
}

.spacer {
  height: 56px;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 501;
  left: 0;
  background: white;

}

#services-children{
  padding-top: 18px;
  position: absolute;
  display: none;
  z-index: 500;
  left: 0;
  background: white;
}

#services-children ul {
	list-style: none;
}

#services-children ul li{
	padding: 10px 0;
	cursor: pointer;
}




.menu-item a{
	    color: #262626;
	text-decoration: none;
}

.footer-col-header{
	    font-size: 20px;
    color: white;
}

.header-logo-wrapper{
	text-align: center;
	padding:20px;
}

.footer-list li {
    border-top: 1px solid rgba(255,255,255,0.05);
	margin-top: 10px;
	color:rgba(255, 255, 255, 0.5);

    padding-top: 10px;
}

.copyright-container{
	margin-top: 30px;
    color: #cccccc;
}

.footer-col{
	text-align: center;
	color:rgba(255, 255, 255, 0.5);
}

.footer-col img {
  max-width: 100%;
}

