/* Homepage */
#hero{
    text-align:center;
    padding:40px 0;
    background:url('../images/shatterpattern.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#hero h1{
    color:#FFFFFF;
}
#hero h1 span{
    font-size:18px;
    font-weight:bold;
}
#working-groups{
    text-align:center;
    padding:20px 0;
}
#working-groups h2 a{
    color:#F78C26;
}
#working-groups h2 a:hover{
    text-decoration:none;
    color:#F78C26;
}
#working-groups p{
    font-family: 'Roboto Slab', sans-serif;
    font-size:18px;
}
.group-title{
    position: absolute;
    bottom: 0px;
    width:180px;
    right: 0;
    left: 0;
    margin: auto;
}
.group-title p{
    color:#FFFFFF;
    font-size:14px;
    line-height:18px;
    text-align:center;
    padding: 0 20px;
}
#group-slider{
    margin:40px 0 30px 0;
}
#icon-section{
    padding:40px 0;
     background:url('../images/image.jpg') no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#icon-section .col-sm-4{
    text-align:center;
}
#find{
    min-width:200px;
    height:200px;
    background:url('../images/BadgeAlliance-Sprite_140612.png') 0 -77px no-repeat;
    display:inline-block;
}
/* #build{
    min-width:250px;
    height:200px;
    background:url('../images/BadgeAlliance-Sprite_140612.png') 0 -293px no-repeat;
    display:inline-block;
} */
#learn{
    min-width:200px;
    height:210px;
    background:url('../images/BadgeAlliance-Sprite_140612.png') 0 -510px no-repeat;
    display:inline-block;
}
#support{
    min-width:200px;
    height:210px;
    background:url('../images/BadgeAlliance-Sprite_140612.png') 0 -730px no-repeat;
    display:inline-block;
}
#events{
    padding:20px 0;
    background:#E0F9FF;
}
#events h2{
    text-align:center;
    margin-bottom: 40px;
}
#events h2 a{
    color:#0094CA;
}
#events h2 a:hover{
    text-decoration:none;
}
#events .event-item{
    margin-bottom:20px;
}
#events .datebox{
    background:#0094CA;
    text-align:center;
    padding-bottom;15px;
    font-family: 'Roboto Slab', sans-serif;
    font-size:22px;
    font-weight:normal;
    color:#FFFFFF;
    line-height:28px;
    padding-top:5px;
    padding-bottom:5px;
}
#events .datebox span{
    text-transform:uppercase;
}
.event-info h6 a{
    color:#404041;
}
.event-info h6{
    margin:0;
}
.event-info .readmore{
    color:#0094CA;
}
#social-section{
    padding:20px 0;
}
#blog-feed h2 a{
    color:#0094CA;
}
#blog-feed h2 a:hover{
    text-decoration:none;
}
.fb-image{
    background:url('../images/BadgeAlliance-Sprite_140612.png') 0 -1142px no-repeat;
    width:62px;
    height:62px;
}
#twitterfeed{
    margin-bottom:10px;
}
#facebookfeed{
    margin-top:10px;
}
.blog-post{
    margin-bottom:15px;
    padding:10px 0;
    border-bottom:1px solid #E0F9FF;
}
.blog-post:last-child{
    border-bottom:none;
}
.blog-post .blog-date{
    color:#0094CA;
    margin:0;
    font-weight:bold;
}
.blog-post h5{
    margin:0;
}

/* Responsive */
@media(max-width:768px){
    #find{
        margin-bottom:20px;
    }
}
@media(max-width:320px){
    .fb-status{
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}
