.page-banner-xshort .page-banner--title h1 {
    text-transform: none;
    margin-top: 0px;
}

.page-banner .breadcrumb a {
    color: #fff !important;
}

#sorTable th:hover {
    cursor: pointer;
}

#sorTable th .fa {
    visibility: hidden;
}

#sorTable th .fa-sort-down {
    margin-left: -10px;
}

.news-item {
    border-bottom: 1px #CACACA solid;
    padding: 25px 0;
}

.news-item .news-date {
    color: #333;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.news-item h2,
.news-item .col-xs-12>div {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.86px;
    line-height: 140%;
}

.news-item p {
    font-size: 15px;
    margin-top: 8px;
    color: #636363;
}

.news-item a {
    color: #006ac3;
    font-family: RBCDisplay, Georgia, Times, serif;
    font-weight: 700;
    display: block;
    font-size: 18px;
    line-height: 21px;
}

ul.pagination,
.pagination {
    margin: 35px 0 65px 0;
    border-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    border: 0;
    border-right: 1px #ccc solid;
    margin-left: 0;
    color: #424242;
    font-family: "Roboto Light", "Roboto", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0 10px;
}

.pagination>li.active>a,
.pagination>li>a:active,
.pagination>li.active>span {
    color: #2B6EB4;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
    border-right: 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    font-family: "Roboto Light", "Roboto", arial, sans-serif;
    font-size: 15px;
    padding: 10px 8px;
}

.table th,
.table>thead>tr>th {
    border-bottom: 1px #0060A8 solid;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
}

.award-descriptor,
.award-descriptor span {
    text-align: center;
    font-family: "Roboto Light", "Roboto", arial, sans-serif;
    font-size: 18px;
    color: #000;
}

.award-descriptor .year {
    color: #595959;
}

.carousel {
    margin-bottom: 35px;
}

.carousel-indicators {
    bottom: -55px;
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    background-color: #9B9B9B;
    border-color: #9B9B9B;
}

.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    background-color: #0051A5;
    border-color: #0051A5;
}

.carousel-control .fa {
    color: #ccc;
    font-size: 60px;
    margin-top: 70px;
}

.pagination .active a {
    background-color: #eee;
    color: #424242;
}

.pagination .active a:hover {
    background-color: #eee;
    color: #424242;
}

.news-item h3 {
  font-size: 16px;
    margin: 0 0 15px;
    font-weight: 700;
    font-family: "Roboto Light", Roboto, Arial, sans-serif;
}


.carousel-container .carousel-inner {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  min-height: 170px;
}