.tab-set .tab {
    background-color: #f2f2f2;
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0.66em 2em;
    font-weight: bold;
    z-index: 2
}

.tab-body {
    background-color: #f2f2f2;
    border: 1px solid #bbbbbb;
    position: relative;
    top: -1px;
    z-index: 1;
    padding: 20px 30px 60px 30px;
    font-size: 0.95em;
    margin-bottom: 10px
}

.lt-ie9 .tab-body {
    padding: 40px 20px 60px 30px
}

.lt-ie8 .tab-body {
    padding: 20px 30px 60px 30px
}

.lt-ie8 .tab-set .tab-body .accordion, .lt-ie9 .tab-set .tab-body .accordion {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

.lt-ie8 .tab-set .tab-body .accordion .box, .lt-ie9 .tab-set .tab-body .accordion .box {
    width: 135px;
    display: table-cell;
    position: relative;
    height: 100%;
    background-color: #e0e0e0;
    min-height: 30px;
    vertical-align: top
}

.lt-ie8 .tab-set .tab-body .accordion .box .date, .lt-ie9 .tab-set .tab-body .accordion .box .date {
    z-index: 1;
    position: relative
}

.lt-ie8 .tab-set .tab-body .accordion .box img, .lt-ie9 .tab-set .tab-body .accordion .box img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 0
}

.lt-ie8 .tab-set .tab-body .accordion .box .box-wrapper, .lt-ie9 .tab-set .tab-body .accordion .box .box-wrapper {
    position: relative
}

.lt-ie8 .tab-set .tab-body .accordion .content, .lt-ie9 .tab-set .tab-body .accordion .content {
    max-width: 65%;
    min-width: 351px;
    margin: 0;
    display: table-cell;
    padding: 10px 10px;
    background-color: #e5e5e5;
    min-height: 30px;
    vertical-align: top
}

.lt-ie8 .tab-set .tab-body .accordion .content .head, .lt-ie9 .tab-set .tab-body .accordion .content .head {
    cursor: default
}

.lt-ie8 .tab-set .tab-body .accordion .content .head .summary, .lt-ie9 .tab-set .tab-body .accordion .content .head .summary {
    display: none
}

.lt-ie8 .tab-set .tab-body .accordion .content span.link, .lt-ie9 .tab-set .tab-body .accordion .content span.link {
    display: block;
    margin-bottom: 5px;
    vertical-align: top
}

.lt-ie8 .tab-set .tab-body .accordion .content span.link a, .lt-ie9 .tab-set .tab-body .accordion .content span.link a {
    width: 80%;
    display: inline-block;
    color: blue;
    text-decoration: none
}

.lt-ie8 .tab-set .tab-body .accordion .content span.link a:hover, .lt-ie9 .tab-set .tab-body .accordion .content span.link a:hover {
    text-decoration: underline
}

.lt-ie8 .tab-set .tab-body .accordion .content span.link img, .lt-ie9 .tab-set .tab-body .accordion .content span.link img {
    max-width: 25px;
    display: inline-block;
    vertical-align: top
}

.lt-ie8 .tab-set .tab-body .accordion .arrow, .lt-ie9 .tab-set .tab-body .accordion .arrow {
    width: 50px;
    vertical-align: top;
    height: 100%;
    color: #fff;
    display: table-cell;
    text-align: center;
    padding-top: 10px;
    cursor: default;
    min-height: 30px;
    vertical-align: top
}

.lt-ie8 .tab-set .tab-body .accordion .arrow .icon, .lt-ie9 .tab-set .tab-body .accordion .arrow .icon {
    font-size: 120%
}

.lt-ie8 .tab-set .tab-body .accordion .arrow .icon-chevron-up, .lt-ie9 .tab-set .tab-body .accordion .arrow .icon-chevron-up {
    display: none
}

.lt-ie8 .tab-set .tab-body .accordion .arrow .icon-chevron-down, .lt-ie9 .tab-set .tab-body .accordion .arrow .icon-chevron-down {
    display: none
}

.lt-ie8 .tab-set .tab-body .accordion:first-child .content .head .summary, .lt-ie9 .tab-set .tab-body .accordion:first-child .content .head .summary {
    display: block
}

.lt-ie8 .tab-set .tab-body .accordion:hover .content, .lt-ie9 .tab-set .tab-body .accordion:hover .content {
    background-color: #e5e5e5
}

.lt-ie8 .tab-set .tab-body .news-v2 .date, .lt-ie9 .tab-set .tab-body .news-v2 .date {
    background: -moz-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 198, 0.8)), color-stop(100%, rgba(0, 110, 198, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3006ec6', endColorstr='#b3006ec6', GradientType=0);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700
}

.lt-ie8 .tab-set .tab-body .news-v2 .content .body a, .lt-ie9 .tab-set .tab-body .news-v2 .content .body a {
    color: #006ec6
}

.lt-ie8 .tab-set .tab-body .news-v2 + .more.box, .lt-ie8 .tab-set .tab-body .news-v2 .arrow, .lt-ie9 .tab-set .tab-body .news-v2 + .more.box, .lt-ie9 .tab-set .tab-body .news-v2 .arrow {
    background-color: #006ec6
}

.lt-ie8 .tab-set .tab-body .news-v2 + .more.box:hover, .lt-ie8 .tab-set .tab-body .news-v2 .arrow:hover, .lt-ie9 .tab-set .tab-body .news-v2 + .more.box:hover, .lt-ie9 .tab-set .tab-body .news-v2 .arrow:hover {
    background-color: #0060ad
}

.lt-ie8 .tab-set .tab-body .news-v2:hover .arrow, .lt-ie9 .tab-set .tab-body .news-v2:hover .arrow {
    background-color: #0060ad
}

.lt-ie8 .tab-set .tab-body .alert-v2 .date, .lt-ie9 .tab-set .tab-body .alert-v2 .date {
    background: -moz-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(177, 78, 1, 0.8)), color-stop(100%, rgba(177, 78, 1, 0.8)));
    background: -webkit-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccb14e01', endColorstr='#ccb14e01', GradientType=0);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700
}

.lt-ie8 .tab-set .tab-body .alert-v2 .content .body a, .lt-ie9 .tab-set .tab-body .alert-v2 .content .body a {
    color: #b14e01
}

.lt-ie8 .tab-set .tab-body .alert-v2 + .more.box, .lt-ie8 .tab-set .tab-body .alert-v2 .arrow, .lt-ie9 .tab-set .tab-body .alert-v2 + .more.box, .lt-ie9 .tab-set .tab-body .alert-v2 .arrow {
    background-color: #b14e01
}

.lt-ie8 .tab-set .tab-body .alert-v2 + .more.box:hover, .lt-ie8 .tab-set .tab-body .alert-v2 .arrow:hover, .lt-ie9 .tab-set .tab-body .alert-v2 + .more.box:hover, .lt-ie9 .tab-set .tab-body .alert-v2 .arrow:hover {
    background-color: #984301
}

.lt-ie8 .tab-set .tab-body .alert-v2:hover .arrow, .lt-ie9 .tab-set .tab-body .alert-v2:hover .arrow {
    background-color: #984301
}

.lt-ie8 .tab-set .tab-body .event-v2 .date, .lt-ie9 .tab-set .tab-body .event-v2 .date {
    background: -moz-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 115, 49, 0.8)), color-stop(100%, rgba(21, 115, 49, 0.8)));
    background: -webkit-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc157331', endColorstr='#cc157331', GradientType=0);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 700
}

.lt-ie8 .tab-set .tab-body .event-v2 .content .body a, .lt-ie9 .tab-set .tab-body .event-v2 .content .body a {
    color: #157331
}

.lt-ie8 .tab-set .tab-body .event-v2 + .more.box, .lt-ie8 .tab-set .tab-body .event-v2 .arrow, .lt-ie9 .tab-set .tab-body .event-v2 + .more.box, .lt-ie9 .tab-set .tab-body .event-v2 .arrow {
    background-color: #157331
}

.lt-ie8 .tab-set .tab-body .event-v2 + .more.box:hover, .lt-ie8 .tab-set .tab-body .event-v2 .arrow:hover, .lt-ie9 .tab-set .tab-body .event-v2 + .more.box:hover, .lt-ie9 .tab-set .tab-body .event-v2 .arrow:hover {
    background-color: #115d28
}

.lt-ie8 .tab-set .tab-body .event-v2:hover .arrow, .lt-ie9 .tab-set .tab-body .event-v2:hover .arrow {
    background-color: #115d28
}

.lt-ie8 .tab-set .tab-body .box.date, .lt-ie9 .tab-set .tab-body .box.date {
    width: 2.188em;
    height: 2.625em;
    float: left;
    padding: 10px 10px 15px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold
}

.lt-ie8 .tab-set .tab-body .box.date .day, .lt-ie9 .tab-set .tab-body .box.date .day {
    font-size: 1.125em
}

.lt-ie8 .tab-set .tab-body .box.date .month, .lt-ie9 .tab-set .tab-body .box.date .month {
    font-size: 0.938em
}

.lt-ie8 .tab-set .tab-body .more, .lt-ie9 .tab-set .tab-body .more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.625em 2.000em 0.625em 2.000em;
    margin-top: 2em
}

.lt-ie8 .tab-set .tab-body .more a, .lt-ie9 .tab-set .tab-body .more a {
    text-decoration: none;
    color: #fff
}

.lt-ie8 .tab-set.hide, .lt-ie9 .tab-set.hide {
    position: absolute;
    opacity: 0;
    left: -999em;
    width: 9em;
    overflow: hidden !important;
    height: 0 !important;
    width: 0 !important
}

.lt-ie8 .tab-format .tab-body .accordion, .lt-ie9 .tab-format .tab-body .accordion {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

.lt-ie8 .tab-format .tab-body .accordion .box, .lt-ie9 .tab-format .tab-body .accordion .box {
    width: 135px;
    display: table-cell;
    position: relative;
    height: 100%;
    background-color: #e0e0e0;
    min-height: 30px;
    vertical-align: top
}

.lt-ie8 .tab-format .tab-body .accordion .box .date, .lt-ie9 .tab-format .tab-body .accordion .box .date {
    z-index: 1;
    position: relative
}

.lt-ie8 .tab-format .tab-body .accordion .box img, .lt-ie9 .tab-format .tab-body .accordion .box img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 0
}

.lt-ie8 .tab-format .tab-body .accordion .box .box-wrapper, .lt-ie9 .tab-format .tab-body .accordion .box .box-wrapper {
    position: relative
}

.lt-ie8 .tab-format .tab-body .accordion .box .box-wrapper img, .lt-ie9 .tab-format .tab-body .accordion .box .box-wrapper img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    display: none
}

.lt-ie8 .tab-format .tab-body .accordion .content, .lt-ie9 .tab-format .tab-body .accordion .content {
    max-width: 65%;
    min-width: 351px;
    margin: 0;
    display: table-cell;
    padding: 10px 10px;
    background-color: #ededed;
    min-height: 30px;
    vertical-align: top
}

.lt-ie8 .tab-format .tab-body .accordion .content .head, .lt-ie9 .tab-format .tab-body .accordion .content .head {
    cursor: pointer
}

.lt-ie8 .tab-format .tab-body .accordion .content .head .summary, .lt-ie9 .tab-format .tab-body .accordion .content .head .summary {
    display: none
}

.lt-ie8 .tab-format .tab-body .accordion .content .body, .lt-ie9 .tab-format .tab-body .accordion .content .body {
    display: none
}

.lt-ie8 .tab-format .tab-body .accordion .content .body span.link, .lt-ie9 .tab-format .tab-body .accordion .content .body span.link {
    display: block;
    margin-bottom: 5px;
    vertical-align: top
}

.lt-ie8 .tab-format .tab-body .accordion .content .body span.link a, .lt-ie9 .tab-format .tab-body .accordion .content .body span.link a {
    width: 80%;
    display: inline-block;
    color: blue;
    text-decoration: none
}

.lt-ie8 .tab-format .tab-body .accordion .content .body span.link a:hover, .lt-ie9 .tab-format .tab-body .accordion .content .body span.link a:hover {
    text-decoration: underline
}

.lt-ie8 .tab-format .tab-body .accordion .content .body span.link img, .lt-ie9 .tab-format .tab-body .accordion .content .body span.link img {
    max-width: 25px;
    display: inline-block;
    vertical-align: top
}

.lt-ie8 .tab-format .tab-body .accordion .arrow, .lt-ie9 .tab-format .tab-body .accordion .arrow {
    width: 50px;
    vertical-align: top;
    height: 100%;
    background-color: #d8d8d8;
    display: table-cell;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    min-height: 30px;
    vertical-align: top
}

.lt-ie8 .tab-format .tab-body .accordion .arrow .icon, .lt-ie9 .tab-format .tab-body .accordion .arrow .icon {
    font-size: 120%
}

.lt-ie8 .tab-format .tab-body .accordion .arrow .icon-chevron-up, .lt-ie9 .tab-format .tab-body .accordion .arrow .icon-chevron-up {
    display: none
}

.lt-ie8 .tab-format .tab-body .accordion .arrow .icon-chevron-down, .lt-ie9 .tab-format .tab-body .accordion .arrow .icon-chevron-down {
    display: inline
}

.lt-ie8 .tab-format .tab-body .accordion:first-child .content .head .summary, .lt-ie9 .tab-format .tab-body .accordion:first-child .content .head .summary {
    display: block;
    min-height: 70px
}

.lt-ie8 .tab-format .tab-body .accordion:first-child.opened .content .head .summary, .lt-ie9 .tab-format .tab-body .accordion:first-child.opened .content .head .summary {
    display: none
}

.lt-ie8 .tab-format .tab-body .accordion:first-child .box img, .lt-ie9 .tab-format .tab-body .accordion:first-child .box img {
    display: inline-block
}

.lt-ie8 .tab-format .tab-body .accordion.opened .content, .lt-ie9 .tab-format .tab-body .accordion.opened .content {
    background-color: #e5e5e5
}

.lt-ie8 .tab-format .tab-body .accordion.opened .arrow, .lt-ie9 .tab-format .tab-body .accordion.opened .arrow {
    color: #fff
}

.lt-ie8 .tab-format .tab-body .accordion.opened .arrow .icon-chevron-up, .lt-ie9 .tab-format .tab-body .accordion.opened .arrow .icon-chevron-up {
    display: inline
}

.lt-ie8 .tab-format .tab-body .accordion.opened .arrow .icon-chevron-down, .lt-ie9 .tab-format .tab-body .accordion.opened .arrow .icon-chevron-down {
    display: none
}

.lt-ie8 .tab-format .tab-body .accordion.opened .arrow .icon, .lt-ie9 .tab-format .tab-body .accordion.opened .arrow .icon {
    font-weight: 700;
    font-size: 150%
}

.lt-ie8 .tab-format .tab-body .accordion.opened:hover .content, .lt-ie9 .tab-format .tab-body .accordion.opened:hover .content {
    background-color: #e5e5e5
}

.lt-ie8 .tab-format .tab-body .accordion.opened .box img, .lt-ie9 .tab-format .tab-body .accordion.opened .box img {
    display: inline-block
}

.lt-ie8 .tab-format .tab-body .accordion:hover .content, .lt-ie9 .tab-format .tab-body .accordion:hover .content {
    background-color: #e5e5e5
}

.lt-ie8 .tab-format .tab-body .accordion:hover .arrow, .lt-ie9 .tab-format .tab-body .accordion:hover .arrow {
    background-color: #bfbfbf
}

.lt-ie8 .tab-format .tab-body .accordion:hover .arrow .icon, .lt-ie9 .tab-format .tab-body .accordion:hover .arrow .icon {
    font-weight: 700;
    font-size: 150%
}

.lt-ie8 .tab-format .tab-body .news-v2 .date, .lt-ie9 .tab-format .tab-body .news-v2 .date {
    background: -moz-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 198, 0.8)), color-stop(100%, rgba(0, 110, 198, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3006ec6', endColorstr='#b3006ec6', GradientType=0);
    color: #fff;
    text-align: center;
    padding: 13px 10px;
    font-weight: 700
}

.lt-ie8 .tab-format .tab-body .news-v2 .content .body a, .lt-ie9 .tab-format .tab-body .news-v2 .content .body a {
    color: #006ec6
}

.lt-ie8 .tab-format .tab-body .news-v2 + .more.box, .lt-ie9 .tab-format .tab-body .news-v2 + .more.box {
    background-color: #006ec6
}

.lt-ie8 .tab-format .tab-body .news-v2 + .more.box:hover, .lt-ie9 .tab-format .tab-body .news-v2 + .more.box:hover {
    background-color: #0060ad
}

.lt-ie8 .tab-format .tab-body .news-v2.opened .arrow, .lt-ie9 .tab-format .tab-body .news-v2.opened .arrow {
    background-color: #006ec6
}

.lt-ie8 .tab-format .tab-body .news-v2.opened:hover .arrow, .lt-ie9 .tab-format .tab-body .news-v2.opened:hover .arrow {
    background-color: #0060ad
}

.lt-ie8 .tab-format .tab-body .alert-v2 .date, .lt-ie9 .tab-format .tab-body .alert-v2 .date {
    background: -moz-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(177, 78, 1, 0.8)), color-stop(100%, rgba(177, 78, 1, 0.8)));
    background: -webkit-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccb14e01', endColorstr='#ccb14e01', GradientType=0);
    color: #fff;
    text-align: center;
    padding: 13px 10px;
    font-weight: 700
}

.lt-ie8 .tab-format .tab-body .alert-v2 .content .body a, .lt-ie9 .tab-format .tab-body .alert-v2 .content .body a {
    color: #b14e01
}

.lt-ie8 .tab-format .tab-body .alert-v2 + .more.box, .lt-ie9 .tab-format .tab-body .alert-v2 + .more.box {
    background-color: #b14e01
}

.lt-ie8 .tab-format .tab-body .alert-v2 + .more.box:hover, .lt-ie9 .tab-format .tab-body .alert-v2 + .more.box:hover {
    background-color: #984301
}

.lt-ie8 .tab-format .tab-body .alert-v2.opened .arrow, .lt-ie9 .tab-format .tab-body .alert-v2.opened .arrow {
    background-color: #b14e01
}

.lt-ie8 .tab-format .tab-body .alert-v2.opened:hover .arrow, .lt-ie9 .tab-format .tab-body .alert-v2.opened:hover .arrow {
    background-color: #984301
}

.lt-ie8 .tab-format .tab-body .event-v2 .date, .lt-ie9 .tab-format .tab-body .event-v2 .date {
    background: -moz-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 115, 49, 0.8)), color-stop(100%, rgba(21, 115, 49, 0.8)));
    background: -webkit-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc157331', endColorstr='#cc157331', GradientType=0);
    color: #fff;
    text-align: center;
    padding: 13px 10px;
    font-weight: 700
}

.lt-ie8 .tab-format .tab-body .event-v2 .content .body a, .lt-ie9 .tab-format .tab-body .event-v2 .content .body a {
    color: #157331
}

.lt-ie8 .tab-format .tab-body .event-v2 + .more.box, .lt-ie9 .tab-format .tab-body .event-v2 + .more.box {
    background-color: #157331
}

.lt-ie8 .tab-format .tab-body .event-v2 + .more.box:hover, .lt-ie9 .tab-format .tab-body .event-v2 + .more.box:hover {
    background-color: #115d28
}

.lt-ie8 .tab-format .tab-body .event-v2.opened .arrow, .lt-ie9 .tab-format .tab-body .event-v2.opened .arrow {
    background-color: #157331
}

.lt-ie8 .tab-format .tab-body .event-v2.opened:hover .arrow, .lt-ie9 .tab-format .tab-body .event-v2.opened:hover .arrow {
    background-color: #115d28
}

.lt-ie8 .tab-format .tab-body .box.date, .lt-ie9 .tab-format .tab-body .box.date {
    width: 2.188em;
    height: 2.625em;
    float: left;
    padding: 10px 10px 15px 10px;
    margin: 0 0.75em 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold
}

.lt-ie8 .tab-format .tab-body .box.date .day, .lt-ie9 .tab-format .tab-body .box.date .day {
    font-size: 1.125em
}

.lt-ie8 .tab-format .tab-body .box.date .month, .lt-ie9 .tab-format .tab-body .box.date .month {
    font-size: 0.938em
}

.lt-ie8 .tab-format .tab-body .more, .lt-ie9 .tab-format .tab-body .more {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.625em 2.000em 0.625em 2.000em;
    margin-top: 2em
}

.lt-ie8 .tab-format .tab-body .more a, .lt-ie9 .tab-format .tab-body .more a {
    text-decoration: none;
    color: #fff
}

.lt-ie8 .tab-format .tab-body, .lt-ie8 .tab-set .tab-body, .lt-ie9 .tab-format .tab-body, .lt-ie9 .tab-set .tab-body {
    overflow: hidden
}

.lt-ie8 .tab-format .tab-body .accordion .box, .lt-ie8 .tab-set .tab-body .accordion .box, .lt-ie9 .tab-format .tab-body .accordion .box, .lt-ie9 .tab-set .tab-body .accordion .box {
    float: left;
    min-height: 30px;
    width: 125px
}

.lt-ie8 .tab-format .tab-body .accordion .content, .lt-ie8 .tab-set .tab-body .accordion .content, .lt-ie9 .tab-format .tab-body .accordion .content, .lt-ie9 .tab-set .tab-body .accordion .content {
    float: left;
    min-height: 30px;
    padding-top: 10px;
    min-width: 0;
    width: 340px
}

.lt-ie8 .tab-format .tab-body .accordion .arrow, .lt-ie8 .tab-set .tab-body .accordion .arrow, .lt-ie9 .tab-format .tab-body .accordion .arrow, .lt-ie9 .tab-set .tab-body .accordion .arrow {
    float: left;
    min-height: 30px
}

.lt-ie8 .tab-format .tab-body .news-v2 .date, .lt-ie8 .tab-set .tab-body .news-v2 .date, .lt-ie9 .tab-format .tab-body .news-v2 .date, .lt-ie9 .tab-set .tab-body .news-v2 .date {
    background: #006ec6
}

.lt-ie8 .tab-format .tab-body .alert-v2 .date, .lt-ie8 .tab-set .tab-body .alert-v2 .date, .lt-ie9 .tab-format .tab-body .alert-v2 .date, .lt-ie9 .tab-set .tab-body .alert-v2 .date {
    background: #b14e01
}

.lt-ie8 .tab-format .tab-body .event-v2 .date, .lt-ie8 .tab-set .tab-body .event-v2 .date, .lt-ie9 .tab-format .tab-body .event-v2 .date, .lt-ie9 .tab-set .tab-body .event-v2 .date {
    background: #157331
}

.more-news {
    background-color: #006ec6
}

.more-alert {
    background-color: #b14e01
}

.more-event {
    background-color: #157331
}

@media screen and (max-width: 480px) {
    .tab-set {
        position: relative;
        display: block
    }

    .tab-set .tab {
        width: 4em
    }

    .tab-set .tab-body .accordion {
        overflow: hidden;
        position: relative;
        margin-bottom: 10px
    }

    .tab-set .tab-body .accordion .box {
        width: 50px;
        display: table-cell;
        position: relative;
        height: 100%;
        background-color: #e0e0e0;
        min-height: 30px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .box .date {
        z-index: 1;
        position: relative
    }

    .tab-set .tab-body .accordion .box img {
        display: none
    }

    .tab-set .tab-body .accordion .content {
        width: 75%;
        margin: 0;
        display: table-cell;
        padding: 10px 10px;
        background-color: #ededed;
        min-height: 30px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .content .head {
        cursor: pointer
    }

    .tab-set .tab-body .accordion .content .head .summary {
        display: none
    }

    .tab-set .tab-body .accordion .content .head .title {
        font-weight: bold
    }

    .tab-set .tab-body .accordion .content .body {
        display: none
    }

    .tab-set .tab-body .accordion .content .body span.link {
        display: block;
        margin-bottom: 5px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .content .body span.link a {
        width: 80%;
        display: inline-block;
        color: blue;
        text-decoration: none
    }

    .tab-set .tab-body .accordion .content .body span.link a:hover {
        text-decoration: underline
    }

    .tab-set .tab-body .accordion .content .body span.link img {
        max-width: 25px;
        display: inline-block;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .arrow {
        width: 50px;
        vertical-align: top;
        height: 100%;
        background-color: #d8d8d8;
        display: table-cell;
        text-align: center;
        padding-top: 10px;
        cursor: pointer;
        min-height: 30px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .arrow .icon {
        font-size: 120%
    }

    .tab-set .tab-body .accordion .arrow .icon-chevron-up {
        display: none
    }

    .tab-set .tab-body .accordion .arrow .icon-chevron-down {
        display: inline
    }

    .tab-set .tab-body .accordion:first-child .content .head .summary {
        display: block
    }

    .tab-set .tab-body .accordion:first-child.opened .content .head .summary {
        display: none
    }

    .tab-set .tab-body .accordion.opened .content {
        background-color: #e5e5e5
    }

    .tab-set .tab-body .accordion.opened .arrow {
        background-color: #006ec6;
        color: #fff
    }

    .tab-set .tab-body .accordion.opened .arrow .icon-chevron-up {
        display: inline
    }

    .tab-set .tab-body .accordion.opened .arrow .icon-chevron-down {
        display: none
    }

    .tab-set .tab-body .accordion.opened .arrow .icon {
        font-weight: 700;
        font-size: 150%
    }

    .tab-set .tab-body .accordion.opened:hover .content {
        background-color: #e5e5e5
    }

    .tab-set .tab-body .accordion.opened:hover .arrow {
        background-color: #0060ad
    }

    .tab-set .tab-body .accordion:hover .content {
        background-color: #e5e5e5
    }

    .tab-set .tab-body .accordion:hover .arrow {
        background-color: #bfbfbf
    }

    .tab-set .tab-body .accordion:hover .arrow .icon {
        font-weight: 700;
        font-size: 150%
    }

    .tab-set .tab-body .news-v2 .date {
        background: -moz-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 198, 0.8)), color-stop(100%, rgba(0, 110, 198, 0.8)));
        background: -webkit-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3006ec6', endColorstr='#b3006ec6', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 10px;
        font-weight: 700
    }

    .tab-set .tab-body .news-v2 .content .body a {
        color: #006ec6
    }

    .tab-set .tab-body .news-v2 + .more.box {
        background-color: #006ec6
    }

    .tab-set .tab-body .news-v2 + .more.box:hover {
        background-color: #0060ad
    }

    .tab-set .tab-body .news-v2.opened .arrow {
        background-color: #006ec6
    }

    .tab-set .tab-body .news-v2.opened:hover .arrow {
        background-color: #0060ad
    }

    .tab-set .tab-body .alert-v2 .date {
        background: -moz-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(177, 78, 1, 0.8)), color-stop(100%, rgba(177, 78, 1, 0.8)));
        background: -webkit-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccb14e01', endColorstr='#ccb14e01', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 10px;
        font-weight: 700
    }

    .tab-set .tab-body .alert-v2 .content .body a {
        color: #b14e01
    }

    .tab-set .tab-body .alert-v2 + .more.box {
        background-color: #b14e01
    }

    .tab-set .tab-body .alert-v2 + .more.box:hover {
        background-color: #984301
    }

    .tab-set .tab-body .alert-v2.opened .arrow {
        background-color: #b14e01
    }

    .tab-set .tab-body .alert-v2.opened:hover .arrow {
        background-color: #984301
    }

    .tab-set .tab-body .event-v2 .date {
        background: -moz-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 115, 49, 0.8)), color-stop(100%, rgba(21, 115, 49, 0.8)));
        background: -webkit-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc157331', endColorstr='#cc157331', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 10px;
        font-weight: 700
    }

    .tab-set .tab-body .event-v2 .content .body a {
        color: #157331
    }

    .tab-set .tab-body .event-v2 + .more.box {
        background-color: #157331
    }

    .tab-set .tab-body .event-v2 + .more.box:hover {
        background-color: #115d28
    }

    .tab-set .tab-body .event-v2.opened .arrow {
        background-color: #157331
    }

    .tab-set .tab-body .event-v2.opened:hover .arrow {
        background-color: #115d28
    }

    .tab-set .tab-body .more-news {
        background-color: #006ec6
    }

    .tab-set .tab-body .more-alert {
        background-color: #b14e01
    }

    .tab-set .tab-body .more-event {
        background-color: #157331
    }

    .tab-set .tab-body .box.date {
        width: 2.188em;
        height: 2.625em;
        float: left;
        padding: 10px 10px 15px 10px;
        color: #fff;
        text-align: center;
        font-weight: bold
    }

    .tab-set .tab-body .box.date .day {
        font-size: 1.125em
    }

    .tab-set .tab-body .box.date .month {
        font-size: 0.938em
    }

    .tab-set .tab-body .more {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0.625em 2.000em 0.625em 2.000em;
        margin-top: 2em
    }

    .tab-set .tab-body .more a {
        text-decoration: none;
        color: #fff
    }

    .tab-format {
        display: none
    }

    .tab-format .tab-body {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width: 481px) and (max-width: 959px) {
    .tab-set .tab-body {
        margin-bottom: 0 !important
    }

    .tab-set .tab-body .accordion .content {
        max-width: 59% !important;
        min-width: 257px !important
    }

    .tab-format .tab-body {
        margin-bottom: 0 !important
    }

    .tab-format .tab-body .accordion .content {
        max-width: 59% !important;
        min-width: 257px !important
    }

    .tab-set .tab-body .accordion {
        overflow: hidden;
        position: relative;
        margin-bottom: 10px
    }

    .tab-set .tab-body .accordion .box {
        width: 135px;
        display: table-cell;
        position: relative;
        height: 100%;
        background-color: #e0e0e0;
        min-height: 30px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .box .date {
        z-index: 1;
        position: relative
    }

    .tab-set .tab-body .accordion .box img {
        max-width: 100%;
        height: auto;
        position: absolute;
        z-index: 0;
        top: 0
    }

    .tab-set .tab-body .accordion .box .box-wrapper {
        position: relative
    }

    .tab-set .tab-body .accordion .content {
        max-width: 65%;
        min-width: 351px;
        margin: 0;
        display: table-cell;
        padding: 10px 10px;
        background-color: #e5e5e5;
        min-height: 30px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .content .head {
        cursor: default
    }

    .tab-set .tab-body .accordion .content .head .summary {
        display: none
    }

    .tab-set .tab-body .accordion .content span.link {
        display: block;
        margin-bottom: 5px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .content span.link a {
        width: 80%;
        display: inline-block;
        color: blue;
        text-decoration: none
    }

    .tab-set .tab-body .accordion .content span.link a:hover {
        text-decoration: underline
    }

    .tab-set .tab-body .accordion .content span.link img {
        max-width: 25px;
        display: inline-block;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .arrow {
        width: 50px;
        vertical-align: top;
        height: 100%;
        color: #fff;
        display: table-cell;
        text-align: center;
        padding-top: 10px;
        cursor: default;
        min-height: 30px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .arrow .icon {
        font-size: 120%
    }

    .tab-set .tab-body .accordion .arrow .icon-chevron-up {
        display: none
    }

    .tab-set .tab-body .accordion .arrow .icon-chevron-down {
        display: none
    }

    .tab-set .tab-body .accordion:first-child .content .head .summary {
        display: block
    }

    .tab-set .tab-body .accordion:hover .content {
        background-color: #e5e5e5
    }

    .tab-set .tab-body .news-v2 .date {
        background: -moz-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 198, 0.8)), color-stop(100%, rgba(0, 110, 198, 0.8)));
        background: -webkit-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3006ec6', endColorstr='#b3006ec6', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 10px;
        font-weight: 700
    }

    .tab-set .tab-body .news-v2 .content .body a {
        color: #006ec6
    }

    .tab-set .tab-body .news-v2 + .more.box, .tab-set .tab-body .news-v2 .arrow {
        background-color: #006ec6
    }

    .tab-set .tab-body .news-v2 + .more.box:hover, .tab-set .tab-body .news-v2 .arrow:hover {
        background-color: #0060ad
    }

    .tab-set .tab-body .news-v2:hover .arrow {
        background-color: #0060ad
    }

    .tab-set .tab-body .alert-v2 .date {
        background: -moz-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(177, 78, 1, 0.8)), color-stop(100%, rgba(177, 78, 1, 0.8)));
        background: -webkit-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccb14e01', endColorstr='#ccb14e01', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 10px;
        font-weight: 700
    }

    .tab-set .tab-body .alert-v2 .content .body a {
        color: #b14e01
    }

    .tab-set .tab-body .alert-v2 + .more.box, .tab-set .tab-body .alert-v2 .arrow {
        background-color: #b14e01
    }

    .tab-set .tab-body .alert-v2 + .more.box:hover, .tab-set .tab-body .alert-v2 .arrow:hover {
        background-color: #984301
    }

    .tab-set .tab-body .alert-v2:hover .arrow {
        background-color: #984301
    }

    .tab-set .tab-body .event-v2 .date {
        background: -moz-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 115, 49, 0.8)), color-stop(100%, rgba(21, 115, 49, 0.8)));
        background: -webkit-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc157331', endColorstr='#cc157331', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 10px;
        font-weight: 700
    }

    .tab-set .tab-body .event-v2 .content .body a {
        color: #157331
    }

    .tab-set .tab-body .event-v2 + .more.box, .tab-set .tab-body .event-v2 .arrow {
        background-color: #157331
    }

    .tab-set .tab-body .event-v2 + .more.box:hover, .tab-set .tab-body .event-v2 .arrow:hover {
        background-color: #115d28
    }

    .tab-set .tab-body .event-v2:hover .arrow {
        background-color: #115d28
    }

    .tab-set .tab-body .box.date {
        width: 2.188em;
        height: 2.625em;
        float: left;
        padding: 10px 10px 15px 10px;
        color: #fff;
        text-align: center;
        font-weight: bold
    }

    .tab-set .tab-body .box.date .day {
        font-size: 1.125em
    }

    .tab-set .tab-body .box.date .month {
        font-size: 0.938em
    }

    .tab-set .tab-body .more {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0.625em 2.000em 0.625em 2.000em;
        margin-top: 2em
    }

    .tab-set .tab-body .more a {
        text-decoration: none;
        color: #fff
    }

    .tab-set.hide {
        position: absolute;
        opacity: 0;
        left: -999em;
        width: 9em;
        overflow: hidden !important;
        height: 0 !important;
        width: 0 !important
    }

    .tab-format .tab-body .accordion {
        overflow: hidden;
        position: relative;
        margin-bottom: 10px
    }

    .tab-format .tab-body .accordion .box {
        width: 135px;
        display: table-cell;
        position: relative;
        height: 100%;
        background-color: #e0e0e0;
        min-height: 30px;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .box .date {
        z-index: 1;
        position: relative
    }

    .tab-format .tab-body .accordion .box img {
        max-width: 100%;
        height: auto;
        position: absolute;
        z-index: 0;
        top: 0
    }

    .tab-format .tab-body .accordion .box .box-wrapper {
        position: relative
    }

    .tab-format .tab-body .accordion .box .box-wrapper img {
        max-width: 100%;
        height: auto;
        position: absolute;
        z-index: 0;
        top: 0;
        display: none
    }

    .tab-format .tab-body .accordion .content {
        max-width: 65%;
        min-width: 351px;
        margin: 0;
        display: table-cell;
        padding: 10px 10px;
        background-color: #ededed;
        min-height: 30px;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .content .head {
        cursor: pointer
    }

    .tab-format .tab-body .accordion .content .head .summary {
        display: none
    }

    .tab-format .tab-body .accordion .content .body {
        display: none
    }

    .tab-format .tab-body .accordion .content .body span.link {
        display: block;
        margin-bottom: 5px;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .content .body span.link a {
        width: 80%;
        display: inline-block;
        color: blue;
        text-decoration: none
    }

    .tab-format .tab-body .accordion .content .body span.link a:hover {
        text-decoration: underline
    }

    .tab-format .tab-body .accordion .content .body span.link img {
        max-width: 25px;
        display: inline-block;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .arrow {
        width: 50px;
        vertical-align: top;
        height: 100%;
        background-color: #d8d8d8;
        display: table-cell;
        text-align: center;
        padding-top: 10px;
        cursor: pointer;
        min-height: 30px;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .arrow .icon {
        font-size: 120%
    }

    .tab-format .tab-body .accordion .arrow .icon-chevron-up {
        display: none
    }

    .tab-format .tab-body .accordion .arrow .icon-chevron-down {
        display: inline
    }

    .tab-format .tab-body .accordion:first-child .content .head .summary {
        display: block;
        min-height: 70px
    }

    .tab-format .tab-body .accordion:first-child.opened .content .head .summary {
        display: none
    }

    .tab-format .tab-body .accordion:first-child .box img {
        display: inline-block
    }

    .tab-format .tab-body .accordion.opened .content {
        background-color: #e5e5e5
    }

    .tab-format .tab-body .accordion.opened .arrow {
        color: #fff
    }

    .tab-format .tab-body .accordion.opened .arrow .icon-chevron-up {
        display: inline
    }

    .tab-format .tab-body .accordion.opened .arrow .icon-chevron-down {
        display: none
    }

    .tab-format .tab-body .accordion.opened .arrow .icon {
        font-weight: 700;
        font-size: 150%
    }

    .tab-format .tab-body .accordion.opened:hover .content {
        background-color: #e5e5e5
    }

    .tab-format .tab-body .accordion.opened .box img {
        display: inline-block
    }

    .tab-format .tab-body .accordion:hover .content {
        background-color: #e5e5e5
    }

    .tab-format .tab-body .accordion:hover .arrow {
        background-color: #bfbfbf
    }

    .tab-format .tab-body .accordion:hover .arrow .icon {
        font-weight: 700;
        font-size: 150%
    }

    .tab-format .tab-body .news-v2 .date {
        background: -moz-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 198, 0.8)), color-stop(100%, rgba(0, 110, 198, 0.8)));
        background: -webkit-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3006ec6', endColorstr='#b3006ec6', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 13px 10px;
        font-weight: 700
    }

    .tab-format .tab-body .news-v2 .content .body a {
        color: #006ec6
    }

    .tab-format .tab-body .news-v2 + .more.box {
        background-color: #006ec6
    }

    .tab-format .tab-body .news-v2 + .more.box:hover {
        background-color: #0060ad
    }

    .tab-format .tab-body .news-v2.opened .arrow {
        background-color: #006ec6
    }

    .tab-format .tab-body .news-v2.opened:hover .arrow {
        background-color: #0060ad
    }

    .tab-format .tab-body .alert-v2 .date {
        background: -moz-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(177, 78, 1, 0.8)), color-stop(100%, rgba(177, 78, 1, 0.8)));
        background: -webkit-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccb14e01', endColorstr='#ccb14e01', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 13px 10px;
        font-weight: 700
    }

    .tab-format .tab-body .alert-v2 .content .body a {
        color: #b14e01
    }

    .tab-format .tab-body .alert-v2 + .more.box {
        background-color: #b14e01
    }

    .tab-format .tab-body .alert-v2 + .more.box:hover {
        background-color: #984301
    }

    .tab-format .tab-body .alert-v2.opened .arrow {
        background-color: #b14e01
    }

    .tab-format .tab-body .alert-v2.opened:hover .arrow {
        background-color: #984301
    }

    .tab-format .tab-body .event-v2 .date {
        background: -moz-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 115, 49, 0.8)), color-stop(100%, rgba(21, 115, 49, 0.8)));
        background: -webkit-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc157331', endColorstr='#cc157331', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 13px 10px;
        font-weight: 700
    }

    .tab-format .tab-body .event-v2 .content .body a {
        color: #157331
    }

    .tab-format .tab-body .event-v2 + .more.box {
        background-color: #157331
    }

    .tab-format .tab-body .event-v2 + .more.box:hover {
        background-color: #115d28
    }

    .tab-format .tab-body .event-v2.opened .arrow {
        background-color: #157331
    }

    .tab-format .tab-body .event-v2.opened:hover .arrow {
        background-color: #115d28
    }

    .tab-format .tab-body .box.date {
        width: 2.188em;
        height: 2.625em;
        float: left;
        padding: 10px 10px 15px 10px;
        margin: 0 0.75em 0 0;
        color: #fff;
        text-align: center;
        font-weight: bold
    }

    .tab-format .tab-body .box.date .day {
        font-size: 1.125em
    }

    .tab-format .tab-body .box.date .month {
        font-size: 0.938em
    }

    .tab-format .tab-body .more {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0.625em 2.000em 0.625em 2.000em;
        margin-top: 2em
    }

    .tab-format .tab-body .more a {
        text-decoration: none;
        color: #fff
    }
}

@media screen and (min-width: 960px) {
    .tab-set .tab-body .accordion {
        overflow: hidden;
        position: relative;
        margin-bottom: 10px
    }

    .tab-set .tab-body .accordion .box {
        width: 135px;
        display: table-cell;
        position: relative;
        height: 100%;
        background-color: #e0e0e0;
        min-height: 30px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .box .date {
        z-index: 1;
        position: relative
    }

    .tab-set .tab-body .accordion .box img {
        max-width: 100%;
        height: auto;
        position: absolute;
        z-index: 0;
        top: 0
    }

    .tab-set .tab-body .accordion .box .box-wrapper {
        position: relative
    }

    .tab-set .tab-body .accordion .content {
        max-width: 65%;
        min-width: 351px;
        margin: 0;
        display: table-cell;
        padding: 10px 10px;
        background-color: #e5e5e5;
        min-height: 30px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .content .head {
        cursor: default
    }

    .tab-set .tab-body .accordion .content .head .summary {
        display: none
    }

    .tab-set .tab-body .accordion .content span.link {
        display: block;
        margin-bottom: 5px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .content span.link a {
        width: 80%;
        display: inline-block;
        color: blue;
        text-decoration: none
    }

    .tab-set .tab-body .accordion .content span.link a:hover {
        text-decoration: underline
    }

    .tab-set .tab-body .accordion .content span.link img {
        max-width: 25px;
        display: inline-block;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .arrow {
        width: 50px;
        vertical-align: top;
        height: 100%;
        color: #fff;
        display: table-cell;
        text-align: center;
        padding-top: 10px;
        cursor: default;
        min-height: 30px;
        vertical-align: top
    }

    .tab-set .tab-body .accordion .arrow .icon {
        font-size: 120%
    }

    .tab-set .tab-body .accordion .arrow .icon-chevron-up {
        display: none
    }

    .tab-set .tab-body .accordion .arrow .icon-chevron-down {
        display: none
    }

    .tab-set .tab-body .accordion:first-child .content .head .summary {
        display: block
    }

    .tab-set .tab-body .accordion:hover .content {
        background-color: #e5e5e5
    }

    .tab-set .tab-body .news-v2 .date {
        background: -moz-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 198, 0.8)), color-stop(100%, rgba(0, 110, 198, 0.8)));
        background: -webkit-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3006ec6', endColorstr='#b3006ec6', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 10px;
        font-weight: 700
    }

    .tab-set .tab-body .news-v2 .content .body a {
        color: #006ec6
    }

    .tab-set .tab-body .news-v2 + .more.box, .tab-set .tab-body .news-v2 .arrow {
        background-color: #006ec6
    }

    .tab-set .tab-body .news-v2 + .more.box:hover, .tab-set .tab-body .news-v2 .arrow:hover {
        background-color: #0060ad
    }

    .tab-set .tab-body .news-v2:hover .arrow {
        background-color: #0060ad
    }

    .tab-set .tab-body .alert-v2 .date {
        background: -moz-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(177, 78, 1, 0.8)), color-stop(100%, rgba(177, 78, 1, 0.8)));
        background: -webkit-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccb14e01', endColorstr='#ccb14e01', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 10px;
        font-weight: 700
    }

    .tab-set .tab-body .alert-v2 .content .body a {
        color: #b14e01
    }

    .tab-set .tab-body .alert-v2 + .more.box, .tab-set .tab-body .alert-v2 .arrow {
        background-color: #b14e01
    }

    .tab-set .tab-body .alert-v2 + .more.box:hover, .tab-set .tab-body .alert-v2 .arrow:hover {
        background-color: #984301
    }

    .tab-set .tab-body .alert-v2:hover .arrow {
        background-color: #984301
    }

    .tab-set .tab-body .event-v2 .date {
        background: -moz-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 115, 49, 0.8)), color-stop(100%, rgba(21, 115, 49, 0.8)));
        background: -webkit-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc157331', endColorstr='#cc157331', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 10px;
        font-weight: 700
    }

    .tab-set .tab-body .event-v2 .content .body a {
        color: #157331
    }

    .tab-set .tab-body .event-v2 + .more.box, .tab-set .tab-body .event-v2 .arrow {
        background-color: #157331
    }

    .tab-set .tab-body .event-v2 + .more.box:hover, .tab-set .tab-body .event-v2 .arrow:hover {
        background-color: #115d28
    }

    .tab-set .tab-body .event-v2:hover .arrow {
        background-color: #115d28
    }

    .tab-set .tab-body .box.date {
        width: 2.188em;
        height: 2.625em;
        float: left;
        padding: 10px 10px 15px 10px;
        color: #fff;
        text-align: center;
        font-weight: bold
    }

    .tab-set .tab-body .box.date .day {
        font-size: 1.125em
    }

    .tab-set .tab-body .box.date .month {
        font-size: 0.938em
    }

    .tab-set .tab-body .more {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0.625em 2.000em 0.625em 2.000em;
        margin-top: 2em
    }

    .tab-set .tab-body .more a {
        text-decoration: none;
        color: #fff
    }

    .tab-set.hide {
        position: absolute;
        opacity: 0;
        left: -999em;
        width: 9em;
        overflow: hidden !important;
        height: 0 !important;
        width: 0 !important
    }

    .tab-format .tab-body .accordion {
        overflow: hidden;
        position: relative;
        margin-bottom: 10px
    }

    .tab-format .tab-body .accordion .box {
        width: 135px;
        display: table-cell;
        position: relative;
        height: 100%;
        background-color: #e0e0e0;
        min-height: 30px;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .box .date {
        z-index: 1;
        position: relative
    }

    .tab-format .tab-body .accordion .box img {
        max-width: 100%;
        height: auto;
        position: absolute;
        z-index: 0;
        top: 0
    }

    .tab-format .tab-body .accordion .box .box-wrapper {
        position: relative
    }

    .tab-format .tab-body .accordion .box .box-wrapper img {
        max-width: 100%;
        height: auto;
        position: absolute;
        z-index: 0;
        top: 0;
        display: none
    }

    .tab-format .tab-body .accordion .content {
        max-width: 65%;
        min-width: 351px;
        margin: 0;
        display: table-cell;
        padding: 10px 10px;
        background-color: #ededed;
        min-height: 30px;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .content .head {
        cursor: pointer
    }

    .tab-format .tab-body .accordion .content .head .summary {
        display: none
    }

    .tab-format .tab-body .accordion .content .body {
        display: none
    }

    .tab-format .tab-body .accordion .content .body span.link {
        display: block;
        margin-bottom: 5px;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .content .body span.link a {
        width: 80%;
        display: inline-block;
        color: blue;
        text-decoration: none
    }

    .tab-format .tab-body .accordion .content .body span.link a:hover {
        text-decoration: underline
    }

    .tab-format .tab-body .accordion .content .body span.link img {
        max-width: 25px;
        display: inline-block;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .arrow {
        width: 50px;
        vertical-align: top;
        height: 100%;
        background-color: #d8d8d8;
        display: table-cell;
        text-align: center;
        padding-top: 10px;
        cursor: pointer;
        min-height: 30px;
        vertical-align: top
    }

    .tab-format .tab-body .accordion .arrow .icon {
        font-size: 120%
    }

    .tab-format .tab-body .accordion .arrow .icon-chevron-up {
        display: none
    }

    .tab-format .tab-body .accordion .arrow .icon-chevron-down {
        display: inline
    }

    .tab-format .tab-body .accordion:first-child .content .head .summary {
        display: block;
        min-height: 70px
    }

    .tab-format .tab-body .accordion:first-child.opened .content .head .summary {
        display: none
    }

    .tab-format .tab-body .accordion:first-child .box img {
        display: inline-block
    }

    .tab-format .tab-body .accordion.opened .content {
        background-color: #e5e5e5
    }

    .tab-format .tab-body .accordion.opened .arrow {
        color: #fff
    }

    .tab-format .tab-body .accordion.opened .arrow .icon-chevron-up {
        display: inline
    }

    .tab-format .tab-body .accordion.opened .arrow .icon-chevron-down {
        display: none
    }

    .tab-format .tab-body .accordion.opened .arrow .icon {
        font-weight: 700;
        font-size: 150%
    }

    .tab-format .tab-body .accordion.opened:hover .content {
        background-color: #e5e5e5
    }

    .tab-format .tab-body .accordion.opened .box img {
        display: inline-block
    }

    .tab-format .tab-body .accordion:hover .content {
        background-color: #e5e5e5
    }

    .tab-format .tab-body .accordion:hover .arrow {
        background-color: #bfbfbf
    }

    .tab-format .tab-body .accordion:hover .arrow .icon {
        font-weight: 700;
        font-size: 150%
    }

    .tab-format .tab-body .news-v2 .date {
        background: -moz-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 110, 198, 0.8)), color-stop(100%, rgba(0, 110, 198, 0.8)));
        background: -webkit-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(0, 110, 198, 0.8) 0, rgba(0, 110, 198, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3006ec6', endColorstr='#b3006ec6', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 13px 10px;
        font-weight: 700
    }

    .tab-format .tab-body .news-v2 .content .body a {
        color: #006ec6
    }

    .tab-format .tab-body .news-v2 + .more.box {
        background-color: #006ec6
    }

    .tab-format .tab-body .news-v2 + .more.box:hover {
        background-color: #0060ad
    }

    .tab-format .tab-body .news-v2.opened .arrow {
        background-color: #006ec6
    }

    .tab-format .tab-body .news-v2.opened:hover .arrow {
        background-color: #0060ad
    }

    .tab-format .tab-body .alert-v2 .date {
        background: -moz-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(177, 78, 1, 0.8)), color-stop(100%, rgba(177, 78, 1, 0.8)));
        background: -webkit-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(177, 78, 1, 0.8) 0, rgba(177, 78, 1, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccb14e01', endColorstr='#ccb14e01', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 13px 10px;
        font-weight: 700
    }

    .tab-format .tab-body .alert-v2 .content .body a {
        color: #b14e01
    }

    .tab-format .tab-body .alert-v2 + .more.box {
        background-color: #b14e01
    }

    .tab-format .tab-body .alert-v2 + .more.box:hover {
        background-color: #984301
    }

    .tab-format .tab-body .alert-v2.opened .arrow {
        background-color: #b14e01
    }

    .tab-format .tab-body .alert-v2.opened:hover .arrow {
        background-color: #984301
    }

    .tab-format .tab-body .event-v2 .date {
        background: -moz-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 115, 49, 0.8)), color-stop(100%, rgba(21, 115, 49, 0.8)));
        background: -webkit-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -o-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: -ms-linear-gradient(top, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(21, 115, 49, 0.8) 0, rgba(21, 115, 49, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc157331', endColorstr='#cc157331', GradientType=0);
        color: #fff;
        text-align: center;
        padding: 13px 10px;
        font-weight: 700
    }

    .tab-format .tab-body .event-v2 .content .body a {
        color: #157331
    }

    .tab-format .tab-body .event-v2 + .more.box {
        background-color: #157331
    }

    .tab-format .tab-body .event-v2 + .more.box:hover {
        background-color: #115d28
    }

    .tab-format .tab-body .event-v2.opened .arrow {
        background-color: #157331
    }

    .tab-format .tab-body .event-v2.opened:hover .arrow {
        background-color: #115d28
    }

    .tab-format .tab-body .box.date {
        width: 2.188em;
        height: 2.625em;
        float: left;
        padding: 10px 10px 15px 10px;
        margin: 0 0.75em 0 0;
        color: #fff;
        text-align: center;
        font-weight: bold
    }

    .tab-format .tab-body .box.date .day {
        font-size: 1.125em
    }

    .tab-format .tab-body .box.date .month {
        font-size: 0.938em
    }

    .tab-format .tab-body .more {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0.625em 2.000em 0.625em 2.000em;
        margin-top: 2em
    }

    .tab-format .tab-body .more a {
        text-decoration: none;
        color: #fff
    }
}

#body_home .btn-teaser {
    color: #fff;
    cursor: pointer
}

#body_home .btn-teaser:hover {
    text-decoration: none
}

#body_home .btn-teaser:hover .btn-learn-more {
    background-color: #333333;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.black {
    background-color: #333333;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.purple {
    background-color: #574d8e;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.green {
    background-color: #1c590b;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.dot-blue {
    background-color: #165a7c;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.mm-blue {
    background-color: #005272;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.orange {
    background-color: #874606;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.red {
    background-color: #912314;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.slate {
    background-color: #020202;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.teal {
    background-color: #0a494e;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.white {
    background-color: #eaeaea;
    text-decoration: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    transition: background .3s;
    position: absolute;
    bottom: 0
}

#body_home .btn-teaser:hover .btn-learn-more.white .text, #body_home .btn-teaser:hover .btn-learn-more.white .ico {
    color: #555
}

#body_home .btn-teaser:hover .btn-learn-more.white:hover .text, #body_home .btn-teaser:hover .btn-learn-more.white:hover .ico {
    color: #000
}

.footable.news-list {
    width: 100%
}

.footable.news-list tr td:first-child, .footable.news-list tr th:first-child {
    width: 10%
}

.footable > thead > tr > th.footable-sorted span.footable-sort-indicator {
    background-position: 0 -32px !important
}

.footable > thead > tr > th.footable-sorted-desc span.footable-sort-indicator {
    background-position: 0 -16px !important
}

.special-concertina h2 {
}

.special-concertina h2 em {
    display: none;
}

.lt-ie8 .special-concertina > .cell > h2 em {
    width: 1.5em;
    color: #fff;
    font-style: normal;
    line-height: 1.5em;
    padding: 9px 10px;
    height: 50%
}

.lt-ie8 .concertina .body ul li {
    list-style-type: disc
}

.concertina .body ul li {
    list-style-type: none
}

.concertina .body ul li:before {
    content: '\2022 ';
    margin-left: -1em;
    margin-right: .65em
}

.concertina .body.site-map ul li:before {
    content: '';
    margin: 0
}

.top-concertina .concertina {
    padding: 0
}

.top-concertina > div {
    padding: 0
}

.news-item .date {
    float: left;
    margin: 0 20px 0 0;
    color: #fff;
    padding: 15px 18px
}

.news-item .date .day, .news-item .date .month, .news-item .date .year {
    text-align: center
}

.news-item .date.news {
    background-color: #0074E2
}

.news-item .date.event {
    background-color: #157331
}

.news-item .date.alert {
    background-color: #b14e01
}

.news-item .news-content ul {
    display: inline-block
}

.news-item .link.news {
    display: block;
    margin-bottom: 10px
}

.news-item .link.news.rd-edit div {
    display: inline !important
}

.news-item .link.news img {
    max-width: 25px;
    max-height: 25px;
    display: inline-block;
    margin-right: 5px
}

.multi-format-docs {
    padding: 15px 5px;
    background-color: #f5f5f5;
    margin-bottom: 10px
}

.multi-format-docs .item {
    margin-bottom: 10px
}

.multi-format-docs .item a img {
    max-width: 25px
}

.multi-format-docs .item span {
    display: inline-block
}

.multi-format-docs .item .pdf {
    padding-right: 0 !important;
    text-align: center;
    padding-left: 0 !important
}

.multi-format-docs .item .pdf.rd-edit {
    padding-right: 2px !important;
    padding-left: 2px !important
}

.multi-format-docs .item .title {
    margin-left: -6px;
    padding-left: 0 !important
}

.multi-format-docs .item .title.rd-edit {
    margin-left: 0;
    padding-left: 2px !important;
    padding-top: 2px
}

.multi-format-docs .item .word, .multi-format-docs .item .html {
    padding: 0 2px;
    text-align: center;
    font-size: 90%;
    position: relative
}

.multi-format-docs .item .word .off-screen, .multi-format-docs .item .html .off-screen {
    position: absolute;
    left: -9999px
}

.multi-format-docs .item .word .off-screen div, .multi-format-docs .item .html .off-screen div {
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    overflow: hidden !important
}

.related-docs {
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #f5f5f5
}

.related-docs .item {
    min-height: 25px;
    display: block;
    background-color: #f5f5f5;
    margin: 0 0;
    padding: 4px 10px 4px 10px
}

.related-docs .item a img {
    max-width: 25px
}

.related-docs .item span {
    display: inline-block
}

.related-docs .item .title {
    padding-left: 0 !important
}

.related-docs .item .title a {
    vertical-align: middle
}

.related-docs .item .title .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-repeat: no-repeat
}

.related-docs .item .title .icon.pdf {
    background-image: url("./pdf-thumb.png")
}

.related-docs .item .title .icon.doc, .related-docs .item .title .icon.docx {
    background-image: url("./WordIcon.png")
}

.related-docs .item .title .icon.xls, .related-docs .item .title .icon.xlsx {
    background-image: url("./ExcelIcon.png")
}

.related-docs .item .title .icon.ppt, .related-docs .item .title .icon.pptx {
    background-image: url("./PPT.png")
}

.related-docs .item .title .icon.rtf {
    background-image: url("./img-icon/rtf-thumb.gif")
}

.related-docs .item .title .icon.mp3 {
    background-image: url("./img-icon/mp3-thumb.gif")
}

.related-docs .item .title .icon.html {
    background-image: url("./Hyperlink.png")
}

.related-docs .item .title .icon.zip {
    background-image: url("./Zip.png")
}

.related-docs .item .title .icon.jpg, .related-docs .item .title .icon.jpeg {
    background-image: url("./img-icon/jpg-thumb.gif")
}

.related-docs .item .title .icon.gif {
    background-image: url("./img-icon/gif-thumb.gif")
}

.related-docs .item .title .icon.bmp {
    background-image: url("./img-icon/bmp-thumb.png")
}

.related-docs .item .title .icon.png {
    background-image: url("./img-icon/png-thumb.gif")
}

.related-docs .item .title .icon.txt {
    background-image: url("./img-icon/txt-thumb.png")
}


.related-docs .item .size {
    text-align: right;
    vertical-align: middle
}

.related-docs .item .line {
    width: 20px;
    background-color: #c2c2c2;
    float: left
}

.lt-ie8 .related-docs .item {
    display: inline-block;
    width: 98%
}

.related-links {
    padding: 5px 30px
}

.related-links .item {
    cursor: pointer;
    margin-bottom: 10px;
    display: table;
    width: 100%
}

.related-links .item table.wrapper {
    width: 100%
}

.related-links .item .thumbnail, .related-links .item .content, .related-links .item .arrow {
    display: table-cell
}

.related-links .item .thumbnail {
    width: 5%;
    background-color: #6BCABA;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    padding: 6px
}

.related-links .item .arrow {
    background-color: #0074E2;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    position: relative;
    height: 100%;
    width: 5%;
    padding: 6px;
    font-size: 2em
}

.related-links .item .arrow .icon {
    font-weight: 700
}

.related-links .item .content {
    padding: 10px;
    background-color: #f5f5f5;
    color: #4a4a4a;
    width: 90%
}

.related-links .item .content .title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.related-links .item .content .text {
    display: block
}

.related-links .item .content .link {
    left: -9999px;
    position: absolute
}

.related-links .item:hover .arrow {
    background-color: #0074E2
}

.related-links .item:hover .content {
    background-color: #e8e8e8
}

.warning-block {
    display: block;
    border: 1px solid #f55;
    padding: 8px;
    color: #f00;
    background-color: #eaeaea;
    margin-bottom: 10px
}

.warning-block p {
    margin: 0;
    padding: 0
}

.btn-primary {
    display: inline-block;
    background-color: #055FAB;
    color: #fff;
    position: relative;
    padding: 11px 25px;
    text-decoration: none !important;
    border-radius: 25px;
    margin-bottom: 5px
}

.btn-primary:hover {
    background-color: #034883;
    text-decoration: none !important;
    border-radius: 25px
}

.btn-primary .icon {
    display: inline;
    margin-right: 5px
}

.btn-primary > div {
    display: inline
}

#dot_direct .shadow.up {
    margin-bottom: 0;
    height: 18px;
    background-image: url("img/rounded-shadow-down.png");
    background-position: top;
    background-repeat: no-repeat;
    background-width: 100%
}

#dot_direct .subheader {
    border: none !important
}

#dot_direct .subheader p.image {
    text-align: center
}

#dot_direct .online-account {
    padding: 0 10% 0.825em 10%
}

#dot_direct .online-account .text {
    font-weight: 700;
    display: inline
}

#dot_direct .online-account .link {
    float: right;
    display: inline
}

#dot_direct .online-account .link a {
    color: #fff;
    font-size: 95%;
    display: inline
}

#dot_direct .online-account .button {
    margin-top: 10px;
    margin-bottom: 10px
}

#dot_direct .online-account .button a {
    display: block;
    float: left;
    padding: 10px 10px;
    background-color: #007ce0;
    color: #fff;
    text-decoration: none;
    font-size: 0.95em;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#dot_direct .online-account .button a .icon {
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 13px;
    font-size: 1.1em
}

#dot_direct .online-account .button a:hover {
    background-color: #0060ad
}

#dot_direct .online-account .button div:first-child {
    padding-left: 0 !important
}

#dot_direct .online-account .button div:last-child {
    padding-right: 0 !important
}

#dot_direct .dotdirect-accordion {
    padding: 0 10% 20px 10%
}

#dot_direct .dotdirect-accordion .head {
    text-align: center;
    background-color: #007ce0;
    padding: 5px 10px;
    cursor: pointer
}

#dot_direct .dotdirect-accordion .head:hover {
    background-color: #0060ad
}

#dot_direct .dotdirect-accordion .head .icon {
    float: right;
    font-size: 140%
}

#dot_direct .dotdirect-accordion .head .icon-chevron-up {
    display: none
}

#dot_direct .dotdirect-accordion .head .icon-chevron-down {
    display: inline
}

#dot_direct .dotdirect-accordion .links {
    padding: 0 !important;
    display: none;
    width: 100%
}

#dot_direct .dotdirect-accordion.opened .head .icon-chevron-up {
    display: inline
}

#dot_direct .dotdirect-accordion.opened .head .icon-chevron-down {
    display: none
}

#dot_direct .body p {
    padding: 5% 10% 2% 10%;
    margin: 0;
    font-size: 1.125em
}

.fontAdjust-med #dot_direct .online-account .button .icon {
    left: 5px
}

.fontAdjust-med #side-col.int-side-col #dot_direct .online-account .link {
    float: none;
    width: 100%;
    display: inline-block;
    position: relative !important
}

.fontAdjust-med #side-col.home-side-col #dot_direct .online-account .link {
    float: right;
    width: auto;
    display: inline
}

.fontAdjust-lg #side-col #dot_direct .online-account .link, .fontAdjust-lg #side-col #dot_direct .online-account .text {
    float: none;
    width: 100%;
    display: inline-block;
    position: relative !important
}

.fontAdjust-lg #side-col #dot_direct .online-account .button div {
    padding: 0 !important;
    margin-bottom: 10px;
    width: 100% !important
}

.fontAdjust-lg #side-col #dot_direct .online-account .button .icon {
    left: 15px
}

.fontAdjust-xlg #side-col.int-side-col #dot_direct .online-account .link, .fontAdjust-xxlg #side-col.int-side-col #dot_direct .online-account .link {
    float: right;
    width: auto;
    display: inline
}

.fontAdjust-xlg #side-col.int-side-col #dot_direct .button div, .fontAdjust-xxlg #side-col.int-side-col #dot_direct .button div {
    width: 50% !important;
    clear: none;
    float: left
}

.fontAdjust-xlg #side-col.home-side-col #dot_direct .online-account .link, .fontAdjust-xlg #side-col.home-side-col #dot_direct .online-account .text, .fontAdjust-xxlg #side-col.home-side-col #dot_direct .online-account .link, .fontAdjust-xxlg #side-col.home-side-col #dot_direct .online-account .text {
    float: none;
    width: 100%;
    display: inline-block;
    position: relative !important
}

.fontAdjust-xlg #side-col.home-side-col #dot_direct .online-account .button div, .fontAdjust-xxlg #side-col.home-side-col #dot_direct .online-account .button div {
    padding: 0 !important;
    margin-bottom: 10px;
    width: 100% !important
}

.fontAdjust-xlg #side-col.home-side-col #dot_direct .online-account .button .icon, .fontAdjust-xxlg #side-col.home-side-col #dot_direct .online-account .button .icon {
    left: 15px
}

.lt-ie9 #dot_direct .online-account .text-wrapper {
    position: relative
}

.lt-ie9 #dot_direct .online-account .text-wrapper .link {
    float: none;
    position: absolute;
    right: 0
}

.lt-ie9 #dot_direct .online-account .button a {
    width: 77%
}

.lt-ie9 #dot_direct .dotdirect-accordion .head {
    position: relative
}

.lt-ie9 #dot_direct .dotdirect-accordion .head .icon {
    float: none;
    position: absolute;
    right: 10px
}

.lt-ie9 #dot_direct .dotdirect-accordion ul {
    min-width: 243px
}

.lt-ie9 .fontAdjust-lg #dot_direct .online-account .button a, .lt-ie9 .fontAdjust-xlg #dot_direct .online-account .button a, .lt-ie9 .fontAdjust-xxlg #dot_direct .online-account .button a {
    width: 90%
}

.lt-ie8 .gallery .flexslider.nav {
    height: 100%
}

.lt-ie8 .gallery .flexslider.nav.centered .slides li {
    display: inline !important
}

.gallery {
    margin: 0 auto;
    min-height: 600px;
    position: relative
}

.gallery .hidden {
    display: none !important
}

.gallery .clearfix {
    clear: both;
    height: 1px;
    overflow: hidden
}

.gallery .gallery-loading {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    margin-top: 340px
}

.gallery .flex-viewport {
    background-color: #6e6e6e !important
}

.gallery .btn-gallery-full-screen {
    float: right;
    display: block;
    color: #959595;
    font-size: 80%;
    margin-bottom: 5px
}

.gallery .btn-gallery-full-screen .text {
    display: inline-block;
    vertical-align: middle
}

.gallery .btn-gallery-full-screen .text:hover {
    text-decoration: underline
}

.gallery .btn-gallery-full-screen .icon {
    display: inline-block;
    border: 1px solid #959595;
    font-size: 150%;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 5px;
    padding: 0 2px
}

.gallery .flexslider {
    position: relative
}

.gallery .flexslider .flex-view-port {
    overflow: hidden;
    display: inline-block
}

.gallery .flexslider.slide li {
    display: inline-block
}

.gallery .flexslider.slide .img-wrapper {
    max-height: 600px;
    text-align: center;
    position: relative;
    background-color: #0074E2 !important;
}

@media screen and (max-width: 480px) {
    .gallery .flexslider.slide .img-wrapper {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 481px) {
    .gallery .flexslider.slide .img-wrapper {
        padding-top: 60px;
        padding-left: 60px;
        padding-right: 60px
    }
}

.gallery .flexslider.slide .img-wrapper img {
    max-height: 600px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
    margin-bottom: 0 !important;
    display: inline-block
}

.gallery .flexslider.nav {
    background-color: #9E9E9E;
    padding: 10px
}

.gallery .flexslider.nav .img-wrapper {
    max-height: 100px;
    text-align: center;
    position: relative;
    background-color: #6e6e6e !important;
}

.gallery .flexslider.nav .img-wrapper img {
    display: inline-block
}

.gallery .flexslider.nav .slides {
    margin-bottom: 0
}

.gallery .flexslider.nav .slides li {
    margin-bottom: 0
}

.gallery .flexslider.nav.centered .slides {
    width: 100% !important;
    text-align: center;
    margin-bottom: 0;
    background-color: #9E9E9E
}

.gallery .flexslider.nav.centered .slides li {
    display: inline-block !important;
    margin-bottom: 0;
    float: none !important
}

.gallery .flexslider.flex-centered .slides {
    width: 100% !important;
    text-align: center
}

.gallery .flexslider.flex-centered .slides > li {
    display: inline-block !important;
    float: none !important
}

.gallery .flexslider ul.slides {
    list-style: none
}

.gallery .flexslider ul.slides.rd-edit li {
    margin-bottom: 20px
}

.gallery .flexslider ul.slides.rd-edit li div.image-edit-mode {
    text-align: center;
    background-color: #6e6e6e
}

.gallery .flexslider ul.slides.rd-edit li div.image-edit-mode img {
    max-height: 600px;
    max-width: 100%
}

.gallery .flexslider ul.slides li {
    margin-left: 0
}

.gallery .flexslider ul.slides li img.nav {
    display: inline-block;
    opacity: .5;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5
}

.gallery .flexslider ul.slides li img.nav:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.gallery .flexslider ul.slides li.flex-active-slide img.nav {
    opacity: 1;
    cursor: default;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.gallery .flexslider ul.slides li .information {
    background-color: #0074E2;
    color: #fff;
    padding: 10px;
    text-align: left
}

.gallery .flexslider ul.slides li .information.hide {
    display: none !important
}

.gallery .flexslider ul.flex-direction-nav {
    margin-bottom: 0;
    height: 0
}

.gallery .flexslider ul.flex-direction-nav li {
    list-style: none;
    height: 0
}

.gallery .flexslider ul.flex-direction-nav li a {
    width: 30px;
    height: 30px;
    margin: -20px 10px 0 10px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .3s ease;
    color: #fff;
    font-size: 30px;
    text-decoration: none
}

.gallery .flexslider ul.flex-direction-nav li a.flex-prev {
    left: 5px
}

.gallery .flexslider ul.flex-direction-nav li a.flex-next {
    background-position: 100% 0;
    right: 5px
}

.gallery .flexslider ul.flex-direction-nav li a:hover {
    opacity: 1
}

.gallery .flexslider ul.flex-direction-nav li a.disabled {
    opacity: .3 !important;
    cursor: default
}

.gallery .flexslider ul.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.gallery .flexslider ul.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.gallery .flexslider:hover .flex-next {
    opacity: 0.8
}

.gallery .flexslider:hover .flex-prev {
    opacity: 0.8
}

.lt-ie9 .flexslider .flex-next {
    right: 5px !important;
    display: none !important
}

.lt-ie9 .flexslider .flex-prev {
    left: 5px !important;
    display: none !important
}

.lt-ie9 .flexslider:hover .flex-next {
    display: block !important
}

.lt-ie9 .flexslider:hover .flex-prev {
    display: block !important
}

@media screen and (min-width: 481px) and (max-width: 959px) {
    .gallery {
        max-width: 100%;
        margin: 0;
        min-height: 350px
    }
}

@media screen and (max-width: 480px) {
    .gallery {
        max-width: 100%;
        margin: 0;
        min-height: 300px
    }
}

.callout-box {
    float: left;
    max-width: 33%;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: table;
    padding-left: 10px
}

.callout-box .quote {
    color: #959698;
    float: left;
    max-width: 30px;
    display: block;
    width: 9%;
    min-width: 20px;
    display: table-cell
}

.callout-box .text {
    float: left;
    border: 1px #dcdcdc solid;
    padding: 10px;
    -webkit-box-shadow: -8px 0 5px 0 rgba(220, 220, 220, 0.84);
    -moz-box-shadow: -8px 0 5px 0 rgba(220, 220, 220, 0.84);
    box-shadow: -8px 0 5px 0 rgba(220, 220, 220, 0.84);
    box-sizing: border-box;
    max-width: 90%;
    box-sizing: border-box;
    display: table-cell;
    min-width: 180px
}

.eq-ie8 .callout-box {
    min-width: 230px
}

@media screen and (max-width: 720px) {
    .callout-box {
        clear: both;
        max-width: none;
        width: 100%;
        margin-right: 0;
        padding: 0 10px
    }

    .callout-box .text {
        width: 90%
    }
}

#footer a.webmail {
    text-indent: 999px;
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("img/ico-OWA.png")
}

@media screen and (min-width: 1025px) {
    .concertina .body {
        line-height: 23px;
        opacity: .87;
        margin-top: 20px
    }

    .concertina .body ul li {
        line-height: 23px;
        opacity: .87
    }
}

@media screen and (max-width: 1024px) {
    .concertina .body {
        line-height: 20px;
        opacity: .87;
        margin-top: 20px
    }

    .concertina .body ul li {
        line-height: 20px;
        opacity: .87
    }
}

.slides li::before, .flex-direction-nav li::before {
    content: '' !important
}

.info-wrapper {
    text-align: center
}

.info-wrapper h3 {
    margin-bottom: 0;
    margin-top: 10px
}