html {
  scroll-behavior: smooth;
}

/* (A) FIXED WRAPPER */
.hwrap {
  overflow: hidden; /* HIDE SCROLL BAR */
  background: #F4AD00;
  position: fixed;
  top: 160px;
  z-index: 5;
}
 
/* (B) MOVING TICKER WRAPPER */
.hmove { display: flex; }

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
  flex-shrink: 0;
  width: 100%;
  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(50%, 0, 0); }
  100% { transform: translate3d(-400%, 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; }
}

#annual-report-2022 {
  padding-top: 70px;
  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: #000;
  font-weight: bold;
  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;
}

#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: center;
  margin: 25px 0;
  font-size: 24px;
}

#report-2022-section1 .section1-content {
  max-width: 1080px;
}

#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: 30px 0;
  padding: 50px 30px;
  margin-left: -30px;
}

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

#report-2022-section1 .infos-numbers {
  text-align: center;
}
#report-2022-section1 .infos-numbers.infos-numbers-row2 .info-number-year {
  opacity: 0;
}
#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-medals {
  margin: 50px auto;
}

#report-2022-section1 .info-medal {
  margin-bottom: 50px;
}

#report-2022-section1 .info-medal .info-medal-stats strong {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-family: 'PT Sans', sans-serif;
}

/*section2*/

#report-2022-section2 {
  padding: 80px 0;
  background-color: #275CE4;
  height: auto;
}
#report-2022-section2 .section2-header {
  text-align: center;
}
#report-2022-section2 .section2-content {
  max-width: 1040px;
  margin-top: 15px;
  margin-bottom: 80px;
}

#report-2022-section2 .section2-infos {
  margin: 50px;
  text-align: center;
}

#report-2022-section2 .section2-state-labels h3 {
  line-height: 34px;
}
#report-2022-section2 .section2-state-labels h3 strong {
  display: inline-block;
  font-size: 158px;
  line-height: 80px;
  font-weight: bolder;
  margin-top: 50px;
  color: #869add;
  margin-bottom: 30px;
}

#report-2022-section2 .section2-state-item h4 {
  height: 50px;
}
#report-2022-section2 .section2-state-item {
  margin-bottom: 20px;
}
#report-2022-section2 .section2-state-item-img {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#report-2022-section2 .section2-state-list.state-list-row-2 {
  margin-top: 75px;
}

/*section3*/

#report-2022-section3 {
  background: #fff9eb;
  position: relative;
  padding-top: 150px;
  padding-bottom: 60px;
  margin-bottom: 70px;
}

#report-2022-section3:before {
  content: '';
  background: url('/aaa-content/templates/custom/pages/annual-reports/2021-2022/assets/images/Florida section/FL Graphic.jpg')
    no-repeat center top;
  background-size: auto 100%;
  height: 145px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 0;
}

#report-2022-section3:after {
  content: '';
  background: url('/aaa-content/templates/custom/pages/annual-reports/2021-2022/assets/images/Florida section/FL_pixels.svg')
    no-repeat center top;
  background-size: contain;
  height: 110px;
  width: 100px;
  position: absolute;
  z-index: 1;
  bottom: -42px;
  left: 5%;
}

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

#report-2022-section3 .section3-content {
  max-width: 840px;
  margin: 0 auto;
}

#report-2022-section3 .section3-content h3 {
  margin-top: -10px;
}
#report-2022-section3 .section3-content ul {
  list-style: none;
  margin: 30px 50px 60px;
  font-weight: bold;
}

#report-2022-section3 .section3-content ul li {
  display: block;
  margin-bottom: 20px;
}

#report-2022-section3 .section3-content ul li span {
  vertical-align: middle;
  display: inline-block;
  max-width: 500px;
}

#report-2022-section3 .section3-content ul li span:first-child {
  width: 90px;
  text-align: center;
}

/*section4*/

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

#report-2022-section4 .section4-content > p:first-child {
  max-width: 980px;
  margin: 0 auto 50px;
}

#report-2022-section4 .section4-map {
  text-align: center;
  margin: 30px 0;
}

#report-2022-section4 .section4-extra {
  background: #e8f1ff;
  padding: 30px 120px;
  margin: 80px 20px;
}

#report-2022-section4 .section4-extra .info-medal,
#report-2022-section4 .section4-extra .feature-number {
  margin: 0 0 15px;
}
#report-2022-section4 .section4-extra .info-medal-stats {
  line-height: 23px;
}
#report-2022-section4 .section4-infos .info-medal-stats strong {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-family: 'PT Sans', sans-serif;
}

#report-2022-section4 .info-medal small {
  font-size: 12px;
  line-height: 23px;
}

#report-2022-section4 .info-medal-text {
  max-width: 380px;
  margin: 0px auto 40px;
}

/*section5*/

#report-2022-section5 {
  margin-bottom: 150px;
}
#report-2022-section5 .section5-header {
  text-align: center;
  margin: 0 -30px 20px;
}

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

#annual-report-2022 .section5-infos {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  max-width: 1024px;
  margin: 0 auto;
}

#annual-report-2022 .section5-infos .section5-info-section {
  margin-bottom: 50px;
  font-weight: 600;
}

#annual-report-2022 .section5-infos h3 {
  font-size: 14px;
  color: #000;
  line-height: 19px;
  margin-bottom: 15px;
}

#annual-report-2022 .section5-infos h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-transform: none;
  margin: 0 auto 40px;
}

/*section6*/

#report-2022-section6 {
  margin-bottom: 120px;
}
#annual-report-2022 .section6-header {
  text-align: center;
  margin-bottom: 30px;
}

/*section7*/

#annual-report-2022 .section7-header {
  text-align: center;
  margin-bottom: 30px;
}

/*section8*/

#annual-report-2022 .section8-header {
  text-align: center;
  margin: 50px 0 30px;
}

#annual-report-2022 .section8-content {
  max-width: 1024px;
  margin: 0 auto;
}

/*section9*/

#report-2022-section9 {
  background: rgb(26, 65, 151);
  background: linear-gradient(
    115deg,
    rgba(26, 65, 151, 1) 0%,
    rgba(29, 101, 222, 1) 100%
  );
  color: #fff;
  padding: 80px 0;
  margin: 80px 0;
}

#report-2022-section9 .section9-header h2 {
  color: #fff;
  /*text-align: center;*/
  margin: 0 0 30px;
}

#report-2022-section9 .btn.btn-orange {
  background: #f78219;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0 0;
  padding: 5px 15px;
}

/*section10*/

#report-2022-section10 {
  margin-bottom: 100px;
}

#annual-report-2022 .section10-header {
  text-align: center;
  margin: 50px 0 30px;
}

#annual-report-2022 .section10-content ul,
.section10-content ol {
  /* list-style: none; */
}
#annual-report-2022 .section10-content > ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*charts & graphics*/

#annual-report-2022 .table__school {
  margin-top: 30px;
  padding: 60px 0;
}

#annual-report-2022 #wrapper-school {
  display: block;
  width: 100%;
}
#annual-report-2022 #school__table {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
  width: 100%;
}
#annual-report-2022 #school__table thead {
  cursor: pointer;
  background: none;
  border-bottom: 2px solid #5c5c5c;
}
#annual-report-2022 #school__table thead tr th {
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 10px;
}
#annual-report-2022 #school__table thead tr th span {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  font-size: 14px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #333333;
}
#annual-report-2022 #school__table thead tr th.headerSortUp,
#annual-report-2022 #school__table thead tr th.headerSortDown {
  background: #acc8dd;
}
#annual-report-2022 #school__table thead tr th.headerSortUp span {
  background-image: url('https://i.imgur.com/SP99ZPJ.png');
}
#annual-report-2022 #school__table thead tr th.headerSortDown span {
  background-image: url('https://i.imgur.com/RkA9MBo.png');
}
#annual-report-2022 #school__table tbody tr {
  color: #555;
}
#annual-report-2022 #school__table tbody tr td {
  text-align: center;
  padding: 15px 10px;
}
#annual-report-2022 #school__table tr {
  border-bottom: 1px solid #5c5c5c;
}
#annual-report-2021
  .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;
}
#annual-report-2021
  .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;
}
#annual-report-2021
  .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;
}
#annual-report-2022 .tablesorter-header-inner span {
  position: relative;
}
#annual-report-2022 td.state p {
  text-align: left !important;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a1541;
}
#annual-report-2022 div.gold {
  display: flex;
  align-items: center;
}
#annual-report-2022 div.gold > div {
  background: #fff7e3;
  width: 160px;
  height: 30px;
}
#annual-report-2022 div.gold > div .percentage {
  background-color: #f4ad00;
  height: 30px;
}
#annual-report-2022 div.gold span {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a1541;
}
#annual-report-2022 div.silver {
  display: flex;
  align-items: center;
}
#annual-report-2022 div.silver > div {
  background: #f5f5f5;
  width: 160px;
  height: 30px;
}
#annual-report-2022 div.silver > div .percentage {
  background-color: #7e7e7e;
  height: 30px;
}
#annual-report-2022 div.silver span {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a1541;
}
#annual-report-2022 div.bronze {
  display: flex;
  align-items: center;
}
#annual-report-2022 div.bronze > div {
  background: #fff7ef;
  width: 160px;
  height: 30px;
}
#annual-report-2022 div.bronze > div .percentage {
  background-color: #f18119;
  height: 30px;
}
#annual-report-2022 div.bronze span {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a1541;
}
#annual-report-2022 .table__row .btn-orange {
  background: #f78219;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 30px auto;
  text-align: center;
  max-width: 170px;
  color: #fff;
  padding: 10px;
}
#annual-report-2022 .table__row .text__description {
  margin-top: 25px;
}
#annual-report-2022 .table__row .text__description p {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5em;
  color: #b8b8b8;
}
@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: 38px;
  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: 38px;
  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;
  }

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

  #report-2022-section1 .section1-infos {
    background: url('/aaa-content/templates/custom/pages/annual-reports/2021-2022/assets/images/Guaranteed access/Blue_arrow_mobile.png')
      no-repeat center bottom;
    background-size: 100% 100%;
    margin: 30px 0;
    padding: 50px 0;
  }

  #report-2022-section1 .section1-infos .infos-label {
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
  }

  #report-2022-section2 .section2-state-list {
    max-width: 450px;
    margin: 50px auto 0;
  }

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