#contactUs__Bttns {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactUs__Bttns > button {
    background-color: transparent;
    color: rgb(21, 38, 76);
    border-color: rgb(21, 38, 76);
    margin-bottom: 36px;
}
.contactUs__Bttns.bttn-hidden {
    display : none !important;
}

.callUs__Bttn_Container.bttn-hidden {
    display : none !important;
}

.blueBtn {
    cursor: pointer;
    background-color: transparent;
    color: rgb(21, 38, 76);
    border-color: rgb(21, 38, 76);
    margin-bottom: 36px;
}

.iframe-container-contact-us-form {
    display : none;
}

.iframe-container-contact-us-form.form-active {
    display : block;
}

.call-us-information {
    display : none;
}

.call-us-information.contact-active {
    display : block;
}

@media (max-width: 837px) {
    .iframe-container-contact-us-form iframe{
      height: 80rem; /* Adjust the height for the specified screen width range */
    }
}

.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;
}

.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;
}

ol,
ul {
  margin-inline-start: 1rem;
}

