#user-login-form div.item-list{
	display:none;
}

.biblio-entry{
	overflow:hidden;
}

.biblio-separator-bar{
	overflow:auto;
}

.biblio-authors a{
	color:blue;
}

.biblio-title{
}

.biblio_file_links a img{
	width:3%;
}

.biblio-export-buttons li a{
	color: green;
	font-weight : bold;
	white-space: nowrap;
	margin: 4px;
}

/*
* mlavina added spaces for biblio export
*/
.biblio_bibtex.first{
	padding-right:2%;
}

.biblio_xml.last{
	padding-right:2%;
}
body div{
	max-width:100%
}

#minsbu-main{
	width:70%;
}



.flex-home .flexslider{
	margin: 0 0 20px;
}

.front-page-calendar {
}

.front-page-calendar .views-table tr{
	background:white;
	border-bottom:none;
}

.front-page-calendar .views-table .views-field-field-dates a{
	display:block;
}

.logos-on-front hr{
	border-bottom:0px; !important
}

.events-page  .views-table tr{
        background:white;
        border-bottom:none;
}

.events-page .views-table td p {
	margin-top:0px;
}

.events-page .views-table caption{
	font-size: 1.5em;
	color: #990000;
	text-align:left;
}

.events-page .views-exposed-widget{
	padding-right: 0px;
}

.events-page .views-submit-button #edit-submit-events {
	margin-top:0px;
}

.events-views{
	width:200px; !important
}

.events-views p{
	margin-top:0px;
}

.projects-page .views-table tr{
	background:white;
        border-bottom:none;
}

.projects-page{
	width:718px;
}

.views-view-grid td{
	padding-left:75px;
	padding-bottom:25px;
}

.views-view-grid .views-field-title a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}

.views-view-grid .views-field-title {
	text-align:center;
}

.table-format td {
	padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

.pane-node-field-event-description .pane-content img{
	padding:10px 10px 10px 10px;
}




/* added by anderson for footer*/
.block {
	margin-bottom: 0 !important
}


/* added by anderson for banner margin */
.block-inner {
/*	margin: 0px !important */
}

/* for leadership image */
.LeadPeopleView td.views-field-field-profile-photo {
	width: 20%
}

.view-display-id-page_6 td.views-field-field-profile-photo {
	width: 25%
}

#footer {
        background-color: transparent;
}

#footer p {
    color: black;
}

.front #minsbu-full-main .panel-col-first {
    height: auto;
    /*Make research view bigger */
    width: 610px;
}

.front #minsbu-full-main .panel-col-last {
    height: auto;
}

/* make the table become full width in people view page */
/*
.view-people table {
    width: 100%;
}
*/

/* adjust the size of photos in "photos view" */
.gallery img {
/*  width: 300px;
    height: auto;
*/
}

/* adjust photos display format */
.gallery .views-row {
    display: inline;
    float: left;
    padding: 5px 15px 5px 15px;
}


#admin-menu a {
    color: white !important;
}

.panel-3col-33-stacked .panel-col {
    width: 310px;
}

/* add top boder to footer */
#footer {
    border-top: black;
    border-top-width: 1px;
    border-top-style: solid;
    clear: both;
}

/* align imgs of sponsors to be center */
.view-sponsors img {
    margin: auto;
    display: block;
}

.view-research img {
    float: left;
    margin-right: 25px;
    width: 110px;
    height: auto;
}

.view-research table {
    border:0px solid;
}

.view-research tbody {
    border-top: 0px;
    border-bottom: 0px;
}

.view-research tr.even{
    background-color: transparent;
    border-bottom: 0px;
}

.view-research tr.odd{
    border-bottom: 0px;
}

.view-research .views-table td{
	padding-bottom: 20px;
}

.view-research .project-content{
	overflow:hidden;
}

.views-field.views-field-nothing.table__cell{
	border:none;
}

.table__row{
	border:none;
}


/* For Publication view that is not as Biblio default view */
.view-publication .views-row{
        margin-bottom: 10px;
}


.page-publications h2{
        border-bottom: 0px;     
}

.page-publications .pane-title{
        margin-left: 0px;
}

/*Added by Amber Yang 08/06/2021, to style the people page.*/
.people-page-image {
	width: 100px;
}

.views-table caption {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: 800;
}

/*Added custom color to the front block titles*/
.views-element-container .block__title{
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    color: #2020C1;
    margin: 0;
    padding: 5px 0 10px 0;
    font-family: effra, "news-gothic-std", Arial, sans serif;
    text-transform: none;
    border-bottom: 0px;
    width: auto;
}

.content__title a{
	color:#2020C1 !important;
	font-weight: bold;
}

.block-views-css-class--news .block__title {
	background: url(/themes/custom/picasso/images/publication_icon.png) no-repeat;
    	background-position: calc(50% + 95px);
}

.block-views-css-class--research .block__inner .block__title{
	background: url(/themes/custom/picasso/images/research_icon.png) no-repeat;
    	background-position: calc(50% + 75px);
}

.view-content a{
	color: #2020c1;
}

.view-people .view-content h2{
    font-size: 1.2em;
    margin: 0.83em 0;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid;
}

.view h3{
    padding-top: 3px;
    color: #2020c1;
    font-weight: bold;
    font-size: 1.3em;
}    
