p:last-child {
  margin-bottom: 0;
}
aside a {
  text-decoration: none;
}
main {
  min-height: calc(100vh - 484px);
}
#accordion-left-nav .accordion-body > div > div {
  padding: 2px 8px;
}
header .nav-link {
  padding-bottom: 0px;
}
.two-cols-table th:nth-child(1) {
  width: 50%;
}
.two-cols-table th:nth-child(2) {
  width: 50%;
}
.three-cols-table th:nth-child(1) {
  width: 25%;
}
.three-cols-table th:nth-child(2) {
  width: 25%;
}
.three-cols-table th:nth-child(3) {
  width: 50%;
}
.four-cols-table th:nth-child(1) {
  width: 20%;
}
.four-cols-table th:nth-child(2) {
  width: 40%;
}
.four-cols-table th:nth-child(3) {
  width: 20%;
}
.four-cols-table th:nth-child(4) {
  width: 20%;
}
.min-h-200 {
  min-height: 200px;
}
.min-h-400 {
  min-height: 400px;
}
.column-gap-4_5 {
  column-gap: 2rem !important;
}
.content-row > .col-md-12 {
  flex-basis: calc(100%) !important;
}
.content-row .col-md-3 {
  flex-basis: calc(25% - 1.5rem) !important;
}
.content-row .col-md-4 {
  flex-basis: calc(33.33% - 1.5rem) !important;
}
.content-row > .col-md-5 {
  flex-basis: calc(41.666% - 1.5rem) !important;
}
.content-row > .col-md-6 {
  flex-basis: calc(50% - 1.5rem) !important;
}
.content-row > .col-md-7 {
  flex-basis: calc(58.333% - 1.5rem) !important;
}
.content-row > .col-md-8 {
  flex-basis: calc(66.667% - 2rem) !important;
}
.content-row > .col-md-9 {
  flex-basis: calc(75% - 1.5rem) !important;
}
.hidden {
  display: none;
}
#title-switch .button-group > a > div:hover {
  background-color: #0370b6 !important;
  color: #fff !important;
  font-weight: 600 !important;
}
#accordion-left-nav .accordion-body a:hover {
  color: #0370b6;
  font-weight: 600;
  background-color: #e6f1f8;
  border-radius: 4px;
}
.children-boxes .min-h-240 {
  min-height: 240px;
}
.children-boxes .min-h-240 > a {
  position: absolute;
  bottom: 0;
}
@media (max-width: 640px) {
  #hero-slider {
    pointer-events: none;
  }
}