.channel-finder-contain {
  font-family: 'spectrum-sans', sans-serif;
  width: 100%;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .channel-finder-contain {
    padding: 16px 0px;
  }
}
.channel-finder-contain .search-section h1 {
  font-family: 'spectrum-sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 33px;
  color: #000000;
  margin: 0 0 8px 0;
}
.channel-finder-contain .search-section h3 {
  font-family: 'spectrum-sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 0 0 24px 0;
}
.channel-finder-contain .search-section h3 a {
  color: #0088ce;
  text-decoration: none;
}
.channel-finder-contain .search-section h3 a:focus,
.channel-finder-contain .search-section h3 a:hover {
  color: #005582;
  text-decoration: underline;
}
.channel-finder-contain .search-section .error-input-container {
  align-items: unset !important;
}
.channel-finder-contain .search-section .error-input-container-v2 {
  align-items: center !important;
}
.channel-finder-contain .search-section .inputs {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .channel-finder-contain .search-section .inputs {
    align-items: end;
  }
}
.channel-finder-contain .search-section .inputs input {
  padding: 10px;
  font-family: 'spectrum-sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 343px;
  height: 44px;
  color: #000000;
  border: 1px solid #63738A;
}
@media (max-width: 767px) {
  .channel-finder-contain .search-section .inputs input {
    width: 100%;
  }
}
.channel-finder-contain .search-section .inputs input.error > span {
  display: block;
}
.channel-finder-contain .search-section .inputs input::placeholder {
  color: #63738A;
}
.channel-finder-contain .search-section .inputs .input-contain {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.channel-finder-contain .search-section .inputs .input-contain > span {
  display: none;
}
.channel-finder-contain .search-section .inputs .input-contain.error input {
  border: 1px solid #D6312B;
}
.channel-finder-contain .search-section .inputs .input-contain.error span {
  display: block;
  color: #D6312B;
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
}
.channel-finder-contain .search-section .inputs .input-contain .zipcode-text {
  width: 343px;
  height: 24px;
  font-family: Spectrum Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  display: flex !important;
}
.channel-finder-contain .search-section .inputs button {
  text-transform: uppercase;
  width: 150px;
  height: 44px;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  border-radius: 0;
  border: none;
  letter-spacing: .6px;
}
.channel-finder-contain .search-section .inputs button:disabled {
  background-color: #63738A;
}
@media (max-width: 767px) {
  .channel-finder-contain .search-section .inputs {
    flex-direction: column;
  }
  .channel-finder-contain .search-section .inputs .input {
    width: 100%;
  }
  .channel-finder-contain .search-section .inputs button {
    width: 100%;
    height: 34px;
  }
}
.channel-finder-contain .results-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 0;
}
.channel-finder-contain .results-section .channel-contain {
  padding: 16px 18px;
  border: 1px solid #D8DDE6;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.channel-finder-contain .results-section .channel-contain .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .channel-finder-contain .results-section .channel-contain .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.channel-finder-contain .results-section .channel-contain .info .channel-info {
  gap: 40px;
  display: flex;
}
@media (max-width: 767px) {
  .channel-finder-contain .results-section .channel-contain .info .channel-info {
    gap: 16px;
    flex-direction: column;
  }
}
.channel-finder-contain .results-section .channel-contain .info .channel-info img {
  max-width: 130px;
}
@media (max-width: 767px) {
  .channel-finder-contain .results-section .channel-contain .info .channel-info img {
    max-width: 180px;
    height: auto;
    min-height: 38px;
  }
}
.channel-finder-contain .results-section .channel-contain .info .channel-info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.channel-finder-contain .results-section .channel-contain .info .watch-btn {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.channel-finder-contain .results-section .channel-contain .info .watch-btn .mvpd-btn {
  width: 138px;
  height: 34px;
  gap: 8px;
  border-radius: 100px;
  background: #2B5CAF;
  color: white;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.channel-finder-contain .results-section .channel-contain .info .watch-btn .mvpd-btn .mvpd-icon {
  width: 18px;
  height: 18px;
}
.channel-finder-contain .results-section .channel-contain .info .watch-btn .mvpd-btn .mvpd-text {
  font-family: 'spectrum-sans', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  align-content: center;
}
.channel-finder-contain .results-section .channel-contain .numbers {
  width: 100%;
  background-color: #F6F6F6;
  padding: 8px 10px;
  border-radius: 4px;
}
.channel-finder-contain .results-section .channel-contain .numbers h4 {
  margin: 2px 0 4px 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  color: #000000;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.channel-finder-contain .results-section .channel-contain .numbers p {
  margin: 4px 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.channel-finder-contain .results-section .mvpd-title {
  gap: 8px;
  display: flex;
  flex-flow: column;
}
.channel-finder-contain .results-section .mvpd-title .channel-list {
  height: 34px;
  opacity: 1;
  gap: 80px;
  border-radius: 4px;
  padding-top: 4px;
  padding-right: 24px;
  padding-bottom: 4px;
  padding-left: 24px;
  background-color: #223F80;
  color: white;
  text-transform: capitalize;
}
.channel-finder-contain .results-section .mvpd-title .channel-contain {
  padding: 16px 18px;
  border: 1px solid #D8DDE6;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .channel-finder-contain .results-section .mvpd-title .channel-contain .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .info .channel-info {
  gap: 40px;
  display: flex;
}
@media (max-width: 767px) {
  .channel-finder-contain .results-section .mvpd-title .channel-contain .info .channel-info {
    gap: 16px;
    flex-direction: column;
  }
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .info .channel-info img {
  max-width: 130px;
}
@media (max-width: 767px) {
  .channel-finder-contain .results-section .mvpd-title .channel-contain .info .channel-info img {
    max-width: 180px;
    height: auto;
    min-height: 38px;
  }
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .info .channel-info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .info .watch-btn {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .info .watch-btn .mvpd-btn {
  width: 138px;
  height: 34px;
  /* opacity: 1; */
  gap: 8px;
  /* border-color: #2B5CAF; */
  border-radius: 100px;
  /* padding-top: 12px; */
  /* padding-right: 16px; */
  /* padding-bottom: 12px; */
  /* padding-left: 16px; */
  background: #2B5CAF;
  color: white;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .info .watch-btn .mvpd-btn .mvpd-icon {
  width: 18px;
  height: 18px;
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .info .watch-btn .mvpd-btn .mvpd-text {
  font-family: 'spectrum-sans', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  align-content: center;
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .numbers {
  width: 100%;
  background-color: #F6F6F6;
  padding: 8px 10px;
  border-radius: 4px;
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .numbers h4 {
  margin: 2px 0 4px 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  color: #000000;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.channel-finder-contain .results-section .mvpd-title .channel-contain .numbers p {
  margin: 4px 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.channel-finder-contain .error-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 8px;
  margin-top: 40px;
  width: 100%;
}
.channel-finder-contain .error-section .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.channel-finder-contain .error-section .title .error-heading {
  display: none;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.channel-finder-contain .error-section .error-message {
  display: none;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin: 16px 0 0 0;
}
