.header {
  background: #0d0f3d 0% 0% no-repeat padding-box !important;
}
body {
  background-color: #f7f7f7;
}

.title {
  font-family: "Lexend Deca", sans-serif;
}
.nunito {
  font-family: "Nunito Sans", sans-serif;
}

.purple {
  color: #0d0f3d !important;
}
.aqua {
  color: #000080;
  font-size: 50px;
  font-family: "Lexend Deca", sans-serif;
  margin-top: 20px !important;
}

.green-bg {
  background-color: #36cfc2;
}
.pink {
  color: #36cfc2;
}
.lexend {
  font-family: "Lexend Deca", sans-serif;
}
.screen {
  height: 85px;
}
@media screen {
  header .print {
    display: none;
  }
  .sub-header {
    width: 91% !important;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .category1 {
    width: 250px;
  }
  .s4-left {
    width: 470px;
  }
  .s1-title {
    text-align: left;
  }
  .s2-title {
    text-align: left;
  }
  .for-screen {
    display: block;
  }
  .for-print {
    display: none;
  }
  .for-screen-flex {
    display: flex;
  }
  .for-print-flex {
    display: none;
  }
  .for-print-4 {
    display: none;
  }
  .s4-tr {
    color: #fff;
    background-color: #36cfc2;
  }
}
@media print {
  header .print {
    display: none;
  }
  .sub-header {
    width: 100% !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .category1 {
    width: 140px;
  }
  .graph-body-container {
        padding: 1rem 0 0 0;
    }  
  .content {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .text-3xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .s3-description {
    font-size: 0.75rem;
    line-height: 1rem;
  }
    .aqua {
      color: #000080;
      font-size: 32px;
      font-family: "Lexend Deca", sans-serif;
      line-height: 1.1em;
      margin-top: 5px !important;
    }

  @page {
    margin: 0.5cm;
  }
  .top-graph-menu {
    text-align: left;
  }
  .content-2 {
    width: 100%;
    text-align: left;
  }
  .title3 {
    margin-top: 20px;
  }
  .s3-overall {
    margin-bottom: 90px;
  }

  .s4-left {
    width: 300px;
    font-size: 8px;
  }
  .s4-left-columns {
    font-size: 12px !important;
    line-height: 1.5rem;
  }
  .text-sm {
    font-size: 9px;
  }
  .s1-title {
    text-align: right;
  }
  .s2-title {
    text-align: right;
  }
  .s3-title {
    text-align: right;
  }
  .s4-title {
    text-align: right;
    margin-right: 30px !important;
  }
  .for-screen {
    display: none;
  }
  .for-print {
    display: block;
  }
  .for-screen-flex {
    display: none;
  }
  .for-print-flex {
    display: block;
  }
  .for-print-padding-none {
    padding: 0px !important;
  }
  .for-print-padding {
    padding: 3px;
  }
  .for-print-margin-top {
    margin-top: 20px !important;
  }
  .print-m4 {
    padding: 10px;
  }
  .for-screen-4 {
    display: none;
  }
  .for-print-4 {
    display: initial;
  }
  .s4-tr {
    color: #000080;
    background-color: #fff;
  }
  .print-bold {
    font-weight: bold;
  }
  body {
    background-color: #fff !important;
  }
}
