/*====================
  NEXT GEN SOCIAL WALL
  - MAIN STYLES -
=====================*/
.responsive-video {
  margin: 0 auto 20px;
  max-width: 800px;
  position: relative;
}
.responsive-video:after {
  content: '';
  display: block;
  height: 0;
  /* 16:9 */
  padding-bottom: 56.25%;
}
.responsive-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#social-wall .content {
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.2), 0px 0px 7px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.2), 0px 0px 7px 0 rgba(0, 0, 0, 0.19);
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: normal;
}
#social-wall .tile {
  color: white;
  min-height: 230px;
  outline: none !important;
  padding: 5px !important;
  /* this is to fix text rendering issue in Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
#social-wall .tile .content {
  outline: none !important;
  white-space: normal;
}
#social-wall .hidden-break {
  display: none;
}
#social-wall .post-image {
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  width: 100%;
  /* Polyfill for object-fit */
  font-family: 'object-fit: cover';
  background: #fff;
  margin-bottom: 0;
}
#social-wall .img-wrapper {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100% - 50px);
  position: relative;
  width: 100%;
}
#social-wall .feed {
  background-color: white;
  border-top: 1px solid lightgrey;
  bottom: 0;
  max-height: 100%;
  overflow: scroll;
  padding-left: 10px;
  position: absolute;
  width: 100%;
}
#social-wall .ui-state-focus,
button:focus {
  outline: none;
}

/* USER VIEW TILES */

#social-wall .bottom-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 14px;
  height: 40px;
  left: 0;
  padding: 0 5px 0 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  #social-wall .bottom-wrapper {
    height: 50px;
  }
}
#social-wall .tile.blog .bottom-wrapper {
  bottom: 0;
}
#social-wall .tile.other .bottom-wrapper {
  background: #fff;
}
#social-wall .bottom-wrapper .tile-cta {
  text-transform: uppercase;
}
#social-wall .bottom-wrapper i {
  font-size: 28px;
  margin: 0 5px 0 10px;
}
#social-wall .bottom-wrapper span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#social-wall .left-feed-name {
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#social-wall .left-nav {
  background-color: black;
  height: 100vh;
  overflow: hidden;
}
.social-wall {
  position: relative;
  padding: 0.1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.social-wall:after {
  content: '';
  display: table;
  clear:both;
}
#social-wall .post-copy {
  top: 0;
  left: 0;
  background-color: #fff;
  height: calc(50% - 40px);
  overflow: hidden;
}
@media (max-width: 767px) {
  #social-wall .post-copy {
    height: calc(50% - 50px);
  }
}
#social-wall .post-copy > p {
  color: #656d78;
  font-family: "Graphik Regular", Arial, sans-serif;
  font-size: inherit;
  line-height: 1.2;
  margin: 10px;
}
#social-wall .post-copy > p > a {
  color: white;
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  text-decoration: none;
}
#social-wall .img-wrapper {
  height: 100%;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
#social-wall .img-load-error .img-wrapper {
  min-height: 220px;
}
#social-wall .is-tall .post-copy {
  position: relative;
  padding-bottom: 30px;
  background: transparent !important;
}
#social-wall .is-tall .bottom-wrapper {
  height: auto;
  min-height: 24px;
}
#social-wall .is-tall .post-image {
  height: auto;
  margin-left: 2.5%;
  margin-top: 2.5%;
  max-height: 75%;
  position: relative;
  width: 95% !important;
}
#social-wall .content-wrapper {
  height: 100%;
}
#social-wall .content:hover {
  -webkit-box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.2), 0px 0px 7px 0 rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.2), 0px 0px 7px 0 rgba(0, 0, 0, 0.49);
  cursor: pointer;
}
#social-wall .content {
  overflow: hidden;
}
#social-wall .left-col {
  height: 100vh;
  background-color: black;
}

/* LOADING ANIMATION */
#social-wall .loading {
  overflow-y: hidden;
}
#social-wall .loading:before {
  background: white;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#social-wall .loading:after {
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  border-radius: 50%;
  content: '';
  display: block;
  font-size: 16px;
  height: 17px;
  left: 50%;
  margin: -8.5px 0 0 -8.5px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  width: 17px;
  z-index: 100;
}

/*=============
 TILE TYPES
==============*/

/* PROFILES */

#social-wall .profile > .content {
  background-color: rgba(0, 0, 0, 0.1);
}
#social-wall .profile > .content > .content-wrapper > .img-wrapper {
  background-color: #fff;
}
#social-wall .profile > .content > .content-wrapper > .img-wrapper > .post-copy {
  color: #656d78;
  background-color: #fff;
}
#social-wall .profile > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: #656d78;
}
#social-wall .profile > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  color: #a100ff;
  background-color: #fff;
}
#social-wall .profile > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > span {
  vertical-align: middle;
}
#social-wall .profile > .content > .content-wrapper > .img-wrapper > .bottom-wrapper i {
  margin: 0 0 5px 5px;
}
#social-wall .profile > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(1) {
  font-size: 14px;
  margin-right: 10px;
  padding-left: 10px;
  width: auto;
}
#social-wall .profile > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(2) {
  width: auto;
}
#social-wall .profile > .content > .content-wrapper > .img-wrapper > .bottom-wrapper img {
  height: auto;
  width: 30px;
}

/* JOBS */

#social-wall .job > .content {
  background: rgb(161, 0, 255);
  background: -webkit-linear-gradient(top, rgba(161, 0, 255, 1) 0%, rgba(161, 0, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(161, 0, 255, 1)), to(rgba(161, 0, 255, 1)));
  background: linear-gradient(to bottom, rgba(161, 0, 255, 1) 0%, rgba(161, 0, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a100ff', endColorstr='#a100ff', GradientType=0);
}
#social-wall .job > .content > .content-wrapper > .img-wrapper {
  background: rgb(161, 0, 255);
  background: -webkit-linear-gradient(top, rgba(161, 0, 255, 1) 0%, rgba(161, 0, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(161, 0, 255, 1)), to(rgba(161, 0, 255, 1)));
  background: linear-gradient(to bottom, rgba(161, 0, 255, 1) 0%, rgba(161, 0, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a100ff', endColorstr='#a100ff', GradientType=0);
}
#social-wall .job > .content > .content-wrapper > .img-wrapper > .post-copy {
  color: #a100ff;
  background: rgb(161, 0, 255);
  background: -webkit-linear-gradient(top, rgba(161, 0, 255, 1) 0%, rgba(161, 0, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(161, 0, 255, 1)), to(rgba(161, 0, 255, 1)));
  background: linear-gradient(to bottom, rgba(161, 0, 255, 1) 0%, rgba(161, 0, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a100ff', endColorstr='#a100ff', GradientType=0);
}
#social-wall .job > .content > .content-wrapper > .img-wrapper > .post-copy {
  padding-top: 40px;
}
#social-wall .job > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
#social-wall .job > .content > .content-wrapper > .img-wrapper > .post-copy > p:first-child {
  font-weight: bold;
}
#social-wall .job > .content > .content-wrapper > .img-wrapper > .post-copy > p > i {
  font-size: 28px;
  margin-bottom: 20px;
}
#social-wall .job > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
#social-wall .job > .content > .content-wrapper > .img-wrapper > .bottom-wrapper .tile-cta {
  width: 100%;
  text-align: center;
}
#social-wall .job > .content > .content-wrapper > .img-wrapper > .bottom-wrapper .tile-cta:before {
  content: '> ';
}

/* VIDEOS */

#social-wall .video > .content > .content-wrapper > .img-wrapper > .post-copy {
  text-align: left;
}
#social-wall .video > .content > .content-wrapper > .img-wrapper > .post-copy > p > button {
  color: white;
  font-size: 40px;
  height: 40px;
}
#social-wall .video > .content > .content-wrapper > .img-wrapper > .post-copy > p > button:hover {
  color: #a100ff;
}
#social-wall .video > .content > .content-wrapper > .img-wrapper > .post-copy > i {
  color: white;
  font-size: 40px;
  position: relative;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#social-wall .video > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  background-color: #fff;
  color: #a100ff;
}
#social-wall .video > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(1) {
  width: 45px;
}
#social-wall .video > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(2) {
  width: calc(100% - 45px);
}
#social-wall .podcast > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  color: #a100ff;
  background-color: #fff;
}

/* BLOGS */

#social-wall .blog > .content {
  background-color: #ccc;
}
#social-wall .blog > .content > .content-wrapper > .img-wrapper {
  background-color: #fff;
}
#social-wall .blog > .content > .content-wrapper > .img-wrapper > .post-copy {
  color: #a100ff;
  background-color: #fff;
}
#social-wall .blog > .content > .content-wrapper > .img-wrapper > .post-image {
  background: #fff;
  display: block;
  margin: 0;
  width: 100%;
}
#social-wall .blog > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: #656d78;
  position: relative;
  text-align: left;
}
#social-wall .blog.is-tall > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#social-wall .blog > .content > .content-wrapper > .img-wrapper > .post-copy > p > i {
  font-size: 28px;
  margin-bottom: 20px;
}
#social-wall .blog > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  background: #fff;
  color: #a100ff;
}
#social-wall .blog > .content > .content-wrapper > .img-wrapper > .bottom-wrapper .tile-cta {
  padding-bottom: 5px;
}

/* LEADERSHIP TILE */

#social-wall .leadership > .content {
  background-color: #ccc;
}
#social-wall .leadership > .content > .content-wrapper > .img-wrapper {
  background-color: #fff;
}
#social-wall .leadership > .content > .content-wrapper > .img-wrapper > .post-copy {
  color: #a100ff;
  background-color: #fff;
}
#social-wall .leadership > .content > .content-wrapper > .img-wrapper > .post-image {
  background: #fff;
  display: block;
  margin: 0;
  width: 100%;
}
#social-wall .leadership > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: #656d78;
  position: relative;
  text-align: left;
}
#social-wall .leadership.is-tall > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#social-wall .leadership > .content > .content-wrapper > .img-wrapper > .post-copy > p > i {
  font-size: 28px;
  margin-bottom: 20px;
}
#social-wall .leadership > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  background: #fff;
  color: #a100ff;
}

/* OTHER TILE */

#social-wall .other > .content {
  background-color: #fff;
}
#social-wall .other > .content > .content-wrapper > .img-wrapper {
  background-color: #fff;
}
#social-wall .other > .content > .content-wrapper > .img-wrapper > .post-copy {
  background-color: #fff;
  color: #a100ff;
}
#social-wall .other > .content > .content-wrapper > .img-wrapper > .post-image {
  display: block;
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  width: 100%;
  /* Polyfill for object-fit */
  font-family: 'object-fit: cover';
  background: #fff;
}
#social-wall .color-image-placeholder {
  display: block;
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  width: 100%;
  /* Polyfill for object-fit */
  font-family: 'object-fit: cover';
  background: #a100ff;
}
#social-wall .other > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: #656d78;
  position: relative;
  text-align: left;
}
#social-wall .other .is-tall > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#social-wall .other > .content > .content-wrapper > .img-wrapper > .post-copy > p > i {
  font-size: 28px;
  margin-bottom: 20px;
}
#social-wall .other > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  color: #a100ff;
}

/* LIMELIGHT VIDEOS */

#social-wall .limelight-video-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
#social-wall .limelight-video-wrapper:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
#social-wall .limelight-video-wrapper .LimelightEmbeddedPlayer,
#social-wall .limelight-video-wrapper object,
#social-wall .limelight-video-wrapper video {
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}
#social-wall .limelight-video-wrapper .LimelightEmbeddedPlayer > .limelight-player-footprint {
  height: 100% !important;
  width: 100% !important;
}

/*FACEBOOK */

#social-wall .facebook > .content {
  background-color: #666;
}
#social-wall .facebook > .content > .content-wrapper > .img-wrapper > .post-copy {
  background: rgb(125, 126, 125);
  background: -webkit-linear-gradient(top, rgba(125, 126, 125, 0.8) 0%, rgba(56, 56, 56, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 126, 125, 0.8)), to(rgba(56, 56, 56, 0.4)));
  background: white;
  color: #000 !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838', GradientType=0);
}
#social-wall .facebook > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: #656d78;
}
#social-wall .facebook > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  background-color: #fff;
  color: #a100ff;
}
#social-wall .facebook > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(1) {
  width: 30px;
}
#social-wall .facebook > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(2) {
  width: calc(100% - 30px);
}

/*INSTAGRAM */

#social-wall .instagram > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  color: #a100ff;
  background-color: #fff;
}
#social-wall .instagram > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(1) {
  width: 45px;
}
#social-wall .instagram > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(2) {
  width: calc(100% - 45px);
}

/**/

#social-wall .red-grad > .content {
  background-color: #656d78;
}
#social-wall .red-grad > .content > .content-wrapper > .img-wrapper > .post-copy {
  background: rgb(161, 0, 255);
  background: -webkit-linear-gradient(top, rgba(117, 0, 192, 0.7) 0%, rgba(56, 0, 137, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 0, 192, 0.7)), to(rgba(56, 0, 137, 0.4)));
  background: linear-gradient(to bottom, rgba(117, 0, 192, 0.7) 0%, rgba(56, 0, 137, 0.4) 100%);
  color: white;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a100ff', endColorstr='#7500c0', GradientType=0);
}
#social-wall .red-grad > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: white;
}
#social-wall .red-grad > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  color: white;
}
#social-wall .red-grad > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button {
  color: white;
}
#social-wall .red-grad > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button:hover {
  color: #a100ff;
}

/* TWITTER */

#social-wall .twitter > .content {
  background-color: white;
}
#social-wall .twitter > .content > .content-wrapper > .img-wrapper {
  background-color: rgba(255, 255, 255, 0.6);
}
#social-wall .twitter > .content > .content-wrapper > .img-wrapper > .post-copy {
  background-color: rgba(255, 255, 255, 0.6);
  color: #a100ff;
}
#social-wall .twitter > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: #656d78;
}
#social-wall .twitter > .content > .content-wrapper > .img-wrapper > .post-copy > p > a {
  color: #656d78;
}
#social-wall .twitter > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  background-color: rgba(255, 255, 255, 0.0);
  color: #a100ff;
}
#social-wall .twitter > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button {
  color: #a100ff;
}
#social-wall .twitter > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button:hover {
  color: black;
}
#social-wall .twitter > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(1) {
  width: 40px;
}
#social-wall .twitter > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(2) {
  width: calc(100% - 40px);
}
#social-wall .grey > .content {
  background: rgb(125, 126, 125);
  background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(56, 56, 56, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 126, 125, 1)), to(rgba(56, 56, 56, 1)));
  background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(56, 56, 56, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838', GradientType=0);
}
#social-wall .grey > .content > .content-wrapper > .img-wrapper {
  background: rgb(125, 126, 125);
  background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(56, 56, 56, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 126, 125, 1)), to(rgba(56, 56, 56, 1)));
  background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(56, 56, 56, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838', GradientType=0);
}
#social-wall .grey > .content > .content-wrapper > .img-wrapper > .post-copy {
  color: white;
  background: rgb(125, 126, 125);
  background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(56, 56, 56, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 126, 125, 1)), to(rgba(56, 56, 56, 1)));
  background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(56, 56, 56, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838', GradientType=0);
}
#social-wall .grey > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: white;
}
#social-wall .grey > .content > .content-wrapper > .img-wrapper > .post-copy > p > a {
  color: white;
}
#social-wall .grey > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  color: #a100ff;
}
#social-wall .grey > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button {
  color: #a100ff;
}
#social-wall .grey > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button:hover {
  color: white;
}

/* RSS FEEDS */

#social-wall .rss > .content {
  background: rgb(161, 0, 255);
  background: -webkit-linear-gradient(top, rgba(117, 0, 192, 0.7) 0%, rgba(56, 0, 137, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 0, 192, 0.7)), to(rgba(56, 0, 137, 0.7)));
  background: linear-gradient(to bottom, rgba(117, 0, 192, 0.7) 0%, rgba(56, 0, 137, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a100ff', endColorstr='#ff3901', GradientType=0);
}
#social-wall .rss > .content > .content-wrapper {
  background-color: white;
}
#social-wall .rss > .content > .content-wrapper > .img-wrapper {
  background: rgb(161, 0, 255);
  background: -webkit-linear-gradient(top, rgba(117, 0, 192, 0.7) 0%, rgba(56, 0, 137, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 0, 192, 0.7)), to(rgba(56, 0, 137, 0.7)));
  background: linear-gradient(to bottom, rgba(117, 0, 192, 0.7) 0%, rgba(56, 0, 137, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a100ff', endColorstr='#ff3901', GradientType=0);
}
#social-wall .rss > .content > .content-wrapper > .img-wrapper > .post-copy {
  background: rgb(161, 0, 255);
  background: -webkit-linear-gradient(top, rgba(117, 0, 192, 0.7) 0%, rgba(56, 0, 137, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 0, 192, 0.7)), to(rgba(56, 0, 137, 0.7)));
  background: linear-gradient(to bottom, rgba(117, 0, 192, 0.7) 0%, rgba(56, 0, 137, 0.7) 100%);
  color: rgb(161, 0, 255);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a100ff', endColorstr='#ff3901', GradientType=0);
}
#social-wall .rss > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: white;
  position: relative;
  text-align: center;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#social-wall .rss > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  color: white;
}
#social-wall .rss > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button {
  color: white;
}
#social-wall .rss > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button:hover {
  color: black;
}

/* COMMITMENT TILE */

#social-wall .commitment > .content {
  background-color: white;
}
#social-wall .commitment > .content > .content-wrapper > .img-wrapper {
  background-color: rgba(255, 255, 255, 0.6);
}
#social-wall .commitment > .content > .content-wrapper > .img-wrapper > .post-copy {
  background-color: rgba(255, 255, 255, 0.6);
  color: #a100ff;
}
#social-wall .commitment > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  color: #656d78;
}
#social-wall .commitment.commitment > .content > .content-wrapper > .img-wrapper > .post-copy > p {
  font-family: "Graphik Regular", "Arial Black", sans-serif;
}
#social-wall .commitment > .content > .content-wrapper > .img-wrapper > .post-copy > p > a {
  color: #656d78;
}
#social-wall .commitment > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  background-color: rgba(255, 255, 255, 0.0);
  color: #a100ff;
}
#social-wall .commitment > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button {
  color: #a100ff;
}
#social-wall .commitment > .content > .content-wrapper > .img-wrapper > .bottom-wrapper > .right > p > button:hover {
  color: black;
}
#social-wall .commitment > .content > .content-wrapper > .img-wrapper > .bottom-wrapper >:nth-child(2) {
  width: calc(100% - 40px);
}

/* EQUALITY CREATE */

#social-wall .equality-create > .content {
  background-color: white;
}
#social-wall .equality-create > .content > .content-wrapper > .img-wrapper > .bottom-wrapper {
  color: #a100ff;
  padding: 0 10px;
  text-align: center;
}
#social-wall .equality-create > .content > .content-wrapper > .img-wrapper > .post-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto !important;
}
#social-wall .equality-create > .content > .content-wrapper > .img-wrapper > .bottom-wrapper .tile-cta:before {
  content: '> ';
}
#social-wall .equality-create > .content > .content-wrapper > .img-wrapper > .post-copy {
  display: none;
}

/* MODAL STYLE */

.modal {
  color: white;
}
.modal-backdrop {
  filter: alpha(opacity=90) !important;
  opacity: 0.9 !important;
}
.tile-modal .modal-title {
  color: #fff;
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 22px;
  line-height: 22px;
}
.tile-modal .modal-dialog {
  padding-top: 30px;
}
.modal-dialog a:hover {
  text-decoration: none !important;
}
.modal-dialog .fa {
  color: #fff;
  font-size: 25px;
  padding: 20px 10px 0;
}
.modal-dialog .fa:hover {
  color: #a100ff;
}
.center {
  text-align: center;
}
.modal-title i {
  color: #a100ff;
  font-size: 30px;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 5px;
}
.modal-footer button {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.close {
  text-shadow: none;
  float: none;
}
.modal-footer button:hover {
  color: #a100ff;
  opacity: 1;
}
.modal-footer button:focus {
  color: #a100ff;
  opacity: 1;
}
.modal-footer button span {
  border-bottom: 1px solid;
  font-size: 18px;
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  text-transform: uppercase;
}
.modal-footer {
  border: none;
  text-align: center;
}
.modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-top: 5px;
  text-align: center;
}
.modal-copy {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 850px;
}
.modal-copy br {
  display: none;
}
.modal-copy p {
  color: #fff;
}
.modal-copy a {
  color: #a100ff;
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
}
.modal-image img {
  display: block;
  width: auto;
  max-width: 600px;
  margin: 0 auto 10px auto;
}
.social-link-button {
  text-align: center;
  margin-top: 20px;
}
.social-link-button a {
  background-color: #a100ff;
  border: 1px solid #a100ff;
  color: white;
  display: inline-block;
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  padding-bottom: 3px;
  padding-top: 3px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 50%;
}
.social-link-button a:hover {
  color: #a100ff;
  background-color: transparent;
}

@media (max-width: 767px) {
  .modal-image img {
    max-width: 100%;
  }
}

/* TYPE FILTERS */

#social-wall #filters {
  position: absolute;
  background-color: #000;
}
#social-wall #filters button {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  line-height: 0;
  padding: 6px 5px;
  width: 100%;
}
#social-wall #filters .nav-icon {
  margin: 0 auto;
  width: 30px;
}
#social-wall #filters button i {
  display: block;
  font-size: 30px;
  margin: 0 auto;
  width: 30px;
}
#social-wall #filters .filter-text,
#social-wall #filters #filter-select {
  display: none;
}
#social-wall #filters .active,
#social-wall #filters .btn,
#social-wall #filters .btn-primary {
  background-color: transparent;
  background-image: none;
  border-top: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#social-wall #filters .active {
  color: #a100ff;
}
#social-wall #nav-wrapper #filter-buttons .btn-randomize {
  background: #fff;
  border: 1px solid #a100ff;
  border-top: none !important;
  color: #a100ff !important;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  position: relative;
}
#social-wall #nav-wrapper #filter-buttons .btn-randomize:hover {
  background-color: #000;
  border: 1px solid #000;
}
#social-wall #nav-wrapper #filter-buttons .btn-randomize .filter-text {
  color: #a100ff !important;
}
#social-wall .random-arrows {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#social-wall .rotate-arrow {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#social-wall .btn:focus,
#social-wall .btn:active,
#social-wall a:focus {
  outline: none !important;
}
#social-wall .iajaxscroll-btn-loadmore {
  display: none !important;
}
#social-wall .form-control {
  background-color: transparent;
  border: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#social-wall .share-links>a {
  display: inline-block;
  color: white;
  padding: 20px 10px 10px 10px;
  font-size: 26px;
  transition: all 0.2s;
}
#social-wall .share-links>a:hover {
  color: #a100ff;
}

/* MEDIUM DEVICES*/

@media (max-width: 979px) {
  #social-wall #sidebar.affix-top {
    position: static;
  }
  #sidebar .affix-bottom {
    position: relative;
  }
  #sidebar.affix {
    position: fixed;
    top: 70px;
  }
  #social-wall .social-wall {
    padding-right: 0;
  }
}

/* SMALL DEVICES */

@media only screen and (max-width: 767px) {
  #social-wall .grid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  #social-wall .social-wall {
    padding-right: 0;
  }
  #social-wall .content {
    margin-right: 0;
  }
  #social-wall .grid {
    padding-left: 0;
    padding-right: 0;
  }
  #social-wall .grid-column {
    height: inherit;
    overflow: auto;
  }
  #social-wall .social-link-button a {
    width: 100%;
  }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
  #social-wall #filters {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #social-wall .scrolling .content,
  #social-wall .processing .content {
    -webkit-transition: none;
    transition: none;
  }
  :not(.scrolling):not(.processing) .content:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
  }
  #social-wall .content:after {
    background: rgba(255, 255, 255, 0.13);
    background: -webkit-gradient( linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.0)));
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    position: absolute;
    top: -110%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 200%;
  }
  #social-wall .scrolling .content:after,
  #social-wall .processing .content:after {
    display: none;
  }
}
#social-wall #filters .filter-select * {
  -webkit-animation-name: glow;
  animation-name: glow;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
#social-wall #nav-wrapper {
  opacity: 0;
  -webkit-transition: transform 500ms ease-in-out, opacity 300ms ease;
  -o-transition: transform 500ms ease-in-out, opacity 300ms ease;
  transition: transform 500ms ease-in-out, opacity 300ms ease;
  -webkit-transform: translate3d(0, 999px, 0);
  -ms-transform: translate3d(0, 999px, 0);
  transform: translate3d(0, 999px, 0);
}
#social-wall #nav-wrapper.is-visible {
  opacity: 1;
  -webkit-transform: translateY(-42.5px) translate3d(0, 0, 0);
  -ms-transform: translateY(-42.5px) translate3d(0, 0, 0);
  transform: translateY(-42.5px) translate3d(0, 0, 0);
}
#social-wall #nav-wrapper.is-visible.is-open {
  -webkit-transform: translateY(-297.5px) translate3d(0, 0, 0);
  -ms-transform: translateY(-297.5px) translate3d(0, 0, 0);
  transform: translateY(-297.5px) translate3d(0, 0, 0);
}
#social-wall #filters {
  background-color: transparent;
  margin-right: 0;
  padding: 0;
  right: 0;
  text-align: left;
  width: auto;
}
#social-wall #filters button,
#social-wall #filters .btn {
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 24px;
  height: 85px;
  margin: 0;
  min-width: 0px;
  padding: 12px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 90px;
}
#social-wall #filters button:hover,
#social-wall #filters .btn:hover {
  background-color: #a100ff;
}
#social-wall #filters i,
#social-wall #filters .filter-text {
  vertical-align: top;
}
#social-wall #filters .filter-text {
  color: #fff;
  display: block;
  font-size: 11px;
  line-height: 1;
  padding-top: 5px;
  white-space: normal;
  width: 100%;
}
#social-wall #filters .filter-select .filter-text {
  color: #a100ff;
}
#social-wall #filters .filter-desc, #social-wall #filters .filter-text.filter-menu-temp {
  display: none;
  font-family: "Graphik Black", "Arial Black", sans-serif;
  font-size: 12px;
  line-height: 0;
  margin-left: 57px;
  text-transform: none;
}
#social-wall #filters .filter-text.filter-menu-temp{
  margin-left: 52px;
}
#social-wall #filters .filter-plus {
  height: 20px;
  margin-top: 10px;
  position: relative;
  -webkit-transition: transform 300ms linear;
  -o-transition: transform 300ms linear;
  transition: transform 300ms linear;
  width: 20px;
}
#social-wall #filters .filter-select.is-open .filter-plus {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
#social-wall #filters .filter-x {
  display: block;
}
#social-wall #filters .filter-buttons {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 0px;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transition: height 500ms ease-in-out, top 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out, top 500ms ease-in-out;
  transition: height 500ms ease-in-out, top 500ms ease-in-out;
}
#social-wall #filters .filter-buttons.is-open {
  height: 510px;
  top: 85px;
  width: 100%;
}
#social-wall #filters .filter-buttons .btn:not(:first-of-type) {
  padding-top: 12px;
}
#social-wall #filters .filter-buttons .active {
  background: #a100ff;
  color: #fff;
}
#social-wall #filters #filter-select {
  background: #000;
  color: #a100ff;
  display: block;
  right: 0;
  padding: 12px 12px 12px 12px;
  position: relative;
  width: 90px;
  z-index: 99;
}
#social-wall #filters #filter-select .icn-filter {
  background-color: black;
  color: #fff;
  padding: 15px;
}
#social-wall #filters .filter-current {
  font-size: 0.7em;
  padding-left: 10px;
}
#social-wall .sticky-nav {
  max-width: 300px;
  position: fixed;
  right: 0;
  top: 50%;
  width: 33.3%;
  z-index: 99;
}
#social-wall .sticky-nav.is-open {
  max-width: 100%;
  width: 678px;
}
#social-wall .sticky-nav.is-open #filters {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  width: auto;
}
#social-wall #filters.is-fixed-within {
  right: 0;
}

@media (max-width: 900px) {
  #social-wall .sticky-nav.is-open {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 767px) {
  #social-wall #filters #filter-select .filter-text {
    top: 20% !important;
  }
}

/* If viewport is normal width but less than 768px in height,
keep vertical filter menu but reduce its height */
@media (min-width: 768px) and (max-height: 767px) and (min-height: 655px) {
  #social-wall .sticky-nav {
    top: 56.5%;
  }
  #social-wall #filters .filter-buttons.is-open {
    height: 420px;
  }
  #social-wall #filters #filter-select {
    height: 85px;
  }
  #social-wall #filters button,
  #social-wall #filters .btn {
    height: 70px;
  }
  #social-wall #filter-buttons .filter-text {
    display: none !important;
  }
}

/* If viewport isnormal width but but less than 655px in height,
switch to mobile filter menu */
@media (max-width: 767px), (max-height: 654px) {
  #social-wall .sticky-nav.is-open {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    top: 0;
  }
  #social-wall .sticky-nav.is-open #filters {
    position: relative;
    width: 100%;
  }
  #social-wall #nav-wrapper {
    opacity: 0;
    -webkit-transition: opacity 300ms ease, translate3d(0, 999px, 0);
    -o-transition: opacity 300ms ease, translate3d(0, 999px, 0);
    transition: opacity 300ms ease, translate3d(0, 999px, 0);
  }
  #social-wall #nav-wrapper.is-visible {
    opacity: 1;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  #social-wall #nav-wrapper.is-visible.is-open {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #social-wall #nav-wrapper.is-visible.is-open #filters {
    height: 100%;
  }
  #social-wall #nav-wrapper.is-visible #filter-select {
    border-bottom: none;
    border-right: none;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    transition: none;
    width: 55px;
  }
  #social-wall #nav-wrapper.is-visible.is-open #filter-select {
    top: calc(50% - 100px);
  }
  #social-wall #filters #filter-select .filter-text {
    left: 50%;
    margin: 0;
    margin-left: 5px;
    max-width: unset;
    padding: 0;
    padding-left: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    width: 200px;
  }
  #social-wall #filters #filter-select .filter-text:before,
  #social-wall #filters #filter-select .filter-text:after {
    content: '^';
    display: inline-block;
    font-size: 20px;
    margin-right: 25px;
    padding-top: 3px;
    -webkit-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #social-wall #filters #filter-select .filter-text:after {
    margin-left: 25px;
  }
  #social-wall #filters #filter-select.is-open .filter-text:before,
  #social-wall #filters #filter-select.is-open .filter-text:after {
    -webkit-transform: rotate(0deg) translateY(6px);
    -ms-transform: rotate(0deg) translateY(6px);
    transform: rotate(0deg) translateY(6px);
  }
  #social-wall #filters #filter-select .filter-plus {
    display: none;
  }
  #social-wall #nav-wrapper.is-visible.is-open .filter-buttons {
    top: calc(50% - 100px);
  }
  #social-wall #filters .filter-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 200px;
    left: unset;
    right: 0;
    -webkit-transition: width 500ms ease-in-out, right 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out, right 500ms ease-in-out;
    transition: width 500ms ease-in-out, right 500ms ease-in-out;
    width: 0;
  }
  #social-wall #filters .filter-buttons.is-open {
    height: 200px;
    left: unset;
    right: 55px;
    top: 0;
    width: calc(100vw - 55px);
  }
  #social-wall #filters button,
  #social-wall #filters .btn {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 66.666666px;
    width: 50%;
  }
  #social-wall #filters button:nth-of-type(2n) {
    border-right: none;
  }
  #social-wall #nav-wrapper #filter-buttons .btn-randomize {
    border: none;
    margin-top: 0;
  }
  #social-wall #filters .filter-text {
    font-size: 14px;
    margin-left: 5px;
    max-width: 80%;
    padding-top: 0;
    text-align: left;
    width: unset;
  }
  #social-wall #filters button i,
  #social-wall #filters .filter-text {
    display: inline-block !important;
    vertical-align: middle;
    white-space: nowrap;
  }
  #social-wall #filters button,
  #social-wall #filters .btn span {
    font-size: 12px !important;
  }
}

@media (max-height: 654px) and (min-width: 992px) {
  #social-wall .sticky-nav.is-open {
    background: none;
    height: 50%;
    width: auto;
  }
}

@media (max-width: 991px) and (max-height: 654px) {
  #social-wall .sticky-nav.is-open {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-height: 654px) {
  #social-wall #filter-buttons {
    max-width: 430px;
  }
}

@media (max-width: 479px) {
  #social-wall #filters button i,
  #social-wall #filters .filter-text {
    white-space: normal;
  }
}

@media (max-width: 430px) {
  #social-wall #filters .active,
  #social-wall #filters .btn,
  #social-wall #filters .btn-primary {
    padding: 0 10px !important;
  }
}

@media (max-width: 400px) {
  #social-wall #filters .nav-icon {
    width: 25px;
  }
  #social-wall #filters .filter-close {
    width: 25px;
  }
}
#social-wall img {
  max-width: 100%;
}

@media screen and (max-width: 370px) {
  #social-wall #filters button,
  #social-wall #filters .btn span {
    font-size: 9px !important;
  }
  #social-wall #filters .filter-desc,
  #social-wall #filters .filter-text.filter-menu-temp {
    font-size: 10px;
  }
}

@media screen and (max-width: 360px) {
  #social-wall #filters .filter-text {
    width: calc(100% - 35px);
  }
}

/*====================================
GRID LAYOUT
======================================*/

#social-wall .grid {
  width: calc(100% + 10px);
}
#social-wall .grid-column {
  min-height: 500px;
  padding: 20px 0 90px;
}

@media screen and (min-width: 992px) {
  #social-wall .grid-column {
    min-height: 700px;
    padding: 60px 0 100px;
    width: 100%;
  }
}
#social-wall .grid-sizer,
#social-wall .tile {
  width: 100%;
}

@media only screen and (min-width: 501px) {
  #social-wall .grid-sizer,
  #social-wall .tile {
    width: 47.9%;
  }
}

@media only screen and (min-width: 900px) {
  #social-wall .grid-sizer,
  #social-wall .tile {
    width: 33%;
  }
}

@media only screen and (min-width: 1100px) {
  #social-wall .grid-sizer,
  #social-wall .tile {
    width: 24%;
  }
}

@media (max-width: 499px) {
  #social-wall .grid {
    width: 100% !important;
  }
}
#social-wall .load-more {
  background-color: #a100ff;
  bottom: -65px;
  color: #fff;
  cursor: pointer;
  font-family: "Graphik Black", "Arial Black", Sans-Serif;
  font-size: 20px;
  left: 50%;
  line-height: 1.1;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
}
#social-wall .load-more:hover {
  color: #a100ff;
  background-color: transparent;
  border: 1px solid #a100ff;
}
@media (max-width: 767px) {
  #social-wall .load-more {
    bottom: -50px;
  }
}
@media (max-width: 500px) {
  #social-wall .load-more {
    bottom: -75px;
  }
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #a100ff, 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.5), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.7), 1.8em -1.8em 0 0em #a100ff, 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.5), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.7), 2.5em 0em 0 0em #a100ff, 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.5), 2.5em 0em 0 0em rgba(117, 0, 192, 0.7), 1.75em 1.75em 0 0em #a100ff, 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.5), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.7), 0em 2.5em 0 0em #a100ff, -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.5), 0em 2.5em 0 0em rgba(117, 0, 192, 0.7), -1.8em 1.8em 0 0em #a100ff, -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.5), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.7), -2.6em 0em 0 0em #a100ff, -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.5), -2.6em 0em 0 0em rgba(117, 0, 192, 0.7), -1.8em -1.8em 0 0em #a100ff;
  }
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #a100ff, 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.5), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.7), 1.8em -1.8em 0 0em #a100ff, 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.5), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.7), 2.5em 0em 0 0em #a100ff, 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.5), 2.5em 0em 0 0em rgba(117, 0, 192, 0.7), 1.75em 1.75em 0 0em #a100ff, 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.5), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.7), 0em 2.5em 0 0em #a100ff, -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.2), -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.5), 0em 2.5em 0 0em rgba(117, 0, 192, 0.7), -1.8em 1.8em 0 0em #a100ff, -2.6em 0em 0 0em rgba(117, 0, 192, 0.2), -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.5), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.7), -2.6em 0em 0 0em #a100ff, -1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(117, 0, 192, 0.2), 1.8em -1.8em 0 0em rgba(117, 0, 192, 0.2), 2.5em 0em 0 0em rgba(117, 0, 192, 0.2), 1.75em 1.75em 0 0em rgba(117, 0, 192, 0.2), 0em 2.5em 0 0em rgba(117, 0, 192, 0.2), -1.8em 1.8em 0 0em rgba(117, 0, 192, 0.5), -2.6em 0em 0 0em rgba(117, 0, 192, 0.7), -1.8em -1.8em 0 0em #a100ff;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes glow {
  40% {
    opacity: 1
  }
  70% {
    opacity: 0.7
  }
  100% {
    opacity: 1
  }
}

@keyframes glow {
  40% {
    opacity: 1
  }
  70% {
    opacity: 0.7
  }
  100% {
    opacity: 1
  }
}
