@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ProgressReport-body {
  margin: 1.7647058824rem auto;
}

@media all and (min-width: 43.75em) {
  .ProgressReport-body {
    margin: 2.9411764706rem auto;
  }
}

.ProgressReport-strataComponents > *:nth-child(odd) {
  background-color: #f5f4f1;
}

.ProgressReport-strataComponents > *:nth-child(2) {
  position: relative;
}

.ProgressReport-strataComponents > *:nth-child(2):before {
  background-image: url(/assets/svg/stitching.svg), none;
  background-repeat: repeat-x;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
  z-index: 2;
}

.ProgressReport-strataComponents > *:nth-child(2):after {
  background-image: url(/assets/svg/stitching.svg), none;
  background-repeat: repeat-x;
  bottom: -10px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.ProgressReport-strataComponents > *:last-child:after {
  display: none !important;
}

.ProgressReportBanner {
  font-family: "Montserrat", system-ui, Segoe UI, sans-serif, color-emoji;
  background-color: #009fc6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 2.3529411765rem 0;
}

.ProgressReportBanner:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 37.5em) {
  .ProgressReportBanner {
    padding: 4.4117647059rem 0;
  }
}

.ProgressReportBanner.Strata {
  padding-top: 1.7647058824rem;
  padding-bottom: 3.5294117647rem;
}

@media all and (min-width: 37.5em) {
  .ProgressReportBanner.Strata {
    padding-top: 2.9411764706rem;
    padding-bottom: 5.5882352941rem;
  }
}

@media all and (min-width: 56.25em) {
  .ProgressReportBanner.Strata {
    padding-top: 2.9411764706rem;
    padding-bottom: 6.7647058824rem;
  }
}

@media all and (max-width: 37.5em) {
  .ProgressReportBanner--featured {
    background-image: none !important;
  }
}

@media all and (min-width: 56.25em) {
  .ProgressReportBanner-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .ProgressReportBanner-cell:after {
    clear: both;
    content: '';
    display: table;
  }
  .ProgressReportBanner-cell:before {
    clear: both;
    content: '';
    display: table;
  }
}

.ProgressReportBanner-contentWrapper {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ProgressReportBanner-contentWrapper:after {
  clear: both;
  content: '';
  display: table;
}

.ProgressReportBanner-contentWrapper:before {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 37.5em) {
  .ProgressReportBanner-contentWrapper {
    margin-top: 0 auto;
  }
}

.ProgressReportBanner-year {
  color: #fff;
  display: block;
  font-size: 0.8235294118rem;
  font-weight: bold;
  font-size: 0.8235294118rem;
  line-height: 1.25;
  margin: 0.8823529412rem 0;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

@media all and (min-width: 20em) {
  .ProgressReportBanner-year {
    font-size: calc(1.1764705882vw + 0.6020761246rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportBanner-year {
    font-size: 1.2941176471rem;
  }
}

.ProgressReportBanner-button {
  max-width: 300px;
  margin-top: 0.8823529412rem;
  text-align: left;
}

.ProgressReportBanner-content {
  position: relative;
  padding: 0 1.1764705882rem;
  text-align: center;
}

.ProgressReportBanner-content:after {
  clear: both;
  content: '';
  display: table;
}

.ProgressReportBanner-link {
  color: #fff;
  font-size: 0.8235294118rem;
  font-weight: bold;
  font-size: 0.8235294118rem;
  line-height: 1.25;
  margin: 0.8823529412rem 0;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

@media all and (min-width: 20em) {
  .ProgressReportBanner-link {
    font-size: calc(1.1764705882vw + 0.6020761246rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportBanner-link {
    font-size: 1.2941176471rem;
  }
}

.ProgressReportBanner-next {
  float: right;
}

.ProgressReportBanner-prev {
  float: left;
}

.ProgressReportBanner-arrow {
  fill: #fff;
  height: 12px;
  width: 55px;
}

.ProgressReportBanner-image {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  top: 0;
  width: 100%;
}

@media all and (max-width: 56.25em) {
  .ProgressReportBanner-image {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 400px;
  }
  .ProgressReportBanner-image:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
}

@media all and (min-width: 56.25em) {
  .ProgressReportBanner-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: contain;
    max-width: auto;
  }
}

.ProgressReportBanner--right .ProgressReportBanner-image {
  background-position: -5%;
}

.ProgressReportBanner--left .ProgressReportBanner-image {
  background-position: 105%;
}

.ProgressReportBanner-subtitle {
  color: #fff;
  display: block;
  font-size: 0.8235294118rem;
  font-weight: bold;
  font-size: 0.8235294118rem;
  line-height: 1.25;
  margin: 0.8823529412rem 0;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media all and (min-width: 20em) {
  .ProgressReportBanner-subtitle {
    font-size: calc(1.1764705882vw + 0.6020761246rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportBanner-subtitle {
    font-size: 1.2941176471rem;
  }
}

.ProgressReportBanner-description {
  font-size: 0.8235294118rem;
  color: #fff;
  margin-top: 1.1764705882rem;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

@media all and (min-width: 20em) {
  .ProgressReportBanner-description {
    font-size: calc(0.8823529412vw + 0.6574394464rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportBanner-description {
    font-size: 1.1764705882rem;
  }
}

.ProgressReportBanner-label {
  color: #fff;
  font-size: 0.9411764706rem;
  position: relative;
  z-index: 9;
}

.ProgressReportBanner-stripes {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url(/assets/svg/banner-stripes.svg);
  background-repeat: no-repeat;
  background-size: auto 135%;
  background-position: right top;
  background-clip: center;
  opacity: .15;
}

.ProgressReportBanner-table {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 37.5em) {
  .ProgressReportBanner-table {
    display: table;
    width: 100%;
  }
}

@media all and (min-width: 56.25em) {
  .ProgressReportBanner-table {
    height: 180px;
  }
}

@media all and (min-width: 75em) {
  .ProgressReportBanner-table {
    height: 230px;
  }
}

.ProgressReportBanner-title {
  color: #fff;
  display: block;
  font-size: 1.5882352941rem;
  font-size: 1.5882352941rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

@media all and (min-width: 20em) {
  .ProgressReportBanner-title {
    font-size: calc(6.3235294118vw + 0.3979238754rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportBanner-title {
    font-size: 4.1176470588rem;
  }
}

.ProgressReportBanner-title > * {
  display: block;
}

.ProgressReportBanner-title-small {
  font-size: 42.8571428571%;
}

.ProgressReportBanner-title-large {
  font-size: 114.2857142857%;
}

.ProgressReportBanner-link {
  align-items: center;
  display: flex;
  font-size: 16px;
}

.ProgressReportBanner-link, .ProgressReportBanner-link:link, .ProgressReportBanner-link:visited {
  color: #fff;
}

.ProgressReportBanner-link:hover, .ProgressReportBanner-link:focus, .ProgressReportBanner-link:active {
  opacity: .7;
  text-decoration: none;
}

.ProgressReportBanner picture {
  opacity: .4;
}

@media print {
  .ProgressReportBanner picture {
    display: none !important;
  }
}

.ProgressReportBanner-form {
  text-align: center;
  margin-top: 1.1764705882rem;
}

.ProgressReportBanner-filter {
  display: block;
  margin: auto;
  text-align: left;
  width: 90%;
}

@media all and (min-width: 37.5em) {
  .ProgressReportBanner-filter {
    display: inline-block;
    width: inherit;
  }
}

.ProgressReportDetailHeader {
  font-family: "Montserrat", system-ui, Segoe UI, sans-serif, color-emoji;
  position: relative;
}

.ProgressReportDetailHeader:after {
  clear: both;
  content: '';
  display: table;
}

.ProgressReportDetailHeader:before {
  content: "";
  clear: both;
  display: table;
}

@media all and (min-width: 56.25em) {
  .ProgressReportDetailHeader {
    border-radius: 2.9411764706rem;
    margin-top: -3.8235294118rem;
  }
}

.ProgressReportDetailHeader:hover .ProgressReportDetailHeader-link {
  color: #1398b9;
}

.ProgressReportDetailHeader-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: -40px !important;
  padding: 0 1.1764705882rem !important;
}

@media all and (min-width: 24.9375em) {
  .ProgressReportDetailHeader-content {
    margin-left: 1.1764705882rem !important;
    margin-right: 1.1764705882rem !important;
  }
}

@media all and (min-width: 37.4375em) {
  .ProgressReportDetailHeader-content {
    align-items: center;
    flex-direction: row;
    margin-top: 2.6470588235rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
  }
}

.ProgressReportDetailHeader-description {
  margin-top: 1.1764705882rem;
}

.ProgressReportDetailHeader-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media all and (min-width: 37.4375em) {
  .ProgressReportDetailHeader-details {
    flex-direction: row;
  }
}

.ProgressReportDetailHeader-details > * {
  padding: 0 0 1.1764705882rem 0;
}

@media all and (min-width: 37.4375em) {
  .ProgressReportDetailHeader-details > * {
    border-left: solid 2px #ccc;
    padding: 0 1.1764705882rem;
  }
}

.ProgressReportDetailHeader-details > *:first-child {
  border: none;
  padding-left: 0;
}

.ProgressReportDetailHeader-details > *:last-child {
  padding-right: 0;
}

.ProgressReportDetailHeader-details-wrap {
  margin-top: 1.1764705882rem;
  padding-left: 0.5882352941rem;
  width: 100%;
}

@media all and (min-width: 37.4375em) {
  .ProgressReportDetailHeader-details-wrap {
    margin-top: 0;
    padding-left: 3%;
    width: 75%;
  }
}

.ProgressReportDetailHeader-detail {
  font-weight: bold;
}

.ProgressReportDetailHeader-detail > * {
  display: block;
}

.ProgressReportDetailHeader-detail-label {
  color: #999;
  font-size: 0.7647058824em;
  text-transform: uppercase;
}

.ProgressReportDetailHeader-detail-text {
  color: #ea3d48;
  font-size: 1.7647058824rem;
  line-height: 1.1;
  text-transform: capitalize;
}

@media all and (min-width: 37.5em) {
  .ProgressReportDetailHeader-detail-text {
    font-size: calc(4.6666666667vw + -0.1176470588rem);
  }
}

@media all and (min-width: 56.25em) {
  .ProgressReportDetailHeader-detail-text {
    font-size: 2.3529411765rem;
  }
}

@media all and (max-width: 37.4375em) {
  .ProgressReportDetailHeader-detail-text {
    margin-top: 0.5882352941rem;
  }
}

.ProgressReportDetailHeader-imageWrapper {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  max-width: 5rem;
  width: 50%;
  z-index: 1;
}

.ProgressReportDetailHeader-imageWrapper:before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media all and (min-width: 37.5em) {
  .ProgressReportDetailHeader-imageWrapper {
    max-width: 11.7647058824rem;
    width: 25%;
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportDetailHeader-imageWrapper {
    width: 100%;
  }
}

.ProgressReportDetailHeader-imageWrapper--circle {
  border-radius: 50%;
  border: solid 1px #ccc;
  overflow: hidden;
}

.ProgressReportDetailHeader-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.ProgressReportDetailHeader-image.js-background-image img {
  top: 5%;
  left: 5%;
  height: 90%;
  width: 90%;
}

.ProgressReportDetailHeader-select {
  display: block;
  height: 40px;
  margin-top: 0.5882352941rem;
  max-width: 175px;
}

.ProgressReportDetailHeader-select .CustomSelect-select {
  -webkit-appearance: menulist-button;
  height: 40px;
}

.ProgressReportDetailHeader-select .CustomSelect-placeholder {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-weight: 100;
  height: 38px;
  line-height: 0.75;
  margin: auto;
}

.ProgressReportDetailHeader-select .CustomSelect-placeholder:after {
  background-image: url(/assets/svg/select-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 12px;
  right: 10px;
  top: 15px;
  width: 20px;
}

.ProgressReportDetailHeader-buttonWrap {
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 37.5em) {
  .ProgressReportDetailHeader-buttonWrap {
    align-items: center;
    flex-direction: row;
    margin-top: 1.1764705882rem;
  }
}

.ProgressReportDetailHeader-socialist {
  font-size: 0;
  margin-top: 1.1764705882rem;
}

@media all and (min-width: 37.5em) {
  .ProgressReportDetailHeader-socialist {
    margin-left: 20px;
    margin-top: 0;
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportDetailHeader-socialist {
    text-align: right;
  }
}

.ProgressReportDetailHeader-socialist-item {
  font-size: 17px;
  display: inline-block;
  padding: 0 0.4117647059rem;
}

.ProgressReportDetailHeader-socialist-link {
  display: inline-block;
}

.ProgressReportDetailHeader-socialist-link, .ProgressReportDetailHeader-socialist-link:link, .ProgressReportDetailHeader-socialist-link:visited {
  color: #999;
}

.ProgressReportDetailHeader-socialist-link:hover, .ProgressReportDetailHeader-socialist-link:focus, .ProgressReportDetailHeader-socialist-link:active {
  color: #ced5d9;
}

.ProgressReportDetailHeader-socialist-icon {
  height: 1rem !important;
  width: 1rem !important;
}

.ProgressReportHeader-logo {
  background-color: #db3939;
  display: inline-block;
  padding: 1.7647058824rem 0.8823529412rem;
  text-align: center;
  min-width: 150px;
  width: 50%;
}

@media all and (min-width: 31.25em) {
  .ProgressReportHeader-logo {
    width: 30%;
  }
}

@media all and (min-width: 58.75em) {
  .ProgressReportHeader-logo {
    display: table-cell;
    margin: 0;
    max-width: 150px;
    padding: 0 0.5882352941rem 0 1.1764705882rem;
    vertical-align: middle;
    width: 150px;
  }
}

.ProgressReportHeader-logo:hover, .ProgressReportHeader-logo:focus, .ProgressReportHeader-logo:active {
  background-color: #bd2832;
}

.ProgressReportHeader-logo svg {
  fill: #fff;
  width: 100%;
}

.ProgressReportHeader-breadcrumb {
  font-family: "Montserrat", system-ui, Segoe UI, sans-serif, color-emoji;
  color: #670521;
  font-size: 0.7647058824em;
  font-weight: bold;
  left: -8px;
  position: absolute;
  text-transform: uppercase;
  top: -27px;
}

.ProgressReportHeader-breadcrumb svg {
  fill: #670521;
  margin-right: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.ProgressReportHeader-breadcrumb-wrap {
  margin: auto;
  position: relative;
  width: 120px;
}

.ProgressReportHeader-title {
  font-size: 1.2941176471rem;
  font-family: "Montserrat", system-ui, Segoe UI, sans-serif, color-emoji;
  display: inline-block;
  line-height: 1.2;
}

.ProgressReportHeader-title, .ProgressReportHeader-title:link {
  color: #009fc6;
}

.ProgressReportHeader-title:visited {
  color: #00c8f9;
}

.ProgressReportHeader-title:hover, .ProgressReportHeader-title:focus, .ProgressReportHeader-title:active {
  color: #007693;
}

@media all and (min-width: 20em) {
  .ProgressReportHeader-title {
    font-size: calc(2.9032258065vw + 0.7476280835rem);
  }
}

@media all and (min-width: 58.75em) {
  .ProgressReportHeader-title {
    font-size: 2.3529411765rem;
  }
}

@media all and (min-width: 58.75em) {
  .ProgressReportHeader-title {
    font-size: 1.6470588235em;
  }
}

.ProgressReportHeader-title-wrap {
  align-items: center;
  bottom: 52px;
  display: flex;
  padding: 0 0.5882352941rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  vertical-align: middle;
  width: 50%;
}

@media all and (min-width: 31.25em) {
  .ProgressReportHeader-title-wrap {
    padding: 0 1.1764705882rem;
    width: 70%;
  }
}

@media all and (min-width: 58.75em) {
  .ProgressReportHeader-title-wrap {
    display: table-cell;
    padding-right: 0;
    position: inherit;
    width: 13.5294117647rem;
  }
}

.ProgressReportHeader-title-year {
  font-weight: bold;
}

.ProgressReportHeader-arrow {
  display: inline-block;
  fill: #999;
  transition: transform .3s ease;
  transform: rotate(-90deg);
  width: 10px;
}

.ProgressReportIntroBanner {
  font-family: "Montserrat", system-ui, Segoe UI, sans-serif, color-emoji;
}

.ProgressReportIntroBanner:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 37.5em) {
  .ProgressReportIntroBanner {
    padding: 4.4117647059rem 0;
  }
}

.ProgressReportIntroBanner.Strata {
  padding-top: 1.7647058824rem;
  padding-bottom: 3.5294117647rem;
}

@media all and (min-width: 37.5em) {
  .ProgressReportIntroBanner.Strata {
    padding-top: 2.9411764706rem;
    padding-bottom: 5.5882352941rem;
  }
}

@media all and (min-width: 56.25em) {
  .ProgressReportIntroBanner.Strata {
    padding-top: 2.9411764706rem;
    padding-bottom: 6.7647058824rem;
  }
}

@media all and (max-width: 37.5em) {
  .ProgressReportIntroBanner--featured {
    background-image: none !important;
  }
}

@media all and (min-width: 56.25em) {
  .ProgressReportIntroBanner-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .ProgressReportIntroBanner-cell:after {
    clear: both;
    content: '';
    display: table;
  }
  .ProgressReportIntroBanner-cell:before {
    clear: both;
    content: '';
    display: table;
  }
}

.ProgressReportIntroBanner-contentWrapper {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ProgressReportIntroBanner-contentWrapper:after {
  clear: both;
  content: '';
  display: table;
}

.ProgressReportIntroBanner-contentWrapper:before {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 37.5em) {
  .ProgressReportIntroBanner-contentWrapper {
    margin-top: 0 auto;
  }
}

.ProgressReportIntroBanner-button {
  max-width: 300px;
  margin-top: 0.8823529412rem;
  text-align: left;
}

.ProgressReportIntroBanner-content {
  position: relative;
  padding: 0 1.1764705882rem;
  text-align: center;
}

.ProgressReportIntroBanner-content:after {
  clear: both;
  content: '';
  display: table;
}

.ProgressReportIntroBanner-description {
  font-family: "Open Sans", system-ui, Segoe UI, sans-serif, color-emoji;
  color: #fff;
  font-size: 0.9411764706em;
  font-size: 0.9411764706rem;
  line-height: 1.3636363636;
  margin: 0.5882352941rem 0 1.1764705882rem;
}

@media all and (min-width: 20em) {
  .ProgressReportIntroBanner-description {
    font-size: calc(0.8823529412vw + 0.7750865052rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportIntroBanner-description {
    font-size: 1.2941176471rem;
  }
}

.ProgressReportIntroBanner-image {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  top: 0;
  width: 100%;
}

@media all and (max-width: 56.25em) {
  .ProgressReportIntroBanner-image {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 400px;
  }
  .ProgressReportIntroBanner-image:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
}

@media all and (min-width: 56.25em) {
  .ProgressReportIntroBanner-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: contain;
    max-width: auto;
  }
}

.ProgressReportIntroBanner--right .ProgressReportIntroBanner-image {
  background-position: -5%;
}

.ProgressReportIntroBanner--left .ProgressReportIntroBanner-image {
  background-position: 105%;
}

.ProgressReportIntroBanner-subtitle {
  color: #fff;
  display: block;
  font-size: 0.8235294118rem;
  font-weight: bold;
  font-size: 0.8235294118rem;
  line-height: 1.25;
  margin: 0.8823529412rem 0;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

@media all and (min-width: 20em) {
  .ProgressReportIntroBanner-subtitle {
    font-size: calc(1.1764705882vw + 0.6020761246rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportIntroBanner-subtitle {
    font-size: 1.2941176471rem;
  }
}

.ProgressReportIntroBanner-stripes {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url(/assets/svg/banner-stripes.svg);
  background-repeat: no-repeat;
  background-size: auto 135%;
  background-position: right top;
  background-clip: center;
  opacity: .15;
}

.ProgressReportIntroBanner-table {
  position: relative;
  z-index: 2;
}

@media all and (min-width: 37.5em) {
  .ProgressReportIntroBanner-table {
    display: table;
    width: 100%;
  }
}

@media all and (min-width: 56.25em) {
  .ProgressReportIntroBanner-table {
    height: 180px;
  }
}

@media all and (min-width: 75em) {
  .ProgressReportIntroBanner-table {
    height: 600px;
    height: calc(100vh - 150px - 89px);
  }
}

.ProgressReportIntroBanner-title {
  color: #fff;
  display: block;
  font-size: 1.5882352941rem;
  line-height: 1;
  text-transform: uppercase;
}

.ProgressReportIntroBanner-title > * {
  display: block;
}

.ProgressReportIntroBanner-title-small {
  font-family: "Montserrat", system-ui, Segoe UI, sans-serif, color-emoji;
  font-size: 1.1764705882em;
  font-size: 1.1764705882rem;
}

@media all and (min-width: 20em) {
  .ProgressReportIntroBanner-title-small {
    font-size: calc(2.9411764706vw + 0.6228373702rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportIntroBanner-title-small {
    font-size: 2.3529411765rem;
  }
}

.ProgressReportIntroBanner-title-large {
  font-size: 2.3529411765em;
  font-size: 2.9411764706rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-shadow: -4px 4px 0 rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 20em) {
  .ProgressReportIntroBanner-title-large {
    font-size: calc(11.0294117647vw + 0.8650519031rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportIntroBanner-title-large {
    font-size: 7.3529411765rem;
  }
}

.ProgressReportIntroBanner-link {
  font-size: 16px;
}

.ProgressReportIntroBanner-link, .ProgressReportIntroBanner-link:link, .ProgressReportIntroBanner-link:visited {
  color: #fff;
}

.ProgressReportIntroBanner-link:hover, .ProgressReportIntroBanner-link:focus, .ProgressReportIntroBanner-link:active {
  opacity: .7;
  text-decoration: none;
}

@media print {
  .ProgressReportIntroBanner picture {
    display: none !important;
  }
}

.ProgressReportIntroBanner-cta {
  color: #fff;
  display: inline-block;
  margin-top: 1.7647058824rem;
}

.ProgressReportIntroBanner-cta-text {
  font-size: 1.1764705882rem;
  text-transform: uppercase;
}

.ProgressReportIntroBanner-cta svg {
  fill: #fff;
  height: 15px;
  margin-left: 10px;
  width: 26px;
}

.ProgressReportMenu {
  background-color: #f5f4f1;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2.9411764706rem 1.7647058824rem;
}

@media all and (min-width: 56.25em) {
  .ProgressReportMenu {
    margin-top: 1.7647058824rem;
    margin-bottom: 1.7647058824rem;
    padding: 2.9411764706rem 3.5294117647rem;
  }
}

.ProgressReportMenu-content {
  font-family: "Montserrat", system-ui, Segoe UI, sans-serif, color-emoji;
}

.ProgressReportMenu-col {
  break-before: always;
  page-break-inside: avoid;
  break-inside: avoid;
}

.ProgressReportMenu-col:after {
  clear: both;
  content: '';
  display: table;
}

.ProgressReportMenu-col:before {
  content: "";
  clear: both;
  display: table;
}

.ProgressReportMenu-close {
  top: 10px;
  right: 10px;
}

.ProgressReportMenu-close, .ProgressReportMenu-close:link, .ProgressReportMenu-close:visited {
  fill: #858585;
}

.ProgressReportMenu-close:hover, .ProgressReportMenu-close:focus, .ProgressReportMenu-close:active {
  fill: #009fc6;
}

.ProgressReportMenu-close svg {
  height: 30px;
  width: 30px;
}

@media all and (min-width: 37.5em) {
  .ProgressReportMenu-close {
    right: 20px;
    top: 20px;
  }
  .ProgressReportMenu-close svg {
    height: 40px;
    width: 40px;
  }
}

.ProgressReportMenu-list-link, .ProgressReportMenu-list-link:link, .ProgressReportMenu-list-link:visited {
  color: #444;
}

.ProgressReportMenu-list-link:hover, .ProgressReportMenu-list-link:focus, .ProgressReportMenu-list-link:active {
  color: #009fc6;
}

.ProgressReportMenu-link {
  display: block;
  margin: 0.8823529412rem 0 0;
}

.ProgressReportMenu-link-text {
  font-size: 1.0588235294rem;
  font-weight: bold;
  line-height: 1.1666666667;
}

@media all and (min-width: 20em) {
  .ProgressReportMenu-link-text {
    font-size: calc(0.8823529412vw + 0.892733564rem);
  }
}

@media all and (min-width: 62.5em) {
  .ProgressReportMenu-link-text {
    font-size: 1.4117647059rem;
  }
}

.ProgressReportMenu-row {
  column-count: 1;
  column-gap: 1.7647058824rem;
}

.ProgressReportMenu-row:after {
  clear: both;
  content: '';
  display: table;
}

@media all and (min-width: 56.25em) {
  .ProgressReportMenu-row {
    column-count: 2;
  }
}

.ProgressReportMenu-section {
  text-align: center;
  margin-top: 1.7647058824rem;
  margin-bottom: 1.7647058824rem;
}

.ProgressReportMenu-section:first-child {
  margin-top: 0;
}

@media all and (min-width: 37.5em) {
  .ProgressReportMenu-section {
    margin-top: 2.6470588235rem;
  }
}

.ProgressReportMenu-section-title {
  color: #ea3d48;
  font-size: 0.8235294118em;
  font-weight: bold;
  text-transform: uppercase;
}

.ProgressReportMenu-sublist-link {
  font-size: 0.8823529412em;
  line-height: 1.4666666667;
}

.ProgressReportMenu-sublist-link, .ProgressReportMenu-sublist-link:link, .ProgressReportMenu-sublist-link:visited {
  color: #858585;
}

.ProgressReportMenu-sublist-link:hover, .ProgressReportMenu-sublist-link:focus, .ProgressReportMenu-sublist-link:active {
  color: #009fc6;
}
