body.front {
	color:#363636;
/*	font-size:18px;*/
}

body.front .region-sidebar-first {
	width: 33.33%;
	box-sizing:border-box;
	padding-left:12.5px;
	padding-right:12.5px;	
}

body.front .region-sidebar-second {	
	width: 33.33%;
	margin-left:-33.33%;
	box-sizing:border-box;
	padding-left:12.5px;
	padding-right:12.5px;	
}

body.front .region-sidebar-first .block-inner {
	margin-left:0px;
	margin-right:0px;
}

body.front .region-sidebar-second .block-inner {
	margin-left:0px;
	margin-right:0px;
}

.front #content{
    padding: 0 10px;
}

body.front #content > .block {
	width:33.33%;
        padding: 0 10px;
	box-sizing:border-box;
        float: left;
        clear: none;
}


body.front h1#page-title {
	display:none;
}

body.front div#block-system-main {
	display:none;
}

.front #content h2.block-title{
    margin-bottom: 10px;
    font-weight: normal;
}

body.front .focus-areas h2.block-title {
    color: #126333;
}

body.front .research-tools h2.block-title {
    color: #11598d;
}

body.front .joint-program-news h2.block-title {
    color: #213965;
}

/* Begin Focus Areas Block */
div.view-home-page-focus-areas .views-row {
	margin-bottom:8px;
	background:#e6e6e6;
	width:100%;
	padding:6px 6px 6px 6px;
	box-sizing:border-box;
}

div.view-home-page-focus-areas .views-row .wrapper .image,
div.view-home-page-focus-areas .views-row .wrapper .info {
	display:table-cell;
	vertical-align:middle;
}

div.view-home-page-focus-areas .views-row .wrapper .info {
	padding: 0 16px;
}

div.view-home-page-focus-areas .views-row .wrapper .image {
	width:65px;
}
div.view-home-page-focus-areas .name{
    font-size: 18px;
    margin-bottom: 3px;
}

div.view-home-page-focus-areas .views-row .wrapper .info .name,
div.view-home-page-focus-areas .views-row .wrapper .info .name a:link,
div.view-home-page-focus-areas .views-row .wrapper .info .name a:visited,
div.view-home-page-focus-areas .views-row .wrapper .info .name a:active,
div.view-home-page-focus-areas .views-row .wrapper .info .name a:hover {
	font-family: "urbanobold_condensed";
	text-transform:uppercase;
	color:#126333;
}

div.view-home-page-focus-areas .views-row .wrapper .info .description {
	/*font-size:18px;*/
}
/* END Focus Areas Block */


/* BEGIN Research Tools Block */
body.front section#main-content {
	margin-left:0px;
	margin-right:0px;
}

section.research-tools {
	margin-bottom:8px;
}

div.view-home-page-research-tools {
	/*font-size:18px;*/
	background:#e6e6e6;
	padding:16px 16px;
}

div.view-home-page-research-tools .views-field-field-term-link{
    font-size: 18px;
    margin-bottom: 2px;
}

div.view-home-page-research-tools .views-row .views-field-field-term-link, 
div.view-home-page-research-tools .views-row .views-field-field-term-link a,
div.view-home-page-research-tools .views-row .views-field-field-term-link a:link, 
div.view-home-page-research-tools .views-row .views-field-field-term-link a:visited, 
div.view-home-page-research-tools .views-row .views-field-field-term-link a:hover,
div.view-home-page-research-tools .views-row .views-field-field-term-link a:active {
	font-family: "urbanobold_condensed";
	text-transform:uppercase;
	color:#00336f;
}



/* END Research Tools Block */

/* BEGIN Upcoming Events Block */
body.front section.upcoming-event div.view-events .views-row {
	margin-top:0px;
        padding-bottom: 0;
}

body.front section.upcoming-event div.view-events .view-content {
	background:#e6e6e6;
	padding:16px 16px;
}

.front div.view-events div.views-field-title{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 6px;
}

body.front div.view-events div.event-detail {
	display:block;
}

body.front div.view-events div.event-image {
	display:block;
        padding-right: 0;
        margin-bottom: 10px;
}
body.front div.view-events div.event-image img{
    max-width: none;
    width: 100%;
}
body.front div.view-events div.event-info {
	display:block;
}
.front div.view-events div.event-date-and-time{
    margin-bottom: 4px;
}
.front .view-events .more-link a {
	color:#00336f;
        display: block;
        padding: 10px 14px;
        text-align: left;
}


/* END Upcoming Events Block */

/* BEGIN Joint Program News Block */
section.joint-program-news .view-news .view-content {
	background:#e6e6e6;
	padding:16px 20px;
}

section.joint-program-news .view-news .news-row {
	display:block;
	border-bottom:8px solid #fff;
	padding-bottom:20px;
	margin-bottom:20px;
}

section.joint-program-news .view-news .news-row:last-child {
	border-bottom:none;
        padding-bottom: 0;
}

section.joint-program-news .view-news .news-row .views-field-field-image {
	display:none;
}

section.joint-program-news .view-news .news-row:first-child .views-field-field-image {
	display:block;
        margin-bottom: 10px;
}


section.joint-program-news .view-news .news-row .views-field-field-news-type {
	text-transform:uppercase;
	font-family: Helvetica-Bold;
	color:#747474;        
        font-size: 13px;
        margin-bottom: 4px;
}

section.joint-program-news .view-news .news-row:first-child .views-field-field-news-type {
    color: #97060b;
}

section.joint-program-news .view-news .news-row .views-field-title{
    margin-bottom: 4px;
}

section.joint-program-news .view-news .news-row .views-field-title a {
	font-family: "Helvetica-bold";
	color:#00336f;	
}

section.joint-program-news .view-news .news-row .views-field-body {
}

section.joint-program-news .view-news .more-link {
	text-align:left;
}

section.joint-program-news .view-news .more-link a {
	color:#00336f;
        display: block;
        padding: 10px 14px;
        text-align: left;
}

/* END Joint Program News Block */


/* BEGIN Featured Content */
body.front div.region-secondary-content {
	position:relative;
}

body.front div.region-secondary-content{
	background:url(images/featured_content_background.jpg);
        padding: 60px 25px 60px 60px;
}

body.front div.region-secondary-content div.homepage-feature{
	font-family: "urbanobold_condensed";
        font-size: 4vw;
        line-height: 4vw;
        padding-right: 4vw;
	text-shadow: #000 0px 0px 1px;
        color: #FFF;
        -webkit-font-smoothing: antialiased;
        display:table-cell;
        vertical-align:middle;
        width: auto;
}


body.front section.featured-content {
        display: table-cell;
        vertical-align: middle;
	width: 267px;
	background-color:rgba(255,255,255,0.9);
        padding: 14px;
}

body.front section.featured-content h2.block-title {
	font-family: Helvetica-Bold;
	font-size: 15px;
	color: #97060b;
        margin-bottom:15px;
}
.node-featured-display .node-title{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    font-family:Helvetica-bold;
}
.node-featured-display .node-title a{
	color:#15335A;
        text-decoration: none;
}

.node-featured-display .field-name-field-image{
    margin-bottom: 6px;
}

body.front section.featured-content .views-row .views-field-field-image {
	max-height:200px;
	margin-bottom:16px;
}

body.front section.featured-content .views-row .views-field-body {
	/*font-size:18px;*/
}

.front .views-row img{
    width: 100%;
}

/* END Featured Content */



