html,
body {
    height: 100%;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

a:hover {
    color: #283583;
    text-decoration: none;
}


/* backend-developer css */

.hide_checkbox,
.hide_span {
    display: none;
}

.add_ir_kit {
    display: inline-block;
    background-color: #CF1E2E;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    padding-left: 25px;
    background-image: url(../images/icons/download-ir.png);
    background-repeat: no-repeat;
    background-position: 6px 5px;
    max-width: 120px;
}

.download_kit {
    display: inline-block;
    background-color: #CF1E2E;
    color: #fff;
    padding: 3px 5px;
    font-size: 14px;
    padding-left: 25px;
    background-image: url(../images/icons/download-ir.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    max-width: 140px;
    margin-top: 20px;
}

.download_kit:hover,
.add_ir_kit:hover {
    color: #fff;
}

.ir-kit-menu-container {
    padding: 20px;
    width: 800px;
    background-color: #000;
    height: 100vh;
    position: fixed;
    right: -800px;
    margin-top: 15px;
    transition: right 1s;
    -moz-transition: right 1s;
    /* Firefox 4 */
    -webkit-transition: right 1s;
    /* Safari and Chrome */
    -o-transition: right 1s;
    /* Opera */
}

.ir_container_close {
    color: #fff;
    font-size: 20px;
    float: right;
    margin-top: -10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.ir-kit-menu-container.active {
    right: 0px;
    transition: right 1s;
    -moz-transition: right 1s;
    /* Firefox 4 */
    -webkit-transition: right 1s;
    /* Safari and Chrome */
    -o-transition: right 1s;
    /* Opera */
}

.ir-kit-menu-container-wrap {
    height: 70%;
    overflow-y: auto;
}

.ir_notice {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.ir-kit-menu-container [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.ir-kit-menu-container [data-toggle="collapse"].collapsed:after {
    content: "\f054";
}

.ir-kit-menu-container .card {
    border: none;
    margin-bottom: 10px;
}

.ir-kit-menu-container .card-header {
    height: auto;
    padding: 3px;
    background-color: #CF1E2E;
    color: #fff;
    border: none;
}

.ir-kit-menu-container .card-header button {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: left;
}

#ir_accordion ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#ir_accordion li {
    border: 1px dotted #e4e4e4;
    padding: 3px 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

#ir_accordion .del_pdf {
    padding: 3px 7px;
    font-size: 17px;
    color: #1B438B;
    cursor: pointer;
}


/*  */

.carousel-indicators li {
    background-color: #ffffff;
}

.carousel-indicators li.active {
    background-color: #CF1E2F;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 8px;
    height: 8px;
    border-top: none;
    border-bottom: none;
}

.banner-title {
    text-align: left;
    font-size: 36px;
    color: #1B438B;
}

.home-banner-link {
    text-transform: uppercase;
    margin-top: 40px;
}

.read-more {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-banner-link a,
.read-more a {
    color: #101010;
}

.home-banner-link a:hover,
.read-more a:hover {
    color: #283583;
    text-decoration: none;
    padding-left: 10px;
    transition: all 0.3s linear;
}

.sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-sec2 {
    text-align: center;
}

.home-sec2-title {
    color: #101010;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.home-sec2-text {
    color: #101010;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.home-sec3 {
    text-align: center;
    background-image: url('../images/home/home-sec3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-sec3-title {
    color: #101010;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}

.num {
    color: #1B438B;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 10px;
}

.num-text {
    color: #CF1E2F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.border-bot {
    border-bottom: 2px solid #ffffff;
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
}

.home-sec4 {}

.home-sec4-box {
    padding-left: 30px;
    padding-top: 40px;
}

.home-sec4-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.home-sec4-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.home-sec4-box4 {
    background-image: url('../images/banner/presentation.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-sec4-box4-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

.home-sec5 {
    background: #1B438B;
}

.home-sec5-para {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.border-top {
    border-top: 1px solid #dddddd;
}

.news-box {
    position: relative;
    padding: 0 20px 20px 0;
    background-color: #FFF;
}

.news-box ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.news-box ul li {
    display: block;
    color: #000000;
    font-size: 16px;
    border-bottom: solid 1px #e4e4e4;
    padding: 10px 0px
}

.news-box ul li .date-box {
    color: #CF1E2F;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.news-box ul li p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 300;
}

.news-box ul li a {
    color: #CF1E2E;
    font-weight: bold;
    font-size: 14px;
}

.news-box ul li a.link {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #000000;
}

.news-box ul li a:hover {
    color: #2A51A3;
}

.home-sub-title h2 {
    font-size: 20px;
    font-weight: bold;
}

.sub-form {}

.sub-form .form-control {
    height: 40px;
    border-color: none;
    color: #000;
    border-radius: 0;
    background: #e3f4ed;
    border: none;
    font-size: 14px;
}

.sub-form button.subscribe {
    width: 100%;
    margin: auto;
    background-color: #CF1E2F;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0px;
    font-size: 15px;
    border-radius: 0px;
    font-weight: 500;
}

.sub-form button.subscribe:hover {
    color: #FFF;
    background-color: #1B438B;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    font-size: 12px;
    background-color: #1B438B;
    border: none;
}

#footer {
    background-color: #3B3B3B;
    padding-top: 20px;
    padding-bottom: 10px;
}

.ftr-rhs {
    text-align: right;
}

.ftr-lhs span,
.ftr-lhs a {
    color: #7e7e7e;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    margin-right: 20px;
}

.ftr-rhs a {
    width: 35px;
    text-align: center;
    display: inline-block;
}

.ftr-lhs a:hover,
.ftr-rhs a:hover {
    color: #ffffff;
}

#footer h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

#footer .list-inline-item a {
    font-size: 13px;
    color: #ffffff;
}

#footer .list-inline {
    margin-bottom: 0rem;
}

#footer .list-inline-item:not(:last-child) {
    margin-right: 1.75rem;
}

#footer .list-inline-item a:hover {
    color: #CF1E2F;
}

#footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#footer .social-icon {
    display: flex;
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0;
}

#footer .social-icon li {
    padding-right: 0px;
    color: #7e7e7e;
    padding-left: 20px;
}

#footer .foot-link {
    padding: .2rem .1rem;
    color: #ffffff;
    font-size: 15px;
}

#footer .foot-link:hover {
    color: #CF1E2F;
}

.inner-container {
    margin-top: 50px;
}

.imageOverlay {
    position: absolute;
    width: 100%;
    background: #000000;
    padding: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
}

.inner-subhead {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
}

.show-year,
.show-year:focus {
    padding: 5px 0px;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid #000000;
    color: #000000;
    width: 98%;
    font-size: 15px;
    background: #9dd2f100;
    outline: none;
}

.pdf-dld-box ul {
    padding: 0;
    display: block;
    width: 100%;
    margin: 0px;
    list-style: none;
    margin-top: 11px;
}

.pdf-dld-box ul li {
    color: #323232;
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 5px;
}

.pdf-dld-box ul li:last-child {
    border-bottom: none;
}

input[type=checkbox] {
    border: 1px solid #999999;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    transform: translate(0px, 2px);
    margin-right: 10px;
}

.pdf-dld-box li span {
    color: #323232;
    width: 70%;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-flex;
}

.dld-icon {
    float: right;
    margin-right: 10px;
}

.shareholder-col-left {
    padding: 40px 20px 40px 80px;
}

.shareholder-col-right {
    padding: 40px 80px 40px 40px;
}

.ir-kit {
    position: absolute;
    width: 85px;
    height: 102%;
    /*height: 74%;*/
    background-color: #CF1E2E;
    right: 0px;
    top: 0px;
    /*top: 27.5%;*/
    z-index: 9;
    text-align: center;
    padding-top: 20px;
}

.ir-kit:hover {
    background-color: #1B438B;
}

.ir-kit a {
    color: #ffffff;
    text-align: center;
}

#search-exbox {
    width: 100%;
    border: none;
    font-size: 14px;
    padding: 15px;
}

.tbl-exc {
    margin-top: 20px;
}

#search-exbox:focus {
    outline: none;
}

.esg {
    padding-top: 40px;
}

.table th {
    font-size: 15px;
}

.table td {
    font-size: 14px;
}

.dwn-icon {
    padding-left: 40px !important;
}

.key-slider-left {
    background: #cf1e2f;
    border-radius: 50%;
    opacity: 0.3;
}

.key-slider-left-icon {
    background-image: url(../images/icons/white-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 22px;
}

.key-slider-right {
    background: #cf1e2f;
    border-radius: 50%;
    opacity: 0.3;
}

.key-slider-right-icon {
    background-image: url(../images/icons/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 22px;
}

.key-slider-left,
.key-slider-right {
    width: 50px;
    height: 50px;
}


/* Reports and presentations */

.fy-year,
.fy-year:focus {
    padding: 0px;
    font-weight: 300;
    border: none;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    width: 98%;
    font-size: 24px;
    background-color: #9dd2f100;
    outline: none;
    line-height: 30px;
}

.fy-year-option {
    font-size: 16px;
    color: #1B438B;
}

.report-box {
    padding: 30px;
}

.white-year,
.white-year:focus {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.q-tab .nav-tabs {
    border-bottom: 2px solid #dddddd;
    margin-top: 15px;
}

.q-tab .nav-tabs .nav-link {
    background-color: transparent;
    border-bottom: none;
    margin-right: 10px;
    border: none;
}

.q-tab .nav-tabs a.nav-link {
    color: #000000;
    font-size: 17px;
}

.q-tab .nav-tabs .nav-item.show .nav-link,
.q-tab .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #CF1E2F;
}

.q-tab .nav-tabs .nav-link:focus,
.q-tab .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #CF1E2F;
}


/* contact */

.contact {
    color: #ffffff;
}

.contact-title {
    color: #ffffff;
    font-size: 24px;
}

.contact p {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
}

.contact p span {
    font-weight: 500;
    font-size: 16px;
}

.contact a,
.contact a:hover {
    color: #78B6E4;
}


/* about */

.about-title {
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
    color: #ffffff;
}

.about-title2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    color: #ffffff;
}

.core {
    padding: 30px 0px;
}

.core-title {
    color: #101010;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 30px;
    padding-top: 40px;
}

.core p {
    font-size: 16px;
    text-align: center;
}

.strategy {
    padding: 20px 0;
    color: #ffffff;
}

.strategy .box {
    padding-bottom: 40px;
    padding-right: 80px;
}

.strategy .title {
    font-weight: 500;
    font-size: 16px;
}

.strategy .list {
    list-style: none;
    padding-left: 0px;
}

.strategy .list li {
    font-weight: 300;
    font-size: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 8px;
    padding-bottom: 8px;
    line-height: 20px;
}

.strategy .list li:last-child {
    border-bottom: none;
}


/* about panel */

#pdf-section {
    background-color: #DCE8F2;
    padding-bottom: 30px
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    color: #1B438B;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 15px 15px 0px;
    background-color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}


/*.panel-heading.active {
    border-top: solid 9px #1B438B;
}
*/

.panel-heading.active a {
    margin-bottom: 0px;
}

.panel-heading a:before {
    background-image: url(../images/icons/down-arrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    content: '';
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-body {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 5px;
    height: auto;
}

.search-box {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    height: 55px;
    border-top: 1px solid #e4e4e4;
}

.refine-search {
    float: right;
}

.refine-search img {
    margin-left: 5px;
    width: 12px;
}

.refine-search span {
    font-size: 14px;
    color: #969696;
}

.panel-body .panel-para {
    font-size: 16px;
    font-weight: 300;
}

.panel-body .panel-blue-text {
    font-size: 22px;
    font-weight: 500;
    color: #1B438B;
}

.panel-body .panel-box {
    padding-right: 100px;
}


/* FAQs */


/*tab */

.faq-tab .nav-tabs {
    border-bottom: 2px solid #dddddd;
    margin-top: 15px;
}

.faq-tab .nav-tabs .nav-link {
    background-color: transparent;
    border-bottom: none;
    margin-right: 50px;
    border: none;
}

.faq-tab .nav-tabs a.nav-link {
    color: #000000;
    font-size: 18px;
}

.faq-tab .nav-tabs .nav-item.show .nav-link,
.faq-tab .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #CF1E2F;
    border-color: transparent;
    border-bottom: 2px solid #CF1E2F;
}

.faq-tab .nav-tabs .nav-link:focus,
.faq-tab .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #CF1E2F;
}


/*black */

.black-pro {
    display: inline-block;
    font-size: 20px;
    padding: 30px 30px;
    color: #ffffff;
    position: relative;
    background-color: #000000;
    border: 2px solid #000000;
    width: 100%;
    height: 290px;
}

.black-pro p {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 10px;
}

.black-pro a {
    color: #000000;
}

.black-pro a:hover {
    text-decoration: none;
}

.black-pro span {
    display: none;
}

.black-pro:hover span {
    font-size: 16px;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: left;
    display: block;
    color: #FFF;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    transition: all 0.5s linear;
}

.black-pro:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #000000;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: 0.1s;
    opacity: 1;
}

.black-pro:hover:before {
    height: 100%;
    opacity: 1;
}


/* blue */

.blue-pro {
    display: inline-block;
    font-size: 20px;
    padding: 30px 30px;
    color: #ffffff;
    position: relative;
    background-color: #1B438B;
    border: 2px solid #1B438B;
    width: 100%;
    height: 290px;
}

.blue-pro p {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 10px;
}

.blue-pro a {
    color: #1B438B;
}

.blue-pro a:hover {
    text-decoration: none;
}

.blue-pro span {
    display: none;
}

.blue-pro:hover span {
    font-size: 16px;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: left;
    display: block;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    transition: all 0.5s linear;
}

.blue-pro:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #1B438B;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: 0.1s;
    opacity: 1;
}

.blue-pro:hover:before {
    height: 100%;
    opacity: 1;
}


/* blue-light */

.blue-light-pro {
    display: inline-block;
    font-size: 20px;
    padding: 30px 30px;
    color: #000000;
    position: relative;
    background-color: #9ED2F1;
    border: 2px solid #9ED2F1;
    width: 100%;
    height: 290px;
}

.blue-light-pro p {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 10px;
}

.blue-light-pro a {
    color: #9ED2F1;
}

.blue-light-pro a:hover {
    text-decoration: none;
}

.blue-light-pro span {
    display: none;
}

.blue-light-pro:hover span {
    font-size: 16px;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: left;
    display: block;
    color: #000000;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    transition: all 0.5s linear;
}

.blue-light-pro:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #9ED2F1;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: 0.1s;
    opacity: 1;
}

.blue-light-pro:hover:before {
    height: 100%;
    opacity: 1;
}


/* blue-light2 */

.blue-light2-pro {
    display: inline-block;
    font-size: 20px;
    padding: 30px 30px;
    color: #000000;
    position: relative;
    background-color: #9ed2f180;
    border: 2px solid #9ed2f180;
    width: 100%;
    height: 290px;
}

.blue-light2-pro p {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 10px;
}

.blue-light2-pro a {
    color: #9ed2f180;
}

.blue-light2-pro a:hover {
    text-decoration: none;
}

.blue-light2-pro span {
    display: none;
}

.blue-light2-pro:hover span {
    font-size: 16px;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: left;
    display: block;
    color: #000000;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    transition: all 0.5s linear;
}

.blue-light2-pro:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #9ed2f180;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: 0.1s;
    opacity: 1;
}

.blue-light2-pro:hover:before {
    height: 100%;
    opacity: 1;
}


/* white */

.white-pro {
    display: inline-block;
    font-size: 20px;
    padding: 30px 30px;
    color: #000000;
    position: relative;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    width: 100%;
    height: 290px;
}

.white-pro p {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 10px;
}

.white-pro a {
    color: #ffffff;
}

.white-pro a:hover {
    text-decoration: none;
}

.white-pro span {
    display: none;
}

.white-pro:hover span {
    font-size: 16px;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: left;
    display: block;
    color: #000000;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    transition: all 0.5s linear;
}

.white-pro:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #ffffff;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: 0.1s linear;
    opacity: 1;
}

.white-pro:hover:before {
    height: 100%;
    opacity: 1;
}


/* corporate govrn */

.corp-govn {
    padding: 20px 0;
}

.corp-govn .box {
    padding-bottom: 20px;
    padding-right: 80px;
}

.corp-govn .blue-title {
    font-weight: 500;
    font-size: 18px;
    color: #1B438B;
    margin-bottom: 0px;
}

.corp-govn .title {
    font-weight: 500;
    font-size: 16px;
    border-bottom: 2px solid #1B438B;
}

.corp-govn .list {
    list-style: none;
    padding-left: 0px;
}

.corp-govn .list li {
    font-weight: 300;
    font-size: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 8px;
    padding-bottom: 8px;
    line-height: 20px;
}

.corp-govn .list li:last-child {
    border-bottom: none;
}

.corp-govn .list li img {
    padding-right: 10px;
}

  .bod-pic {
    width: 100%;
    background: linear-gradient(
90deg, #034EA2 0%, #4099D4 100%);
    margin-bottom: 20px;
    background: #1B438B;
}


.com-blue { background-color:#00347a; width: 40px; height: 40px;  display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.com-green { background-color:#009444; width: 40px; height: 40px;  display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.com-red { background-color:#c10022;  width: 40px; height: 40px; display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.com-blue-light { background-color:#c6e8ed;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-blue-medium { background-color:#5682c2;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-blue-dark { background-color:#3a5d80;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-red-light { background-color:#f26b6f;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-red-medium { background-color:#e64349;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-red-dark { background-color:#8f4f52;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-yellow-light { background-color:#fff3cc;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-yellow-medium { background-color:#ffd56f;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-yellow-dark { background-color:#d29852;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-green-light { background-color:#aedcc8;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-green-medium { background-color:#51ad86;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-green-dark { background-color:#519886;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-pink { background-color:#f496bb;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;   margin-bottom: 10px;}
.com-purple { background-color:#4a3694;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;   margin-bottom: 10px;}
.com-grey { background-color:#9f9f9f;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-magenta { background-color:#a52069;  width: 40px; height: 40px; display: inline-block; margin-right: 10px;  margin-bottom: 10px;}
.com-white { background-color:#ffffff;  width: 40px; height: 40px; display: inline-block; margin-right: 10px; border:  1px solid #00347a; margin-bottom: 10px;}
.com-blue span, .com-red span, .com-green span, .com-blue-light span, .com-blue-medium span, .com-blue-dark span, .com-red-light span, .com-red-medium span,
.com-red-dark span, .com-yellow-light span, .com-yellow-medium span, .com-yellow-dark span, .com-green-light span, 
.com-green-medium span, .com-green-dark span, .com-pink span, .com-purple span, .com-purple span, .com-magenta span, .com-grey span {
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    padding: 12px;
    font-size: 20px;
    color:  #ffffff;
    font-weight: 500;
}
.com-white span {
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    padding: 7px 11px;
    font-size: 20px;
    color:  #00347a;
    font-weight: 500;
}


/* investor media */

.video-title {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 7px;
  margin-bottom: 50px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background-color: #000000;
  overflow: hidden;
  border-radius: 7px 7px 0px 0px;
}
#cards_landscape_wrap-2 .card-flyer .card-body{
height: 100px; 
}
#cards_landscape_wrap-2 .card-flyer .card-title{
  margin-bottom: 0px;
  color:  #000000;
  font-size: 17px;
}
#cards_landscape_wrap-2 .card-flyer:hover .card-title{
  color:  #1B438B;
}
#cards_landscape_wrap-2 .card-flyer .image-box img.card-img-top{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}

#cards_landscape_wrap-2 .card-flyer .image-box .play{
  position : absolute;
    display:none;
    top:25%; 
    width:55px;
    margin:0 auto; left:0px;
    right:0px;
    z-index:100
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img.card-img-top{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box .play{display:block} 

#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
}



#cards_landscape_wrap-2 .card-flyer:hover{
  
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#cards_landscape_wrap-2 .card-flyer:hover .card-body { background-color: #1B438B; color: #fff; }
#cards_landscape_wrap-2 .card-flyer:hover .card-body .card-title { color: #fff; }

#cards_landscape_wrap-2 .card { border: none; }

#cards_landscape_wrap-2 .card-flyer .card-body {border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px 0px 7px 7px; }
;
/* news */

a .news-box {
    color: #000000;
}

a:hover .news-box,
a:hover .news-date {
    background-color: #1B438B;
    color: #ffffff;
}

.news-date {
    color: #CF1E2F;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.news-pub {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
}

.news-title {
    font-weight: 500;
    font-size: 22px;
}

.news-hr {
    border-bottom: 2px solid #dddddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-box {
    margin-top: 20px;
    padding: 30px 30px 10px 30px;
}

.news-box .help-block.with-errors ul li {
    color: #CF1E2F;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.btn.disabled {
    opacity: 1;
}

#wait {
    font-size: 13px;
    display: none;
}

.alert-info {
    font-size: 12px;
}

.highcharts-table-caption {
    color: #ffffff;
}

