﻿.project-column {
    width:280px; 
    vertical-align:text-top; 
    padding:10px;
}
.card {
    /*border-radius: 6px;*/
    /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.23);*/
    box-shadow:none;
    background-color: #F8F8F8;
    margin-bottom: 20px;
}
.card .image {
    width: 100%;
    overflow: hidden;
    height: 160px;
    /*border-radius: 6px 6px 0 0;*/
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.card .content {
    padding: 15px 15px 10px 15px;
    font-family: Arial, Helvetica, Sans-Serif;
}
.card .category {
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    color: #666666;
    margin-bottom: 0px;
    padding:10px 0;
    font-weight: bold;
}
.card .title {
    font-family: 'Roboto Slab', serif;
    margin: 0 0 10px 0;
    color: #e67e22;
    font-weight: 700;
    font-size: 18px;
}
.card .teaser {
    margin: 0 0 10px 0;
    font-weight: 300;
    font-size: 15px;
}
.extlink
{
	background: url("/publishingimages/icon-extlink.png") no-repeat 100% 3px;
	padding-right: 38px; 
}
.project-card{
    width:280px;
}
/* Featured Projects*/
.feature-project .ms-webpartzone-cell{
    margin: auto auto 0 auto;
}
.feature-project .ms-srch-result-groups{
    margin-bottom: 0;
}
.featured-project-view-all{
    margin:10px;
}
.featured-project-view-all a{
    background-color:#f3901d !important;
    color:#fff !important;
    padding:6px 12px;
    font-size:13px;
    font-weight:bold;
}
.feature-project #ResultFooter{
    margin:15px 0 20px 0;
}
/* Project Home */
.project-home
{
    margin: 13px 0;
    overflow: hidden;
}
.project-home .project-box
{
    background: #f8f8f8;
    padding: 13px;
    font-size: 11px;
    line-height: 15px;
    vertical-align: top;
}
.project-home td.spacer
{
    width: 14px;
}
.project-home .project-box:first-child
{
    margin-left: 0;
}
.project-home .project-box h3
{
    color: #666666 !important;
    font-family: 'Roboto Slab', serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-style:normal !important;
    line-height: 24px !important;
    margin: 3px 0 3px 0 !important;
    background-repeat: no-repeat !important;
}
.project-home .project-box .project-teaser{
    font-size: 0.8rem;
}
/* Project list of links */
.project-link table{
    background-color:#fff;
    width: 100%;
}
.project-link ul li{
    padding: 0 20px 0 20px;
    font-weight:500;
    font-size:1.3em;
    font-family: 'Roboto Slab', serif;
    vertical-align:top;
    margin-bottom:0 !important;
}
.project-link td{
    vertical-align:top;
    width:33.3%;
}
.list-unstyled {
    padding-left: 0 !important;
    list-style: none !important;
    list-style-type:none !important;
}
/* Override */
#content-right h2.ms-webpart-titleText
{
    padding: 10px 10px 0 10px !important;
}
#content-right .ms-WPBody{
    padding: 0 10px 0 10px !important;
}
/*** nav *****/
#nav
{
    display: block !important;
}
#nav .menu-item-text{
    padding-right: 5px;
}
#nav .menu ul.static li.static a.static:hover{
    color:#333;
}