@import "/etc/designs/www/research-new/css/custom.css";

/*ub blue: 005bbb
default grey: acacac
*/

.removebodybottomspace.page #columns.one-column #center{
margin-bottom:0px;
padding-bottom:0px;
}

.list-style-teaser-grid-story .teaser.teaser-block .teaser-content .teaser-title, 
.list-style-teaser-grid-story .teaser.teaser-block .teaser-content .teaser-title>*:not(.linkhint-icon) {
	font-family: Sofia, Arial, sans-serif;
    font-size: 15px;
    color: #005bbb;
    font-weight: 500;
}

.list-style-teaser-grid-story .teaser.teaser-block a.teaser-inner:focus .teaser-content .teaser-title>*, .list-style-teaser-grid-story .teaser.teaser-block a.teaser-inner:active .teaser-content .teaser-title>*, .list-style-teaser-grid-story .teaser.teaser-block a.teaser-inner:hover .teaser-content .teaser-title>*{
  border-bottom-color:#005bbb;
}

.calloutbox{
        background-color: #E0E0E0;
		border: none;
		border-radius: 7px;
		padding: 5px 20px 5px 20px;
		margin: 10px 0px 10px 0px;
}

/* MOBILE */
@media screen and (max-width: 720px) {
    .departmentheader{
		background-color:#fff;
    }
    #page .departmentheader .title a{
    	color:#000;
    }

    /*#right .title h3{
    	color:#fff;
    }*/

	.homepagecss.page #columns #center-nocols .top{
    	margin: 0 16px 0px 16px;
    }

    .homepagecss .slidedeck2h.carousel{
    	padding-bottom:0px;
    	margin-bottom:0px;
     }
}  

/* DESKTOP */
@media screen and (min-width: 720px) {
    .departmentheader{
		background:none;
    }

    .breadcrumbs-inner ul li.current-page {
		color: #fff;
	}
} 