/*
#8a5c8f - old Affordable Housing
#1c7a89 - new Affordable Housing
#98c144 - Ecomomic Development
#d8882a - Arts & Culture
#558a5a - SEED Green
#555 - Top Nav
#444 - Body Text
*/

@import "tribe-events.css";

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
        url('../fonts/opensans-bold-webfont.woff') format('woff'),
        url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
        url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-light-webfont.woff2') format('woff2'),
        url('../fonts/opensans-light-webfont.woff') format('woff'),
        url('../fonts/opensans-light-webfont.ttf') format('truetype'),
        url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'meta_serif_book';
    src: url('../fonts/MetaSerifOT-Book.eot');
    src: url('../fonts/MetaSerifOT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MetaSerifOT-Book.woff2') format('woff2'),
        url('../fonts/MetaSerifOT-Book.woff') format('woff'),
        url('../fonts/MetaSerifOT-Book.ttf') format('truetype'),
        url('../fonts/MetaSerifOT-Book.svg#meta_serif_book') format('svg');
    font-weight: normal;
    font-style: normal;

}


/******
GLOBAL
*****/
body{
    margin:0;
    padding:0;
    color:#444;
    font-family: 'meta_serif_book';
    font-size:20px;
}

a, a:focus, a:hover{
    color: #1c7a89;
}


body.scheme-affordable-housing h1,
body.scheme-affordable-housing ul#breadcrumbs li.active a,
body.scheme-affordable-housing .dropdown > a.active
{
    color:#1c7a89 !important;
}
p#breadcrumbs {
    margin: 13px 0;

    text-transform: uppercase;
    font-size: 13px;
    font-family: 'open_sansregular';
    color:#444
}
body.scheme-economic-development h1,
body.scheme-economic-development ul#breadcrumbs li.active a,
body.scheme-economic-development .dropdown > a.active
{
    color:#98c144 !important;
}

body.scheme-arts h1,
body.scheme-arts ul#breadcrumbs li.active a,
body.scheme-arts .dropdown > a.active
{
    color:#d8882a !important;
}

body.scheme-seed h1,
body.scheme-seed ul#breadcrumbs li.active a,
body.scheme-seed .dropdown > a.active
{
    color:#558a5a !important;
}

body.scheme-get-involved h1,
body.scheme-get-involved ul#breadcrumbs li.active a,
body.scheme-get-involved .dropdown > a.active
{
    color:#558a5a !important;
}



h1,h2,h3,h4,h5{
    font-family: 'open_sansregular';
}
h3{
    text-transform: uppercase;
}
.h-big{
    font-size:60px;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.color-affordable-housing{
    background:#1c7a89;
    color:#fff;
}
.color-economic-development{
    background:#98c144;
    color:#fff;
}
.color-arts-culture{
    background:#d8882a;
    color:#fff;
}
.color-seed-green{
    background:#558a5a;
    color:#fff;
}

.text-affordable-housing{
    color:#1c7a89;
}
.text-economic-development{
    color:#98c144;
}
.text-arts-culture{
    color:#d8882a;
}
.text-seed-green{
    color:#558a5a;
}
.text-white{
    color:#fff;
}


.btn-parallelogram{
    margin: 30px 0;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    width: 220px;
    height: 50px;
    text-align: center;
}

.btn-parallelogram a{
    display:block;
    font-family: 'open_sansregular';
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
    color:#fff;
}
.btn-parallelogram a:hover{
    text-decoration: none;
}

.parallelogram {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.parallelogram span{
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}
.sansme{
    font-family: 'open_sansregular';
}

#top-color-bars{
    width:100%;
    height:10px;
}
#top-bar-1{
    background-image: url(../images/top-bar-1-corner.png);
    background-position: right 0;
    background-repeat: no-repeat;
}
#top-bar-2{
    background-image: url(../images/top-bar-2-corner.png);
    background-position: right 0;
    background-repeat: no-repeat;
}
#top-bar-3{

}
.site-top-33{
    float:left;
    height:10px;
    width:33%;
    display: block;
}
.site-top-34{
    float:left;
    height:10px;
    width:34%;
    display: block;
}

.panel-gray{
    background-color:#e9e9e9;
}
.panel-gray h3{
    color:#444;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'open_sansbold';
    padding-bottom: 20px;
}

.v-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
img.thumb-right{
    float:right;
    margin: 0 0 40px 40px;
    max-height: 250px;
}
img.thumb-left{
    float:left;
    margin: 0 40px 40px 0;
    max-height: 250px;
}

/******
TOP NAV
*****/

.dropdown:hover .dropdown-menu {
    display: block;
 }

#seed-navbar{
    height:94px;
    background: #fff;
    border: none;
    z-index: 9999;
}
#seed-nav{
    float:right;
    padding-top:30px;

    z-index: 9999;
}
#seed-nav li a{
    color:#555;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'open_sansbold';
}

#seed-logo{
    max-width: 170px;
}


.full-width.dropdown {
    position: static;
}
.full-width.dropdown > .dropdown-menu {
    top:80px;
    left: 0;
    right: 0;
    position: absolute;
    padding:20px 60px;
}

.full-width.dropdown > .dropdown-menu > li > a {
    white-space: normal;
}
.dropdown-menu{
    border:none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .7);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .7);
}
.dropdown-menu > li > a{
    font-family: 'open_sansregular' !important;
    font-size: 16px !important;
    color:#555 !important;
    text-transform: none !important;
}

ul.dropdown-menu h4{
    color:#1c7a89;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'open_sansregular';
    border-bottom: solid 2px #ddd;
    padding-bottom: 4px;
    margin-bottom: 20px;
}
.subnav-affordable-housing li div a{
    font-family: 'open_sansregular' !important;
    font-size: 16px !important;
    color:#555 !important;
    text-transform: none !important;
    display: block;
    padding-bottom: 15px;

}


/* ABOUT US DROPDOWN & GET INVOLVED */
.navbar-default .navbar-nav > .open > a.dropdown-about,
.navbar-default .navbar-nav > .open > a.dropdown-about:focus,
.navbar-default .navbar-nav > .open > a.dropdown-about:hover,
.navbar-default .navbar-nav > .active > a.dropdown-about:focus,
.navbar-default .navbar-nav > .active > a.dropdown-about:hover,
.navbar-default .navbar-nav > .open > a.dropdown-get-involved,
.navbar-default .navbar-nav > .open > a.dropdown-get-involved:focus,
.navbar-default .navbar-nav > .open > a.dropdown-get-involved:hover,
.navbar-default .navbar-nav > .active > a.dropdown-get-involved:focus,
.navbar-default .navbar-nav > .active > a.dropdown-get-involved:hover{
    color: #fff !important;
    background-color: #558a5a !important;
}
.subnav-about, .subnav-get-involved{
    border-top: solid 6px #558a5a
}

/* AFFORDABLE HOUSING DROPDOWN */
.navbar-default .navbar-nav > .open > a.dropdown-affordable-housing,
.navbar-default .navbar-nav > .open > a.dropdown-affordable-housing:focus,
.navbar-default .navbar-nav > .open > a.dropdown-affordable-housing:hover,
.navbar-default .navbar-nav > .active > a.dropdown-affordable-housing:focus,
.navbar-default .navbar-nav > .active > a.dropdown-affordable-housing:hover{
    color: #fff !important;
    background-color: #1c7a89 !important;
}
.subnav-affordable-housing{
    border-top: solid 6px #1c7a89
}



/* ECONOMIC DEVELOPMENT DROPDOWN */
.navbar-default .navbar-nav > .open > a.dropdown-economic-development,
.navbar-default .navbar-nav > .open > a.dropdown-economic-development:focus,
.navbar-default .navbar-nav > .open > a.dropdown-economic-development:hover,
.navbar-default .navbar-nav > .active > a.dropdown-economic-development:focus,
.navbar-default .navbar-nav > .active > a.dropdown-economic-development:hover{
    color: #fff !important;
    background-color: #98c144 !important;
}
.subnav-economic-development{
    border-top: solid 6px #98c144
}

/* ARTS DROPDOWN */
.navbar-default .navbar-nav > .open > a.dropdown-arts-culture,
.navbar-default .navbar-nav > .open > a.dropdown-arts-culture:focus,
.navbar-default .navbar-nav > .open > a.dropdown-arts-culture:hover,
.navbar-default .navbar-nav > .active > a.dropdown-arts-culture:focus,
.navbar-default .navbar-nav > .active > a.dropdown-arts-culture:hover{
    color: #fff !important;
    background-color: #d8882a !important;
}
.subnav-arts-culture{
    border-top: solid 6px #d8882a;
}

li#nav-donate{
    padding-top:7px;
}
li#nav-donate a{

    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);

    line-height:6px;
}
li#nav-donate a span{
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}


.sidebar-widget h2, .sidebar-widget p {
    display: none;
}



div.pic-block-100{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pic1{
    background: url(../images/pic-block-100-RVYT-Ankor-America.jpg)  no-repeat 50% 0 / cover;
    min-height: 400px;
}
.pic2{
    /*
    background: url(../images/pic-block-courtland.jpg)  no-repeat 50% 0 / cover;
    */
    /*
    background: url(../images/econ_dev.JPG)  no-repeat 50% 0 / cover;
    */
    background: url(../images/Rainier-Court-2022.jpg)  no-repeat 50% 0 / cover;
    min-height: 400px;
}

.pic3{
    background: url(../images/econ_dev.JPG)  no-repeat 50% 0 / cover;
    min-height: 400px;
}
.pic4{
    background: url(../images/econ_dev.JPG)  no-repeat 50% 0 / cover;
    min-height: 400px;
}

.pic5{
    background: url(../images/FP_scroll_econ_dev_section.JPG)  no-repeat 50% 0 / cover;
    min-height: 400px;
}
.pic5a{
    /*
    background: url(../images/FP_scroll_econ_dev_section2.jpg)  no-repeat 50% 0 / cover;
    */
        background: url(../images/slide_claremont.jpg)  no-repeat 50% 0 / cover;
    min-height: 400px;
}



.footer-wrapper{
    width:100%;
    background: #4e8b56;
    color:#fff;
    font-family: 'open_sansregular';
    font-size:14px;
    padding:30px 0;
}

footer{
    margin-top: 100px;
}
#footer{
    padding-right:50px;
    padding-left:50px;
}
#footer h5{
    text-transform: uppercase;
    font-family: 'open_sansregular';
    padding-bottom: 15px;
}
#footer a{
    color:#fff;
}
#footer img.logo{
    max-width: 150px;
}

form#form-footer-contact input{
    border: solid 1px #fff;
    height: 35px;
    border-radius: 0;
    width: 200px;
}
form#form-footer-contact button{
    background-color: transparent;
    border:solid 2px #fff;
    height:35px;
    color:#fff;
    border-radius: 0;
    text-transform: uppercase;
}

form#form-footer-contact input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #4e8b56;
}
form#form-footer-contact input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #4e8b56;
    opacity:  1;
}
form#form-footer-contact input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #4e8b56;
    opacity:  1;
}
form#form-footer-contact input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #4e8b56;
}
#footer a.social-icons{
    margin-right: 10px;
}


/******
HOME PAGE
*****/
#home-map-canvas{
    width:100%;
    height:400px;
}
ul#commercial-list-home{
    margin:20px 0;
    padding:0 0 20px 0;
    list-style: none;
}
ul#commercial-list-home li{
    display: block;
    font-family: 'open_sansregular';
    font-size:15px;
    padding-bottom: 16px;
}
ul#commercial-list-home li a{
    color:#1c7a89;
    text-decoration: underline;
}

div.event-item-home{
    display: block;
    width:100%;
    clear: both;
    padding-bottom: 20px;
    overflow: auto;
}
div.event-date{
    float:left;
    margin-right:5%;
    width:20%;
}
div.event-info{
    float:right;
    width:75%;
    font-family: 'open_sansregular';
    font-size: 15px;
}
div.event-date h5{
    text-align: center;
    background: #fff;
    font-family: 'open_sansbold';
    color:#558a5a;
    text-transform: uppercase;
    padding-top:5px;
    padding-bottom:5px;
}
div.event-date h5 span{
    display: block;
    font-size:22px;
}
div.event-info a{
    color:#1c7a89;
    text-decoration: underline;
}
#slider-wrapper{
    margin-top: 0;
    margin-bottom: 25px;
}
.carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #999 \9;
    background-color: rgba(153, 153, 153, 1);
    border: none;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #000;
}
.carousel-caption{
    top:40%;
    font-family: 'open_sansbold';
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 4px 3px 1px #000;

}
/*
.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
*/
/*
ul#events-list-home{
    margin:20px 0;
    padding:0 0 20px 0;
    list-style: none;
}
ul#events-list-home li{
    display: block;
    font-family: 'open_sansregular';
    font-size:15px;
    padding-bottom: 16px;
    clear: both;
    margin-bottom: 10px;
}
ul#events-list-home li a{
    color:#1c7a89;
    text-decoration: underline;
}
ul#events-list-home li div.event-date h5{
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'open_sansbold';
}
ul#events-list-home li div.event-date{
    float:left;
    margin-right:20px;
    height:50px;
    width:50px;
    text-align: center;
    background: #fff;
    color:#558a5a;
    line-height: 14px;
    font-family: 'open_sansbold';
    font-size:22px;
}

ul#events-list-home li div.event-info{
    float: right;
    font-size: 15px;
    line-height: normal;
    width: 190px;
    height: auto;
}
*/
.map-info{
    font-size:12px;
    font-family: 'open_sansregular';
}
.map-info img{
    width:150px;
    background: #fff;
    padding:2px;
    border:solid 2px #ccc;
    margin-bottom: 10px;
}

.col-md-5 {
  display:none;
}

.col-md-7 {
    width: 75%;
}


/******
INNER PAGES
*****/
#header-img{
    display: block;
    width: 100%;
    border-top:solid 1px #e6e6e6;
    border-bottom:solid 1px #fff;
    text-align: center;
}
#header-img img{
    border-right:solid 1px #e6e6e6;
    border-left:solid 1px #e6e6e6;
    margin:0 auto;
}
#breadcrumbs{
    margin: 25px 0;
    padding:0;
    list-style: none;
}
#breadcrumbs li{
    display: inline;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'open_sansregular';
    color:#444
}
#breadcrumbs li a{
    color:#444;
    text-decoration:none;
}
#breadcrumbs li.active a{
}

#inner-content h1{
    font-size: 40px;
    font-family: 'open_sansregular';
    text-transform: uppercase;

}
#inner-content h2{
    padding-top: 0;
    margin-top: 0;
    font-size: 24px;
    font-family: 'meta_serif_book';
}
#inner-content p{
    padding:15px 0;
}
.right-col-widget{
    margin-bottom: 50px;
}
.right-col-widget h3{
    color:#444;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'open_sansbold';
    padding-bottom: 20px;
}
.video-widget{
    font-style: italic;
    font-family: 'open_sansregular';
    font-size: 13px;
}
.video-widget p{
    padding: inherit;
}
.events-widget{
    background-color:#e9e9e9;
    padding:15px;
    margin-top: 20px;
    margin-right: -15px;
}
.map-widget{
    display: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    font-family: 'open_sansregular';
}


.subnav-widget{
    font-family: 'open_sansregular';
    font-size:15px;
}
.subnav-widget a{
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
}
.subnav-widget a.this{
    font-weight: bold;
}

.alignnone{
    margin-top: -30px;
    margin-bottom: -20px;
}


/******
PROPERTY DISPLAY
*****/
#staff-list{
    font-family: 'open_sansregular';
    font-size: 15px;
}
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
}

table.table-callout, table.table-callout tr, table.table-callout td{
    border:0 !important;
}
table.table-callout tr td:first-child{
    font-weight: bold;
}

/******
STAFF DISPLAY
*****/
#staff-list{
    font-family: 'open_sansregular';
    font-size: 15px;
}
#staff-list .item{
    min-height:220px;
}
.staff-pic{
    float:left;
    position: relative;
    width:50%;
}
.staff-pic img{
    max-height:180px;
    padding:4px;
    background: #fff;
    border: solid 1px #ddd;
}
.staff-details{
    float:left;
    width:50%;
}

/******
NEWS
*****/
ul#news-list{
    list-style: none;
    margin: 0;
    padding:0;
}
ul#news-list li{
    display: block;
    margin-bottom: 30px;
}

div.event-item-news{
    display: block;
    width:100%;
    clear: both;
    padding-bottom: 20px;
    overflow: auto;
}
div.event-date-news{
    float:left;
    margin-right:5%;
    width:15%;

}
div.event-info-news{
    float:right;
    width:80%;
}
div.event-date-news h5{
    text-align: center;
    background:#558a5a;
    font-family: 'open_sansbold';
    color:#fff;
    text-transform: uppercase;
    padding-top:5px;
    padding-bottom:5px;
    width:80px;
}
div.event-date-news h5 span{
    display: block;
    font-size:22px;
}
div.event-info-news a{
    color:#1c7a89;
    text-decoration: underline;
}


/******
KEY DOCS
*****/
ul#documents-list{
    list-style: none;
    margin: 0;
    padding:0;
}
ul#documents-list li{
    display: block;
    margin-bottom: 30px;
}

div.documents-item{
    display: block;
    width:100%;
    clear: both;
    padding-bottom: 20px;
    overflow: auto;
}
div.documents-info{
}
div.documents-info a{
    color:#1c7a89;
    text-decoration: underline;
    display: block;
    margin-top:10px;
}

/******
REAL ESTATE DEV
*****/
ul.project-details{
    margin: 20px 0 0 0;
    padding:0;
    font-family: 'open_sansregular';
    font-size: 14px;
    list-style: none;
}
ul.project-details li{
    margin-bottom: 10px;
}
ul.project-details li span{
    font-weight: bold;
}
.zoom{
    font-family: 'open_sansregular';
    font-size: 14px;
    float:right;
    clear: both;
}

#property-list{
    margin-top: 20px;
}

#property-list img.propety-group-image{
    max-height: 150px;
}

.property-listing{
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.property-listing i{
    display:block;
    padding-top:15px;
    font-size: 16px;
    font-style: italic;
}
#apartment-map{
    width:100%;
    height:400px;
}
body.page-template-page-staff h1,
body.page-template-page-about h1,
body.page-template-page-board h1{
    color: #558a5a !important;
}
/******
FOOTER
*****/
