/*************
GENERAL STYLES
*************/
h1,
h2,
h3 {
  margin: 0.7rem 0em;
}

h2 {
  font-size: 3rem;
  text-transform: uppercase;
  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;
}

/* 2024 COLORS */

/***Blues***/
.base-colour-dark-blue {
  background-color: #082b57;
}
.base-colour-med-blue {
  background-color: #296899;
}
.base-colour-blue-b {
  background-color: #5299cb;
}
.blue {
  color: #082b57;
}
.base-colour-b {
  background-color: #082b57;
}
.base-colour-blue-light {
  background-color: #ecf4fd;
}

/***Teals***/
.base-colour-teal {
  background-color: #00857b;
}
.teal {
  color: #00857b;
}
/***Greens***/
.base-colour-green {
  background-color: #39e2a1;
}
.base-colour-c {
  background-color: #b3ddd9;
}
.base-colour-green-light {
  background-color: #d2fcea;
}
/***Purples***/
.base-colour-med-purple {
  background-color: #995ba0;
}
.base-colour-purple {
  background-color: #cdaef4;
}
.purple {
  color: #995ba0;
}
.base-colour-purple-light {
  background-color: #f4edfd;
}

.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: #b1d1e8;
  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 {
  background-image: url("/static-assets/images/about/annual-report/2024/25-annual-report-top-header-banner-background.png");
  background-size: cover;
  background-position: bottom -11px left 90px;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}

.section-header-container {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#section-header img {
  max-width: 410px;
  padding-top: 40px;
}

.section-header-title {
  margin-top: 130px;
}

.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: #995ba0;
  text-align: center;
}

.english .section-header-text-two {
  font-size: 5rem;
  line-height: 4.5rem;
  letter-spacing: 0rem;
  color: #082b57;
}

.french .section-header-text-one {
  font-size: 4.5rem;
  line-height: 4.5rem;
  letter-spacing: 0rem;
  color: #082b57;
}

.french .section-header-text-two {
  font-size: 7rem;
  line-height: 6.5rem;
  letter-spacing: 0rem;
  font-weight: 800;
  color: #995ba0;
  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 {
  background-color: #ecf4fd;
}

#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;
}

#nav-section li {
  list-style: none;
  flex: 1;
  border-right: 1px solid #b1d1e8;
  color: #fff;
  background-color: #082b57;
}

#nav-section li:first-of-type {
  border-radius: 15px 0 0 15px;
  margin-right: 0;
}

#nav-section li:last-of-type {
  border-radius: 0 15px 15px 0;
  margin-right: 0;
}

#nav-section li:hover {
  background-color: #39e2a1;
  text-decoration: none;
  color: #082b57;
  font-weight: bold;
  overflow: hidden;
}

/******************
SECTION CEO MESSAGE 
******************/

#section-ceo {
  margin: 0;
  padding: 5em 0;
  background-color: #ecf4fd;
  width: 100%;
}

#section-ceo h3 {
  margin-top: 0;
}

.pres-ceo-video {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-size: cover;
  margin: 4em 0 2em;
}

.pres-ceo-video iframe {
  box-shadow: 1px 1px 3px 2px lightgrey;
}

/***********************************************************
SECTION COUNCIL, LEADERSHIP TEAM, AND STRATEGY PLAN (3 CARDS)
************************************************************/
.section-content-cls {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

#section-council-leadership-strategy {
  background-image: url("/static-assets/images/about/annual-report/2024/25-annual-report-council-leadership-strat-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0 0 8em 0;
  background-color: #ecf4fd;
  width: 100%;
  background-position: left 0 bottom -40px;
}

#section-council-leadership-strategy h3 {
  margin-top: 0;
}

#section-council-leadership-strategy h4 {
  text-transform: none;
  color: #e9dbfa;
}

.cls-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 2rem auto;
  justify-content: center;
  width: 100%;
  min-width: 960px;
}

.cls-grid-item {
  position: relative;
  min-height: 325px;
  min-width: 325px;
  background-color: #296899;
  overflow-y: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-align: center;
  margin: auto;
}

.french .cls-grid-item {
	min-height: 350px;
	min-width: 350px;
}

.cls-grid-item img {
  margin: 100px auto 10px;
  width: 100px;
}

.cls-item-cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  transition: transform 0.8s;
  background-color: #e9dbfa;
  transform: translate3d(0, 100%, 0);
  border-radius: 20px;
}

.cls-item-cover h4 {
  padding: 0 2rem;
  color: #000 !important;
}

.cls-cover-text {
  padding: 0 2rem;
  opacity: 0;
  transition: opacity 500ms 100ms;
  text-align: left;
}

.cls-cover-text a {
  font-weight: bold;
}

/***************
SECTION MISSION
***************/

#section-mission {
  margin: 0;
  padding: 5em 0 0 0;
  background-color: #f9f9f9;
  width: 100%;
  background-image: url("/static-assets/images/about/annual-report/2024/25-annual-report-mission-vision-background.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#section-mission .responsive-image {
  max-width: 90%;
}

#section-mission h3 {
  margin: 2em 0;
}

#section-mission h4 {
  margin: 0;
  text-align: left;
}

.mission-box-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3rem;
  align-items: center;
}

.mission-box-text {
  flex: 1;
  height: 400px;
  position: relative;
}

.mission-box-text div:nth-of-type(1) {
  position: absolute;
  top: 50px;
  left: -180px;
  width: 300px;
}

.mission-box-text div:nth-of-type(2) {
  position: absolute;
  bottom: -40px;
  left: -20px;
  width: 300px;
}

.mission-box-text p {
  margin-bottom: 2em;
}

.mission-box-img {
  flex: 1.3;
}

.mission-box-img img {
  margin-bottom: -6px;
}

/***************
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 .accordion-heading button {
  background: url(/static-assets/images/about/annual-report/2024/25-annual-report-icon-+.svg)
    98% 50% no-repeat;
  background-size: 50px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  border-radius: 15px;
}

#section-supporting .accordion-heading button.selected {
  background: url(/static-assets/images/about/annual-report/2024/25-annual-report-icon-x.svg)
    98% 50% no-repeat;
  background-size: 50px;
  margin-bottom: 0;
  border-radius: 15px 15px 0 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: #9354e5;
}
#section-supporting #accordion-panel-0 {
  border: 5px solid #9354e5;
}

#section-supporting #accordion-header-1 {
  background-color: #aa7de3;
}
#section-supporting #accordion-panel-1 {
  border: 5px solid #aa7de3;
}

#section-supporting #accordion-header-2 {
  background-color: #cdaef4;
}
#section-supporting #accordion-panel-2 {
  border: 5px solid #cdaef4;
}

#section-supporting #accordion-header-3 {
  background-color: #e9dbfa;
}
#section-supporting #accordion-panel-3 {
  border: 5px solid #e9dbfa;
}

#section-supporting #accordion-header-4 {
  background-color: #00a370;
}
#section-supporting #accordion-panel-4 {
  border: 5px solid #00a370;
}

#section-supporting #accordion-header-5 {
  background-color: #39e2a1;
}
#section-supporting #accordion-panel-5 {
  border: 5px solid #39e2a1;
}

#section-supporting #accordion-header-6 {
  background-color: #a6f2d5;
}
#section-supporting #accordion-panel-6 {
  border: 5px solid #a6f2d5;
}

#section-supporting #accordion-header-7 {
  background-color: #3384c1;
}
#section-supporting #accordion-panel-7 {
  border: 5px solid #3384c1;
}

#section-supporting #accordion-header-8 {
  background-color: #5299cb;
}
#section-supporting #accordion-panel-8 {
  border: 5px solid #5299cb;
}

#section-supporting #accordion-header-9 {
  background-color: #b1d1e8;
}
#section-supporting #accordion-panel-9 {
  border: 5px solid #b1d1e8;
}

#section-supporting .accordion-heading img {
  height: 70px;
  margin: 10px 0;
}

#section-supporting .accordion-control {
  justify-content: flex-end;
}

#section-supporting .accordion-contents {
  border: 5px solid #cdaef4;
  border-radius: 4px;
  margin: -1rem 0rem 2.5rem 0rem;
  padding: 3rem 4rem 2rem 4rem;
  border-radius: 0 0 15px 15px;
}

#section-supporting {
  margin: 5em 0;
}

#section-supporting h3 {
  margin: 3em 0 1em 0;
}

/* A CLOSER LOOK */

/** Common styles **/

#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;
}

.three-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 1rem auto;
}

#section-supporting div[class*="block"] {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem 3rem;
}

#section-supporting .three-grid a {
  color: #fff;
  text-decoration: underline;
}
#section-supporting .three-grid a:hover {
  text-decoration: none;
}

/** MSP **/

#section-supporting #three-block-container-1 {
  background-color: #f4edfd;
}

#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: 4em;
  line-height: 0.8;
}

.french #section-supporting #three-block-container-1 .text-med {
  font-size: 2.7em;
  line-height: 1.4;
}

#section-supporting #three-block-container-1 .text-sm {
  font-size: 2em;
  line-height: 2;
}

.french #section-supporting #three-block-container-1 .text-sm {
  line-height: 1.4;
}

#section-supporting #three-block-container-1 .block-1 {
  background-color: #082b57;
  grid-row: 1 / span 10;
}

#section-supporting #three-block-container-1 .block-1 p {
  color: #fff;
  font-weight: bold;
}

#section-supporting #three-block-container-1 .block-1 span {
  color: #cdaef4;
  display: block;
}

#section-supporting #three-block-container-1 .block-1 img {
  max-width: 100%;
  margin-top: 25px;
}

#section-supporting #three-block-container-1 .block-2 {
  background-color: #39e2a1;
  grid-row: 1 / span 5;
  padding: 1rem;
}

#section-supporting #three-block-container-1 .block-2 .text-sm {
  font-size: 1.6em;
  line-height: 1.5;
}

#section-supporting #three-block-container-1 .block-2 .circle-text {
  background-color: #082b57;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #cdaef4;
  margin: 1em auto;
  font-size: 1.8em;
  font-weight: bold;
  flex-direction: column;
}

.french #section-supporting #three-block-container-1 .block-2 .circle-text .text-sm {
  font-size: 0.6em;
  line-height: 0.5;
}

#section-supporting #three-block-container-1 .closer-note {
  font-weight: bold;
  text-align: right;
  margin: 1em 5em;
}

#section-supporting #three-block-container-1 .block-2 .circle-stats {
  display: flex;
  flex-direction: row;
}

#section-supporting #three-block-container-1 .block-2 .circle-stats div {
  flex: 1;
}

#section-supporting #three-block-container-1 .block-3 {
  background-color: #cdaef4;
  grid-row: 6 / span 5;
  padding: 1rem 1.5rem;
}

#section-supporting #three-block-container-1 .block-3 img {
  margin-top: -50px;
  max-width: 320px;
}

#section-supporting #three-block-container-1 .block-2,
#section-supporting #three-block-container-1 .block-3 {
  color: #082b57;
  text-align: center;
}

/** IMGs **/

#section-supporting #three-block-container-2 {
  background-color: #d1fce9;
}

#section-supporting #three-block-container-2 .three-grid {
  max-width: 1000px;
}

#section-supporting #three-block-container-2 img {
  width: 100%;
}

#section-supporting #three-block-container-2 .block-1 {
  background-color: #5299cb;
  color: #082b57;
  font-size: 1.1rem;
}

#section-supporting #three-block-container-2 .block-1 {
  padding: 3rem 2rem 2rem 3rem;
}

#section-supporting #three-block-container-2 .block-2 {
  background-color: #aa7de3;
  color: #082b57;
  font-size: 1.1rem;
  padding-top: 3.5rem;
}

#section-supporting #three-block-container-2 .block-1 .text-med {
  font-size: 1.7rem;
}

#section-supporting #three-block-container-2 .text-med {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

#section-supporting #three-block-container-2 .block-2 p {
  font-size: 1.3rem;
}

#section-supporting #three-block-container-2 .block-2 .text-med {
  font-size: 2rem;
  display: block;
}

/** AI **/

#section-supporting #three-block-container-3 {
  background-color: #ecf4fd;
}

#section-supporting #three-block-container-3 .three-grid {
  max-width: 1000px;
}

#section-supporting #three-block-container-3 .block-1 {
  background-color: #b3ddd9;
  color: #082b57;
  grid-row: 1 / span 5;
  font-size: 1.2rem;
  display: flex;
}

#section-supporting #three-block-container-3 .block-1 img {
  max-width: 200px;
  margin-left: 30px;
  align-self: center;
}

#section-supporting #three-block-container-3 .block-2 {
  background-color: #cdaef4;
  color: #082b57;
  grid-row: 6 / span 5;
  text-align: center;
  font-size: 1.1rem;
}

#section-supporting #three-block-container-3 .block-2 img {
  max-width: 450px;
}

#section-supporting #three-block-container-3 .block-2 .text-lg {
  font-size: 3.8rem;
  display: block;
}

.french #section-supporting #three-block-container-3 .block-2 .text-lg {
  font-size: 2.8rem;
}

#section-supporting #three-block-container-3 .block-3 {
  background-color: #082b57;
  color: #fff;
  grid-row: 1 / span 10;
}

#section-supporting #three-block-container-3 .block-3 .closer-look-flex {
  display: flex;
}

#section-supporting #three-block-container-3 .block-3 .closer-look-flex:nth-of-type(1) {
  margin-top: 2.5em;
}

.french #section-supporting #three-block-container-3 .block-3 .closer-look-flex:nth-of-type(1) {
  margin-top: 1.5em;
}

#section-supporting #three-block-container-3 .block-3 .closer-look-flex:nth-of-type(2) {
  margin-top: 1em;
}

.french #section-supporting #three-block-container-3 .block-3 .closer-look-flex:nth-of-type(2) {
  margin-top: 0.7em;
}

#section-supporting
  #three-block-container-3
  .block-3
  .closer-look-flex:nth-of-type(2)
  p {
  align-self: flex-end;
}

#section-supporting
  #three-block-container-3
  .block-3
  .closer-look-flex:nth-of-type(1)
  img {
  margin-right: 20px;
  width: 110px;
}

#section-supporting #three-block-container-3 .block-3 .closer-look-flex:nth-of-type(2) img {
  margin-left: 20px;
  width: 80px;
}

#section-supporting #three-block-container-3 .block-3 .green-text {
  color: #39e2a1;
  font-size: 1.5rem;
}

.french #section-supporting #three-block-container-3 .block-3 .green-text {
  font-size: 1.2rem;
}

#section-supporting #three-block-container-3 .block-3 a {
  font-weight: bold;
}

#section-supporting #three-block-container-3 .block-3 img {
  align-self: center;
}

/************
NUMBERS SECTION
************/

#section-number h2,
#section-number h3 {
  color: #fff;
}

#section-number h2 {
  margin-bottom: 0;
}

#section-number h3 {
  margin: 31px 15% 71px 15%;
}

#section-number .tab-item .tab-title {
  background: #f4edfd;
  color: #082b57;
  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: #082b57;
  color: #fff;
  padding-top: 20px;
}

#section-number .table-row:nth-child(odd) {
  background-color: #ecf4fd;
}

#section-number .total {
  background-color: #cdaef4 !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: #296899;
  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-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: #f4edfd;
  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 15px 15px 0;
  width: 50px;
}

.bar-percent {
  padding: 6px 7px 7px 0;
  margin-left: -18px;
}

.age-bar-container {
  display: flex;
  flex-direction: row;
  align-items: end;
  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: 30px;
}

.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-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: 20px;
  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: #082b57;
  border: none;
  font-weight: bold !important;
}

.sr-tab-controls .sr-tab-item {
  flex-grow: 1;
  padding: 0.3rem;
  background: #082b57;
  display: flex;
  align-items: center;
}

.sr-tab-controls .sr-tab-item:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.sr-tab-controls .sr-tab-item:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@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: 15px 0px 0px 15px;
  }

  .sr-tab-item:nth-of-type(3) .sr-js-tab-title {
    border-radius: 0px 15px 15px 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 darkgrey;
}

.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: #296899;
  color: #fff;
  padding: 25px 30px;
  border-top: none;
  font-weight: bold;
}

.sr-region-table td.sr-bcab {
  background-color: #39e2a1;
}

.sr-region-table td.sr-smat {
  background-color: #b1d1e8;
}

.sr-region-table td.sr-on {
  background-color: #cdaef4;
}

.sr-region-table td.sr-qc {
  background-color: #00857b;
}

.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;
  }
}

/**********************************
SECTION SERVICES
**********************************/

#section-services .blue-down-arrow {
    width: 100px;
    display: none;
}

#section-services {
  padding: 5em 0;
}

#section-services h3 {
  margin: 0 0 3rem 0;
  color: #082b57;
  text-transform: uppercase;
}

#section-services h4 {
  margin-bottom: 4rem;
  color: #082b57;
}

#section-services .text-sm {
  font-weight: normal;
  margin-bottom: 2rem;
}

#section-services .bar-row .text-sm {
  margin-bottom: 0;
}

#section-services .medico-legal-assistance .text-med-lg {
    font-size: 1.9em;
}

.french #section-services .medico-legal-assistance .text-med-lg {
    font-size: 1.7em;
}

.medico-legal-assistance {
  align-items: center;
  margin-bottom: 5em;
}

.medico-legal-assistance > div:nth-child(1) {
  flex: 1;
  text-align: left;
  margin-bottom: 50px;
}

.medico-legal-assistance > div:nth-child(2) {
  flex: 1;
  display: flex;
  justify-content: center;
}

.medico-legal-assistance > div:nth-child(3) {
  flex: 1;
  display: flex;
  justify-content: center;
}

.medico-legal-assistance > div:nth-child(1) p {
  margin: 0;
}

.medico-legal-support {
  text-align: center;
  justify-content: space-between;
}

.medico-legal-support div {
  width: 150px;
}

.medico-legal-support img {
  height: 80px;
}

/****Interactions****/

#interactions {
  margin-top: 10rem;
}

#interactions .mobile-only-img {
    display: none;
  }

#interactions .blank-row,
#interactions .bar-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

#interactions .text-column,
#interactions .img-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  height: 90px;
  justify-content: end;
  align-items: center;
}

#interactions .text-column {
  background-color: #00857b;
}

#interactions .img-column {
  background-color: #995ba0;
}

#interactions .blank-row .text-column,
#interactions .blank-row .img-column {
  background-color: #fff;
}

#interactions .bar-row .text-column {
  border-radius: 10px 0 0 10px;
  justify-content: center;
}

#interactions .bar-row .img-column {
  border-radius: 0 10px 10px 0;
}

#interactions .bar-row .text-column {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}

#interactions img {
  height: 280px;
}

/****Member Portal****/

.m-port-top-box {
  max-width: 550px;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3rem;
}

.top-box-1 {
  flex: 1;
  display: flex;
  align-items: center;
}

.top-box-1 img {
  max-width: 240px;
}

.top-box-2 {
  flex: 3;
  padding: 2em 0 2em 2em;
}

.m-port-bot-box {
  display: flex;
  flex-direction: row;
  margin: -3em 0 0.3em 0;
}

.bot-box-1 {
  flex: 1.7;
  display: grid;
}

.bot-box-2 {
  flex: 2;
  display: grid;
}

.transaction-container {
  justify-self: center;
  align-self: center;
}

.transaction-dot {
  justify-self: center;
  margin: 18px 10px;
  height: 20px;
  width: 20px;
}

.agent-container img,
.self-container img {
  max-width: 200px;
}

.animated-bar-vert {
  width: 200px;
  justify-self: end;
  align-self: end;
  padding-bottom: 15px;
  border-radius: 15px;
}

.bar-center-vert {
  height: 470px;
  transform-origin: bottom;
  background: linear-gradient(0deg, #00857b 74%, #995ba0 26%);
  border-radius: 15px;
}

.french .bar-center-vert {
  height: 520px;
}

.bar-center-4 {
  transform: scaleY(1);
}

.bar-center-4 {
  animation: center-animate-4 1s ease;
}

@keyframes center-animate-4 {
  0% {
    transform: scaleY(0);
  }

  100% {
    transform: scaleY(1);
  }
}

.agent-container,
.self-container {
  display: grid;
  grid-template-columns: 1fr repeat(2, 3fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 500px;
}

/***************
LEARNING SECTION
***************/

#section-learning {
  background-color: #cdaef4;
  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%;
}

.learning-boxes {
  display: flex;
  flex-direction: row;
  margin: 2em 0;
}

.learning-boxes .img-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 15px 0 0 15px;
}

.learning-boxes:nth-of-type(1) .img-section img,
.learning-boxes:nth-of-type(3) .img-section img {
  width: 170px;
}

.learning-boxes:nth-of-type(2) .img-section img {
  width: 150px;
}

.learning-boxes .text-section {
  flex: 3;
  padding: 20px 40px 30px 40px;
  border-radius: 0 15px 15px 0;
  background-color: #fff;
}

/**************
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: 15px 0 0 15px;
}

.nav-section-finance li:last-of-type {
  border-radius: 0 15px 15px 0;
  margin-right: 0;
}

.nav-section-finance li:hover {
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
}

.nav-section-finance .base-colour-green:hover {
  background-color: #a6f2d5;
}

.nav-section-finance .base-colour-purple:hover {
  background-color: #e9dbfa;
}

.nav-section-finance .base-colour-blue-b:hover {
  background-color: #b1d1e8;
}

#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: 15px;
  width: 50%;
  margin: 5px auto;
  text-align: center;
}

.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: 5em 0;
  border-radius: 30px;
}

.financial-block-icon {
  padding: 10px;
  border-radius: 30px 30px 0 0;
}

.financial-block img {
  display: block;
  height: 80px;
  margin: 15px auto;
}

.financial-block-content {
  padding: 40px;
  border-radius: 0 0 30px 30px;
}

.financial-block-content.base-colour-purple-light {
  border: 4px solid #cdaef4;
}
.financial-block-content.base-colour-blue-light {
  border: 4px solid #5299cb;
}
.financial-block-content.base-colour-green-light {
  border: 4px solid #39e2a1;
}

.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: #082b57;
  color: #fff;
  font-weight: bold;
}

#compensating-patients-f tr:nth-child(odd) {
  background-color: #d2dee1;
}

#compensating-patients-f tr:nth-child(even) {
  background-color: #f7f8f7;
}

#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: #5299cb;
}

.legend .legend-two {
  background-color: #995ba0;
}

.legend .legend-three {
  background-color: #39e2a1;
}

.legend .legend-four {
  background-color: #082b57;
}

.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 {
  background: url("/static-assets/images/about/annual-report/2024/25-annual-report-bottom-banner-background.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#footer-section .section-content img {
  width: 80%;
  margin-top: 5em;
  margin-bottom: -6px;
}

#footer-section .section-content {
  text-align: right;
}

#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 8px;
  background: #082b57;
  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: #fff;
}

.floating-menu-list li a img {
  width: 36px;
}

.floating-menu-list li:first-child {
  border-radius: 20px 0 0 20px;
  border-left: 5px solid #fff;
}

.floating-menu-list li:last-child {
  border-radius: 0 20px 20px 0;
  border-right: 5px solid #fff;
}

.floating-menu-list li:hover {
  background: #39e2a1;
}

.floating-menu-list li:hover a {
  color: #082b57;
}

.floating-menu-list li:hover img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(49%) saturate(1401%)
    hue-rotate(157deg) brightness(98%) contrast(103%);
}

.floating-menu-list .floating-active {
  background-color: #39e2a1;
}

.floating-menu-list .floating-active a {
  color: #004b62 !important;
}

@media (max-width: 960px) {
  .floating-menu-list {
    justify-content: flex-start;
    display: none;
  }
}

/*************
MOBILE - 961PX
*************/
@media only screen and (min-width: 961px) {
  .cls-grid-item:hover .cls-item-cover {
    transform: translate3d(0, 0, 0);
  }

  .cls-grid-item:hover .cls-item-cover h3 {
    transform: translate3d(0, 0, 0);
  }

  .cls-grid-item:hover .cls-item-cover .cls-cover-text {
    opacity: 1;
  }

  .cls-cover-focus-active .cls-item-cover {
    transform: translate3d(0, 0, 0);
  }

  .cls-cover-focus-active .cls-item-cover h3 {
    transform: translate3d(0, 0, 0);
  }

  .cls-cover-focus-active .cls-item-cover .cls-cover-text {
    opacity: 1;
  }
}

/*************
MOBILE - 960PX
*************/

@media only screen and (max-width: 960px) {
  /**** SECTION HEADER ****/
  #section-header {
    background-position: bottom left;
  }

  #section-header img {
    max-width: 300px;
  }

  .section-header-container {
    justify-content: space-around;
  }

  .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: 15px !important;
    margin-bottom: 3px;
  }

  .cls-grid {
    display: block;
    width: 50%;
    /* add min width for full-width page */
    min-width: 100px;
  }

  /**** COUNCIL, LEADERSHIP TEAM, AND STRATEGY PLAN ****/
  .cls-grid-item {
    min-height: 300px;
    min-width: 250px;
    margin-bottom: 1rem;
  }

  .french .cls-grid-item {
  	min-height: 300px;
  	min-width: 300px;
  }

  .cls-cover-active .cls-item-cover {
    transform: translate3d(0, 0, 0);
  }

  .cls-cover-active .cls-item-cover h3 {
    transform: translate3d(0, 0, 0);
  }

  .cls-cover-active .cls-item-cover .cls-cover-text {
    opacity: 1;
  }

  /**** MISSION VISION ****/

  .mission-box-text div:nth-of-type(1) {
    top: 20px;
    left: -180px;
  }

  .mission-box-text div:nth-of-type(2) {
    bottom: 70px;
    left: -40px;
  }

  /***** 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 {
    max-width: 400px;
    margin: 0 auto;
  }

  #section-supporting #three-block-container-1 .closer-note {
    text-align: center;
    margin: 1em;
  }

  #section-supporting #three-block-container-1 .text-sm {
    line-height: 1.5;
  }

  #section-supporting #three-block-container-1 .block-2 .circle-stats {
    flex-direction: column;
  }

  #section-supporting #three-block-container-1 .block-2 .circle-stats div {
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
  }

  #section-supporting #three-block-container-1 .block-2 .circle-stats div p:last-of-type {
    flex: 2;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 0;
  }

  #section-supporting #three-block-container-1 .block-2 .circle-text {
    width: 80px;
    height: 80px;
    font-size: 1.5em;
    margin: 0.5em auto;
  }

  .three-grid {
    grid-template-columns: 430px;
  }

  #section-supporting #three-block-container-1 .block-2 {
    grid-row: 11 / span 5;
    padding: 1rem 0.5rem;
  }
  #section-supporting #three-block-container-1 .block-3 {
    grid-row: 16 / span 5;
    padding: 1rem;
  }

  #section-supporting #three-block-container-2 .text-med {
    font-size: 1.5rem;
  }

  #section-supporting #three-block-container-2 .block-2 .text-med {
    font-size: 2.2rem;
  }

  #section-supporting #three-block-container-2 .block-2 {
    padding-top: 3rem;
  }

  #section-supporting #three-block-container-3 .block-1 {
    flex-direction: column-reverse;
    text-align: center;
  }

  #section-supporting #three-block-container-3 .block-1 img {
    margin: 0 0 30px 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%;
  }

  #section-supporting #three-block-container-3 .block-3 {
    grid-row: 11 / span 10;
  }

  #section-supporting #three-block-container-3 .block-3 .green-text {
    font-size: 1.3rem;
  }

  /***** SECTION NUMBERS *****/

  #section-number .table-note p {
    width: 100%;
  }

  /***** SECTION MEMBERS *****/

  .age-bar-bg {
    width: 96%;
  }

  .tow-notes {
    margin: 2em auto;
  }

  /***** SECTION SERVICES *****/
  
  #section-services .blue-down-arrow {
    display: inline-block;
}
  
  .our-services,
  .medico-legal-assistance,
  .medico-legal-support {
    display: block;
  }

  .medico-legal-assistance {
    text-align: center;
    margin-bottom: 2em;
  }

  .medico-legal-assistance > div:nth-child(1) {
    text-align: center;
  }

  .medico-legal-assistance > div:nth-child(2) {
    margin-bottom: 2rem;
  }

  .medico-legal-assistance > div:nth-child(3) {
    align-items: center;
  }

  .medico-legal-support div {
    min-width: 100%;
    margin: 4rem 0;
  }

  .m-port-top-box {
    margin: 0 0 0.3rem 3rem;
  }

  .m-port-bot-box {
    margin: 0.3rem auto;
    max-width: 530px;
  }

  .bar-center-vert {
    min-height: 100%;
  }

  .bar-center-4 {
    transform: none;
    animation: none;
  }

  .animated-bar-vert {
    width: 20px;
    height: 93%;
  }

  .bot-box-1 {
    flex: 0.5;
  }

  .bot-box-2 {
    flex: 3;
  }

  /***** 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 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;
  }

  /**** CLS 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/2024/25-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/2024/25-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/2024/25-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/2024/25-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;
  }

  /**** CEO ****/

  #section-ceo {
    padding: 2em 0 1em;
  }

  /**** COUNCIL ****/

  #section-council-leadership-strategy {
    padding: 0 0 1em 0;
  }

  /**** SECTION MISSION *****/

  #section-mission {
    padding: 1em 0 0 0;
  }

  #section-mission h4 p {
    text-align: center;
  }

  #section-mission h3 {
    margin: 1em 0;
  }

  #section-mission img {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 300px;
  }

  .mission-box-text div:nth-of-type(1),
  .mission-box-text div:nth-of-type(2) {
    position: revert;
  }
  
  .french .mission-box-text div:nth-of-type(1) {
    padding-bottom: 2em;
  }

  .mission-box-container {
    flex-direction: column-reverse;
  }

  .mission-box-text {
    margin: 1em;
  }

  #section-mission .mission-box-img {
    display: none;
  }

  /**** 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 img {
    max-width: 100px;
    align-self: flex-end;
  }

  .age-bar-text > p:first-of-type {
    margin: 0 0 0 20px;
  }

  #section-members .text-med {
    font-size: 2em;
  }

  /**** REGION ****/

  .sr-section-region {
    padding: 2em 0;
  }

  /**** SECTION OUR SERVICES ****/

  #section-services {
    padding: 2em 0;
  }

  .text-lg {
    font-size: 4em;
    line-height: 1;
  }

  .agent-container,
  .self-container {
    grid-template-columns: 1fr 3fr;
  }

  #member-portal-section .mp-img {
    display: none;
  }

  .m-port-top-box {
    flex-direction: column;
  }

  .top-box-1,
  .top-box-2 {
    text-align: center;
    justify-content: center;
  }

  .top-box-2 {
    padding: 0 2em;
  }

  .top-box-1 img {
    max-width: 200px;
  }

  .m-port-bot-box {
    max-width: 400px;
  }

  /****Interactions****/

  #interactions {
    margin-top: 6rem;
  }

  #interactions .blank-row .text-column,
  #interactions .bar-row .text-column {
    font-size: 1.3rem;
    flex: 2;
  }

  #interactions img {
    height: 200px;
  }

  /***** 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;
  }

  .learning-boxes .img-section {
    border-radius: 15px 15px 0 0;
  }

  .learning-boxes .text-section {
    border-radius: 0 0 15px 15px;
  }

  .learning-boxes:nth-of-type(1) .img-section img,
  .learning-boxes:nth-of-type(3) .img-section img {
    width: 120px;
  }

  .learning-boxes:nth-of-type(2) .img-section img {
    width: 100px;
  }

  /***** 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: 250px;
  }

  .section-header-title {
    margin-top: 50px;
  }

  /**** COUNCIL, LEADERSHIP TEAM, AND STRATEGY PLAN ****/
  .cls-grid {
    width: 60%;
  }

  /**** SECTION SUPPORTING ****/

  #section-supporting .accordion-heading button,
  #section-supporting .accordion-heading button.selected {
    background-size: 40px;
  }

  #section-supporting .accordion-heading img {
    height: 50px;
  }

  #section-supporting .accordion-heading button .a-text-container {
    margin: 0 20px;
  }

  #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;
}

  .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: "Total: ";
  }

  .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 : ";
  }

  .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: 6px;
    width: 98%;
    text-align: left;
    background-color: #f8f6f5;
    text-align: center;
  }

  .main-table-head {
    background-color: #082B57;
    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;
  }

  #footer-section .footer-banner img {
    margin-top: 0;
  }
}

/*************
MOBILE - 480PX
*************/

@media only screen and (max-width: 480px) {
  /**** SECTION HEADER ****/
  
  .desktop-only-break {
      display: none;
  }
  
  .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;
  }

  .section-header-title {
    margin: 20px;
    margin-bottom: 0px;
  }
  
  .section-header-title h1 {
      flex-direction: column;
  }
  
  #section-header img {
      max-width: 200px;
      padding-top: 0;
  }
  
  #section-header {
      background-position: bottom -10px left -10px;
  }

  .section-header-container {
      flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  /**** COUNCIL, LEADERSHIP TEAM, AND STRATEGY PLAN ****/
  .cls-grid {
    width: 90%;
  }
  
  /**** MISSION VISION ****/
  
  .mission-box-text p {
      margin-bottom: 3em;
  }

  /**** SECTION SUPPORTING ****/

  #section-supporting .accordion-contents {
    padding: 3rem 2rem 2rem;
  }

  /* A CLOSER LOOK */

  .three-grid {
    grid-template-columns: 100%;
  }

  #section-supporting #three-block-container-1 .block-3 img {
    max-width: 250px;
  }

  #section-supporting
    #three-block-container-3
    .block-3
    .closer-look-flex:nth-of-type(1)
    img {
    width: 80px;
  }

  #section-supporting
    #three-block-container-3
    .block-3
    .closer-look-flex:nth-of-type(2)
    img {
    width: 60px;
  }

  /**** MEMBERS SECTION ****/

  #section-members .centered-donut-text .text-lg {
    font-size: 3rem;
  }

  #section-members .centered-donut-text .text-sm {
    font-size: 1rem;
  }

  /**** SERVICES SECTION ****/
  .our-services div:nth-of-type(1) img {
    width: 90%;
  }
  
  .french #section-services .bar-row .text-sm {
      font-size: 0.8em;
  }
  
  .french #interactions .blank-row .text-column, 
  .french #interactions .bar-row .text-column {
      font-size: 1.2em;
  }
  
  .french #section-services .medico-legal-assistance .text-med-lg {
      font-size: 1.5em;
  }

  /****Interactions****/

  #interactions {
    margin-top: 1rem;
    text-align: center;
  }
  
  #interactions .text-lg {
   font-size: 3em;
   line-height: 1.5;
  }

  #interactions .blank-row .text-column,
  #interactions .bar-row .text-column {
    flex: 8;
  }
  
  #interactions .mobile-only-img {
    display: inline-block;
  }


  #interactions .img-column img {
    display: none;
  }

  .m-port-top-box {
    margin: 0;
  }

  /**** 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;
  }

  .learning-boxes .text-section {
    padding: 20px 30px 30px;
  }
  
  #section-learning .learning-boxes .text-med {
      font-size: 3em;
  }

  /***** 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;
  }
}

/*************
MOBILE - 360PX
*************/

@media only screen and (max-width: 360px) {
  /**** GENERAL ****/

  h2 {
    font-size: 2.7rem;
  }

  /**** COUNCIL, LEADERSHIP TEAM, AND STRATEGY PLAN ****/
  .cls-grid {
    width: 95%;
  }
}
