
/*
// resets
*/

/*
// hero
*/

#hero{
    width: 960px;
    margin: 0 auto;
    padding: 3em 0 0em;
}

#hero-message{
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Avenir Next LT W01 Bold', Arial, Tahoma, sans-serif; font-style: normal; font-weight: normal;
    min-height: 1px;
    position: relative;
    width: 750px;
    line-height: 34px;
    margin: 0;
    padding: 0 0 0 0px;
} * html #hero-message{ height: 1px; } #hero-message:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

#hero-message .line{
    display: block;
    float: left;
    padding: 6px 15px 6px 15px;
    background: #060606; 
    margin: -6px 0 -6px 0px;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
} /*.rgba #hero-message .line{ background: rgba(0,0,0,.9); } */

#hero .hero-link{
    font-family: 'Avenir Next LT W01 Bold', Arial, Tahoma, sans-serif; font-style: normal; font-weight: normal;
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    margin: 6px 0 0; 
    float: left;
    text-transform: uppercase;
    -moz-border-radius: 0 0 2px 2px;
    color: #060606; 
    background: #ddd;
} #hero .hero-link:hover{ color: #fff; background: #A9BE09; text-decoration: none; }

#hero .hero-link .arrow-black{ float: left; margin: 4px .5em 0 0; }
#hero .hero-link:hover .arrow-black{ float: left; margin: 4px .5em 0 0; background-position: -15px -355px; }

/*
// Primary
*/

.row{
    padding:15px;
}

.row:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

.left{
    float: left;
    width: 640px;
    /*background:rgba(255,0,0,0.1);*/
}

#introduction{
    border-bottom:1px solid #d4d4d4;
    padding-top:20px;
    padding-bottom:15px;
}

#introduction p{
    font-size:20px;
    text-transform:none;
    color:#555555;
    margin-bottom:20px;
}

#home__features h2{
    color:#000000;
    text-transform:uppercase;
    font-size:24px;
    margin:0;
    margin-top:20px;
    margin-bottom:10px;
}

.tiles {
    margin-left:-10px;
}

.tile{
    width:220px;
    float:left;
    margin-bottom:40px;
}

.tile:nth-of-type(3) {
    margin-right:-10px;
}

.tile__inner{
    display:block;
    text-decoration:none;
    color:#555555;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.tile__inner:hover{
    text-decoration:none;
    background:#f2f2f2;
    box-shadow:0 0 4px 1px rgba(0,0,0,0.4);
}

.tile__inner img{
    width:100%;
}

.tile__inner h3{
    font-family:'Avenir LT W01_85 Heavy1475544';
    font-size:16px;
    margin-top:15px;
    margin-bottom:10px;
}

.tile__inner .tile__description{
    font-size:12px;
    padding-right:5px;
}

.view__more{
    display:inline-block;
    background:#000000;
    color:#FFFFFF;
    padding:5px 15px;
    text-transform:uppercase;
    font-size:14px;
}

.view__more:hover{
    background:#333333;
    text-decoration:none;
}

/*
// secondary
*/

.right{
    width: 245px;
    float: right;
    /*background:rgba(255,0,0,0.1);*/
    padding-left:35px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.contribute__box{
}

.contribute__box h2{
    margin-top:0;
    margin-bottom: 40px;
    font-size:20px;
    color:#222222;
}

.contribute__box p{
    font-size:20px;
    padding-right:10px;
    color:#000000;
}

.find__out {
    background: none repeat scroll 0 0 #bbcd2a;
    color:#000000;
    font-size:17px;
    display:block;
    padding:15px 0;
    text-align:center;
    text-transform:uppercase;
    font-family: 'Avenir Next LT W01 Bold', Arial, Tahoma, sans-serif;
}

.find__out:hover{
    background:#7f8d0c;
    text-decoration:none;
}
/*news list*/

#news__feed{
}

#news__feed h2{
    color:#000000;
    text-transform:uppercase;
    font-size:24px;
    margin-bottom:15px;
    border-bottom:1px solid #d4d4d4;
    padding-bottom:5px;
    margin-top:20px;
    margin-right:-15px;
}

.news__list{
    margin:0;
    padding:0;
}

.news__item{
    margin:0;
    padding:0;
    list-style-type:none;
    background:none;
}

.news__inner{
    display:block;
    background:none;
    padding:0;
}

.news__inner:hover {
    text-decoration:none;
}

.news__item h3{
    color:#555555;
    font-size:16px;
    font-family:'Avenir LT W01_85 Heavy1475544';
    font-weight:normal;
    margin-top:18px;
}

.news__item p{
    color:#7f8d0c;
    font-style:italic;
    font-size:12px;
    background:url(green-line.gif) no-repeat bottom left;
    padding-bottom:10px;
}

.news__inner:hover h3{
    color:#171717;
}

.news__inner:hover p{
    color:#4d5602;
}

/*twitter feed*/

#twitter__feed{
    border-top:1px solid #d4d4d4;
    padding:30px 10px 20px;
    margin-top:45px;
    position:relative;
}

#twitter__feed .logo{
    margin:10px 0px 20px;
}

.twitter__feed__slider__container{
    position:relative;
}

.twitter__feed__slider {
    margin-left: -20px;
    margin-top: -20px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
    white-space: nowrap;
}

.twitter__feed__item{
    box-sizing: border-box;
    display: inline-block;
    padding-right: 25px;
    width: 33%;
    vertical-align:top;
}

.tweet {
    white-space: normal;
    overflow:hidden;
}

.tweet__text{
    font-size:14px;
    border-bottom:1px solid #d4d4d4;
    margin: 0 0 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    
}

.tweet__dateline{
    color: #7f8d0c;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 10px;
}

.twitter__feed__scrollcover{
    background: none repeat scroll 0 0 #ffffff;
    bottom: -10px;
    height: 30px;
    left: -20px;
    position: absolute;
    right: 1px;
    z-index: 1;
}

.twitter__feed_buttons{
    position:absolute;
    top:60px;
    right:0;
}

.twitter__feed_buttons span{
    display:inline-block;
    width:10px;
    height:18px;
    margin:0 10px;
    cursor:pointer;
}

.twitter__feed_buttons .prev{
    background:url(left-green-arrow.png);
}

.twitter__feed_buttons .next{
    background:url(right-green-arrow.png);
}
