img {
  display: none;
}

#listColumn {
  overflow-y: auto;
}

#background-image-container {
  position: absolute;
  height: 130vh;
  top: 0px;
  left: 0px;
  z-index: -20;
  padding: 0;
}

#understand-text-li {
  border-width: 2px;
  border-color: #6ea4ca;
}

#why-echo-container {
  background-color: #d1e0eb;
}

.pageContent {
  margin-top: 175px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.no-transition {
  -webkit-transition: height 0.01s;
  transition: height 0.01s;
}

.all-content {
  top: 0;
  position: absolute;
}

.landing-header {
  margin-top: 0.5rem;
}

.capability-tab {
  color: #293991;
  text-decoration: none;
  font-weight: bold;
}

.capability-tab:hover {
  color: #293991;
  text-decoration: none;
}

.collapsed {
  font-weight: normal;
}

.list-inline {
  margin-bottom: 0 !important;
}

.dark-blue-text {
  color: #0c3c60;
}

.light-blue-header {
  color: #293991;
}

.image-col {
  height: 100%;
  width: 100%;
}

.standardInputField {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  border-color: black !important;
  font-family: arial, sans-serif;
}

@media (min-width: 768px) {
  img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .declared-height {
    height: auto !important;
  }

  .hide-on-mobile {
    display: none;
  }

  .all-content {
    position: relative;
  }

  #understand-text-li {
    border-style: none;
    border-color: transparent;
  }

  #landing-primary-header-container {
    padding-top: 1rem !important;
  }

  #landing-primary-header {
    color: black;
    font-size: 3.0rem;
  }

  #landing-primary-subtitle {
    color: black;
  }

  #echo-capabilities-header {
    font-size: 2.5rem;
  }

  #why-echo-container {
    background-color: white;
  }

  .light-blue-header {
    color: black;
  }

  .light-blue-text {
    color: black;
  }

  .capability-tab {
    color: black;
  }

  .capability-tab:hover {
    color: black;
    text-decoration: none;
  }

  .dark-blue-text {
    color: black;
  }

  .landing-header {
    font-size: 3.5rem;
    margin-top: 0;
  }

  .collapsable-text {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  #background-image {
    height: 50vh !important;
  }

  #landing-primary-header-block {
    height: 50vh !important;
  }

  #background-image-container {
    height: 110vh !important;
  }
}

