/* SCHOOL OF LAW SPECIFIC STYLES */

.newsList {
    border-bottom: 1px dotted #ccc;
    overflow: auto;
    padding-bottom: 20px;
	width: 60%;
}
.block {clear:left;}
#slideshow {
    width: 100%;
}
.newsSection #slideshow .flexslider{
	padding: 0;	
}
.content h1.overlay{
	margin: 0 0 35px;
}
.content h1.overlay a{
    background-color: #A7C2C0;
    color: #fff;
	margin-top: 0;
	border-bottom: 0;	
    display: block;
    font-size: 0.6em;
    font-weight: normal;
    padding: 5px 15px;
    position: absolute;
}
.content h1.overlay a:hover{
	color: #fff;
	border-bottom: 0;
}
.content img.icon {
    float: none;
    margin: 0 10px;
}
.up {
    background-color: #A7C2C0;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 15px;
	margin-bottom: 0!important;
}
.LandingBox h2.block{
	margin: 20px 0 0 10px;
}
.extraNav div {
	margin-top: 20px;
}
input {
    margin-top: 5px;
}
#socialIcons img {
    display: inline;
    margin-bottom: 10px;
}
.LandingBox {
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
}
.newsSection {
    float: left;
    margin-right: 2%;
    position: relative;
    width: 66%;
}
.newsSection img {
    width: 100%;
}
ul.tabNavigation li {
    width: auto;
}
.tabs div{
	clear: left;
}
.prog .tabs div.video-container{
	width: 100%;
}
#accordion, #accordion2 {
    clear: left;
}
blockquote {
    width: 80%!important;
}
/* --------------------------------- */
/* STAFF INDEX WITH PHOTOS */
#allStaffProfiles ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 -2%;
}
#allStaffProfiles li{
	float: left;
	width: 31%;
	margin: 0 0 20px 2%;	
}
.staffItem{
	padding: 5%;
	background-color: #eee;
	height: 450px;
}
.staffItem h2{
	margin: 0 0 10px 0;
	font-size: 1.3em;	
}
.staffItem img{
	display: block;
	float: none;
	margin: 20px 0 10px 0;
}
.staffProfile .inlineImg{
	width: auto;	
}

#count .LandingBoxes .LandingBox h1.overlay a {
    line-height: 1.2em;
    position: relative;
}
#count .LandingBoxes .LandingBox h1.overlay {
    margin: 0;
}

@media only screen and (min-width: 320px) {
	.content h1.overlay{
		margin: 0 0 35px;
		display: inline-block;
	}
	.newsSection {
		width:100%;
	}
	#slideshow {
		margin-bottom: 30px;	
	}
	#allStaffProfiles ul{
		margin-left: 0;	
	}
	#allStaffProfiles li{
		width: 100%;
		margin: 0 0 20px 0;	
	}
}
@media only screen and (min-width: 550px) {
	#allStaffProfiles ul{
		margin-left: -2%;	
	}
	#allStaffProfiles li{
		width: 48%;
		margin: 0 0 20px 2%;	
	}
}
@media only screen and (min-width: 650px) {
	.content h1.overlay{
		margin: 0 0 35px;
		display: inline-block;
	}
	.up {
		display: inline-block!important;
	}
}
@media only screen and (min-width: 769px) {
	/*.content h1.overlay{
		display: block;
	}*/
	.content h1.overlay a{
		padding: 5px 3%;
		width: 94%;
	}
	#slideshow {
		margin-bottom: 0;	
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.newsBox, .links{
		width: 100%;	
	}
}
@media only screen and (min-width: 1024px) {
	.events{
		width: 48%;
		margin-right: 4%;	
	}
	.links{
		width: 100%;
		float: left;
	}
	.newsSection {
		width: 66%;
	}
	#allStaffProfiles li{
		width: 31%;
		margin: 0 0 20px 2%;	
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.content h1.overlay{
		display: block;
	}
	nav.primary li{
		width: 11.11%;
	}
}




@media only screen and (max-width: 1024px) {
	#rollover img {display:none;}
	.margin {margin-right: 2% !important;}
}

@media only screen and (max-width: 1301px) {
	embed, object {width:390px;}
}


.tableWidth {width:60%;}
.noBorder { border:none; border-style:none;}

@media only screen and (max-width: 768px) {
	.dataTables_filter {
		width: 94% !important;
	}
}
/* book now button */
.eventDetailBook {
	display: block;
	width: 150px;
	text-align: center;
	background-color: #506790;
	padding: 10px;
	text-transform: uppercase;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
	font-size: 1.3em;
	margin: 20px 0;
	border-bottom: 0!important;
	color: #fff; 
}
.eventDetailBook:hover {
	background-color: #444;
	color: #fff;
	border-bottom: 0!important;
}
.eventDetailBook:visited {
	color: #fff;
	border-bottom: 0!important;
}
/* ---------------------------------------------------- */
@media print {
	.content .tabs div {
		display: block!important;
	}
} 
