/*Filename: branded_nonav
*/

@charset "UTF-8";
/* CSS Document */

.headerBar_nonav {/*Styles the grey bar behind the University of Maryland, Baltimore text*/
height: 170px;
background-color: transparent;
background-image:  url('/media/umb/style-assets/images/HeaderSwoosh_transparent.png');
background-repeat:no-repeat;
background-size: cover%;
background-position: center bottom; 
overflow: hidden;
padding-top: 0px;
}

/*Styles a variant template with a basic top nav*/
.headerBar_nonav.headerBar_basicnav {
  background-color: #fff;
  background-image: none;
}
/**/

#page {overflow:visible;} 

div.standalone-top-bar {
    background-color: #000;
    color: #DFDFDF;
    font-size: 0.75em;
    padding: 0.8em 0px;
    font-family: "Gotham SSm A","Gotham SSm B","proxima-nova",sans-serif;
}


div.standalone-top-bar a {
    text-decoration: none;
    text-transform: uppercase;
    color: #DFDFDF;
    margin-left: 1em;
    margin-right: 0em;
}

div.standalone-top-bar a[href="http://www.umaryland.edu"],
div.standalone-top-bar a[href="http://www.ssw.umaryland.edu"] {
    color: #FFCD00;
    font-weight: bold;
    margin-right: 1em;
    margin-left: 0em;
}


.umb-image-gallery .umb-gallery-image {
    width: 7em;
    height: 7em;
}

.umb-gallery-text {
    width: 7em;
    height: 7em;
}

ul.residentportal {
float: right;
}

h2.housinglandingtitle {
  color: #fff;
margin-top: 7em;
text-shadow: 2px 0px 5px rgba(0, 0, 0, 0.65);
  letter-spacing: 1px;  
  margin-bottom:0px;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1em;

}

h2.housinglandingtitle span {
font-weight: 200;
}

/*Styles a variant template with a basic top nav*/
.fullwidth-content-wrapper-basicnav {
    background-color: #007698;
}
  
.fullwidth-content-wrapper-basicnav .fullwidth-content p,
.fullwidth-content-wrapper-basicnav .fullwidth-content a:hover,
.fullwidth-content-wrapper-basicnav .fullwidth-content h3,
.fullwidth-content-wrapper-basicnav .fullwidth-content .umb_lead  {
  margin-top: 0;
  color: #fff;
    text-shadow: none;
    margin-bottom: 0px;

}
.fullwidth-content-wrapper-basicnav .fullwidth-content a {
  color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
  text-decoration: none;
  padding: .55em;
  font-weight: 500;
  letter-spacing: .5px;
  font-size: 1.2em;
}

.fullwidth-content-wrapper-basicnav .fullwidth-content a:hover {
  background-color: #005f7a;
  transition: background-color 0.5s ease;
  
  }

#preheadwrap ul li.branded-nonav-search {
  font-size: 13px;
}
#preheadwrap ul li.branded-nonav-search input {
  margin-bottom:0px
}

.branded-nonav-search form.search-bar {
 float: none; 
}
.branded-nonav-search form.search-bar input {
	margin-left: 0;
}

  /**/





