html {
    scroll-behavior: smooth;
}

/* US MAP SQUARE */
#report-2022-section1 .section1-header {
    font-size: 36px;
}

#report-2022-section1 .section1-header h2 {

}

#report-2022-section1 .section1-header h3 {
    text-align: left;
    font-family: montserrat;
    font-size: 22px;
    font-weight: bold;
    color: black;
}

#report-2022-section1 .section1-infos {
    background: url('/aaa-content/templates/custom/pages/annual-reports/2021-2022/assets/images/Guaranteed access/Blue_arrow.png') no-repeat center right;
    background-size: 100% 100%;
    margin: 10px auto;
    padding: 50px 30px;
    width: 80%;
    display: block;
}

#report-2022-section1 .section1-infos .infos-label {
    font-size: 16px;
    line-height: 23px;
    padding-top: 20px;
    font-weight: 600;
    max-width: 90%;
}

#report-2022-section1 .infos-numbers {
    text-align: center;
}

#report-2022-section1 .infos-numbers .yearSection {
    margin: 15px auto;
}

#report-2022-section1 .infos-numbers .info-number-year {
    font-weight: bold;
    font-size: 16px;
}

#annual-report-2022 #report-2022-section1 .infos-numbers .feature-number {
    margin: 25px 0 10px;
}

#report-2022-section1 .infos-numbers small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

#report-2022-section1 .section1-map {
    background-color: #E5F5FA;
    width: 75%;
    margin: 50px auto 25px;
    border-radius: 17px;
    position: relative; /* or 'absolute', 'fixed', 'sticky' depending on your layout */
    z-index: 10;
}

#report-2022-section1 .section1-map h2 {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin: 15px auto;
}

#report-2022-section1 .mapLegendSection {
    width: 75%;
    margin: 50px auto 25px;
    position: relative; /* 'relative' here to ensure it's positioned for z-index to take effect */
    z-index: 1;
}

#report-2022-section1 .mapLegendSection .mapLegendContainer {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#report-2022-section1 .mapLegendSection .mapLegendSquare {
    border: 4px solid #000;
    padding: 6px 10px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.stateLinks img {
    border-radius: 50%; /* Makes the background circle */
    background-color: #F4AD00;
    margin-right: 10px;
}

#report-2022-section1 .mapLegendSection .mapLegendContainer img {
    border-radius: 50%; /* Makes the background circle */
    background-color: #F4AD00;
    padding: 9px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

#report-2022-section1 .mapLegendSection p {
    color: black;
    font-weight: bold;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    display: inline-block;
    line-height: 140%; /* 19.6px */
}

#report-2022-section1 .map-title {
    display: block;
    margin: 25px auto -100px;
    width: 77%;
    z-index: 2;
    position: relative;
}

/* Style the tab */
#report-2022-section1 .map-title .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
#report-2022-section1 .map-title .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
#report-2022-section1 .map-title button:hover {
    background-color: #E5F5FA;
}

/* Create an active/current tablink class */
#report-2022-section1 .map-title button.active {
    background-color: #E5F5FA;
    border: none !important;
    box-shadow: none !important;
}

/* Style the tab content */
#report-2022-section1 .section1-map .map-content .tabcontent {
    display: none;
}

#report-2022-section1 .map-title .mapTab {
    padding: 5px 10px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    border-radius: 14px;
    height: 100px;
}

#report-2022-section1 .map-title .tabNumber {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    font-family: Montserrat;
    letter-spacing: 0px;
    color: #275CE4;
    margin: 0 auto;
    padding: 0;
}

#report-2022-section1 .map-title .tabText {
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
}

#report-2022-section1 .section1-map .map-content {
    max-width: 75%;
    margin: 25px auto 5px;
    padding-top: 5px;
    display: block;
}

.grid-container {
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(9, 1fr);
    margin: 15px;
}

.stateInfoContainer {
    background-color: #F5F8FF;
    border: solid 1px #0B1541;
    border-radius: 10px;
    padding: 20px;
    display: block;
    margin: 25px auto;
}

.stateMap {
    padding: 15px 0px;
}

.stateContent {
    display: none;
    overflow: auto;
    font-family: Montserrat;
}

.stateLinks {
    background-color: #DEDEDE;
    font-size: 16px;
    color: #0B1541;
    font-weight: bold;
    font-family: Montserrat;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
}

.stateLinks:after {
    content: "";
    height: 0;
    padding-top: 100%;
    width: 1px;
}

.stateMap .gavelStateIcon {
    position: absolute;
    top: 30px;
    left: -10px;
    width: 25px;
    z-index: 99;
}

.stateInfoModal {
    display: none;
    width: 200px; /* or any other size */
    border: 1px solid #000;
    padding: 10px;
    top: 100%; /* Adjust if necessary */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    color: black;
    line-height: normal;
    position: absolute; /* or 'fixed' if you want it to stay in place on screen */
    z-index: 100;
}

.stateInfoModal .stateStatusName {
    font-size: 14px;
    font-weight: bold;
}

.stateInfoModal .stateStatusText {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}

.stateInfoModal .stateStatusNumber {
    color: #275CE4 !important;
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.stateInfoModal .stateStatusDescription {
    font-size: 12px;
    font-weight: normal;
}

.stateInfoModal .stateGoogleText {
    align-items: center;
    margin-top: 0;
    display: flex;
}

.stateInfoModal .stateGoogleText a {
    align-items: center;
    display: flex;
}

.stateInfoModal .stateGoogleText .stateSearchIcon {
    background-color: transparent !important;
    margin-right: 5px; /* This provides space to the right */
    width: 25px; /* Width of the icon */
}

.stateInfoModal .stateGoogleText p {
    color: #1F3B9B;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    margin: 0; /* Remove any default margins */
}

/* Show the modal on hover */
.stateLinks:hover .stateInfoModal {
    display: block;
}

.mstateContent {
    display: none;
    overflow: auto;
    font-family: Montserrat;
}

.mstateLinks {
}

/* Northern states */
#ME {
    grid-column: 12;
    grid-row: 1;
}

#NH {
    grid-column: 12;
    grid-row: 2;
}

#VT {
    grid-column: 11;
    grid-row: 2;
}

#WA {
    grid-column: 2;
    grid-row: 3;
}

#MT {
    grid-column: 4;
    grid-row: 3;
}

#ND {
    grid-column: 5;
    grid-row: 3;
}

#MN {
    grid-column: 6;
    grid-row: 3;
}

#WI {
    grid-column: 7;
    grid-row: 3;
}

#MI {
    grid-column: 8;
    grid-row: 3;
}

#NY {
    grid-column: 9;
    grid-row: 3;
}

#MA {
    grid-column: 10;
    grid-row: 3;
}

/* Mid-northern states */
#ID {
    grid-column: 3;
    grid-row: 3;
}

#WY {
    grid-column: 4;
    grid-row: 4;
}

#SD {
    grid-column: 5;
    grid-row: 4;
}

#IA {
    grid-column: 6;
    grid-row: 4;
}

#IL {
    grid-column: 7;
    grid-row: 4;
}

#IN {
    grid-column: 8;
    grid-row: 4;
}

#OH {
    grid-column: 9;
    grid-row: 4;
}

#PA {
    grid-column: 10;
    grid-row: 4;
}

#NJ {
    grid-column: 11;
    grid-row: 4;
}

#CT {
    grid-column: 11;
    grid-row: 3;
}

#RI {
    grid-column: 12;
    grid-row: 3;
}

/* Middle states */
#OR {
    grid-column: 2;
    grid-row: 4;
}

#NV {
    grid-column: 3;
    grid-row: 4;
}

#UT {
    grid-column: 3;
    grid-row: 5;
}

#CO {
    grid-column: 4;
    grid-row: 5;
}

#NE {
    grid-column: 5;
    grid-row: 5;
}

#MO {
    grid-column: 6;
    grid-row: 5;
}

#KY {
    grid-column: 7;
    grid-row: 5;
}

#WV {
    grid-column: 8;
    grid-row: 5;
}

#VA {
    grid-column: 9;
    grid-row: 5;
}

#MD {
    grid-column: 10;
    grid-row: 5;
}

#DC {
    grid-column: 10;
    grid-row: 6;
}

/* Mid-southern states */
#CA {
    grid-column: 2;
    grid-row: 5;
}

#AZ {
    grid-column: 3;
    grid-row: 6;
}

#NM {
    grid-column: 4;
    grid-row: 6;
}

#KS {
    grid-column: 5;
    grid-row: 6;
}

#OK {
    grid-column: 5;
    grid-row: 7;
}

#AR {
    grid-column: 6;
    grid-row: 6;
}

#TN {
    grid-column: 7;
    grid-row: 6;
}

#NC {
    grid-column: 8;
    grid-row: 6;
}

#SC {
    grid-column: 9;
    grid-row: 6;
}

#DE {
    grid-column: 11;
    grid-row: 5;
}

/* Southern states */
#TX {
    grid-column: 5;
    grid-row: 8;
}

#LA {
    grid-column: 6;
    grid-row: 7;
}

#MS {
    grid-column: 7;
    grid-row: 7;
}

#AL {
    grid-column: 8;
    grid-row: 7;
}

#GA {
    grid-column: 9;
    grid-row: 7;
}

#FL {
    grid-column: 10;
    grid-row: 8;
}

/* Non-mainland states */
#HI {
    grid-column: 1;
    grid-row: 8;
}

#AK {
    grid-column: 1;
    grid-row: 1;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #annual-report-2022 {
    }

    #annual-report-2022 .report-header #report-header-div {
        top: 53px !important;
    }

    #report-2022-section1 .map-title button.active {
        background-color: white !important;
        box-shadow: 0px 3px 6px #00000029 !important;
        border: 1px solid #707070 !important;
    }

    #report-2022-section1 .map-title .tabText {
        font-size: 12px !important;
    }

    #report-2022-section1 .infos-numbers .yearSection {
        margin: 25px auto;
        padding: 25px auto;
    }

    .grid-container {
        grid-gap: 4px !important;
    }

    .stateLinks {
        font-size: 10px !important;
    }

    #report-2022-section1 .section1-infos {
        background: url('https://d3f7q2msm2165u.cloudfront.net/aaa-content/user/files/Web%20Pages/Annual%20Report/2023-report/arrow_down.svg') no-repeat center center;
        border-radius: 17px;
    }

    #report-2022-section1 .section1-map .map-content {
        margin: 15px !important;
    }

    .bottomBlurb p {
        font-size: 14px;
        padding: 15px;
    }

    #report-2022-section2 .section2-header {
        text-align: center;
        width: 50%;
        margin: 75px auto;
    }

    #report-2022-section2 {
        padding: 5px 0 !important;
    }


    #report-2022-section2 .section2-header {
        margin: -50px auto 5px !important;
        width: 80% !important;

    }


    #report-2022-section2 .section2-header img {
        margin: 5px auto;
    }

    #report-2022-section2 .section2-header h3 {
        font-size: 14px !important;
    }

    #report-2022-section2 .section2-header h1 {
        font-size: 34px !important;
    }

    #report-2022-section2 .section2-header button {
        font-size: 18px !important;
        margin: 25px auto !important;
        display: block !important;
        border: none !important;
    }

    #report-2022-section3 .section3-header {
        width: 90%;
        display: block;
    }

    #report-2022-section5 .section5-header {
        width: 80% !important;
        margin: 50px auto !important;
    }

    #report-2022-section6 {
        margin-bottom: 50px !important;
    }

    #report-2022-section6 .section6-header {
        width: 95% !important;
        margin: 50px auto !important;
    }

    #report-2022-section6 .section6-header img {
        width: 100%;
        margin: 5px auto;
        display: block;
    }

    #report-2022-section7 .section7-content .section7-data1 {
        margin: 50px auto !important;
    }

    #report-2022-section7 .section7-content .section7-data1 h3 {
        text-align: center !important;
    }

    #report-2022-section7 .section7-content .section7-data1 p {
        text-align: center !important;
    }

    #report-2022-section7 .section7-content .section7-data2 {
        margin: 50px auto !important;
    }

    #report-2022-section7 .section7-content .section7-data3 {
        margin: 50px auto !important;
    }

}

@media only screen and (max-width: 750px) {
    .grid-container {
        grid-gap: 5px;
    }

    .stateLinks {
        font-size: 12px;
    }

    .stateMap {
        padding: 15px 0px;
    }

    .stateMap .gavelStateIcon {
        top: 20px;
        left: -10px;
        width: 15px;
    }

    #report-2022-section1 .section1-map {
        background-color: transparent;
        width: 95%;
    }
}

@media only screen and (max-width: 1250px) {
    .stateMap .gavelStateIcon {
        top: 25px;
        left: -10px;
        width: 20px;
    }
}

@media only screen and (max-width: 1250px) {
    .stateMap .gavelStateIcon {
        top: 25px;
        left: -10px;
        width: 20px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    #annual-report-2022 .report-header #report-header-div {
        top: 65px !important;
    }

    #report-2022-section1 .map-title button.active {
        background-color: white !important;
        box-shadow: 0px 3px 6px #00000029 !important;
        border: 1px solid #707070 !important;
    }

    #report-2022-section2 {
        padding: 40px 0 !important;
    }

    #report-2022-section2 .section2-header {
        text-align: center;
        width: 50%;
        margin: -128px auto 25px 25px;
    }

    #report-2022-section2 .section2-header img {
        margin: -150px auto 0;
    }

    #report-2022-section2 .section2-header h3 {
        font-family: Montserrat;
        text-align: left;
        font-size: 16px;
        color: white;
    }

    #report-2022-section2 .section2-header h1 {
        font-family: Montserrat;
        text-align: left;
        font-size: 34px;
        color: white;
        font-weight: bold;
        text-shadow: 3px 3px 6px #00000072;
    }

    #report-2022-section2 .section2-header button {
        background-color: #F78219;
        border-radius: 9px;
        font-family: Montserrat;
        text-align: center;
        font-size: 24px;
        color: white;
        font-weight: bold;
        padding: 15px;
        margin: 25px auto 25px 0;
        display: block;
        border: none;
    }
}

@media only screen and (min-width: 768px) {

    #report-2022-section1 .map-title button.active {
        background-color: #E5F5FA !important;
        border: none !important;
        box-shadow: none !important;
    }
}

@media only screen and (min-width: 779px) {

    #annual-report-2022 .report-header #report-header-div {
        top: 154px !important;
    }
}

@media only screen and (min-width: 992px) {

    #annual-report-2022 .report-header #report-header-div {
        top: 60px !important;
    }

    #report-2022-section2 {
        padding: 80px 0;
        background-color: #275CE4;
        height: auto;
    }

    #report-2022-section2 .section2-header {
        text-align: center;
        width: 50%;
        margin: -300px auto 25px 75px;
    }

    #report-2022-section2 .section2-header img {
        margin: -150px auto 0;
    }

    #report-2022-section2 .section2-header h3 {
        font-family: Montserrat;
        text-align: left;
        font-size: 20px;
        color: white;
    }

    #report-2022-section2 .section2-header h1 {
        font-family: Montserrat;
        text-align: left;
        font-size: 58px;
        color: white;
        font-weight: bold;
        text-shadow: 3px 3px 6px #00000072;
    }

    #report-2022-section2 .section2-header button {
        background-color: #F78219;
        border-radius: 9px;
        font-family: Montserrat;
        text-align: center;
        font-size: 24px;
        color: white;
        font-weight: bold;
        padding: 15px;
        margin: 25px auto 25px 0;
        display: block;
        border: none;
    }
}

@media only screen and (min-width: 1379px) {

    #annual-report-2022 .report-header #report-header-div {
        top: 85px !important;
    }

}

/* (A) FIXED WRAPPER */
.hwrap {
    overflow: hidden;
    /* HIDE SCROLL BAR */
    background: #F4AD00;
    z-index: 5;
}

/* (B) MOVING TICKER WRAPPER */
.hmove {
    display: flex;
}

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
    flex-shrink: 0;
    width: 150%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-family: montserrat;
    font-weight: bold;
    color: white;
}

/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickerh {
    0% {
        transform: translate3d(65%, 0, 0);
    }

    100% {
        transform: translate3d(-265%, 0, 0);
    }
}

.hmove {
    animation: tickerh linear 60s infinite;
}

.hmove:hover {
    animation-play-state: paused;
}

@media only screen and (max-width: 768px) {
    .hmove {
        animation-duration: 90s;
    }
}

#report-2022-section1 .section1-footer {
    width: 75%;
    margin: 15px auto 25px;
}

#report-2022-section1 .section1-footer h3 {
    text-align: left;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 15px;
    color: black;
}

#report-2022-section1 .section1-footer h4 {
    text-align: left;
    font-family: Montserrat;
    font-size: 15px;
    color: black;
}

.bottomBlurb {
    width: 90%;
    margin: 25px auto;
}

.bottomBlurb p {
    text-align: left;
    font: normal normal normal 19px/27px Montserrat;
    color: black;
}

#annual-report-2022 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    /* FLEX ROW */
    /* Global */
    /* hero */
    /* Finnancial */
    /* national */
    /* Requirements Section */
    /* Equity */
    /* School Districts */
    /* Progress */
    /* Methodology */
    /* MAP */
    /* Table High School Students */
    /** page structure **/
    /* Table */
    /* Silver */
    /* Bronze */
    /* Top growth */
    /* chart */
}

#annual-report-2022 h2 {
    color: #0B1541;
    font-weight: bold;
    font-family: Montserrat;
    margin-top: 50px;
    font-size: 36px;
}

#annual-report-2022 h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    color: #1f3b9b;
}

#annual-report-2022 h4 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
}

#annual-report-2022 .feature-number {
    font-size: 32px;
    font-weight: bold;
    line-height: 23px;
    color: #f78219;
    margin: 0 0 20px;
    display: inline-block;
}

#annual-report-2022 .feature-number small {
    font-size: 20px;
    font-weight: bold;
}

#annual-report-2022 .info-medal {
    text-align: center;
    font-size: 16px;
    max-width: 420px;
    margin: 0 auto 30px;
}

#annual-report-2022 .info-medal-text {
    line-height: 23px;
}

/*header*/

#annual-report-2022 .report-header #report-header-div {
    padding: 20px 0px;
    top: 85px;
    position: fixed;
    background: #0b1541;
    z-index: 3;
    width: 100vw;
}

@media (min-width: 1280px) {
    #annual-report-2022 #report-header-div .container {
        max-width: 1220px;
    }
}

#annual-report-2022 .report-header h2 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 36px;
    font-family: Montserrat;
}

#annual-report-2022 .report-header-buttons {
    text-align: right;
    margin: 0 -20px;
}

#annual-report-2022 .report-header a {
    border-color: #fff;
    font-size: 16px;
    border-radius: 8px;
    color: white;
    margin: 5px 0;
    background: #2112d8;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    #annual-report-2022 .report-header a {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
    }

}

/*hero*/

@media (min-width: 1280px) {
    #annual-report-2022 .hero .hero-bg {
        background-size: contain;
    }
}

#annual-report-2022 .hero .hero-bg {
    background-size: 1290px;
    background-position: center;
    height: 920px;
    padding: 60px 0 0;
    background-repeat: no-repeat;
}

#annual-report-2022 .hero-bg img {
    max-width: 230px;
    margin-bottom: 10px;
    margin-top: 50px;
    margin-left: -30px;
}

#annual-report-2022 .hero h1 {
    font-size: 54px;
    color: #fff;
    line-height: 1.2;
    font-family: 'PT Sans', sans-serif;
    line-height: 70px;
}

/*section 1*/

#report-2022-section1 .section1-header {
    text-align: left;
    margin: 25px auto 5px;
    width: 75%;
}

/*section2*/

#report-2022-section2 {
    padding: 80px 0;
    background-color: #275CE4;
    height: auto;
}

#report-2022-section2 .section2-header {
    text-align: center;
}


#report-2022-section2 .section2-header h3 {
    font-family: Montserrat;
    text-align: left;
    color: white;
}

#report-2022-section2 .section2-header h1 {
    font-family: Montserrat;
    text-align: left;
    color: white;
    font-weight: bold;
    text-shadow: 3px 3px 6px #00000072;
}

#report-2022-section2 .section2-header button {
    background-color: #F78219;
    border-radius: 9px;
    font-family: Montserrat;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding: 15px;
    margin: 25px auto 25px 0;
    display: block;
    border: none;
}


#report-2022-section2 .section2-content {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

#report-2022-section2 .section2-content p {
    font-family: Montserrat;
    font-style: italic;
    text-align: left;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

/*section3*/

#report-2022-section3 {
    background: #1DB8E8;
    padding: 50px auto;
}

#report-2022-section3 .section3-header {
    margin: 50px auto;
}

#report-2022-section3 .section3-header h2 {
    text-align: left;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 28px;
    color: white;
    margin: 25px auto;
}

#report-2022-section3 .section3-header p {
    text-align: left;
    font-family: Montserrat;
    font-size: 22px;
    color: white;
    margin: 25px auto;
}

/*section4*/

#report-2022-section4 {
    margin: 50px auto;
}

#report-2022-section4 .section4-header {
    text-align: center;
    margin: 20px auto;
}

#report-2022-section4 .section4-header h2 {
    color: black;
    text-align: center;
    margin: 20px auto;
    font-family: Montserrat;
}

#report-2022-section4 .section4-content {

}

#report-2022-section4 .section4-content p {
    color: black;
    text-align: left;
    font-family: Montserrat;
    font-size: 22px;
    line-height: 32px;
}

#report-2022-section4 .section4-content button {
    background-color: #F78219;
    border-radius: 9px;
    font-family: Montserrat;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding: 15px;
    margin: 25px auto;
    display: block;
    border: none;
}

#report-2022-section4 img {
    margin: 10px auto;
    display: block;
}


/*section5*/

#report-2022-section5 {
    background-color: #EDFAFF;
}

#report-2022-section5 .section5-header {
    text-align: center;
    margin: 75px auto 50px;
    width: 90%;
}

#report-2022-section5 .section5-header h2 {
    font-family: Montserrat;
}

#report-2022-section5 .section5-content {
    max-width: 1024px;
    margin: 20px auto 75px;
}

/*section6*/

#report-2022-section6 {
    margin-bottom: 120px;
}

#report-2022-section6 .section6-header {
    text-align: center;
    margin-bottom: 30px;
    width: 80%;
    margin: 50px auto;
}

#report-2022-section6 .section6-header h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: Montserrat;
}

/*section7*/

#report-2022-section7 {
    background-color: #EDFAFF;
    padding: 5px;
}

#report-2022-section7 .socialShare {
    margin: 5px auto;
}

#report-2022-section7 .socialShare .socialShareText {
    margin: 5px auto;
    display: block;
}

#report-2022-section7 .socialShare p {
    font-weight: normal !important;
    font-style: italic;
    font-size: 18px !important;
    line-height: 32px !important;
    font-family: Montserrat;
    color: #656565 !important;
    margin: 10px auto !important;
}

#report-2022-section7 .socialShare .twitterShare {
    margin: 3px auto;
    display: block !important;
    text-align: center;
}

#report-2022-section7 .socialShare .linkedInShare {
    background-color: #1F3B9B;
    border-radius: 25px;
    border: none !important;
    margin: 3px auto;
    display: block !important;
    width: 80px;
}

#report-2022-section7 .socialShare .linkedInShare a {
    color: white !important;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    font-family: Montserrat;
    padding: 4px;
    font-style: normal;
    margin: 0 auto;
    display: block;
}

#report-2022-section7 .section7-content {
    width: 75%;
    margin: 25px auto;
}

#report-2022-section7 .section7-content .section7-data1 {
    margin: 100px auto;
    width: 95%;
}

#report-2022-section7 .section7-content .section7-data1 h2 {
    text-align: center;
    color: black;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 36px;
    margin: 5px auto 50px;
}

#report-2022-section7 .section7-content .section7-data1 h3 {
    color: #F78219;
    font-size: 48px;
    line-height: 23px;
    font-weight: bold;
    font-family: Montserrat;
    text-align: right;
}

#report-2022-section7 .section7-content .section7-data1 p {
    color: black;
    font-size: 22px;
    line-height: 38px;
    font-family: Montserrat;
    text-align: right;
}

#report-2022-section7 .section7-content .section7-data2 {
    margin: 100px auto;
    width: 95%;
}

#report-2022-section7 .section7-content .section7-data2 h2 {
    text-align: center;
    color: black;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 36px;
    margin: 5px auto 50px;
}

#report-2022-section7 .section7-content .section7-data2 h4 {
    text-align: center;
    color: black;
    font-family: Montserrat;
    font-size: 28px;
    margin: 5px auto 50px;
}

#report-2022-section7 .section7-content .section7-data2 h3 {
    color: #F78219;
    font-size: 48px;
    line-height: 23px;
    font-weight: bold;
    font-family: Montserrat;
    text-align: center;
}

#report-2022-section7 .section7-content .section7-data2 p {
    color: black;
    font-size: 24px;
    line-height: 32px;
    font-family: Montserrat;
    font-weight: bold;
    text-align: center;
    margin: 25px auto;
}


#report-2022-section7 .section7-content .section7-data3 {
    margin: 100px auto;
    width: 95%;
}

#report-2022-section7 .section7-content .section7-data3 p {
    color: black;
    font-size: 24px;
    line-height: 32px;
    font-family: Montserrat;
    font-weight: bold;
    text-align: right;
    margin: 75px auto;
}

/*section8*/

#report-2022-section8 {
    background-color: #1F3B9B;
    padding: 50px;
}

#report-2022-section8 .section8-header {
    text-align: left;
    margin: 50px auto 30px;
}

#report-2022-section8 .section8-header h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    font-family: Montserrat;
    color: white;
}

#report-2022-section8 .section8-content {
    margin: 50px auto;
}

#report-2022-section8 .section8-content p {
    font-size: 18px;
    line-height: 28px;
    font-family: Montserrat;
    color: white;
}

#report-2022-section8 .section8-content button {
    background-color: #F78219;
    border-radius: 9px;
    font-family: Montserrat;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding: 15px;
    display: block;
    border: none;
    margin: 50px auto 25px 0;
}


@media (max-width: 767px) {
    #annual-report-2022 .table__school h2 {
        font-size: 22px;
    }

    #annual-report-2022 .gold > div {
        display: none;
    }

    #annual-report-2022 .silver > div {
        display: none;
    }

    #annual-report-2022 .bronze > div {
        display: none;
    }

    #annual-report-2022 #wrapper-school {
        overflow: hidden;
    }

    #annual-report-2022 .table__school .container .row.table__row {
        margin: 0 auto;
    }
}

#annual-report-2022 .top-growth {
    padding: 60px 0;
}

#annual-report-2022 .top-growth h2 {
    font-size: 36px;
    text-align: center;
    line-height: 1.3;
}

#annual-report-2022 .top-growth .nav-tabs {
    text-align: center;
    display: flex;
    justify-content: center;
    border: 0px solid;
    padding: 40px 0;
}

#annual-report-2022 .top-growth .nav-tabs li.active a,
#annual-report-2022 .top-growth .nav-tabs li a:focus,
#annual-report-2022 .top-growth .nav-tabs li a:active {
    background: #585858;
    color: #fff;
    text-transform: uppercase;
}

#annual-report-2022 .top-growth .nav-tabs li a {
    padding: 6px 20px;
    background: #eaeaea;
    color: #585858;
    text-transform: uppercase;
    margin: auto;
    width: 250px;
    font-family: 'Montserrat';
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 0px solid transparent;
}

#annual-report-2022 .top-growth .nav-tabs li:last-child a {
    border-radius: 0 10px 10px 0;
}

#annual-report-2022 .top-growth .nav-tabs li:first-child a {
    border-radius: 10px 0 0 10px;
}

#annual-report-2022 .nav-tabs > li.active > a,
#annual-report-2022 .nav-tabs > li.active > a:focus,
#annual-report-2022 .nav-tabs > li.active > a:hover {
    border: 0px solid transparent;
}

#annual-report-2022 .dots-list {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px;
}

#annual-report-2022 .dots-list li {
    padding: 0 10px;
    position: relative;
    margin: 0 35px;
    font-weight: 600;
}

#annual-report-2022 .dots-list li:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 25px;
    height: 25px;
    background: #bcd0ff;
    border-radius: 100%;
}

#annual-report-2022 .dots-list li:last-child:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 25px;
    height: 25px;
    background: #275ce4;
    border-radius: 100%;
}

#annual-report-2022 .header__growth {
    display: grid;
    grid-template-columns: 300px 839px;
    border-bottom: 2px solid #5c5c5c;
    padding: 10px 0;
    margin-right: -60px;
    margin-left: -30px;
}

#annual-report-2022 .titles_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 6px;
}

#annual-report-2022 .body-table {
    display: grid;
    grid-template-columns: 300px 839px;

    border-bottom: 2px solid #5c5c5c;
    margin-right: -60px;
    margin-left: -30px;
}

#annual-report-2022 .medal__body img {
    width: 100%;
}

#annual-report-2022 .titles_header span {
    text-transform: uppercase;
    font-weight: 600;
}

#annual-report-2022 .details__body {
    align-items: center;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 200px 452px 147px;
    cursor: pointer;
    padding: 33px 20px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-weight: 600;
}

#annual-report-2022 .details__body:last-child {
    border: 0px solid;
}

#annual-report-2022 .change__body {
    text-align: right;
    text-align: right;
}

#annual-report-2022 .growth__body {
    display: grid;
    grid-template-columns: repeat(100, 1fr);
    width: 100%;
    z-index: 2;
    position: relative;
}

#annual-report-2022 .growth__body > div {
    display: flex;
    justify-content: space-between;
    background: #d8d8d8;
    position: relative;
    height: 12px;
}

#annual-report-2022 .growth__body > div span {
    position: absolute;
    top: 150%;
    font-size: 13px;
}

#annual-report-2022 .growth__body > div span:first-child {
    left: -10px;
}

#annual-report-2022 .growth__body > div span:last-child {
    right: -22px;
}

#annual-report-2022 .growth__body > div span:last-child:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 25px;
    height: 25px;
    background: #275ce4;
    border-radius: 100%;
}

#annual-report-2022 .growth__body > div span:first-child:before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 25px;
    height: 25px;
    background: #bcd0ff;
    border-radius: 100%;
    left: 0;
}

#annual-report-2022 .growth__body.negative-item > div span:last-child:before {
    background: #bcd0ff;
}

#annual-report-2022 .growth__body.negative-item > div span:first-child:before {
    background: #275ce4;
}

#annual-report-2022 .growth__body:after {
    content: '';
    position: absolute;
    top: 52%;
    transform: translateY(-52%);
    width: 100%;
    height: 2px;
    background: #d8d8d8;
    left: 0;
    z-index: -1;
}

#schoolTable2 .medal__body {
    max-width: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#annual-report-2022 .top-growth a.btn.btn-orange {
    text-transform: uppercase;
    background: #f78219;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 30px auto;
    text-align: center;
    max-width: 170px;
    color: #fff;
    padding: 10px;
}

@media (max-width: 767px) {
    #annual-report-2022 .top-growth {
        padding: 0;
    }

    #annual-report-2022 .header__growth,
    #annual-report-2022 .body-table {
        width: 100%;
    }

    #annual-report-2022 .header__growth {
        display: flex;
    }

    #annual-report-2022 .medal__body {
        display: none;
    }

    #annual-report-2022 .body-table {
        grid-template-columns: unset;
    }

    #annual-report-2022 .titles_header span:nth-child(3n + 2) {
        display: none;
    }

    #annual-report-2022 .details__body {
        grid-template-columns: 50% 50%;
        width: 100%;
        padding: 20px 6px;
    }

    #annual-report-2022 .growth__body {
        display: none;
    }

    #annual-report-2022 .body-table {
        width: 100%;
    }

    #annual-report-2022 .top-growth .nav-tabs {
        display: block;
        border: 0px solid;
        padding: 40px 0;
        margin: 0 auto;
        text-align: center;
    }

    #annual-report-2022 .top-growth .nav-tabs li {
        float: unset;
    }

    #annual-report-2022 .top-growth .nav-tabs li a {
        border-radius: 10px !important;
        margin: 0 auto 11px;
    }

    #annual-report-2022 .dots-list {
        padding: 20px 0;
        display: none;
    }

    #annual-report-2022 .dots-list li {
        padding: 0 10px;
        margin: 0 28px;
    }

    #annual-report-2022 .top-growth h2 {
        font-size: 22px;
    }
}

#annual-report-2022 .chart {
    padding: 30px 0;
}

#annual-report-2022 .chart h2 {
    font-size: 36px;
    text-align: center;
    line-height: 1.3;
}

#annual-report-2022 canvas#chartJSContainer {
    background-repeat: no-repeat;
    height: 0;
    background-position: right;
    background-size: contain;
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto;
}

#annual-report-2022 section.top-growth .text__description p {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 1.5em;
    color: #b8b8b8;
    margin: 20px 0;
}

@media (max-width: 767px) {
    #annual-report-2022 .chart h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    #annual-report-2022 #chartJSContainer {
        min-height: 250px !important;
    }
}

@media (min-width: 768px) {
    #annual-report-2022 canvas#chartJSContainer {
        background-image: url(/aaa-content/templates/custom/pages/annual-reports/2021-2022/assets/images/mission.png);
        width: 100% !important;
        max-width: 900px !important;
        height: 460px;
        margin: 0 auto;
    }
}

/*responsive*/

@media (max-width: 1199px) {

    #schoolTable2 .medal__header,
    #schoolTable2 .medal__body {
        display: none;
    }

    #annual-report-2022 .header__growth {
        display: flex;
        padding: 15px 15px;
    }

    #annual-report-2022 .details__body {
        grid-template-columns: 150% 100% 80%;
    }
}

@media (max-width: 990px) {
    #annual-report-2022 .report-header #report-header-div {
        position: absolute;
        text-align: center;
    }

    #annual-report-2022 .report-header-buttons {
        text-align: center;
        margin: 0;
    }


    .hwrap {
        font-size: 10px;
    }

    .hmove {
        line-height: 12px;
    }

    .hitem {
        width: 200%;
    }

    #annual-report-2022 .hero .hero-bg {
        margin-top: 30px;
    }

    #report-2022-section3 .section3-content ul li span {
        width: 100%;
        text-align: center;
        margin: 0 auto 10px;
    }

    #annual-report-2022 .body-table {
        display: flex;
    }

    #annual-report-2022 .details {
        width: 100%;
    }

    #annual-report-2022 .details__body div {
        min-width: 25%;
    }

    #annual-report-2022 .details__body {
        display: flex;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #annual-report-2022 {
        font-size: 16px;
        line-height: 26px;
    }

    #annual-report-2022 h2 {
        font-size: 26px;
    }

    #annual-report-2022 h3 {
        font-size: 16px;
    }

    #annual-report-2022 .report-header a {
        font-size: 12px;
    }

    #annual-report-2022 .hero h1 {
        font-size: 34px;
        line-height: 48px;
    }

    #annual-report-2022 .hero .hero-bg {
        height: 410px;
        background-size: cover;
        background-position: center;
        padding-top: 0;
        margin-top: 50px;
    }

    #annual-report-2022 .hero-bg img {
        max-width: 200px;
        margin-top: 30px;
        margin-bottom: -5px;
    }

    #report-2022-section3 .section3-content ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #report-2022-section4 .section4-extra {
        margin: 0 0 50px;
        padding: 15px 15px 5px;
    }

    #report-2022-section5 .section5-header {
        margin: 0;
    }

    #annual-report-2022 .details__body div {
        min-width: 45%;
    }
}

@media (min-width: 1330px) {
    #annual-report-2022 .container {
        width: 1140px;
    }
}

@media (min-width: 1430px) {
    #annual-report-2022 .container {
        width: 1140px;
    }
}

@media (min-width: 1530px) {
    #annual-report-2022 .container {
        width: 1140px;
    }
}

@media (min-width: 1630px) {
    #annual-report-2022 .container {
        width: 1140px;
    }
}

@media (min-width: 1730px) {
    #annual-report-2022 .container {
        width: 1140px;
    }
}

/* Table */
.tablesorter-headerDesc .tablesorter-header-inner span:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: -30px;
    top: 2px;

    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #c1cfdf;
}

.tablesorter-headerUnSorted .tablesorter-header-inner span:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: -30px;
    top: 2px;

    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #c1cfdf;
}

.tablesorter-headerAsc .tablesorter-header-inner span:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: -30px;
    top: 2px;
    transform: rotate(60deg);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #c1cfdf;
}

@media (max-width: 700px) {
    #school__table thead .d-none {
        display: none !important;
    }

    .tablesorter-headerDesc .tablesorter-header-inner span:after {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        right: -30px;
        top: 2px;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid #c1cfdf;
    }

    .tablesorter-headerUnSorted .tablesorter-header-inner span:after {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        right: -30px;
        top: 2px;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid #c1cfdf;
    }

    .tablesorter-headerAsc .tablesorter-header-inner span:after {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        right: -30px;
        top: 2px;
        transform: rotate(60deg);
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid #c1cfdf;
    }

    #annual-report-2022 .header__growth {
        margin-right: 5px;
        margin-left: 5px;
    }

    #annual-report-2022 .body-table {
        margin-right: 5px;
        margin-left: 5px;
    }
}