/*
* Statcall
* Copyright 2013, Palette Swap Studios
* Contact: paletteswap@gmail.com
*/

/* Table of Contents
==================================================
	#Base Corrections
	#Site Styles
	#Page Styles
	#Media Queries

/* #Base Corrections
================================================== */

/* Typography 
================================================== */

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal; }	
	
	h1 { color: #62aa23; font-family: "RobotoRegular", serif; font-size: 50px; line-height: 55px; letter-spacing: 3px; }
	h2 { color: #62aa23; font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	
	.subheader { color: #777; }

	p { color: #231f20;
	   font-family: "RobotoRegular", "Georgia", serif;
	   font-size: 16px;
	   line-height: 23px;
	   font-weight: normal;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/* Block Quotes
================================================== */

blockquote, blockquote p { line-height: 28px; }
blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }

/* Lists
================================================== */	

ul, ol { margin-bottom: 21px; }
ul ul, ul ol, ol ol, ol ul { margin: 7px 0 7px 30px; }
ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 7px; }
li { line-height: 21px; margin-bottom: 14px; }	
	
/* #Site Styles
================================================== */

* { -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

body { background: url(../images/footer-bg.png) repeat; }

a, a:visited { color: #fb5106; text-decoration: none; outline: 0; }
a:hover { color: #f0a625; }



/* Header Styles
================================================== */

header.container { 
	margin: 20px auto 0px auto; }
header h1 { font-weight: bold; }
header h2 { font-size: 24px; text-align: right; line-height: 55px;  }
header h6 {
	color: #0156a9;
	margin: -10px 70px 10px 0px;
	float: right; }

/* Footer Styles
================================================== */

footer p { margin: 25px 0 5px 0px;
		 color: #9b9b9b; }

/* Navigation Styles
================================================== */

nav.primary ul, 
nav.primary ul li  {
	margin: 0px;
	z-index: 998; }
	
nav.primary ul li {
	display: inline;
	position: relative;
	line-height: 40px; }

nav.primary ul li a {
	display: inline-block;
	padding: 10px 20px;
	margin-left: 20px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:0.08em; }
	
nav.primary ul li span { float: right; }	

nav.primary ul li a:hover { background: #fb5106; 
						color: #fff; }

nav.primary select {
	display: none;
	width: 100%;
	height: 35px;
	margin: 10px 0 8px 0;
	font-family: "Georgia", "Times New Roman", serif; font-size: 21px; line-height: 28px; }

/* #Page Styles
================================================== */

.main {	padding: 20px 0px 20px 0px; }

.image { 
	background: url(../images/agent.jpg) no-repeat;
	width: 530px;
	height: 354px;}	
	
.center {
		font-size: 35px;
		line-height: 40px;
		margin-top: 20px;
		font-family: "RobotoRegular", "Georgia", serif; }
		
.action p { margin-bottom: 20px; }
		
.action a  {
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
	display: block;
	background: url(../images/statcall.jpg) no-repeat;
	width: 318px;
	height: 86px; }

.action h3 { text-align: center;
			clear: both;}

.action h4 { color: #0156a9;}

.action h5 { color: #8c8c8c; 
			float: right; 
			margin-bottom: 20px; }
	
.statement h4{ 
	color: #6a6a6a; 
	padding: 10px 0px 20px 0px;
	margin-bottom: 20px;
	text-align: center; }
	
.content { margin: 25px auto 20px auto; }

.atsi {
	width: 200px;
	height: 158px;
	background: url(../images/atsi.jpg) top center no-repeat; }
	
.last p { text-align: center; }
	
.method {
	color: #0302a8;
	text-align: center;
	font-weight: bold;
	padding-top: 80px;
	text-transform: uppercase;
}

.service { margin-bottom: 28px; padding: 0px 10px 0px 10px; }

.service h3 { padding-top: 170px; color: #62aa23; font-family: "RobotoRegular", serif; font-size: 36px; line-height: 42px; letter-spacing: 2px; text-align: center; 

}

.service a { float: right; background: url(../images/arrow.png) top right no-repeat; padding-right: 30px; }

.healthcare 
	{ background: url(../images/healthcare.jpg) top center no-repeat; 
	
}

.business 
	{ background: url(../images/business.jpg) top center no-repeat; 
	
}

.property
	{ background: url(../images/property.jpg) top center no-repeat; 
	
}

.organization
	{ background: url(../images/nonprofit.jpg) top center no-repeat; 
	
}

.contact h3 { font-size: 21px; line-height: 28px; margin-bottom: 28px; } 

.contact h4 { color: #62aa23; font-family: "RobotoRegular", serif; }

.client h3 { color: #62aa23; font-family: "RobotoRegular", serif; }
.client h4 { margin-bottom: 28px; }
.client h5 { color: #62aa23; font-family: "RobotoRegular", serif; margin-bottom: 7px;}

.client p { margin-bottom: 28px; }

/* #Form Styles
================================================== */

#newcontact { box-sizing: border-box; }

#newcontact .txtinput { 
display: block;
float: left; 
font-family: "RobotoRegular", Georgia, serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;
font-size: 18px;
padding: 11px 25px;
padding-left: 10px;
margin-Left: 10px;
width: 48%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#newcontact .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(98, 170, 35, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(98, 170, 35, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(98, 170, 35, 0.6);
outline: 0 none; 
}

#newcontact textarea {
display: block;
font-family: "RobotoRegular", Georgia, serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin: 0px 10px 15px 10px;
font-size: 18px;
padding: 11px 25px;
padding-left: 10px;
width: 97%;
height: 100px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#newcontact textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(98, 170, 35, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(98, 170, 35, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(98, 170, 35, 0.6);
outline: 0 none; 
}

span.radiobadge { display: block; margin-bottom: 8px; float: left; width: 50% }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 97%;
margin-left: 10px; 
}

/** custom buttons **/

#buttons { display: block; padding-top: 10px; }
#buttons #resetbtn {
display: block;
float: right;
color: #515151;
text-shadow: -1px 1px 0px #fff;
margin-left: 20px;
margin-bottom: 28px; 
height: 3em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1.3em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);    background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
border: 1px solid #969696;
box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#buttons #resetbtn:hover {
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
color: #818181;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
border-color: #aeaeae;
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}

#buttons #submitbtn {
display: block;
float: right;
height: 3em;
padding: 0 1em;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 1.3em;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-color: #5e890a #5e890a #000;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
background-color: rgb(226,238,175);
background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: rgb(228,237,189);
background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}

#wrapping { width: 100%; box-sizing: border-box; }

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

	

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	span.radiobadge { display: block; margin-bottom: 8px; float: left; width: 100%; }
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		nav.primary ul li a { padding: 0px; }
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	header h1, header h2, header h6, .last p { text-align: center; }
	
	.atsi {
		width: 280px;
		height: 232px;
		background: url(../images/atsi.jpg) top center no-repeat; }
	
	nav.primary select { display: block; }
		
		nav.primary ul { display: none; }
				
	#newcontact .txtinput { 	width: 97%; }
				
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}









