@charset "utf-8";
/* CSS Document */



:root {
	--animation-time: 3s;
	--animation-time-two: 3s;
	--animation-time-three: 3s; 
	--bodyfont: "IBM Plex Sans", sans-serif;
	--headingfont: "Roboto Slab", serif;
	--bodycolour: #212529;
	--bodycolour_light: #ffffff;
	--blue_digital: #004595;
	--primary: #004595;
	--turquoise_digital: #048667;
	--secondary: #048667;
	--purple_digital: #9A12B3;
	--green_accent: #65B32E;
	--cyan_accent: #0097E6;
	--grey_background: #f2f2f2;
}


/*--------------------------------COLOURS--------------------------------*/


/*-----Colours Header & Navigation-----*/


/*Default Text Colours*/

html, body, * {
	color: #212529;
}

.maincontent p strong,
.maincontent p strong a,
.maincontent li strong,
.maincontent li strong a {
	color: var(--bodycolour);
	font-weight: 700;
}

.maincontent p strong b {
	color: var(--turquoise_digital);
	font-weight: 700;
}

.maincontent .callout p strong {
	color: var(--bodycolour);
}

#consultation .maincontent p.opening {
	width: 100%;
}

.popup-content p.opening strong {
	font-weight: 700;
}

.popup-content p.opening {
	padding: 30px;
}

.popup-content p.opening strong,
.maincontent p.opening strong {
	color: var(--turquoise_digital);
}

h2.welcome,
h2.newsheader,
h2.intro,
h3 {
    color: var(--turquoise_digital);
}

#home h2.welcome::before {
    background-color: var(--cyan_accent);
}

body:not(#home) h2.welcome {
}

body:not(#home) h2.welcome span {
	background-color: var(--blue_digital);
    color: #ffffff;
}

body:not(#home) h2.welcome::before {
	background-color: var(--blue_digital);
}

#contact h2.welcome {
    color: var(--cyan_accent);
}

h2.welcome::after,
.callout h3::after {
    background-color: var(--blue_digital);
}

h2.newsheader::after{
		content: "";
	display: block;
	width: 10%;
	height: 3px;
	background-color: var(--cyan_accent);
	margin: 30px 0 30px 0;
}


#pageleader h1,
#pageleader h2 {
	color: #ffffff;
}

#home #pageleader h1 {
	color: var(--blue_digital);
}

#home #pageleader h1 span{
	color: var(--cyan_accent);
}

#home #pageleader h2 {
	color: var(--bodycolour_light);
}

#intro-section::after {
	background-color: var(--cyan_accent);
}

.section-wrap:nth-child(2n) {
   /* background-color: #ededed;*/
}


/*Navigation Background*/

#masthead {
	background-color: rgba(4, 134, 103, 0.8)
}

/*To hide white space under sticky header, colour should match mathead colour*/

@media (max-width: 1180px) {
	
	#maincontentwrapper {
		/*-webkit-box-shadow: 0px -90px 0px 0px var(--blue_digital);
		-moz-box-shadow: 0px -90px 0px 0px var(--blue_digital);
		box-shadow: 0px -90px 0px 0px var(--blue_digital);*/
		margin-top: -11px;
	}
	
}

/*Menu Item Colours*/

nav ul li a {
	color: var(--bodycolour_light);
}

#submenu ul li a {
	color: var(--blue_digital);
}

#submenu ul li a span {
	color: inherit;
}

#submenu.sticky {
	background-color: var(--blue_digital);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 1);
    box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 1);

}

#submenu.sticky ul li a {
	color: #ffffff;
}

#submenu.sticky ul li.current a {
	color: #ffffff;
}

#submenu.sticky ul li.current a:hover {
	color: #ffffff;
}

/*Menu Current Item Indicator Colour*/
nav ul li a::before {
    background-color: var(--cyan_accent);
}

/*Navigation Current Item Desktop*/
/*
@media (min-width: 1281px) {
	
	nav ul li.current a {
		color: #ccb99b;
	}
	
}*/

/*Menu Item Hover Colour & Text Links*/

nav ul li a:hover, 
nav ul li a:focus,
#footer-wrap p a:hover,
#submenu ul li a:hover {
    color: var(--bodycolour_light);
}

.maincontent p a:hover,
ul.icons li a:hover {
    color: #ffffff;
}

.maincontent p a::after,
ul.icons li a::after {
    background-color: #ccb99b;
  }

#submenu.sticky ul li a:hover {
    color: var(--cyan_accent);
}

/*Navigation Underline Mobile & Tablet*/

@media (max-width: 1280px) {
	
	nav ul,
	nav ul li {
    	/*border-color: #ccb99b;*/
	}
	
}

/*Navigation Underline Desktop*/

nav ul li::after,
body#about nav ul li#about::after {
    background-color: var(--cyan_accent);
}

/*Hamburger Menu*/

#menu-icon span {
  	background: var(--bodycolour_light);
}


/*-----Colours Callouts, CTAs & Buttons-----*/


.callout {
	background-color: var(--turquoise_digital);
}

.callout:not(#newsfeed):hover {
    transition: 0.3s;
}

.callout h3 {
	color: var(--bodycolour_light);
}

.callout:not(#newsfeed):hover h3, 
.callout:not(#newsfeed):hover p, 
.maincontent .callout:not(#newsfeed):hover p strong {
    color: #ffffff;
    transition: 0.3s;
}

.maincontent .callout:not(#newsfeed):hover .st0 {
	fill: #ffffff !important;
	transition: 0.3s;
}


/*-----Colours Images & Video-----*/


figcaption,
.video-caption,
.flex-caption {
	color: #333333 !important;
	border-bottom-color: var(--turquoise_digital);
}

.flex-caption {
	background-color: #ffffff;;
	color: #333333 !important;
	border-top-color: var(--turquoise_digital);
}

.flex-direction-nav a {
	background-color: var(--blue_digital);
}

figure img,
img.picture,
.flexslider .slides img,
.video iframe {
	border-bottom-color: var(--blue_digital);
}

.full-screen figcaption {
	border-top-color: var(--cyan_accent);
	background-color: #ffffff;
}

.full-screen figcaption.white {
    color: #333333 !important;
    background-color: #ffffff !important;
}

.full-screen figcaption.colour {
    color: #333333 !important;
    background-color: #e5dbcc !important;
}


/*-----Colours Proposals, Downloads & Contact Icons List-----*/


/*Proposals*/

ul.icons li::after,
.maincontent ul.icons::before {
	background-color: #DADADA;
}

ul.icons li::before {
	color: var(--blue_digital);
}

/*Downloads*/

ul.downloads li a {
	color: var(--blue_digital);
}

ul.downloads li a:hover {
	color: var(--cyan_accent);
}

/*Contact*/

ul.icons.contact li::after {
	background-color: var(--cyan_accent);
}

ul.downloads li::after{
	background-color: #dadada;
}

ul.icons.contact {
	border-top-color: var(--cyan_accent);
}

.phone svg path,
.email svg path.mail,
.post svg {
  fill: var(--turquoise_digital);
}

.email svg path,
.email svg polygon,
.email svg rect,
.post svg line {
  stroke: var(--turquoise_digital);
}


/*-----Colours Forms-----*/


form,
#ss-embed-frame {
	border-top-color: var(--cyan_accent) !important;
}

.required {
	color: var(--cyan_accent);
}

/*Text Box*/

input[type=text],
textarea {
	border-color: #cccccc;
}

input[type=text]:focus,
textarea:focus {
	border-color: #333333;
}

/*Radio Buttons & Checkboxes*/

input[type=radio]::before,
input[type=checkbox]::before {
	border-color: var(--cyan_accent);
}

input[type=radio]::after,
input[type=checkbox]::after {
	background: var(--cyan_accent);
}

/*Submit Button*/

/*.submit {
	background-color: #132a3e;
	color: #ffffff;
}

.submit:hover {
	background-color: #ccb99b;
}*/

.submit,
.maincontent p a.submit {
	border-color: var(--turquoise_digital);
	background: -webkit-linear-gradient(90deg, var(--turquoise_digital) 50%, transparent 50%);
    background-image: linear-gradient(90deg, var(--turquoise_digital) 50%, transparent 50%);
	background-color: transparent;
}

#consultation .maincontent p a.submit {
	border-color: var(--primary);
	background: -webkit-linear-gradient(90deg, var(--primary) 50%, transparent 50%);
    background-image: linear-gradient(90deg, var(--primary) 50%, transparent 50%);
	background-color: transparent;
}

#home .submit,
#home .maincontent p a.submit {
	border-color: #ffffff;
	background: -webkit-linear-gradient(90deg, transparent 50%, #ffffff 50%);
    background-image: linear-gradient(90deg, transparent 50%, #ffffff 50%);
	background-color: transparent;
}

.maincontent p a.submit.long {
	background-image: -webkit-linear-gradient(90deg, #FAB41A 90%, transparent 50%);
    background-image: linear-gradient(90deg, #FAB41A 90%, transparent 50%);
}

.register-wrap .submit {
	border-color: #ffffff;
	background-image: -webkit-linear-gradient(90deg, transparent 50%, #ffffff 50%);
    background-image: linear-gradient(90deg, transparent 50%, #ffffff 50%);
	background-color: transparent;
}

#error .submit:nth-child(2) {
	background-image: -webkit-linear-gradient(90deg, #ccb99b 50%, transparent 50%);
    background-image: linear-gradient(90deg, #ccb99b 50%, transparent 50%);
	border-color: var(--cyan_accent);
}

#error .maincontent p a.submit:nth-child(2):hover {
	color: var(--cyan_accent);
}

.submit::after {
	background: transparent;
	background-color: transparent !important;
}

/*Close Button*/

.cancel {
	background-color: var(--turquoise_digital);
	color: #ffffff;
	border-color: #ffffff;
}

.cancel:hover {
	background-color: var(--blue_digital);
}


/*-----Colours News-----*/


.date,
.more,

.newstitle a{
	color: var(--blue_digital);
}

.newstitle a:hover
{
	color: var(--cyan_accent);
}

.more a:hover
{
	color: #ffffff !important;
}

.news-text,
.news-image,
#news .callout ul li {
	border-bottom-color: var(--blue_digital);
}

#news .callout ul li a::before {
	border-right-color: var(--blue_digital);
	border-bottom-color: var(--blue_digital);
}


/*-----Timeline FAQS-----*/


ul.timeline::before {
	background-color: var(--blue_digital);
}

ul.timeline li {
	color: #ffffff;
    background: var(--blue_digital);
}

ul.timeline li:before {
	background-color: #ffffff;
	border-color: var(--blue_digital);
	color: transparent;
}

ul.timeline li.current:before {
	background-color: var(--cyan_accent);
	border-color: var(--blue_digital);
	color: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
}

ul.timeline li::after {
	border-right-color: var(--blue_digital);
}

ul.timeline li strong {
	color: var(--cyan_accent);
}

ul.timeline li.current strong {
	color: var(--blue_digital);
}

ul.timeline li.current {
    background: var(--cyan_accent);
}

ul.timeline li.current::after {
	border-right-color: var(--cyan_accent);
}

@media (min-width: 769px) {
   	ul.timeline li:nth-child(odd)::after {
		border-left-color: var(--blue_digital);
	}
	ul.timeline li.current:nth-child(odd)::after {
		border-left-color: var(--cyan_accent);
	}
}



/*-----Colours FAQS-----*/


/*Plus & Minus Symbol*/

.tab-label::after {
	color: var(--turquoise_digital);
}

.tab-label:hover::after {
}

/*FAQ Text*/

.tab {
  	color: var(--blue_digital);
}

.tab:hover {
	color: var(--cyan_accent);
}

/*Seperators*/

.tab-content {
	border-bottom-color: #dadada;
}


/*-----Colours Footer-----*/


/*Register CTA*/

.cta {
 
}

.cta a,
.submit {
    color: #ffffff;
}

.register-wrap .submit {
    color: var(--blue_digital);
}

.register-wrap .submit:hover {
    color: #FAB41A;
}

.submit:hover,
.maincontent p a.submit:hover {
  	color: var(--turquoise_digital);
}

.register-wrap .submit:hover,
.register-wrap .maincontent p a.submit:hover {
  	color: var(--blue_digital);
}

.register-wrap p {
    color: #ffffff;
}

/*Footer*/

#page-footer {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(120deg, #5BC5F2 -38.72%, #14387F 100%);
	color: #ffffff;
}

#page-footer h2,
#page-footer p,
#page-footer p a {
	color: #ffffff;
}

#page-footer #footer-wrap p a:hover {
	opacity: 0.7;;
}

#register #page-footer {
	border-top: 1px solid #dadada;
}

#ot-sdk-btn.ot-sdk-show-settings, 
#ot-sdk-btn.optanon-show-settings {
	color: #ffffff !important;
}

/*To Top Button*/

#scrolltop-bg {
   fill: var(--turquoise_digital);
}

#scrolltop-arrow {
	fill: #ffffff;
}

.scroll {
	color: var(--blue_digital);
}




/*--------------------------------FONTS--------------------------------*/


/*-----Font Type-----*/


body,
html,
* {
	font-family: var(--bodyfont);
    font-weight: 400;
}


/*-----Font Size-----*/


/*Form Text*/

label {
	font-size: 1em;
}

.submit {
}

.disclaimer {
	font-size: 0.75em;
	line-height: 1.3;
}

#register .disclaimer {
	margin-bottom: 150px;
}


/*Form Text Mobile & Tablet Width*/

@media (max-width: 1280px) {
	
	label.consent {
		font-size: 0.813em;
	}

	#register .disclaimer {
		margin-bottom: 90px;
	}
	
}

/*FAQS*/



.tab-content p {
}

label.tab-label {
	font-size: 1.063em;
}

/*Footer*/

#page-footer {
	font-size: 0.75em;
}

#page-footer h2 {
	font-size: 1.875em;
	line-height: 1.2em;
	max-width: 720px;
	margin: 70px auto 45px auto;
}

#page-footer p {
	font-size: 1.063em;
}

@media (max-width: 600px) {

	#page-footer h2 {
		font-size: 1.5em !important;
		line-height: 1.2em;
		max-width: 720px;
		margin: 35px auto 7px auto;
	}

}


/*Navigation Mobile & Tablet Width*/

@media (max-width: 1280px) {

	nav ul li {
		font-size: 1.5em;
	}
	
	#submenu ul li {
		font-size: 0.75em;
	}

	label.tab-label {
		font-size: 1em;
	}
	
}

/*Navigation Desktop Width*/

@media (min-width: 1281px) {

	nav ul li {
		font-size: 1.125em;
	}
	
	#submenu ul li {
		font-size: 1em;
	}
	
}

/*Headings Mobile & Tablet Width*/


@media (max-width: 500px) {

	#home #pageleader h1 {
		font-size: 1em !important;
		line-height: 1.15;
	}
	
}

@media (max-width: 600px) {

	h2 {
		font-size: 1.125em !important;
	}

	h2.welcome {
		font-size: 1.125em !important;
	}

	h3,
	label.tab-label {
		font-size: 1em !important;
	}
	
    h1 {
        font-size: 1.75em !important;
        line-height: 1.1 !important;
    }
}

@media (max-width: 640px) and (min-width: 501px){

	#home #pageleader h1 {
		font-size: 1.2em !important;
	}

}

@media (max-width: 880px) {

	#home h1 {
		font-size: 1.5em !important;
	}

}

@media (max-width: 1280px) {

	h1 {
		font-size: 3em;
		line-height: 1.15;
	}
	
	#home h1 {
		font-size: 1.8em;
		line-height: 1.1;
	}
	
	h2,
	body:not(#home) .contactus#contactdetails h2.welcome {
		font-size: 1.25em;
		line-height: 1.25;
	}

	.herotext h2 {
		font-size: 1.25em;
		line-height: 1.15em;
		font-weight: 600;
	}
	
	#contact h2.welcome {
		font-size: 1.125em;
	}
	
	h3 {
    	font-size: 1.125em;
    	line-height: 1.4;
	}
	
	h4 {
		font-size: 1em;
		line-height: 1.4;
	}
	
}

/*Headings Desktop Width*/

@media (min-width: 1281px) {

	h1 {
		font-size: 2.75em;
		line-height: 1.2;
	}

	#home h1 {
		font-size: 3.25em;
		line-height: 1;
	}
	
	body:not(#home) h1 {
		font-size: 4.5em;
		line-height: 1;
	}
	
	h2,
	body:not(#home) .contactus#contactdetails h2.welcome {
		font-size: 1.5em;
		line-height: 1.25;
	}

	.herotext h2 {
		font-size: 1.5em;
		line-height: 1.15em;
		font-weight: 600;
	}
	
	h2.intro {
		font-size: 2em;
		line-height: 1.1875;
	}
	
	#home h2.welcome,
	#news h2.welcome {
    	font-size: 1.375em;
    	line-height: 1.4;
	}
	
	h2.welcome {
	}
	
	h3 {
    	font-size: 1.063em;
    	line-height: 1.35;
	}
	
	h4 {
		font-size: 1.125em;
		line-height: 1.4;
	}
	
}

@media (min-width: 1141px) and (max-width: 1280px) {
	#home #pageleader h1 {
		font-size: 2.6em;
    	line-height: 1;
	}
}


/*Paragraph*/

p,
li {
}

/*Paragraph Mobile & Tablet Width*/

@media (max-width: 1280px) {

	p,
	li {
		font-size: 1em;
	}
	
}

/*Paragraph Desktop Width*/

@media (min-width: 1141px) {

	p,
	li {
		font-size: 1.063em;
		line-height: 1.4;
	}
	
}

/*Images & Captions Mobile & Tablet Width*/

@media (max-width: 1280px) {

	figcaption,
	.video-caption,
	.flex-caption {
		font-size: 0.875em;
	}
	
}

/*Images & Captions Desktop Width*/

@media (min-width: 1141px) {

	figcaption,
	.video-caption,
	.flex-caption {
    	font-size: 0.75em;
	}
	
}

/*Downloads Mobile Width*/

@media (max-width: 768px) {

	ul.downloads li {
		font-size: 0.875em;
	}
	
}

/*Downloads Desktop Width*/

@media (min-width: 1141px) {

	ul.downloads li {
    	font-size: 1.125em;
	}
	
}

/*-----Register CTA-----*/

.register-wrap p {
    line-height: 1.2;
}

.cta a {
    line-height: 1.2;
}

.callout h3 {
	font-size: 1.188em;
}

.callout .bannertext h3 {
	font-size: 1.25em;
	font-weight: 600;
	width: 85%;
}

.callout p {
    font-size: 1em;
    line-height: 1.4;
}


/*Register CTA Tablet & Mobile Width*/

@media (max-width: 1280px) {

	.callout h3 {
    	font-size: 1.063em;
	}

	.callout .bannertext h3 {
    	font-size: 1.063em;
	}
	
}

/*Register CTA Desktop Width*/

@media (min-width: 1141px) {

	.callout h3 {
    	font-size: 1em;
	}
	
}

/*-----News-----*/

.date {
	font-size: 0.811em;
	font-weight: 700;
}

h3.newstitle {
	font-size: 1.125em;
}

.newscontent {
	font-size: 1em;
}

.more {
	font-size: 0.938em;
}

#news .callout ul li {
	font-size: 0.938em;
	font-weight: 600;
}


/*-----Font Weight-----*/


/*Navigation*/

nav ul li {
	font-weight: 700;
}

#submenu ul li {
	font-weight: 700;
}

/*Headers*/

h1,
h2,
h3 {
	font-weight: 700;
}

h2.intro {
	font-weight: 700;
	font-family: var(--headingfont);
}

figcaption, 
.video-caption, 
.flex-caption {
	font-weight: 700;
}

/*Text Links*/

p a,
ul.icons li a {
	font-weight: 700;
}

/*Register CTA*/

#page-footer .register-wrap p {
    font-size: 1.2em;
}

/*News*/

.date {
	    margin-bottom: 5px;
}

/*Forms*/

.submit {
	font-weight: 700;
}

/*Downloads*/

ul.downloads li,
ul.downloads li a {
	font-weight: 700;
}

/*Footer*/

#page-footer h2 {
	font-weight: 700;
	font-family: "Roboto Slab", serif;
}

#page-footer {
	font-weight: 400;
}

#page-footer a {
	font-weight: 700;
}




/*--------------------------------CURRENT PAGE INDICATORS--------------------------------*/


body#about nav ul li#about-nav:not(:hover)::after,
body#proposals nav ul li#proposals-nav:not(:hover)::after,
body#engagement nav ul li#engagement-nav:not(:hover)::after,
body#feedback nav ul li#feedback-nav:not(:hover)::after,
body#info nav ul li#info-nav:not(:hover)::after,
body#contact nav ul li#contact-nav:not(:hover)::after,
body#news nav ul li#news-nav:not(:hover)::after {
	visibility: visible;
}


/*-----Current Page Mobile & Tablet Width-----*/

@media (max-width: 1280px) {

	body#need nav ul li#need-nav a,
	body#about nav ul li#about-nav a, 
	body#impacts nav ul li#impacts-nav a,
	body#environment nav ul li#environment-nav a,
	body#info nav ul li#info-nav a,
	body#feedback nav ul li#feedback-nav a,
	body#benefits nav ul li#benefits-nav a,
	body#contact nav ul li#contact-nav a,
	body#consultation nav ul li#consultation-nav a {
		color: #ffffff;
	}

	body#home nav ul li#home-nav a,
	body#need nav ul li#need-nav a,
	body#about nav ul li#about-nav a, 
	body#impacts nav ul li#impacts-nav a,
	body#environment nav ul li#environment-nav a,
	body#info nav ul li#info-nav a,
	body#feedback nav ul li#feedback-nav a,
	body#proposals nav ul li#proposals-nav a,
	body#benefits nav ul li#benefits-nav a,
	body#contact nav ul li#contact-nav a,
	body#consultation nav ul li#consultation-nav a,
	body#ourconsultation nav ul li#ourconsultation-nav a {
		font-weight: 700;
		opacity: 1.0;
	  }

	body#home nav ul li#home-nav a::before,
	body#need nav ul li#need-nav a::before,
	body#about nav ul li#about-nav a::before, 
	body#impacts nav ul li#impacts-nav a::before,
	body#environment nav ul li#environment-nav a::before,
	body#info nav ul li#info-nav a::before,
	body#feedback nav ul li#feedback-nav a::before,
	body#proposals nav ul li#proposals-nav a::before,
	body#benefits nav ul li#benefits-nav a::before,
	body#contact nav ul li#contact-nav a::before,
	body#consultation nav ul li#consultation-nav a::before,
	body#ourconsultation nav ul li#ourconsultation-nav a::before {
		content: "";
		display: block;
		width: 20px; 
		height: 20px; 
		position: absolute;
		background-color: transparent;
		top: 15px;
		right: 30px;
		border-style: solid;
		border-width: 0.175em 0.175em 0 0;
		transform: rotate(45deg);
		animation: a4 1s infinite alternate;
	  }

	
}


/*-----Current Page Desktop Width-----*/

@media (min-width: 1281px) {

	body#need nav ul li#need-nav,
	body#about nav ul li#about-nav,
	body#impacts nav ul li#impacts-nav,
	body#environment nav ul li#environment-nav,
	body#info nav ul li#info-nav,
	body#feedback nav ul li#feedback-nav,
	body#benefits nav ul li#benefits-nav,
	body#contact nav ul li#contact-nav,
	body#consultation nav ul li#consultation-nav,
	body#news nav ul li#news-nav {
	}

	body#need nav ul li#need-nav a,
	body#about nav ul li#about-nav a, 
	body#impacts nav ul li#impacts-nav a,
	body#environment nav ul li#environment-nav a,
	body#info nav ul li#info-nav a,
	body#feedback nav ul li#feedback-nav a,
	body#benefits nav ul li#benefits-nav a,
	body#contact nav ul li#contact-nav a,
	body#consultation nav ul li#consultation-nav a,
	body#news nav ul li#news-nav a {
		color: #ffffff;
		border-right: none;
	}

	body#home nav ul li#home-nav a:before,
	body#need nav ul li#need-nav a:before,
	body#about nav ul li#about-nav a:before,
	body#proposals nav ul li#proposals-nav a:before,
	body#impacts nav ul li#impacts-nav a:before,
	body#environment nav ul li#environment-nav a:before,
	body#info nav ul li#info-nav a:before,
	body#feedback nav ul li#feedback-nav a:before,
	body#benefits nav ul li#benefits-nav a:before,
	body#contact nav ul li#contact-nav a:before,
	body#consultation nav ul li#consultation-nav a:before,
	body#ourconsultation nav ul li#ourconsultation-nav a:before,
	body#news nav ul li#news-nav a:before {
		width: 100%;
	}


	body#home .st0,
	#banner .st0 {
		fill: var(--bodycolour_light);
	}

	body#need nav ul li#homeicon-nav a,
	body#about nav ul li#need-nav a, 
	body#impacts nav ul li#about-nav a,
	body#environment nav ul li#impacts-nav a,
	body#info nav ul li#info-nav a,
	body#feedback nav ul li#benefits-nav a,
	body#benefits nav ul li#environment-nav a,
	body#contact nav ul li#contact-nav a,
	body#consultation nav ul li#feedback-nav a,
	body#news nav ul li#consultation-nav a,
	body#news nav ul li#news-nav a {
		border-right: none;
	}
/*
	body#about nav ul li#about-nav::after,
	body#proposals nav ul li#proposals-nav::after,
	body#engagement nav ul li#engagement-nav::after,
	body#feedback nav ul li#feedback-nav::after,
	body#info nav ul li#info-nav::after,
	body#contact nav ul li#contact-nav::after {
		content: "";
    	display: block;
    	height: 3px;
    	width: auto;
    	margin-top: 0px;
    	z-index: 0;
    	position: relative;
    	bottom: 49px;
		-webkit-animation: paginate 5s ease-in-out infinite;
        -moz-animation: paginate 5s ease-in-out infinite;
        -o-animation: paginate 5s ease-in-out infinite;
        animation: paginate 5s ease-in-out infinite;
	}*/
	
	body#about nav ul li#about-nav:hover::after,
	body#proposals nav ul li#proposals-nav:hover::after,
	body#engagement nav ul li#engagement-nav:hover::after,
	body#feedback nav ul li#feedback-nav:hover::after,
	body#info nav ul li#info-nav:hover::after,
	body#contact nav ul li#contact-nav:hover::after,
	body#consultation nav ul li#consultation-nav:hover::after,
	body#news nav ul li#news-nav:hover::after {
		animation: none;
	}
		
}




/*--------------------------------LOGO--------------------------------*/


/*-----Logo Size Mobile & Tablet Width-----*/


@media (max-width: 1280px) {

	.headerlogo a,
	.headerlogo a img {
		width: 143px;
    	height: 30px;
	}
	
}

/*-----Logo Narrow-----*/

/*
@media (max-width: 1180px) and (min-width: 1281px) {

	.headerlogo a {
		width: 184px;
    	height: 50px;
		background-image: url(../images/HampshireWTWRPlogo_narrow.svg);
		background-repeat: no-repeat;
	}

	.headerlogo a img {
		display: none;
	}
	
}*/


/*-----Logo Size Desktop Width-----*/


@media (min-width: 1181px) {

	.headerlogo a,
	.headerlogo a img {
    	width: 167px;
    	height: 35px;
		margin-top: 5px;
	}
	
}




/*--------------------------------PROPOSALS & CONTACT ICONS--------------------------------*/


@font-face {
  font-family: 'engagementiconset';
  src: url("icons/engagementiconset.eot");
  src: url("icons/engagementiconset.eot#iefix") format('embedded-opentype'), 
	  url("icons/engagementiconset.woff") format('woff'), 
	  url("icons/engagementiconset.ttf") format('truetype'), 
	  url("icons/engagementiconset.svg#engagementiconset") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'benefitsiconsset';
	src: url("icons/benefitsiconsset.eot");
	src: url("icons/benefitsiconsset.eot#iefix") format('embedded-opentype'), 
		url("icons/benefitsiconsset.woff") format('woff'), 
		url("icons/benefitsiconsset.ttf") format('truetype'), 
		url("icons/benefitsiconsset.svg#benefitsiconsset") format('svg');
	font-weight: normal;
	font-style: normal;
  }

.maincontent ul.icons {
	list-style-type: none;
	padding-inline-start: 0px;
	margin-left: 100px;
	margin-top: 45px;
}

.maincontent ul.icons.noicons {
	margin-left: 0px;
}

.maincontent ul.icons::before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	width: calc(100% + 100px);
	margin-top: 30px;
    margin-bottom: 30px;
	margin-left: -100px;
}

.maincontent ul.icons.noicons::before {
	width: calc(100%);
	margin-left: 0px;
}

ul.icons.noicons li::before {
	display: none;
}

ul.icons li {
	text-indent: 0;
	font-weight: 500;
	min-height: 40px;
	line-height: 1.4;
}

ul.icons li b {
	display: block;
	margin-bottom: 10px;
}


ul.icons li::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	width: calc(100% + 100px);
	margin-top: 30px;
    margin-bottom: 30px;
	margin-left: -100px;
}

ul.icons.noicons li::after {
	width: calc(100%);
	margin-left: 0px;
}

ul.icons li:last-child::after {
	display: none;
}

ul.icons li::before {
	font-family: benefitsiconsset;
	content: "\e802";
	width: 75px;
	height: 73px;
	font-size: 75px;
	margin-right: 25px;
	float: left;
	clear: both;
	margin-top: 0;
	margin-left: -100px;
}

ul.icons.noicons li::before {
	display: none;
}

ul.icons li.bng::before {
	content: "\e808";
}

ul.icons li.green::before {
	content: "\e804";
}

ul.icons li.housing::before {
	content: "\e807";
}

ul.icons li.economic::before {
	content: "\e809";
}

ul.icons li.twobed::before {
	content: "\e800";
}

ul.icons li.carbon::before {
	content: "\e806";
}

ul.icons li.historic::before {
	content: "\e805";
}

ul.icons li.accessible::before {
	content: "\e803";
}

ul.icons li.parkingarea::before {
	content: "\e80B";
}

ul.icons li.deadend::before {
	content: "\e802";
}

ul.icons li.evcharge::before {
	content: "\e801";
}

ul.icons li.cycle::before {
	content: "\e804";
}

ul.icons li.recycle::before {
	content: "\e805";
}

ul.icons li.evbus::before {
	content: "\e800";
}

ul.icons li.phone::before {
	content: "\e80F";
}

ul.icons li.email::before {
	content: "\e810";
}

ul.icons li.post::before {
	content: "\e80E";
}


/*Contact*/


ul.icons.contact {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;
}

ul.icons.contact li {
	line-height: 1.5;
	font-weight: 400;
	margin-left: 65px;
}

ul.icons.contact li strong {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

ul.icons.contact li::before {
	font-size: 50px;
    margin-top: -12px;
	position: absolute;
	margin-left: -65px;
}

ul.icons.contact li::after {
    content: "";
    display: block;
    height: 1px;
	width: 100%;
    width: calc(100% + 65px);
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: -65px;
}

ul.icons.contact li:last-child::after {
    display: none;
}

.bubble {
	width: 34px;
	height: 34px;
	background-color: rgba(0, 159, 227, 1);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
  	transform: translateX(-50%);
	mix-blend-mode: multiply;
	animation: moveR 1.5s ease-out infinite;
	border-radius: 50%;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bubble span {
	border: 1px rgb(0, 159, 227) solid;
	border-radius: 50%;
	position: absolute;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	animation: ripples 3s ease-out infinite;
	animation-delay: calc(0.5s * var(--i));
	opacity: 0;
}

.email .bubblewrap:first-child {
	animation: delay-animation 6s ease-out infinite;
}

.email .bubble {
	margin-left: -80px;
	margin-top: 20px;
}

#mailbubble2 {
	margin-left: 80px;
	margin-top: 120px;
	animation: moveR2 3s ease-out infinite;
	animation-delay: 3s;
}

.phone .bubblewrap:first-child {
	animation: delay-animation 6s ease-out infinite;
}

.phone .bubble {
	background-color: rgb(0, 159, 227);
	animation: moveG 3s ease-out infinite;
	margin-left: 60px;
	margin-top: -20px;
}

.phone .bubble span {
	border: 1px rgb(0, 159, 227) solid;
}

#phonebubble2 {
	margin-left: -150px;
	margin-top: 120px;
	animation: moveG2 3s ease-out infinite;
	animation-delay: 3s;
}

.post .bubblewrap:first-child {
	animation: delay-animation 6s ease-out infinite;
}

.post .bubble {
	background-color: rgb(0, 159, 227);
	animation: moveB 3s ease-out infinite;
	margin-left: 20px;
	margin-top: 90px;
}

.post .bubble span {
	border: 1px rgb(0, 159, 227) solid;
}

#postbubble2 {
	margin-left: -70px;
	margin-top: 30px;
	animation: moveB2 3s ease-out infinite;
	animation-delay: 3s;
}

.phone svg,
.email svg,
.post svg,
.closed svg {
  	width: 70px;
  	height: 70px;
	margin: 0 auto 20px auto;
}

/* Animate cross */

.cross-icon {
	width: 70px;
	height: 70px;
	border: 3px solid var(--blue_digital);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin: 0px auto 20px auto;
	padding: 0;
	position: relative;
	box-sizing: content-box;
   /* The icons are not animated in IE. */
}

.cross-icon.cross-delete .cross-x-mark {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
}

.cross-icon.cross-delete .cross-delete-line {
	position: absolute;
	height: 3px;
	width: 40px;
	background-color: var(--blue_digital);
	display: block;
	top: 0;
	border-radius: 2px;
}

.cross-icon.cross-delete .cross-delete-line.cross-delete-left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 15px;
	top: 34px;
}

.cross-icon.cross-delete .cross-delete-line.cross-delete-right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 15px;
	top: 34px;
}

.cross-icon.cross-delete .cross-delete-line.cross-delete-left {
	-ms-transform: rotate(45deg) \9;
}

.cross-icon.cross-delete .cross-delete-line.cross-delete-right {
	-ms-transform: rotate(-45deg) \9;
}

@-webkit-keyframes animateDeleteIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
   	}
	25% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
   	}
   	60% {
		opacity: 1;
	}
	75% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
   	}
	100% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
   }
}

@keyframes animateDeleteIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
   	}
	25% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
   	}
	60% {
		opacity: 1;
	}
	75% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
   	}
	100% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
   }
}

.animateDeleteIcon {
	/*-webkit-animation: alternate infinite animateDeleteIcon 3s;
	animation: alternate infinite animateDeleteIcon 3s;*/
}

@-webkit-keyframes animateXMark {
	0% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
   }
	50% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
   }
	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px;
   }
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1;
   }
}

@keyframes animateXMark {
	0% {
		transform: scale(1.15);
		transform: scale(1.15);
		margin-top: 0px;
		opacity: 1;
   }
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0px;
		opacity: 1;
   }
	75% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: 0px;
   }
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0px;
		opacity: 1;
   }
}

.animateXMark {
	-webkit-animation: infinite spin 4s;
	animation: infinite spin 4s;
}

/* Animate phone */

.phone svg path:nth-child(2) {
  -webkit-animation: header-phone 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone 2s infinite cubic-bezier(.1, .57, .5, 1);
}

.phone svg path:nth-child(3) {
  -webkit-animation:header-phone2 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation:header-phone2 2s infinite cubic-bezier(.1, .57, .5, 1);
}

@-webkit-keyframes header-phone {
  0%,30% {opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80% {opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@keyframes header-phone {
  0%,30%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@-webkit-keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}


/* Animate Mail */

.mail {
  animation: send 3s infinite;
  
}

@keyframes send {
  100% {
    transform: translateY(-500px);
  }	
}


/* Animate post */

.pencil {
  animation: pencil 3s infinite;
}

@keyframes pencil {
  0% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(250px, -10px);
  }
  100% {
    transform: translate(0, -10px);
  }
}


/* Animate tick */
  
.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	animation: dash 3s ease-in-out alternate infinite;
	-webkit-animation: dash 3s ease-in-out alternate infinite;
  }
  
.spin {
	animation: spin 3s ease-out infinite;
	-webkit-animation: spin 3s ease-in-out infinite;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
  }
  
  @-webkit-keyframes dash {
   0% {
	 stroke-dashoffset: 1000;
   }
   100% {
	 stroke-dashoffset: 0;
   }
  }
  
  @keyframes dash {
   0% {
	 stroke-dashoffset: 1000;
   }
   100% {
	 stroke-dashoffset: 0;
   }
  }
  
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	}
	50% {
	  -webkit-transform: rotate(720deg);
	}
	100% {
		-webkit-transform: rotate(720deg);
	  }
  }
  
  @keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	}
	50% {
	  -webkit-transform: rotate(720deg);
	}
	100% {
		-webkit-transform: rotate(720deg);
	  }
  }


/* Animation drops */

@keyframes moveR {
	from, to {
		transform: translate(0,0);
	}
	0% {
		opacity: 0;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 1);
	}
	1% {
		opacity: 1;
		transform: scale(0.4,0.4);
	}
	10% {
		opacity: 1;
		transform: scale(0.4,0.4);
	}
	40% {
		background-color: rgba(0, 159, 227, 0);

	}
	100% {
		opacity: 0;
		transform: scale(3.25,3.25);
		background-color: rgba(0, 159, 227, 0);

	}
}

@keyframes moveR2 {
	from, to {
		transform: translate(0,0);
	}
	0% {
		opacity: 0;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 0);
	}
	10% {
		opacity: 0;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 1);
	}
	11% {
		opacity: 1;
		transform: scale(0.4,0.4);
	}
	40% {
		background-color: rgba(0, 159, 227, 0);

	}
	100% {
		opacity: 0;
		transform: translate(-1em,-3em) scale(3.25,3.25);
		background-color: rgba(255, 222, 0, 0);
	}
}

@keyframes moveG {
	from, to {
		transform: translate(2.25em,1em);
	}
	0% {
		opacity: 0;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 0);
	}
	5% {
		opacity: 0;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 1);
	}
	6% {
		opacity: 1;
		transform: scale(0.4,0.4);
	}
	40% {
		background-color: rgba(0, 159, 227, 0);
	}
	100% {
		opacity: 0;
		transform: translate(1em,2em) scale(3.25,3.25);
		background-color: rgba(210, 142, 189, 0);

	}
}

@keyframes moveG2 {
	from, to {
		transform: translate(2.25em,1em);
	}
	0% {
		opacity: 1;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 0);
	}
	15% {
		opacity: 1;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 1);
	}
	16% {
		opacity: 1;
		transform: scale(0.4,0.4);
	}
	40% {
		background-color: rgba(0, 159, 227, 0);
	}
	100% {
		opacity: 0;
		transform: translate(1em,2em) scale(3.25,3.25);
		background-color: rgba(0, 159, 227, 0);
	}
}

@keyframes moveB {
	from, to {
		transform: translate(2.25em,1em);
	}
	0% {
		opacity: 0;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 0);
	}
	8% {
		opacity: 0;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 1);
	}
	9% {
		opacity: 1;
		transform: scale(0.4,0.4);
	}
	40% {
		background-color: rgba(0, 159, 227, 0);
	}
	100% {
		opacity: 0;
		transform: translate(1em,-2em) scale(3.25,3.25);
		background-color: rgba(0, 159, 227, 0);
	}
}

@keyframes moveB2 {
	from, to {
		transform: translate(2.25em,1em);
	}
	0% {
		opacity: 1;
		transform: scale(0,0);
		background-color: rgba(0, 159, 227, 1);
	}
	1% {
		opacity: 1;
		transform: scale(0.4,0.4);
	}
	40% {
		background-color: rgba(0, 159, 227, 0);
	}
	100% {
		opacity: 0;
		transform: translate(-1em,-2em) scale(3.25,3.25);
		background-color: rgba(0, 159, 227, 0);
	}
}

@keyframes ripples {
	0% {
		width: 15px;
		height: 15px;
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	
	100% {
		width: 130%;
		height: 130%;
		opacity: 0;
	}
}

@keyframes delay-animation {
	0%{
	  opacity: 1;
	}
	50% {
	  opacity: 1;
	}
	50.01% {
	  opacity: 0;
	}
	100%{
	  opacity: 0;
	}
  }




/*-----Icons Mobile & Tablet Width-----*/


@media (max-width: 600px) {

	.maincontent ul.icons::before,
	ul.icons li::after {
		width: calc(100% + 65px);
		margin-left: -65px;
	}
	
	ul.icons li::before {
		width: 50px;
		height: 48px;
		font-size: 50px;
		margin-right: 15px;
		margin-left: -65px;
	}

	.maincontent ul.icons {
		margin-left: 65px;
	}

}

@media (max-width: 1280px) {

	ul.icons {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.phone svg,
	.email svg,
	.post svg,
	.cross-icon,
	.cross-icon.cross-delete .cross-x-mark {
  		width: 50px;
  		height: 50px;
	}

	.cross-icon.cross-delete .cross-delete-line {
		width: 30px;
	}

	.cross-icon.cross-delete .cross-delete-line.cross-delete-left {
		left: 10px;
		top: 23px;
	}
	
	.cross-icon.cross-delete .cross-delete-line.cross-delete-right {
		right: 10px;
		top: 23px;
	}

}


/*-----Icons Desktop Width-----*/


@media (min-width: 1281px) {

	ul.icons {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
}




/*--------------------------------HEADER--------------------------------*/


#masthead {
	z-index: 1000;
}

.headerlogo a {
	display: block;
}


/*-----Header Mobile & Tablet Width-----*/


@media (max-width: 1280px) {
	
	body {
	}
	
	#masthead {
		position: fixed;
		width: 100%;
		top: 0;
		transition: top 0.2s ease-in-out;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	}

	#masthead.menuopen {
		backdrop-filter: blur(25px) saturate(25%);
    	-webkit-backdrop-filter: blur(32px) saturate(25%);
    	background-color: var(--turquoise_digital);
	}

	#home #masthead {
	}
	
	#masthead.nav-up {
		top: -80px;
	}
	
	.headercontent {
    	padding: 20px;
	}
	
}


/*-----Header Desktop Width-----*/


@media (min-width: 1281px) {
	
	#masthead {
		position: fixed;
		height: 80px;
		width: 100%;
		top: 0;
        transition: top 0.2s;
	}

	#masthead.nav-up {
		top: -81px;
	}
	
	#home #masthead {
		background-color: transparent;
	}

	#home #masthead.sticky {
		background-color: var(--turquoise_digital);
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	}

	body:not(#home) #masthead {
		/*-webkit-box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 1);
        -moz-box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 1);
        box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 1);*/
	}
	
	.headerlogo {
		display: inline-block;
	}
	
	.headercontent {
    	max-width: 77rem;
		width: calc(100% - 3em);
    	margin-left: auto;
    	margin-right: auto;
    	padding: 20px 0 0 0;
	}	
	
}




/*--------------------------------NAVIGATION--------------------------------*/


nav ul {
	padding-inline-start: 0px;
}

nav ul li {
	padding-left: 0;
	list-style: none;
	position: relative;
}

nav ul li a {
	text-decoration: none;
	transition: 0.2s;
	font-weight: 600;
}

nav ul li.current a::before {
	margin-left: -35px;
	transition: 0.5s all ease-in-out;
}


/*-----Navigation Mobile & Tablet Width-----*/


@media (max-width: 1280px) {

	#navbar {
		position: relative;
		top: 20px;
	}
	
	nav ul {
		display: none;
		height: 100vh;
		padding-bottom: 135px;
		margin: 60px -20px 0 -20px;
		flex-direction: column;
  		/*justify-content: center;*/
	}

	#submenu ul {
		margin: 0 -20px;
	}
	
	nav ul li {
    	/*border-bottom-style: solid;
    	border-bottom-width: 1px;*/
		line-height: 1.1;
    	display: block;
    	float: none;
		text-align: center;
		-webkit-animation: fadeOut 0.3s ease forwards;
        -moz-animation: fadeOut 0.3s ease forwards;
        animation: fadeOut 0.3s ease forwards;
		text-transform: uppercase;
	}

	nav ul li#homeicon-nav {
		display: none;
		
	}

	#masthead nav ul li {
    	padding: 0 75px 0 20px;
		text-transform: initial;
		margin-bottom: 5px;
	}

	nav ul li svg {
		display: none;
	}
	
	nav ul.open li {
		-webkit-transform: translateX(-150%);
		-moz-transform: translateX(-150%);
		-o-transform: translateX(-150%);
		transform: translateX(-150%);
		-webkit-animation: slideIn 0.3s ease forwards;
        -moz-animation: slideIn 0.3s ease forwards;
        animation: slideIn 0.3s ease forwards;
		text-align: center;
		animation-delay: 0.3s;
	}
	
	nav ul li:last-child {
    	border-bottom: none;
	}
	
	nav ul li a {
    	padding: 9px 0;
		display: block;
		transition: 0.35s;
	}

	#masthead nav ul li a {
    	text-align: left;
		font-family: var(--headingfont);
		font-weight: 400;
		opacity: 0.7;
	}

	nav ul li a br {
		display: none;
	}
	
	nav ul li a:hover {
    	/*background-color: rgba(255, 255, 255, 0.1);*/
		opacity: 1.0 !important;
	}
	
	#menu-icon {
		display: block;
	}
	
	
	/*Hamburger Icon*/

	#menu-icon {
		width: 40px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 300;
		-webkit-transform: rotate(0deg);
  		-moz-transform: rotate(0deg);
  		-o-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: .5s ease-in-out;
  		-moz-transition: .5s ease-in-out;
  		-o-transition: .5s ease-in-out;
  		transition: .5s ease-in-out;
	}

	#menu-icon:focus {
		outline: none;
	}

	#menu-icon span {
  		display: block;
  		position: absolute;
  		height: 6px;
  		width: 100%;
  		opacity: 1;
  		left: 0;
  		-webkit-transform: rotate(0deg);
  		-moz-transform: rotate(0deg);
  		-o-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: .25s ease-in-out;
  		-moz-transition: .25s ease-in-out;
  		-o-transition: .25s ease-in-out;
  		transition: .25s ease-in-out;
	}

	#menu-icon span:nth-child(1) {
  		top: 0px;
	}

	#menu-icon span:nth-child(2) {
  		top: 12px;
	}

	#menu-icon span:nth-child(3) {
  		top: 24px;
	}

	#menu-icon.active span:nth-child(1) {
  		top: 12px;
  		-webkit-transform: rotate(135deg);
  		-moz-transform: rotate(135deg);
  		-o-transform: rotate(135deg);
  		transform: rotate(135deg);
	}

	#menu-icon.active span:nth-child(2) {
  		opacity: 0;
  		left: -60px;
	}

	#menu-icon.active span:nth-child(3) {
  		top: 12px;
  		-webkit-transform: rotate(-135deg);
  		-moz-transform: rotate(-135deg);
  		-o-transform: rotate(-135deg);
  		transform: rotate(-135deg);
	}
	
}


/*-----Navigation Desktop Width-----*/


@media (min-width: 1281px) {
	
	#navbar {
		margin-top: -20px;
		display: inline-block;
		float: right;
	}
	
	nav ul {
		margin-top: 0px;
		height: 90px;
	}
	
	nav ul li {
		margin-bottom: 0px;
		margin-left: 0px;
		display: inline-block;
		line-height: 90px;
		text-align: center;
	}

	#masthead nav ul li {
		float: left;
		line-height: 80px;
		text-align: left;
		height: 80px;
		display: flex;
  		flex-direction: column;
		margin-right: 21px;
	}

	#masthead nav ul li:last-child {
		
		margin-right: 0px;
	}

	nav ul li#homeicon-nav {
		
	}

	nav ul li#home-nav {
	}
	
	nav ul li a {
		display: block;
	}

	#masthead nav ul li a {
		padding-right: 0px;
	}

	#masthead nav ul li a svg.home {
		margin-top: 1px;
		height: 30px;
		width: 30px;
	}

	#masthead nav ul li:first-child a {
	}

	#masthead nav ul li:first-child a:hover {
	}

	#masthead nav ul li:first-child a::before {
		
	}

	.st0:hover {
		fill: var(--cyan_accent);
		transition: 0.3s;
	}

	nav ul li a::before {
    	content: "";
    	display: block;
    	height: 5px;
    	width: 0%;
		background-color: var(--bodycolour_light);
    	margin-bottom: 17px;
    	z-index: 0;
    	position: absolute;
    	top: 0;
		/*-webkit-animation: linewidth-out 0.2s ease-in-out;
        -moz-animation: linewidth-out 0.2s ease-in-out;
        -o-animation: linewidth-out 0.2s ease-in-out;
        animation: linewidth-out 0.2s ease-in-out;*/
		margin-left: 0;
		margin-right: auto;
		transition: 0.3s;
	}

	nav ul li a:hover::before, 
    nav ul li a:focus::before, 
    nav ul li a:active::before {
        height: 5px;
    	width: 100%;
        /*-webkit-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -moz-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -o-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        animation: linewidth 0.2s ease-in-out 0.3s forwards;*/
    }

	/*
	nav ul li::after {
    	content: "";
    	display: block;
    	height: 3px;
    	width: 0px;
    	margin-top: 0px;
    	z-index: 0;
    	position: relative;
    	bottom: 49px;
		 -webkit-animation: linewidth-out 0.2s ease-in-out;
        -moz-animation: linewidth-out 0.2s ease-in-out;
        -o-animation: linewidth-out 0.2s ease-in-out;
        animation: linewidth-out 0.2s ease-in-out;
		margin-left: auto;
		margin-right: auto;
	}
	
	nav ul li:hover::after, 
    nav ul li:focus::after, 
    nav ul li:active::after {
        height: 3px;
    	width: 0px;
        -webkit-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -moz-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -o-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        animation: linewidth 0.2s ease-in-out 0.3s forwards;
    }
	
	nav ul li:not(:hover)::after {
	  visibility: hidden;
	  transition: visibility 0.01s 1s;
  	}    
	
	nav ul li a:focus::after,
	nav ul li a::active::after {
		content: "";
		display: block;
		height: 3px;
		margin-top: 12px;
		margin-bottom: -15px;
		position: relative;
		z-index: 10000;
		width: 80%;
	}*/
	
	#menu-icon {

		display: none;
	}
	
	#navbar ul {
		display: block !important;
	}
	
}




/*--------------------------------SUBMENU--------------------------------*/


#submenu {
	position: -webkit-sticky;
	position: sticky;
    top: 0;
	margin-top: 10px;
	padding: 10px 0;
	transition: top 0.2s ease-in-out;
	z-index: 1;
}

#submenu ul {
	height: 30px;
	max-width: 77rem;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 0;
	display: grid;
    grid-auto-flow: column;
	grid-auto-columns: minmax(0, 1fr);
	text-align: center;
}

#submenu ul li {
	border-left: 1px solid #d2d4d5;
	text-transform: uppercase;
	margin-bottom: 0px;
    margin-left: 0px;
	line-height: 30px;
}

#submenu.sticky ul li.current {
	/*border-left: 1px solid #d2d4d5;*/
}

#submenu.sticky ul li {
	border-left: 1px solid #d2d4d5;
}

#submenu ul li:first-child {
	border-left: none;
}

#submenu ul li::after {
    display: none;
}

#submenu ul li a {
	padding: 0 0;
	position: relative;
}

#submenu.sticky ul li.current::before {
	content: "";
    display: block;
    width: 100%;
	width: calc(100% + 1px);
    height: 50px;
    position: absolute;
	transition: 0.3s;
	background-color: #0e2856;
	margin-top: -10px;
	border-left: 1px solid #d2d4d5;
	border-right: 1px solid #d2d4d5;
}

#environment #submenu.sticky ul li:first-of-type.current::before {
    width: calc(100% + 0.5px);
	margin-left: 0px;
}

#environment #submenu.sticky ul li.current::before {
    width: calc(100% + 2px);
	margin-left: -1px;
}

#environment #submenu.sticky ul li:last-of-type.current::before {
    width: calc(100% + 0.5px);
}

#submenu.sticky ul li:last-child.current::before {
	margin-left: -1px;
}

#submenu ul li.current a {
}

#nav-container-top {
	height: 0px;
	background-color: var(--turquoise_digital);
	/*visibility: hidden;*/
}


/*-----Submenu Mobile & Tablet Width-----*/

@media (max-width: 600px) {

	#submenu ul li a span {
		display: none;
	}

}


@media (max-width: 1280px) {
	
	#submenu {
    	margin-top: 5px;
	}
	
	#submenu.nav-down {
    	top: 80px;
	}
	
	#submenu.sticky.nav-down {
		margin-top: 0;
	}
	
	#submenu.sticky.nav-down ul {
		height: 20px;
	}

	#submenu.sticky.nav-down ul li.current::before {
		height: 40px;
	}

	#submenu.sticky.nav-down ul li {
		line-height: 20px;
		height: 20px;
	}
	
	#submenu ul {
		justify-content: stretch;
	}
	
	#submenu li {
		animation: none;
	}
	
	#submenu ul li {
		height: 30px;
	}
	
	#submenu ul li a:hover {
    	background-color: transparent;
	}
	
}


/*-----Submenu Desktop Width-----*/

@media (min-width: 1281px) {
	
	#submenu {
		top: 0 !important;
	}

	#submenu.nav-down {
    	top: 90px !important;
	}
	
	#submenu.sticky.nav-down {
		margin-top: 0;
	}

	#submenu.sticky.nav-down ul {
		height: 30px;
	}

	#submenu.sticky.nav-down ul li {
		line-height: 30px;
		height: 30px;
	}
	
}




/*--------------------------------PAGE HEADERS--------------------------------*/


#pageleader {
	/*background-color: #ccb99b;*/
	height: 80vh;
	width: 100%;
	display: flex;
	display: -webkit-flex;
  	justify-content: center;
	-webkit-justify-content: center;
  	align-items: center;
	-webkit-align-items: center;
}

body:not(#home) #pageleader {
	justify-content: unset;
	-webkit-justify-content: unset;
  	align-items: normal;
	-webkit-align-items: normal;
	display: flex;
  justify-content: center;
  align-items: center;
}

.herotext {
	max-width: 77rem;
	width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	z-index: 1;
	opacity: var(--opacity);
	will-change: opacity;
}

body:not(#home) .herotext {
	/*animation-duration: 0.125s;
	animation-delay: 0.5s;
  	animation-name: zoom-in;
	animation-fill-mode: forwards;
	opacity: 0;*/
}

body:not(#home) .herotext span {
	width: 30%;
	display: block;
}

body#about .herotext span {
	width: 43%;
}

body#ourconsultation .herotext span {
	width: 50%;
}

#pageleader h1 {
	text-align: center;
	margin: 0 auto;
	font-weight: 700;
}

#pageleader h1::before {
	content: "";
	display: block;
	height: 5px;
	width: 50%;
	background-color: var(--turquoise_digital);
	margin-bottom: 50px;
	margin-top: -130px
}

body:not(#home) #pageleader .herotext {
	position: absolute;
  	top: 50%;
  	/*transform: translate(-50%, -50%);*/
	max-width: 77rem;
    width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	
}

body:not(#home) #pageleader h1 {
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
	width: 100%;
	text-align: left;
	font-family: var(--headingfont);
	margin-bottom: 30px;
}

body:not(#home) #pageleader h2 {
	text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
}

#home #pageleader h1 {
	text-transform: none;
	font-weight: 700;
	margin: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
}

#home #pageleader h1 span {
	display: block;
}


/*-----Hero Images Parallax-----*/

body:not(#home) .heroimage {
	animation-duration: 0.75s;
  	animation-name: fade-colour;
	animation-fill-mode: forwards;
}

@keyframes slide-in {
	0% { transform: translateY(-100%); }
    100% { transform: translateY(0%); }
}

@-webkit-keyframes slide-in {
	0% { transform: translateY(-100%); }
    100% { -webkit-transform: translateY(0%); }
}
    
@keyframes slide-out {
    0% { transform: translateY(0%); }
    100% { transform: translateY(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateY(0%); }
    100% { -webkit-transform: translateY(-100%); }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(50, 50);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@keyframes scale-in {
	0% {
	  opacity: 0;
	  height: 500%;
	}
  
	100% {
	  opacity: 1;
	  height: 100%;
	}
  }
  
  @-webkit-keyframes zoom-in {
	0% {
		opacity: 0;
		height: 500%;
	  }
	
	  100% {
		opacity: 1;
		height: 100%;
	  }
  }

@keyframes fade-colour {
  0% {
    background-color: #ffffff;
  }
	
  50% {
    background-color: #ffffff;
  }

  100% {
    background-color: var(--turquoise_digital);
  }
}

@-webkit-keyframes fade-colour {
  0% {
    background-color: #ffffff;
  }
	
  50% {
    background-color: #ffffff;
  }

  100% {
    background-color: var(--cyan_accent);
  }
}

body:not(#home) .heroimage img {
	/*filter: grayscale(100%) contrast(1) blur(0px);*/
 	transform: translateY(var(--translateY));
	height: auto;
	width: 110%;
	min-width: 110%;
	position: absolute;
	bottom: 0;
	animation-duration: 1s;
	animation-delay: 0s;
  	animation-name: fade-in;
	opacity: 0;
	animation-fill-mode: forwards;
}

body:not(#home) .heroimage img.main {
	/*filter: grayscale(100%) contrast(1) blur(0px);*/
 	transform: translateY(var(--translateY));
	width: 100%;
	min-width: 100%;
	object-fit: cover;
   	min-width: 100%;
   	min-height: 100%;
	bottom: initial;
	position: relative;
}

body:not(#home) .heroimage::after {
	display: block;
	content: "";
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	backdrop-filter: blur(20px) saturate(190%);
    -webkit-backdrop-filter: blur(20px) saturate(190%);
    background-color: rgba(0, 0, 0, 0.50);
    mask-image: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

body#news.newsitem .heroimage img.main {
	filter: grayscale(100%) contrast(1) blur(0px);
	mix-blend-mode: multiply;
}

body:not(#home) .heroimage img.headmask {
	animation-duration: 0.5s;
	animation-delay: 0s;
  	animation-name: slide-in;
	transform: translateY(0%);
    -webkit-transform: translateY(0%);
	opacity: 1.0;
}

body:not(#home) .heroimage img.headmask,
body:not(#home) .heroimage img.headmaskback {
	filter: none !important;
}


/*-----Hero Images Dimensions-----*/

#pageleader {
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}

body#news.newsitem .heroimage {
	background-color: var(--blue_digital) !important;
}

.heroimage {
	/*filter: grayscale(var(--grey)) contrast(1) blur(0px);*/
	/*background-color: var(--cyan_accent);*/
	display: flex;
	flex: 1 1 100%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#home .heroimage {
	height: auto;
}

.heroimage img.headmask {
  	filter: grayscale(var(--grey)) contrast(1) blur(0px);
  	flex: 1 0 100%;
  	height: 100%;
  	max-width: 100%;
  	mix-blend-mode: normal;
  	object-fit: cover;
  	opacity: 1;
  	position: static;
  	width: 100%;
	transform: scale(var(--sx),var(--sy));
	will-change: transform;
	z-index: 1;
}

.heroimage img.headmaskback {
	z-index: 0;
	animation: none !important;
	mix-blend-mode: normal;
	opacity: 1 !important;
	bottom: -1px !important;
	transform: none !important;
}

.heroimage img {
  	filter: grayscale(var(--grey)) contrast(1) blur(0px);
  	flex: 1 0 100%;
  	height: 100%;
  	max-width: 100%;
  	/*mix-blend-mode: multiply;*/
  	object-fit: cover;
  	opacity: 1;
  	position: static;
  	width: 100%;
	transform: scale(var(--sx),var(--sy));
	will-change: transform;
}

#home .heroimage img {
  	transform: scale(var(--sx),var(--sy));
  	will-change: transform;
	transform-origin: bottom;
}

#home .heroimage img {
	object-position: center top;
}

.heroimage img.main {
	transform: scale(var(--sx),var(--sy)) !important;
}

.heroimage::before {
  	background-color: #132a3e;
  	bottom: 0;
  	content: '';
  	height: 100%;
  	left: 0;
  	mix-blend-mode: lighten;
  	position: absolute;
  	right: 0;
  	top: 0;
  	width: 100%;
  	z-index: 1;
	display: none;
}


/*-----Page Headers Mobile & Tablet Width-----*/


@media (max-width: 650px) {
	
	#pageleader h1::before {
        margin-top: -45px !important;
		margin-bottom: 20px !important;
    }

	body:not(#home) .herotext span {
    	width: 70% !important;
	}

}

@media (max-width: 1080px) {
	
	body:not(#home) .herotext span {
    	width: 50%;
	}

	body:not(#home) .heroimage img.main {
		object-position: 65% 50%;
	}

}

@media (max-width: 1280px) {
	
	body:not(#home) #pageleader {
		height: 70vh;
	}

	#home .heroimage {
		top: 80px;
		height: 50%;
	}

	#pageleader h1 {
		width: 60%;
	}

	body:not(#home) #pageleader h1 {
		margin-bottom: 15px;
	}

	#pageleader h1::before {
    	margin-top: -60px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1141px) and (max-width: 1250px) {
	
}




/*--------------------------------HOMEPAGE--------------------------------*/


#homehero {
	z-index: 1;
	max-width: 77rem;
	width: calc(100% - 3em);
	height: 100%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	position: absolute;
	top: 0;
  	left: 50%;
  	transform: translateX(-50%);
}

#home #pageleader {
	min-height: 0;
	height: auto;
}

.video-wrap {
	max-width: 60%;;
	padding: 0;
	transform: translateY(var(--py));
	will-change: transform;
	z-index: 1;
}

.iconentry {
	animation-name: scale-in;
	animation-fill-mode: forwards;
	animation-duration: 0.25s;
    animation-delay: 0.75s;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	z-index: 11;
}

.iconentry:first-of-type {
    animation-delay: 0.5s;
}

.iconentry:last-of-type {
    animation-delay: 1s;
}

#colouricons {
	position: absolute;
	height: 20%;
	z-index: 11;
	opacity: var(--opacity);
	will-change: transform;
}

.health {
	top: 30%;
	transform: translateX(var(--hx)) rotate(var(--hr));
	will-change: transform;
}

.happiness {
	top: 50%;
	left: 20%;
	transform: translateY(var(--hy)) rotate(var(--hr));
	will-change: transform;

}

.communities {
	top: 0%;
	left: 55%;
	transform: translateY(var(--cy)) rotate(var(--hr));
	will-change: transform;
}

.video-background {
	position: relative;
	width: 100%;
	height: auto;
}

.video-background::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #048667;
	background: linear-gradient(90deg,rgba(4, 134, 103, 1) 0%, rgba(4, 134, 103, 1) 33%, rgba(4, 134, 103, 0) 82%, rgba(4, 134, 103, 0) 100%);
	z-index: 1;
}

video {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

#home .herotext {
	width: 100%;
	margin-left: 0%;
	position: relative;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
}

#home .herotext h1 {
	text-align: left;
	transform: translateX(var(--px));
	will-change: transform;
	opacity: var(--opacity);
}

#home .herotext h2 {
	width: 50%;
	margin-bottom: 40px;
}

#home .herotext img {
	width: 50%;
	height: auto;
	transform: scale(var(--lx),var(--ly));
    will-change: transform;
	transform-origin: bottom left;
	margin-bottom: 30px;
}

#home .column,
#news .column {
	width: 60%;
}

#home .column:last-child,
#news .column:last-child {
	width: 33%;
}

.sidebarwrap {
	position: sticky;
	top: 105px;
	margin-top: 0px;
}

#news .sidebarwrap {
	margin-top: 0px;
}

.column.sidebar {
	
}

html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}

[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	display: none;
}

.scroll {
	position: relative;
	height: 120px;
	font-size: 13px;
	font-weight: 700;
	bottom: 0;
	display: block;
	z-index: 1;
	text-align: center;
	margin-top: 300px
}

body:not(#home) .scroll {
	display: none;
}

.scroll a {
	text-decoration: none;
	color: var(--blue_digital);
}

.scroll a:hover {
}

#home .ca3-scroll-down-arrow {
	display: block;
}

.scrolltext {
	position: absolute;
	bottom: 0;
	font-weight: 700;
	color: var(--blue_digital);
	font-size: 14px;
}

.ca3-scroll-down-arrow {
  	background-image: url(../images/arrow.svg);
  	background-size: contain;
  	background-repeat: no-repeat;
	background-position: center;
}

.ca3-scroll-down-arrow::before {
}

.ca3-scroll-down-link {
  	cursor: pointer;
  	height: 50px;
  	width: 70px;
  	margin: 60px 0 0 -35px;
  	line-height: 60px;
  	position: relative;
  	left: 50%;
  	bottom: 60px;
  	color: #FFF;
  	text-align: center;
  	font-size: 60px;
  	z-index: 100;
  	text-decoration: none;
  	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  	-webkit-animation: ca3_fade_move_down 1.75s ease-in-out infinite;
  	-moz-animation: ca3_fade_move_down 1.75s ease-in-out infinite;
  	animation: ca3_fade_move_down 2s ease-in-out infinite;
	transition: 0.2s;
}

.ca3-scroll-down-link:hover {
	animation-play-state: paused;
  	font-size: 66px;
	height: 56px;
  	width: 76px;
	margin: 54px 0 0 -38px;
}

#arrow.scrolled {
	animation-play-state: paused;
}




/*-----Homepage Mobile & Tablet Width-----*/


@media (max-width: 420px) {
	
	#home #maincontentwrapper #pageleader h1 {
		border-bottom: none;
	}

}

@media (max-width: 500px) {
	
	#home #maincontentwrapper #pageleader h1 {
		border-top: none;
		padding-top: 0 !important;
		padding-bottom: 0px !important;
		margin-top: 0px
	}

}

@media (max-width: 540px) {
	
	#home .herotext img {
		
	}

}

@media (max-width: 660px) {
	
	#home .herotext h2 {
    	width: 70% !important;
	}

	#home .herotext img {
    	width: 70%;
	}

}

@media (min-width: 601px) and (max-width: 750px) {
	
	#home #pageleader {
		/*min-height: 60vh !important;
		height: 60vh !important;*/
	}

}

@media (max-width: 700px) and (min-width: 501px){

	#home #maincontentwrapper #pageleader h1 {
		border-top: none;
		padding-top: 0 !important;
		/*margin-top: -20px*/
	}

}

@media (max-width: 880px) {
	
	.video-wrap {
		max-width: 70%;
	}

	#home #pageleader {
		min-height: 55vh !important;
		height: 75vh !important;
	}

	.video-background,
	video  {
		height: 75vh !important;
	}

	.communities {
		left: 63%;
	}

	#home .herotext {
		margin-left: 0% !important;
	}

	#home #pageleader h1 {
		padding: 0px 0 !important;
	}

	#home .herotext img {
		bottom: 0px;
	}

	#home .herotext h2 {
    	width: 50%;
		margin-top: -10px !important;
    	margin-bottom: 35px !important;
		font-size: 1em !important;
        line-height: 1.15em;
        font-weight: 600;
	}
}


@media (max-width: 1280px) {
	
	#home #pageleader {
		margin-top: 0px;
	}

	#home #pageleader h1 {
		padding: 0px 0;
	}

	#homehero {
		/*margin-top: -80px;*/
	}

	#home .herotext {
		width: 100%;
    	margin-left: 0%;
	}

	video {
		mask-position: center top;
	}

	.scroll {
		margin-top: 60px;
		height: 70px;
	}
	
	.ca3-scroll-down-link {
  		/*bottom: 40px;*/
	}

	.sidebarwrap {
		margin-top: 30px;
	}
	
}


/*-----Homepage Desktop Width-----*/


@media (min-width: 1281px) {
	
	#home #pageleader {
		position: relative;
		display: block;
	}
	
	#home #pageleader::before {
		
	}
	
}




/*--------------------------------REGISTER CTA--------------------------------*/


.cta {
	position: relative;
	margin-top: 5%;
	overflow-x: clip;
}

.register-wrap {
	max-width: 77rem;
	width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 75px;
	margin-bottom: 15px;
}

.register-wrap p {
	display: inline-block;
}

.register-wrap p a {
	text-decoration: none;
}

.register-wrap .submit {
}


/*-----Register CTA Mobile & Tablet Width-----*/


@media (max-width: 600px) {
	
	.cta::before {
		width: 150%;
		height: 200%;
		margin-top: -5%;
		margin-left: -50%;
		transform: rotate(1deg);
	}

	.register-wrap {
		padding-bottom: 55px;
		margin-bottom: 5px;
	}
	
}

@media (max-width: 1280px) and (min-width: 601px) {
	
	.cta::before {
		width: 150%;
		height: 150%;
		margin-top: -5%;
		margin-left: -25%;;
	}

	.register-wrap .submit {
		margin-top: -10px !important;
	}
	
}


@media (max-width: 1280px) {
	
	.register-wrap .submit {
		margin-left: 0;
		margin-top: 15px;
		display: block;
	}
	
}




/*--------------------------------FORMS--------------------------------*/


.submit {
	border-style: solid;
	border-width: 3px;
  	background-size: 500px !important;
  	background-repeat: no-repeat;
  	background-position: 0% !important;
	transition: all 0.5s ease !important;
	padding: 10px 12px !important;
	text-transform: uppercase;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}


.submit:hover {
	background-position: 99% !important;
}

.register-wrap .submit:hover {
	color: var(--blue_digital) !important;
}

.submit.long:hover {
	background-position: 700% !important;
}

.submit:active {
  	top: 2px;
}

.maincontent p a.submit {
	margin:10px auto 0 auto;
	display: inline-block;
}

#error .maincontent p a.submit {
	margin: 0px auto 0 auto;
	display: inline-block;
	width: 140px;
	text-align: center;
}

#error .maincontent p a.submit:first-child {
	margin: 0px 20px 0 0;
}


@media (max-width: 880px) {

	.herotext .submit {
		font-size: 0.875em;
	}

}




/*--------------------------------DOWNLOADS--------------------------------*/


#downloads .librarywrap {
	width: 100%;
}

.maincontent ul.downloads {
	list-style-type: none;
	padding-inline-start: 0px;
	width: 100%;
}

ul.downloads li {
	text-indent: 0;
	min-height: 40px;
	line-height: 1.1;
}


ul.downloads li::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 25px;
    margin-bottom: 25px;
}

ul.downloads li:last-child::after {
	display: none;
}

ul.downloads li a {
	float: right;
	text-decoration: none;
	transition: 0.3s;
}

ul.downloads#changes {
	list-style: none;
	counter-reset: steps;
	column-count: 2;
	column-gap: 45px;
}

ul.downloads#changes li {
	counter-increment: steps;
	break-inside: avoid-column;
}

ul.downloads#changes li a {
	margin-top: 4px;
}

ul.downloads#changes li a:hover {
	color: var(--cyan_accent);
}

ul.downloads#changes li::before {
	content: counter(steps);
	margin-right: 0.5rem;
	background: #ed4613;
	color: white;
	width: 1.75em;
	height: 1.75em;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	line-height: 1.75em;
	font-size: 0.875em;
}

ul.downloads#changes li a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/downloadsymbol.svg);
	background-repeat: no-repeat;
	margin-left: -25px;
    float: left;
}

ul.downloads#changes li a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/downloadarrow.svg);
	background-repeat: no-repeat;
	margin-left: -25px;
    float: left;
	transition: 0.3s;
}

ul.downloads#changes li a:hover::after {
	margin-left: -25px;
	margin-top: 1px;
}




/*-----Downloads Mobile & Tablet Width-----*/


@media (max-width: 600px) {

	ul.downloads#changes li {
		padding-left: 2.125em;
		text-indent: -2.125em;
        line-height: 1em;
	}

	ul.downloads#changes li::before {
		text-indent: 0;
	}
	
	ul.downloads li a {
    	float: none;
   		display: block;
   		margin-top: 5px;
	}

	ul.downloads#changes li a {
    	margin-left: 2.125em;
        margin-top: 7px;
	}

	ul.downloads#changes li a::before {
		/*display: none;*/
		float: right;
	}
	
	ul.downloads#changes li a::after {
		/*display: none;*/
		float: right;
	}

}


@media (max-width: 1000px) {

	ul.downloads#changes {
		column-count: 1;
	}	

}


@media (min-width: 1001px) {

	

	ul.downloads#changes li a {
        margin-left: 2em;
        margin-top: 0px;
		display: block;
		float: none;
    }

	ul.downloads#changes li {
		padding-left: 2em;
		text-indent: -2em;
	}

	ul.downloads#changes li::before {
		text-indent: 0;
	}

	ul.downloads#changes li a::before,
	ul.downloads#changes li a::after {
        float: right;
	}
	
}


@media (max-width: 1280px) {

	.maincontent ul.downloads {
		margin-top: 40px;
		/*margin-bottom: 50px;*/
	}
	
}


/*-----Downloads Desktop Width-----*/


@media (min-width: 1281px) {

	.maincontent ul.downloads {
		margin-top: 50px;
		/*margin-bottom: 70px;*/
	}

	ul.downloads#changes {
		column-count: 3;
	}

	ul.downloads#changes li {
        line-height: 1em;
    }
	
	ul.downloads#changes li a {
        margin-top: 10px;
    }

}




/*--------------------------------FAQS--------------------------------*/


.accordion {
 	width: 100%;
	margin: 0px auto;
}

.accordion input[type=radio], 
.accordion input[type=checkbox] {
	position: absolute;
}

.tabs {
 	overflow: hidden;
}
 
.tab {
 	width: 100%;
  	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.tab-label {
  	display: -webkit-box;
  	display: flex;
  	-webkit-box-pack: justify;
	justify-content: space-between;
  	padding: 25px 20px 25px 40px;
  	font-weight: 700;
  	cursor: pointer;
	position: relative;
}

.tab-label:hover {
  color: var(--turquoise_digital);
  transition: 0.3s;
}

.tab-label::after {
  	content: "\002B";
  	padding: 1px;
	height: 30px;
	width: 30px;
  	text-align: center;
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 2.25em;
	line-height: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}

.tab-content {
  	max-height: 0;
  	padding: 0 0 0 40px;
  	-webkit-transition: all .35s;
  	transition: all .35s;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: -5px;
}

/* .tab .tab-content {
	max-height: unset;
} */

.tabs input:checked + .tab-label::after {
	content: "\2212";
}

.tabs input:checked ~ .tab-content {
  	max-height: 100vh;
  	padding: 0 0 20px 40px;
	margin-top: -5px;
}

.tabs input:checked ~.tab-content.table25 {
}

.tabs input:checked ~.tab-content {
    max-height: unset;
}

.tabs input {
	position: absolute;
  	opacity: 0;
  	z-index: -1;
}




/*--------------------------------FOOTER--------------------------------*/


#footer-wrap {
	max-width: 77rem;
	width: calc(100% - 4em);
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0 0;
}

#footer-wrap p {
	margin-bottom: 5px;
}

#footer-wrap a {
	text-decoration: none;
	transition: 0.3s
}

.footer-two a {
	display: inline-block;
}
	
.footer-two p a {
	width: auto;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
}


/*-----Footer Mobile & Tablet Width-----*/


@media (max-width: 1280px) {
	
	#footer-wrap {
		padding: 45px 15px 40px 15px;
		text-align: center;
	}
	
	.footer-one {
		margin-bottom: 7px;
	}
	
	/*Footer Logo Size*/

	.footer-two a img {
		width: 192px;
    	height: 45px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
}


/*-----Footer Desktop Width-----*/


@media (min-width: 1281px) {
	
	#footer-wrap {
		padding: 45px 0;
	}
	
	#footer-wrap:after {
  		content: "";
  		display: table;
  		clear: both;
	}
	
	.footer-one {
		width: 50%;
		float: left;
	}
	
	.footer-two {
		width: 50%;
		float: right;
		text-align: right;
	}
	
	.footer-two p a {
		margin-top: 20px;
	}
	
	/*Footer Logo Size*/

	
	.footer-two a img {
		width: 192px;
    	height: 45px;
	}
	
	.footer-two a {
		margin-left: 0;
		margin-left: auto;
	}
	
}




/*--------------------------------TEXT--------------------------------*/


#home h2.welcome,
#news h2.welcome {
    margin-bottom: 45px;
	width: auto;
	text-transform: none;
}

body:not(#home) h2.welcome::before {
    height: 3px;
    margin-top: 0px;
    margin-bottom: 45px;
}

body:not(#home) .section-wrap:nth-child(2) h2.welcome::before,
body#consultation .section-wrap:nth-child(3) h2.welcome::before {
   display: none;
}

#contact h2.welcome::before {
    display: none;
}

body:not(#home) h2.welcome span {
	border-radius: 6px;
	padding: 15px 20px;
}

body:not(#home) h2.welcome {
}

body:not(#home) h2.welcome::before {
	display: block;
	content: "";
	height: 4px; 
	width: 10%;
	max-width: 142px;
	background-color: var(--turquoise_digital);
	margin-bottom: 55px;
}

body#about h2.welcome::before {
	display: none;
}

#contact h2.welcome {
    margin-bottom: 10px !important;
}

h2.welcome {
    width: 100%;
	font-family: "Roboto Slab", serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
	margin-bottom: 15px;
}

/*

h2.welcome::before {
    content: "";
    display: block;
    width: 48%;
	width: calc(48% - 4px);
    height: 3px;
    margin-top: 0px;
    margin-bottom: 12px;
	margin-left: 4px;
	border-radius: 4px;
}


#home h2.welcome::before {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin-top: 0px;
    margin-bottom: 55px;
	margin-left: 0px;
}*/

#home h2.welcome::after,
#news h2.welcome::after {
    margin-bottom: 30px;
}

h2.intro {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.maincontent h3 {
	margin-bottom: 15px;
	margin-top: 40px;
}

#news .maincontent h3 {
	margin-bottom: 5px;
	margin-top: 0px;
}

#contactdetails h3 {
	text-align: center;
	margin: 30px auto 90px auto;
	width: 100%;
}

/*
.callout h3::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin-top: 22px;
    margin-bottom: 25px;
}*/


/*Paragraph*/

.maincontent p,
.maincontent li {
	margin-bottom: 20px;
}

.maincontent ul {
	padding-inline-start: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
}

#error .maincontent p {
	text-align: center;
}

/*#feedback h2.intro::after,
#consultation h2.intro::after,
#news h2.intro::after {
	content: "";
	display: block;
	width: 15%;
	height: 3px;
	margin: 90px auto 15px auto;
	background-color: var(--cyan_accent);
}*/

#feedback #intro-section,
#consultation #intro-section ,
#news #intro-section{
	margin-bottom: 0;
}

/*Links*/

.maincontent p a,
ul.icons li a,
.more a {
	padding: 1px 2px;
	text-decoration: none;
	position: relative;
	transition: all .3s cubic-bezier(.2, 0, 0, 1);
  	z-index: 1;
	  background-image: -webkit-gradient(linear,left top,left bottom,from(var(--turquoise_digital)),to(var(--turquoise_digital)));
	  background-image: linear-gradient(to bottom,var(--turquoise_digital) 0,var(--turquoise_digital) 100%);
	  background-size: 100%;
	  background-repeat: no-repeat;
	  overflow: hidden;
	  background-position: 0 1.2em;
	  -webkit-transition-property: background-position,color;
	  transition-property: background-position,color;
	  -webkit-transition-duration: .33s;
	  transition-duration: .33s;
	  -webkit-transition-timing-function: ease;
	  transition-timing-function: ease;
}

#home .maincontent p a {
	white-space: nowrap;
}

.maincontent p a:hover,
.more a:hover {
	background-position: 0 0
}
  
.maincontent p a::after,
ul.icons li a::after,
.more a:after {
    content: '';
    display: none;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 3px;
    left: 3px;
    transition: all .3s cubic-bezier(.2, 0, 0, 1);
    transform-origin: bottom center;
    z-index: -1;
}
    
.maincontent p a:hover::after,
ul.icons li a:hover::after {
     right: 0;
     left: 0;
     height: 100%;
}

body:not(#home) h2.welcome span {
	border-radius: 6px;
	padding: 15px 20px;
}

@media (max-width: 600px) {

	body:not(#home) h2.welcome span {
		padding: 15px 15px;
	}

	#feedback h2.intro::after,
	#consultation h2.intro::after,
	#news h2.intro::after {
		margin: 45px auto -60px auto !important;
	}
	
}


@media (max-width: 1280px) {

	#error .maincontent p {
		margin-top: -15px;
	}

	body:not(#home) h2.welcome::before {
		width: 100%;
		width: calc(100% - 4px);
	}

	#feedback h2.intro::after,
	#consultation h2.intro::after,
	#news h2.intro::after {
		margin: 60px auto -15px auto;
	}
	
}

@media (min-width: 1281px) {

	#error .maincontent p {
		margin-top: -60px;
	}
	body:not(#home) .column-layout h2.welcome::before,
	body:not(#home) h2.welcome.wide::before {
		width: 48%;
		width: calc(48% - 4px);
	}
	body:not(#home) h2.welcome::before {
		width: 100%;
		width: calc(100% - 4px);
	}
	
}





/*--------------------------------IMAGES--------------------------------*/


figcaption,
.video-caption {
	display: inline-block;
	padding: 14px 24px 12px 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.flex-caption {
	display: inline-block;
}

figure img,
img.picture {
	border-bottom-width: 3px;
	border-bottom-style: none;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

figure.outline img {
	border: 1px solid #b2b2b2;
}

#news figure img {
	margin-top: 45px;
}

.full-screen figure img,
.full-screen img.picture {
	border-bottom-style: none;
	border-radius: 0;
}

figure a img:hover {
	opacity: 0.8;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.full-screen span {
	max-width: 77rem;
    width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	margin-top: -40px;
	display: block;
}

.full-screen figcaption {
	border-top-width: 3px;
	border-top-style: solid;
	height: 40px;
	border-bottom: none;
	padding: 12px 14px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	position: relative;
    z-index: 0;
}

	
.flex-caption {
	padding: 12px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	min-height: 40px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	position: relative;
    z-index: 0;
}



/*-----Images Mobile & Tablet Width-----*/


@media (max-width: 1280px) {
	
	figure,
	img.picture {
		margin-top: 0px;
		margin-bottom: 50px;
	}

	figure.wide {
		margin-top: 20px;
		margin-bottom: 75px;
	}
	
	.full-screen figure,
	.full-screen img.picture {
		margin-bottom: 0px;
	}

	#proposals .section-wrap:nth-child(2) {
    	padding: 0 0 0em 0 !important;
	}
	
}


/*-----Images Desktop Width-----*/


@media (min-width: 1281px) {

	figure {
		margin-top: 0px;
		margin-bottom: 45px;
	}

	figure.incolumn {
		margin-top: 45px;
		margin-bottom: 75px;
	}

	figure.wide {
		margin-top: 30px;
		margin-bottom: 45px;
	}
	
	img.picture {
		margin-top: 0px;
		margin-bottom: 60px;
	}
	
	.full-screen figure,
	.full-screen img.picture {
		margin-bottom: 0px;
	}
	
}




/*--------------------------------FLEX SLIDER--------------------------------*/


.flexslider {
	background: transparent !important;
    border: none !important;
    zoom: 1;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
}

.flexslider .slides {
    padding-inline-start: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.flexslider .slides img {
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-radius: 10px;
}

.flex-caption,
.video-caption{
	margin-bottom: 0 !important;
}

.flex-direction-nav a {
    width: 50px !important;
    height: 50px !important;
    margin: -40px 0 0 !important;
    text-shadow: none !important;
	border-radius: 50%;
}

.flex-direction-nav a:before {
    font-size: 30px !important;
    color: #ffffff !important;
    text-shadow: none !important;
	width: 50px;
	height: 50px;
	padding: 5px;
	text-align: center;
}

.flex-direction-nav a.flex-prev:before {
	text-indent: -2px;
}

.flex-direction-nav a.flex-next:before {
	text-indent: 2px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 20px !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 20px !important;
}


/*-----Flex Slider Mobile & Tablet Width-----*/


@media (max-width: 860px) {
	
	.flex-direction-nav a {
    	margin: -25px 0 0 !important;
	}
	
}

@media (max-width: 1280px) {
	
	.flexslider {
		margin-top: 30px !important;
		margin-bottom: 50px !important;
	}
	
	.full-screen .flexslider {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
}


/*-----Flex Slider Desktop Width-----*/


@media (min-width: 1281px) {
	
	.flexslider {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	.full-screen .flexslider {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
}



/*--------------------------------VIDEO EMBED--------------------------------*/


.video {
	width: 100%;
	padding-top: 56.2%;
	position: relative;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-radius: 6px;
}

.video-caption {
	float: left;
}


/*-----Video Embed Mobile & Tablet Width-----*/


@media (max-width: 1280px) {
	
	.video {
		margin-top: 35px;
		margin-bottom: 80px;
	}
	
	.column .video {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
}


/*-----Video Embed Desktop Width-----*/


@media (min-width: 1281px) {
	
	.video {
		margin-top: 45px;
		margin-bottom: 90px;
	}
	
	.column .video {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
}




/*--------------------------------FORMS--------------------------------*/


form,
#ss-embed-frame {
	border-top-style: solid !important;
	border-top-width: 1px !important;
	margin-top: 60px;
	margin-bottom: 0px;
}

.popup-content #ss-embed-frame {
	border-top-style: none !important;
	border-top-width: 0px !important;
	margin-top: 0px;
	margin-bottom: 0px;
}

fieldset {
	border: none;
	margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-block-end: 0;
}

.form-group {
	margin: 10px 0;
}

label {
	font-weight: 700;
	line-height: 1.3;
}

.col-md-4 {
	margin: 7px 0 33px 0;
}

.col-md-4 label,
label.consent {
	font-weight: 400;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
	white-space: nowrap;
}


/*-----Text Boxes-----*/


input[type=text],
textarea {
	border-style: solid;
	border-width: 1px;
	padding: 6px 10px;
}

input[type=text]:focus-visible,
textarea:focus-visible {
	outline: none;
}

textarea {
	width: 100%;
	min-height: 120px;
}


/*-----Radio Buttons & Checkboxes-----*/


input[type=radio],
input[type=checkbox] {
  	position: relative;
	left: -999999px;
	cursor: pointer;
}

input[type=radio]::before,
input[type=radio]::after,
input[type=checkbox]::before,
input[type=checkbox]::after {
  	content: '';
  	position: absolute;
  	border-radius: 100%;
}

input[type=radio]::before,
input[type=checkbox]::before {
  	left: 999999px;
  	top: -2px;
  	display: inline-block;
  	width: 18px;
    height: 18px;
  	border-style: solid;
	border-width: 2px;
  	background: #ffffff;
	margin-left: -15px;
}

input[type=radio]::after,
input[type=checkbox]::after {
  	left: 999999px;
	margin-left: -8px;
	width: 1px;
	height: 1px;
}

input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  	left: 999999px;
  	top: 2px;
	margin-left: -11px;
	width: 10px;
    height: 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}


/*-----Submit-----*/


.form-horizontal .submit {
    margin: 45px auto 0px auto;
	display: block;
	cursor: pointer;
	padding: 10px 20px !important;
}

/*.submit {
    border: none !important;
    margin: 25px auto 45px auto;
    padding: 17px 25px !important;
    display: block;
    text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}*/


/*-----Registration Form-----*/


body.popup-open {
	overflow: hidden;
}

.form-popup {
  	display: none;
	justify-content: center;
  	align-items: center;
  	position: fixed;
	min-height: 100vh;
  	top: 0;
  	z-index: 400;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.5);
	-webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
	overflow-y: scroll;
	z-index: 9999999999;
}

.form-popup#message {
	display: flex;
	overflow-y: auto;
}

.form-popup#message .popup-content {
	padding: 20px;
}

.form-popup#message .popup-content p {
	font-weight: 700;
	color: var(--blue_digital);
	line-height: 1.3em;
}

.form-popup#message .popup-content p.report::before {
	content: "";
	display: block;
	height: 3px;
	width: 90px;
	margin: 30px auto;
	background-color: var(--cyan_accent);
}

.popup-content {
	background-color: #ffffff;
	position: relative;
	width: 80%;
	padding: 0px;
	-webkit-box-shadow: 4px 4px 24px 0px rgba(0,0,0,0.16); 
	box-shadow: 4px 4px 24px 0px rgba(0,0,0,0.16);
	border-radius: 10px;
}

#survey .popup-content {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(120deg, #5BC5F2 -38.72%, #14387F 100%);
    color: #ffffff;
	padding: 30px;
}

#feedbackform .popup-content h2.welcome {
	padding: 30px 30px 0px 30px;
}

.popup-content p {
	text-align: center;
}

.popup-content p.window {
	text-align: left;
    line-height: 20px;
    background-color: var(--primary);
    padding: 7px 0px;
    display: inline-block;
    font-size: 0.811em;
    border-radius: 0px 0 4px 4px;
    position: absolute;
    bottom: -34px;
}

#mapping .popup-content p.window {
	position: absolute;
}

.popup-content p.window:hover {
	background-color: var(--turquoise_digital);
	border-radius: 0px 0 4px 4px;
}

.popup-content p.window a {
	text-decoration: none;
	color: #ffffff;
	padding: 7px 15px;
	transition: 0.3s;
}

.popup-content p.window a:hover {
	background-color: var(--turquoise_digital);
}

/*
.popup-content p.window a::before {
	background-image: url(../new-window.svg);
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}*/


.popup-content p.disclaimer {
	text-align: left;
	margin-top: 8px;
	padding: 0px 30px 30px 30px;
}

#feedbackform .popup-content p.disclaimer {
	padding: 0px 30px 30px 30px;
}

.reg-form {
  	border-top: none;
	margin-top: 30px;
	padding-top: 0;
}

.cancel {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	border-width: 2px;
	border-style: solid;
	font-weight: 700;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	transition: 0.35s;
	z-index: 1;
}

.reg-form label {
	display: block;
	margin-bottom: 5px;
}

label.consent {
	font-weight: 400;
	white-space: normal;
}

.reg-form input[type=text] {
	width: 100%;
	margin-bottom: 10px;
}

.reg-form #address input[type=text] {
	width: 49.5%;
	display: inline-block;
	margin-right: 0.5%;
}

.reg-form #address input[type=text]:first-of-type {
	width: 100%;
}

.reg-form #address input[type=text]:nth-of-type(3) {
	margin-right: 0%;
	float: right;
}

.reg-form #phone,
.reg-form #email {
	width: 49.5%;
	display: inline-block;
}

.reg-form #phone {
	margin-right: 0.5%;
}

.reg-form #email {
	margin-right: 0%;
	float: right;
}

#mapping iframe {
	height: 85vh !important;
	border-radius: 10px 10px 0 0;
}

#form iframe {
	min-height: 80vh !important;
	border-radius: 10px 10px 0 0;
}

.topper {
	height: 50px;
    width: 200px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: 194px 40px;
    background-position: 10px 10px;
    top: 10px;
    right: 52px;
}

#feedback #mapping iframe,
#consultation #mapping iframe {
	height: auto !important;
}

#documents iframe,
#survey iframe {
	/*height: 80vh !important;*/
	border-radius: 10px 10px 0 0;
}

/*.reg-form .submit {
    margin: 25px auto 25px auto;
}*/


/*-----Forms Mobile & Tablet Width-----*/


@media (max-width: 887px) {

	.topper {
    	width: 180px;
		right: 48px;
	}

}



@media (max-width: 1280px) {
	
	.form-popup {
    	overflow-y: scroll;
    	-webkit-overflow-scrolling: touch;
	}
	
	form {
		margin-top: 45px;
		padding-top: 45px;
	}
	
	.popup-content {
		width: 90%;
  		margin: 50px auto 60px auto;
	}
	
	.reg-form #address input[type=text] {
		width: 49%;
		margin-right: 1%;
	}
	
	.reg-form #phone,
	.reg-form #email {
		width: 49%;
	}

	.reg-form #phone {
		margin-right: 1%;
	}
	
}


/*-----Forms Desktop Width-----*/


@media (min-width: 1281px) {
	
	form {
		margin-top: 60px;
		padding-top: 60px;
	}
	
	.popup-content {
  		margin: 60px auto;
	}
	
}




/*--------------------------------NEWS--------------------------------*/


.news-grid {
	margin-top: 25px;

	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.news-card {
	/*width: 50%;
	float: left;
	padding: 0 15px;*/
}

.news-image {
	height: 250px;
	overflow: hidden;
	margin-bottom: 27px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.news-image a img {
	transition: 0.5s;
}

.news-image a img:hover {
	/*filter: grayscale(50%) contrast(2) blur(0px);*/
	transform: scale(1.1);
	opacity: 0.8;
	transition: 0.5s;
}

.news-text {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.maincontent p.date {
	margin-bottom: 8px;
}

.newstitle,
.newstitle a {
	text-decoration: none;
	margin-bottom: 5px;
}

.maincontent p.newscontent {
	margin-bottom: 15px;
}

.more {
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 10px;

}

.maincontent p.more a::after {
	height: 0;
}

.maincontent p.more a:hover::after {
	height: 100%;
}

#news.newsitem .callout h3 {
}

#news.newsitem #intro-section {
	display: flex;
}

#news .callout ul {
	list-style: outside disc;
	margin: 0;
	padding: 0;
}

#news .callout ul li {
	list-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px 0 10px 17px;
	margin-bottom: 0;
}

#news .callout ul li a::before {
	content: '';
	display: block;
	position: absolute;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 10px;
	height: 10px;
	left: 25px;
	margin-top: 11px;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
}

#news .callout ul li a:hover::before {
	left: 28px;
}

#news .callout ul li:last-child {
	border-bottom: none;
}

#news .callout ul li a {
	text-decoration: none;
	transition: 0.3s;
}

#news .callout ul li a:hover {
	color:#174190;
}

#news .callout ul li a:active {
	color:#174190;
}

@media (max-width: 800px) {

	.news-grid {
    	grid-template-columns: repeat(1, 1fr);
	}
	
	.news-card {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
}

@media (max-width: 1280px) {

	#news .callout ul li a::before {
    	left: 16px;
	}

	#news .callout ul li a:hover::before {
    	left: 20px;
	}

}



/*--------------------------------TIMELINE--------------------------------*/


ul.timeline {
	counter-reset: numbered-list;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 45px;
	list-style: none;
	padding: 0;
	position: relative;
}

ul.timeline::before {
	content: "";
	display: block;
	height: 100%;
	width: 4px;
	padding: 0;
	position: absolute;
	left: 50%;
  	transform: translateX(-50%);
}

ul.timeline li {
	width: 47%;
	font-size: 16px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 20px;
}

ul.timeline li:last-child {
    margin-bottom: 0px;
}

ul.timeline li:nth-child(2n) {
    margin-left: auto;
	margin-right: 0;
}

ul.timeline li:before {
	border-width: 4px; 
	border-style: solid;
	border-radius: 50%;
	content: counter(numbered-list, decimal);
	counter-increment: numbered-list;
	display: block;
	font-weight: 700;
	width: 30px;
	height: 30px;
	margin-top: -5px;
	line-height: 24px;
	position: absolute;
	left: -46px;
	text-align: center;
}

ul.timeline li.current:before {
	border-width: 4px;
	border-style: solid; 
}

ul.timeline li::after {
	display: block;
	content: "";
	position: absolute;
	left: -10px;
	top: 20px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right-width: 10px;
	border-right-style: solid;
}

ul.timeline li strong {
	display: block;
	margin-bottom: 3px;
}

ul.timeline li.current::after {
	border-right-width: 10px;
	border-right-style: solid;
}

/*---Timeline Mobile---*/

@media (max-width: 768px) {
    ul.timeline {
		margin-top: 20px;
		margin-bottom: 35px;
        font-size: 14px;
		margin-left: 10px;
    }
	
	ul.timeline::before {
		left: 0;
  		transform: translateX(0);
	}
	
	ul.timeline li {
		width: 94%;
    	margin-left: 30px;
	}
	
	ul.timeline li:nth-child(2n) {
    	margin-left: 30px;
		margin-right: auto;
	}
	
	ul.timeline li:before {
    	left: -43px;
	}
}

@media (min-width: 769px) {
   	ul.timeline li:nth-child(odd)::after {
		right: -10px;
		left: initial;
		border-left-width: 10px;
		border-left-style: solid;
		border-right: none;
	}
	ul.timeline li:nth-child(odd)::before {
		right: -10.5%;
		left: initial;
	}
	ul.timeline li.current:nth-child(odd)::after {
		border-left-width: 10px;
		border-left-style: solid;
		border-right: none;
	}
	ul.timeline li:before {
    	left: -10.5%;
	}
}

@media (min-width: 1000px) {
	ul.timeline li:nth-child(odd)::before {
    	right: -10%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -10%;
	}
}

@media (min-width: 1100px) {
	ul.timeline li:nth-child(odd)::before {
    	right: -9.5%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -9.5%;
	}
}

@media (min-width: 1200px) {
	ul.timeline li:nth-child(odd)::before {
    	right: -3.15em;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -3.15em;
	}
}




/*--------------------------------CONTACT--------------------------------*/


#feedback #contactdetails .column,
#about #contactdetails .column,
#consultation #contactdetails .column {
	text-align: center;
}
/*
#contact h2.welcome::before {
	display: block;
	font-family: engagementiconset;
	content: "\e80F";
    font-size: 70px;
    margin-bottom: 10px;
    position: relative;
}

#contact h2.phone::before {
	content: "\e80F";
}

#contact h2.email::before {
	content: "\e810";
}

#contact h2.post::before {
	content: "\e80E";
}*/

#contactdetails figure {
	margin-bottom: 15px;
}

#contactdetails figure img {
	width: 90px;
	height: auto;
	margin: 0 auto;
}

#about #contactdetails h2.welcome::after,
#feedback #contactdetails h2.welcome::after,
#consultation #contactdetails h2.welcome::after {
    width: 60px;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	display: none;
}

.purpose {
	text-align: center;
	width: 75%;
    margin: 90px auto 0 auto;
}

#consultation .purpose {
    margin: 20px auto 0 auto;
}

.purpose::after,
#intro-section::after {
	display: block;
	content: "";
	width: 10%;
	min-width: 60px;
	height: 4px;
	background-color: var(--turquoise_digital);
    margin: 90px auto 0 auto;
}

#contactdetails h2.welcome::before,
#consultation #intro-section::after {
	display: none;
}

body:not(#home) #contactdetails h2.welcome {
	margin-bottom: 15px;
	font-family: var(--bodyfont);
	text-transform: uppercase;
	font-size: 1em;
}

body:not(#home) .contactus#contactdetails h2.welcome {
	margin-bottom: 15px;
	font-family: var(--headingfont);
	text-transform: none;
}

body:not(#home) #contactdetails p {
	margin-bottom: 5px;
}

#consultation #contactdetails span {
	width: 100%;
	display: flex;
	background-color: #e6e6e6;
	margin-top: 45px;
	padding: 45px 30px;
	border-radius: 10px;
}

#home span.feedback {
	width: 100%;
	display: block;
	background-color: #f2f2f2;
	margin-top: 45px;
	padding: 45px 45px;
	border-radius: 10px;
	text-align: center;
}

#home span.feedback .column {
	width: 100%;
}

#home span.feedback .column::after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #e6e6e6;
	margin: 45px auto 35px auto;
}

#home span.feedback .column:last-child::after {
	content: "";
	display: none;
}

@media (max-width: 1280px) {
	#about #contactdetails .section-content:nth-child(2),
	#feedback #contactdetails .section-content:nth-child(2),
	#consultation #contactdetails .section-content:nth-child(2) {
		margin-top: -15px;
	}

	#about #contactdetails .column::after,
	#feedback #contactdetails .column::after,
	#consultation #contactdetails .column::after {
		content: "";
		display: block;
		height: 1px;
		width: 75%;
		background-color: #dddddd;
		margin: 45px auto 15px auto;
	}

	#consultation #contactdetails span {
    	display: block;
		margin-top: 30px;
    	padding: 30px 30px;
	}

	#consultation #contactdetails.contactus .column::after {
		background-color: #ffffff;
	}

	#about #contactdetails .column#closed,
	#feedback #contactdetails .column#closed,
	#consultation #contactdetails .column#closed {
		margin-top: 20px;
	}
	/*#contact .column {
		border-bottom: 1px solid #dddddd;
		width: 80%;
		padding-bottom: 30px;
		margin: 15px auto 30px auto;
	}*/

	#about #contactdetails .column:first-child,
	#feedback #contactdetails .column:first-child,
	#consultation #contactdetails .column:first-child {
		margin: 0px auto 30px auto;
	}

	#about #contactdetails .column:last-child::after,
	#feedback #contactdetails .column:last-child::after,
	#consultation #contactdetails .column:last-child::after {
		display: none;
	}

	.purpose {
    	margin: 30px auto 0 auto;
	}

	.purpose::after,
	#intro-section::after {
    	margin: 60px auto 0 auto;
	}

}

@media (min-width: 1281px) {

	#about #contactdetails .section-content:nth-child(2),
	#feedback #contactdetails .section-content:nth-child(2),
	#consultation #contactdetails .section-content:nth-child(2) {
		margin-top: -30px;
	}

	#about #contactdetails .column,
	#feedback #contactdetails .column,
	#consultation #contactdetails .column {
		width: 33.33%;
		padding: 0 1% 0 1%;
	}

	#about #contactdetails .column#closed,
	#feedback #contactdetails .column#closed,
	#consultation #contactdetails .column#closed {
		width: 100%;
		padding: 0 1% 0 1%;
		margin-top: 20px;
	}

	#about #contactdetails .column:first-child,
	#feedback #contactdetails .column:first-child,
	#consultation #contactdetails .column:first-child {
		padding: 0 2% 0 0;
	}

	#about #contactdetails .column:last-child,
	#feedback #contactdetails .column:last-child,
	#consultation #contactdetails .column:last-child {
		padding: 0 0 0 2%;
		margin-top: 0;
	}

	#consultation #contactdetails.contactus .column:last-child {
		padding: 0 1% 0 1%;
	}	
}




/*--------------------------------REGISTER--------------------------------*/


#register .cta {
	display: none;
}



/*--------------------------------GENERAL--------------------------------*/


html {
	scroll-behavior: smooth;
}

.maincontent {
	overflow: hidden;
}

.section-wrap:first-child {
	max-width: 77rem;
	width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	padding: 0;
}

.section-wrap {
	max-width: none;
	width: 100%;
	padding: 3em 0;
}

#about .section-wrap:nth-child(2),/*
#proposals .section-wrap:nth-child(2),*/
#ourconsultation .section-wrap:nth-child(2),
#consultation .section-wrap:nth-child(3) {
	padding: 0 0 3em 0;
}

#proposals .section-wrap:nth-child(2) {
	padding: 0 0 3em 0;
}

#ourconsultation .section-wrap:nth-child(2) {
	padding: 0 0 3em 0 !important;
}

#ourconsultation .section-wrap:not(:first-child) {
	padding: 3em 0 3em 0;
}

#consultation .section-wrap:nth-child(2) {
	padding: 3em 0 0 0;
}

.section-wrap.full-screen.inline {
	padding: 0 0 6em 0!important;
}

.section-wrap.full-screen.inline.clickmap {
	padding: 0 0 0em 0!important;
}

.section-wrap.full-screen {
	padding: 0 !important;
	background-color: transparent !important;
}

.section-wrap:nth-child(2n):last-child {
	padding-bottom: 9em;
	margin-bottom: -4em;
}

/*.section-wrap:first-child .section-content {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}*/

.section-content {
	max-width: 77rem;
	width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}

#register .section-content {
	width: 100%;
}

.section-content#contactdetails {
	margin-bottom: 90px;
}

#about .section-content#contactdetails {
	margin-bottom: 0px;
}

#error .section-content:nth-child(2) {
	display: block;
}

#home .section-content,
/*#news .section-content,*/
#contact .section-content,
#error .section-content {
	width: 100%;
}

.column {
	width: 48%;
}

.column:last-child {
	margin-left: auto;
}

#intro-section {
	margin: 60px 0 90px 0;
	display: block;
	width: 100%
}

#intro-section::after {
	
}

.newsitem #intro-section::after {
	display: none;
}

.callout {
    padding: 5%;
	border-radius: 10px;
	margin-bottom: 15px;
	position: relative;
}

.callout::before {
	content: "";
	display: block;
	background-image: url("../images/callout_arrow.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	right: 20px;
	position: absolute;
	z-index: 2;
  	top: 50%;
  	transform: translateY(-50%);
}

.callout::after {
	content: "";
	display: block;
	width: 60px;
	height: 100%;
	background-color: var(--blue_digital);
	opacity: 0.6;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 10px 10px 0;
	mix-blend-mode: multiply;
	transition: 0.3s;
}

.callout:hover::after {
	width: 100%;
	border-radius: 10px 10px 10px 10px;
}

.callout:hover::before {
}

#banner .callout {
	width: 100%;
    padding: 0;
	position: relative;
}

#banner .callout h3 {
}

.bannertext {
	display: inline-block;
	padding: 45px;
	width: 100%;
}

.bannerimage {
	width: 50%;
	height: 100%;
	background-image: url('../images/mapimage.jpg');
	background-repeat: no-repeat;
	background-size: auto 150%;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 10px 10px 0;
	transition: 0.3s;
}

#feedback .bannerimage,
#consultation .bannerimage {
	background-image: url('../images/documents.jpg');
}

#feedback #banner,
#consultation .banner {
	margin-top: 120px;
}

.bannerimage::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 10px 10px 0;
	background-color: #174190;
	transition: 0.3s;
	backdrop-filter: blur(0px) saturate(200%);
    -webkit-backdrop-filter: blur(0px) saturate(200%);
    background-color: rgba(23, 65, 144, 0.4);
}

#banner a:hover .bannerimage::before {
	transition: 0.3s;
	backdrop-filter: blur(0px) saturate(0%);
    -webkit-backdrop-filter: blur(0px) saturate(0%);
    background-color: rgba(23, 65, 144, 0.4);
}

#banner a:hover .bannerimage {
	background-size: auto 170%;
	transition: 0.3s;
}

.callout h3 {
	margin-bottom: 0px;
	margin-top: 0;
	z-index: 1;
    position: relative;
	width: 64%;
	font-weight: 400;
}

.callout h3 b {
	font-weight: 800;
	color: #ffffff;
}

a .callout h3 {
	margin-bottom: 2px;
}

.sidebar a,
#banner a	{
	text-decoration: none;
}

#banner a	{
	width: 100%;
}

#banner .callout svg:first-of-type {
	width: 60px; 
	height: 60px;
	margin-bottom: 30px;
}

.i_map,
.i_library {
	fill: var(--blue_digital);
	width: 90px; 
	height: 90px;
}

#banner a:hover .i_map,
#banner a:hover .i_library {
	fill: #ffffff;
	transition: 0.3s;
}

.callout p {
	margin-bottom: 15px;
}

.callout svg {
	width: 30px;
	height: 30px;
}

#fixedbutton {
	background-color: var(--primary);
	color: var(--blue_digital);
    width: auto;
    position: fixed;
    display: inline-block;
    top: 50%;
	right: -92px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	padding-bottom: 15px;
	transform: rotate(-90deg);
	transition: 0.3s;
	z-index: 1;
}

#fixedbutton:hover {
	right: -80px;
	transition: 0.3s;
}

#fixedbutton p {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px;
	font-size: 1em;
}

.maincontent p a.submit {
	color: #ffffff;
}

.maincontent p a.submit:hover {
	color: var(--turquoise_digital);
	border-color: var(--turquoise_digital);
}

#consultation .maincontent p a.submit:hover {
	color: var(--primary);
}


/*-----General Mobile & Tablet Width-----*/


@media (max-width: 600px) {

	.bannerimage {
		display: none;
	}

	.bannertext {
		width: 100%;
	}

	#intro-section {
        margin: 0px 0 30px 0 !important;
    }

	#consultation .section-wrap:nth-child(2) {
		padding: 0em 0 0 0 !important;
	}

}

@media (max-width: 1280px) {
	
	.maincontent {
		padding: 4em 0 2em 0;
	}
	
	.column,
	#home .column,
	#home .column:last-child,
	#news .column,
	#news .column:last-child {
		width: 100%;
		margin-bottom: 1.75em;
	}
	
	.callout {
    	padding: 20px;
	}
	
	#intro-section {
		margin: 30px 0 60px 0;
	}
	
	#intro-section::after {
    	margin: 60px auto 75px auto;
	}
	
	.section-wrap.full-screen:last-of-type .flexslider {
		margin-bottom: -4.25em !important;
	}
	
	.section-wrap.full-screen:last-of-type .flexslider .slides img {
		border-bottom-width: 6px;
	}

	#consultation .section-wrap:nth-child(2) {
		padding: 1.5em 0 0 0;
	}

	#fixedbutton {
		right: -80px;
	}
	
	#fixedbutton:hover {
		right: -70px;
		transition: 0.3s;
	}

	#fixedbutton p {
		padding: 8px 12px;
		font-size: 0.812em;
	}

	.section-content#contactdetails {
		margin-bottom: 45px;
	}

	.section-wrap {
		padding: 3em 0 0 0;
	}

	.section-wrap.full-screen.inline {
		padding: 0 0 3em 0 !important;
	}
	
}


/*-----General Desktop Width-----*/


@media (min-width: 1281px) {
	
	body:not(#home) #maincontentwrapper {
		top: 0px;
		position: relative;
	}
	
	.maincontent {
		padding: 7em 0 6em 0;
	}

	#home .maincontent,
	#news .maincontent {
		overflow: clip;
	}

	.section-wrap.leftfirst .section-content {
		flex-direction: initial !important;
	}

	.section-wrap.leftfirst .section-content .column:last-child {
        margin-left: 4%;
		margin-right: 0 !important;
    }

	.section-wrap.leftfirst.column-layout h2.welcome {
        margin-left: 0% !important;
    }

	.section-wrap:nth-child(3n) .section-content {
		flex-direction: row-reverse;
	}

	.section-wrap:nth-child(3n) .section-content.contactus {
		flex-direction: row;
	}

	.section-wrap:nth-child(3n) .section-content .column:last-child {
		margin-right: 4%;
	}

	.section-wrap:nth-child(3n) .section-content.contactus .column:last-child {
		margin-right: 0%;
	}
	
	.section-wrap.full-screen:last-of-type .flexslider{
		margin-bottom: -5.25em !important;
	}

	.section-wrap:nth-child(3n).column-layout h2.welcome {
		margin-left: 52%;
	}

	.section-wrap:nth-child(3n).column-layout h2.welcome::before {
		width: 100% !important;
		width: calc(100% - 4px) !important;
	}

	.column:last-child {
		/*margin-top: -90px;*/
	}

	#news .column:last-child {
		margin-top: 0px;
	}
	
}


/*-----To Top Button-----*/


.container-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.container-top:hover {
	opacity: 0.9 !important;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.container-top svg {
	border-radius: 50%;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	
}

.container-top svg:hover > #scrolltop-arrow {
	transform: translate3d(0px, -3px, 0px);
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.container-top svg > #scrolltop-arrow {
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}


/*To Top Button Desktop Width*/


@media (min-width: 1281px) {
	
	.container-top {
	}
	
}




/*--------------------------------ANIMATIONS--------------------------------*/


@-webkit-keyframes linewidth {
	0%   { width: 0px; }
  	100% { width: 100%; }
}
@-moz-keyframes linewidth {
	0%   { width: 0px; }
  	100% { width: 100%; }
}
@-o-keyframes linewidth {
    0%   { width: 0px; }
  	100% { width: 100%; }
}
@keyframes linewidth {
    0%   { width: 0px; }
  	100% { width: 100%; }
}


@-webkit-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 0px; }
}
@-moz-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 0px; }
}
@-o-keyframes linewidth-out {
    0%   { width: 100%; }
  	100% { width: 0px; }
}
@keyframes linewidth-out {
    0%   { width: 100%; }
  	100% { width: 0px; }
}


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-o-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-moz-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-o-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}


@-webkit-keyframes slideIn {
	0% { -webkit-transform: translateX(-150%); }
    100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes slideIn {
    0% { -moz-transform: translateX(-150%); }
    100% { -moz-transform: translateX(0%); }
}
@-o-keyframes slideIn {
    0% { -o-transform: translateX(-150%); }
    100% { -o-transform: translateX(0%); }
}
@keyframes slideIn {
    0% { transform: translateX(-150%); }
    100% { transform: translateX(0%); }
}


@-webkit-keyframes slideOut {
	0% { -webkit-transform: translateX(0%); opacity: 1 }
    100% { -webkit-transform: translateX(-150%); opacity: 0; }
}
@-moz-keyframes slideOut {
    0% { -moz-transform: translateX(0%); opacity: 1 }
    100% { -moz-transform: translateX(-150%); opacity: 0; }
}
@-o-keyframes slideOut {
    0% { -o-transform: translateX(0%); opacity: 1 }
    100% { -o-transform: translateX(-150%); opacity: 0; }
}
@keyframes slideOut {
    0% { transform: translateX(0%); opacity: 1 }
    100% { transform: translateX(-150%); opacity: 0; }
}


@-webkit-keyframes paginate {
	0% { bottom: 49px; }
	45% { bottom: 49px; }
	50% { bottom: 52px; }
    55% { bottom: 49px; }
	100% { bottom: 49px; }
}
@-moz-keyframes paginate {
    0% { bottom: 49px; }
	45% { bottom: 49px; }
	50% { bottom: 52px; }
    55% { bottom: 49px; }
	100% { bottom: 49px; }
}
@-o-keyframes paginate {
    0% { bottom: 49px; }
	45% { bottom: 49px; }
	50% { bottom: 52px; }
    55% { bottom: 49px; }
	100% { bottom: 49px; }
}
@keyframes paginate {
    0% { bottom: 49px; }
	45% { bottom: 49px; }
	50% { bottom: 52px; }
    55% { bottom: 49px; }
	100% { bottom: 49px; }
}

@-webkit-keyframes ca3_fade_move_down {
  	0%   { -webkit-transform:translate(0,-10px); }
  	50%  { -webkit-transform:translate(0,10px); }
  	100% { -webkit-transform:translate(0,-10px); }
}
@-moz-keyframes ca3_fade_move_down {
  	0%   { -moz-transform:translate(0,-10px); }
  	50%  { -moz-transform:translate(0,10px); }
  	100% { -moz-transform:translate(0,-10px); }
}
@keyframes ca3_fade_move_down {
  	0%   { transform:translate(0,-10px); }
	50%  { transform:translate(0,10px); }
	100% { transform:translate(0,-10px); }
}

@-webkit-keyframes a4 {
	0%  {transform: scale(var(--s,1)) translate(12px,-6px) translate(-20px) rotate(45deg)}
	100%{transform: scale(var(--s,1)) translate(12px,-6px) translate(-25px) rotate(45deg)}
  }
  @-moz-keyframes a4 {
	0%  {transform: scale(var(--s,1)) translate(12px,-6px) translate(-20px) rotate(45deg)}
	100%{transform: scale(var(--s,1)) translate(12px,-6px) translate(-25px) rotate(45deg)}
  }
  @-o-keyframes a4 {
	0%  {transform: scale(var(--s,1)) translate(12px,-6px) translate(-20px) rotate(45deg)}
	100%{transform: scale(var(--s,1)) translate(12px,-6px) translate(-25px) rotate(45deg)}
  }
  @keyframes a4 {
	0%  {transform: scale(var(--s,1)) translate(12px,-6px) translate(-20px) rotate(45deg)}
	100%{transform: scale(var(--s,1)) translate(12px,-6px) translate(-25px) rotate(45deg)}
  }

  @keyframes animate-arrow-right {
  0% {
    transform: translate(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(10px) scaleX(1.3);
    transform: translate3d(10px, 0, 0) scaleX(1.3);
    opacity: 0;
  }
  51% {
    transform: translate(-10px) scaleX(1.3);
    transform: translate3d(-10px, 0, 0) scaleX(1.3);
    opacity: 0;
  }
  to {
    transform: translate(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes animate-arrow-right {
  0% {
    transform: translate(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(10px) scaleX(1.3);
    transform: translate3d(10px, 0, 0) scaleX(1.3);
    opacity: 0;
  }
  51% {
    transform: translate(-10px) scaleX(1.3);
    transform: translate3d(-10px, 0, 0) scaleX(1.3);
    opacity: 0;
  }
  to {
    transform: translate(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
}

@-moz-keyframes animate-arrow-right {
  0% {
    transform: translate(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(10px) scaleX(1.3);
    transform: translate3d(10px, 0, 0) scaleX(1.3);
    opacity: 0;
  }
  51% {
    transform: translate(-10px) scaleX(1.3);
    transform: translate3d(-10px, 0, 0) scaleX(1.3);
    opacity: 0;
  }
  to {
    transform: translate(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
}

 @-o-keyframes animate-arrow-right {
  0% {
    transform: translate(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(10px) scaleX(1.3);
    transform: translate3d(10px, 0, 0) scaleX(1.3);
    opacity: 0;
  }
  51% {
    transform: translate(-10px) scaleX(1.3);
    transform: translate3d(-10px, 0, 0) scaleX(1.3);
    opacity: 0;
  }
  to {
    transform: translate(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
  }
}




/*--------------------------------CSS RESET--------------------------------*/

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

.wpcb-banner .wpcb-message {
    color: #ffffff !important;
}



/*--------------------------------TABLE--------------------------------*/



table {
    background-color: var(--grey_background);
    border-collapse: collapse;
	margin-top: 45px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 1.4;
	margin-bottom: 60px
}

th {
    text-align:left;
	font-weight: 700;
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: 1em;
	  background-color: var(--turquoise_digital);
    }

	.dcf-table tbody tr {
		border-bottom: 2px solid #ffffff;

	}

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: 1em;
    }

	.dcf-table tbody tr:last-of-type td {
		padding-bottom: 45px;
	}

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

	.dcf-table tr td:nth-child(3) {
		/*padding-left: 50px;*/
	}

	.dcf-table td a:before {
		display: block;
		content: "";
		width: 13px;
		height: 18px;
		background-image: url('../images/location.svg');
		background-repeat: no-repeat;
		float: left;
		margin-left: -20px
	}

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      vertical-align: bottom;
	  color: #ffffff;
	  padding: 15px 25px;
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      vertical-align: top;
	  padding: 25px 25px;
    }

    .dcf-table tbody td a {
		color: var(--turquoise_digital);
		font-weight: 700;
		transition: 0.3s;
    }

	.dcf-table tbody td a:hover {
		color: var(--primary);
		font-weight: 700;
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

	.dcf-table-responsive:not(.dcf-table-bordered) tbody td b span {
		font-weight: normal;
	}

    @media only screen and (max-width:42.09em) {

      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: 30px;
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 25px;
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em;
		border-right: 1px solid #dadada;
      }

	  	.dcf-table tr td:nth-child(3) {
			padding-left: 25px;
		}

		.dcf-table tbody td a {
			margin-left: 20px;
		}

		.dcf-table tbody tr:last-of-type td {
			padding-bottom: 0px;
		}

    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}




/*--------------------------------MAPPING--------------------------------*/


#rollovers path,
#rollovers circle,
#key .cls-13 {
	fill: #ed4613;
	transition: 0.3s;
}

#rollovers path:hover,
#rollovers circle:hover {
	fill-opacity: 1;
	cursor: pointer;
	fill: var(--cyan_accent);
}

#numberglyphs,
#numbers {
	pointer-events: none;
}

.hover-path {
	fill: #174190;
	cursor: pointer;
	transition: fill 0.2s;
}

.hover-path:hover {
	fill: var(--cyan_accent);
}

.clickmap .active {
	fill: #174190 !important;
	opacity: 1 !important;
}

#textboxoverlay {
	position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px) saturate(100%);
    -webkit-backdrop-filter: blur(7px) saturate(100%);
    background-color: rgba(255, 255, 255, 0.25);
    display: none;
	top: 0;
}

.textbox {
	position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    padding: 20px;
    /*border: 3px solid #174190;*/
    width: auto;
	min-width: 300px;
    height: auto;
    border-radius: 6px;
  	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.textbox h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

#textbox-content {
	font-weight: 700;
	margin-bottom: 10px;
}

/*
.textbox h3::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
    background-color: #dadada;
	margin-top: 20px;
	margin-bottom: 20px;
}*/

.textbox p:last-of-type {
	margin-bottom: 0;
}

.close-btn {
	position: absolute;
    right: -15px;
    top: -15px;
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    border-width: 2px;
    border-style: solid;
    font-weight: 700;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: 0.35s;
    z-index: 1;
	margin-top: 0 !important;
	background-color: var(--blue_digital);
    color: #ffffff;
    border-color: #ffffff;
	text-align: center;
	line-height: 26px;
}

.close-btn:hover {
    background-color: var(--cyan_accent);
}

.container2 {
	width: 100%;
	height: calc(100vh);
	overflow: hidden;
}

h2#textbox-header {
    margin: 20px auto;
}


@media (max-width: 800px) {

	.textbox {
    	width: 75%;
	}

}

/*
svg {
	background-color: white;
	border: 1px solid black;
}

* {
	margin: 0;
	padding: 0;
}

.container233 {
  height: 4400px;
  background-color: red;
}*/

.news-card.aos-init.aos-animate {
    margin-bottom: 65px;
}

#news h1 {
    text-align: center;
    width: 67%;
    margin: 0 auto;
    font-weight: 700;
}

.paragraph p {
	font-weight: normal;
}

#news p a {
}

#news p a:hover {
    /*color: rgb(255, 255, 255);*/
}

#news .pagetitle span {
	display: block;
	color: #ffffff;
}

#news .pagetitle span::after {
    content: "";
    display: block;
    width: 10%;
    height: 3px;
    background-color: var(--cyan_accent);
    margin: 30px auto 15px auto;
}

@media (min-width: 1281px) {

	#news .pagetitle span {
		font-size: 0.6em !important;
		margin-bottom: 30px;
	}

}

@media (max-width: 1280px) {

	#news .pagetitle span::after {
    	margin: 15px auto -15px auto;
	}

	#news .pagetitle span {
		font-size: 0.7em !important;
		margin-bottom: 30px;
	}

}