/*
* Clear Messaging
* Copyright 2015, Clear Mesasging
* Contact: clearmessaging@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: #3092bc; font-family: "RobotoRegular", serif; font-size: 50px; line-height: 55px; letter-spacing: 3px; }
	h2 { color: #3092bc; font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	
	h2.phonemail { font-size: 28px; line-height: 35px; }
	
	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 h6 {
	color: #0156a9;
	margin: -40px 0px 10px 0px; }

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

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

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

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

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
================================================== */

.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 h3 { text-align: center;
			margin-bottom: 21px;
			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; }

.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: #3092bc; 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: #3092bc; font-family: "RobotoRegular", serif; }
.client h4 { margin-bottom: 28px; }
.client h5 { color: #3092bc; font-family: "RobotoRegular", serif; margin-bottom: 7px;}

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

.contactform h3 { font-size: 21px; line-height: 24px; color: #3092bc; }

a.emailbutton  { color: #fff; background: #fb5106; padding: 5px 10px;}
a.emailbutton:hover { background: #fc834d; }

.action a { color: #fff; background: #fb5106; padding: 10px 20px;}
.action a:hover { background: #fc834d; }

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

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; 
		width: 75%; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "GandhiSerif", Georgia, Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 75%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	textarea {
		height:150px; width: 100%;
		background: #fff; 
		margin-bottom: 20px; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="tel"]:focus,	
	textarea:focus {
		background: #fff;
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }

	label,
	legend {
		font: 16px Georgia, Helvetica, Arial, sans-serif;
		color: #0156a9;}
	select {
		width: 220px; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	
	input[type="submit"] { display: block; width: 50%; margin: 0 auto; background: #fb5106; color: #fff; padding: 10px 20px; }
	input[type="submit"]:hover { background: #fc834d; }

#errors {  
    border:solid 1px #966518;  
    padding:10px;  
    margin:25px 0px;  
    display:block;  
    width:100%;  
    -webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;  
    background: #e29e34;  
    display:none;  
}  
  
#errors li {  
    color: #614110;
	font-family: "Merriweather", "Georgia", serif;
	font-size: 12px;
	padding:2px;  
    list-style:none;      
}  
  
#errors li:before {  
    content: ' - ';      
}  
  
#errors #info {  
    color: #181818;
	font-family: "Merriweather", "Georgia", serif;
	font-size: 14px;
	font-weight: normal  
}  
  
#errors #info:before {  
    content: '';      
}  
  
#success {  
    border:solid 1px #83D186;  
    padding:25px 10px;  
    margin:25px 0px;  
    display:block;  
    width:100%;  
    -webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;  
    background:#6fd1b6;  
    font-weight:bold;  
    display:none;  
}  
  
#errors.visible, #success.visible {  
    display:block;      
}  
  
#req-field-desc {  
    font-style:italic;  
}  
	

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	}

	/* 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; }
				
				
}

	/* 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) {}









