/*[data-pagename="news"] #ipsLayout_mainArea {
    display: block;
}
[data-pagename="news"] .ipsLayout_container {
    max-width: 1140px !important;
}*/
#ipsLayout_mainArea {
    display: block;
}
.ipsLayout_container {
    max-width: 1140px !important;
}
body .ipsBreadcrumb {
	display: none;
  padding: 0;
}
.news-header {
    background-color: rgb( var(--theme-header) );
    background-color: #234347;
    color: #fff;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin-bottom: 10px;
}
.news-header a{
    color: inherit;
}
.news-header hr {
    max-width: 150px;
    border: 0;
    height: 0;
    border-top: 1px solid currentColor;
    opacity: .5;
    margin: 10px auto;
}
.news-header ._padding {
    padding: 10vh 0;
    padding: min(50px, 10vh) 0;
}
.news-header ._title {
    margin: 0;
    font-size: 44px;
    font-size: clamp(24px, 4vw, 44px);
    font-weight: 300;
    line-height: 1.2;
	text-wrap: balance;
    /*font-family: 'PT Sans';*/
}
.news-header ._desc {
    margin: 0;
    font-size: 21px;
    font-size: clamp(16px, 2.4vw, 21px);
    opacity: .75;
	text-wrap: balance;
}
.news-header ._nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
    line-height: 42px;
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.news-header ._nav ul::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0px;
}
.news-header ._nav li {
    flex: 1 0 auto;
}
.news-header ._nav a {
    display: block;
    padding: 0 20px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
}
@media screen and (min-width: 400px) and (max-width: 800px) {
	.news-header ._nav ul {
		line-height: 20px;
	}
	.news-header ._nav li {	
		flex-shrink: 1;
	}
	.news-header ._nav a {
		padding-top: 10px;
		padding-bottom: 7px;
	}
}
@media screen and (min-width: 400px) and (max-width: 800px) {
    .news-header ._nav ul {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.news-header ._nav a:hover{
    background-color: rgba(255,255,255,.1);
}
.news-header ._nav ._active a{
    background-color: rgb( var(--theme-page_background) );
    color: rgb(var(--theme-text_dark));
}
.button__follow {margin-top: 6px;}
.button__follow .ipsFollow.ipsButton_light {background-color: rgba( var(--theme-header),.85); color: white;}

#elNews__grid--listing {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr) );
}
.sNews__item  {
	flex-grow: 1;
  	display: flex;
	flex-direction: column;
	cursor: pointer;
 	position: relative;
}
.sPage__news .sNews__item:last-child {
  margin-right: 0;
}
h2.sNews__item__title {
  text-wrap: balance;
}
.sNews__row  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
	  -ms-flex-pack: start;
		  justify-content: flex-start;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (min-width: 980px) {
  .sNews__row  {
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
  }
}
.sNews__item__body  {
	flex-grow: 1;
	display: flex;
    flex-direction: column;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	padding: 15px;
}
.sNews__item__image {
    height: 250px;
    background-image: url('//esperanto.org.uk/uploads/assets/cms/articles/flag-collage.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}
.sNews__item__image > img  {
	display: none;
}
.info_badges {
  margin-left: 7px;
  margin-top: 7px;
}
#latest_news_feed .info_badges {
	display: none;
}

.sNews__item__snippet {
	font-size: .8rem;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.sNews__item__stats  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.3;
}
.sNews__item__comments {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.sNews__item .ipsDataItem_modCheck  {
	position: absolute;
	top: 0;
	right: 0;
 	left: auto;
}
#ipsLayout_mainArea {
    padding-bottom: 20px;
}


/*
  ----------------
  - Article header
  ----------------
*/

.news-article-header {
	background-size: cover;
 	background-position: 50%;
	border-radius: 6px;
  	overflow: hidden;
  	margin: 15px 0;
}

.news-article-header ._height {
 	overflow: hidden;
	max-height: 50vh;
}
.news-article-header ._height::before {
  	content: '';
  	display: block;
  	padding-top: 59.65%;
}
.news-article-header ._nav ul {
  	margin: 0;
  	padding: 0;
  	list-style: none;
  	display: inline-flex;
  	flex-wrap: wrap;
    background: rgba(0,0,0,.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 0 5px 0 0;
    overflow: hidden;
    font-weight: 500;
}
.news-article-header ._nav a {
  display: block;
  color: #fff;
  padding: 0 20px;
  line-height: 42px;
}
.news-article-header ._nav a:hover {
  background: rgba(0,0,0,.2);
}
.sSection {
  padding: 5rem 0 5rem;
}
@media screen and (min-width: 980px) {
  .sSection  {
	padding: 8rem 0 8rem;
  }
}
.sHero {
  padding: 5rem 0 5rem;
}
@media screen and (min-width: 980px) {
  .sHero  {
	padding: 7.5rem 0 9rem;
  }
}
.sHero__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.2rem;
}
.sHero__title a {
  color: #fff;
}
@media screen and (min-width: 980px) {
  .sHero__title  {
	font-size: 4.4rem;
  }
}
.sHero__strapLine {
  margin-top: 10px;
  font-size: 1.7rem;
}
@media screen and (min-width: 980px) {
  .sHero__strapLine  {
	font-size: 2.1rem;
  }
}
.sHero__hr {
  width: 150px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sNews__catBadge {
  display: none;
}
#latest_news_feed .sNews__catBadge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(51, 51, 51, 0.5);
  border-radius: 30px;
  padding: 3px 15px;
  line-height: 18px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}
.sNews__blockquote {
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.3;
  font-weight: 300;
  font-style: italic;
  color: #963c8a;
  margin: 20px;
  padding: 10px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 980px) {
  .sNews__blockquote  {
	float: right;
	margin: 20px 0 20px 20px;
	padding: 0 0 10px 20px;
	border: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	max-width: 240px;
  }
}
.sNews__blockquote > p {
  margin: 0;
}
.sNews__blockquote:before,
.sNews__blockquote:after {
  font-family: FontAwesome;
  font-size: 28px;
  color: #963c8a;
}
.sNews__blockquote:before {
  content: '\f10d';
  margin-bottom: 10px;
}
.sNews__blockquote:after {
  content: '\f10e';
  float: right;
  margin-top: 10px;
  display: none;
}
.sNews__nav {
  margin: 0 auto 15px;
  line-height: 44px;
  position: relative;
  top: -44px;
}
.sNews__nav a {
  color: #fff;
  opacity: 0.5;
}
.sNews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
	  -ms-flex-pack: start;
		  justify-content: flex-start;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (min-width: 980px) {
 .sNews__row  {
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
  }
}
@media screen and (min-width: 980px) {
	.sNews__view .sNews__article.ipsBox {
    	padding: 50px 150px !important;
  }
}
.nav_links_no_cover_photo {
	display: flex;
	justify-content: space-evenly;
	margin-top: 15px;
}
.nav_links_no_cover_photo a {
	color: rgb( var(--theme-text_color) );
}
.nav_links_no_cover_photo a:hover {
	color: rgb( var(--theme-link_hover) );
}
.sNews__article .ipsType_richText.ipsType_normal {
    font-size: 16px;
    font-family: inherit;
    line-height: 1.7;
}
h1.article__title {
    color: #ffffff;
    font-size: 3rem;
    text-shadow: 2px 1px 5px #0fad67;
    margin-top: 30px;
	line-height: 1.35;
    font-weight: 100;
	text-align: center;
    font-family: 'PT Sans';
	text-wrap: balance;
}
@media screen and (max-width: 779px) { 
	h1.article__title {
    	font-size: 2rem;
		line-height: 1.45;
	}
}
span.article__title {
    background-image: linear-gradient(to right bottom, rgba(126,213,111,0.85), rgba(40,180,133,0.85));
    /*background: var(--branding);*/
  	padding: 0.25rem 1rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	text-wrap: balance;
}
.ipsImage, .ipsAttachLink_image {
    display: block;
	margin-left: auto;
	margin-right: auto;
}
.publishing_listing_cover {
  /*height: 350px;
  max-width: 100%;*/
}
.publishing_listing_cover img {
  height: 100%;
  max-width: 100%;
}
.publishing_badges {
  margin: 0 10px 7px;
}
.publishing_badges.large {
  margin: 16px 0 0;
}
.publishing_badges.large .ipsBadge {
  font-size: 16px;
}
.publishing_badges .date {
	float: right;
	font-size: x-small;
	padding-top: 4px;
}
.publishing .sNews__item__snippet, .publishing .sNews__lower-half {display: none;}

.ebay-link {
	display: grid;
	grid-template-columns: 160px  1fr;
	grid-template-areas:
	"ebay-cover header"
    "ebay-cover message";
	color: rgb( var(--theme-text_color) );
	border: 1px solid rgba( var(--theme-text_dark), 0.1 );
	border-radius: 4px;
	margin: 0 0 10px;
}
@media only screen and (max-width: 640px)  {
  .ebay-link {   
	grid-template-columns: 1fr;
	grid-template-areas:
	"header"
    "ebay-cover"
    "message";
  }
}
	
.ebay-link .header {
	grid-area: header;
	background: rgb( var(--theme-area_background_light) );
	padding: 8px;
	border-radius: 0 4px 0 0;
	text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.ebay-link .ebay-cover {
	grid-area: ebay-cover;
}
.ebay-link .ebay-cover img {
	max-width: 100%;
}
.ebay-link .message {
	grid-area: message;
	padding: 10px;
}
.ebay-link .message a {
	text-decoration: underline;
}
.ebay-link img.ebay-logo {
	max-width: 40px;
	position: relative;
    top: -1px;
    right: -2px;
}
.publishing-sample {
  display: block;
  /*border-top: 5px solid;*/
  color: rgb(var(--theme-header));
    margin: var(--sp-6) auto;
    padding: var(--sp-7);
  text-align: center;
  max-width: 300px;
    background-position:  0 0, 0 0, 100% 0, 0 100%;
    background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
    background-repeat: no-repeat;
 /* Centered*/
    background-image:
        linear-gradient(0deg, transparent 15%, rgba(126,213,111,0.85) 15%, rgba(40,180,133,0.85) 85%, transparent 85%),
        linear-gradient(90deg, transparent 15%, rgba(126,213,111,0.85) 15%, rgba(40,180,133,0.85) 85%, transparent 85%),
        linear-gradient(180deg, transparent 15%, rgba(126,213,111,0.85) 15%, rgba(40,180,133,0.85) 85%, transparent 85%),
        linear-gradient(270deg, transparent 15%, rgba(126,213,111,0.85) 15%, rgba(40,180,133,0.85) 85%, transparent 85%)
    ;
}
a.sample-link--front {
	margin-left: 3px;
}
.sample-front::before {
	font-family: 'FontAwesome';
    content: '\f019';
}
.sample-icon::before {
	font-family: 'FontAwesome';
	top: var(--sp-4);
	line-height: 1;
    content: '\f019';
	font-size: 34px;
}
.sample-link {
}
.sample {
	/*background-image: linear-gradient(to right bottom, rgba(126,213,111,0.85), rgba(40,180,133,0.85));*/
	color: rgb( var(--theme-header));
	position: relative;
	margin-top: 1rem;
    padding: 8px 8px 8px 68px !important;
    font-size: 1rem;
    line-height: .6;border-radius:var(--radius-1);position:relative;margin-bottom:var(--sp-3);color:#fff;border:1px solid rgba(0,0,0,0.1);box-shadow:inset rgba(255,255,255,0.1) 0px 1px 0px;
}
@media only screen and (max-width: 400px) {
  .sample {font-size: .8rem; line-height: 1.1;}
}
.sample:before {
	font-family: 'FontAwesome';
	position: absolute;
	top: var(--sp-4);
	line-height: 1;
    content: '\f019';
	font-size: 34px;
}
.caption {
    display: block;
    text-align: center;
    text-wrap: balance;
    color: #999;
    font-size: .8rem;
    font-style: italic;
}
.caption:before {
    content: "\25b2";
    font-style: normal;
    margin-right: 10px;
	color: rgb( var(--theme-header) );
}
  /* Plugin looks for elements with class named "balance-text" */
.balance-text {
	text-wrap: balance;  /* Apply (proposed) CSS style */
}

/* Page-level customisation */

body[data-pageid="135"] .news-article-header {background-position: top;}
body[data-pageid="230"] .news-article-header {background-position: top;}