@font-face {
  font-family: "Karl";
  src: url("../fonts/Karl-Regular.woff2") format("woff2"), url("../fonts/Karl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karl";
  src: url("../fonts/Karl-Bold.woff2") format("woff2"), url("../fonts/Karl-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.alert {
  border-radius: 1.5rem;
}

body {
  background: #F8F8F8;
  color: #000000;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4 {
  font-family: "Karl", sans-serif;
  font-weight: normal;
  line-height: 1.2;
}
body h1 strong, body .h1 strong, body h2 strong, body .h2 strong, body h3 strong, body .h3 strong, body h4 strong, body .h4 strong {
  font-weight: 800;
}
body a {
  color: #A1A92C;
}

header {
  background: #F8F8F8;
  padding: 0.75rem;
}
header .brand {
  font-weight: bold;
}
header .brand img {
  max-width: 175px;
  height: auto;
}
@media screen and (max-width: 576px) {
  header .brand img {
    max-width: 120px;
  }
}

.filter-bar input:focus-visible {
  box-shadow: none;
  outline-color: #597144;
}
.filter-bar input.search {
  border: 2px solid #000000;
  border-radius: 2rem;
  transition: 0.2s ease;
  background: transparent;
}
.filter-bar input.search.filter-active {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.filter-bar .dropdown-toggle::after {
  display: none;
}
.filter-bar .dropdown-menu {
  min-width: 300px;
  border: 2px solid #000000;
  border-radius: 1rem;
  padding: 0;
}
.filter-bar .btn-filter {
  background-color: #F8F8F8;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 2rem;
  transition: 0.2s ease;
}
.filter-bar .btn-filter svg {
  display: none;
}
.filter-bar .btn-filter:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.filter-bar .btn-filter::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
.filter-bar .btn-filter.filter-active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-weight: bold;
}

#caserecords_wrapper .search-container {
  display: none;
}

.card {
  border-radius: 1.5rem;
  border: none;
}
.card .card-title {
  color: #597144 !important;
  text-transform: uppercase;
}

.case-preview {
  background: #ffffff;
}
.case-preview .card-body {
  min-height: 400px;
}
.case-preview .card-body .text-muted {
  opacity: 0.4;
}
.case-preview .card-body hr {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem);
}
.case-preview .card-body.loading {
  opacity: 0.8;
}
.case-preview .card-body .case-placeholder {
  min-height: 400px;
}
.case-preview .card-body .case-placeholder > div {
  min-height: 400px;
}
.case-preview .card-body .case-placeholder svg {
  opacity: 0.2;
}
.case-preview .card-body .case-header .case-thumb {
  width: 100px;
  height: 130px;
  background: #000000;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
  object-position: top center;
  color: black;
}
@media screen and (max-width: 576px) {
  .case-preview .card-body .case-header .case-thumb {
    margin: 1rem 0;
    width: 80px;
    height: 104px;
  }
}
.case-preview .card-body .case-header .case-thumb img {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.case-preview .card-body .case-details {
  line-height: 1.5;
  font-size: 0.8rem;
  color: #777777;
}
.case-preview .card-body .case-details .btn-link {
  color: black;
}
.case-preview .card-body .case-details strong {
  font-size: 1rem;
  color: black;
}

.table-sm.grave-table {
  border-radius: 10px;
  overflow: hidden;
}
.table-sm.grave-table td, .table-sm.grave-table th {
  background: #e8e8e8;
}
.table-sm.grave-table th {
  font-weight: normal;
  margin-right: 1rem;
  font-size: 0.8rem;
  padding: 0.5rem 1rem 0.1rem 1rem;
}
.table-sm.grave-table th:last-child {
  margin-right: 0;
}
.table-sm.grave-table td {
  font-weight: bold;
  font-size: 1rem;
  padding: 0.1rem 1rem 0.5rem 1rem;
}

.btn {
  font-size: 15px;
}

.btn-primary {
  border-color: transparent;
  background: #A1A92C;
  font-weight: bold;
}
.btn-primary svg {
  margin-left: 0.5rem;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #7a8121 !important;
  border-color: #7a8121 !important;
}

.btn-secondary {
  border-color: transparent;
  background-color: #F8F8F8;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-secondary svg {
  margin-right: 0.5rem;
}
.btn-secondary:hover {
  background-color: #dfdfdf;
  border-color: #dfdfdf !important;
  color: #000000;
}

.btn-link {
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  font-size: 1.15rem;
  text-decoration: none;
  text-transform: initial;
}
.btn-link svg {
  display: none;
}
@media screen and (max-width: 772px) {
  .btn-link {
    font-size: 1rem;
  }
}
.btn-link.prev:hover {
  color: black;
}
.btn-link.prev:hover:before {
  background: #000000;
  color: #ffffff;
}
.btn-link.prev::after {
  display: none;
}
.btn-link.prev::before {
  content: "\f178";
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  border-radius: 50%;
  color: #000000;
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  transition: 0.2s ease;
  font-weight: 400;
  margin-right: 1rem;
  transform: rotate(180deg);
}
.btn-link:after {
  content: "\f178";
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  border-radius: 50%;
  color: #000000;
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  transition: 0.2s ease;
  font-weight: 400;
  margin-left: 1rem;
}
.btn-link:hover {
  color: black;
}
.btn-link:hover:after {
  background: #000000;
  color: #ffffff;
}

.btn-red {
  border-color: transparent;
  background: #C2432C;
  font-weight: bold;
  color: #ffffff;
  border-radius: 2rem;
}
.btn-red:hover, .btn-red:active {
  background-color: #983523 !important;
  border-color: #983523 !important;
  color: #ffffff;
}

[x-cloak] {
  display: none;
}

.form-control {
  border-width: 2px;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
}

hr {
  border-color: black;
}

.dataTables_wrapper .dataTables_length {
  display: none;
}
.dataTables_wrapper .card, .dataTables_wrapper .card-body {
  padding: 0;
  overflow: hidden;
}
.dataTables_wrapper table {
  margin-bottom: -1px;
}
.dataTables_wrapper table th {
  padding: 0.75rem 0.5rem;
  font-size: 14px;
  color: #000000 !important;
}
.dataTables_wrapper table th:first-of-type {
  padding-left: 1rem;
}
.dataTables_wrapper table th:last-of-type {
  padding-right: 1rem;
}
.dataTables_wrapper table th.sorting_asc, .dataTables_wrapper table th.sorting_desc {
  color: #A1A92C !important;
}
.dataTables_wrapper table th.sorting_asc span::after, .dataTables_wrapper table th.sorting_desc span::after {
  display: none;
  font: var(--fa-font-solid);
}
.dataTables_wrapper table th.sorting_asc svg, .dataTables_wrapper table th.sorting_desc svg {
  padding-left: 0.25rem;
  color: #A1A92C;
}
.dataTables_wrapper table th.sorting_asc span::after {
  content: "\f062";
}
.dataTables_wrapper table th.sorting_desc span::after {
  content: "\f063";
}
.dataTables_wrapper table td {
  box-shadow: none !important;
}
.dataTables_wrapper table td:first-of-type {
  padding-left: 1rem;
}
.dataTables_wrapper table td:last-of-type {
  padding-right: 1rem;
}
.dataTables_wrapper table tr.previewed td {
  background-color: #A1A92C !important;
  box-shadow: none !important;
  color: #ffffff !important;
}
.dataTables_wrapper .below-table {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  padding: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: black;
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "TT Corals", sans-serif;
  font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #A1A92C;
  color: #ffffff;
  font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background-color: #ffffff;
  border-color: #dee2e6;
}

.case-view .case-index {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case-view .case-index .case-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 1.5rem;
  overflow: hidden;
}
.case-view .case-index .case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.case-view .card-body {
  padding: 1.25rem;
}
.case-view .card-body .text-muted {
  opacity: 0.4;
}
.case-view .card-body dl {
  margin-bottom: 0;
}
.case-view .card-body dd {
  font-size: 0.8rem;
  color: #777777;
}
.case-view .card-body dd strong {
  font-size: 1rem;
  color: black;
}
.case-view .card-body hr {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: calc(100% + 2.5rem);
}
.case-view .card-body h2 {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #A1A92C !important;
  font-weight: bold;
  text-transform: none;
}
.case-view .card-body h2 svg {
  margin-right: 0.25rem;
}
.case-view .case-media-carousel {
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.case-view .case-media-carousel .carousel-inner {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, 0.6);
}
.case-view .case-media-carousel .carousel-item {
  height: 400px;
}
.case-view .case-media-carousel .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
.case-view .case-cta {
  margin-top: 2rem;
  text-align: center;
  padding: 3rem;
  background: #A1A92C;
  color: white;
  border-radius: 1.5rem;
}
@media screen and (max-width: 576px) {
  .case-view .case-cta {
    padding: 2rem;
  }
}
.case-view .case-cta .btn-link::after {
  color: white;
  border: 2px solid #ffffff;
}
.case-view .case-cta .btn-link:hover {
  color: white;
}
.case-view .case-cta .btn-link:hover::after {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 767px) {
  #caserecords_wrapper .card-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #caserecords {
    min-width: 700px; /* force overflow */
  }
}

/*# sourceMappingURL=external.css.map */
