.header-alert-bar,
.eu-color-strips {
    display: none;
}

.single-econnect h1,
.single-econnect h2,
.single-econnect h3 {
    text-transform: uppercase;
}

h1 b,
h2 b,
h3 b,
h2 strong,
h3 strong {
    font-family: 'Trenda-Heavy';
}

main {
    border-top: 22px solid #033f23;
}

.btn-green {
    background: #65d3b6;
}

.btn-mid {
    padding: 5px 20px;
    font-weight: 700;
}

.btn {
    display: inline-block;
    border-radius: 25px;
    color: #fff;
}

main,
.single-econnect > .container {
    max-width: 100% !important;
}

.footer-line {
    display: none;
}

.footer {
    display: none;
}

.single-econnect .header {
    position: fixed;
    height: 600px;
}

.whole-container {
    display: flex;
    align-items: stretch;
    max-height: calc( 100vh - 22px );
    overflow: hidden;
}

.header-container {
    min-width: 30%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.econnect__header-nav {
    padding-left: 12px;
    padding-top: 5px;
    background-color: #82d0b7;
}

.header-container .header-logo img {
    width: 100%;
    max-width: 377px;
    display: block;
    filter: brightness(0) invert(1);
    margin-bottom: -1px;
}

.header-container .header-menu {
    display: none;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: calc(100% - 60px);
    margin-left: auto;
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner>div {
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: -2px;
}

.banner h1 {
    color: #fff;
    font-size: 65px;
    margin-bottom: 0px;
    line-height: 0.8;
    text-align: center;
    position: relative;
    font-weight: 300;
}

.banner h1 span {
    font-size: 35px;
    display: block;
    letter-spacing: 2px;
    font-weight: 800;
}

.banner h1 .publication-date {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.banner h1 .publication-date > span {
    display: inline;
    vertical-align: middle;
}

.banner h1 .publication-date span.publication-month {
    font-weight: 800;
    color: #81D0B7;
    letter-spacing: 5px;
    position: relative;
    z-index: 5;
    margin-top: 12px;
}

.banner h1 .publication-date span.publication-year {
    font-size: 65px;
    color: #F8D97A;
    margin-left: -25px;
    font-style: italic;
    font-weight: 800;
}

.banner h1 span.text-connect {
    font-size: 80px;
    -webkit-text-stroke: 1px #FFF;
    -webkit-text-fill-color: transparent;
    color: #FFFFFF;
    font-weight: 800;
}

.banner p {
    color: #82D0B7;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 800;
}

.toc {
    padding-left: 60px;
    flex-grow: 1;
    overflow: hidden;
}

.toc-title {
    color: #000;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right;
    position: absolute;
    left: 20px;
    top: -30px;
    font-style: italic;
}

.toc-content-container {
    background-image: url(/wp-content/uploads/2023/12/line-patterns.png);
    background-size: contain;
    background-position: center;
    height: 100%;
    padding-top: 100px;
}

.toc-content-container>div>div {
    padding-left: 20px;
}

.toc-content-container>div::-webkit-scrollbar {
    width: 19px;
}

.toc-content-container>div::-webkit-scrollbar-thumb {
    background-color: #F8D97A;
    border-radius: 0px;
    border: 0px none #ffffff;
    width: 19px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
}

/* .toc-content-container>div::-webkit-scrollbar-track{
    background-color:#F4F4F4;
} */
.toc-content-container>div::-webkit-scrollbar-button,
.toc-content-container>div::-webkit-scrollbar-track-piece,
.toc-content-container>div::-webkit-scrollbar-corner,
.toc-content-container>div::-webkit-resizer {
    display: none;
    height: 0;
    width: 0;
}

.toc-content-container>div {
    scrollbar-width: auto;
    scrollbar-color: #F8D97A #f4f4f4;

    /* direction:rtl; */
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow-y: scroll;
    margin-bottom: 20px;
    max-height: 100%;
}

.toc-content-inner {
    direction: ltr;
    position: relative;
}

.toc-content {
    /* column-count: 2; */
    padding-left: 80px;
}

.toc-content h2 {
    font-size: 22px;
    margin-bottom: 0px;
    text-transform: none;
    position: relative;
    display: flex;
    justify-content: flex-start;
    line-height: 1.2;
}

.toc-content h2::after {
    content: "\01F852";
    display: inline;
    color: #81D0B7;
    margin-left: 20px;
}

.toc-content h2 .toc-sec-num {
    margin-right: 10px;
}

.toc-content li {
    border-left: 0px solid #FFB46E;
    padding-left: 0px;
    transition: all 0.3s;
    left: 0px;
    position: relative;
}

.toc-content li:hover {
    left: 25px;
}

.toc-content li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    content: " ";
    background-color: #FFB46E;
    transition: all 0.3s;
}

.toc-content li:hover::before {
    width: 15px;
    left: -25px;
}

.toc-content a {
    text-decoration: none !important;
    color: #333333;
}

.toc-content ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.toc-content li {
    cursor: pointer;
}

.toc-content>ul>li {
    margin-bottom: 20px;
}

.toc-content ul li ul {
    margin-top: 20px;
    padding-left: 30px;
}

.toc-content ul li ul li {
    margin-bottom: 27px;
}

.toc-next img {
    transform: scaleX(-1);
}

.content-container {
    flex-grow: 1;
    padding-left: 50px;
    padding-right: 65px;
    padding-top: 50px;
    background-color: #F4F4F4;
    display: flex;
}

.content-container>div::-webkit-scrollbar {
    width: 19px;
}

.content-container>div::-webkit-scrollbar-thumb {
    background-color: #F8D97A;
    border-radius: 0px;
    border: 0px none #ffffff;
    width: 19px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
}

.content-container>div::-webkit-scrollbar-button,
.content-container>div::-webkit-scrollbar-track,
.content-container>div::-webkit-scrollbar-track-piece,
.content-container>div::-webkit-scrollbar-corner,
.content-container>div::-webkit-resizer {
    display: none;
    height: 0;
    width: 0;
}

.content-container>div {
    scrollbar-width: auto;
    scrollbar-color: #F8D97A #f4f4f4;
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
}

.content-container>div>div {
    background-color: #fff;
    position: relative;
}

.content-inner {
    padding-left: 85px;
    padding-top: 67px;
    padding-right: 95px;
    padding-bottom: 67px;
    position: relative;
    overflow: visible !important;
    direction: ltr;
}

.content-container h3 {
    color: #1c3740;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
}

.content-container h3:first-of-type {
    margin-top: 0px;
}

.content-container h4 {
    color: #82D0B7;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 30px;
}

/* .content-container h3,
.content-container h4{
	color: #FFB46E;
    font-size: 18px;
    font-family: Trenda-Bold,Arial,Helvetica,sans-serif;
    font-style:italic;
    margin-bottom:20px;
} */
/* .content-container h3 ~ h4,
.content-container h5,
.content-container h6 {
	color: #FFB46E;
    font-size: 22px;
    font-family: Trenda-Regular,Arial,Helvetica,sans-serif;
    font-style:italic;
    margin-bottom:20px;
    padding-left:20px;
} */
.content-container p {
    font-size: 18px;
    margin-bottom: 20px;
}

.content-container li {
    font-size: 18px;
}

.content-container ol {
    list-style-type: none;
    padding-left: 32px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.content-container ol>li {
    counter-increment: count-me;
    margin-bottom: 20px;
}

.content-container ol>li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.7em;
    top: .05em;
    color: #82D0B7;
    font-weight: 800;
}

.content-container ul {
    list-style: none;
    padding-left: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-container ul>li {
    position: relative;
    margin-bottom: 20px;
}

.content-container ul>li::before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #82D0B7;
    border-radius: 100px;
    left: -1.3em;
    top: 8px;
    display: block;
    position: absolute;
}

.content-container ul.no-list>li::before,
.content-container ol.no-list>li::before {
    display: none;
}

.content-container > div > div {
    max-width: 100%;
    overflow: auto;
}

table {
    margin-bottom: 20px;
}

table td,
table th {
    font-size: 18px;
}

table ul,
table li {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

table p {
    display: none;
}

[class*=hint--]::after {
    text-transform: none;
}

.highlighted {
    background-color: rgba(248, 217, 122, 0.6);
}

th {
    background-color: #FFB46E;
}

tr:nth-child(2n+1) {
    background: #fff;
}

.toc-content li {
    position: relative;
}

.toc-content .sub-section {
    margin: 0px;
    padding: 15px;
    background-color: #F8D97A;
    position: absolute;
    top: 100%;
    right: 0px;
    width: 0px;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 99;
    pointer-events: none;
}

.toc-content li:hover > .sub-section {
    opacity: 1;
    width: 90%;
    max-width: 400px;
    pointer-events: auto;
}

.toc-content .sub-section li {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: none;
    color: #22363F;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border-left: 0px solid #FFB46E;
    padding: 0px;
    transition: all 0.3s ease;
}

.toc-content .sub-section li:hover {
    border-left-width: 10px;
    padding-left: 5px;
}

.toc-content .sub-section li:last-child {
    margin-bottom: 0px;
}

.toc-content .sub-section::before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #F8D97A;
    border-right: 20px solid transparent;
    transform: rotate(180deg);
}

.econnect-section {
    overflow: visible !important;
    position: relative;
    padding: 40px 0px;
    padding-bottom: 60px;
}

.econnect-section:first-of-type {
    padding-top: 0px;
}

.econnect-section .econnect-divider {
    width: 100%;
}

.econnect-section .econnect-divider.divider_one {
    height: 13px;
    background: linear-gradient(90deg, rgba(129,208,183,0.63) 0%, rgba(248,217,122,0.35) 100%);
}

.econnect-section .econnect-divider.divider_two {
    height: 9px;
    background: #F0F0F0;
    position: relative;
    overflow: visible;
    margin: 30px 0px;
}

.econnect-section .econnect-divider.divider_two::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 75px;
    background-image: url(/wp-content/uploads/2023/12/Divider-2-Shape.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.econnect-section .ceo-letter-banner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: -30px;
}

.econnect-section .ceo-letter-banner .letter-portrait img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
}

.econnect-section .ceo-letter-banner .letter-header {
    text-align: center;
    margin-left: -35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 430px;
}

.econnect-section .ceo-letter-banner .letter-header h2 {
    font-style: normal;
    font-size: 36px;
    max-width: 85%;
    margin: 0;
    letter-spacing: 4px;
    line-height: 1em;
    color: #81D0B7;
    font-weight: 800;
}

.econnect-section .ceo-letter-banner .letter-header span {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1em;
    font-style: italic;
}

.econnect-section .ceo_letter .letter-signature {
    margin-top: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px 0px;
    background-position: left 20px;
    background-size: 300px;
}

.econnect-section .ceo_letter .letter-signature p {
    margin: 0px;
}

.econnect-section .ceo_letter .letter-signature p strong {
    display: block;
    margin-top: 40px;
}

.econnect-section .section-banner {
    margin-left: -85px;
    margin-right: -95px;
    margin-bottom: 40px;
    width: auto;
    max-width: unset;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2023/12/section-banner-pattern.png);
    display: flex;
    align-items: center;
    position: relative;
}

.econnect-section .section-banner h2 {
    margin-bottom: 0px;
    font-size: 50px;
    font-style: normal;
    line-height: 0.9em;
    width: 50%;
    padding: 30px 30px 30px 85px;
    color: #81D0B7;
    font-style: italic;
    font-weight: 600;
}

.econnect-section .section-banner h2 .subtitle {
    color: #22363F;
    font-size: 57px;
    display: block;
    line-height: 0.9em;
    color: #1c3740;
    font-weight: 800;
}

.econnect-section .section-banner .hero-image {
    display: block;
    width: 50%;
    height: 100%;
    overflow: visible;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.econnect-section .section-banner .hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.econnect-section .section-content {
    column-count: 2;
    column-gap: 60px;
}

.econnect-section .section-content strong,
.econnect-section .section-content b {
    font-weight: 700;
}

.econnect-section .section_call-out_component {
    padding: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.econnect-section .section_call-out_component .cta-image {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 70%;
    z-index: 0;
}

.econnect-section .section_call-out_component .cta-image img {
    width: auto;
    height: 100%;
    display: block;
    max-width: max-content;
}

.econnect-section .section_call-out_component .cta-content {
    max-width: 60%;
    position: relative;
    z-index: 5;
}

.econnect-section .section_call-out_component .cta-content h2 {
    font-size: 45px;
    letter-spacing: 2px;
    line-height: 1em;
    font-style: normal;
    font-style: italic;
    margin-bottom: .5em;
    font-weight: 600;
}

.econnect-section .section_call-out_component .cta-content .cta-description p {
    font-size: 14px;
    font-weight: 700;
}

.econnect-section .section_call-out_component .cta-content .cta-description p:last-child {
    margin-bottom: 0px;
}

.econnect-section .section_call-out_component .cta-content .cta-description a {
    text-decoration: none !important;
    border-bottom: 5px solid #FFFFFF;
    color: inherit;
    padding-bottom: 3px;
}

@media (max-width:1660px){
    /* .header-container {
        min-width: 40%;
    } */
    .eu-refresh .banner-title h1 > span {
        font-size: 70px !important;
    }

    .banner h1 {
        font-size: 50px;
        line-height: 1;
    }

    .banner h1 span {
        font-size: 0.5em;
    }

    .content-container {
        padding: 40px;
        padding-bottom: 0px;
    }

    .content-inner {
        padding: 40px;
    }

    .econnect-section .section-banner {
        margin-left: -40px;
        margin-right: -40px;
    }

    .econnect-section .ceo-letter-banner {
        margin-left: -20px;
    }

    .econnect-section .section-banner h2 {
        padding-left: 40px;
        padding-right: 30px;
        font-size: 40px;
        font-weight: 700;
    }

    .econnect-section .section-banner h2 .subtitle {
        font-size: 42px;
    }

    .econnect-section .section_call-out_component .cta-content {
        max-width: 70%;
    }
}

@media (max-width:1440px){
    .eu-refresh .banner-title h1 > span {
        font-size: 50px !important;
    }

    .banner {
        width: calc(100% - 40px);
    }

    .banner h1 span.text-connect {
        font-size: 60px;
    }

    .banner h1 .publication-date span.publication-year {
        font-size: 55px;
    }

    .toc {
        padding-left: 40px;
    }

    .toc-title {
        font-size: 30px;
    }

    .toc-content h2 {
        font-size: 18px;
    }

    .toc-content-container {
        padding-top: 70px;
    }

    .banner h1 {
        font-size: 36px;
    }

    .econnect-section .section-content {
        column-count: 1;
    }

    .econnect-section .section-banner h2,
    	.econnect-section .section_call-out_component .cta-content h2 {
        font-size: 32px;
    }

    .econnect-section .section-banner h2 .subtitle {
        font-size: 35px;
    }
}

@media (max-width:1024px){
    main {
        border-top: 0px;
    }

    .header {
        display: none;
    }

    /* .header-container {
        min-width: 50%;
    } */
    .eu-refresh .banner-title h1 > span {
        font-size: 30px !important;
    }

    .econnect__header-nav {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .header-container .header-menu {
        display: block;
        padding-top: 10px;
        cursor: pointer;
    }

    .header-container .header-menu img {
        filter: brightness(0) invert(1);
    }

    .banner {
        margin: 0px;
        width: 100%;
    }

    .banner p {
        font-size: 18px;
    }

    .banner > div {
        padding-bottom: 8px;
    }

    .content-container {
        padding: 40px 20px;
    }

    .content-container > div {
        overflow-y: auto;
    }

    .content-inner {
        padding: 40px;
    }

    .toc {
        padding: 0px;
    }

    .toc-title {
        font-size: 25px;
        left: 40px;
    }

    /* .toc-content-container{
        padding-right: 0px;
        max-height: none;
        margin-bottom: 0px;
        height: auto;
        position:relative;
        overflow: visible;
    }

    .toc-content-container > div{
        height: auto;
        margin-bottom: 0px;
    }

    .toc-content-container > div::-webkit-scrollbar {
        display: none;
    }

    .toc-content-container > div > div{
        padding-left:0px;
    } */
    .toc.active .toc-content-inner {
        position: absolute;
        bottom: 0px;
        background-color: #22363F;
        padding: 20px;
        padding-bottom: 0px;
        width: 100%;
        right: 0px;
    }

    .toc.active .toc-content {
        max-height: none;
        height: 215px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .toc.active .toc-content::-webkit-scrollbar {
        display: none;
    }

    .toc.active .toc-arrow {
        bottom: auto;
        bottom: 100%;
    }

    .toc.active .toc-up {
        display: none;
    }

    .toc.active .toc-down {
        display: block;
    }

    .toc.active .toc-title {
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .toc.active .toc-content ul li ul {
        margin-top: 10px;
    }

    .toc.active .toc-content ul li ul li {
        margin-bottom: 15px;
    }

    .econnect-section .section-banner {
        margin-left: -40px;
        margin-right: -40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .econnect-section .section-banner h2 {
        width: 100%;
        padding: 30px 40px;
    }

    .econnect-section .section-banner h2 .subtitle {
        display: block;
    }

    .econnect-section .section-banner .hero-image {
        width: 100%;
    }

    .econnect-section .ceo-letter-banner {
        margin-left: 0px;
    }

    .econnect-section .ceo-letter-banner .letter-portrait img {
        max-width: 100px;
    }

    .econnect-section .ceo-letter-banner .letter-header {
        margin-left: -20px;
    }

    .econnect-section .ceo-letter-banner .letter-header h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .econnect-section .ceo-letter-banner .letter-header span {
        font-size: 24px;
    }

    .econnect-section .section_call-out_component {
        padding: 20px;
    }

    .econnect-section .section_call-out_component .cta-content {
        max-width: 80%;
    }
}

@media (max-width:767px){
    .whole-container {
        flex-direction: column;
        max-height: unset;
    }

    .header-container {
        width: 100%;
    }

    .toc-content-container > div {
        padding-right: 0px;
    }

    .eu-refresh .banner-title h1 > span {
        font-size: 65px !important;
    }

    .econnect__header-nav {
        gap: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        align-items: center;
    }

    .header-container .header-menu {
        padding-top: 0px;
    }

    .header-container .header-menu img {
        width: 30px;
        display: block;
    }

    .banner > div {
        padding: 8px;
    }

    .banner h1 {
        font-size: 32px;
        line-height: 1;
    }

    .banner h1 span {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .banner p {
        margin-top: 5px;
    }

    .content-container {
        padding: 0px;
        width: 100%;
    }

    .content-inner {
        padding: 40px 20px;
    }

    .content-container h2 {
        font-size: 21px;
    }

    .content-container h3,
    .content-container h4 {
        font-size: 15px;
    }

    .content-container h5,
    .content-container h6 {
        font-size: 18px;
    }

    .toc img {
        width: 50px;
    }

    .toc.active .toc-content ul li ul {
        margin-top: 8px;
    }

    .toc.active .toc-content ul li ul li {
        margin-bottom: 8px;
    }

    .toc-content {
        padding-right: 30px;
    }

    .toc-content > ul > li {
        margin-bottom: 15px;
    }

    .toc-content .sub-section {
        max-width: 100%;
        padding: 8px;
        width: calc(100% - 25px) !important;
        margin-left: auto;
        top: 0px;
    }

    .toc-content li:hover > .sub-section {
        position: relative;
    }

    .toc-content .sub-section li {
        white-space: normal;
        font-size: 10px;
        margin-bottom: 0px !important;
    }

    .toc-content .sub-section::before {
        border-bottom: 10px solid #F8D97A;
        border-right: 10px solid transparent;
        transform: rotate(135deg);
        top: -4px;
        left: 2px;
    }

    .econnect-section {
        padding: 20px 0px;
    }

    .econnect-section .section-banner {
        margin-left: -20px;
        margin-right: -20px;
    }

    .econnect-section .section-banner h2 {
        font-size: 32px;
    }

    .econnect-section .section-banner h2 .subtitle {
        font-size: 35px;
    }
}

.header-mobile {
    display: none;
}

@media (max-width:767px){
    .header-mobile {
        display: block;
    }
}

.header-mobile {
    background-color: #81D0B7;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    z-index: 100000;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s;
}

.header-mobile.inactive {
    opacity: 0;
    pointer-events: none;
}

.header-mobile img {
    width: 150px;
    filter: brightness(0) invert(1);
}

.header-mobile .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-mobile .text-connect {
    -webkit-text-stroke: 1px #FFF;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
}

.header-mobile .publication-date {
    display: flex;
    align-items: center;
}

.header-mobile .publication-month {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}

.header-mobile .publication-year {
    font-size: 51px;
    color: #F8D97A;
    font-style: italic;
    line-height: 1;
    font-weight: 300;
}

.eu-refresh .banner-title h1 > span {
    word-wrap: break-word;
}

.eu-refresh .banner-title h1 .publication-date {
    flex-wrap: wrap;
}

.postid-25573 .econnect-section:nth-child(3) .section-content,
.postid-25573 .econnect-section:nth-child(4) .section-content,
.postid-25573 .econnect-section:nth-child(9) .section-content {
    column-count: 1;
    padding-top: 0px !important;
}

.single-econnect.postid-25573 .section-content img {
    border-radius: 50px;
}

.single-econnect .content-container ol.red-list > li::before {
    -webkit-text-stroke: 1.5px #EB5E41;
}

@media (min-width:767px){
    .postid-25573 .econnect-section:nth-child(6),
    .postid-25573 .econnect-section:nth-child(8) {
        padding-bottom: 100px;
    }
}

.postid-25994 #econnect-3 {
    padding-top: 0px;
}

.postid-25994 #econnect-3 .section-banner {
    display: none;
}

.postid-25994 #econnect-3 .section-content,
.postid-25994 #econnect-8 .section-content {
    padding-top: 0px;
    column-count: 1;
}

.postid-25994 #Keeping-You-Connected .section-content {
    column-count: 1;
}

.econnect-pet {
    position: absolute;
    top: 116px;
    left: 302px;
}

@media (max-width:1440px){
    .econnect-blankspace {
        display: none !important;
    }

    #Habortown-Subdivision p br {
        display: none !important;
    }
}

@media (max-width:767px){
    .econnect-pet {
        left: 202px;
    }
}

.single-econnect .red-list li::before {
    background-color: white;
    border: 1px solid #EB5E41;
}

.postid-28541 #econnect-2 .letter-signature:last-child {
    display: none;
}

.postid-28541 .econnect-section:nth-child(7) .section-content {
    padding-top: 0px !important;
    column-count: 1;
}

.postid-28541 .econnect-section:nth-child(9) .section-content {
    padding-top: 0px !important;
}

.postid-29345 #econnect-2 .letter-signature:last-child {
    display: none;
}

.postid-29345 .econnect-section:nth-child(6) .section-content {
    padding-top: 0px !important;
}

.postid-29345 .econnect-section:nth-child(6) .section-content img:first-child {
    margin-top: -0px !important;
}

@media (max-width:1440px){
    .flex-3connect {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .flex-3connect>div:first-child {
        grid-column: span 3;
    }

    .flex-3connect>div {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:1024px){
    .flex-3connect {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .flex-3connect>div:first-child {
        grid-column: span 2;
    }
}

@media (max-width:768px){
    .flex-3connect {
        display: grid;
        grid-template-columns: 1fr;
    }

    .flex-3connect>div:first-child {
        grid-column: span 1;
    }
}

.postid-29598 #econnect-12 .section-content,
.postid-29598 #econnect-8 .section-content,
.postid-29598 #Solar-Scam-Alert .section-content {
    column-count: 1;
    padding-top: 0px;
}

.greenline {
    position: relative;
}

.greenline>div:first-child::before {
    content: "";
    position: absolute;
    background-color: var(--eu-teal);
    width: 8px;
    height: 80%;
    border-radius: 16px;
    top: 50%;
    left: calc(50% - 8px);
    transform: translate(-50%,-50%);
}

.topimg {
    position: absolute;
    right: 70px;
    top: 30px;
}

.postid-29598 #Sustainability-and-Safety-Corner .topimg {
    position: absolute;
    right: 150px;
    top: 70px;
}

.brightimg {
    position: absolute;
    top: 0px;
}

@media (max-width:1024px){
    .topimg {
        right: -20px;
    }

    .postid-29598 #Sustainability-and-Safety-Corner .topimg {
        right: -10px;
        top: 50px;
    }

    .postid-29598 #Solar-Scam-Alert .topimg img {
        width: 90px;
    }
}

.postid-29598 #econnect-2 .letter-signature:last-child {
    display: none;
}

.postid-29858 #Storm-Ready-Tips .section-content,
.postid-29858 #econnect-12 .section-content {
    column-count: 1;
    padding-top: 0px;
}

.postid-29858 #econnect-2 .letter-signature:last-child {
    display: none;
}

.eu-left-border {
    position: relative;
}

.eu-left-border::before {
    width: 11px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 100px;
    content: " ";
    background-color: #82D0B8;
}

.postid-29858 #econnect-5 .section-content {
    padding-top: 0px;
}

@media (max-width:767px){
    .ceo-profile {
        height: 100%;
        object-fit: cover;
    }
}

.postid-30021 #econnect-9 .section-content,
.postid-30021 #econnect-11 .section-content {
    column-count: 1;
    padding-top: 0px;
}

.postid-30021 #econnect-4 .section-content {
    padding-top: 0px;
}

.postid-30021 #econnect-2 .letter-signature:last-child {
    display: none;
}

.postid-30021 .main-4 {
    position: relative;
}

.postid-30021 .main-4::before {
    content: "Employee Spotlight";
    display: block;
    font-weight: 400;
    color: var(--eu-green-dark);
    font-size: 28px;
    padding-bottom: 0px;
    line-height: 0.9em;
    font-style: italic;
    -webkit-text-stroke: 0px #033F23;
}

.postid-30021 .main-4::after {
    content: " ";
    position: absolute;
    width: 205px;
    background-image: url(/wp-content/uploads/2025/09/talk.png);
    height: 80px;
    background-size: contain;
    bottom: 0px;
}

.postid-30021 .main-11 {
    position: relative;
}

.postid-30021 .main-11::after {
    content: " ";
    position: absolute;
    width: 110px;
    background-image: url(/wp-content/uploads/2025/09/capitol-icon.png);
    height: 104px;
    background-size: contain;
    bottom: -3px;
    left: 460px;
}

.number-list {
    padding-left: 30px !important;
}

.number-list li::before {
    font-size: 19px !important;
    color: #EB5E41 !important;
    -webkit-text-stroke: 0px var(--eu-teal) !important;
    left: -30px !important;
    top: -1px !important;
}

@media (max-width:767px){
    .bottombanner {
        bottom: -20px !important;
    }

    .postid-30021 .main-11::after {
        left: 300px;
    }
}
