/* FOOTER */
#skip-footer {
  background: #fff;
  color: #313131;
  font-weight: 600;
  padding: .75em 1.5em;
  text-decoration: none;
}
#footerInfo {
  padding: 0 1em;
}
.footer-info-center {
  max-width: 112.5em;
}
#footer-logo-link {
  max-width: 7.75em;
}
.footer-text {
  color: #606060;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.7143em;
  max-width: 24em;
  margin: 0;
}
.footer-text b,
.footer-text strong {
  color: #313131;
  font-weight: 700;
}
.footer-text a {
  color: inherit;
  text-decoration: none;
}
.footer-text a:hover,
.footer-text a:focus-visible {
  color: #DE2516;
  text-decoration: underline;
}
.footer-social {
  color: #313131;
  height: 1.4em;
  text-decoration: none;
  width: 1.4em;
}
.footer-social img,
.footer-social svg {
  display: inline-block;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  width: auto;
}
#footer-copyright p {
  color: #606060;
  font-size: .75em;
  line-height: 1.2em;
  margin: 0;
}
.atlas-privacy-links {
    max-width: none;
    font-size: 0.75em;
}

/* UPCOMING EVENTS DESIGN */

.upcoming-events-section {
  margin: 0 auto;
  max-width: 120em;
  padding: 2.5em 1em;
}
.upcoming-events-row {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.upcoming-events-first-column {
  display: flex;
  width: 100%;
}
.events-content-card,
.footer-blank-card {
  border-radius: 1.425em;
  background: linear-gradient(286deg, #06233B 2.49%, #1060A1 142.66%);
  color: #fff;
  padding: 1.5625em 1.875em;
  position: relative;
  width: 100%;
  z-index: 1;
}
.events-content-card .logo-icon {
  display: inline-block;
  margin-bottom: 1.25em;
}
.event-content-heading {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.5em;
  max-width: 9.375em;
}
.event-content-desc,
.video-btn span {
  color: #C9E4FB;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 2.666666em;
}
.features-buttons {
  margin-bottom: 2.875em;
}
.features-buttons,
.video-btn {
  align-items: center;
  display: flex;
  gap: 1.875em;
}
.video-btn {
  gap: 0.5em;
  text-decoration: none;
}
.video-btn-icon {
  align-items: center;
  background: #1F598A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  height: 1.65em;
  min-width: 1.65em;
  width: 1.65em;
}
.video-btn-icon svg g path {
  fill: #fff;
}
.event-content-button {
  border-radius: 8em;
  background: #DE2516;
  box-shadow: 0px 3.054px 15.268px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.upcoming-events-second-column {
  border: 1px solid #FFF;
  border-radius: 1.875em;
  background: linear-gradient(284deg, #000 8.67%, #666 116.66%);
  display: flex;
  width: 100%;
}
.footer-blank-card {
  background: transparent !important;
  height: 100%;
}
.event-list-card {
  border-radius: 0 1.875em 1.875em 0;
  background: #00193E;
  color: #FFF;
  display: none;
  margin-left: -3em;
  padding: 1.5625em 1.875em 1.5625em 5em;
  width: 100%;
}
.event-list {
  align-items: flex-end;
  border-bottom: 1px solid #284358;
  display: flex;
  gap: 0.5em;
  justify-content: space-between;
  padding: 1.25em 0;
  position: relative;
}
.event-list:first-child {
  padding-top: 0;
}
.event-list a {
  color: #fff;
  text-decoration: none;
}
.event-list-heading {
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 2px;
}
.event-list-date {
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0;
  opacity: 0.7;
}
.register-button {
  border-radius: 10em;
  border: 1.5px solid #79A9F5;
  background: transparent;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  padding: 0.179em 0.787em;
  text-decoration: none;
}
.show-more {
  margin-top: 0.875em;
}
.show-more .register-button {
  color: #79A9F5;
  text-decoration: none;
}
.footer-blank-card .event-content-desc {
  color: #CECECE;
}
.upcoming-events-second-column .event-list-card {
  background: transparent;
}
.upcoming-events-second-column .event-list-card .event-list {
  align-items: flex-start;
  border-color: #666;
}
.upcoming-events-second-column .event-list-card .event-list svg {
  min-width: 1.5em;
}
.upcoming-events-second-column .event-list-card .event-list:last-child {
  border: 0;
  padding-bottom: 0;
}
.upcoming-events-second-column .event-list-card .event-list .event-list-heading {
  max-width: 13em;
  margin: 0.1em 0;
}


/* MEDIA */
@media (min-width: 576px) {
  #footerInfo {
    padding: 0 1.875em;
  }
}
@media (min-width: 768px) {
  #footerInfo {
    padding: 0 2.5em;
  }
  .upcoming-events-section {
    padding: 3.5em 1.05em;
  }
  .event-list-card {
    display: block;
  }
  .event-content-button {
    background: #DE2516;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 1em;
    padding: 0.594em 1.665em;
    transition: all 0.2s ease-in-out;
    width: fit-content;
  }
  .event-content-button:hover {
    background: #c21d10;
  }
}
@media (min-width: 992px),
print and (min-width: 992px) {
  .footer-text {
    line-height: 1.3333em;
  }
  .upcoming-events-section {
    padding: 3.5em 1.875em;
  }
  .event-content-heading {
    font-size: 1.5em;
    margin-bottom: 0.2em;
  }
  .events-content-card, 
  .footer-blank-card {
    background: linear-gradient(286deg, #052455 2.49%, #0E559E 142.66%);
    border-radius: 1.875em;
    padding: 2.25em 2.8125em 2.25em 2.8125em;
  }
  .event-content-desc, .video-btn span {
    font-size: 0.875em;
    line-height: 1.5em;
  }
  .event-content-desc {
    max-width: 23em;
    margin-bottom: 2.29em;
  }
  .video-btn-icon {
    background: #79A9F5;
    height: 2em;
    min-width: 2em;
    width: 2em;
  }
  .video-btn-icon svg g path {
    fill: #00193E;
  }
  .events-content-card .logo-icon {
    margin-bottom: 1.5em;
  }
  .events-content-card .logo-icon svg {
    height: 22px;
    width: 20px;
  }
  .features-buttons {
    margin-bottom: 3.8125em;
  }
  .event-list-card {
    padding: 3.375em 2.075em 3.375em 4.8em;
  }
  .show-more .register-button {
    padding: 0.322em 1.16em;
  }
}
@media (min-width: 1200px),
print and (min-width: 1200px) {
  #footerInfo {
    padding: 0 3.125em;
  }
  .upcoming-events-section {
    padding: 4em 3.125em;
  }
  #footer-logo-link {
    max-width: 10em;
  }
  .footer-text {
    font-size: 1em;
  }
  .upcoming-events-second-column {
    width: 100%;
  }
}
@media (min-width: 1400px),
print and (min-width: 1400px) {
  #footerInfo {
    padding: 0 3.75em;
  }
  .upcoming-events-section {
    padding: 4.625em 3.75em;
  }
  #footer-logo-link {
    max-width: 12.5em;
  }
  .footer-text {
    font-size: 1.125em;
  }
  .footer-social {
    height: 1.5em;
    width: 1.7em;
  }
  #footer-copyright p {
    font-size: .875em;
  }
  .upcoming-events-second-column {
    width: 80%;
  }
  .events-content-card, .footer-blank-card {
    padding: 2.25em 2em 2.125em 2em;
  }
  .event-list-card {
    padding: 3.375em 2em 3.375em 5.5em;
  }
  .upcoming-events-row {
    flex-direction: row;
    gap: 1.5em;
  }
}
@media (min-width: 1500px),
print and (min-width: 1500px) {
  .upcoming-events-second-column {
    width: 90%;
  }
  .features-buttons {
    gap: 2.5em;
  }
  .event-list {
    padding: 1.35em 0;
  }
  .event-content-heading {
    font-size: 2em;
  }
  .events-content-card, .footer-blank-card {
    padding: 2.25em 2.8125em 2.125em 2.8125em;
  }
  .event-list-card {
    padding: 3.375em 3.875em 3.375em 6.5em;
  }
}
@media (min-width: 1800px),
print and (min-width: 1800px) {
  .upcoming-events-second-column {
    width: 100%;
  }
}