/* ------------------------------------------------
	GLOBAL
------------------------------------------------ */

body {
		margin: 0;
		padding: 0;
		font-family: Cabin, Arial, sans-serif;
		}
		
@font-face {
		font-family: 'Cooper';
		src: url('../fonts/cooperhewitt-thinitalic-webfont.eot');
		src: url('../fonts/cooperhewitt-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/cooperhewitt-thinitalic-webfont.woff2') format('woff2'),
			 url('../fonts/cooperhewitt-thinitalic-webfont.woff') format('woff'),
			 url('../fonts/cooperhewitt-thinitalic-webfont.ttf') format('truetype'),
			 url('../fonts/cooperhewitt-thinitalic-webfont.svg#cooper_hewittthin_italic') format('svg');
		font-weight: normal;
		font-style: normal;
		}

@font-face {
		font-family: 'Roboto';
		src: url('../fonts/robotocondensed-regular-webfont.eot');
		src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
			 url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
			 url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
			 url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
		font-weight: normal;
		font-style: normal;
		}

@font-face {
		font-family: 'Cabin';
		src: url('../fonts/cabin-regular-webfont.eot');
		src: url('../fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/cabin-regular-webfont.woff2') format('woff2'),
			 url('../fonts/cabin-regular-webfont.woff') format('woff'),
			 url('../fonts/cabin-regular-webfont.ttf') format('truetype'),
			 url('../fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
		font-weight: normal;
		font-style: normal;
		}
		
header, nav, section, article, aside, footer {
   		display: block;
		}
		
h1, h2, h3, h4, h5, h6, p, a, input, textarea, li, div {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-ms-font-smoothing: antialiased;
		-o-font-smoothing: antialiased;
		font-smoothing: antialiased;
		}
		
.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after { clear:both;}

.hide {
		display: none;
		}
		
.container {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
		}
		
a img {
		border: none;
		}
		
a[href^=tel]{
    	color:inherit;
    	text-decoration:none;
		}
		
input.error, textarea.error { 
		background-color: #fef5f5;
		border: 2px solid #9d1616;
		}
		
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
		width: 100%;
		margin: -15px 0 20px 0;
		padding: 0;
		color: #9d1616;
		font: 1em Cabin, Arial, sans-serif;
		}

.phone {
		display: none;
		}
		
.orange {
		color: #ea8243;
		}
		
		
/* ------------------------------------------------
	TYPOGRAPHY
------------------------------------------------ */

h1 {
		margin: 0;
		padding: 1.25em 0;
		font: 3.25em Roboto, Arial, san-serif;
		color: #fff;
		}
		
h2 {
		margin: 0;
		padding: 0;
		font: 2em Roboto, Arial, sans-serif;
		color: #ea8243;
		border-bottom: 1px solid #ea8243;
		}
		
h3 {
		font: 1.75em Roboto, Arial, sans-serif;
		color: #ea8243;
		}
		
h3 .location {
		font-size: .75em;
		font-style: italic;
		color: #787878;
		}
		
h4 {
		margin: 0;
		padding: 10px 0;
		font: 1.75em/1em Roboto, Arial, sans-serif;
		color: #000;
		text-align: center;
		}

li {
		margin: 0 0 10px 0;
		}
		
.content-contain p, .content-contain li {
		font-size: 1.25em;
		line-height: 1.75em;
		color: #787878;
		}
		
blockquote {
		margin: 0;
		padding: 30px 0;
		font: 2.125em Cooper, Arial, sans-serif;
		border-top: 1px solid #a6a4ce;
		}
		
p a {
		color: #ea8243;
		}
		
/* ------------------------------------------------
	HEADER
------------------------------------------------ */
		
header {
		width: 100%;
		margin: 0;
		padding: 0;
		background: #d7d7d7; /* Old browsers */
		background: -moz-linear-gradient(top, #d7d7d7 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d7d7d7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d7d7d7 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d7d7d7 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d7d7d7 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 
		border-top: 14px solid #ea8243;
		border-bottom: 2px solid #dedede;
		position: fixed;
		top: 0;
		z-index: 9999;
		}
		
/* ------ Fix For Android ------ */
body { -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

nav input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}

header label { 
  cursor: pointer;
  user-select: none;
}

/* ------ End Fix For Android ------ */
		
nav {
		width: 680px;
		margin: 0 auto;
		padding: 0;
		}

/*Hide dropdown links until they are needed*/
nav li ul {
		background: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		}
		
/*Display the dropdown on hover*/
nav ul li a:hover + .hidden, .hidden:hover, .hidden:active, .hidden:focus {
		opacity: 1;
		visibility: visible;
		z-index: 9999;
		}

nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
		}
		
nav ul:after {
		content: "";
		clear: both;
		display: block;
		}

nav ul li {
		margin: 0;
		padding: 0;
		float: left;
		}
		
nav ul li:hover, .active {
		background: #dedede;
		}

nav ul li a {
		display: block;
		margin: 0;
		padding: 20px 15px;
		color: #757575;
		text-decoration: none;
		}

nav ul ul {
		background: #ea8243;
		padding: 0;
		position: absolute; 
		top: 100%;
		}
		
nav ul ul li {
		float: none; 
		border-top: 1px solid #f68d4e;
		border-bottom: 1px solid #da7538;
		position: relative;
		}
		
nav ul ul li a {
		width: 140px;
		padding: 15px 10px;
		color: #fff;
		}	
		
nav ul ul li a:hover {
		background: #da7538;
		}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
		text-decoration: none;
		color: #757575;
		text-align: center;
		margin: 0;
		padding: 10px 0 10px 0;
		font-size: 1em;
		display: none;
		background: #d7d7d7; /* Old browsers */
		background: -moz-linear-gradient(top, #d7d7d7 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d7d7d7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d7d7d7 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d7d7d7 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d7d7d7 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		cursor: pointer;
		}

/*Hide checkbox*/
header input[type=checkbox]{
   		display: none;
		}

/*Show menu when invisible checkbox is checked*/
header input[type=checkbox]:checked ~ #menu{
    	display: block;
		}
		
		
/* ------------------------------------------------
	LOGO
------------------------------------------------ */
		
.logo {
		margin: 75px 0 0 0;
		padding: 35px 0;
		}
		
.logo img {
		display: block;
		margin: 0 auto;
		}
		
.conference {
	margin: 0;
	padding: 0;
	font: bold italic 1.4em Roboto, Arial, sans-serif;
	text-align: center;
	color: #fff;
	background: rgba(96,94,168,.9);
}

.conferenceimg {
	width: 80%;
}
/* ------------------------------------------------
	BANNER
------------------------------------------------ */
		
.banner {
		position: relative;
		width: 100%;
		height: 375px;
		background: #d0e0ed;
		z-index: 1;
		}
		
.banner .headline, .banner .headline2 {
		margin: 0 0 0 150px;
		padding: 0;
		font-size: 2.8em;
		text-shadow: 2px 2px 4px #000;
		color: #fff;
		}
		
.banner .headline2 {
		margin-left: 200px;
		}
		
.banner .leader {
		margin: 40px 0 0 30px;
		padding: 0;
		font: bold italic 4.5em/1em Roboto, Arial, sans-serif;
		text-shadow: 2px 2px 5px #000;
		color: #fff;
		text-align: left;
		}
		
.banner p, .banner ul {
		margin: 40px 0 0 0;
		font-size: 1.5em;
		text-shadow: 2px 2px 3px #000;
		text-align: center;
		color: #fff;
		}
		
.banner ul li:last-child {
		margin: 0 0 30px 0;
		}
		
.banner .main-text {
		width: 50%;
		margin: 0 0 0 40px;
		}
		
.banner .callout {
		position: absolute;
		top: -50px;
		right: 10%;
		margin: 0;
		padding: 50px 30px;
		text-align: center;
		color: #fff;
		background: rgba(96,94,168,.8);
		border-radius: 500px;
		}
		
.banner .callout p {
		margin: 0;
		padding: 0;
		text-shadow: none;
		font: bold italic 1.4em Roboto, Arial, sans-serif;
		}

		
/* ------------------------------------------------
	SUB BANNER
------------------------------------------------ */
		
.sub-banner {
		width: 100%;
		margin-bottom: 80px;
		background: #9291c3;
		z-index: 1;
		}
		
		
/* ------------------------------------------------
	HOME CONTENT
------------------------------------------------ */

.main-intro {
		position: relative;
		width: 45%;
		margin: -300px 0 0 0;
		padding: 2% 2.5%;
		color: #fff;
		background: rgba(96,94,168,.85);
		float: left;
		z-index: 100;
		}
		

		
/* ------------------------------------------------
	HOME SERVICES
------------------------------------------------ */	

.main-services {
		width: 100%;
		margin: 65px 0 0 0;
		padding: 0;
		border-top: 7px solid #ea8243;
		}
		
.main-services-contain {
		display: table;
		width: 100%;
		}

.main-services .title, .alert .title {
		text-align: center;
		color: #ea8243;
		margin: 0;
		padding: 15px 0;
		font-size: 2em;
		background: #d7d7d7; /* Old browsers */
		background: -moz-linear-gradient(top, #d7d7d7 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d7d7d7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d7d7d7 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d7d7d7 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d7d7d7 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		border-bottom: 2px solid #dedede;
		}

.main-companies {
		display: table-cell;
		width: 33.3%;
		margin: 0;
		padding: 0;
		}
	
.jobs { background: #fbe8dd; }

.jobs { border-right: 3px solid #fff; }
.jobs:last-child { border-right: none; }
		
.main-companies p {
		margin: 0;
		padding: 30px;
		text-align: center;
		line-height: 1.75em;
		color: #fff;
		}	
		
.jobs p { 
		background: #ea8243; /* Old browsers */
		background: -moz-linear-gradient(top, #ea8243 0%, #ac521c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea8243), color-stop(100%,#ac521c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ea8243 0%,#ac521c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ea8243 0%,#ac521c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ea8243 0%,#ac521c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ea8243 0%,#ac521c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8243', endColorstr='#ac521c',GradientType=0 ); /* IE6-9 */
		}	
		
.jobs a { 
		color: #ad531c;
		padding: 5px 20px;
		text-decoration: none;
		font: 1.5em Roboto, Arial, sans-serif;
		border: 2px solid #ad531c;
		background: #fff;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		}
		
.jobs a:hover { 
		color: #fff;
		border: 2px solid #ad531c;
		background: #ad531c;
		}
		
		
/* ------------------------------------------------
	JOB ALERT
------------------------------------------------ */	
	
.alert {
		width: 100%;
		margin: 65px 0 0 0;
		padding: 0;
		border-top: 7px solid #ea8243;
		overflow: auto;
		}
		
.alert .email-row {
		padding: 20px 0;
		background: #fbe8dd;
		overflow: auto;
		}
		
.alert .email-row p {
		padding: 0;
		margin: 0;
		}
		
.alert .email-row .email-row-text, .alert .email-row .email-row-input {
		display: block;
		width: 40%;
		margin: 0;
		padding: 0 5%;
		float: left;
		text-align: center;
		}
		
.alert input {
		width: 75%;
		margin: 0;
		padding: 2%;
		border: none;
		border-bottom: 1px solid #ea8243;
		background: #fff;
		font: 1.25em Roboto, Arial, sans-serif;
		color: #ea8243;
		float: left;
		-webkit-transition: all ease-in-out .4s;
		-moz-transition: all ease-in-out .4s;
		-ms-transition: all ease-in-out .4s;
		-o-transition: all ease-in-out .4s;
		transition: all ease-in-out .4s;
		}
		
article input:focus {
		outline: none;
		background: #f2f2fb;
		}
		
.alert #send {
		width: 20%;
		color: #fff;
		background: #ea8243;
		cursor: pointer;
		}
		
		
/* ------------------------------------------------
	SUB CONTENT
------------------------------------------------ */	
		
.print {
		display: block;
		width: 100%;
		}
		
#print {
		margin: 20px 0 0 0;
		padding: 10px 10px;
		font-size: 1.25em;
		font-family: Roboto, Arial, sans-serif;
		color: #fff;
		background: #ea8243;
		cursor: pointer;
		border: none;
		float: right;
		}
		
.content-contain {
		width: 730px;
		margin: 0 auto;
		padding: 0;
		}
		
article {
		margin: 0 0 65px 0;
		}
		
article li ul {
		font-size: .75em;
		margin: 0 0 0 100px;
		}
		
.border {
		border-top: 6px solid #ea8243;
		}
		
.float-left {
		margin: 0 30px 30px -135px;
		float: left;
		}
		
.float-right {
		margin: 0 -135px 30px 30px;
		padding-left: 30px;
		float: right;
		border-left: 6px solid #ea8243;
		}
		
.float-right img {
		display: block;
		margin: 0 0 30px 0;
		}
		
.margin-top {
		margin-top: 30px;
		margin-right: 50px;
		}
		
article .dr-info {
		display: block;
		margin: 0;
		padding: 0;
		font: 1.2em Roboto, Arial, sans-serif;
		color: #605ea8;
		}

article img {
		margin: 0 0 10px 0;
		}
		
.purple {
		color: #605ea8;
		}
		
label {
		display: block;
		margin-top: 20px;
		font-size: 1.25em;
		line-height: 1.75em;
		color: #787878;
		}
		
article input.text, textarea, select {
		width: 96%;
		margin: 0 0 20px 0;
		padding: 2%;
		border: none;
		border-bottom: 1px solid #ea8243;
		background: #f6f6f6;
		font: 1.25em Roboto, Arial, sans-serif;
		color: #ea8243;
		-webkit-transition: all ease-in-out .2s;
		-moz-transition: all ease-in-out .2s;
		-ms-transition: all ease-in-out .2s;
		-o-transition: all ease-in-out .2s;
		transition: all ease-in-out .2s;  
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		box-sizing: border-box;
		}
		
article input.checkbox {
		width: 20px;
		height: 20px;	
		font-size: 1.25em;
		line-height: 1.75em;
		color: #787878;
		}
		
article input:focus, article textarea:focus {
		outline: none;
		background: #fff1e8;
		}
		
#submit {
		width: inherit;
		margin: 20px 0 0 0;
		padding: 10px 40px;
		font-size: 1.25em;
		font-family: Roboto, Arial, sans-serif;
		color: #fff;
		background: #ea8243;
		cursor: pointer;
		border: none;
		}
		
#submit:hover, #submit:active, #submit:focus, #print:hover, #print:active, #print:focus {
		background: #ad531c;
		}
		
input.text, textarea, #submit {
		-webkit-appearance: none;
		-webkit-border-radius:0; 
		border-radius:0;
		}
		
.box {
		width: 33%;
		margin: 0;
		padding: 0;
		float: left;
		font: 1em Roboto, Arial, sans-serif;
		color: #787878;
		}
		
form input.marg, form textarea.marg {
		margin-top: 20px;
		}
		
input.error, textarea.error { 
		background-color: #fef5f5;
		border: 2px solid #9d1616;
		}
		
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
		width: 100%;
		margin: -15px 0 20px 0;
		padding: 0;
		color: #9d1616;
		font: 1em Cabin, Arial, sans-serif;
		}
		
/* ------------------------------------------------
	SERVICES PAGE
------------------------------------------------ */	
		
.services {
		margin-bottom: 20px;
		}
		
.consulting-row { background: #e0eade; }
.consulting-row .services-group-header p, .consulting-row .services-group-header a { color: #295821; }
.consulting-row .services-group-content { 
		background: #548d4a; /* Old browsers */
		background: -moz-linear-gradient(top, #548d4a 0%, #27551f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#548d4a), color-stop(100%,#27551f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #548d4a 0%,#27551f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #548d4a 0%,#27551f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #548d4a 0%,#27551f 100%); /* IE10+ */
		background: linear-gradient(to bottom, #548d4a 0%,#27551f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548d4a', endColorstr='#27551f',GradientType=0 ); /* IE6-9 */ 
		}

.billing-row { background: #f5dcdf; }
.billing-row .services-group-header p, .billing-row .services-group-header a { color: #8d1d2c; }
.billing-row .services-group-content { 
		background: #c93c4e; /* Old browsers */
		background: -moz-linear-gradient(top, #c93c4e 0%, #8b1c2a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c93c4e), color-stop(100%,#8b1c2a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #c93c4e 0%,#8b1c2a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #c93c4e 0%,#8b1c2a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #c93c4e 0%,#8b1c2a 100%); /* IE10+ */
		background: linear-gradient(to bottom, #c93c4e 0%,#8b1c2a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c93c4e', endColorstr='#8b1c2a',GradientType=0 ); /* IE6-9 */
		}

.jobs-row { background: #fbe8dd;  }
.jobs-row .services-group-header p, .jobs-row .services-group-header a { color: #ae531d; }
.jobs-row .services-group-content { 
		background: #ea8243; /* Old browsers */
		background: -moz-linear-gradient(top, #ea8243 0%, #ac521c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea8243), color-stop(100%,#ac521c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ea8243 0%,#ac521c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ea8243 0%,#ac521c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ea8243 0%,#ac521c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ea8243 0%,#ac521c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8243', endColorstr='#ac521c',GradientType=0 ); /* IE6-9 */
		}

.services-group {
		width: 100%;
		margin-bottom: 10px;
		}
		
.services-group-header {
		margin: 0;
		padding: 30px 0;
		text-align: center;
		}
		
.services-group-header p {
		margin: 20px 0 0 0;
		padding: 0;
		}
		
.services-group-content {
		margin: 0;
		padding: 20px 0;
		}
		
.services-group-content p, .services-group-content li {
		color: #fff;
		line-height: 1.5em;
		}
		
#servicesNav {
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0;
		background: #4a488d;
		}

#servicesNav p, #servicesNav a {
		padding: 0 10px;
		color: #ffffff;
		}
		
.extramarg {
		margin-top: 150px;
		}
		
.fixed {
		width: 100%;
		position: fixed;
		top: 75px;
		z-index: 1000;
		padding: 0;
		}

.anchor{
		display: block;
		height: 136px; /*same height as header*/
		margin-top: -136px; /*same height as header*/
		visibility: hidden;
	    }

		
/* ------------------------------------------------
	FOOTER
------------------------------------------------ */	

footer {
		width: 100%;
		margin: 50px 0 0 0;
		padding: 10px 0;
		color: #717171;
		border-top: 2px solid #ea8243;
		background: #ececec;
		}
		
footer p {
		margin: 0;
		padding: 0;
		font-size: .875em;
		text-align: center;
		}
		
footer a {
		color: #ea8243;
		}
		
footer .social {
		width: 170px;
		margin: 0 auto 5px auto;
		}
		
footer .social a {
		color: #717171;
		margin: 0 6px;
		-webkit-transition: all ease-in-out .4s;
		-moz-transition: all ease-in-out .4s;
		-ms-transition: all ease-in-out .4s;
		-o-transition: all ease-in-out .4s;
		transition: all ease-in-out .4s;
		}
		
footer .social a:hover {
		color: #ea8243;
		}

footer img {
	display: block;
	width: 173px;
	height: 88px;
	margin: 20px auto 0 auto;
}

footer .site {
	display: block;
	width: 173px;
	height: 88px;
	margin: 20px auto 0 auto;
}

footer .site:hover {
	opacity: .7;
}




@media screen and (min-width : 761px) and (max-width : 999px){
	
.container {
		width: 730px;
		margin: 0 auto;
		padding: 0;
		}
		
.break {
		display: none;
		}
		

nav {
		margin: 0 auto;
		padding: 0;
		}
		
nav ul li a {
		display: block;
		margin: 0;
		color: #757575;
		text-decoration: none;
		}
		
/* ------------------------------------------------
	HOME CONTENT
------------------------------------------------ */

.banner .headline, .banner .headline2 {
		margin: 0 0 0 100px;
		padding: 0;
		font-size: 2.8em;
		text-shadow: 2px 2px 4px #000;
		color: #fff;
		}
		
.banner .leader {
		margin: 40px 0 0 0;
		padding: 0;
		font: bold italic 4em/1em Roboto, Arial, sans-serif;
		text-shadow: 2px 2px 5px #000;
		color: #fff;
		text-align: left;
		}
		
.banner .callout {
		position: absolute;
		top: -20px;
		right: 5%;	
		margin: 0;
		padding: 50px 30px;
		text-align: center;
		color: #fff;
		background: rgba(96,94,168,.8);
		border-radius: 500px;
		}
		
.banner .callout p {
		margin: 0;
		padding: 0;
		text-shadow: none;
		font: bold italic 1.4em Roboto, Arial, sans-serif;
		}
		

		
		
/* ------------------------------------------------
	HOME SERVICES
------------------------------------------------ */

.main-companies { width: 33%; }
.main-companies img { height: 10px; }

.main-companies .main-companies-contact {
		font-size: .8em;
		padding: 30px 0;
		}
		
		
/* ------------------------------------------------
	SUB CONTENT
------------------------------------------------ */	
		
.content-contain {
		width: 600px;
		margin: 0 auto;
		padding: 0;
		}
		
.float-left {
		margin: 0 30px 30px -65px;
		float: left;
		}
		
.margin-top {
		margin-top: 30px;
		margin-right: 50px;
		}

}
		

@media screen and (max-width : 760px){	

.container {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		}
		
.phone {
		display: block;
		}
		
.line {
		display: none;
		}
		
h1 {
		margin: 0;
		padding: 1.25em 0;
		font: 3.25em Roboto, Arial, san-serif;
		color: #fff;
		text-align: center;
		}

/* ------------------------------------------------
	HEADER
------------------------------------------------ */

header {
		position: inherit;
		}

nav {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		}
	
.hidden, nav ul ul {
		display: block;
		}

/*Display the dropdown on hover*/
nav ul li a:hover + .hidden, .hidden:hover {
		display: block;
		position: inherit;
		}
		
/*Make dropdown links appear inline*/
nav ul {
		position: inherit;
		display: none;
		}

nav ul li {
		background: linear-gradient(top, #d7d7d7 0%, #ffffff 100%);  
		background: -moz-linear-gradient(top, #d7d7d7 0%, #ffffff 100%); 
		background: -webkit-linear-gradient(top, #d7d7d7 0%, #ffffff 100%); 
		}
		
nav ul li a {
		display: block;
		margin: 0;
		padding: 15px 0;
		color: #757575;
		text-align: center;
		text-decoration: none;
		}
		
nav ul ul li {
		background: #ea8243;
		}
		
nav ul ul li a {
		width: inherit;
		padding: 15px 0;
		color: #fff;
		}

/*Make all menu links full width*/
nav ul li, li a {
		width: 100%;
		padding: 0;
		}

/*Display 'show menu' link*/
.show-menu {
		display:block;
		}
		
/* ------------------------------------------------
	LOGO
------------------------------------------------ */

.logo {
		margin: 0;
		}
		
.logo img {
		width: 90%;
		}
		
/* ------------------------------------------------
	HOME CONTENT
------------------------------------------------ */

.banner .main-text {
		width: 100%;
		margin: 0;
		}

.banner .headline, .banner .headline2 {
		margin: 0;
		padding: 0;
		font-size: 2.8em;
		text-shadow: 2px 2px 4px #000;
		color: #fff;
		text-align: center;
		}
		
.banner .leader {
		margin: 50px 0 0 0;
		padding: 0;
		font: bold italic 4em/1em Roboto, Arial, sans-serif;
		text-shadow: 2px 2px 5px #000;
		color: #fff;
		text-align: center;
		}
		
/* ------------------------------------------------
	HOME SERVICES
------------------------------------------------ */	

.main-services {
		margin: 65px 0 0 0;
		}

.main-services-contain {
		display: block;
		width: 100%;
		}

.main-companies {
		display: block;
		width: 100%;
		margin: 0 0 5px 0;
		padding: 0;
		}

.consulting, .billing { border-right: none; }
		
.main-companies p {
		margin: 0;
		padding: 15px 0;
		text-align: center;
		line-height: 1.75em;
		color: #fff;
		}
		
.main-companies img { height: 10px; }

.alert .email-row .email-row-text, .alert .email-row .email-row-input {
		display: block;
		width: 90%;
		margin: 10px auto;
		padding: 0;
		float: none;
		text-align: center;
		}


/* ------------------------------------------------
	SUB CONTENT
------------------------------------------------ */	
		
.content-contain {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		}
		
.float-left {
		width: 100%;
		margin: 0 auto 5px auto;
		float: none;
		}
		
.float-right {
		margin: 0 auto 5px auto;
		padding-left: 0;
		float: none;
		border-left: none;
		}
		
.float-right img {
		display: block;
		margin: 0 0 30px 0;
		}
		
.margin-top {
		margin-top: 30px;
		margin-right: 50px;
		}
		
article li ul {
		font-size: .75em;
		margin: 0;
		}
		
.fixed {
		width: 100%;
		position: inherit;
		top: inherit;
		z-index: 1000;
		padding: 0;
		}
		
.box {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		font: 1em Roboto, Arial, sans-serif;
		color: #787878;
		}
		
.banner .callout {
		position: inherit;
		top: inherit;
		right: inherit;
		width: 190px;		
		margin: 30px auto;
		padding: 50px 30px;
		text-align: center;
		color: #fff;
		background: rgba(96,94,168,.8);
		border-radius: 600px;
		}
		
.banner .callout p {
		margin: 0;
		padding: 0;
		text-shadow: none;
		font: bold italic 1.4em Roboto, Arial, sans-serif;
		}
		
}

@media print {


header {
		position: inherit;
		}
		
}
		
