@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?uhkp1j');
    src:  url('fonts/icomoon.eot?uhkp1j#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff2?uhkp1j') format('woff2'),
    url('fonts/icomoon.ttf?uhkp1j') format('truetype'),
    url('fonts/icomoon.woff?uhkp1j') format('woff'),
    url('fonts/icomoon.svg?uhkp1j#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
ul.eqspagination {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.eqspagination li a{
    padding: 5px 10px;
    text-decoration: none;
    box-shadow: none;
    display: inline-block;
}
ul.eqspagination li a:hover{
    box-shadow: none;
    color: #00a0d2;
}
ul.eqspagination li {
    display: inline-block;
    text-align: center;
    background-color: #f3f3f3;
    margin-right: 1px;
}
ul.eqspagination li.active{
    background-color: #00a0d2;
}
ul.eqspagination li.active a{
    color: #ffffff;
}
#eqs-pagination-table a{
    text-decoration: none;
    box-shadow: none;
}
.eqs-irplugin .no-record{
    color: #000000;
    text-align: center;
}
.cal-ico{
    background: url("../images/ir_calendar.png") no-repeat center center;
    height: 24px;
    width: 24px;
    display:inline-block;
}
.download-ico{
    background: url("../images/download.png") no-repeat center center;
    height: 24px;
    width: 24px;
    display:inline-block;
}
.ir-table table td.link{
    text-align: center;
}
.ir-table table td.link a{
    display: block;
}
.news-tab-buttons li{
    display: table-cell;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #ccc;
    margin: 0 2px;
}
.news-tab-buttons li:hover{
    background-color: #33a0ce;
}
.news-tab-contents > .eqs-pagination-table{
    display: none;
}
.news-tab-contents > .eqs-pagination-table > .hidden{
    display: none !important;
}
.news-tab-contents > .eqs-pagination-table:first-child{
    display: block;
}
.tabs-pagination{
    display: none;
}
.paginations div:first-child{
    display: block;
}

.news-block > .news-details-hid{
    display: none;
}
.ir_error{
    color:red;
}
.ir-calender-record span{
    display: inline-block;
    min-width: 117px;
}
.news-tab-contents .table-cell{
    position: relative;
    width:100%;
}
.news-tab-contents .table-cell {
    display: block;
}
.news-tab-contents .table-cell::after {
    clear: both;
    content: '';
    display: block;
}
.news-tab-contents .table-cell > span {
    display: block;
    float: left;
    width: 30%;
}
.news-tab-contents .table-cell > span:first-child {
    width: 16%;
}
.pdf-link:before {
    content: "R";
    font-family: Icomoon,sans-serif;
    padding-right: 8px;
}
.accordion-heading{
    cursor: pointer;
}
.year-accordion .accordion-contents {
    display: none;
}
table.ir-table {
    width: 100%;
    margin: 30px 0;
    table-layout: fixed;
}
table.ir-table tbody tr[class*=row] {
    border-bottom: 1px solid rgba(36,49,102,.1);
}
table.ir-table tbody tr td.row1 {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #243166;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}
table.ir-table td, table.ir-table th {
    padding: 10px 0;
    padding-bottom: 9px;
    text-align: left;
    font-size: 14px;
}
table.ir-table tbody tr:hover td {
    background-color: rgba(36,49,102,.02);
}
table.ir-table tbody tr:first-child:hover td {
    background-color: #243166;
}

/* NEws accordion */
.accordion-module__accordion-item-body a{
    color: #000;
}
.accordion-module__accordion-item-body a:hover{
    color: #000;
}