
:root {
    margin: 0;
    padding: 0;
    --primary: #0D132F;
    --secondary: #F5BE47;
    --secondarylight: #FCE9C4;
    --background: #FEF7EA;
    --textdark: #333333;
    --textlight: #FFFFFF;
    --primarylight: #C4C5CE;
    --shadow: #555555;
    --heading-fonts: "Frank Ruhl Libre", serif;
    --body-fonts: "Montserrat", sans-serif;
    --line-height: 1.4;
    --section-max-width: 1640px;
    --section-width: calc(100% - 3em);
    --sectionpadding: 70px;
    --transition: 0.3s;
    --large-header-height: 90px;
    --small-header-height: 70px;
    --bodytext: 1em;
    --mobilebodytext: 0.875em;
    --footertext: 0.875em;
    --captiontext: 0.75em;
    --heading-font-optical-sizing: auto;
}






/* --------------Cookies-------------------------------------- */




/*--------------------------------TEXT--------------------------------*/


#survey p strong{
    color: white;
}
p.page-no {
    font-weight: 600;
    margin-bottom: 45px;
    color: var(--primary);
    width: 100%;
}

.section-wrap:nth-child(3n) p.page-no,
.section-wrap:nth-child(3n+1) p.page-no {
    color: var(--textlight);
}

h1, h2, h3 {
    font-family: var(--heading-fonts);
}

#welcome h3 {
    font-family: var(--body-fonts);
    line-height: 1.4;
}

h1 {
    color: var(--textlight);
}

h1 strong {
    color: var(--secondary);
}

h2 {
    color: var(--primary);
}

#welcome h2 {
    color: #ffffff;
}

sup {
    font-size: 0.5em;
    vertical-align: bottom;
}

.section-wrap:nth-child(3n) h2 {
   /* color: var(--secondary);*/
}

h3 {
    color: var(--primary);
    font-weight: 600;
}

#welcome.section-wrap h3/*,
.section-wrap:nth-child(3n) h3*/ {
    color: var(--textlight);
}

#welcome.section-wrap p {
    margin-left: 45px;
}

/*.section-wrap:nth-child(3n+1) h2,
.section-wrap:nth-child(3n+1) h3 {
    color: var(--primary);
}*/

h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.dp h4 {
    margin-top: 60px;
}

.dp h4::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--secondary);
    margin-top: 20px;
    margin-bottom: 20px;
}

h4.sentence,
.stage h4 {
    text-transform: none;
}

h4.centre {
    text-align: center;
    margin-top: 120px;
}

.stage h4 {
    margin-top: 0;
    margin-bottom: 8px;
}

p {
    color: var(--textdark);
    font-weight: 400;
    margin-bottom: 15px;
}

.section-content ul,
.section-content ol {
    padding-inline-start: 17px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-content ul li,
.section-content ol li {
    color: var(--textdark);
    margin-bottom: 10px;
}

.stage p {
    color: var(--textlight);
    font-weight: 700;
}

#welcome.section-wrap p/*,
.section-wrap:nth-child(3n) p*/ {
    color: var(--textlight);
}

.maincontent p a,
.maincontent li a,
.maincontent h3 a,
.disclaimer a,
#message 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(--primary);
    font-weight: 600;
}

.maincontent p a:hover,
.maincontent li a:hover,
.maincontent h3 a:hover,
.disclaimer a:hover,
#message h3 a:hover {
    color: var(--textlight);
    background-position-y: 100%;
    transition: .2s ease-in-out;
}

.maincontent #welcome p a,
.maincontent #welcome h3 a,
.disclaimer a,
#message 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,
.disclaimer a,
#message h3 a {
    color: var(--secondary);
}

.maincontent #welcome h3 a:hover,
.maincontent #welcome p a:hover,
.disclaimer a:hover,
#message h3 a:hover {
    color: var(--textlight);
}

.maincontent #welcome h3 a::after,
.maincontent #welcome p a::after,
.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(--primarylight);
    margin: 45px 0;
}

#message h3::after {
    display: none;
}

#message h2 {
    font-size: 1.475em;
    color: var(--textlight);
}

#message h3 {
    font-size: 1.275em;
    color: var(--textlight);
}

.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) {

    #title h1 {
        font-size: 1.5em !important;

    }

    #title h1::after {
        margin: 30px 0 !important;
    }
    
    h1, h2 {
        font-size: 1.75em !important;
        line-height: 1.0666666666666667em;
        margin-bottom: 25px;
    }

    #message h2 {
        font-size: 1.275em !important;
        line-height: 1.15;
    }

    #welcome h2 {
        margin-bottom: 45px !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;
    }

    #message h2 {
        font-size: 1.1em;
    }
    
    #message h3.messagetitle {
        font-size: 1.1em !important;
        line-height: 1.15;
    }
   
}


@media (max-width: 1000px) {

    p.page-no {
        font-size: 1em;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }

    h1, h2 {
        font-size: 2.25em;
        line-height: 1.0666666666666667em;
        margin-bottom: 25px;
    }

    #title h1 {
        font-size: 1.75em;
    }

    h3 {
        margin-bottom: 20px;
        font-size: 1.75em;
        line-height: 1.2;
    }

    #welcome h3 {
        font-size: 1em;
        line-height: var(--line-height);
    }

    p, h4, .section-content ul li, .section-content ol li {
        font-size: var(--mobilebodytext);
    }

    h4.centre {
        text-align: left;
        margin-top: 75px;
        margin-bottom: 30px;
    }

    #welcome.section-wrap p {
        margin-left: 45px;
    }

    .maincontent #welcome p a {
        pointer-events: all;
    }

}

@media (min-width: 1001px) {

    h1, h2 {
        font-size: 2.75em;
        line-height: 1.0666666666666667em;
        margin-bottom: 45px;
        font-weight: 700;
    }

    #title h1 {
        font-size: 1.75em;
    }

    #title h2 {
        font-size: 2.75em;
    }

    h3 {
        margin-bottom: 30px;
        font-size: 1.875em;
        line-height: 1.2;;
    }

    #welcome h3 {
        font-size: 1.25em;
    }

    h4 {
        font-size: var(--bodytext);
        color: var(--primary);
    }

    p {
        color: var(--textdark);
        margin-bottom: 15px;
        font-weight: 400;
        font-size: var(--bodytext);
        line-height: 1.375em; 
    }
    
    p.page-no {
        font-size: 1.375em;
    }

}

@media (min-width: 1001px) and (max-width: 1300px) {

    h1, h2 {
        font-size: 2.75em;
    }

}

@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);
}


@media (max-width: 1000px) {

    .callout {
        margin-top: 60px;
    }

}
/*
.callout .bus{
    margin-top: 40px;
}*/

@media (min-width: 1001px) {

    .callout.col-width {
        width: 37%;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    .section-content .column:first-of-type .callout {
        margin-top: 50px;
    }

    #bus .callout {
        margin-top: 60px;
    }

}




/*--------------------------------HEADER--------------------------------*/


#masthead {
    position: fixed;
    background-color: var(--primary);
    width: 100%;
    top: 0;
    transition: var(--transition);
    z-index: 9999999;
}

#header-top {
    height: 1px;
    background-color: blue;
    visibility: hidden;
}


/*-----Header Small Device Width-----*/

@media (max-width: 1500px) {
    
    .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: 1501px) {

    #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-width);
        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 {
	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);
}

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: 1500px) {
	
    #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: 1501px) {

	#navbar {
        float: right;
    }

    nav ul {
        display: block !important;
        height: var(--large-header-height);
    }
    
    nav ul li {
    	display: inline-block;
        font-size: 1em;
        margin-left: 12px;
        line-height: var(--large-header-height);
	}

    nav ul li.current a {
    	color: var(--secondary);
	}

    nav ul li:first-child {
        margin-left: 0px;
        display: none;
	}

    nav ul li::after {
        content: "";
        display: block;
        height: 3px;
        width: 0px;
        margin-top: 0px;
        z-index: 0;
        position: relative;
        bottom: 34px;
        -webkit-animation: linewidth-out 0.2s ease-in-out;
        -moz-animation: linewidth-out 0.2s ease-in-out;
        -o-animation: linewidth-out 0.2s ease-in-out;
        animation: linewidth-out 0.2s ease-in-out;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--secondary);
    }

    nav ul li:hover::after, 
    nav ul li:focus::after, 
    nav ul li:active::after {
        height: 3px;
        width: 0px;
        -webkit-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -moz-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -o-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        animation: linewidth 0.2s ease-in-out 0.3s forwards;
    }

    .headerlogo {
        float: left;
    }
	
}



/*--------------------------------LOGO--------------------------------*/


/*-----Mobile Logo (Remove this section if no seperate mobile version of logo)-----*/


@media (max-width: 1500px) {
	
}


/*-----Logo Size Mobile & Tablet Width-----*/


@media (max-width: 1500px) {

	.headerlogo a,
	.headerlogo a img {
		width: 120px;
    	height: 30px;
	}
	
}


/*-----Logo Size Desktop Width-----*/


@media (min-width: 1501px) {

	.headerlogo a,
	.headerlogo a img {
    	width: 193px;
	}
	
}




/*------------------------------FOOTER------------------------------*/


#page-footer {
    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(--primary);
}*/

.section-wrap:nth-child(2n+1) {
    background-color: var(--background);
}

/* .section-wrap:first-child {
    background-image: url(../img/20240514_141152.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

#imageContainer {
    width: 100%;
    height: 100%;
    position: absolute;
}

#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: block;
    width: 100%;
    height: 100%;
    background-color: rgba(46,53,63,0.8);
    position: absolute;
}

.section-content {
    display: flex;
    flex-wrap: wrap;
}

.circle {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 50% 0;
    background-color: var(--secondary);
    border-radius: 50% 50% 50% 0%;
}

.headertext {
    width: 100%;
}

#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: 4px;
    max-width: 120px;
    background-color: var(--secondary);
    margin: 45px 0;
}

.section-content .column.full-width {
    width: 100% !important;
    margin-right: 0% !important;
    margin-top: 45px;
}

#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;
    }

}


@media (max-width: 1000px) {

    .section-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    #message .section-content {
        padding-top: 20px;
    }

    .section-content.following {
        padding-top: 0px;
    }

    .section-content.samesection {
        padding-top: 0px;
        margin-top: -145px;
    }

    .section-wrap {
        min-height: 0;
    }

    #welcome .section-content .column:last-of-type {
    }

    #imageContainer img,
    .overlay {
        animation: none;
    }

    .section-content .column:first-of-type {
        width: 100%;
    }
    
    .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;
    }

    #message .section-content {
        padding-top: inherit;
        padding-bottom: inherit;
    }

    .section-wrap:nth-child(2n) .section-content.reverse {
        flex-direction: row-reverse;
    }

    .section-wrap:nth-child(2n) .section-content.reverse .column:first-of-type {
        margin-left: 9%;
        margin-right: 0;
    }

    #proposals.section-wrap .section-content.reverse {
        flex-direction: row-reverse;
    }

    #proposals.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.samesection {
        padding-top: 0px;
        margin-top: -160px;
    }

    .section-content.samesection.start h4 {
        margin-top: 0px;
    }
    
    .section-content .column:first-of-type {
        width: 50%;
        margin-right: 9%;
    }

    .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: 60px;
    }

}

@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);
    }

    #message .section-content {
        padding-left: 20px;
        padding-right: 20px;
    }

}





/*--------------------------------IMAGES--------------------------------*/


.column figure:not(:first-of-type) {
    margin-top: 60px;
}

figure img {
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid var(--primary);
}

figure img.border {
    border-top: 1px solid var(--primarylight);
    border-left: 1px solid var(--primarylight);
    border-right: 1px solid var(--primarylight);
}

figure img.noline,
.shape img {
    border-bottom: none;
}

.sticky {
    position: sticky;
    top: 150px;
    align-self: flex-start;
}

.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 {
    margin-top: 45px;
    float: left;
    width: 30%;
    margin-left: 5%;
    position: relative;
    z-index: 1;
}

#proposals .dp {
    margin-top: 45px;
    float: left;
    width: 20%;
    margin-left: 5%;
    position: relative;
    z-index: 1;
}


.flex-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

#events .dp {
    margin-top: 0px;
}

.double .dp {
    width: 49%;
    margin-left: 2%;
}

.dp::before {
    content: "";
    display: block;
    border-radius: 50% 50% 0 50%;
    width: 60%;
    background-color: var(--secondarylight);
    padding: 30% 0;
    position: absolute;
    bottom: -12%;
    left: -50px;
    z-index: -1;
}

#events .dp::before {
    top: -10%;
    left: -80px;
    bottom: auto;
}

.dp:nth-child(2)::before,
.dp:nth-child(4)::before,
.dp:nth-child(6)::before { 
    border-radius: 50% 50% 50% 0;
    background-color: var(--textlight);
}

.section-wrap:nth-child(2n) .dp:nth-child(2)::before {
    background-color: #e6e6e6;
}

.dp:first-of-type {
    margin-left: 0;
}

.dp img {
    border-radius: 50% 50% 50% 0;
}

.dp:nth-of-type(2) img,
.dp:nth-of-type(4) img,
.dp:nth-of-type(6) img {
    border-radius: 50% 50% 0 50%;
}

figure a img:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
}

figure figcaption,
#welcome.section-wrap figure figcaption,
.flex-caption {
    color: var(--textlight);
    font-size: var(--captiontext);
    font-weight: 600;
    width: auto;
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--primary);
    border-radius: 0 0 5px 5px;
}

#welcome.section-wrap figure figcaption,
.section-wrap:nth-child(3n) figure figcaption {
    color: var(--textlight);
}

.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 (max-width: 800px) {

    .dp,
    .double .dp {
        float: none;
        width: 100%;
        margin-left: 0%;
        margin-top: 90px;
    }

    .dp:first-child {
        margin-top: 0px !important;
    }

    .dp::before {
        width: 50%;
        padding: 25% 0;
        bottom: -10%;
        left: -50px;
    }

    #events .dp::before {
        top: -45%;
        left: -50px;
        bottom: auto;
    }

    #events .dp:nth-child(2)::before {
        top: -12%;
        left: -125px;
        bottom: auto;
    }

}

@media (min-width: 801px) {

    .dp:nth-child(4) {
        /* margin-left: 0px !important; */
    }

  

}

@media (min-width: 801px) and (max-width: 1000px) {

    .dp {
        margin-top: 0px !important;
    }

    .dp::before {
        bottom: -5%;
        left: -20px;

    }
    
}

@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;
}

/* Animate phone */

.phone svg path:nth-child(2) {
  -webkit-animation: header-phone 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone 2s infinite cubic-bezier(.1, .57, .5, 1);
}

.phone svg path:nth-child(3) {
  -webkit-animation:header-phone2 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation:header-phone2 2s infinite cubic-bezier(.1, .57, .5, 1);
}

@-webkit-keyframes header-phone {
  0%,30% {opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80% {opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@keyframes header-phone {
  0%,30%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@-webkit-keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}


/* Animate Mail */

.mail {
  animation: send 3s infinite;
  
}

@keyframes send {
  100% {
    transform: translateY(-500px);
  }	
}


/* Animate pencil */

.pencil {
    animation: pencil 3s infinite;
  }
  
  @keyframes pencil {
    0% {
      transform: translate(0, -10px);
    }
    50% {
      transform: translate(250px, -10px);
    }
    100% {
      transform: translate(0, -10px);
    }
  }

@media (max-width: 1000px) {

	ul.icons {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.phone svg,
	.email svg,
	.post svg {
  		
	}
	
}



@media (max-width: 1000px) {

	ul.icons.twocol {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
    }

    .dp img {
        width: 100%;
        height: auto;
    }

    .sticky {
        position: initial;
    }
	
}


@media (min-width: 1001px) {

	ul.icons {
		margin-top: 60px;
		margin-bottom: 30px;
	}

    ul.icons.twocol {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        column-gap: 45px;
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
    }

    .dp img {
        border-radius: 50% 50% 50% 0;
        width: 100%;
        height: auto;
    }
	
}

@media (min-width: 1001px) and (max-width: 1400px) {

	ul.icons.twocol {
        columns: 2 !important;
        -webkit-columns: 2 !important;
        -moz-columns: 2 !important;
    }
	
}


/* ------------------------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: 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: #ffffff;
    background-color: var(--primary);
    transition: 0.5s;
    border: 3px solid var(--primary);
}

.cta a:hover {
    background-color: transparent;
	color: var(--primary);
}

.cta p,
.cta a {
	font-weight: 700;
}

.cta a {
    font-size: 1em;
    line-height: 1.2;
    transition: 0.5s;
}


@media (max-width: 1000px) {

    figure.col-width,
    figure.col-top,
    .flexslider.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%);
    }

    .flexslider.col-top {
        margin-top: 0px !important;
    }

}




/* ------------------ICONS---------------------------------- */



#contact .iconlist {
    border-top: 1px solid var(--primary);
    padding-top: 30px;
    border-bottom: none;
}

#contact .iconlist:first-of-type {
    margin-top: 45px;
}

#contact .iconlist a:hover {
    color: var(--textlight);
    background-position-y: 100%;
    transition: .2s ease-in-out;
}

#contact .iconlist a {
    text-decoration: none;
    vertical-align: top;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, var(--secondary) 50%);
    background-size: auto 175%;
    transition: background .2s ease-in-out;
    color: var(--primary);
}

svg#Layer1 {
    width: 70px;
    height: 70px;
    /*float: left;*/
}

.phone {
    width: 60px;
    height: 60px;
    float: left;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
}

ul.icons.contact li::after,
ul.downloads li::after {
	background-color: var(--primary);
}

ul.icons.contact {
	border-top-color: var(--primary);
}

ul.icons.contact li::before {
	content: "\E830";
	width: 40px;
	font-size: 40px;
	margin-right: 15px;
	float: left;
	clear: both;
	margin-top: -15px;
}

ul.icons {
	list-style-type: none;
	padding-inline-start: 0px;
}

ul.icons.twocol {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    column-gap: 45px;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
}

ul.icons li {
	text-indent: 0;
	font-weight: 500;
	min-height: 40px;
	line-height: 1.1;
    margin-left: 60px;
    page-break-inside: avoid;
}

ul.icons li::before {
    content: "";
	width: 54px;
	height: 54px;
	margin-right: 15px;
	float: left;
	clear: both;
	color: #313649;
    background-color: var(--secondary);
    display: block;
    border-radius: 50px 50px 0 50px;
    background-image: url(../img/houses.svg);
} 

ul.icons li:nth-child(2n):before {
    background-color: var(--primary);
} 

ul.icons li.affordable:before {
    background-image: url(../img/affordable.svg);
}

ul.icons li.car:before {
    background-image: url(../img/car.svg);
} 

ul.icons li.energy:before {
    background-image: url(../img/energy.svg);
} 

ul.icons li.gardens:before {
    background-image: url(../img/garden.svg);
} 

ul.icons li.public:before {
    background-image: url(../img/bench.svg);
} 

ul.icons li.suds:before {
    background-image: url(../img/suds.svg);
} 

ul.icons li.highway:before {
    background-image: url(../img/highway.svg);
} 

ul.icons li.access:before {
    background-image: url(../img/access.svg);
} 

ul.icons li.cycle:before {
    background-image: url(../img/cycle.svg);
} 

ul.icons li.pedistrian:before {
    background-image: url(../img/pedestrian.svg);
} 

ul.icons li.prow:before {
    background-image: url(../img/prow.svg);
} 

ul.icons li.planting:before {
    background-image: url(../img/planting.svg);
} 

ul.icons li.tree:before {
    background-image: url(../img/trees.svg);
} 

ul.icons li.landscape:before {
    background-image: url(../img/landscape.svg);
} 

ul.icons li.future:before {
    background-image: url(../img/future.svg);
} 

ul.icons li.biodiversity:before {
    background-image: url(../img/biodiversity.svg);
}

ul.icons li.efficient:before {
    background-image: url(../img/efficient.svg);
}

ul.icons li.solar:before {
    background-image: url(../img/solar.svg);
}

ul.icons li.waste:before {
    background-image: url(../img/wastestorage.svg);
}

ul.icons li.cyclestorage:before {
    background-image: url(../img/cyclestorage.svg);
}

ul.icons li.materials:before {
    background-image: url(../img/materials.svg);
}

ul.icons li.sustainability:before {
    background-image: url(../img/sustainability.svg);
}
                
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 {
    margin-top: -18px;
	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;
    background-color: var(--primarylight);
}

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);
}








/*--------------------------------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(--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(--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: 150px;
}

#start .arrow {
    margin-top: 110px;
}

#start.arrow-container a:hover .arrow {
    margin-top: 140px;
}

#start .arrow.arrow-bar::before {
    height: 120px;
}

#start .arrow.is-triangle::after {
    border-width: 0 0 16px 16px;
}

@media (max-width: 1000px) {

    .arrow-wrap {
        display: none;
    }

}



/*--------------------------------WELCOME SECTION--------------------------------*/


#title {
    width: 58%;
    z-index: 1;
    display: block;
}

#title img {
    width: 182px;
    height: 38px;
    margin-bottom: 15px;
}

#title h1 {
    display: inline-block;
    margin-bottom: 0;
}  

#title h1::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--secondary);
    margin: 45px 0;
}

#title h2::after {
    display: none;
}  

#welcome h2 {
    margin-bottom: 60px;
}  

.intro {
    position: relative;
}

@media (min-width: 1001px) and (max-width: 1300px) {

    #title {
        padding-right: 45px;
    }

}


@media (max-width: 1300px) {

    #title {
        width: 100%;
    }

    #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(--primary);
    border: 2px solid var(--textlight);
    -moz-box-shadow: 0px 0px 7px var(--shadow);
    -webkit-box-shadow: 0px 0px 7px var(--shadow);
    box-shadow: 0px 0px 7px var(--shadow);
}

.container-top svg:hover > #scrolltop-arrow {
	transform: translate3d(0px, -3px, 0px);
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.container-top svg > #scrolltop-arrow {
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
    fill: var(--textlight);
}




/*--------------------------------ANIMATIONS--------------------------------*/


@-webkit-keyframes linewidth {
	0%   { width: 0px; }
  	100% { width: 100%; }
}
@-moz-keyframes linewidth {
	0%   { width: 0px; }
  	100% { width: 100%; }
}
@-o-keyframes linewidth {
    0%   { width: 0px; }
  	100% { width: 100%; }
}
@keyframes linewidth {
    0%   { width: 0px; }
  	100% { width: 100%; }
}

@-webkit-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 0px; }
}
@-moz-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 0px; }
}
@-o-keyframes linewidth-out {
    0%   { width: 100%; }
  	100% { width: 0px; }
}
@keyframes linewidth-out {
    0%   { width: 100%; }
  	100% { width: 0px; }
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-o-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-moz-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-o-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@-webkit-keyframes slideIn {
	0% { -webkit-transform: translateX(-150%); }
    100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes slideIn {
    0% { -moz-transform: translateX(-150%); }
    100% { -moz-transform: translateX(0%); }
}
@-o-keyframes slideIn {
    0% { -o-transform: translateX(-150%); }
    100% { -o-transform: translateX(0%); }
}
@keyframes slideIn {
    0% { transform: translateX(-150%); }
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slideOut {
	0% { -webkit-transform: translateX(0%); opacity: 1 }
    100% { -webkit-transform: translateX(-150%); opacity: 0; }
}
@-moz-keyframes slideOut {
    0% { -moz-transform: translateX(0%); opacity: 1 }
    100% { -moz-transform: translateX(-150%); opacity: 0; }
}
@-o-keyframes slideOut {
    0% { -o-transform: translateX(0%); opacity: 1 }
    100% { -o-transform: translateX(-150%); opacity: 0; }
}
@keyframes slideOut {
    0% { transform: translateX(0%); opacity: 1 }
    100% { transform: translateX(-150%); opacity: 0; }
}




/*----------------------------LOTTIE ANIMATIONS----------------------------*/


.iconlist {
    border-bottom: 1px solid var(--primary);
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.iconlist:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.iconlist h4 {
    margin-top: 15px;
    margin-bottom: 3px;
}

.icons .anim {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.icons .icontext {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
}

@media (max-width: 1000px) {

    .icons {
        margin-top: 60px;
        padding-top: 15px;
    }

    .iconlist {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .icons .anim {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .iconlist h4 {
        margin-top: 10px;
    }

    .icons .icontext {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 90px);
    }

}



/*--------------------------------CSS RESET--------------------------------*/

*, 
*::before, 
*::after {
    box-sizing: border-box;
  }
  
*,
html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--body-fonts);
}
  
body {
    line-height: var(--line-height);
    -webkit-font-smoothing: antialiased;
}
  
img, 
picture, 
video, 
canvas, 
svg {
    display: block;
    max-width: 100%;

}

.maincontent img{
    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: #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;
}



/*--------------------------------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;
    border-bottom-color: var(--primary);
}

.flexslider .slides a img:hover {
	opacity: 0.7;
    transition: 0.5s;
}

.flexslider .slides a img {
    transition: 0.5s;
}

.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(--primary);
    text-shadow: none !important;
    background-image: none !important;
    font-weight: 400 !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;
    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: 35px !important;
		margin-bottom: 60px !important;
	}
	
}


/*-----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 rgba(0, 0, 0, 0.5);
    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: #F5BE47;
}

.popup-content p.disclaimer {
    text-align: left;
    margin-top: 0px;
    padding: 0 30px 30px 30px;
}

.popup-content p {
    text-align: center;
}

.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;
}

/*--------------------------------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(--primary);
    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: 50% 50% 50% 0;
}

.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;
}


/*--------------------------------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: var(--secondary);
    color: var(--primary);
}

ul.timeline li.complete {
    background-color: var(--textdark);
    color: var(--textlight);
}

ul.timeline li a {
    color: var(--textlight);
}

ul.timeline li strong {
    color: var(--secondary);
}

ul.timeline li.current strong {
    color: var(--primary);
}

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: var(--secondary);
}

ul.timeline li.complete::after {
	border-right-width: 10px;
	border-right-style: solid;
    border-right-color: var(--textdark);
}

/*---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: var(--secondary);
    }

    ul.timeline li.complete:nth-child(odd)::after {
        border-left-color: var(--textdark);
    }
	
	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 {
    	
	}
	
}


/*--------------------------------DOWNLOADS--------------------------------*/


ul.downloads::before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: -35px;
    margin-bottom: 25px;
}

ul.downloads {
	list-style-type: none;
	padding-inline-start: 0px;
	width: 100%;
}

ul.downloads li {
	text-indent: 0;
	min-height: 40px;
    font-size: 1.125em;
	line-height: 1.1;
    font-weight: 600;
}

ul.downloads li::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 25px;
    margin-bottom: 25px;
    background-color: var(--primarylight);
}

ul.downloads li:last-child::after {
	/*display: none;*/
}

ul.downloads li a {
	float: right;
	text-decoration: none;
	transition: 0.3s;
    background-image: none;
    text-transform: uppercase;
    color: var(--secondary);
    font-weight: 700;
}

ul.downloads li a:hover {
    color: var(--primarylight);
}


/*-----Downloads Mobile & Tablet Width-----*/


@media (max-width: 1000px) {

	ul.downloads {
		margin-top: 0px;
		/*margin-bottom: 50px;*/
	}

    ul.downloads li {
        font-size: var(--mobilebodytext);
    }
	
}


/*-----Downloads Desktop Width-----*/


@media (min-width: 1001px) {

	ul.downloads {
		margin-top: 0px;
		/*margin-bottom: 70px;*/
	}
	
}



/*--------------------------------CONTACT--------------------------------*/


.contact-phone,
.contact-envelope,
.contact-post {
    background-color: var(--secondary);
    display: block;
    float: none;
    width: 200px;
    height: 200px;
    border-radius: 50% 50% 50% 0;
    margin: 0 auto 42px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-phone {
    background-color: var(--primary);
    border-radius: 50% 50% 0 50%;
}

#contact h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

#contact p {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 10px;
}

.contact-phone h4 {
    color: var(--secondary);
}

.contact-phone path {
    fill: var(--secondary);
}

@media (max-width: 1000px) {
    #contact .column {
        width: 100%;
    }
    #contact .column.column.full-width {
        margin-bottom: 0px;
    }
    #contact .column {
        margin-bottom: 45px;
    }
    .contact-phone,
    .contact-envelope,
    .contact-post {
        margin: 0 auto 30px auto;
    }

    #contact p a {
    overflow-wrap: anywhere;
}
}

@media (min-width: 1001px) {
    #contact .column {
        width: 33%;
    }

    .ContactCentre {
        display: f;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}

.ContactCentre {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-direction: row;
}

@media (max-width: 1001px) {

    .ContactCentre {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}

.contact-phone.phone {
    margin: 0 auto 56px auto;
}


@media (min-width:1001px) and (max-width: 1294px) {
    .contact-phone.phone {
        margin: 0 auto 60px auto;
    }
}


/*-----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(--secondary);
    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: 700;
}

#events ul.webinar li {
    font-size: 1em;
}

.maincontent #events li a {
    font-weight: 700;
}

.dp ul.webinar li {
    color: var(--primary)
}

@media (max-width: 1000px) {
    ul.webinar li {
        font-size: 1em;
    }
}

ul.webinar {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-top: 30px;
}

@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: -10px
}

/* 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(--secondary);
    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(--primary);
}

#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(--secondary);
  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(--secondary);
  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;
}


/*--------------------------------TABLE--------------------------------*/



table {
    background-color: #e6e6e6;
    border-collapse: collapse;
	margin-top: 45px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 1.4;
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: 1em;
	  background-color: var(--primary);
    }

	.dcf-table tbody tr {
		border-bottom: 2px solid #ffffff;

	}

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: 1em;
    }

	.dcf-table tbody tr:last-of-type td {
		padding-bottom: 45px;
	}

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

	.dcf-table tr td:nth-child(3) {
        background-color: #cedfc9;
	}

.dcf-table thead th:nth-child(3) {
}

	.dcf-table td a:before {
		display: block;
		content: "";
		width: 13px;
		height: 18px;
		background-image: url('../location.svg');
		background-repeat: no-repeat;
		float: left;
		margin-left: -20px
	}

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      vertical-align: bottom;
	  color: #ffffff;
	  padding: 15px 25px;
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      vertical-align: top;
	  padding: 25px 25px;
    }

    .dcf-table tbody td a {
		color: #174190;
		font-weight: bold;
		transition: 0.3s;
    }

	.dcf-table tbody td a:hover {
		color: #009FE3;
		font-weight: bold;
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

	.dcf-table-responsive:not(.dcf-table-bordered) tbody td b span {
		font-weight: normal;
	}

    @media only screen and (max-width:42.09em) {

      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: 30px;
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 25px;
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em;
		border-right: 1px solid var(--secondary);
      }

	  	.dcf-table tr td:nth-child(3) {
			padding-left: 25px;
             background-color: transparent;
		}

		.dcf-table tbody td a {
			margin-left: 20px;
		}

		.dcf-table tbody tr:last-of-type td {
			padding-bottom: 0px;
		}

    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}

p strong {
    color: var(--primary);
}
figure.col-top.margin {
    margin-top: 50px;
}


.flexslider.col-top.margin {
    margin-top: 50px !important;
}



@media (max-width: 819px) {
 #proposals .dp {
    width: inherit !important;
}
}