@media screen and (min-width:1131px){
	.page_news .brief_news{
		height:313px;
	}
}

/**Video embed*/
.video_embed {
    float: none;
    clear: both;
    width: 100%;
    margin: 1.5rem 0;
}

.video_embed video {
    width: 100%;
    height: auto;
    display: block;
}

.video_embed figcaption {
    margin-top: .5rem;
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--primarygreen);
}

p.right.photo_right {
    max-width: 40%;
    margin: 0;
    padding: 0;
    margin-left: 1em;
    float: right;
}

p.right.photo_right img {
    margin-top: 0;
}

.brief_news h3,
.info,
.author a:link,
.author a:visited {
	color: var(--primarygreen);
}

.brief_item {
	margin: 0;
}

.brief_item > div {
	position: relative;
}

.brief_item figcaption {
	width: 93%;
    padding: 0;
    font-style: normal;
}

.brief_item figcaption p {
	color:var(--anthracite);
}

.brief_news h3 {
	margin: 0.85rem 0 0;
	line-height: normal;
}

.brief_news .arrow_prev,
.brief_news .arrow_next {
/* 	width: 2.625rem; */
	width: 1.75rem;
  height: 4rem;
}

/* In-Brief News shareable icons
-----------------------------------------------*/

figure.brief_item.slick-active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    justify-content: center;
}

.brief_news h3 a {
    margin: 1em 0 0;
	font-weight: bold!important;
    line-height: normal;
    color: var(--primarygreen) !important;
    text-decoration: none;
}
.brief_item figcaption {
   font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: var(--anthracite);
    gap: 1rem;
}

.brief_sharing.right {
    position: absolute;
    bottom: 0;
    left: -8.7rem;
	background-color: rgba(0,0,0,0.5);
	right: unset;
}

.brief_sharing span {
	float: left;
	font-size: 0.8rem;
	padding:0.5em;
	color: var(--white);
}


.brief_sharing a img {
	width: 20px;
}

.brief_sharing a {
	background-color: transparent !important;
	width: auto;
	padding: 0;
	height: auto;
	margin-right: 0.3rem;
    text-decoration: none;
}

.brief_sharing a:hover {
	background-color: transparent;
}

.brief_sharing .bordered {
	float: left;
	padding: 0.495em 0.495em 0.495em 0.495em;
}

.brief_sharing a {
	fill: var(--white);
}

.brief_sharing .sharing_facebook:hover path {
	fill: var(--facebookcolor);
}

.brief_sharing .sharing_twitter:hover .a {
	fill: var(--twittercolor);
}

.brief_sharing .sharing_whatsapp:hover .a {
	fill: var(--whatsappcolor);
}

.brief_sharing .sharing_copy:hover .a {
	fill: var(--primarygreen);
}
/*
--------------------------------------------- */

.news_inside {
	clear: both;
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 0.4em 2em 2em;
	background-color: var(--anthracitelightgrey);
	line-height:1.8;
    color:var(--antrhacitedark);
}

.page_story .news_inside img {
	margin: 0;
}

.page_story .captioned_image + p {
	margin-top: 2em;
}

.story_images figcaption:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 37%;
	height: 5px;
	content: "";
	background-color: var(--primarygreen);
	z-index: 10;
}

.page_story main h1 {
	font-size: 2.2rem;
	font-weight:700;
	line-height: 1.1;
}

.excerpt {
	font-size: 1.3rem;
	font-weight: 300;
}

.info {
	margin-bottom: 1.5em;
	font-style: italic;
}

.author + time {
	margin-left: 0.6em;
	border-left: 1px solid var(--primarygreen);
	padding-left: 0.8em;
}

.page_story .fb-like {
	float: right;
	margin: 2rem 0 0;
}

.page_news_year main li span {
	font-size: 0.73684em;
}

.page_story aside .list_links {
	font-size: 0.842em;
}







@media only screen and (max-width: 1130px) {
	
	.brief_news h3 { font-size: 1.5625em; }
	
}

@media only screen and (min-width: 981px) {
	
	.news_inside { min-height: 25rem; }
	.sharing_buttons { position: relative; position: -webkit-sticky; position: sticky; top: 0; float: right; }
	.sharing_buttons span { position: absolute; top: 4em; left: -1.2em; font-size: 0.8em; }
	.sharing_buttons div { position: absolute; top: 5em; left: -1.3em; width: 2.5em; }
	.sharing_buttons a { float: none; margin-right: 0; margin-bottom: 0.4rem; }
	
}

@media only screen and (max-width: 980px) {
	
	.brief_news .arrow_prev,
	.brief_news .arrow_next { top: 50%; }
	
}

@media only screen and (max-width: 800px) {
	
	.brief_news .arrow_prev,
	.brief_news .arrow_next { top: 30vw; }

	figure.brief_item.slick-active {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1rem;
		justify-content: center;
	}

	.brief_item > div,
	.brief_item figcaption { float: none; width: 100%; margin: 0; padding: 5% 5% 0; box-sizing: border-box; }

	.brief_item figcaption {
		font-size:1rem;
	}
	
	.brief_news h3 { margin-top: 0; }
	.page_story main h1 { font-size: 2.2rem; }
	.excerpt { margin-bottom: 0 0 0.5em; font-size: 1.3rem; }
	.page_story .fb-like { float: none; }
	.info { font-size: 0.89em; }

	.brief_item figcaption {
		padding-top: 0;
    }
	
}

@media only screen and (max-width: 480px) {
	
	.news_inside { padding-left: 4%; padding-right: 4%; }
	.page_story main h1 { font-size: 2rem; }
	body.page_story main { font-size: 1.125rem; }
	
}
