/* Temporary shrink to Emergency Message */
.emergency-banner {
	padding-top: 5px;
	padding-bottom: 5px;}

/* Research Colours */
/* dk Green - #004C42 */
/* lt Green - #2ba484*/


/* Logo fixes */

.header__logo{border: 2px solid transparent}

.header__logo:focus {
	outline:none!important;
	border: 2px solid #2ba484;
	background: transparent;}

.header__logo--microsite-hero-desktop {margin-top:0px}





/* Help and language switch */

/*

.header__microsite-top .site-controls__item {
	margin: 0px 5px;
	padding:0px;}


.site-controls__item:last-child {margin-right:0px}

@media (max-width: 900px){
.site-controls__item:last-child {margin-right:8px}
}

.link--language{
	border:none;
	display:block;
	padding: 3px;
	text-align: center;
	outline: none;
	background: #fff;
	border-radius: 0px 0px 2px 2px;
	color: #004C42;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	transition-duration: 0.2s; }

.link--language:hover{
	outline: none;
	border:none;
	padding: 3px;
	background: #2ba484;
	border-radius: 0px 0px 2px 2px;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	transition-duration: 0.2s; }

.link--language:focus{
	outline: none;
	border:none;
	padding: 3px;
	background: #004C42;
	border-radius: 0px 0px 2px 2px;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	transition-duration: 0.2s; }


.site-controls__item--help .link{
	border:none;
	display:block;
	padding: 3px;
	text-align: center;
	outline: none;
	background: #fff;
	border-radius: 0px 0px 2px 2px;
	color: #004C42;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	transition-duration: 0.2s; }

.site-controls__item--help .link:hover{
	border:none;
	outline: none;
	padding: 3px;
	background: #2ba484;
	border-radius: 0px 0px 2px 2px;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	transition-duration: 0.2s; }

.site-controls__item--help .link:focus{
	border:none;
	outline: none;
	padding: 3px;
	background: #004C42;
	border-radius: 0px 0px 2px 2px;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	transition-duration: 0.2s; }

.site-controls__help-menu {
	border-radius: 2px;
	padding-top:5px;
	margin-top: 5px;
	justify-content: center;}

.help-menu__item a {box-shadow: none!important;}

.help-menu__item a:hover {
	box-shadow: none!important;
	background: transparent!important;
	color: #e3017c!important;
	font-weight: 600;}

.help-menu__item a:focus {
	box-shadow: none!important;
	background: transparent!important;
	color: #26234f!important;
	border:2px solid transparent;
	font-weight: 600;}

*/

/* Header */

.header__inner--microsite{min-height:20px;}

.header__navigation-container--microsite-hero {
	background-color:#004C42}

.header__navigation-container--microsite {
	background-color: #004C42;}

@media (max-width: 600px){
.header__navigation-container--microsite{
	border:none}}

.header__nav {margin:0px}

.header__nav--full-width {
    width: calc(20px + (100% - 20px));}




/*site controls and header */



.site-navigation__category-title-button, .site-navigation__category-title--microsite{
	border: 4px solid transparent;
	outline:none!important;}

.site-navigation__category-title-button:hover, .site-navigation__category-title--microsite:hover{
	border: 4px solid #2ba484;
	outline:none!important;
	color: #ffffff!important;
	background-color: #2ba484;}


.site-navigation__category-title-button:focus, .site-navigation__category-title--microsite:focus{
	color:#ffffff!important;
	border: 4px solid #2ba484;
	outline:none!important;
	background-color: #2ba484;}

.site-navigation__category-title{color:#ffffff}


.site-navigation__category--microsite{
	margin-bottom:0px}

.site-navigation__category--microsite{
	margin-bottom:0px}

.header__nav--microsite .site-navigation__category-title{
	font-size:1.4rem; 
	font-weight: 300!important;}

.site-navigation__category-title-button, .site-navigation__category-title{
	font-size:1.6rem;
	padding: 5px;
	font-weight: 600!important;}

.site-navigation--microsite{margin:0px}

.site-hamburger__category-title-button:focus{outline:none}





/* Main styles test changes - landing*/



.button__text {
	line-height: inherit; /* Makes homepage buttons not increase line height */}




/* News item grid */

@media (max-width: 600px){
.grid-item__image-container--preview-tags{height:auto}

.grid-item__title-link, .grid-item__title-link:hover, 
.grid-item__title-link:focus{
	display: block!important;}

.search-results-LatestTaggedSearch__show-tags .grid-item__image-container{margin-right:0px}

.grid-item__text-container{height:100%}

.grid-item__title {
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;}
}





@media (min-width: 600px){
.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
flex-direction: column;}

.grid-item__image-container--preview-tags,  .grid-item__container.latest-items__grid-item, .latest-tagged-items__container.grid-item__container {
	display:flex;
	margin:0px;
	height:100%}

.grid-item__container {
	display: flex;
	height:100%;
	margin-bottom: 0px;
	align-items: stretch;
	flex-direction: column;}

.grid-item__image-container {	height:100%;}


.grid-item__text-container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;}

.search-results-LatestTaggedSearch__show-tags {
    height: 100%;
    display: flex;
    align-items: stretch;}

.search-results-LatestTaggedSearch__show-tags .grid-item__image-container{margin:0px}

.results__container--LatestTagged > .latest-tagged-items__container {padding: 10px!important;}

}



.results.results--LatestTagged{
	display: flex;
	align-items: stretch;
	flex-direction: column;}

.grid-item__title-link, .grid-item__title-link--grey-background{
	display:inline-flex;
	height: 100%;
	flex-direction: column;
	transition-duration: 0.2s;}

.grid-item__title-link:hover {
	display:inline-flex;
	height: 100%;
	background-color:#F8F7F7;
	flex-direction: column;
	transition-duration: 0.2s;}

.grid-item__title-link:focus{
	display:inline-flex;
	height: 100%;
	flex-direction: column;
	transition-duration: 0.2s;
	background-color:#F8F7F7;
	border:none;
	outline:none}

.grid-text__container, .grid-item__text-container--grey-background{margin:0px}

.grid-item__title-link:focus{outline:none}

.grid-item__container .grid-item__title-link:hover .grid-item__title{color:#2ba484}

.grid-item__container .grid-item__title-link:focus .grid-item__title{text-decoration:none; color:#004C42}

.grid-item__title{
	padding:10px;
	font-weight:900;
	font-size: 1.8rem;
	line-height: 2rem;}	 

.grid-item__description{
	padding:10px}


.contextual-action__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;}


.contextual-action__link {margin:5px}


.contextual-action__link:focus{
	border-bottom: #c9187e 2px solid;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color: #ececec!important;}


.grid-item__container--grey-background .contextual-action__container {margin:0px}

.grid-item__title--title-over-image{margin:0px;}

.grid-item__link--title-over-image {
	margin:0px;
	padding:30px}

.title-over-image__image{height:100%}

.grid-item__link--read-more-text {
	height:auto;
	display:block;
	width:100%}

.grid-item__link--read-more-text:hover{
	height:auto;
	display:block;
	width:100%}

.grid-item__link--read-more-text:focus{
	height:auto;
	display:block;
	width:100%}


.curated-links__text-link{
	font-size: 2rem;
	line-height: 2.5rem;
	border: 1px solid transparent;
	outline: none!important;}

.curated-links__text-link:hover{
	font-size: 2rem;
	line-height: 2.5rem;
	color: #ffffff!important;
	border: 1px solid #2ba484;
	outline: none!important;
	background-color: #2ba484!important;}





/* Main styles test changes - text changes*/

.content-page__heading-text, .grid-text__title{
	font-weight: 800;	
	font-size: 3.5rem;
	line-height: 4.5rem;}

.content-page__left-col h2{
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 3.4rem;}

.content-page__left-col h3{
	font-weight: 800;
	font-size: 2rem;
	line-height: 3rem;}

.section-heading h2{
	margin-bottom: 2px;
	color: #2d2d2c;
	letter-spacing: 1px;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 800;}

.section-heading h3 {
	margin-bottom: 2px;
	color: #2d2d2c;
	letter-spacing: 1px;
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 800;}

.intro{	
	font-size: 2.3rem;
	line-height: 2.4rem;
	font-weight: 500;
	margin:15px 0!important;
	color: #2d2d2c}

p{	
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin:15px 0!important;
	color: #2d2d2c}

strong{font-weight:700}


/* Border fixes */

.content-page__info-text{
	border-bottom: solid 2px #2ba484;
	padding-bottom: 10px}

.card-folded-border:before, .card-folded-border:after{display:none;
	border-top: none;
	border-left: none;
	top:0px;
	right:0px}




/* Link fixes */

.body-text a, .grid-rte__container a, .grid-text__container a,  a.hashtag{
	border: 2px solid transparent;
	color: #757578;
	font-weight: 500}

a:focus{outline: none;
	color: #ffffff!important; /* focus colour needs amending centrally to avoid using override here */
	border: 2px solid #2ba484;
	background-color: #2ba484;}

.link-out__link:focus{
	color: #ffffff!important;
	border: 2px solid #2ba484;
	background-color: #2ba484;}


.link-out__link:focus .button__icon--pink{color: #ffffff!important;}


main a[href^="http://"]:before, main a[href^="https://"]:before{
	vertical-align: middle}



.link--pink, .link--help {
	color:#004C42!important;
	border: 2px solid transparent;
	font-weight: bold!important;
	font-size:1.8rem;}

.link--pink:hover, .link--help:hover {
	color:#757578!important;
	border: 2px solid transparent;
	font-weight: bold!important;
	font-size:1.8rem;}


.link--pink:focus, .link--help:focus {
	outline:none;
	color: #2ba484!important;
	border-bottom:2px solid #2ba484;
	border-top: 2px solid transparent;	
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	background-color: #ececec!important;}






/* Card fixes */

.card{padding: inherit!important; /* Unifies left and right sides in the cards*/}

.card__title {
	font-size: 1.6rem!important;  
	line-height: 1.8rem!important;  
	font-weight: 700!important; 
	margin: 0px!important}

.card__description {
	font-size: 1.6rem; 
	line-height: 2rem; 
	font-weight: 300;
	max-height:62px!important; /* Adjusts the box to accomodate the line-height */}

.card__link{
	padding:10px;
	border:1px solid transparent!important;}

.card__link:focus {
	padding:10px;
	background-color: #ececec!important;
	border:1px solid transparent!important;
	min-height:100%;}


.card__link:focus .card__title, .card__link:focus .card__description {text-decoration: none!important;}

.card:focus {border: 3px solid #2ba484!important;
	background-color: #ececec!important;}

.card:hover{
	border: 3px solid #2ba484;
	outline:none;}


.card:hover:before{
	border-top:35px solid #2ba484;
}

.card.card--title-and-grey-background:nth-child(1){
	background-color:#004C42;
}

.card.card--title-and-grey-background:nth-child(2){
	background-color:#13795C;
}

.card.card--title-and-grey-background:nth-child(3){
	background-color:#2ba484;
}

.card.card--title-and-grey-background:nth-child(4){
	background-color:#2ba484;
}



/* Breadcrum fixes */

.breadcrumb a {
	display: inline-block;
	border-bottom: 2px solid transparent;
	outline: none;
	transition-duration: 0.2s;
	padding: 2px;
}

.breadcrumb a:hover {
	display: inline-block;
	border-bottom:2px solid #2ba484;
	outline:none;
	transition-duration: 0.2s;
	padding: 2px;}

.breadcrumb a:focus{
	display: inline-block;
	outline:none;
	color: #2ba484!important;
	border-top:0px;
	border-right:0px;
	border-bottom:2px solid #2ba484;
	border-left:0px;
	background-color: #ececec!important;
	transition-duration: 0.2s;
	padding: 2px;}


/* Utility fixes */

.header__two-columns .site-utility-button__list{
	-webkit-box-pack: center;
	justify-content: center;}

.utility-button-outer a {
	display: inline-block;
	border-bottom: 2px solid transparent;
	outline: none;
	transition-duration: 0.2s;
	padding: 2px;
}

.utility-button-outer:hover .link{
	display: inline-block;
	border-bottom:2px solid #2ba484;
	outline:none;
	transition-duration: 0.2s;
	padding: 2px;}

.utility-button-outer a:focus{
	display: inline-block;
	outline:none;
	color: #2ba484!important;
	border-top:0px;
	border-right:0px;
	border-bottom:2px solid #2ba484;
	border-left:0px;
	background-color: #ececec!important;
	transition-duration: 0.2s;
	padding: 2px;}


/*Special format for a quote*/
.wp-block-quote {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 3rem;
}

.wp-block-quote p {
	font-size: 1.6rem;
	line-height: 2.6rem;}


.body-text .quote, blockquote {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    background: #ececec!important;
    border-left: 5px solid #2ba484;
    padding: 15px 20px 15px 20px;
	margin-left: 20px;
    display: block;
}


.body-text .quote-attribution{
	padding: 0px 20px 15px 30px;
	color: #2d2d2c;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-top: -3rem;
	display: block;
	font-style: italic;}


.body-text .quote-attribution:before {
	color: #2ba484;
	font-size: 2rem;
	margin: 0px;
	content: "— ";}



/* Tag fixes */

.tags.preview-tags .tag__container {z-index:999}

.tag, .tag.preview-tags {
	background-color: #004C42;
	color: #ffffff;
	border: 1px solid #004C42}

.tag:hover, .tag.preview-tags:hover{
	background-color: white;
	color:#004C42;
	border: 1px solid #004C42
} 

.tag:focus, .tag.preview-tags:focus{
	background-color: #2ba484;
	color: #ffffff;
	border: 1px solid #2ba484;
	outline: none;
}

.tag__container, .tag__container:hover{
	border-bottom:none!important} 


.tag-label input:checked+span {
	background: #2ba484;
}






/* List fixes */



.body-text li, .grid-rte__container li, .grid-text__container li{
	font-size: 1.6rem!important;
	line-height: 2.6rem;
	margin:15px 0!important;
	padding-top:0px;}


.body-text ul li::before, .grid-rte__container ul li::before, .grid-text__container ul li::before {
	content: "\25FC";
	color: #2ba484;
	margin-right: 5px;}



.body-text ol li:before, .grid-rte__container ol li:before, .grid-text__container ol li:before{color: #2ba484;}




/* Line up lists correctly */

.body-text li, .grid-rte__container li, .grid-text__container li{
	text-indent: -1.1em;
}

/*Hide the blobs for the Plenary Posts list */
.body-text ul.plenaryPosts li::before, .grid-rte__container ul.plenaryPosts li::before, .grid-text__container ul.plenaryPosts li::before {
	content: "";
	margin-right: 0px; 
}

.body-text ul.plenaryPosts li, .grid-rte__container ul.plenaryPosts li, .grid-text__container ul.plenaryPosts li {
	content: "";
	margin-right: 0px; 
	padding-left: 0px;
	text-indent: 0px;
}


/* Footer */

.footer-title{font-weight:900;}

.footer.container{
	background-color: #004C42;}

.footer a:focus{outline:none; border:none}


.link-list__item{border-bottom: 1px solid #ffffff; padding:0px}

@media (max-width: 600px){
.links-container {
    width: calc(260px + (100% - 260px));
    display: block;}

.footer .link-list__item  .link {
	padding: 5px 0px;}}

.footer .link-list__item .link {
	font-weight:500;
	text-decoration: none;
	line-height: 2rem;
	display: inline-block;
	padding: 10px 0px;	
	outline:none;
	border:none;
	transition-duration: 0.2s;}

.footer .link-list__item .link:hover {
	color:#2ba484;
	text-decoration: none;
	line-height: 2rem;
	display: inline-block;
	padding: 10px 0px;	
	outline:none;
	border:none;
	transition-duration: 0.2s;}

.footer .link-list__item .link:focus {
	text-decoration: none;
	line-height: 2rem;
	display: inline-block;
	padding: 10px 5px!important;
	outline:none;
	border:none;
	transition-duration: 0.2s;}

.footer .icon-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: inherit;
    justify-content: space-evenly;}

.social-link{margin:0px}

.social-link__container{
	background-color:transparent;
	outline:none;
	border:none;}

.footer .link--icon social-link{
	padding:0px;
	background-color: transparent;
	transition-duration: 0.2s;}	

.footer .social-link__container:hover{
	padding:0px;
	background-color: #2ba484;
	outline: 2px solid white;
	transition-duration: 0.2s;}

.footer .social-link__container:focus{
	padding:0px;
	background-color:#2ba484;
	outline: 2px solid white;
	transition-duration: 0.2s;}



.icon-list {
	-webkit-box-pack: start;
	-ms-flex-pack: inherit;
	justify-content: normal;
}

.footer--white{
	background-color:white !important;
}

.footer--white .link{
	padding:2px
}

.footer--white .link:hover{
	padding:2px;
	color:#c9187e
}

.footer--white .link:focus{
	padding:2px!important;
}

.site-link-list__item:nth-last-child(n+2){border:none; padding:2px}

.site-link-list__item:nth-last-child(n+2)::after{content: "|";}


@media (min-width: 600px) {
	.footer__button:last-child {
		width: calc(100px + (100% - 240px)/12*6);;
	}
}

@media (min-width: 1200px) {
	.footer__button:last-child {
		width: 100%
	}
}















/* Research specific*/

.section-heading{
	border-bottom: 2px solid #2ba484;
}

.section-heading h6{
	color: #004C42;
}


.header-background-image-container{
	opacity: 1.0;
	background-color: #004C42;
}

.button--site-search {
	background-color:#2ba484;
	border-left: 2px solid #2ba484;
}

.hero-sub-title__link:hover{
	color:#2ba484;
}








.button:focus{
	outline: 1px solid #2ba484!important;
	border:2px solid transparent;}

.button:focus .button__icon{color:#2ba484!important}

.button__icon--pink{
	color:#2ba484;
}

.button--pink, .form__submit-button{
	background-color: #2ba484;
	color: #FFFFFF !important;
	border: 2px solid #2ba484;
	font-size: 1.2rem; }

.button--pink:hover, .button--pink:focus {
	background-color: #3C3C3B;
	color: #FFFFFF;
	cursor: pointer; }
    
.button--pink:hover .button__icon, .button--pink:focus .button__icon {
	color: #FFFFFF; }

.button--quick-links:hover {
	background-color: #2ba484;
}

.button--quick-links:focus {
	background-color: #ffffff;
}

.radio-button__text:before {
		border: 1px solid #2ba484;
}

.link-out__container{
	display: flex;
    justify-content: flex-end;
}



.button--site-search:hover{
	background-color: #2ba484
}

.card--title-and-grey-background:hover{
	border:none;
}


	
.button--site-search:focus{
	background-color:#2ba484;
}

.hero-sub-title__link:focus{
	color:#2ba484;
	border: 1px solid #2ba484;
}

.material-icons--pink, .body-text .link--pink:hover, .grid-rte__container .link--pink:hover, .grid-text__container .link--pink:hover{
	color:#2ba484;
}





.emergency-banner a {
	color: #ffffff
}

/* Fix pink things on Search Page */
/* .search-filter-tray:nth-of-type(3) .search-filter__inner .search-filter__input-group:nth-of-type(1) {
	visibility: hidden;
	height: 0px;
}
.search-filter-tray:nth-of-type(3) .search-filter__inner .search-filter__input-group:nth-of-type(2) {
	visibility: hidden;
	height: 0px;
}
.search-filter-tray:nth-of-type(3) .search-filter__inner .search-filter__input-group:nth-of-type(4) {
	visibility: hidden;
	height: 0px;
} */
.search-filter-tray:nth-of-type(3) .search-filter__inner .search-filter__input-group:nth-of-type(11) {
	visibility: hidden;
	height: 0px;
}
.search-filter__title--open {
	background-color: #004C42;
}

.checkbox__label .checkmark:after {
	border: solid #2ba484;
	border-width: 0 2px 2px 0;
}



/*Article content tweaks*/
/*Hiding code that came over from WordPress and no longer makes any sense*/
p.has-text-align-right{
	visibility: hidden;
	height:0;
	margin-top: 0;
	margin-bottom: 0;
}
p.has-text-align-right + p, 
 {
	visibility: hidden;
	height:0;
	margin-top: 0;
	margin-bottom: 0;
}



/*Fix spacing around a hr (new and migrated)*/
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Clocks in Announcement Widget */
.material-icons--charcoal-light {
	color: #2ba484;
}

/*Stop the Social Links being justified */
.icon-list {
	-webkit-box-pack: start;
	-ms-flex-pack: inherit;
	justify-content: normal;
}

/******Timeline related code - Green version *****/
* {
  box-sizing: border-box;
}

/* Set a background color */
.timeblocks {
  background-color: #3C3C3B;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display:block;
  overflow: auto;
}

/* The actual timeline (the vertical ruler) */
.timeblocks {
  position: relative;
  max-width: 1200px;
  margin: auto 0;
}

/* The actual timeline (the vertical ruler) */
.timeblocks::after {
  content: '';
  position: absolute;
  height: 6px;
  background-color: white;
  left: 0;
  right: 0;
  top: 20px;
  margin-top: -3px;
}

/* Container around content */
.timeblocks-content {
  padding: 20px 20px;
  position: relative;
  background-color: inherit;
  width: calc(20% - 20px);
  float:left;
}

/* The circles on the timeblocks */
.timeblocks-content::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: calc(50% - 12px);
  background-color: white;
  border: 4px solid #2ba484;
  top: -35px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timeblocks-content {
  left: 0;
  padding: 10px 20px 10px 20px;
}


/* Add arrows to the top of the container */
.timeblocks-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: -10px;
  width: 0;
  z-index: 1;
  left: calc(50% - 10px);
  border: medium solid white;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent white transparent;
}

/* The actual content */
.timeblocks-content {
  margin: 22px 10px 10px 10px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeblocks on screens less than 600px wide */
@media screen and (max-width: 900px) {
/* Place the timelime to the left */
  .timeblocks {
	  margin: 0 auto;
  }
  .timeblocks::after {
    left: 31px;
	width: 6px;
	height: 100%;
	top: 4px;
  }

/* Full-width containers */
  .timeblocks-content {
    width: calc(100% - 75px);
    margin-left: 40px;
    margin-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeblocks-content::before {
    left: -10px;
	top: 10px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .timeblocks-content:nth-of-type(odd):after, .timeblocks-content:nth-of-type(even):after {
    left: -38px;
	top: 10px;
  }

/* Make all right containers behave like the left ones */
  .timeblocks-content:nth-of-type(even) {
    left: 0%;
  }
}

/*REPEAT of the above for timeblockss in narrow spaces */
@media screen and (min-width: 1201px) {
/* Place the timelime to the left */
  .narrow.timeblocks::after {
    left: 31px;
  }

/* Full-width containers */
  .narrow .timeblocks-content {
    width: calc(100% - 95px);
    margin-left: 70px;
    margin-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .narrow .timeblocks-content:nth-of-type(odd):before {
    left: -10px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .narrow .timeblocks-content:nth-of-type(odd):after, .narrow .timeblocks-content:nth-of-type(even):after {
    left: -52px;
  }

/* Make all right containers behave like the left ones */
  .narrow .timeblocks-content:nth-of-type(even) {
    left: 0%;
  }
}
/* Place the timelime to the left */
  .narrow.timeblocks::after {
    left: 31px;
  }

/* Full-width containers */
  .narrow .timeblocks-content {
    width: calc(100% - 95px);
    margin-left: 70px;
    margin-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .narrow .timeblocks-content:nth-of-type(odd):before {
    left: -10px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .narrow .timeblocks-content:nth-of-type(odd):after, .narrow .timeblocks-content:nth-of-type(even):after {
    left: -52px;
  }

/* Make all right containers behave like the left ones */
  .narrow .timeblocks-content:nth-of-type(even) {
    left: 0%;
  }
  
  
  
/* In all cases Style headings as headings */
.timeblocks-content h2 {
	font-size: 2.4rem;
	margin-top: 0px;
}




* {
  box-sizing: border-box;
}

/* Set a background color */
.timeline {
  background-color: #3C3C3B;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-content,
.timeline-content-left,
.timeline-content-right {
  padding: 20px 20px;
  position: relative;
  background-color: inherit;
  width: calc(50% - 50px);
}

/* The circles on the timeline */
.timeline-content::after,
.timeline-content-left::after,
.timeline-content-right::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -32px;
  background-color: white;
  border: 4px solid #2ba484;
  top: 10px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timeline-content:nth-of-type(odd),
.timeline-content-left {
  left: 0;
  padding: 10px 40px 10px 30px;
}

/* Place the container to the right */
.timeline-content:nth-of-type(even),
.timeline-content-right {
  left: 50%;
   padding: 10px 30px 10px 40px;
}

/* Add arrows to the left container (pointing right) */
.timeline-content:nth-of-type(odd):before,
.timeline-content-left:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 12px;
  width: 0;
  z-index: 1;
  right: -10px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline-content:nth-of-type(even):before,
.timeline-content-right:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 12px;
  width: 0;
  z-index: 1;
  left: -10px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline-content:nth-of-type(even):after,
.timeline-content-right:after {
  left: -42px;
}

/* The actual content */
.timeline-content,
.timeline-content-left,
.timeline-content-right {
  margin: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/*Colours for RS timelines*/
.timeline-dkGreen {
	background-color: #004C42;
	border: solid 1px;
	border-color: #FFFFFF;
}
.timeline-dkGreen p, .timeline-dkGreen h2, .timeline-dkGreen h3, .timeline-dkGreen .quote, .timeline-dkGreen .quote-attribution{
	color: #FFFFFF;
}
.timeline-dkGreen a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.timeline-dkGreen a:hover {
	color: #ffac54;
}

.timeline-ltGreen {
	background-color: #1a786c;
	border: solid 1px;
	border-color: #FFFFFF;
}

.timeline-ltGreen a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.timeline-ltGreen a:hover {
	color: #ffac54;
}


.timeline-ltGreen p, .timeline-ltGreen h2{
	color: #FFFFFF;
}

.timeline-dkBlue {
	background-color: #002659;
	border: solid 1px;
	border-color: #FFFFFF;
}
.timeline-dkBlue p, .timeline-dkBlue h2{
	color: #FFFFFF;
}

.timeline-ltBlue {
	background-color: #00a1a2;
	border: solid 1px;
	border-color: #FFFFFF;
}
.timeline-ltBlue p, .timeline-ltBlue h2{
	color: #FFFFFF;
}

.timeline-parallel {
	/* overflow: hidden; */
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 1200px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .timeline-content,
  .timeline-content-left,
  .timeline-content-right {
    width: calc(100% - 95px);
    margin-left: 70px;
    margin-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .timeline-content:nth-of-type(odd):before,
  .timeline-content-left:before {
    left: -10px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .timeline-content:nth-of-type(odd):after, 
  .timeline-content:nth-of-type(even):after,
  .timeline-content-left:after,
  .timeline-content-right:after {
    left: -52px;
  }

/* Make all right containers behave like the left ones */
  .timeline-content:nth-of-type(even),
  .timeline-content-right {
    left: 0%;
  }
}

/*REPEAT of the above for Timelines in narrow spaces */
@media screen and (min-width: 1201px) {
/* Place the timelime to the left */
  .narrow.timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .narrow .timeline-content {
    width: calc(100% - 95px);
    margin-left: 70px;
    margin-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .narrow .timeline-content:nth-of-type(odd):before,
  .narrow .timeline-content-left:before {
    left: -10px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .narrow .timeline-content:nth-of-type(odd):after, 
  .narrow .timeline-content:nth-of-type(even):after,
  .narrow .timeline-content-right:after,
  .narrow .timeline-content-left:after {
    left: -52px;
  }

/* Make all right containers behave like the left ones */
  .narrow .timeline-content:nth-of-type(even),
  .narrow .timeline-content-right {
    left: 0%;
  }
}
/* Place the timelime to the left */
  .narrow.timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .narrow .timeline-content,
  .narrow .timeline-content-left,
  .narrow .timeline-content-right {
    width: calc(100% - 95px);
    margin-left: 70px;
    margin-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .narrow .timeline-content:nth-of-type(odd):before,
  .narrow .timeline-content-left:before {
    left: -10px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .narrow .timeline-content:nth-of-type(odd):after, 
  .narrow .timeline-content:nth-of-type(even):after,
  .narrow .timeline-content-left:after,
  .narrow .timeline-content-right:after {
    left: -52px;
  }

/* Make all right containers behave like the left ones */
  .narrow .timeline-content:nth-of-type(even),
  .narrow .timeline-content-right {
    left: 0%;
  }
  
  
  
/* In all cases Style headings as headings */
.timeline-content h2 {
	font-size: 2.4rem;
	margin-top: 0px;
}

/* Nested boxes - remove the dots and arrows*/
.timeline-parallel .timeline-content::after {
	border: none;
	content: none;
}

.timeline-parallel .timeline-content::before {
	border: none;
	content: none;
}

/*Proper CSS for floating things*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}

@media screen and (min-width: 1201px) {
	.float-left, .float-right {
		width: 50%;
	}
}

@media screen and (min-width: 601px) {
	.timeline-parallel .float-left, .narrow .timeline-parallel .float-right {
		width: calc(50% - 10px);
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 4px;
		margin-right: 4px;
		left: 0px;
		
	}
}
@media screen and (max-width: 600px) {
	.timeline-parallel .float-left, .narrow .timeline-parallel .float-right {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 4px;
		margin-right: 4px;
		left: 0px;
		
	}
}
.clearfix {
	clear: both;
}


/* Expandable Boxes */

.sys_ToggleContainer {
  margin-bottom: 20px;
}

.sys_ToggleItem {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 10px;
	width:100%;
}


.sys_ToggleItem.mt-20 {
	margin-top:20px;
}


.sys_ToggleShowHide {
    background: url("/media/51olq1hv/expandsection-white.png") no-repeat 98% center;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    padding: 12px 40px 12px 12px;
    color: #fff;
    background-color: #138677;
}
	
.sys_ToggleShowHide.active {
    background-color: #2ba484!important;
	color:#fff;
	background: url("/media/5fzo0zkf/contractsection-white.png") no-repeat 98% center;
}

.sys_ToggleShowHide:hover {
    background-color: #2ba484!important;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.sys_ToggleSlidingDiv {
    color: #000;
    line-height: 20px !important;
    padding: 10px 15px 15px 15px;
	display:none;
}

.sys_ToggleSlidingDiv.active {
	display:block;
}

.sys_ToggleShowHide p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.highlightBox {
	border: 2px solid #747474;
	padding-left: 10px;
	padding-right: 10px;
}

/*If not desktop make sure images aren't too wide */
img {
	max-width:100%;
	height: auto;
}

.large {
	font-size: 1.6rem;
	font-weight:700;
	margin-bottom: 10px;
}





/* R-Shiny Leaflet Maps */
/* Styles used when adding maps to accordions */

#htmlwidget_container .MapAccordions .sys_ToggleSlidingDiv{
	display:block;
	position:relative;
	height:35px;
	overflow:hidden;
}

.MapLoaderOverlay {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.MapLoaderOverlay img {
    margin: 10px auto 10px auto;
    position: relative;
    display: block;
}


/* Responsive Iframes */

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


.iframe-wrapper-square {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


/* Then style the iframe to fit in the container div with full height and width */
.iframe-wrapper iframe, .iframe-wrapper-square iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/* 13/3/25 Added unordered list styles */
.ResearchLinkList ul {
    display: block;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
}
.ResearchLinkList ul li {
    margin: 3px 0 3px 0 !important;
    width: 100%;
	padding:0;
}

.ResearchLinkList li a {
    background-color: #f8f9fa;
    display: block;
    margin: 2px 2px 2px 1px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    text-decoration: none;
    border-left: 13px solid #004C42;
    color: #3c3c3b;
    text-indent: 0;
	border-top: none;
	border-bottom: none;
}


.ResearchLinkList li a:hover{
	background: #f3f3f3;
	   border-left: 13px solid #004c42d1;
	   color:#c9187e;
	  
}
.ResearchLinkList li {
    float: left;
}

.ResearchLinkList ul li::before {
	display:none;
}



/* Styling Changes Implemented By Rob Orr and Tom Douch */




/** Accessibility fix, show all footer items without need to expand contract the sections **/

@media (max-width: 599px){
	
	.link-list {
		max-height: 500px;
		overflow: auto;
		-webkit-transition: max-height 0.5s ease-in-out;
		transition: max-height 0.5s ease-in-out;
	}

	.footer-title--down-arrow {
		width: 100%;
		cursor: default;
	}

	.footer-title--down-arrow:after {
		display:none;
	}

}

/* ===============================
   Link block layout (CSS-only)
   - Icon on the left
   - Title above description on the right
   - No text wrapping under the icon
   =============================== */


a.link-block {
  display: block;
  position: relative;
  padding: 20px 10px 20px 60px; /* space for icon */
  background-color: #f6f6f7;
  color: #05503d;
  text-decoration: none;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  height: 118px; /* or set via JS */
}

/* Icon floated to the left */
a.link-block .material-icons {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 0;
}

/* Title and description stacked */
span.linkblock-title {
  display: block;
  font-weight: bold;
  margin: 0 0 2px 0;
}

span.linkblock-description {
  display: block;
  margin: 0;
  line-height: 1.4;
}

/* Interaction styles */
a.link-block:hover {
  background-color: #dfe0e1;
  color: #000;
  text-decoration: none;
}

a.link-block:hover .linkblock-title {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
}

a.link-block:active {
  background-color: #d1d2d4;
}

a.link-block:focus-visible {
  outline: 3px solid #004C42;
  outline-offset: 2px;
}

/* Half-width layout */
a.link-block-half {
  width: 48%;
  float: left;
  margin-right: 2%;
}

a.link-block-half.right {
  margin-right: 0;
}

/* Responsive: stack blocks on small screens */
@media (max-width: 576px) {
  .link-block-half {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
}

.link-block {
    visibility: hidden;
}




