/* Site CSS */
#scs #banner {
    left: 25%;sidebar
}
#scs #banner {
    float: left;
    width: 50%;
}
p, ul, ol {
    margin-bottom:1.7em;
}
blockquote {
    font-size: 15px;
}
h1, h2, h3 {
    margin-bottom:1em;
    line-height: 1.5em;
}
h4, h5, h6 {
    margin-bottom:1.5em;
    margin-top:1.5em;
    line-height: 1.5em;
}
h1.underline, h2.underline, h3.underline, h4.underline  {
    padding-bottom: 3px;
    border-bottom: 3px solid #ddd;
}
h1.no-bottom-header, h2.no-bottom-header, h3.no-bottom-header, h4.no-bottom-header, h5.no-bottom-header, h6.no-bottom-header {
    margin-bottom: 5px;
}
h4.title {
    color: #666;
    margin-top: -20px;
    line-height: 1.5em;
}
span.bold {
    font-weight:bold;
}
div.border_box,
div.border-box {
    padding:10px 20px;
    border:1px solid #eee;
    margin:10px 0 20px 0;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    overflow:hidden;
}
div.border-left {
    border-left: 4px solid #ddd;
    padding:10px;
    margin-bottom:30px;
    overflow:hidden;
}
div.shadow-box {
    padding:10px 20px;
    margin:10px 0 20px 0;
    -webkit-box-shadow:1px 1px 3px #ddd;
    -moz-box-shadow:1px 1px 3px #ddd;
    box-shadow:1px 1px 3px #ddd;
    overflow:hidden;
}
div.padded-box {
    padding:10px 20px;
    margin:10px 0 20px 0;
}
p.no-results {
    font-style:italic;
    color:#555;
}
#primary > h1 {
    border-bottom:3px solid #eee;
}
#secondary h2,
#tertiary h2 {
    border-bottom:3px solid #eee;
}

dl.list {
    overflow: hidden;
}
dl.list dt,
dl.list dd {
    float:left;
}
dl.list dt {
	clear: both;
}


/***new styles***/
img.right {
    float:right;
    margin:0 0 20px 20px;
}
img.left {
    float:left;
    margin:0 20px 20px 0;
}
img.right,
img.left,
img.news-image {
    display:block;
    padding:3px;
    border:1px solid #ddd;
}
img.news-image {
    max-width:350px;
}

/**Flexslider**/
.flex-caption-bottom {
    bottom: 0px;
}
#upper .flexslider {
    margin-bottom: 0;
}

/***Header***/
 /*
@media screen and (min-width: 480px) {
   #header {
        background-image: url(../img/dsc_rainbow-unm.jpg);
        background-size: cover;
    }
}
*/
/* ----main navigation---- */
#nav {
    font-size:1.1em;
}
#nav .nav > li {
    margin: 0 5px 0 0;
}

/***Footer***/
#footer-contact footer p {
    color: #222;
}

/***People***/
h3.position {
    margin-top: -15px;
    font-size: 20px;
    color: #555;
}
#photo-contact {
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom:10px;
}
#photo-contact img {
    float: right;
    margin: 10px 0 0 10px;
    max-width:220px;
    display:block;
    padding:3px;
    border:1px solid #ddd;
}
#person-contact {
    display: inline-block;
    float: left;
    margin: 10px 0;
    max-width: 70%;
}
#person-contact,
.profile-section {
    border-left: 4px solid #ddd;
    padding-left:10px;
}
.profile-section {
    margin-bottom: 50px;
}
h4.person-main-title {
    margin-top:0;
    margin-bottom: 5px;
    font-size: 16px;
}
h4.person-secondary-title {
    margin-top:0;
    font-size: 16px;
}
.person-entry p.person-main-title,
.person-entry p.person-secondary-title {
    margin-top: -20px;
}
h4.education-header {
    margin-bottom: 5px;
}
#people-list-container {
    margin-top:3.5em;
    clear: both;
}
#people-list-container h2 {
    margin-bottom: 1em;
}
.person-entry,
.publication-list-entry {
    border-left: 4px solid #ddd;
    padding: 0 10px;
    margin-bottom:45px;
    overflow:hidden;
}
.publication-list-entry p {
    margin: 0;
}
.person-entry  h3.fac-list-name {
    border-bottom: 1px solid #ddd;
	display: inline-block;
	margin-top: 0;
	/*padding-right: 50%;*/
    margin-bottom:5px;
    width: 70%;
}
h3.fac-list-name a:hover {
	text-decoration: none;  
}
.person-entry img {
	float:right;
	max-width:150px;
	display: block;
	padding: 3px;
	border: 1px solid #ddd;
	margin: 0 0 20px 20px;
}
.person-entry dl,
#person-contact dl {
	overflow: hidden;
}
.person-entry.prospective img {
    max-width: 80px;
}
.person-entry dt,
.person-entry dd,
#person-contact dt,
#person-contact dd {
	float:left;
}
.person-entry dt,
#person-contact dt {
	clear: both;
}
img.profile-book-cover {
    float: right;
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
    margin: 0 0 10px 20px;
    max-width: 150px;
}
h4.profile-book-title {
    margin-bottom: 3px;
}
p.authors {
    color: #666;
}
.public-sociology img {
    float:right;
    max-width:100px;
	display: block;
	padding: 3px;
	border: 1px solid #ddd;
	margin: 0 0 10px 20px;
}

#secondary .person-research-entry,
.panel-body .person-research-entry {
    padding: 10px 0 10px 10px;
	border-left: 4px solid #ddd;
	margin-bottom: 15px;
	overflow: hidden;
}
#secondary .person-research-entry img {
	width: 100px;
	padding: 3px;
	border: 1px solid #ddd;
	float: right;
	margin-left: 5px;
}
.panel-body .person-research-entry img {
	width: 100px;
	padding: 3px;
	border: 1px solid #ddd;
	float: left;
}
#secondary .person-research-entry h4.fac-list-name,
.panel-body .person-research-entry h4.fac-list-name {
	margin-bottom: 0;
	margin-top: 5px;
}
.panel-body .person-research-entry h4.fac-list-name {
	clear:left;
}
#secondary .person-research-entry p,
.panel-body .person-research-entry p {
	margin-bottom: 0;
}
.person-entry.grad h3.alumn-list-name {
    margin: 0;
    font-size: 19px;
}
.person-entry.grad p.grad-entry,
.person-entry.grad p.grad-date {
    margin: 0;
}


/***News and Notifications***/
.sidebar-news-event {
    border-left: 4px solid #ddd;
    margin-bottom: 30px;
    padding: 3px 0 3px 5px;
    overflow:hidden;
}
.sidebar-news-event h4.news-events {
    margin-bottom:0;
	margin-top:5px;
}
.sidebar-news-event p.news-posted,
.sidebar-news-event p.event-time,
.sidebar-news-event p.news-type {
    margin-top:0;
    color:#666;
	font-size:0.9em;
	font-weight:300;
}
#secondary .sidebar-news-event p.news-type,
#tertiary .sidebar-news-event p.news-type {
	margin-bottom:0;
}
.sidebar-news-event p.news-type,
.sidebar-news-event p.news-type {
	margin-bottom:0;
}
.sidebar-news-event.archive p.news-posted {
    margin-bottom:5px;
}
#secondary .sidebar-news-event p,
#tertiary .sidebar-news-event p{
    margin-bottom:5px;
}

.notification-archive {
    border-left: 4px solid #ddd;
    margin-bottom: 30px;
    padding: 3px 0 3px 5px;
}
.notification-archive h3.title {
    margin-bottom: 0;
    margin-top: 5px;
}
.notification-archive p.post-date {
    margin-top:0;
    color:#666;
	font-size:0.9em;
	font-weight:300;
}
.news-page h4.title {
    color:#999;
	margin-bottom:0;
}
.news-page p.news-posted {
    margin-top:0;
	color:#666;
	font-size:0.9em;
	font-weight:300;
}
img.news-list-image {
    display:block;
    padding:3px;
    border:1px solid #ddd;
    max-width:150px;
}
#awards-section .border-left h4,
#news-section .border-left h4,
#jobs-section .border-left h4{
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 3px solid #ddd;
    font-size: 15px;
}
#awards-section .border-left img {
	float: right;
	padding: 3px;
	display: block;
	border: 1px solid #ddd;
	margin-left: 10px;
}
#awards-section .border-left p.posted,
#news-section .border-left p.posted {
	color: #666;
	margin-bottom: 10px;
    font-size: 13px;
}
#jobs-section .border-left p.posted-on {
    color: #666;
    margin-bottom: 0px;
    font-size: 13px;
}
#awards-section .border-left p.read-more,
#news-section .border-left p.read-more,
#jobs-section .border-left p.read-more {
	margin-bottom: 0;
    font-size: 13px;
}

/***Events***/
.event-page h4.title {
    color:#999;
}
.event-page p.event-location {
	margin-top:-1em;
}
#events-archive .sidebar-news-event h4.news-events {
    margin-top:0;
}
#events-archive .sidebar-news-event p.event-start {
    margin-top:0;
    margin-bottom:0;
    color:#666;
	font-size:0.9em;
	font-weight:300;
}

/***Colloquia***/
.upcoming-colloquia .border-left h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.upcoming-colloquia .border-left dl,
.upcoming-colloquia .border-left p.presenters{
    margin-bottom: 10px;
}
.upcoming-colloquia .border-left p.read-more {
    margin-bottom: 0;
}

/***Publications***/
.pub-list-img {
    width: 180px;
}
.border-left.research-affiliate h3,
.border-left.research-affiliate p {
    margin: 0;
}
.books-sidebar img.book-cover-sidebar {
    max-width: 100px;
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center;
    float: right;
}

.books-sidebar p.authors{
    margin: 10px 0;
}
.books-sidebar p.read-more {
    margin-bottom: 0;
}

.scholarship-section {
    padding: 30px 0;
}
/* Bootstrap Clearfix */
/* Tablet */
 @media (min-width:767px){
	/* Column clear fix */
	 .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1){
		 clear: none;
	}
	 .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1){
		 clear: left;
	}
}
/* Medium Desktop */
 @media (min-width:992px){
	/* Column clear fix */
	 .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1){
		 clear: none;
	}
	 .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1){
		 clear: left;
	}
}
/* Large Desktop */
 @media (min-width:1134px){
	/* Column clear fix */
	 .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1){
		 clear: none;
	}
	 .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1){
		 clear: left;
	}
}

/*---- Homepage callouts ----*/
#audiences img {
    border-bottom: 10px solid #fff;
    transition: border-color 0.7s, opacity 0.7s ;
}
#audiences img:hover {
    border-color: #ba0c2f;
    opacity: 0.7;
}
/*---- end homepage callouts ----*/