div.embed-responsive, .news-and-events img {
    margin: 0;
    margin-bottom: 8px;
    }
.news-and-events a{
	text-decoration: none;
}

.top-splash{
    background: #ccc;
}


@media (min-width: 1200px){
  .top-splash{
    min-height: 800px;
  }
  }

@media (max-width: 1200px){
  .top-splash{
    min-height: 685px;
  }
  }
  
@media (max-width: 992px){
  .top-splash{
    min-height: 600px;
  }
  }
@media (max-width: 768px){
  .top-splash{
    min-height: 432px;
    background-size: cover;
    background-position: top center;
    margin-left: 0;
    margin-right: 0;
    
  }
  
  }
  
.top-splash-footer{
    padding-top: .75rem; 
    padding-bottom: .75rem;
}  


.top-splash-footer a{
    text-decoration: none;
    }  


@media (max-width: 768px){
      .search-well{
        min-height: 20px;
        padding: 19px 0 0px 1rem;
        background-color: #ff6000;
        border: 1px solid #ff6000;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        margin: 23px 0;
        }
}
  
  
  


.top-splash-footer {
    position: absolute;
    bottom: 8%;
    right: 0;
    left: 0;
}
.top-splash-footer, .bottom-splash-footer {
    background: rgba(0,0,0,0.666);
}


.tool-bar-links-header{
    color: #ff6000;
    font-weight: 700;
    margin-bottom: 3px;
}

.tool-bar-links .row .col-md-4{
    padding-right: 0;
} 
  
  
  
  
.help-links li a{
  color: #fff;
  font-size: x-large;
  font-weight: 100;
  text-decoration: none;
}


.help-links li a:hover{
  color: #ff6000;
}


#top-nav-bar {
    background: transparent;
    }
    
#top-nav-bar .navbar-nav {
    background: rgba(0,0,0,.666);
}


@media (min-width: 992px){

  #top-nav-bar .navbar-nav>li>a {
      min-width: 200px;
      text-align: center;
  }
}




@media (max-width: 768px){
.top-splash-footer {
      margin-right: 0; 
      margin-left: 0; 
      }
  }



footer .row{
    margin-left: 0;
    margin-right: 0;
}


.template-c-news-link{
    padding-top: .5rem;
}