/* Need to upload image on IP page first. Then update this entry for new filename */
.ip-cover-img {
  background-image: url("/sites/default/files/2020-05/2020-2021-COM-05_IMAGE_A_V1-1_0.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-top: 15px;
  padding-bottom: 25px;
}

#AboutTC li {padding:.2em};

.most-requested li {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 0
}

.most-requested h2 {
  font-size: 1.2em;
}

.ip-btn {
  font-size: 1em;
}

/* supports the 3 column layout for MR instead of 4 columns */
.list-responsive-3 > li {
  float: left;
  padding-right: 5px;
  width: 50%
}

.list-responsive-3 > li:nth-child(2n+2) {
  clear: right
}

.list-responsive-3:before,
.list-responsive-3:after {
  content: " ";
  display: table
}

.list-responsive-3:after {
  clear: both
}

.followus.experimental {
  background-color: #f5f5f5;
  padding: 0;
}

.followus.experimental h2 {
  display: block;
}

.followus.experimental h2,
.followus.experimental ul {
  margin-left: 0;
}

.followus.experimental ul li a {
  border: solid 2px #f5f5f5;
}

.featured {
  margin-bottom: 0em;
  padding-top:20px;
  padding-bottom:20px;
  background: #31708f;
}

.featured a {
  color:#fff
}

ul.feeds-cont li a {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .featured {
    padding-left:.8em;
  }
}

@media screen and (min-width: 1200px) {
  .list-responsive-3 > li {
    width: 33%;
  }
}

@media screen and (max-width: 800px) {
  .btn-call-to-action {
    font-size: 19px !important;
  }

  .most-requested li {
    font-size: 19px;
  }

  .list-responsive-3 > li {
    clear: right;
    width: 100%
  }

  .mobile-left {
    float: left !important;
  }
  
  .ip-cover-img {
    background-image: url("none") !important;
  }
}

@media screen and (max-width: 1023px) {

  .ip-cover-img {
    background-image: url("none") !important;
}
  }

}

@media screen and (max-width: 425px) {

  .ip-cover-img {
    background-image: url("none") !important;
  }

}