/* CSS Document */


:root {
    margin: 0;
    padding: 0;
    --primary: #433386;
    --secondary: #DB599B;
    --tertiary: #56BEC7;
    --quaternary: #546268;
    --secondarylight: rgba(204, 244, 5, 0.1);
    --background: #f5f9ff;
    --textdark: #1d1d1d;
    --textlight: #FFFFFF;
    --primarylight: #C4C5CE;
    --shadow: #464646;
    --heading-fonts: Arial,Helvetica Neue,Helvetica,sans-serif;
    --body-fonts: Arial,Helvetica Neue,Helvetica,sans-serif; 
    --line-height: 1.4;
    --section-max-width: 1640px;
    --section-width: calc(100% - 3em);
    --sectionpadding: 70px;
    --transition: 0.3s;
    --large-header-height: 90px;
    --small-header-height: 70px;
    --bodytext: 1.125em;
    --mobilebodytext: 1em;
    --footertext: 0.875em;
    --captiontext: 0.875em;
    --heading-font-optical-sizing: auto;
    --body-font-optical-sizing: auto;
    --smush-placeholder-width: 1400px;
    --smush-placeholder-aspect-ratio: 1400 / 248;
}





/* --------------Cookies-------------------------------------- */




/*--------------------------------TEXT--------------------------------*/

#survey p strong{
    color: white;
}
p.page-no {
    font-weight: 600;
    margin-bottom: 45px;
    width: 100%;
}

.section-wrap:nth-child(3n) p.page-no,
.section-wrap:nth-child(3n+1) p.page-no {
    color: var(--quaternary);
}

h1 {
    color: #546268;
}

h1 span {
    color: var(--primary);
    font-size: 1.5em;
    gap: 20px;
    display: block;
    margin-top: 15px;
}


h1 strong {
    color: var(--secondary);
}

h1 strong {
    color: var(--secondary);
}

h2 {
    color: var(--primary);
}

#faqs h2 {
    color: var(--secondary);
}


#plans h2{
    color: var(--primary);
}

#policy h2{
    color: var(--secondary);
}

#haveyoursay h2{
    color: var(--primary);
}

.section-wrap:nth-child(3n) h2 {
    color: var(--tertiary);
}

h3 {
    color: var(--quaternary);
    font-weight: 600;
}

#welcome h3 {
        margin-bottom: 15px;
        font-weight: 400;
}

h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 10%;
    background-color: var(--quaternary);
    margin-top: 20px;
    margin-bottom: 20px;
}

#welcome h3::after {
display: none;
}

#welcome.section-wrap h3,
.section-wrap:nth-child(3n) h3 {
    color: var(--quaternary);
}

#welcome.section-wrap h3 {
    margin-left: 45px;
}

/* .section-wrap:nth-child(3n+1) h2,
.section-wrap:nth-child(3n+1) h3 {
    color: var(--primary);
} */

h4 {
    margin-bottom: 15px;
}

p {
    color: var(--textdark);
    font-weight: 500;
    margin-bottom: 15px;
}

#welcome.section-wrap p {
    color: #546268;
}

.maincontent p a,
.maincontent h3 a {
    text-decoration: none;
    vertical-align: top;
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--secondary) 50%);
    background-size: auto 175%;
    transition: background .2s ease-in-out;
    color: var(--secondary);
}

.maincontent p a:hover,
.maincontent h3 a:hover {
    color: var(--textlight);
    background-position-y: 100%;
    transition: .2s ease-in-out;
}

.maincontent #welcome p a,
.maincontent #welcome h3 a {
    color: var(--secondary);
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--secondary) 50%);
}

.maincontent #welcome p a,
.maincontent #welcome h3 a {
    color: var(--secondary);
}

.maincontent #welcome h3 a:hover,
.maincontent #welcome p a:hover {
    color: var(--textlight);
}

.maincontent #welcome h3 a::after,
.maincontent #welcome p a::after {
    background-color: var(--secondary);
}

.maincontent .section-wrap:nth-child(3n+1) h3 a,
.maincontent .section-wrap:nth-child(3n+1) p a {
    color: var(--textlight);
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--textlight) 50%);
}

.maincontent .section-wrap:nth-child(3n+1) h3 a:hover,
.maincontent .section-wrap:nth-child(3n+1) p a:hover {
    color: var(--secondary);
}

.maincontent .section-wrap:nth-child(3n+1) h3 a::after {
    background-color: var(--textlight);
}


@media (max-width: 1000px) {

    p.page-no {
        font-size: 1em;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }

    h1, h2 {
        font-size:2em;
        line-height: 1.0666666666666667em;
        margin-bottom: 25px;
        max-width: 360px;
    }

    #welcome h1,#welcome h2 {
        font-size: 1.4em;
        line-height: 1.0666666666666667em;
        margin-bottom: 25px;
        max-width: 360px;
    }

    h3 {
        margin-bottom: 20px;
        font-size: 1.3em;
    }

    p, h4 {
        font-size: var(--mobilebodytext);
    }

    #welcome.section-wrap p {
        margin-left: 45px;
    }

    .maincontent #welcome p a {
        pointer-events: all;
    }

}

@media (min-width: 1001px) {

    h1, h2 {
        font-size: 1.9em;
        line-height: 1.0666666666666667em;
        margin-bottom: 45px;
    }

    h3 {
        margin-bottom: 30px;
        font-size: 1.25em;
    }

    h4 {
        font-size: var(--bodytext);
    }

    p, ul li{
        color: var(--textdark);
        margin-bottom: 15px;
        font-weight: 500;
        font-size: var(--bodytext);
        line-height: 1.375em; 
    }
    
    p.page-no {
        font-size: 1.375em;
    }

}

@media (min-width: 1001px) and (max-width: 1450px) {

    /* h1, h2 {
        font-size: 3.25em;
    } */

}





/*--------------------------------CALLOUT--------------------------------*/


.callout {
    padding: 25px;
    border-radius: 5px;
	background-color: var(--primary);
}

.callout h4 {
    color: var(--secondary);
}

.callout p {
    color: var(--textlight);
}

.section-wrap:nth-child(3n) .callout {
    background-color: var(--secondary);
}

.section-wrap:nth-child(3n) .callout h4 {
    color: var(--textlight);
}

.section-wrap:nth-child(3n) .callout p {
    color: var(--primary);
}

.section-wrap:nth-child(3n) .callout p a {
    color: var(--textlight);
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--textlight) 50%);
}

.section-wrap:nth-child(3n+1) .callout p a {
    color: var(--secondary);
    background-image: linear-gradient(rgba(0,0,0,0) 50%, var(--secondary) 50%);
}

.section-wrap:nth-child(3n+1) .callout p a:hover {
    color: var(--primary);
}

.section-wrap:nth-child(3n) .callout p a:hover {
    color: var(--secondary);
}

.section-wrap:nth-child(3n) .callout p a::after, 
.section-wrap:nth-child(3n) .callout h3 a::after {
    background-color: var(--textlight);
}


@media (max-width: 1000px) {

    .callout {
        margin-top: 60px;
    }

}
/*
.callout .bus{
    margin-top: 40px;
}*/

@media (min-width: 1001px) {

    .callout.col-width {
        width: 37%;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    .section-content .column:first-of-type .callout {
        margin-top: 50px;
    }

    #bus .callout {
        margin-top: 60px;
    }

}

#plans .callout {
    width: 100%;
    padding: 50px;
}

.calloutlogo {
    width: 33%;
    padding: 10px;
}

.calloutlogo img {
    width: 155px;
}

.callouttext {
    padding: 10px;
}




/*--------------------------------HEADER--------------------------------*/


#masthead {
    position: fixed;
    background-color: #A9B7BE;
    width: 100%;
    top: 0;
    transition: var(--transition);
    z-index: 999999999;
}


/*-----Header Small Device Width-----*/

@media (max-width: 1300px) {
    
    .headercontent,
    .section-content,
    #footer-wrap {
        padding: 20px;
    }

    .headerlogo {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    #masthead.nav-up {
        top: calc(var(--small-header-height) * -1);
    }
    
}


/*-----Header Desktop Width-----*/

@media (min-width: 1301px) {

    #masthead {
        height: var(--large-header-height);
    }

    #masthead.nav-up {
        top: calc(var(--large-header-height) * -1);
    }
    
    
    .headercontent,
    .section-content,
    #footer-wrap {
        max-width: var(--section-max-width);
        width: var(--section-width);
        margin-left: auto;
        margin-right: auto;
    }

    .headerlogo {
        margin-top: 10px;
    }

}

@media (min-width: 1001px) and (max-width: 1850px) {

    .headercontent,
    #footer-wrap {
        padding-left: var(--sectionpadding);
        padding-right: var(--sectionpadding);
    }

}



/*------------------------------NAVIGATION------------------------------*/


nav ul {
	padding-inline-start: 0px;
}

nav ul li {
	padding-left: 0;
	list-style: none;
	position: relative;
    font-weight: 500;
}

nav ul li a {
    transition: var(--transition);
        color: var(--textlight);
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 3px;
}


nav ul li:nth-child(2) a {
  text-decoration-color: var(--primary);
}

nav ul li:nth-child(3) a {
  text-decoration-color: var(--tertiary);
}

nav ul li:nth-child(4) a {
  text-decoration-color: var(--secondary);
}

nav ul li:nth-child(5) a {
  text-decoration-color: var(--primary);
}
nav ul li:nth-child(6) a {
  text-decoration-color: var(--tertiary);
}
nav ul li:nth-child(7) a {
  text-decoration-color: var(--secondary);
}
nav ul li:nth-child(8) a {
  text-decoration-color: var(--primary);
}

nav ul li a:hover {
    color: var(--primary);
}



/*-----Navigation Small Device Width-----*/


@media (max-width: 1300px) {
	
    #menu-icon {
		display: block;
	}

    nav ul {
        display: none;
        height: 100vh;
        width: calc(100% + 40px);
        flex-direction: column;
        justify-content: center;
        margin-left: -20px;
        padding-bottom: calc(var(--small-header-height) / 2);
    }

    nav ul li {
        line-height: 1.1;
        display: block;
        float: none;
        text-align: center;
        -webkit-animation: fadeOut 0.3s ease forwards;
        -moz-animation: fadeOut 0.3s ease forwards;
        animation: fadeOut 0.3s ease forwards;
        text-transform: uppercase;
    }

    nav ul.open li {
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%);
        -webkit-animation: slideIn 0.3s ease forwards;
        -moz-animation: slideIn 0.3s ease forwards;
        animation: slideIn 0.3s ease forwards;
        text-align: center;
        animation-delay: 0.3s;
    }

    nav ul li.current {
        color: var(--secondary);
        background-color: rgba(255,255,255,0.1);
    }

    nav ul li {
        padding: 5px 0;
    }
	
	/*Hamburger Icon*/

	#menu-icon {
		width: 40px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 300;
		-webkit-transform: rotate(0deg);
  		-moz-transform: rotate(0deg);
  		-o-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: .5s ease-in-out;
  		-moz-transition: .5s ease-in-out;
  		-o-transition: .5s ease-in-out;
  		transition: .5s ease-in-out;
	}

	#menu-icon:focus {
		outline: none;
	}

	#menu-icon span {
  		display: block;
  		position: absolute;
  		height: 6px;
  		width: 100%;
  		opacity: 1;
  		left: 0;
  		-webkit-transform: rotate(0deg);
  		-moz-transform: rotate(0deg);
  		-o-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: .25s ease-in-out;
  		-moz-transition: .25s ease-in-out;
  		-o-transition: .25s ease-in-out;
  		transition: .25s ease-in-out;
	}

	#menu-icon span:nth-child(1) {
  		top: 0px;
	}

	#menu-icon span:nth-child(2) {
  		top: 12px;
	}

	#menu-icon span:nth-child(3) {
  		top: 24px;
	}

	#menu-icon.active span:nth-child(1) {
  		top: 12px;
  		-webkit-transform: rotate(135deg);
  		-moz-transform: rotate(135deg);
  		-o-transform: rotate(135deg);
  		transform: rotate(135deg);
	}

	#menu-icon.active span:nth-child(2) {
  		opacity: 0;
  		left: -60px;
	}

	#menu-icon.active span:nth-child(3) {
  		top: 12px;
  		-webkit-transform: rotate(-135deg);
  		-moz-transform: rotate(-135deg);
  		-o-transform: rotate(-135deg);
  		transform: rotate(-135deg);
	}

    #menu-icon span {
        background: var(--textlight);
    }
	
}

/*-----Navigation Desktop Width-----*/


@media (min-width: 1301px) {

	#navbar {
        float: right;
    }

    nav ul {
        display: block !important;
        height: var(--large-header-height);
    }
    
    nav ul li {
    	display: inline-block;
        font-size: 1em;
        margin-left: 15px;
        line-height: var(--large-header-height);
	}

    nav ul li.current a {
    	color: var(--primary);
	}


    

    nav ul li:first-child {
        margin-left: 0px;
        display: none;
	}

    nav ul li::after {
        content: "";
        display: block;
        height: 3px;
        width: 0px;
        margin-top: 0px;
        z-index: 0;
        position: relative;
        bottom: 34px;
        -webkit-animation: linewidth-out 0.2s ease-in-out;
        -moz-animation: linewidth-out 0.2s ease-in-out;
        -o-animation: linewidth-out 0.2s ease-in-out;
        animation: linewidth-out 0.2s ease-in-out;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--secondary);
    }

    /* nav ul li:hover::after, 
    nav ul li:focus::after, 
    nav ul li:active::after {
        height: 3px;
        width: 0px;
        -webkit-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -moz-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -o-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        animation: linewidth 0.2s ease-in-out 0.3s forwards;
    } */

    .headerlogo {
        float: left;
    }
	
}



/*--------------------------------LOGO--------------------------------*/


/*-----Mobile Logo (Remove this section if no seperate mobile version of logo)-----*/


@media (max-width: 1300px) {
	
}


/*-----Logo Size Mobile & Tablet Width-----*/


@media (max-width: 1300px) {

	.headerlogo a,
	.headerlogo a img {
		        width: 58px;
        max-height: 58px;
	}
	
}


/*-----Logo Size Desktop Width-----*/


@media (min-width: 1301px) {

	.headerlogo a,
	.headerlogo a img {
    	width: 71px;
        max-height: 70px;
	}
	
}




/*------------------------------FOOTER------------------------------*/


#page-footer {
    border-top: 1px solid var(--primary);
    font-size: var(--footertext);
}

#page-footer a {
    text-decoration: none;
    color: var(--primary);
    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(--textlight);
}

.section-wrap:nth-child(3n+1) {
    background-color: var(--textlight);
}

/* .section-wrap:first-child {
    background-image: url(../img/20240514_141152.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

#imageContainer {
    width: 100%;
    height: auto;
}

#imageContainer img{
    position: absolute; 
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    animation: kenburns 100s infinite;
}

@keyframes kenburns {
    0% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

30% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(200px, -10px, 0px);
    animation-timing-function:ease-in-out;
    opacity: 1;
}

50% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-200px, -10px, 0px);
    animation-timing-function:ease-in-out;
    opacity: 1;
}
90% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
    animation-timing-function:ease-in-out;
}
100% {
    opacity: 1;
}
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46,53,63,0.8); 
    animation: kenburns 100s infinite;
}


.section-content {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {

    .section-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .section-wrap {
        min-height: 0;
    }

    #welcome .section-content .column:last-of-type {
        pointer-events: none;
    }

    #imageContainer img,
    .overlay {
        animation: none;
    }

}

@media (min-width: 1001px) {

    .section-content {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    
    .section-content .column:first-of-type {
        width: 49%;
        margin-right: 9%;
    }

    #FAQs .section-content .column:first-of-type {
        width: 100% !important;
        margin-right: inherit !important;
    }

    .section-content.onecolumn .column:first-of-type {
        width: 40%;
    }
    
    .section-content .column {
        width: 42%;
    }

    #welcome .section-content .column:first-of-type {
        width: 50%;
        /* max-width: 460px; */
        margin-right: 14%;
        padding-top: 0;
    }

    #welcome .section-content .column {
        width: 32%;
        max-width: none;
     
    }

    #welcome .column.aos-init.aos-animate img {
    width: 48%;
}

}

@media (min-width: 1001px) and (max-width: 1850px) {

    .section-content {
        padding-left: var(--sectionpadding);
        padding-right: var(--sectionpadding);
    }

}




/*--------------------------------IMAGES--------------------------------*/


/* figure img {
    border-radius: 5px;
} */

figure a img:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
}

figure figcaption,
#welcome.section-wrap figure figcaption {
    color: var(--primary);
    font-size: var(--captiontext);
    border-bottom: 2px solid var(--secondary);
    font-weight: 600;
    width: auto;
    display: inline-block;
    padding: 10px 0;
}

#welcome.section-wrap figure figcaption,
.section-wrap:nth-child(3n) figure figcaption {
    color: var(--primary);
}

.section-wrap:nth-child(3n+1) figure figcaption {
    border-bottom: 2px solid var(--textlight);
}

#welcome .section-wrap figure figcaption {
    color: var(--primary);
    font-size: var(--captiontext);
    border-bottom: 2px solid var(--secondary);
    font-weight: 600;
    width: auto;
    display: inline-block;
    padding: 10px 0;
}

.animback {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    right: 0;
    z-index: 0;
}

span.animwrap {
    width: 100%;
    height: 100%;
    position: absolute;
}


#walking .animback {
    height: 300%;
    top: -150%;
    width: 150%;
    right: -50%;
}

#cycling .animback {
    height: 200%;
    top: -70%;
    width: 110%;
    right: -50%;
}
#sharing .animback{
    height: 200%;
    top: -45%;
    width: 110%;
    right: -40%;
}
#journey .animback {
    height: 180%;
    top: -30%;
    width: 78%;
    right: -19%;
}
#contact .animback {
    /* height: 180%; */
    top: 10%;
    /* width: 78%; */
    /* right: -19%; */
}

@media (min-width: 1001px) and (max-width: 1349px) {
    #contact .animback {
        /* height: 180%; */
        top: 25%;
        /* width: 78%; */
        /* right: -19%; */
    }
}
#survey .animback {
    height: 165%;
    top: -37%;
    width: 33%;
    right: 10%;
}




.phone svg,
.email svg {
  	width: 43px;
    height: 49px;
	margin: 0 auto 20px auto;
}

/* Animate phone */

.phone svg path:nth-child(2) {
  -webkit-animation: header-phone 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone 2s infinite cubic-bezier(.1, .57, .5, 1);
}

.phone svg path:nth-child(3) {
  -webkit-animation:header-phone2 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation:header-phone2 2s infinite cubic-bezier(.1, .57, .5, 1);
}

@-webkit-keyframes header-phone {
  0%,30% {opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80% {opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@keyframes header-phone {
  0%,30%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@-webkit-keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}


/* Animate Mail */

.mail {
  animation: send 3s infinite;
  
}

@keyframes send {
  100% {
    transform: translateY(-500px);
  }	
}

@media (max-width: 1000px) {

	ul.icons {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.phone svg,
	.email svg,
	.post svg {
  		width: 50px;
  		height: 50px;
	}
	
}


/*-----Icons Desktop Width-----*/


@media (min-width: 1001px) {

	ul.icons {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
}


/* ------------------------Button------------------------ */


/* .cta {
	margin-top: 45px;
	margin-bottom: -10px;
}

.cta {
	border-top-width: 1px;
    border-top-style: solid;
	padding-top: 40px;
} */

.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: 17px;
    padding-right: 25px;
    padding-bottom: 17px;
    padding-left: 25px;
	display: inline-block;
	margin-top: 15px;
}
/* .cta {
    border-top-color: #2B9C71;
} */
a.submit {
    border-radius: 7px;
}
.cta a {
	color: #ffffff;
    background-color: var(--primary);
    transition: 0.5s;
}

.cta a:hover {
    background-color: var(--secondary);
    scale: 1.1;
    transform-origin: top left;
}

.cta p,
.cta a {
	font-weight: 700;
}

.cta a {
    font-size: 1em;
    line-height: 1.2;
}


@media (max-width: 1000px) {

    figure.col-width {
        margin-top: 30px;
    }

    .animback {
        display: none;
    }

}

@media (min-width: 1001px) {

    figure.col-width {
        width: 33%;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%);
    }

}




/* ------------------ICONS---------------------------------- */



#contact .iconlist {
    padding-top: 30px;
    border-bottom: none;
}

#contact .iconlist:first-of-type {
    margin-top: 45px;
}

#haveyoursay .iconlist a:hover {
    color: var(--textlight);
    background-position-y: 100%;
    transition: .2s ease-in-out;
}

 .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(--quaternary);
}

a.link:hover {
    color: var(--textlight);
    background-position-y: 100%;
    transition: .2s ease-in-out;
}

a.link {
    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(--quaternary);
    font-weight: 700;
}

#intro a.link:hover {
    color: var(--textlight);
    background-position-y: 100%;
    transition: .2s ease-in-out;
}

#intro a.link {
    text-decoration: none;
    vertical-align: top;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, var(--primary) 50%);
    background-size: auto 175%;
    transition: background .2s ease-in-out;
    color: var(--quaternary);
    font-weight: 700;
}

#haveyoursay h3 strong
 {
    color: var(--textlight);
        font-size: 1.3em;
}
#haveyoursay h4 
 {
    color: var(--secondary);
}

.contactb h3::after {
background-color: var(--textlight) !important;
}
.contactb p{
    color: var(--textlight);
    font-size: 0.9em;
}

#haveyoursay .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 0.2s 
ease-in-out;
    color: var(--textlight);
}

svg#Layer1 {
     width: 36px;
    height: 52px;
    float: left;
    margin-top: 3px;
    margin-right: 35px;
}

.phone {
    width: 60px;
    height: 60px;
    float: left;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: -4px;
}

.post {
        width: 51px;
    height: 60px;
    float: left;
    margin-top: -13px;
    margin-right: 20px;
    margin-bottom: 20px;
}



ul.icons.contact li::after,
ul.downloads li::after {
	background-color: var(--primary);
}

ul.icons.contact {
	border-top-color: var(--primary);
}

ul.icons.contact li::before {
	content: "\E830";
	width: 40px;
	font-size: 40px;
	margin-right: 15px;
	float: left;
	clear: both;
	margin-top: -15px;
}

ul.icons {
	list-style-type: none;
	padding-inline-start: 0px;
}

ul.icons li {
	text-indent: 0;
	font-weight: 500;
	min-height: 40px;
	line-height: 1.1;
}
/* ul.icons li::before {
	content: "\E800";
	width: 40px;
	font-size: 40px;
	margin-right: 15px;
	float: left;
	clear: both;
	margin-top: -15px;
	color: #313649
} */

ul.icons li::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 30px;
    margin-bottom: 30px;
}

ul.icons li:last-child::after {
	display: none;
}

ul.icons.contact {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;
}

ul.icons li strong {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

ul.icons li::before {
	font-size: 50px;
    margin-top: -25px;
	position: absolute;
	margin-left: -65px;
}

ul.icons li::after {
    content: "";
    display: block;
    height: 1px;
	width: 100%;
    width: calc(100% + 65px);
    margin-top: 30px;
    margin-bottom: 30px;
	margin-left: -65px;
}

ul.icons li:last-child::after {
    display: none;
}

ul.icons li a {
    color: var(--primary);  
}

ul.icons li a:hover {
    text-decoration: none;
    vertical-align: top;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, var(--secondary) 50%);
    background-size: auto 175%;
    transition: background .2s ease-in-out;
    color: var(--secondary);
}




/*--------------------------------TABLES--------------------------------*/


#rail table td {
    padding: 15px 1em;
    text-align: center;
    border-left: 2px solid var(--secondary);
}

#rail table th, table td {
    padding: 15px 1em;
    text-align: center;
    border-left: 2px solid var(--secondary);
}

#rail table tr:nth-child(odd) {
    background-color: #4854677d;
}

#rail table th {
    font-weight: 700;
    background-color: #2e353f;
}

#rail table tr {
    background-color: #2e353fc7;
    border: 2px solid var(--secondary);
    padding: .35em;
    color: white;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 5px;
}

table tr:last-child th:first-child {
    border-top-left-radius: 7px;
}
    
table tr:last-child th:last-child {
    border-top-right-radius: 7px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 7px;
}
    
table tr:last-child td:last-child {
    border-bottom-right-radius: 7px;
}
  
table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
  
table tr:nth-child(odd) {
    background-color: rgba(255,255,255,0.1);
}

table tr {
    background-color: rgba(255,255,255,0.2);
    border: 2px solid var(--primary);
    padding: .35em;
}

table tr th:first-child,
table tr td:first-child {
    border-left: 0px solid var(--primary);
}

table tr td:first-child {
    text-align: left;
}

table td {
    color: var(--textlight)
}
  
table th,
table td {
    padding: 15px 1em;
    text-align: center;
    border-left: 2px solid var(--primary);
}
  
table th {
    font-weight: 700;
    background-color: var(--secondary);
}
  
@media screen and (max-width: 600px) {

    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }

    table tr:last-child th:first-child {
        border-top-left-radius: 0px;
    }
        
    table tr:last-child th:last-child {
        border-top-right-radius: 0px;
    }
    
    table tr:last-child td:first-child {
        border-bottom-left-radius: 0px;
    }
        
    table tr:last-child td:last-child {
        border-bottom-right-radius: 0px;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      display: block;
      margin-bottom: .625em;
    }

    table tr td:first-child {
        text-align: right;
    }
    
    table td,
    #rail table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
      border-left: 0px solid var(--primary);
    }
    
    table td::before,
    #rail table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child,
    #rail table td:last-child {
      border-bottom: 0;
    }

}

@media (max-width: 1000px) {

    table {
        margin-top: 30px;;
      }

}




/*--------------------------------CARDS--------------------------------*/


.card-wrapper {
    display: flex;
    align-items: flex-start;
}

.card {
    width: 32.333%;
    text-align: center;
    font-size: var(--mobilebodytext);
    background-color: var(--secondary);
    padding: 20px;
    margin-left: 1%;
    border-radius: 5px;
}

.card:nth-child(even) {
    background-color: rgba(150,174,186,0.6);
}

.card:first-of-type {
    margin-left: 0;
}

.card .logo img {
    padding: 0 23px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.card h6 {
    font-size: var(--mobilebodytext);
    font-weight: 800;
    margin-bottom: 2px;
}

.card p {
    margin-bottom: 20px;
}

.card p strong {
    font-weight: 800;
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    display: block;
    padding: 20px 0;
}

@media screen and (max-width: 800px) {

    .card-wrapper {
        display: block;
    }
    
    .card {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 20px;
    }

    .card .logo img {
        max-width: 250px;
        margin: 0 auto 20px auto;
    }

}

@media screen and (max-width: 1000px) {

    .card-wrapper {
        margin-top: 30px;
    }

}
 



/*--------------------------------SECTION ARROWS--------------------------------*/



.arrow-wrap {
    min-height: 100vh;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
    perspective: 1px;
}

.arrow-wrap.prev {
    left: 20px;
}

.arrow-wrap.next {
    right: 40px;
}

.arrow-container {
    writing-mode: vertical-lr;
    text-orientation: sideways;
    font-weight: 700;
    font-size: 1em;
    position: sticky;
    top: 100px;
    bottom: 100px;
    transform: translateZ(-1px) scale(2);
}

 .arrow-container a {
    text-decoration: none;
    color: var(--primary);
}

 .arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.is-top {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: 0;
    margin-bottom: 27px
}

.arrow {
    margin-top: 27px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
    transition: 0.3s;
}

.arrow-container a:hover .arrow {
    margin-top: 37px;
}

.arrow-container a:hover .arrow.is-top {
    margin-bottom: 37px;
    margin-top: 0;
}

.arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.arrow.arrow-bar::before {
    bottom: 1px;
    content: "";
    height: 30px;
    position: absolute;
    right: 0px;
    transform-origin: bottom;
    width: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s;
}

.arrow-container a:hover .arrow.arrow-bar::before {
    height: 40px;
}

.arrow.is-triangle::after {
    border-style: solid;
    border-width: 0 0 12px 12px;
    height: 0;
    width: 0;
}

.arrow::before, 
.arrow .arrow::before {
    background-color: var(--primary);
}

.arrow::after, 
.arrow .arrow::after {
    border-color: var(--primary);
}

.arrow.is-triangle::after, 
.arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: var(--primary);
}

.section-wrap:nth-child(3n) .arrow-container a,
.section-wrap:first-child .arrow-container a,
.section-wrap:nth-child(3n+1) .arrow-container a {
    color: var(--primary)
}

.section-wrap:nth-child(3n) .arrow::before,
.section-wrap:nth-child(3n) .arrow .arrow::before,
.section-wrap:first-child .arrow::before,
.section-wrap:first-child .arrow .arrow::before,
.section-wrap:nth-child(3n+1) .arrow::before,
.section-wrap:nth-child(3n+1) .arrow .arrow::before{
    background-color: var(--primary);
}

.section-wrap:nth-child(3n) .arrow.is-triangle::after, 
.section-wrap:nth-child(3n) .arrow .arrow.is-triangle::after,
.section-wrap:first-child .arrow.is-triangle::after,
.section-wrap:first-child .arrow .arrow.is-triangle::after,
.section-wrap:nth-child(3n+1) .arrow.is-triangle::after,
.section-wrap:nth-child(3n+1) .arrow .arrow.is-triangle::after {
    border-bottom-color: var(--primary);
}

#start .arrow::before, 
#start .arrow .arrow::before {
    background-color: var(--secondary);
}

#start .arrow.is-triangle::after, 
#start .arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: var(--secondary);
}

.intro {
    position: relative;
}

#start.arrow-container {
    position: absolute;
    top: 0%;
    transform: translateY(0%);
}

#start.arrow-container a:hover .arrow.arrow-bar::before {
    height: 122px;
}

#start .arrow {
    margin-top: 109px;
}

#start.arrow-container a:hover .arrow {
    margin-top: 113px;
}

#start .arrow.arrow-bar::before {
    height: 113px;
}

#start .arrow.is-triangle::after {
    border-width: 0 0 16px 16px;
}

@media (max-width: 1000px) {

    .arrow-wrap {
        display: none;
    }

}




/*--------------------------------SCROLL TO TOP--------------------------------*/


.container-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
    z-index: 10;
}

.container-top:hover {
	opacity: 0.9 !important;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.container-top svg {
	border-radius: 50%;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
    fill: var(--primary);
    border: 2px solid var(--textlight);
    -moz-box-shadow: 0px 0px 7px var(--shadow);
    -webkit-box-shadow: 0px 0px 7px var(--shadow);
    box-shadow: 0px 0px 7px var(--shadow);
}

.container-top svg:hover > #scrolltop-arrow {
	transform: translate3d(0px, -3px, 0px);
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.container-top svg > #scrolltop-arrow {
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
    fill: var(--textlight);
}




/*--------------------------------ANIMATIONS--------------------------------*/


@-webkit-keyframes linewidth {
	0%   { width: 0px; }
  	100% { width: 100%; }
}
@-moz-keyframes linewidth {
	0%   { width: 0px; }
  	100% { width: 100%; }
}
@-o-keyframes linewidth {
    0%   { width: 0px; }
  	100% { width: 100%; }
}
@keyframes linewidth {
    0%   { width: 0px; }
  	100% { width: 100%; }
}

@-webkit-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 0px; }
}
@-moz-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 0px; }
}
@-o-keyframes linewidth-out {
    0%   { width: 100%; }
  	100% { width: 0px; }
}
@keyframes linewidth-out {
    0%   { width: 100%; }
  	100% { width: 0px; }
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-o-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-moz-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-o-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@-webkit-keyframes slideIn {
	0% { -webkit-transform: translateX(-150%); }
    100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes slideIn {
    0% { -moz-transform: translateX(-150%); }
    100% { -moz-transform: translateX(0%); }
}
@-o-keyframes slideIn {
    0% { -o-transform: translateX(-150%); }
    100% { -o-transform: translateX(0%); }
}
@keyframes slideIn {
    0% { transform: translateX(-150%); }
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slideOut {
	0% { -webkit-transform: translateX(0%); opacity: 1 }
    100% { -webkit-transform: translateX(-150%); opacity: 0; }
}
@-moz-keyframes slideOut {
    0% { -moz-transform: translateX(0%); opacity: 1 }
    100% { -moz-transform: translateX(-150%); opacity: 0; }
}
@-o-keyframes slideOut {
    0% { -o-transform: translateX(0%); opacity: 1 }
    100% { -o-transform: translateX(-150%); opacity: 0; }
}
@keyframes slideOut {
    0% { transform: translateX(0%); opacity: 1 }
    100% { transform: translateX(-150%); opacity: 0; }
}




/*----------------------------LOTTIE ANIMATIONS----------------------------*/


.iconlist {
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.iconlist:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.iconlist h4 {
    margin-top: 15px;
    margin-bottom: 3px;
}

.icons .anim {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.icons .icontext {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
}

@media (max-width: 1000px) {

    .icons {
        border-top: 1px solid var(--primary);
        margin-top: 60px;
        padding-top: 15px;
    }

    .iconlist {
        margin-bottom: 20px;
    }

    .icons .anim {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .iconlist h4 {
        margin-top: 10px;
    }

    .icons .icontext {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 90px);
    }

}



/*--------------------------------CSS RESET--------------------------------*/

*, 
*::before, 
*::after {
    box-sizing: border-box;
  }
  
*,
html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--body-fonts);
}
  
body {
    line-height: var(--line-height);
    -webkit-font-smoothing: antialiased;
}
  
img, 
picture, 
video, 
canvas, 
svg {
    display: block;
    max-width: 100%;
}
  
input, 
button, 
textarea, 
select {
    font: inherit;
}
  
p, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    overflow-wrap: break-word;
}
  
#root, 
#__next {
    isolation: isolate;
}



/*--------------------------------FLEX SLIDER--------------------------------*/


.flexslider {
	background: transparent !important;
    border: none !important;
    zoom: 1;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
}

.flexslider .slides img {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.flex-caption,
.video-caption{
	margin-bottom: 0 !important;
}

.flex-direction-nav a {
    width: 50px !important;
    height: 50px !important;
    margin: -40px 0 0 !important;
	background-color: red;
    text-shadow: none !important;
}

.flex-direction-nav a:before {
    font-size: 30px !important;
    color: #ffffff !important;
    text-shadow: none !important;
	width: 50px;
	height: 50px;
	padding: 5px;
	text-align: center;
}

.flex-direction-nav a.flex-prev:before {
	text-indent: -2px;
}

.flex-direction-nav a.flex-next:before {
	text-indent: 2px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0 !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 0 !important;
}


/*-----Flex Slider Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	.flexslider {
		margin-top: 30px !important;
		margin-bottom: 50px !important;
	}
	
}


/*-----Flex Slider Desktop Width-----*/


@media (min-width: 1001px) {
	
	.flexslider {
		margin-top: 35px !important;
		margin-bottom: 60px !important;
	}
	
}


/*--------------------------------GOOGLE TRANSLATE--------------------------------*/


#google_translate_element {
	position: fixed;
	z-index: 99999999999999999999999999999999;
	top: 0;
}

/*#google_translate_element span a,
.goog-te-gadget {
	color: transparent !important;
}*/

.goog-te-gadget img {
	display: inline !important;
}

.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
	box-shadow: none !important;
}

#google_translate_element .indicator {
	display: none !important;
}

html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}

.herotext .scroll {
    position: relative;
    height: 75px;
    font-size: 14px;
    font-weight: bold;
    bottom: 0;
    display: block;
    z-index: 1;
    text-align: center;
	color: #FBEAE3;
	margin-top: 45px;
}

[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	display: none;
}

#welcome .ca3-scroll-down-arrow {
	display: block;
}

.ca3-scroll-down-arrow {
    background-image: url(../img/arrow.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ca3-scroll-down-link {
  	cursor: pointer;
    height: 27px;
    width: 50px;
  	margin: 0px auto 0 auto;
  	line-height: 60px;
  	color: #FBEAE3;
  	text-align: center;
  	font-size: 60px;
  	text-decoration: none;
  	-webkit-animation: ca3_fade_move_down 1.75s ease-in-out infinite;
  	-moz-animation: ca3_fade_move_down 1.75s ease-in-out infinite;
  	animation: ca3_fade_move_down 2s ease-in-out infinite;
	transition: 0.2s;
}

.ca3-scroll-down-link:hover {
	animation-play-state: paused;
    font-size: 32px;
    height: 32px;
    width: 33px;
}

#arrow.scrolled {
	animation-play-state: paused;
}


@keyframes ca3_fade_move_down {
    0% {
    transform: translate(0, -3px);
}
50% {
    transform: translate(0, 10px);
}
100% {
    transform: translate(0, -3px);
}
}



.herotext {
    margin: auto;
    text-align: left;
    margin-left: 20px;
}

.herotext img {
    max-width: 40%;
    margin-bottom: 40px;
}


.fp .panel3 .pink-line {
    position: absolute;
    width: 66vw;
    left: 0;
    bottom: 6vw;
    z-index: 2;
}
.nopoint {
    pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .clipright2.play {
    animation: clip-right2 3s ease forwards;
  }
}

@keyframes clip-right2 {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0; /* start invisible */
  }

  10% {
    opacity: 1; /* fade in quickly */
    clip-path: inset(0 80% 0 0);
  }

  80% {
    opacity: 1; /* fully visible during main animation */
    clip-path: inset(0 0 0 0);
  }

  100% {
    opacity: 0; /* fade out while still fully revealed */
    clip-path: inset(0 0 0 0);
  }
}


@media (prefers-reduced-motion: no-preference) {
    .clipright.play {
    animation-name: clip-right;
    animation-duration: 6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
}
 .clipright3.play {
    animation-name: clip-right3;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
}




}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

@keyframes clip-right{
    0% {
    clip-path: inset(0px 100% 0px 0px);
}
100% {
    clip-path: inset(0px 0% 0px 0px);
}
}

@keyframes clip-right3{
    0% {
    clip-path: inset(0px 100% 0px 0px);
}
100% {
    clip-path: inset(0px 0% 0px 0px);
}
}

.colourcg img {
    /* margin-bottom: 55px; */
    transform: scaleX(-1);
    top: 89px;
    position: relative;
}

img#img0 {
    position: relative;
    top: -201px;
    transform: scale(3.5);
    width: 30%;
}

img#img1 {
    position: relative;
    width: 51%;
    transform: scaleX(-1);
}

img#img2 {
    width: 14%;
    transform: rotate(180deg);
    float: left;
    position: relative;
    top: 330px;
}


img#img3 {
    width: 7%;
    float: left;
}

img#img4 {
    position: relative; */
    left: 1200;
    top: -73px;
    transform: scaleX(-1);
    width: 23%;
    float: right;
}

#plans ul li, #site ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
#plans ul, #site ul {
    /* list-style: none; */
    /* padding-left: 15px; */
    margin-left: 15px;
    margin-bottom: 20px;
}


.sticky {
    position: sticky;
    top: 150px;
}

.logobox {
    display: flex;
    background-color: var(--quaternary);
    width: 100%;
    border-radius: 5px;
    padding: 20px;
}

    #bus .callout {
        width: 100%;
    }

.about {
      background-color: #54636A;
    padding: 40px;
    border-radius: 10px;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    align-items:flex-start; gap: 30px;
    margin-top: 55px;
}

.about h2,
.about p{
    color: var(--textlight) !important;
}

 @media (max-width: 720px) {
        .about {
            flex-direction: column;
        }
        .bout h2{
            text-align: center;
        }

        .about img {
            width: 110px !important; /* slightly larger on mobile */
        }
    }

@media (max-width: 1000px) {
    .column.aos-init.aos-animate.right {
    display: none;
}
}
    /*--------------------------------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(--secondary);
    color: #ffffff;
    border-radius: 10px;
}

.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(--primarylight);
    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;
}

.sectioncolour {
    margin-bottom: -110px;
    opacity: 0.5;
    margin-top: 30px;
}

p.scrollt {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    position: relative;
    top: 160px;
}

@media (max-width: 1000px) {
    p.scrollt {
    top: 100px;
}
}


@media (prefers-reduced-motion: no-preference) {

  .clipright.scan {
    animation: clip-scan 6s ease-in-out forwards;
  }

  .clipright.close {
    animation: clip-close 2s ease-in-out forwards;
    animation-delay: 6s; /* wait until scan completes */
  }

}





.colourcg img {
    /* margin-bottom: 55px; */
    transform: scaleX(-1);
    top: 89px;
    position: relative;
}

img#img0 {
    position: relative;
    top: -201px;
    transform: scale(3.5);
    width: 30%;
}

img#img1 {
    position: relative;
    width: 51%;
    transform: scaleX(-1);
}

img#img2 {
    width: 14%;
    transform: rotate(180deg);
    float: left;
    position: relative;
    top: 330px;
}


img#img3 {
    width: 7%;
    float: left;
}

img#img4 {
    position: relative; */
    left: 1200;
    top: -73px;
    transform: scaleX(-1);
    width: 23%;
    float: right;
}



#haveyoursay b{
color: var(--secondary);
}


/* Animate post */

.pencil {
  animation: pencil 3s infinite;
}

@keyframes pencil {
  0% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(250px, -10px);
  }
  100% {
    transform: translate(0, -10px);
  }
}

.faqss.column.aos-init.aos-animate {
    width: 100% !important;
}

figure {
    margin-top: 20px;
}

p.page-no.aos-init.aos-animate {
    color: var(--quaternary) !important;
}
#intro p strong{
    color: var(--primary);
}

p strong{
    text-transform: uppercase;
    color: var(--quaternary);
    margin-top: 20px;
}

.contactb{
    background-color: var(--primary);
    padding: 40px;
    border-radius: 10px;
}
.cls-2 {
    fill: none;
    stroke: var(--textlight);
    stroke-linecap: round;
    stroke-linejoin: bevel;
    stroke-width: 16px;
}
.cls-1 {
    fill: var(--primary) !important;
}
b{
    color: var(--primary);
}

.cls-2 {
    fill: none;
    stroke: #ffffff !important;
    stroke-linecap: round;
    stroke-linejoin: bevel;
    stroke-width: 16px;
}

.haveyoursay.column.aos-init.aos-animate {
    width: 54% !important;
}

.right.column.aos-init.aos-animate {
    width: 36% !important;
}

@media (max-width: 1000px) {
    .haveyoursay.column.aos-init.aos-animate {
    width: 100% !important;
}

.right.column.aos-init.aos-animate {
    width: 100% !important;
    display: block;
    margin-top: 30px;
}
}

.email svg path, .email svg polygon, .email svg rect, .post svg line {
    stroke: #ffffff !important;
}

.cls-1 {
    stroke: #ffffff !important;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 15px;
}
path.mail {
    fill: white;
}
path#handset {
    fill: white;
}

path#line {
    fill: white;
}

path.pencil {
    fill: white;
}

.fullwidth.column.aos-init.aos-animate {
    width: 100%;
}



/*-----Registration Form-----*/

body.popup-open {
	overflow: hidden;
}

.form-popup {
  	display: none;
	justify-content: center;
  	align-items: center;
  	position: fixed;
	min-height: 100vh;
  	top: 0;
  	z-index: 400;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(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;
        left: 0px;
}

.form-popup#feedbackform,
.form-popup#registration {
  	z-index: 99999999999999;
}

.popup-content {
	background-color: #ffffff;
	position: relative;
	width: 80%;
	padding: 20px;
	-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);
}

#feedbackform .popup-content,
#registration .popup-content {
	padding: 0;
}

.popup-content p {
	text-align: center;
}

.popup-content p.disclaimer {
	text-align: left;
	margin-top: 8px;
	padding: 0 30px 30px 30px;
}

#feedbackform .popup-content p.disclaimer {
	padding: 0 30px 30px 30px;
}

.reg-form {
  	border-top: none;
	margin-top: 30px;
	padding-top: 0;
}

.cancel {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	line-height: 27px;
	border-radius: 50%;
	padding: 0;
	border-width: 3px;
	border-style: solid;
	font-weight: 900;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	transition: 0.35s;
}

.reg-form label {
	display: block;
	margin-bottom: 5px;
}

label.consent {
	font-weight: 400;
	white-space: normal;
}

.reg-form input[type=text] {
	width: 100%;
	margin-bottom: 10px;
}

.reg-form #address input[type=text] {
	width: 49.5%;
	display: inline-block;
	margin-right: 0.5%;
}

.reg-form #address input[type=text]:first-of-type {
	width: 100%;
}

.reg-form #address input[type=text]:nth-of-type(3) {
	margin-right: 0%;
	float: right;
}

.reg-form #phone,
.reg-form #email {
	width: 49.5%;
	display: inline-block;
}

.reg-form #phone {
	margin-right: 0.5%;
}

.reg-form #email {
	margin-right: 0%;
	float: right;
}

.reg-form .submit {
    margin: 25px auto 25px auto;
}


/*-----Forms Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
    #welcome .column.right.aos-init.aos-animate {
    display: none;
}
	.form-popup {
    	overflow-y: scroll;
    	-webkit-overflow-scrolling: touch;
	}
	
	form {
		margin-top: 45px;
		padding-top: 45px;
	}
	
	.popup-content {
		width: 90%;
  		margin: 20px auto;
	}
	
	.reg-form #address input[type=text] {
		width: 49%;
		margin-right: 1%;
	}
	
	.reg-form #phone,
	.reg-form #email {
		width: 49%;
	}

	.reg-form #phone {
		margin-right: 1%;
	}
	
	#feedbackform .popup-content p.disclaimer,
	#registration .popup-content p.disclaimer {
		padding: 0 30px 90px 30px;
	}
	
}


/*-----Forms Desktop Width-----*/


@media (min-width: 1001px) {
	
	form {
		margin-top: 60px;
		padding-top: 60px;
	}
	
	.popup-content {
  		margin: 60px auto;
	}
	
}

.disclaimer,
.popup-content p.disclaimer {
	font-size: 0.75em;
	line-height: 1.3;
}

.space {
    margin-top: 35px;
        margin-bottom: 20px;
}


.faqss.column {
    width: 100% !important;
}


/*--------------------------------REGISTER CTA--------------------------------*/


.register-wrap {
    /* max-width: 77rem; */
    /* width: calc(100% - 3em); */
    /* margin-left: 20px; */
    /* margin-right: 50px; */
    padding: 5px;
    text-align: center;
    background-color: var(--primary);
}



.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;
    background-color: var(--secondary);
}


/*-----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%);
    }

}

