.kevinIntro {
	color: #033071;
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}

/* ==========================================================================
 	 slideshow 
   ========================================================================== */

.flexslider {
	margin: 0px 0 0px;
	bottom: 0;
	
}

.flexslider ul li {
	padding-bottom: 0;
	position: relative;
	margin: 0;
}

.flexslider .container {
	position: relative;
	margin: 0 auto;
}

.flexslider .graphic {
	text-align: center;
}

.flexslider .graphic img {
	width: 100%;
	height: 100%;
}

.flex-control-nav {
	margin: 10px 0 10px;
	position: relative;
	right: 0;
	text-align: center;
}

.flex-control-nav li {
    margin: 0 1px;
}

.flex-control-paging li a {
    width: 16px;
    height: 16px;
    background: #babcbd;
    cursor: pointer;
    text-indent: -9999px;
	border: solid 3px #fff;
    font-size: 0;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: transparent url(/images/dots.png) no-repeat -16px 0;
    cursor: default;
    width: 16px;
    height: 16px;
		    border: none;
}

.flex-direction-nav {
  	top: 50%;
  	margin-top: -48px;
}

.flex-direction-nav a {
  width: 60px;
  height:64px;
  margin: 0px 0 0;
  display: block;
  background: url(/images/snipes.png) no-repeat -422px -205px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.flex-direction-nav .flex-prev {
    left: 0px;
	background-position: -422px -205px;
}

.flex-direction-nav a:hover .flex-prev {
    left: 0px;
	background-position: -422px -265px;
}

.flex-direction-nav .flex-next {
    right: 0px;
    background-position: -486px -205px;
}

.flex-direction-nav a:hover .flex-next {
    right: 0px;
	background-position: -486px -265px;
}


.flex-direction-nav .flex-disabled {
	display:none;
}




.homeBox {
	position: relative;
	display: table;
	margin: 0 auto;
}

.homeBoxText {
	margin: 0 20px;
}

.homeBoxTitle  {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.5em;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-weight: 500;
	line-height: 1.2em;
}

.homeContactBox {
	background: url(/images/kevinbrownbox.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	font-size: 1.2em;
}


.homeContactBox h1 {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0px;
}

.homeContactBox .txtInput {
	width: 100%;
	background: #79766f;
	border: none;
	margin-bottom: 5px;
	color: #fff;
	padding: 2px 5px;
}

input.btnAccess {
	width: 115px;
	height: 38px;
	background: url(/images/snipes.png) no-repeat -7px -166px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin: 0 13px 10px 0 ;
}

input:hover.btnAccess {
	background-position: -7px -128px;
}

.g-recaptcha {
	transform:scale(0.80);
	-webkit-transform:scale(0.80);
}

#blueSection {
	background: #033071;
	margin-bottom: 30px;
	color: #fff;
	padding: 20px 0 5px;
	-webkit-box-shadow: 0px 4px 19px -4px rgba(117,117,117,1);
	-moz-box-shadow: 0px 4px 19px -4px rgba(117,117,117,1);
	box-shadow: 0px 4px 19px -4px rgba(117,117,117,1);
}

#blueSection h1 {
	color: #fff;
	margin: 10px 0 ;
	font-size: 1.8em;
}

a.btnLearnKevin {
	width: 189px;
	height: 36px;
	display: inline-block;
	background: url(/images/snipes.png) no-repeat -16px -316px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin: 10px 0 0;
}

a:hover.btnLearnKevin {
	background-position: -16px -279px;
}

.btnLearnMore {
	cursor: pointer;
}

a.btnLearnMore {
	width: 135px;
	height: 30px;
	background: url(/images/snipes.png) no-repeat -221px -242px;
	margin: 10px auto;
	display: block;
}

a.btnLearnMore:hover {
	background-position: -221px -204px; 
}

@media (min-width: 980px) {
	.homeContactBox {
		min-height: 276px;
		padding: 10px 30px 10px 0;
	}
	
	input.btnAccess {
		margin: 0 -26px 10px 0;
	}
	
	.g-recaptcha {
		transform:scale(0.90);
		-webkit-transform:scale(0.90);
	}
	
	
}

@media (min-width: 768px) and (max-width: 979px) {
	
	
	.g-recaptcha {
		transform:scale(0.80);
		-webkit-transform:scale(0.80);
	}
	
	input.btnAccess  {
		margin-right: 33px;
	}
	
	.homeBoxTitle {
		top: 5px;
		transform: none;
	}
		
}
 
@media (max-width: 767px) {
	.kevinIntro {
		font-size: 1.2em;
	}
	
	.g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
	}
	
	.homeBoxTitle {
		top: 15%;
		transform: none;
	}
}

@media (max-width: 500px) {
	.kevinIntro {
		font-size: .9em;
		line-height: 1.2em;
		margin: 5px 0;
	}
	
	.homeContactBox h1 {
	    color: #fff;
	    margin-top: 20px;
	    margin-bottom: 10px;
	    font-size: 1.3em;
	}
	
	.homeContactBox .txtInput {
	    width: 90%;
	}
	
	
	
	a.btnLearnMore, .flex-control-nav {
		display: none;
	}
	
	.flex-direction-nav {
	    margin-top: -15px;
	}
	
	.flex-direction-nav a {
	  width: 30px;
	  height: 30px;
	  margin: 0px 0 0;
	  display: block;
	  background: url(/images/mobile-arrows.png) no-repeat -0px -28px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.flex-direction-nav .flex-prev {
	    left: 0px;
		background-position: 0px -28px;
	}

	.flex-direction-nav a:hover .flex-prev {
	    left: 0px;
		background-position: 0px 0px;
	}

	.flex-direction-nav .flex-next {
	    right: 0px;
	    background-position: -30px -28px;
	}

	.flex-direction-nav a:hover .flex-next {
	    right: 0px;
		background-position: -30px 0px;
	}
	
}