
.carousel-indicators {
    bottom: auto;
    left: auto;
    right: 10px;
    text-align: right;
    width: auto;
    /* bottom: -7px; */
}
.carousel-caption {
    background: #f4f4f4;
    background: rgba(240,240,240,0.6);
    border-top: 1px solid #03244d;
    bottom: -27px;
    height: 60px;
    left: 0;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: left;
    text-shadow: none;
    transition: bottom 0.8s;
    -webkit-transition: bottom 0.8s;
}
.carousel-caption h4, 
.carousel-caption p {
    color: #03244d;
    font-family: "Open Sans",Arial,Verdana,sans-serif;
    line-height: 15px;
    margin-top: 9px;
    font-weight: bolder;
}
#news{
    overflow:hidden;
}
#twitterTab {
    background: #f68026;
}
#twitterContent{
    margin-right:-15px;
}
.calItem {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    float: left;
    position: relative;
    text-align: left;
}
.calDate {
    width: 23%;
    float: left;
    /* margin: 0px 3px 0px 3px; */
    padding: 0px;
    color: #DD550C;
    text-align: center;
    font-weight: normal;
    font-size: 125%;
    text-transform: uppercase;
    line-height: 16px;
}
.calmonth {
    font-size: 12px;
    clear: both;
    display: block;
}
.calday {
    font-size: 18px;
    clear: both;
    display: block;
}
.eng_card_tabbed{
    padding-top: 8px;
    padding-bottom:8px;
}
.eng_card_tab{
    height: 30px;
    text-align: center;
    font-size: 15px;
    color: white;
    line-height: 30px;
    background: #dd550c;
}
.eng_card_tab a{
    text-decoration: none; 
    color: white;
}
.eng_card_content{
    background-color: #ffffff;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 0px 0px 10px #cbcbcb;
    -webkit-box-shadow: 0px 0px 10px #cbcbcb;
       -moz-box-shadow: 0px 0px 10px #cbcbcb;
        -ms-box-shadow: 0px 0px 10px #cbcbcb;
         -o-box-shadow: 0px 0px 10px #cbcbcb;
            box-shadow: 0px 0px 10px #cbcbcb;
}
.top-links{
    right:0;
}