html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}

span.price-co {
  font-weight: bold;
  color: #3A5DE0;
  padding-left: 15px;
  font-size: 140%;
}

label.header {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  color: #181818;
}

div#card-element {
  padding: 10px;
}

.flexed {
  display: flex;
  width: 100%;
}

.flex-end {
  justify-content: flex-end !important;
}

.align-center {
  align-items: center;
}

.flex-between {
  justify-content: space-between;
}

header.main-header {
  background-color: #FFFFFF;
}

header.main-header div.bg-colored {
  background: linear-gradient(to right, #FFFFFF 50%, #3B68F9 50%);
}

header.main-header div.logo, header.main-header div.search, header.main-header div.social-nav {
  padding: 10px 0px;
}

header.main-header div.logo {
  margin-right: 25px;
  max-width: 325px;
  max-height: 95px;
}

header.main-header div.logo img {
  width: 100%;
}

header.main-header div.search {
  flex-grow: 1;
  background-image: url("../img/swoosh.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #3B68F9;
  padding-left: 30px;
  padding-top:30px;
  height: 95px !important;
}

header.main-header div.social-nav {
  margin-left: 25px;
}

header.main-header div.social-nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}

header.main-header div.social-nav ul li a {
  color: #FFFFFF;
  display: block;
  margin-left: 15px;
  height: 35px;
  line-height: 35px;
  text-decoration: none !important;
  font-weight: bold;
  transition: all 0.3s;
}

header.main-header div.social-nav ul li a:hover {
  opacity: 0.8;
}

header.main-header div.social-nav ul li a .icon {
  margin-right: 5px;
}

header.main-header div.social-nav ul li a.nomar {
  margin: 0px !important;
}

header.main-header div.social-nav ul li a.social {
  width: 35px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 22px;
  transition: all 0.3s;
}

header.main-header div.social-nav ul li a.social:hover {
  opacity: 0.8;
}

header.main-header div.social-nav ul li a.social.fb {
  background-color: #3b5998;
}

header.main-header div.social-nav ul li a.social.ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

header.main-header nav.main-nav {
  border-top: 2px solid #929292;
  border-bottom: 2px solid #929292;
}

header.main-header nav.main-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
}

header.main-header nav.main-nav ul li {
  margin: 15px 0px;
  border-right: 1px solid #929292;
  position: relative;
}

header.main-header nav.main-nav ul li:last-of-type {
  border-right: 0px !important;
}

header.main-header nav.main-nav ul li a {
  color: #000000;
  font-size: 16px;
  padding: 0px 45px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s;
}

header.main-header nav.main-nav ul li a:hover {
  color: #3b5998;
}

header.main-header nav.main-nav ul li:hover > ul {
  display: block;
}

header.main-header nav.main-nav ul li ul {
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  left: 15px;
  z-index: 10;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

header.main-header nav.main-nav ul li ul li {
  border: none;
}

header.main-header nav.main-nav ul li ul li ul {
  left: 100px;
  top: 0px;
}

@media (max-width: 968px) {
  header.main-header {
    display: none;
  }

  header.mobile-header {
    display: block !important;
  }
}
header.mobile-header {
  display: none;
  width: 100%;
}

header.mobile-header .logo a {
  display: block;
  text-align: center;
  width: 100%;
}

header.mobile-header .logo a img {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
  display: block;
}

header.mobile-header .hamburger {
  border-top: 2px solid #929292;
  border-bottom: 2px solid #929292;
  font-size: 28px;
  padding: 15px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

header.mobile-header .hamburger a {
  color: blue;
  transition: all 0.3s;
}

header.mobile-header .hamburger a:hover {
  opacity: 0.7;
  cursor: pointer;
}

header.mobile-header ul.mobile-nav {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  flex-direction: column;
}

header.mobile-header ul.mobile-nav li {
  padding: 10px 15px;
  border-bottom: 1px dashed #d1d1d1;
}

header.mobile-header ul.mobile-nav li a {
  color: #3A5DE0;
  font-size: 16px;
}

.display-flex {
  display: flex !important;
}

/* Style the search field */
form.search-inline input[type=text] {
  padding: 6px;
  border: 1px solid #d1d1d1;
  float: left;
  width: 80%;
  background: #FFFFFF;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

form.search-inline button {
  float: left;
  width: 15%;
  padding: 6px;
  background: #54565A;
  color: white;
  border: 1px solid #54565A;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

form.search-inline button:hover {
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
  border-left: none;
}

form.search-inline::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 900px) {
  .page-wrapper .content .heading-wrapper {
    position: relative !important;
  }
}
a.button {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  background-color: #3A5DE0;
  text-align: center;
  border-radius: 5px;
  text-decoration: none !important;
  transition: all 0.3s;
}

a.button:hover {
  background-color: #54565A;
}

a.button.reversed-colors {
  background-color: #54565A;
}

a.button.reversed-colors:hover {
  background-color: #3A5DE0;
}

a.darken {
  color: black !important;
}

.page-wrapper {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.page-wrapper .content {
  width: calc(100% - (30% - 35px));
}

.page-wrapper .content .heading-wrapper {
  position: sticky;
  top: 0px;
  z-index: 999;
}

.page-wrapper .content .heading-wrapper .register-buttons {
  background-color: white;
  display: flex;
  justify-content: space-between;
}

.page-wrapper .content .heading-wrapper .register-buttons a {
  background-color: black;
  color: white;
  width: 50%;
  border: 2px solid white;
  text-align: center;
  font-size: 20px;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.3s;
}

.page-wrapper .content .heading-wrapper .register-buttons a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.page-wrapper .content .heading-wrapper .register-buttons a.register {
  background-color: #BA3219;
  border-right: 1px solid white;
}

.page-wrapper .content .heading-wrapper .register-buttons a.download {
  background-color: #54565A;
  border-left: 1px solid white;
}

.page-wrapper .sidebar {
  width: 30%;
  margin-left: 35px;
}

.page-wrapper .sidebar .intro {
  background-image: url("../img/running.jpg");
  background-repeat: no-repeat;
  background-size: scale;
  background-position: center;
  min-height: 250px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-end;
}

.page-wrapper .sidebar .intro h2 {
  font-size: 22px;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  opacity: 0.8;
}



.page-wrapper .sidebar .intro h2 span {
  background-color: white;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-wrapper .sidebar .newsletter {
  background-color: #F0f0f0;
  padding: 15px;
  padding-bottom: 20px;
  margin-top: 25px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.page-wrapper .sidebar .newsletter h3 {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  padding: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #d1d1d1;
}

.page-wrapper .sidebar .newsletter input {
  display: block;
  padding: 6px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
}

.page-wrapper .sidebar .newsletter input::placeholder {
  color: #54565A;
}

.page-wrapper .sidebar .newsletter button {
  margin-top: 20px;
}

.page-wrapper .sidebar .featured {
  background-color: #F0f0f0;
  padding: 15px;
  margin-top: 25px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0px;
  z-index: 11;
}

.page-wrapper .sidebar .featured h3 {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.page-wrapper .sidebar .featured h5 {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}

.page-wrapper .sidebar .featured img {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 3px #333;
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .page-wrapper {
    flex-wrap: wrap;
  }

  .page-wrapper .sidebar {
    width: 100%;
    flex-grow: 1;
    margin-top: 50px;
    margin-left: 0px;
  }

  .page-wrapper .sidebar .featured {
    position: relative !important;
  }

  .page-wrapper .content {
    margin-top: 50px;
    width: 100% !important;
    flex-grow: 1;
  }
}
.upcoming-races {
  background-color: #F0f0f0;
  padding: 15px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.upcoming-races h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}

.upcoming-races .slides-wrapper .slide {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}

.upcoming-races .slides-wrapper .slide a {
  display: block;
  width: 45%;
  margin: 8px 10px;
  box-shadow: 0px 0px 0px #333;
}

.upcoming-races .slides-wrapper .slide a img {
  width: 100%;
}

.upcoming-races .slides-wrapper .slide.showing {
  display: flex !important;
}

.upcoming-races .slides-wrapper .slide-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.upcoming-races .slides-wrapper .slide-nav a {
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #000000;
  margin: 0px 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.upcoming-races .slides-wrapper .slide-nav a:hover {
  transform: scale(1.5);
}

.upcoming-races .slides-wrapper .slide-nav a.active {
  background-color: #3A5DE0;
  transform: scale(1) !important;
}

.em {
  font-weight: bold;
}

@media (max-width: 600px) {
  .upcoming-races .slides-wrapper .slide a {
    width: 100%;
  }
}
div.results-table {
  display: none;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.race-box {
  margin-top: 25px;
}

.race-box .race-img {
  box-shadow: 0;
  position: relative;
  
}

.race-box .race-img img {
  width: 100%; /* Ensure the image scales down to fit within its container */
  height: auto; /* Maintain the aspect ratio */
}

.race-box .details p, .race-box .details h2, .race-box .details h3 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

.race-box .details p.date {
  margin-top: 0px;
  color: #54565A;
}

.race-box .details h2, .race-box .details h3 {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 5px;
}

.race-box .details p.details {
  color: #54565A;
}

.race-box .buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.race-box .buttons a {
  display: block;
  padding: 10px 35px;
  font-size: 18px;
  background-color: #181818;
  border-radius: 50px;
  color: white;
  text-decoration: none !important;
  margin-right: 20px;
  margin-top: 20px;
  transition: all 0.3s;
}

.race-box .buttons a:hover {
  opacity: 0.7;
}

.race-box .buttons a.photos {
  background-color: #3A5DE0;
  padding: 10px 55px;
}

.race-box.padded-bg {
  background-color: #F0f0f0;
  padding: 15px;
}

.race-box.padded-bg p.address {
  margin-top: 10px;
  line-height: 1;
}

.race-box.colored {
  background-color: #F0f0f0;
  padding: 20px;
}
@media (max-width: 767px) {
  .race-box .race-img {
      text-align: center; /* Center the image */
      margin-bottom: 0px; /* Reduce space below the image */
      padding: 0; /* Remove any extra padding if present */
  }

  .race-box .race-img img {
      max-width: 50%; /* Ensure image fits within container */
      height: auto; /* Maintain aspect ratio */
  }

  .race-box .details {
      text-align: center; /* Center content for mobile */
      margin: 0; /* Remove any extra margin around the details */
      padding: 0; /* Remove any extra padding if present */
  }

  .race-box .details h2 {
      font-size: 20px;
      margin-bottom: 0px; /* Reduce space below the title */
  }

  .race-box .details p, 
  .race-box .details h3 {
      font-size: 14px;
      margin-bottom: 0px; /* Reduce space below paragraphs and headings */
  }
  .race-box .buttons {
    display: flex;
    justify-content: center; /* Center items horizontally */
    flex-wrap: wrap; /* Allow wrapping of items if needed */
    gap: 10px; /* Optional: space between buttons */
    margin-top: 5px; /* Space above the buttons */
}

.race-box .buttons a {
    font-size: 16px;
    padding: 8px 20px;
    text-align: center; /* Center text within the button */
    display: inline-block; /* Ensure buttons are treated as inline blocks */
    margin: 0; /* Remove extra margins */
}
}



.pill {
  border: 0px;
  outline: 0px;
  color: white;
  background-color: #3A5DE0;
  display: inline-block;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
}

.total-card .card-header {
  background-color: #3A5DE0;
  color: white;
}

.total-card .card-header .card-text {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.2em;
}

.total-card .card-body .line-items p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.total-card .card-body .line-items p.donation {
  transition: all 0.3s;
}

.total-card .card-body .line-items p.donation:hover {
  background-color: #F0f0f0;
}

.total-card .card-body .total p {
  display: flex;
  justify-content: flex-end;
}

.total-card .card-body .total p span.title {
  font-weight: bold;
  padding-right: 20px;
}

#loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

#loader img {
  height: 50px;
  width: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

#card-errors {
  color: red;
  padding: 8px 0px;
}

#card-element {
  margin: 15px 0px;
}

#card-element input {
  background-color: white;
}

ul.line-items-checkout {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  border-bottom: 1px dashed #F0f0f0;
}

ul.line-items-checkout li {
  padding: 8px 0px;
}

form.bold-labels label {
  font-weight: bold;
}

.card .card-header h3 span.date {
  font-size: 70%;
}

p.error-text {
  color: red;
}

.help-card .card-header h3 span {
  font-size: 70%;
}

.help-card form label {
  font-weight: bold;
}

.help-card form textarea.larger {
  min-height: 200px;
}

.submit-form-2 {
  display: none;
}

@media print {
  header, section.sidebar, footer {
    display: none;
  }

  .htmlReceipt {
    display: block !important;
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .htmlReceipt .printButton {
    display: none;
  }
}
table.race-photos-table {
  margin-top: 50px;
}

table.race-photos-table tbody tr td {
  vertical-align: middle;
}

table.race-photos-table img {
  width: 100%;
  max-width: 150px;
}

.fade-out {
  animation: fadeOut ease 8s;
  -webkit-animation: fadeOut ease 8s;
  -moz-animation: fadeOut ease 8s;
  -o-animation: fadeOut ease 8s;
  -ms-animation: fadeOut ease 8s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.htmlReceipt {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.htmlReceipt .header {
  border-top: 15px solid #3A5DE0;
  display: flex;
  padding: 15px;
  border-left: 5px solid #F0f0f0;
  border-right: 5px solid #F0f0f0;
  justify-content: space-between;
  align-items: center;
}

.htmlReceipt .header .customer, .htmlReceipt .header .company {
  width: 50%;
}

.htmlReceipt .header .customer {
  text-align: right;
  line-height: 1.2;
}

.htmlReceipt .header .customer h3 {
  font-size: 20px;
  font-weight: bold;
}

.htmlReceipt .header .customer p {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}

.htmlReceipt .header .customer p.name {
  font-weight: bold;
}

.htmlReceipt .header .customer p.date {
  margin-top: 10px;
}

.htmlReceipt .header .company img {
  width: 100%;
  display: block;
  max-width: 150px;
}

.htmlReceipt .header .company p {
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
  font-size: 18px;
}

.htmlReceipt .header .company p.address {
  font-weight: bold;
  margin-top: 5px;
}

.htmlReceipt .header .company p.phone {
  margin-top: 5px;
}

.htmlReceipt .header .company p.email {
  font-style: italic;
  margin-top: 5px;
}

.htmlReceipt .body {
  border: 5px solid #F0f0f0;
}

.htmlReceipt .body .intro {
  background-color: #F0f0f0;
  text-align: center;
  padding: 15px;
}

.htmlReceipt .body .intro h3 {
  font-weight: bold;
  font-size: 20px;
}

.htmlReceipt .body .intro h3 span {
  font-size: 26px;
}

.htmlReceipt .body .intro h4 {
  font-size: 18px;
}

.htmlReceipt .body .line-items table thead tr th {
  background-color: #54565A !important;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.htmlReceipt .body .printButton a {
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #3A5DE0;
  color: white;
  font-size: 20px;
  text-decoration: none !important;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s;
}

.htmlReceipt .body .printButton a:hover {
  opacity: 1;
}

footer.main {
  background-color: #181818;
  color: #FFFFFF;
  padding: 15px;
  position: relative;
  z-index: 10;
  margin-top: 75px;
}

footer.main div.copy, footer.main div.social {
  padding: 25px 0px;
}

footer.main div.social ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}

footer.main div.social ul li a {
  color: #000000;
  display: block;
  margin-left: 15px;
  height: 35px;
  line-height: 35px;
  text-decoration: none !important;
  font-weight: bold;
  transition: all 0.3s;
}

footer.main div.social ul li a:hover {
  opacity: 0.8;
}

footer.main div.social ul li a .icon {
  margin-right: 5px;
}

footer.main div.social ul li a.nomar {
  margin: 0px !important;
}

footer.main div.social ul li a.social {
  width: 35px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 22px;
  transition: all 0.3s;
}

footer.main div.social ul li a.social:hover {
  opacity: 0.8;
}

footer.main div.social ul li a.social.fb {
  background-color: #3b5998;
}

footer.main div.social ul li a.social.ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.race-info-box {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.race-info-box .box-heading {
  background-color: #3A5DE0;
  color: white;
  padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
}

.race-info-box .box-heading h3 {
  color: white;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.center-text {
  text-align: center;
}

.race-info-box .subheading {
  display: flex;
}

.race-info-box .subheading a {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #428B19;
  color: white;
  text-align: center;
  font-size: 20px;
  text-decoration: none !important;
  transition: all 0.3s;
}

.race-info-box .subheading a:hover {
  opacity: 0.7;
}

.race-info-box .subheading a:last-of-type {
  background-color: #4752BA;
  opacity: 1.0;
}

.race-info-box .subheading a:last-of-type:hover {
  opacity: 0.9;
}

.race-info-box .race-content .ws {
  display: flex;
  flex-wrap: wrap;
}

.race-info-box .race-content .ws .where, .race-info-box .race-content .ws .when, .race-info-box .race-content .ws .what, .race-info-box .race-content .ws .social-linkage, 
.race-info-box .race-content .ws .qrcode {
  width: 50%;
  background-color: #F0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 15px;
  transition: all 0.3s;
}


.race-info-box .race-content .ws .where:hover, .race-info-box .race-content .ws .when:hover, .race-info-box .race-content .ws .what:hover, .race-info-box .race-content .ws .social-linkage:hover {
  background-color: #d1d1d1;
}

.race-info-box .race-content .ws .where:hover > h3, .race-info-box .race-content .ws .when:hover > h3, .race-info-box .race-content .ws .what:hover > h3, .race-info-box .race-content .ws .social-linkage:hover > h3 {
  color: #54565A;
}

.qr-code-link {
  margin-left: auto;
}
.race-info-box .race-content .ws .where h3, .race-info-box .race-content .ws .where p, .race-info-box .race-content .ws .when h3, .race-info-box .race-content .ws .when p, .race-info-box .race-content .ws .what h3, .race-info-box .race-content .ws .what p, .race-info-box .race-content .ws .social-linkage h3, .race-info-box .race-content .ws .social-linkage p {
  margin: 0px;
  padding: 0px;
}

.race-info-box .race-content .ws .where h3, .race-info-box .race-content .ws .when h3, .race-info-box .race-content .ws .what h3, .race-info-box .race-content .ws .social-linkage h3, .race-info-box .race-content .ws .qrcode h3 {
  font-size: 35px;
  color: #d1d1d1;
  font-weight: bold;
  transition: all 0.3s;
}

.race-info-box .race-content .ws .where p, .race-info-box .race-content .ws .when p, .race-info-box .race-content .ws .what p, .race-info-box .race-content .ws .social-linkage p {
  font-size: 20px;
  color: #54565A;
}

.race-info-box .race-content .ws .where, .race-info-box .race-content .ws .social-linkage {
  border-top: 4px solid white;
  width: 50%;
}

.race-info-box .race-content .ws .when, .race-info-box .race-content .ws .where {
  border-right: 2px solid white;
}

.race-info-box .race-content .ws .what, .race-info-box .race-content .ws .social-linkage {
  border-left: 2px solid white;
}

.race-info-box .race-content .ws .social-linkage .icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.race-info-box .race-content .block {
  padding: 15px;
}

.race-info-box .race-content .block h3 {
  font-size: 30px;
  color: #3A5DE0;
  font-weight: bold;
}

.race-info-box .race-content .block a.button {
  display: inline-block;
  padding: 5px 25px;
  font-size: 16px;
  background-color: #181818;
  border-radius: 50px;
  color: white;
  text-decoration: none !important;
  transition: all 0.3s;
}

.race-info-box .race-content .block a.button:hover {
  opacity: 0.7;
}

.form-box {
  padding: 15px;
  background-color: #F0f0f0;
  margin-top: 40px;
  margin-bottom: 50xp;
}

.form-box .content {
  width: 100%;
}

.choose-year, .choose-month {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.choose-year a, .choose-month a {
  background-color: #d1d1d1;
  color: #000000;
  display: block;
  text-align: center;
  padding: 40px 15px;
  border-radius: 5px;
  width: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  text-decoration: none !important;
  transition: all 0.3s;
}

.choose-year a:hover, .choose-month a:hover {
  background-color: #F0f0f0;
  font-weight: bold;
  transform: scale(1.05);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.choose-month a {
  font-size: 28px;
  font-weight: 400 !important;
}

@media (max-width: 600px) {
  .choose-year, .choose-month {
    justify-content: center;
  }
}
.finishers-header {
  margin-top: 20px;
}

.finishers-header h2 {
  margin: 0px;
  padding: 15px;
  background-color: #d1d1d1;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
}

.finishers {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  color: white;
  text-align: center;
  font-size: 24px;
}

.finishers div {
  flex-grow: 1;
}

.finishers div.total {
  background-color: #3D8219;
  font-size: 32px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.finishers div.breakdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.finishers div.male {
  background-color: #3361E9;
  padding: 15px;
}

.finishers div.female {
  background-color: #BB3219;
  padding: 15px;
}

.finishers div.total, .finishers div.male, .finishers div.female {
  transition: all 0.3s;
  cursor: pointer;
}

.finishers div.total:hover, .finishers div.male:hover, .finishers div.female:hover {
  opacity: 0.8;
}

.view-buttons-wrapper {
  display: flex;
  justify-content: flex-start; /* Left-align the buttons */
  flex-wrap: wrap;
  margin-bottom: 20px; /* Add margin below for spacing */
}

.view-buttons-wrapper a {
  padding: 10px 30px;
  background-color: #3c8dbc;
  color: #FFFFFF;
  border-radius: 30px;
  margin: 10px; /* Add margin for spacing between buttons */
  text-decoration: none !important;
  text-align: center;
  width: 200px; /* Fixed width */
  transition: all 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
}

.view-buttons-wrapper a:hover {
  opacity: 0.8;
  transform: translateY(-2px); /* Slight lift effect on hover */
}

/* Optional: Uncomment if you want to style the last button 
.view-buttons-wrapper a:last-of-type {
  background-color: #f39c12;
}*/



h3.mock-table-header {
  margin: 0px;
  padding: 5px 0px;
  background-color: #d1d1d1;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 15px;
}

.leaderboard-tables {
  border: 1px solid #F0f0f0;
}

.leaderboard-tables h2 {
  margin: 0px;
  padding: 25px 15px;
  background-color: #d1d1d1;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
}

.leaderboard-tables .tables {
  display: flex;
  justify-content: space-between;
}

.leaderboard-tables .tables .table {
  padding: 15px;
  flex-grow: 1;
}

.leaderboard-tables .tables .table h3 {
  text-align: center;
}

@media (max-width: 900px) {
  .leaderboard-tables .tables {
    flex-wrap: wrap;
  }
}
.nm-t {
  margin-top: 0px;
}

.month-choose .month {
  margin-bottom: 25px;
}

.month-choose .month .month-header {
  background-color: #d1d1d1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s;
}

.month-choose .month .month-header:hover {
  background-color: #54565A;
  color: #FFFFFF;
}

.month-choose .month .month-header h2 {
  text-align: center;
  padding: 25px 15px;
  font-size: 30px;
  font-weight: bold;
}

.month-choose .month .month-header.active {
  background-color: #3A5DE0;
  color: white;
}

.month-choose .month .month-body {
  display: none;
}

.copy-div label {
  font-weight: bold;
  font-size: 110%;
}

.div-nm {
  color: #3A5DE0;
}

.div-nm h3 {
  color: #3A5DE0;
}

.resultsModal .modal-header {
  background-color: #D1D1D1;
  text-align: center !important;
}

.resultsModal .modal-header h5 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  text-align: center !important;
}

.resultsModal button.cust {
  background-color: #3c8dbc;
  border: 0px;
  outline: 0px;
  border-radius: 30px;
  padding: 8px 40px !important;
  display: inline-block;
  color: white;
  font-weight: bold;
}

.resultsModal .row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.resultsModal .row-wrap .icon {
  color: #9E9E9E;
  font-size: 40px;
  width: 65px;
}

.resultsModal .row-wrap .fields {
  flex-grow: 1;
}

.resultsModal .row-wrap .fields .cols2 {
  display: flex;
  justify-content: space-between;
}

.resultsModal .row-wrap .fields .cols2 div {
  width: 48%;
}

.resultsModal .row-wrap input, .resultsModal .row-wrap textarea {
  display: block;
  border: 0px;
  outline: none !important;
  border-bottom: 1px solid #9E9E9E;
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}

.gallery-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-wrapper div.wrap {
  overflow: hidden;
  width: 25%;
  flex-grow: 1;
  height: 300px;
  border: 2px solid white;
}

.gallery-wrapper div.img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all 0.3s;
}

.gallery-wrapper div.img:hover {
  transform: scale(1.4);
}

@media (max-width: 1000px) {
  .gallery-wrapper div.wrap {
    width: 33%;
  }
}
@media (max-width: 650px) {
  .gallery-wrapper div.wrap {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .gallery-wrapper div.wrap {
    width: 100%;
  }
}
.pop-up-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12;
  display: none;
}

.pop-up-wrapper .overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 13;
}

.pop-up-wrapper div.slide-wrap {
  position: fixed;
  height: 95%;
  width: 80%;
  top: 2.5%;
  left: 10%;
  z-index: 14;
  display: none;
}

.pop-up-wrapper div.slide-wrap .img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation-name: widenImg;
  animation-duration: 1s;
}

.pop-up-wrapper div.slide-wrap .img .close-it {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 15px;
  color: white;
  background-color: black;
  z-index: 15;
  font-weight: bold;
  font-size: 25px;
  transition: all 0.3s;
}

.pop-up-wrapper div.slide-wrap .img .close-it:hover {
  cursor: pointer;
  background-color: #3A5DE0;
}

.pop-up-wrapper div.slide-wrap .img .caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex !important;
  align-items: center;
}

.pop-up-wrapper div.slide-wrap .img .caption .info, .pop-up-wrapper div.slide-wrap .img .caption .social {
  width: 50%;
}

.pop-up-wrapper div.slide-wrap a.next, .pop-up-wrapper div.slide-wrap a.prev {
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  line-height: 60px;
  position: fixed;
  top: 50%;
  border-radius: 50%;
  font-size: 30px;
  margin-top: -30px;
  z-index: 16;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}

.pop-up-wrapper div.slide-wrap a.next:hover, .pop-up-wrapper div.slide-wrap a.prev:hover {
  opacity: 1;
}

.pop-up-wrapper div.slide-wrap a.next {
  right: 1%;
}

.pop-up-wrapper div.slide-wrap a.prev {
  left: 1%;
}

.card-step {
  display: none;
}

.card-step .progress {
  margin-bottom: 15px;
}

.info-card .card-header {
  text-align: center;
}

.info-card .card-header h2 {
  text-align: center;
  text-transform: uppercase;
}

a.btn-primary {
  color: white;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}

.resp-sharing-button {
  border-radius: 50%;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
}

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

@media (max-width: 1000px) {
  .actions-wrapper {
    width: 100% !important;
  }
}
p.cta-reg {
  font-size: 1.5em;
  font-weight: 500;
  background-color: #F0f0f0;
  padding: 15px;
}

.actions-wrapper {
  margin-bottom: 10px;
  width: 100%;
}

.actions-wrapper .actions-toggler {
  background-color: white;
  border: 1px solid blue;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.actions-wrapper .actions-list {
  background-color: white;
  display: none;
}

.actions-wrapper .actions-list .flex-wrapper {
  display: flex;
}

.actions-wrapper .actions-list .flex-wrapper ul {
  width: 50%;
}

.actions-wrapper .actions-list ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.actions-wrapper .actions-list ul li {
  display: flex;
}

.actions-wrapper .actions-list ul li .icond {
  padding-right: 20px;
}

.actions-wrapper .actions-list ul li a {
  color: #54565A;
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  text-decoration: none !important;
  transition: all 0.3s;
}

.actions-wrapper .actions-list ul li a:hover {
  background-color: #F0f0f0;
}

@-webkit-keyframes widenImg {
  0% {
    left: 50%;
    width: 0%;
  }
  100% {
    left: 0px;
    width: 100%;
  }
}
@keyframes widenImg {
  0% {
    left: 50%;
    width: 0%;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.participant-result-page {
  background-color: #f6f6f6;
  min-height: 200px;
  padding: 30px;
}

.participant-result-page h2.heading {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
.participant-result-page h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: right;
}

.participant-result-page h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}

.participant-result-page h3.location {
  color: #5e5e5e;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}

.participant-result-page a.mock-cert {
  display: block;
  border: 2px dashed #3A5DE0;
  background-color: #3A5DE0;
  color: white;
  margin-top: 35px;
  padding: 25px 15px;
  text-align: center;
  font-size: 26px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.5s;
}

.participant-result-page a.mock-cert:hover {
  opacity: 0.7;
}

.participant-result-page .cert {
  border: 5px dashed #181818;
  background-color: white;
  margin-top: 35px;
  position: relative;
}

.participant-result-page .cert:hover > .certOverlay {
  display: flex !important;
}

.participant-result-page .cert .certOverlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
}

.participant-result-page .cert .certOverlay a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #3A5DE0;
  color: white;
  font-size: 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #000;
  text-decoration: none !important;
}

.participant-result-page .cert .logo {
  padding: 25px;
  padding-left: 50px;
  padding-right: 50px;
  
}

.participant-result-page .cert .logo img {
  width: 100%;
  opacity: 0.7;
}

.participant-result-page .cert .body h3.name {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}

.participant-result-page .cert .body h2.raceName {
  padding: 15px;
  background-color: #3A5DE0;
  color: white;
  font-size: 22px;
  text-align: center;
}

.participant-result-page .cert .body h3.time {
  font-size: 68px;
  text-align: center;
  padding: 15px;
  padding-top: 25px;
  font-weight: bold;
}

.participant-result-page .cert .body h4.date {
  padding: 15px;
  padding-top: 0px;
  text-align: center;
  font-size: 28px;
}

.participant-result-page .cert .body .totals {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
}

.participant-result-page .cert .body .totals div {
  padding: 10px;
}

.participant-result-page .cert .body .totals .total {
  flex-basis: 100%;
  flex-grow: 1;
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.participant-result-page .cert .body .totals .age, .participant-result-page .cert .body .totals .sex {
  flex-basis: 50%;
}

.participant-result-page .cert .body .totals .age {
  border-left: 1px solid #d1d1d1;
}

.participant-result-page .info span.ltxt {
  font-size: 34px;
}


.scoreboard .body {
  background-color: green;
}

.coupon_wrapper {
  display: flex;
  justify-content: space-between;
}

p#couponFeedback {
  color: red;
  font-weight: bold;
}

.bootstrap-select>.dropdown-toggle {
    background-color: white;
    border: 1px solid #c5ccd6;
}

.ad-link-input::placeholder {
    color: rgb(150, 150, 150) !important;
}

@media (min-width: 968px){
  .checkout-card {
    min-width: 850px; 
  }
}
  
    

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

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