@charset "UTF-8";
/* CSS Document */

Body, html {
	margin: 0;
	padding: 0;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.Bigheadline-black2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #494744;
	font-size: 20px;
	font-weight: bold;
}

.Bigheadline-yellow2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #f1b328;
	font-size: 20px;
	font-weight: bold;
}

.med-white {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size:24px;
	font-weight: bold;
	line-height:1;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #494744;
	font-size:28px;
	font-weight:bolder;
	line-height:1;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #BAB1AE;
	font-size:28px;
	font-weight:bolder;
	line-height:1;
	text-align:right;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #494744;
	font-size:28px;
	font-weight:bolder;
	line-height:1;
	text-align:left;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #494744;
	font-size:36px;
	font-weight:bolder;
	line-height:1;
	text-align:left;
}

.gelb {
	color: #f1b328;
}


.weare {
	color: #E4E4E4;
	text-align: center;
	font-weight: 600;
	font-family: "Poppins","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:1.2;
	text-shadow: 2px 2px rgba(51,51,51,.5);
}

.wearesub {
	color: #E4E4E4;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	text-shadow: 2px 2px rgba(51,51,51,.5); 
}

 
.switch {
	color: #f1b328;
	animation:colorchange1 7s infinite alternate;
	
}

.switch:hover {
	font-style: italic;
	
}

.switch2 {
	color: #f1b328;
	animation:colorchange1 9s infinite alternate;
	
}


.alternate {
	color: #f1b328;
	animation:colorchange1  11s infinite alternate;
	
}
.lightbulb {
	width:30%;
	margin-left:35%;
	margin-top: 40px;
	min-height: 50px;
	background-image:url(../_img/lighbulb.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	z-index: 100;
	text-align: center;
}

.topnav {
	display:none;
}

.topnav a {
	display:none;
}

.dropdown {
	width:100%;
	height:55px;
    background-color:#e6e7e8;
    position:relative;
    display:block;
	z-index:1000;
	text-decoration:none;
	padding:0;
	margin:0;
}

.Logo2 {
    position:relative;
	display:block;
    width: 132px;
    height: 55px;
	margin-top:-20px;
	margin-left:100px;
    padding-right: 60px;
	z-index:200;
}


#menuToggle {
  display: block;
  position: relative;
  width:80%;
  top: 15px;
  left: 15px;
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display:block;
  width:40px;
  height:32px;
  position:absolute;
  top:-7px;
  left:-5px;
  cursor:pointer;
  opacity:0; 
  z-index:20; 
  -webkit-touch-callout: none;
  text-decoration:none;
}


#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #f1b328;
  border-radius: 3px;
  z-index: 15;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #f1b328;
}


#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}


#menu {
  position:absolute;
  width:180px;
  margin:-100px 0 0 -50px;
  padding:50px;
  padding-top:120px;
  background:#ddd;
  list-style-type: none;
  text-decoration:none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 16px;
  color:#494744;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration:none;
}

#menu li:hover {
    color: #f1b328;
	text-decoration:none;
}

#menuToggle input:checked ~ ul {
  transform: scale(1.0, 1.0);
  opacity: 0.95;
  text-decoration:none;
}

.menu a.active {
    background-color:rgba(102,51,51,.7);
    color:#FFF;
	text-decoration:none;
}

.menu a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
}

.menu a:link:active, a:visited:active {
   color:#FFF;
   text-decoration: none;
}

a {
	text-decoration:none;
	outline:0;
	border:0;
	
}

/* Mobile layout */

.gridContainer {
	width:100%;
	padding-left:0%;
	padding-right:0%;
	margin:0%;
}


#LayoutDiv1 {
	width:100%;
	top:-60px;
	margin:0%;
	padding:0;
	min-height:400px;
	position:relative;
	display:flex;
	flex-direction:column;
	align-content:center;
	height:100%;
	z-index:10;
	background-color:#e6e7e8;
}

#IgniteLogo {
	width:95%;
	margin:120px 2.5% 20px 2.5%;
	padding:0;
	position:relative;
	display: block;
	min-height:200px;
	background-image:url(../_img/Ignite-logoLrg.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

#Subhead {
	margin-left: 0;
	margin-right:0;
	width: 90%;
	display: block;
	position:relative;
	padding-left:5%;
	padding-right:5%;
	margin-top:20px;
	margin-bottom:80px;
	text-align:center;
	font-size:16px;
}


#arrow {
	position:relative;
	display:block;
	width:8%;
	min-height:20px;
	margin:10px 46%;
	background-image:url(../_img/arrow.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	animation: 5s lookdown infinite;
}


@keyframes  lookdown {
	0% {
		transform:translateY(-30px);
		opacity:0;
	}
	50% {
		transform:translateY(0);
		opacity:1;
	}	
	100% {
		transform:translateY(-30px);
		opacity:0;
	}	
}




/* Old Desktop Video 

.Edgewater  Video {
	display:none;
}

.Edgewater {
	position: relative;
	display:block;
	float:none;
	width: 86%;
	padding-left:7%;
	padding-right:7%;
	margin:0;
	min-height:1px;
	background-color:#494744;
	z-index:2;

} 
*/

.Edgewater video {
  display: none; /* hide all by default */
}

.EdgewaterPoster {
	position: relative;
	display:block;
	float:none;
	width:100%;
	padding-left:0%;
	padding-right:0%;
	min-height:580px;
	z-index:19;
}

	
.EdgewaterPoster {
  display: block;
  position: relative;
  width: 100%;
  min-height: 580px;
  z-index: 19;
}

.EdgewaterPoster video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.EdgewaterVid {
  display: none;
}


	

.Fixation {
	position:relative;
	display:block;
	float:none;
	width:86%;
	padding-left:7%;
	padding-right:7%;
	padding-top:0px;
	padding-bottom:0px;
	top:-560px;
	text-align:left;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-shadow: 2px 2px 5px rgba(51,51,51,.8);
	font-weight:100;
	font-size:24px;
	margin:0;
	z-index:20;
}


.Over {
	position:relative;
	display:block;
	float:none;
	width:90%;
	top:0;
	min-height:420px;
	margin:30px 0% 30px 0%;
	padding:40px 5% 40px 5%;
	background-color:#424448;
	z-index:20;
}

.colorHead {
	width:100%;
	display:block;
	position:relative;
	opacity:0;
	transition: all 400ms ease-in;

}

.colorHead.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-left 1s ease-out;
}
	


.colorHeadR {
	width:100%;
	display:block;
	position:relative;
	opacity:0;
	transition: all 400ms ease-in;

}

.colorHeadR.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-right 1s ease-out;
	
}
	
	
.colorHead2 {
	width:100%;
	display:block;
	position:relative;
	opacity:0;
	transition: all 400ms ease-in;
	padding-bottom:40px;
}

.colorHead2.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-left 1s ease-out;
	
}

.colorHeadR2 {
	width:100%;
	display:block;
	position:relative;
	opacity:0;
	transition: all 400ms ease-in;
}

.colorHeadR2.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-right 1s ease-out;
}

.colorHead3 {
	width:100%;
	display:block;
	position:relative;
	opacity:0;
	transition: all 400ms ease-in;
}

.colorHead3.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-left 1s ease-out;
}

.colorHeadR3 {
	width:100%;
	display:block;
	position:relative;
	opacity:0;
	transition: all 400ms ease-in;
}

.colorHeadR3.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-right 1s ease-out;
}

.colorHead4 {
	width:100%;
	display:block;
	position:relative;
	opacity:0;
	transition: all 400ms ease-in;
}

.colorHead4.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-left 1s ease-out;
}

.What {
	position:relative;
	display:block;
	float:none;
	width:100%;
	margin:0;
	min-height:200px;
	top:0px;
	padding-top:60px;
	padding-left:0%;
	padding-right:0%;
	padding-bottom:80px;
	background-color:#e6e7e8;
	z-index:20;
	background-image:url(../_img/Cable-4Builders.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.Who {
	position:relative;
	display:block;
	width:80%;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:60px;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:60px; 
	text-align:center;
	line-height:2;
	font-size:16px;
	z-index:15;
	border-color: #e4e4e4;
	border-style: solid;
	border-width:thin;
}



@keyframes colorchange {
      0% {color:#f1b238;
      }
      40% {color: #d35400;
      }
      60% {color:#FF6361;
      }
      100% {color: #ffffff;
      }
    }

@keyframes colorchange1 {
      0% {color:#f1b238;
      }
	  35% {color:#f1b238;
      }
      40% {color: #d35400;
      }
      45% {color:#FF6361;
      }
	  50% {color: #ffffff;
      }
      100% {color: #ffffff;
      }
    }


@keyframes changecolor {
      0% {color:#f1b238;
      }
      50% {color:#FFFFFF;
      }
      100% {color:#FF6361;
      }
    }

.What2 {
	position:relative;
	display:block;
	float:none;
	width:100%;
	margin:0;
	min-height:200px;
	top:0px;
	padding-top:20px;
	padding-left:0%;
	padding-right:0%;
	padding-bottom:20px;
	background-color:#e6e7e8;
	z-index:20;
	background-image:url(../_img/CableWho.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.WhatText {
	position:relative;
	display:block;
	float:none;
	width:80%;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:10%;
	padding-right:10%;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:2;
	color:#494744;
	z-index:20;
}

.framespersec {
	position:relative;
	display:block;
	float:none;
	width:100%;
	min-height:200px;
	top:0px;
	padding:60px 0% 60px 0%;
	margin:0;
	background-color:#424448;
	z-index:20;
}

.framespersecText {
	position:relative;
	display:block;
	float:none;
	width:80%;
	padding-top:40px;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:40px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#BAB1AE;
	line-height:2;
	z-index:20;
} 

ul {
  padding-left: 0;
  margin-left: 0;
}

.project {
	position:relative;
	display:block;
	float:none;
	width:100%;
	min-height:200px;
	top:0px;
	padding:60px 0% 60px 0%;
	margin:0;
	background-color:#424448;
	z-index:20;
}

.projectText {
	position:relative;
	display:block;
	float:none;
	width:80%;
	padding-top:40px;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:40px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#BAB1AE;
	line-height:2;
	z-index:20;
	z-index:100;
}

.constraints {
	position:relative;
	display:block;
	width:80%;
	min-height:240px;
	margin-left:10%;
	margin-right:10%;
	background-image:url(../_img/Constraints.gif);
	background-size:contain;
	background-repeat:no-repeat;
	margin-bottom:40px;
	
}

.iconrow {
	position: relative;
	float:none;
	width:86%;
	min-height:300px;
	display:block;
	padding-top: 30px;
	padding-left:7%;
	padding-right:7%;
	padding-bottom:10px;
	background-color:rgba(102,102,102,1);
	color:#BAB1AE;
	z-index:20;
	display:none;
}

.Recent {
	position:relative;
	display:block;
	float:left;
	width:100%;
	top:0;
	min-height:420px;
	padding-top:10px;
	padding-left:0%;
	padding-right:0%;
	padding-bottom:10px;
	background-color:#e6e7e8;
	z-index:20;
}

.RecentText {
	position:relative;
	display:block;
	width:95%;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:2.5%;
	padding-right:2.5%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:2;
	font-size:14px;
	text-align:justify;
	color:#494744;
	z-index:15;
}

.workbox {
	width:100%;
	min-height:400px;
	display:flex;
	flex-direction:column;
	align-content:center;
	position:relative;
}
	
.linq {
	width:95%;
	margin-top:10px;
	margin-right:0%;
	margin-bottom:10px;
	margin-left:0%;
	padding: 40px 2.5%;
	min-height:400px;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:1.3;
	background-color:#ec7818;
	background-image:url(../_img/Linq-Poster.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	transition: all 400ms ease-in;
}

.linq.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-left 1s ease-out;
}

.linqclick {
	position:absolute;
	width:40%;
	min-width:200px;
	margin:0% 0% 0% 2%;
	padding:5px 5%;
	bottom:40px;
	left:0%;
	overflow:hidden;
	display:flex;
	flex-direction:row;
	align-content:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:1.3;
	background-color:rgba(10,10,10,0);
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-width:thin;
}

.linqclick:hover {
	border-color:rgba(255,255,255,1);
	transition: border .55s ease;
	cursor: pointer;
}


.formore {
	position:relative;
	display:block;
	width:76%;
	height:20px;
	margin:10px 0;
	padding:0px 2%;
	text-align:end;
	text-decoration:none;
	outline:0;
	border:0;
}

.formore a {
	text-decoration:none;
	color:#fff;
	outline:0;
	border:0;
	}

.formore a.active {
	color:#fff;
	text-decoration:none;
	outline:0;
	border:0;
}

.formore a:link, a:visited {
	color:#fff;
    text-decoration: none;
	outline:0;
	border:0;
}

.formore a:link:active, a:visited:active {
   	text-decoration: none;
   	outline:0;
	border:0;
}	
	
#arrow2 {
	position:relative;
	display:block;
	width:14%;
	height:20px;
	margin-top:10px;
	margin-left: 2%;
	margin-right:2%;
	margin-bottom:10px;
	background-image:url(../_img/arrowwhite.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	animation: 5s clickme infinite;

}

.latticeworx {
	width:95%;
	margin-top:10px;
	margin-right:0%;
	margin-bottom:10px;
	margin-left:0%;
	padding: 40px 2.5%;
	min-height:400px;
	background-color:#0eb3db;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-shadow: 2px 2px 5px rgba(51,51,51,.5);
	line-height:1.3;
	background-image:url(../_img/latticeworx-pstr.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	transition: all 400ms ease-in;
}

.latticeworx.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-right 1s ease-out;
}
	

.digvideo {
	width:95%;
	margin-top:10px;
	margin-right:0%;
	margin-bottom:10px;
	margin-left:0%;
	padding: 40px 2.5%;
	min-height:400px;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-shadow: 2px 2px 5px rgba(51,51,51,.5);
	line-height:1.3;
	background-color:#d5dd8c;	
	background-image:url(../_img/Digvideo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	transition: all 400ms ease-in;
}

.digvideo.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-left 1s ease-out;
}
	

.belize {
	width:95%;
	margin-top:10px;
	margin-right:0%;
	margin-bottom:10px;
	margin-left:0%;
	padding: 40px 2.5%;
	min-height:400px;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-shadow: 2px 2px 5px rgba(51,51,51,.5);
	line-height:1.3;
	background-color:#5edbbd;
	background-image:url(../_img/CS-Laptop.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	transition: all 400ms ease-in;
}

.belize.is-showing {
    opacity: 1 !important;
    transform: translateX(0px); 
	animation: walk-right 1s ease-out;
}


.AddingImagesBox {
	position:relative;
	display: none;
	float:left;
	width:100%;
	min-height:580px;
	padding-top:40px;
	padding-left:0%;
	padding-right:0%;
	padding-bottom:40px;
	background-color:#494744;
	z-index:20;
}

.AddingImages1 {
	width:80%;
	float:none;
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:0%;
	margin-right:0%;
	padding-top:0;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:2;
	color:#BAB1AE;
	z-index:20;
}

.AddingImages2 {
	display:none;
}

.AddingImages3 {
	width:100%;
	float:none;
	position:relative;
	display:block;
	min-height:260px;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:0;
	padding-left:0%;
	margin-right:0%;
	padding-bottom:10px;
	z-index:20;
}

.slider{
	overflow: hidden;
	min-height:300px;
	width:95%;
	position:relative;
	margin-right:2.5%;
	margin-left:2.5%;
	margin-top:10px;
}

.slider figure div{
	width: 33.333%;
	float: left;
}

.slider figure img{
	width: 100%;
	float: left;
}

.slider figure{
	position: relative;
	width: 300%;
	margin: 0;
	left: 0;
	animation: 20s slidy infinite;
}





#Footer3 {	
	clear:none;
	float:none;
	position:relative;
	margin-left:0;
	height:240px;
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content: center top;
	background-color:#e6e7e8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:2;
	color: #494744;
	text-align:left;
	z-index:300;
}



#Info2 {
	width:42.5%;
	margin-left:7.5%;
	margin-right:0%;
	padding-top:30px;
	padding-bottom:20px;
	display:block;
	background-color:#e6e7e8;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5;
	color:#474944;
	outline:0;
	border:0;
}

#Info2 a {
    color:#474944;
	text-decoration:none;
	cursor:pointer;
	outline:0;
	border:0;
}

#Info2 a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
	outline:0;
	border:0;
}

#Icons2 {
	margin-left:25%;
	margin-top:40px;
	width:15%;
	margin-right:5%;
	display: flex;
	flex-direction: column;
  	justify-content:top;
	padding-top:20px 0px 0px 0px;
	background-color:#e6e7e8;
	outline:0;
	border:0;
}

.Social {
	width: 20%;
	margin:0;
	height:40px;
	display:inline-block;
	outline:0;
	border:0;
}

.Social img {
	width: 20px;
	height:20px;
	display: inline-block;
	opacity:.5;	
	outline:0;
	border:0;
}

.Social img:hover {
	opacity:1;	
	cursor:pointer;
	outline:0;
	border:0;
}



#Footer4 {
	clear:none;
	float:none;
	position:relative;
	margin:0;
	height:30px;
	width:100%;
	margin-bottom:10px;
	font-size:45px;
	display:block;
	background-color:#e6e7e8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #494744;
	z-index:300;
}


.copyright { 
	position:relative;
	display: block;
	width:100%;
	margin:0px 0px 10px 0px;
	padding:5px 0px 10px 0px;
	height:20px;
	text-align:center;
	z-index:300;
	color:#999;
	font-size:9px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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


h1 {
	font-size: 41px;
}


h2 {
	font-size: 41px;
}
	
h3 {
	font-size: 36px;
}

h4 {
	font-size: 36px;
}	
	
.Bigheadline-black2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #494744;
	font-size: 24px;
	font-weight: bold;
}

.Bigheadline-yellow2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #f1b328;
	font-size: 24px;
	font-weight: bold;
}
	
.weare {
	color: #E4E4E4;
	text-align: center;
	font-weight: 700;
	font-family: "Poppins","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:1.15;
	text-shadow: 2px 2px rgba(51,51,51,.5);
}
 
	
.wearesub {
	color: #E4E4E4;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5;
	text-shadow: 2px 2px rgba(51,51,51,.5); 
}


.dropbtn {
    display:none;
}

.dropbtn:hover, .dropbtn:focus {
    display:none;
}


.dropdown {
    display: none;
}
.dropdown {
	display:none;
}

.dropdown-content {
    top:-400px;
	z-index: -100;
}
.topnav {
   	display:block;
    background-color:rgba(204,204,204,0);
    overflow:hidden;
	width:86%;
	padding-left: 7%;
	padding-right:7%;
	z-index:200;
	position: relative;
}
.logo {
    display: inline-block;
    vertical-align: central;
    width: 132px;
    height: 55px;
	margin-top:-20px;
	margin-left:24px;
    padding-right: 60px;
}
.topnav a {
    float: right;
    display: inline-block;
	position:relative;
	height:35px;
    color: #494744;
    text-align: center;
	vertical-align:-20px;
	padding-top: 20px;
	badding-bottom:12px;
	padding-left:2px;
	padding-right:8px;
    text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
	transition:0.3s;
	cursor:pointer;
	outline:0;
	border:0;
}
.topnav a:hover {
	color: #494744;
    color: #fff;
	cursor:pointer;
}
.topnav a.active {
    background-color:rgba(102,51,51,.7);
	color: #494744;
	text-decoration: none;
}
a:link, a:visited {
	color: #494744;
    text-decoration: none;
	outline:0;
	border:0;
}

a:link:active, a:visited:active {
   color: #494744;
   text-decoration: none;
   outline:0;
	border:0;
}

.gridContainer {
	width:100%;
	max-width:1232px;
	padding-left:0%;
	padding-right:0%;
	margin:auto;
}


#LayoutDiv1 {
	min-height:800px;
}


#IgniteLogo {
	width:60%;
	margin:120px 20% 20px 20%;
	min-height:360px;

}


#Subhead {
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	margin-top:0px;
	margin-bottom:20px;
}

#arrow {
	width:4%;
	min-height:100px;
	margin:40px 48%;
}

/* NEW Desktop version */
	
.Edgewater video {
  display: none;
}

.Edgewater {
  position: relative;
  display: block;
  float: none;
  width: 86%;
  padding-left: 7%;
  padding-right: 7%;
  margin: 0;
  min-height: 1px;
  background-color: #494744;
  z-index: 2;
}

/* NEW DESKTOP OVERRIDE */
@media (min-width: 769px) {
  .EdgewaterVid {
    display: block;
    position: fixed;
    float: left;
    z-index: 1;
  }

  .EdgewaterVid video {
    display: block;
    width: 100%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

  .EdgewaterPoster {
    display: none;
  }
}		
	
/* Old Desktop Video
	
.Edgewater Video {
	position: fixed;
	display:block;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:1;
}

.Edgewater {
	display:block;
	position:relative;
	float:left;
	min-height:480px;
}

	
.EdgewaterVid {
	Display:block;
	position:fixed;
	float:left;
	z-index:1;

} 

.EdgewaterPoster {
	Display:none;

}
	
*/

.Fixation {
	position:relative;
	display:block;
	float:none;
	width:70%;
	min-height:240px;
	padding-left:15%;
	padding-right:15%;
	top:-260px;
	text-align:left;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:50px;
	padding-bottom:20px;
	z-index:9;
}


.What {
	position:relative;
	display:block;
	float:none;
	width:86%;
	top:0;
	min-height:420px;
	padding:140px 7% 180px 7%;
	background-color:#e6e7e8;
	z-index:20;
}

.Over {
	position:relative;
	display:block;
	float:none;
	width:65%;
	top:0;
	min-height:420px;
	margin:120px 15% 120px 15%;
	padding:60px 2.5% 40px 2.5%;
	background-color:rgba(66,68,72,.8);
	z-index:20;
}

.Who {
	position:relative;
	display:block;
	width:80%;
	margin-top:80px;
	margin-bottom:80px;
	padding-top:0px;
	padding-left:10%;
	padding-right:10%;
	text-align:center;
	line-height:2;
	font-size:16px;
	z-index:15;
	border:none;
}

.WhatText {
	position:relative;
	display:block;
	width:80%;
	margin-top:20px;
	margin-bottom:40px;
	padding-top:0px;
	padding-left:10%;
	padding-right:10%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:2;
	font-size:16px;
	text-align:justify;
	color:#494744;
	z-index:15;
}

.What2 {
	position:relative;
	display:block;
	float:none;
	width:86%;
	top:0;
	min-height:420px;
	padding:200px 7% 200px 7%;
	background-color:#e6e7e8;
	z-index:20;
}


.framespersec {
	display:block;
	position:relative;
	width:86%;
	top:0;
	padding-left:7%;
	padding-right:7%;
	min-height:300px;
	padding-top:80px;
	padding-bottom:200px;
	color:#BAB1AE;
	background-color:#424448;
	z-index:20;
}
.framespersecText {
	position:relative;
	display:block;
	width:80%;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:10%;
	padding-right:10%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:2;
	font-size:16px;
	text-align:justify;
	color:#BAB1AE;
	z-index:20;
}

ul {
  padding-left: 1rem; /* Or adjust as needed (e.g., 0 for no indent) */
  margin-left: 0;
}	
	
.project {
	display:flex;
	flex-direction:row;
	align-content:middle;
	position:relative;
	width:86%;
	top:0;
	padding-left:7%;
	padding-right:7%;
	min-height:300px;
	padding-top:40px;
	padding-bottom:80px;
	color:#BAB1AE;
	background-color:#424448;
	z-index:20;
}

.projectText {
	position:relative;
	display:block;
	width:45%;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:5%;
	padding-right:5%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:2;
	font-size:16px;
	text-align:justify;
	color:#BAB1AE;
	z-index:20;
}

.constraints {
	position:relative;
	display:block;
	width:32.5%;
	margin-left:5%;
	margin-right:2.5%;
	background-image:url(../_img/Constraints.gif);
	background-size:contain;
	background-repeat:no-repeat;
	z-index:100;
	transform:translateY(25%);
}

.Recent {
	position:relative;
	display:block;
	float:left;
	width:100%;
	top:0;
	min-height:420px;
	padding-top:10px;
	padding-left:0%;
	padding-right:0%;
	padding-bottom:10px;
	background-color:#e6e7e8;
	z-index:20;
}

.RecentText {
	position:relative;
	display:block;
	width:95%;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:2.5%;
	padding-right:2.5%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:2;
	font-size:14px;
	text-align:justify;
	color:#494744;
	z-index:15;
}

.workbox {
	width:100%;
	min-height:400px;
	display:flex;
	flex-direction:row;
	align-content:middle;
	position:relative;
	overflow:hidden;
}


.linq {
	width:44%;
	margin-top:10px;
	margin-right:1%;
	margin-bottom:10px;
	margin-left:0%;
	padding: 40px 2.5%;
	min-height:400px;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:1.3;
	background-color:#ec7818;

}




.linqclick {
	position:absolute;
	width:40%;
	min-width:200px;
	margin:0% 0% 0% 2%;
	padding:5px 5%;
	bottom:40px;
	left:0%;
	overflow:hidden;
	display:flex;
	flex-direction:row;
	align-content:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:1.3;
	background-color:rgba(10,10,10,0);
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-width:thin;

}

.linqclick:hover {
	border-color:rgba(255,255,255,1);
	transition: border .55s ease;
	cursor: pointer;
}


.formore {
	position:relative;
	display:block;
	width:76%;
	height:20px;
	margin:10px 0;
	padding:0px 2%;
	text-align:end;


}
	

.formore a {
	text-decoration:none;
	color:#fff;
	outline:0;
	border:0;
	}

.formore a.active {
	color:#fff;
	text-decoration:none;
	outline:0;
	border:0;
}

.formore a:link, a:visited {
    text-decoration: none;
	outline:0;
	border:0;
}

.formore a:link:active, a:visited:active {
   text-decoration: none;
   color:#fff;
   outline:0;
	border:0;
}	
	
#arrow2 {
	position:relative;
	display:block;
	width:14%;
	height:20px;
	margin-top:10px;
	margin-left: 2%;
	margin-right:2%;
	margin-bottom:10px;
	background-image:url(../_img/arrowwhite.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	animation: 5s clickme infinite;

}



@keyframes  clickme {
	0% {
		transform:translateX(-5px);
		opacity:0.1;
	}
	50% {
		transform:translateX(15px);
		opacity:1;
	}	
	100% {
		transform:translateX(-5px);
		opacity:0.1;
	}	
}

.latticeworx {
	width:44%;
	margin-top:10px;
	margin-right:0%;
	margin-bottom:10px;
	margin-left:1%;
	padding: 40px 2.5%;
	min-height:400px;
	background-color:#0eb3db;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:1.3;
}


.digvideo {
	width:44%;
	margin-top:10px;
	margin-right:1%;
	margin-bottom:10px;
	margin-left:0%;
	padding: 40px 2.5%;
	min-height:400px;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:1.3;
}


.belize {
	width:44%;
	margin-top:10px;
	margin-right:0%;
	margin-bottom:10px;
	margin-left:1%;
	padding: 40px 2.5%;
	min-height:400px;
	display:block;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	line-height:1.3;
}

.AddingImagesBox {
	position: relative;
	float:none;
	width:95%;
	min-height:400px;
	padding-top:120px;
	padding-left:2.5%;
	padding-right:2.5%;
	padding-bottom:120px;
	margin:0;
	flex-direction:row;
	align-content:middle;
	color:#BAB1AE;
	background-color:#494744;
	z-index:20;
	display:none;
}

.AddingImages1 {
	width:30%;
	float:none;
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:0%;
	margin-right:2.5%;
	padding-top:0;
	padding-left:0;
	padding-right:2.5%;
	padding-bottom:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:2;
	text-align:justify;
	color:#BAB1AE;
	z-index:20;
}

.AddingImages2 {
	width:62.5%;
	float:none;
	position:relative;
	display:block;
	min-height:300px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:0%;
	margin-right:0%;
	padding-top:0;
	padding-left:0%;
	pading-right:0%;
	padding-bottom:10px;
	z-index:200;
}

.AddingImages3 {
	display:none;
}


.slider{
	overflow: hidden;
	width:100%;
	height:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	display:block;
	z-index:200;
	position: relative;
}

.slider figure div{
	width: 33.333%;
	float: left;
}

.slider figure img{
	width: 100%;
	float: left;
}

.slider figure{
	position: relative;
	width: 300%;
	margin: 0;
	left: 0;
	animation: 30s slidy infinite;
	overflow:hidden;
}



.iconrow {
	
	position: relative;
	width:86%;
	min-height:420px;
	padding-top: 30px;
	padding-left:7%;
	padding-right:7%;
	padding-bottom:10px;
	background-color:rgba(102,102,102,.7);
	color:#BAB1AE;
	z-index:20;
	display:none;
}



#Footer3 {
	clear:none;
	float:left;
	position:relative;
	margin-left:0;
	height:240px;
	width: 100%;
	display:block;
	background-color:#e6e7e8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:2;
	color: #494744;
	text-align:left;
	z-index:300;
	display:block;
}
	
#Footer4 {
	clear:none;
	float:left;
	position:relative;
	margin-left:0;
	height:40px;
	width: 100%;
	display:block;
	background-color:#e6e7e8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:2;
	color: #494744;
	text-align:left;
	z-index:300;
	display:block;
}

#Info2 {
	clear: none;
	float: left;
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 40%;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	outline: 0;
	border: 0;
}
	
#Icons2 {
	clear: none;
	float: right;
	margin-left:5%;
	margin-top:80px;
	width: 40%;
	min-height:40px;
	display: flex;
	flex-direction: row;
  	justify-content: center center;
	padding-top:20px;
	outline:0;
	border:0;
}

.Social {
	width: 20%;
	height:20px;
	display: inline-block;
	outline:0;
	border:0;
	}

.Social img {
	width: 25px;
	height:25px;
	display: inline-block;
	opacity:.5;	
	outline:0;
	border:0;
}

.Social img:hover {
	opacity:1;	
	cursor:pointer;
	outline:0;
	border:0;
}

.copyright {
	position:relative;
	padding-left:10%;
	padding-right:10%;
	margin-bottom:0;
	padding-top:70px;
	padding-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	width:80%;
	min-height:80px;
	display: block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-size:11px;
	background-color:#e6e7e8;
}




.Connect {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BAB1AE;
	text-align:left;

}

.copyrightline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BAB1AE;
	text-align:center;
	font-size:10px;
}

@keyframes slidy{
	0%{
		left: 0%
	}

	16%{
		left: 0%;
	}

	20%{
		left: -100%;
	}

	40%{
		left: -100%;
	}

	44%{
		left: -200%;
	}

	64%{
		left: -200%;
	}

	68%{
		left: -100%;
	}

	88%{
		left: -100%;
	}

	92%{
		left: 0%;
	}

	100%{
		left: 0%;
	}
}

@keyframes  walk-left {
	0% {
		transform:translateX(-80px);
		opacity:0;
	}	
	100% {
		transform:translateX(0px);
		opacity:1;
	}	
}

@keyframes  walk-right {
	0% {
		transform:translateX(100px);
		opacity:0;
	}	
	100% {
		transform:translateX(0px);
		opacity:1;
	}	
}
