a {
    color: #3359A6;
    text-decoration: none;
}

.local_happenings_container{
    border: 1px solid #cecece;
    width: 158px;
}

.local_happenings_container_staylocal{
    border: 1px solid #cecece;
    width: 220px;
}

.local_happenings_title{
    font-family: "Segoe UI";
    font-style: italic;
    font-size: 14px;
    color: #313131;
    margin-left: 8px;
    margin-top: 5px;
}

.local_happenings_title_staylocal{
    font-family: "Open Sans";
    font-style: italic;
    font-size: 14px;
    color: #3b5998;
    margin-left: 8px;
    margin-top: 5px;
}

.local_happenings_title_about{
    font-family: Tw Cen MT;
    font-size: 16px;
    color: #3355aa;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 3px;
    margin-left: 8px;
    margin-top: 2px;
}

.local_happenings_row{
    border-bottom: 1px solid #cecece;
    height: 132px;
    text-align: center;
}

.local_happenings_row2{
    height: 132px !important;
    padding-top: 16px;
}

.local_happenings_row_staylocal{
    border-bottom: 1px solid #cecece;
    height: 135px;
    text-align: center;
}

.local_happenings_row2_staylocal{
    height: 135px !important;
    padding: 10px;
}

.local_happenings_description{
    font-family: "Segoe UI";
    font-size: 14px;
    color: #3355aa;
    margin-left: 8px;
    margin-right: 8px;
    text-align: left;
}

.local_happenings_description_staylocal{
    font-family: "Segoe UI";
    font-size: 14px;
    color: #3355aa;
    text-align: left;
}

.local_happenings_button_url{
    text-align: center;
    display: block;
    background-color: #3355aa;
    border: 1px solid #3355aa;
    text-decoration: none;
    line-height: 23px;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    font-family: "Segoe UI";
}

.local_happenings_description a{
    color: #3355aa!important;
    text-decoration: underline!important;
}

/* unvisited link */
.local_happenings_description a:link {
    color: #3355aa!important;
}

/* visited link */
.local_happenings_description a:visited {
    color: #3355aa!important;
}

.local_happenings_block{
    width: 158px;
}
.local_happenings_block_staylocal{
    width: 220px;
}


.local_happenings_container .swap{
    height: 530px;
    overflow: hidden;
}
.local_happenings_container_staylocal .swap{
    height: 400px;
    overflow: hidden;
}


