
/**
*
* Overall
*
**/
.ar-button {
    background-color: white;
    padding: 0.5rem 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 20px;
}
.ar-button.dark {
    background-color: #0074BC;
    color: white;
}
.ar-button svg{width: 40px;height: 22px;}
.ar-button:hover{ text-decoration: none; background-color: #eee; }



/**
*
* AR FRAME
*
**/
#ar-frame {
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
#ar-frame .ar-frame-head {
    width: 100%;
    margin-bottom: 1rem;
}
#ar-frame .ar-frame-head h1{text-align: center;font-weight: bold;}
#ar-frame .ar-frame-head h1 span{color: #00B5AA;}
#ar-frame a.ar-frame-prev,
#ar-frame a.ar-frame-next {
    width: 30px;
    height: 100%;
    background: #0074BC;
    display: block;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ar-frame a.ar-frame-prev svg,
#ar-frame a.ar-frame-next svg {
    width: 25px;
    height: 41px;
}
#ar-frame a.ar-frame-prev:hover,
#ar-frame a.ar-frame-next:hover {
    background-color: #066097;
}
#ar-frame a.ar-frame-prev {border-top-right-radius: 35px;}
#ar-frame a.ar-frame-next {border-top-left-radius: 35px;}
#ar-frame .ar-frame-content {
    flex: 1;
    padding-top: 2rem;
    height: 100%;
}



/**
*
* AR Welcome
*
**/
#ar-welcome{ width: 100%; }
#ar-welcome-header {
    width: 100%;
    height: 600px;
  
    /* overlay first (front), then photo (back) */
    background-image:
      url('/media/AnnualReviews/2024-25/header-overlay.png'),
      url('/media/AnnualReviews/2024-25/featured.jpg');
  
    /* positions line up with the images above */
    background-position:
      top left,        /* overlay */
      center center;   /* featured */
  
    background-repeat:
      no-repeat,
      no-repeat;
  
    /* size: overlay covers full width, photo keeps its ratio */
    background-size:
      100% auto,
      auto;
}
#ar-welcome-header .ar-welcome-box {
    padding: 6rem 3rem;
}
#ar-welcome-header .ar-welcome-box h1 {
    color: white;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 3rem;
    font-weight: bold;
}



/**
*
* AR CEO
*
**/
#ar-ceo {display: flex;height: 100%;}
#ar-ceo > div:nth-child(1) {
    background-color: #00B5AA;
    width: 300px;
    padding: 3rem 2rem;
    text-align: center;
}
#ar-ceo > div:nth-child(2) {
    background-color: #C0E2DE;
    flex: 1;
    padding: 5rem 4rem;
}
#ar-ceo > div:nth-child(1) .ar-ceo-profile {

}
#ar-ceo > div:nth-child(1) .ar-ceo-signature {margin-top: 2rem;}
#ar-ceo > div:nth-child(1) p {
    font-weight: bold;
    text-align: center;
    color: black;
    margin-top: 2rem;
}

#ar-ceo > div:nth-child(2) * {
    color: black;
}
#ar-ceo > div:nth-child(2) h2 {
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 32px;
}



/**
*
* AR Chair
*
**/
#ar-chair {display: flex;height: 100%;}
#ar-chair > div:nth-child(1) {
    background-color: #00B5AA;
    width: 300px;
    padding: 3rem 2rem;
    text-align: center;
}
#ar-chair > div:nth-child(2) {
    background-color: #C0E2DE;
    flex: 1;
    padding: 5rem 4rem;
}
#ar-chair > div:nth-child(1) .ar-chair-profile {

}
#ar-chair > div:nth-child(1) .ar-chair-signature {margin-top: 2rem;}
#ar-chair > div:nth-child(1) p {
    font-weight: bold;
    text-align: center;
    color: black;
    margin-top: 2rem;
}

#ar-chair > div:nth-child(2) * {
    color: black;
}
#ar-chair > div:nth-child(2) h2 {
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 32px;
}


/**
*
* AR Numbers
*
**/
#ar-numbers{  }
#ar-numbers .ar-numbers-head {
    background-color: #00B5AA;
    color: white;
    padding: 1.5rem;
    font-weight: bold;
    font-size: 45px;
    line-height: 1;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
#ar-numbers .numbers {
    column-count: 3;
    column-gap: 0;
    padding: 0;
}
#ar-numbers .numbers .tile {
    break-inside: avoid;
    display: inline-flex;
    width: 100%;
    margin-bottom: 0;
    padding: 1.5rem;
    box-sizing: border-box;
    border-radius: 0;
    background: #2569b4;
    color: #fff;
    gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
#ar-numbers .numbers .tile .ar-num-tile-icon {width: 30%;}
#ar-numbers .numbers .tile .ar-num-tile-icon svg,
#ar-numbers .numbers .tile .ar-num-tile-icon span{
    width: 100%;
    font-size: 100px;
}
#ar-numbers .numbers .tile .ar-num-tile-content {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    width: 65%;
}
#ar-numbers .numbers .tile .ar-num-tile-content span {
    display: block;
    font-weight: bold;
    font-size: 45px;
    line-height: 1;
}
@media (max-width: 800px) {
    #ar-numbers .numbers {
        column-count: 2;
    }
}
@media (max-width: 500px) {
    #ar-numbers .numbers {
        column-count: 1;
    }
}



/**
*
* AR Chapters
*
**/
#ar-chapters {
    display: flex;
    height: 100%;
}
#ar-chapters .ar-chapter {
    color: white;
    padding: 0;
    position: relative;
    transition: width 0.1s linear;
    flex: 1;
    transition: transform 0.1s ease-in-out;
}
#ar-chapters .ar-chapter:not(.active):hover {
    transform: scale(1.03);
    z-index: 9;
}
#ar-chapters .ar-chapter:not(.active) {
    cursor: pointer;
}
#ar-chapters .ar-chapter .ar-chapter-clipath { 
    width: 100%;
    height: 40px;
    background: white;
    position: relative;
}
#ar-chapters .ar-chapter .ar-chapter-clipath .before {
    content: "";
    width: 100px;
    height: 40px;
    background: white;
    border-top-right-radius: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#ar-chapters .ar-chapter .ar-chapter-clipath .after {
    content: "";
    width: 100px;
    height: 40px;
    background: white;
    border-top-left-radius: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
#ar-chapters .ar-chapter.inactive {
    flex-basis: 60px;
}
#ar-chapters .ar-chapter.active {
    flex-basis: auto;
}
#ar-chapters .ar-chapter.inactive .before,
#ar-chapters .ar-chapter.inactive .after {
    width: 100%;
    border-radius: 0;
}
#ar-chapters .ar-chapter .ar-chapter-top-icon {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
    width: 50%;
}
#ar-chapters .ar-chapter .ar-chapter-top-icon svg:nth-child(1) {
    
}
#ar-chapters .ar-chapter .ar-chapter-top-icon svg:nth-child(2),
#ar-chapters .ar-chapter .ar-chapter-top-icon span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
    width: 30%;
    font-size: 52px;
}
#ar-chapters .ar-chapter .ar-chapter-title {
    color: inherit;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    padding: 3rem 1.5rem 0 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}
#ar-chapters .ar-chapter.active .ar-chapter-title {
    padding: 3rem 3rem 0 3rem;
}
#ar-chapters .ar-chapter .ar-chapter-description {
    color: inherit;
    padding: 0 1.5rem 0 1.5rem;
}
#ar-chapters .ar-chapter.active .ar-chapter-description {
    padding: 0 3rem 0 3rem;
}
#ar-chapters .ar-chapter .ar-chapter-title svg,
#ar-chapters .ar-chapter .ar-chapter-title span{
    display: none;
    width: 50px;
    height: auto;
    font-size: 68px;
}
#ar-chapters .ar-chapter.active .ar-chapter-title svg,
#ar-chapters .ar-chapter.active .ar-chapter-title span {
    display: block;
}

#ar-chapters .ar-chapter .ar-chapter-sections {
    display: none;
}
#ar-chapters .ar-chapter.active .ar-chapter-sections {
    display: flex;
    padding: 0 3rem 0 3rem;
    flex-wrap: wrap;
    gap: 3rem 1rem;
    margin-top: 2rem;
}
#ar-chapters .ar-chapter.active .ar-chapter-sections .ceo_message *,
#ar-chapters .ar-chapter.active .ar-chapter-sections .chair_message *{ color: white; }
#ar-chapters .ar-chapter .ar-chapter-sections .ar-chapter-section {
    width: 31.8%;
    display: flex;
    flex-direction: column;
}
#ar-chapters .ar-chapter .ar-chapter-sections .ar-chapter-section .ar-chapter-section-featured {
    width: 30%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(3.94% 27.78%, 1.57% 34.13%, 0.00% 34.13%, 0.00% 56.35%, 1.57% 56.35%, 3.15% 63.49%, 14.96% 84.13%, 22.05% 91.27%, 23.62% 91.27%, 27.56% 95.24%, 34.65% 97.62%, 34.65% 99.21%, 56.69% 99.21%, 56.69% 97.62%, 63.78% 96.03%, 77.95% 88.89%, 89.76% 78.57%, 89.76% 76.98%, 94.49% 72.22%, 97.64% 64.29%, 99.21% 64.29%, 99.21% 40.48%, 97.64% 40.48%, 93.70% 28.57%, 92.13% 27.78%, 90.55% 23.02%, 88.98% 22.22%, 85.83% 15.87%, 82.68% 13.49%, 82.68% 11.90%, 73.23% 3.97%, 66.93% 1.59%, 66.93% 0.00%, 43.31% 0.00%, 43.31% 1.59%, 31.50% 4.76%, 22.05% 9.52%, 16.54% 15.08%, 14.96% 15.08%, 3.94% 27.78%);
}
#ar-chapters .ar-chapter .ar-chapter-sections .ar-chapter-section .ar-chapter-section-title {
    color: white;
    font-weight: bold;
    margin: 1rem 0 0 0;
    padding: 0;
}
#ar-chapters .ar-chapter .ar-chapter-sections .ar-chapter-section .ar-chapter-section-description {
    color: white;
    margin: 0.5rem 0 1.5rem 0;
    padding: 0;
}
#ar-chapters .ar-chapter .ar-chapter-sections .ar-chapter-section .ar-button {
    margin-top: auto;
    padding: 0.3rem 1rem;
    max-width: 157px;
    font-size: 14px;
}

#ar-chapters .ar-chapter .ar-chapter-team {
    display: none;
    gap: 1rem;
    margin: 3rem 3rem 0 3rem;
    margin-top: 2;
    align-items: center;
    background: #005482;
    padding: 1rem 2rem;
    border-radius: 10px;
    border: 1px solid #fff;
}
#ar-chapters .ar-chapter.active .ar-chapter-team {
    display: flex;
}
#ar-chapters .ar-chapter .ar-chapter-team > svg {
    width: 50px;
}
#ar-chapters .ar-chapter .ar-chapter-team span{

}
#ar-chapters .ar-chapter .ar-chapter-team .ar-button{

}



/**
*
* AR Page
*
**/
#ar-page {

}
#ar-page .ar-page-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 16 / 5;
}
#ar-page .ar-page-header > svg,
#ar-page .ar-page-header > span{
    width: 50px;
    font-size: 100px;
    color: white;
}
#ar-page .ar-page-header .ar-page-title{
    color: white;
    font-weight: bold;
    max-width: 70%;
    margin-top: 1rem;
    font-size: 44px;
    line-height: 1;
}
#ar-page .ar-page-header .ar-page-description{
    color: white;
    max-width: 50%;
    font-weight: bold;
    margin-top: 0.5rem;
}

#ar-page .ar-page-content {
    padding: 3rem;
}
#ar-page .ar-page-content .cc-builder-row {
    display: flex;
    gap: 1rem;
}
#ar-page .ar-page-content h1,
#ar-page .ar-page-content h2,
#ar-page .ar-page-content h3,
#ar-page .ar-page-content h4,
#ar-page .ar-page-content h5,
#ar-page .ar-page-content h6 {
    margin-bottom: 1em;
}

#ar-page .ar-number {
    break-inside: avoid;
    display: inline-flex;
    width: 100%;
    margin-bottom: 0;
    padding: 1.5rem;
    box-sizing: border-box;
    border-radius: 0;
    background: #2569b4;
    color: #fff;
    gap: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    background-color: #00B5AA;
}
#ar-page .ar-number .ar-num-tile-icon {width: 100%;}
#ar-page .ar-number .ar-num-tile-icon svg {
    width: 100%;
}
#ar-page .ar-number .ar-num-tile-content {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    width: 65%;
    margin-top: 2rem;
}
#ar-page .ar-number .ar-num-tile-content span {
    display: block;
    font-weight: bold;
    font-size: 62px;
    line-height: 1;
    margin-bottom: 0.5rem;
}

#ar-page .ar-testimonial {
    padding: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    background-color: #005482;
}
#ar-page .ar-testimonial p {
    color: white;
    padding-right: 3rem;
    padding-left: 3rem;
}
#ar-page .ar-testimonial p:nth-child(1) {
    color: white;
    font-style: italic;
    font-size: 22px;
    line-height: 1.3;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    position: relative;
}
#ar-page .ar-testimonial p:nth-child(1)::before {
    display: inline-block;
    width: 1em;
    height: 2em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.13 45.76'%3E%3Cpath fill='%23fff' d='M23.13 45.76H0V28.58c0-8.31 1.97-14.78 5.9-19.42C9.84 4.52 15.47 1.47 22.8 0v8.47c-5.59 1.63-9.31 4.67-11.16 9.12-1.03 2.39-1.44 4.64-1.22 6.76h12.7v21.42z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: -20px;
}
#ar-page .ar-testimonial p:nth-child(1)::after {
    display: inline-block;
    width: 1em;
    height: 2em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.13 45.76'%3E%3Cpath fill='%23fff' d='M23.13 45.76H0V28.58c0-8.31 1.97-14.78 5.9-19.42C9.84 4.52 15.47 1.47 22.8 0v8.47c-5.59 1.63-9.31 4.67-11.16 9.12-1.03 2.39-1.44 4.64-1.22 6.76h12.7v21.42z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: -20px;
    transform: rotate(180deg);
}
#ar-page .ar-testimonial p:nth-child(2) {
    color: white;
    font-weight: bold;
    padding-right: 3rem;
    padding-left: 3rem;
}