html {
  scroll-behavior: smooth;
}

#annual-report-2021 {
  font-family: 'Montserrat';
  /* 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-2021 h1,
#annual-report-2021 h2,
#annual-report-2021 h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #0b1541;
}
#annual-report-2021 .row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#annual-report-2021 .row-reverse {
  flex-direction: row-reverse;
}
#annual-report-2021 .row-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
#annual-report-2021 .row-vcenter {
  align-items: center;
}
#annual-report-2021 .row-vbottom {
  align-items: flex-end;
}
#annual-report-2021 .row-center {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #annual-report-2021 .row-stretch {
    justify-content: stretch;
  }
}
#annual-report-2021 .text__section {
  font-family: 'Montserrat', sans-serif;
}
#annual-report-2021 .text__section p {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
#annual-report-2021 .title__section h3 {
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin-bottom: 50px;
  line-height: 1.5em;
  color: #fff;
}
#annual-report-2021 .btn-orange {
  background-color: #f18119;
  padding: 15px 50px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  display: block;
  max-width: fit-content;
  margin: 30px auto 0;
}
#annual-report-2021 .btn-orange:hover {
  background-color: #ff7b00;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 767px) {
  #annual-report-2021 .title__section h3 {
    font-size: 17px;
  }
  #annual-report-2021 .methodology__items {
    padding: 15px;
  }
}
#annual-report-2021 .hero {
  background-image: url(../images/AR_Cover.png);
  background-size: cover;
  background-position: revert;
  height: 1275px;
  display: flex;
  align-items: center;
  position: relative;
}
#annual-report-2021 .hero img {
  width: 420px;
  margin: 0 0 0 -60px;
  display: block;
}
#annual-report-2021 .hero h1 {
  font-size: 56px;
  color: #fff;
  line-height: 1.2;
}
#annual-report-2021 .mouse-scroll {
  width: 18px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: 0 auto;
}
#annual-report-2021 .scroll {
  display: block;
  width: 2px;
  height: 6px;
  background: #fff;
  border-radius: 10px;
  animation-name: mouse;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  position: relative;
  margin: 0 auto;
  top: 4px;
}
#annual-report-2021 .mouse-scroll:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 9px;
  width: 9px;
  transform: rotate(225deg);
  transition: 0.3s all;
  border-top: 2px solid #f78219;
  border-left: 2px solid #f78219;
  color: #fff;
  animation-name: mousetop;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  #annual-report-2021 .hero {
    height: 100%;
  }
  #annual-report-2021 .hero h1 {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
  }
  #annual-report-2021 .hero img {
    width: 300px;
    margin: 0 0 0 -30px;
  }
}
#annual-report-2021 .financial {
  padding: 100px 0 40px;
  position: relative;
}
#annual-report-2021 .financial .row {
  align-items: center !important;
  display: flex;
  margin: 0;
}
#annual-report-2021 .financial .row .col-md-4 {
  margin: 0;
  padding: 0;
}
#annual-report-2021 .financial .col-md-5 {
  padding: 0;
}
@media (max-width: 992px) {
  #annual-report-2021 .financial .row {
    align-items: center !important;
    display: flex;
    flex-direction: column;
  }
  #annual-report-2021 .financial .row .col-md-4 {
    width: 100%;
  }
  #annual-report-2021 .financial .img img {
    display: block;
    max-width: 80%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #annual-report-2021 .financial .img img {
    max-width: 100%;
    margin-bottom: 0px;
  }
  #annual-report-2021 .financial {
    padding: 50px 0;
    position: relative;
  }
}
#annual-report-2021 .financial img {
  max-width: 100%;
}
#annual-report-2021 .content__financial h2 {
  font-size: 45px;
  line-height: 1.2;
  color: #0b1541;
}
#annual-report-2021 .content__financial {
  width: 100%;
  max-width: 100%;
  margin: 0 0 auto auto;
  padding: 0 32px;
}
#annual-report-2021 .content__financial p {
  font-family: 'Montserrat';
  color: #0b1541;
  font-size: 20px;
  line-height: 29px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #annual-report-2021 .content__financial {
    padding: 0 15px;
    width: 100%;
  }
  #annual-report-2021 .content__financial h2 {
    font-size: 26px;
  }
  #annual-report-2021 .content__financial p {
    font-size: 19px;
  }
  #annual-report-2021 .financial img {
    position: relative;
    top: unset;
    transform: unset;
  }
}
#annual-report-2021 .national {
  padding: 40px 0;
  position: relative;
}
#annual-report-2021 .item__national {
  width: 960px;
  max-width: 100%;
  margin: 0 auto 40px;
}
#annual-report-2021 .item__national h3 {
  padding: 40px 0;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
#annual-report-2021 .item__national span {
  display: block;
  font-size: 48px;
  color: #f78219;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
#annual-report-2021 .item__national p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 19px;
}
#annual-report-2021 .item__national img {
  width: 70%;
  margin: 0 auto;
}
#annual-report-2021 .item__national .row {
  display: flex;
}
#annual-report-2021 .item__national .row {
  display: flex;
  align-items: center;
}
#annual-report-2021 .item__national:nth-child(even) .row {
  text-align: right;
}
#annual-report-2021 .item__national .col-md-6 {
  padding: 0;
}
@media (max-width: 767px) {
  #annual-report-2021 .item__national .row {
    flex-direction: column;
  }
  #annual-report-2021 .item__national .col-md-6 {
    padding: 0 15px;
  }
  #annual-report-2021 .item__national {
    text-align: center;
    margin-bottom: 0px;
  }
  #annual-report-2021 .item__national h3 {
    font-size: 20px;
  }
  #annual-report-2021 .item__national p {
    padding: 20px 0;
    font-size: 17px;
  }
  #annual-report-2021 .item__national:nth-child(even) .row {
    text-align: center;
  }
}
#annual-report-2021 .requirement {
  background-color: #1f3b9b;
  padding: 80px 0;
}
#annual-report-2021 .requirement .title__section h2 {
  color: #fff;
}
#annual-report-2021 .requirement__item {
  display: flex;
  align-items: center;
  color: #fff;
}
#annual-report-2021 .requirement__item__img {
  margin-right: 30px;
}
#annual-report-2021 .requirement__item__img img#Mississipi {
  width: 80px;
  height: 140px;
}
#annual-report-2021 .requirement__item__img img#NationalNC {
  width: 140px;
  height: 80px;
}
#annual-report-2021 .requirement__item__text p {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}
#annual-report-2021 .requirement__item__text strong {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1.5em;
}
#annual-report-2021 .requirement__item__text {
  max-width: 330px;
}
@media (max-width: 992px) {
  #annual-report-2021 .requirement .row .col-lg-12 {
    width: 100%;
  }
  #annual-report-2021 .requirement__item {
    flex-direction: column;
    margin-top: 15px 0;
  }
  #annual-report-2021 .requirement__item__text {
    max-width: 100%;
  }
  #annual-report-2021 .requirement__item:last-child {
    margin-top: 50px;
  }
  #annual-report-2021 .requirement__item__img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#annual-report-2021 .equity {
  padding: 80px 0;
}
#annual-report-2021 .equity__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#annual-report-2021 .equity__item img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
#annual-report-2021 .equity__item strong {
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #f18119;
  line-height: 1.5em;
  margin-top: -24px;
}
#annual-report-2021 .equity__item p {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #0b1541;
  line-height: 1.5em;
}
#annual-report-2021 .title__equity {
  font-family: 'Montserrat', sans-serif;
}
#annual-report-2021 .title__equity strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5em;
  color: #0a1541;
}
#annual-report-2021 .title__equity p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #0a1541;
}
#annual-report-2021 .title__equity p {
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  #annual-report-2021 .equity__item strong {
    font-size: 36px;
    margin-top: -10px;
  }
}
#annual-report-2021 .schoolText {
  background: #275ce4;
  color: #fff;
  padding: 60px 0;
}
#annual-report-2021 .schoolText .text__section {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
#annual-report-2021 .progressText {
  background: #1f3b9b;
  color: #fff;
  padding: 60px 0;
}
#annual-report-2021 .methodology {
  padding: 80px 0;
}
#annual-report-2021 .methodology .title__section h3 {
  margin-bottom: 20px;
  color: #0b1541;
}
#annual-report-2021 .methodology__items ol li {
  padding-left: 15px;
  color: #0a1541;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5em;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
}
#annual-report-2021 .map {
  padding: 60px 0;
}
#annual-report-2021 .map h2 {
  font-size: 38px;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  #annual-report-2021 .map h2 {
    font-size: 22px;
  }
}
#annual-report-2021 .table__school {
  margin-top: 30px;
  padding: 60px 0;
}
#annual-report-2021 .table__school h2 {
  font-size: 38px;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 30px 0;
}
#annual-report-2021 #wrapper-school {
  display: block;
  width: 100%;
}
#annual-report-2021 #school__table {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
  width: 100%;
}
#annual-report-2021 #school__table thead {
  cursor: pointer;
  background: none;
  border-bottom: 2px solid #5c5c5c;
}
#annual-report-2021 #school__table thead tr th {
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 10px;
}
#annual-report-2021 #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-2021 #school__table thead tr th.headerSortUp,
#annual-report-2021 #school__table thead tr th.headerSortDown {
  background: #acc8dd;
}
#annual-report-2021 #school__table thead tr th.headerSortUp span {
  background-image: url('https://i.imgur.com/SP99ZPJ.png');
}
#annual-report-2021 #school__table thead tr th.headerSortDown span {
  background-image: url('https://i.imgur.com/RkA9MBo.png');
}
#annual-report-2021 #school__table tbody tr {
  color: #555;
}
#annual-report-2021 #school__table tbody tr td {
  text-align: center;
  padding: 15px 10px;
}
#annual-report-2021 #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-2021 .tablesorter-header-inner span {
  position: relative;
}
#annual-report-2021 td.state p {
  text-align: left !important;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a1541;
}
#annual-report-2021 div.gold {
  display: flex;
  align-items: center;
}
#annual-report-2021 div.gold > div {
  background: #fff7e3;
  width: 160px;
  height: 30px;
}
#annual-report-2021 div.gold > div .percentage {
  background-color: #f4ad00;
  height: 30px;
}
#annual-report-2021 div.gold span {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a1541;
}
#annual-report-2021 div.silver {
  display: flex;
  align-items: center;
}
#annual-report-2021 div.silver > div {
  background: #f5f5f5;
  width: 160px;
  height: 30px;
}
#annual-report-2021 div.silver > div .percentage {
  background-color: #7e7e7e;
  height: 30px;
}
#annual-report-2021 div.silver span {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a1541;
}
#annual-report-2021 div.bronze {
  display: flex;
  align-items: center;
}
#annual-report-2021 div.bronze > div {
  background: #fff7ef;
  width: 160px;
  height: 30px;
}
#annual-report-2021 div.bronze > div .percentage {
  background-color: #f18119;
  height: 30px;
}
#annual-report-2021 div.bronze span {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a1541;
}
#annual-report-2021 .table__row .btn-orange {
  margin-top: 30px;
}
#annual-report-2021 .table__row .text__description {
  margin-top: 25px;
}
#annual-report-2021 .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-2021 .table__school h2 {
    font-size: 22px;
  }
  #annual-report-2021 .gold > div {
    display: none;
  }
  #annual-report-2021 .silver > div {
    display: none;
  }
  #annual-report-2021 .bronze > div {
    display: none;
  }
  #annual-report-2021 #wrapper-school {
    overflow: hidden;
  }
  #annual-report-2021 .table__school .container .row.table__row {
    margin: 0 auto;
  }
}
#annual-report-2021 .top-growth {
  padding: 60px 0;
}
#annual-report-2021 .top-growth h2 {
  font-size: 38px;
  text-align: center;
  line-height: 1.3;
}
#annual-report-2021 .top-growth .nav-tabs {
  text-align: center;
  display: flex;
  justify-content: center;
  border: 0px solid;
  padding: 40px 0;
}
#annual-report-2021 .top-growth .nav-tabs li.active a {
  background: #585858;
  color: #fff;
  text-transform: uppercase;
}
#annual-report-2021 .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;
  border: 0px solid transparent;
}
#annual-report-2021 .top-growth .nav-tabs li:last-child a {
  border-radius: 0 10px 10px 0;
}
#annual-report-2021 .top-growth .nav-tabs li:first-child a {
  border-radius: 10px 0 0 10px;
}
#annual-report-2021 .nav-tabs > li.active > a,
#annual-report-2021 .nav-tabs > li.active > a:focus,
#annual-report-2021 .nav-tabs > li.active > a:hover {
  border: 0px solid transparent;
}
#annual-report-2021 .dots-list {
  display: flex;
  justify-content: center;
  padding: 20px 0 40px;
}
#annual-report-2021 .dots-list li {
  padding: 0 10px;
  position: relative;
  margin: 0 35px;
  font-weight: 600;
}
#annual-report-2021 .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-2021 .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-2021 .header__growth {
  display: grid;
  grid-template-columns: 300px 839px;
  border-bottom: 2px solid #5c5c5c;
  padding: 10px 0;
}
#annual-report-2021 .titles_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 6px;
}
#annual-report-2021 .body-table {
  display: grid;
  grid-template-columns: 300px 839px;
  cursor: pointer;
  border-bottom: 2px solid #5c5c5c;
}
#annual-report-2021 .medal__body img {
  width: 100%;
}
#annual-report-2021 .titles_header span {
  text-transform: uppercase;
  font-weight: 600;
}
#annual-report-2021 .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-2021 .details__body:last-child {
  border: 0px solid;
}
#annual-report-2021 .change__body {
  text-align: right;
  text-align: right;
}
#annual-report-2021 .growth__body {
  display: grid;
  grid-template-columns: repeat(100, 1fr);
  width: 100%;
  z-index: 2;
  position: relative;
}
#annual-report-2021 .growth__body > div {
  display: flex;
  justify-content: space-between;
  background: #d8d8d8;
  position: relative;
  height: 12px;
}
#annual-report-2021 .growth__body > div span {
  position: absolute;
  top: 150%;
  font-size: 13px;
}
#annual-report-2021 .growth__body > div span:first-child {
  left: -10px;
}
#annual-report-2021 .growth__body > div span:last-child {
  right: -22px;
}
#annual-report-2021 .growth__body > div span:last-child:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 25px;
  height: 25px;
  background: #275ce4;
  border-radius: 100%;
}
#annual-report-2021 .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-2021 .growth__body.negative-item > div span:last-child:before {
  background: #bcd0ff;
}
#annual-report-2021 .growth__body.negative-item > div span:first-child:before {
  background: #275ce4;
}
#annual-report-2021 .growth__body:after {
  content: '';
  position: absolute;
  top: 52%;
  transform: translateY(-52%);
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  left: 0;
  z-index: -1;
}
#annual-report-2021 .top-growth a.btn.btn-orange {
  /* margin: 40px auto; */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #annual-report-2021 .top-growth {
    padding: 0;
  }
  #annual-report-2021 .header__growth,
  #annual-report-2021 .body-table {
    width: 100%;
  }
  #annual-report-2021 .header__growth {
    display: flex;
  }
  #annual-report-2021 .medal__body {
    display: none;
  }
  #annual-report-2021 .body-table {
    grid-template-columns: unset;
  }
  #annual-report-2021 .titles_header span:nth-child(3n + 2) {
    display: none;
  }
  #annual-report-2021 .details__body {
    grid-template-columns: 50% 50%;
    width: 100%;
    padding: 20px 6px;
  }
  #annual-report-2021 .growth__body {
    display: none;
  }
  #annual-report-2021 .body-table {
    width: 100%;
  }
  #annual-report-2021 .top-growth .nav-tabs {
    display: block;
    border: 0px solid;
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
  }
  #annual-report-2021 .top-growth .nav-tabs li {
    float: unset;
  }
  #annual-report-2021 .top-growth .nav-tabs li a {
    border-radius: 10px !important;
    margin: 0 auto 11px;
  }
  #annual-report-2021 .dots-list {
    padding: 20px 0;
    display: none;
  }
  #annual-report-2021 .dots-list li {
    padding: 0 10px;
    margin: 0 28px;
  }
  #annual-report-2021 .top-growth h2 {
    font-size: 22px;
  }
}
#annual-report-2021 .chart {
  padding: 30px 0;
}
#annual-report-2021 .chart h2 {
  font-size: 38px;
  text-align: center;
  line-height: 1.3;
}
#annual-report-2021 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-2021 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-2021 .chart h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #annual-report-2021 #chartJSContainer {
    min-height: 250px !important;
  }
}
@media (min-width: 768px) {
  #annual-report-2021 canvas#chartJSContainer {
    background-image: url(/assets/images/mission.png);
    width: 100% !important;
    max-width: 900px !important;
    height: 460px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #annual-report-2021 .report-header {
    position: sticky;
    top: 95px;
    z-index: 3;
  }
}
#annual-report-2021 .report-header #report-header-div {
  padding: 20px 0px;
  top: 0;
}
#annual-report-2021 .report-header h2 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 36px;
}
#annual-report-2021 .report-header a {
  background-color: transparent;
  border-color: #fff;
  font-size: 16px;
  border-radius: 8px;
  color: white;
  margin: 5px 0;
}
@media (min-width: 992px) {
  #annual-report-2021 .report-header a {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
