.report-page > header p {
    padding-top: 130px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    font-family: 'FFSanukWebBold';
}

.report-page .report-list {
    min-height: 500px;
}

.report-page > div > aside p {
    font-family: 'FFSanukWebBold';
}

.report-page > div > aside span {
    font-family: 'FFSanukWeb';
    word-spacing: 10px;
}

.report-page > div > aside > div > p {
    font-size: 10pt;
    font-weight: bold;
    border-bottom: 1px solid #1D93D0;
    padding-bottom: 6px;
}

.report-page > div > aside span {
    font-size: 12pt;
    font-weight: bold;
    color: #898A89;
}

.report-section {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 25px;
}

.report-section .card {
  background-color: #F2F0F1;
  color: white;
  font-family: Arial Narrow;
  display: flex;
  margin-top: 25px;
  height: 250px;
}

.report-section .card .items {
  background-color: #F2F0F1;
  flex: 1 60%;
  margin-left: 25px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.report-section .card .image {
  background-image: url("../images/2011.PNG");
  flex: 2 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 25px;
}

.report-section .card .items .titleCard span {
  font-size: 18pt;
  color: #293B66;
  font-family: 'FFSanukWeb';
}

.report-section .card .items .footerCard {
  color: #05B7C8;
  font-size: 12pt;
  font-family: 'FFSanukWeb';
  margin-bottom: 15px;
}

.report-section .card .items .footerCard a {
  line-height: 2.0;
}

.report-section .reportRuler {
  border: 1px solid #CAC8C8;
}

.internal-page .report-section p:first-child {
  margin-top: 0;
}

.submenu.reportmenu a {
  font-family: 'FFSanukWeb';
  color: #717271;
}

@media (max-width: 426px) {
  .report-section .card{
    background-color: #F2F0F1;
    color: white;
    font-family: Arial Narrow;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-top: 25px;
    height: 250px;
  }

  .report-section .card .image {
    background-image: url("../images/2011.PNG");
    margin-left: 0;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 120px;
  }

  .report-section .card .items .titleCard span {
    font-size: 14pt;
  }

  .report-section .card .items .footerCard {
    font-size: 10pt;
    line-height: 2.5;
  }

  .report-section .card .items {
    margin-left: 15px;
  }
}
