﻿
/*Max width for zoom issue*/
.investors-landing-banner {
    max-width: 2048px;
    margin: 0 auto;
}

.email-alert-row {
    max-width: 2048px;
    margin: 0 auto;
}


.hidden {
    display: none;
}

.stock-quote-div {
    font-weight: 600 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f1;
}

.footer-link-line {
    width: 1px;
    height: 30px;
    background-color: #cecece;
    margin: auto 0px;
}

.footer-link-icon {
    padding: 0px 50px;
}

.rss-card-title {
    color: #002f6d;
    font-weight: 500;
}

.rss-view-all {
    vertical-align: -webkit-baseline-middle;
}

.rss-cart-hr {
    background-image: linear-gradient(to left, #68cae1 1%, #175187 78%, #002f6d);
    height: 1px;
}

.footer-link-img {
    height: 30px;
}

.rss-card-bg {
    background: #f4f4f4;
}

.rss-card {
    min-height: 100px;
    background: #ffffff;
}

.no-upcoming-content {
    margin: auto 0px;
}

.no-upcoming-content p {
    text-align: left;
}
/*------ contact information ----------*/
.contact-card {
    width: 33%;
    word-break: break-word;
}

.green-rect-point {
    width: 8px;
    height: 8px;
    background-color: var(--primary-green);
}

.contact-email {
    color: #1373e6;
}






.signUp-link {
    cursor: pointer;
    border-bottom: solid 1px var(--primary-green);
    color: var(--primary-green) !important;
}

.board-chairman {
    border: 1px solid #34b5d5;
    border-radius: 50%;
    padding: 4px 8px;
    color: #e6cdcd;
}

.field-validation-error {
    color: #ef0000;
    font-size: 12px;
    display: block;
}

.tag-investors {
    background: #e5e5e5;
    border-radius: 17px;
    padding: 2px 15px;
    margin-bottom: 10px;
}
/*Investors Landing Page Banner*/

.investors-landing-banner {
    height: 500px;
    margin-bottom: -20px;
}

.investors-landing-banner a {
    white-space: nowrap;
}

.investors-landing-banner .banner-menu-container-mobile {
    background-image: linear-gradient( to left, #a8e5ee 7%, #cbf0f5 29%, rgba(239, 250, 252, 0.97) 61%, #f2f2f2 101%, rgba(255, 255, 255, 0.94) 101% );
}

.investors-landing-banner .banner-menu-container-mobile {
    color: #1c5692;
}


.investors-landing-banner .banner-menu-container:before {
    content: "";
    background: url("/-/media/Feature/Investors/Home/diamond-weave-half-transparent.png");
    background-size: 125%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: .35;
}

.investors-landing-banner .navigation-menu {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.investors-landing-banner .banner-menu-container h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: var(--font-noto);
    color: #002f6d;
}

.investors-landing-banner .menu-item {
    font-size: 24px;
    color: #444444;
    padding: 0.5rem 0;
    display: block;
}

.investors-landing-banner .navigation-menu .active {
    font-size: 30px;
    font-weight: 400;
    color: var(--primary-green);
}

#navbarNavDropdown .nav-item:first-child {
    border-top: 1px solid #a8e5ee;
}

.investors-landing-banner #navbarNavDropdown .active .nav-link {
    font-size: 18px;
    font-weight: 500;
}


.investors-landing-banner .banner-image-container {
    height: 100%;
}

.investors-landing-banner .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.investors-landing-banner .banner-image-card-container {
    width: 350px;
    height: 307px;
    background-color: #ffffffb0;
    right: 100px;
    bottom: 58px;
}

.investors-landing-banner .banner-card-header {
    font-size: 24px;
    font-weight: 600;
}

.investors-landing-banner .card-text {
    font-size: 20px;
    font-weight: 600;
    color: #1c5692;
}

.investors-landing-banner .card-text-price {
    font-size: 32px;
    font-weight: 600;
    color: #1c5692;
}

.investors-landing-banner .card-text-change {
    color: var(--primary-green);
    font-weight: 600;
    font-size: 32px;
}

.investors-landing-banner .card-text-change-down {
    color: #dc3545;
    font-weight: 600;
    font-size: 35px;
}

.investors-landing-banner .up-arrow {
    vertical-align: bottom;
}

.investors-landing-banner .card-text-datetime {
    font-size: 16px;
    color: #1c5692;
}

.investors-landing-banner .navigation-menu .active {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-green);
}

#InvestmentCalculator div[data-bind="with:investmentCalculator"] .px-5 .btn-gradient-green {
    /*background: linear-gradient( 90deg,rgba(50,200,33,1) 40%,rgba(118,247,106,1) 86%);*/
    background: var(--primary-green);
    border: none;
}

#stock-history-btn.btn-gradient-green {
    /*background: linear-gradient( 90deg,rgba(50,200,33,1) 40%,rgba(118,247,106,1) 86%);*/
    background: var(--primary-green);
}

.p-xl-5 {
    padding: 1rem;
}

@media (max-width: 1536px) {
    .investors-landing-banner {
        height: 500px;
        margin-bottom: 0;
    }

    .investors-landing-banner .banner-menu-container h1 {
        font-size: 36px;
    }

    .investors-landing-banner .menu-item {
        font-size: 20px;
        padding: 0.5rem 0;
    }

    .investors-landing-banner .navigation-menu .active {
        font-size: 24px;
        font-weight: 600;
    }

    .investors-landing-banner .banner-image-card-container {
        width: 350px;
        height: 277px;
        background-color: #ffffffb0;
        right: 100px;
        bottom: 35px;
    }

    .investors-landing-banner .banner-card-header {
        font-size: 20px;
    }

    .investors-landing-banner .card-text {
        font-size: 18px;
    }

    .investors-landing-banner .card-text-price {
        font-size: 30px;
    }

    .investors-landing-banner .card-text-change {
        font-size: 30px;
    }

    .investors-landing-banner .card-text-change-down {
        font-size: 30px;
    }

    .investors-landing-banner .card-text-datetime {
        font-size: 16px;
        color: #1c5692;
    }
}

@media (max-width: 1366px) {
    .investors-landing-banner {
        height: 450px;
        margin-bottom: 0;
    }

    .investors-landing-banner .banner-menu-container h1 {
        font-size: 24px !important;
    }

    .investors-landing-banner .menu-item {
        font-size: 16px;
        padding: 0.5rem 0;
    }

    .investors-landing-banner .navigation-menu .active {
        font-size: 20px;
    }

    .investors-landing-banner .banner-image-card-container {
        width: 300px;
        height: 270px;
        background-color: #ffffffb0;
        right: 100px;
        bottom: 0;
    }

    .investors-landing-banner .banner-card-header {
        font-size: 16px;
    }

    .investors-landing-banner .card-text {
        font-size: 13px;
    }

    .investors-landing-banner .card-text-price {
        font-size: 24px;
    }

    .investors-landing-banner .card-text-change {
        font-size: 24px;
    }

    .investors-landing-banner .card-text-change-down {
        font-size: 24px;
    }

    .investors-landing-banner .card-text-datetime {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    .investors-landing-banner {
        height: 450px;
    }

    .investors-landing-banner .navigation-menu {
        width: 90%;
        margin: 0 auto;
    }

    .investors-landing-banner .menu-item {
        font-size: 20px;
        color: #444444;
        padding: 0.5rem 0;
        display: block;
    }

    .investors-landing-banner .navbar-collapse .nav-item:first-child {
        border-top: 1px solid #a8e5ee;
    }


    .investors-landing-banner .banner-menu-container h1 {
        font-size: 36px;
        font-weight: 400;
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    .investors-landing-banner .banner-image-card-container {
        width: 250px;
        height: 250px;
        background-color: #ffffffb0;
        right: 20px;
        bottom: 0
    }

    .investors-landing-banner .banner-card-header {
        font-size: 13px;
        font-weight: 600;
    }

    .investors-landing-banner .card-text {
        font-size: 12px;
        font-weight: 600;
        color: #1c5692;
    }

    .investors-landing-banner .card-text-price {
        font-size: 24px;
        font-weight: 600;
        color: #1c5692;
    }

    .investors-landing-banner .card-text-change {
        color: var(--primary-green);
        font-weight: 600;
        font-size: 24px;
    }

    .investors-landing-banner .card-text-change-down {
        color: #dc3545;
        font-weight: 600;
        font-size: 24px;
    }

    .investors-landing-banner .card-text-datetime {
        font-size: 12px;
        color: #1c5692;
    }
}

@media (max-width: 991px) {
    .investors-landing-banner {
        height: fit-content;
    }

    .investors-landing-banner .banner-image-container:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.1);
        transition: all 1s;
        -webkit-transition: all 1s;
    }

    .investors-landing-banner .banner-image-card-container {
        width: 250px;
        height: 250px;
        background-color: #ffffffb0;
        right: 20px;
        bottom: -35%;
    }

    .investors-landing-banner .banner-image-container {
        height: 300px;
    }

    .investors-landing-banner .banner-image {
        clip-path: none;
    }
}

@media (max-width: 991px) {
    .investors-landing-banner .banner-image-container {
        height: 250px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .investors-landing-banner .card-text-price,
    .investors-landing-banner .card-text-change-down {
        font-size: 22px;
    }

    .investors-landing-banner {
        margin-bottom: 15px;
    }

    .p-xl-5 {
        padding: 0;
    }
}

/*Investors Contet Page Banner*/


/* Banner Styles */
.investors-content-banner {
    height: 650px;
}

.investors-content-banner .navigation-menu {
    width: 50%;
    background: #002f6d;
    clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 0% 0%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.investors-content-banner .banner-menu-container-mobile {
    background-image: linear-gradient( to left, #a8e5ee 7%, #cbf0f5 29%, rgba(239, 250, 252, 0.97) 61%, #f2f2f2 101%, rgba(255, 255, 255, 0.94) 101% );
}

.investors-content-banner .banner-menu-container-mobile {
    color: #1c5692;
}


.quick-link-card {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.quick-link-item {
    border-right: 1px solid #b3b3b3;
}

.investors-content-banner .banner-menu-container h1 {
    font-size: 46px;
    font-weight: 600;
    font-family: var(--font-noto);
}

.investors-content-banner .menu-item {
    font-size: 24px;
    color: #ffffff;
    padding: 0.5rem 0;
    display: block;
}

.investors-content-banner .menu-item:hover,
.investors-content-banner .menu-item:active,
.investors-content-banner .menu-item:focus {
    color: #ffffff;
}



.investors-content-banner .navigation-menu .active {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-green);
}


.investors-content-banner #navbarNavDropdown .nav-item:first-child {
    border-top: 1px solid #a8e5ee;
}

.investors-content-banner #navbarNavDropdown .active .nav-link {
    font-size: 18px;
    font-weight: 500;
}

.investors-content-banner .banner-image-container {
    height: 250px;
}

.investors-content-banner .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.investors-content-banner .banner-image-card-container {
    width: 350px;
    height: 325px;
    background-color: #ffffffb0;
    right: 100px;
    bottom: 0;
}

.investors-content-banner .banner-card-header {
    font-size: 22px;
    font-weight: 600;
}

.investors-content-banner .card-text {
    font-size: 22px;
    font-weight: 600;
    color: #1c5692;
}

.investors-content-banner .card-text-price {
    font-size: 35px;
    font-weight: 600;
    color: #1c5692;
}

.investors-content-banner .card-text-change {
    color: var(--primary-green);
    font-weight: 600;
    font-size: 35px;
}

.investors-content-banner .card-text-change-down {
    color: #dc3545;
    font-weight: 600;
    font-size: 35px;
}

.investors-content-banner .up-arrow {
    vertical-align: bottom;
}

.investors-content-banner .card-text-datetime {
    font-size: 16px;
    color: #1c5692;
}

.investors-content-banner .navbar-brand {
    color: #007bff;
}

@media (max-width: 1024px) {
    .investors-content-banner {
        height: 550px;
    }

    .leadership-team-img {
        height: 350px !important;
    }

    .hide-div {
        width: 90%;
        height: 350px;
        max-width: 100%;
        padding: 15px;
    }

    .investors-content-banner .menu-item {
        font-size: 20px;
        color: #ffffff;
        padding: 0.5rem 0;
        display: block;
    }

    .navigation-menu .active {
        font-size: 24px;
        font-weight: 600;
        color: var(--primary-green);
    }

    .investors-content-banner .banner-menu-container h1 {
        font-size: 36px;
        font-weight: 400;
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    .investors-content-banner .banner-image-card-container {
        width: 250px;
        height: 250px;
        background-color: #ffffffb0;
        right: 20px;
    }



    .investors-content-banner .banner-card-header {
        font-size: 15px;
        font-weight: 600;
    }

    .investors-content-banner .card-text {
        font-size: 15px;
        font-weight: 600;
        color: #1c5692;
    }

    .investors-content-banner .card-text-price {
        font-size: 24px;
        font-weight: 600;
        color: #1c5692;
    }

    .investors-content-banner .card-text-change {
        color: var(--primary-green);
        font-weight: 600;
        font-size: 24px;
    }

    .investors-content-banner .card-text-change-down {
        color: #dc3545;
        font-weight: 600;
        font-size: 24px;
    }


    .investors-content-banner .card-text-datetime {
        font-size: 12px;
        color: #1c5692;
    }

    .hide-div {
        width: 92%;
    }
}

@media (max-width: 991px) {
    .investors-content-banner {
        height: fit-content;
    }

    .investors-content-banner .banner-image-card-container {
        width: 250px;
        height: 250px;
        background-color: #ffffffb0;
        right: 20px;
        bottom: -10%;
    }

    .investors-content-banner .banner-image {
        clip-path: none;
    }
}

@media (max-width: 608px) {
    .investors-content-banner .banner-image-card-container {
        bottom: -125px;
    }
}


/*Email Alerts Section Styles*/

.email-alert-row {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.email-alert-note {
    background-color: #cff5fa;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 5rem;
    justify-content: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.email-alert-note::before {
    content: "";
    background-image: url("/-/media/Feature/Investors/Images/banner-bg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
}

.email-alert-note h3 {
    color: #002f6d;
    font-family: var(--font-noto);
    font-weight: bold;
    z-index: 1;
}

.email-alert-note p {
    z-index: 1;
}

.btn-past-events {
    background: var(--primary-green);
    border: none;
    color: white;
    font-weight: 700;
}

.email-alert-form-container {
    padding: 0 1rem;
    color: #464646;
}

.email-alert-form-container p {
    width: 70%;
    color: #464646;
}

.form-check-label {
    font-size: medium;
}

.email-input {
    height: 50px;
    width: 100%;
    max-width: 400px;
    padding: 5px;
}

.email-security-input {
    height: 35px;
    width: 100%;
    max-width: 200px;
    padding: 5px;
}

.submit-button-container {
    width: 150px;
}

.btn-gradient-green {
    background: var(--primary-green) !important;
    color: #fff;
    border: none;
}

.btn-gradient-green:hover {
    color: #fff;
}

.btn-subscribe {
    background: var(--primary-green);
    border: none;
    color: white;
    font-weight: 700;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .email-alert-note,
    .email-alert-form-container {
        padding: 1rem;
    }

    .email-alert-form-container p {
        width: 100%;
    }

    .email-input {
        width: 75%;
    }

    .email-alert-note {
        padding: 1rem 3rem 1rem 2rem;
    }
}

@media (max-width: 991px) {
    .email-alert-row {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .email-alert-note,
    .email-alert-form-container {
        padding: 1rem;
    }

    .email-alert-row td {
        display: block;
    }

    .email-input {
        width: 100%;
    }

    .email-alert-note {
        clip-path: none;
    }
}
/*Contact Investor Relations Styles*/
.contact-investor-row {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.contact-investor-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    box-shadow: 0 3px 6px rgba(0 0 0 / 10%), 0 3px 6px rgba(0 0 0 / 10%);
}

.contact-investor-link a {
    font-size: 18px;
    color: #444444;
    font-weight: 600;
}

.contact-investor-link a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .contact-investor-link a {
        font-size: 16px;
        padding-right: 7px;
    }

    .contact-investor-row {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-investor-row .contact-investor-link {
        width: 100%;
    }
}

@media (max-width: 300px) {
    .contact-investor-link {
        width: 100% !important;
        display: block !important;
        max-width: max-content;
        flex: 1;
    }
}





/*----------------------------------------
            DESKTOP VERSION  Home 
-------------------------------------------*/
.events-landing {
    padding-left: 15px;
    margin-bottom: 4rem !important;
}


.overview {
    margin-bottom: 4rem;
}



.overview p,
.events p {
    font-size: 20px;
    color: #1f1f1f;
}

.coporate-card-container {
    width: 50%;
}

.coporate-card {
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0 0 0 / 10%), 0 3px 6px rgba(0 0 0 / 10%);
    color: #00a0c8;
    font-weight: 500;
}

.event-month {
    color: #175291;
    font-size: 15px;
    font-size: 20px;
}

.event-date {
    color: #175291;
    font-size: 35px;
    font-weight: 550;
}

.event-location {
    font-weight: 500;
}

.press-release h5 {
    font-weight: 550;
    color: #175291;
}

.press-release hr {
    background-color: #7ed0e0;
}

.press-release-date,
.press-release-updated-date {
    color: #5d5d5d;
    font-size: x-small;
}

.press-release-content {
    font-weight: 550;
}

.know-more span {
    font-weight: 500;
    color: var(--primary-green);
    font-size: 18px;
    margin-right: 8px;
    padding: 18px 0px;
}

.fast-fwd-logo {
    width: 18px;
    margin-left: 15px;
}

@media (max-width: 1024px) {
    .padded-row {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .overview-row {
        margin-top: 3rem
    }

    .padded-row {
        width: 100%;
        margin: auto;
    }

    .overview {
        margin-top: 5rem;
        text-align: justify;
    }

    .overview h1,
    .events h1 {
        font-weight: 400;
        font-size: 28px;
        margin-bottom: 0.5rem;
    }

    .overview p,
    .events p {
        font-size: smaller;
    }

    .coporate-card-container {
        width: 100%;
    }

    .event-month {
        color: #175291;
        font-size: 15px;
        font-size: 18px;
    }

    .event-date {
        color: #175291;
        font-size: 30px;
        font-weight: 550;
    }

    .event-location {
        font-weight: 500;
    }

    .press-release {
        margin-top: 10px;
    }
}

/*Cards Section*/
.sections-card-row {
    margin-bottom: 5rem;
    margin-right: 2rem;
}

.section-card {
    background-color: #e3f2fb;
    width: 85%;
    margin: 0 auto;
}

.section-card .h3 {
    font-size: 1.2rem;
    color: #444444;
    font-family: var(--font-noto);
    font-weight: 500;
    padding: .8rem 0;
    text-align: center;
}

.section-card p {
    font-size: 20px;
    color: #444444;
    padding: 0rem 1rem;
}

.section-card-image {
    width: 100%;
}

.section-card-image img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.section-card .know-more {
    justify-content: center !important;
    padding-left: 0px;
}

.section-view-all {
    background-color: #fff;
}

@media (max-width: 1024px) {
    .section-card {
        width: 100%;
        margin-top: 1rem;
    }

    .section-card .h3 {
        padding: 1rem 0;
        font-size: 18px;
    }

    .section-card p {
        font-size: 12px;
        padding: 0rem 0.5rem;
    }

    .section-card-image img {
        height: 150px;
    }
}





/*----------------------------------------
         /Section-Investors/    SEC Filings
-------------------------------------------*/





/*SFC Filing Styles*/


.sfcfilings input {
    padding: 0.3rem;
    margin: 1%;
    width: 300px;
    border-color: -internal-light-dark(rgba(204, 204, 204), rgba(224, 224, 224));
}

.sfcfilings select {
    min-width: 200px;
    padding: 0.3rem;
    margin: 1%;
    color: #444444;
    font-weight: 500;
    border-color: -internal-light-dark(rgba(204, 204, 204), rgba(224, 224, 224));
}

.inner-addon-2 {
    position: relative;
}

.right-addon .glyphicon {
    right: 0px;
}

.inner-addon-2 .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    color: #ced4da;
}

.dividend-reinvestment p {
    margin-bottom: 25px;
}

.transfer-agent h5 {
    padding-top: 35px;
}

.sfcfilings .table .thead-light th {
    background-color: #f2f2f1;
    border: none;
}

.filters {
    margin: 2rem 0;
}

.custom-pagination .page-item .page-link {
    color: #444444;
    font-weight: 550;
    border: none;
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--primary-green);
    border: none;
    color: #ffffff;
    font-weight: 650;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.custom-pagination .page-item.page-more .page-link {
    background-color: #f0f0f0;
}

@media (max-width: 1024px) {


    .table-container {
        /*max-height: 600px;*/
    }
}

@media (max-width: 991px) {

    .sfcfilings input {
        width: 100%;
    }

    .sfcfilings select {
        width: 48%;
        min-width: 100px;
    }

    .filters {
        flex-wrap: nowrap;
        margin: 1rem 0;
    }

    .table-container {
        /*max-height: 600px;*/
        border: 1px solid #f1f1f1;
    }

    .table-container table,
    .table-container thead,
    .table-container tbody,
    .table-container th,
    .table-container td,
    .table-container tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-container thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-container tr {
        border: 1px solid #ccc;
    }

    .table-container tr:nth-child(even) {
        background-color: #f7f7f7;
    }

    .table-container td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .table-container td:before {
        content: attr(data-title);
        position: absolute;
        top: 15px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
        color: #888;
    }
}

@media (max-width: 480px) {

    .col-12.p-0.dividend-reinvestment {
        padding: 0 22px !important;
    }
}
/*----------------------------------------
         /Section-Investors/    Annual Reports
-------------------------------------------*/
/*Annual Reports & Proxy Styles*/
.annual-reports h6 {
    font-weight: 600;
}

.annual-card-container {
    margin: 1rem 0;
}

.annual-card {
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0 0 0 / 10%), 0 3px 6px rgba(0 0 0 / 10%);
    color: #00a0c8;
    font-weight: 600;
}


/*----------------------------------------
            /Section-Investors/  Transfer Agent
-------------------------------------------*/


/*Transfer Agent */



/* .transfer-agent { */
/* margin: 1rem 0; */
/* } */
.transfer-agent p {
    margin: 0;
}


@media (max-width: 1024px) {
}

@media (max-width: 991px) {


    .transfer-agent {
        margin: 1rem 0;
    }

    .transfer-agent p {
        font-size: 1rem;
    }

    #DividendTable.table-container td {
        padding-bottom: 33px;
    }
}


@media (max-width:767.98px) {
    #DividendTable.table-container td {
        padding-bottom: 22px;
    }
}





/*----------------------------------------
            DESKTOP VERSION  EVENTS
-------------------------------------------*/


.padded-row {
    width: 92%;
    margin: 0 auto;
}



/* Tab Styles */

.tabs-container {
    margin-top: 100px;
}

.custom-tabs {
    border: none;
    border-bottom: solid #d5d5d5 1px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.custom-tabs .nav-link {
    border: none;
    color: #888888;
    min-width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-tabs .nav-link.active {
    position: relative;
    border: none;
    color: var(--primary-green);
    background-color: #f3f3f3;
    font-weight: 600;
    border-bottom: 3px solid var(--primary-green)
}






/*Press release styles*/
.verti-line {
    border-left: 2px solid #396091;
    padding-left: 15px;
}

.press-release {
    width: 80%;
    color: #444444;
}

.press-release-content a {
    color: #444444;
    font-weight: 550;
}



.press-release-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.press-release-date {
    font-size: 12px;
    color: #5d5d5d;
}

.press-release-description {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1d1d1d;
}

.press-release-description:hover {
    font-weight: 600;
    color: #005496;
}

@media (max-width: 991px) {


    .press-release {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .press-release {
        width: 100%;
    }
}








/*----------------------------------------
            /Section-Investors/  EVENTS
-------------------------------------------*/

/*  Header CSS */

#investors-events .nav-tabs {
    width: max-content;
}

#investors-events .nav-link {
    color: #888888;
    border: none;
}

#investors-events .nav-link.active {
    color: var(--primary-green);
    background-color: #fff;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid var(--primary-green);
}

.header-text {
    margin-bottom: 1rem;
    font-family: var(--font-noto);
    font-weight: 500;
    color: #002f6d;
    font-size: 2rem !important;
}

#investors-events td {
    color: #333333;
}

.event-info-icon {
    display: flex;
    width: max-content;
    align-items: center;
    color: #e6cdcd;
    border: none;
    border-radius: 50%;
    padding: 4px 8px;
    align-self: flex-start;
    margin-top: 4px;
}

.event-info-icon img {
    height: 20px;
}

#PastEvents td,
#UpcomingEvents td {
    vertical-align: middle;
}

/* Supporting Materials Card  */
.support-materials-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: max-content;
    width: 100%;
    background-color: #ffffff;
    font-size: smaller;
    box-shadow: 0 3px 6px 0 rgba(0 0 0 / 16%);
}

.support-materials-card span {
    color: #00a0c8;
    font-weight: 600;
}

events-card-download {
    height: 18px;
}
/*----------------------------------------
            MOBILE VERSION 
-------------------------------------------*/
@media (max-width: 768px) {
    .header-text {
        font-size: 1.3rem;
    }

    .support-materials-card {
        margin-top: 4px;
    }

    .events-details-container .support-materials-card {
        width: 100% !important;
    }

    .leadership-team {
        padding: 23px 8px 14px 23px !important;
    }

    .email-alert-note p {
        padding-right: 70px;
    }

    .nav-item .nav-link {
        /*font-size: 12px !important;*/
    }

    #investor-events-grid select {
        min-width: 85px !important;
    }

    .leadership-team-img {
        height: 285px !important;
    }
}

/* Responsive Table View For Upcoming Events */

@media only screen and (max-width: 800px) {
    #UpcomingEvents table,
    #UpcomingEvents thead,
    #UpcomingEvents tbody,
    #UpcomingEvents th,
    #UpcomingEvents td,
    #UpcomingEvents tr {
        display: block;
    }

    #UpcomingEvents thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #UpcomingEvents tr {
        border-bottom: 1px solid #ccc;
        padding: 1rem 0;
    }

    #UpcomingEvents td {
        border: none;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        padding-top: 0;
        top: 0;
        text-align: left;
    }

    #UpcomingEvents td:before {
        position: absolute;
        padding-top: 0;
        top: 0;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
    }

    #UpcomingEvents td:before {
        content: attr(data-title);
    }
}

/* Responsive Table View For Past Events */

@media only screen and (max-width: 800px) {
    #PastEvents table,
    #PastEvents thead,
    #PastEvents tbody,
    #PastEvents th,
    #PastEvents td,
    #PastEvents tr {
        display: block;
    }

    #PastEvents thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #PastEvents tr {
        border-bottom: 1px solid #ccc;
        padding: 1rem 0;
    }

    #PastEvents td {
        border: none;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        padding-top: 0;
        top: 0;
        text-align: left;
    }

    #PastEvents td:before {
        position: absolute;
        padding-top: 0;
        top: 0;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
    }

    #PastEvents td:before {
        content: attr(data-title);
    }
}

/*----------------------------------------
            /Section-Investors/  Presentations
-------------------------------------------*/

/*  Header CSS */

#investors-presentations .nav-tabs {
    width: max-content;
}

#investors-presentations .nav-link {
    color: #888888;
    border: none;
    font-size: 1.2rem;
}

#investors-presentations .nav-link.active {
    color: var(--primary-green);
    background-color: #fff;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid var(--primary-green);
}



#investors-presentations td {
    color: #333333;
}

.presentations-container {
    width: auto;
}

.event-info-icon {
    display: flex;
    width: max-content;
    align-items: center;
    color: #e6cdcd;
    border: none;
    border-radius: 50%;
    padding: 4px 8px;
}


#PresentationsTableContainer tr {
    font-size: 1rem;
}

#PresentationsTableContainer td {
    vertical-align: middle;
}

#PresentationsTableContainer tr td div {
    white-space: nowrap;
}

/* Supporting Materials Card  */
.title-card {
    display: flex;
    word-break: break-word;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: max-content;
    width: 100%;
    max-width: 600px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0 0 0 / 16%);
}

.title-card span {
    color: #00a0c8;
}

.title-card i {
    color: var(--primary-green);
    padding-right: 20px;
}

/*----------------------------------------
            MOBILE VERSION 
-------------------------------------------*/
@media (max-width: 768px) {
    .header-text {
        font-size: 1.3rem;
    }

    .title-card {
        margin-top: 4px;
        padding: 0.8rem !important;
    }

    .title-card span.pl-3 {
        padding-left: 0px !important;
    }

    .presentations-container {
        width: auto;
    }
}

@media (max-width: 360px) {
    .title-card {
        padding: 8px 12px !important;
    }

    .title-card span.pl-3 {
        padding-left: 0px !important;
    }
}

/* Responsive Table View For Upcoming Events */

@media only screen and (max-width: 800px) {
    #PresentationsTableContainer table,
    #PresentationsTableContainer thead,
    #PresentationsTableContainer tbody,
    #PresentationsTableContainer th,
    #PresentationsTableContainer td,
    #PresentationsTableContainer tr {
        display: block;
    }

    #PresentationsTableContainer thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #PresentationsTableContainer tr {
        border-bottom: 1px solid #ccc;
        padding: 1rem 0;
    }

    #PresentationsTableContainer td:first-child {
        border: none;
        position: relative;
        padding-left: 35%;
        white-space: normal;
        padding-top: 0;
        top: 0;
        text-align: left;
    }

    #PresentationsTableContainer td:before {
        position: absolute;
        padding-top: 0;
        top: 0;
        left: 6px;
        width: 30%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
    }

    #PresentationsTableContainer td:before {
        content: attr(data-title);
    }
}


/*----------------------------------------
            /Section-Investors/  Governance
-------------------------------------------*/



/* Governance Document Card */
.governance-document-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: max-content;
    width: 100%;
    max-width: 440px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0 0 0 / 16%);
}

.governance-document-card span {
    color: #00a0c8;
    font-size: 1rem;
}




/*  ------------------------------------leadership details ----------------------------------------------------------------*/

.investors-detail-img {
    position: absolute;
    left: 0px;
    height: 369px;
    width: 40%;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 100px;
}

.investors-detail-img-bg {
    position: absolute;
    right: 0px;
    bottom: -27px;
    height: 265px;
    width: 90%;
    z-index: -9;
}

.leadership-details {
    min-height: 350px;
    position: relative;
}

.hr-line-3307 {
    width: 300px;
    height: 4px;
    object-fit: contain;
    background-image: linear-gradient(to left, #68cae1 1%, #175187 78%, #002f6d);
}

.font-open-sanse {
    font-family: var(--font-opensans);
}

.title-col {
    font-weight: 600;
    background: #ececec;
}

.table-row {
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.leadership-profile {
    padding: 140px 10px 10px 110px;
}

.w-35 {
    width: 35%;
}



/*-------------------------------------------leadership team-------------------------------------------------------------*/


.leadership-team-img {
    max-width: 300px;
    height: 350px;
    object-fit: cover;
    object-position: 0% 0%;
}


.leadership-profile-card {
    /* padding: 0px 10px 50px 10px !important; */
    display: flex;
    align-items: center;
    padding: 0 43px 50px 43px !important;
    flex-direction: column;
    width: 100%;
}

.leadership-profile-card-content {
    width: 300px;
}

.leadership-profile-card .pl-4.pt-4 {
    width: 300px;
}

.leadership-profile-card-content:hover .showImg {
    display: none;
}

.leadership-profile-card-content:hover .hideImg {
    display: block;
}

.leadership-profile-card-content:hover .hide-div {
    display: block;
}

.profile-icon {
    height: 13px;
}



.image {
    position: relative;
    display: inline-block;
}

.overlay {
    display: none;
}

.image:hover .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: white;
    padding: 12px;
    font-size: 20px;
}

img {
    vertical-align: top;
}

.hideImg {
    display: none;
}

.hide-div {
    display: none;
    position: absolute;
    top: 0;
    padding: 28px;
    color: white;
    font-size: 18px;
    width: 100%;
    background: rgba(0 47 109 / 68%);
    height: 350px;
    max-width: 300px;
}

.colaps-3-line {
    max-height: 240px;
    overflow: hidden !important;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.read-more-link {
    font-size: 15px;
}

/* table */
.col-bg-gray {
    background: #f2f2f1;
    font-weight: 400;
}




.email-alert-form-container .error-email-text {
    color: #e41e1e;
}

.email-alert-form-container .green-email-text {
    color: #04b104;
}

.events-landing .events div[style="text-align: center;"] img {
    height: auto;
}

@media (max-width:1199.98px) {
    .leadership-profile-card {
        /* padding: 0 30px 50px 0;
         */
        display: flex;
        align-items: center;
        padding: 0 15px 50px 15px !important;
        flex-direction: column;
        width: 100%;
    }
}


@media (max-width:767.98px) {
    .padded-row {
        width: 100%;
    }

    .investors-detail-img-bg {
        width: 100%;
    }

    .investors-detail-img {
        margin: 0 auto;
        background-position: center;
        position: static;
        height: 150px;
    }

    .leadership-profile {
        padding: 25px 10px 10px 43px;
        text-align: center;
    }

    .leadership-profile .w-35 {
        width: 100%;
    }

    .leadership-details {
        flex-direction: column-reverse;
    }

    .leadership-details .padded-row {
        width: 100%;
    }

    .leadership-profile .hr-line-3307 {
        width: 100%;
    }



    .events-landing .events div[style="text-align: center;"] {
        flex-direction: column;
        align-items: center;
    }

    .events-landing .events div[style="text-align: center;"] img {
        width: 150px !important;
    }

    #events-container #UpcomingEvents .text-center img {
        width: 150px !important;
    }

    .no-upcoming-content p {
        text-align: center;
    }

    .events-landing {
        padding-left: 0;
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width:480px) {

    .sec-event-details .sec-filing-details .leadership-details + .w-75.m-auto.py-5 {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .investors-detail-img-bg {
        width: 500px;
    }

    .leadership-profile {
        padding: 25px 10px 10px 10px;
    }
}


/*-------------------------------------------Committee Board team-------------------------------------------------------------*/
#investors-committee .nav-link {
    color: #888888;
    border: none;
}

#investors-committee .nav-link.active {
    color: var(--primary-green);
    background-color: #fff;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid var(--primary-green);
}

.committee-member-blue {
    color: #1373e6;
}



.event-info-icon {
    display: flex;
    width: max-content;
    align-items: center;
    color: #e6cdcd;
}

/* Committee Details Card */
.committee-details-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: max-content;
    width: 100%;
    max-width: 440px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.committee-details-card span {
    color: #00a0c8;
    font-size: 1rem;
}

.committee-square-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.committee-square-container img {
    height: 20px;
    margin-right: 15px;
}

.chairman-of-the-board img {
    height: 20px;
    margin-right: 10px;
}



#CommitteeTableContainer {
    margin: 0 15px;
}


#CommitteeTableContainer img {
    height: 20px;
}
/*----------------------------------------
            MOBILE VERSION 
-------------------------------------------*/
@media (max-width: 768px) {
    .header-text {
        font-size: 1.3rem;
    }

    .title-card {
        margin-top: 4px;
        padding: 8px;
    }

    .leadership-profile-card {
        display: flex;
        align-items: center;
        padding: 0 8px 50px 8px !important;
        flex-direction: column;
        width: 100%;
    }

    .presentations-container {
        width: auto;
    }
}

@media (max-width: 360px) {
    .title-card {
        padding: 8px 12px !important;
    }
}

/* Responsive Table View For Committe Board Information */

@media only screen and (max-width: 800px) {
    #CommitteeTableContainer table,
    #CommitteeTableContainer thead,
    #CommitteeTableContainer tbody,
    #CommitteeTableContainer th,
    #CommitteeTableContainer td,
    #CommitteeTableContainer tr {
        display: block;
    }

    #CommitteeTableContainer {
        margin: 0;
    }

    #CommitteeTableContainer thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #CommitteeTableContainer tr {
        border-bottom: 1px solid #ccc;
        padding: 2rem 1rem 1rem 1rem;
    }

    #CommitteeTableContainer td {
        border: none;
        position: relative;
        padding-left: 65%;
        white-space: normal;
        padding-top: 0;
        top: 0;
        text-align: left;
        min-height: 40px;
        line-height: 1.2;
    }

    td[data-title="Nominating & Corporate Governance Committee"],
    td[data-title="Innovation and Technology Committee"] {
        min-height: 60px !important;
    }

    #CommitteeTableContainer td:before {
        position: absolute;
        padding-top: 0;
        top: 0;
        left: 6px;
        width: 60%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
    }

    #CommitteeTableContainer td:before {
        content: attr(data-title);
    }

    .committee-square-container {
        padding-top: 4px;
    }

    .event-info-icon {
        margin-left: 0 !important;
        margin-right: 0.5rem !important;
    }
}


.email-alerts-selection-grid {
    display: grid;
    grid-template-columns: repeat(3,max-content);
    grid-gap: 10px 25px;
}


@media (max-width: 767.98px) {
    .email-alerts-selection-grid {
        display: grid;
        grid-template-columns: repeat(1,max-content);
        grid-gap: 10px 25px;
    }

    .committe-board.p-5 {
        padding: 1rem !important;
    }
}


@media (max-width: 991px) {

    .links-row {
        /*margin-top: 7rem;*/
    }

    .custom-nav .nav-link {
        font-size: 14px;
        padding: 4px;
    }

    .custom-nav {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .custom-nav .nav-link.active:before,
    .custom-nav .nav-link.active:after {
        display: none;
    }
}


/*-------------------------------    media query form desktop    ---------------------------------------- */



@media (max-width: 1920px) {
    .events-card-download {
        height: 18px;
    }

    .overview p, .events p {
        font-size: 22px !important;
    }

    .tab-content p {
        font-size: 20px;
    }

    .tab-content th {
        font-size: 20px !important;
    }

    .tab-content h3 {
        font-size: 40px !important;
    }

    .email-alert-form-container p {
        font-size: 22px !important;
    }



    .email-alert-form-container label {
        font-size: 18px !important;
    }

    .annual-card div {
        font-size: 18px !important;
        font-weight: 500;
    }

    .annual-card-download {
        height: 18px;
    }

    .press-release-footer .owl-item {
        font-size: 20px !important;
    }

    .support-materials-card span {
        font-size: 12px
    }

    .support-materials-card i {
        font-size: 20px
    }

    h1 {
        font-size: 40px !important;
    }

    .table-hover img {
        height: 18px !important;
    }

    .coporate-card {
        font-size: 20px;
    }

    .event-location {
        font-size: 20px;
    }



    .press-release-content {
        font-size: 20px;
    }

    .press-release-date, .press-release-updated-date {
        color: #5d5d5d;
        font-size: small;
    }

    .email-alert-form-container {
        font-size: 18px;
    }
}


@media (max-width: 1536px) {

    .overview p, .events p {
        font-size: 24px
    }


    .tab-content p {
        font-size: 18px;
    }

    .tab-content th {
        font-size: 18px !important;
    }

    .tab-content h3 {
        font-size: 40px !important;
    }

    .email-alert-form-container p {
        font-size: 22px !important;
    }


    .email-alert-form-container label {
        font-size: 20px !important;
    }

    .annual-card div {
        font-size: 16px !important;
    }

    .press-release-footer .owl-item {
        font-size: 20px !important;
    }

    .support-materials-card span {
        font-size: 12px
    }

    .support-materials-card i {
        font-size: 20px
    }

    h1 {
        font-size: 40px !important;
    }

    .table-hover img {
        height: 18px !important;
    }

    .events-card-download {
        height: 18px;
    }

    .coporate-card {
        font-size: 20px;
    }

    .event-location {
        font-size: 20px;
    }



    .press-release-content {
        font-size: 20px;
    }

    .press-release-date, .press-release-updated-date {
        color: #5d5d5d;
        font-size: small;
    }

    .email-alert-form-container {
        font-size: 18px;
    }
}

@media (max-width: 1366px) {

    .overview p, .events p {
        font-size: 18px !important;
    }

    .tab-content p {
        font-size: 15px;
    }

    .tab-content th {
        font-size: 16px !important;
    }

    .tab-content h3 {
        font-size: 30px !important;
    }

    .email-alert-form-container p {
        font-size: 19px !important;
    }



    .email-alert-form-container label {
        font-size: 16px !important;
    }

    .annual-card div {
        font-size: 14px !important;
    }

    .press-release-footer .owl-item {
        font-size: 18px !important;
    }

    .support-materials-card span {
        font-size: 12px
    }

    .support-materials-card i {
        font-size: 18px
    }

    h1 {
        font-size: 30px !important;
    }

    .events-card-download {
        height: 16px;
    }

    .table-hover img {
        height: 16px !important;
    }

    .coporate-card {
        font-size: 18px;
    }

    .event-location {
        font-size: 18px;
    }



    .press-release-content {
        font-size: 18px;
    }

    .press-release-date, .press-release-updated-date {
        color: #5d5d5d;
        font-size: small;
    }

    .email-alert-form-container {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {

    .overview p, .events p {
        font-size: 18px !important;
    }

    .tab-content p {
        font-size: 16px;
    }

    .tab-content th {
        font-size: 16px !important;
    }

    .tab-content h3 {
        font-size: 30px !important;
    }

    .email-alert-form-container p {
        font-size: 19px !important;
    }



    .email-alert-form-container label {
        font-size: 14px !important;
    }

    .annual-card div {
        font-size: 14px !important;
    }

    .press-release-footer .owl-item {
        font-size: 18px !important;
    }

    .support-materials-card span {
        font-size: 12px
    }

    .support-materials-card i {
        font-size: 18px
    }

    h1 {
        font-size: 30px !important;
    }

    .table-hover img {
        height: 16px !important;
    }

    .events-card-download {
        height: 16px;
    }

    .coporate-card {
        font-size: 18px;
    }

    .event-location {
        font-size: 18px;
    }



    .press-release-content {
        font-size: 18px;
    }

    .press-release-date, .press-release-updated-date {
        color: #5d5d5d;
        font-size: small;
    }

    .email-alert-form-container {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {


    .overview p, .events p {
        font-size: 16px !important;
    }

    .tab-content p {
        font-size: 16px;
    }

    .tab-content th {
        font-size: 15px !important;
    }

    .tab-content h3 {
        font-size: 25px !important;
    }

    .email-alert-form-container p {
        font-size: 17px !important;
    }



    .email-alert-form-container label {
        font-size: 16px !important;
    }

    .annual-card div {
        font-size: 14px !important;
    }

    .press-release-footer .owl-item {
        font-size: 16px !important;
    }

    .support-materials-card span {
        font-size: 13px
    }

    .support-materials-card i {
        font-size: 16px
    }

    h1 {
        font-size: 25px !important;
    }

    .events-card-download {
        height: 14px;
    }

    .table-hover img {
        height: 14px !important;
    }

    .coporate-card {
        font-size: 16px;
    }

    .event-location {
        font-size: 16px;
    }



    .press-release-content {
        font-size: 16px;
    }

    .press-release-date, .press-release-updated-date {
        color: #5d5d5d;
        font-size: small;
    }

    .email-alert-form-container {
        font-size: 15px;
    }

    .leadership-profile-card {
        display: flex;
        align-items: center;
        padding: 0 5px 50px 5px !important;
        flex-direction: column;
        width: 100%;
    }

    .leadership-team-img {
        max-width: 100%;
    }

    .leadership-team-img {
        height: 350px !important;
    }

    .hide-div {
        width: 92%;
    }
}




@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .investors-detail-img {
        top: 151px;
        height: 270px;
        width: 30%;
        margin-left: 60px;
    }

    #HistoricalPriceLookup div[data-bind="with:historicalPriceLookup"] .align-items-center.px-5.py-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media(max-width: 767.98px) {

    .overview p, .events p {
        font-size: 14px !important;
    }

    .tab-content p {
        font-size: 16px;
    }

    .tab-content th {
        font-size: 15px !important;
    }

    .tab-content h3 {
        font-size: 25px !important;
    }

    .email-alert-form-container p {
        font-size: 17px !important;
    }
    /*
   .email-alert-form-container input {
        height: 16px !important;
        width: 13px !important;
    }

*/
    .email-alert-form-container label {
        font-size: 16px !important;
    }

    .annual-card div {
        font-size: 14px !important;
    }

    .press-release-footer .owl-item {
        font-size: 16px !important;
    }

    .support-materials-card span {
        font-size: 12px
    }

    .support-materials-card i {
        font-size: 16px
    }

    h1 {
        font-size: 25px !important;
    }

    .table-hover img {
        height: 14px !important;
    }

    .coporate-card {
        font-size: 16px;
    }

    .event-location {
        font-size: 16px;
    }

    .press-release-content {
        font-size: 16px;
    }

    .press-release-date, .press-release-updated-date {
        color: #5d5d5d;
        font-size: small;
    }

    .email-alert-form-container {
        font-size: 15px;
    }

    .leadership-team-img {
        height: 350px !important;
    }

    .leadership-team {
        padding: 23px 8px 14px 8px !important;
    }

    .leadership-team-img {
        max-width: 100%;
        width: 100%;
    }

    .hide-div {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 811px) {
    .leadership-profile-card {
        max-width: 33.3333%;
    }

    .leadership-team-img {
        height: 300px !important;
    }

    .hide-div {
        height: 300px;
        padding: 15px;
        width: 92%;
        max-width: 100%;
    }
}

/* Mobile Screen*/
@media (max-width: 991.98px) {
    .filters {
        justify-content: space-between;
    }
}

/*767*/
@media (max-width: 767.98px) {
    .sfcfilings .group-select {
        width: 45% !important;
    }

    .filters {
        justify-content: space-between;
    }

    .sfcfilings input {
        margin-bottom: 15px;
        font-size: 12px;
        color: #707070;
    }

    .table-container td:before {
        top: 10px;
        padding-left: 10px;
    }

    .sfcfilings .dropdown.bootstrap-select.group-select > .dropdown-toggle {
        font-size: 12px;
        padding: .5rem;
        color: #707070;
        font-weight: 600;
    }

    .sfcfilings .group-select {
        font-size: 12px;
        color: #707070;
        font-weight: 600;
    }

    #listItemPills {
        overflow-x: scroll;
        flex-wrap: nowrap !important;
    }

    .table-container {
        border: 0;
    }

    #SecTable.table-container td {
        border-bottom: 0;
    }

    #SecTable.table-container tr {
        border: 0;
    }

    #listItemPills .tag-investors {
        color: #707070;
        font-size: 10px;
        line-height: 14px;
        display: flex;
        align-items: center;
        text-align: center;
        background: #f7f7f7;
        border-radius: 16px;
        padding: 4px 15px;
        white-space: pre;
    }

    .investors-landing-banner .banner-image-container {
        position: relative;
    }

    .investors-landing-banner .banner-image-container::after {
        background: rgba(0,0,0,0.3);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .sub-page-title {
        display: none;
    }

    .sub-page-title img {
        display: none;
    }

    .investors-landing-banner .banner-image-card-container {
        width: 230px;
        height: 230px;
    }

    .column-splitter .row-splitter > .container-fluid, .component.rich-text.col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .column-splitter .row-splitter .header-text, .press-release h5 {
        text-align: center;
    }

    .overview {
        margin-top: 6rem;
    }
}





@media only screen and (max-width: 600px) {
    .section-card {
        margin: 25px auto !important;
    }

    .contact-card {
        margin: 8px 0px !important;
        width: 100%;
    }

    .sections-card-row {
        margin-right: 0px !important;
    }

    .footer-link-icon {
        padding: 0px 15px;
    }

    footer-link-img {
        height: 20px;
    }

    .email-alert-note p {
        padding-right: 37px;
        font-size: 13px;
        padding-left: 10px;
    }

    /*.investors-landing-banner .banner-image {
        -webkit-mask-image: linear-gradient(to top, #000000ab 123%, #bd000000 72%);
    }*/

    .leadership-profile-card {
        padding: 0 0px 40px 0 !important;
        display: flex;
        /* align-items: center; */

        flex-direction: column;
        width: 100%;
    }

    .email-alert-form-container label {
        font-size: 12px !important;
    }

    .sfcfilings .dropdown {
        width: 100%;
    }

    .sfcfilings .group-select {
        width: 45% !important;
    }

    .filters {
        justify-content: space-between;
    }

    .sfcfilings input {
        margin-bottom: 15px;
        font-size: 12px;
        color: #707070;
    }

    .table-container td:before {
        top: 10px;
        padding-left: 10px;
    }

    .sfcfilings .dropdown.bootstrap-select.group-select > .dropdown-toggle {
        font-size: 12px;
        padding: .5rem;
        color: #707070;
        font-weight: 600;
    }

    .sfcfilings .group-select {
        font-size: 12px;
        color: #707070;
        font-weight: 600;
    }

    #listItemPills {
        overflow-x: scroll;
        flex-wrap: nowrap !important;
    }

    .table-container {
        border: 0;
    }

    #SecTable.table-container td {
        border-bottom: 0;
    }

    #SecTable.table-container tr {
        border: 0;
    }

    #SecTable.table-container tr:nth-child(even) {
        border-bottom: 1px solid #ccc !important;
    }

    #listItemPills .tag-investors {
        color: #707070;
        font-size: 10px;
        line-height: 14px;
        display: flex;
        align-items: center;
        text-align: center;
        background: #f7f7f7;
        border-radius: 16px;
        padding: 4px 15px;
        white-space: pre;
    }

    .header-text {
        font-size: 1.5rem !important;
    }

    table {
        font-size: 12px;
    }

    .support-materials-card span {
        font-size: 12px;
    }

    .custom-tabs {
        flex-wrap: wrap;
    }

    .banner-image-container {
        display: inline-block;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }

    #GovernanceDocuments .d-block.py-4.text-center {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    #investor-sec-grid .bootstrap-select.show-tick .dropdown-menu li a {
        font-size: 12px;
        padding: .25rem 1.3rem;
    }
}

@media (max-width: 500px) {
    .investors-landing-banner .banner-image-card-container {
        width: 240px;
        height: 240px;
    }

    .investors-landing-banner .card-text-change {
        font-size: 22px;
    }

    .overview p, .events p {
        text-align: left;
    }
}


/*-------Mobile style---*/
.menu-mobile-icon {
    top: 8px;
    right: 16px;
    font-size: 24px;
    position: absolute;
    z-index: 49;
}

#afterScroll {
    position: fixed;
    top: 0;
    display: none;
    background-color: white;
    z-index: 99;
    min-height: 7vh;
    color: black;
}




.menu-mobile-icon-2 {
    color: black;
    top: 11px;
    right: 16px;
    font-size: 24px;
    position: absolute;
    z-index: 9999;
}

.invert-color {
    -webkit-filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(202deg) brightness(70%) contrast(119%); /* Safari/Chrome */
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(202deg) brightness(70%) contrast(119%)
}

.mobile-menu-bar #menuLinks {
    padding-top: 10px;
    width: 75%;
    min-height: 500px;
    position: absolute;
    display: none;
    top: 55px;
    right: 0;
    color: black;
    background: white;
    z-index: 9999;
    box-shadow: 0px 12px 7px 0px rgba(207, 207, 207, 0.85);
    -webkit-box-shadow: 0px 12px 7px 0px rgba(207, 207, 207, 0.85);
    -moz-box-shadow: 0px 12px 7px 0px rgba(207, 207, 207, 0.85);
}

#menuLinks a {
    text-decoration: none;
}

#beforeScroll {
    color: white
}

.sticky-menu {
    position: fixed;
    min-height: 52px;
    z-index: 9999;
    width: 100%;
    top: 0;
    background: white;
    color: #002f6d !important;
}

.sticky-menu-item {
    width: 75% !important;
    position: fixed !important;
    top: 45px !important;
}

.sub-page-title {
    position: absolute;
    z-index: 1;
    left: 42%;
    top: 50%;
}

#menuLinks2 a {
    text-decoration: none;
}

#closeIcon {
    display: none;
}

.active-mobile-menu {
    border-left: 2px solid var(--primary-green);
    background: #a8d5b563;
}

.menu-link-item {
    font-size: 12px;
    padding: 10px 5px 10px 25px;
    font-weight: 600;
    white-space: normal;
    border-left: 2px solid var(--primary-green);
    background: #a8d5b563;
    color: #444444;
}

.menu-link-item.collapsed {
    border-left: 0px solid var(--primary-green);
    background: #fff;
}

.menu-link-sub-item {
    font-size: 12px;
    white-space: normal;
    color: black;
    padding: 10px 5px 10px 60px;
}

.menu-link-item img {
    height: 24px;
}

.mobile-menu-title {
    top: 0px;
    left: 16px;
    font-size: 18px;
    line-height: 34px;
    position: absolute;
    z-index: 999;
    font-family: var(--font-noto);
}

.sub-page-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 46%;
    color: white;
    z-index: 1;
}

.stripped {
    font-size: 12px;
}

.stripped a {
    color: #00a0c8;
}

div.stripped .tr-row:nth-of-type(even) {
    background-color: #f5f5f5;
}

div.stripped .tr-row:nth-of-type(odd) {
    background-color: rgb(255, 255, 255);
}

.card-shadow {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.know-more {
    justify-content: left !important;
    padding-left: 44px;
}

.know-more:hover {
    text-decoration: none;
}


.Section-SecFiling label {
    margin-right: 30px;
}

.Section-SecFiling label input {
    margin-right: 8px;
}

@media (max-width:480px) {
    .investors-landing-banner .sub-page-title {
        width: 100%;
        text-align: center;
    }
}
/*Investment calculator*/

@media (max-width:767.98px) {
    #investment-table table, #investment-table thead, #investment-table tbody, #investment-table th, #investment-table tr {
        display: block;
    }

    #invest-unit {
        min-width: 110px;
    }

    .mobile-menu-bar #menuLinks {
        text-transform: capitalize;
    }

    .mobile-menu-title span {
        text-transform: capitalize;
    }

    #investment-table td {
        width: 50%;
        float: left;
        border-right: solid 1px #dee2e6;
    }

    #InvestmentCalculator .p-5 {
        padding: 1rem !important;
    }

    #InvestmentCalculator tr:last-child td:nth-child(3) {
        border-bottom: solid 1px #dee2e6;
    }

    #InvestmentCalculator tr:last-child td:last-child {
        border-bottom: solid 1px #dee2e6;
    }

    #InvestmentCalculator div[data-bind="with:investmentCalculator"] .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        justify-content: space-between !important;
    }

    #InvestmentCalculator div[data-bind="with:investmentCalculator"] .px-5 .pr-2.font-weight-bold {
        flex-basis: 100%;
    }

    #InvestmentCalculator div[data-bind="with:investmentCalculator"] .px-5 .pr-4.py-2 {
        flex: auto;
        padding-right: .5rem !important;
    }

    #InvestmentCalculator div[data-bind="with:investmentCalculator"] .px-5 .pr-4.py-2 .form-control.px-4 {
        padding-left: .5rem !important;
        padding-right: 1rem !important;
    }

    #InvestmentCalculator div[data-bind="with:investmentCalculator"] .px-5 .pr-4.font-weight-bold {
        flex-basis: 100%;
    }

    #InvestmentCalculator div[data-bind="with:investmentCalculator"] .px-5 .pr-4.py-2.pl-4 {
        padding-left: 0 !important;
        flex: auto;
    }

    #InvestmentCalculator div[data-bind="with:investmentCalculator"] .px-5 .pr-4.py-2.pl-4 .invest-amount-input {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        min-width: 140px;
    }

    .stock-calculator-btn-wrap {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    .w-xs-100 {
        width: 100% !important;
    }

    .leadership-profile-card-content {
        max-width: 100%;
    }

    .leadership-profile-card .pl-4.pt-4 {
        width: 100%;
    }

    .leadership-team-img {
        height: 380px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .investors-tabs-menu .tab-content .row.p-md-5 {
        padding: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #InvestmentCalculator div[data-bind="with:investmentCalculator"] .px-5 .pr-4.py-2.pl-4 {
        flex: 0 0 25%
    }
}
/*historical price lookup*/

@media (max-width:767.98px) {


    #stock-history table, #stock-history thead, #stock-history tbody, #stock-history th, #stock-history tr {
        display: block;
    }

    #stock-history table .thead-light tr {
        display: none;
    }

    #stock-history tbody[data-bind="foreach: historyTable"] td {
        border: none;
        border-bottom: 0;
        position: relative;
        padding-left: 55%;
        white-space: normal;
        text-align: left;
        display: block;
    }

    #stock-history tbody[data-bind="foreach: historyTable"] td:before {
        content: attr(data-title);
    }

    #stock-history tbody[data-bind="foreach: historyTable"] td:before {
        position: absolute;
        top: 12px;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #888;
    }

    #investors-tabs div[data-bind="with:historicalPriceLookup"] > .row.p-5 {
        padding: 1rem !important;
    }

    #HistoricalPriceLookup div[data-bind="with:historicalPriceLookup"] .px-5 {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        justify-content: space-between;
    }

    #HistoricalPriceLookup div[data-bind="with:historicalPriceLookup"] .pr-2.font-weight-bold {
        flex-basis: 100%;
    }

    #HistoricalPriceLookup div[data-bind="with:historicalPriceLookup"] .px-5 .pr-4.py-2 {
        flex: auto;
        padding-right: .5rem !important;
    }

    .stock-history-btn-wrap {
        display: flex;
        justify-content: flex-end;
    }

    #HistoricalPriceLookup div[data-bind="with:historicalPriceLookup"] .px-5 .pr-4.py-2 .form-control.px-4 {
        padding-left: .5rem !important;
        padding-right: 1rem !important;
    }

    #stock-history .table.table-hover tr:nth-child(even) {
        background-color: #f7f7f7;
        border-bottom: 1px solid #ccc;
    }

    #HistoricalPriceLookup div[data-bind="with:historicalPriceLookup"] .row.p-5 .col-12 {
        padding: 0;
    }

    .email-alert-row .pl-5 {
        padding-left: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #HistoricalPriceLookup div[data-bind="with:historicalPriceLookup"] .row.p-5 {
        padding: 1rem !important;
    }

    #StockQuoteAndChart .header-text {
        margin-top: 0;
    }
}
/*stock quote*/

@media (max-width:767.98px) {
    #StockQuoteAndChart .header-text {
        margin-top: 0rem;
    }

    .stock-quote-div div {
        border-right: solid 1px #dee2e6;
    }

    .stock-quote-div div:last-child {
        border-bottom: solid 1px #dee2e6;
    }
}
/*contact information*/
@media (min-width: 992px) and (max-width: 1024px) {
    .contact-info-card-wrap .contact-card {
        width: 45%;
    }

    .contact-info-card-wrap .contact-card.mx-5 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .contact-info-card-wrap .contact-card.p-5 {
        padding: 2rem !important;
    }

    .contact-info-card-wrap .primary-blue-text.pl-lg-5 {
        padding-left: 1rem !important;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-info-card-wrap .contact-card {
        width: 45%;
    }

    .contact-info-card-wrap .contact-card.mx-5 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .contact-info-card-wrap .contact-card.p-5 {
        padding: 2rem !important;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-info-card-wrap .contact-card {
        width: 47%;
    }

    .contact-info-card-wrap .contact-card.mx-5 {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .contact-info-card-wrap .contact-card.p-5 {
        padding: 2rem !important;
    }
}



/*INVESTORS SKELTON LOADER*/
.investors-skelton {
    /*display: none;*/
    width: 100%;
    max-width: 300px;
    margin-bottom: 2.5rem;
}

.investors-skelton .template-container {
    padding: 0;
    border: none;
}

.investors-skelton .investors-loader-image {
    height: 200px;
    border: 1px solid #e5e6e9;
    background: linear-gradient(to right, #f2f2f1 4%, #d5d5d5 40%, #f2f2f1 100%);
    animation-name: animate-template;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.investors-skelton .one,
.investors-skelton .three,
.investors-skelton .two,
.investors-skelton .four {
    position: relative;
    background-color: #CCC;
    height: 6px;
    animation-name: animate-template;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
}



@keyframes animate-template {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.investors-skelton .one {
    left: 0px;
    top: 20px;
    width: 15%;
}

.investors-skelton .two {
    left: 0px;
    top: 30px;
    width: 80%;
}

.investors-skelton .three {
    left: 0px;
    top: 40px;
    width: 90%;
}

.investors-skelton .four {
    left: 0px;
    top: 50px;
    width: 50%;
}

.committee-skeleton-container .investors-skelton .investors-loader-image {
    height: 50px;
}

.committee-skeleton-container.w-100 {
    margin: 0 15px;
}

.committee-skeleton-container.w-100 .investors-skelton {
    max-width: 100%;
}

.committee-skeleton-container .investors-skelton .one,
.committee-skeleton-container .investors-skelton .three,
.committee-skeleton-container .investors-skelton .two,
.committee-skeleton-container .investors-skelton .four {
    margin: 15px 0;
    position: static;
}


.investor-events-skeleton-container .investors-skelton .investors-loader-image {
    height: 50px;
}

.investor-events-skeleton-container.w-100 {
    margin: 0 15px;
}

.investor-events-skeleton-container.w-100 .investors-skelton {
    max-width: 100%;
}

.investor-events-skeleton-container .investors-skelton .one,
.investor-events-skeleton-container .investors-skelton .three,
.investor-events-skeleton-container .investors-skelton .two,
.investor-events-skeleton-container .investors-skelton .four {
    margin: 15px 0;
    position: static;
}


/*investors-subscription-alert unsubscribe*/
.investors-subscription-alert {
    margin-bottom: 45px;
}

.investors-subscription-alert img {
    padding: 0px 120px;
}

.investors-subscription-btn {
    color: #fff;
    background-color: #28a745 !important;
    border-color: #28a745;
    background-image: none !important;
}

.investors-subscription-alert-content h3 {
    font-size: 30px;
    color: #888888;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .investors-subscription-alert-content h3 {
        font-size: 25px;
    }

    .investors-subscription-alert img {
        padding: 0px 10px;
    }
}




/*SecFilings*/

.secFilings-searchDiv {
    display: flex;
    align-items: center;
    margin: 0 2% 0 0;
}

.secFilings-searchDiv .search-by {
    height: 36px;
    border-radius: 0.25rem;
    border: 1px solid #767676;
    padding-right: 30px;
}

.secFilings-searchDiv .fas.fa-search {
    margin-left: -28px;
    font-size: 16px;
    color: #707070;
}

.sfcfilings input {
    outline: none !important;
}

.sfcfilings select {
    outline: none !important;
}

.dropdown.bootstrap-select.group-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1%;
}

.dropdown.bootstrap-select.group-select > .dropdown-toggle {
    padding: .3rem;
    background-color: white;
    border: 1px solid rgb(118,118,118);
    outline: none;
    padding-right: 8px;
}

.dropdown.bootstrap-select.group-select > .dropdown-toggle::after {
    position: absolute;
    right: 4px;
    top: 15px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 7px;
    top: 5px;
}

.dropdown.bootstrap-select.group-select > .dropdown-toggle:active,
.dropdown.bootstrap-select.group-select > .dropdown-toggle:hover,
.dropdown.bootstrap-select.group-select > .dropdown-toggle:focus {
    background-color: white;
    border: 1px solid rgb(118,118,118);
    outline: none !important;
    box-shadow: none;
}


.dropdown.bootstrap-select.group-select.show .dropdown-menu.show {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.sec-filing-details {
}

.sec-filing-details .sec-heading {
    color: #002f6d;
    text-align: center;
    font-family: var(--font-noto);
    font-size: 30px;
    padding-bottom: 1.5rem;
}

.document-details {
    background-color: #f7f7f7;
    padding: 2rem;
    margin-top: 0;
}

.document-heading {
    color: #002f6d;
    font-family: var(--font-noto);
    font-size: 25px;
    padding-bottom: 1rem;
}

.filing-formats {
    padding: 2rem 0;
}

.view-filing-formats {
    padding-top: 1rem;
}

.document-details-grid {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 15px 40px;
    color: #444444;
}

.details-type {
    font-weight: 600;
    font-size: 18px;
}

.details-data {
    font-size: 18px;
}

.view-html, .down-pdf, .down-doc, .down-xls {
    background-color: #f3f6f9;
    padding: 1rem;
    border-radius: 3px;
    min-width: 200px;
}

span.action-text {
    color: #175291;
    font-weight: 600;
    padding-right: 30px;
}

span.file-icon {
    margin-right: 5px;
}

.action-icon {
    height: 18px;
}

.cursor-pointer {
    cursor: pointer;
}

.sec-documents-grid {
    display: grid;
    row-gap: 1rem;
    column-gap: 2rem;
    grid-template-columns: repeat(8, 1fr);
    justify-content: space-between;
    grid-auto-rows: 1fr;
}

.sec-documents-column {
    grid-column: span 2;
    width: 280px;
    margin: 0 auto;
    justify-content: center;
}

.sec-documents-column:nth-last-child(1):nth-child(odd) {
    grid-column: 2 / span 2;
}

.sec-documents-resources-card {
    background-color: #f3f6f9;
    border: none !important;
}

.sec-documents-res-link {
    color: #002f6d;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}

.sec-documents-res-link:hover {
    cursor: pointer;
}

.sec-documents-resources-card .action-text {
    font-size: 18px;
    font-weight: 600;
    color: #002f6d;
    font-size: 18px;
    margin-left: 12px;
    width: 100%;
}


.sec-documents-resources-card .action-text:hover {
    text-decoration: none;
    color: #002f6d;
}

.sec-documents-res-link .file-icon {
    width: 42px;
    height: 32px;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.sec-documents-res-link .action-icon img {
    width: 100%;
    height: 100%;
}

.sec-documents-res-link .action-icon {
    width: 30px;
    height: 20px;
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.sec-documents-res-link .file-icon img {
    object-fit: contain;
}

@media(max-width: 1536px) {

    .sec-documents-resources-card .action-text {
        font-size: 16px;
    }

    .sec-documents-grid {
        grid-template-columns: repeat(8,1fr);
    }
    /* .sec-documents-column:nth-last-child(1) {
            grid-column: 3 / span 2;
        } */

    .details-type {
        font-size: 16px;
    }

    .details-data {
        font-size: 16px;
    }
}

@media(max-width: 1199.98px) {

    .sec-documents-grid {
        grid-template-columns: repeat(6,1fr);
    }

    .sec-filing-details .sec-heading {
        font-size: 26px;
    }

    .document-heading {
        font-size: 22px;
    }
}

@media(max-width: 991.98px) {

    .sec-documents-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .sec-documents-resources-card .action-text {
        font-size: 14px;
    }

    .secFilings-searchDiv {
        width: 100%;
        margin-bottom: 4px;
    }
}

@media(max-width: 767.98px) {

    .sec-documents-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .sec-documents-column:nth-last-child(1):nth-child(odd) {
        grid-column: span 2;
    }

    .sec-documents-column {
        grid-column: span 2;
        width: 260px;
        margin: 0 auto;
        justify-content: center;
    }

    .sec-filing-details .sec-heading {
        padding-bottom: 1rem;
        text-align: center;
        font-size: 24px;
    }

    .document-details {
        padding: 1rem 1rem 1.5rem;
        margin-top: 0;
    }

    .document-heading {
        padding-bottom: 0.5rem;
        text-align: center;
        font-size: 20px;
    }

    .details-type {
        font-weight: 600;
        padding-bottom: 4px;
        padding-top: 12px;
        font-size: 16px;
    }

    .details-data {
        font-size: 14px;
    }

    .document-details-grid {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .secFilings-searchDiv {
        width: 100%;
        margin-bottom: 15px;
    }

    .secFilings-searchDiv input.search-by {
        margin-bottom: 0;
    }

    .secFilings-searchDiv .fas.fa-search {
        font-size: 14px;
        margin-top: 2px;
    }
}

.filings-go-back {
    margin-top: 0;
    padding: 20px 0px;
    color: #00a0c8;
    cursor: pointer;
}

.filings-go-back:hover {
    color: #00a0c8;
    text-decoration: underline;
}

.filings-go-back .fas.fa-arrow-left {
    margin-right: 4px;
}



/* Committee board */

.read-more-link {
    cursor: pointer;
}

.filings-go-back {
    margin-top: 0;
    padding: 20px 0px;
    color: #00a0c8;
    cursor: pointer;
}

.filings-go-back:hover {
    color: #00a0c8;
    text-decoration: underline;
}

.filings-go-back .fas.fa-arrow-left {
    margin-right: 4px;
}


/*investor-directors*/

.read-more-link {
    cursor: pointer;
}

.filings-go-back {
    margin-top: 0;
    padding: 20px 0px;
    color: #00a0c8;
    cursor: pointer;
}

.filings-go-back:hover {
    color: #00a0c8;
    text-decoration: underline;
}

.filings-go-back .fas.fa-arrow-left {
    margin-right: 4px;
}


/*leadership*/

.filings-go-back {
    margin-top: 0;
    padding: 20px 0px;
    color: #00a0c8;
    cursor: pointer;
}

.filings-go-back:hover {
    color: #00a0c8;
    text-decoration: underline;
}

.filings-go-back .fas.fa-arrow-left {
    margin-right: 4px;
}


/*Investors events*/


.cursor-pointer {
    cursor: pointer;
}

.events-black-strip {
    height: 1px;
    width: 100%;
    margin: 1.5rem 0;
    background-color: #707070;
}

.events-register {
    font-size: 16px;
    color: #444444;
    margin-right: 10%;
    display: flex;
    align-items: center;
}

.events-webcast-button {
    min-width: 150px;
}

.events-register-button {
    font-size: 16px;
    background: var(--primary-green);
    border: none;
    color: white;
    font-weight: 600;
    margin: 0 auto;
}

.events-title h6 {
    color: #002f6d;
    text-align: center;
    font-family: var(--font-noto);
    font-size: 25px;
    margin: 1.5rem auto 2rem;
}

.events-calendar {
    width: 50%;
}

.events-date,
.events-time {
    display: flex;
    align-items: center;
    color: #444444;
}

.events-date i,
.events-time i {
    font-size: 20px;
    width: 20px;
}

.events-date p,
.events-time p {
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 16px;
}

.events-description {
    font-size: 18px;
    color: #444444;
    margin: 1rem 0 0.5rem;
}

@media (max-width: 1119.98px) {
    .events-description {
        font-size: 16px;
    }
}

@media (max-width: 1119.98px) {
    .events-calendar {
        width: 75%;
    }
}

@media(max-width: 991.98px) {

    .events-webcast-button {
        min-width: 128px;
    }

    .events-register-button {
        font-size: 14px;
    }

    .events-register {
        margin-right: 20px;
        margin-bottom: 0rem;
        font-size: 14px;
    }

    .events-title h6 {
        font-size: 22px;
        margin-top: 1rem;
    }

    .events-calendar {
        width: 100%;
    }

    .events-date i,
    .events-time i {
        font-size: 18px;
    }

    .events-date p,
    .events-time p {
        font-size: 14px;
    }

    .events-description {
        font-size: 14px;
        margin-bottom: 1rem;
    }

    .noEvents img {
        height: auto;
    }
}

@media (max-width: 767.98px) {

    .events-register {
        margin-right: 20px;
        margin-bottom: 0rem;
        font-size: 14px;
        text-align: center;
        margin-bottom: 8px;
    }

    .noEvents img {
        height: auto;
    }
}

/* Start of SEC Filings Details */


.filings-go-back {
    margin-top: 0;
    padding: 20px 0px;
    color: #00a0c8;
    cursor: pointer;
}

.filings-go-back:hover {
    color: #00a0c8;
    text-decoration: underline;
}

.filings-go-back .fas.fa-arrow-left {
    margin-right: 4px;
}

.sec-documents-resources-card {
    background-color: #f3f6f9;
    border: none !important;
}

.sec-documents-res-link {
    color: #002f6d;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
}

.sec-documents-res-link .file-icon {
    width: 42px;
    height: 32px;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.sec-documents-res-link .file-icon img {
    object-fit: contain;
}

.sec-documents-resources-card .action-text {
    font-weight: 600;
    color: #002f6d;
    font-size: 18px;
    margin-left: 12px;
    width: 100%;
}

.sec-documents-res-link .action-icon {
    width: 30px;
    height: 20px;
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.sec-documents-res-link .action-icon img {
    width: 100%;
    height: 100%;
}

/*Updates on SEC Filings CSS*/

.events-details-container .support-materials-card {
    justify-content: space-between;
    width: 50%;
}

.events-details-container .sec-documents-resources-card .action-text {
    font-size: 16px;
}

@media (max-width: 1119.98px) {
    .events-details-container .support-materials-card {
        width: 75%;
    }
}

@media (max-width: 991.98px) {
    .events-details-container .support-materials-card {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .events-details-container .sec-documents-resources-card .action-text {
        font-size: 14px;
    }

    .events-details-container .sec-documents-res-link .file-icon {
        width: 34px;
        height: 28px;
    }

    .events-details-container .sec-documents-res-link .file-icon img {
        object-fit: cover;
        width: 100%;
    }

    .events-details-container .sec-documents-resources-card .action-text {
        margin-left: 8px;
        margin-right: 12px;
    }

    .events-details-container .sec-documents-res-link .action-icon {
        width: 26px;
        height: 16px;
    }
}

@media (max-width: 767.98px) {
    #investor-events-grid .support-materials-card img {
        max-width: 25px;
    }
}


/* End of SEC Filings Details */

/*Press Releases*/


.cursor-pointer {
    cursor: pointer;
}

.pressReleases-searchDiv {
    display: flex;
    align-items: center;
    margin: 0 1% 0 0;
}

.pressReleases-searchDiv .search-by {
    height: 36px;
    padding-right: 30px;
}

.pressReleases-searchDiv .fas.fa-search {
    margin-left: -28px;
    font-size: 16px;
    color: #707070;
}

.press-release-header,
.press-release-title {
    color: #002f6d;
    text-align: center;
    font-family: var(--font-noto);
    font-size: 30px;
}

.press-release-title {
    font-size: 25px;
}

.press-releases .filters {
    margin: 1rem 0;
}

.press-releases .search-by {
    margin-left: 0;
}

.press-releases select {
    outline: none !important;
}

.news-go-back {
    margin-top: 0;
    padding: 20px 0px;
    color: #00a0c8;
    cursor: pointer;
}

.news-go-back:hover {
    color: #00a0c8;
    text-decoration: underline;
}

.news-go-back .fas.fa-arrow-left {
    margin-right: 4px;
}

.news-details-html {
    padding-top: 1rem;
}

.news-details-html a,
.news-details-html a:hover,
.news-details-html a:active,
.news-details-html a:focus {
    color: #00a0c8;
}

.news-contact-html {
    padding: 1rem 0 2rem;
}

.news-contact-html,
.news-contact-html p,
.news-details-html,
.news-details-html p {
    font-size: 16px;
    color: #444444;
}

.news-print {
    color: #444444;
    font-size: 16px;
    display: flex;
}

.news-print:active,
.news-print:focus,
.news-print:hover {
    text-decoration: underline;
}

@media(max-width: 1199.98px) {
    .press-release-header {
        font-size: 28px;
    }

    .press-release-title {
        font-size: 22px;
    }
}

@media(max-width: 991.98px) {
    .sfcfilings .press-releases select {
        margin-left: 0;
    }

    .pressReleases-searchDiv {
        min-width: 320px;
    }
}

@media(max-width: 767.98px) {

    .press-release-header {
        font-size: 25px;
    }

    .press-release-title {
        font-size: 20px;
    }

    .news-contact-html,
    .news-contact-html p,
    .news-details-html,
    .news-details-html p {
        font-size: 14px;
        color: #444444;
    }

    .news-print {
        font-size: 14px;
    }

    .pressReleases-searchDiv {
        width: 100%;
        margin-bottom: 15px;
        min-width: 120px;
    }

    .pressReleases-searchDiv input.search-by {
        margin-bottom: 0;
    }

    .pressReleases-searchDiv .fas.fa-search {
        font-size: 14px;
        margin-top: 2px;
    }
}


/*Stock Quote*/

.control-section .dropup:hover > .dropdown-menu {
    display: block;
    margin-bottom: 0px;
}

.control-section .range-seperator {
    height: 20px;
    margin-right: 8px;
    margin-left: 5px;
    width: 1px;
    background: #ccc;
}

.control-section .dropup .dropdown-toggle::after {
    border: 0;
}

.control-section .dropdown-toggle::after {
    margin-left: 0;
}

.control-section .dropdown-menu:empty {
    display: none !important;
}

.control-section .e-toolbar-items .e-toolbar-left .e-toolbar-item {
    display: none;
}

.control-section .e-toolbar-items .e-toolbar-left .e-toolbar-item:nth-child(1) {
    display: inline-flex;
}

.control-section .e-toolbar-items .e-toolbar-left .e-toolbar-item:nth-child(2) {
    display: inline-flex;
}

.control-section .e-toolbar-items .e-toolbar-left .e-toolbar-item:nth-child(3) {
    display: inline-flex;
}

.control-section .e-toolbar-items .e-toolbar-right .e-toolbar-item:nth-child(1) {
    display: none;
}

.control-section .e-toolbar-items .e-toolbar-right .e-toolbar-item:nth-child(2) {
    display: none;
}

.stock-quote-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.stock-quote-div div {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.interval-dropdown.active {
    background: #00a0c8;
    color: #fff;
    padding: 0px 3px;
}

.dropup .dropdown-item.active {
    background: #00a0c8;
}

@media(max-width:991px) {
    .stock-quote-div {
        grid-template-columns: 1fr 1fr;
    }
}

.sfcfilings .dropdown.bootstrap-select.show-tick.group-select > select {
    left: 0 !important;
}



.custom-pagination span {
    cursor: pointer;
}


@media print {
    #beforeScroll {
        display: none !important;
    }
}
