@charset "UTF-8";
/* CSS Document */

.home-feeds-small {
  padding: 40px 20px;
  margin-bottom: 0;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 899px) {
  .home-feeds-small {
    padding: 20px 10px;
  }
}

.home-feeds-small header {
  text-align: center;
  padding-bottom: 15px;
}

.home-feeds-small header .fsElementTitle {
  color: transparent;
}
.home-feeds-xsmall  {
  padding: 10px 10px;
  margin-bottom: 0;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 899px) {
  .home-feeds-xsmall  {
    padding: 10px 10px;
  }
}

.home-feeds-xsmall header {
  text-align: center;
  padding-bottom: 10px;
}

.home-feeds-xsmall  header .fsElementTitle {
  color: transparent;
}
.home-feeds-tiny {
  padding: 5px 5px;
  margin-bottom: 0;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 899px) {
  .home-feeds-tiny {
    padding: 5px 5px;
  }
}

.home-feeds-tiny header {
  text-align: center;
  padding-bottom: 5px;
}

.home-feeds-tiny header .fsElementTitle {
  color: transparent;
}

a:hover,
a:link,
a:visited,
a:focus {
  color: #006699;
}