/*@import url('https://fonts.googleapis.com/css?family=Lato');*/

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    font-family: Calibri;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: Calibri;
    font-size: 15px;
    overflow-x: hidden;
    background: #f9f9f9;
}
.row-2 {
    float: left;
    width: 100%;
}

.top_row {
    background: #4d4d4d;
    padding: 10px 0;
}

.free-tag {
    float: left;
}

    .free-tag p {
        color: #f1f1f1;
        margin: 0;
        font-size: 12px;
        text-transform: uppercase;
    }

.logo-row {
    padding: 15px 0;
    background: #fff;
}

    .logo-row a img {
        width: 160px;
    }

.goToTop {
    position: fixed;
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.goToBottom {
    position: fixed;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

.sticky-bottom {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

    .sticky-bottom .makert-slides-up-dn {
        border-bottom: 0;
        border-top: 1px solid #d7d7d7;
    }

.pos-static {
    position: static;
}

#nav {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    z-index: 99999;
}

.menu-main {
    float: left;
    width: 100%;
    padding: 10px 0;
}

#nav ul li a {
    color: #555;
    font-size: 18px;
    transition: all linear 0.1s;
    /*text-transform: uppercase;*/
}
    #nav ul li a:hover {
        color: #116AA3;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #116AA3;
}

#nav.affix {
    position: fixed;
    top: 0px;
    width: 100%;
}

.header1 {
    width: 100%;
    float: left;
}

.navbar-collapse {
    padding: 0;
}

    .navbar-collapse.in {
        overflow-y: visible;
    }

#nav .navbar-brand {
    height: auto;
    padding: 0;
}

    #nav .navbar-brand img {
        height: 75px;
    }

.goToTop .navbar-brand img {
    height: 65px !important;
}

.nav2 {
    text-align: center;
    float: right;
    margin-top: 26px;
}

.goToTop .nav2 {
    margin-top: 25px !important;
}

.nav2 li {
    float: none;
    display: inline-block;
}

    .nav2 li a {
        padding: 0px 11px;
    }

.right-nav {
    float: right;
}

    .right-nav ul {
        margin: 0;
    }

        .right-nav ul li {
            margin: 0 10px;
            float: left;
        }

            .right-nav ul li:last-child {
                margin-right: 0;
            }

            .right-nav ul li a {
                font-size: 12px;
                text-transform: uppercase;
                color: #f1f1f1;
                float: left;
            }

                .right-nav ul li a i {
                    color: #f1f1f1;
                    font-size: 15px;
                    margin-right: 5px;
                }

                .right-nav ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                }

.market-up {
    color: green;
}

.market-down {
    color: red;
}

    .market-down i, .market-up i {
        margin: 0 5px;
    }

.market-rates {
    width: 100%;
    float: left;
}

    .market-rates ul {
        margin: 0;
        width: 100%;
        float: left;
        overflow: hidden;
    }

        .market-rates ul li {
            display: inline-block;
            padding: 0 30px;
        }

            .market-rates ul li div {
                display: inline-block;
                padding: 0 12px;
                font-size: 15px;
            }

.makert-slides-up-dn {
    width: 100%;
    float: left;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #d7d7d7;
    background: #f1f1f1;
}

.card {
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    float: left;
    padding: 15px;
    width: 100%;
    margin-bottom: 30px;
}

.card-heading {
    margin-top: 0;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

    .card-heading span {
        color: #106aa4;
    }

.news-img-cover {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .news-img-cover img {
        width: 100%;
    }

.pd-left-0-onbg {
    padding-left: 0;
}
.pd-right-0-onbg {
    padding-right: 0;
}

.news-title-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0) linear-gradient(to top,rgba(0,0,0,1) 15px,rgba(0,0,0,0) 100%) repeat scroll 0 0;
    padding: 15px 10px;
}

    .news-title-overlay p {
        color: #f1f1f1;
        margin: 0;
        margin-bottom: 8px;
    }

    .news-title-overlay h3 {
        color: #f1f1f1;
        margin: 0;
    }

.sm-news .news-title-overlay h3 {
    font-size: 22px;
}

.sm-news img {
    height: 156px;
    object-fit: cover;
}
.sm-news-h img{
    height: 205px;
}
.lg-news img {
    height: 322px;
}
.lg-news-h img {
    height: 420px;
}
.status-1 {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
}

    .status-1 span {
        display: inline-block;
        font-size: 14px;
    }

        .status-1 span:first-child {
            margin-right: 10px;
        }

        .status-1 span i {
            margin-right: 1px;
        }

.green {
    color: green !important;
}

.red {
    color: red;
}

.td-rport p {
    margin: 0;
    font-size: 19px;
}

.td-rport h3 {
    margin: 0;
    font-weight: 600;
    color: #1069a5;
    margin: 3px 0;
    font-size: 30px;
}

.markets-table table {
    margin-top: 15px;
}

    .markets-table table tr td {
        font-size: 16px;
        text-align: right;
        color:#555;
    }

    .markets-table table tr th {
        font-size: 15px;
        font-weight: 600;
        text-align: right;
        background: #f1f1f1;
    }

    .markets-table table tr td:first-child {
        width: 46%;
        text-align: left;
    }

    .markets-table table tr th:first-child {
        text-align: left;
    }

.sparkline {
    margin-top: 20px;
}

.companyDisclosures {
    width: 100%;
    float: left;
    margin: 0;
}

    .companyDisclosures li {
        float: left;
        padding: 15px 8px;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
    }
    .companyDisclosures li:first-child{
        padding-top:0;
    }

        .companyDisclosures li:last-child {
            border-bottom: 0;
        }

        .companyDisclosures li h3 {
            margin-top: 0px;
            margin-bottom: 1px;
            font-size: 22px;
        }

        .companyDisclosures li p {
            margin: 0;
            color: #5d5d5d;
            font-size:16px;
        }

.numberOf {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #1069a5;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.spacing {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.stk-name {
    width: 46%;
    text-align: left;
}

.stk-price {
    width: 25%;
    text-align: right;
}

.stk-change {
    width: 29%;
    text-align: right;
}

.stk-move {
    margin: 0;
    width: 100%;
    float: left;
}

    .stk-move li {
        width: 100%;
        float: left;
    }

        .stk-move li div {
            padding: 8px;
            line-height: 1.42857143;
            border-top: 1px solid #ddd;
            font-size: 16px;
            float: left;
            color:#555;
        }

.th-tb {
    width: 100%;
    float: left;
}

    .th-tb p {
        padding: 8px;
        line-height: 1.42857143;
        border-top: 1px solid #ddd;
        background: #f1f1f1;
        text-align: right;
        float: left;
        font-size: 15px;
        margin: 0;
        font-weight: 600;
    }

        .th-tb p:first-child {
            text-align: left;
            width: 46%;
        }

        .th-tb p:nth-child(2) {
            width: 25%;
        }

        .th-tb p:nth-child(3) {
            width: 29%;
        }

.stock-slide-cover {
    width: 100%;
    float: left;
}

.stk-slides-btn {
    float: right;
}

    .stk-slides-btn button {
        border-radius: 50%;
        background: none;
        border: 0;
        outline: 0;
        border: 1px solid #d7d7d7;
        width: 28px;
        height: 28px;
        background: #f1f1f1;
        line-height: 26px;
    }

        .stk-slides-btn button i {
            font-size: 21px;
            color: #5f5e5e;
        }

.read-more {
    color: #126aa6;
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    text-transform: uppercase;
    /*font-weight: 600;*/
}

    .read-more:hover {
        text-decoration: none;
        color: #083655;
    }

    .read-more i {
        font-size: 18px;
        margin-left: 5px;
    }

.video-title {
    background: #126aa6;
    padding: 15px 10px;
    float: left;
    width: 100%;
}

    .video-title h3 {
        color: #f1f1f1;
        margin: 0;
    }

        .video-title h3 a {
            text-decoration: none;
            color: #f1f1f1;
        }

    .video-title p {
        color: #f1f1f1;
        margin: 0;
        margin-top: 6px;
    }

        .video-title p a {
            color: #fff;
            margin-left: 1px;
            font-style: italic;
        }

.crnto {
    background: rgba(255,255,255,.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    padding: 10px;
    margin-bottom: 10px;
}

    .crnto h3 {
        margin: 0;
        color: #f1f1f1;
        font-size: 15px;
        text-transform: uppercase;
    }

    .crnto span {
        font-size: 16px;
        margin: 4px 0;
        display: block;
    }

.shock-green {
    color: #12d612 !important;
}

.crnto h4 {
    margin: 0;
    font-size: 11px;
    color: #f2f2f2;
    text-transform: uppercase;
}

.crnto p {
    color: #cacaca;
    font-size: 11px;
    margin: 0;
    margin-top: 10px;
    border-top: 1px solid #888585;
    padding-top: 4px;
    padding-left: 0px;
}

.custom-padding {
    padding: 0 5px;
}

.shock-red {
    color: #ef6363;
}

.article-box {
    width: 100%;
    text-align: left;
}

.footer {
    background: #4d4d4d;
    padding: 40px 0;
    width: 100%;
    float: left;
}

.footer-ul {
    margin: 0;
    width: 100%;
    float: left;
}

    .footer-ul li {
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        color: #f1f1f1;
        font-size: 16px;
    }

        .footer-ul li i {
            color: #f3f3f3;
            font-size: 25px;
            margin-right: 8px;
            width: 23px;
            text-align: center;
        }

        .footer-ul li a {
            color: #f1f1f1;
        }

.pd-right-5-onbg {
    padding-right: 5px;
}

.pd-left-5-onbg {
    padding-left: 5px;
}

.contact-request .form-group {
    margin-bottom: 10px;
}

.about-para {
    color: #f1f1f1;
    margin-bottom: 17px;
}

.contact-info li {
    font-size: 15px;
    display: flex;
    text-align: left;
}

.text-center2 {
    text-align: center;
}

.btn-primary {
    background: #126aa6;
    border-radius: 2px;
    padding: 6px 16px;
    font-size: 14px;
    border: 1px solid #126aa6;
}

.player-home {
    background: #333;
}

.prism-copyrights {
    float: left;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background: #126aa6;
}

    .prism-copyrights p {
        color: #fff;
        margin: 0;
    }

.column-heading {
    color: #666;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    font-size: 19px;
}

.item-list {
    float: left;
    width: 100%;
    margin: 0;
    margin-left: 13px;
}

    .item-list li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 13px;
        padding-bottom: 13px;
        float: left;
        width: 100%;
    }

        .item-list li a {
            float: none;
            display: inline-block;
            width: auto;
            line-height: 19px;
            color: #333;
            padding: 2px 0;
            font-size: 19px;
        }

            .item-list li a:hover {
                color: #126aa6;
                text-decoration: none;
            }

        .item-list li:last-child {
            margin-bottom: 0;
        }

        .item-list li a span {
            color: #888;
            font-size: 15px;
            margin-top: 4px;
            display: block;
        }

        .item-list li::before {
            color: #126aa6;
            content: "\2022";
            font-size: 17px;
            margin-left: -16px;
            vertical-align: top;
        }

.most-viewed {
    counter-reset: section;
    margin-left: 0;
}

    .most-viewed li a {
        width: 79%;
        vertical-align: middle;
    }

    .most-viewed li::before {
        background-color: #126aa6;
        border-radius: 50%;
        color: #fff;
        content: counter(section,decimal);
        counter-increment: section;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
        font-family: "knowledge-medium",sans-serif;
        font-size: 16px;
        padding-right: 0;
        margin-left: 0;
        font-weight: 600;
    }

.select2-results__option {
    font-size: 14px;
    color: #777777;
}

.select2-selection__rendered {
    color: #9999b2 !important;
    line-height: 34px !important;
    font-size: 14px;
    padding-left: 12px !important;
}

.select2-container .select2-selection--single {
    height: 34px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-color: #ccc;
    /*margin-bottom: 10px;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-dropdown {
    border-color: #ccc;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.white-row {
    padding: 40px 0;
    background: #fff;
    width: 100%;
    float: left;
}

.service-box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 20px;
}

    .service-box img {
    }

    .service-box h3 {
        margin: 0;
        color: #4d4d4d;
        text-transform: uppercase;
        margin-top: 13px;
        margin-bottom: 8px;
        font-size: 24px;
    }

    .service-box p {
        margin: 0;
        color: #6d6b6b;
        font-size: 18px;
    }

.black-card .select2-container--default .select2-selection--single {
    background: rgba(255,255,255,.1);
    border-radius: 0;
    outline: 0;
}

.black-card .select2-selection__rendered {
    color: #f3f3f3 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    text-shadow: 0 0 1px #fff;
}

.black-card .select2-container .select2-selection--single {
    border-color: #4d4d4d !important;
}

.black-card .select2-container {
    border: 0;
    outline: 0;
}

.select2-results__option2 {
    font-size: 13px !important;
    color: #f3f3f3 !important;
    background: #4f4f4f !important;
}

.custom-design-select .select2-results {
    background: #4f4f4f !important;
    padding: 8px 0;
}

    .custom-design-select .select2-results ul {
        max-height: 210px !important;
    }

        .custom-design-select .select2-results ul li {
            font-size: 12px !important;
            color: #eee !important;
            padding: 8px 6px !important;
            touch-action: manipulation;
            margin-top: 1px;
            transition: all linear 0.1s;
            text-shadow: 0px 0 1px #eee;
            text-transform: uppercase;
        }

        .custom-design-select .select2-results ul .select2-results__option--highlighted[aria-selected] {
            background-color: #696767 !important;
            color: #eee !important;
        }

        .custom-design-select .select2-results ul .select2-results__option[aria-selected=true] {
            background-color: #616060 !important;
            color: #eee !important;
        }

        .custom-design-select .select2-results ul::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #4d4d4d;
        }

        .custom-design-select .select2-results ul::-webkit-scrollbar {
            width: 5px;
            background-color: #4d4d4d;
        }

        .custom-design-select .select2-results ul::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #696767;
        }

.custom-design-select .select2-dropdown {
    border-radius: 0 !important;
    border-color: #555 !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.custom-design-select .select2-search--dropdown .select2-search__field {
    border: 1px solid #555 !important;
    color: #eee !important;
    background: #696767 !important;
    border-radius: 0;
}

.custom-design-select .select2-search--dropdown {
    background: #4f4f4f !important;
}

#exTab1 .nav > li > a:focus, #exTab1 .nav > li > a:hover {
    background: #484848;
}

#exTab1 .nav-pills > li.active > a, #exTab1 .nav-pills > li.active > a:focus, #exTab1 .nav-pills > li.active > a:hover {
    background: #555;
    text-shadow: 0 0 1px;
}

#exTab1 {
    margin-top: 15px;
}

    #exTab1 .nav-pills > li > a {
        color: #eee;
        border-radius: 0;
        position: relative;
        transition: all linear 0.1s;
        text-transform: uppercase;
        font-size: 13px;
        text-align: center;
    }

        #exTab1 .nav-pills > li > a > img {
            margin-bottom: 6px;
            height: 49px;
        }

    #exTab1 .nav-pills > li.active::after {
        content: "";
        background: url(../img/arrow-active.png) no-repeat center bottom;
        position: absolute;
        bottom: -7px;
        width: 20px;
        height: 8px;
        left: 0;
        right: 0;
        margin: auto;
    }

.market-status-tbl tr td, .market-status-tbl tr th {
    color: #e0e0de;
    font-size: 13px;
    border: 2px solid #333 !important;
    vertical-align: middle !important;
    text-shadow: 0 0 1px;
    padding: 6px 8px !important;
}

.market-status-tbl tr {
    background: #525151 !important;
}

    .market-status-tbl tr th {
        color: #adabab;
        background: #424242 !important;
    }

.market-status-tbl {
    margin-top: 20px;
    margin-bottom: 5px;
}

    .market-status-tbl tr:hover {
        background: #6b6a6a !important;
    }

.company-name {
    background: #126aa6;
    width: 100%;
    padding: 15px;
    float: left;
    border-radius: 2px;
    margin-bottom: 30px;
}

    .company-name .cmp-icon {
        float: left;
        margin-right: 9px;
    }

        .company-name .cmp-icon i {
            color: #f3f3f3;
            font-size: 30px;
        }

    .company-name .cmp-title {
        color: #f3f3f3;
        margin: 0;
        float: left;
    }

        .company-name .cmp-title h3 {
            margin: 0;
            margin-bottom: 4px;
            font-size: 23px;
            text-shadow: 0 0 1px;
        }

        .company-name .cmp-title p {
            margin: 0;
            font-size: 14px;
        }

.over-head {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d2d2;
    float: left;
    width: 100%;
    color: #555;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.another-green {
    color: #0fbb0f;
}

.over-status h3 {
    margin: 0;
    color: #555;
    font-weight: 600;
    font-size: 35px;
}

    .over-status h3 span {
        font-size: 21px;
        color: #4d4d4d;
    }

.over-status h4 {
    margin: 0 0;
    margin-top: 7px;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
}

    .over-status h4 span {
        font-weight: 600;
    }

.over-status p {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
}

.over-status {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.bot-row-2 {
    margin-left: -5px;
    margin-right: -5px;
}

.stk-box {
    background: white;
    padding: 15px 0;
    text-align: center;
    height: 78px;
    border: 1px solid #eee;
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

.badge.bg-buy {
    background: #9ad4b0;
    padding: 4px 10px;
}

.stk-lbl {
    margin-bottom: 3px;
}

.stk-value {
    font-weight: 600;
    font-size: 17px;
}

.cover-all {
    float: left;
    width: 100%;
}

.cmp-accordian .panel .panel-heading {
    padding: 0;
    border: 0;
}

.cmp-accordian .panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    background: #fff;
}

.cmp-accordian .panel-default {
    border-radius: 0;
    border-color: #eee;
}

.cmp-accordian .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.cmp-accordian .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-small-widget {
    font-size: 13px;
    margin: 0;
}

    .table-small-widget tr td a img {
    }

    .table-small-widget tr td {
        vertical-align: middle !important;
        text-align: center;
    }

        .table-small-widget tr td:first-child {
            text-align: left;
        }

    .table-small-widget tr th {
        font-weight: 600;
        text-align: center;
        border: 0 !important;
    }

.app-icon {
    width: 16px;
}

.cmp-member {
    text-align: left;
    padding: 15px 10px;
    display: flex;
    height: auto;
}

    .cmp-member .member-img {
        float: left;
        margin-right: 10px;
    }

.member-info {
    float: left;
}

    .member-info h4 {
        margin: 0;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .member-info p {
        margin: 0;
        font-size: 12px;
        color: #555;
    }

#exTab2 .nav {
    margin-left: -3px;
    margin-right: -3px;
}

#exTab2 .nav-pills > li {
    width: 33.3%;
    text-align: center;
    padding: 0px 3px;
}

    #exTab2 .nav-pills > li + li {
        margin-left: 0;
    }

    #exTab2 .nav-pills > li > a {
        background: #eee;
        border-radius: 0;
        border: 1px solid #eee;
        color: #686868;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        padding: 6px 15px;
        position: relative;
    }

    #exTab2 .nav-pills > li.active > a, #exTab2 .nav-pills > li.active > a:focus, #exTab2 .nav-pills > li.active > a:hover {
        background: #fff !important;
    }

#exTab2 .nav > li > a:focus, #exTab2 .nav > li > a:hover {
    background: #eee !important;
}

#exTab2 .nav-pills > li.active a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    margin: auto;
    height: 5px;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    left: -1px;
    right: -1px;
}

.rev-row {
    float: left;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #eee;
    background: #eee;
    margin-bottom: 6px;
    border-left: 5px solid #ffa100;
    border-radius: 2px;
}

    .rev-row div {
        float: left;
        color: #555;
        font-weight: 600;
        font-size: 14px;
    }

    .rev-row span {
        float: right;
        color: #555;
    }

#exTab2 .tab-content {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 15px;
    border: 1px solid #eee;
    margin-top: 3px;
}

.cmp-abt-data {
    margin: 0;
}

    .cmp-abt-data tr td {
        font-size: 14px;
    }

        .cmp-abt-data tr td:first-child {
            width: 25%;
        }

    .cmp-abt-data tr:first-child td {
        border-top: 0 !important;
    }

.cntrl-dtl-head {
    font-size: 17px;
    text-transform: capitalize;
    background: #eee;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
}

.cnt-body {
    float: left;
    width: 100%;
    padding: 10px;
}

    .cnt-body address {
        font-size: 14px;
        margin: 0;
        color: #333;
        line-height: 23px;
    }

    .cnt-body .table {
        font-size: 13px;
        margin: 0;
    }

        .cnt-body .table tr td {
            border-top: 0;
            padding: 3px;
        }

            .cnt-body .table tr td:nth-child(2) {
                font-weight: 600;
            }

    .cnt-body a {
        display: block;
    }

a:hover {
    text-decoration: none;
    color: #126aa6;
}

.flexing {
}

.peer-slides .stk-move li {
    background: #fff;
}

.stk-mrkt-rates .nav-pills > li {
    width: 50%;
    padding: 0 5px;
    margin: 0;
}

    .stk-mrkt-rates .nav-pills > li a {
        background: #eee;
        padding: 9px;
        border: 1px solid #ddd;
        border-radius: 2px;
        height: 94px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .stk-mrkt-rates .nav-pills > li a:hover {
            background: #e6e6e6;
        }

        .stk-mrkt-rates .nav-pills > li a h4 {
            color: #555;
            font-size: 15px;
            margin: 0;
            font-weight: 600;
            text-transform: uppercase;
        }

            .stk-mrkt-rates .nav-pills > li a h4 small {
                font-weight: 600;
            }

        .stk-mrkt-rates .nav-pills > li a h3 {
            color: #555;
            font-size: 12px;
            margin: 0;
            margin-bottom: 2px;
            font-weight: 600;
        }

            .stk-mrkt-rates .nav-pills > li a h3 span {
                margin-left: 2px;
            }

        .stk-mrkt-rates .nav-pills > li a div {
            font-weight: 600;
            margin: 4px 0;
            margin: 2px 0;
            font-size: 14px;
        }

.down {
    color: red;
}

.stk-mrkt-rates .nav-pills > li a p {
    font-size: 12px;
    color: #555;
    margin: 0;
}

.stk-mrkt-rates .nav-pills > li.active > a, .stk-mrkt-rates .nav-pills > li.active > a:focus, .stk-mrkt-rates .nav-pills > li.active > a:hover {
    background: #555;
}

.stk-mrkt-rates .nav-pills {
    margin-left: -5px;
    margin-right: -5px;
}

    .stk-mrkt-rates .nav-pills > li.active > a p {
        color: #eee;
    }

    .stk-mrkt-rates .nav-pills > li.active > a h3 {
        color: #f3f3f3;
    }

    .stk-mrkt-rates .nav-pills > li.active > a h4 {
        color: #f3f3f3;
    }

        .stk-mrkt-rates .nav-pills > li.active > a h4 small {
            color: #f3f3f3;
        }

.stk-mrkt-rates .tab-content {
    background: #fff;
    padding: 5px;
}

    .stk-mrkt-rates .tab-content .table {
        font-size: 12px;
        margin: 0;
    }

        .stk-mrkt-rates .tab-content .table tr td {
            text-align: right;
            padding: 5px;
        }

        .stk-mrkt-rates .tab-content .table tr td {
            color: #555;
        }

            .stk-mrkt-rates .tab-content .table tr td a {
                color: #555;
            }

                .stk-mrkt-rates .tab-content .table tr td a:hover {
                    color: #126aa6;
                }

        .stk-mrkt-rates .tab-content .table tr th {
            text-align: right;
            font-weight: 600;
            border-top: 0;
            padding: 5px;
        }

        .stk-mrkt-rates .tab-content .table tr td:first-child {
            text-align: left;
            width: 46%;
        }

        .stk-mrkt-rates .tab-content .table tr th:first-child {
            text-align: left;
        }

.res-w-full {
    font-weight: 600;
}

.bg-image {
    background: url('../img/stk-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 75px 0;
}

.bg-image2 {
    background-image: url('../img/sign-in.jpg');
}

.signup-content {
    margin: auto;
    width: 80%;
    padding: 30px 20px;
    background-color: rgba(255,255,255,.9);
    border-radius: 4px;
}

.form-label {
    text-transform: uppercase;
    font-size: 12px;
    color: #555;
}

    .form-label i {
        color: #d80404;
        font-size: 9px;
        vertical-align: text-top;
        margin-left: 2px;
        font-weight: normal;
    }

.sign-in-here {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
}

    .sign-in-here p {
        margin: 0;
        font-size: 14px;
    }

.filter-by {
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.main-listing {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
}

.news-img {
    float: left;
    padding-right: 20px;
}

.main-listing .news-img a img {
    display: block;
    height: 107px;
    width: 160px;
    object-fit: cover;
}

.new-content {
    float: left;
}

    .new-content .news-tag {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
    }

    .new-content .news-heading {
        color: #555;
        margin: 0;
        margin-bottom: 5px;
    }

        .new-content .news-heading:hover {
            color: #126aa6;
        }

        .new-content .news-heading h3 {
            margin: 0;
            font-size: 22px;
            margin-top: 5px;
            color: #333;
            transition: all linear 0.1s;
        }

            .new-content .news-heading h3:hover {
                color: #126aa6;
            }

    .new-content p {
        font-size: 14px;
        color: #555;
        margin-top: 5px;
    }

.breadcrumb {
    padding: 0;
    background: none;
    float: left;
    width: 100%;
}

    .breadcrumb li {
        float: left;
        font-size: 13px;
        color: #555;
        text-transform: uppercase;
    }

        .breadcrumb li a {
            color: #555;
        }

    .breadcrumb > .active {
        color: #777;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: ">";
    }

.top-row-article a {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.top-row-article .sep {
    padding: 0 6px;
    float: left;
    color: #555;
    font-size: 13px;
}

.top-row-article .article-date {
    float: left;
    text-transform: uppercase;
    color: #555;
    font-size: 14px;
    font-weight: 600;
}

.article-name {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

    .article-name h3 {
        margin: 0;
        color: #555;
        font-weight: 600;
        font-size: 27px;
    }

.article-des, .article-img {
    float: left;
    width: 100%;
}

    .article-des p {
        color: #777;
        font-size: 17px;
        margin: 0;
    }

.article-img {
    margin-top: 20px;
    margin-bottom: 15px;
}

    .article-img img {
        width: 100%;
        object-fit: contain;
        background: #000;
        height: 350px;
    }

.article-para {
    float: left;
    width: 100%;
}

    .article-para p {
        margin: 0;
        color: #555;
        margin-bottom: 20px;
        font-size: 16px;
    }

.article-tags {
    float: left;
    width: 100%;
}

    .article-tags a {
        background: #eee none repeat scroll 0 0;
        text-transform: uppercase;
        border: medium none;
        border-radius: 6px;
        color: #666666;
        font-size: 14px;
        margin-bottom: 4px;
        padding: 8px 15px !important;
        display: inline-block;
    }

        .article-tags a + a {
            margin-left: 8px;
        }

        .article-tags a:hover {
            color: #126aa6;
        }

a:focus {
    text-decoration: none;
}

.alert {
    float: left;
    width: 100%;
}

.user-drop button {
    background: none;
    border: 0;
    padding: 0 !important;
    text-transform: uppercase;
    padding-right: 10px !important;
    font-size: 12px;
    margin: 0;
    color: #eee;
}
/* caret style */
.user-drop .caret {
    position: relative;
}

.user-drop .dropdown-menu {
    top: 25px;
    right: 0;
    left: auto;
    border-radius: 0;
    border: 0;
    min-width: 140px;
    margin: 0;
}

    .user-drop .dropdown-menu li a {
        padding: 8px 20px;
        font-size: 13px;
        color: #555;
        display: block;
    }

.user-drop .dropdown.open .caret:before,
.user-drop .dropdown.open .caret:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 5px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}

.user-drop .dropdown.open .caret:before {
    bottom: -13px;
    right: -5px;
    border-bottom-color: #ccc;
}

.user-drop .dropdown.open .caret:after {
    bottom: -13px;
    right: -5px;
    border-bottom-color: #fff;
}

.user-drop .dropdown-menu li a:focus, .user-drop .dropdown-menu li a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.pdr-19 {
    padding-right: 19px;
}

.cmp-listing {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: thin solid #eee;
}

    .cmp-listing h3 {
        margin: 0;
        margin-bottom: 12px;
    }

        .cmp-listing h3 a {
            color: #555;
            font-size: 21px;
        }

            .cmp-listing h3 a:hover {
                color: #337ab7;
            }

    .cmp-listing p {
        margin: 0;
        font-size: 15px;
        color: #777;
    }

    .cmp-listing label {
        padding-right: 3px;
        font-family: arial,knowledge-regular,sans-serif;
    }

a {
    transition: all 0.2s ease 0s;
}

.ltst-news {
    padding: 15px 0;
    float: left;
    width: 100%;
    border-bottom: thin solid #eee;
}

    .ltst-news .img {
    }

        .ltst-news .img img {
            width: 100%;
        }

.content-ltst h4 {
    margin-top: 0;
    margin-bottom: 7px;
}

    .content-ltst h4 a {
        color: #555;
        font-size:22px;
    }

        .content-ltst h4 a:hover {
            color: #126aa6;
        }

.content-ltst p {
    color: #555;
}

.ltst-news-slides .slick-slide {
    text-align: left;
}

    .ltst-news-slides .slick-slide .content-ltst h4 a {
        font-size: 18px;
    }

    .ltst-news-slides .slick-slide .content-ltst p {
        font-size: 15px;
        margin-bottom: 0;
    }

.ltst-date-tags {
    float: left;
    width: 100%;
}

    .ltst-date-tags li {
        float: left;
        list-style-type: none;
        font-size: 14px !important;
        color: #666;
    }

        .ltst-date-tags li i {
            margin-right: 5px;
        }

        .ltst-date-tags li + li {
            margin-left: 10px;
        }

.e-sm-news img {
    height: 200px;
}

.cmp-listing-news-page {
    padding: 13px 0;
}

    .cmp-listing-news-page h3 {
        margin-bottom: 0;
    }

        .cmp-listing-news-page h3 a {
            font-size: 18px;
            font-weight: normal;
        }

#exTab3 ul {
    margin: 0;
    float: left;
    width: 100%;
}

#exTab3 .nav-pills li {
    width: 50%;
    float: left;
    margin: 0;
}

    #exTab3 .nav-pills li a {
        display: block;
        text-align: center;
        color: #555;
        margin: 0;
        border-radius: 0;
        padding: 8px 0;
        font-size: 17px;
        font-weight: 600;
        position: relative;
    }

#exTab3 .tab-content {
    width: 100%;
    float: left;
}

    #exTab3 .tab-content .card {
        box-shadow: none;
        border: 1px solid #d7d7d7;
    }

#exTab3 .nav-pills > li.active > a, #exTab3 .nav-pills > li.active > a:focus, #exTab3 .nav-pills > li.active > a:hover {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
}

    #exTab3 .nav-pills > li.active > a::after, #exTab3 .nav-pills > li.active > a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #fff;
    }

.dis-listing h3 {
    margin-bottom: 0;
}

    .dis-listing h3 a {
        font-size: 21px;
        color: #555;
        line-height:28px;
    }

.companyDisclosures li h3 a {
    color: #555;
    font-size:21px;
    line-height:28px;
    transition:all linear 0.1s;
}
.companyDisclosures li h3 a:hover{
    color:#126aa6;
}
.small-news-horizon img{
    float:left;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.small-news-horizon .card{
    padding:0;
    display:flex;
}
.small-news-horizon h4{
    float:left;
    margin:0;
    padding-left: 10px;
    margin-top:7px;
    padding-right: 8px;
}
.small-news-horizon h4 a{
    line-height:26px;
    font-size: 21px;
    color: #333;
    transition:all linear 0.1s;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.small-news-horizon h4 a:hover{
    color:#126aa6;
}
.col3-news, .small-news-horizon, .col2-news{
    float:left;
    width:100%;
}
.col3-news img{
    width:100%;
    height: 170px;
    object-fit: contain;
}
.col3-news h4{
    font-size: 22px;
    line-height: 27px;
}
.col3-news h4 a{
    font-weight: 600;
    color: #555;
    transition:all linear 0.1s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height:54px;
}
.col3-news h4 a:hover{
    color:#126aa6;
}
.subscribe{
    padding:20px;
    background:#e5eef5;
    text-align:center;
    margin-bottom:20px;
}
.subscribe h3{
    font-weight:600;
    color:#555;
    margin-top:0;
}
.subscribe p{
    width:600px;
    margin:auto;
    margin-bottom:15px;
    font-size: 17px;
    color: #555;
}
.subsribe-emailBox{
    width: 350px;
    margin: auto;
    display: flex;
    padding: 3px;
    background: #fff;
    border-radius: 4px;
}
.subsribe-emailBox input[type=email]{
    float:left;
    border:0;
    border-radius:0;
}
.subsribe-emailBox input[type=email]:focus{
    box-shadow:none !important;
    border:0 !important;
    outline:0 !important;
}
.other-heading{
    text-align:center;
}
.other-heading .card-heading{
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}
.other-heading .card-heading span{
    font-weight:600;
}
.col2-news img{
    float:left;
    width: 139px;
    height: 120px;
    object-fit: cover;
}
.col2-news .card{
    display:flex;
}
.col2-news h4{
    margin-top:0;
    text-align:left;
}
.col2-news .contnt h4 a{
    color: #333;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    transition:all linear 0.1s;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.col2-news .contnt{
    text-align:left;
    padding-left:10px;
    height:120px;
    overflow:hidden;
}
.col2-news .contnt p{
    color:#555;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.col2-news .contnt h4 a:hover{
    color:#126aa6;
}
.news-video-thumb{
    width:100%;
    height:150px;
    float:left;
    position:relative;
}
.news-video-thumb .img-thumb{
    width:100%;
    height:100%;
    object-fit:cover;
}
.news-video-thumb .play-thumb{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    height:70px;
}
.videos-row{
    width:100%;
    float:left;
    background:#4d4d4d;
    padding:40px 0;
}
.news-video h4{
    float:left;
    width:100%;
    margin-bottom:0;
    color:#f1f1f1;
    font-size: 21px;
}
.news-video{
    float: left;
    width: 100%;
    padding: 0px 15px;
    text-align: left;
}
.slider-videos .slick-prev, .slick-next{
    display:inline-block !important
}
.slider-videos .slick-arrow.slick-disabled{
    display:none !important
}
.slick-slide {
outline: none !important;
 height:auto;
}
.slider-videos .slick-slide{
    height:auto;
}

a:focus{
    outline:none;
}
.dt-hm{
    margin: 0;
    font-size: 15px;
    color: #777;
}
#exTab4 ul {
    margin: 0;
    float: left;
    width: 100%;
}

#exTab4 .nav-pills li {
    width: 50%;
    float: left;
    margin: 0;
}

    #exTab4 .nav-pills li a {
        display: block;
        text-align: center;
        color: #555;
        margin: 0;
        border-radius: 0;
        padding: 8px 0;
        font-size: 17px;
        font-weight: 600;
        position: relative;
    }

#exTab4 .tab-content {
    width: 100%;
    float: left;
}

    #exTab4 .tab-content .card {
        box-shadow: none;
        border: 1px solid #d7d7d7;
    }

#exTab4 .nav-pills > li.active > a, #exTab4 .nav-pills > li.active > a:focus, #exTab4 .nav-pills > li.active > a:hover {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
}

    #exTab4 .nav-pills > li.active > a::after, #exTab4 .nav-pills > li.active > a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #fff;
    }