/*************
GENERAL STYLES
*************/
h1,
h2,
h3 {
    margin: 0.7rem 0em;
}

h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #082b57;
}

h3 {
    text-align: center;
    font-size: 2.4rem;
    margin: 71px 15%;
    font-weight: bold;
    color: #000;
}

h4 {
    margin: 0.7rem 0;
    margin-bottom: 1rem;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
}

h5 {
    margin: 0.7rem 0em;
    font-size: 1.2em;
    font-weight: normal;
    color: #000;
}

#section-members h4,
#section-services h4,
#section-learning h4,
.section-did-you-know h4 {
    text-transform: uppercase;
}

.hr-space {
    margin: 6rem 0;
}

.full-width-page {
    min-width: 100%;
    padding: 0;
}

.center {
    margin: auto !important;
}

.dot {
    background-color: #995ba0;
}

.dot2 {
    background-color: #00857b;
}

.dot,
.dot2,
.half-dot {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    margin: 4px;
    min-width: 20px !important;
}

hr {
    height: 0.7rem;
    background-color: #6058F4;
    border: none;
    margin: 0 auto;
    border-radius: 3px;
}

.grid-full {
    width: 1170px;
}

.half-dot {
    background: linear-gradient(90deg,
            #995ba0,
            #995ba0 47%,
            #fff 47%,
            #fff 53%,
            #00857b 53%);
}

.text-lg {
    font-size: 6em;
    font-weight: 900;
    margin: 0;
}

.text-med-lg {
    font-size: 2.4em;
    font-weight: 700;
    margin: 0;
}

.text-med {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0;
}

.text-sm {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}

.intro-text {
    max-width: 850px;
    text-align: center;
    margin: 2rem auto;
    font-size: 24px;
}

a.arrow-down {
    color: inherit;
    text-decoration: none;
}

a.arrow-down:hover {
    color: inherit;
}

li+li {
    margin-top: 0 !important;
}

.header-block h2 {
    color: #082b57;
    padding: 5px 25px;
    margin-top: 0;
    text-align: center;
}

.multi-col-box div {
    border: none;
}

.tab-item .tab-title {
    display: block;
    padding: 10px 20px;
    margin: 0;
    transition: 0.2s ease;
    width: 100%;
}

.toggle-container {
    margin: 2em 0 0 0;
}

.title-with-bg {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}

/*********
ANIMATIONS
*********/

.rotate-animation {
    opacity: 0;
    transition: ease-out 1s;
    transform: rotate(-50deg);
}

.show-rotate-animation {
    opacity: 1;
    transform: rotate(0deg);
}

.slide-animation {
    opacity: 0;
    transition: ease-out 1s;
    transform: translateY(-30%);
}

.show-animation {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion) {
    .slide-animation {
        transition: none;
    }
}

/*************
OVERFLOW FIX
*************/
#nav-container {
    margin: auto !important;
}

@media only screen and (min-width: 960px) and (max-width: 1209px) {
    .content-wrapper {
        padding: 0 10px;
    }

    #wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    #nav-container {
        padding-left: 0;
        padding-right: 0;
        width: 1170px;
    }
}

@media only screen and (min-width: 961px) {
    footer {
        min-width: 1170px;
        padding-left: 0;
        padding-right: 0;
    }
}

/*************
SECTION HEADER
*************/

.section-header-container {
    max-width: 1000px;
    display: flex;
    margin: 50px auto 0 auto;
    justify-content: space-between;
    align-items: center;
}

#section-header img {
    max-width: 600px;

}

.section-header-title h1 {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.english .section-header-text-one {
    font-size: 7rem;
    line-height: 6.5rem;
    letter-spacing: 0rem;
    font-weight: 800;
    color: #725696;
    text-align: center;
}

.english .section-header-text-two {
    font-size: 5rem;
    line-height: 4.5rem;
    letter-spacing: 0rem;
    color: #213849;
}

.french .section-header-text-one {
    font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: 0rem;
    color: #213849;
}

.french .section-header-text-two {
    font-size: 7rem;
    line-height: 6.5rem;
    letter-spacing: 0rem;
    font-weight: 800;
    color: #725696;
    text-align: center;
}

/*************
SECTIONS ALL - CONTENT CONTAINER
*************/

.section-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.section-content-narrow {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.section-content h2,
h3,
h4 {
    text-align: center;
}

/*************
SECTION NAV
*************/

#nav-section a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem 5%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nav-section ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1170px;
    padding: 30px 0;
}

#nav-section li {
    list-style: none;
    flex: 1;
    margin-right: 2px;
    color: #000;
    background-color: #CCCEED;
}

#nav-section li:first-of-type {
    border-radius: 100px 0 0 100px;
}

#nav-section li:last-of-type {
    border-radius: 0 100px 100px 0;
    margin-right: 0;
}

#nav-section li:hover {
    background-color: #6058F4;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}

/******************
SECTION CEO MESSAGE
******************/

#section-ceo {
    margin: 0;
    padding: 5em 0;
    background-color: #EAE4F9;
    width: 100%;
}

#section-ceo h2 {
    color: #213849;
    margin-bottom: 2rem;
}

#section-ceo h3 {
    margin-top: 0;
}

.leadership-message {
    margin: 0 2em;
}

.leadership-message p:first-of-type {
    font-size: 1.5rem;
}

.leadership-figure {
    display: flex;
    justify-content: space-around;
}


.leadership-figure img {
    width: 150px;
}

.leadership-figure figcaption {
    font-size: 14px;
}

.leadership-figure figure {
    display: flex;
    align-items: center;
    gap: 2rem;
}


/***********************************************************
SECTION COUNCIL, LEADERSHIP TEAM, AND STRATEGY PLAN
************************************************************/
.council-leadership-strategy {
    border-left: 4px solid #725696;
    padding: 0 20px 0 10px;
}

#section-council-leadership-strategy {
    margin: 0;
    padding: 8em 0;
    background-color: #CCCEED;
    width: 100%;
}

#section-council-leadership-strategy h3 {
    margin-top: 0;
}

#section-council-leadership-strategy h4 {
    text-transform: none;
    color: #000;
    text-align: left;
}

#section-council-leadership-strategy p {
    color: #000;
}

/***************
SECTION MISSION
***************/

#section-mission {
    margin: 0;
    padding: 5em 0;
    background-color: #f1eff9;
    width: 100%;
}

#section-mission h3 {
    margin: 0 15% 3rem 15%;
}

#section-mission h4 {
    margin: 0;
    text-align: left;
}

.mission-box-container {
    display: flex;
    flex-direction: row;
    margin: 0 2em;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.mission {
    display: flex;
    align-items: center;
    gap: 35px;
    flex: 1;
}

.english .mission:last-of-type {
    flex: 0.6;
}

.mission img {
    width: 55px;
}

.mission-text {
    max-width: 400px;
}

.mission-text p {
    margin: 0;
}

/***************
SECTION SUPPORTING
***************/

#section-supporting article[id*="accordion"] {
    padding: 0;
}

#section-supporting .accordion-control button.accordion-expand-all {
    font-weight: 700;
}

#section-supporting li {
    margin-bottom: 1em;
}

#section-supporting h5 {
    margin-top: 2rem;
    font-weight: bold;
}

#section-supporting .read-more {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

#section-supporting .read-more img {
    width: 2rem;
}

#section-supporting .read-more p {
    margin: 0;
}

#section-supporting .accordion-heading button {
    background: url(/static-assets/images/about/annual-report/2025/26-annual-report-icon-+.svg) 98% 50% no-repeat;
    background-size: 45px;
    display: flex;
    align-items: center;
    color: #213849;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 15px;
    padding: 8px 0;
}

#section-supporting .accordion-heading button.selected {
    background: url(/static-assets/images/about/annual-report/2025/26-annual-report-icon-x.svg) 98% 50% no-repeat;
    background-size: 45px;
    margin-bottom: 0;
    border-radius: 15px 15px 0 0;
    padding: 8px 0;
}

#section-supporting .accordion-heading button .a-img-container {
    display: flex;
    flex: 0.2;
    justify-content: center;
}

#section-supporting .accordion-heading button .a-text-container {
    flex: 1;
}

#section-supporting #accordion-header-0 {
    background-color: #6BD1AF;
}

#section-supporting #accordion-panel-0 {
    border-color: #6BD1AF;
}

#section-supporting #accordion-header-1 {
    background-color: #80E0C2;
}

#section-supporting #accordion-panel-1 {
    border-color: #80E0C2;
}

#section-supporting #accordion-header-2 {
    background-color: #B2EDD9;
}

#section-supporting #accordion-panel-2 {
    border-color: #B2EDD9;
}

#section-supporting #accordion-header-3 {
    background-color: #CEEDE4;
}

#section-supporting #accordion-panel-3 {
    border-color: #CEEDE4;
}

#section-supporting #accordion-header-4 {
    background-color: #AEAEF4;
}

#section-supporting #accordion-panel-4 {
    border-color: #AEAEF4;
}

#section-supporting #accordion-header-5 {
    background-color: #C2C2F2;
}

#section-supporting #accordion-panel-5 {
    border-color: #C2C2F2;
}

#section-supporting #accordion-header-6 {
    background-color: #CCCEED;
}

#section-supporting #accordion-panel-6 {
    border-color: #CCCEED;
}

#section-supporting #accordion-header-7 {
    background-color: #78A5D1;
}

#section-supporting #accordion-panel-7 {
    border-color: #78A5D1;
}

#section-supporting #accordion-header-8 {
    background-color: #95BBDB;
}

#section-supporting #accordion-panel-8 {
    border-color: #95BBDB;
}

#section-supporting #accordion-header-9 {
    background-color: #B8D1E8;
}

#section-supporting #accordion-panel-9 {
    border-color: #B8D1E8;
}

#section-supporting .accordion-heading img {
    height: 45px;
    margin: 10px 0;
}

#section-supporting .accordion-control {
    justify-content: flex-end;
}

#section-supporting .accordion-contents {
    border: 3px solid #000;
    border-radius: 4px;
    margin: -1rem 0rem 1rem 0rem;
    padding: 1.5rem 4rem 2rem 4rem;
    border-radius: 0 0 15px 15px;
}

#section-supporting {
    margin: 5em 0;
}

#section-supporting h3 {
    margin: 2em 0 1em 0;
}

/* A CLOSER LOOK */

/** Common styles **/

.three-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 1rem auto;
}

#section-supporting div[id*="three-block-container"] {
    border-radius: 15px;
    padding: 2rem;
}

#section-supporting div[id*="three-block-container"] h4 {
    text-transform: uppercase;
    margin-bottom: 3rem;
}

#section-supporting div[class*="block"] {
    border-radius: 10px;
    padding: 1rem 1.5rem;
}

#section-supporting #three-block-container-1 p,
#section-supporting #three-block-container-2 p,
#section-supporting #three-block-container-3 p {
    color: #213849;
}

#section-supporting .text-med {
    font-size: 2em;
    line-height: 1.2;
    color: #6058F4;
}

.french #section-supporting .text-med {}

#section-supporting .text-sm {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 1rem 0;
}

.french #section-supporting .text-sm {}

#section-supporting .text-xs {
    font-size: 1em;
    line-height: 1;
}

.french #section-supporting .text-xs {}

/** Wellness Support program **/

#section-supporting #three-block-container-1 {
    background-color: #E7F7F2;
}

#section-supporting #three-block-container-1 h4 {
    margin-bottom: 2rem;
}

#section-supporting #three-block-container-1 h5 {
    text-align: center;
    font-weight: bold;
}

#section-supporting #three-block-container-1 .three-grid {
    grid-template-rows: repeat(3, 1fr);
    max-width: 1000px;
}

#section-supporting .three-block-container-1 .text-med {
    font-size: 3rem;
}

#section-supporting #three-block-container-1 .block-1 {
    background: linear-gradient(180deg, #E1D0F4 0%, #D5B3F4 100%);
    grid-row: 1 / span 5;
    padding: 1.5rem;

}

#section-supporting #three-block-container-1 .block-1 .content {
    display: flex;
    flex-direction: row;
    gap: 2rem;

}

#section-supporting #three-block-container-1 .block-1 .content div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #213849;
    gap: 1em;
    flex: 1;
}

#section-supporting #three-block-container-1 .block-1 .content>div:first-of-type {
    flex: 1.1;
}

#section-supporting #three-block-container-1 .block-1 .content p {
    margin-bottom: 0;
}

#section-supporting #three-block-container-1 .block-1 .content div img {
    width: 100px;
}

#section-supporting #three-block-container-1 .block-2 {
    background: linear-gradient(180deg, #B8D1E8 0%, #95BBDB 100%);
    grid-row: 6 / span 5;
    padding: 1.5rem;
    gap: 20px;
}

#section-supporting #three-block-container-1 .block-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#section-supporting #three-block-container-1 .block-2 p {
    text-align: center;
    margin-bottom: 0;
}

#section-supporting #three-block-container-1 .block-2 img {
    width: 40px;
}

#section-supporting #three-block-container-1 .block-2 img:last-of-type {
    align-self: end;
}

#section-supporting #three-block-container-1 .block-3 {
    background-color: #fff;
    grid-row: 1 / span 10;
}

#section-supporting #three-block-container-1 .block-3 .text-med {
    font-size: 3rem;
}

#section-supporting #three-block-container-1 .block-3 .text-sm {
    color: #6058F4;
    font-size: 2rem;
    line-height: 1.5;
}

#section-supporting #three-block-container-1 .block-3 .text-xs {
    font-weight: 600;
    line-height: 3;
    font-size: 1.2rem;
}

.french #section-supporting #three-block-container-1 .block-3 .text-xs {
    line-height: 1.5;
}


#section-supporting #three-block-container-1 .block-3 img {
    width: 120px;
}

#section-supporting #three-block-container-1 .block-3 .content {
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin-top: 1rem;
    text-align: center;
}

.french #section-supporting #three-block-container-1 .block-3 .content {
    gap: 3em;
    margin-top: 2rem;
}


#section-supporting #three-block-container-1 .block-3 .content div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

#section-supporting #three-block-container-1 .block-3 .content p {
    color: #213849;
    margin-bottom: 0;
    padding: 0 1em;
}

/** IMGs **/

#section-supporting #three-block-container-2 {
    background-color: #E4E6F4;
}

#section-supporting #three-block-container-2 .three-grid {
    max-width: 1000px;
}


#section-supporting #three-block-container-2 .block-2 p:nth-of-type(2) {
    padding-right: 2rem;
}

#section-supporting #three-block-container-2 .block-1,
#section-supporting #three-block-container-2 .block-2 {
    display: flex;
    align-items: center;
    gap: 2rem;
}

#section-supporting #three-block-container-2 .block-3,
#section-supporting #three-block-container-2 .block-4 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#section-supporting #three-block-container-2 .block-3 .content,
#section-supporting #three-block-container-2 .block-4 .content {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}


#section-supporting #three-block-container-2 .block-1 img,
#section-supporting #three-block-container-2 .block-2 img {
    width: 150px;
    height: 150px;
}


#section-supporting #three-block-container-2 .block-3 img,
#section-supporting #three-block-container-2 .block-4 img {
    width: 120px;
    height: 120px;
}

#section-supporting #three-block-container-2 .block-3 .text-sm,
#section-supporting #three-block-container-2 .block-4 .text-sm {
    margin-bottom: 0;
}

#section-supporting #three-block-container-2 .block-1 {
    background: #fff;
    grid-row: 1 / span 5;
}

#section-supporting #three-block-container-2 .block-2 {
    background: linear-gradient(180deg, #CCCEED 0%, #AEAEF4 100%);
    grid-row: 6 / span 5;
}

#section-supporting #three-block-container-2 .block-3 {
    background: linear-gradient(180deg, #B2EDD9 0%, #80E0C2 100%);
    grid-row: 1 / span 4;
}

#section-supporting #three-block-container-2 .block-4 {
    background: linear-gradient(180deg, #B8D1E8 0%, #95BBDB 100%);
    grid-row: 5 / span 6;
}

/** AI **/

#section-supporting #three-block-container-3 {
    background-color: #D5E7F7;
}

#section-supporting #three-block-container-3 .three-grid {
    max-width: 1000px;
}

#section-supporting #three-block-container-3 .block-1 {
        background: linear-gradient(180deg, #B2EDD9 0%, #80E0C2 100%);
    grid-row: 1 / span 5;

}

#section-supporting #three-block-container-3 .block-2 {
    background: linear-gradient(180deg, #CCCEED 0%, #AEAEF4 100%);

    color: #082b57;
    grid-row: 6 / span 5;

}

#section-supporting #three-block-container-3 .block-1 img,
#section-supporting #three-block-container-3 .block-2 img {
    width: 120px;
    height: 120px;
}

#section-supporting #three-block-container-3 .block-1,
#section-supporting #three-block-container-3 .block-2,
#section-supporting #three-block-container-3 .block-3 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}


#section-supporting #three-block-container-3 .block-3 {
    background-color: #fff;
    grid-row: 1 / span 10;
    flex-direction: column;
}

#section-supporting #three-block-container-3 .block-3 .text-med {
    color: #6058F4;
}


#section-supporting #three-block-container-3 .block-3 img {
    max-width: 300px;
    margin-bottom: 1rem;
}

/************
NUMBERS SECTION
************/

#section-number h2 {
    color: #213849;
}

#section-number h3 {
    color: #000;
}

#section-number h2 {
    margin-bottom: 0;
}

#section-number h3 {
    margin: 31px 15% 71px 15%;
}

#section-number .tab-item .tab-title {
    background: #E4E6F4;
    color: #213849;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
    border: 2px solid #082b57;
    border-bottom: none;
}

#section-number .tab-item .tab-title:hover,
#section-number .tab-item .tab-title.is-active {
    background-color: #213849;
    color: #fff;
    padding-top: 20px;
}

#section-number .table-row:nth-child(odd) {
    background-color: #F1EFF9;
}

#section-number .total {
    background-color: #B2EDD9 !important;
}

#section-number .tab-section {
    border: 2px solid #082b57;
    border-top: 5px solid #082b57 !important;
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
}

#section-number .tab-controls .tab-item {
    width: 49.7%;
}

#section-number {
    background-color: #CCCEED;
    padding: 5em 0;
}

#year-number-notes {
    margin: 15px;
}

#section-number .table-note {
    width: 90%;
    padding: 30px 0;
    text-align: left;
    font-size: 0.9em;
    margin: auto;
}

#section-number .mobile-only {
    display: none;
}

@media screen and (min-width: 767px) {
    #section-number .tab-item .tab-title {
        width: 100% !important;
    }
}

/********* START: TABLE ********/
.table-purple {
    background-color: #5959B3;
}

.table-purple-light {
    background-color: #D5B3F4;
}



.table-test {
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.table-cell,
.table-head {
    float: left;
    width: 13%;
    padding: 5px 10px 5px 0;
}

.table-head {
    font-weight: bold;
}

.cases {
    width: 50%;
    text-align: left;
}

.table-row {
    display: flex;
    text-align: right;
    padding: 0 0 0 10px;
}

.table-highlight {
    color: white;
}

/***** END: TABLE*****/

/**************
SECTION MEMBERS
**************/

/***DONUT GRAPH***/

.donut-container {
    position: relative;
    text-align: center;
}

.centered-donut-text {
    position: absolute;
    top: 48%;
    left: 30%;
    transform: translate(-20%, -50%);
    max-width: 350px;
}

#section-members .centered-donut-text .text-lg {
    font-size: 4.5rem;
}

#section-members .donut-container img {
    max-width: 90%;
}

.tow-box-1,
.tow-box-3 {
    flex: 1.3;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.tow-box-2 {
    flex: 3;
}

.tow-box-3>div,
.tow-box-1>div {
    margin-left: 50px;
}

.tow-dot-left,
.tow-dot-right {
    position: relative;
    top: 50px;
    left: -50px;
}

.tow-chart-container {
    display: flex;
    flex-direction: row;
}

.tow-notes {
    max-width: 450px;
    font-size: 14px;
    margin: 2em 0;
}

/***AGE CHART***/

#section-members {
    background-color: #D5E7F7;
    padding: 5em 1em;
}

#section-members h3 {
    margin: 0;
}

#section-members h4 {
    margin-bottom: 20px;
}

.age-bar-bg .text-sm {
    font-size: 25px;
}

.animated-bar {
    position: relative;
    height: 50px;
    border-radius: 0 40px 40px 0;
    width: 50px;
}

.bar-percent {
    padding: 6px 7px 7px 0;
    margin-left: -18px;
}

.age-bar-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
}

.age-bar-img {
    flex: 1;
    text-align: right;
    margin-right: -30px;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.age-bar-text>p:first-of-type {
    margin-left: 40px;
}

.age-bar-img img {
    max-width: 220px;
}

.age-bar-text {
    flex: 5;
    margin-top: 15px;
}

.age-bar-adjust {
    margin-top: 15px;
}

.age-bar-bg {
    width: 99%;
    background-color: white;
    border-radius: 0 15px 15px 0;
}

.age-bar-1,
.age-bar-2,
.age-bar-3 {
    color: #fff;
}

.age-bar-1 {
    background: linear-gradient(90deg, #7F7FDB 0%, #5959B3 100%);
}

.age-bar-2 {
    background: linear-gradient(90deg, #6BD1AF 0%, #00857B 100%);
}

.age-bar-3 {
    background: linear-gradient(90deg, #CD8FF9 0%, #795493 100%);
}

.age-bar-low {
    animation: low-bar-anim 2s ease;
    animation-fill-mode: forwards;
}

@keyframes low-bar-anim {
    0% {
        padding-left: 1%;
    }

    100% {
        padding-left: 38%;
    }
}

.age-bar-med {
    animation: med-bar-anim 2s ease;
    animation-fill-mode: forwards;
}

@keyframes med-bar-anim {
    0% {
        padding-left: 1%;
    }

    100% {
        padding-left: 41%;
    }
}

.age-bar-high {
    animation: high-bar-anim 2s ease;
    animation-fill-mode: forwards;
}

@keyframes high-bar-anim {
    0% {
        padding-left: 1%;
    }

    100% {
        padding-left: 21%;
    }
}

/***************
SECTION BY REGION (TABLE AND MAP)
***************/

#sr-section-region table tbody tr:last-child {
    border-bottom: none;
}

.sr-section-region {
    background-color: #ecf4fd;
    background-size: cover;
    min-height: 300px;
    padding: 5em 0;
    margin: 0;
}

.sr-section-region h3 {
    text-align: center;
    margin: 0 0 3rem 0;
}

.sr-section-region h4 {
    color: #000;
    margin-top: 54px;
    text-transform: uppercase;
}

.sr-tab-wrapper {
    width: 80%;
    margin: auto;
}

.sr-tab-controls {
    display: none;
    margin: 0;
    padding: 0;
}

.sr-tab-controls .sr-tab-item {
    display: inline-block;
}

.sr-tab-section {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.sr-tab-item {
    display: block;
    width: 100%;
}

.sr-tab-item .sr-tab-title {
    cursor: pointer;
    display: block;
    padding: 15px;
    margin: 0;
    border-bottom: none;
    transition: 0.2s ease;
    width: 100%;
}

.sr-tab-item .sr-tab-content {
    display: none;
    height: 0;
    left: 0;
    opacity: 0;
    padding: 0 20px !important;
    position: relative;
    transition: 0.4s ease;
    visibility: hidden;
    width: 100%;
    box-sizing: border-box;
}

.sr-tab-item .sr-tab-content.sr-is-active {
    display: block;
    height: auto;
    opacity: 1;
    padding: 1rem 2rem;
    visibility: visible;
}

.sr-tab-item .sr-tab-title.sr-is-active {
    background-color: #fff;
    color: #082b57;
}

.sr-tab-item .sr-tab-title {
    background: #213849;
    border: none;
    font-weight: bold !important;
}

.sr-tab-controls .sr-tab-item {
    flex-grow: 1;
    padding: 5px;
    background: #213849;
    display: flex;
    align-items: center;
}

.sr-tab-controls .sr-tab-item:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.sr-tab-controls .sr-tab-item:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media screen and (min-width: 767px) {
    .sr-tab-item .sr-tab-title {
        width: 100% !important;
        color: #fff;
    }

    .sr-tab-controls {
        display: block;
    }

    .sr-tab-section .sr-tab-item .sr-tab-title {
        display: none;
    }

    .sr-tab-item .sr-tab-title {
        width: auto;
    }

    .sr-tab-item:nth-of-type(1) .sr-js-tab-title {
        border-radius: 50px 0px 0px 50px;
    }

    .sr-tab-item:nth-of-type(3) .sr-js-tab-title {
        border-radius: 0px 50px 50px 0px;
    }

    .sr-tab-item .sr-tab-title {
        width: 100%;
        height: 100%;
    }

    .sr-tab-controls {
        display: flex;
        width: 65%;
        margin: auto;
    }

    .sr-tab-section {
        padding: 20px 0;
    }
}

@media screen and (max-width: 766px) {
    .sr-tab-section {
        border: none;
    }

    .sr-tab-item .sr-tab-title {
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sr-tab-item .sr-tab-title .sr-tab-title-text {
        order: 1;
    }

    .sr-tab-item .sr-tab-title .sr-tab-arrow {
        order: 2;
    }

    .arrow-up {
        filter: brightness(0) saturate(100%) invert(21%) sepia(39%) saturate(1976%) hue-rotate(160deg) brightness(94%) contrast(102%) !important;
    }

    .sr-tab-item .sr-tab-title.sr-is-active {
        border-bottom: 1px solid #667775 !important;
    }

    .sr-tab-item .sr-tab-title:hover,
    .sr-tab-item .sr-tab-title.sr-is-active {
        border-top: 4px solid #f7f8f7;
    }

    .sr-tab-item .sr-tab-title.sr-is-active {
        border-bottom: 0 !important;
        border-top: 0 !important;
    }

    .sr-tab-item .sr-tab-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 4px solid #f7f8f7;
    }

    .sr-tab-item .sr-tab-title .sr-tab-icon-mobile {
        order: 1;
        flex: 0 0 auto;
        height: 48px;
        width: 48px;
        margin: 10px;
    }

    .sr-tab-item .sr-tab-title .sr-tab-title-text {
        order: 2;
        flex: 0 0 auto;
        color: #fff;
    }

    .sr-tab-title.sr-is-active .sr-tab-title-text {
        color: #004b62;
    }

    .sr-tab-item .sr-tab-title .sr-tab-arrow {
        order: 3;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .sr-tab-item .sr-tab-content {
        padding: 1rem !important;
    }
}

.sr-region-image {
    display: block;
    width: 70%;
    margin: 3rem auto;
}

.sr-region-table {
    overflow: auto;
    width: 88%;
    margin: 10px auto;
}

.sr-region-table table {
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
    font-weight: bold;
}

.sr-region-table table td,
.sr-region-table th {
    border: 1px solid #000;
}

.sr-region-table table tr:first-child td {
    border-top: 0;
}

.sr-region-table table tr td:first-child {
    border-left: 0;
}

.sr-region-table table tr:last-child td {
    border-bottom: 0;
}

.sr-region-table table tr td:last-child {
    border-right: 0;
}

.sr-region-table th {
    background-color: #5959B3;
    color: #fff;
    padding: 25px 30px;
    border-top: none;
    font-weight: bold;
}

.sr-region-table td.sr-bcab {
    background-color: #6BD1AF;
}

.sr-region-table td.sr-smat {
    background-color: #AEAEF4;
}

.sr-region-table td.sr-on {
    background-color: #95BBDB;
}

.sr-region-table td.sr-qc {
    background-color: #D5B3F4;
}

.sr-region-table td {
    background-color: #ffffff;
    color: #000000;
    padding: 5px 30px;
}

.sr-region-table .sr-bcab,
.sr-region-table .sr-smat,
.sr-region-table .sr-on,
.sr-region-table .sr-qc,
.sr-region-table .sr-total {
    text-align: left;
}

.sr-region-table th:first-of-type {
    border-top-left-radius: 25px;
    border-left: none;
}

.sr-region-table th:last-of-type {
    border-top-right-radius: 25px;
    border-right: none;
}

.sr-region-table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-weight: normal;
    padding: 1rem;
}

@media screen and (max-width: 960px) {
    .sr-region-image {
        width: 80%;
    }

    .sr-region-table {
        width: 100%;
    }

    .sr-tab-controls {
        width: 85%;
    }

    .sr-tab-wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 760px) {

    .sr-region-table th,
    .sr-region-table td {
        padding: 5px 10px;
        font-weight: normal;
    }

    .sr-tab-wrapper {
        width: 100%;
    }

    .sr-region-image {
        width: 100%;
        margin: 1rem auto;
    }
}

@media screen and (max-width: 600px) {
    .sr-tab-item .sr-tab-content {
        padding: 1rem 0.3rem !important;
    }

    .sr-section-region h4 {
        margin-top: 16px;
    }
}


/***************
LEARNING SECTION
***************/

#section-learning {
    background-color: #CEEDE4;
    padding: 5em 1em;
}

#section-learning h4 {
    text-align: center;
}

#section-learning .text-sm {
    font-size: 1.5em;
}

#section-learning .text-med {
    font-size: 4em;
}

#section-learning .learning-donut-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 5em;
}

.learning-donut-container .filler-section,
.learning-donut-container .text-section {
    flex: 1;
    padding-left: 45px;
}

.learning-donut-container .donut-section {
    flex: 2;
}

.learning-donut-container .centered-donut-text {
    max-width: 250px;
}

.learning-donut-container .centered-donut-text .text-lg {
    line-height: 1;
}

.donut-section img {
    max-width: 80%;
}

.learning-donut-container .text-section img {
    max-width: 100px;
}

.learning-donut-container .text-section .dot {
    background-color: #00857b;
    position: relative;
    top: 80px;
    left: -170px;
    height: 30px;
    width: 30px;
    border: solid 12px #c0ece0;
}

.learning-donut-container .centered-donut-text {
    left: 36%;
}

#section-learning .section-content-narrow {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

#section-learning .section-content-narrow .learning-block {
    display: flex;
    align-items: center;
}

#section-learning .section-content-narrow img {
    max-width: 300px;
    margin-right: -100px;
    z-index: 1;
}

#section-learning .learning-text {
    border-radius: 0 20px 20px 0;
    padding: 1em 2em;
}

#section-learning .learning-text p {
    margin-left: 100px;
}

#section-learning .learning-block:nth-of-type(1) .learning-text {
    background: linear-gradient(90deg, #E1D0F4 0%, #D5B3F4 100%);
}

#section-learning .learning-block:nth-of-type(2) .learning-text {
    background: linear-gradient(90deg, #C2C2F2 0%, #AEAEF4 100%);
}

/**************
FINANCIAL SECTION
**************/
.nav-section-finance {
    max-width: 1170px;
    margin: 0 auto;
}

.nav-section-finance a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0.5rem 5%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-section-finance ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1px 0 3px 0;
}

.nav-section-finance li {
    list-style: none;
    flex: 1;
    border-right: 3px solid #fff;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.nav-section-finance li:first-of-type {
    border-left: 1px solid #fff;
    border-radius: 50px 0 0 50px;
}

.nav-section-finance li:last-of-type {
    border-radius: 0 50px 50px 0;
    margin-right: 0;
}

.nav-section-finance li:hover {
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
}

.financial-block-blue {
    background: linear-gradient(90deg, #AEAEF4 0%, #7F7FDB 100%);
}

.financial-block-blue-light {
    background-color: #E9EAF6;
}

.financial-block-green {
    background: linear-gradient(90deg, #B2EDD9 0%, #6BD1AF 100%);
}

.financial-block-green-light {
    background-color: #E7F7F2;
}

.financial-block-purple {
    background: linear-gradient(90deg, #D5B3F4 0%, #CD8FF9 100%);
}

.financial-block-purple-light {
    background-color: #F1EFF9;
}

.nav-section-finance .financial-block-green:hover {
    background: #E7F7F2;
}

.nav-section-finance .financial-block-purple:hover {
    background: #F1EFF9;
}

.nav-section-finance .financial-block-blue:hover {
    background: #E9EAF6;
}

#section-finance-intro .quote {
    padding: 40px 220px;
    margin: 1em 0 1em 0;
    border: none;
    text-align: center;
    font-size: 1.5em;
    color: #004b62;
}

.download-pdf {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 40px;
    width: 50%;
    margin: 5px auto;
    text-align: center;
    background-color: #213849;
}

.download-pdf:hover {
    background-color: #296899;
}

.section-pdf-links {
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

#section-financial-perf h5 {
    font-weight: bold;
}

.section-pdf-links a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 1rem 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.financial-block {
    margin: 2em 0;
    border-radius: 30px;
}

.financial-block-icon {
    padding: 10px;
    border-radius: 25px 25px 0 0;
}

.financial-block img {
    display: block;
    height: 60px;
    margin: 0 auto;
}

.financial-block-content {
    padding: 40px;
    border-radius: 0 0 30px 30px;
}

.financial-block h3,
.financial-block h4 {
    text-align: center;
}

#compensating-patients-f table {
    margin: auto;
    max-width: 520px;
    margin-bottom: 2rem;
}

.french #compensating-patients-f table {
    max-width: 630px;
}

#compensating-patients-f th {
    background-color: #5959b3;
    color: #fff;
    font-weight: bold;
}

#compensating-patients-f tr:nth-child(odd) {
    background-color: #ccceed;
}

#compensating-patients-f tr:nth-child(even) {
    background-color: #fff;
}

#compensating-patients-f .compensation-total {
    background-color: #b2edd9 !important;
}

#section-financial-perf {
    padding: 5em 0 0 0;
}

#section-finance-intro {
    margin: 0 auto;
}

.chart-block {
    background-color: #fff;
    padding: 1em 0;
    margin-bottom: 2em;
}

#section-finance-intro .quote {
    padding: 0 150px 20px 150px;
    margin-bottom: 1em;
    border: none;
    text-align: center;
    font-size: 1.5em;
    color: #082b57;
}

.financial-block:last-of-type {
    margin-bottom: 3em;
}

/***** FINANCIAL CHART *****/

.legend {
    list-style: none;
    margin-top: 10px;
    font-size: 14px;
}

.legend li {
    margin-right: 10px;
    color: #686868;
}

.legend span {
    float: left;
    width: 20px;
    height: 12px;
    margin: 2px;
}

.legend .legend-one {
    background-color: #32A47E;
}

.legend .legend-two {
    background-color: #6799CB;
}

.legend .legend-three {
    background-color: #C071F9;
}

.legend .legend-four {
    background-color: #7070D7;
}

.legend .legend-five {
    background-color: #00857b;
}

.mobile-legend-modified {
    display: flex;
    justify-content: center;
    font-size: 12px;
}

/*************
FOOTER SECTION
*************/

#footer-section .center-text img {
    width: 100px;
}

#footer-section {
    padding: 5em 0;
}

#footer-section .download-pdf {
    width: 20%;
}

/*************
FLOATING MENU
*************/
body {
    position: relative;
}

.section-floating-menu {
    position: fixed;
    z-index: 999;
    transition: 0.25s;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    top: auto;
    bottom: 7%;
    left: 0%;
    right: 0%;
    border: none;
    display: none;
}

.floating-menu-list {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.floating-menu-list li {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 10px 4px;
    background: #CCCEED;
    min-height: 42px;
    justify-content: center;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-right: 1px solid #fff;
}

.french .floating-menu-list li {
    min-height: 48px;
}

.floating-menu-list li a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 10px;
    text-decoration: none;
    color: #000;
}

.floating-menu-list li a img {
    width: 36px;
}

.floating-menu-list li:first-child {
    border-radius: 50px 0 0 50px;
    border-left: 5px solid #fff;
}

.floating-menu-list li:last-child {
    border-radius: 0 50px 50px 0;
    border-right: 5px solid #fff;
}

.floating-menu-list li:hover {
    background: #6058F4;
}

.floating-menu-list li:hover a {
    color: #fff;
}

.floating-menu-list li:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(13%) hue-rotate(81deg) brightness(106%) contrast(106%);
}

.floating-menu-list .floating-active {
    background-color: #6058F4;
}

.floating-menu-list .floating-active a {
    color: #fff !important;
}

@media (max-width: 960px) {
    .floating-menu-list {
        justify-content: flex-start;
        display: none;
    }
}

/*************
MOBILE - 960PX
*************/

@media only screen and (max-width: 960px) {
    /**** SECTION HEADER ****/

    .desktop-only-break {
        display: none;
    }

    .section-header-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .section-header-text-one {
        font-size: 5rem;
        line-height: 4rem;
    }

    .section-header-text-two {
        font-size: 3rem;
        line-height: 3rem;
    }

    .french .section-header-text-one {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }

    .french .section-header-text-two {
        font-size: 5rem;
        line-height: 5rem;
    }

    /**** NAV SECTION ****/
    #nav-section ul {
        flex-direction: column;
    }

    #nav-section li {
        flex: 1 1 auto;
        /*required for IE11*/
    }

    #nav-section li {
        border-right: none;
        border-bottom: 1px solid #fff;
        border-radius: 50px !important;
        margin-bottom: 3px;
        margin-right: 0;
    }

    /**** President, CEO & Leadership ****/
    .leadership-figure figure {
        gap: 1rem;
        flex-direction: column;
        text-align: center;
    }

    /**** Council, Leadership team, and Strategic Plan ****/
    #section-council-leadership-strategy {
        padding: 4em 0;
    }
    
        /**** SECTION MISSION *****/

    .mission-box-container {
        flex-direction: column;
        align-items: center;
        gap: 2em;
    }

    #section-mission h4 {
        text-align: center;
    }
    
    #section-mission p {
        text-align: center;
    }

    #section-mission h3 {
        margin: 1em 0;
    }

    #section-mission .mission img {
        display: none;
    }

    /***** SECTION SUPPORTING *****/

    /* A CLOSER LOOK */
    #section-supporting div[id*="three-block-container"] {
        padding: 2rem 0.5rem;
    }

    #section-supporting div[class*="block"] {
        padding: 2rem;
    }

    #section-supporting #three-block-container-1 .three-grid,
    #section-supporting #three-block-container-2 .three-grid,
    #section-supporting #three-block-container-3 .three-grid {
        display: flex;
        flex-direction: column;
        max-width: 728px;
        margin: 0 auto;
    }


    #section-supporting #three-block-container-1 .text-sm {
        line-height: 1.5;
    }


    #section-supporting #three-block-container-1 .block-3 {
        text-align: center;
    }

    #section-supporting #three-block-container-1 .block-1 .content>div:first-of-type {
        flex: 1;
    }

    #section-supporting #three-block-container-2 .block-1 img,
    #section-supporting #three-block-container-2 .block-2 img {
        width: 120px;
        height: 120px;
    }

    #section-supporting #three-block-container-2 .block-2 p:nth-of-type(2) {
        padding-right: 0;
    }

    #section-supporting #three-block-container-3 .block-2 .text-lg {
        font-size: 3rem;
    }

    #section-supporting #three-block-container-3 .block-2 img {
        max-width: 100%;
    }
    
    .french #section-supporting .accordion-heading button .a-text-container {
        margin: 0 40px 0 10px;
    }

    /***** SECTION NUMBERS *****/
    #section-number .table-note p {
        width: 100%;
    }

    /***** SECTION MEMBERS *****/

    .age-bar-bg {
        width: 96%;
    }

    .tow-notes {
        margin: 2em auto;
    }

    /***** LEARNING SECTION *****/

    .learning-donut-container .filler-section {
        display: none;
    }

    .learning-donut-container .text-section .dot {
        left: -70px;
        max-width: 30px;
    }

    .learning-donut-container .text-section {
        max-width: 400px;
        margin: auto;
    }

    .learning-donut-container .centered-donut-text {
        left: 35%;
    }

    .learning-boxes {
        margin: 2em 1em;
    }

    /**** FINANCIAL SECTION *****/

    .header-block h2 {
        padding: 5px 0;
        font-size: 2.4em;
    }

    .nav-section-finance ul {
        display: block;
    }

    .nav-section-finance li {
        height: 60px;
        border-radius: 15px !important;
        margin-bottom: 3px;
        padding: 0 20px;
        text-decoration: underline;
    }

    .nav-section-finance li:hover {
        text-decoration: none;
    }

    .nav-section-finance a {
        padding: 0.5rem 1%;
    }

    #section-finance-intro {
        margin: 0 3em;
    }

    #section-finance-intro .quote {
        padding: 0 20px 0 0;
    }

    /**** FOOTER SECTION ****/

    #footer-section .download-pdf {
        width: 40%;
    }
}

/*************
MOBILE - 799PX
*************/

@media only screen and (max-width: 799px) {
    /**** SECTION SUPPORTING ****/

    #section-supporting .accordion-heading button .a-text-container {
        margin: 0 60px 0 10px;
    }

    /**** SECTION MEMBERS ****/

    .tow-chart-container {
        flex-direction: column;
    }

    #section-members .centered-donut-text .text-lg {
        font-size: 6.5rem;
    }

    #section-members .centered-donut-text {
        max-width: 420px;
    }

    #section-members .donut-container .text-sm {
        font-size: 1.3rem;
    }

    .tow-box-1 {
        order: 2;
    }

    .tow-box-2 {
        order: 1;
    }

    .tow-box-3 {
        order: 3;
    }

    .tow-box-1,
    .tow-box-3 {
        width: 250px;
        margin: 0 auto;
    }

    .dot {
        max-width: 35px;
    }
}

/*************
MOBILE - 766px
*************/

@media screen and (max-width: 766px) {
    /**** CEO SECTION ****/

    #section-ceo h3 {
        margin: 0 5% 2em;
    }

    /**** MISSION VISION SECTION ****/

    #section-council-leadership-strategy h3 {
        margin: 0 5% 2em;
    }


    /**** A YEAR IN NUMBERS ****/

    #section-number .tab-section {
        border-top: none !important;
    }

    #section-number .tab-item .tab-title {
        background: #082b57;
        color: #fff;
        border-radius: 0;
        padding: 10px 45px 10px 20px;
        background-image: url(/static-assets/images/about/annual-report/2025/26-annual-report-icon-+.svg);
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: 98% 50%;
    }

    #section-number .tab-item .tab-title.is-active {
        background-image: url(/static-assets/images/about/annual-report/2025/26-annual-report-icon-x.svg);
    }

    /**** SECTION NUMBERS BY REGION ****/

    .tab-section {
        border-top: none !important;
        border-radius: 0 !important;
    }

    #sr-section-region button {
        background-image: url(/static-assets/images/about/annual-report/2025/26-annual-report-icon-+.svg);
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: 98% 50%;
    }

    #sr-section-region button.sr-is-active {
        background-image: url(/static-assets/images/about/annual-report/2025/26-annual-report-icon-x.svg);
    }

    .french .sr-tab-wrapper {
        width: 100%;
    }

    .french .sr-region-table {
        width: 100%;
    }

    .french .sr-tab-item .sr-tab-content {
        padding: 1rem 0.3rem !important;
    }

    .french .sr-region-image {
        width: 100%;
        margin: 1rem auto;
    }

    .french .sr-region-table th,
    .french .sr-region-table td {
        padding: 5px 10px;
        font-weight: normal;
    }

    .french .sr-section-region h4 {
        margin-top: 16px;
    }
}

/*************
MOBILE - 729PX
*************/

@media only screen and (max-width: 729px) {
    /**** GENERAL ****/

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
        margin: 20px 15%;
    }

    .title-with-bg {
        padding: 20px 0;
    }

    .hr-space {
        margin: 3rem 0;
    }

    /**** President, CEO & Leadership ****/

    #section-ceo {
        padding: 2em 0 1em;
    }



    /**** SUPPORTING ****/

    #section-supporting .accordion-contents {
        margin: -1rem 0rem 1.5rem 0rem;
    }

    #section-supporting .accordion-heading button {
        margin-bottom: 1.5rem;
    }


    /**** SECTION MEMBERS ****/

    #section-members {
        padding: 5em 1em 1em;
    }

    .age-bar-img {
        margin-right: -40px;
    }

    .age-bar-img img {
        max-width: 100px;
        align-self: flex-end;
    }

    .age-bar-text>p:first-of-type {
        margin: 0 0 0 40px;
    }

    #section-members .text-med {
        font-size: 2em;
    }

    /**** REGION ****/

    .sr-section-region {
        padding: 2em 0;
    }

    /***** LEARNING SECTION *****/

    #section-learning {
        padding: 2em 1em;
    }

    .learning-donut-container .text-section .dot {
        left: -10px;
    }

    #section-learning .learning-donut-container .text-med {
        margin-left: 1em;
    }

    #section-learning .learning-donut-container,
    .learning-boxes {
        flex-direction: column;
    }

    .learning-donut-container .centered-donut-text {
        max-width: 240px;
    }

    .french .learning-donut-container .centered-donut-text {
        max-width: 200px;
    }

    #section-learning .text-sm {
        font-size: 1.7em;
    }

    #section-learning .text-lg {
        font-size: 3em;
    }

    #section-learning .section-content-narrow img {
        display: none;
    }

    #section-learning .learning-text {
        border-radius: 20px;
        text-align: center;
        padding: 1em;
    }

    #section-learning .learning-text p {
        margin-left: 0;
    }

    /***** FINIANCIAL SECTION *****/

    #section-financial-perf {
        padding: 2em 0 0 0;
    }

    #section-finance-intro {
        margin: 0 1em;
    }

    .financial-block-content {
        padding: 40px 20px;
    }

    .financial-block {
        margin: 2em 0;
    }
}

/*************
MOBILE - 699PX
*************/

@media only screen and (max-width: 699px) {

    /**** SECTION HEADER ****/
    #section-header img {
        max-width: 400px;
    }


    /**** President, CEO & Leadership ****/
    .leadership-message p:first-of-type {
        font-size: 1.5rem;
    }

    .leadership-figure {
        flex-direction: column;
    }

    /**** SECTION SUPPORTING ****/

    #section-supporting .accordion-contents {
        overflow-wrap: break-word;
    }
    
    #section-supporting .accordion-heading button .a-text-container {
        margin: 0 40px 0 10px;
    }

    #section-supporting .accordion-heading button,
    #section-supporting .accordion-heading button.selected {
        background-size: 40px;
        padding: 8px;
    }

    #section-supporting .accordion-heading img {
        height: 50px;
    }



    #section-supporting .accordion-control button.accordion-expand-all {
        margin-left: 0;
    }

    /***** SECTION NUMBERS *****/

    #section-number .mobile-only {
        display: block;
        color: #fff;
    }

    #section-number .tab-section {
        border-radius: 0;
    }

.total-cells-header {
    background-color: #B2EDD9 !important;
    padding-left: 0 !important;
    width: 100% !important;
}

    .table-row {
        display: block;
        border-bottom: none;
        padding: 0px;
    }

    .table-head {
        display: none;
    }

    .table-cell,
    .table-head {
        padding-left: 60%;
        width: 40%;
        text-align: left;
    }

    .table-cell:before,
    .table-head:before {
        font-weight: bold;
        position: absolute;
        left: 25px;
    }

    .ytotal::before {
        content: "2025 TOTAL: ";
    }

    .y2025::before {
        content: "2025: ";
    }

    .y2024::before {
        content: "2024: ";
    }

    .y2023::before {
        content: "2023: ";
    }

    .y2022::before {
        content: "2022: ";
    }

    .y2021::before {
        content: "2021: ";
    }

    .y2020::before {
        content: "2020: ";
    }

    .bc-ab::before {
        content: "BC/AB: ";
    }

    .smat::before {
        content: "SMAT**: ";
    }

    .prov-on::before {
        content: "ON: ";
    }

    .prov-qc::before {
        content: "QC: ";
    }

    .french .ytotal::before {
        content: "Total 2025 : ";
    }

    .french .y2025::before {
        content: "2025 : ";
    }

    .french .y2024::before {
        content: "2024 : ";
    }

    .french .y2023::before {
        content: "2023 : ";
    }

    .french .y2022::before {
        content: "2022 : ";
    }

    .french .y2021::before {
        content: "2021 : ";
    }

    .french .y2020::before {
        content: "2020 : ";
    }

    .french .bc-ab::before {
        content: "C.-B./Alb. : ";
    }

    .french .smat::before {
        content: "SMAT** : ";
    }

    .french .prov-on::before {
        content: "Ont. : ";
    }

    .french .prov-qc::before {
        content: "Qc : ";
    }

    .cases {
        font-weight: bold;
        color: black;
        padding-left: 2%;
        width: 98%;
        text-align: left;
        background-color: #F1EFF9;
        text-align: center;
    }

    .main-table-head {
        background-color: #5959B3;
        color: white;
    }

    .hide-cells {
        display: none;
    }

    /**** SECTION MEMBERS ****/

    #section-members .centered-donut-text .text-lg {
        font-size: 4.5rem;
    }

    #section-members .centered-donut-text {
        max-width: 350px;
    }

    /***** FINANCIAL SECTION *****/
    .download-pdf {
        width: 90%;
    }

    /**** FOOTER SECTION ****/

    #footer-section .center-text img {
        width: 80px;
    }
}

/*************
MOBILE - 480PX
*************/

@media only screen and (max-width: 480px) {
    /**** SECTION HEADER ****/
    #section-header img {
        max-width: 350px;
    }

    .english .section-header-text-one,
    .french .section-header-text-two {
        font-size: 3rem;
        line-height: 3rem;
    }

    .english .section-header-text-two,
    .french .section-header-text-one {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    /**** President, CEO & Leadership ****/
    .leadership-message {
        white-space: normal;
        word-break: break-word;
    }

    /**** SECTION SUPPORTING ****/

    #section-supporting .accordion-contents {
        padding: 1.5rem 2rem 2rem;
    }

    #section-supporting #three-block-container-1 .block-1 .content,
    #section-supporting #three-block-container-1 .block-3 .content div,
    #section-supporting #three-block-container-2 .block-1,
    #section-supporting #three-block-container-2 .block-2,
    #section-supporting #three-block-container-2 .block-3,
    #section-supporting #three-block-container-2 .block-4,
    #section-supporting #three-block-container-3 .block-1,
    #section-supporting #three-block-container-3 .block-2,
    #section-supporting #three-block-container-3 .block-3 {
        flex-direction: column;
    }

    #section-supporting #three-block-container-1 .block-2 img {
        width: 20px;
    }

    #section-supporting #three-block-container-1 .block-3 .text-xs {
        line-height: 2;
    }

    #section-supporting #three-block-container-1 .block-3 .text-med {
        font-size: 2rem;
    }
    
    #section-supporting #three-block-container-2 .block-3 .content, #section-supporting #three-block-container-2 .block-4 .content {
    flex-direction: column;
    }

    /* A CLOSER LOOK */
    #section-supporting #three-block-container-1 .block-3 img {
        max-width: 250px;
    }

    /**** MEMBERS SECTION ****/
    #section-members .centered-donut-text .text-lg {
        font-size: 3rem;
    }

    #section-members .centered-donut-text .text-sm {
        font-size: 1rem;
    }

    /**** LEARNGIN SECTION ****/

    .learning-donut-container .centered-donut-text {
        left: 32%;
    }

    .french .learning-donut-container .centered-donut-text {
        left: 35%;
    }

    .french .learning-donut-container .centered-donut-text {
        max-width: 150px;
    }

    #section-learning .text-sm {
        font-size: 1.3em;
    }

    .french #section-learning .text-sm {
        font-size: 1.1em;
    }

    /***** BY REGION SECTION *****/

    .french .sr-region-table th,
    .french .sr-region-table td {
        padding: 5px 2px;
        font-weight: normal;
        font-size: 14px;
    }

    /***** FOOTER SECTION ****/

    #footer-section .download-pdf {
        width: 60%;
    }
}

/*************
MOBILE - 400PX
*************/

@media only screen and (max-width: 400px) {
    /**** BY REGION SECTION ****/

    .french .sr-region-table th,
    .french .sr-region-table td {
        font-size: 12px;
    }

    /**** SUPPORTING SECTION ****/
    #section-supporting #three-block-container-3 .block-3 img {
        max-width: 200px;
    }

    /**** LEARNING SECTION ****/
    #section-members .text-med {
        font-size: 1em;
    }

}

/*************
MOBILE - 360PX
*************/

@media only screen and (max-width: 360px) {
    /**** GENERAL ****/

    h2 {
        font-size: 2.7rem;
    }

    /**** section header ****/
    #section-header img {
        max-width: 250px;
    }

}