main.arabic article h1{
	font-size:1.65rem;
	line-height: 1.4;
}

figure.hp_hero{
clear: both;
}

figcaption.hp_hero_caption {
position: absolute;
color: var(--white);
background: var(--black5percent);
padding: 1rem;
bottom: 10%;
margin: 0 0 0 30px;
width: auto;
font-size: 2rem;
font-weight: bold;
}
main table:not(.regular_table) tr:nth-child(odd), main table:not(.regular_table) td[rowspan]:not([rowspan="1"]) {
	background:var(--anthracitelightgrey);
}
.process_list{padding-left: 0;}
.process_list li{
	display: block;
	width: auto;
	padding: 1rem;
	background-color: var(--primarygreen);
	color: var(--white);
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.process_list li:after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 30px solid var(--primarygreen);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	display: block;
}
.process_list li:last-child:after {
	content:"";
	border: 0;
}
.news_inside {
	clear: both;
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 0.4em 1.8em 1.8em;
	background-color: var(--anthracitelightgrey);
	font-family: 'Almarai', sans-serif;
}

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

.links_grid {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 1.5rem;
}

body main .links_grid li {
	background-color: var(--anthracitelightgrey);
	
	/*FBK*/
	display: inline-block;
	vertical-align: top;
	width: 205px;
	margin: 0 20px 20px 0;
}

body main .links_grid li:focus-within a {
	background-color: var(--secondarygreen4);
}

body main .links_grid a {
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 2;
	padding: 1rem 0.8rem;
	height: 100%;
	color: var(--anthracite60percent);
	text-decoration: none;
	font-size: 0.895em;
	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

body main .links_grid a:hover,
body main .links_grid a:focus {
	background-color: var(--secondarygreen4);
	color: var(--white);
}

h2 + .links_grid , .collapsible + .links_grid{
	margin-top: 1.5rem;
}
.page_press_releases_listing main ul li {
    line-height: 3rem;
}
.arabic .slick-slide img {
float: right;
}
.page_story main table:not(.regular_table) tr {
    background-color: inherit;
}

/* Safari */
@supports (-webkit-hyphens:none)
{
.news_inside {
padding-right: 3em;
word-break: keep-all;

}
}

/* CSS GRID */
@supports (display: grid) {
	
	.links_grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 8px; }
	body main .links_grid li { width: 100%; margin: 0; }
	
	@media only screen and (max-width: 570px) {
		.links_grid { grid-template-columns: 1fr; }
	}
	
}
/* Arabic support */
main.arabic {float: right;}
aside.arabic {float: right; margin-left: 0; margin-right: 5%;}

main .arabic > * {direction: rtl;     font-family: 'Almarai', sans-serif;}
main .arabic article {direction: rtl;     font-family: 'Almarai', sans-serif;}
h1.arabic, h1 span.arabic, h2.arabic, h3.arabic, ul.arabic li a, .arabic h1, .arabic h2, .arabic h3, .arabic ul li a,  ul.arabic li a, main.arabic figcaption, main.arabic .captioned_image,  main.arabic time {direction: rtl;    font-family: 'Almarai', sans-serif;}
.arabic p {line-height:2;}

main.arabic figcaption{
    font-size: 1.03rem;
    font-style: normal;
    color: var(--primarygreen);
	clear:both;
	font-weight: bold;
	padding-top: 0.5rem;
}

.story_images.slider:has(figcaption) {
    margin-bottom: 1rem;
}

time{margin-bottom: 25px;display: block;}
.page_email-signature iframe {
    border: 0 none;
    background-color: transparent;
}

.page_team h2:has(+ .grid){
	margin-bottom: 1.29rem;
}

.grid.handy_resources {
    grid-gap: 2rem;
    text-align: center;
    margin-top: 1.5rem;
}

.grid.handy_resources a img {
    /* border: 2px solid #eeeded; */
    border-radius: 1rem;
    max-width:7.5rem;
}

@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)
{
/*   .recent_work .arrow_prev, .recent_work .arrow_next { top: 23vw; } */
}

@media only screen and (max-width: 800px) {
	aside.arabic {float: none; margin-left: 1%; margin-right: 0;}
	.page_story main h1 { font-size: 2.2rem; }
	.page_story .fb-like { float: none; }
	.info { font-size: 0.89em; }
	
}

@media only screen and (max-width: 480px) {

	.grid.handy_resources a img {
		max-width:10rem;
	}
	
	.news_inside { padding-left: 4%; padding-right: 4%; }
	.page_story main h1 { font-size: 2rem; }
	body.page_story main { font-size: 1.125rem; }
	
	.brief_news .arrow_prev,
	.brief_news .arrow_next { top: 30vw; }

	figcaption.hp_hero_caption {
		position: absolute;
		color: var(--white);
		background: var(--black5percent);
		padding: 0.5rem;
		bottom: 5%;
		margin: 0 0 0 3%;
		width: auto;
		font-size: 1.2rem;
		font-weight: bold;
	}
}