:root {
  --color-3: #001231;
  --color: white;
  --color-4: #f26322;
  --color-2: black;
  --color-5: #d7e0f1;
  --white: white;
  --black: black;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: news-gothic-std, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.ip-header-jm {
  padding: 10% 5% 2%;
}

.ip-header-holder {
  max-width: 1400px;
  color: var(--color-3);
  border-bottom: 1px solid rgba(0, 18, 49, .2);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.schedule-ip-section-1 {
  padding-bottom: 3%;
}

.section-1-wrapper-jm {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.large-welcome-text {
  text-align: left;
  margin-bottom: 20px;
  font-size: 2em;
}

.section-2-jm {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-2-wrapper-jm {
  width: 90%;
  max-width: 1400px;
  min-height: 50vh;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.section-2-photo-holder {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-2-choice-boxes {
  width: 50%;
  min-height: 250px;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: -75px;
  bottom: auto;
  left: 2%;
  right: auto;
}

.choice-box-jm {
  width: 49%;
  background-color: var(--color-3);
  color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.choice-box-jm:hover {
  background-color: var(--color-4);
  color: var(--color);
}

.image-2 {
  opacity: .07;
  position: absolute;
}

.box-top-line-jm {
  z-index: 1;
  border-bottom: 1px solid var(--color);
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.box-sub-text {
  z-index: 2;
  text-align: center;
  position: relative;
  color: var(--color);
}

.section-3-jm {
  background-color: rgba(0, 18, 49, .05);
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-3-wrapper-jm {
  width: 90%;
  max-width: 1400px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3-left-div {
  width: 50%;
  border-right: 5px solid var(--color-4);
  color: var(--color-3);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 75px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.section-3-right-div {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 70px;
}

.section-4-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-4-wrapper {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.time-line-dot {
  width: 20px;
  height: 20px;
  border: 5px solid var(--color-3);
  background-color: var(--color-4);
  border-radius: 100%;
  position: absolute;
  top: -10px;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.time-line-dot._3 {
  left: 52%;
}

.time-line-dot._4 {
  left: 77%;
}

.time-line-dot._2 {
  border-color: var(--color-3);
  left: 27%;
}

.timeline-item {
  width: 25%;
  color: var(--color-2);
  margin-top: 20px;
  padding: 20px;
  line-height: 1.5em;
}

.text-span {
  color: var(--color-4);
  text-transform: uppercase;
  font-family: news-gothic-std, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.journey-content-wrapper {
  width: 100%;
  margin-top: 50px;
  position: static;
}

.timeline-line {
  border-top: 2px solid var(--color-4);
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.time-line-item-holder {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.section-5-jm {
  padding-bottom: 5%;
}

.section-5-wrapper-jm {
  width: 90%;
  max-height: none;
  max-width: 1400px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5-48 {
  width: 48%;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq2_question {
  color: var(--color-4);
  cursor: pointer;
  background-color: rgba(0, 70, 116, 0);
  border-top: 1px rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 18, 49, .2);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 20px;
  display: flex;
}

.section_faq2 {
  width: 100%;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq2_answer {
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.faq2_icon {
  width: 2rem;
  filter: invert();
  align-self: flex-start;
  margin-left: 1.5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.faq2_component {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.paragraph {
  margin-bottom: 0;
}

.button-jm {
  background-color: var(--color-3);
  text-transform: uppercase;
  padding: 15px 20px 12px;
  font-weight: 700;
  line-height: 1em;
}

.button-jm:hover {
  background-color: var(--color-4);
  color: var(--color-3);
}

.button-jm.white {
  background-color: var(--color);
  color: var(--color-3);
}

.button-jm.white:hover {
  background-color: var(--color-4);
}

.section-6-jm {
  min-height: 0;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.light-blue-strip {
  height: 55%;
  background-color: rgba(0, 18, 49, .2);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-6-wrapper {
  width: 90%;
  max-width: 1400px;
  background-color: var(--color-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: relative;
}

.h2-center-jm {
  color: #f26322 !important;
  text-align: center;
}

.p-center-white {
  color: var(--color);
  text-align: center;
}

.timeline-line-mobile {
  border-top: 2px solid var(--color-4);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .ip-header-holder {
    font-size: 2.5em;
  }

  .large-welcome-text {
    font-size: 1.5em;
  }

  .section-2-choice-boxes {
    flex-direction: column;
    top: -50px;
  }

  .choice-box-jm {
    width: 100%;
    min-height: 200px;
    margin-bottom: 15px;
  }

  .section-3-wrapper-jm {
    flex-direction: column;
  }

  .section-3-left-div {
    width: 100%;
    border-bottom: 5px solid var(--color-4);
    border-right-style: none;
  }

  .section-3-right-div {
    width: 100%;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .ip-header-holder {
    font-size: 2em;
  }

  .large-welcome-text {
    font-size: 1.2em;
  }

  .section-2-wrapper-jm {
    min-height: 40vh;
  }

  .box-top-line-jm {
    font-size: 1.4em;
  }

  .section-3-left-div {
    font-size: 2em;
  }

  .time-line-dot {
    top: auto;
    bottom: 89%;
    left: -10px;
    right: auto;
  }

  .time-line-dot._3 {
    top: auto;
    bottom: 39%;
    left: -10px;
    right: auto;
  }

  .time-line-dot._4 {
    top: auto;
    bottom: 14%;
    left: -10px;
    right: auto;
  }

  .time-line-dot._2 {
    top: auto;
    bottom: 64%;
    left: -10px;
    right: auto;
  }

  .timeline-item {
    width: 100%;
  }

  .journey-content-wrapper {
    margin-top: 0;
  }

  .time-line-item-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .section-5-wrapper-jm {
    flex-direction: column;
  }

  .section-5-48 {
    width: 100%;
  }

  .section-5-48.photo {
    display: none;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .timeline-line-mobile {
    width: 2px;
    background-color: var(--color-4);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .schedule-ip-section-1 {
    padding-bottom: 0%;
  }

  .section-2-wrapper-jm {
    min-height: 0;
  }

  .section-2-photo-holder {
    height: 20vh;
    display: none;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-2-choice-boxes {
    width: 100%;
    min-height: 0;
    position: static;
    top: auto;
    left: 0%;
  }

  .choice-box-jm {
    margin-bottom: 0;
  }

  .section-3-left-div {
    padding-right: 0;
    font-size: 2em;
  }

  .time-line-dot {
    bottom: 93%;
  }

  .time-line-dot._3 {
    bottom: 41%;
  }

  .time-line-dot._4 {
    bottom: 17%;
  }

  .time-line-dot._2 {
    bottom: 65%;
  }

  .section-5-wrapper-jm {
    max-height: none;
    flex-direction: column;
  }

  .section-5-48 {
    width: 100%;
    margin-bottom: 20px;
  }

  .faq2_question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-jm.white {
    text-align: center;
  }

  .section-6-wrapper {
    padding: 20px;
  }
}


