/* Dark color for header elements on white background */
* {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  height: auto;
}

body {
  font-family: "overpass-variable", sans-serif !important;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

h1 {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 64px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 48px !important;
  }
}

h2 {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 56px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 40px !important;
  }
}

h3 {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 48px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 32px !important;
  }
}

h4 {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 40px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 24px !important;
  }
}

h5 {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 32px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 20px !important;
  }
}

h6 {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 24px !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 576px) {
  h6 {
    font-size: 18px !important;
  }
}

a {
  text-decoration: none !important;
}

.ifp-section {
  display: flex;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-origin: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .ifp-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ifp-section .ifp-section-container {
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.ifp-section .ifp-section-container.h-align-left {
  justify-content: left;
}
.ifp-section .ifp-section-container.h-align-center {
  justify-content: center;
}
.ifp-section .ifp-section-container.h-align-right {
  justify-content: right;
}
.ifp-section .ifp-section-container.v-align-top {
  align-items: start;
}
.ifp-section .ifp-section-container.v-align-center {
  align-items: center;
}
.ifp-section .ifp-section-container.v-align-bottom {
  align-items: end;
}
@media screen and (max-width: 768px) {
  .ifp-section .ifp-section-container .ifp-section-content {
    width: 100% !important;
  }
}
.ifp-section .background-video-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ifp-section .background-video-cover .background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ifp-heading {
  padding-bottom: 0;
}

.ifp-paragraph p {
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.ifp-paragraph ul {
  padding: 15px 25px;
}
.ifp-paragraph ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.ifp-paragraph ol {
  padding: 15px 25px;
}
.ifp-paragraph ol li {
  list-style: auto;
  margin-bottom: 5px;
}
.ifp-paragraph.font-small {
  font-size: 16px;
}
.ifp-paragraph.font-small p {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .ifp-paragraph.font-small p {
    font-size: 14px;
  }
}
.ifp-paragraph.font-medium {
  font-size: 18px;
}
.ifp-paragraph.font-medium p {
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .ifp-paragraph.font-medium p {
    font-size: 16px;
  }
}
.ifp-paragraph.font-large {
  font-size: 20px;
}
.ifp-paragraph.font-large p {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .ifp-paragraph.font-large p {
    font-size: 18px;
  }
}

.ifp-buttons button {
  cursor: pointer;
  padding: 12px 25px;
  font-family: "industry", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-style: solid;
  border-width: 2px;
  transition: opacity 0.12s ease-in-out, transform 0.12s ease-in-out;
  letter-spacing: 1.5px;
}
.ifp-buttons button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 576px) {
  .ifp-buttons button {
    font-size: 16px;
  }
}
.ifp-buttons button.btn-outline {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 4px;
  border-left-color: #F2B207 !important;
  text-transform: uppercase;
}

.ifp-link a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #F2B207;
}

.ifp-image {
  width: 100%;
  height: 100%;
}
.ifp-image figure {
  width: 100%;
  height: 100%;
  text-align: center;
}
.ifp-image figure img {
  height: 100%;
  object-position: center;
}

/* Used to set vertical alignment for column layouts */
.ifp-section-container.v-align-top .ifp-column {
  justify-content: start;
}
.ifp-section-container.v-align-center .ifp-column {
  justify-content: center;
}
.ifp-section-container.v-align-bottom .ifp-column {
  justify-content: end;
}

.ifp-columns {
  display: grid;
}
.ifp-columns.ifp-two-columns {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 980px) {
  .ifp-columns.ifp-two-columns {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ifp-columns.ifp-three-columns {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 980px) {
  .ifp-columns.ifp-three-columns {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 980px) {
  .ifp-columns {
    gap: 30px !important;
  }
}
.ifp-columns .ifp-column {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .ifp-columns .ifp-column {
    align-items: flex-start;
  }
}

.ifp-iridium_services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: start;
  margin: auto;
  width: 100%;
  height: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 1087px) {
  .ifp-iridium_services {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
@media screen and (max-width: 576px) {
  .ifp-iridium_services {
    grid-template-columns: 1fr;
  }
}
.ifp-iridium_services .card.service_item {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: flex-start;
  height: 100%;
  text-align: left;
  border: 1px solid #d0d5dd;
}
.ifp-iridium_services .card.service_item .service_icon {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d0d5dd;
}
.ifp-iridium_services .card.service_item .service_icon img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.ifp-iridium_services .card.service_item .service_details {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 20px;
}
.ifp-iridium_services .card.service_item .service_details .service_title {
  min-height: 5rem;
  margin-top: 24px;
  color: #1d2939;
  font-weight: 450;
}
.ifp-iridium_services .card.service_item .service_details .service_title h6 {
  font-family: "overpass-variable", sans-serif;
  font-weight: 500 !important;
  line-height: 1.2;
  padding-bottom: 0;
}
.ifp-iridium_services .card.service_item .service_details .service_summary {
  flex-grow: 1;
  color: #6b7280;
  font-size: 14px;
  line-height: 18px;
  font-weight: 450;
  margin-top: 8px;
}
@media screen and (max-width: 576px) {
  .ifp-iridium_services .card.service_item .service_details .service_summary {
    min-height: auto;
  }
}
.ifp-iridium_services .card.service_item .service_details .service_link {
  margin: 20px 0 25px;
}
.ifp-iridium_services .card.service_item .service_details .service_link .details_button {
  font-family: "industry", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 0 5px;
  color: #2a2a2a;
  border-bottom: 2px solid #F2B207;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.ifp-message_board-wrapper {
  width: 100%;
  max-width: calc(100vw - 120px);
  margin: 0 auto;
  overflow: visible;
  box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper {
    max-width: calc(100vw - 60px);
  }
}
.ifp-message_board-wrapper .ifp-message_board {
  display: flex;
  gap: 24px;
  overflow-x: hidden;
  overflow-y: visible;
  margin-bottom: 48px;
  width: 100%;
  max-width: 100%;
  touch-action: pan-y;
  overscroll-behavior-x: none;
  pointer-events: auto;
}
@media screen and (max-width: 980px) {
  .ifp-message_board-wrapper .ifp-message_board {
    overflow-x: scroll !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    touch-action: pan-x !important;
    overscroll-behavior-x: auto;
    gap: 20px;
    margin-bottom: 36px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ifp-message_board-wrapper .ifp-message_board::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .ifp-message_board {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.ifp-message_board-wrapper .ifp-message_board .message_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 378px;
  max-width: 378px;
  height: 404px;
  background: #393F5D;
  border-radius: 4px;
  padding: 32px;
  text-decoration: none;
  color: inherit;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item {
    min-width: 320px;
    max-width: 320px;
    height: 360px;
    padding: 28px;
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item {
    min-width: 280px;
    max-width: 280px;
    height: 320px;
    padding: 24px;
    scroll-snap-align: start;
  }
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_header {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_header {
    margin-bottom: 24px;
  }
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_type_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_type_icon {
    width: 30px;
    height: 30px;
  }
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_type_icon svg {
  width: 35px;
  height: 35px;
  fill: #F2B207 !important;
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_type_icon svg {
    width: 30px;
    height: 30px;
  }
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_type_icon svg * {
  fill: #F2B207 !important;
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_important_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_important_icon {
    width: 30px;
    height: 30px;
  }
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_important_icon svg {
  width: 35px;
  height: 35px;
  fill: #F2B207 !important;
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_important_icon svg {
    width: 30px;
    height: 30px;
  }
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_header .message_important_icon svg * {
  fill: #F2B207 !important;
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_content {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_content .message_title {
  color: #FFFFFF;
  font-family: "overpass-variable", sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_content .message_title::after {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_content .message_title {
    font-size: 20px !important;
    letter-spacing: 0.4px;
    -webkit-line-clamp: 7;
  }
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_content .message_title {
    font-size: 18px !important;
    letter-spacing: 0.36px;
    -webkit-line-clamp: 6;
  }
}
.ifp-message_board-wrapper .ifp-message_board .message_item .message_footer .message_date {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
}
@media screen and (max-width: 980px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_footer .message_date {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .ifp-message_board .message_item .message_footer .message_date {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.18px;
  }
}
.ifp-message_board-wrapper .ifp-message_board .no_messages {
  width: 100%;
  padding: 40px;
  text-align: center;
}
.ifp-message_board-wrapper .ifp-message_board .no_messages h3 {
  color: #475467;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.ifp-message_board-wrapper .message_board-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .ifp-message_board-wrapper .message_board-controls {
    gap: 16px;
  }
}
.ifp-message_board-wrapper .message_board-controls .indicator-bars-container {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 0;
  pointer-events: none !important;
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: calc(100% - 114px);
}
.ifp-message_board-wrapper .message_board-controls .indicator-bars-container .indicator-bar {
  flex: 1;
  height: 4px;
  background: #e5e7eb;
  border-radius: 0;
  transition: background-color 0.4s ease;
  pointer-events: none !important;
  cursor: default;
}
.ifp-message_board-wrapper .message_board-controls .indicator-bars-container .indicator-bar.active {
  background: #F2B207;
  pointer-events: none !important;
}
.ifp-message_board-wrapper .message_board-controls .message_board-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
  pointer-events: auto !important;
  position: relative;
  z-index: 100;
  margin-left: auto;
}
.ifp-message_board-wrapper .message_board-controls .message_board-nav .nav-btn {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  user-select: none;
  cursor: pointer !important;
  position: relative;
  z-index: 101;
  pointer-events: auto !important;
}
.ifp-message_board-wrapper .message_board-controls .message_board-nav .nav-btn:hover:not(.disabled) {
  background: #f9fafb;
  border-color: #9ca3af;
  cursor: pointer !important;
}
.ifp-message_board-wrapper .message_board-controls .message_board-nav .nav-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.ifp-message_board-wrapper .message_board-controls .message_board-nav .nav-btn.disabled:hover {
  cursor: not-allowed !important;
}
.ifp-message_board-wrapper .message_board-controls .message_board-nav .nav-btn svg {
  width: 24px;
  height: 24px;
  pointer-events: none !important;
  position: relative;
  z-index: -1;
}
.ifp-message_board-wrapper .message_board-controls .message_board-nav .nav-btn svg * {
  pointer-events: none !important;
}

.ifp-upcoming_events {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  height: 100%;
}
.ifp-upcoming_events.no_events {
  grid-template-columns: auto;
  margin: 20px 0 10px 0;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events {
    gap: 20px;
  }
}
@media (max-width: 1148px) {
  .ifp-upcoming_events {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.ifp-upcoming_events .event_card {
  display: flex;
  flex-direction: column;
  color: #393f5d;
  padding: 20px 36px;
  background-color: #DADCE2;
  min-height: 300px;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card {
    padding: 20px 28px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card {
    padding: 20px 24px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card {
    padding: 20px;
    min-height: 250px;
  }
}
.ifp-upcoming_events .event_card .event_icon {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.ifp-upcoming_events .event_card .event_icon svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event_icon {
    width: 44px;
    height: 44px;
  }
  .ifp-upcoming_events .event_card .event_icon svg {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event_icon {
    width: 42px;
    height: 42px;
  }
  .ifp-upcoming_events .event_card .event_icon svg {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event_icon {
    width: 36px;
    height: 36px;
  }
  .ifp-upcoming_events .event_card .event_icon svg {
    width: 36px;
    height: 36px;
  }
}
.ifp-upcoming_events .event_card .event-dates {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event-dates {
    margin-top: 20px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event-dates {
    margin-top: 18px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event-dates {
    margin-top: 16px;
    gap: 6px;
  }
}
.ifp-upcoming_events .event_card .event-date-row,
.ifp-upcoming_events .event_card .event-year-row,
.ifp-upcoming_events .event_card .event-time-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.ifp-upcoming_events .event_card .event-date-row {
  gap: 6px;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event-date-row {
    gap: 5px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event-date-row {
    gap: 4px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event-date-row {
    gap: 4px;
  }
}
.ifp-upcoming_events .event_card .event-date-row .event-dates-sep {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  flex-shrink: 0;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event-date-row .event-dates-sep {
    font-size: 30px;
    line-height: 23px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event-date-row .event-dates-sep {
    font-size: 28px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event-date-row .event-dates-sep {
    font-size: 20px;
    line-height: 18px;
  }
}
.ifp-upcoming_events .event_card .event-year-row,
.ifp-upcoming_events .event_card .event-time-row {
  gap: 12px;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event-year-row,
  .ifp-upcoming_events .event_card .event-time-row {
    gap: 10px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event-year-row,
  .ifp-upcoming_events .event_card .event-time-row {
    gap: 8px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event-year-row,
  .ifp-upcoming_events .event_card .event-time-row {
    gap: 8px;
  }
}
.ifp-upcoming_events .event_card .event-year-row .event-dates-sep,
.ifp-upcoming_events .event_card .event-time-row .event-dates-sep {
  flex-shrink: 0;
}
.ifp-upcoming_events .event_card .event-year-row .event-dates-sep,
.ifp-upcoming_events .event_card .event-time-row .event-dates-sep {
  font-family: "overpass-variable", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event-year-row .event-dates-sep,
  .ifp-upcoming_events .event_card .event-time-row .event-dates-sep {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event-year-row .event-dates-sep,
  .ifp-upcoming_events .event_card .event-time-row .event-dates-sep {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event-year-row .event-dates-sep,
  .ifp-upcoming_events .event_card .event-time-row .event-dates-sep {
    font-size: 14px;
    line-height: 20px;
  }
}
.ifp-upcoming_events .event_card .event_date {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event_date {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event_date {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event_date {
    font-size: 20px;
    line-height: 20px;
  }
}
.ifp-upcoming_events .event_card .event_year {
  font-family: "overpass-variable", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event_year {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event_year {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event_year {
    font-size: 14px;
    line-height: 20px;
  }
}
.ifp-upcoming_events .event_card .event_time {
  font-family: "overpass-variable", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event_time {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event_time {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event_time {
    font-size: 12px;
    line-height: 18px;
  }
}
.ifp-upcoming_events .event_card .event_title {
  margin-top: auto;
  padding-top: 30px;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event_title {
    padding-top: 25px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event_title {
    padding-top: 24px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event_title {
    padding-top: 20px;
  }
}
.ifp-upcoming_events .event_card .event_title a {
  font-family: "overpass-variable", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #393f5d;
  text-decoration: none;
}
.ifp-upcoming_events .event_card .event_title a::after {
  display: none !important;
}
.ifp-upcoming_events .event_card .event_title a:hover {
  text-decoration: underline;
}
@media (max-width: 1248px) and (min-width: 1149px) {
  .ifp-upcoming_events .event_card .event_title a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1148px) and (min-width: 641px) {
  .ifp-upcoming_events .event_card .event_title a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  .ifp-upcoming_events .event_card .event_title a {
    font-size: 16px;
    line-height: 20px;
  }
}

.ifp-component.ifp-wysiwyg_title {
  width: 100%;
}
.ifp-component.ifp-wysiwyg_title .ifp-wysiwyg_title__title {
  border-radius: 7px 7px 0 0;
  border: 1px solid #D0D5DD;
  background: #24293B;
  color: #FFFFFF;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  padding: 20px 30px;
}
.ifp-component.ifp-wysiwyg_title .ifp-wysiwyg_title__content {
  border-radius: 0 0 8px 8px;
  border-right: 1px solid #D0D5DD;
  border-bottom: 1px solid #D0D5DD;
  border-left: 1px solid #D0D5DD;
  padding: 16px 30px;
}
.ifp-component.ifp-wysiwyg_title .ifp-wysiwyg_title__content a, .ifp-component.ifp-wysiwyg_title .ifp-wysiwyg_title__content li, .ifp-component.ifp-wysiwyg_title .ifp-wysiwyg_title__content p {
  font-family: "overpass-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: 0.36px;
}
.ifp-component.ifp-wysiwyg_title .ifp-wysiwyg_title__content a {
  color: #015EA0;
}
.ifp-component.ifp-wysiwyg_title .ifp-wysiwyg_title__content p, .ifp-component.ifp-wysiwyg_title .ifp-wysiwyg_title__content li {
  color: #344054;
}

.ifp-cards {
  display: grid;
}
.ifp-cards.ifp-cards--2 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64px;
  row-gap: 56px;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .ifp-cards.ifp-cards--2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ifp-cards.ifp-cards--2 {
    grid-template-columns: 1fr;
  }
}
.ifp-cards.ifp-cards--2 .ifp-card__image {
  padding: 0;
  height: 400px;
}
@media screen and (max-width: 980px) {
  .ifp-cards.ifp-cards--2 .ifp-card__image {
    height: 300px;
  }
}
.ifp-cards.ifp-cards--2 .ifp-card__image figure {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 980px) {
  .ifp-cards.ifp-cards--2 .ifp-card__image figure {
    width: 250px;
    height: 250px;
  }
}
.ifp-cards.ifp-cards--2 .ifp-card__meta {
  padding: 42px 36px 0;
}
@media screen and (max-width: 980px) {
  .ifp-cards.ifp-cards--2 .ifp-card__meta {
    padding: 24px 20px 0;
  }
}
.ifp-cards.ifp-cards--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .ifp-cards.ifp-cards--3 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 21px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .ifp-cards.ifp-cards--3 {
    grid-template-columns: 1fr;
  }
}
.ifp-cards.ifp-cards--3 .ifp-card__image {
  height: 296px;
  padding: 0 !important;
}
.ifp-cards.ifp-cards--3 .ifp-card__image figure {
  width: 220px;
  height: 220px;
}
.ifp-cards.ifp-cards--3 .ifp-card__meta {
  padding: 32px 48px 0;
}
.ifp-cards.ifp-cards--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
  margin: 32px 0;
}
@media screen and (max-width: 980px) {
  .ifp-cards.ifp-cards--4 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 21px;
    row-gap: 36px;
  }
}
@media screen and (max-width: 576px) {
  .ifp-cards.ifp-cards--4 {
    grid-template-columns: 1fr;
  }
}
.ifp-cards.ifp-cards--4 .ifp-card__image figure {
  width: 150px;
  height: 150px;
}
.ifp-cards.ifp-cards--4 .ifp-card__meta {
  padding: 24px 20px 0;
}
.ifp-cards .ifp-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: flex-start;
  height: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  overflow: hidden;
}
.ifp-cards .ifp-card__image {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.ifp-cards .ifp-card__image figure {
  border: 2px solid transparent;
}
.ifp-cards .ifp-card__image figure img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ifp-cards .ifp-card__image--focus {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-color: #d0d5dd;
  margin: 0;
}
.ifp-cards .ifp-card__image--focus img {
  border-radius: 50%;
}
.ifp-cards .ifp-card__meta {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ifp-cards .ifp-card__title {
  line-height: 1.2;
  padding-bottom: 0;
  font-size: 30px !important;
}
.ifp-cards .ifp-card__paragraph {
  flex-grow: 1;
  margin-top: 15px;
  overflow-wrap: anywhere;
}
.ifp-cards .ifp-card__paragraph p {
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 0.2px;
  padding-bottom: 0 !important;
}
.ifp-cards .ifp-card__paragraph ul {
  padding: 5px 15px;
}
.ifp-cards .ifp-card__paragraph ul li {
  list-style: disc;
}
.ifp-cards .ifp-card__paragraph ol li {
  list-style: auto;
}
.ifp-cards .ifp-card__paragraph.font-small p {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .ifp-cards .ifp-card__paragraph.font-small p {
    font-size: 14px;
  }
}
.ifp-cards .ifp-card__paragraph.font-medium p {
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .ifp-cards .ifp-card__paragraph.font-medium p {
    font-size: 16px;
  }
}
.ifp-cards .ifp-card__paragraph.font-large p {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .ifp-cards .ifp-card__paragraph.font-large p {
    font-size: 18px;
  }
}
.ifp-cards .ifp-card__button {
  margin: 35px 0 25px 0;
}
.ifp-cards .ifp-card__button button {
  cursor: pointer;
  padding: 12px 25px;
  font-family: "industry", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  border-style: solid;
  border-width: 2px;
  transition: opacity 0.12s ease-in-out, transform 0.12s ease-in-out;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 576px) {
  .ifp-cards .ifp-card__button button {
    font-size: 16px;
  }
}
.ifp-cards .ifp-card__button button.btn-background {
  border: none;
}
.ifp-cards .ifp-card__button button.btn-outline {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 4px;
  border-left-color: #F2B207 !important;
  text-transform: uppercase;
}

.ifp-alternative_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
}
@media screen and (max-width: 1180px) {
  .ifp-alternative_cards {
    grid-template-columns: 1fr;
  }
}
.ifp-alternative_cards .ifp-card {
  display: grid;
  gap: 24px;
  align-items: center;
  height: 100%;
  padding: 56px 24px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
}
@media screen and (max-width: 576px) {
  .ifp-alternative_cards .ifp-card {
    gap: 12px;
    padding: 28px 12px;
  }
}
.ifp-alternative_cards .ifp-card.image-left {
  grid-template-areas: "image meta";
  grid-template-columns: 1fr 2fr;
}
.ifp-alternative_cards .ifp-card.image-left .ifp-card__image {
  grid-area: image;
}
.ifp-alternative_cards .ifp-card.image-left .ifp-card__meta {
  grid-area: meta;
}
.ifp-alternative_cards .ifp-card.image-right {
  grid-template-areas: "meta image";
  grid-template-columns: 2fr 1fr;
}
.ifp-alternative_cards .ifp-card.image-right .ifp-card__image {
  grid-area: image;
}
.ifp-alternative_cards .ifp-card.image-right .ifp-card__meta {
  grid-area: meta;
}
.ifp-alternative_cards .ifp-card__image figure {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
@media screen and (max-width: 980px) {
  .ifp-alternative_cards .ifp-card__image figure {
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 576px) {
  .ifp-alternative_cards .ifp-card__image figure {
    width: 130px;
    height: 130px;
  }
}
.ifp-alternative_cards .ifp-card__image figure img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ifp-alternative_cards .ifp-card__meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.ifp-alternative_cards .ifp-card__title {
  font-size: 32px !important;
}
.ifp-alternative_cards .ifp-card__paragraph {
  margin-top: 8px;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}
.ifp-alternative_cards .ifp-card__paragraph p {
  font-weight: 500;
  letter-spacing: 0.2px;
  padding-bottom: 0 !important;
}
.ifp-alternative_cards .ifp-card__paragraph ul {
  padding: 5px 15px;
}
.ifp-alternative_cards .ifp-card__paragraph ul li {
  list-style: disc;
}
.ifp-alternative_cards .ifp-card__paragraph ol li {
  list-style: auto;
}
.ifp-alternative_cards .ifp-card__paragraph.font-small p {
  font-size: 16px;
}
.ifp-alternative_cards .ifp-card__paragraph.font-medium p {
  font-size: 18px;
}
.ifp-alternative_cards .ifp-card__paragraph.font-large p {
  font-size: 20px;
}
.ifp-alternative_cards .ifp-card__button {
  margin-top: 24px;
}
.ifp-alternative_cards .ifp-card__button button {
  font-family: "industry", sans-serif;
  cursor: pointer;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  border-style: solid;
  border-width: 2px;
  transition: opacity 0.12s ease-in-out, transform 0.12s ease-in-out;
  letter-spacing: 1.5px;
}
.ifp-alternative_cards .ifp-card__button button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 576px) {
  .ifp-alternative_cards .ifp-card__button button {
    padding: 6px 12px;
  }
}
.ifp-alternative_cards .ifp-card__button button.btn-background {
  border: none;
}
.ifp-alternative_cards .ifp-card__button button.btn-outline {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 4px;
  border-left-color: #F2B207 !important;
  text-transform: uppercase;
}

/* ========================================
   Service Alert Banner
   Admin Bar Spacing: When WordPress admin bar is showing,
   the alert needs to be positioned below it
   ======================================== */
.ifp-service-alert {
  width: 100%;
  min-height: 54px;
  background-color: #ffa500; /* Alert orange background */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 60px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 980px) {
  .ifp-service-alert {
    padding: 10px 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 576px) {
  .ifp-service-alert {
    padding: 8px 10px;
    min-height: auto;
  }
}

/* Admin Bar Spacing - Push alert down when admin bar is showing */
body.admin-bar-showing .ifp-service-alert {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar-showing .ifp-service-alert {
    margin-top: 46px;
  }
}

.service-alert-container {
  display: flex;
  align-items: center;
  justify-content: center; /* Center the content */
  gap: 12px; /* 12px gap between all elements */
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .service-alert-container {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}
@media screen and (max-width: 576px) {
  .service-alert-container {
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
}

/* "SERVICE ALERT" Label */
.service-alert-label {
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-size: 14px; /* Font/Eyebrow/Eb-MD */
  line-height: 120%;
  letter-spacing: 0.15em; /* 15% letter spacing */
  text-transform: uppercase;
  color: #000000;
  flex-shrink: 0;
}

/* "//" Separator */
.service-alert-separator {
  color: #CB960A; /* Yellow separator color */
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .service-alert-separator {
    display: none; /* Hide separator in responsive mode */
  }
}
@media screen and (max-width: 576px) {
  .service-alert-separator {
    display: none; /* Hide separator in responsive mode */
  }
}

/* Alert Message */
.service-alert-message {
  font-family: "overpass-variable", sans-serif;
  font-weight: 400;
  font-size: 14px; /* Font/Body/Body-SM */
  line-height: 140%;
  letter-spacing: 0;
  text-decoration: none; /* No underline */
  color: #000000;
  flex-shrink: 0;
  text-align: center; /* Center text on mobile when stacked */
  /* Remove default paragraph margins from WYSIWYG content */
  /* Remove margins from other WYSIWYG elements */
}
.service-alert-message p {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.service-alert-message * {
  margin: 0;
  padding: 0;
}

#hero-section {
  position: relative;
  overflow: hidden;
  margin-top: calc(-1 * var(--ifp-header-height));
}
@media screen and (max-width: 980px) {
  #hero-section {
    margin-top: calc(-1 * var(--ifp-mobile-header-height));
  }
}
#hero-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to bottom, rgba(36, 41, 59, 0), rgb(36, 41, 59)), rgba(36, 41, 59, 0.36);
  z-index: 1;
  pointer-events: none;
}
#hero-section > * {
  position: relative;
  z-index: 2;
}
#hero-section .ifp-section-content {
  margin-bottom: 7%;
}

#spnet-pro-section {
  position: relative;
  overflow: hidden;
}
#spnet-pro-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to bottom, rgb(36, 41, 59), rgba(57, 63, 93, 0.7));
  z-index: 1;
  pointer-events: none;
}
#spnet-pro-section > * {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1440px) {
  #mktg-consultation-section .ifp-column-right {
    margin-left: 30px;
  }
}
#mktg-consultation-section .ifp-column-right ul {
  margin-top: 15px;
}
#mktg-consultation-section .ifp-column-right ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 5px;
}
#mktg-consultation-section .ifp-column-right ul li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("../../assets/ifp/icons/checkmark.svg") no-repeat center/contain;
}

#ifp-message-board .ifp-column {
  justify-content: center;
}
#ifp-message-board .ifp-column.ifp-column-right .ifp-link a {
  font-size: 14px;
}

#iridium-services-section .ifp-column {
  justify-content: center;
}
#iridium-services-section .ifp-column.ifp-column-right .ifp-link a {
  font-size: 14px;
}

@media screen and (min-width: 980px) {
  #alternative-content-section .ifp-section-content .ifp-component.ifp-paragraph {
    width: 50%;
    margin: auto;
  }
}

#ifp-store-section .ifp-column {
  justify-content: center;
}
#ifp-store-section .ifp-component.ifp-cards .ifp-card__meta {
  background-color: rgba(36, 41, 59, 0.06);
}
@media screen and (max-width: 980px) {
  #ifp-store-section .ifp-component.ifp-cards .ifp-card__meta {
    padding: 32px 32px 0;
  }
}
#ifp-store-section .ifp-component.ifp-cards .ifp-card__meta .ifp-card__title {
  min-height: 75px;
}

#upcoming-events-section .ifp-column {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #large-cards-section .ifp-cards.ifp-cards--2 {
    grid-template-columns: 1fr;
  }
}
#large-cards-section .ifp-cards.ifp-cards--2 .ifp-card__image figure {
  width: 100%;
  height: 100%;
  border: none;
}

#ifp-links-section #support-section-div {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 576px) {
  #ifp-links-section #support-section-div {
    flex-direction: column;
  }
}
