/*
Theme Name: RH Strategic
Theme URI: http://www.rhstrategic.net
Description: Theme for rhstrategic.net
Author: Zbra Studios
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

/* Base Tags
====================================================*/
html {
	background: #e9e9e9;	
}
	html.popup {
		background-color: #fff;
	}
body {
	font: 300 17px/1.6em 'Lato', Arial, sans-serif;
	color: #2f2b29;
}
a {
	color: #ff9915;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover, a:active {
	color: #2f2b29;
	text-decoration: none;
}
p {
	margin: 0 0 30px;
}
	* > *:last-child {
		margin-bottom: 0 !important;	
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.2em;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 29px;
}
h3 {
	font-size: 25px;	
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
	 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	 	color: #2f2b29;
	 	text-decoration: none;
	 }
	 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	 	color: #ff9915;
	 }
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
	.mid a:hover img, .row-wrapper a:hover img {
		opacity: 0.8;
		filter: alpha(opacity=80);	
	}
	table td img {
		vertical-align: middle;
	}
th {
	text-align: left;
}
ul, ol {
	padding-left: 35px;
	margin-bottom: 30px;	
}
ul li, ol li {
	margin-bottom: 8px;	
}
	ul ul, ol ol {
		margin: 8px 0 0;	
	}
ul.centered, ol.centered {
	list-style-position: inside;
	padding-left: 0;
	text-align: center;
}
p + ul, p + ol {
	margin-top: -8px;
}
sup, sub {
	position: relative;
	height: 0;
	font-size: 70%;
	line-height: 1;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
hr {
	width: 100%;
	height: 1px;
	margin: 35px auto;
	background: #dcdcdc;
	border: none;
}
button {
	border: none;
	background: none;
	cursor: pointer;	
}
iframe {
	display: block;
	max-width: 100%;
	margin-bottom: 30px;
	border: none;
}
input, select, textarea, .chosen-choices {
	font-family: 'Lato', Arial, sans-serif !important;
}
blockquote {
	padding: 20px;
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.8em;
}
	blockquote.alignright, blockquote .alignleft {
		width: 300px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

/* Important and Shared Classes
====================================================*/
.hidden, .show-mobile {
	display: none;
}
.clear {
	clear: both;
}
.relative, .pie {
	position: relative;
}
.float-left {
	float: left;	
}
.float-right {
	float: right;	
}
.indent {
	padding-left: 25px;
}
.alignleft {
	float: left;
	margin: 0 25px 25px 0;
}
.alignright {
	float: right;
	margin: 0 0 25px 25px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 30px;
}
.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}
.wp-caption {
	background-color: #f0f0f0;
}
	.wp-caption img {
		display: block;
	}
.wp-caption-text {
	padding: 15px;
	margin-bottom: 0;
	color: #979797;
	font-size: 13px;
	line-height: 1.35em;
}
	.wp-caption-text strong {
		display: block;
		padding: 8px 0 0 8px;
	}
.loading-gif {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}
.wrapper {
	clear: both;
	float: left;
	width: 100%;
}
.container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

/* Backgrounds
====================================================*/
.bg-gray {
	background-color: #e9e9e9 !important;
}
.bg-white {
	background-color: #fff !important;
}

/* Font styles
====================================================*/
.font12 {
	font-size: 12px;
}
.text-center {
	text-align: center;
}
.upper {
	text-transform: uppercase;	
}

/* Buttons
====================================================*/
.button, .gform_button {
	display: inline-block;
	width: auto;
	padding: 14px 22px;
	background-color: #c92229;
	border: none;
	color: #fff;
	cursor: pointer;
	font: normal 17px/1em 'Lato', Arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
	.button:hover, .gform_button:hover {
		background-color: #aa1c22;
		color: #fff;
	}
	.button:hover a {
		color: #fff;
	}

/* Tables
====================================================*/
table {
	table-layout: fixed;
	width: 100%;
	width: calc(100% + 20px);
	margin: 0 0 30px -20px;
	border-collapse: collapse;
}
	table td, table th {
		vertical-align: top;
		padding: 30px 20px 0;	
	}
	table tr:first-child td, table tr:first-child th {
		padding-top: 0;
	}
	table tr:last-child td {
		padding-bottom: 0;
	}
	.mid table:last-child {
		margin-bottom: 0;
	}
	table th {
		color: #0f7099;
		font-size: 24px;
		font-weight: normal;
		text-transform: uppercase;
	}
	.align-middle td {
		vertical-align: middle !important;
	}
	table img {
		max-width: none;
	}
	table p {
		margin-bottom: 15px;
	}
	table .aligncenter {
		margin-bottom: 15px;
	}
		table p:last-child, table p:last-child .aligncenter {
			margin-bottom: 0;
		}
	table hr {
		margin: 25px auto;
	}
	table table {
		table-layout: auto;
		width: 100% !important;
		margin: 15px 0 !important;
	}
	table table td, table table th {
		padding: 15px 10px;
	}
		table table tr td:first-child, table table tr th:first-child {
			padding-left: 0;
		}
		table table tr td:last-child, table table tr th:last-child {
			padding-right: 0;
		}
.byline {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 300 !important;
}

/* #page-wrapper
====================================================*/
#page-wrapper {
	overflow-x: hidden;
}

/* Header
====================================================*/
header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background: rgba(47, 47, 41, 0.4);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
	header .container {
		height: 75px;
		padding: 12px 0;
	}
	.scrolled header {
		top: 0;
		background: #2f2f29;
		box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	    -moz-box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	    -webkit-box-shadow: 0px 8px 6px -6px rgba(50, 50, 50, 0.25);
	}
#site-logo {
	float: left;
}
	#site-logo img {
		display: block;
		width: auto;
		height: 75px;
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		-ms-interpolation-mode: nearest-neighbor;
	}

/* Desktop Nav
====================================================*/
nav {
	float: right;
	margin: 29px 0 0;
}
.nav-sm-icons, .menu-top-navigation-container {
	float: right;
}
	nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
		nav ul li {
			display: inline-block;
			position: relative;
			margin: 0 0 0 10px;
		}
		nav ul li:first-child {
			margin-left: 0;
		}
	nav a {
		display: block;
		padding: 8px 10px;
		color: #fff;
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 1em;
		text-decoration: none;
		text-transform: uppercase;
	}
		nav .current_page_item a, nav .current-menu-item a, nav .current-page-ancestor a, nav .current-menu-parent a, nav a:hover {
			background: rgba(255, 255, 255, 0.2);
			color: #fff;
		}
	nav .indicator {
		display: inline-block;
		margin-left: 8px;
		color: #a1ce4f;
	}
li .sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	min-width: 150px;
	height: auto !important;
	top: 100%;
	right: -1px;
	padding: 5px 0 0;
	margin: 0;
	background: none;
	cursor: default;
	text-align: left;
}
	li:hover .sub-menu {
		display: block;
	}
	nav .sub-menu li, nav .sub-menu a {
		display: block !important;
		float: none !important;
		height: auto !important;
		margin: 0 !important;
	}
	nav .sub-menu li {
		display: block;
		padding: 0 21px 20px !important;
		margin: 0 !important;
		background: #2f2b29;
		text-align: right;
	}
	#page-wrapper .show-smaller {
		display: none !important;
	}
	nav .sub-menu li:first-child {
		padding-top: 20px !important;
	}
	nav .sub-menu a {
		padding: 0 !important;
		border: none !important;
		color: #fff !important;
		font-size: 13px;
		font-weight: normal;
		line-height: 1em;
		text-decoration: none;
		white-space: nowrap;
	}
		nav .gray a {
			color: #939393 !important;
		}
		nav .sub-menu .current-menu-item a, nav .sub-menu li a:hover {
			color: #a1ce4f !important;
			text-decoration: none;
		}
	.nav-sm-icons .sm-icons {
		margin-bottom: 0 !imporatnt;
	}
	.nav-sm-icons li {
		margin: 4px 0 0 !important;
	}
	.nav-sm-icons .sm-icons a {
		font-size: 18px;
	}
	.nav-sm-icons a {
		padding: 0 !important;
		background: none !important;
	}

/* Mobile Nav
====================================================*/
.mobile-nav-click {
	display: none;
	float: left;
	padding: 5px;
	margin: 4px 15px 0 0;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	color: #fff;
	font-size: 33px !important;
	letter-spacing: normal;
}
.mobile-nav {
	display: none;
	padding-bottom: 5px;
	background: #2f2b29;
}
	.mobile-nav .container {
		width: 98%;
		padding: 0 1% !important;
	}
.mobile-nav.show-nav {
	display: inline-block;
}
	.mobile-nav .menu-top-navigation-container {
		float: none;
	}
	.mobile-nav ul {
		list-style: none;
		padding: 5px 0 0;
		margin: 0;
	}
	.mobile-nav li {
		display: block;
		padding: 10px 0 !important;
		margin-bottom: 0;
		text-align: left;
	}
	.mobile-nav .selected {
		background-color: #969696 !important;
		cursor: pointer;
	}
		.mobile-nav .selected .mobile-indicator {
			padding-bottom: 10px !important;
		}
		.mobile-nav li .sub-menu {
			display: none;
			position: relative;
			width: auto !important;
			top: 0;
			left: 0;
			padding: 0 19px 10px 0 !important;
			margin-bottom: -10px !important;
			background: #2f2b29 !important;
			box-shadow: none !important;
			-moz-box-shadow: none !important;
			-webkit-box-shadow: none !important;
		}
		.mobile-nav li:hover .sub-menu {
			display: none;
		}
			.mobile-nav li .sub-menu a {
				color: #fff !important;
			}
	.mobile-nav ul a {
		display: block;
		margin: 0;
		padding: 0 5px !important;
		color: #fff;
		font: normal 16px/1em 'Lato', serif;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
	}
		.mobile-nav .menu-item-has-children a, .mobile-nav .sub-menu a {
			padding-right: 19px !important;
		}
		.mobile-nav .sub-menu a {
			font-weight: normal;
			text-transform: none;
		}
		.mobile-nav .indicator {
			display: inline-block;
			margin-left: 8px;
		}

/* #banner
====================================================*/
#banner {
	position: relative;
}
#banner, .banner-slide {
	height: 217px /* Interior page banner height */;
}
.banner-slide {
	width: 100%;
	background-color: #2f2b29;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.home #banner, .home .banner-slide {
		height: 450px;
	}
	#banner img {
		display: block;
		width: 100%;
		height: auto;
	}
.banner-overlay {
	position: absolute;
	z-index: 300;
	width: 100%;
	bottom: 20%;
	left: 0;
	text-align: center;
}
	.banner-overlay h1 {
		margin-bottom: 30px;
		color: #fff !important;
		font-size: 50px;
		letter-spacing: 4px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	}

/* Page Title
====================================================*/
.page-title {
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: 37px;
	left: 0;
	text-align: center;
}
	.page-title h1 {
		margin-bottom: 0;
		color: #fff;
		font-size: 38px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 1em;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		text-transform: uppercase;
	}

/* Mid, Content
====================================================*/
.mid {
	padding: 40px 0;
}
	.home .mid {
		padding: 50px 0;
		background-color: #2f2b29;
		color: #fff;
	}
.row-wrapper {
	position: relative;
	margin: 40px 0 -40px;
	padding: 40px 0;
}
#content-wrapper {
	margin-top: 0; /* Header offset, dynamically adjusted with jQuery */
	background-color: #fff;
}
	.mid h5 {
		margin-bottom: 30px;
		font-weight: 300;
		letter-spacing: normal;
		line-height: 1.6em;
	}
		.mid h5 strong {
			letter-spacing: 3px;
		}

/* Pages
====================================================*/
.headshot {
	table-layout: auto;
}
	.headshot td {
		padding-bottom: 0;
		padding-top: 0;
		vertical-align: middle;
	}
		.headshot tr td:last-child {
			padding-left: 0;
			background: url(images/bg-gray.png) center repeat-x;
		}
	.headshot h3 {
		display: inline;
		padding-right: 6px;
		background-color: #fff;
	}
.testimonial.odd, .testimonial.even {
	width: 410px;
	margin-bottom: 40px;
}
.testimonial.odd {
	float: left;
}
.testimonial.even {
	float: right;
}
.testimonial.full-row {
	float: none;
	margin-bottom: 0;
}

/* Search Bar
====================================================*/
.search-input {
	display: block;
	width: 190px;
	padding: 8px 30px 8px 8px;
	font-size: 13px;
	font-weight: normal;
	background: #fff;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.search-input::-webkit-input-placeholder {
   color: #969696;
}
.search-input::-moz-placeholder {
   color: #969696; 
}
.search-input:-ms-input-placeholder {  
   color: #969696;
}
.search-submit {
	position: absolute;
	top: 1px;
	right: 3px;
	padding: 7px;
	background: #fff;
	color: #9c9c9c;
	border: none;
	cursor: pointer;
}
.search-submit:hover {
	color: #000;
}

/* Blog
====================================================*/
.post {
	clear: both;
	margin-bottom: 40px;
}
	.row-wrapper .post:last-child {
		margin-bottom: 0 !important;
	}
		.mid .post:first-child .post-hr {
			display: none;
		}
.post-thumb {
	float: left;
	width: 15%;
}
.post-excerpt {
	float: right;
	width: 83%;
	margin-top: 10px;
}
.post-title {
	margin-bottom: 10px;
	line-height: 1.3em;
}
.post-title, .post-title a {
	color: #000;
	text-transform: uppercase;
}
	.post-title a {
		text-decoration: underline;
	}
	.post-title a:hover {
		color: #3c2863;
		text-decoration: none;
	}
.post-meta {
	margin-bottom: 20px;
	color: #464646;
	font-size: 13px;
	line-height: 1.3em;
}
.post-hr {
	width: 120px;
	height: 1px;
	margin: 40px 0;
	background: #c6c6c6;
}
#respond {
	margin-top: 35px;	
}
.screen-reader-text {
	display: none;	
}
.widget {
	padding: 15px;
	margin-bottom: 25px;
	background-color: #f7f7f7;
	color: #808080;
}
	.widget a {
		color: #808080;
		text-decoration: none;
	}
	.widget a:hover {
		color: #2f2f2f;
	}
	.widget ul {
		padding: 0;
		list-style: none;
	}
	.widget .cat-item {
		text-transform: uppercase;
	}
	.widget-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #dadada;
		color: #2f2f2f;
		font-weight: bold;
	}
.tw-pagination {
	text-align: center !important;
}
	.tw-pagination a, .tw-pagination .current {
		top: 0 !important;
		padding: 8px 16px !important;
		margin: 0 5px !important;
		background-color: #0a92cd !important;
		border: none !important;
		color: #fff !important;
		font-size: 18px !important;
	}
	.tw-pagination .current, .tw-pagination a:hover {
		background-color: #2c2c2c !important;
		color: #fff !important;
	}

/* Search
====================================================*/
.search-results-number {
	margin-bottom: 40px;
}
	.search-results .blog-thumb img {
		border: none !important;
	}
	.search-results .blog-meta {
		display: none;
	}

/* Social Media Icons
====================================================*/
.sm-icons {
	margin-bottom: 15px;
}
	.sm-icons a {
		display: inline-block;
		margin-left: 10px;
		color: #fff;
		font-size: 20px;
		line-height: 1em;
		text-align: center;
	}
	.sm-icons .fa {	
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.sm-icons .fa-facebook:hover {
		color: #3765a3 !important;
	}
	.sm-icons .fa-google-plus:hover {
		color: #df4b38 !important;
	}
	.sm-icons .fa-linkedin:hover {
		color: #0274b3 !important;
	}
	.sm-icons .fa-pinterest:hover {
		color: #bd081c !important;
	}
	.sm-icons .fa-rss:hover {
		color: #010101 !important;
	}
	.sm-icons .fa-twitter:hover {
		color: #5ea9dd !important;
	}
	.sm-icons .fa-yelp:hover {
		color: #c31200 !important;
	}
	.sm-icons .fa-youtube:hover {
		color: #e14e42 !important;
	}

/* #above-footer
====================================================*/
#above-footer {
	padding: 30px 0;
	background-color: #fff;
	border-top: 1px solid #e2e2e2;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3em;
}
	.home #above-footer {
		border-top: none;
	}
	#above-footer table {
		table-layout: auto;
		width: 100%;
		margin: 0;
	}
	#above-footer td {
		padding: 0 0 0 130px;
	}
	#above-footer tr td:first-child {
		padding-left: 0 !important;
	}
	#above-footer .col2 {
		width: 360px;
	}
	#above-footer .fa {
		color: #c92229;
	}
	#above-footer ul {
		padding-left: 0;
		list-style: none;
	}
	#above-footer li {
		float: left;
		width: 49%;
		margin-bottom: 5px;
		margin-right: 1%;
	}
		#above-footer li a {
			color: #2f2b29;
			font-size: 12px;
		}
	#above-footer .sm-icons a {
		margin-left: 0;
		margin-right: 10px;
		font-size: 24px;
	}

/* Footer
====================================================*/
footer {
	padding: 20px 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
	footer a {
		color: #2f2b29;
	}
#twitter-feed-ajax {
	margin-bottom: 15px;
}

/* Popups
====================================================*/
.fancybox-skin {
	background-color: #2f224c !important;
	color: #fff !important;
}

/* Forms
====================================================*/
.gform_wrapper {
	max-width: 100% !important;
	margin: 0 auto !important;
}
	table .gform_wrapper {
		margin-top: 0 !important;
	}
	.gform_wrapper .ginput_container {
		margin: 0 0 10px !important;
	}
	.gform_wrapper .gfield {
		margin-top: 5px !important;
	}
	.gform_wrapper label {
		font-size: 16px !important;
		font-weight: 300 !important;
	}
	.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
		padding: 2px 5px !important;
		border: 1px solid #767676;
		font-size: 16px !important;
	}
		.gform_wrapper .ginput_container_fileupload input {
			width: auto !important;
			border: none;
		}
	.gform_wrapper .gform_footer {
		margin: 20px 0 0 !important;
		padding: 0 !important;
		text-align: left;
	}
	.gform_footer .gform_button {
		padding: 12px 20px !important;
		border: none !important;
		font: normal 20px/1em 'Lato', serif !important;
		letter-spacing: 1px;
	}
	.gform_wrapper .validation_error {
		display: none;
	}
	.gform_wrapper .gfield_error {
		background: none !important;
		border: none !important;
	}
	.gform_wrapper .validation_message {
		padding-top: 2px !important;
	}
	.gform_wrapper.gf_browser_chrome .gform_body {
		width: 100% !important;
	}
	
/* Comments
====================================================*/
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px 'Lato', Arial, sans-serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:2px solid #f2f2f2; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.comment-meta { font-size:11px; }
ol.commentlist li.comment div.comment-meta a { color:#4b4b4b; }
ol.commentlist li.comment p { font-size:13px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:13px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:13px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #303030; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #dcdcdc; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #303030; margin:0 0 .25em .25em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f2f2f2; }
ol.commentlist li.parent { border-left:5px solid #303030; }
#commentform input, #commentform textarea {
	padding: 4px;
	background: #f2f2f2;
	border: none;
}
.nocomments {
	display: none !important
;}

/* Responsive styles
====================================================*/
@media screen and (min-width: 1367px) {
	.home #banner, .home .banner-slide {
		height: 670px;
	}
	#banner, .banner-slide {
		height: 320px;
	}
}
@media screen and (max-width: 990px) {
	#page-wrapper {
		overflow: hidden;
	}
	#page-wrapper .show-smaller {
		display: block !important;
	}
	.container {
		width: 96%;
		padding: 0 2%;
	}
	header .container {
		width: 98%;
		height: auto;
		padding: 5px 1%;
	}
	#site-logo img {
		height: 50px;
	}
	img.size-medium {
		max-width: 31% !important;	
	}
	hr.left {
		margin-left: auto;
		margin-right: auto;
	}
	#top-bar, nav, .subnav {
		display: none;
	}
	header {
		position: fixed;
		z-index: 999;
		top: 0 !important;
		left: 0;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
	.contact-button {
		display: none;
	}
	.mobile-nav-click {
		display: block;
	}
	.banner-overlay h1 {
		font-size: 42px !important;
	}
	.page-title {
		padding-top: 25px;
		margin-bottom: -10px;
	}
	.mid, .row-wrapper {
		padding: 25px 0;
	}
	.row-wrapper {
		margin: 25px 0 -25px;
	}
	.home .mid {
		padding: 30px 0;
	}
	#above-footer td {
		padding-left: 80px;
	}
	#above-footer .col2 {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 28px !important;
	}
	h2 {
		font-size: 25px !important;
	}
	h3 {
		font-size: 22px !important;
	}
	h4 {
		font-size: 20px !important;
	}
	h5 {
		font-size: 18px !important;
	}
	h6 {
		font-size: 16px !important;
	}
	hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	blockquote {
		float: none !important;
		width: 94% !important;
		padding: 3% !important;
		margin: 30px 0 !important;
		font-size: 18px !important;
	}
	.byline {
		font-size: 16px !important;
	}
	.block-mobile {
		display: block;
		margin-top: 10px;
	}
	.hide-mobile {
		display: none !important;
	}
	.show-mobile, .fancybox-outer .hide-mobile {
		display: block !important;
	}
	.show-mobile-inline {
		display: inline !important;
	}
	.anchor {
	    top: -90px;
	}
	.button {
		padding: 9px 16px;
		font-size: 15px;
	}
	table {
		width: 100% !important;
		margin: 0 0 30px !important;
	}
	table, tbody, tr {
		display: block !important;
	}
	table tr {
		margin-bottom: 40px;
	}
	table td {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
		margin-top: 10px;
		text-align: center !important;
	}
	table:last-child tr:last-child {
		margin-bottom: 0 !important;
	}
	table thead {
		display: none;
	}
	table tr:last-child td:last-child {
		margin-bottom: 0 !important;
	}
	table ul {
		white-space: normal !important;
		list-style: inside;
		padding-left: 0;
	}
	table h6 {
		margin-bottom: 8px;
	}
	table table tr {
		margin: 30px 0 0 !important;
	}
	table table tr:last-child {
		margin-bottom: 30px !important;
	}
	#site-logo img {
		height: 50px;
	}
	.home #banner, .home .banner-slide {
		height: 350px;
	}
	#banner, .banner-slide {
		height: 150px;
	}
	.page-title {
		bottom: 29px;
	}
	.page-title h1 {
		font-size: 32px !important;
	}
	.mobile-dropdown {
		display: inline-block;
		margin: 0 auto;
		padding: 5px;
		font-size: 16px;
	}
	.headshot h3 {
		padding-left: 10px;
	}
	.footer-nav {
		display: none;
	}
	.gform_wrapper .gform_body .top_label li.gfield.gf_right_half { 
		float: left; 
		clear: left !important;
		width: 99%;
	} 
	.gform_wrapper .gform_body .top_label li.gfield.gf_left_half { 
		float: left; 
		clear: left !important;
		width: 99%;
	}
	table .gform_wrapper {
		margin-top: 30px !important;
	}
	#above-footer {
		padding: 25px 0;
	}
	#above-footer table {
		width: 280px !important;
		margin: 0 auto !important;
	}
	#above-footer td {
		width: 100% !important;
		margin-top: 40px;
	}
	#above-footer tr td:first-child {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.hide-phone {
		display: none !important;
	}
	.show-phone {
		display: block !important;
	}
	.banner-overlay h1 {
		font-size: 34px !important;
	}
}
@media screen and (max-width: 480px) {
	img.alignleft, img.alignright {
		display: block;
		float: none;
		max-width: 100% !important;
		margin: 0 auto 20px;
	}
	.banner-overlay {
		bottom: 15%;
	}
	.home #banner, .home .banner-slide {
		height: 250px;
	}
	#banner, .banner-slide {
		height: 125px;
	}
	.banner-overlay h1 {
		margin-bottom: 15px;
		font-size: 24px !important;
		letter-spacing: 2px;
	}
	.page-title {
		bottom: 20px;
	}
	.page-title h1 {
		font-size: 27px !important;
	}
}
@media screen and (max-width: 320px) {
	img.alignleft, img.alignright {
		display: block;
		float: none;
		max-width: 100% !important;
		margin: 0 auto 20px;
	}
}