/* ===================== // INVESTORS PAGE CSS START // ===================== */
.investors-section {
    position: relative;
    padding: 200px 0 100px;
}
.investors-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 740px;
    height: 940px;
    background-image: url(../video/animation-jotrol.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    z-index: -1;
}
.investors-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px 80px;
}
.investors-left-col {
    width: 20.875%;
    margin-right: 5.5%;
    position: sticky;
    top: 20px;
}
.investors-left-info ul {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
}
.investors-left-info ul li {
    color: #01081D;
    font-size: 22px;
    font-family: "aktiv-grotesk-condensed";
    font-style: normal;
    font-weight: 400;
}
.investors-left-info ul li a {
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 10px;
    display: block;
    color: #01081D;
}
.investors-left-info ul li:last-child a {
    border-bottom: 0px;
}
.investors-left-info ul li a:hover, .investors-left-info ul li.active a {
    background: #155277;
    color: #fff;
}
.investors-right-col {
    width: 73.625%;
}
.banner.pipeline-banner-section.overview-section {
    padding: 0px 0px 80px;
}
.banner.pipeline-banner-section.overview-section::before {
    display: none;
}
.section {
    padding-bottom: 50px;
}
.overview-wrapper {
    align-items: center;
    justify-content: space-between;
}
.overview-left-info h1 {
    padding-bottom: 25px;
    line-height: 40px;
    letter-spacing: -1.5px;
    color: #01081D;
    font-size: 40px;
    margin: 0;
}
.overview-left-info ul {
    list-style-type: disc;
    padding-left: 30px;
}
.overview-left-info ul li {
    font-size: 22px;
    font-family: "aktiv-grotesk-condensed";
    font-style: normal;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
}
.overview-img-holder img {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.section-wrap .section-heading {
    background: #11a79c;
    padding: 20px 15px;
    text-align: left;
    color: #fff;
}
.section-wrap .section-heading h2 {
    font-size: 21px;
    text-transform: capitalize;
    color: #fff;
}
.stock-section .card {
    height: 100%;
}
div#overview-stock {
    padding: 20px 0 0;
    font-size: 18px;
    font-family: "aktiv-grotesk-condensed";
    font-style: normal;
    font-weight: 400;
}
.b2iQuoteHeader.LastPrice {
    margin-bottom: 11px;
}
.email-signup-section div#b2iEmailSignUp {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.email-signup-section .b2iEmailSignupRow {
    width: 50%;
    padding: 0px 15px;
}
.email-signup-section #EmailDiv .b2iEmailSignupRow label.b2iFormLabel {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #01081D;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 5px 0px;
    padding: 0;
    line-height: 1;
}
.email-signup-section #EmailDiv .b2iEmailInput {
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #6FD1F4;
    height: 45px;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    color: #01081D;
    outline: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
}
.b2iFormRow .b2iEmailListName {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 15px 0px;
    padding: 0;
    line-height: 1;
    font-size: 17px;
    column-gap: 2px;
}
.b2iFormRow .b2iEmailListName input[type="checkbox"] {
    position: relative;
    border: 1px solid #145277;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 22px !important;
    width: 22px !important;
    -webkit-appearance: none;
    opacity: 1;
    margin-right: 4px;
    line-height: 0;
}
.b2iFormRow .b2iEmailListName input[type="checkbox"]::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 49%;
    width: 5px;
    height: 12px;
    border: solid #145277;
    border-width: 0 2px 2px 0;
    margin: -1px 0px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}
.b2iFormRow .b2iEmailListName input[type="checkbox"]:checked::before {
    opacity: 1;
}
#SecEmailOptions {
    font-size: 90% !important;
}
#SecEmailOptions a {
    text-decoration: underline;
    color: #11a79c;
}
#SecEmailOptions a:hover {
    text-decoration: none;
    color: #155277;
}
div#b2iEmailAlertSubListContainer {
    display: inline-flex;
    margin-left: 5px;
    gap: 10px 10px;
}
#b2iEmailList .b2iEmailAlertRow {
    padding: 0 !important;
}
#b2iEmailListSave input.b2ibutton {
    background: rgb(47, 155, 218);
    background: linear-gradient(74deg, rgba(20, 82, 119, 1) 52%, rgba(17, 167, 157, 1) 100%);
    font-size: 20px !important;
    color: #FFFFFF !important;
    letter-spacing: 0;
    line-height: 1;
    padding: 10px 30px;
    min-height: 54px;
    font-family: "aktiv-grotesk-condensed";
    font-weight: normal;
    height: auto !important;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
#b2iEmailUnsubDiv {
    padding-top: 25px;
    padding-bottom: 20px;
}
.b2iUnsubscribe {
    margin-right: 10px;
    font-size: 22px;
}
.b2ibutton.b2iSecondaryButton {
    background: #d5d5d5;
    font-size: 20px;
    font-family: "aktiv-grotesk-condensed";
}
.investors-contact-section .card-body {
    font-size: 22px;
}
.investors-contact-section .card-body a {
    color: #11a79c;
    display: block;
}
.investors-contact-section .card {
    height: 100%;
}
.stock-video-wrap iframe {
    width: 100%;
    height: 280px;
    border: 0;
}
.section-wrap .card {
    height: 100%;
}
.b2iLibraryItemLink {
    font-size: 21px;
    font-family: "aktiv-grotesk-condensed";
    font-weight: bold;
    color: #11a79c;
}
.b2iPlugInHeadLineTable td {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 22px;
}
.b2iHeadLinesHeadlineCell.b2iPlugInHeadLinesHeadlineCell {
    font-family: "aktiv-grotesk-condensed";
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfd1d1;
    padding-top: 5px;
}
.b2iLibraryItemLink {
    text-decoration: none;
    font-size: 19px;
    font-family: "aktiv-grotesk-condensed";
    font-weight: bold;
    color: #11a79c;
    line-height: 28px;
    display: block;
}
.latest-events-wrap.comming-soon-text p {
    text-align: center;
    font-family: "aktiv-grotesk-condensed";
    font-style: normal;
    font-weight: 400;
    color: #01081D;
}
tr:last-child .b2iHeadLinesHeadlineCell.b2iPlugInHeadLinesHeadlineCell {
    border-bottom: 0;
}
.b2iUnsubscribe {
    margin-right: 10px;
    color: #01081D;
}
.investors-contact-section .card-body {
    font-size: 21px;
    color: #01081D;
}
div#b2iLibTools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 20px 10px;
    margin: -20px -19px 25px;
}
div#b2iLibTools select.b2iSelect.b2iSelectYear, input#LibSearchpress-releases {
    font-size: 18px;
    padding: 0px 10px;
    text-align: left !important;
    text-indent: 0;
    height: 45px;
    border: 1px solid #bfbebe;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
}
span#b2iLibSearch {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
input#B2iLibSearchButton {
    background: rgb(47, 155, 218);
    background: linear-gradient(74deg, rgba(20, 82, 119, 1) 52%, rgba(17, 167, 157, 1) 100%);
    font-size: 20px;
    color: #FFFFFF !important;
    letter-spacing: 0;
    line-height: 1;
    font-family: "aktiv-grotesk-thin";
    font-weight: 200;
    height: auto !important;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: relative;
    height: 45px !important;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    min-width: 110px;
}
.section-wrap .PressItemCard23 {
    width: 31%;
    height: 100%;
    font-size: 18px;
    padding: 15px 15px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    border: 1px solid #ccc;
    border-top: 5px solid #155277;
}
.section-wrap .PressItemCard23-date {
    font-family: "aktiv-grotesk-condensed";
    font-weight: bold;
    margin-bottom: 8px;
}
.section-wrap .PressItemCard23-readmore a {
    color: #11a79c;
}
.section-wrap .PressItemCard23-readmore a:hover {
    color: #155277;
}
.section-wrap #b2iLibNav {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    font-size: 18px;
    column-gap: 3px;
}
.section-wrap #b2iLibNav a {
    color: #11a79c;
}
.section-wrap #b2iLibNav a:hover {
    color: #155277;
}
div#LibStoryContainer {
    background: rgb(0 0 0 / 63%) !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
div#LibStoryDiv {
    max-width: 800px;
    margin: 0 auto;
}
.b2iNewsStoryHeadline {
    font-size: 1.4rem !important;
    padding-bottom: 12px !important;
    font-family: "aktiv-grotesk-condensed";
    font-weight: bold !important;
}
td#b2iNewsTopIcons {
    padding-bottom: 15px;
}
td.b2iNewsStoryBody p, td.b2iNewsStoryBody ul li {
    font-size: 20px;
    line-height: 29px;
    color: #01081D;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: "aktiv-grotesk-thin";
    letter-spacing: 0;
}
td.b2iNewsStoryBody ul {
    padding-left: 15px;
    list-style-type: disc;
}
td.b2iNewsStoryBody p strong {
    font-family: "aktiv-grotesk-condensed";
    font-weight: bold;
}
td.b2iNewsStoryBody p a {
    color: #11a79c;
}
td.b2iNewsStoryBody p a:hover {
    color: #155277;
}
#b2iWireDate {
    padding-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #01081D !important;
    font-weight: 300;
    font-family: "aktiv-grotesk-thin";
    letter-spacing: 0;
}
.b2iBottomClose {
    margin: 0 auto;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.b2iBottomClose a {
    background: rgb(47, 155, 218);
    background: linear-gradient(74deg, rgba(20, 82, 119, 1) 52%, rgba(17, 167, 157, 1) 100%);
    font-size: 20px;
    color: #FFFFFF !important;
    letter-spacing: 0;
    line-height: 1;
    font-family: "aktiv-grotesk-thin";
    font-weight: 200;
    height: auto !important;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: relative;
    height: 45px !important;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    min-width: 110px;
}
[ondragstart="dragboxstart(event)"] {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 2px 5px 8px!important;
    height: auto !important;
}
.stock-detail-section .b2iQuoteID1 {
    font-size: 18px;
}
.stock-detail-section .b2iQuoteID1 .b2iQuoteCellLeft {
    background: #155277;
    color: #fff;
}
.stock-detail-section .b2iQuoteID1 .b2iTblTtl {
    font-size: 22px;
}
.stock-detail-section .row.section-wrap {
    row-gap: 30px;
}
.stock-detail-section .b2iHistoricalQuote .b2iHistoricalRow:nth-child(odd) {
    background: #fff;
}
.stock-detail-section .b2iHistoricalQuote .b2iHistoricalRow:first-child {
    background-color: #155277;
}
.stock-detail-section .b2iHistoricalQuote .b2iHistoricalRow:first-child td {
    color: #fff;
}
.stock-detail-section .b2iHistoricalQuote td, .stock-detail-section .b2iHistoricalQuote th {
    font-size: 17px;
    color: #01081D;
}
.stock-detail-section table {
    border: 1px solid #ccc;
}
.stock-detail-section #Historical td, .stock-detail-section #Historical table {
    border-left: 0px!important;
    border-right: 0px!important;
    padding: 10px 15px;
}
.stock-detail-section #b2iHistoricQuoteForm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
    column-gap: 15px;
}
.stock-detail-section #b2iHistoricQuoteForm input.InputDate {
    font-size: 18px;
    padding: 0px 10px;
    text-align: left !important;
    text-indent: 0;
    height: 45px;
    border: 1px solid #bfbebe;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    margin: 0;
}
.stock-detail-section #b2iHistoricQuoteForm .b2iButton {
    background: rgb(47, 155, 218);
    background: linear-gradient(74deg, rgba(20, 82, 119, 1) 52%, rgba(17, 167, 157, 1) 100%);
    font-size: 20px;
    color: #FFFFFF !important;
    letter-spacing: 0;
    line-height: 1;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: relative;
    height: 45px !important;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    min-width: 110px;
}
.stock-detail-section #b2iHistoricQuoteForm .b2iButton.SearchButton {
    background: #155277;
}
.financials-section table.b2iSECtopSelect td {
    padding: 0;
    text-align: left;
}
.financials-section select {
    font-size: 18px;
    padding: 0px 10px;
    text-align: left !important;
    text-indent: 0;
    height: 45px;
    border: 1px solid #bfbebe;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    margin: 0;
}
.financials-section span.FilterLabel {
    padding-right: 10px;
    font-size: 18px;
    text-align: left !important;
    text-indent: 0;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
}
.financials-section .b2iButton.b2iSecSearch {
    background: rgb(47, 155, 218);
    background: linear-gradient(74deg, rgba(20, 82, 119, 1) 52%, rgba(17, 167, 157, 1) 100%);
    font-size: 20px;
    color: #FFFFFF !important;
    letter-spacing: 0;
    line-height: 1;
    border: 0;
    cursor: pointer;
    display: inline;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: relative;
    height: 45px !important;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    min-width: 110px;
}
.financials-section table#b2iSecTop {
    border: 1px solid #ccc;
    margin-top: 20px;
}
.financials-section tr.b2iSECTitleRow.b2iColorDark {
    background-color: #155277;
}
.financials-section tr.b2iSECTitleRow.b2iColorDark th {
    color: #fff;
}
.financials-section #b2iSecTop th, .financials-section #b2iSecTop td {
    font-size: 17px;
    padding: 10px 15px !important;
    border-bottom: 1px solid #c3c0c0;
}
.financials-section #b2iSecTop td {
    color: #01081D;
}
.financials-section #b2iSecTop td a {
    color: #01081D;
}
.financials-section #b2iSecTop td a:hover {
    color: #11a79c;
}
.financials-section #b2iSecTop td.b2iSECIconsCell.b2iSecData a {
    color: #11a79c;
    margin-right: 5px;
}
.financials-section #b2iSecTop td.b2iSECIconsCell.b2iSecData a:hover {
    color: #01081D;
}
.financials-section #b2iSecTop td.b2iSECIconsCell.b2iSecData a span.B2iFontIcon {
    font-size: 20px;
}
.financials-section #b2iSecFilingNav {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    font-size: 18px;
    column-gap: 3px;
}
.financials-section #b2iSecFilingNav a {
    color: #11a79c;
}
.financials-section #b2iSecFilingNav a:hover {
    color: #155277;
}
.governance-section .section-wrap {
    row-gap: 30px;
}
.governance-section .DirNameContainer {
    background: #747474 !important;
    color: #fff;
    opacity: 1 !important;
    font-size: 17px;
    position: relative;
    margin-bottom: 20px;
}
.governance-section .DirNameContainer.active {
    background: #155277 !important;
}
.governance-section .DirNameContainer .DirName {
    position: relative;
}
.governance-section .DirNameContainer .DirName span#b2iSpin {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.governance-section .DirNameContainer .DirName.active span#b2iSpin {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.governance-section .DirPictureDiv {
    width: 220px;
}
.governance-section .DirBio {
    width: calc(100% - 220px);
    font-size: 18px;
    font-family: "aktiv-grotesk-thin";
    font-weight: 300;
    line-height: 29px;
}
.governance-section .DirBioContainer.openDircontainer {
    display: flex;
    padding-top: 20px;
    margin-top: -20px;
}
.governance-section .DirBioContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-height: unset !important;
    display: none;
}
.governance-section .b2iCommRow td {
    font-size: 17px;
    padding: 10px 15px !important;
    border: 1px solid #c3c0c0;
}
.governance-section tr#b2iCommTopRow {
    background: #155277;
}
.governance-section tr#b2iCommTopRow td {
    color: #fff;
    border: 0;
}
.governance-section div#CommitteeIconLegend {
    margin-top: 20px;
    font-size: 18px;
}
.governance-section .DocItem13 a {
    border-bottom: 1px solid #e2e2e2;
    padding: 11px 10px;
    display: block;
    color: #01081D;
    font-size: 18px;
}
.governance-section .DocItem13 a:hover {
    color: #155277;
}
.governance-section .DocItem13:last-child a {
    border-bottom: 0px solid #e2e2e2;
}
.row.section-wrap.gap30 {
    row-gap: 30px;
}
a.tabs-dropdown {
    display: none;
}
.upcoming-event-img-card {
    background: #eee;
    margin-bottom: 20px;
}
.upcoming-event-info-card h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #01081D;
}
.upcoming-event-info-card h3 a {
    color: #01081D;
}
.upcoming-event-info-card h3 a:hover {
    color: #155277;
}
.upcoming-event-info-card p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: "aktiv-grotesk-thin";
    font-weight: 300;
    color: #01081D;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.upcoming-event-read {
    display: block;
    width: 100%;
    margin-top: 8px;
}
.upcoming-event-read a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.8px;
    color: #11a79c;
    font-family: "aktiv-grotesk-condensed";
    font-weight: bold;
    display: inherit;
}
.upcoming-event-read a:hover {
    color: #155277;
}
.resources_wrapper .b2iEmailSignupRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.resources_wrapper #EmailDiv .b2iEmailInput {
    width: calc(100% - 135px - 15px);
    height: 54px;
    font-size: 18px;
    padding: 0px 10px;
    text-align: left !important;
    text-indent: 0;
    border: 1px solid #bfbebe;
    font-family: "aktiv-grotesk-condensed";
    font-weight: 400;
    margin: 0;
    box-shadow: none !important;
}
.resources_wrapper #EmailDiv input.b2ibutton {
    background: rgb(47, 155, 218);
    background: linear-gradient(74deg, rgba(20, 82, 119, 1) 52%, rgba(17, 167, 157, 1) 100%);
    font-size: 20px !important;
    color: #FFFFFF !important;
    letter-spacing: 0;
    line-height: 1;
    padding: 10px 10px;
    min-height: 54px;
    font-family: "aktiv-grotesk-condensed";
    font-weight: normal;
    height: auto !important;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: relative;
    overflow: hidden;
    width: 135px;
}
#B2iSaveReturn, #B2iUnsubReturn {
    color: red;
    font-size: 15px;
    margin-top: 5px;
}
.resources_wrapper div#b2iEmailAlertSubListContainer {
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 31px;
    font-size: inherit;
}
.resources_wrapper div#b2iEmailAlertSubListContainer .b2iEmailAlertRow .b2iEmailListName {
    margin: 0;
    font-size: 16px;
}
.faq-item {
    border: 1px solid #fff;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.faq-item.faq-active {
    border-color: #f3f3f3;
}
.faq-item:last-child {
    border-bottom: 0;
}
.faq-head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    color: #01081D;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    padding: 1em 0.5em 1em 0.5em;
    cursor: pointer;
}
.faq-active .faq-head {
    background: #f3f3f3;
    color: #155277;
}
.faq-head h5 {
    width: calc(100% - 22px - 20px);
    font-size: 1.3rem;
}
.faq-head .faq-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
}
.faq-head .faq-icon::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px currentColor solid;
    border-bottom: 2px currentColor solid;
    transform: rotate(45deg);
}
.faq-active .faq-head .faq-icon::after {
    transform: rotate(-135deg);
    top: 5px;
}
.faq-content {
    display: none;
    padding: 1em 1.5em 1em 0.5em;
}
.faq-active .faq-content {
    display: block;
}
.faq-content p {
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0.6px;
}

/* ===================== // INVESTORS PAGE CSS START // ===================== */
.single-press-section .section-wrap .card .card-body {
    padding: 0;
}
.single-press-section .section-wrap .card {
    overflow: hidden;
}
.single-press-section .pressVideo {
    margin: 0;
}
.single-press-section .section-wrap .section-heading {
    display: none;
}
.single-press-section .pressViewFormats {
    display: flex;
    width: 100%;
    border-top: 0px dotted #ccc;
    border-bottom: 0px dotted #ccc;
    background: #11a79c;
    padding: 15px 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 19px;
}
.single-press-section .pressViewIcons {
    float: right;
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-press-section .pressViewIcons a {
    color: #fff;
}
.single-press-section a#viewAllLinkV {
    background: #fff;
    color: #000;
    padding: 5px 15px;
    border-radius: 5px;
}
.single-press-section a#viewAllLinkV span.viewAll-icon {
    font-size: 13px;
    margin-right: 9px;
}
.single-press-section a#viewAllLinkV span.backtext {
    margin-right: 0;
}
.single-press-section a#viewAllLinkV:hover {
    background: #155277;
    color: #ffffff;
}
.single-press-section #pressViewBodyContainer {
    margin: 0px;
    padding: 20px 15px;
}
.single-press-section .pressViewHeadline {
    font-size: 24px;
}
.single-press-section .pressViewBodyContainer ul {
    list-style-type: disc;
    padding-left: 25px;
    padding-bottom: 10px;
}
.single-press-section .pressViewBodyContainer p,
.single-press-section #pressViewBodyContainer p,
.single-press-section .pressViewBodyContainer ul li,
.single-press-section #pressViewBodyContainer ul li {
    font-family: "aktiv-grotesk-condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 15px;
}
.single-press-section .pressViewBodyContainer p a,
.single-press-section #pressViewBodyContainer p a,
.single-press-section .pressViewBodyContainer ul li a,
.single-press-section #pressViewBodyContainer ul li a {
    color: #11a79c;
}
.single-press-section .pressViewBodyContainer p a:hover,
.single-press-section #pressViewBodyContainer p a:hover,
.single-press-section .pressViewBodyContainer ul li a:hover,
.single-press-section #pressViewBodyContainer ul li a:hover {
    color: #155277;
}
.single-press-section .pressViewBodyContainer p img + br, .single-press-section #pressViewBodyContainer p img + br {
    display: none;
}
.single-press-section .pressViewBodyContainer ul li, .single-press-section #pressViewBodyContainer ul li {
    margin-bottom: 5px;
}
