/**
 * @file
 * IHRA Bootstrap subtheme specific CSS.
 */

/* NOTE: DO NOT PUT ANY COLOR STYLES IN HERE. USE COLORS.CSS FOR THEME SUPPORT. */

/* This file contains IHRA-specific style overrides that take precedence over bundle.css */
/* Add your custom IHRA styling below */

/* Example: Override any bundle.css styles here */

/* Prevent body scrolling when mobile menu is open */
body:has(.navbar__mobile-menu.collapse.show) {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

div#main {
  padding: 0;
}

main.main-content {
  padding: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.border-top-light {
  border-top: 1px solid #dee2e6;
}

.navbar#navbar-main {
  background: #fff;
}

.navbar .nav .nav-link {
  color: #666;
}

a:hover {
  color: #0056b3;
}


#navbar-main  #block-ihra-bootstrap-mainmenu {
  align-self: flex-end;
}

.navbar__mobile-menu.collapse.show {
  height: calc(100vh - 100px);
}

.fa-times,
.fa-user-circle,
.fa-bars,
.fa-shopping-cart {
  color: #666 !important;
}

#navbar-main #block-ihra-bootstrap-mainmenu .nav .nav-link {
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

#block-ihra-bootstrap-account-menu .nav .nav-link {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

#block-ihra-bootstrap-account-menu .nav .nav-link--user::after {
  content: "|";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #ccc; /* optional: adjust pipe color */
}

#navbar-main .region-top-header {
  border-left: 1px solid #dc3545;
}

#block-ihra-bootstrap-account-menu .nav-link--user {
  padding-right: 0;
}

#block-ihra-bootstrap-account-menu .nav-link--user-logout {
  padding-left: 0;
}

.modal-content.bg-dark {
  background-color: #143B8F !important;
  max-width: 98%;
}

.modal-content .btn-light {
  color: #143b8f;
}

.hero-modal .modal-body {
  display: unset;
  /*max-height: 40%;*/
}

.hero-modal .modal-content {
  padding-bottom: 0;
}

.hero-modal img,
img.main-image {
  border-radius: 7px;
}


.paragraph--type--column-text-block .contact-info-box .icon {
  align-self: baseline;
}

.paragraph--type--column-text-block .contact-info-box .column-text-items p {
  margin: 0;
}

.paragraph .listing-title {
  text-align: center;
  color: #143B8F;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.paragraph--type--webform-embed-block .contact-form-label {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #dc3545;
  padding: 4px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.paragraph--type--webform-embed-block .form-item-agree-to-terms-of-service {
  display: flex;
  align-items: center;
}

.paragraph--type--webform-embed-block .form-item-agree-to-terms-of-service label {
  margin-left: 20px;
  margin-right: 5px;
}

.paragraph--type--webform-embed-block .webform-submission-form .webform-button--submit {
  background-color: #dc3545;
  padding: 0 25px;
}

.paragraph--type--webform-embed-block .form-control {
  background-color: #6c757d0a;
}

.paragraph--type--column-text-item {
  border: none;
  border-right-width: medium;
  border-right-style: none;
  border-right-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 2px solid #E53935;
  border-right: 2px solid #E53935;
  border-radius: 0 0 10px 10px;
}

.paragraph--type--column-text-item .custom-card-title {
  font-size: 0.8rem;
  color: #E53935;;
  font-weight: bold;
  text-transform: uppercase;
}

.paragraph--type--column-text-item .icon {
  align-self: baseline;
}

.paragraph--type--column-text-ite .custom-card-text {
  font-weight: 500;
}

hr.fade-hr {
  height: 2px;
  border: none;
  background: linear-gradient(to right, #0046ad, #E53935, transparent);
  border-radius: 3px;
}

.paragraph--type--column-text-block hr.fade-hr {
  height: 2px;
  border: none;
  background: linear-gradient(to right, #0046ad, #E53935, transparent);
  border-radius: 3px;
}

.paragraph--type--promo-category-item {
  border-top: 1px solid red;
}

.paragraph--type--promo-category-item .row > .paragraph--type--promo-category-item:first-child {
  border-top: none;
}

.paragraph--type--info-card .cta-card {
  width: 100%;
  /*max-width: 250px;*/
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.paragraph--type--info-card .cta-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.paragraph--type--info-card .cta-card .card-img-top {
  /*height: 140px;*/
  object-fit: cover;
}

.paragraph--type--info-card .cta-button {
  background-color: #dc3545;;
}

.blog-section {
  background: #f9f9f9;
  padding: 60px 0;
}


.paragraph--type--selection-links .section-header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d1d1d1;
}

.paragraph--type--selection-links .section-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #dc3545;
}

.paragraph--type--selection-links ul {
  list-style: none;
  padding-left: 0;
}

.paragraph--type--selection-links ul li::before {
  content: "•";
  color: #dc3545;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.paragraph--type--selection-links ul li a {
  color: #143B8F;
}


.paragraph--type--promo-carousel .promo-banner {
  position: relative;
  border-bottom: 1px solid red;
}

.paragraph--type--promo-carousel .promo-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.paragraph--type--promo-carousel .promo-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraph--type--promo-carousel .promo-content h1 span {
  color: red;
}

.paragraph--type--promo-carousel .promo-content p {
  font-size: 0.9rem;
}

.paragraph--type--promo-carousel .promo-content a {
  color: red;
  font-weight: bold;
}

.paragraph--type--promo-carousel .category-card {
  position: relative;
  color: white;
  text-align: center;
}

.paragraph--type--promo-carousel .category-card .caption {
  background: rgb(0 0 0 / 89%);
  padding: 1rem 0;
}

.paragraph--type--promo-carousel .carousel-control-prev {
  transform: translateY(-38%);
  left: 0px;
}

.paragraph--type--promo-carousel .carousel-control-next {
  transform: translateY(-38%);
  z-index: 9;
  cursor: pointer;
  opacity: .4;
}

.paragraph--type--promo-carousel .caption h3 {
  font: 700 22px Arial,Helvetica,sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.paragraph--type--promo-carousel .caption h4 {
  font: 16px Arial,Helvetica,sans-serif;
  color: red;
  text-transform: uppercase;
}

section.promo-carousel {
  background-color: #f9f9f9;
}

.ihra-home .info-card-group {
  background: #143B8F;
  /*padding-top: 25px;*/
}

/*.ihra-home .info-card-group hr {*/
/*  display: none;*/
/*}*/

.ihra-contact .content-listing {
  /*background: #143B8F;*/
}

.ihra-contact .content-listing .listing-title {
  color: #143B8F;
}

.ihra-contact section.border-top-light {
  border-top: 1px solid #dc3545;
}

.paragraph--type--content-listing .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}

.paragraph--type--content-listing .section-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #666;
}

.paragraph--type--content-listing .view-all-link {
  position: relative;
  color: #000;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  transition: color 0.2s;
}

.paragraph--type--content-listing .view-all-link svg {
  vertical-align: middle;
  margin-left: 4px;
}

.paragraph--type--content-listing .view-all-link .underline {
  content: "";
  display: block;
  height: 3px;
  background-color: #dc3545;
  width: 100%;
  margin-top: 2px;
}

.paragraph--type--content-listing .card {
  position: relative;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.paragraph--type--content-listing .card-img-top {
  height: 250px;
  object-fit: cover;
}

.paragraph--type--content-listing .card-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #dc3545;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 2px;
  font-weight: 500;
}

.paragraph--type--content-listing .card-date {
  position: absolute;
  top: 205px;
  left: -10px;
  background-color: #dc3545;
  color: #fff;
  width: 70px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  z-index: 2;
  transform: skewX(-20deg);
}

.paragraph--type--content-listing .card-date-inner {
  transform: skewX(20deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.paragraph--type--content-listing .card-date-inner small {
  font-size: 11px;
  font-weight: normal;
}

.paragraph--type--content-listing .card-body {
  padding: 25px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.paragraph--type--content-listing .card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.paragraph--type--content-listing .card-text {
  font-size: 14px;
  color: #666;
}

.paragraph--type--content-listing .read-more {
  background-color: #dc3545;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}

.paragraph--type--content-listing .card-footer-line {
  height: 5px;
  background-color: #dc3545;
  margin-top: auto;
}

/* ==================================
   BREADCRUMB OVERRIDES
   ================================== */

/* Override Bootstrap's breadcrumb separator from "/" to "|" */
.breadcrumb-item + .breadcrumb-item::before {
  content: "|" !important;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #fff;
  font-weight: normal;
  opacity: 0.6;
}

/* Optional: Additional breadcrumb styling */
.breadcrumb {
  font-size: 0.929em;
  background-color: transparent;
  padding: 0.5rem 0;
  justify-content: center;
}

.breadcrumb-item {
  /* Adjust item spacing if needed */
}

.breadcrumb-item.active {
  color: #dc3545;
  font-weight: 600;
  padding: 0;
}

#block-breadcrumbs {
  background-image: url(../images/cozy-bg.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #143B8F;
  background-blend-mode: lighten;
  min-height: 182px;
  background-position-y: center;
}

#block-breadcrumbs .page-title {
  color: #fff;
  font-weight: 900;
}

#block-breadcrumbs .breadcrumb-item a{
  color: #fff;
}

hr.hr-breadcrumb {
  margin-top: 1px;
}

hr.middle-gradient {
  background: linear-gradient(to right,
  rgba(0, 70, 173, 0),       /* transparent blue start */
  #0046ad,                   /* solid blue */
  #E53935,                   /* solid red */
  rgba(229, 57, 53, 0)       /* transparent red end */
  );
}

section.column-text-block {
  background: #143B8F;
  color: #fff;
}

.ihra-programs .content-listing hr.fade-hr {
  display: none;
}

.ihra-programs .content-listing  {
background: #F8F9FA;
}

section.column-text-block .listing-title {
  color: #fff;
}

.views-exposed-form .btn {
  background-color: #143B8F;
  padding-left: 45px;
  padding-right: 45px;
}

.view-display-id-page_tracks fieldset.form-type-select {
  width: 90%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}

.view-display-id-page_tracks fieldset.form-item-track-type {
  margin-left: auto;
  margin-right: auto;
}

.view-display-id-page_tracks .form-actions {
  width: 93%;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}

.view-display-id-page_tracks .section-title {
  margin-top: 20px;
}

.view-display-id-page_tracks .btn,
.node--view-mode-full .btn {
  border-radius: .25rem;
}

.view-display-id-page_tracks .section-title {
  color: #143B8F;
  font-weight: bold;
}

.view-display-id-page_tracks fieldset.form-type-select {
  width: 90%;
  margin-bottom: 10px;
}

.view-display-id-page_tracks fieldset.form-item-track-type {
  margin-left: 15px;
  margin-right: 15px;
}

.view-display-id-page_tracks .form-actions {
  width: 94%;
  margin-bottom: 10px;
}

.view-display-id-page_tracks .form-actions button {
  width: 100%;
  padding: 7px;
}

.view-display-id-page_tracks .attachment-before {
  margin-bottom: 25px;
}

.view-display-id-page_tracks .track-card {
  background-color: #fff;
  border-left: 4px solid #143B8F;
  border-radius: 4px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.view-display-id-page_tracks .track-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #143B8F;
}

.view-display-id-page_tracks .track-badge {
  background-color: #E53935;
  color: white;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 20px;
}

.view-display-id-page_tracks  #edit-reset {
  margin-top: 10px;
}

#block-breadcrumbs .page-title {
  text-align: center;
}

.view-news .form-row>fieldset {
  padding-right: 11px;
  padding-left: 11px;
}

.view-news .custom-select[size]:not([size="1"]) {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
}

.view-news .btn {
  border-radius: .25rem;
  padding: .375rem .75rem;
}

form#views-exposed-form-news-news .form-item-news-type {
  /*margin-top: 20px;*/
}

section.view-page-news .view-display-id-news .views-exposed-form fieldset.form-type-select {
  width: 100%;
}

section.view-page-news .view-display-id-news .views-exposed-form .form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

form#views-exposed-form-news-news button {
  width: 95%;
}

form#views-exposed-form-news-news .form-row {
  margin-left: auto;
  margin-right: auto;
}

.views-news-listing {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.views-news-listing h3 {
  color: #143B8F;
  font-size: 1.25rem;
  font-weight: 700;
}

.views-news-listing .teaser-summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212529;
}

.views-news-listing .read-more {
  color: #007bff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9rem;
}

.views-news-listing .read-more:hover {
  text-decoration: underline;
}

.views-news-listing.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.views-news-listing h3 a {
  color: #0071b3;
}

.views-news-listing .flex-wrap .icon{
  padding-right: 5px;
}

.views-news-listing .field--type-image img{
  margin-bottom: 0;
}

.main-header-img img {
  border-radius: 0.5rem;
}

.node--view-mode-full .ihra-header.bg-primary {
  background-color: #143B8F !important;
  color: #fff !important;
}

.node--view-mode-full .map-embed iframe,
.node--view-mode-full .map-embed {
  width: 100%;
  height: 300px;
  border: none;
}

.node--view-mode-full .btn-ihra {
  background-color: #E53935;
  color: #fff;
  font-weight: 600;
}

.node--view-mode-full .btn-ihra:hover {
  background-color: #c62828;
}

.node__content > .field--type-entity-reference.field--name-field-media-image {
  margin: 0 0 0.1em;
}

.main-content .node .field--type-image {
  margin: 0;
  float: unset;
}

.main-content .node .field--type-image img {
  margin: 0;
}

.paragraph--type--meta-info .field--type-entity-reference {
  margin: 0;
}

.paragraph--type--meta-info .border {
  border: 2px solid #dee2e6 !important;
}

.paragraph--type--meta-info {
  margin-top: 1em;

}

.paragraph--type--meta-info.py-2 {
  padding-bottom: 0 !important;
}

.paragraph--type--carousel-container .carousel-caption.custom-caption-bg {
  background-color: rgba(0, 0, 0, 0.5); /* black at 50% opacity */
  padding: 1rem;
  border-radius: 0.5rem;
  color: #fff; /* ensure white text for contrast */
}

.paragraph--type--carousel-container .carousel-control-prev-icon,
.paragraph--type--carousel-container .carousel-control-next-icon {
  background-color: rgba(33, 37, 41, 0.6); /* Bootstrap dark with 60% opacity */
  background-size: 100% 100%;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.paragraph--type--carousel-container .carousel-caption.bg-dark {
  background-color: rgba(0, 0, 0, 0.6); /* fallback if bg-opacity-75 is unsupported */
}

.paragraph--type--carousel-container .carousel-heading {
  font-size: 1.5rem;
  font-weight: 600;
}

.paragraph--type--carousel-container .carousel-indicators li {
  background-color: #143B8F;
}

.paragraph--type--carousel-container .carousel-indicators .active {
  background-color: #FF7F50;
}

.paragraph--type--carousel-container .carousel-item img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

.modal-image-limit {
  max-height: 80vh;
  max-width: 90vw;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.modal-content {
  border-radius: 0.6rem !important;
}

.modal-backdrop.show {
  opacity: 0.9 !important; /* Adjust the opacity of the backdrop */
}

.modal-backdrop {
  background: #dee2e6 !important;
}

.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.carousel-modal .modal-body {
  display: unset;
}

.paragraph--type--carousel-container.border-top {
  border-top: 2px solid #e6e6e6 !important;
}

.paragraph--type--carousel-container.border-bottom {
  border-bottom: 2px solid #e6e6e6 !important;
}

.paragraph--type--carousel-container .rounded {
  border-radius: .5rem !important;
}

.custom-carousel-caption-bg {
  background-color: rgba(52, 58, 64, 0.7); /* lighter dark background */
}

/* Views program block */

.view-display-id-block_programs .view-content {
  background-color: #F8F9FA;
}

.view-programs .program-wrapper {
  min-height: unset;
}

.view-programs .btn-wide {
  background-color: #004aa7;
  padding: 12px 24px;
  width: 360px;
  border-radius: 8px;
}

.view-programs  .shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .4) !important;
}

.view-programs .program-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 0 transparent;
}

.view-programs .program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.view-programs .program-card a.program-link {
  display: block;
  background-color: #0046ad;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.view-programs .program-card a.program-link:hover {
  background-color: #003080;
}

.view-programs .btn-wide {
  width: 100%;
}

.view-programs .program-wrapper {
  min-height: unset;
}


/* Paragraph text + callout */
.paragraph--type--text-callout .cta-button {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.75rem 2rem;
  background-color: #E53935;
  border: none;
  color: white;
}

.paragraph--type--text-callout .cta-button:hover {
  background-color: #c62828;
}

.paragraph--type--update-block-group .container {
  background-color: #F8F9FA;
  padding: 23px 15px 15px;
}

.paragraph--type--update-block-group  .update-card {
  border-left: 5px solid #E53935;
  padding-left: 1rem;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.paragraph--type--update-block-group  .update-date {
  font-weight: bold;
  color: #143B8F;
}

.paragraph--type--update-block-group  .update-icon {
  color: #FF7F50;
  margin-right: 0.5rem;
}

.paragraph--type--update-block-group  .section-title {
  color: #143B8F;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}

.paragraph--type--image-text .image-wrapper img {
  /*max-width: 280px;*/
  height: auto;
}

.paragraph--type--image-text .card.bg-light {
  background-color: #f8f9fa;
}

.paragraph--type--image-text .text-wrapper {
  font-size: 1.1rem;
  line-height: 1.6;
}

.paragraph--type--image-text .custom-card {
  background-color: #f8f9fa;
  border-left: 5px solid #143B8F !important;
  padding: 2rem;
  border-radius: 0.5rem !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.paragraph--type--image-text .container {
  padding-right: 0;
  padding-left: 0;
}

.paragraph--type--image-text .font-weight-bold {
  color: #143B8F;
}

.paragraph--type--image-text .caption {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.paragraph--type--featured-image-block .image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.paragraph--type--featured-image-block .caption {
  font-style: italic;
  color: #6c757d;
}

.block-system .text-primary {
  color: #0256b1 !important;
}


.node .paragraph .field--type-image {
  margin: 0;
}

.view-display-id-block_people .people-grid-title {
  text-align: center;
  color: #143B8F;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.view-display-id-block_people .person-card {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: box-shadow 0.2s ease-in-out;
  height: 100%;
}

.view-display-id-block_people .person-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.view-display-id-block_people .person-image {
  border-radius: 0.375rem;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 1rem;
}

.view-display-id-block_people .person-name {
  font-weight: 700;
  font-size: 1.15rem;
  color: #143B8F;
  margin-bottom: 0.25rem;
}

.view-display-id-block_people .person-role {
  font-weight: 500;
  color: #555;
  margin-bottom: 0.5rem;
}

.view-display-id-block_people .person-link,
.view-display-id-block_people .person-email {
  font-size: 0.875rem;
  display: block;
  color: #0069d9;
  word-break: break-word;
}

.view-display-id-block_people .person-link:hover,
.view-display-id-block_people .person-email:hover {
  text-decoration: underline;
}

.view-display-id-block_people .person-card {
  padding: 1.5rem;
  border: 1px solid #eee !important;
  border-radius: 0.5rem !important;
  text-align: center;
  background-color: #fff;
  height: 100%;
}

.view-display-id-block_people .person-image-wrapper img {
  border-radius: 0.5rem;
  max-height: 180px;
  object-fit: cover;
}

.view-display-id-block_people .person-card img {
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.view-display-id-block_people .person-card .text-item {
  line-height: 1.2em;
}

.paragraph--type--content-listing .sub-heading {
  padding: 5px 15px 5px 15px;
  background-color: #dc3545;
  color: #fff;
  font-size: 0.9rem;
}

/* THis is meant for backward compatibility as articles already exist on production */
.node--type-article .field--name-field-content + .field--name-field-title {
  display: none;
}

.fire-page-type--admin #views-exposed-form-membership-overview-bracket-superseries-membership .form-row,
.fire-page-type--admin #views-exposed-form-membership-overview-junior-dragster-licenses-membership .form-row,
.fire-page-type--admin #views-exposed-form-membership-overview-teen-championship-racing-licenses-membership .form-row,
.fire-page-type--admin #views-exposed-form-membership-overview-pro-pro-am-licenses-membership .form-row,
.fire-page-type--admin #views-exposed-form-membership-overview-general-membership-membership .form-row {
  margin-right: 15px;
  margin-left: 15px;
}

.fire-page-type--admin .block-system-main-block dl.list-group {
  margin-left: 15px;
  margin-right: 15px;
}

.webform-submission-general-membership-form fieldset .fieldset-wrapper {
  padding-left: 18px;
  padding-right: 18px;
}

.form-item-ihra-license-current {
  margin-bottom: 10px;
}

#leaflet-map-view-tracks-attachment-map .leaflet-popup-content strong {
  color: #E53935;
}

.view-id-tracks .track-type-badge {
  background: #eee;
  padding: 0 10px;
  border-radius: 12px;
  margin-right: 10px;
}


.node--view-mode-full .hall-fame .timeline-content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}

.node--view-mode-full .hall-fame .timeline-date {
    font-size: 0.8rem;
    color: #888;
    letter-spacing: 2px;
}

.node--view-mode-full .hall-fame .timeline-content {
  max-width: 100%;
}



/* Start hall of fame history */

/*article.ihra-landing-page.ihra-hall-fame*/

.timeline {
  position: relative;
  padding: 0 0 2rem;
}

.timeline-entry {
  position: relative;
}

.timeline-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 2rem;
}

.timeline-content {
  border: 1px solid #eee;
  background: #fff;
  padding: 1.25rem;
  transition: border-left 0.3s;
  width: 100%;
}

.timeline-content:hover {
  border-left: 5px solid #dc3545;
}

.timeline-date {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 100;
}

.timeline-content .read-more {
  background-color: transparent;
}


/* End hall of fame history */



/* Place the background text behind the content */
.history-bg {
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

/* Apply the Bebas Neue font and adjust size */
.history-letters {
  font-family: 'Bebas Neue', sans-serif;  /* Condensed display style */
  font-size: 23vw;
  font-weight: 700;
  color: #f7f7f7;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
}

/* Animate each letter into view */
.history-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: appear 0.6s ease-out forwards;
}

@keyframes appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.paragraph--type--content-listing.hall-of-fame .sub-heading {
  background-color: transparent;
  color: #8c8c8c;
  font-size: 10px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 0.35em;
  top: 30px;
  position: relative;
  z-index: 1;
}

.paragraph--type--content-listing.hall-of-fame .listing-title {
  /* font-family: Oswald, sans-serif; */
  font-weight: 600;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 20px;
  line-height: 1.11em;
  letter-spacing: 0;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
  top: 15px;
}

[id^="edit-adult-waiver"] fieldset,
[id^="edit-uim-anti-doping"] fieldset {
  display: block;
}

[id^="edit-adult-waiver"] .js-webform-signature-pad input,
[id^="edit-uim-anti-doping"] .js-webform-signature-pad input {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  color: #fff;
  margin-top: 10px;
}

[id^="edit-uim-anti-doping-content-heading"],
[id^="edit-physical-documents-heading"],
[id^="edit-adult-waiver-info"] {
  display: block!important;
  justify-content: unset!important;
}

p.capsule {
  margin: 10px 10px 10px ;
}

.ihra-btn {
  background-color: #214393;
  border: 2px solid #214393;
  color: #fff;
}

.ihra-btn:hover {
  background-color: #fff;
  color: #214393;
  border: 2px solid #214393;
}

#trackside-garage-fields-table .custom-control-input,
form#event-setup-assistant .custom-control-input {
  opacity: 1;
}

.webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) fieldset,
.webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) fieldset,
.webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) fieldset,
.webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) fieldset {
  padding-top: 8px;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 13px;
  display: flex;
}

.webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(3) fieldset,
.webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(3) fieldset {
  margin-bottom: 10px;
  margin-top: 11px;
}

.webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) fieldset.form-type-select:after,
.webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) fieldset.form-type-select:after,
.webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) fieldset.form-type-select:after,
.webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) fieldset.form-type-select:after {
  top: 45px;
}

.webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) label,
.webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) label,
.webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) label,
.webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) label {
  overflow: unset;
  position: relative !important;
  background: #757575;
  width: 100%;
  height: unset;
  padding: 6px;
  color: white;
  font-weight: bold;
  z-index: 3;
  top: -10px;
}

.webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(3) label,
.webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(3) label {
  overflow: unset;
  position: relative !important;
  background: #757575;
  width: 100%;
  height: unset;
  margin-bottom: 9px;
  padding: 9px;
  color: white;
  font-weight: bold;
}

.webform-submission-update-ihra-license-add-form .tabledrag-toggle-weight-wrapper {
  display: none;
}

.webform-submission-update-ihra-license-add-form #edit-additional-categories > label,
.webform-submission-update-ihra-license-add-form #edit-additional-categories > label {
  padding-left: 10px;
  padding-right: 10px;
}

.webform-submission-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-add,
.webform-submission-update-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-add {
  margin-top: 15px;
}

/*.webform-submission-ihra-license-add-form div.webform-multiple-table-responsive fieldset.form-item-additional-categories td.webform-multiple-table--handle {*/
/*  display: unset;*/
/*}*/

.webform-submission-update-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-table-responsive  td.webform-multiple-table--operations,
.webform-submission-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-table-responsive  td.webform-multiple-table--operations {
  display: block ruby;
  width: 100%;
  border: none;
}

.webform-submission-form fieldset.form-group {
  /*margin-bottom: 20px;*/
}

.webform-submission-update-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-table-responsive tr,
.webform-submission-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-table-responsive tr {
  border: none;
}


/* =========================================================
   Target: <table class="... pro_pro_intro_table">
   ========================================================= */
.pro_pro_intro_table {
  --band-bg:  rgba(0, 0, 0, 0.51);  /* dark title & section bars */
  --band-fg:  #ffffff;
  --head-bg:  rgba(0, 0, 0, 0.51);  /* Type A–D header row */
  --head-fg:  #ffffff;
  --row-bg:   #ffffff;  /* default cell bg */
  --row-alt:  #f3f3f3;  /* subtle gray areas */
  --border:   #dddddd;  /* grid lines */

  border-color: var(--border);
}

.pro_pro_intro_table th,
.pro_pro_intro_table thead tr {
  border: 1px solid var(--band-fg) !important;
  /*border-right: none;*/
  border-left: none;
}

.pro_pro_intro_table tr {
  border: 1px solid var(--band-fg);
  /*border-right: none;*/
  /*border-left: none;*/
}

.pro_pro_intro_table tbody tr {
  background-color: rgba(0, 0, 0, 0.063);
}

.pro_pro_intro_table th,
.pro_pro_intro_table td {
  white-space: normal;
  vertical-align: middle;
  font-size: 0.85rem;
  background: var(--row-alt);
  border-color: var(--row-bg) !important;
}

/* Top title band */
.pro_pro_intro_table thead tr:first-child th {
  background: var(--band-bg) !important;
  color: var(--band-fg);
  text-transform: uppercase;
  letter-spacing: .03em;
  /*border-color: var(--band-bg) !important;*/
}

/* Column header row (Type A–D) */
.pro_pro_intro_table thead tr:nth-child(2) th {
  background: var(--head-bg) !important;
  color: var(--head-fg);
  /*border-color: var(--head-bg) !important;*/
}
.pro_pro_intro_table thead small { opacity: .9; }
.pro_pro_intro_table thead strong { color: var(--band-fg); }

/* Section band row (e.g., “1/8 Mile E.T. Acceptance”) */
.pro_pro_intro_table tr.section-band > th {
  background: var(--band-bg) !important;
  color: var(--band-fg);
  border-color: var(--band-bg) !important;
  border: none !important;
}

/* Light gray area rows (apply .alt-area on <tr>) */
.pro_pro_intro_table tbody tr.alt-area td,
.pro_pro_intro_table tbody tr.alt-area th {
  background: var(--row-alt);
}

/* ---- Sticky pieces (works inside .table-responsive-*) ---- */
.pro_pro_intro_table thead th {
  /*position: sticky;*/
  top: 0;
  z-index: 6; /* above sticky cols */
}

/* First two columns sticky (helps while horizontal scrolling) */
.pro_pro_intro_table th:nth-child(1),
.pro_pro_intro_table td:nth-child(1),
.pro_pro_intro_table th:nth-child(2),
.pro_pro_intro_table td:nth-child(2) {
  /*position: sticky;*/
  background: var(--row-alt);      /* keep zebra/area bg under stickies */
  z-index: 5;               /* below header, above normal cells */
}

/* Column offsets (tune widths if the content changes) */
.pro_pro_intro_table th:nth-child(1),
.pro_pro_intro_table td:nth-child(1) { left: 0;     min-width: 7rem; }
.pro_pro_intro_table th:nth-child(2),
.pro_pro_intro_table td:nth-child(2) { left: 7rem;  min-width: 8rem; }

.webform-submission-update-pro-pro-am-license-form #edit-categories--wrapper {
  padding-left: 50px;
}

.webform-submission-general-membership-add-form,
.webform-submission-pro-pro-am-license-form,
.webform-submission-update-pro-pro-am-license-form,
.webform-submission-teen-championship-racing-form,
.webform-submission-update-junior-dragster-license-form,
.webform-submission-junior-dragster-license-form,
.webform-submission-update-ihra-license-form,
.webform-submission-ihra-license-form {
  padding: 1.5rem;
}

.webform-submission-general-membership-add-form fieldset.webform-address--wrapper fieldset.form-type-select label,
.webform-submission-general-membership-add-form fieldset.webform-address--wrapper fieldset.form-type-textfield label,
.webform-submission-pro-pro-am-license-form fieldset.webform-address--wrapper fieldset.form-type-select label,
.webform-submission-pro-pro-am-license-form fieldset.webform-address--wrapper fieldset.form-type-textfield label,
.webform-submission-teen-championship-racing-form fieldset.webform-address--wrapper fieldset.form-type-select label,
.webform-submission-teen-championship-racing-form fieldset.webform-address--wrapper fieldset.form-type-textfield label,
.webform-submission-junior-dragster-license-form fieldset.webform-address--wrapper fieldset.form-type-select label,
.webform-submission-junior-dragster-license-form fieldset.webform-address--wrapper fieldset.form-type-textfield label {
  position: unset;
  width: unset;
  height: unset;
}

.webform-submission-general-membership-add-form fieldset.webform-address--wrapper fieldset.form-type-select::after,
.webform-submission-pro-pro-am-license-form fieldset.webform-address--wrapper fieldset.form-type-select::after,
.webform-submission-teen-championship-racing-form fieldset.webform-address--wrapper fieldset.form-type-select::after {
  top: 27px;
}

.event__filters-input-wrapper--date {
  flex-direction: column;
}

.event__filters-input-wrapper--date input{
  Width: 100%;
  border: 1px solid #999;
  margin: 10px 0;
}

form div#event-details-step-container .btn-event-type {
  border: 2px solid #0c51a1;
}

form div#event-details-step-container .btn-event-type:hover {
  border: 2px solid #233a56;
}

div.table-responsive table#participant-event-selected-run-groups-table td div.input-group {
  flex-wrap: nowrap;
  width: 90px;
}

div.table-responsive table#participant-event-selected-run-groups-table td div.input-group input.form-control {
  padding-left: 5px;
  padding-right: 5px
}

div.table-responsive table#participant-event-selected-run-groups-table td input.form-control {
  width: 55px;
  padding-left: 5px;
  padding-right: 5px
}

div#edit-participant-event-run-groups div#edit-selected-column {
  margin-top: 15px;
}

div#success-container p.text-center a.btn {
  margin-bottom: 15px;
}

/*.not-logged-in .navbar__mobile-menu.collapse.show,*/
.is-logged-in.no-toolbar-tray .navbar__mobile-menu.collapse.show {
  top: 58px;
}

.not-logged-in .navbar__mobile-menu.collapse.show .menu--main,
.is-logged-in.no-toolbar-tray .navbar__mobile-menu.collapse.show .menu--main {
  top: -40px;
  position: relative;
}

body.toolbar-vertical .navbar__mobile-menu.collapse.show .navbar-nav,
body.toolbar-tray-open .navbar__mobile-menu.collapse.show .navbar-nav {
   margin-top: unset;
   margin-bottom: 50px;
}

@media (min-width: 600px) {

  body.menu-open {
    overflow: auto;
    position: static;
    width: auto;
    height: auto;
  }

  .event__filters-input-wrapper--date {
    flex-direction: row;
  }

  .event__filters-input-wrapper--date input{
    Width: 50%;
    border: 0;
    margin: 0;
  }

  .webform-submission-junior-dragster-license-form fieldset.webform-address--wrapper fieldset.form-type-select label,
  .webform-submission-junior-dragster-license-form fieldset.webform-address--wrapper fieldset.form-type-textfield label {
    position: absolute;
    width: 1px;
    height: 1px;
  }

  .webform-submission-pro-pro-am-license-form,
  .webform-submission-update-pro-pro-am-license-form,
  .webform-submission-teen-championship-racing-form,
  .webform-submission-update-junior-dragster-license-form,
  .webform-submission-junior-dragster-license-form,
  .webform-submission-update-ihra-license-form,
  .webform-submission-ihra-license-form {
    padding: 0;
  }

  .webform-submission-update-pro-pro-am-license-form #edit-categories--wrapper {
    padding-left: unset;
  }

  /*.pro_pro_intro_table th,*/
  /*.pro_pro_intro_table td { font-size: 0.95rem; }*/
  .pro_pro_intro_table th:nth-child(2),
  .pro_pro_intro_table td:nth-child(2) { left: 8.5rem; }


  .webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) fieldset,
  .webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) fieldset,
  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) fieldset,
  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) fieldset {
    /*padding-top: unset;*/
    margin-top: unset;
    /*margin-bottom: unset;*/
  }

  .webform-submission-update-ihra-license-form #edit-summit-super-series #additional_categories_table table fieldset.form-group,
  .webform-submission-ihra-license-form #edit-summit-super-series #additional_categories_table table fieldset.form-group {
    margin-bottom: 0px;
  }

  .webform-submission-update-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-table-responsive  td.webform-multiple-table--operations,
  .webform-submission-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-table-responsive  td.webform-multiple-table--operations {
    display: table-cell;
    padding-left: 10px;
    /*padding-bottom: 10px;*/
    /*padding-top: 10px;*/
    width: 5%;
  }

  .webform-submission-update-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-table-responsive  td.webform-multiple-table--operations > input,
  .webform-submission-ihra-license-add-form fieldset.form-item-additional-categories .webform-multiple-table-responsive  td.webform-multiple-table--operations > input {
    margin-bottom: 7px;
    margin-left: 2px;
  }

  .webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(3) fieldset,
  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(3) fieldset {
    /*margin-bottom: unset;*/
    /*margin-top: unset;*/
  }

  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) fieldset,
  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) fieldset {
    padding-top: unset;
  }

  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) fieldset.form-type-select:after,
  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) fieldset.form-type-select:after {
    top: 3px;
  }

  .webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) label,
  .webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) label,
  .webform-submission-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(3) label,
  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(4) label,
  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(2) label,
  .webform-submission-update-ihra-license-add-form #edit-summit-super-series #additional_categories_table table td:nth-child(3) label {
    display: none;
  }

  .paragraph .listing-title {
    font-size: 2rem;
  }

  .paragraph--type--promo-carousel .carousel-control-prev,
  .paragraph--type--promo-carousel .carousel-control-next {
    top: 50%;
  }

  .paragraph--type--promo-carousel .promo-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
  }

  .paragraph--type--promo-carousel .carousel-control-prev {
    transform: translateY(-65%);
    left: -70px;
  }

  .paragraph--type--promo-carousel .carousel-control-next {
    right: 375px;
    transform: translateY(-65%);
    font-size: 27px;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    opacity: .4;
  }


  .node--view-mode-full .hall-fame .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #143B8F;
    transform: translateX(-50%);
  }

  .node--view-mode-full .hall-fame .timeline {
    position: relative;
    /*padding: 2rem 0;*/
  }

  .node--view-mode-full .hall-fame .timeline-entry {
    position: relative;
    /*margin-bottom: 4rem;*/
  }

  .node--view-mode-full .hall-fame .timeline-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .node--view-mode-full .hall-fame .timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #E53935;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .node--view-mode-full .hall-fame .timeline-left .timeline-content {
    margin-right: auto;
    max-width: 45%;
  }

  .node--view-mode-full .hall-fame .timeline-right .timeline-content {
    margin-left: auto;
    max-width: 45%;
  }

  .node--view-mode-full .hall-fame .timeline-content {
    position: relative;
    background: #fff;
    padding: 1.5rem;
    border: 1px solid #eee;
    transition: border-left 0.3s ease;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-left: none;
  }

  .node--view-mode-full .hall-fame .timeline-date {
    text-align: center;
    font-size: 3.8rem;
    color: #888;
    letter-spacing: 2px;
    margin-top: 0;
    max-width: 45%;
    flex: 1;
    display: flex;
    align-items: center;      /* vertical center */
    /*justify-content: center;  !* horizontal center *!*/
    font-weight: 400;
  }

/* Start hall of fame history */

  .paragraph--type--content-listing.hall-of-fame .sub-heading {
    background-color: transparent;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1.1em;
    font-weight: 400;
    letter-spacing: 0.35em;
    top: 205px;
    position: relative;
    z-index: 1;
  }

  .paragraph--type--content-listing.hall-of-fame .listing-title {
    /*font-family: Oswald,sans-serif;*/
    font-weight: 600;
    text-transform: uppercase;
    color: #0d0d0d;
    font-size: 54px;
    line-height: 1.11em;
    letter-spacing: 0;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    z-index: 1;
    top: 200px;
  }

  .timeline {
    position: relative;
    padding: 225px 0 2rem;
  }

  /* Vertical center line */
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #143B8F;
    transform: translateX(-50%);
    z-index: 1;
  }

  /* Fade effect overlay */
  .timeline::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 15%,
      rgba(20, 59, 143, 1) 50%,
      rgba(20, 59, 143, 1) 50%,
      rgba(255, 255, 255, 1) 100%
    );
  }


  .timeline-entry {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
    margin-bottom: 3rem;
  }

  .timeline-entry.left .timeline-wrapper {
    width: 100%;
    /* margin-right: auto; */
    align-items: flex-end;
    text-align: right;
    display: flex;
    flex-direction: row;
  }

  .timeline-entry.right .timeline-wrapper {
    width: 100%;
    margin-left: auto;
    align-items: flex-start;
    text-align: left;
    display: flex;
    flex-direction: row
  }

  .timeline-date {
    margin-top: 0.5rem;
    position: relative;
    left: 30%;
    margin-left: unset;
    margin-right: unset;
    font-size: 36px;
    font-weight: 100;
  }

  .timeline-entry.left .timeline-date {
    left: 10%;
    align-self: center;
  }

  .timeline-entry.right .timeline-date {
    left: 38%;
    align-self: center;
  }

  .timeline-entry.right .timeline-content {
    right: -48%;
    position: relative;
  }

  .timeline-dot {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #E53935;
    border-radius: 50%;
    z-index: 3;
  }

  .timeline-content {
    width: 45%;
  }

  .timeline-wrapper {
    flex-direction: column;
  }

  .inner-content p.intro {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .timeline-content .read-more {
    background-color: transparent;
  }

  .timeline-content .read-more a {
    /*color: #fff;*/
  }


  /* End hall of fame history */

}

@media (min-width: 1024px) {

  /*.pro_pro_intro_table th,*/
  /*.pro_pro_intro_table td { font-size: 1rem; }*/

  body.fire-page-type--user .block-local-actions-block,
  body.fire-page-type--user .block-system-main-block {
    max-width: 1280px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .view-display-id-page_tracks fieldset.form-item-state {
    margin-left: 15px;
  }

  .carousel-modal.modal-lg {
    max-width: 100%;
    margin: 0 auto;
  }

  .modal-content.bg-dark {
    max-width: 60%;
  }

  .paragraph--type--promo-category-item {
    /*border-left: 1px solid rgba(255, 0, 0, 0.05);*/
    border-left: 1px solid red;
    border-top: none;
  }

  .row > .paragraph--type--promo-category-item:first-child {
    border-left: none;
  }

  .paragraph--type--promo-carousel .promo-content {
    border-left: 1px solid red;
  }

  section.view-page-news .view-display-id-news .views-exposed-form fieldset.form-type-select {
    width: 35%;
    margin-bottom: 10px;
  }

  section.view-page-news .view-display-id-news .views-exposed-form .form-actions button {
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
  }

  section.view-page-news .view-display-id-news .views-exposed-form .form-actions {
    width: 25%;
    margin-bottom: 10px;
  }

  .view-display-id-page_tracks fieldset.form-type-select {
    width: 23%;
  }

  .view-display-id-page_tracks .form-actions {
    width: 24%;
  }

  #block-breadcrumbs .page-title {
    text-align: left;
  }

  .breadcrumb {
    justify-content: flex-start;
  }

  .view-page-news .views-exposed-form {
    margin-bottom: 10px;
  }

  .views-news-listing .field--type-image img{
    margin-bottom: 1em;
  }

  .view-display-id-block_programs {
    margin: 0;
  }

  .view-display-id-block_programs .view-content {
    padding: 0;
  }

  body.fire-page-type--cart .cart-empty-page,
  .webform-submission-pre-entry-national-trail-july-9--form,
  .webform-submission-update-general-membership-form,
  .webform-submission-update-teen-championship-racing-form,
  .webform-submission-update-junior-dragster-license-form,
  .webform-submission-update-pro-pro-am-license-form,
  .webform-submission-update-ihra-license-form,
  #webform-submission-general-membership-add-form,
  #webform-submission-teen-championship-racing-add-form,
  #webform-submission-junior-dragster-license-add-form,
  #webform-submission-pro-pro-am-license-add-form,
  #webform-submission-ihra-license-add-form {
    max-width: 1280px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

}

@media (min-width: 1440px) {
  .view-programs .program-wrapper {
    min-height: 360px;
  }

  .view-programs .btn-wide {
    width: 70%;
  }
}

@media (min-width: 1900px) {
  .hero-modal .modal-dialog.modal-lg {
    max-width: 60%;
  }
}
