@charset "UTF-8";

/* Global Content Formatting and Styles */
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}


.body {
	width: 100vw;
	min-width: 100vw;
	height: 100%;
	position: relative;	
	font-family: "tablet-gothic", sans-serif;
	font-weight: 400;
	font-size: 10px;
	overflow-x: hidden; 
}
.html .body {
	margin: 0;
	padding: 0;
}
.debtop {
	display: block;
	width: 100%;
	height: 60px;
	background-color: rgb(255, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: .8em;
	font-weight: bold;
}
.debtop h3{
	font-size: 2.1em;
	position: relative;
	top: 12px;
	left: 12px;
}
#promo{
	display: block;
	width: 94%;
	height: auto;
	line-height: 3em;
	background-color: gray;
	color: #fff;
	font-weight: 800;
	padding: 12px 12px 12px 12px;
	letter-spacing: .02em;
}
.gray {
	color: rgb(230, 230, 230);
}
#header {
	position: relative;
	width: 100%;
	height: 400px;
	
	background-color: rgb(255, 0, 00);
	/*margin-bottom: 3em;*/	
	overflow-x: hidden;
	animation:load_up .5s forwards;
	-webkit-animation:load_up .5s ease-out forwards;
}
	@keyframes load_up{
	from{opacity: .5; top: -200px;}
	to{opacity: 1; top: 0px;}
}
	@-webkit-keyframes load_up{
	from{opacity: .5; top: -200px;}
	to{opacity: 1; top: 0px;}
}
#header h1{
	position: absolute;
	top: 28%;
	left: 8%;
	padding-right: 10%; 
	font-size: 3.3em;
	line-height: 1.3em;
}
#header img{
	position: absolute;
	top: 18%;
	left: 8%;
	display: block;
	width: 60px;
	max-width: 60px;
	height: auto;
	opacity: .15;
}
#header h3{
	position: relative;
	font-size: 1.8em;
	top: 5px;
	left: 5px;
	color: #fff;
	font-weight: 800;
}
.gray {
	color: rgb(230, 230, 230);
}
.cert {
	display: none;
}
#header .cert h5{
	display: none;
	position: relative;
	left: 13%;
	bottom: -40%;
	color: gray;
	font-weight: 800;	
}
#header .cert:hover a{
	transition: all .2s;
	color: #fff;
}
#header .cert {
	position: absolute;
	left: 26%;
	bottom: 12%;
	display: block;
	width: 160px;
	max-width: 160px;
	height: 160px;
	/*background-image:url(../img/cert.svg);*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}	


/*ROW 1*********************/
.row1 {
	display: none;
	position: relative;
	opacity: 1; 
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0em;
	transition: opacity 2s;
	/*background-color: rgb(180, 180, 0);*/
	background-image: 
	linear-gradient(rgba(180, 180, 0, 1), rgba(120, 120, 0, .9));
	    
    animation:load_down 1s forwards;
	-webkit-animation:load_down 1s ease-out forwards;
}
	@keyframes load_down{
	from{top: 200px;}
	to{top: 0px;}
}
	@-webkit-keyframes load_down{
	from{top: 200px;}
	to{top: 0px;}
}
/*.row1:hover {
	opacity: 1;
}*/
.col1_left {
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	margin: 8% 2% 8% 2%;
}
.col1_left h2{
	/*font-size: 2.7em;*/
	color: #fff;
/*	font-weight: 100;*/
}
.block {
	display: block;
	float: none;
	position: relative;
	top: 2%;
	left: 2%;
	width: 90%;
}

.debpic {
	display: none;
	float: left;
	margin: 3% 2% 0% 2%;
	width: 32%;
	height: auto;
	overflow: hidden;
}
.debpic img {
	width:  100%;
	max-width: 100%;
	width: auto;
	position: relative;
	left: auto;
	right: auto;
}
.caption h5 {	
	position: relative;
	top: 64px;
	left: 0px;
	font-weight: 400;
}
h2 span {
	font-weight: bold;
	color: rgb(80, 80, 80);
	/*transition: color .7s;*/
}
/*.row1:hover h2 span{
	color: rgb(80, 80, 80);
}*/

/*ROW2***********************/
.row2 {
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;	
	margin-bottom: 0em;
	opacity: 1;
	transition: all 1.2s ease-in-out;
}
/*.row2:hover {
	opacity: 1;
}*/
.col2_left {
	display: none;
	float: left;
	position: relative;
	width: 50%;
	height: auto;
	overflow: hidden;
	z-index: 10;
}
.col2_left .jerrypic{
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 600px;
	overflow: hidden;
}
.col2_left .jerrypic img{
	position: absolute;
	left: -140px;
	top: -20px;
	display: block;
	width: 630px;
	height: 630px;
}
.pointleft{
	display: block;
	width: 30;
	height: auto;
	position: relative;
	top: 88%;
	left: 94%;
	z-index: 10;
}
.col2_center {
	position: relative;
	display: block;
	width: 100%;
	height: 660px;
/*	font-size: 1.1em;
	line-height: 1.3;*/
	background-image: 
	linear-gradient(rgba(255, 140, 12, 1), rgba(225, 120, 8, 1));
}
.col2_center img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: auto;
	height: 155px;
	opacity: .4;
}

.col2_center .caption{
	display: block;
	position: relative;
	left: 4%;
	bottom: -90%;
	color: #000;
}
.blurb {
	position: absolute;
	top: 4%;
	left: 4%;
	width: 90%;
	line-height: 3.8rem;
	font-size: 1.5em;
}
.col2_right {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	float: left;
	margin: 0% 0% 0% 0%;
	clear: both;
	background-color: rgb(80, 80, 80);
	overflow: hidden;	
}
.col2_right h4{
	position: relative;
	color: #fff;
} 
.col2_right img{
	position: relative;
	display: block;
	width: 250px;
	height: auto;
	right: -12%;
	top: 6%;
	opacity: .8;
	float: left;
}
.awardtext {
	position: relative;
	float: left;
	left: 12%;
	top: 12%;
	display: block;
	font-size: 1.2em;
	text-align: center;
	width: 230px;
	height: auto;
	opacity: .8;
}



/******************************************* HERO **************************************************/
.hero {
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	margin: auto; 
	width: 100%;
	height: auto;
	overflow: hidden;	
	opacity: 1;
	transition: all 1.2s ease-in-out;
	background-color: rgb(255, 0, 0);
}
/*.hero:hover{
	opacity: 1;
}*/
.col1h {
	/*float: left;*/
	position: relative;
	width: 100%;
	height: auto;
	/*padding-bottom: 250px;*/
	margin: 0% 0% 0% 0% ;
	/*background-color: blue;*/
}
.col2h {
	/*float: left;*/
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: rgb(255, 0, 0);
	margin-left: 0%;
	overflow: hidden;
	/*padding-bottom: 80px;*/
}
.hero li{
	position: relative;
	top: 3rem;
	left: 30px;
	/*display: block;*/
	width: 88%;
	font-size: 2.2em;
	line-height: 1.3;
	padding-bottom: 1em;
	padding-right: 45px;
	color: black;
	text-indent: -.5em;
	white-space pre-line;
}

.hero li:before {
	position: relative;
	top: 8px;
	left: -1em;
	content:"";
	display: block;
	float: left;
	height: .7rem;
	width: .7rem;
	background-color: #fff;
	/*margin-right: -24px;*/
}
.hero .cert h5{
	display: none;
	position: relative;
	left: 14%;
	bottom: -40%;
	color: gray;	
}
.hero .cert:hover a{
	transition: all .2s;
	color: #fff;
}
.hero .cert {
	position: absolute;
	left: 22%;
	bottom: 3%;
	display: block;
	width: 160px;
	max-width: 160px;
	height: 160px;
	/*background-image:url(../img/cert.svg);*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*.hero .cert:hover {
	background-position: 0px 0px;
	color: #fff;
}*/

#list_top1, #list_top2, #newstop, #clients_top, #contact_top {
	position: relative;
	left: 0%;
	top: 0%;
	display: block;
	width: 100%;
	max-width: 100%;	
	height: 80px;	
	background-color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #fff;
}
#list_top1 h4{
	font-size: 3em;
	position: relative;
	line-height: 5rem;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}
#list_top2 h4{
	font-size: 3em;
	position: relative;
	line-height: 5rem;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}
#list_top1_content {
	display: none;
	height: 700px;
}
#list_top2_content {
	display: none;
	height: 300px;
}
#list_top2 {
	position: relative;
	left: 0%;
	top: 0%;
	display: block;
	width: 100%;
	max-width: 100%;	
	height: 80px;	
	background-color: #000;
}
.point1 {
	display: none;
	position: relative;
	left: 1000%;  /*moves left*/
	top: -4px;
	display: block;
	width: 40px;
	height: auto;
}



/*ROW3*************************************************/
.row3 {
	clear: both;
	position: relative;
	opacity: 1;
	left: 0px;
	top: 0px;
	margin: auto;
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
	transition: opacity 2s;
	z-index: 20;
	overflow: hidden;
}
/*.row3:hover {
	opacity: 1;	
}*/
.row3:hover #social1 {
	opacity: 1;
}

.col3_left {
	display: none;
	float: left;
	position: relative;
	top: 0px;
	width: 100%;
	height: 500px;
	background-image: 
	linear-gradient(rgba(255, 140, 12, 1), rgba(225, 120, 8, 1));
	overflow: hidden;	
}
.col3_left .blurb img{
	position: relative;
	left: -8px;
	top: 100px;
	display: block;
	width: auto;
	height: 100px;
	opacity: .2;
}
.col3_left .blurb {
	position: absolute;
	left: 27%;
	top: -19%;
}
.col3_left .blurb h4{
	padding-bottom: 20px;
}
.picbox {
	display: block;
	width: 25%;
	max-width: 25%;
	height: 100px;
	overflow: hidden;;
}
.picbox img{
	position: relative;
	top: -20px;
	left: -50px;
	width: 200px;
	max-width: 200px;
	height: auto;
}
.col3_center {
	position: relative;
	top: 0px;
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	float: left;
	z-index: 2;
	overflow: hidden;
	background-color: #fff;
	margin: auto;

}
#clients {
	background-color: rgb(255, 0, 0);
}
#clients_content {
	display: none;
	height: 240px;
}
#clients_top h4{
	font-size: 3em;
	position: relative;
	line-height: 5rem;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}
#clients_content li{
	position: relative;
	top: 3rem;
	left: 30px;
	/*display: block;*/
	width: 88%;
	font-size: 2.2em;
	line-height: 1.3;
	padding-bottom: 1em;
	padding-right: 45px;
	color: black;
	text-indent: -.5em;
	white-space pre-line;
}

#clients_content li:before {
	position: relative;
	top: 8px;
	left: -1em;
	content:"";
	display: block;
	float: left;
	height: .7rem;
	width: .7rem;
	background-color: #fff;
	/*margin-right: -24px;*/
}
#contact {
	background-color: rgb(255, 0, 0);
}
#contact_content {
	display: none;
	height: 160px;
}
#contact_top h4{
	font-size: 3em;
	position: relative;
	line-height: 5rem;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}
#contact_content li{
	position: relative;
	top: 3rem;
	left: 30px;
	/*display: block;*/
	width: 88%;
	font-size: 2.2em;
	line-height: 1.3;
	padding-bottom: 1em;
	padding-right: 45px;
	color: black;
	text-indent: -.5em;
	white-space pre-line;
}

#contact_content li:before {
	position: relative;
	top: 8px;
	left: -1em;
	content:"";
	display: block;
	float: left;
	height: .7rem;
	width: .7rem;
	background-color: #fff;
	/*margin-right: -24px;*/
}
#newstop h4{
	font-size: 3em;
	position: relative;
	line-height: 5rem;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}

/*awards news*/
#newstop_content {
	display: none;
	width: 90%;
	height: auto;
	overflow: auto;
	margin: 0% 2% 0% 2%;
	padding: 0px 8px 0px 8px;
	background-color: #fff;
}
.story {
	padding: 0;
	margin-top: -25px;
}
.story:first-child {
	margin-top: 20px;
}
.story h3{
	color: rgb(80, 80, 80);
	font-size: 2em;
	line-height: 1.3em;
	position: relative;
	font-weight: 600;
	margin-top: 8px;
}	
.story h4{
	display: block;
	height: auto;
	color: rgb(50, 50, 50);
	padding-bottom: 62px;
	position: relative;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-bottom-color: rgb(50, 50, 50);
}


.col3_right {
	display: none;
	position: relative;
	top: 0px;
	width: 100%;
	height: 560px;
	background-color: rgb(180, 180, 0);
	margin-left: 0%;
	overflow: hidden;
}
.col3_right .blurb {
	position: absolute;
	left: 27%;
	top: -17%;
}
.col3_right .blurb img{
	position: relative;
	left: -8px;
	top: 95px;
	display: block;
	width: auto;
	height: 100px;
	opacity: .2;
}
.col3_right h4 {
	padding-bottom: 10px;
}
.picbox_right {
	display: block;
	width: 25%;
	max-width: 25%;
	height: 100px;
	overflow: hidden;;
}
.picbox_right img{
	position: relative;
	top: -20px;
	left: -50px;
	width: 200px;
	max-width: 200px;
	height: auto;
}

/*footer*******************************************************/
.footer{
	position: relative;
	top: 0%;
	width: 100%;
	height: 180px; 
	background-color: rgb(80, 80, 80);
	color: #fff;
	overflow-x: hidden;
	/*border-top-color: black; border-top-style: solid; border-width: 1px;*/
}
.footer p {
	display: block;
	float: left;
	position: relative;
	top: 16px;
	text-align: left;
	padding-left: 26px;
/*	font-size: 18px;
	line-height: 18px;*/
	letter-spacing: 0.05em;
	color: #abacad;
}
.footer span {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3;
	color: rgb(255, 0, 0);
}
.footer a{
	color: #abacad;
}

#socialfoot {
	position: relative;
	display: block;
	left: 26px;
	top: 24px;
	width: 225px;
	height: 30px;
	margin: 0;
}
}
.twit {
	padding-top: 18px;
}
.design {
	font-size: .7em;
	position: relative;
	left: -26px;
	top: 12px;
	clear: both;
}


.rule_below {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #abacad;
	padding-bottom: 8px; 
}
.rule_above {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #abacad;
	padding-top: 24px; 
	max-width: 100%;
}
.padbottom {
	padding-bottom: 10px;
}


/*TYPE STYLING*/
a {
	text-decoration: none;
	color: #000;
}
.clear {
	clear: both;
}
.left{
	position: absolute;
	left: -500px;
}
span {
	color: gray;
}

h1 {
	font-size: 3.5em;
	line-height: 1.3;
}
h2 {
	font-size: 2.7em;
	line-height: 1.3;
}
h3 {
	font-size: 2.5em;
	line-height: 1.3;
}
h4 {
	font-size: 1.8em;
	line-height: 1.3;
}
h5 {
	font-size: 1.3rem;
	line-height: 1.3;
}
p {
	font-size: 1.4em;
	line-height: 1.3;
}


/*MISC*/

/*clearfix*/
.group:after {
  content: "";
  display: table;
  clear: both;
}

/*COLORS*/
.yellow{
	rgb(255, 249, 148)
}
.orange{
	rgb(232, 133, 12)	
}
.red {
	rgb(255, 0, 0)
}
.purple {
	rgb(125, 12, 232)
}
.blue {
	rgb(13, 133, 255)
}

/*SLIDESHOW FOR INDEX PAGE******************************************************************/
#mainslide{
	display: block;
	position:relative;
	top: 30px;
	left: 200px;
/*	float: left;*/
	width: 100%;
	max-width: 100%;
	height: auto;
	background-color: gray;
}
#mainslide p{
	font-size: 1.8rem;
	text-transform: uppercase;
	line-height: 2.2rem;
	letter-spacing: .2rem;
	position: absolute;
	left: -150px;
	bottom: 5px;
	color: gray;
}
#slideshow {  
    position: relative; 
    z-index: 2; 
}
#slideshow img{
	width: 66%;
	max-width: 66%;
	height: 66%;
}

#slideshow > div { 
    position: absolute; 
    top: -30px; 
    left: 0px; 
}
#textslide{
	position: fixed;
	top: 95px;
	left: 0px;
	display: block;
	padding-left: 210px;
	float: right;
	width: 100%;
	max-width: 100%;
	color: #eee;
	height: 30px;
	background-image: 
	linear-gradient(rgba(0, 165, 0, 1), rgba(0, 80, 0, .8));
	z-index: 20;
}
#textslide h2{
	font-family: Tablet Gothic;
	font-size: 1.3rem;
	text-transform: uppercase;
	line-height: 1.9rem;
	letter-spacing: .2rem;
}
#slideshow2 {  
    position: relative; 
    z-index: 0; 
}
#slideshow2 img{
	width: 80%;
	max-width: 80%;
	height: auto;
}
#slideshow2 > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
}
	

