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

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}

h1 {
	color: #fff;
	font-size: 120px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 150;
	margin-bottom: 70px;
}

h1.secondary {
	font-size: 50px;
	margin-bottom: 40px;
}

h2 {
	font-size: 60px;
	font-weight: 700;
	color: #434343;
	text-transform: uppercase;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 80px;
}

h2.white {
	color: #fff;
}

span.lines {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

span.indentAddress {
	margin-left:30px;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #434343;
	margin:0;
	padding:0;
}

h3.white {
	color: #fff;
}

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: #3d3d3d;
}

p.white {
	color: #f9f9f9;
}

p.whitepanel {
	color: #f9f9f9;
	font-size:20px;
	line-height:26px;
}

.text-centered { text-align:center; }

/* #Links
================================================== */

a.light, a.light:active, a.light:hover, a.light:visited { color:#126666; text-decoration:none; }
a.dark, a.dark:active, a.dark:hover, a.dark:visited { color:#00A8A6; text-decoration:none; }


/* #Buttons
================================================== */

.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #3a3a3a;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 6px 10px;
	font-family: 'Source Sans Pro', sans-serif; 
}

.button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0; 
}

.button1:active,
button1:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0;
}

.button2 {
	background: #e8e8e8;
	border: 0;
	color: #3a3a3a;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 6px 10px;
	font-family: 'Source Sans Pro', sans-serif; 
}

.button2:hover {
	color: #e8e8e8;
	background: #3a3a3a;
	border: 0; 
}

/* Fix for odd Mozilla border & padding issues */
.button1::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



/* #Generic Styles
================================================== */

.action {
	margin-top: 50px;
	padding: 40px 0 20px 0;
	text-align: center;
	border-top: 1px solid #d3d3d3;
}

.action #Headline {
	font-size: 22px;
	font-weight: 600;
	color: #069290;
}

.action p {
	font-size: 14px;
	font-weight: 400;
	color: #757575;
	margin-top:5px;
	margin-bottom:20px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.action p.white {
	color: #ececec;
}

.hidden {
	display: none;
}



/*
==================================================
PARALLAX PANELS
==================================================
*/

p.peek{
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
	z-index: 200;
	text-align: center;
	padding-top: 240px;
}

.panel{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 26px;
	position: relative;
	z-index: 200;
	text-align: left;
	padding-top: 50px;
	padding-bottom:50px;
}

.PanelTitle {
	font-size: 36px;
	font-weight:600;
	color:#fff;
	text-align:left;
}

#peek1 {
	width: 100%;
	height: 500px;
	position: relative;
}

#peek1 .bg2 {
	background: url(../img/HillsideBG2.jpg) repeat 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
}

#peek2 {
	width: 100%;
	height: 600px;
	position: relative;
}

#peek2 .bg3 {
	background: url(../img/HealthcareBG3.jpg) repeat 0 0 fixed;
	background-size: cover;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 600px;
}

#peek3 {
	width: 100%;
	height: 600px;
	position: relative;
}

#peek3 .bg4 {
	background: url(../img/EducationBG3.jpg) repeat 0 0 fixed;
	background-size: cover;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 600px;
}

#peek4 {
	width: 100%;
	height: 600px;
	position: relative;
}

#peek4 .bg5 {
	background: url(../img/GovernmentBG3.jpg) repeat 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 600px;
}

#peek5 {
	width: 100%;
	height: 500px;
	position: relative;
}

#peek5 .bg6 {
	background: url(../img/TractorBG.jpg) repeat 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
}

/*
==================================================
NAVIGATION
==================================================
*/

nav {
	background: url(../img/NavBG.jpg) repeat-x;
	width: 100%;
	position: relative;
	z-index: 1000;
	text-align: center;
	height: 38px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

nav ul {
	padding-top: 10px;
}

nav ul li {
	display: inline;
	border-right: 1px solid #126666;
	padding: 11px 26px 8px 26px;
	margin: 0;
}

nav ul li:first-child {
	border-left: 1px solid #126666;
}

nav a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
   -o-transition: color .25s ease-in-out;
}

nav a:visited {
	color: #fff;
}

nav a:hover {
	color: #00BFBD;
}

/*
==================================================
PAGE TOP
==================================================
*/

#pagetop {
	width: 100%;
	height: 700px;
	text-align: center;
	z-index: 100;
}

#pagetop .bg1 {
	background: url(../img/HayBales2.jpg) center repeat-x;	
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 700px;
}

.title {
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 150;
	padding-top: 70px;
}

.intro-line {
	position: relative;
	z-index: 150;
	border-top: 1px solid #ededed;
	width: 670px;
	margin: 0 auto 50px auto;
}

.title p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 150;
}

.social-pagetop {
	margin-top: 45px;
	position: relative;
	z-index: 150;
}

.social-pagetop ul li {
	display: inline;
	margin: 0 5px;
}

.social-pagetop a {
	opacity: 0.7;
	-webkit-transition: opacity 0.5s ease-in-out; 
	-moz-transition: opacity 0.5s ease-in-out; 
	-o-transition: opacity 0.5s ease-in-out; 
	transition: opacity 0.5s ease-in-out;
}

.social-pagetop a:hover {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out; 
	-moz-transition: opacity 0.5s ease-in-out; 
	-o-transition: opacity 0.5s ease-in-out; 
	transition: opacity 0.5s ease-in-out;
}

.scroll-down {
	margin-top:40px;
	position:relative;
	z-index:150;
}

.scroll-down a {
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease-in-out; 
	-moz-transition: opacity 0.5s ease-in-out; 
	-o-transition: opacity 0.5s ease-in-out; 
	transition: opacity 0.5s ease-in-out;
}

.scroll-down a:hover {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out; 
	-moz-transition: opacity 0.5s ease-in-out; 
	-o-transition: opacity 0.5s ease-in-out; 
	transition: opacity 0.5s ease-in-out;
}

/*
==================================================
ABOUT PANEL
==================================================
*/

#about {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

ul.about {
	list-style-type:square;
}

ul.about li {
	margin-left:16px;
	font-style:italic;
	font-size:16px;
	line-height:18px;
}

/* 
==================================================
#SERVICES
==================================================
*/

#services {
	background: url(../img/bg-dark.jpg) repeat;
	position: relative;
	z-index: 300;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.USFSeparator {
	border-top: 1px solid #858585;
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
}

ul.services{
	list-style-type:square;
}

ul.services li {
	margin-left:16px;
	font-style:italic;
	font-size:18px;
	line-height:22px;
}

/*
==================================================
SUCCESS PANEL
==================================================
*/

#success {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.flexslider {
	margin-top: 40px;
}

p.mid-text {
	margin-top: 40px;
}

.portfolio {
	text-align: center;
	margin-top: 40px;
}

p.proj-title {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3d3d3;
	text-transform: uppercase;
	text-align: center;
}

p.proj-desc {
	margin-bottom: 35px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
}

p.student-city {
	margin-bottom: 5px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
}

p.student-names {
	margin-bottom: 35px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
}

.press {
	font-size: 20px;
	font-weight: 600;
	letter-spacing:-1px;
	color: #069290;
}

.PressLine {
	border-top: 2px dotted #DDD;
	text-align: center;
	margin-top: 8px;
	padding-top: 12px;
}

/*
==================================================
CONTACT PANEL
==================================================
*/

#contact {
	background: url(../img/bg-dark.jpg) repeat;
	position: relative;
	z-index: 300;
	padding-top: 20px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.contact-form p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2px;
}


.contact-info {
	margin-top: 40px;
}

.contact-info h5 {
	margin-bottom: 40px;
}

.contact-info img {
	vertical-align: middle;
	margin-right: 10px;
}


.social {
	padding-top: 15px;
	-webkit-backface-visibility: hidden;
}

.social ul li {
	display: inline;
	margin-right: 5px;
}

.social ul a img {
	position:relative;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out; 
	-moz-transition: opacity 0.5s ease-in-out; 
	-o-transition: opacity 0.5s ease-in-out; 
	transition: opacity 0.5s ease-in-out;
}

.social ul a:hover img {
	position:relative;
	opacity: 0.6;
	-webkit-transition: opacity 0.5s ease-in-out; 
	-moz-transition: opacity 0.5s ease-in-out; 
	-o-transition: opacity 0.5s ease-in-out; 
	transition: opacity 0.5s ease-in-out;
}

.copyright {
	border-top: 1px solid #858585;
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
}

.copyright p {
	color: #858585;
	font-size: 14px;
}

nav select {
	display: none;
}



@media (max-width: 960px) {
	
	nav ul     { 
		display: none; 
	}
	
	nav select { 
		display: inline-block;
		position: relative;
		margin-top: 8px;
		color: #000;
	}
}

/*
==================================================
ABOUT PANEL
==================================================
*/

#privacy {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 40px;
	padding-bottom: 40px;
}


/*
==================================================
//////////////////////////////////////////////////
==================================================

MEDIA QUERIES GO HERE!

==================================================
//////////////////////////////////////////////////
==================================================
*/

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1200px) {
		
		#pagetop .bg1 {
			background-size: 150%;
			background-position:top center;
		}
		
		.title {
			position: relative;
		}
		
		#pagetop {
			height: 600px;
		}
		
		.title {
			padding-top: 20px;
		}
		
		h1 {
			font-size: 100px;
			margin-bottom: 60px;
		}
		h1.small {
			font-size: 80px;
			margin-bottom: 20px;
		}
		#peek1 .bg2 {
			background-size: 100%;
		}
		
		#peek2 {
			height:600px;
		}
		#peek3 {
			height:700px;
		}
		#peek4 {
			height:700px;
		}
		
		#peek2 .bg3 {
			background-size: 300%;
		}
		#peek3 .bg4 {
			background-size: 300%;
		}
		#peek4 .bg5 {
			background-size: 300%;
		}
		
		.panel {
			padding-top:40px;
			padding-bottom:40px;
		}
		
		.panel p{
	        font-size: 16px;
			line-height:20px;
		}
		
		ul.about li {
			margin-left:16px;
			font-style:italic;
			font-size:16px;
			line-height:20px;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		#peek1 .bg2 {
			background-size: 500%;
			height:500px;
		}
		
		#peek2 {
			height:400px;
		}
		
		#peek3 {
			height:500px;
		}
		
		#peek4 {
			height:500px;
		}
		
		#peek2 .bg3 {
			background-size: 300%;
			height:400px;
		}
		
		#peek3 .bg4 {
			background-size: auto;
			height:500px;
		}
		
		#peek4 .bg5 {
			background-size: auto;
			height:500px;
		}
		
		.panel {
			padding-top:40px;
			padding-bottom:40px;
		}
		
		.panel p{
	        font-size: 14px;
			line-height:16px;
		}

		ul.about li {
			margin-left:16px;
			font-style:italic;
			font-size:12px;
			line-height:16px;
		}
		
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	    
		#pagetop .bg1 {
			background-size: 180%;
			background-position: top center;
		}
		
		h1 {
			font-size: 70px;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 40px;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 20px;
			line-height: 28px;
		}
		
		nav ul li {
			padding-left: 10px;
			padding-right: 10px;
		}
		
		#peek1 .bg2 {
			background-size: 500%;
			height:500px;
		}
		
		#peek2 {
			height:500px;
		}
		
		#peek3 {
			height:600px;
		}
		
		#peek4 {
			height:600px;
		}
		
		#peek2 .bg3 {
			background-size: 400%;
			height:500px;
		}
		
		#peek3 .bg4 {
			background-size: 200%;
			height:600px;
		}
		
		#peek4 .bg5 {
			background-size: 400%;
			height:600px;
		}
		
		.panel {
			padding-top:40px;
			padding-bottom:40px;
		}
		
		.panel p{
	        font-size: 14px;
			line-height:18px;
		}

		ul.about li {
			margin-left:16px;
			font-style:italic;
			font-size:12px;
			line-height:16px;
		}
		
		ul.services li {
			margin-left:16px;
			font-style:italic;
			font-size:12px;
			line-height:16px;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		#pagetop .bg1 {
			background-size: 180%;
			background-position: top center;
		}
		
		h1 {
			font-size: 70px;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 40px;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 20px;
			line-height: 28px;
		}
		
		nav ul li {
			padding-left: 10px;
			padding-right: 10px;
		}
		
		#peek1 .bg2 {
			background-size: 500%;
			height:500px;
		}
		
		#peek2 {
			height:500px;
		}
		
		#peek3 {
			height:600px;
		}
		
		#peek4 {
			height:600px;
		}
		
		#peek2 .bg3 {
			background-size: 400%;
			height:500px;
		}
		
		#peek3 .bg4 {
			background-size: 200%;
			height:600px;
		}
		
		#peek4 .bg5 {
			background-size: 400%;
			height:600px;
		}
		
		.panel {
			padding-top:40px;
			padding-bottom:40px;
		}
		
		.panel p{
	        font-size: 14px;
			line-height:18px;
		}

		ul.about li {
			margin-left:16px;
			font-style:italic;
			font-size:12px;
			line-height:16px;
		}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#pagetop .bg1 {
			background-size: 300%;
		}
		
		#pagetop {
			height: 500px;
		}
		
		.title {
			position: relative;
			padding-top: 30px;
		}
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 30px;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 18px;
			line-height: 28px;
		}
		
		
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}
		
		.PanelTitle {
			font-size: 22px;
		}
		
		#peek1 .bg2 {
			background-size: 500%;
			height:500px;
		}
		
		#peek2 {
			height:600px;
		}
		
		#peek3 {
			height:700px;
		}
		
		#peek4 {
			height:750px;
		}
		
		#peek2 .bg3 {
			background-size: 600%;
			height:600px;
		}
		
		#peek3 .bg4 {
			background-size: 600%;
			height:700px;
		}
		
		#peek4 .bg5 {
			background-size: 600%;
			height:750px;
		}
		
		.panel {
			padding-top:40px;
			padding-bottom:40px;
		}
		
		.panel p{
	        font-size: 12px;
			line-height:14px;
		}

		ul.about li {
			margin-left:16px;
			font-style:italic;
			font-size:12px;
			line-height:16px;
		}
		
	}