.node-homepage .field-name-field-carousel {
  position: relative;
}
@media screen and (min-width: 768px) {
  .node-homepage .field-name-field-carousel {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .node-homepage .field-name-field-carousel .slick-slide {
    max-height: 665px;
    overflow: hidden;
  }
}
.node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content {
  position: relative;
}
.node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .image-wrapper .overlay {
  background: rgba(255, 255, 255, 0.8);
}
.node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .image-wrapper img {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .image-wrapper img {
    max-width: fit-content;
    height: 310px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .image-wrapper img {
    max-width: fit-content;
  }
}
.node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .text-wrapper {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .text-wrapper.logo-1 {
  top: 13%;
}
@media screen and (min-width: 768px) {
  .node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .text-wrapper.logo-1:before {
    display: block;
    content: "";
    width: 100%;
    height: 150px;
    background: url("images/lw-logo.svg") center center no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .text-wrapper h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .text-wrapper h3.hp {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .node-homepage .field-name-field-carousel .slick-slide .field-collection-item-field-carousel .content a .text-wrapper h3.hp {
    margin-bottom: 1.5rem;
  }
}
.node-homepage .field-name-field-carousel ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100px;
  padding-inline-start: 0 !important;
  text-align: center;
}
.node-homepage .field-name-field-carousel ul.slick-dots li {
  list-style: none !important;
  flex-basis: 50px;
  align-items: center;
}
.node-homepage .field-name-field-carousel ul.slick-dots li button {
  text-indent: -10000px;
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: #20c4f4;
  border: 2px solid white;
  border-radius: 50%;
}
.node-homepage .field-name-field-carousel ul.slick-dots li.slick-active button {
  background-color: white;
  border: 3px solid #20c4f4;
  transition: all 0.5s ease;
}

.node-type-homepage .container-12 .region-postscript-second.grid-6 {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .node-type-homepage .region-postscript-second-inner {
    display: flex;
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 768px) {
  .node-type-homepage .region-postscript-second-inner > .block {
    flex-basis: 50%;
  }
}
.node-type-homepage .region-postscript-second-inner .view-id-news .views-row {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfdfdf;
}
.node-type-homepage .region-postscript-second-inner .view-id-news .views-row h3 {
  font-family: "Archer 8r", "Archer A", "Archer B";
  font-style: normal;
  font-weight: 800;
}
.node-type-homepage .region-postscript-second-inner .view-id-news .views-row .field-content.read-more {
  display: block;
  margin-top: 10px;
}
.node-type-homepage .region-postscript-second-inner .view-id-news .view-footer {
  padding: 1rem 0;
}
.node-type-homepage .region-postscript-second-inner .view-id-tweets .views-row {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(32, 196, 244, 0.3);
}
.node-type-homepage .region-postscript-second-inner .view-id-tweets .view-footer {
  padding: 1rem 0;
}

.node-type-living-wage-week-page {
  text-align: center;
}
@media (min-width: 768px) {
  .node-type-living-wage-week-page #region-content #selective-tweets-block-lww_hashtag_tweets {
    display: flex;
    flex-flow: column wrap !important;
    align-content: flex-start;
    overflow: hidden;
    height: 650px;
  }
  .node-type-living-wage-week-page #region-content #selective-tweets-block-lww_hashtag_tweets:before, .node-type-living-wage-week-page #region-content #selective-tweets-block-lww_hashtag_tweets:after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
  }
  .node-type-living-wage-week-page #region-content #selective-tweets-block-lww_hashtag_tweets .selective-tweet {
    width: 32.5%;
    margin: 0 5px;
  }
  .node-type-living-wage-week-page #region-content #selective-tweets-block-lww_hashtag_tweets .selective-tweet:nth-child(3n+1) {
    order: 1;
  }
  .node-type-living-wage-week-page #region-content #selective-tweets-block-lww_hashtag_tweets .selective-tweet:nth-child(3n+2) {
    order: 2;
  }
  .node-type-living-wage-week-page #region-content #selective-tweets-block-lww_hashtag_tweets .selective-tweet:nth-child(3n) {
    order: 3;
  }
  .node-type-living-wage-week-page #region-content #selective-tweets-block-lww_hashtag_tweets .selective-tweet div#app > div > div {
    background-color: lightblue;
  }
  .node-type-living-wage-week-page #region-content #selective-tweets-block-lww_hashtag_tweets #load-more-lww_hashtag_tweets {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.node-type-living-wage-week-page #region-content .content {
  position: relative;
}
.node-type-living-wage-week-page #region-content .content a {
  font-size: 1.5rem;
}
.node-type-living-wage-week-page #region-content .content .field-name-field-banner-image {
  margin-top: 30px;
}
.node-type-living-wage-week-page #region-content .content .field-name-field-banner-logo {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .node-type-living-wage-week-page #region-content .content .field-name-field-banner-logo {
    position: absolute;
    width: 100%;
    top: 84px;
    margin: 0;
  }
  .node-type-living-wage-week-page #region-content .content .field-name-field-banner-logo img {
    margin: 0 auto;
  }
}
.node-type-living-wage-week-page #region-content .content .field-name-field-top-text {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .node-type-living-wage-week-page #region-content .content .field-name-field-top-text {
    margin-top: 28px;
    padding: 110px 0 100px 0;
    background: url("images/blue-block.png") no-repeat center top;
    font-size: 2rem;
    color: #fff;
  }
}
.node-type-living-wage-week-page #region-content .content .field-name-field-top-text h2 {
  margin-bottom: 1rem;
}
.node-type-living-wage-week-page #region-content .content .field-name-field-top-text p {
  margin: 0 0 0.8rem 0;
}
@media (min-width: 768px) {
  .node-type-living-wage-week-page #region-content .content .field-name-field-additional-rich-text {
    font-size: 2rem;
  }
}
.node-type-living-wage-week-page #region-content .content .field-name-field-additional-rich-text ul {
  padding: 0;
}
.node-type-living-wage-week-page #region-content .content .field-name-field-additional-rich-text ul li {
  list-style: disc inside none;
}
.node-type-living-wage-week-page #region-content .content .field-name-field-tiles-heading {
  margin-top: 3rem;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-family: "Quicksand", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.7px !important;
}
@media (min-width: 1220px) {
  .node-type-living-wage-week-page #region-content .content .field-name-field-tiles-heading {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.node-type-living-wage-week-page #region-content .content .field-name-field-lww-tile {
  margin-top: 2rem;
}
.node-type-living-wage-week-page #region-content .content .field-name-field-lww-tile > .field-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.node-type-living-wage-week-page #region-content .content .field-name-field-lww-tile > .field-items > .field-item {
  width: 100%;
  margin: 0 0 20px 0;
}
@media (max-width: 980px) and (min-width: 740px) {
  .node-type-living-wage-week-page #region-content .content .field-name-field-lww-tile > .field-items > .field-item {
    width: 49%;
    margin: 0.5%;
  }
}
@media (min-width: 980px) {
  .node-type-living-wage-week-page #region-content .content .field-name-field-lww-tile > .field-items > .field-item {
    width: 24%;
  }
}

/*# sourceMappingURL=style.css.map */
