.heroimagewtext {
  position: relative;
  font-family: helvetica;
  min-height: 215px;
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .heroimagewtext {
    min-height: 518px;
  }
}
.heroimagewtext.secondary-nav-gradient .image-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 25%);
}
.heroimagewtext .contentContainer {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .heroimagewtext .contentContainer {
    align-items: stretch;
  }
}
.heroimagewtext .centered {
  border-left: 5px solid white;
  background-color: white;
  line-height: 1;
  padding: 15px 20px 15px 10px;
  text-align: left;
  max-width: 364px;
  min-height: 60px;
  display: flex;
  align-items: center;
  margin: 60px 15px;
}
@media (min-width: 992px) {
  .heroimagewtext .centered {
    padding: 15px 50px 15px 30px;
    min-height: 163px;
    position: relative;
  }
}
.heroimagewtext .centered.extended {
  max-width: 500px;
}
.heroimagewtext .items {
  display: inline-block;
  vertical-align: middle !important;
}
.heroimagewtext .primaryText {
  font-size: 13.5px;
  padding: 5px 5px 0px 5px;
  font-weight: bold;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .heroimagewtext .primaryText {
    font-size: 18px;
    padding: 10px 10px 0px 10px;
  }
}
.heroimagewtext .secondaryText {
  font-size: 31.5px;
  padding-left: 5px;
  font-weight: bold;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .heroimagewtext .secondaryText {
    font-size: 42px;
    padding: 10px;
  }
}
.heroimagewtext .thirdText {
  font-size: 13.5px;
  padding: 0px 5px 5px 5px;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .heroimagewtext .thirdText {
    font-size: 18px;
    padding: 0px 10px 10px 10px;
  }
}
.heroimagewtext .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.heroimagewtext .image-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.heroimagewtext .dropdownPosition {
  padding: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: normal;
  left: 0;
}
@media (min-width: 992px) {
  .heroimagewtext .dropdownPosition {
    margin: 0 auto;
    width: auto;
    top: 51%;
    right: 0;
    transform: translateX(100%) translateX(-50px) translateY(-50%);
    padding: 0px;
  }
}
.heroimagewtext .secondaryNav {
  position: absolute;
  bottom: 0;
}
