.box-content-inner * {
    padding-bottom: 9px;
}

.box-content-inner a:hover {
    text-decoration: underline
}

.box-content-child * {
    padding-bottom: 9px;
}

.box-content-child a {
    text-decoration: underline
}

#navigation {
    display: none;
}

.hr-reset {
    all: unset;
}

/* Add this to your CSS file */
.custom-radio {
  outline: 2px solid #d1d5db;
  border: 4px solid #fff;
  width: 1.25em;
  height: 1.25em;
  appearance: none;
  border-radius: 9999px;
  background: #d1d5db;
  position: relative;
}

.custom-radio:checked {
  background: #22c55e;
  border: 4px solid #fff;
  outline: 2px solid #d1d5db;
}

@media (min-width: 1024px) {
    .case-studies-carousel .js--carousel-content {
        width: 400% !important;
    }
    .flex-layout_employer_page .js--carousel__dots {
        display: none;
    }
}
