.homeFeedBox1 .feedItem .feedTitle {
  font-size: 2em !important;
}

.headerContent .mainLogo{
  background-image: url("https://www.eosnetwork.org/Handlers/GetImage.ashx?IDMF=3834f7bf-224b-418e-bc30-20bd748dc13a&h=224&w=1000");
  width: 440px;
}

/* 957134 SA - make hyperlink underlined */
.appealsPostBody #bodyForm,
.eventsPostBody #bodyForm,
.newsPostBody #bodyForm,
.blogsPostBody #bodyForm,
.faqsPostBody #bodyForm,
.pagesPostBody #bodyForm {
	a:link {
		text-decoration: underline;
	}  
    ol.breadcrumbList, .shareList, .postAside  {
   		 a:link {
          text-decoration: none !important;
      	}
	}
  	a.cta-button {
    	text-decoration: none !important;
	}
}

.donate-contents * {
  max-width: 100% !important;
}

@media screen and (max-width: 1024px) {
    .menuMain .mainCallToAction a.cta-button {
      width: auto;
      border-radius: 6px;
      font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
}

.mainCallToAction a.cta-button {
      width: auto;
      border-radius: 6px !important;
      font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }