﻿/*************************Spotlight component**************************/
.component-spotlight {
    background: none;
    margin-bottom: 20px;
}

.hero .component-spotlight {
    margin-bottom: 0px;
}

h3.spotlight {
    padding: 0 0.7em;
}

.hero h3.spotlight {
    display: block;
    position: relative;
    margin-bottom: 1em;
    margin-top: 0;
    font-weight: 600;
    color: #B9590A;
    min-height: 24px;
}

.component-spotlight > .media > .media-left, 
.component-spotlight > .media > .media-right,
.component-spotlight > .media > .media-center
{
    max-width: 100%;
    margin-bottom: 1em;
}

.hero .component-spotlight > .media > .media-center
{
    margin-bottom: 0;
}

.component-spotlight > .media > .media-center {
    
    padding: 0px;
}

.hero.article .component-spotlight > .media > .media-center {
    border-radius: 0px 0.750em 0.750em 0px;
}

.component-spotlight > .media > .media-left > .media-object, 
.component-spotlight > .media > .media-right > .media-object {
    width: 100%;
}

.component-spotlight > .media > .col-xs-24 > .row.media-center > .col-xs-24 {
    padding-left: 0;
    padding-right: 0;
}

.component-spotlight.people > .media > .center {
    padding-left: 0;
    padding-right: 0;
    max-height:200px;
}

.component-spotlight .col-sm-8 .row,
.component-spotlight .col-sm-10 .row {
    padding-top: 0px;
}

.component-spotlight h4 {
    margin-top: 0px;
}

.component-spotlight .col-sm-8 .row,
.component-spotlight .col-sm-10 .row {
    padding-top: 0px;
}

.main-content .component-spotlight .btn-group .btn {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    color: #3d6470;
    border:1px solid #ccc;
    line-height: .7em;
    width: auto;
    border-radius:4px;
    padding:8px;
}

.main-content .component-spotlight .btn-group .btn:first-child {
    
    margin-left: 0px;
}
.main-content .component-spotlight .btn-group .btn:last-child {
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
.main-content .component-spotlight .btn-group .single, .main-content .component-spotlight .btn-group .single:first-child, .main-content .component-spotlight .btn-group .single:last-child {
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;

    } 
.main-content .component-spotlight .btn-link .ion i {
    padding-left: 8px;
}
.main-content .component-spotlight .tabpanel i {
    display: none;
}
.education .btn.btn-link {

}

img.img-responsive {
    width: 100%;
}

/* HTML Pubs */
.hero.article .component-spotlight,
.hero.research .component-spotlight,
.hero.publications .component-spotlight {
    padding: 0px;
}

.hero .component-spotlight.people {
    padding-left: 1em;
    padding-right: 1em;
}

.hero.article .component-spotlight .media-center img.img-responsive.media-object,
.hero.research .component-spotlight .media-center img.img-responsive.media-object,
.hero.publications .component-spotlight .media-center img.img-responsive.media-object {
    border-radius: 0px 0.750em 0.750em 0px;
}

.article .component-spotlight h4,
.research .component-spotlight h4,
.publications .component-spotlight h4 {
	font-size: 1.125em;
    color: #438797;
    font-family: 'Open Sans';
    font-weight: 600;
}


.hero.article .component-spotlight.people h4,
.hero.research .component-spotlight.people h4,
.hero.publications .component-spotlight.people h4 {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 0.938em;
}

.article .lists .component-spotlight h4
.research .lists .component-spotlight h4,
.publications .lists .component-spotlight h4 {
	font-size: 14px;
    color: #438797;
    font-family: 'Open Sans';
    font-weight: 600;
}

.article .component-spotlight h4 a,
.research .component-spotlight h4 a,
.publications .component-spotlight h4 a {
    color: #438797;
}

.article .component-spotlight p,
.research .component-spotlight p,
.publications .component-spotlight p {
    font-size: 14px;
    color: #5c5f60;
    font-weight: 500;
}

/*
.research .content-block.no-subhead .tag,
.publications .content-block.no-subhead .tag {
	color: #8c8f8f;
	padding-right: 0.6em;
	margin-right: 0.2em;
	border-right: 1px solid #abbdc2;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 0.938em;
}

.research .content-block.no-subhead p,
.publications .content-block.no-subhead p {
    font-size: 0.938em;
    color: #202020;
}
*/

.hero.article .component-spotlight .media .media-center
.hero.research .component-spotlight .media .media-center,
.hero.publications .component-spotlight .media .media-center {
    min-height: 200px;
    overflow: hidden;
    border-radius: 0px 0.750em 0.750em 0px;
    padding:0px;
}

.hero.article .component-spotlight img.img-responsive.media-object,
.hero.research .component-spotlight img.img-responsive.media-object,
.hero.publications .component-spotlight img.img-responsive.media-object {
    min-height: 200px;
}

/*
.research .main-content .component-spotlight h4 {
    margin-top: 0px;
    border-bottom: 1px solid #5c5f60;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #4e6675;
    font-size: 17px;
    padding: 0px 0px 8px;
}
*/
.research .component-spotlight p,
.publications .component-spotlight p,
.component-spotlight p,
.component-spotlight ol,
.component-spotlight ul {
    font-size: 14px;
    color: #5c5f60;
    font-weight: 500;
 /*   font-style: italic;*/
}
