body {
  font-family: "DM Sans", sans-serif;
}

.case-box {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
}

.case-type {
  background-color: #005212;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  padding: 20px 20px 15px 20px;
  position: relative;
}
.case-type h1, .case-type h2 {
  margin: 0;
  padding: 0;
}

.case-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 480px) {
  .case-container.container {
    width: 100%;
    padding: 0;
  }
}

.case-page {
  /* Hero */
  /* Main content card (left) */
  /* Sidebar media tiles */
  /* Keeps a nice video/image ratio without fixed height */
}
.case-page .hero {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  background-position: 0 -100px;
  background-size: cover;
}
.case-page .case-body {
  min-height: 420px;
  position: relative;
  background-color: #fff;
  padding: 3rem;
}
.case-page .case-actions {
  text-align: right;
}
.case-page .media-tile {
  padding: 0;
  margin-bottom: 1rem;
}
.case-page .media-frame {
  position: relative;
  width: 100%;
  display: block;
}
.case-page .media-frame span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #666;
}
@media (min-width: 992px) {
  .case-page .hero {
    height: 450px;
  }
  .case-page .case-body {
    min-height: 520px;
  }
}
@media (max-width: 480px) {
  .case-page.container {
    padding: 0;
  }
  .case-page .case-body {
    padding: 1.5rem;
    min-height: auto;
  }
}

.case-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 150px;
}
@media (max-width: 480px) {
  .case-img {
    height: auto;
    width: 100%;
    justify-content: unset;
    display: block;
    margin-top: 15px;
    min-height: unset;
    align-items: unset;
  }
}

.case-link {
  margin-top: 15px;
}

.material-item-text-box {
  text-align: center;
  margin-bottom: 30px;
}
.material-item-text-box h1, .material-item-text-box h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.material-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.material-item h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.material-item .img-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}
.material-item .img-wrapper img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.material-item .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
.material-item .text-box .btn {
  background-color: #005212;
  border-color: #005212;
  border-radius: 20px;
  padding: 12px 20px 8px 20px;
  text-transform: uppercase;
}

.btn.btn-brand {
  background-color: #005212;
  border-color: #005212;
  color: #fff;
  border-radius: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.quicklink-item {
  position: relative;
}
.quicklink-item .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.quicklink-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.quicklink-item .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4em;
  padding: 0 10px;
  z-index: 2;
}

.contact-info {
  padding: 30px 0;
  text-align: center;
}
.contact-info .title {
  font-weight: bold;
}
.contact-info .address {
  margin-bottom: 15px;
}

.top-banner {
  background-image: url("/images/welcome-img.jpeg");
  height: 45vh;
  background-size: cover;
  background-position: center -280px;
  margin-top: -30px;
}

.content-item {
  position: relative;
}
.content-item .content-item-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}
.content-item .img-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.content-item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.welcome-section {
  color: #333;
}
.welcome-section h1, .welcome-section h2, .welcome-section h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.validation-summary-errors ul li {
  list-style: none;
}

.bg-gradient-primary {
  background: linear-gradient(180deg, #8ba66f 10%, #8ba66f 100%);
}

span.nav-link {
  color: #fff !important;
}
span.nav-link:hover {
  color: #fff;
  text-decoration: none;
}
span.nav-link a {
  color: inherit;
}

.pricing-table {
  position: relative;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  height: 100%;
}
.loading-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #000;
}

.card {
  margin-bottom: 15px;
}

.btn-default {
  background-color: #f3f3f3;
}

.img-circle {
  border-radius: 50%;
}

.img-frame {
  border: 1px solid #cecece;
}

.table tr.cursor-pointer {
  cursor: pointer;
}
.table tr.cursor-pointer:hover {
  background-color: #f3f3f3;
}

.cursor-pointer {
  cursor: pointer;
}

.pagination .current {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #cecece;
  border: 1px solid #dddfeb;
}
.pagination .ellipse {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e73df;
  background-color: #fff;
  border: 1px solid #dddfeb;
}
.pagination .prev {
  display: none !important;
}
.pagination .next {
  display: none !important;
}

.form-control {
  height: auto;
  padding: 7.5px;
}

.select2-container--default .select2-selection--single {
  border-color: #cecece;
  padding: 7.5px;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  color: #6e707e;
  padding-left: 0;
}

.drag-uploader {
  height: 250px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e0e7ed' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 5px;
  margin-top: 10px;
  font-size: 1.2em;
  padding: 30px 0;
  position: relative;
  cursor: pointer;
}
.drag-uploader.drag-over {
  background-color: #cecece;
}
.drag-uploader input {
  visibility: hidden;
}
.drag-uploader .drag-uploader-text {
  margin-bottom: 15px;
}
.drag-uploader .bottom-text {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  font-size: 0.8em;
}

.uploaded-files .uploaded-file {
  margin: 15px 0;
}

@media (max-width: 480px) {
  .table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

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