/* Banner */
section#site-banner.container {
    width: 100%!important;
    padding:0;
    margin:0!important;
    max-width:100%;
}

section#site-banner.container div.containerWrapper div.row div.col-12.departmentalPageBanner {
  background-color:none;

}
#site-banner {
	 /*background-color: #111111;*/
	 color: rgba(0, 0, 0 , 0.5);
	 background-image: url("/students/images/common/banners/home-banner-wide.jpg");
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 border-top: 0;
	 min-height: 35rem;
	 position: relative;
	 text-align: center;
	 width: 100%;
}


#site-banner .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    color:#FFF;
    background-color: rgba(0,0,0,0.6);
    background-clip: border-box;
    padding:1em;
    border: 7px solid rgba(241,90,34,0.6);
}

#site-banner .card hr {
  opacity:0;
}

#site-banner hr {
  border: 0;
  border-bottom: solid 3px rgba(0,0,0,0.6);
  margin: 0.75rem 0;
}

#site-banner .card h1, #site-banner .card h2, #site-banner .card h3, #site-banner .card h4, #site-banner .card h5, #site-banner .card h6 {
  color: #FFF;
}

