 
.top-bar-wrapper {
	position: static;
text-align: center;
}
.top-bar-wrapper .top-bar-content a {
  color: #fff ;
  font-weight: normal;
}
.top-bar-wrapper .top-bar {
	background: rgba(0, 72, 169, 1.0);
	border-bottom: 2px solid #fff;
}
 
.home .content h1 { 
    font-size: 1.74em; 
    margin-top: -385px;
}
.cycle-1-wrapper .banner { 
    z-index: -1;
}
@media (min-width: 768px) { 
	
    .home .content h1 {
        margin-top: 0;
        font-size: 1.84em;
    }
}
