/*
	Theme Name: Prairie Mechanical Corporation
	Description: Prairie Mechanical Corporation
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Chip Thompson Design
	Author URI: http://chipthompson.com
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 400 32px 'Bree Serif';
	text-transform: uppercase;
	color: #231f20;
	margin: 0 0 32px 0;
	text-align: center;
	line-height: 1em;
	letter-spacing: 1px;
}

h2 {
	font: 400 50px 'Bree Serif';
	text-transform: uppercase;
	color: #231f20;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	text-align: center;
}

h3 {
	font: 400 28px 'Bree Serif';
	text-transform: uppercase;
	color: #231f20;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	text-align: center;
}

h4 {
	font: 700 16px Montserrat;
	text-transform: uppercase;
	color: #231f20;
	margin: 0 0 20px 0;
	text-align: center;
	letter-spacing: 0.5px;
}

h4 a:link, h4 a:visited {
	color: #030404;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

/* Links */

a:link, a:visited, a:active {
	color: #fdb827;
	text-decoration: none;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* Paragraphs */

p {
	margin: 0 0 22px 0;
	line-height: 1.4em;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 25px 15px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: -13px 5px 5px 55px;
}

.aligncenter {
	display: block;
	margin: 0 auto 22px auto;
}

td .aligncenter {
	margin-bottom: 8px;
}

.border {
	border: 1px solid #030404 !important;
}

/* Lists */

.content ul {
	margin: 0 0 23px 40px;
}

.content ul li {
	list-style: none;
	margin: 0;
	position: relative;
	line-height: 1.45em;
	padding: 0 0 0 10px;
}

.content ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #231f20;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.content ol {
	margin: 0 0 25px 40px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 3px 0;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 400 16px Montserrat, Arial, Helvetica, sans-serif;
	color: #231f20;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
}

td {
	vertical-align: top;
	line-height: 1.4em;
}

p:empty {
	display: none;
}

.frame {
	width: 1008px;
	margin: 0 auto;
	position: relative;
}

/* Header */

.header {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.home .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 210;
}

.header-image {
	display: none;
}

.logo {
	float: left;
	display: inline;
	margin: 11px 0 0 10px;
}

.tagline {
	float: left;
	display: inline;
	font: 16px 'Bree Serif';
	text-transform: uppercase;
	color: #FFF;
	margin: 96px 0 0 5px;
	letter-spacing: 0.3px;
}

.header-right {
	float: right;
	display: inline;
	margin: 92px -20px 0 0;
}

.header-menu {
	float: left;
	display: inline;
}

.header-menu li {
	float: left;
	display: inline;
	margin: 0 0 0 13px;
}

.header-menu a:link, .header-menu a:visited {
	display: block;
	border: 1px solid #fdb827;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	padding: 4px 8px;
	text-decoration: none;
}

.header-menu a:hover {
	background: rgba(253,184,39,0.65);
}

a#menu-button:link, a#menu-button:visited {
	float: left;
	display: inline;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background: url('i/ico-menu.png') no-repeat 100% 50%;
	padding: 4px 34px 4px 7px;
	border: 1px solid transparent;
}

a#menu-button:hover {
	background-color: rgba(253,184,39,0.7);
	border-color: #fdb827;
}

/* Slider */

.slider {
	overflow: hidden;
	position: relative;
	height: 100vh;
	min-height: 780px;
}

.welcome-arrow {
	display: block;
	position: absolute;
	bottom: 7%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	background: url('i/arrow.png') no-repeat;
	cursor: pointer;
	width: 52px;
	height: 28px;
	z-index: 110;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.welcome-arrow:hover {
	opacity: 0.7;
}

.slide {
	width: 100%;
	height: 100%;
}

.slide {
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.slide-image {
	display: none;
}

.slide-video {
	display: block;
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 1;
	opacity: 0.95;
}

.slide .frame {
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.slide-text {
	position: absolute;
	bottom: 16.4%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
}

.slide-text h1, .slide-text h2, .slide-text h3 {
	color: #FFF;
	margin: 0;
	line-height: 1.1em;
}

.slide-text h3 {
	margin: 0 0 35px 0;
}

/* Button */

h6 {
	text-align: center;
	margin: 0 0 15px 0;
}

.slide-text h6 {
	margin-bottom: 0;
}

h6.inline {
	margin-left: 8px;
	margin-right: 8px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

h6 a:link, h6 a:visited, .gform_button {
	background: #fdb827 !important;
	color: #FFF !important;
	border: none !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	padding: 10px 20px !important;
	cursor: pointer !important;
	font: 600 18px Montserrat !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	display: -moz-inline-stack !important;
	display: inline-block !important;
	vertical-align: top !important;
	zoom: 1 !important;
	*display: inline !important;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	text-decoration: none;
}

.slide-text h6 a:link, .slide-text h6 a:visited {
	background: rgba(253,184,39,0.7) !important;
	min-width: 187px;
}

h6 a:hover, .gform_button:hover {
	background: #000 !important;
}

.slide-text h6 a:hover {
	background: #fdb827 !important;
	color: #FFF !important;
}

/* Content */

.content {
	padding: 36px 0 25px 0;
	margin: 0 0 5px 0;
}

.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6,
.white-text a:link, .white-text a:visited, .white-text ul li {
	color: #FFF;
}

.white-text ul li:before {
	background: #FFF;
}

.graphic-background {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.background-image {
	display: none;
}

/* Services */

.services-area {
	padding: 0;
	margin: 0 0 5px 0;
}

.services-headline {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 20;
}

ul.services-list {
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 10;
}

.services-list img {
	display: block;
	margin: 0 auto 25px auto;
}

ul.services-list li {
	width: 17%;
	margin: 0 1.5%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

ul.services-list li:before {
	display: none;
}

.services-list a:link, .services-list a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 96px 0 0 0;
	height: 306px;
}

.services-list a:hover {
	background: rgba(253,184,39,0.65);
}

/* Testimonials */

.testimonials-area {
	padding: 20px 0;
}

.home .testimonials-area {
	margin-top: -5px;
}

.testimonials-slider {
	margin: 0 30px 0 60px;
	position: relative;
	font: 400 16px 'Bree Serif';
	letter-spacing: 0.5px;
	position: relative;
}

.testimonials-slider:before {
	content: '';
	display: block;
	position: absolute;
	top: 35px;
	left: -63px;
	width: 44px;
	height: 36px;
	background: url('i/ico-quote.png') no-repeat;
}

.testimonials-slider, .testimonials-slide {
	height: 200px;
}

.testimonials-slide {
	display: flex !important;
	align-items: center; 
	width: 100%;
	color: #090a0a;
	font-size: 16px;
}

.testimonials-slider p {
	line-height: 1.15em;
	margin: 0;
}

.author {
	font-weight: 600;
	text-align: right;
}

.testimonials-prev, .testimonials-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 114px;
	transform: translate(0,-50%);
	opacity: 0.27;
}

.testimonials-prev {
	background: url('i/prev.png') no-repeat;
	left: -78px;
}

.testimonials-next {
	background: url('i/next.png') no-repeat;
	right: -78px;
}

.testimonials-prev:hover, .testimonials-next:hover {
	opacity: 0.54;
}

a.testimonials-prev:focus, a.testimonials-next:focus {
	outline: none;
}

/* Footer */

.map {
	overflow: hidden;
}

.map iframe {
	border: 0;
	display: block;
	width: 100% !important;
	height: 550px;
	margin-top: -55px;
}

.footer {
	margin: 5px 0 0 0;
	padding: 15px 0 0 0;
	background: url('i/footer-bg.jpg') no-repeat 50% 0;
	background-size: cover;
	text-align: center;
	color: #FFF;
}

.footer h4, .footer a:link, .footer a:visited {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-left {
	position: absolute;
	top: 26px;
	left: 0;
	width: 19%;
	text-align: left;
}

.footer-menu {
	margin: 0 0 22px 0;
}

.footer-menu li {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin: 0 0 4px 0;
}

.footer-menu a:link, .footer-menu a:visited {
	color: #fdb827;
	text-decoration: none;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.social li {
	float: left;
	display: inline;
	margin: 0 8px 0 0;
}

.social li a:hover, .footer-links li a:hover {
	opacity: 0.7;
}

.footer-links {
	position: absolute;
	top: 20px;
	right: 0;
	width: 19%;
	text-align: right;
}

.footer-links ul {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.footer-links li {
	float: left;
	display: inline;
	margin: 0 0 0 22px;
}

.footer-logo {
	margin: 0 0 -20px 0;
}

.copyright {
	font-size: 12px;
	color: #777;
	margin: 25px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}

.copyright a:link, .copyright a:visited {
	color: #777;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

/* Team */

.sidebar {
	float: right;
	display: inline;
	width: 198px;
}

.content-area {
	float: left;
	display: inline;
	width: 810px;
}

.people {
	margin: 0 0 0 -20px;
}

#quicksearch {
	float: right;
	display: inline;
}

.person, .hiring {
	float: left;
	display: inline;
	width: 185px;
	height: 277px;
	overflow: hidden;
	margin: 0 0 20px 20px;
}
.person {
	background-color: #fdb827;
}
.person-keywords {
	display: none;
}
.person-thumbnail {
	position: relative;
	display: block;
	height: 100%;
}
.person-thumbnail img {
	display: block;
}
.person-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(253,184,39,0.7);
	color: #090a0a;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 10px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	z-index: 300;
}
.person-title {
	font-size: 12px;
}
.person-name p {
	margin: 0;
}
.person-thumbnail:hover .person-name {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.person .person-popup {
	display: none;
}
.person-popup {
	width: 800px;
	background: #FFF;
	color: #4b4b4b ;
}
.popup-photo {
	float: left;
	display: inline;
	width: 270px;
	margin: 20px 0 20px 20px;
}
.popup-details {
	float: right;
	display: inline;
	width: 470px;
	margin: 20px 20px 20px 0;
}
.popup-photo img {
	display: block;
}
.popup-name {
	background: #fdb827;
	color: #090a0a;
	font-weight: 600;
	font-size: 20px;
	padding: 10px 10px;
}
#quicksearch {
	padding: 10px 13px;
	text-indent: 0;
	font: 400 14px Montserrat;
	letter-spacing: 0;
	color: #474747;
	background: #f9f9f9;
	border: 1px solid #c8c8c8;
	margin: 0 0 15px 0;
}
ul.filters {
	margin-left: 0;
}
.filters li ul {
	display: none;
	margin-bottom: 0;
}
ul.filters li {
	/*float: left;
	display: inline;
	list-style: none;*/
	background: transparent;
	padding: 0;
	cursor: pointer;
	margin: 0 0 4px 0;
	font-size: 18px;
}
ul.filters li a:link, ul.filters li a:visited {
	padding: 6px 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}
ul.filters li a:hover {
	background: #fdb827;
	color: #090a0a;
	text-decoration: none;
}
ul.filters li a.is-checked:link, ul.filters li a.is-checked:visited {
	background: #fdb827;
	color: #090a0a;
}
ul.filters li:before {
	display: none;
}

/* Thumbnails */

.thumbnails {
	text-align: center;
	margin: 35px 0;
}

.thumbnail {
	width: 31.93%;
	margin: 0 0.7% 1.4% 0.7%;
	position: relative;
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.thumbnail:hover img {
	-webkit-transform: scale(1.1) translateZ(0);
	-ms-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
}

.thumbnail-info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	z-index: 30;
	pointer-events: inherit;
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.thumbnail:hover .thumbnail-info {
	opacity: 0;
	pointer-events: none;
}

.no-rollover .thumbnail:hover .thumbnail-info {
	opacity: 1;
	pointer-events: inherit;
}

.thumbnail-title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin: 0 0 4px 0;
	text-shadow: 2px 2px 5px #000;
}

.thumbnail-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 29;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.thumbnail:hover .thumbnail-overlay {
	opacity: 0.8;
}

.no-rollover .thumbnail:hover .thumbnail-overlay {
	opacity: 0;
}

.thumbnail-description {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	z-index: 30;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	pointer-events: none;
}

.thumbnail:hover .thumbnail-description {
	opacity: 1;
	pointer-events: inherit;
}

.no-rollover .thumbnail:hover .thumbnail-description {
	opacity: 0;
	pointer-events: none;
}

/* Form */

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: inherit !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

.form .gform_wrapper {
	margin: 18px 5px 0 5px !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

ul.gform_fields {
	margin: 0 !important;
}

ul.gform_fields>li {
	padding-left: 0 !important;
	font-style: normal;
	margin: 0 0 8px 0 !important;
	font-weight: 400 !important;
	background: transparent;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.validation_error, .validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error {
	width: auto !important;
}

.gform_wrapper ul li:before {
	display: none;
}

.no-label .gfield_label {
	display: none !important;
}

.show-label .gfield_label {
	display: block !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select,
.field-large .ginput_container input, .field-large .ginput_container textarea, .field-large .ginput_container select {
	display: block !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 8px 0 0 0 !important;
	padding: 9px 15px !important;
	text-indent: 0 !important;
	font: 400 16px Montserrat !important;
	letter-spacing: 1px !important;
	color: #231f20 !important;
	background: #FFF !important;
	border: 1px solid #c8c8c8 !important;
	width: 100% !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 5px #ddd;
	-moz-box-shadow: inset 0 1px 5px #ddd;
	box-shadow: inset 0 1px 5px #ddd;
	-webkit-transition: background 400ms, color 400ms, border 1s;
	-moz-transition: background 400ms, color 400ms, border 1s;
	-o-transition: background 400ms, color 400ms, border 1s;
	transition: background 400ms, color 400ms;
}

.ginput_container input:focus, .ginput_container textarea:focus {
	outline: none;
	background: #fff !important;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
	background: #ffbfbf !important;
}

.ginput_container_checkbox input {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container_checkbox input {
	margin-top: 3px !important;
}

::-webkit-input-placeholder {
   color: #231f20;
}

:-moz-placeholder { /* Firefox 18- */
   color: #231f20;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #231f20;  
}

:-ms-input-placeholder {  
   color: #231f20;  
}

.gform_footer {
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
}

.gform_wrapper .ginput_container input.datepicker,
.gfield_captcha_input_container input {
    width: 11.75em !important;
}

/* Responsive Menu */

html, .container, .scroller {
	height: 100%;
}
.scroller {
	overflow: hidden;
}
.mp-pushed .scroller {
	overflow-y: hidden;
}
.scroller,
.scroller-inner {
	position: relative;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
.pusher {
	position: relative;
	left: 0;
	height: 100%;
	perspective: 1000px;
}

/* Side Menu Layout */
.side-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 290px;
	height: 100%;
	overflow: hidden;
	background: #FFF;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mp-level:first-child {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* overlays for pusher and for level that gets covered */
.pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}
.pusher::after {
	z-index: 999;
}
.pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
	z-index: -1;
}
.pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
	cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}
.pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
/* First level */
.side-menu > .mp-level,
.side-menu > .mp-level.mp-level-open,
.side-menu.mp-overlap > .mp-level,
.side-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
/* Side Menu Styling */
.side-menu {
	display: block;
}
.the-side-menu {
	margin: 0 0 40px 0;
}
.the-side-menu>.mp-level ul li>a:link, .the-side-menu>.mp-level ul li>a:visited {
	display: block;
	font: 400 20px 'Bree Serif';
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #231f20 !important;
	text-decoration: none;
	text-align: center;
	padding: 14px 10px;
	border-bottom: 1px solid #cce5c8;
	letter-spacing: 1px;
}
a.mp-back:link, a.mp-back:visited {
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background: #231f20;
	color: #FFF;
	text-decoration: none;
	padding: 12px 25px 11px 25px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 1px;
	position: relative;
}
a.mp-back:link:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	border-right: 6px solid #FFF;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: -4px 0 0 0;
}
.the-side-menu>.mp-level ul li>a>span {
	position: relative;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span {
	padding-right: 39px;
	margin: 0 -30px 0 0;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 5px solid #FFF;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: -3px 0 0 0;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
}
.the-side-menu>.mp-level ul li.current-menu-item>a, .the-side-menu>.mp-level ul li.current-menu-parent>a, .the-side-menu>.mp-level ul li.current-menu-ancestor>a,
.the-side-menu>.mp-level ul li.open {
	background: #231f20;
	color: #FFF !important;
}
.the-side-menu>.mp-level ul li>a:hover {
	background: #231f20;
	color: #FFF !important;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a:hover>span:before,
.the-side-menu>.mp-level ul li.open>a>span:before {
	border-top-color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-item a:visited,
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-parent a:visited,
.the-side-menu>.mp-level ul li.current-menu-ancestor a:link, .the-side-menu>.mp-level ul li.current-menu-ancestor a:visited,
.the-side-menu>.mp-level ul li.open a:link, .the-side-menu>.mp-level ul li.open a:visited {
	color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-parent>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-anestor>a>span:after,
.the-side-menu>.mp-level ul li.current_page_item>a>span:after,
.the-side-menu>.mp-level ul li.current_page_parent>a>span:after,
.the-side-menu>.mp-level ul li.current_page_anestor>a>span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:after {
	right: 39px;
}
.mp-menu-open {
	z-index: 200;
}

/* 1180px */
@media (max-width: 1180px) {
	.header-right {
		margin-right: 0;
	}
	.testimonials-prev {
		left: 0;
	}
	.testimonials-next {
		right: 0;
	}
	.testimonials-slider {
		margin: 0 60px 0 120px;
	}
}

/* Narrow Desktop */
@media (max-width: 1008px) {
	.frame {
		width: 940px;
	}
}

/* Tablet */
@media (max-width: 959px) {
	.frame {
		width: auto !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		position: relative;
	}
	.logo {
		margin: 0 0 0 -20px;
	}
	.slider {
		height: 600px;
		min-height: 1px;
	}
	.welcome-arrow {
		display: none;
	}
	.slide-video {
		position: static;
	}
	.slide .frame {
		left: 0;
		right: 0;
		-webkit-transform: none;
		transform: none;
	}
	.tagline {
		position: absolute;
		top: 20px;
		right: 0;
	}
	ul.services-list li {
		width: 23%;
		margin: 0 1%;
	}
	ul.services-list li h4 {
		font-size: 15px;
	}
	.footer-links {
		width: 33%;
	}
	table {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	img, iframe {
		max-width: 100%;
		height: auto;
	}
	.alignleft, .alignright {
		max-width: 30%;
		height: auto;
	}
	td .alignleft, td .alignright {
		max-width: 90%;
	}
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
	.gform_wrapper textarea.medium {
		width: 94.5% !important;
	}
	.fancybox-wrap {
		max-width: 520px;
	}
	.fancybox-inner {
		max-width: 100%;
	}	
	.person a img {
    	max-width: 100%;
    	height: auto;
	}
	ul.filters li {
		margin-bottom: 15px;
	}
	.person-popup {
		width: auto;
	}
	.popup-photo, .popup-details {
		float: none;
		display: block;
		width: auto;
		margin: 0 0 20px 0;
	}
	.popup-details {
		padding: 0 20px;
	}
	.popup-name {
		padding: 20px;
	}
	.popup-photo img {
		display: none;
	}
	.sidebar, #quicksearch {
		width: 160px;
	}
	.content-area {
		width: 400px;
	}
	.person, .hiring {
		/* width: 175px;
		height: 131px; */
	}
	ul.filters li {
		font-size: 14px;
	}
	.thumbnail-info, .thumbnail-description {
		font-size: 14px;
	}
	.thumbnail-title {
		font-size: 18px;
	}
	.thumbnail-info {
		bottom: 10%;
		top: auto;
	}
}

/* Mobile */
@media (max-width: 599px) {
	.logo {
		width: 100%;
		text-align: center;
		margin: 0;
		width: auto;
		float: none;
		display: block;
		padding: 60px 0 0 0;
		position: relative;
		z-index: 10;
	}
	.header {
		height: 340px;
	}
	.header-right {
		float: none;
		display: block;
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		text-align: center;
		margin: 0;
		z-index: 20;
	}
	.header-menu, a#menu-button:link, a#menu-button:visited {
		float: none;
		display: block;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
	}
	.tagline {
		position: static;
		margin: 0;
		text-align: center;
	}
	.slide {
		background: #000 !important;
		height: auto;
	}
	.slide-image {
		display: block;
	}
	.slide-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.slide-video {
		height: 340px;
		width: auto;
	}
	.slide .frame {
		position: static;
		margin: 0 !important;
	}
	.slide-text {
		position: static;
		color: #000;
		background: #FFF;
		padding: 15px 0;
	}
	.slide-text h1, .slide-text h2, .slide-text h3, .slide-text h4, .slide-text h5, .slide-text h6 {
		color: #000;
	}
	h1 {
		font-size: 26px;
		margin: 0 0 20px 0;
	}
	h2 {
		font-size: 30px;
	}
	.slide-text h6 a:link, .slide-text h6 a:visited {
		min-width: 1px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		background: #fdb827 !important;
	}
	.slide-text h6 a:hover {
		background: #000 !important;
	}
	.slide-text h3 {
		margin: 0 0 25px 0;
	}
	.graphic-background {
		background: #d8d5d5 !important;
		padding: 0 0 25px 0 !important;
	}
	.background-image {
		display: block;
		margin: 0 0 25px 0;
	}
	.background-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6,
	.white-text a:link, .white-text a:visited, .white-text ul li {
		color: #231f20;
	}
	.white-text ul li:before {
		color: #231f20;
	}
	.services-headline {
		position: static;
	}
	.services-area {
		background: #fdb827 !important;
	}
	ul.services-list li {
		float: none;
		display: block;
		width: auto;
		margin: 0;
	}
	ul.services-list li a:link, ul.services-list li a:visited {
		height: auto;
		padding: 0;
		display: block;
		float: none;
		color: #231f20;
	}
	.testimonials-slider {
		margin: 0 20px;
	}
	.testimonials-slider:before {
		display: none;
	}
	.testimonials-slider, .testimonials-slide {
		height: 270px;
	}
	.testimonials-slide {
		font-size: 14px;
	}
	.testimonials-prev, .testimonials-next {
		width: 18px;
		height: 57px;
		background-size: cover;
	}
	.testimonials-prev {
		left: -15px;
	}
	.testimonials-next {
		right: -15px;
	}
	.footer-left, .footer-links {
		position: static;
		width: auto;
		text-align: center;
	}
	.footer-left {
		margin: 0 0 25px 0;
	}
	.footer-menu li {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.social ul {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
	}
	.social ul li {
		margin: 0 5px;
	}
	.footer-links li {
		margin: 0 10px;
	}
	.alignleft, .alignright, .aligncenter {
		float: none;
		display: block;
		margin: 0 auto 15px auto !important;
	}
	.content ul {
		margin-left: 0;
	}
	.fancybox-wrap {
		max-width: 280px;
	}
	table, tbody, tr, td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}
	td.empty {
		display: none !important;
	}
	td {
		padding: 5px 0 !important;
	}
	.tablepress .row-hover tr:hover td {
		background: transparent !important;
	}
	table.table {
		display: table !important;
	}
	table.table tbody, table.table thead {
		display: table-row-group !important;
	}
	table.table tr {
		display: table-row !important;
	}
	table.table th, table.table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 5px !important;
	}


	.person-name {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	.content-area, .sidebar {
		float: none;
		display: block;
		margin: 0;
		width: auto;
	}
	.person, .hiring {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.thumbnails {
		margin: 0;
	}
	.thumbnail {
		width: 280px;
		margin: 0 auto 15px auto;
	}
	.thumbnail-info {
		bottom: 10%;
		top: auto;
	}

/* Thumbnails */

.thumbnails {
	text-align: center;
	margin: 35px 0;
}

.thumbnail {
	width: 31.93%;
	margin: 0 0.7% 1.4% 0.7%;
	position: relative;
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.thumbnail:hover img {
	-webkit-transform: scale(1.1) translateZ(0);
	-ms-transform: scale(1.1) translateZ(0);
	transform: scale(1.1) translateZ(0);
}

.thumbnail-info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	z-index: 30;
	pointer-events: inherit;
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.thumbnail:hover .thumbnail-info {
	opacity: 0;
	pointer-events: none;
}

.thumbnail-title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin: 0 0 4px 0;
}

.thumbnail-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 29;
	opacity: 0.35;
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.thumbnail:hover .thumbnail-overlay {
	opacity: 0.8;
}

.thumbnail-description {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	z-index: 30;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	pointer-events: none;
}

.thumbnail:hover .thumbnail-description {
	opacity: 1;
	pointer-events: inherit;
}

.thumbnail {
    width: 280px;
    margin: 0 auto 15px auto;
}
}
