
.announcements{
    padding: 0;
    margin: 15px auto !important;
    padding-bottom: 30px;
}

.announcements .container-fluid{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.announcements .col-sm-12{
    padding: 0;
}

.announcements .pagination a{
    color: #fff !important;
    background-color: #9E9E9E !important;
}
.announcements .glyphicon {
    top: 1px;
    left: 1px;
    font-size: 1.5rem;
    color: #fff !important;
}

.announcements .pagination a:hover{
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.announcements .pagination a:focus{
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.announcements .pagination a:visited{
    color: #fff !important;
    background-color: #000;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.announcements .pagination a:active{
    color: #fff !important;
    background-color: #000;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.announcements .pagination > li > a, .pagination > li > span {
    border: 0px solid #ddd;
    margin-right: 10px;
    border-radius: 0;
}

.announcements .panel-footer ul{
    float: left !important;
}

.announcements .panel{
    margin: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05) !important;
}

.announcements .panel-default {
   border: 0;
   border-radius: 0 !important;
   background-color: #E3F2FC;
   border-bottom: 0px solid #41597a !important;
   padding: 8px;
}

.announcements .panel-heading{
    background-color: rgba(47, 51, 93, 0.0);
    color: #054A91 !important;
    font-family: 'Open Sans' !important;
    font-size: 2.00rem;
    font-weight: 600 !important;
    margin: 0;
    padding: 5px 0 6px 0 !important;
    border-radius: 0 !important;
    text-align: center;
}

.announcements .panel-default > .panel-heading {
    border-bottom: 0px solid #333;
}

.announcements .panel-heading i{
    margin: 12px 30px 0 0;
}

.announcements .panel ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.announcements .news-item h1{
    color: #000 !important;
    font-family: 'Open Sans' !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    padding: 12px 0 0 0px !important;
    margin: 0px auto !important;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    line-height: 123%;
}
.announcements .news-item p{
    font-family: 'Open Sans' !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 10px;
    line-height: 128%;
}
.announcements  .news-item h7{
    font-family: 'Open Sans' !important;
    font-size: 1.3rem !important;
    padding-bottom: 2px !important;
    color: #153A5C !important;
}

.announcements .panel-body .row{
    margin: 0 !important;
    padding: 0 !important;
}

.announcements .panel-body{
    padding: 0 !important;
}
.announcements .col-xs-12{
    padding-left: 0 !important;
}
.announcements .panel-body ul {
    margin: 10px 0 15px 5px !important;
}

.announcements .panel-footer {
    padding: 0 15px;
    background-color: transparent;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.announcements{
    margin: 0;
    border-radius: 0 !important;
    background-color: transparent !important;
    border-top: #000;
}
.announcements .news-item{
    border-bottom: 1px solid #a6b7bf !important; 
    padding-bottom: 2px;
}
/** Links **/
.announcements a{
    color: #153A5C !important;
    text-decoration: underline !important;
}
.announcements a:hover{
    color: #153A5C !important;
    text-decoration: none !important;
}
.announcements a:visited{
    color: #153A5C !important;
}
.announcements a:active{
    color: #153A5C !important;
}

/******************* QUERIES *************************/
@media only screen and (max-width: 1440px) {
	
    .announcements{
        margin: 25px auto !important;
    }
    
}
@media only screen and (max-width: 1280px) {
	
    .announcements {
        margin-bottom: 0 !important;
    }
    .announcements .news-item h1{
        font-size: 1.5rem !important;
    }
    
}
@media only screen and (max-width: 1128px) {

    .announcements{
        margin: 0 auto !important;
    }
    .announcements .news-item h1{
        font-size: 1.4rem !important;
    }
    
}
@media only screen and (max-width: 1080px) {
	
    .announcements {
        padding-bottom: 20px;
    }
    
}
@media only screen and (max-width: 991px) {
	
    .announcements .news-item h1{
        font-size: 1.6rem !important;
    }
    
    .announcements .news-item p{
        font-size: 1.3rem !important;
    }
    
}
@media only screen and (max-width: 830px) {
	
    .announcements{
        width: 100%;
        padding-bottom: 20px;
        margin: 0 !important;
    }

    
}
@media only screen and (max-width: 560px) {
		
    .announcements .container-fluid{
        width: 98%;
    }
    
    .announcements .news-item h1{
        font-size: 1.4rem !important;
    }
    
    .announcements .news-item p{
        font-size: 1.3rem !important;
    }
    
}
@media only screen and (max-width: 414px) {
    
    .announcements .news-item h1{
        font-size: 1.3rem !important;
        text-align: left !important;
    }
    .announcements .news-item p{
        font-size: 1.1rem !important;
    }
    
}