:root {
  --black: #040914;
  --white: #ffffff;
  --yellow: #fcb900;
  --blue: #003764;
  --title-gray: #333;
  --body-gray: #555;
  --primary-blue: #004080;
  --hover-blue: #003366;
  --dark-text: #1a1a1a;
  --slick-blue: #112157;
  --hover-blue-alt: #214c80;
  --tag-red: #e51805;
  --tag-green: #378520;
  --tag-blue: #5976E9;
  --event-gray: #666;
  --location-gray: #888;
  --dot-gray: #ccc;
  --button-hover: #0055aa;
  --calendar-bg: #ededed;
  --body-text: #555;
  --darkblue: #172641;
  --light-gray: #f5f5f5;
  --collaboration-bg: #002746;
  --light-blue-text: #8eacc6;
  --border-gray: #a8a8a8;
  --text-gray: #474747;
  --text-dark-gray: #2d2d2d;
  --light-bg: #f0f1f1;
  --divider-gray: #979797;
  --primary-blue-alt: #003764;
  --orange-accent: #e59400;
  --gradient-orange-end: #ed9807;
  --arrow-bg: #e6ebef;
  --text-dark: #333;
  --dot-inactive: #f8e0c0;
  --dot-hover: #e8a84e;
  --newsletter-bg: #e8e8e8;
  --newsletter-text: #2c2c2c;
  --newsletter-placeholder: #999999;
  --newsletter-button: #1b3b5f;
  --card-bg: #eeefef;
  --icon-blue: #2b3f6c;
  --orange-bg: #fa9d19;
  --icon-yellow: #fcb900;
  --accordion-bg: #f8f9fa;
  --accordion-text: #2c3e50;
  --accordion-content: #555;
  --link-blue: #3498db;
  --link-hover: #2980b9;
  --attachment-bg: #103050;
  --card-hover-blue: #1b4a74;
  --gradient-blue-end: #01294a;
  --semi-transparent-blue: #194a748c;
  --semi-transparent-blue-hover: #194a74;
  --host-text: #2d2d2d;
  --calendar-text: #2d2d2d;
  --slider-dot: #ddd;
  --slider-dot-hover: #999;
  --dam-gradient-end: #022849;
  --accordion-icon: #fcb900;
  --accordion-icon-text: #ffffff;
  --htz-orange: #faa71a;
}

.view-tabs {
  font-family: "Montserrat", sans-serif;
  padding: 10rem 0;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .view-tabs {
    padding: 5rem 1rem;
  }
}
.view-tabs .container .view-tabs__panes {
  max-width: 1340px;
  margin: 0 auto;
  background-color: #f0f1f1;
  padding: 5rem 10rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .view-tabs .container .view-tabs__panes {
    padding: 5rem 2rem;
  }
}
.view-tabs__nav {
  list-style: none;
  padding: 0;
  margin: 6rem auto 3rem;
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.view-tabs__nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none;
}
.view-tabs__nav li:first-child button {
  border-radius: 8px 0 0 8px;
}
.view-tabs__nav li:last-child button {
  border-radius: 0 8px 8px 0;
}
.view-tabs__nav li:not(:first-child):not(:last-child) button {
  border-radius: 0;
}
.view-tabs__nav li:first-child:last-child button {
  border-radius: 8px;
}
.view-tabs .field--name-field-body {
  font-family: "Quicksand", foco, sans-serif;
  max-width: 560px;
  margin: 0 auto 3rem;
}
.view-tabs__link {
  display: inline-block;
  padding: 2rem;
  background: #f0f1f1;
  border: none;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1.2;
}
.view-tabs__link:hover {
  background: #e0e0e0;
  color: #000;
}
.view-tabs__link.is-active {
  background: var(--primary-blue, #003764);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.view-tabs__link.is-active:focus-visible {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.4);
}
.view-tabs__link:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 55, 100, 0.25);
}
.view-tabs__panes {
  position: relative;
  min-height: 200px;
  max-width: 1147px;
  margin: 0 auto;
}
.view-tabs__panes .form-item label {
  margin-bottom: 0;
}
.view-tabs__panes .form-text {
  max-width: 332px !important;
  background-color: #ffffff;
  width: 100%;
}
@media (max-width: 768px) {
  .view-tabs__panes .form-text {
    max-width: 100% !important;
  }
}
.view-tabs__panes .form-select {
  max-width: 220px;
  background-color: #ffffff;
  width: 100%;
}
@media (max-width: 768px) {
  .view-tabs__panes .form-select {
    max-width: 100% !important;
  }
}
.view-tabs__panes .form-select .select-wrapper .sod_select .sod_label {
  color: #737373;
}
.view-tabs__panes .form-select .select-wrapper .sod_select:has(.sod_option.selected:not([data-value=All])) .sod_label {
  color: #2d2d2d;
}
.view-tabs__panes .form-type-date input {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  height: 5rem;
  color: #737373;
}
.view-tabs__panes .view-display-id-default_display .views-row {
  margin-bottom: 1.5rem;
}
.view-tabs__panes .view-display-id-default_display .views-row article {
  background: white;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
.view-tabs__panes .view-display-id-default_display .views-row article .date {
  color: #474747;
}
.view-tabs__panes .view-display-id-default_display .views-row article .block__title a {
  color: #2d2d2d;
}
.view-tabs__panes .view-display-id-default_display .views-row article .text {
  color: #2d2d2d;
  margin-top: 1rem;
  font-size: 1.7rem;
}
.view-tabs__pane {
  display: none;
  animation: fadeIn 0.4s ease-out;
}
.view-tabs__pane.is-active {
  display: block;
}
.view-tabs__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 2rem;
}
/*# sourceMappingURL=paragraph-view-tabs.css.map */
