.mod-juicer-feed .juicer-feed .j-loading {
  border-color: #000000;
}
.mod-juicer-feed .juicer-feed .j-loading:before {
  background-color: #000000;
}
.mod-juicer-feed .juicer-feed.loaded .slick-slide {
  opacity: 1;
}
.mod-juicer-feed .juicer-feed .j-paginate {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-transform: uppercase;
  background-color: transparent;
  line-height: 1.5;
  color: #223137;
  font-size: 0.8rem;
  outline: 0;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -ms-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  cursor: pointer;
  padding: 0.46875rem 0.9375rem 0.46875rem;
  border: 1px solid #223137;
  letter-spacing: 0;
}
.mod-juicer-feed .juicer-feed .j-paginate:hover, .mod-juicer-feed .juicer-feed .j-paginate:focus {
  color: #00B6FF;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -ms-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}
.mod-juicer-feed .juicer-feed .j-paginate:hover, .mod-juicer-feed .juicer-feed .j-paginate:focus {
  background-color: #223137;
  color: #FFFFFF;
}
.mod-juicer-feed .juicer-feed .j-paginate.e-button-outline-darkblue {
  border: none;
  color: #223137;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  margin: 0.46875rem 0.9375rem 0.46875rem;
  font-size: 0.875em;
  font-weight: bold;
}
.mod-juicer-feed .juicer-feed .j-paginate.e-button-outline-darkblue:after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #223137;
}
.mod-juicer-feed .juicer-feed .j-paginate.e-button-outline-darkblue:hover, .mod-juicer-feed .juicer-feed .j-paginate.e-button-outline-darkblue:focus {
  background-color: unset;
  color: #223137;
}
.mod-juicer-feed .juicer-feed.user li.feed-item {
  border: 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.mod-juicer-feed .juicer-feed.user li.feed-item:hover .j-message:before {
  width: 100%;
  background-color: #00B6FF;
  -webkit-transition: 450ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 450ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 450ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 450ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 450ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.mod-juicer-feed .juicer-feed.user .j-image {
  display: block;
  float: left;
  width: 100%;
}
.mod-juicer-feed .juicer-feed.user .j-image img {
  margin-bottom: 0;
}
.mod-juicer-feed .juicer-feed.user .j-poster {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  right: 0;
  z-index: 2;
  color: #FFFFFF;
  padding: 0;
}
.mod-juicer-feed .juicer-feed.user .j-poster a {
  padding: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.mod-juicer-feed .juicer-feed.user .j-poster:before {
  position: absolute;
  width: 100%;
  height: 74px;
  display: block;
  content: '';
  z-index: 0;
  /* Permalink - use to edit asnd share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(176deg, rgba(0, 0, 0, 0.8) 0%, transparent 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(176deg, rgba(0, 0, 0, 0.8) 0%, transparent 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(176deg, rgba(0, 0, 0, 0.8) 0%, transparent 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mod-juicer-feed .juicer-feed.user .j-poster h3 {
  color: #FFFFFF;
}
.mod-juicer-feed .juicer-feed.user .j-poster .j-date {
  color: rgba(255, 255, 255, 0.8);
}
.mod-juicer-feed .juicer-feed.user .j-poster .j-date:after {
  content: ' ago';
}
.mod-juicer-feed .juicer-feed.user .j-text {
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
.mod-juicer-feed .juicer-feed.user a {
  display: block;
}
.mod-juicer-feed .juicer-feed.user .j-message {
  padding-top: 10px;
  top: 37px;
  padding-bottom: 37px;
  position: relative;
}
.mod-juicer-feed .juicer-feed.user .j-message:before {
  content: '';
  height: 3px;
  position: absolute;
  background-color: #000000;
  width: 50%;
  -webkit-transition: 350ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 350ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 350ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 350ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 350ms all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  margin-top: -1px;
  left: 0;
}
.mod-juicer-feed .juicer-feed.user .j-message p {
  font-weight: bold;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-style: normal;
  font-size: 1.25rem;
  color: #000000;
}
.fonts-loaded ~ div .mod-juicer-feed .juicer-feed.user .j-message p, .fonts-loaded .mod-juicer-feed .juicer-feed.user .j-message p {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 40em) {
  .mod-juicer-feed .juicer-feed.user .j-message p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .mod-juicer-feed .juicer-feed.user .j-message p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .mod-juicer-feed .juicer-feed.user .j-message p {
    font-size: 1.5rem;
  }
}
.mod-juicer-feed .juicer-feed.user .j-meta {
  font-size: .9em;
  padding-top: 0;
  margin-top: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mod-juicer-feed .juicer-feed.user .j-meta a {
  color: #223137;
}
.mod-juicer-feed .juicer-feed.user .j-meta a:hover {
  color: #00B6FF;
}
.mod-juicer-feed .juicer-feed.user .j-meta a:hover :before {
  color: #00B6FF;
}
.mod-juicer-feed .juicer-feed.user .j-meta a :before {
  color: #223137;
}
.mod-juicer-feed .juicer-feed.user .j-meta nav {
  margin-top: -33px;
  margin-right: 6px;
  float: right;
}
.mod-juicer-feed .juicer-feed.user .j-social.facebook {
  color: #FFFFFF;
  font-size: 16px;
}
.mod-juicer-feed .juicer-feed.user .j-social.facebook:before {
  font-family: "cube-iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "f";
  color: #FFFFFF;
}
.mod-juicer-feed .juicer-feed.image-grid .instagram {
  background-color: #FFFFFF;
}
.mod-juicer-feed .juicer-feed.image-grid .j-text {
  background-color: rgba(0, 0, 0, 0.55);
}
.mod-juicer-feed .juicer-feed.image-grid .j-text .j-message {
  max-height: 70%;
  width: 80%;
  margin-bottom: 20px;
  position: relative;
}
.mod-juicer-feed .juicer-feed.image-grid .j-text .j-message p {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 40em) {
  .mod-juicer-feed .juicer-feed.image-grid .j-text .j-message p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 64em) {
  .mod-juicer-feed .juicer-feed.image-grid .j-text .j-message p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 75em) {
  .mod-juicer-feed .juicer-feed.image-grid .j-text .j-message p {
    font-size: 0.875rem;
  }
}
.mod-juicer-feed .juicer-feed.image-grid .j-text .j-message p a {
  color: #00B6FF;
}
.mod-juicer-feed .juicer-feed.image-grid .j-meta {
  font-size: .8em;
}
.mod-juicer-feed .juicer-feed.image-grid .j-meta a.j-social {
  color: #FFFFFF;
  background-color: transparent;
}
.mod-juicer-feed .juicer-feed.image-grid .j-meta a:hover {
  color: #00B6FF;
}
.mod-juicer-feed .juicer-feed.image-grid .j-meta a:hover:before {
  color: #00B6FF;
}
.mod-juicer-feed .juicer-feed.slider {
  height: auto;
}
.mod-juicer-feed .juicer-feed.slider .slick-arrow {
  margin: 0;
  top: 50%;
}

