*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 360px;
  margin: 0;
}

.fyp-banner {
  overflow: hidden;
  padding: 25px 9999px;
    margin: 0 -9999px;
  background: #112269;
  font-family: "GalanoGrotesqueRegular", sans-serif;
}
@media (min-width: 768px) {
  .fyp-banner {
      padding-top: 35px;
      padding-bottom: 35px; 
  }
}
.fyp-banner h1 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .fyp-banner h1 {
    font-size: 28px;
    margin: 0 0 27px;
  }
}
.fyp-banner .fyp-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  .fyp-banner .fyp-breadcrumbs {
    margin: 0 0 3px;
  }
}
@media (min-width: 1024px) {
  .fyp-banner .fyp-breadcrumbs {
    font-size: 16px;
  }
}
.fyp-banner .fyp-breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.fyp-banner .fyp-breadcrumbs li + li:before {
  content: ">";
}
.fyp-banner .fyp-breadcrumbs li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.fyp-banner .fyp-breadcrumbs li a:hover {
  text-decoration: underline;
}

.fyp-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.fyp-block {
  width: 100%;
  position: relative;
  font-family: "GalanoGrotesqueRegular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #112269;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .fyp-block {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .fyp-block {
    font-size: 16px;
  }
}
.fyp-block .fyp-header {
  overflow: hidden;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 5px solid #dcdee9;
}
@media (min-width: 768px) {
  .fyp-block .fyp-header {
    margin: 0 0 35px;
  }
}
.fyp-block h2 {
  color: #112269;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .fyp-block h2 {
    font-size: 28px;
  }
}
.fyp-block h2 span {
  display: block;
  font-size: 80%;
}
.fyp-block h3 {
  color: #d62c1f;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 5px solid #dcdee9;
}
@media (min-width: 768px) {
  .fyp-block h3 {
    font-size: 24px;
  }
}
.fyp-block h4 {
  color: #112269;
  font-size: 18px;
  margin: 0 0 15px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .fyp-block h4 {
    font-size: 20px;
  }
}
.fyp-block h5 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #d62c1f;
}
.fyp-block p {
  margin: 0 0 12px;
}
.fyp-block p a {
  color: #d62c1f;
}
.fyp-block ul {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
@media (min-width: 768px) {
  .fyp-block ul {
    padding: 0 0 0 30px;
  }
}
.fyp-block .fyp-table-holder {
  overflow: auto;
}
.fyp-block table {
  width: 100%;
  margin: 0 0 25px;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.35);
}
.fyp-block table caption {
  font-size: 80.5%;
  padding: 5px 0;
  margin: 0 0 5px;
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
}
tr:not(.fyp-block table:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
.fyp-block table th,
.fyp-block table td {
  padding: 5px 10px;
  font-size: 12px;
  border-color: rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .fyp-block table th,
  .fyp-block table td {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .fyp-block table th,
  .fyp-block table td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fyp-block table th {
    font-size: 11px;
  }
}
th:not(.fyp-block table:last-child), td:not(.fyp-block table:last-child) {
  border: 1px solid rgba(0, 0, 0, 0.35);
}
.fyp-block table .total-row {
  font-weight: 700;
}
.fyp-block table.text-center {
  text-align: center;
}
.fyp-block table.text-center td:first-child {
  text-align: left;
}
.fyp-block table.text-left th,
.fyp-block table.text-left td {
  text-align: left;
}
.fyp-block .fyp-columns,
.fyp-block .fyp-columns .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .fyp-block .fyp-columns,
.fyp-block .fyp-columns .wpb_wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .fyp-block .fyp-columns,
.fyp-block .fyp-columns .wpb_wrapper {
    gap: 30px;
  }
}
.fyp-block .fyp-sidebar {
  width: 100%;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .fyp-block .fyp-sidebar {
    width: 30%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .fyp-block .fyp-sidebar {
    width: 25%;
  }
}
.fyp-block .fyp-tabset {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 768px) {
  .fyp-block .fyp-tabset {
    position: sticky;
    top: 93px;
  }
}
.fyp-block .fyp-tabset li a {
  display: block;
  padding: 8px 16px;
  color: #112269;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fyp-block .fyp-tabset li a.pdf-link {
  color: #d62c1f;
}
.fyp-block .fyp-tabset li a.pdf-link:hover {
  opacity: 0.75;
}
.fyp-block .fyp-tabset li:hover a {
  opacity: 0.6;
}
.fyp-block .fyp-tabset li.selected a {
  color: #fff;
  background: #112269;
  opacity: 1;
}
.fyp-block .fyp-content {
  width: 100%;
}
@media (min-width: 768px) {
  .fyp-block .fyp-content {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    min-width: 0;
  }
}
.fyp-block .fyp-tabitem {
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.fyp-block .fyp-tabitem.selected {
  opacity: 1;
  height: auto;
  visibility: visible;
}

@media (max-width: 1024px) {
  .fyp-page {
    padding-top: 47px;
  }
}

@media (max-width: 767px) {
  .fyp-columns .wpb-content-wrapper {
    width: 100%;
  }
}