.introContentWidth {
  padding-top: 40px;
  width: 50%;
}

.healthSafety__shortLine {
  width: 30%;
  color: #15264c;
}

.navy-text {
  color: #15264c;
}

.contact__link {
  color: rgb(0, 94, 220);
}

.accordion:after {
  content: "\002B";
  color: #15264c;
  font-weight: bold;
  margin-left: auto;
  padding-left: 1rem;
}

.healthSafety__shortLine {
  border-bottom: 4px solid #15264c;
  width: 30%;
  margin: 30px auto;
}

.contact__list--item {
  list-style: disc;
  color: #15264c;
  padding-bottom: 9px;
}

.contact__list--item > span {
  color: black;
}

#contactUs__Bttns {
  display: flex;
  align-items: center;
  justify-content: center;
}

#contactUs__Phones {
  display: none;
  margin-top: 24px;
  border-radius: 6px;
  padding-top: 6px;
  padding-bottom: 24px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#buttonDiv {
  display: flex;
  align-items: start;
  flex-direction: row;
  justify-content: start;
  padding: 12px 24px;
}

#buttonDiv > span {
  cursor: pointer;
}

.contact__image {
  height: 25px;
  rotate: 180deg;
}

#progrBar {
  background-color: rgb(21, 38, 76);
  width: 25%;
  height: 4px;
}

#contactUs__Questions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#contactUs__QuestionCruise {
  margin: 24px;
}

.blueBtn {
  cursor: pointer;
}

.introCopy {
  font-weight: bolder;
}

.radioQuestions__container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  margin: 36px 0px;
  font-size: 24px;
  font-weight: bolder;
}

.radioQuestions__container > div {
  margin-bottom: 12px;
}

#cruiseContBttn,
#bookedBttn,
#agencyHelp {
  cursor: pointer;
  background-color: transparent;
  color: rgb(21, 38, 76);
  border-color: rgb(21, 38, 76);
  margin-bottom: 36px;
}

#contactUs__Reminder {
  display: none;
  padding: 36px;
}

#contactUs__Reminder > div {
  text-align: center;
}

#contactUs__Reminder > div > h3 {
  color: #021654;
  font-family: inherit;
  font-size: 20px;
  font-weight: bolder;
  line-height: 2rem;
  margin: 0;
}

#contactUs__Bttns {
  display: flex;
  align-items: center;
  justify-content: center;
}

#contactUs__Bttns > button {
  cursor: pointer;
  background-color: transparent;
  color: rgb(21, 38, 76);
  border-color: rgb(21, 38, 76);
  margin-bottom: 36px;
}

#contactUs__Booked {
  margin-top: 23px;
  display: none;
}

.agency__subHeader {
  color: #000;
  font-family: inherit;
  line-height: 1.25rem;
}

.agency__paragraph {
  color: #000;
  font-family: inherit;
  font-size: 1.0625rem;
  line-height: 1.25rem;
}

.contact__link--agency {
  color: #0073ff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: bolder;
  outline: 0;
  text-decoration: none;
}

#callUs__section {
  padding: 2rem;
}

#callUs__button {
  display: flex;
  justify-content: center;
  align-items: center;
}

#callUs__button > button {
  cursor: pointer;
  background-color: transparent;
  color: rgb(21, 38, 76);
  border-color: rgb(21, 38, 76);
  margin-bottom: 36px;
  font-size: 18px;
  width: 300px;
  height: 70px;
  border-radius: 4px;
}

.introContentWidth {
  padding-top: 40px;
  width: 50%;
}

.introContentWidth > div {
  font-weight: bolder;
}

.contactUs__section-header-icon {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#reservControl {
  font-size: 0.75rem;
  padding: 1rem;
  display: block;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}

ol,
ul {
  margin-inline-start: 1rem;
}
