

:root {
    margin: 0;
    padding: 0;
    --primary: #273876;
    --secondary: #C29863;
    --textdark: #1E1E1D;
    --textlight: #FFFFFF;
	--section-color:#EAEAEA;
    --shadow: #555555;
    --body-fonts: 'Poppins';
    --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;
}


@font-face {
	font-family: 'Poppins';
	src: url(../CSS/fonts/Poppins-Regular.woff)
  }


/*--------------------------------COLOURS--------------------------------*/


/*-----Colours Header & Navigation-----*/


/*Navigation Background*/

#masthead {
	background-image: url(../img/Navbackg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*Menu Item Colour*/

nav ul li a {
	color: #ffffff;
}

/*Menu Current Item Indicator Colour*/
nav ul li a::before {
    background-color: #ccb99b;
}

/*Navigation Current Item Desktop*/

@media (min-width: 1001px) {
	
	nav ul li.current a {
		color: var(--secondary);
	}
	
}

/*Menu Item Hover Colour*/

nav ul li a:hover, 
nav ul li a:focus {
    color: var(--secondary);
}

/*Navigation Underline Mobile & Tablet*/

@media (max-width: 1000px) {
	
	nav ul,
	nav ul li {
    	border-color: #ffffff;
	}
	
}

/*Navigation Underline Desktop*/

nav ul li::after {
    background-color: #ffffff;
}

/*Hamburger Menu*/

#menu-icon span {
  	background: #ffffff;
}


/*-----Colours Section Backgrounds-----*/


/*Opening Section*/

#welcome {
	background-color: #ffffff;
	background-image: none;
}

/*Alternating Sections*/

.section-wrap:nth-child(2n) {
	/* background-image: url(../img/background-image-large.png);
    background-size: cover;
    background-repeat: no-repeat; */
}

.section-wrap:nth-child(2n+1) {
	background-color: var(--section-color);
}


/*-----Colours Text-----*/


/*Headers*/

h1 {
	color: var(--primary);
	margin-bottom: 45px;
}

h2 {
	color: var(--primary);
}

h2::after {
	background-color: var(--secondary);
}

h3 {
	color: var(--primary);
}

h3::after {
	background-color: var(--primary);
}

h4 {
	color: #ffffff;
}

#welcome p strong {
    color: var(--primary);
}

/*Text & Links*/

p,
li,
#page-footer,
#page-footer a,
label {
	color: #303030;
}

p a,
ul.icons li a {
	color: #000000;
	box-shadow: inset 0 -3px 0 var(--secondary);
}

p a:hover,
p a:focus,
ul.icons li a:hover,
ul.icons li a:focus,
#page-footer a:hover {
	color: var(--secondary);
}


/*-----Colours Callouts, CTAs & Buttons-----*/


.callout {
	background-color: #e5dbcc;
    border-color: #132a3e;
}

.cta {
    border-top-color: var(--secondary);
}

.cta a {
	color: var(--secondary);
    background-color: #ffffff;
}

.cta a:hover {
    background-color: var(--secondary);
	color: #FFFFFF;
}

#scrolltop-bg {
   fill: #132a3e;
}

#scrolltop-arrow {
	fill: #ffffff;
}


/*-----Colours Images & Video-----*/


figcaption,
.video-caption,
.flex-caption,
.flex-direction-nav a {
    color: #000000 !important;
    /* border-style: solid; */
    border-bottom: solid;
    border-color: var(--secondary);
}

.flex-direction-nav a {
    color: #000000 !important;
    /* border-style: solid; */
    border-bottom: none;
}

figure img,
img.picture,
.flexslider .slides img,
.video iframe {
}


/*-----Colours Proposals, Downloads & Contact Icons List-----*/


/*Proposals*/

/* ul.icons li::after {
	background-color: #132a3e;
} */

ul.icons li::before {
	color: #132a3e;
}

/*Downloads*/

ul.downloads li a {
	color: var(--primary);
}

ul.downloads li a:hover {
	color: var(--secondary);
}

/*Contact*/

ul.downloads li::after{
	background-color: var(--secondary)
}

ul.icons.contact li strong {
    color: var(--primary);
}
/* ul.icons.contact {
	border-top-color: #ccb99b;
} */


/*-----Colours Forms-----*/

form {
	border-top-color: #ccb99b;
}

.required {
	color: #ccb99b;
}

/*Text Box*/

input[type=text],
textarea {
	border-color: #cccccc;
}

input[type=text]:focus,
textarea:focus {
	border-color: #303030;
}

/*Radio Buttons & Checkboxes*/

input[type=radio]::before,
input[type=checkbox]::before {
	border-color: #ccb99b;
}

input[type=radio]::after,
input[type=checkbox]::after {
	background: #ccb99b;
}

/*Submit Button*/

.submit {
	background-color: var(--primary);
	color: #ffffff;
}

.submit:hover {
	background-color: var(--secondary);
}

/*Close Button*/

.cancel {
	background-color: var(--primary);
	color: #ffffff;
	border-color: #ffffff;
}

.cancel:hover {
	background-color: var(--secondary);
}


/*-----Colours FAQS-----*/


/*Plus & Minus Symbol*/

.tab-label::after {
	background-color: var(--secondary);
	color: #ffffff;
}

.tab-label:hover::after {
	background-color: var(--primary);
}

/*FAQ Text*/

.tab {
  	color: #132a3e;
}

.tab:hover {
	color: var(--primary);
}

/*Seperators*/

.tab-content {
	border-bottom-color: var(--secondary);
	border-width: 3px;
}




/*--------------------------------FONTS--------------------------------*/


/*-----Font Type-----*/


body,
html,
* {
	font-family: "Montserrat",sans-serif;
}


/*-----Font Size-----*/


/*Callouts, CTAs & Buttons*/

.cta a {
    font-size: 1em;
    line-height: 1.2;
}

/*Form Text*/

label,
.submit,
.popup-content p {
	font-size: 1em;
}

.disclaimer,
.popup-content p.disclaimer {
	font-size: 0.75em;
	line-height: 1.3;
}

/*Form Text Mobile & Tablet Width*/

@media (max-width: 1000px) {
	
	label.consent {
		font-size: 0.813em;
	}

	#message .popup-content p {
		font-size: 0.811em;
	}
	
	.popup-content p.disclaimer {
		font-size: 0.625em;
	}
	
}

/*FAQS*/

.tab-content p {
	font-size: 1em;
}

label.tab-label {
	font-size: 1em;
}

/*Footer*/

#page-footer {
	font-size: 0.75em;
}


/*Navigation Mobile & Tablet Width*/

@media (max-width: 1000px) {

	nav ul li {
		font-size: 1.065em;
	}
	
}

/*Navigation Desktop Width*/

@media (min-width: 1001px) {

	nav ul li {
		font-size: 1.125em;
	}
	
}

/*Headings Mobile & Tablet Width*/

@media (max-width: 1000px) {

	h1 {
		font-size: 1.6em;
		line-height: 1.25
	}
	
	h2 {
		font-size: 1.25em;
		line-height: 1.25;
		margin-top: 40px;
	}
	
	h3 {
    	font-size: 1.125em;
    	line-height: 1.4;
		margin-bottom: 10px;
	}
	
	h4 {
		font-size: 1em;
		line-height: 1.4;
	}
	
}

/*Headings Desktop Width*/

@media (min-width: 1001px) {

	h1 {
		font-size: 1.8em;
		line-height: 1.15
	}
	
	h2 {
		font-size: 1.25em;
		line-height: 1.25;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	#location h2, #development h2{
		margin-top: 30px;
	}
	
	h3 {
		font-size: 1.125em;
        line-height: 1.3;
        margin-bottom: 20px;
        margin-top: 25px;
	}
	
	h4 {
		font-size: 1.125em;
		line-height: 1.4;
	}
	
}

/*Paragraph Mobile & Tablet Width*/

@media (max-width: 1000px) {

	p,
	li {
		font-size: 1em;
	}
	
}

/*Paragraph Desktop Width*/

@media (min-width: 1001px) {

	p,
	li {
		font-size: 1.125em;
	}
	
}

/*Images & Captions Mobile & Tablet Width*/

@media (max-width: 1000px) {

	figcaption,
	.video-caption,
	.flex-caption {
		font-size: 0.875em;
	}
	
}

/*Images & Captions Desktop Width*/

@media (min-width: 1001px) {

	figcaption,
	.video-caption,
	.flex-caption {
    	font-size: 1em;
	}
	
}

/*Downloads Mobile Width*/

@media (max-width: 768px) {

	ul.downloads li {
		font-size: 0.875em;
	}
	
}

/*Downloads Tablet & Desktop Width*/

@media (min-width: 1001px) {

	ul.downloads li {
    	font-size: 1.125em;
	}
	
}


/*-----Font Weight-----*/


/*Navigation*/

nav ul li {
	font-weight: 600;
}

/*Headers*/

h1, 
h3 {
	font-weight: 700;
}

/*Text Links*/

p a,
ul.icons li a {
	font-weight: 700;
}

/*Forms*/

.popup-content p {
	font-weight: 700;
}

.popup-content p.disclaimer {
	font-weight: 400;
}

/*Callouts, CTAs & Buttons*/

.cta p,
.cta a {
	font-weight: 700;
}

/*Footer*/

#page-footer {
	font-weight: 400;
}

#page-footer a {
	font-weight: 700;
}



/*--------------------------------LOGO--------------------------------*/


/*-----Mobile Logo (Remove this section if no seperate mobile version of logo)-----*/


@media (max-width: 1000px) {

	.headerlogo a {
		background-image: url("../img/LEHQ_logo_mobile.svg");
		background-repeat: no-repeat;
	}
	
	
	
}


/*-----Logo Size Mobile & Tablet Width-----*/
.headerlogo2 {
    margin-bottom: 20px;
}

@media (max-width: 1000px) {

	.headerlogo a,
	.headerlogo a img {
		width: 162px;
    	height: 50px;
		position: relative;
        left: -12px;
	}
	
}


/*-----Logo Size Desktop Width-----*/


@media (min-width: 1001px) {

	.headerlogo a,
	.headerlogo a img {
    	width: 240px;
    	max-height: 150px;
	}
	
}



/*--------------------------------PROPOSALS & CONTACT ICONS--------------------------------*/


@font-face {
  font-family: 'engagementiconset';
  src: url("icons/engagementiconset.eot");
  src: url("icons/engagementiconset.eot#iefix") format('embedded-opentype'), 
	  url("icons/engagementiconset.woff") format('woff'), 
	  url("icons/engagementiconset.ttf") format('truetype'), 
	  url("icons/engagementiconset.svg#engagementiconset") format('svg');
  font-weight: normal;
  font-style: normal;
}

ul.icons {
	list-style-type: none;
	padding-inline-start: 0px;
	margin-top: 60px;
}

ul.icons li {
	text-indent: 0;
	font-weight: 500;
	min-height: 40px;
	line-height: 1.1;
	margin-bottom: 30px;
}


ul.icons li::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.icons li:last-child::after {
	display: none;
}

ul.icons li::before {
	font-family: engagementiconset;
	content: "\e800";
	width: 40px;
	font-size: 40px;
	margin-right: 15px;
	float: left;
	clear: both;
	margin-top: -15px;
	margin-bottom: 30px;
	
}

ul.icons li.post:before {
	background-image: url("../img/post.svg");
	display: block;
	content: "";
    height: 51px;
    width: 50px;
    background-size: 100%;
    margin-left: -71px !important;
    margin-bottom: 1px;
	margin-top: 6px;

}

ul.icons li.email:before {
	background-image: url("../img/email2.svg");
	display: block;
    content: "";
    height: 33px;
    width: 70px;
    background-size: 100%;
    /* margin-top: -7px; */
    margin-bottom: 1px;
	

}

ul.icons li.phone:before {
    background-image: url(../img/phone.svg);
	display: block;
    content: "";
    height: 50px;
    width: 50px;
    background-size: 100%;
    /* margin-top: -7px; */
    margin-left: -71px !important;
	

}

ul.icons li.bicycle:before {
	background-image: url("../img/bicycle-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	

}
ul.icons li.bin:before {
	background-image: url("../img/bin-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	

}
ul.icons li.biodiversity:before {
	background-image: url("../img/biodiversity-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	

}
ul.icons li.buffer:before {
	background-image: url("../img/buffer-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	

}
ul.icons li.building:before {
	background-image: url("../img/building-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	margin-bottom: 40px;
	

}
ul.icons li.car:before {
	background-image: url("../img/car-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	

}
ul.icons li.charging:before {
	background-image: url("../img/charging-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}
ul.icons li.woodland:before {
	background-image: url("../img/woodland-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}
ul.icons li.biodiversity:before {
	background-image: url("../img/biodiversity-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}
ul.icons li.planting:before {
	background-image: url("../img/planting-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
}
ul.icons li.entrance:before {
	background-image: url("../img/entrance-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}
ul.icons li.footpath:before {
	background-image: url("../img/footpath-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}
ul.icons li.height:before {
	background-image: url("../img/height-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.hgv:before {
	background-image: url("../img/hgv-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.parking:before {
	background-image: url("../img/parking-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
}

ul.icons li.height:before {
	background-image: url("../img/height-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.pedestrian:before {
	background-image: url("../img/pedestrian-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.ponds:before {
	background-image: url("../img/ponds-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.seating:before {
	background-image: url("../img/seating-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.size:before {
	background-image: url("../img/size-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.wildlife:before {
	background-image: url("../img/wildlife-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.height:before {
	background-image: url("../img/height-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.height:before {
	background-image: url("../img/height-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.energy:before {
	background-image: url("../img/energy-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.energy:before {
	background-image: url("../img/energy-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.energy:before {
	background-image: url("../img/energy-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.solar:before {
	background-image: url("../img/solar-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	margin-bottom: 55px;
}

ul.icons li.recycle:before {
	background-image: url("../img/recycle-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.sunlight:before {
	background-image: url("../img/sunlight-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.materials:before {
	background-image: url("../img/materials-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}

ul.icons li.waste:before {
	background-image: url("../img/waste-01.svg");
	display: block;
	content: "";
	height: 48px;
    width: 48px;
    background-size: 100%;
	
}




/*Contact*/


/* ul.icons.contact {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;
} */

ul.icons.contact li {
	line-height: 1.5;
	font-weight: 400;
	margin-left: 65px;
	color: white;
}

ul.icons.contact li strong {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

ul.icons.contact li::before {
	font-size: 50px;
    margin-top: 0px;
    position: absolute;
    margin-left: -80px;
}

ul.icons.contact li::after {
    content: "";
    display: block;
    height: 1px;
	width: 100%;
    width: calc(100% + 65px);
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: -65px;
}

ul.icons.contact li:last-child::after {
    display: none;
}



/*-----Icons Mobile & Tablet Width-----*/


@media (max-width: 1000px) {

	ul.icons {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	
}


/*-----Icons Desktop Width-----*/


/* @media (min-width: 1001px) {

	ul.icons {
		margin-top: 50px;
		margin-bottom: 70px;
	}
	
} */



/*--------------------------------HEADER--------------------------------*/


.headerlogo a {
	display: block;
}


/*-----Header Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	body {
    	padding-top: 90px;
	}
	
	#masthead {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 99;
		transition: top 0.2s ease-in-out;
	}
	
	#masthead.nav-up {
		top: -90px;
	}
	
	.headercontent {
    	padding: 20px;
	}
	
}


/*-----Header Desktop Width-----*/


@media (min-width: 1001px) {
	
	#masthead {
		position: fixed;
		height: 100vh;
		width: 400px;
		z-index: 99999;
	}
	
	.headercontent {
    	max-width: 220px;
    	margin-left: auto;
    	margin-right: auto;
    	padding: 120px 0 0 0;
	}	
	
}



/*--------------------------------NAVIGATION--------------------------------*/


nav ul {
	padding-inline-start: 0px;
}

nav ul li {
	padding-left: 0;
	list-style: none;
	position: relative;
	line-height: 1.1;
}

nav ul li a {
	text-decoration: none;
	transition: 0.2s;
}

nav ul li.current a::before {
	margin-left: -35px;
	transition: 0.5s all ease-in-out;
}


/*-----Navigation Mobile & Tablet Width-----*/


@media (max-width: 1000px) {

	/*Mobile Navigation*/

	#navbar {
		position: relative;
		top: 20px;
	}
	
	nav ul {
		border-top-style: solid;
		border-top-width: 1px;
		display: none;
	}
	
	nav ul li {
    	border-bottom-style: solid;
    	border-bottom-width: 1px;
    	display: block;
    	float: none;
	}
	
	nav ul li:last-child {
    	border-bottom: none;
	}
	
	nav ul li a {
    	padding: 15px 0;
		display: block;
	}
	
	#menu-icon {
		display: block;
	}
	
	/*Hamburger Icon*/

	#menu-icon {
		width: 40px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 300;
		-webkit-transform: rotate(0deg);
  		-moz-transform: rotate(0deg);
  		-o-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: .5s ease-in-out;
  		-moz-transition: .5s ease-in-out;
  		-o-transition: .5s ease-in-out;
  		transition: .5s ease-in-out;
	}

	#menu-icon:focus {
		outline: none;
	}

	#menu-icon span {
  		display: block;
  		position: absolute;
  		height: 6px;
  		width: 100%;
  		opacity: 1;
  		left: 0;
  		-webkit-transform: rotate(0deg);
  		-moz-transform: rotate(0deg);
  		-o-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: .25s ease-in-out;
  		-moz-transition: .25s ease-in-out;
  		-o-transition: .25s ease-in-out;
  		transition: .25s ease-in-out;
	}

	#menu-icon span:nth-child(1) {
  		top: 0px;
	}

	#menu-icon span:nth-child(2) {
  		top: 12px;
	}

	#menu-icon span:nth-child(3) {
  		top: 24px;
	}

	#menu-icon.active span:nth-child(1) {
  		top: 12px;
  		-webkit-transform: rotate(135deg);
  		-moz-transform: rotate(135deg);
  		-o-transform: rotate(135deg);
  		transform: rotate(135deg);
	}

	#menu-icon.active span:nth-child(2) {
  		opacity: 0;
  		left: -60px;
	}

	#menu-icon.active span:nth-child(3) {
  		top: 12px;
  		-webkit-transform: rotate(-135deg);
  		-moz-transform: rotate(-135deg);
  		-o-transform: rotate(-135deg);
  		transform: rotate(-135deg);
	}
	
}


/*-----Navigation Desktop Width-----*/


@media (min-width: 1001px) {
	
	nav ul {
		margin-top: 35px;
	}
	
	nav ul li {
		margin-bottom: 5px;
		counter-increment: step-counter;
	}
	
	nav ul li a {
		display: block;
    	padding: 0 0px 18px 0px;
	}
	
	/* nav ul li a::before {
		content: "";
		display: grid;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		margin-left: -150px;
		grid-area: 1/1;
   	 	-webkit-clip-path: polygon(0 40%, 67% 40%, 30% 0, 55% 0, 100% 50%, 55% 100%, 32% 100%, 67% 60%, 0 60%);
		clip-path: polygon(0 40%, 67% 40%, 30% 0, 55% 0, 100% 50%, 55% 100%, 32% 100%, 67% 60%, 0 60%);
    	animation: a4 1s infinite alternate;
		width: 15px;
    	height: 15px;
		transition: 0.35s all ease-in-out;
	} */
	
	nav ul li::after {
		content: "";
        display: block;
        height: 1px;
        width: 26%;
        margin-top: 0px;
        z-index: 0;
        position: absolute;
        bottom: 4px;
	}
	
	nav ul li:hover::after, 
    nav ul li:focus::after, 
    nav ul li:active::after {
        height: 1px;
        margin-top: 12px;
        width: 100%;
        -webkit-animation: linewidth .3s ease-in-out;
        -moz-animation: linewidth .3s ease-in-out;
        -o-animation: linewidth .3s ease-in-out;
        animation: linewidth .3s ease-in-out;
    }
	
	nav ul li a:focus::after,
	nav ul li a::active::after {
		content: "";
		display: block;
		height: 3px;
		margin-top: 12px;
		margin-bottom: -15px;
		position: relative;
		z-index: 10000;
		width: 100%;
	}
	
	#menu-icon {
		display: none;
	}
	
	#navbar ul {
		display: block !important;
	}
	
}



/*--------------------------------TEXT--------------------------------*/




h2::after {
	content: "";
    display: block;
    width: 6.5%;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 25px;
}

#contact h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 40px;
    margin-bottom: 40px;
}


.callout h4 {
	text-transform: uppercase;
}


p {
	margin: 0 0 1em 0;
}

p a,
ul.icons li a {
	text-decoration: none;
	padding-bottom: 4px;
}

#contact ul.icons li a {
    color: var(--primary);
    box-shadow: inset 0 -3px 0 #ccb99b;
}

#contact ul.icons li a:hover {
    color: #ffffff;
    /* box-shadow: rgb(255 255 255) 0px -3px 0px inset; */
}

p a:hover,
ul.icons li a:hover {
	padding-bottom: 1px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}


/*-----Text Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	/* h3::after {
		margin-top: 30px;
    	margin-bottom: 30px;
	} */
	
}



/*--------------------------------IMAGES--------------------------------*/


figcaption,
.video-caption,
.flex-caption {
	display: inline-block;
	padding: 8px 10px;
}

figure img,
img.picture {
	border-bottom-width: 3px;
	width: 100%;
	height: auto;
}

figure a img:hover {
	opacity: 0.8;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}


/*-----Images Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	figure,
	img.picture {
		margin-top: 35px;
		margin-bottom: 50px;
	}
	
}


/*-----Images Desktop Width-----*/


@media (min-width: 1001px) {

	figure {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	
	img.picture {
		margin-top: 45px;
		margin-bottom: 60px;
	}
	
}



/*--------------------------------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;
	margin-top: 15px;
}

.flex-caption,
.video-caption{
	margin-bottom: 0 !important;
	    font-size: 0.7em;
}

.flex-direction-nav a {
    width: 50px !important;
    height: 50px !important;
    margin: -40px 0 0 !important;
	background-color: var(--primary);
    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: 20px !important;
		margin-bottom: 60px !important;
	}
	
}



/*--------------------------------VIDEO EMBED--------------------------------*/


.video {
	width: 100%;
	padding-top: 56.2%;
	position: relative;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.video-caption {
	float: left;
}


/*-----Video Embed Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	.video {
		margin-top: 35px;
		margin-bottom: 80px;
	}
	
}


/*-----Video Embed Desktop Width-----*/


@media (min-width: 1001px) {
	
	.video {
		margin-top: 45px;
		margin-bottom: 90px;
	}
	
}



/*--------------------------------FORMS--------------------------------*/


form {
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 0px;
}

fieldset {
	border: none;
	margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-block-end: 0;
}

.form-group {
	margin: 10px 0;
}

label {
	font-weight: 700;
	line-height: 1.3;
}

.col-md-4 {
	margin: 7px 0 33px 0;
}

.col-md-4 label,
label.consent {
	font-weight: 400;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
	white-space: nowrap;
}


/*-----Text Boxes-----*/


input[type=text],
textarea {
	border-style: solid;
	border-width: 1px;
	padding: 6px 10px;
}

input[type=text]:focus-visible,
textarea:focus-visible {
	outline: none;
}

textarea {
	width: 100%;
	min-height: 120px;
}


/*-----Radio Buttons & Checkboxes-----*/


input[type=radio],
input[type=checkbox] {
  	position: relative;
	left: -999999px;
	cursor: pointer;
}

input[type=radio]::before,
input[type=radio]::after,
input[type=checkbox]::before,
input[type=checkbox]::after {
  	content: '';
  	position: absolute;
  	border-radius: 100%;
}

input[type=radio]::before,
input[type=checkbox]::before {
  	left: 999999px;
  	top: -2px;
  	display: inline-block;
  	width: 18px;
    height: 18px;
  	border-style: solid;
	border-width: 2px;
  	background: #ffffff;
	margin-left: -15px;
}

input[type=radio]::after,
input[type=checkbox]::after {
  	left: 999999px;
	margin-left: -8px;
	width: 1px;
	height: 1px;
}

input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  	left: 999999px;
  	top: 2px;
	margin-left: -11px;
	width: 10px;
    height: 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}


/*-----Submit-----*/


.submit {
    border: none !important;
    margin: 25px auto 45px auto;
    padding: 17px 25px !important;
    display: block;
    text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}


/*-----Registration Form-----*/

body.popup-open {
	overflow: hidden;
}

.form-popup {
  	display: none;
	justify-content: center;
  	align-items: center;
  	position: fixed;
	min-height: 100vh;
  	top: 0;
  	z-index: 9999999999;
	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);
}

.popup-content p {
	text-align: center;
}

.popup-content p.disclaimer {
	text-align: left;
	margin-top: 8px;
	padding: 0 20px 30px 20px;
}

.reg-form {
  	border-top: none;
	margin-top: 30px;
	padding-top: 0;
}

.cancel {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	border-width: 2px;
	border-style: solid;
	font-weight: 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) {
	
	.form-popup {
    	overflow-y: scroll;
    	-webkit-overflow-scrolling: touch;
	}
	
	form {
		margin-top: 45px;
		padding-top: 45px;
	}
	
	.popup-content {
		width: 85% !important;
  		margin: 20px auto;
		/*transform: translateX(-10px);*/
	}

	#message .popup-content {
		margin: 190px auto 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%;
	}
	
}


/*-----Forms Desktop Width-----*/


@media (min-width: 1001px) {
	
	form {
		margin-top: 60px;
		padding-top: 60px;
	}
	
	.popup-content {
  		margin: 60px auto;
	}
	
}



/*--------------------------------DOWNLOADS--------------------------------*/


ul.downloads {
	list-style-type: none;
	padding-inline-start: 0px;
}

ul.downloads li {
	text-indent: 0;
	font-weight: 700;
	min-height: 40px;
	line-height: 1.1;
	color: var(--primary);
}


ul.downloads li::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 25px;
    margin-bottom: 25px;
}

ul.downloads li:last-child::after {
	display: none;
}

ul.downloads li a {
	float: right;
	text-decoration: none;
	font-weight: 300;
}


/*-----Downloads Mobile & Tablet Width-----*/


@media (max-width: 1000px) {

	ul.downloads {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	
}


/*-----Downloads Desktop Width-----*/


@media (min-width: 1001px) {

	ul.downloads {
		margin-top: 50px;
		margin-bottom: 70px;
	}
	
}



/*--------------------------------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;
}

.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;
}

.tab-content {
  	max-height: 0;
  	padding: 0 0 0 40px;
  	-webkit-transition: all .35s;
  	transition: all .35s;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: -5px;
}

.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;
}



/*--------------------------------FOOTER--------------------------------*/


#footer-wrap a {
	text-decoration: none;
}


/*-----General Mobile & Tablet Width-----*/


@media (max-width: 1557px) {
	
	#footer-wrap {
		padding: 30px 15px 25px 15px;
		text-align: center;
	}
	
	.footer-one {
		margin-bottom: 7px;
	}
	
}


/*-----General Desktop Width-----*/


@media (min-width: 1557px) {
	
	#footer-wrap {
		margin-right: 12%;
    	margin-left: 10%;
		padding: 35px 0;
	}
	
	#footer-wrap:after {
  		content: "";
  		display: table;
  		clear: both;
	}
	
	.footer-one {
		width: 50%;
		float: left;
	}
	
	.footer-two {
		width: 50%;
		float: right;
		text-align: right;
	}
	
}



/*--------------------------------GENERAL--------------------------------*/


body { 
	margin: 0;
}

html {
  scroll-behavior: smooth;
}

a:hover {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.section-wrap {
	overflow: hidden;
}

.callout,
.cta {
	margin-top: 45px;
	margin-bottom: 60px;
}

.callout {
    border-style: solid;
    background-clip: border-box;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.cta {
	border-top-width: 2px;
    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 a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    border-style: solid !important;
    border-width: 3px !important;
    border-color: var(--secondary) !important;
    border-radius: 0px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 17px 25px;
    display: inline-block;
    margin-top: 15px;

}

.container-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.container-top:hover {
	opacity: 0.9 !important;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.container-top svg {
	border-radius: 50%;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.container-top svg:hover > #scrolltop-arrow {
	transform: translate3d(0px, -3px, 0px);
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.container-top svg > #scrolltop-arrow {
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}



/*-----General Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	.section-content {
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 95px;
		padding-bottom: 70px;
	}
	
	.section-wrap:first-child .section-content {
		padding-top: 30px;
	}
	
}


/*-----General Desktop Width-----*/


@media (min-width: 1001px) {
	
	#maincontentwrapper,
	#page-footer {
		margin-left: 400px;
	}
	
	.section-content {
		margin-left: 10%;
		margin-right: 12%;
		padding-top: 115px;
		padding-bottom: 90px;
	}
	
	.section-wrap:first-child .section-content {
		padding-top: 60px;
	}
	
	.container-top {
		display: none;
	}
	
}



/*--------------------------------ANIMATIONS--------------------------------*/


@-webkit-keyframes linewidth {
	0%   { width: 26%; }
  	100% { width: 100%; }
}
@-moz-keyframes linewidth {
	0%   { width: 26%; }
  	100% { width: 100%; }
}
@-o-keyframes linewidth {
    0%   { width: 26%; }
  	100% { width: 100%; }
}
@keyframes linewidth {
    0%   { width: 26%; }
  	100% { width: 100%; }
}

@-webkit-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 26%; }
}
@-moz-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 26%; }
}
@-o-keyframes linewidth-out {
    0%   { width: 100%; }
  	100% { width: 26%; }
}
@keyframes linewidth-out {
	0%   { width: 100%; }
	100% { width: 26%; }
}

@-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 a4 {
  0%  {transform: scale(var(--s,1)) translate(12px,-6px) translate(2px)}
  100%{transform: scale(var(--s,1)) translate(12px,-6px) translate(-2px)}
}
@-moz-keyframes a4 {
  0%  {transform: scale(var(--s,1)) translate(12px,-6px) translate(2px)}
  100%{transform: scale(var(--s,1)) translate(12px,-6px) translate(-2px)}
}
@-o-keyframes a4 {
  0%  {transform: scale(var(--s,1)) translate(12px,-6px) translate(2px)}
  100%{transform: scale(var(--s,1)) translate(12px,-6px) translate(-2px)}
}
@keyframes a4 {
  0%  {transform: scale(var(--s,1)) translate(12px,-6px) translate(2px)}
  100%{transform: scale(var(--s,1)) translate(12px,-6px) translate(-2px)}
}



/*--------------------------------CSS RESET--------------------------------*/


*, 
*::before, 
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, 
body {
  height: 100%;
  font-family: var(--body-fonts);
}

body {
  line-height: 1.5;
  -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;
}


/*--------------------------------GOOGLE TRANSLATE--------------------------------*/


#google_translate_element {
	position: fixed;
	z-index: 99;
	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;
}

.centered-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 2rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	font-weight: bold;
	text-align: center;
  }
  .heroimage {
	position: relative;
	width: 100%;
	margin: 0 auto;
  }
  .heroimage img {
	width: 100%;
	height: auto;
	display: block;
  }

  .heroimage .herotext{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	font-weight: bold;
	font-size: 1.4em ;
}

@media (min-width:1000px) and (max-width:1065px ) {
	.heroimage .herotext{
		font-size: 0.8em ;
	}
}

@media (min-width:1065px) and (max-width:1207px ) {
	.heroimage .herotext{
		font-size: 0.9em ;
	}
}
@media (min-width:1208px) and (max-width:1470px ) {
	.heroimage .herotext{
		font-size: 1.1em ;
	}
}

@media (max-width:1000px ) {
	.heroimage .herotext{
		font-size: 0.9em ;
	}

	.heroimage img {
    transform: none !important;
}
}

@media (max-width:640px ) {
	.heroimage .herotext{
		font-size: 0.66em;
	}

	.heroimage .herotext {
		position: absolute;
		top: 50%;
		left: 48.6%;
		transform: translate(-50%, -50%);
		font-weight: bold;
	}
}

@media (max-width:420px ) {
	.heroimage .herotext{
		font-size: 0.56em;
	}
}

.heroimage  .overlay {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #27387675;
  }

  .herotext {
    text-align: center;
    width: 90%;
}

.heroimage p {
	border-right: .15em solid var(--secondary);
	white-space: nowrap;
	overflow: hidden;
	color: white;
	margin: 0 auto;
  }

  


  .heroimage p:nth-child(1) {
	width: 25.3em;
	-webkit-animation: type 2s steps(40, end);
	animation: type 3s steps(40, end);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  }
  
  .heroimage p:nth-child(2) {
	width: 39em;
	opacity: 0;
	-webkit-animation: type2 2s steps(40, end);
	animation: type2 3s steps(40, end);
	-webkit-animation-delay: 2s;
	animation-delay: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  }
  
  
  .heroimage p:nth-child(3) {
	width: 31.5em;
	opacity: 0;
	-webkit-animation: type3 2s steps(20, end), blink .5s step-end infinite alternate;
	animation: type3 2s steps(20, end), blink .5s step-end infinite alternate;
	-webkit-animation-delay: 4s;
	animation-delay: 6s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  }
  
  @keyframes type {
	0% {
	  width: 0;
	}
	99.9% {
	  border-right: .15em solid orange;
	}
	100% {
	  border: none;
	}
  }
  
  @-webkit-keyframes type {
	0% {
	  width: 0;
	}
	99.9% {
	  border-right: .15em solid orange;
	}
	100% {
	  border: none;
	}
  }
  
  @keyframes type2 {
	0% {
	  width: 0;
	}
	1% {
	  opacity: 1;
	}
	99.9% {
	  border-right: .15em solid orange;
	}
	100% {
	  opacity: 1;
	  border: none;
	}
  }
  
  @-webkit-keyframes type2 {
	0% {
	  width: 0;
	}
	1% {
	  opacity: 1;
	}
	99.9% {
	  border-right: .15em solid orange;
	}
	100% {
	  opacity: 1;
	  border: none;
	}
  }
  
  @keyframes type3 {
	0% {
	  width: 0;
	}
	1% {
	  opacity: 1;
	}
	100% {
	  opacity: 1;
	}
  }
  
  @-webkit-keyframes type3 {
	0% {
	  width: 0;
	}
	1% {
	  opacity: 1;
	}
	100% {
	  opacity: 1;
	}
  }
  
  @keyframes blink {
	50% {
	  border-color: transparent;
	}
  }
  @-webkit-keyframes blink {
	50% {
	  border-color: tranparent;
	}
  }

  .heroimage img {
	filter: grayscale(var(--grey)) contrast(0.7) blur(0px);
	flex: 1 0 100%;
	height: 100%;
	max-width: 100%;
	mix-blend-mode: multiply;
	object-fit: cover;
	opacity: 1;
	position: static;
	width: 100%;
  transform: scale(var(--sx),var(--sy));
  will-change: transform;
}

.herotext {
	max-width: 77rem;
	width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	z-index: 1;
	opacity: var(--opacity);
	/*
	 * The will-change CSS property provides a way for authors to hint browsers about the kind of changes
	 * to be expected on an element, so that the browser can setup appropriate optimizations ahead of time
	 * before the element is actually changed.
	 */
	will-change: opacity;
}

.heroimage {
    width: 100%;
    height: auto;
}

#heroimage 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;
}
}

.imagebox {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* Two equal-width columns */
	gap: 10px;
}

.imagebox.box2 {
    margin-bottom: 35px;
    margin-top: 25px;
}

.imagebox img {
	width: 100%;
	height: auto;
}

@media (min-width: 1000px) and (max-width: 1437px) {
	
	.imagebox {
		display:block;
	}

	#location figure {
        margin-bottom: 30px;
    }

	
}

@media (max-width: 764px) {
	
	.imagebox {
		display:block;
		margin-bottom: 25px;
	}

	#location figure {
        margin-bottom: 30px;
    }



	
}

ul.list {
    margin-left: -20px;
	margin-bottom: 35px;
}
ul.list.listwo {
    margin-top: 0px !important;
}

.imagelist {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Two equal-width columns */
	gap: 10px;
	margin-bottom: 20px;
}

#location .imagelist {
		margin-top: -15px;
}
.imagelist img {
	width: 100%;
	height: auto;
}

@media (min-width:1001px) and (max-width:1299px) {
	.imagelist {
		display: grid
	;
		grid-template-columns: repeat(1, 1fr);
		gap: 5px;
		margin-bottom: 35px;
	}

	#proposals img {
		margin-bottom: 0px !important;
	}
}

@media (max-width:764px) {
	.imagelist {
		display: grid
	;
		grid-template-columns: repeat(1, 1fr);
		gap: 5px;
		margin-bottom: 35px;
	}
	.headerlogo2 {
		margin-bottom: 20px;
		display: none;
	}

	#proposals img {
		margin-bottom: 0px !important;
	}
}

@media (max-width:1000px) {

	.headerlogo2 {
		display: none;
	}

}
/*--------------------------------TIMELINE--------------------------------*/

ul.timeline li.complete::after {
    border-left-color: var(--secondary) !important;
}
ul.timeline li.complete::after {
    border-right-color: var(--secondary) !important;
}
ul.timeline li.complete p{
	color: white;
}

ul.timeline li.complete{
	background-color: var(--secondary);
	color: var(--primary);
}

ul.timeline li.completed::after {
    border-left-color: #788cd3 !important;
}
ul.timeline li.completed::after {
    border-right-color: #788cd3;
}
ul.timeline li.completed p{
	color: white;
}

ul.timeline li.completed{
	background-color: #788cd3;
	color: var(--primary);
}

li.completed.aos-init.aos-animate {
    border-radius: 15px;
}

ul.timeline::before {
	background-color: var(--primary);
}

ul.timeline li {
	color: #ffffff;
    background: var(--secondary);
}

ul.timeline li:before {
	background-color: var(--primary);
	border-color: var(--secondary);
	color: transparent;
}

ul.timeline li.current:before {
    background-color: var(--primary);
    /* border-color: var(--secondary); */
    /* color: transparent; */
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 3px var(--secondary);
}

ul.timeline li.current:before {
    background-color: var(--primary);
    /* border-color: var(--secondary); */
    /* color: transparent; */
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 3px var(--secondary);
}

ul.timeline li::after {
	border-right-color: #d3d3d3;
}

ul.timeline li  {
	color: #000000;
}


ul.timeline li.current strong {
	color: var(--secondary);
}
ul.timeline li.current {
	color: #ffffff;
}


ul.timeline li.current {
    background: var(--primary);
}

ul.timeline li.completed2 {
    background: #788cd3;
}

ul.timeline li.completed2::after {
	border-right-color: var(--primary);
}
ul.timeline li.current::after {
	border-right-color: var(--primary);
}

ul.timeline li a {
	text-decoration: solid;
	list-style: solid;
  	font-weight: 700;
	color: #ffffff;
}

u:hover{
	color: var(--secondary); 
	transition: .2s ease-in-out;
}

/* ul.timeline li.current a {
	background-image: linear-gradient(#F1B51C 50%, #d3d3d3 50%);
} */

ul.timeline li a:hover {
  	background-position-y: 100%;
	color: var(--secondary);
	transition: .2s ease-in-out;
}

/* ul.timeline li.current a:hover {
	color: #d3d3d3;
} */

@media (min-width: 769px) {
   	ul.timeline li:nth-child(odd)::after {
		border-left-color: #d3d3d3;
	}
	ul.timeline li.current:nth-child(odd)::after {
		border-left-color: var(--primary);
	}
}

ul.timeline {
	counter-reset: numbered-list;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 45px;
	list-style: none;
	padding: 0;
	position: relative;
}

#about ul.timeline {
	margin-bottom: 75px;
}

ul.timeline::before {
	content: "";
	display: block;
	height: 100%;
	width: 2px;
	padding: 0;
	position: absolute;
	left: 50%;
  	transform: translateX(-50%);
}

ul.timeline li {
	width: 46%;
	font-size: 16px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 20px;
}

ul.timeline li:last-child {
    margin-bottom: 0px;
}

ul.timeline li:nth-child(2n) {
    margin-left: auto;
	margin-right: 0;
}

ul.timeline li:before {
	border-width: 4px; 
	border-style: solid;
	border-radius: 50%;
	content: counter(numbered-list, decimal);
	counter-increment: numbered-list;
	display: block;
	font-weight: bold;
	width: 30px;
	height: 30px;
	margin-top: -5px;
	line-height: 24px;
	position: absolute;
	left: -46px;
	text-align: center;
}

ul.timeline li.current:before {
	border-width: 0.000px;
    border-style: solid;
}

ul.timeline li::after {
	display: block;
	content: "";
	position: absolute;
	left: -10px;
	top: 20px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right-width: 10px;
	border-right-style: solid;
}

ul.timeline li strong {
	display: block;
	margin-bottom: 3px;
}

ul.timeline li.current::after {
	border-right-width: 10px;
	border-right-style: solid;
}


/*---Timeline Mobile---*/

@media (max-width: 768px) {
    ul.timeline {
		margin-top: 20px;
		margin-bottom: 35px;
        font-size: 14px;
		margin-left: 10px;
    }
	
	ul.timeline::before {
		left: 0;
  		transform: translateX(0);
	}
	
	ul.timeline li {
		width: 94%;
    	margin-left: 30px;
	}
	
	ul.timeline li:nth-child(2n) {
    	margin-left: 30px;
		margin-right: auto;
	}
	
	ul.timeline li:before {
    	left: -43px;
	}
}

@media (min-width: 769px) {
   	ul.timeline li:nth-child(odd)::after {
		right: -10px;
		left: initial;
		border-left-width: 10px;
		border-left-style: solid;
		border-right: none;
	}
	ul.timeline li:nth-child(odd)::before {
		right: -10%;
		left: initial;
	}
	ul.timeline li.current:nth-child(odd)::after {
		border-left-width: 10px;
		border-left-style: solid;
		border-right: none;
	}
	ul.timeline li:before {
    	left: -10%;
	}
}

@media (min-width: 769px) and (max-width: 875px) {
	ul.timeline li {
		width: 45.5%;
	}
	ul.timeline li:nth-child(odd)::before {
    	right: -14.25%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -14.25%;
	}
}

@media (min-width: 876px) and (max-width: 999px) {
	ul.timeline li {
		width: 46%;
	}
	ul.timeline li:nth-child(odd)::before {
    	right: -12.25%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -12.25%;
	}
}

@media (min-width: 1000px) {
	ul.timeline li:nth-child(odd)::before {
    	right: -9.5%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -9.5%;
	}
}

@media (min-width: 1100px) {
	ul.timeline li:nth-child(odd)::before {
    	right: -9.25%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -9.25%;
	}
}

@media (min-width: 1200px) {
	ul.timeline li:nth-child(odd)::before {
    	right: -3.25em;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -3.25em;
	}
}

@media (min-width: 1000px) and (max-width: 1350px) {
	ul.timeline li:before {
		display: none;
	}
}

@media (min-width: 1350px) and (max-width: 1500px) {

	ul.timeline li:nth-child(odd)::before {
		right: -13%;
	}

	ul.timeline li::before {
		left: -13%;
	}
	
}
	
@media (min-width: 1501px) {
	
	ul.timeline li:nth-child(odd)::before {
		right: -11.25%;
	}

	ul.timeline li::before {
		left: -11.25%;
	}
	
}

li.complete.aos-init.aos-animate {
    border-radius: 15px;
}

li.current.aos-init.aos-animate {
	border-radius: 15px;
}

div#contact {
    background-color: var(--secondary);
	background-image: none;
}

div#contact h1 {
    color: white;
}

#proposals img{
	margin-top: 15px;
}

ul.list li {
    margin-bottom: 15px;
}

.container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	text-align: center;
	margin-top: 50px;
  }
/* -----------------------------------------Circle Images------------------------------------------------------ */
.box.box1{
	height: 700px;
}

.box.box2{
	height: 900px;
}
.box {
	height: auto;
	justify-content: center;
	align-items: center;
	border-radius: 50% 50% 10px 10px;
  }
  
  .box figure {
    margin: 0;
    text-align: center;
    border-style: solid;
    border-radius: 50% 50% 0px 0px;
    border-width: 25px;
    border-color: #EAEAEA;
    background-color: #EAEAEA;
}
  
.box figure img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    color: var(--secondary);
	margin-bottom: 20px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 79%);
}


.boxheader h4 {
    color: #ffffff;
}
.boxheader {
    background-color: var(--primary);
    padding: 12px;
}

.layertext {
    background-color: #EAEAEA;
	box-shadow: 0 4px 6px rgb(0 0 0 / 38%);
	border-radius: 0px 0px 10px 10px;
	
}

ul.layerlist li {
    list-style: none;
    text-align: center;
    margin: auto;
}

ul.layerlist li::after{
	content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
	background-color: var(--secondary);
}

ul.layerlist li:last-child::after{
	display: none;
}

ul.layerlist li:last-child{
	margin-bottom: 10px;
}

ul.layerlist {
    margin-top: 5px;
    padding: 0;
    padding: 10px;
	
}

/* --------Mobile----------- */

@media (min-width: 1001px) and (max-width: 1137px) {
	.container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 100px;
		text-align: center;
	}

	.box.box1{
		height: inherit;
	}
	
	.box.box2{
		height: inherit;
	}
	
	
}

@media (max-width: 764px){
	.container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 100px;
		text-align: center;
	}

	.box.box1{
		height: inherit;
	}
	
	.box.box2{
		height: inherit;
	}
	
	
}

.imagebox.box2 figure {
    margin-bottom: 0px;
    margin-top: 0px;
}

figcaption {
    font-size: 0.7em;
}

/*--------------------------------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;
}

.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;
  z-index: 999999999999999999999999999999999999999999999999999;
}

.form-popup#message {
  display: flex;
  overflow-y: auto;
}

.form-popup#message .popup-content {
  padding: 20px;
}

.form-popup#message .popup-content p {
  font-weight: 700;
  color: #000000;
  line-height: 1.3em;
}

.popup-content {
  background-color: #ffffff;
  width: 65%;
  padding: 0px;
  -webkit-box-shadow: 4px 4px 24px 0px rgba(0,0,0,0.16); 
  box-shadow: 4px 4px 24px 0px rgba(0,0,0,0.16);
  border-radius: 10px;
}

.popup-content p {
    text-align: left;
}

@media (max-width: 999px) {

	.popup-content {
	}

}

@media (min-width: 1000px) {
	.popup-content {
		background-color: #ffffff;
		}

}

#message h2{
	margin-top: 0px;
	margin-bottom: 25px;
}

@media (max-width: 620px) {
	li span{
		display: none;
	}
}

@media (min-width: 1001px) and (max-width: 1200px) {

	li span{
		display: none;
	}
}