/* CSS Document */


:root {
    margin: 0;
    padding: 0;
    --primary: #004749;
    --secondary: #ED6148;
    --tertiary: #F4F3ED;
    --textdark: #1d1d1d;
    --textlight: #FFFFFF;
    --shadow: #555555;
    --body-fonts:"Roboto", sans-serif;
    --line-height: 1.4;
    --section-max-width: 1640px;
    --section-width: calc(100% - 3em);
    --sectionpadding: 70px;
    --transition: 0.3s;
    --large-header-height: 90px;
    --small-header-height: 70px;
    --bodytext: 1em;
    --mobilebodytext: 0.875em;
    --footertext: 0.875em;
    --captiontext: 0.75em;
}






/* --------------Cookies-------------------------------------- */




/*--------------------------------TEXT--------------------------------*/

#survey p strong{
    color: white;
}
p.page-no {
    font-weight: 600;
    margin-bottom: 45px;
    color: var(--primary);
    width: 100%;
}

.section-wrap:nth-child(3n) p.page-no,
.section-wrap:nth-child(3n+1) p.page-no {
    color: var(--primary);
}

h1 {
    color: var(--textlight);
}

h1 strong {
    color: var(--secondary);
}

h2 {
    color: var(--primary);
}

.section-wrap:nth-child(3n) h2 {
    color: var(--primary);
}

h3 {
    color: var(--primary);
    font-weight: 600;
}

h3::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--primary);
    margin-top: 20px;
    margin-bottom: 20px;
}


#welcome.section-wrap h3 {
    color: var(--textlight);
}

/* #welcome.section-wrap h3 {
    margin-left: 45px;
} */

.section-wrap:nth-child(3n+1) h2,
.section-wrap:nth-child(3n+1) h3 {
    color: var(--primary);
}

h4 {
    margin-bottom: 5px;
}

p {
    color: var(--textdark);
    margin-bottom: 15px;
}

#welcome.section-wrap p {
    color: var(--textlight);
}

.maincontent p a,
.maincontent h3 a {
    text-decoration: none;
    vertical-align: top;
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--secondary) 50%);
    background-size: auto 175%;
    transition: background .2s ease-in-out;
    color: var(--secondary);
}

.maincontent p a:hover,
.maincontent h3 a:hover {
    color: var(--textlight);
    background-position-y: 100%;
    transition: .2s ease-in-out;
}

.maincontent #welcome p a,
.maincontent #welcome h3 a {
    color: var(--secondary);
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--secondary) 50%);
}

.maincontent #welcome p a,
.maincontent #welcome h3 a {
    color: var(--secondary);
}

.maincontent #welcome h3 a:hover,
.maincontent #welcome p a:hover {
    color: var(--textlight);
}

.maincontent #welcome h3 a::after,
.maincontent #welcome p a::after {
    background-color: var(--secondary);
}

.maincontent .section-wrap:nth-child(3n+1) h3 a,
.maincontent .section-wrap:nth-child(3n+1) p a {
    color: var(--textlight);
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--textlight) 50%);
}

.maincontent .section-wrap:nth-child(3n+1) h3 a:hover,
.maincontent .section-wrap:nth-child(3n+1) p a:hover {
    color: var(--secondary);
}

.maincontent .section-wrap:nth-child(3n+1) h3 a::after {
    background-color: var(--textlight);
}


@media (max-width: 1000px) {

    p.page-no {
        font-size: 1em;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }

    h1, h2 {
        font-size: 2.25em;
        line-height: 1.0666666666666667em;
        margin-bottom: 25px;
        max-width: 360px;
    }

    h3 {
        margin-bottom: 20px;
        font-size: 1em;
    }

    p, h4 {
        font-size: var(--mobilebodytext);
    }

    #welcome.section-wrap p {
        margin-left: 45px;
    }

    .maincontent #welcome p a {
        pointer-events: all;
    }

    #welcome.section-wrap h3 {
    margin-left: 45px;
    width: 100%;
}

}

@media (min-width: 1001px) {

    h1, h2 {
        font-size: 2.1875em;
        line-height: 1.0666666666666667em;
        margin-bottom: 45px;
    }

    h3 {
        font-size: 1.25em;
    }

    h4 {
        font-size: var(--bodytext);
    }

    p {
        color: var(--textdark);
        margin-bottom: 15px;
        font-size: var(--bodytext);
        line-height: 1.375em; 
    }
    
    p.page-no {
        font-size: 1.375em;
    }

}

@media (min-width: 1001px) and (max-width: 1450px) {

    h1, h2 {
        font-size: 3.25em;
    }

}





/*--------------------------------CALLOUT--------------------------------*/


.callout {
    padding: 25px;
    border-radius: 5px;
	background-color: var(--primary);
}

.callout h4 {
    color: var(--secondary);
}

.callout p {
    color: var(--textlight);
}

.section-wrap:nth-child(3n) .callout {
    background-color: var(--secondary);
}

.section-wrap:nth-child(3n) .callout h4 {
    color: var(--textlight);
}

.section-wrap:nth-child(3n) .callout p {
    color: var(--primary);
}

.section-wrap:nth-child(3n) .callout p a {
    color: var(--textlight);
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--textlight) 50%);
}

.section-wrap:nth-child(3n+1) .callout p a {
    color: var(--secondary);
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--secondary) 50%);
}

.section-wrap:nth-child(3n+1) .callout p a:hover {
    color: var(--primary);
}

.section-wrap:nth-child(3n) .callout p a:hover {
    color: var(--secondary);
}

.section-wrap:nth-child(3n) .callout p a::after, 
.section-wrap:nth-child(3n) .callout h3 a::after {
    background-color: var(--textlight);
}


/* @media (max-width: 1000px) {

    .callout {
        margin-top: 60px;
    }

} */
/*
.callout .bus{
    margin-top: 40px;
}*/

@media (min-width: 1001px) {

    .callout.col-width {
        width: 37%;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    .section-content .column:first-of-type .callout {
        margin-top: 50px;
    }

    #bus .callout {
        margin-top: 60px;
    }

}




/*--------------------------------HEADER--------------------------------*/


#masthead {
    position: fixed;
    background-color: var(--tertiary);
    width: 100%;
    top: 0;
    transition: var(--transition);
    z-index: 999999999;
}


/*-----Header Small Device Width-----*/

@media (max-width: 1300px) {
    
    .headercontent,
    .section-content,
    #footer-wrap {
        padding: 20px;
    }

    .headerlogo {
        margin-bottom: -10px;
    }

    #masthead.nav-up {
        top: calc(var(--small-header-height) * -1);
    }
    
}


/*-----Header Desktop Width-----*/

@media (min-width: 1301px) {

    #masthead {
        height: var(--large-header-height);
    }

    #masthead.nav-up {
        top: calc(var(--large-header-height) * -1);
    }
    
    .headercontent,
    .section-content,
    #footer-wrap {
        max-width: var(--section-max-width);
        width: var(--section-width);
        margin-left: auto;
        margin-right: auto;
    }

    .headerlogo {
        margin-top: 10px;
    }

}

@media (min-width: 1001px) and (max-width: 1850px) {

    .headercontent,
    #footer-wrap {
        padding-left: var(--sectionpadding);
        padding-right: var(--sectionpadding);
    }

}



/*------------------------------NAVIGATION------------------------------*/

nav ul li a {
    color: var(--primary) !important;
}

nav ul {
	padding-inline-start: 0px;
}

nav ul li {
	padding-left: 0;
	list-style: none;
	position: relative;
    font-weight: 600;
}

nav ul li a {
	text-decoration: none;
	transition: var(--transition);
    color: var(--textlight);
}

nav ul li a:hover {
    color: var(--secondary);
}


/*-----Navigation Small Device Width-----*/


@media (max-width: 1300px) {
	
    #menu-icon {
		display: block;
	}

    nav ul {
        display: none;
        height: 100vh;
        width: calc(100% + 40px);
        flex-direction: column;
        justify-content: center;
        margin-left: -20px;
        padding-bottom: calc(var(--small-header-height) / 2);
    }

    nav ul li {
        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.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.current {
        color: var(--secondary);
        background-color: rgba(255,255,255,0.1);
    }

    nav ul li {
        padding: 5px 0;
    }
	
	/*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);
	}

    #menu-icon span {
        background: var(--primary);
    }
	
}

/*-----Navigation Desktop Width-----*/


@media (min-width: 1301px) {

	/* #navbar {
        float: right;
    } */
    #masthead nav ul li a {
        border-right: 1px solid var(--secondary);
        padding-left: 16px;
        padding-right: 16px;
        height: 30px;
    }

    #masthead nav ul li:last-child a{
        border-right: none  ;
    }

    nav ul {
        display: block !important;
        height: var(--large-header-height);
    }
    
    nav ul li {
    	display: inline-block;
        font-size: 1em;
        margin-left: 12px;
        line-height: var(--large-header-height);
	}

    nav ul li.current a {
    	color: var(--secondary);
	}

    nav ul li:first-child {
        margin-left: 0px;
        display: none;
	}

    /* nav ul li::after {
        content: "";
        display: block;
        height: 3px;
        width: 0px;
        margin-top: 0px;
        z-index: 0;
        position: relative;
        bottom: 34px;
        -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;
        background-color: var(--secondary);
    }

    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 a:hover,
    nav ul li:active{
        color:  var(--secondary) !important;
    }

    .headerlogo {
        float: left;
    }
	
}



/*--------------------------------LOGO--------------------------------*/


/*-----Mobile Logo (Remove this section if no seperate mobile version of logo)-----*/


@media (max-width: 1300px) {
	
}


/*-----Logo Size Mobile & Tablet Width-----*/


@media (max-width: 1300px) {

	.headerlogo a,
	.headerlogo a img {
		width: 179px;
        position: relative;
        top: -3px;
	}
	
}


/*-----Logo Size Desktop Width-----*/


@media (min-width: 1301px) {

	.headerlogo a,
	.headerlogo a img {
    	width: 194px;
        /* bottom: 43px; */
        position: relative;
        margin-right: 50px;
        top: 5px;
        right: 30px;
	}
	
}




/*------------------------------FOOTER------------------------------*/


#page-footer {
    border-top: 1px solid var(--primary);
    font-size: var(--footertext);
}

#page-footer a {
    text-decoration: none;
    color: var(--textdark);
    font-weight: 700;
    transition: var(--transition);
}

#page-footer a:hover {
    color: var(--secondary);
}


/*-----Footer Mobile & Tablet Width-----*/


@media (max-width: 1220px) {
	
    #footer-wrap {
        text-align: center;
        padding: 45px 20px 60px 20px;
    }

    .footer-two {
        margin-top: 10px;
    }

}


/*-----Footer Desktop Width-----*/


@media (min-width: 1221px) {

	#page-footer {
        height: 120px;
        line-height: 120px;
    }
    
    .footer-one,
    .footer-two {
        width: 49.5%;
        display: inline-block;
    }

    .footer-two {
        text-align: right;
    }

}




/*--------------------------------GENERAL--------------------------------*/


html {
    scroll-behavior: smooth;
}

.section-wrap {
	overflow: clip;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.section-wrap:nth-child(2n+1) {
    background-color: #0047493b;
}

/* .section-wrap:nth-child(3n+1) {
    background-color: var(--secondary);
} */

/* .section-wrap:first-child {
    background-image: url(../img/20240514_141152.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

#imageContainer {
    width: 100%;
    height: auto;
}

#imageContainer img{
    position: absolute; 
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    animation: kenburns 100s infinite;
}

@keyframes kenburns {
    0% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

30% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(200px, -10px, 0px);
    animation-timing-function:ease-in-out;
    opacity: 1;
}

50% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-200px, -10px, 0px);
    animation-timing-function:ease-in-out;
    opacity: 1;
}
90% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
    animation-timing-function:ease-in-out;
}
100% {
    opacity: 1;
}
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46,53,63,0.8); 
    animation: kenburns 100s infinite;
}

.section-wrap:first-child::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {

    .section-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    /* .section-wrap {
        min-height: 0;
    } */

    #welcome .section-content .column:last-of-type {
        pointer-events: none;
    }

    #imageContainer img,
    .overlay {
        animation: none;
    }

}

@media (min-width: 1001px) {

    .section-content {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    
    .section-content .column:first-of-type {
        width: 45%;
        margin-right: 9%;
    }

    .section-content.onecolumn .column:first-of-type {
        width: 40%;
    }
    
    .section-content .column {
        width: 40%;
    }

    #welcome .section-content .column:first-of-type {
        width: 50%;
        max-width: 460px;
        margin-right: calc(68% - 460px);
        padding-top: 0;
    }

    #welcome .section-content .column {
        width: 49%;
        max-width: none;
        padding-top: 25%;
    }

}

@media (min-width: 1001px) and (max-width: 1850px) {

    .section-content {
        padding-left: var(--sectionpadding);
        padding-right: var(--sectionpadding);
    }

}




/*--------------------------------IMAGES--------------------------------*/


figure img {
    border-radius: 5px;
}

figure a img:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
}

figure figcaption,
#welcome.section-wrap figure figcaption {
    color: var(--primary);
    font-size: var(--captiontext);
    border-bottom: 2px solid var(--secondary);
    font-weight: 600;
    width: auto;
    display: inline-block;
    padding: 10px 0;
}

#welcome.section-wrap figure figcaption,
.section-wrap:nth-child(3n) figure figcaption {
    color: var(--primary);
}

.section-wrap:nth-child(3n+1) figure figcaption {
    border-bottom: 2px solid var(--secondary);
}

#welcome .section-wrap figure figcaption {
    color: var(--primary);
    font-size: var(--captiontext);
    border-bottom: 2px solid var(--secondary);
    font-weight: 600;
    width: auto;
    display: inline-block;
    padding: 10px 0;
}

.animback {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    right: 0;
    z-index: 0;
}

span.animwrap {
    width: 100%;
    height: 100%;
    position: absolute;
}


#walking .animback {
    height: 300%;
    top: -150%;
    width: 150%;
    right: -50%;
}

#cycling .animback {
    height: 200%;
    top: -70%;
    width: 110%;
    right: -50%;
}
#sharing .animback{
    height: 200%;
    top: -45%;
    width: 110%;
    right: -40%;
}
#journey .animback {
    height: 180%;
    top: -30%;
    width: 78%;
    right: -19%;
}
#contact .animback {
    /* height: 180%; */
    top: 10%;
    /* width: 78%; */
    /* right: -19%; */
}

@media (min-width: 1001px) and (max-width: 1349px) {
    #contact .animback {
        /* height: 180%; */
        top: 25%;
        /* width: 78%; */
        /* right: -19%; */
    }
}
#survey .animback {
    height: 165%;
    top: -37%;
    width: 33%;
    right: 10%;
}




.phone svg,
.email svg,
.post svg {
  	width: 70px;
  	height: 70px;
	margin: 0 auto 20px auto;
}

/* 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);
  }	
}

@media (max-width: 1000px) {

	ul.icons {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.phone svg,
	.email svg,
	.post svg {
  		width: 50px;
  		height: 50px;
	}
	
}


/*-----Icons Desktop Width-----*/




/* ------------------------Button------------------------ */



.cta {
	margin-left: 50px;
    margin-top: -20px;
}



.cta a {
    font-weight: 700;
    font-size: 0.7em !important;
    line-height: 1.2;
    border-style: none;
    border-width: 0px;
    border-color: initial;
    border-radius: 5px;
	text-decoration: none;
    text-transform: uppercase;
	padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
	display: inline-block;
}
/* .cta {
    border-top-color: #2B9C71;
} */
a.submit {
    border-radius: 7px;
}
.cta a {
	color: #ffffff;
    background-color: var(--secondary);
    transition: 0.5s;
}

.cta a:hover {
    background-color: var(--tertiary);
    scale: 1.1;
    color: #004749;
}

.cta p,
.cta a {
	font-weight: 700;
}

.cta a {
    font-size: 1em;
    line-height: 1.2;
}


@media (max-width: 1000px) {

    figure.col-width {
        margin-top: 30px;
    }

    .animback {
        display: none;
    }

}

@media (min-width: 1001px) {

    figure.col-width {
        width: 33%;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%);
    }

}




/* ------------------ICONS---------------------------------- */



#contact .iconlist {
    border-top: 1px solid var(--primary);
    padding-top: 30px;
    border-bottom: none;
}

#contact .iconlist:first-of-type {
    margin-top: 45px;
}

#contact .iconlist a:hover {
    color: var(--textlight);
    background-position-y: 100%;
    transition: .2s ease-in-out;
}

#contact .iconlist a {
    text-decoration: none;
    vertical-align: top;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, var(--secondary) 50%);
    background-size: auto 175%;
    transition: background .2s ease-in-out;
    color: var(--primary);
}

svg#Layer1 {
    width: 60px;
    height: 60px;
    float: left;
    margin-top: -10px;
    margin-right: 20px;
}

.phone {
    width: 60px;
    height: 60px;
    float: left;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
}

ul.icons.contact li::after,
ul.downloads li::after {
	background-color: var(--primary);
}

ul.icons.contact {
	border-top-color: var(--primary);
}

ul.icons.contact li::before {
	content: "\E830";
	width: 40px;
	font-size: 40px;
	margin-right: 15px;
	float: left;
	clear: both;
	margin-top: -15px;
}

/* ul.icons {
	list-style-type: none;
	padding-inline-start: 0px;
}

ul.icons li {
	text-indent: 0;
	font-weight: 500;
	min-height: 40px;
	line-height: 1.1;
} */
/* ul.icons li::before {
	content: "\E800";
	width: 40px;
	font-size: 40px;
	margin-right: 15px;
	float: left;
	clear: both;
	margin-top: -15px;
	color: #313649
} */

/* ul.icons li::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 30px;
    margin-bottom: 30px;
} */

/* ul.icons li:last-child::after {
	display: none;
} */

/* ul.icons.contact {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;
}

ul.icons li strong {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

ul.icons li::before {
	font-size: 50px;
    margin-top: -25px;
	position: absolute;
	margin-left: -65px;
}

ul.icons li::after {
    content: "";
    display: block;
    height: 1px;
	width: 100%;
    width: calc(100% + 65px);
    margin-top: 30px;
    margin-bottom: 30px;
	margin-left: -65px;
}

ul.icons li:last-child::after {
    display: none;
}

ul.icons li a {
    color: var(--primary);  
}

ul.icons li a:hover {
    text-decoration: none;
    vertical-align: top;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, var(--secondary) 50%);
    background-size: auto 175%;
    transition: background .2s ease-in-out;
    color: var(--secondary);
} */




/*--------------------------------TABLES--------------------------------*/


#rail table td {
    padding: 15px 1em;
    text-align: center;
    border-left: 2px solid var(--secondary);
}

#rail table th, table td {
    padding: 15px 1em;
    text-align: center;
    border-left: 2px solid var(--secondary);
}

#rail table tr:nth-child(odd) {
    background-color: #4854677d;
}

#rail table th {
    font-weight: 700;
    background-color: #2e353f;
}

#rail table tr {
    background-color: #2e353fc7;
    border: 2px solid var(--secondary);
    padding: .35em;
    color: white;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 5px;
}

table tr:last-child th:first-child {
    border-top-left-radius: 7px;
}
    
table tr:last-child th:last-child {
    border-top-right-radius: 7px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 7px;
}
    
table tr:last-child td:last-child {
    border-bottom-right-radius: 7px;
}
  
table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
  
table tr:nth-child(odd) {
    background-color: rgba(255,255,255,0.1);
}

table tr {
    background-color: rgba(255,255,255,0.2);
    border: 2px solid var(--primary);
    padding: .35em;
}

table tr th:first-child,
table tr td:first-child {
    border-left: 0px solid var(--primary);
}

table tr td:first-child {
    text-align: left;
}

table td {
    color: var(--textlight)
}
  
table th,
table td {
    padding: 15px 1em;
    text-align: center;
    border-left: 2px solid var(--primary);
}
  
table th {
    font-weight: 700;
    background-color: var(--secondary);
}
  
@media screen and (max-width: 600px) {

    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }

    table tr:last-child th:first-child {
        border-top-left-radius: 0px;
    }
        
    table tr:last-child th:last-child {
        border-top-right-radius: 0px;
    }
    
    table tr:last-child td:first-child {
        border-bottom-left-radius: 0px;
    }
        
    table tr:last-child td:last-child {
        border-bottom-right-radius: 0px;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      display: block;
      margin-bottom: .625em;
    }

    table tr td:first-child {
        text-align: right;
    }
    
    table td,
    #rail table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
      border-left: 0px solid var(--primary);
    }
    
    table td::before,
    #rail table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child,
    #rail table td:last-child {
      border-bottom: 0;
    }

}

@media (max-width: 1000px) {

    table {
        margin-top: 30px;;
      }

}




/*--------------------------------CARDS--------------------------------*/


.card-wrapper {
    display: flex;
    align-items: flex-start;
}

.card {
    width: 24.25%;
    text-align: center;
    font-size: var(--mobilebodytext);
    background-color: var(--secondary);
    padding: 20px;
    margin-left: 1%;
    border-radius: 5px;
}

.card:nth-child(even) {
    background-color: rgba(150,174,186,0.6);
}

.card:first-of-type {
    margin-left: 0;
}

.card .logo img {
    padding: 0 23px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.card h6 {
    font-size: var(--mobilebodytext);
    font-weight: 800;
    margin-bottom: 2px;
}

.card p {
    margin-bottom: 20px;
}

.card p strong {
    font-weight: 800;
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    display: block;
    padding: 20px 0;
}

@media screen and (max-width: 800px) {

    .card-wrapper {
        display: block;
    }
    
    .card {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 20px;
    }

    .card .logo img {
        max-width: 250px;
        margin: 0 auto 20px auto;
    }

}

@media screen and (max-width: 1000px) {

    .card-wrapper {
        margin-top: 30px;
    }

}
 



/*--------------------------------SECTION ARROWS--------------------------------*/



.arrow-wrap {
    min-height: 100vh;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
    perspective: 1px;
}

.arrow-wrap.prev {
    left: 20px;
}

.arrow-wrap.next {
    right: 40px;
}

.arrow-container {
    writing-mode: vertical-lr;
    text-orientation: sideways;
    font-weight: 700;
    font-size: 1em;
    position: sticky;
    top: 100px;
    bottom: 100px;
    transform: translateZ(-1px) scale(2);
}

 .arrow-container a {
    text-decoration: none;
    color: var(--primary);
}

 .arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.is-top {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: 0;
    margin-bottom: 27px
}

.arrow {
    margin-top: 27px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
    transition: 0.3s;
}

.arrow-container a:hover .arrow {
    margin-top: 37px;
}

.arrow-container a:hover .arrow.is-top {
    margin-bottom: 37px;
    margin-top: 0;
}

.arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.arrow.arrow-bar::before {
    bottom: 1px;
    content: "";
    height: 30px;
    position: absolute;
    right: 0px;
    transform-origin: bottom;
    width: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s;
}

.arrow-container a:hover .arrow.arrow-bar::before {
    height: 40px;
}

.arrow.is-triangle::after {
    border-style: solid;
    border-width: 0 0 12px 12px;
    height: 0;
    width: 0;
}

.arrow::before, 
.arrow .arrow::before {
    background-color: var(--primary);
}

.arrow::after, 
.arrow .arrow::after {
    border-color: var(--primary);
}

.arrow.is-triangle::after, 
.arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: var(--primary);
}

.section-wrap:nth-child(3n) .arrow-container a,
.section-wrap:first-child .arrow-container a,
.section-wrap:nth-child(3n+1) .arrow-container a {
    color: var(--primary)
}

.section-wrap:nth-child(3n) .arrow::before,
.section-wrap:nth-child(3n) .arrow .arrow::before,
.section-wrap:first-child .arrow::before,
.section-wrap:first-child .arrow .arrow::before,
.section-wrap:nth-child(3n+1) .arrow::before,
.section-wrap:nth-child(3n+1) .arrow .arrow::before{
    background-color: var(--primary);
}

.section-wrap:nth-child(3n) .arrow.is-triangle::after, 
.section-wrap:nth-child(3n) .arrow .arrow.is-triangle::after,
.section-wrap:first-child .arrow.is-triangle::after,
.section-wrap:first-child .arrow .arrow.is-triangle::after,
.section-wrap:nth-child(3n+1) .arrow.is-triangle::after,
.section-wrap:nth-child(3n+1) .arrow .arrow.is-triangle::after {
    border-bottom-color: var(--primary);
}

#start .arrow::before, 
#start .arrow .arrow::before {
    background-color: var(--secondary);
}

#start .arrow.is-triangle::after, 
#start .arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: var(--secondary);
}

.intro {
    position: relative;
}

#start.arrow-container {
    position: absolute;
    top: 0%;
    transform: translateY(0%);
}

#start.arrow-container a:hover .arrow.arrow-bar::before {
    height: 130px;
}

#start .arrow {
    margin-top: 117px;
}

#start.arrow-container a:hover .arrow {
    margin-top: 125px;
}

#start .arrow.arrow-bar::before {
    height: 120px;
}

#start .arrow.is-triangle::after {
    border-width: 0 0 16px 16px;
}

@media (max-width: 1000px) {

    .arrow-wrap {
        display: none;
    }

}




/*--------------------------------SCROLL TO TOP--------------------------------*/


.container-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
    z-index: 10;
}

.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;
    fill: var(--primary);
    border: 2px solid var(--textlight);
    -moz-box-shadow: 0px 0px 7px var(--shadow);
    -webkit-box-shadow: 0px 0px 7px var(--shadow);
    box-shadow: 0px 0px 7px var(--shadow);
}

.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;
    fill: var(--textlight);
}




/*--------------------------------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; }
}




/*----------------------------LOTTIE ANIMATIONS----------------------------*/


.iconlist {
    border-bottom: 1px solid var(--primary);
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.iconlist:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.iconlist h4 {
    margin-top: 15px;
    margin-bottom: 3px;
}

.icons .anim {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.icons .icontext {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
}

@media (max-width: 1000px) {

    /* .icons {
        border-top: 1px solid var(--primary);
        margin-top: 60px;
        padding-top: 15px;
    } */

    .iconlist {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .icons .anim {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .iconlist h4 {
        margin-top: 10px;
    }

    .icons .icontext {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 90px);
    }

}



/*--------------------------------CSS RESET--------------------------------*/

*, 
*::before, 
*::after {
    box-sizing: border-box;
  }
  
*,
html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--body-fonts);
}
  
body {
    line-height: var(--line-height);
    -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;
}



/*--------------------------------FLEX SLIDER--------------------------------*/


.flexslider {
	background: transparent !important;
    border: none !important;
    zoom: 1;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -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 img {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.flex-caption,
.video-caption{
	margin-bottom: 0 !important;
}

.flex-direction-nav a {
    width: 50px !important;
    height: 50px !important;
    margin: -40px 0 0 !important;
	background-color: red;
    text-shadow: none !important;
}

.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: 0 !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 0 !important;
}


/*-----Flex Slider Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	.flexslider {
		margin-top: 30px !important;
		margin-bottom: 50px !important;
	}
	
}


/*-----Flex Slider Desktop Width-----*/


@media (min-width: 1001px) {
	
	.flexslider {
		margin-top: 35px !important;
		margin-bottom: 60px !important;
	}
	
}


/*--------------------------------GOOGLE TRANSLATE--------------------------------*/


#google_translate_element {
	position: fixed;
	z-index: 99999999999999999999999999999999;
	top: 0;
}

/*#google_translate_element span a,
.goog-te-gadget {
	color: transparent !important;
}*/

.goog-te-gadget img {
	display: inline !important;
}

.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
	box-shadow: none !important;
}

#google_translate_element .indicator {
	display: none !important;
}

 .hero {
    display: flex;
    min-height: 100vh; 
  }

  .hero-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background-color: var(--primary);
  }




  .hero-image {
    flex: 1;
    background-image: url('../img/Street Scene 1.jpg');
    background-size: cover;
    background-position: center;
  }

  @media (max-width: 768px) {
    .hero {
      flex-direction: column;
    }
    .hero-image {
      min-height: 300px;
    }
  }

  .intro {
    width: 80%;
}


.blueBox{
    list-style: none;
    margin-top: 10px;
    padding: 30px;
    background-color: var(--secondary);
    border-radius: 10px;
}

ul.blueBox li p {
    color: white;
}

ul.blueBox li::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    opacity: 0.3;
}



ul.blueBox li:last-child::after {
	display: none;
}

.listtype{
    list-style: none;
    
}

.listtype li{
        color: var(--textlight);
        margin-bottom: 15px;
        font-weight: 500;
        font-size: var(--bodytext);
        line-height: 1.375em;
}

ul.icons li.house:before {
	background-image: url("../img/icons-economic_local authority_new homes bonus.png");
    display: block;
    content: "";
    height: 43px;
    width: 43px;
    margin-top: -7px;
    margin-bottom: 1px;
    background-size: 100%;
}

ul.icons li.affordable:before {
	background-image: url("../img/icons-economic_operation_resident\ expenditure.png");
    display: block;
    content: "";
    height: 43px;
    width: 43px;
    margin-top: -11px;
    margin-bottom: 1px;
    background-size: 100%;
}

ul.icons li.landscape:before {
	background-image: url("../img/icons-economic_construction_supply jobs.png");
    display: block;
    content: "";
    height: 43px;
    width: 43px;
    margin-top: -11px;
    margin-bottom: 1px;
    background-size: 100%;
}

ul.icons li.environment:before {
	background-image: url("../img/icons-economic_construction_value.png");
    display: block;
    content: "";
    height: 43px;
    width: 43px;
    margin-top: -11px;
    margin-bottom: 1px;
    background-size: 100%;
}

ul.icons li.construction:before {
	background-image: url("../img/icons-economic_construction_jobs.png");
    display: block;
    content: "";
    height: 43px;
    width: 43px;
    margin-top: -7px;
    margin-bottom: 1px;
    background-size: 100%;
}

ul.icons li.biodiversity:before {
	background-image: url("../img/icons-economic_operation_economic output.png");
    display: block;
    content: "";
    height: 43px;
    width: 43px;
    margin-top: -11px;
    margin-bottom: 1px;
    background-size: 100%;
}

ul.icons li.space:before {
	background-image: url("../img/icons-economic_first occupation expenditure.png");
    display: block;
    content: "";
    height: 43px;
    width: 43px;
    margin-top: -11px;
    margin-bottom: 1px;
    background-size: 100%;
}


ul.icons li {
	line-height: 1.5;
	font-weight: 400;
	margin-left: 65px;
}

ul.icons li strong {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

ul.icons li::before {
	font-size: 50px;
    margin-top: -12px;
	position: absolute;
	margin-left: -57px;
}

ul.icons li::after {
    content: "";
    display: block;
    height: 1px;
	width: 100%;
    width: calc(100% + 65px);
    margin-top: 5px;
    margin-bottom: 20px;
	margin-left: -65px;
}

ul.icons li:last-child::after {
    display: none;
}



p a,
ul.icons li a {
	text-decoration: none;
	padding-bottom: 4px;
}

p a:hover,
ul.icons li a:hover {
	padding-bottom: 1px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}


ul.icons li::before {
	color: #132a3e;
}

ul.icons {
	list-style-type: none;
	padding-inline-start: 0px;
}

ul.icons li {
	text-indent: 0;
	min-height: 40px;
	line-height: 1.1;
}


ul.icons li{
	margin-top: 10px;
}

ul.icons li:last-child::after {
	display: none;
}
h2.aos-init.aos-animate{
    width: 100%;
}

p strong{
    color: var(--secondary);
}

#project p strong{
    color: var(--primary);
}

#feedback .cta {
    margin-left: 0px !important;
    margin-top:  0px !important;
}

#feedback .cta a {
    background-color: var(--primary) !important;
}

#feedback .cta a {
    background-color: var(--primary) !important;
}
#feedback .cta a:hover {
    background-color: var(--secondary) !important;
    scale: 1.1;
    color: #ffffff;
}