.lw_slideshow {
  overflow:inherit;
  width: 100%;
  margin-bottom: -3px;
  height: 380px;
}
.lw_slideshow_wrapper {
  margin:0 auto;
  padding: 30px 0 50px;
  overflow: hidden;
  margin-bottom: -2px;
}
iframe.embed-responsive-item {
    overflow: hidden;
}
.interior-content {
  padding-bottom:0;
}
p.north-campus-title {
	text-transform: uppercase;
	line-height: 2;
	margin-bottom: 1em;
	
}
@media (min-width:1200px) {
  .lw_slideshow_wrapper {
    padding:100px 0;
  }
}

.lw_profiles_credit {
  display:none;
}
.lw_profiles_caption {
  /*position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  */
  padding: 6px 60px 10px;
  text-align:center;
  font-size: .9em;
  font-style:italic;
  color: #999;
  background-color: #fff;
}
@media (min-width:1200px) {
  .lw_profiles_caption {
    box-shadow: 1px 1px 1px rgba(0,0,0,.5);
  }
}
.lw_slideshow_count {
 	 visibility:hidden;
 }
.lw_slideshow_controls {
  background: white;
  height: 38px;
  overflow: visible !important;
  z-index: 22;
  top: -1px;
}
.lw_slideshow_controls > a {
  text-indent: -1000px;
  display:inline-block;
  width: 38px;
  height: 38px;
  background: #fc3;
  position: absolute;
  top:0;
  z-index: 8;
}
.lw_slideshow_prev {
   left: 0;
}
.lw_slideshow_next {
   right: 0;
}   
.lw_slideshow_prev:after, .lw_slideshow_next:after {
  content:' ';
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;  
  border-style: solid;
}

.lw_slideshow_next:after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #01294c;
  left:15px;
}
 
.lw_slideshow_prev:after {
  border-width: 10px 10px 10px 0;
  border-color: transparent  #01294c  transparent transparent;
  left:13px;
}


a.button-box {
	display:block;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
}
			
