@import url("/clients/aspire-redesign2019/styles/main.min.css");
/* import url("//localhost:5757/main.css"); */

/* DI 12/03/2019 Hide author details ZD 38248 */
.blogDetails {
  display: none;
}

/* ZD 40555 */
.footerTwitter {
  display: none;
}

.FooterContact {
  max-width: 1256px;
  padding: 0 33px;
  margin: 0 auto;
}
.FooterContactInner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0;
}
.FooterContactInner > div {
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .FooterContactInner {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .FooterContactInner * {
    text-align: center;
  }
  .Footer-FacebookFeed iframe { 
    width: auto !important;
  }
}

.injectedFeaturesWrapper .homeFeature {
    background: #0046AD !important;
 }

.homeFeedBox1 {
  margin-top: 30px !important;
  margin-bottom: 100px !important
}
.homeFeedBox2 {
    background-color: #efefef !important;
}

@media (max-width: 1100px) {
  .homeFeedBox2 {
    padding-right: 33px !important;
    padding-left: 33px !important;
  }
}

.homeFeed > h3, .homeFeed > h4 {
  padding: 0 33px;
  max-width: 1256px;
  margin: 0 auto 10px;
}
@media (max-width: 399px) {
  .homeFeed > h3, .homeFeed > h4 {
    padding: 0 20px;
  } 
}

ul.shareList li a.twitter {
  display : none;
}