/* LESS: /cms/stylesheet/team-feed.less */
.TeamFeedComponentContent {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
.TeamFeedComponentContent > h2.ComponentHeader {
  margin: 0px;
  font-size: 1.4em;
}
.TeamFeedComponentContent .IframeWrapper {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 0 1 auto;
}
.TeamFeedComponentContent iframe {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  width: 100%;
  height: 10em;
}
.TeamFeedComponentContent iframe:not(.NoFeed) {
  height: 45em;
}
@media screen and (max-width: 767px) {
  .TeamFeedComponentContent iframe.Safari {
    width: 0px;
    min-width: 100%;
    height: 0px;
  }
}
.TeamFeedComponentContent .ViewMoreWrapper {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 1em;
}
.TeamFeedComponentContent .ViewMoreWrapper:not(.Active):not(.Processing) {
  display: none;
  visibility: collapse;
}
.TeamFeedComponentContent .ViewMoreWrapper.Processing {
  visibility: hidden;
}
.TeamFeedComponentContent .ViewMore {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 1em 2em;
  justify-content: center;
  font-weight: bold;
}
.TeamFeedComponentContent .ViewMore:hover {
  cursor: pointer;
  text-decoration: underline;
}
/*# sourceMappingURL=team-feed.css.map */


