/* DEPT STYLES */
#example-header--white h4 a {
 text-decoration:none !important;
  color:#000 !important;
}
.cwf-header--white h4{
	padding-top: 0;
  	width:100%;
  	margin-left:16px;
}
.vcu-branding-bar--bottom .sod-mob-hdr {
    display: none;
}

.sod-smh{
	font-size:130% !important;
}
.sod-icon-sec-title {
    margin-bottom: 0 !important;
    max-width: 1150px;
    /* background-color: green; */
    margin: 0 auto;
}

.cwf-header {
    display: none;
}

.cwf-header:nth-of-type(2) {
    display: none;
}

  .sod-depts-global-header{
    width:100%;
    padding-left:8px;
  }
  .sod-depts-global-header a {
    color: #000;
    text-decoration: none;
  }
  .sod-depts-global-header a:hover {
    text-decoration: underline;
  }
img.hero-bg-overlay {
    display: none;
}

.barbar{
	padding-top:460px;
}



@media all and (min-width:1024px){
  .cwf-nav__hamburger{
  	display:none !important;
  }
  
  .sod-dept-mobile-nav{
  	display:none !important;
  }
}

@media all and (max-width:1023px){
  .cwf-header--white h4{
  	display:none !important;
  }
  
  .sod-dept-main-nav{
  	display:none !important;
  }
}

















