/* CSS Document */
:root {
    margin: 0;
    padding: 0;
    --primary: #606f55;
    --secondary: #839f37;
    --tertiary: #839f37 ;
    --quaternary: #41BABC;
    --quinary: #E88709;
    --senary: #E8B409;
    --secondarylight: rgba(204, 244, 5, 0.1);
    --background: #f5f9ff;
    --textdark: #1d1d1d;
    --textlight: #FFFFFF;
    --primarylight: #C4C5CE;
    --shadow: #464646;
    --heading-fonts: "Open Sans",sans-serif;
    --body-fonts: "Open Sans",sans-serif;
    --line-height: 1.4;
    --section-max-width2: 1230px;
    --section-max-width: 1640px;
    --section-width: calc(100% - 3em);
    --sectionpadding: 70px;
    --transition: 0.3s;
    --large-header-height: 90px;
    --small-header-height: 70px;
    --bodytext: 1.125em;
    --mobilebodytext: 1em;
    --footertext: 0.875em;
    --captiontext: 0.875em;
    --heading-font-optical-sizing: auto;
    --body-font-optical-sizing: auto;
}


/* --------------Cookies-------------------------------------- */

/*--------------------------------DOWNLOADS--------------------------------*/


ul.downloads {
	list-style-type: none;
	padding-inline-start: 0px !important;
}

ul.downloads li {
	text-indent: 0;
	font-weight: 700;
	min-height: 40px;
	line-height: 1.1;
	color: var(--primary);
    list-style: none;
}


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;
	font-weight: 700;
    background-image: none;;
}


/*-----Downloads Mobile & Tablet Width-----*/


@media (max-width: 1000px) {

	ul.downloads {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	
}


/*-----Downloads Desktop Width-----*/


@media (min-width: 1001px) {

	ul.downloads {
		margin-top: 50px;
		margin-bottom: 70px;
	}
	
}



/*--------------------------------TEXT--------------------------------*/

.textcontainer {
    
}

.line{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--tertiary);
    margin: 45px 0;

}

#proposals .line{
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--quaternary);
    margin: 70px 0;

}

.sections{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width:620px) {
    .sections {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    
}

img.rightimage {
    float: inherit !important;
    max-width: 100% !important;
 }

 .textcontainer.lastsec {
    width: 100% !important;
}

}





#background p strong{
    color: var(--tertiary);
    font-weight: 700;
}

#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(--textlight);
}

h1, h2, h3 {
    font-family: var(--heading-fonts);
}

#welcome h3 {
    font-family: var(--body-fonts);
    line-height: 1.4;
}

h3.noline::after{
    display: none;
}

#proposals h2 {
    color: #41BABC;
}

#proposals h2::after {
background-color: #41BABC; ;
}

#consultation h3::after {
background-color: var(--quinary); ;
}

#timeline h3::after {
background-color: var(--textdark); ;
}

#consultation h2 {
    color: var(--quinary);
}

#consultation h2:after {
   background-color: var(--quinary);
    max-width: 27% !important;
}

#haveyoursay h2 {
    color: var(--senary);
}

#haveyoursay h2:after {
   background-color: var(--senary);
}

#timeline h2 {
    color: var(--textdark);
}

#timeline h2:after {
   background-color: var(--textdark);
}

#contact h2 {
    color: var(--quaternary);
}

#contact h2:after {
   background-color: var(--quaternary);
}





#downloads h2{
    color: var(--senary) !important;
}

#downloads h2::after {
    background-color: var(--senary) !important;
}



#contact h3::after {
    display: none;
}




#faqs h2{
    color: var(--quinary) !important;
}


#faqs h2::after {
    background-color: var(--quinary) !important;
}

#faqs h3{
    font-weight: 700;
}
#faqs h3::after {
    background-color: var(--quinary) !important;
}



#haveyoursay h3:after {
   background-color: var(--senary);
}


#proposals h3::after {
display: none;
}

h1 {
    color: var(--secondary);
}

h1 span {
    color: var(--textlight);
}


h1 strong {
    color: var(--secondary);
}

h2 {
    color: var(--textdark);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tertiary);

}

#welcome h2 {
    color: var(--textlight);
    font-weight: 400;
}

.section-wrap:nth-child(3n) h2 {
   /* color: var(--secondary);*/
}

h3.sentence {
    font-weight: 500;
}




h3 {
    color: var(--textdark);
    font-weight: bold;
}

h3 strong {
    color: var(--secondary);
    font-weight: 700;
}

h4.contact {
    font-weight: 700;
}

h4.contact strong {
    color: var(--secondary);
    font-weight: 700;
}

p strong {
    color:#000000;
    font-weight: 700;
}

ul.webinar p strong{
    color: var(--quinary);
    font-weight: 700;
}


#thesite p strong{
    color: var(--tertiary);
}

p.header{
    font-size: 1.6em;
}

#title p {
    color: #000000 !important;
}

p:not(:first-of-type) strong {
    display: block;
    margin-top: 30px;
}

#welcome.section-wrap h3/*,
.section-wrap:nth-child(3n) h3*/ {
    color: var(--textlight);
}

#welcome.section-wrap p {
}

/*.section-wrap:nth-child(3n+1) h2,
.section-wrap:nth-child(3n+1) h3 {
    color: var(--primary);
}*/


h4.contact {
    clear: both;
    text-transform: uppercase;
}

h4.contact:first-of-type {
    margin-top: 60px;
}

h4.contact::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--primarylight);
    margin: 45px 0;
}

h4.contact:first-of-type::before {
    content: "";
    display: none;
    height: 1px;
    width: 100%;
    background-color: var(--primarylight);
    margin: 45px 0;
}

.dp h4 {
    margin-top: 0px;
}



h4.sentence,
.stage h4 {
    text-transform: none;
}

.stage h4 {
    margin-top: 0;
    margin-bottom: 8px;
}

p {
    color: var(--textdark);
    font-weight: 400;
    margin-bottom: 15px;
}




.section-content ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-content ul li {
    color: var(--textdark);
    margin-bottom: 10px;
    font-size: var(--bodytext);
}

ul.slides li {
    margin-left: 0px;
}

.section-content .flexslider ul li {
    color: var(--primary);
}

.stage p {
    color: var(--textlight);
    font-weight: 700;
}

#welcome.section-wrap p/*,
.section-wrap:nth-child(3n) p*/ {
    color: var(--textlight);
        font-weight: 500;
}

.maincontent p a,
.maincontent li a,
.maincontent h3 a,
p.disclaimer 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(--textdark);
    font-weight: 600;
}

#consultation h3 a {
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--quinary) 50%);
}

#contact li a {
    text-decoration: none;
    vertical-align: top;
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--quaternary) 50%);
    background-size: auto 175%;
    transition: background .2s ease-in-out;
    color: var(--textdark);
    font-weight: 600;
}

#downloads li a{
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--senary) 50%);
    font-weight: 600;
}

.maincontent .flexslider a {
    color: var(--secondary);
}

.maincontent p a:hover,
.maincontent li a:hover,
.maincontent h3 a:hover,
p.disclaimer a:hover {
    color: var(--textlight);
    background-position-y: 100%;
    transition: .2s ease-in-out;
}

.maincontent #welcome p a,
.maincontent #welcome h3 a,
p.disclaimer a  {
    color: var(--primary);
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--primary) 50%);
}

.maincontent #welcome p a,
.maincontent #welcome h3 a ,
p.disclaimer a {
    color: var(--primary);
}

.maincontent #welcome h3 a:hover,
.maincontent #welcome p a:hover,
p.disclaimer a:hover {
    color: var(--textlight);
}

.maincontent #welcome h3 a::after,
.maincontent #welcome p a::after,
p.disclaimer 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);
}*/

h3::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--tertiary);
    margin: 30px 0;
}

#proposals h3::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--quaternary);
    margin: 45px 0;
}

h3.proposalsheader::after{
    display: none;
}

.following h3::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--primarylight);
    margin: 0 0 45px 0;
}

#welcome h3::after,
.following h3::after {
    display: none;
}


@media (max-width: 600px) {

    svg#Grid,
    #heroimage img,
    #heroimage2 img {
       display: none;
    }

    #title {
        width: 100% !important;
        padding-right: 0 !important;
    }
    
    #title h1 {
        font-size: 1.75em !important;
        width: 100%;
        margin-bottom: 22px !important;
    }

    #title h1 span {
        font-size: 0.5em !important;
        margin-bottom: 5px !important;
    }

    #title h2 {
        font-size: 1em !important;
        text-align: center;
        width: 100%;
    }

    #title h1::after {
        margin: 30px 0 !important;
    }

    .scrollbox {
        display: block !important;
    }

    .scrollbox p {
        width: 100%;
        text-align: center;
    }
    
    h1, h2 {
        font-size: 1.375em !important;
        line-height: 1.0666666666666667em;
        margin-bottom: 25px;
    }

    #welcome h2 {
        margin-bottom: 30px !important;
    }

    #welcome h3 {
        font-size: 1em !important;
    }

    h3 {
        font-size: 1.375em !important;
    }


    #welcome .section-content .column:last-child {
        margin-top: 30px !important;
    }

    .section-content h2::after,
    .section-content h3::after,
    .following h3::before {
        margin: 30px 0 !important;
    }

}

@media (max-width: 1000px) and (min-width: 601px) {

    svg#Grid,
    #heroimage img,
    #heroimage2 img {
        left: 75% !important;
        width: 75% !important;
        padding-left: 5%;
    }

    /* #title {
        width: 75% !important;
        padding-right: 5%;
    } */

}


@media (max-width: 1000px) {

    p.page-no {
        font-size: 1em;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }

    h1 {
        font-size: 1.75em;
        line-height: 1.0666666666666667em;
        margin-bottom: 25px;
    }

    h2 {
        font-size: 1.475em;
    }


    #title h1 {
        font-size: 2.5em;
        line-height: 1.0;
    }

    #title h1 span {
        font-size: 0.3125em;
        margin-bottom: 15px;
    }

    #title h2 {
        font-size: 1.625em;
    }

    h3 {
        margin-bottom: 20px;
        font-size: 1.375em;
        line-height: 1.2;
    }

    #welcome h3 {
        font-size: 1em;
        line-height: var(--line-height);
    }

    p, .section-content ul li {
        font-size: var(--mobilebodytext);
    }

    h4 {
    font-size: 1.2em !important;
    color: var(--quaternary);
    margin-top: 10px !important;
    }

    p.disclaimer {
        font-size: 0.75em;
    }

    #welcome.section-wrap p {
    }

    .maincontent #welcome p a {
        pointer-events: all;
    }

    #heroimage2 img {
       display: none;
    }
    h1.welcomeh span {
        color: #512d82;
        margin-bottom: 0px !important;
    }

}

@media (min-width: 1001px) {

    h1, h2 {
        font-size: 1.575em;
        line-height: 1.0666666666666667em;
        margin-bottom: 45px;
    }

    #title h1 {
        font-size: 3.25em;
        line-height: 1.0;
        font-weight: 700;
    }

    #title h1 span {
        font-size: 0.3125em;
        margin-bottom: 15px;
    }

    #title h2 {
        font-size: 1.75em;
    }

    h3 {
        margin-bottom: 40px;
        margin-top: 40px;
        font-size: 1.575em;
        line-height: 1.2;
    }

    #welcome h3 {
        font-size: 1.25em;
    }

    h4 {
        font-size: 1.35em;
        color: var(--quaternary);
    }

    p {
        color: var(--textdark);
        margin-bottom: 15px;
        font-weight: 400;
        font-size: var(--bodytext);
        line-height: 1.375em; 
    }

    h1.welcomeh span {
        color: #512d82;
        margin-bottom: 0px !important;
    }

    p.disclaimer {
        font-size: var(--footertext);
    }
    
    p.page-no {
        font-size: 1.375em;
    }

}

h4 {
    margin-top: 60px;
    margin-bottom: 30px;
    /* font-size: 1.5em !important; */
}
/* 
@media (min-width: 1001px) and (max-width: 1500px) {

    #title h1 {
        font-size: 7.25em;
    }

    #title h2 {
        font-size: 1.75em;
    }

    h1.welcomeh span {
        color: #512d82;
        margin-bottom: 0px !important;
    }

} */
/*
@media (min-width: 1301px) 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);
}

.column.top.aos-init.aos-animate {
    width: 50%;
}


@media (max-width: 1000px) {

    .column.top.aos-init.aos-animate {
    width: 100%;
    position: relative;
    }
    .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(--primary);
    width: 100%;
    top: 0;
    transition: var(--transition);
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

#header-top {
    height: 1px;
    background-color: blue;
    visibility: hidden;
}


/*-----Header Small Device Width-----*/

@media (max-width: 1000px) {
    
    .headercontent,
    .section-content,
    #footer-wrap {
                padding: 20px;
    }

    .headerlogo {
       
    }

    #masthead.nav-up {
        top: calc(var(--small-header-height) * -1);
    }

    #masthead {
    }
    
}


/*-----Header Desktop Width-----*/

@media (min-width: 1001px) {

    #masthead {
        height: var(--large-header-height);
        top: calc(var(--large-header-height) * -1);
    }

    #masthead.nav-up {
        /*top: calc(var(--large-header-height) * -1);*/
    }

    #masthead.sticky {
        top: 0;
    }
    
    .headercontent,
    .section-content,
    #footer-wrap {
        max-width: var(--section-max-width2);
        width: var(--section-width);
        margin-left: auto;
        margin-right: auto;
    }

    .headerlogo {
        margin-top: 25px;
    }

}

@media (min-width: 1001px) and (max-width: 1850px) {

    .headercontent,
    #footer-wrap {
        /* padding-left: var(--sectionpadding);
        padding-right: var(--sectionpadding); */
    }

}



/*------------------------------NAVIGATION------------------------------*/


nav ul li:nth-child(2) a:hover,nav ul li.current:nth-child(2) a {
  color: var(--secondary);
}



nav ul li:nth-child(3) a:hover,nav ul li.current:nth-child(3) a {
  color: var(--quaternary);
}

nav ul li:nth-child(4) a:hover,nav ul li.current:nth-child(4) a {
  color: var(--quinary);
}

nav ul li:nth-child(5) a:hover,nav ul li.current:nth-child(5) a {
  color: var(--senary);
}

nav ul li:nth-child(6) a:hover,nav ul li.current:nth-child(6) a{
  color: var(--textdark);
}

nav ul li:nth-child(7) a:hover, nav ul li.current:nth-child(7) a {
  color: var(--secondary);
}

nav ul li:nth-child(8) a:hover, nav ul li.current:nth-child(8) a {
  color: #dde1c3;
}

nav ul li:nth-child(9) a:hover, nav ul li.current:nth-child(9) a {
  color: var(--quaternary);
}


nav ul li.current:nth-child(2) a {
  color: var(--tertiary);
}

nav ul li.current:nth-child(3) a {
  color: var(--quaternary);
}

nav ul {
	padding-inline-start: 0px;
}

nav ul li {
	padding-left: 0;
	list-style: none;
	position: relative;
    font-weight: 500;
}

nav ul li a {
     text-decoration: none;
    transition: var(--transition);
    color: var(--textlight);
    font-weight: 700;
    font-size: 0.8em;
    padding: 0 1.5px
}

nav ul li a:hover {
    color: var(--secondary);
}


/*-----Navigation Small Device Width-----*/


@media (max-width: 1500px) and (min-width: 1001px) {

    #menu-icon {
		right: var(--sectionpadding) !important;
    }
}

@media (max-width: 1000px) {
	
    #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;
    }

    nav ul li a {
        font-size: 1.3em;
    }
	
	/*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(--textlight);
    }
	
}

/*-----Navigation Desktop Width-----*/


@media (min-width: 1001px) {

	#navbar {
        float: right;
    }

    nav ul {
        display: block !important;
        height: var(--large-header-height);
                margin-top: -6px;
    }
    
    nav ul li {
    	display: inline-block;
        font-size: 1.125em;
        /* 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: 111%;
        margin-top: -27px;
        background-color: #baff00;
    }

    /* 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;
    } */

    .headerlogo {
        float: left;
    }

    nav ul li:nth-child(2)::after, nav ul li a:nth-child(2):hover{
    background-color: #839F37;
    }

    nav ul li.current a:nth-child(2) {
        color: #9dd700;
    }



  
    nav ul li:nth-child(3)::after{
    background-color: var(--quaternary);
    }
    nav ul li:nth-child(4)::after{
    background-color: var(--quinary);
    }
    nav ul li:nth-child(5)::after{
    background-color: var(--senary);
    }
    nav ul li:nth-child(6)::after{
    background-color: var(--textdark);
    }
    nav ul li:nth-child(7)::after{
    background-color: var(--tertiary);
    }
    nav ul li:nth-child(8)::after{
    background-color: #dde1c3;
    }
    nav ul li:nth-child(9)::after{
    background-color: var(--quaternary);
    }
	
}



/*--------------------------------LOGO--------------------------------*/


#heroimage svg {
    transform: translateY(var(--translateY));
    will-change: transform;

}

#heroimage2 img {
    transform: translateY(var(--translateYA));
    will-change: transform;

}

svg#Grid,
#heroimage img,
#heroimage2 img {
    position: absolute;
    left: 50%;
    width: 50%;
    opacity: 1;
    padding-left: 5%
}

svg#Grid path {
    fill: none;
    stroke-width: 3;
    stroke-dasharray: 250;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 4s ease-in-out alternate infinite;
    animation: dash 4s ease-in-out alternate infinite;
}

#Grid .cls-1 {
    stroke-miterlimit: 10;
    stroke-width: .5px;
    -webkit-animation: dash 18s ease-in-out alternate infinite;
    animation: dash 18s ease-in-out alternate infinite;
    stroke: #ffffff;
}

#Grid #grid1,
#Grid #grid2 {
    -webkit-animation: none;
    animation: none;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

#Grid #pattern2 {
    animation-delay: 2s;
}

#Grid #pattern3 {
    animation-delay: 4s;
}

#Grid #pattern4 {
    animation-delay: 6s;
}

#Grid #pattern5 {
    animation-delay: 8s;
}

#Grid #pattern6 {
    animation-delay: 10s;
}

#Grid #pattern7 {
    animation-delay: 18s;
}

svg polyline,
svg line {
    fill: none;
    stroke-width: 3;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash2 4s linear alternate infinite;
    animation: dash2 4s linear alternate infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

#arrowstem,
#arrowhead {
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 7px;
    animation-delay: 2s;
    animation-duration: 5s;
}

.cls-1 {
    /*animation-duration: 3s;*/
}

#baseline {
    -webkit-animation: fadeIn 4s linear forwards;
    animation: fadeIn 4s linear forwards;
    opacity: 1;
    stroke-dasharray: 0;
}

#logo {
    margin-bottom: 45px;
    width: 300px;
    height: 90px;
}

#k, #m, #kdescemder {
    stroke: #ce229b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 7px;
    animation-delay: 2s;
    animation-duration: 5s;

}

.cls-1 {
    stroke-miterlimit: 10;
    stroke-width: .5px;
    stroke-dasharray: 0;
    -webkit-animation: fadeIn 4s linear forwards;
    animation: fadeIn 4s linear forwards;
    opacity: 1;

}

.cls-1, .cls-2, .cls-3, .cls-4 {
    fill: none !important;
}

.cls-1, .cls-4 {
    stroke: #1d1d1b;
}

@-webkit-keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash2 {
    0% {
		stroke-dashoffset: 1000;
	}
	25% {
		stroke-dashoffset: 0;
	}
    100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash2 {
    0% {
		stroke-dashoffset: 1000;
	}
	25% {
		stroke-dashoffset: 0;
	}
    100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
    100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
    100% {
		opacity: 1;
	}
}

@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(100px);
	}
}

svg #wheel {
	animation: scroll ease 3s infinite;
}

#scroll {
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.scrollbox {
    stroke: var(--textlight);
    transition: 0.3s;
    display: inline-block;
    margin: 0 auto;
}

.scrollbox p {
    color: var(--textlight) !important;
    transition: 0.3s;
    font-weight: 700;
    margin-top: 7px;
}

.scrollbox a {
    text-decoration: none;
}

.scrollbox:hover p {
    color: var(--secondary) !important;
}

.scrollbox:hover {
    stroke: var(--secondary);
    color: #1d1d1d;
}

.scrollbox:hover svg #wheel {
    animation-play-state: paused;
}


@media (max-width: 600px) {

    #logo {
        margin-bottom: 30px !important;
        margin-left: auto;
        margin-right: auto;
    }

}


@media (max-width: 1000px) {

    #logo {
        margin-bottom: 45px;
        width: 200px;
        height: 60px;
    }

}


@media (max-width: 1300px) {

    svg#Grid,
    #heroimage img,
    #heroimage2 img {
        position: absolute;
        left: 70%;
        width: 70%;
        padding-left: 5%
    }

}




/*-----Mobile Logo (Remove this section if no seperate mobile version of logo)-----*/


@media (max-width: 1500px) {
	
}


/*-----Logo Size Mobile & Tablet Width-----*/


@media (max-width: 1000px) {

	.headerlogo a,
	.headerlogo a img {
		width: 98px;
        height: 45px;
        position: relative;
        margin-top: -10px;
	}
	
}


/*-----Logo Size Desktop Width-----*/


@media (min-width: 1001px) {

	.headerlogo a,
	.headerlogo a img {
        width: 150px;
        /* max-height: 40px; */
        margin-top: -20px;
	}
	
}




/*------------------------------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(3n) {
    background-color: var(--primary);
}*/

.background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
}

.background img {
    height: auto;
    width: 100%;
    transform: scale(var(--px), var(--py));
    will-change: transform;
    transform-origin: bottom;
    opacity: 1;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

#proposals {
    /*border-top: 1px solid rgba(204, 233, 5, 0.3);*/
}

#netzero .background img {
    transform: scale(var(--nx), var(--ny));
}

#contact .background img {
    transform: scale(var(--cx), var(--cy));
}

#proposals .background img {
    transform: scale(var(--qx), var(--qy));
}

#qanda .background img {
    transform: scale(var(--rx), var(--ry));
}

#thesite.section-wrap {
    background-color: #dde1c3 !important;
    display: flex;
  flex-direction: column;
  justify-content: center;
}


#welcome.section-wrap {
    background-color: #dde1c3 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-wrap:nth-child(2n+1) {
    /*background-color: #ffffff !important;*/
    /*background-size: var(--sx) 100%;
    background-image: url("../img/NorthMiltonKeynesbackgroundGrid.svg");
    will-change: transform;*/
}

section#haveyoursay {
    background-color: #fefcf5  !important;
}

section#proposals {
    background-color: #fefcf5 !important;
}
section#faqs {
    background-color: #dde1c3 !important;
}
section#q\&a {
    background-color: #fefcf5 ;
}
section#downloads{
     background-color: #fefcf5 !important;
}

section#contact{
     background-color: #fefcf5 !important;
}


/* .section-wrap:first-child {
    background-image: url(../img/20240514_141152.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

#heroimage,
#heroimage2 {
    width: 100%;
    height: 100%;
    position: absolute;
}

#heroimage img {
    transform: translateY(var(--translateY));
    will-change: transform;
    transform-origin: left;
    position: absolute;
    opacity: 0.4;
    /*left: 50%;
    width: 50%;*/
}

#heroimage2 img {
    transform: translateY(var(--translateYA));
    will-change: transform;
    transform-origin: left;
    position: absolute;
    /*left: 50%;
    width: 50%;*/
}

#imageContainer::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(13,19,47);
    background: linear-gradient(90deg, rgba(13,19,47,1) 0%, rgba(13,19,47,1) 17%,  rgba(13,19,47,0.3) 100%);
}

#imageContainer video {
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.section-wrap:first-child::before {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(46,53,63,0.8);
    position: absolute;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
}

.circle {
    border-radius: 50%;
}

#welcome.section-wrap .circle p {
    margin-left: 0;
    color: var(--primary);
    padding: 30px 30px 0 30px;
    margin-top: -27%;
    margin-bottom: 0;
    text-indent: 1em;
    font-weight: 700;
}

#stats .circle h4 {
    font-size: 3em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: -5px;
    font-family: var(--heading-fonts);
}

#stats .circle:nth-child(2n) h4 {
    color: var(--textlight);
}

#stats .circle p {
    font-size: 0.875em;
    font-weight: 700;
    color: var(--primary);
    overflow: hidden;
    margin-bottom: 0;
}


#stats .circle:nth-child(2n) p {
    color: var(--textlight);
}

/* #welcome .cta a {
    margin-left: 30px;
    margin-top: 20px;
} */

.section-content h2 {
    width: 100%;
    margin-bottom: 0
}

.section-content h2::after {
    display: block;
    content: "";
    height: 3px;
    max-width: 220px;
    background-color: var(--secondary);
    margin: 35px 0;
}

.section-content.end {
    padding-bottom: 0;
}

.section-content .column.full-width {
    width: 100% !important;
    margin-right: 0% !important;
    margin-top: 45px;
}

.section-content .column.fully-wide {
    margin: 0 -100% !important; /* old browsers fallback */
    margin: 0 calc(50% - 50vw) !important;
    width: 100% !important;
    width: 100vw !important;
    max-width: none !important;
}


.section-content .column.fully-wide figure {
    margin-bottom: 0;
}

.section-content .column.fully-wide figure img {
    width: 100% !important;
}

.section-content.wide {
    width: 100%;
    padding-top: 60px;
}

#stats,
#timeline {
    width: 100%;
}

#stats {
    margin-top: 90px;
}

#stats .circle {
    width: 15%;
    float: left;
    margin-right: 2%;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    display: block;
    background-color: transparent;
    text-align: left;
    height: auto;
}

#stats .circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50% 50% 50% 0;
    background-color: var(--secondary);
    content: "";
}

#stats .circle:nth-child(2n):after {
    background-color: var(--primary);
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.circle__wrapper {
    display: table;
    width: 90%;
    height: 90%;
    margin-top: 5%;
    margin-left: 5%;
}
  
.circle__content {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
}

#stats .circle:nth-child(2n),
#timeline .stage:nth-child(2n) {
   background-color: var(--primary);
}

#stats .circlelogo {
    height: 85px;
    width: auto;
    margin-bottom: 10px;
    margin-left: 10px;
}

#stats .circlelogo.landscape {
    height: 46px;
}

#stats .circle:last-of-type {
    margin-right: 0%;
}

.stage {
    background-color: var(--secondary);
    border-radius: 10px;
    min-height: 170px;
}

#timeline .stage {
    width: 12%;
    float: left;
    margin-right: 2.66666666666%;
    margin-top: 90px;
    position: relative;
    padding: 15px;
}

#timeline .stage:last-of-type {
    margin-right: 0%;
}

#timeline .stage:nth-child(2n) h4 {
    color: var(--secondary);
 }

#timeline .stage::after {
    display: block;
    content: "";
    right: -17px;
    left: initial;
    border-left-width: 18px;
    border-left-style: solid;
    border-right: none;
    border-color: var(--secondary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

#timeline .stage:last-of-type::after {
    display: none;
}

#timeline .stage:nth-child(2n)::after {
    border-color: var(--primary);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}


@media (max-width: 530px) {

    #stats .circle {
        width: 70% !important;
        margin-right: 0 !important;
    }

}


@media (max-width: 800px) {

    #stats .circle {
        width: 49%;
    }

    #stats .circle:nth-child(2),
    #stats .circle:nth-child(4),
    #stats .circle:nth-child(6) {
        margin-right: 0;
        float: right;
    }

  

}

section.section-content.top {
    padding-top: 0px;
}
section.section-content.bottom {
    padding-bottom: 0px;
}

@media (max-width: 1000px) {

    .section-content {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .section-content.following {
        padding-top: 0px;
    }

    .section-content.wide {
        padding: 30px 0px 0px 0px;
    }

    .section-wrap {
        min-height: 0;
    }

    #welcome.section-wrap {
        min-height: 50vh;
    }

    #welcome .section-content .column:last-of-type {
    }

    #imageContainer img,
    .overlay {
        animation: none;
    }

    .section-content .column {
        width: 100%;
    }

    .section-content .column.full-width {
        margin-top: 30px;
    }

}

@media (min-width: 1001px) {

    .section-content {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .section-wrap:nth-child(2n) .section-content.reverse,
    .section-wrap .section-content.reverse {
        flex-direction: row-reverse;
    }

    .section-wrap:nth-child(2n) .section-content.reverse .column:first-of-type,
    .section-wrap .section-content.reverse .column:first-of-type {
        margin-left: 9%;
        margin-right: 0;
    }

    #welcome .section-content {
        padding-top: 120px;
    }

    .section-content.following {
        padding-top: 30px;
    }
    
    .section-content .column:first-of-type {
        width: 100%;
    }

    .section-content.wide .column:first-of-type {
        width: 50%;
    }

    #thesite .section-content .column:first-of-type {
        width: 50%;
    }

    #vision .section-content .column:first-of-type {
        width: 50%;
        margin-right: 9%;
    }

   


    .section-content .column.wide:first-of-type {
        width: 100%;
        margin-right: 0%;
    }

    /* .section-content.onecolumn .column:first-of-type {
        width: 40%;
    } */
    
    .section-content .column {
        width: 41%;
    }

    #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: 58%;
        max-width: none;
    }

    #welcome .section-content .column:last-child {
        width: 20%;
        margin-left: 22%;
    }

}

@media (min-width: 1000px) and (max-width: 1301px) {

    #welcome .section-content .column {
        padding-right: 45px;
    }

    #welcome .section-content .column:last-child {
        padding-right: 0px;
    }

}

@media (min-width: 801px) and (max-width: 1200px) {

    #stats .circle {
        width: 32%;
    }

    #stats .circle:nth-child(3) {
        margin-right: 0;
    }

}

@media (min-width: 1201px) and (max-width: 1701px) {

    #stats .circle {
        width: 23.5%;
    }

    #stats .circle:nth-child(4) {
        margin-right: 0;
    }

}

@media (max-width: 1301px) {

    #welcome .section-content .column {
        width: 100%;
        max-width: none;
    }

    #welcome .section-content .column:last-child {
        width: 100%;
        margin-left: 0%;
        max-width: 300px;
        margin-top: 60px;
    }

    #welcome.section-wrap .circle {
    }

    #timeline .stage {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 30px;
        min-height: 0;
    }

    #timeline .stage::after {
        bottom: -35px;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top-width: 18px;
        border-top-style: solid;
        border-top-color: var(--secondary);
        left: 50%;
        transform: translateX(-50%);
        top: initial;
    }

    #timeline .stage:nth-child(2n)::after {
        border-color: var(--primary);
        border-top: 18px solid var(--primary);
        border-bottom: 18px solid transparent;
        border-left-color: transparent;
        border-right-color: transparent;
    }

}

@media (min-width: 1301px) and (max-width: 1400px) {

    #welcome .section-content .column:last-child {
        width: 27%;
        margin-left: 15%;
    }

    #welcome.section-wrap .circle p {
    }

}

@media (min-width: 1501px) {

    #welcome .section-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }

}

@media (min-width: 1401px) and (max-width: 1600px) {

    #welcome .section-content .column:last-child {
        width: 24%;
        margin-left: 18%;
    }

    #welcome.section-wrap .circle p {
        margin-top: -33%;
    }

}

@media (min-width: 1601px) and (max-width: 1700px) {

    #welcome .section-content .column:last-child {
        width: 22%;
        margin-left: 20%;
    }

    #welcome.section-wrap .circle p {
        margin-top: -30%;
    }

}

@media (min-width: 1701px) and (max-width: 1850px) {

    #welcome.section-wrap .circle p {
        margin-top: -30%;
    }

}


/* @media (min-width: 1001px) and (max-width: 1850px) {

    .section-content {
        padding-left: var(--sectionpadding);
        padding-right: var(--sectionpadding);
    }

} */





/*--------------------------------IMAGES--------------------------------*/


.image-container {
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.image-container img {
    height: auto;
    /* max-width: none; */
    max-height: 100vh;
    width: 100%;
}

.imagecollage2 figure, .collage figure{
    margin-top: 0px;
    margin-bottom: 0px;
}

.collage{
    margin-top: 35px;
    margin-bottom: 35px;
}
.imagecollage2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 45px;
}
.collage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

figure.nostyle{
    margin-top: 0px;
    margin-bottom: 0px;
}

figure.fullbleed figcaption {
    border-radius: 0 5px 0 0;
    position: absolute; 
    bottom: 0;
}

ul.ulpadding {
    padding-inline-start: 20px;
}


@media (max-width: 1000px) {

    ul.ulpadding{
        padding-inline-start: 15px;
    }

    .collage {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    figure.nostyle {
        margin-top: 10px;
    }
    .imagecollage2 figure, .collage figure {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    figure {
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
    }

    figure.fullbleed {
        position: relative;
        width: 100%;
        margin-top: 30px;
        overflow: visible;
        height: auto;
        border-bottom: none;
        max-height: none;
    }

    figure.fullbleed img {
        position: relative;
    }

    figure.fullbleed img.night {
        position: absolute;
        top: 0;
    }

    figure.fullbleed img {
        border-bottom: 2px solid var(--primary);
    }
    
    figure.fullbleed figcaption {
        border-radius: 0 0 5px 5px;
        position: relative; 
        bottom: 0;
    }

}

@media (min-width: 1001px) {

    .image-container {
        margin-top: calc(1.375em + 15px)
    }

}


figure img {
    width: 100%;
}

.circleimages{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.circleimages figure img {
    border-bottom: none !important;
}

@media (max-width:620px) {
    .circleimages{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.circleimages figure figcaption {
    display: inline-block;
    padding: 8px 10px;
    font-weight: 700;
    color: #41BABC;
    background-color: transparent;
    text-align: center;
    gap: 10px;
    bottom: inherit !important;
}
.circleimages figure img {
    border-bottom: none;
}

.imagecollage2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 90px;
}

.imagecollage2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 90px;
}

@media (max-width:1000px) {
    
    .imagecollage2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 45px;
    }

}

@media (min-width:1001px) {

    .imagecollage2 {
    }

}

@media (max-width:620px){
    .imagecollage2{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 30px;
}
}

.imagecollage {
    display: flex;
    gap: 30px;
}

img.rightimage {
    float: right;
    max-width: 80%;
}

figure {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}


figure img {
    border-bottom: 2px solid var(--primary);
}

figure img.noline,
.shape img {
    border-bottom: none;
}




.sticky {
    position: sticky;
    top: 150px;
}

.shape img {
    border-radius: 50% 50% 50% 0;
    width: 82%;
    position: relative;
    z-index: 1;
}

.shape::before {
    content: "";
    display: block;
    border-radius: 50% 50% 0 50%;
    width: 30%;
    background-color: var(--secondarylight);
    padding: 15% 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.dp {
    float: left;
    width: 100%;
    margin-left: 5%;
    position: relative;
    z-index: 1;
}



.dp:nth-child(2)::before { 
    border-radius: 50% 50% 50% 0;
    background-color: var(--textlight);
}

.dp:first-of-type {
    margin-left: 0;
}

.dp img {
    border-radius: 50% 50% 50% 0;
}

.dp:nth-of-type(2) img {
    border-radius: 50% 50% 0 50%;
}

figure a img:hover,
.flexslider a img:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
}

.flexslider li a:hover {
    color: var(--primary);
}

.flexslider figcaption,
#welcome.section-wrap figure figcaption,
.flex-caption {
    color: var(--textlight);
    font-size: var(--captiontext);
    width: auto;
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--secondary);
}

figure figcaption{
    display: inline-block;
    padding: 8px 10px;
    background-color: var(--primary);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
}



#proposals figure figcaption{
    background-color: var(--quaternary);
}

.circleimages figure figcaption{
    background-color: transparent !important;
}

#proposals figure img {
    border-bottom: 2px solid var(--quaternary);
        /* margin-top: 45px;
    margin-bottom: 45px; */
}

.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 (max-width: 800px) {

    .dp {
        float: none;
        width: 100%;
        margin-left: 0%;
    }

    .dp:first-child {
        margin-top: 0px !important;
    }

    .dp::before {
        width: 50%;
        padding: 25% 0;
        bottom: -10%;
        left: -50px;
    }

    .flexslider figure{
        margin-bottom: 0px !important;
    }
    .flexslider {
    margin: 0 0 30px !important;
    }

}

@media (min-width: 801px) and (max-width: 1000px) {

    .dp {
        margin-top: 0px !important;
    }

    .dp::before {
        bottom: -5%;
    }
    
}


@media (max-width: 1000px) {

    figure.fullbleed {
        position: relative;
        width: 100%;
        margin-top: 30px;
        overflow: visible;
        height: auto;
        border-bottom: none;
        max-height: none;
    }

    figure.fullbleed img {
        position: relative;
    }

    figure.fullbleed img.night {
        position: absolute;
        top: 0;
    }

    figure.fullbleed img {
        border-bottom: 2px solid var(--primary);
    }
    
    figure.fullbleed figcaption {
        border-radius: 0 0 5px 5px;
        position: relative; 
        bottom: 0;
    }

}

@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: 40px;
		margin-bottom: 20px;
	}
	.phone svg,
	.email svg,
	.post svg {
  		width: 50px;
  		height: 50px;
	}
	
}


/*-----Icons Desktop Width-----*/


@media (min-width: 1001px) {

	ul.icons {
		margin-top: 90px;
        margin-bottom: 45px;
	}
	
}


/* ------------------------Button------------------------ */
#haveyoursay a.submit {
    background-color: var(--senary);
    border: 3px solid var(--senary);
}

#haveyoursay .cta {
    background-color: transparent;
    margin-top: 30px;
}

#haveyoursay a.submit:hover {
    background-color: var(--primary);
    border: 3px solid var(--primary);
    color: var(--textlight);
}

.cta a:hover {
    color: var(--textlight);
}

#welcome .cta a {
    color: var(--textlight);
    background-color: var(--primary);
    transition: 0.5s;
    /* border: 3px solid var(--primary); */
}

#welcome .cta {
    margin-left: 25px;
    background-color: transparent;
}


.cta {
    background-color: var(--primary);
}

.cta a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    border-style: none;
    border-width: 0px;
    border-color: initial;
    border-radius: 0px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 14px;
    padding-right: 22px;
    padding-bottom: 14px;
    padding-left: 22px;
    display: inline-block;
    /* margin-top: 15px; */
}

/* .cta {
    border-top-color: #2B9C71;
} */

a.submit {
    border-radius: 7px;
}

.cta a {
    color: var(--textlight);
    background-color: #512d82;
    transition: 0.5s;
    border: 3px solid var(--primary);
}
.cta a:hover {
	color: var(--primary);
}

.cta p,
.cta a {
	font-weight: 700;
}

.cta a {
    font-size: 1em;
    line-height: 1.2;
}


@media (max-width: 1000px) {

    figure.col-width,
    figure.col-top {
        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: 10px;
    border-bottom: none;
}

#contact .iconlist:first-of-type {
}

#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(--textdark);
}

svg#Layer1 {
    width: 45px;
    height: 45px;
    float: left;
    margin-top: 0px;
    margin-right: 15px;
}

.phone {
    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: 65px;
}

ul.icons li {
	text-indent: 0;
	min-height: 40px;
	line-height: 1.1;
}

ul.icons li::before {
	content: "\E803";
	width: 40px;
	font-size: 40px;
	margin-right: 15px;
	float: left;
	clear: both;
	margin-top: -15px;
	color: #313649
} 

ul.icons li.insulation:before {
    background-image: url(../img/insulation.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    /* margin-left: -71px !important; */
    margin-bottom: 1px;
    margin-top: -25px;

}

ul.icons li.energy:before {
    background-image: url(../img/energy.svg);
    display: block;
    content: "";
    height: 50px;
    width: 60px;
    background-size: 100%;
    margin-top: -12px;
    margin-bottom: 1px;
}

ul.icons li.renewable:before {
    background-image: url(../img/renewable.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -4px;
}

ul.icons li.house:before {
    background-image: url(./icons/house.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.garden:before {
    background-image: url(./icons/garden.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.affhousing:before {
    background-image: url(./icons/affhousing.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.parking:before {
    background-image: url(./icons/parking.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.bike:before {
    background-image: url(./icons/bike.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.wheelchair:before {
    background-image: url(./icons/wheelchair.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.ewheelchair:before {
    background-image: url(./icons/ewheelchair.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.walk:before {
    background-image: url(./icons/walk.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.unevensurf:before {
    background-image: url(./icons/unevensurf.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.trees:before {
    background-image: url(./icons/trees.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.newtrees:before {
    background-image: url(./icons/newtrees.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}

ul.icons li.bins:before {
    background-image: url(./icons/bins.svg);
    display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -19px;
}





#proposals ul.icons li::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    width: calc(100% + 65px);
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -65px;
    background-color: var(--quaternary) !important;
    font-weight: 900;
}

#proposals ul.icons li {
    font-weight: 600;
}

ul.icons li::after {
	content: "";
	display: block;
	height: 1px;
	width: 58.5%;;
	margin-top: 30px;
    margin-bottom: 30px;
    background-color: var(--tertiary);
}

ul.icons li:last-child::after {
	display: none;
}


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: 40%;
    width: calc(100% + 65px);
    margin-top: 30px;
    margin-bottom: 30px;
	margin-left: -65px;
        background-color: var(--tertiary);
} */

ul.icons li:last-child::after {
    display: none;
}

ul.icons li a {
    color: var(--primary);  
}

#contact ul.icons li a {
    color: var(--textdark);  
}

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);
}

#contact ul.icons li a:hover {
    text-decoration: none;
    vertical-align: top;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, var(--quaternary) 50%);
    background-size: auto 175%;
    transition: background .2s ease-in-out;
    color: var(--textlight);
}


ul#benefits {
    margin-top: 75px;
}

ul#benefits li:before {
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    content: "\E803";
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -50px;
    line-height: 24px;
    position: absolute;
    left: -40px;
    text-align: center;
    font-family: mkicons;
    font-size: 49px;
    line-height: 54px;
    z-index: 110000000000;
    margin-left: 0;
    background-color: var(--primary);
    font-weight: 400;
}

ul#benefits li {
    margin-left: 40px;
    background-color: rgba(204, 233, 5, 0.3);
    padding: 20px 20px 20px 30px;
    border-radius: 5px 50px 50px 10px;
    margin-bottom: 30px;
    font-weight: 600;
}

ul#benefits li.jobs:before {
    content: "\E806";
}

ul#benefits li.homes:before {
    content: "\E805";
}

ul#benefits li.park:before {
    content: "\E801";
}

ul#benefits li.education:before {
    content: "\E804";
}

ul#benefits li::after {
    display: none;
}




/*--------------------------------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: 100%;
    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: 20px;
}

.arrow-container {
    writing-mode: vertical-lr;
    text-orientation: sideways;
    font-weight: 700;
    font-size: 1em;
    position: sticky;
    top: 50vh;

    margin: 200px 0;
    transform: translateY(-50%);
    /*bottom: 100px;
    transform: translateZ(-1px) scale(2);*/
}

 .arrow-container a {
    text-decoration: none;
    color: var(--textdark);
}

 .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(--textdark);
}

.arrow::after, 
.arrow .arrow::after {
    border-color: var(--textdark);
}

.arrow.is-triangle::after, 
.arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: var(--textdark);
}

/*.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(--textlight)
}


/*.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(--textlight);
}

/*.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(--textlight);
}

#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);
}

#start.arrow-container {
    position: absolute;
    top: 0%;
    transform: translateY(0%);
    margin: 0;
}

#start.arrow-container a:hover .arrow.arrow-bar::before {
    height: 135px;
}

#start .arrow {
    margin-top: 125px;
}

#start.arrow-container a:hover .arrow {
    margin-top: 135px;
}

#start .arrow.arrow-bar::before {
    height: 130px;
}

#start .arrow.is-triangle::after {
    border-width: 0 0 16px 16px;
}

@media (max-width: 1000px) {

    .arrow-wrap {
        display: none;
    }

    img.imglogo {
    max-width: 146px;
    float: none;
    margin-bottom: 20px;
}

}



/*--------------------------------WELCOME SECTION--------------------------------*/


#title {
    width: 100%;
    z-index: 1;
    display: block;
}

.client {
    width: 160px;
    height: 45px;
}


img.imglogo {
    max-width: 146px;
    float: none;
    margin-bottom: 20px;
}



#title h1 {
    display: inline-block;
    margin-bottom: 30px;
} 

#title h1 span {
    display: block;
    font-weight: normal;
}

#title h1::after {
    content: "";
    display: none;
    height: 3px;
    width: 100%;
    background-color: var(--secondary);
    margin: 45px 0;
}

#title h2::after {
    display: none;
}  

#welcome h2 {
    margin-bottom: 40px;
}  

.intro {
    position: relative;
    width: 66%;
}

#haveyoursay b{
    color: var(--senary);
}

p.welcomep {
    margin-left: 30px;
}

@media (max-width: 1000px) {

    .intro {
    position: relative;
    width: 100%;
}

.background {
    display: none;
}

}

@media (max-width: 600px) {

    

    .client {
        width: 110px;
        height: 31px;
    }

}

@media (min-width: 1001px) and (max-width: 1300px) {

    /* #title {
        width: 70%;
    } */
    

}


@media (max-width: 1300px) {

    #welcome h2 {
        max-width: 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(--secondary);
    border: 2px solid var(--textlight);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.4);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.4);
    box-shadow: 0px 0px 7px rgba(0,0,0,.4);
}

.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);
}

.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 {
        margin-top: 60px;
        padding-top: 15px;
    }

    #benefits.icons {
        border-top: none;
    }

    .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 {
	padding-inline-start: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.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: var(--textlight) !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 ;
		margin-bottom: 60px ;
	}
	
}


/*--------------------------------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;
}



/*--------------------------------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;
    width: 100%;
}

.flex-viewport {
    border-radius: 5px 5px 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: var(--quaternary);
    text-shadow: none !important;
    background-image: none !important;
    font-weight: 400 !important;
}

.flex-direction-nav a:before {
    font-size: 30px !important;
    color: var(--textlight) !important;
    text-shadow: none !important;
	width: 50px;
	height: 50px;
	padding: 5px;
	text-align: center;
    background-image: none !important;
}

.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: 60px !important;
		margin-bottom: 60px !important;
	}

    .flexslider.col-top {
		margin-top: 0px !important;
	}
	
}


/*--------------------------------TIMELINE--------------------------------*/


@font-face {
    font-family: 'mkicons';
    src: url("icons/mkicons.eot");
    src: url("icons/mkicons.eot#iefix") format('embedded-opentype'), 
        url("icons/mkicons.woff") format('woff'), 
        url("icons/mkicons.ttf") format('truetype'), 
        url("icons/mkicons.svg#mkicons") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontello';
    src: url("icons/fontello.eot");
    src: url("icons/fontello.eot#iefix") format('embedded-opentype'), 
        url("icons/fontello.woff") format('woff'), 
        url("icons/fontello.ttf") format('truetype'), 
        url("icons/fontello.svg#fontello") format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa-arrow-down:before {
    font-family: 'fontello';
    content: '\E801';
    font-style: normal !important;
    
}

.fa {
    display: inline-block;
    font: normal normal normal 62px / 1 FontAwesome;
    font-size: 50px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-decoration: none;
    margin: auto;
    margin: 0 auto ;
    color: #839F37;
}

.fa:hover{
    color: var(--primary);
}
.arrow2 {
    margin: auto !important;
    text-align: center;
}

.arrow2.margin{
    margin-top: 40px !important;
}




.diagramback {
    display: block;
    position: relative;
    padding-top: 1px;
    margin-top: 60px;
}

.diagramback::before {
    background-image: url(../img/NorthMiltonKeynesbackgroundGrid.svg);
    background-size: 150%;
    display: block;
    content: "";
    position: absolute;
    width: 50vw;
    width: calc(50vw + 60px);
    height: 100%;
    left: -60px;
    top: 0;
    border-bottom: 1px solid rgba(204, 244, 5, 0.6);
}

.diagramheader {
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
    margin-top: 75px;
    background-color: var(--primary);
    border: 6px solid var(--textdark);
    border-radius: 50px;
    padding: 10px 0;
}

.diagramfooter {
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
    line-height: 10rem;
    border-radius: 50px;
    margin-bottom: 0;
}

.half-circle {
    height: 10rem;
    width: 20rem;
    border-radius: 10rem 10rem 0 0;
    background-color: var(--primary);
    display: block;
    margin: -15px auto 0 auto;
    border-top: 6px solid var(--textdark);
    border-left: 6px solid var(--textdark);
    border-right: 6px solid var(--textdark);
    z-index: 1;
    position: relative;
}



/*--------------------------------Animation--------------------------------*/


#direction-cyclist {
    display: inline-block;
    position: absolute;
    top: -12%;
    left: 8%;
    width: 79%;
    height: 100%;
    background-image: url(../img/Cyclist1lefttoright_sequence1.svg);
    background-repeat: no-repeat;
    background-size: 1000%;
    -webkit-animation: walkanim 1.5s infinite steps(9);
    -moz-animation: walkanim 1.5s infinite steps(9);
    animation: walkanim 1.5s infinite steps(9);
}

#cyclist-background {
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0%;
    /* background-image: url(../mask.svg); */
    background-repeat: no-repeat;
    background-size: 100%;
    -moz-box-shadow: inset 50px 0px 50px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 50px 0px 50px rgba(255, 255, 255, 1);
    box-shadow: inset 50px 0px 50px rgba(255, 255, 255, 1);
}

#cyclist-background::after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    -moz-box-shadow: inset -50px 0px 50px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset -50px 0px 50px rgba(255, 255, 255, 1);
    box-shadow: inset -50px 0px 50px rgba(255, 255, 255, 1);
    position: absolute;
}

#cyclist-background > div {
    display: inline-block;
    background-image: url(../img/cyclistbackground2.svg);
    background-size: 50% auto;
    background-repeat: repeat-x;
    position: absolute;
    top: 25%;
    left: 5%;
    width: 200%;
    height: 150%;
    animation: slide 7s linear infinite;
    z-index: -1;
}

.columnanimcontainer {
    position: relative;
}

.columnanimcontainer svg.guide {
    width: 90%;
    margin: 0 auto;
    visibility: hidden;
}



#contact .cls-1 {
    fill: #fff !important;
}

#contact #logo {
    width: 100%;
    height: auto;
}

#contact #logo #arrowstem, 
#contact #logo #arrowhead {
    stroke: var(--primary);
}

#contact #logo .cls-1 {
    fill: none !important;
}

@keyframes walkanim {
	to { background-position: 100% 0;}
 }

 @keyframes slide {
	0% {
	  transform: translate(100%);
	}
	100% {
	  transform: translate(-100%);
	}
}

/*--------------------------------FAQS--------------------------------*/


.accordion {
    width: 100%;
   margin: 0px auto;
}

.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;
    text-transform: uppercase;
    position: relative;
    color: var(--textdark);
    font-size: var(--bodytext);
}

.tab-label::after {
    content: "\002B";
    padding: 1px;
   height: 30px;
   width: 30px;
    text-align: center;
   position: absolute;
   top: 20px;
   left: 0px;
   font-size: 1.625em;
   font-family: Arial, sans-serif;
   line-height: 30px;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   background-color: var(--primary);
   color: #ffffff;
}

.tab-label:hover::after {
   background-color: var(--primary);
}

.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;
    border-bottom-color: var(--primary);
    margin-top: -5px;
}

.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 {
   position: absolute;
     opacity: 0;
     z-index: -1;
}


b{
    color: var(--secondary);
}

.feedbackforn{
    margin-bottom: 40px;
}

li strong{
    color: var(--secondary);
}

#contact li strong{
    color: var(--quaternary);
}


/*-----Form Popups-----*/

@media (max-width: 745px) {
	
	div#message {
        padding-top: 200px;
    }
	
}

@media (min-width: 1000px) {
	
	div#message {
        padding-top: 200px;
    }
	
}

.form-popup#feedbackform, 
.form-popup#registration {
    z-index: 99999999999999;
}

.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(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(48, 48, 48, 0.75);
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    overflow-y: scroll;
}

.popup-content {
    background-color: #ffffff;
    position: relative;
    width: 80%;
    padding: 0px;
    -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);
}

.cancel {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    border-width: 2px;
    border-style: solid;
    font-weight: 900;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px var(--primary);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: 0.35s;
    background-color: #0D132F;
    color: #ffffff;
    border-color: #ffffff;
}

.cancel:hover {
    background-color: var(--secondary);
}

.popup-content p.disclaimer {
    text-align: left;
    margin-top: 0px;
    padding: 0 30px 30px 30px;
}

.popup-content p {
    color: var(--textlight) !important;
}

#consultation b{
    color: var(--quinary);
}
.disclaimer {
    font-size: 0.75em;
    line-height: 1.3;
}

@media (max-width: 1000px) {
    .form-popup {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .popup-content {
        margin: 40px auto;
        width: 90%;
    }
}

@media (min-width: 1001px) {
    .popup-content {
        margin: 60px auto;
    }
}


.form-popup#message {
	display: flex;
	overflow-y: auto;
}

.form-popup#message .popup-content {
	padding: 20px;
    background-color: var(--primary);
}

.form-popup#message .popup-content p {
	font-weight: 700;
	color: #000000;
	line-height: 1.3em;
}

#message h2{
	margin-top: 0px;
	margin-bottom: 25px;
    font-size: 1.2em;
}

@media (max-width: 620px) {
	li span{
		display: none;
	}
}

@media (min-width: 1001px) and (max-width: 1200px) {

	li span{
		display: none;
	}
}

img.rightimage.last {
    width: 80%;
    float: right;
    /* padding: 20px; */
    margin: 5px 0 20px 20px;
}

/*-----Calendar Animation-----*/


.container {
    position: absolute;
    top: 0%;
    left: -60px;
    font-family: var(--body-fonts);
}

.calendar {
    width: 45px;
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    box-shadow: 0 14px 14px -10px rgba(0,0,0,0.25);
}

.calendar:before {
    position: absolute;
    content: '';
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.calendar:after {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    z-index: -1;
}

.calendar__month {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 18px;
    background-color: var(--quinary);
    color: var(--primary);
    font-size: 10px;
}

.calendar__day {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    background-color: white;
    color: var(--primary);
    font-size: 12px;
}

ul.webinar li {
    position: relative;
    color: #fff;
    margin-left: 60px;
    /* margin-bottom: 30px; */
    /* padding-top: 5px; */
    font-size: 1.25em;
    font-weight: 600;
}

ul.webinar li::after{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--quinary);
    margin: 15px 0 15px 0;
    opacity: 0.3;
}

ul.webinar li:last-child:after{
display: none;
}

#consultation p b{
    color: var(--quinary);
    font-size: 0.9em;
}

p.noafter{
     margin-bottom: 0px !important;
}

#events ul.webinar li {
    font-size: 1em;
}

.maincontent #events li a {
    font-weight: 700;
}

.dp ul.webinar li {
    color: var(--textdark)
}

@media (max-width: 1000px) {
    ul.webinar li {
        font-size: 1em;
    }
    ul.webinar {
    width: 100% !important;
}
}

ul.webinar {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-top: 30px;
    background-color: #e8870985;
    padding: 40px;
    border-radius: 5px;
    width: 100%;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

ul.webinar p strong::after{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--quinary);
    margin: 25px 0 25px 0;
}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.clockbox,
#clock,
#clock2,
#clock3,
.locationbox,
.box {
    width: 45px;
    position: absolute;
}

.clockbox,
.locationbox {
    left: -60px;
    height: 45px;
    margin-top: -36px
}

/* Clock styles */
.circle {
    fill: none;
    stroke: #fff;
    stroke-width: 25;
    stroke-miterlimit: 10;
}

.mid-circle {
    fill: #fff;
}

.hour-marks {
    fill: none;
    stroke: #fff;
    stroke-width: 25;
    stroke-miterlimit: 10;
}

.hour-arm,
.hour-arm2,
.hour-arm3 {
    fill: none;
    stroke: #fff;
    stroke-width: 33;
    stroke-miterlimit: 10;
}

.minute-arm,
.minute-arm2,
.minute-arm3 {
    fill: none;
    stroke: #fff;
    stroke-width: 27;
    stroke-miterlimit: 10;
}

.second-arm,
.second-arm2,
.second-arm3 {
    fill: none;
    stroke: var(--quinary);
    stroke-width: 19;
    stroke-miterlimit: 10;
}

/* Transparent box ensuring arms center properly. */
.sizing-box {
    fill: none;
}

/* Make all arms rotate around the same center point. */
/* Optional: Use transition for animation. */
#events .hour-arm2,
#events .hour-arm3,
#events .minute-arm2,
#events .minute-arm3,
#events .circle,
#events .hour-marks {
    stroke: var(--quinary);
}

#hour,
#minute,
#second,
#hour2,
#minute2,
#second2,
#hour3,
#minute3,
#second3 {
    transform-origin: 300px 300px;
    /* transition: transform .5s ease-in-out; */
}

.box {
  display: block;
  margin: auto;
  background: none;
  animation: updown 1s ease 0.2s infinite;
  z-index: 99;
}

.container1 {

}

.circle2 {
  position: relative;
  background-color: var(--quinary);
  width: 45px;
  height: 45px;
  margin: auto;
  padding: 0;
  top: 0px;
  border-radius: 50%;
}

.inner {
  position: relative;
  background-color: white;
  width: 15px;
  height: 15px;
  margin: auto;
  padding: 0;
  top: 15px;
  border-radius: 50%;
  z-index: 3;
}

.square {
  position: relative;
  background-color: var(--quinary);
  width: 25px;
  height: 25px;
  margin: auto;
  padding: 0;
  bottom: 21px;
  transform: rotate(-45deg);
  z-index: 2;
  border-bottom-left-radius: 4px;
}

.shadow {
  position: relative;
  background-color: black;
  width: 45px;
  height: 10px;
  border-radius: 50%;
  margin: auto;
  padding: 0;
  top: 55px;
  opacity: 0.20;
  z-index: 0;
  animation: shadow 1s ease 0.2s infinite;
}

/*-----Globe Animation-----*/


.globe {
    width: 45px;
    height: 45px;
    position: absolute;
    margin-left: -60px;
}

.globe svg {
    animation: updown 1.5s ease 0.2s infinite;
    fill: var(--primary)
}

.globe .shadow {
    top: 5px;
    animation: shadow 1.5s ease 0.2s infinite;
}

@keyframes updown {
    0%   {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(8px);
    }
  
    100% {
      transform: translateY(0px);
    }
}

@keyframes shadow {
    0%   {
      transform: scale(1);
      opacity: 0.20;
    }

    50% {
      transform: scale(0.95);
      opacity: 0.28;
    }
  
    100% {
      transform: scale(1);
      opacity: 0.20;
    }
}


#message .section-content {
    padding-bottom: 0px !important;
}

#SurveyEngineBody {
    background: #b0b0b000 !important;
    background-size: cover;
}

/*--------------------------------PROPOSALS & CONTACT ICONS--------------------------------*/

@font-face {
	font-family: 'southmeltoncontact';
	src: url("icons/southmeltoncontact.eot");
	src: url("icons/southmeltoncontact.eot#iefix") format('embedded-opentype'), 
		url("../CSS/icons/southmeltoncontact.woff") format('woff'), 
		url("../CSS/icons/southmeltoncontact.ttf") format('truetype'), 
		url("../CSS/icons/southmeltoncontact.eot.svg#southmeltoncontact") format('svg');
	font-weight: normal;
	font-style: normal;
  }

  ul.icons.contact li::before {
	font-family: 'southmeltoncontact';
	content: "\E801";
	width: 40px;
	font-size: 40px;
	margin-right: 15px;
	float: left;
	clear: both;
	margin-top: -15px;
	color: var(--quaternary);

}
ul.icons.contact  li.phone::before {
	content: "\E810";
}

ul.icons.contact  li.email::before {
	content: "\E801";
}
ul.icons.contact  li.post::before {
	content: "\E807";
}

@font-face {
	font-family: 'southmelton';
	src: url("icons/southmelton.eot");
	src: url("icons/southmelton.eot#iefix") format('embedded-opentype'), 
		url("../CSS/icons/southmelton.woff") format('woff'), 
		url("../CSS/icons/southmelton.ttf") format('truetype'), 
		url("../CSS/icons/southmelton.eot.svg#southmelton") format('svg');
	font-weight: normal;
	font-style: normal;
  }

  ul.icons li::before {
	font-family: 'southmelton';
	content: "\E803";
	width: 40px;
	font-size: 40px;
	margin-right: 15px;
	float: left;
	clear: both;
	margin-top: -15px;
	color: var(--quaternary);

}

@media (max-width: 890px) {

	ul.icons li::before {
		font-family: 'southmelton';
		content: "\E803";
		width: 40px;
		font-size: 40px;
		margin-right: 15px;
		float: left;
		clear: both;
		margin-top: -15px;
		color: var(--quaternary);
	
	}
	
}

/*-----Colours Proposals, Downloads & Contact Icons List-----*/


/*Proposals*/

ul.icons li::after {
	background-color: #132a3e;
}

ul.icons li::before {
	color: #132a3e;
}

/*Downloads*/

ul.downloads li a {
    color: var(--primary);
    padding: 5px;
}

ul.downloads li a:hover {
    color: var(--secondary);
    padding: 5px;
}

/*Contact*/

ul.icons.contact li::after,
ul.downloads li::after{
	background-color: var(--primary);
}

ul.icons.contact {
	border-top-color: var(--quaternary);
}

/*--------------------------------REGISTER CTA--------------------------------*/


.register-wrap {
    /* max-width: 77rem; */
    /* width: calc(100% - 3em); */
    /* margin-left: 20px; */
    /* margin-right: 50px; */
    padding: 20px 20px;
    text-align: center;
}



.register-wrap.webinarsec {
    max-width: 77rem;
    width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    text-align: left;
}
.register-wrap p {
	display: inline-block;
    margin-right: 15px;
}

.register-wrap.footer p {
    margin: 7px !important;
    color: var(--textlight);
}
.register-wrap p a {
	text-decoration: none;
}

.register-wrap .submit {
	margin-left: 15px;
}


/*-----Register CTA Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	.register-wrap .submit {
		margin-left: 0;
		margin-top: 15px;
		display: block;
	}
	
}

@media (min-width: 1000px) and  (max-width: 1355px) {
    #consultation .register-wrap p {
        margin-bottom: 15px !important;
    }
}

@media (min-width: 1000px) and  (max-width: 1230px) {
    #proposals .register-wrap p {
        margin-bottom: 15px !important;
    }
}
@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%);
    }

}

/*--------------------------------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%);
    background-color: var(--primary);
}

ul.timeline li {
	width: 47%;
    width: calc(50% - 50px);
	font-size: 16px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 20px;
    background-color: var(--primary);
    border-radius: 10px;
    color: var(--textlight);
}

ul.timeline li.current {
    background-color: #8fc303;
    color: var(--primary);
}

ul.timeline li.complete {
    background-color: var(--tertiary);
    color: var(--textlight);
}

ul.timeline li a {
    color: var(--textlight);
}

ul.timeline li strong {
    color: var(--textlight);
}

ul.timeline li.current strong {
    color: var(--textlight);
}
ul.timeline li.current {
    color: var(--textlight);
}

ul.timeline li.complete strong {
    color: var(--textlight);
}

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: bold;
	width: 30px;
	height: 30px;
	margin-top: -5px;
	line-height: 24px;
	position: absolute;
	left: -46px;
	text-align: center;
    background-color: var(--secondary);
    border-color: var(--primary);
    color: transparent;
}

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;
    border-right-color: var(--primary);
}

ul.timeline li strong {
	display: block;
	margin-bottom: 3px;
}

ul.timeline li.current::after {
	border-right-width: 10px;
	border-right-style: solid;
    border-right-color: #8fc303 !important;
}

ul.timeline li.complete::after {
	border-right-width: 10px;
	border-right-style: solid;
    border-right-color: var(--secondary);
}

/*---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;
	}

    ul.timeline li.current::after {
        border-right-color: var(--secondary);
    }

    ul.timeline li.complete::after {
        border-right-color: var(--textdark);
    }
}

@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;
        border-left-color: var(--primary);
	}

    ul.timeline li.current:nth-child(odd)::after {
        border-left-color: #8fc303;
    }

    ul.timeline li.complete:nth-child(odd)::after {
        border-left-color: var(--tertiary);
    }
	
	ul.timeline li.current:nth-child(odd)::after {
		border-left-width: 10px;
		border-left-style: solid;
		border-right: none;
	}
	ul.timeline li:before {
    	left: -65px;
	}
    ul.timeline li:nth-child(odd)::before {
        right: -65px;
    	left: initial;
	}
}


@media (min-width: 769px) and (max-width: 875px) {
	
}

@media (min-width: 876px) and (max-width: 999px) {
	
}

@media (min-width: 1000px) {
	ul.timeline li:nth-child(odd)::before {
    	
	}
	
}

@media (min-width: 1100px) {
	ul.timeline li:nth-child(odd)::before {
    	
	}
	
}

@media (min-width: 1200px) {
	ul.timeline li:nth-child(odd)::before {
    	
	}
	
}

#SurveyEngineBody {
    background: #b0b0b000 !important;
    background-size: cover;
}

iframe {
    width: 1px;
    min-width: 100%;
    margin-top: 35px;
}

.paragraphm {
    margin-right: 12%;
}

@media(max-width: 1000px) {

    .paragraphm {
    margin-right: inherit;
    
}

}



