@charset 'UTF-8';

html,
html * {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  
  word-spacing: normal;
}

@import "compass/css3";

 * {box-sizing: border-box;}

body {
	
	background-color: white;
}

.accred_1 {
	display:none;
}



.accred_2 {
	display:none;
	
}

header {
	background-color: rgb(61, 61, 206); 
	
}

.sitenavbanner {
	position: relative;
	width: 100vw;
	height: fit-content;
	
}

.sitenavbanner .logo {
	
	z-index: 1;
	height: 150px;
	width: auto;
	margin-left: 10px;
	
}

.site-nav {
	position:relative;
	padding-top: 10px;
	height: fit-content;
	
  }
  
.button_contact {	
	z-index:10;
	font-size: 16px;
	height: fit-content;
	width: fit-content;
	padding: 5px 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 25px;
	margin: 10px 10px 10px 10px;
  
	background-color: rgb(61, 61, 206);
  	color: rgb(222, 233, 237); 

	box-shadow: -2px 2px 4px 2px rgba(0, 0, 0, 0.2), -2px 3px 5px 3px rgba(0, 0, 0, 0.19);

  	background-image: linear-gradient(rgba(222, 233, 237,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
  	border: 2.5px groove rgb(61, 61, 206, 0.9);
  }

  .button_contact:hover {
	background-color: rgb(17, 17, 134);
  }

  .button_contact:focus {
	box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, 0.2), -1px 1.5px 2.5px 1.5px rgba(0, 0, 0, 0.19);
  }

  

  .contact .button_contact {
	position: fixed;
	z-index: 1000;
	display: inline-block;
	top: 20px;
	right: 20px;
  }

  .quote .button_contact {
	position: fixed;
	z-index: 1000;
	display: inline-block;
	top: 80px;
	right: 20px;
  }

.banner-container {
	
	 width: 100vw;
	height:fit-content;
	
	 	 
	}

	.banner-container .banner-image {
		width: 100vw;
		}

	.passion-container .banner-image {
		width: 100vw;
		}

	.banner-container-fea {
		position:relative;
		width: 100vw;
		height: fit-content;
		overflow-x: hidden;
		height:200px;
			 
	   }
	
	.banner-container-fea .banner-image-fea {
		width: 100%;
		height: auto;
		} 

  .banner-width {
	width: 100vw;
	height: auto;
}

.banner-text {
  text-align:center;
  color:white;
  font-size: 3em;
  font-weight:349;
  letter-spacing: 2px;
  padding: 8px 12px;
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
 
h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 32px;
	color: darkblue;
	margin-bottom: 0%;
	/*text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);*/
	font-weight: 330;
    text-align: center;
    padding: 35px 25px 15px 25px;
    /*text-shadow: 7px 7px 8px rgba(0, 0, 0,.2);*/
}

h2 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	font-weight: 330;
	font-size: 26px;
	line-height: 32px;
	text-align: left;
	
	padding-bottom: 15px;
	padding: 10px 25px 10px 25px ;
	color: darkblue;
	letter-spacing:normal;
	text-transform:none;
	/*text-shadow: 7px 7px 8px rgba(0, 0, 0,.2);*/
}

h3 {
	font-size: 22px;
	font-weight: 330;
	line-height: 1.3;
	color: darkblue;
	letter-spacing: 1px;
	letter-spacing:normal;
	padding: 10px 10px 0px 25px;
	text-transform:none;
	/*text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);*/
	text-align: left;
}

h3 a {
	font-size: 22px;
	font-weight: 330;
	color: darkblue;
}

h4 {
	font-size: 20px;
	font-weight: 310;
	line-height: 1.3;
	color: darkblue;
	letter-spacing: 1px;
	letter-spacing:normal;
	padding: 10px 10px 10px 0px;
	text-transform:none;
	/*text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);*/
	text-align: left;
}


strong {
	font-size:1.1;
	font-weight: 330;
	color: darkblue;
}


dfn {
	font-size: 18px;

}

p {
	font-size: 17px;
	font-weight: 335;
	font-weight: 300;
	
	padding: 0px 0px 0px 0px;
	color: #3A3A3A;
	color: black;
	background-color: transparent;
	
	}

	p + p {
		margin-top: 10px;
	}



	.flex-container div div ul li {
		list-style-type: none;
	}

	ol > li::marker {
		font-size: 24px;
	}

li + li {
		margin-top: 10px;
	}

a {
	font-size: inherit;
	font-weight: 300;
	color: black;
}

a:hover {
	color:rgb(61, 61, 206);
	text-decoration-color: rgb(61, 61, 206);
}

b {
	font-size: inherit;
	font-weight: 600;
}

sup {

	font-size: 18px;
}

table, th, td {
	border: 1px solid;
	padding: 10px;
	font-weight: 400;
	color: black;
	font-size: 24px;
	margin-left: auto;
	margin-right:auto;
  }

.below_img {
	border-top: 2px solid rgb(61, 61, 206);
	
}

/*-- article---- article---- article---- article---- article---- article---- article---- article---- article---- article--*/

/*.content-contact {
	max-width: 50vw;
	margin-left: auto;
	margin-right: auto;
}*/

.container-form {
	background-color:white;
	width:85%;
	border-radius: 30px;
	margin-top:20px;
	margin-bottom: 20px;
    padding:20px;
    margin-left:auto;
    margin-right:auto;
    /*box-shadow: -4px 4px 8px 4px rgba(0, 0, 0, 0.2), -4px 6px 10px 6px rgba(0, 0, 0, 0.19);*/
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=email], select, textarea {
	width: 100%;
	padding: 12px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-sizing: border-box;
	resize: vertical;
}

button[type=submit] {
	font-size: 15px;
	border-radius: 7px;
	border: 1px solid #ccc;
	padding: 6px 18px 6px 18px;
}

button[type=submit]:hover {
	
	border: 1px solid #6e6c6c;
	background-color: #cfcccc;

}

button[type=submit]:focus {
	font-weight: 400;
	border: 1.5px solid #6e6c6c;
	background-color: #777777;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  font-size: 20px;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 2px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  float: left;
}

/* Style the container */
.container {
  border-radius: 10px;
  background-color: white;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
	float: left;
	width: 25%;
  
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*-- article---- article---- article---- article---- article---- article---- article---- article---- article---- article--*/

.main-article {
  position:relative;
  height:auto;
  width:100vw;
  background-color: transparent;
  /*padding-top: 10px;*/
  margin: 0px auto 20px auto;
  
  
}

.main-article .flex-container {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	
	width: 100%;
  }
  
  .main-article .flex-container > div {

	margin:0px;
	
	width: 100%;
	
	
  }	

  .main-article .flex-container > div div {
	z-index:10;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	height: fit-content;
	margin-top: auto;
	margin-bottom:auto;
	padding: 20px 20px 20px 20px;
				
	
	
  }

  .main-article .flex-container > div div p {
	font-size: inherit;
	padding-left: 40px;
	padding-right: 40px;
  }

  .main-article .flex-container > div div h2 {
	font-size: inherit;
	text-align: center;
	margin-top:0px;
	padding-top: 0px;
  }

.main-article-content {
	
  width:90%;
  height: auto;
  background-color: transparent;
  
  margin: 0px auto 20px auto;
  /*border-radius: 50px;
  box-shadow: -4px 4px 8px 4px rgba(0, 0, 0, 0.2), -4px 6px 10px 6px rgba(0, 0, 0, 0.19); 
	border-block-start-width: 10px;;
  border-block-end-color: grey;
  border-block-start-color: white;*/
  } 

  .main-article-content p {
	font-size: 18px;
	text-align: left;
	/*padding: 15px 25px 35px 25px;*/
	padding: 10px 25px 10px 25px;
	z-index:100;  
	background-color: transparent;
	border-radius: 50px;
  }

  .main-article-content a {
	font-size: inherit;
	text-decoration:underline;
	text-decoration-color: darkblue;
	
  }

  .main-article-content a:hover {
	color: rgb(61, 61, 206);
	text-decoration-color: rgb(61, 61, 206);
  }

  .main-article-content a:focus {
	
	text-decoration-color: rgba(255,255,255,0);
  }



.main-article-content ul {
	position: relative;

	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 30px;
}

.main-article-content ul li {
	
	text-align:justify;

	z-index:100;  
	background-color: transparent;
	border-radius: 50px;
}

.main-article-content ul li p {
	padding: 5px;
}

.main-article-content ul li a {
	font-size: inherit;
	font-weight: 300;
	text-decoration:underline;
	text-decoration-color: darkblue;
}

  .main-article-content ul li a:hover {
	text-decoration-color: rgb(61, 61, 206);
  }

  .main-article-content ul li a:focus {
	
	text-decoration-color: rgba(255,255,255,0);
  }

.main-article-content ol  {
	
	position: relative;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 30px;
}

/*-- COntainer descriptions---- Field descriptions---- Field descriptions---- Field descriptions---- Field descriptions--*/

#call_pro {
	
	width:fit-content;
margin-left: auto;
margin-right: auto;

}


  #button_colour {

  background-color:rgba(178, 208, 159, 0.25);
  }
  #button_colour:focus {

	background-color:rgba(53, 70, 42, 0.25);
	}


.two-columns {
	width: inherit;
	margin-left: auto;
	margin-right: auto;
	display: block;
	
	margin-bottom: 10px;
	margin-top: 20px
}

.two-columns .caption-box1 {
	position: relative;
	width: 100%;
	

	
	
}

.two-columns .caption-box1 img {
	width:100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#nav-aside {
	display: none;
}

.main-article-content .img-wrapper {
    display: block;
	width:100%;
	height: fit-content;
	
}

.main-article-content .img-wrapper img {
	display: block;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right:auto;
}




/*--beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer--*/
footer {
	/*margin-top:20em;*/
	height: fit-content;
	z-index:100;
	padding-top: 2em;
	background-color: rgb(56, 58, 60, 1);
}
.footer-content {
	position:relative;
    width: 100vw;
	margin-left: auto;
	margin-right:auto;
	padding-bottom: 1.7em;
}
.footer-social {
	display: inline-block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	padding: 5px;
	
}
.footer-social li a {
	text-align: center;
	font-size: 16px;
	line-height: 3.5em;
	display: inline-block;
	width: 58px;
	height: 58px;
	text-align: center;
	/*padding: 0px 25px 0px 25px;*/
	/*--border: 2px solid rgba(255,255,255,.3);--*/
	
}

.footer-social li p {
	text-align: center;
	font-size: 16px;
	line-height: 3.5em;
	display: inline-block;
	width: 58px;
	height: 58px;
	text-align: center;
	/*--border: 2px solid rgba(255,255,255,.3);--*/
	
}


.footer-social li a img {
	width: auto;
	height: 58px;
	
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}

.footer-row_4 {

		display: block;
		width: 100vw;
		margin-left: auto; 
		margin-right: auto;
	}

.footer-column ul li a {
	padding: 20px 20px 20px 20px;
}

.footer-column h3 {
font-size: 18px;
color: white;

}

.footer-column p {
	font-size: 16px;
	color: white;
	font-weight: 300;
	text-align: justify;
	padding: 10px 15px 10px 15px;
	line-height: 20px;
	}

	

	.footer-column ul li {
		color: white;
		font-size: 16px;
		font-weight: 300;
		list-style: none;
		line-height: 22px;
		margin-left: 50px;
	}

	.footer-column ul li a {
	color: white;
	font-size: 16px;
	}



.footer-info {
	width: 100vw;
	
}

.footer-info-box {
	width:80%;
	margin-top: 0px;
	margin-left:  auto;
	margin-right: auto;
	padding-bottom: 1.5em;
}



.footer-info-box a {
	font-size: 1em;
	color:white;
	font-weight: 300;
	line-height: 1.55em;
	/*max-width: 40em;*/
	text-align: center;
}

.footer-info-box p {
	font-size: 18px;
	color:white;
	font-weight: 300;
	line-height: 1.55em;
	width:fit-content;
	margin-left: auto;
	margin-right: auto;
	
}

.footer-disclaimer {
	font-weight: 300;
	color:white;
	width:fit-content;
	margin-left: auto;
	margin-right: auto;
}

.reg-address {
	padding-bottom: .2em;
	font-weight: 450;
	letter-spacing: 0.4px
}
.footer-legal {
	opacity: .8;
}
.footer-credit a {
	text-decoration:none;
}

.footer-credit a:hover {
	text-decoration: none;
}















/*Tablet View*/

@media only screen and (min-width: 768px) {
	

	
	.button_contact {
		font-size: 20px;
		height: fit-content;
		width: fit-content;
		padding: 5px 5px;
		padding-right: 10px;
		padding-left: 10px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		border-radius: 25px;
	   
	  }

	  .accred_1 {
		display:block;
		height: 120px;
		float: right; 
		margin-right: 180px;
		padding:20px;
	}
	
	.accred_2 {
		display:block;
		float: right; 
		padding:20px;
		
	}

.banner-container {
  margin-left: 0px;
  /*height:inherit;*/
  overflow-y: hidden;
    
} 



  .enviro_inter img {
	width: 95%;
	padding-right: 5%;
	top:-20px;
}

h1 {
	padding: 35px 0px 15px 0px;
}

h2 {
	padding: 10px 0px 10px 0px;
}

.caption-box-contact h2 {
	padding: 10px 10px 10px 10px;
}

.caption-box-contact p {
	padding: 10px 10px 10px 10px;
}

h3 {
	padding: 10px 0px 0px 0px;
}

h4 {
	padding: 10px 0px 10px 0px;
}

p {
	padding: 10px 0px 10px 0px;
}

.two-columns {
	width: 80%;
	display: grid;
	grid-template-columns: 50% 50%;
	
}

.two-columns .caption-box1 p {
	width:90%;
	float:left;
	
	
}

.two-columns .caption-box1 img {
	width: 100%;
	
	margin-left: auto;
	margin-right:auto;
	
	
}

    
/*--End of slideshow----End of slideshow----End of slideshow----End of slideshow----End of slideshow----End of slideshow--*/
	
.main-article .flex-container {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	
	width: 100%;
  }
  
  .main-article .flex-container > div {

	margin:0px;
	
	width: 50vw;
	
	
  }	

  .container-form {
    display:block;
    width:75%;
}

  

 /*--beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer----beginning of the footer--*/
footer {
	/*margin-top:20em;*/
	height:fit-content;
	z-index:100;
	padding-top: 2em;
	
}
.footer-content {
	position:relative;
    width: 100%;
	margin-left: auto;
	margin-right:auto;
	padding-bottom: 1.7em;
}
.footer-social {
	display: inline-block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
}
.footer-social li a {
	line-height: 3.5em;
	display: inline-block;
	width: 58px;
	height: 58px;
	text-align: center;
	/*--border: 2px solid rgba(255,255,255,.3);--*/
	
}
.footer-social li a:hover {
	border-color: #fff;
	background: #fff;
}
.footer-social li a img {
	width: auto;
	height: 58px;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	
	margin-left:auto;
	margin-right:auto;
}

.footer-info-box {
	width:100%;
	padding-bottom: 1.5em;
}

.footer-info {
	font-size: 1.05em;
	color:#fff;
	line-height: 1.55;
	
}

.footer-info-box p {
	font-size: 1em;
	color:#fff;
	line-height: 1.55em;
	/*max-width: 40em;*/
	text-align: center;
}

.footer-info-box a {
	font-size: 1em;
	color:#fff;
	line-height: 1.55em;
	/*max-width: 40em;*/
	text-align: center;
}

.reg-address {
	padding-bottom: .2em;
	font-weight: 450;
	letter-spacing: 0.4px
}
.footer-legal {
	opacity: .8;
}
.footer-credit a {
	text-decoration:none;
}

.footer-credit a:hover {
	text-decoration: none;
}
   
	
	

		
		
		
		
		
		
		
		
		
		
/*Desktop View*/
@media only screen and (min-width: 1024px) { 
	
	header {
		position: relative;
		z-index: 1;		
		height: fit-content;
	}	
			
			
	.sitenavbanner {
		position: relative;
		width: 100vw;
		height: fit-content;
	} 
	
	.sitenavbanner .logo {
		height: 150px;
	}

	.accred_1 {
		
		margin-right: 250px;
		
	}
	
	.contact .button_contact {
		
		top: -10px;
		right: 20px;
	  }
	
	  .quote .button_contact {
		
		top: 50px;
		right: 20px;
	  }

	  .button_contact {
		margin: 40px;
		
	}

	.passion-container .banner-image {
		width: 1024px;
		
		}

	.container-form {
		width:60%;
	}

	.main-article {
		
		padding-left: 0px;
		width:99vw;
		margin-left: auto;
		margin-right:auto;
	}

	.main-article {
		display:grid;
		grid-template-columns: repeat(12, 1fr);
		grid-auto-rows:minmax(fit-content, auto);
		grid-gap: 0px;
		width:100vw;
		margin: 0 auto;
		
	   }
	
	   .main-article-content {
		grid-column: 3/11;
		grid-row: 1/4;
	   }
		
	.main-article .flex-container {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap:nowrap;
		
		
	  }
	  
	  .main-article .flex-container > div {
	
		margin:0px;
		
		width: 25%;
		
		
	  }	

	  .main-article-content .img-wrapper img {
		display: block;
		width: 80%;
		max-width: 600px;
		margin-left: auto;
		margin-right:auto;
	}

	.banner-width {
		display:block;
		margin-top: 50px;
		width:80vw;
		margin-left: auto;
		margin-right: auto;
	}

	.banner-container-fea {
		height:300px;
	}

	.banner-container-fea .banner-image-fea {
		
		top:-90%;
		
	}

	

	  

	/*h1 {
		font-size: inherit;

	}
	

	h2 {
		
		margin-top:20px;
		letter-spacing: 2.5px;
		letter-spacing: normal;
		text-transform:none;
		font-weight:300;
		text-align: left;
		line-height: 1.2;	
		
		
		
		
	}

	h3 {
		
		font-size: 24px;
		text-align: left;
		margin-left: 10px;
		letter-spacing: 0px;
		
	}

	 a {
		font-size: inherit;
	}


	h4 {
		margin-left:0px;
		font-size: 24px;
		text-align: left;
		
		letter-spacing: 0px;
		
	}

	p {
		font-size:24px;
		width: 80%;
		
		
	}*/

	
	
	

	
			
		
	.passion-container {
		width: 1024px;
		margin-left: auto;
		margin-right:auto;
	}	
  
      
   .banner-image-desktop {
     margin-left: 0px;
     align-content: center;
     width:100vw;
     /*max-height:300px;*/
     overflow-y: hidden; 
   } 
   
   .banner-text {
     text-align:center;
     color:white;
     font-size: 3em;
     font-weight:300;
     letter-spacing: 2px;
     padding: 8px 12px;
     position: absolute;
     bottom: 5%;
     width: 100%;
     text-align: center;
   }

   

   

   


 

   #nav-aside {
	margin-top:20px;
	position: sticky;
	top: 0;
	display:grid;
	
	grid-column: 1/3;
	grid-row: 1/2;
   }

   #nav-aside div h2 {
	color:black;
   }

   #nav-aside .wrapper {
	padding: 10px;
   }

   #nav-aside .wrapper a:hover {
	color:rgb(61, 61, 206);
   }

   #nav-aside div a {
	text-decoration: none;
	line-height: 1.8	;
	color: rgb(20, 20, 160);
	font-weight: 300;
}

   #nav-aside div ul {
	list-style-type: none;
	padding-bottom: 50px;
	margin-left:10px;
   }

   #nav-aside div ul li a {
	   text-decoration: none;
	   line-height: 1.8	;
	   color: rgb(20, 20, 160);
	   font-weight: 300;
   }

   #nav-aside ul li a:hover {
	/*text-decoration: underline;*/
	color:rgb(61, 61, 206);
}

#project-aside {
	margin-top:20px;
	position: sticky;
	top: 150px;
	display:grid;
	
	
	grid-column: 11/13;
	grid-row: 1/2;
	
   }

   #project-aside div h2 {
	color:black;
	padding: 10px;
   }

   #project-aside .wrapper {
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 5px;
	background-color: rgb(222, 233, 237);;
	border-color: rgb(20, 20, 160);
	border-radius: 30px;
	
	
   }

   /*#project-aside .wrapper h2{
	
	font-size:24px;
	
   }*/

   #project-aside .wrapper ul li {
	list-style-type: none;
   }

   #project-aside .wrapper ul li p {
	color:black;
   }

   /*#project-aside .wrapper a:hover {
	color:orange;
   }*/

   #project-aside div ul {
	list-style-type: none;
	padding-bottom: 50px;
	margin-left:10px;
	
   }

   #project-aside div ul li {
	   text-decoration: none;
	   line-height: 1.3	;
	   color: rgb(20, 20, 160);
	   font-weight: 300;
	  
	   list-style-type: circle;
   }

   #project-aside div ul li a {
	text-decoration: none;
	
	color: rgb(20, 20, 160);
	font-weight: 300;
	letter-spacing: normal;
	font-size: 20px;
   }

   #project-aside ul li a:hover {
	/*text-decoration: underline;*/
	color:rgb(61, 61, 206);
   }


 
   

  



   .main-article-content {
	box-shadow:none; 
	border-block-start-width:0em;
  	border-block-end-color: none;
  	border-block-start-color: none;
   }


   h1 {
	position: relative;
	grid-column: 1/13;
	grid-row: 1/2;
}

h2 {
	grid-column: 1/13;
	grid-row: 2/2;
}




   .main-article-content p {
	   width: 100%;
	   margin-left: auto;
	margin-right: auto;
	
   }


   .enviro_inter {
	   position: relative;
	   top: -50px;
	
   }
   .enviro_inter img {
	width: 75%;
	padding-left: 10%;
}

	.main-article-content ul {
		padding-top: 0px;
		width: 90%;
		margin-left: 10%;
		margin-right: auto;
		padding: 0px;
		text-align: left;
		

}

/*.circle:before {
	content: ' \25EF';
	font-size: 400px;
	color: red;

  }*/

.main-article-content ul li {
	padding:0px;
	line-height: 1;
}

.main-article-content ul li p {
margin-left: 0px;
margin-right: 0px;
padding: 0px;
line-height: 1.5;
}


.main-article-content ol li {
	font-size: 28px;
	color: #1F19AA;
	font-size: 120%;
	line-height: 36px;
	font-weight: 300;
	/*padding-bottom: 40px;*/
}

.main-article-content ul li a:hover {
	color:rgb(61, 61, 206);
}





footer {
	/*clear: both;*/
	position: relative;
	bottom: 0vh;
	width: 100%;
	}
   
   .footer-content {
	   width: 100%;
	   margin-left: auto;
	   margin-right:auto;
	   
   }
   .footer-social {
	   display: inline-block;
	   list-style-type: none;
	   text-align: center;
   }
   .footer-social li {
	   display: inline-block;
	  
   }
   .footer-social li a {
	   line-height: 3.5em;
	   display: inline-block;
	   width: 4vh;
	   height: 4vh;
	   text-align: center;
	   /*--border: 2px solid rgba(255,255,255,.3);--*/
	   
   }
 
   .footer-social li a img {
	   width: auto;
	   height: 4vh;
   }
   .footer-social li a .social-hover {
	   display: none;
   }
   .footer-social li a:hover .social-default {
	   display: none;
   }
   .footer-social li a:hover .social-hover {
	   display: inline;
   }
   .footer-info {
	font-size: 1em;
	color:#fff;
	   margin-left:auto;
	   margin-right:auto;
   }
   
   .footer-info-box {
	   width:50%;
	   margin-left:auto;
	   margin-right:auto;
	
   }
	  
   .footer-info-box p {
	   font-size: 1.5vh;
	   
	   line-height: 1.55em;
	   /*max-width: 40em;*/
	   text-align: center;
   }
   
   .reg-address {
	   
	  
	   letter-spacing: 0.4px
   }
   .footer-legal {
	   opacity: .8;
   }
   .footer-credit a {
	   text-decoration:none;
   }
   
   .footer-credit a:hover {
	   text-decoration: none;
   }

   
  

   .footer-row_4 {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	height: fit-content;
	
	margin-left: none;
	
	
		}
	
	




/*Desktop View*/  

@media screen and (min-width: 1600px) { 
  
	
	
/*.main-article {
	max-width: 1400px;
}*/



.main-article-content ul li {
	line-height: 2;	
}
	
/********************************************************/
	.main-article {
		margin-left: none;
		margin-right: none;
	
		
		height: fit-content;
		} 
	
		.main-article .flex-container {
			position: relative;
			display: flex;
			
			
			width: 100%;
		  }
		  
		  .main-article .flex-container > div {
		
			margin:0px;
			
			width: 25vw;
			
			
		  }	

		  .main-article .flex-container > div div {
			z-index:10;
			width: fit-content;
			margin-left: auto;
			margin-right: auto;
			height: fit-content;
			margin-top: auto;
			margin-bottom:auto;
			/*padding: 20px 20px 20px 20px;*/
						
			
			
		  }

		  .main-article .flex-container > div div p {
			font-size: inherit;
			/*padding-left: 40px;
			padding-right: 40px;*/
		  }

		  .main-article .flex-container > div div h2 {
			
			text-align: center;
			margin-top:0px;
			padding-top: 0px;
		  }
	  

		  .container-form {
			width:50%;
		}

		.main-article-content {
			width: 95%;
		}
	
		.main-article-content p {
			
			padding: 10px 0px 10px 0px;
	   
		
	
		}

		.caption-box-contact p {
			padding: 10px 10px 10px 10px;
		}

		/*Desktop View*/  


}
}
}