.site-logo img {
  border: 0;
  width: 120px;
}
.mr-1 {
  margin-right: 0.5rem !important;
}
.m-2 {
  margin: 1rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.p-1 {
  padding: 0.5rem;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pb-2 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 0.5rem !important;
}
.pl-1 {
  padding-left: 0.5rem !important;
}
.pr-1 {
  padding-right: 0.5rem !important;
}
#site-body .clear-format {
  background: none;
  border: 0;
}
#site-body .harrow-topic {
  background: none;
  border: 0;
  font-weight: bold;
  color: #333;
}
#site-body .underline-gold {
  border-bottom: 2px solid #a39161;
}
#site-body.fe-site h3 {
  background: none;
  border: 0;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #a39161;
}
#site-body.fe-site .btn-success {
  background-color: #89764b;
  border-color: #89764b;
}
#site-body.fe-site .btn-primary {
  background-color: #89764b;
  border-color: #89764b;
}
#site-body.fe-site #progress-box .btn-success {
  background-color: #0C2340;
  border-color: #0C2340;
}
#site-body.fe-site #progress-box .btn-warning {
  background-color: #A83D72;
  border-color: #A83D72;
}
#social-box {
  text-align: center;
  margin-top: 100px;
  color: #ddd;
}
#social-box a {
  color: #ddd;
}
#social-box a:hover {
  text-decoration: none;
}
#social-box .social-box-widget {
  margin: 0.5rem;
  padding: 0.5rem;
}
#social-box .social-icons {
  margin: 30px 0;
}
#social-box .social-icons .social-link {
  width: 50px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
#social-box .social-icons .social-link .fa {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 32px;
  color: #a39161;
}
#social-box .social-icons .social-link:hover .fa {
  color: #fff;
}
#social-box .social-icons img {
  margin-left: 5px;
  margin-right: 5px;
  width: 32px;
}
#social-box .social-title {
  font-size: 1.1rem;
}
.sidebar-nav > .sidebar-brand a {
  color: #a39161;
}
.sidebar-nav li a {
  color: #a39161;
}
.text-harrow-gold {
  color: #a39161;
}
@media (max-width: 768px) {
  .sidebar-nav li a i {
    font-size: 22px;
  }
  #social-box {
    display: none;
  }
}
#sidebar-wrapper {
  overflow-x: hidden;
}
.btn-default.btn-harrow {
  background-color: #89764b;
  color: #fff;
}
.bg-harrow-blue {
  background-color: #001844;
}
@media (max-width: 768px) {
  .banner-logos {
    overflow: hidden;
    white-space: nowrap;
  }
}
.banner-logos img {
  max-width: 100%;
  max-height: 160px;
  height: auto;
}
@media (max-width: 1024px) {
  .banner-logos img {
    width: 90px;
  }
}
@media (max-width: 768px) {
  .banner-logos img {
    width: 72px;
  }
}
.banner-logos img.logo-aisl {
  max-height: 90px;
  margin: 10px 50px;
}
@media (max-width: 1024px) {
  .banner-logos img.logo-aisl {
    margin: 10px 20px;
  }
}
@media (max-width: 768px) {
  .banner-logos img.logo-aisl {
    margin: 10px 5px;
  }
}
@media (max-width: 1024px) {
  /* Force table to not be like tables anymore */
  .table-no-more table,
  .table-no-more thead,
  .table-no-more tbody,
  .table-no-more th,
  .table-no-more td,
  .table-no-more tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .table-no-more thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-no-more tr {
    border: 1px solid #ccc;
  }
  .table-no-more td {
    /* Behave  like a "row" */
    border: none!important;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%!important;
    white-space: normal;
    text-align: left;
  }
  .table-no-more td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
  Label the data
  */
  .table-no-more td:before {
    content: attr(data-title);
  }
}
/*# sourceMappingURL=custom-2022.css.map */