body {
	background-color: #d4d7d5;
	margin-bottom: -5px;
}
.background-white{
	background-color: white;
	width: 960px;
	height: auto;
	margin: 0 auto;
}



.banner {
	position: relative;
	background-image: url("images/banner.jpg");
	width: 960px;
	height: 473px;
	margin: -8px auto;
	background-repeat: no-repeat;

}

#logo{
	position: absolute;
    opacity: 0;
    width: 180px;
	height: 98px;
	top: -2%;
	left: 2%;
}
#logo h4{
    color: white;
    text-align: center;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	margin-top: -15px;
}

#seneca {
	position: absolute;
	background-image: url("images/seneca-quote.png");
    width: 571px;
	height: 145px;
	top: 9%;
	right: 2%;
	overflow: hidden;
}

#toggle {
  display: block;
  width: 28px;
  height: 30px;
	position: absolute;
	

	top: 4%;
	right: 1%;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + .menu {
  opacity: 1;
  visibility: visible;
}



.menu-links {
	position: absolute;
	width: 30%;
	height: 2%;
	top: 2.3%;
	right: 3%;
  color: white;
  font-family: 'Open Sans', Times, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  text-align: center;
}

.menu-links a{
	text-decoration: none;
	color: white;
}

/* menu appearance*/
.menu {
	position: absolute;	
	top: 10%;
	right: 3%;
  color: #999;
  width: 200px;
  padding: 10px;
  
  font-family: 'Open Sans', Times, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}

ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;

}
li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all .2s;
  border-bottom: 1px solid #e7e9e8;
}
li a:hover,
li a:focus {
  background: #1ABC9C;
  color: #fff;
}



#tagline {
	position: absolute;
	left:8%;
	top: 91%;
	height: 32px;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: white;
	text-shadow: 2px 2px #4b4a4a;
	overflow: hidden;
	opacity:0;
}
.ryan-anim, .paul-anim, .gabriel-anim, .stuart-anim, .robert-anim, .robert2-anim {
	opacity:0;
}



.members {
	display: flex;
	width:960px;
	height:240px;
	margin: 8px auto;
}

.members a{
	text-decoration: none;
	cursor: pointer;
}
figure {
	width: 160px;
	height:240px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}


.single-member {
	width: 160px;
	height:240px;
	overflow: hidden;
}

.single-member figure {
	position: relative;
}
.single-member figure::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
}
.single-member figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

#name-background {
	position: relative;
	height: 50px;
	width: 160px;
	margin-bottom: -25%;
	margin-top:-34%;
	background-color: black;
	opacity: 0.6;
}

#name-details {
	position: relative;
	bottom: 6%;
	left: 2%;
	text-align: center;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: 200;
	color: white;
	line-height: 20%;
}

#name-details h3{
	font-size: 17px;
}

#name-details h4{
	font-size: 11px;
}

.steps-intro {
	position:relative;
	width: 960px;
	margin: -7px auto;
	padding-top: 5px;
	text-align: center;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
	color: #363737;
	background-color: white;
	opacity: 0;
}

.steps-intro h1{
	font-size: 24px;
}

.steps-intro h2{
	font-size: 20px;
	line-height: 50%;
}

.steps-arrows {
	background-color: white;
	position: relative;
	display: flex;
	width: 960px;
	height: 162px;
	padding-top: 10px;
	color: white;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
}

.steps-arrows img {
	padding-top: 20px;
}

.steps-arrows h1 {
	font-size: 40px;
	margin-top: -5px;
}

#step1 {
	background-image: url("images/step-1.png");
	background-color: transparent;
	position: absolute;
	width: 345px;
	height: 162px;
	margin-left: 2%;
	
	text-align: center;
	opacity: 0;
}

#step2 {
	background-image: url("images/step-2.png");
	background-color: transparent;
	position: absolute;
	width: 351px;
	height: 162px;
	margin-left: 31.5%;

	text-align: center;
	opacity: 0;
}

#step3 {
	background-image: url("images/step-3.png");
	background-color: transparent;
	position: absolute;
	width: 351px;
	height: 162px; 
	margin-left: 61.8%;
	text-align: center;
	opacity: 0;
}

.steps-description {
	background-color: white;
	position: relative;
	margin: 20px auto;
	display: flex;
	width: 960px;
	height: auto;
	padding-top: 20px;
	color: #363737;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 15px;
}

.steps-description:after {
  content:""; 
  background-color: #c5c4c4; 
  position: absolute; 
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px; 
  
}

.steps-description h1{
	font-size: 22px;
}

.steps-description p{
	font-size: 18px;
}


#intro {
	width: 30%;
	margin-left: 4%;
	padding-right: 8px;
	opacity: 0;
}

#face2face {
	width: 28%;
	border-left: 1px solid #c5c4c4;
	padding-left: 5px;
	border-right: 1px solid #c5c4c4;
	padding-right: 5px;
	opacity: 0;
}

#implement {
	width: 30%;
	padding-left: 5px;
	opacity: 0;
}


.call-to-action {
	position:relative;
	width: 40%;
	margin: -20px auto;
	padding-top: 20px;
	text-align: center;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
	color: #363737;
	background-color: white;
	opacity: 0;
}

.call-to-action p{
	font-size: 22px;
    margin-top: 30px;
    margin-left:20px;
}

.contact {
	position:relative;
	display: flex;
	width: 960px;
	height: auto;
	margin: -25px auto;
	padding-top: 20px;
	text-align: center;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
	color: #363737;
	background-color: white;
	padding-bottom: 30px;
}

.companies-banner {
	position:relative;
	width: 40%;
	margin: -20px auto;
	padding-top: 20px;
	text-align: center;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
	color: #363737;
	background-color: white;
	
}

.companies-banner h1{
	font-size: 30px;
	padding-bottom: 6px;
	border-bottom: 1px solid #c5c4c4
}

.companies-banner p{
	font-size: 16px;
    margin-top: -10px;
}

.companies-banner a {
	text-decoration: none;
	color: #363737;;
}

.companies {
	display: flex;
	position:relative;
	width: 960px;
	margin: -20px auto;
	padding-top: 20px;
	text-align: center;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
	color: #363737;
	background-color: white;
	opacity: 0;
}

.company-info {
	position:relative;
	width: 25%;
	height: auto;
	margin-right: 3%;
	float: left
	/*opacity: 0; */
}

/*.company-left {
	float: left;
	
}

.company-right {
	float: right;
	
}*/

.company-info h1{
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c4c4
}

.company-info p{
	font-size: 20px;
}

.form-all {
	padding-top: 25px;
	padding-left: 5%;
	opacity: 0;
	width: 60%;
}

#form {
	
	height: auto;
	padding-right: 3%;
	display: inline-flex;
}

.feedback-input {
  display: flex;
  color:black;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight:200;
  font-size: 16px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:1px solid #c5c4c4;
  transition: all 0.3s;
  padding: 9px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
  margin-right: 5%;
  margin-bottom: 2%;

}

.left {
	float:left;
}

.right {
	float:right;
}

.submit-button {
  outline:none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius:40px;
  background: #cfd9d8;
  border: 1px solid #60706f;
  color: #60706f;
  letter-spacing:1px;
  text-shadow:0;
  font-size:12px;
  font-weight:bold;
  cursor: pointer;
  transition: all 0.25s ease;
  float:right;
  margin-right: 5%;
}
.submit-button::hover {
    color:white;
    background: #839998;
}
.submit-button::active {
    letter-spacing: 2px ;
}
.submit-button::after {
    content:"SUBMIT";
}

.onclic {
  width: 40px;
  border-color:gray;
  border-width:3px;
  font-size:0;
  border-left-color: #40f5ea;
  -webkit-animation: rotating 2s 0.25s linear infinite;
   -moz-animation: rotating 2s 0.25s linear infinite;
    -ms-animation: rotating 2s 0.25s linear infinite;
     -o-animation: rotating 2s 0.25s linear infinite;
        animation: rotating 2s 0.25s linear infinite;
}
.onclic::after {
    content:"";
 }
.onclic::hover {
    color:green;
    background: white;
}
.validate {
  font-size:13px;
  color: white;
  background: #8fc8b7;
 }
.validate::after {
    font-family:'FontAwesome';
    font-size:20px;
    content:"\f00c";
 }

@keyframes rotating {
  from {
  	-moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -o-transform:rotate(0deg);
      
    transform: rotate(0deg);
  }
  to {
  	-moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    transform: rotate(360deg);
  }
}

/*.contact:after {
  content:""; 
  background-color: #c5c4c4; 
  position: absolute; 
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px; 
}*/

#form-messages{
 
  width: 89%;
  float:left;
}

.success {
  padding: 1em;
 
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.comment {
	position:relative;
	display: flex;
	width: 960px;
	height: auto;
	margin: 24px auto;
	padding-top: 20px;
	text-align: center;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
	color: #363737;
	background-color: white;
}

.antspm { 
	display:none;
}

.comment-large {
	width: 50%;
	margin: 0 auto;
}

.comment-large p {
	background-color: #eceded;
	border-radius: 7px;
	padding: 10px 10px 5px 10px;
}

.comment-left {
	margin-left: 20px;
	margin-right: 10px;
	opacity:0;
}

.comment-right {
	margin-left: 10px;
	margin-right: 20px;
	opacity: 0;
}
.comment-large h3 {
	margin-right: 5%;
	margin-top: 1%;
	float: right;
}


#triangle {
	position: relative;
	width: 0;
	height: 0;
	border-top: 40px solid #eceded;
	border-right: 80px solid transparent;
	float: right;
	margin-right: 10%;
	margin-top: -5%;
}

.margin-up {
	margin-top: -25px;
}

.white-space{
	width: 960px;
	height: 50px;
	margin: -25px auto;
	background-color: white;
}

.footer {
	position: relative;
	background-image: url("images/footer.jpg");
	width: 960px;
	height: 43px;
	margin: -25px auto;
	background-repeat: no-repeat;
	text-align: center;
	font-family: 'Open Sans', Times, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: white;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer p{
	padding-top: 10px;
}
