html {
  width: 100%;
  height: 100%; 
}	

/* Site Wrap
------------------------------------ */
.wrap {
  position: relative;
  padding: 2.5em 1.5em 1.5em;  
  text-align: center;
  z-index: 200;
} 
@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
  .wrap {
    padding: 2.5em 2em;  
  }  
}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .wrap {
    max-width: 980px;
    padding: 4em 0;    
  }   
  .wrap.min {
    max-width: 900px;   
  }   
  .wrap.extra {
    padding: 6em 0;  
  }    
}
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
  .wrap {
    max-width: 1160px;
    padding: 5em 0;    
  }  
  .wrap.extra {
    padding: 8em 0;  
  }    
}
@media only screen and (min-width: 1400px) and (min-device-width: 480px) {  
  .wrap {
    max-width: 1200px;
    padding: 6em 0;  
  } 
  .wrap.extra {
    padding: 10em 0;  
  }    
}

/******------- Down Arrow ------- ******/  
@-webkit-keyframes pulse {
  from {
    height: 2em;
  }
  50% {
    height: 2.2em;
  }
  to { 
    height: 2em;
  }
}
@keyframes pulse {
  from {
    height: 2em;
  }
  50% {
    height: 2.4em;
  }
  to { 
    height: 2em;
  }
}
.down-arrow {
  display: none;
}
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
  .down-arrow {
    width: 2.5em;
    height: 2.5em;
    bottom: 0;
	  cursor: pointer;
  	display: block;
    text-align: center;
    position: absolute;
	  left: 50%;
    z-index: 500;
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform:         translateX(-50%);     
		-webkit-transition: all .5s ease-in-out;
		-moz-transition:    all .5s ease-in-out;
		-o-transition:      all .5s ease-in-out;
		-ms-transition:     all .5s ease-in-out;
		transition:         all .5s ease-in-out;
  }  
  .down-arrow .arrow {
    background: transparent;;
    width: 1px;  
    height: 2em;
    display: inline-block;
    position: relative;  
  }
  .down-arrow .arrow:before,
  .down-arrow .arrow:after {
    background: #54c5f6;
    width: 2.25em;
    height: 2px;
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    transform-origin: 0%;  
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition:    opacity .25s ease-in-out;
    -o-transition:      opacity .25s ease-in-out;
    -ms-transition:     opacity .25s ease-in-out;
    transition:         opacity .25s ease-in-out;    
  }
  .down-arrow .arrow:before {
    transform: rotate(-135deg);
    left: 1px;
  }
  .down-arrow .arrow:after {
    transform: rotate(-45deg);
    left: -1px;
  }
  .down-arrow:hover .arrow:before,
  .down-arrow:hover .arrow:after {
    background: #54c5f6;
    opacity: .6;
  }
	.down-arrow.pulse .arrow { 
	  -webkit-animation-name: pulse; 
	  animation-name: pulse; 
	  -webkit-animation-duration: 0.5s; 
	  animation-duration: 0.5s;   
	  -webkit-animation-iteration-count: 2; 
	  animation-iteration-count: 2;   
	}    
}



/* Site Wrap
------------------------------------ */
.content {
  max-width: 900px;
  line-height: 1.5;
}

.content p,
.content ol,
.content ul {
  font-size: 115%;
}

.content li {
  padding-top: .6em;
}

/* --- Layer --- */
.layer {
  position: relative;
}

.layer .aspect-ratio {
  position: relative;
}

.photo {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.photo div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.photo .background-image {
  background-repeat: no-repeat;  
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  -o-background-size:      cover;
  background-size:         cover;  
  height: 100%;    
  z-index: 1;  
}

.photo .gradient {
  width: 100%;
  height: 25%;
  position: absolute;
  left: 0;
  z-index: 10;
}
.photo .gradient.top {
  top: 0;
  background: -moz-linear-gradient(top, rgba(75, 166, 91, .2) 0%, rgba(75, 166, 91, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(75, 166, 91, .2) 0%, rgba(75, 166, 91, 0) 100%);
  background: linear-gradient(to bottom, rgba(75, 166, 91, .2) 0%, rgba(75, 166, 91, 0) 100%);
}
.photo .gradient.bot {
  bottom: 0;
  top: auto;
  background: -moz-linear-gradient(top, rgba(59,65,129,0) 10%, rgba(59,65,129,.5) 100%);
  background: -webkit-linear-gradient(top, rgba(59,65,129,0) 10%, rgba(59,65,129,.5) 100%);
  background: linear-gradient(to bottom, rgba(59,65,129,0) 10%, rgba(59,65,129,.5) 100%);
}

/* --- Basic Buttons --- */
.button { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d96a33+0,d96a33+100&0.6+0,0.1+33,0+49,0.1+66,0.6+100 */
	background: -moz-linear-gradient(left, rgba(217,106,51,0.6) 0%, rgba(217,106,51,0.1) 33%, rgba(217,106,51,0) 49%, rgba(217,106,51,0.1) 66%, rgba(217,106,51,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(217,106,51,0.6) 0%,rgba(217,106,51,0.1) 33%,rgba(217,106,51,0) 49%,rgba(217,106,51,0.1) 66%,rgba(217,106,51,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(217,106,51,0.6) 0%,rgba(217,106,51,0.1) 33%,rgba(217,106,51,0) 49%,rgba(217,106,51,0.1) 66%,rgba(217,106,51,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d96a33', endColorstr='#99d96a33',GradientType=1 ); /* IE6-9 */
  color: #0a537e;
  text-transform: uppercase;  
  font-weight: 700;
  padding: .5em 1.5em;
  font-size: 95%;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 17px;
  margin: 1em 0 0;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition:    all .15s ease-in-out;
  -o-transition:      all .15s ease-in-out;
  -ms-transition:     all .15s ease-in-out;
  transition:         all .15s ease-in-out; 
} 
.button:hover { 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d96a33+0,d96a33+100&1+0,0.2+33,0.1+49,0.2+66,1+100 */
	background: -moz-linear-gradient(left, rgba(217,106,51,1) 0%, rgba(217,106,51,0.2) 33%, rgba(217,106,51,0.1) 49%, rgba(217,106,51,0.2) 66%, rgba(217,106,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(217,106,51,1) 0%,rgba(217,106,51,0.2) 33%,rgba(217,106,51,0.1) 49%,rgba(217,106,51,0.2) 66%,rgba(217,106,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(217,106,51,1) 0%,rgba(217,106,51,0.2) 33%,rgba(217,106,51,0.1) 49%,rgba(217,106,51,0.2) 66%,rgba(217,106,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d96a33', endColorstr='#d96a33',GradientType=1 ); /* IE6-9 */
  color: #061832;
  padding: .5em 2em;
} 






 /* --- Grid --- */
.grid {
  text-align: center;
	}

.grid article {
  display: inline-block;
  width: 100%;
  padding: 10px;
  position: relative;
	}
	
@media only screen and (min-width: 370px) {  
  .grid.logos article {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
	  }
	} 
	
@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .grid article {
    width: 24.3%;
	  }
  .grid.service-icons article,
  .grid.logos article {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
	  }
	}
	
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
  .grid.logos article {
    width: 24.3%;
    margin: 0;
	  }
	} 
	
/* --- Maintain Aspect Ratio --- */

.aspect-ratio {
  max-width: 100%; 
  position: relative; 
  height: 0; 
	} 

.grid.squares .aspect-ratio {
  padding-bottom: 100%; 
	} 
	
.grid.service-icons .aspect-ratio {
  padding-bottom: 115%; 
	} 
	
.grid.logos .aspect-ratio {
  padding-bottom: 60%; 
	} 
	
	
@media only screen and (min-width: 370px) {  
	.grid.service-icons .aspect-ratio {
	  padding-bottom: 80%; 
	} 
} 

@media only screen and (min-width: 740px) {  
	.grid.service-icons .aspect-ratio,
	.grid.logos .aspect-ratio {
	  padding-bottom: 40%; 
	} 
} 

@media only screen and (min-width: 1000px) {  
	.grid.logos .aspect-ratio {
	  padding-bottom: 60%; 
	} 
	.grid.service-icons .aspect-ratio{
	  padding-bottom: 100%; 
	} 
} 

@media only screen and (min-width: 1200px) {  
	.grid.logos .aspect-ratio {
	  padding-bottom: 70%; 
	} 
} 
	
.aspect-ratio .sizer {
  width: 100%;
  height: 100%;
  display: block;  
  position: absolute; 
  left: 0;   
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
	}
	
@media only screen and (min-width: 700px) and (min-device-width: 480px) {  
  .aspect-ratio .sizer {
    background-size: auto;
	  }
	} 
	
.sizer .client-name { 
  position: absolute; 
  width: 100%;
  left: 50%;   
  top: 50%;
  font-weight: 700;
  font-size: 125%;
  color: #061832;
	-moz-transform:    translateY(-50%) translateX(-50%);
  -ms-transform:     translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform:         translateY(-50%) translateX(-50%);  
	}
	
@media only screen and (min-width: 370px) and (max-width: 739px) {  
  .sizer .client-name {
    font-size: 110%;
	  }
	} 


/* People */

.people article {
  }

@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
  .people article {
    padding: 20px;
    width: 48%;
	  }
	} 
	
@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .people article {
    width: 24.3%;
    vertical-align: top;
	  }
	} 

.grid.people .aspect-ratio {
  padding-bottom: 130%; 
	} 
	
@media only screen and (min-width: 370px) {  
	.people .aspect-ratio {
	  padding-bottom: 100%; 
	} 
} 
	
.people .aspect-ratio {
  padding-bottom: 60%; 
	}
	
.people  .aspect-ratio .sizer {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;  
  position: relative; 
  left: 0;   
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 1em;
	}
	
@media only screen and (min-width: 700px) and (min-device-width: 480px) {  
  .aspect-ratio .sizer {
    background-size: auto;
	  }
	} 
	
.people .sizer img { 
  position: absolute; 
  width: 100%;
  height: 100%;
  left: 0;   
  top: 0;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out;	
	}
	
.people .sizer a:hover img { 
  width: 104%;
  height: 104%;
  left: -2%;   
  top: -2%;
	}
	
.people .sizer figcaption { 
  position: absolute; 
  left: 0;   
  top: 105%;
  width: 100%;
	}
	
.people .sizer figcaption h3 { 
  margin-bottom: .25em;
	}
	
.people .sizer a figcaption small { 
  color: #636363;
	}

.people article a h3 {
  color: #0a537e;
}
  
.people article a:focus h3, 
.people article a:hover h3 {
  color: #d96a33;
}

main .people .arc {
	position: relative;
	width: 75vw;
	height: 75vw;
	border-radius: 50%;
	}
	
@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
	main .people .arc {
		width: 40vw;
		height: 40vw;
		}
	}
	
@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
	main .people .arc {
		width: 20vw;
		height: 20vw;
		}
	} 
	
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
	main .people .arc {
		width: 17vw;
		height: 17vw;
		}
	} 
	
@media only screen and (min-width: 1500px) and (min-device-width: 480px) {  
	main .people .arc {
		width: 15vw;
		height: 15vw;
		}
	}
	
@media only screen and (min-width: 1800px) and (min-device-width: 480px) {  
	main .people .arc {
		width: 13vw;
		height: 13vw;
		}
	} 

main .people .arc {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#061832+0,061832+100&1+0,0+36 */
	background: -moz-linear-gradient(top, rgba(6,24,50,1) 0%, rgba(6,24,50,0) 36%, rgba(6,24,50,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,24,50,1) 0%,rgba(6,24,50,0) 36%,rgba(6,24,50,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,24,50,1) 0%,rgba(6,24,50,0) 36%,rgba(6,24,50,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061832', endColorstr='#00061832',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: -12.5%;
	left: 10%;
	-moz-transform:    rotate(-65deg) translateX(-27.5%);
  -ms-transform:     rotate(-65deg) translateX(-27.5%);
  -webkit-transform: rotate(-65deg) translateX(-27.5%);
  transform:         rotate(-65deg) translateX(-27.5%);  
  opacity: .6;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out;	
}

main .people article:hover .arc {
	top: 12.5%;
	left: 10%;
	-moz-transform:    rotate(65deg) translateX(-22.5%);
  -ms-transform:     rotate(65deg) translateX(-22.5%);
  -webkit-transform: rotate(65deg) translateX(-22.5%);
  transform:         rotate(65deg) translateX(-22.5%); 
  opacity: 0;
}







/* --- Services Layer --- */

.services.layer {
	background: white;
	}
	
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
	.services.layer {
	  padding-top: 3em;
		}
	} 
	
.services.layer h2 {
	font-size: 200%;
  margin-bottom: .35em;
	}
	
.services.layer p {
	font-size: 100%;
  margin-bottom: 0;
	}
	
@media only screen and (min-width: 740px) {  
	.services.layer p {
		font-size: 135%;
	}	
} 
	
.services .grid {
  margin: 3em auto auto;
}

.service-icons {
  position: relative;
}

.services article h3 {
	font-size: 135%;
  margin-bottom: .35em;
  text-transform: uppercase;
  letter-spacing: 2px;
	}
	
.services article a h3 {
  color: #0a537e;
}
  
.services article a:focus h3, 
.services article a:hover h3 {
  color: #d96a33;
}

.services article a p {
	font-size: 120%;
  margin-bottom: 0;
  color: #636363;
	}
	
	
.svg-container,
.service-icons .arc {
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	padding: 26.5px 28.5px;
	}
	
.svg-container {
	margin-bottom: 1em;
	}	
	
.svg-container:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out;	
	}
 
.state-advocacy .svg-container:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b7598+0,3b7598+100&1+0,1+49,0.2+100 */
	background: -moz-linear-gradient(top, rgba(59,117,152,1) 0%, rgba(59,117,152,1) 49%, rgba(59,117,152,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(59,117,152,1) 0%,rgba(59,117,152,1) 49%,rgba(59,117,152,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(59,117,152,1) 0%,rgba(59,117,152,1) 49%,rgba(59,117,152,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b7598', endColorstr='#333b7598',GradientType=0 ); /* IE6-9 */
	}

.political-outreach .svg-container:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d96a33+0,d96a33+100&1+0,1+49,0.2+100 */
	background: -moz-linear-gradient(top, rgba(217,106,51,1) 0%, rgba(217,106,51,1) 49%, rgba(217,106,51,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(217,106,51,1) 0%,rgba(217,106,51,1) 49%,rgba(217,106,51,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(217,106,51,1) 0%,rgba(217,106,51,1) 49%,rgba(217,106,51,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d96a33', endColorstr='#33d96a33',GradientType=0 ); /* IE6-9 */
	}
	
.procurement .svg-container:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#279dcd+0,279dcd+100&1+0,1+49,0.2+100 */
	background: -moz-linear-gradient(top, rgba(39,157,205,1) 0%, rgba(39,157,205,1) 49%, rgba(39,157,205,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(39,157,205,1) 0%,rgba(39,157,205,1) 49%,rgba(39,157,205,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(39,157,205,1) 0%,rgba(39,157,205,1) 49%,rgba(39,157,205,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279dcd', endColorstr='#33279dcd',GradientType=0 ); /* IE6-9 */
	}
	
.services article:hover .svg-container:before {
	transform:         rotate(-35deg); 
	}

.service-icons .arc {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#061832+0,061832+100&1+0,0+36 */
	background: -moz-linear-gradient(top, rgba(6,24,50,1) 0%, rgba(6,24,50,0) 36%, rgba(6,24,50,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,24,50,1) 0%,rgba(6,24,50,0) 36%,rgba(6,24,50,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,24,50,1) 0%,rgba(6,24,50,0) 36%,rgba(6,24,50,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061832', endColorstr='#00061832',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: -12.5%;
	left: 50%;
	z-index: 3000;
	-moz-transform:    rotate(-35deg) translateX(-67.5%);
  -ms-transform:     rotate(-35deg) translateX(-67.5%);
  -webkit-transform: rotate(-35deg) translateX(-67.5%);
  transform:         rotate(-35deg) translateX(-67.5%);  
  opacity: .6;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:    all .5s ease-in-out;
	-o-transition:      all .5s ease-in-out;
	-ms-transition:     all .5s ease-in-out;
	transition:         all .5s ease-in-out;	
}

.services article:hover .arc {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#061832+0,061832+100&1+0,0+56 */
	background: -moz-linear-gradient(top, rgba(6,24,50,1) 0%, rgba(6,24,50,0) 56%, rgba(6,24,50,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,24,50,1) 0%,rgba(6,24,50,0) 56%,rgba(6,24,50,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,24,50,1) 0%,rgba(6,24,50,0) 56%,rgba(6,24,50,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061832', endColorstr='#00061832',GradientType=0 ); /* IE6-9 */
	top: 0;
	-moz-transform:    rotate(0deg) translateX(-50%);
  -ms-transform:     rotate(0deg) translateX(-50%);
  -webkit-transform: rotate(0deg) translateX(-50%);
  transform:         rotate(0deg) translateX(-50%);  
  opacity: .8;
}

.svg-container svg {
	position: relative;
	width: 78px;
	height: 82px;
	z-index: 3001;
	}






/* --- Testimonials --- */

.testimonials.layer {
	background-color: #0a527d;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  text-align: center;
	}
	
.testimonials .line {
	width: 100%;
	height: 8px;
	position: absolute;
	top: 0;
	z-index: 11;
}

.testimonials .line.blue {
	background-color: #061832;
}

.testimonials .line.orange {
	background-color: #d96a33;
	left: 0;
	width: 50%;
}

.testimonials.layer .text {
  padding: 1.5em;
  position: relative;
  color: white;
	}
	
.testimonials blockquote {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
	}

.testimonials .slide { 
  display: inline-block;
	}
	
.testimonials cite {
  display: block;
  text-transform: uppercase;
  font-size: 70%;
  letter-spacing: .1em;
  text-align: center;
  margin-top: 1em;
	}

.testimonials cite span {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
	}
	
.testimonials .buttons {
  padding: 0;
	}	
	
@media only screen and (min-width: 500px) and (min-device-width: 480px) { 
  .testimonials.layer .text {
    padding: 4em 0;
  	}  
	}  
	
@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .testimonials.layer .text {
    max-width: 900px;
  	}  
	.testimonials blockquote {
	  font-size: 170%;
		}
	}  
	
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
	.testimonials.layer {
	  min-height: 600px;
		}
	.testimonials.layer .text {
    max-width: 1000px;
  	}  
	}  

/* -------- Testimonial Slide Controls -------- */

.testimonials .slide-controls {
  width: 45px;
  height: 45px;
  display: block;  
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 100;
  border-radius: 50%;
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform:         translateY(-50%);       
	}  
	
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
	.testimonials .slide-controls {
    width: 90px;
 		height: 90px;
  	}  
	}  
	
.testimonials-prev-slide { 
  left: -1.75em; 
	}
	
.testimonials-next-slide { 
  right: -1.75em; 
	}
	
.testimonials .slide-controls svg {
	position: absolute;
	top: 50%;
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform:         translateY(-50%);  
  max-width: 50%;
  max-height: 50%;
  fill: #54c5f6;
  display: block;
  -webkit-transition: fill .3s ease-in-out;
  -moz-transition:    fill .3s ease-in-out;
  -o-transition:      fill .3s ease-in-out;
  -ms-transition:     fill .3s ease-in-out;
  transition:         fill .3s ease-in-out;  
	}
	
.testimonials .testimonials-prev-slide svg {
	right: 45%;
	}
	
.testimonials .testimonials-next-slide svg {
	left: 45%;
	}
	
	
.testimonials .slide-controls svg:hover {
  fill: white;
	}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .testimonials-prev-slide { 
    left: -3.5em; 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#071f3a+0,071f3a+100&1+0,1+0,0+52 */
	background: -moz-linear-gradient(left, rgba(7,31,58,1) 0%, rgba(7,31,58,0) 52%, rgba(7,31,58,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(7,31,58,1) 0%,rgba(7,31,58,0) 52%,rgba(7,31,58,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(7,31,58,1) 0%,rgba(7,31,58,0) 52%,rgba(7,31,58,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071f3a', endColorstr='#00071f3a',GradientType=1 ); /* IE6-9 */
  }
  .testimonials-next-slide { 
    right: -3.5em; 
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#071f3a+0,071f3a+100&0+49,1+100 */
	background: -moz-linear-gradient(left, rgba(7,31,58,0) 0%, rgba(7,31,58,0) 49%, rgba(7,31,58,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(7,31,58,0) 0%,rgba(7,31,58,0) 49%,rgba(7,31,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(7,31,58,0) 0%,rgba(7,31,58,0) 49%,rgba(7,31,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00071f3a', endColorstr='#071f3a',GradientType=1 ); /* IE6-9 */
  }
}
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
  .testimonials-prev-slide { 
    left: -4em; 
  }
  .testimonials-next-slide { 
    right: -4em; 
  }
}





/* --- Footer --- */

footer { 
  padding: 4em 0;
  position: relative;
  text-align: center; 
  color: white;
  width: 100%;
  background: #061832;
}

footer .line {
	width: 100%;
	height: 8px;
	position: absolute;
	top: 0;
	z-index: 11;
}

footer .line.blue {
	background-color: #279dcd;
}

footer .line.orange {
	background-color: #d96a33;
	left: 0;
	width: 50%;
}

footer a { 
  color: #53c5f5;
}

footer a:hover { 
  color: white;
}

footer ul { 
  list-style: none;
  margin: 0 auto;
}

footer nav { 
  margin-bottom: 3em;
}

footer nav a { 
  padding: .35em .25em;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
	footer nav li { 
    display: inline-block;
  }  
  footer nav a { 
    padding: .5em 1.5em;
  }  
}

.vcard h4 {
	font-size: 100%;
	margin: auto;
	font-weight: 700;
	}

/* --- Social --- */
  
footer .social { 
  margin: 2em 0;
}

footer .social li { 
  display: inline-block;
}

.social a { 
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  padding: .2em .5em;
  margin: 0 .2em;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition:    all .15s ease-in-out;
  -o-transition:      all .15s ease-in-out;
  -ms-transition:     all .15s ease-in-out;
  transition:         all .15s ease-in-out;   
} 

footer .social a svg { 
  width: 80%;
  max-height: 1.9em;
  fill: white;
} 

footer .social a:hover svg { 
  fill: #192652;
}  




/* --- Table --- */

@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
  .table { 
    display: table;
    width: 100%;
  }    
  .table .col { 
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }  
  .table.three .col { 
    width: 33.33%;
    padding: .5em;
  }    
}
/* --- Form Response --- */

.form-response { 
  padding: 2em 1em 1em;
}
.home .form-response { 
  max-width: 500px;
}
.form-response h2 { 
  font-size: 300%;
  margin-bottom: .25em;
} 
.form-response.light-text h2,
.form-response.light-text .upsell-text { 
  color: #fff;
} 
.form-response .upsell-text { 
  font-size: 1em;
} 
.form-response.light-text p { 
  color: #fff;
} 


@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
  .form-response { 
    padding: 2em 1em;
  }  
  .form-response h2 { 
    font-size: 320%;
  }  
}
@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .form-response { 
  }  
  .form-response h2 { 
    font-size: 380%;
  }  
  .form-response .upsell-text { 
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
  .form-response h2 { 
    font-size: 400%;
  }  
  .form-response .upsell-text { 
    font-size: 1.2em;
  }
}



.trigger,
.low-trigger { 
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	transition:         all 1s ease-in-out;	
}

.trigger.reveal,
.low-trigger.reveal { 
	opacity: 1;	
}	


