/*
	Theme Name: KBS
	Description: Custom Child Theme build on the Genesis Framework
	Author: Creative Visual Design / Chad Williams
	Author URI: http://creativevisualdesign.com

	Version: 1.1.2

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, rtl-language-support, translation-ready, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

	Template: genesis
	Template Version: 2.4

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: kreativ-pro
*/

/*! # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Soliloquy
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Print Styles
- SmartBidNet iframe Hacks
*/


/*! # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/*! ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/*! ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/*! ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.prev-next-links:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.prev-next-links:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*! # Defaults
---------------------------------------------------------------------------------------------------- */

/*! ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /*! 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*! RTL Support */
body {
	direction: ltr;
	unicode-bidi: embed;
}

/*! Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #f5f5f5;
	/*background: url(images/bg-body.png) repeat;*/
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}
body.page-template-default,
body.page-template-template-firm-profile,
body.page-template-template-careers,
body.careers-template-default,
body.page-template-template-interns,
body.post-template-default,
body.single-projects,
body.exec_team-template-default,
body.page-template-template-testimonials,
body.page-template-template-new-default {
    background-color: #fff;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
.footer-widgets input[type="submit"],
textarea:focus,
.button,
.more-link,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #ff6c3a;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #2f4052;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 2em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 20px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

/*! ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #363f48;
	font-family: 'EB Garamond','Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size:20px;
	font-size: 2rem;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (min-width: 400px) {
	h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	h3 {
		font-size: 20px;
		font-size: 2rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
}

@media only screen and (min-width: 860px) {

	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

}

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

/*! ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
}

.embed-container iframe,
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

/*! ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin-left: 0;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 860px) {

	.gallery-item {
		margin-left: 2.564102564102564%;
		margin-bottom: 2.564102564102564%;
	}

	.gallery-columns-2 .gallery-item {
		width: 48.717948717948715%;
	}

	.gallery-columns-3 .gallery-item {
		width: 31.623931623931625%;
	}

	.gallery-columns-4 .gallery-item {
		width: 23.076923076923077%;
	}

	.gallery-columns-5 .gallery-item {
		width: 17.94871794871795%;
	}

	.gallery-columns-6 .gallery-item {
		width: 14.52991452991453%;
	}

	.gallery-columns-7 .gallery-item {
		width: 12.08791208791209;
	}

	.gallery-columns-8 .gallery-item {
		width: 10.25641025641026%;
	}

	.gallery-columns-9 .gallery-item {
		width: 8.831908831908832%;
	}

	.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
	.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
	.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
	.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
	.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
	.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
	.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
		margin-left: 0;
		clear: left;
	}

}

.gallery-caption {

}

.gallery-item img {
	border: medium none;
	padding: 0;
}

.gallery-item .gallery-icon > a {
	position: relative;
	display: block;
}

.gallery-item .gallery-icon > a img {
	vertical-align: middle;
	float: none;
	margin: 0;
}

.gallery-item .gallery-icon > a:after {
	background: #ff6c3a none repeat scroll 0 0;
	content: "\f105";
  border-radius: 50%;
  color: #fff;
  font-family: FontAwesome;
  font-size: 24px;
  font-size: 2.4rem;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.gallery-item .gallery-icon > a:hover:after {
	opacity: 1;
}


/*! ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	padding: 8px 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #ccc;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #888;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #888;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.footer-widgets input[type="submit"],
.button,
.more-link{
	background: #1caa73 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro",sans-serif;
	-webkit-font-smoothing: antialiased;
	padding: 8px 20px;
	text-transform: uppercase;
	width: auto;
	box-shadow: none;
}

@media only screen and (min-width: 860px) {

	.button {
		padding: 8px 20px;
	}

}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.more-link:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.footer-widgets input[type="submit"]:hover,
.footer-widgets input[type="submit"]:focus,
.button:focus,
.more-link:focus {
	box-shadow: none;
	color: #fff; 
    background: #ff6c3a none repeat scroll 0 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button.reverse {
    background: #ff6c3a none repeat scroll 0 0;
}
.button.reverse:hover {
    background: #1caa73 none repeat scroll 0 0;
}

/*! ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 600;
}

/*! ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /*! Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
    margin: 30px 0 0;
    padding: 6px 20px;
    display: table;
}

/*! # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/*! ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	padding-left: 5%;
	padding-right: 5%;
}


@media only screen and (min-width: 860px) {

	.site-inner,
	.wrap {
		max-width: 800px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

}

@media only screen and (min-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

}

@media only screen and (min-width: 1200px) {

	.site-inner,
	.wrap {
		margin: 0 auto;
		max-width: 1170px;
	}

}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.landing-page .site-inner {
	max-width: 800px;
}

.template-full-width .site-inner,
.template-blank .site-inner {
	max-width: none;
	padding: 0;
}


/*! ## Column Widths and Positions
--------------------------------------------- */

/*! ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

@media only screen and (min-width: 1023px) {

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

}

@media only screen and (min-width: 1200px) {

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 950px;
	}

}


/*! ### Content */

@media only screen and (min-width: 1023px) {

	.content {
		width: 640px;
		float: right;
	}

}

@media only screen and (min-width: 1200px) {

	.content {
		width: 800px;
	}

}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

@media only screen and (min-width: 1023px) {

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}

}

@media only screen and (min-width: 1200px) {

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

}

.full-width-content .content {
	width: 100%;
}


.tax-project-type .entry, 
.post-type-archive .entry, 
.category-news .entry {
	width: 100%;
}

@media only screen and (min-width: 640px) {
	
	.tax-project-type .entry,
	.post-type-archive .entry,
	.category-news .entry {
		display: block;
		float: left;
		width: 48%;
	}

	.tax-project-type .entry:nth-of-type(odd),
	.post-type-archive .entry:nth-of-type(odd),
	.category-news .entry:nth-of-type(odd) {
		margin-right: 2%;
	}

	.tax-project-type .entry:nth-of-type(2n+1),
	.post-type-archive .entry:nth-of-type(2n+1),
	.category-news .entry:nth-of-type(2n+1) {
		clear: both;
	}

}

/*.tax-project-type .entry {
	display: grid;
	grid-column-gap: 20px;
	grid-template-columns: 1fr 1fr;
}*/

/*.tax-project-type .content .archive-description {
	grid-area: header;
}*/
/*
.tax-project-type .content .archive-pagination {
	grid-area: footer;
}*/

.content .project-cat-nav {
	margin-bottom: 40px;
}

.content .project-cat-nav ul li:nth-of-type(2) {
	display: none;
}

.content .project-cat-nav ul li a {
	color: #fff;
}

/*! ### Primary Sidebar */

@media only screen and (min-width: 1023px) {

	.sidebar-primary {
		width: 280px;
		float: right;
	}

}

.sidebar-primary {
	margin-bottom: 20px;
	overflow: auto;
	width: 100%;
}

@media only screen and (min-width: 1200px) {

	.sidebar-primary {
		/*width: 330px;*/
	}

}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

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

	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		float: none;
	}

}

/*! ### Secondary Sidebar */

@media only screen and (min-width: 1023px) {

	.sidebar-secondary {
		float: left;
		width: 180px;
	}

}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/*! ## Column Classes
--------------------------------------------- */
/*! Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0;
	width: 100%;
}

.one-half-image {
	margin-bottom: 30px;
}

@media only screen and (min-width: 560px) {
	
	.one-half-image {
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.one-half-image.first {
		margin-left: 0;
	}

}

@media only screen and (min-width: 860px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}
}

/*! # Common Classes
---------------------------------------------------------------------------------------------------- */

/*! ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
	border-radius: 50%;
}

.comment .avatar {
	left: 0;
	margin: 0 15px 0 0;
	position: relative;
}

@media only screen and (min-width: 860px) {

	.comment .avatar {
		left: -80px;
		border-radius: 50%;
		margin: 0;
		position: absolute;
		top: 0;
	}

}

/*! ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.author-box {
	background: #fff;
	padding: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	border-color: #e6e9ed;
	border-style: solid;
	border-width: 1px 1px 2px;
}

.archive-description .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.author-box-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/*! ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.site-header .search-form {
	text-align: left;
	float: right;
	padding-top: 16px;
	padding-bottom: 16px;
	-webkit-transition: all 0.3s linear 0s;
	transition:         all 0.3s linear 0s;
}

@media only screen and (min-width: 1023px) {

	.site-header .search-form {
		text-align: center;
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0
	}

}


.entry-content .search-form {
	width: 50%;
}

.site-header .search-form input[type="submit"],
.genesis-nav-menu .search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"] {
	margin-top: 10px;
}

/*! ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 26px;
	font-size: 2.6rem;
}

@media only screen and (min-width: 860px) {

	.archive-title {
		font-size: 30px;
		font-size: 3rem;
	}

}

.entry-title {
	color: #1caa73;
	font-size: 2px;
	font-size: 2rem;
}

@media only screen and (min-width: 860px) {

	.entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}

}

.entry-title a,
.sidebar .widget-title a {
	color: #363f48;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #ff6c3a;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
}


/*! ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/*! # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ol li:before {
	content: "";
}

.widget li li {
	border: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*! ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 30px;
	padding: 0 0 30px;
}

.featured-content .entry .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 20px 0;
	padding: 0 30px;
}

.featured-content .entry .entry-content {
	padding: 0 30px;
}

.featured-content .entry .entry-meta {
	padding: 0 30px;
	margin-bottom: 15px;
}

.featured-content .entry .entry-image {
	vertical-align: middle;
	margin-bottom: 0;
}

/*! # Plugins
---------------------------------------------------------------------------------------------------- */

/*! ## Soliloquy
--------------------------------------------- */

.single .soliloquy-container {
	margin-bottom: 20px;
}

/*! ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;

}
.enews form + p {
	margin-top: 24px;
}

.enews .screenread {
	left: -1000em;
}

/*! ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*! # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/*! Display outline on focus */
:focus {
	color: #888;
	outline: 1px solid #ccc;
}


/*! # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #1caa73;
	border-bottom: 1px solid #eee;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.site-header > .wrap {
	padding: 0 5%;
}

@media only screen and (min-width: 860px) {

	.site-header > .wrap {
		padding: 0;
	}

}

.custom-header .site-header {
	background-position: center !important;
	background-size: cover !important;
}

/*! ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 100%;
	text-align: center;
	padding: 14px 0;
	-webkit-transition: all 0.3s linear 0s;
	transition:         all 0.3s linear 0s;
}

@media only screen and (min-width: 860px) {

	.title-area {
		width: auto;
		text-align: left;
	}

}

.site-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	text-transform: uppercase;
}

@media only screen and (min-width: 860px) {
	.site-title {
		font-size: 40px;
		font-size: 4rem;
	}
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #363f48;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}


/*! ## Custom Logo
--------------------------------------------- */

.wp-custom-logo .title-area {
  padding: 15px 0;
}

.wp-custom-logo .custom-logo-link {
  display: block;
  line-height: 73px;
  height: 73px;
}

.wp-custom-logo .custom-logo-link img {
  width: auto;
  max-height: 100%;
  margin: auto;
  /*vertical-align: middle;*/
}


/*! ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	padding: 18px 0;
	text-align: center;
}

@media only screen and (min-width: 860px) {

	.site-header .widget-area {
		padding: 0;
		text-align: right;
	}

	.site-header .widget-area .menu-toggle  {
		margin-top:20px;
	}

}

@media only screen and (min-width: 1023px) {

	.site-header .widget-area {
		float: right;
	}

}


/*! # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #363f48;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: inherit;
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	line-height: 1.2;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	margin: 0;
	/*color: #363f48;*/
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover {
	color: #363f48;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .current-menu-parent > a,
.subcontractor-form .genesis-nav-menu .menu-item-25 > a,
.submit-resume .genesis-nav-menu .menu-item-22 > a,
.category-news .genesis-nav-menu .menu-item-24 > a,
.single-post .genesis-nav-menu .menu-item-24 > a,
.single-projects .genesis-nav-menu .menu-item-796 > a,
.post-type-archive-projects .genesis-nav-menu .menu-item-796 > a  {
	color: #363f48;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #1caa73;
	border: 1px solid #eee;
	border-top: 0;
	padding: 12px 18px;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	margin: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 15px 0;
}

.genesis-nav-menu > .right > a {
	padding: 0;
	display: inline-block;
}

.genesis-nav-menu > .rss > a {
	margin-left: 30px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

@media only screen and (min-width: 1023px) {

	.genesis-nav-menu > .menu-item.highlight a,
	.site-header.sticky .genesis-nav-menu > .menu-item.highlight a {
	    border: 1px solid #ddd;
	    border-radius: 2px;
	    padding: 3px 15px;
	    margin-left: 10px;
	}

	.genesis-nav-menu > .menu-item-has-children > a:after {
		color: #ddd;
		content: "\f107";
		font-family: fontawesome;
		padding: 0 0 0 8px;
		display: inline-block;
	}

	.genesis-nav-menu .sub-menu > .menu-item-has-children > a:after {
		color: #ddd;
		content: "\f105";
		float: right;
		font-family: fontawesome;
		padding: 0 0 0 8px;
		display: inline-block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

}

/*! Genesis Responsive Menus */
@media only screen and (max-width: 1023px) {

	/* Hide nav menu initially */
	.nav-primary,
	.nav-secondary {
		display: none;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-nav-menu {
		text-align: center;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border: 0;
		color: #333;
		position: relative;
		padding: 3px 15px;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		cursor: pointer;
	}

	.header-widget-area .menu-toggle {
		display: inline-block;
		width: auto;
	}

	.header-widget-area nav {
		clear: both;
		float: none;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		color: #333;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		border-color: #fff;
		outline: 1px solid #ccc;
	}

	.menu-toggle:focus {
		outline-offset: -1px;
	}

	.menu-toggle {
		border: 1px solid #ddd;
		position: relative;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		color: #888;
		content: "\f0c9";
		font-family: 'FontAwesome';
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: middle;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px 12px;
		position: absolute;
		right: 1px;
		top: 1px;
		z-index: 100;
		font-size: 16px;
		font-size: 1.6rem;
		border-radius: 0;
		background: transparent;
	}

	.sub-menu-toggle::before {
		color: #fff;
		content: "\f107";
		font-family: 'FontAwesome';
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-webkit-transition:-webkit-transform .25s ease-in-out;
		transition:-webkit-transform .25s ease-in-out;
		transition:transform .25s ease-in-out;
		transition:         transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus {
		color: #ff6c3a;
		outline: thin solid #ccc;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border-top: 1px solid #eee;
		margin-bottom: 1px;
		padding: 10px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item:first-child > a {
		border-top: 0;
	}

	.genesis-responsive-menu .site-header .genesis-nav-menu .menu-item a {
		padding: 10px 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 0;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top: 1px solid #eee;
		padding-left: 30px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a::before {
		content: "-";
		padding-right: 8px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

}


/*! ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/*! ## Primary Navigation
--------------------------------------------- */

.nav-primary .wrap {
	padding: 0;
}

/*! ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #fff;
	border-bottom: 1px solid #e6e9ed;
}

@media only screen and (min-width: 1023px) {

	.nav-secondary {
		border-top: 1px solid #e6e9ed;
	}

}

/*! ## Site Header Navigation
--------------------------------------------- */
.site-header .nav-primary {
	clear: both;
}

@media only screen and (min-width: 1023px) {
	.site-header .nav-primary {
		float: right;
		border: 0 none;
		clear: none;
	}
}

.site-header .menu-toggle {
	float: none;
	clear: both;
	margin: 20px auto;
	width: auto;
}

@media only screen and (min-width: 860px) {
	.site-header .menu-toggle {
		float: right;
		clear: right;
		margin: 20px 0;
	}
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -44px;
}

.site-header .genesis-nav-menu > li  {
	margin: 0;
}

.site-header .genesis-nav-menu > li > a {
	padding-top: 38px;
	padding-bottom: 38px;
	margin: 0;
	line-height: inherit;
	-webkit-transition: all 0.3s linear 0s;
	transition:         all 0.3s linear 0s;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}



/*! # Sticky Header
---------------------------------------------------------------------------------------------------- */

.site-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.site-header.sticky .title-area {
	padding: 6px 0;
}

.site-header.sticky .genesis-nav-menu > li > a {
	padding-top: 29px;
	padding-bottom: 29px;
	line-height: inherit;
}

.site-header.sticky .search-form {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: inherit;
}

.admin-bar .site-header.sticky {
  top: 32px;
}

/*! ## Sticky Primary & Secondary Nav
--------------------------------------------- */
.nav-primary.sticky,
.nav-secondary.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.admin-bar .nav-primary.sticky,
.admin-bar .nav-secondary.sticky {
  top: 32px;
}

/*! # Content Area
---------------------------------------------------------------------------------------------------- */

/*! ## Entries
--------------------------------------------- */
.entry {
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin-bottom: 40px;
	padding: 0;
}
body.page-template-default .entry,
body.page-template-template-firm-profile .entry,
body.page-template-template-careers .entry,
body.careers-template-default .entry,
body.page-template-template-interns .entry,
body.post-template-default .entry,
body.single-projects .entry,
body.exec_team-template-default .entry,
body.page-template-template-testimonials .entry,
body.page-template-template-new-default .entry {
    box-shadow: none;
}

.entry h3 {
	color: #1caa73;
}

.entry > p {
    padding: 30px 30px 0;
}

.entry-image {
	vertical-align: middle;
}

.entry-title {
	margin: 20px 0;
	padding: 0 30px;
}

@media only screen and (min-width: 860px) {

	.entry-title {
		padding: 0 50px;
	}

}

.entry-meta {
	padding: 0 30px;
}

@media only screen and (min-width: 860px) {

	.entry-meta {
		padding: 0 50px;
	}

}

.entry-footer .entry-meta {
	padding: 20px 30px;
}

@media only screen and (min-width: 860px) {

	.entry-footer .entry-meta {
		padding: 20px 50px;
	}

}

.entry-content {
	padding: 0 30px;
}

@media only screen and (min-width: 860px) {

	.entry-content {
		padding: 0 50px;
	}

}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

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

	.entry-content .first ol,
	.entry-content .first ul {
		margin-bottom: 0;
	}

}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.entry-content .cta-box {
	background: #d1e8d8;
	margin-bottom: 20px;
	padding: 40px;
}

.entry-content .cta-box ul,
.entry-content .cta-box ul + p,
.entry-content .cta-box li + p {
	margin-bottom: 0;
}

.entry-content .cta-box ul + p {
	margin-left: 40px;
}

.entry-content .testimonials:after {
    border-bottom: 1px solid #1caa73;
    content: "";
    display: block;
    margin: 0 auto 40px;
    width: 75%;
}

.entry-content .testimonials:last-child:after {
	display: none
}

.services .entry-content .one-half {
	text-align: center;
}

/*! ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #363f48;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin: 20px 0;
}

.entry-footer .entry-meta {
	padding-top: 20px;
}


.entry-meta a {
	color: #363f48;
	margin-bottom: 0;
}

.entry-meta a:hover {
	color: #ff6c3a;
}

.entry-meta .entry-time::after {
	/*content: "|";*/
	padding: 0 10px;
}

.entry-meta .entry-comments-link::before {
	content: "|";
	padding: 0 10px;
}

.entry-meta .entry-tags::before {
    content: "|";
    padding: 0 10px;
}

.post-edit-link {
	display: inline-block;
	margin-bottom: 20px;
}


/*! ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline-block;
}

.archive-pagination li a,
.pagination-next a,
.pagination-previous a {
	background: #1caa73 none repeat scroll 0 0;
	border-radius: 3px;
	/* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); */
  	color: #fff;
	display: inline-block;
	padding: 6px 16px;
	margin-right: 5px;
}

.archive-pagination li a:hover,
.pagination-next a:hover,
.pagination-previous a:hover {
	background: #ff6c3a none repeat scroll 0 0;
	color: #fff;
}


/*! ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-top: 40px;
	padding: 0;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 30px;
	padding: 0;
}

.comment-list .comment-time a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #888;
}

.comment-list .comment-time a:hover {
	color: #ff6c3a;
}

.comment-list li article {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	border-color: #e6e9ed;
	border-style: solid;
	border-width: 1px 1px 2px;
}

@media only screen and (min-width: 860px) {

	.comment-list li article {
		margin: 0 0 0 80px;
	}

}

.comment-list li article p {
	margin-bottom: 10px;
}

.comment-form p {
	margin-bottom: 15px;
}

.comment-form .form-submit {
	margin-bottom: 30px;
}

.comment-list li li {
	margin-right: 0;
	margin-left: 0;
}

@media only screen and (min-width: 860px) {

	.comment-list li li {
		margin-left: 80px;
	}

}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	color: #363f48;
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/*! # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar li {
	display: grid;
	float: left;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

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

	.sidebar li {
		display: inline-block;
		padding: 0 5px 0 20px;
	}
}

.sidebar li:before {
	content: "\f105";
	color: #ff6c3a;
	font-family: fontawesome;
	left: 5px;
	padding-right: 8px;
	position: absolute;
	top: 0;
}

.sidebar li a {
	color: #888;
}

.sidebar li a:hover {
	color: #ff6c3a;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .button {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 16px;
}


/*! # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #242424;
	background: url(images/bg-footer-widgets.png) repeat;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 40px;
	padding-bottom: 10px;
}

.footer-widgets {
	color: #8f8f8f;
}

.footer-widgets input {
	background: #f7f7f7;
	border: none;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.footer-widgets li a {
	color: #888;
}

.footer-widgets li:before {
    content: "\f105";
    font-family: fontawesome;
    left: 5px;
    padding-right: 8px;
    position: absolute;
    top: 0;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget i {
	display: inline-block;
	padding: 0 8px 0 0;
	text-align: center;
	width: 24px;
}

@media only screen and (min-width: 1023px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 31.623931623931625%;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		margin-left: 2.564102564102564%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3{
		float: left;
	}

}


/*! # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #191919;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 25px 0;
	position: relative;
	text-align: center;
}

@media only screen and (min-width: 1023px) {

	.site-footer {
		text-align: left;
	}

}

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #ff6c3a;
}

.site-footer p {
	margin-bottom: 0;
	display: inline-block;
}

/*! Footer navigation
--------------------------------------------- */

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

@media only screen and (min-width: 1023px) {

	.nav-footer {
		float: right;
		margin: 0;
	}

}

.nav-footer .genesis-nav-menu {
	line-height: 1;
}

.nav-footer .genesis-nav-menu li {
	display: inline-block;
}

.nav-footer .genesis-nav-menu a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-transform: none;
}

@media only screen and (min-width: 1023px) {

	.nav-footer .genesis-nav-menu a {
		padding: 0;
	}

}

.nav-footer .genesis-nav-menu a:hover {
	color: #ff6c3a;
}

.nav-footer .genesis-nav-menu li:first-child a {
	margin: 0;
}

.nav-footer .genesis-nav-menu li:first-child:before {
	content: "";
	padding: 0;
}

@media only screen and (min-width: 1023px) {

	.nav-footer .genesis-nav-menu li:before {
		content: "-";
		padding: 0 0 0 10px;
		font-weight: bold;
	}

}


/*! Footer widgets
--------------------------------------------- */

.footer-widgets .enews {
	max-width: 300px;
}

.footer-widgets .enews form {
	position: relative;
}

.footer-widgets .enews-widget input[type="email"] {
	position: relative;
	margin: 0;
	padding: 10px;
}

.footer-widgets .enews-widget input[type="submit"] {
  background: #ff6c3a none repeat scroll 0 0;
  border-radius: 0 3px 3px 0;
  bottom: 0;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
}
.footer-widgets .enews-widget input[type="submit"]:hover {
  background: #1caa73 none repeat scroll 0 0;
}

/*! Scroll Up
--------------------------------------------- */

.scroll-up {
	position: relative;
}

.scrollup:before {
	content: "\f106";
	font-family: "fontawesome";
	font-size: 20px;
	font-size: 2rem;
}

.scrollup,
.scrollup:focus,
.scrollup:hover {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 14px;
	color: #fff;
	line-height: 1;
	z-index: 10;
	padding: 5px 10px;
	background: #333 none repeat scroll 0 0;
	border-radius: 2px;
}

.site-footer .scrollup,
.site-footer .scrollup:hover {
	color: #fff;
}


/*! Archive page template
--------------------------------------------- */
.page-template-page_archive h2 {
	font-size: 24px;
	font-size: 2.4rem;
}


/*! 404 Error page
--------------------------------------------- */

.error404 .entry-content .search-form {
  margin-bottom: 30px;
}

.error404 .entry-content .search-form input[type="submit"] {
  margin-top: 10px;
}


/*! Topbar styling
--------------------------------------------- */

.site-topbar {
	background: #fff;
	border-bottom: 1px solid #e6e9ed;
	font-size: 14px;
	font-size: 1.4rem;
	color: #888;
	line-height: normal;
	height: auto;
	text-align: center;
	display: none;
}

@media only screen and (min-width: 860px) {

	.site-topbar {
		display: block;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		text-align: left;
	}

}

.site-topbar .widget {
	float: left;
}

@media only screen and (min-width: 860px) {

	.site-topbar .widget {
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.site-topbar .widget:nth-of-type(2n+1) {
		margin-left: 0;
		text-align: left;
		float: left;
	}

	.site-topbar .widget:nth-of-type(2n+2) {
		text-align: right;
		float: right;
	}

}

.site-topbar a {
	color: #888;
}

.site-topbar a:hover {
	color: #ff6c3a;
}

.site-topbar li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.site-topbar i {
	padding: 0 6px 0 0;
}


/*! ## Portfolio Widget
--------------------------------------------- */

.featured-portfolio .entry {
	margin-bottom: 30px;
	padding: 0;
}

.featured-portfolio .entry .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 20px 0;
	padding: 0 30px;
	text-align: center;
}

.featured-portfolio .entry .entry-content {
	padding: 0 30px;
}

.featured-portfolio .entry .entry-meta {
	padding: 0 30px;
	margin-bottom: 15px;
}

.featured-portfolio .entry .entry-thumbnail {
	position: relative;
	margin: 0;
	width: 100%;
}

.featured-portfolio .entry .entry-thumbnail img {
	vertical-align: middle;
	margin-bottom: 0;
	width: 100%;
}

.featured-portfolio .entry .entry-thumbnail:after {
	background: #ff6c3a none repeat scroll 0 0;
	content: "\f105";
    border-radius: 50%;
    color: #fff;
    font-family: fontawesome;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.featured-portfolio .entry .entry-thumbnail:hover:after {
	opacity: 1;
}


/*! Portfolio archive
--------------------------------------------- */

.genesis-pro-portfolio .entry {
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 860px) {

	.genesis-pro-portfolio .entry {
		float: left;
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
		padding: 0;
	}

	.genesis-pro-portfolio .entry:nth-of-type(3n+1) {
		margin-left: 0px;
		clear: both;
	}

}

.genesis-pro-portfolio .entry .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
	padding: 20px;
}

.genesis-pro-portfolio .entry .entry-content {
	padding: 0;
}

.genesis-pro-portfolio .entry .portfolio-featured-image {
	position: relative;
	display: block;
}

.genesis-pro-portfolio .entry .portfolio-featured-image img {
	vertical-align: middle;
	margin: 0;
	width: 100%;
}

.genesis-pro-portfolio .entry .portfolio-featured-image:after {
	background: #ff6c3a none repeat scroll 0 0;
	content: "\f105";
    border-radius: 50%;
    color: #fff;
    font-family: fontawesome;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.genesis-pro-portfolio .entry .portfolio-featured-image:hover:after {
	opacity: 1;
}


/*! # Simple Social Icons
---------------------------------------------------------------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons ul {
	margin: 0;
	padding: 0;
}

.simple-social-icons ul li {
	background: none !important;
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 2px 4px !important;
	padding: 0 !important;
}

.simple-social-icons ul li:before {
	content: "";
	left: auto;
	padding: 0;
}

.simple-social-icons ul li a {
	border: none !important;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	width: 1em;
}

.simple-social-icons ul li a:focus {
	outline: 1px solid #ddd !important;
}

.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/*! Topbar Social Icons */
@media only screen and (min-width: 860px) {

	.site-topbar .simple-social-icons {
		float: none;
		text-align: center;
	}

}

.site-topbar .simple-social-icons ul li {
	float: none;
}

.site-topbar .simple-social-icons li a,
.site-topbar .simple-social-icons li a:hover,
.site-topbar .simple-social-icons li a:focus {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 11px 10px;
	text-align: center;
}

.site-topbar .simple-social-icons li a:focus {
	outline: 1px solid #ddd !important;
}

/*! Sidebar Social Icons */
.sidebar .simple-social-icons li a:focus {
	outline: 1px solid #ddd !important;
}

/*! # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/* #Tabs (activate in kreativ.js)
================================================== */
ul.tabs {
  display: block;
  margin: 0;
  padding: 0;
}
ul.tabs li {
  display: block;
  float: left;
  margin-bottom: 10px;
}
ul.tabs li:first-child a.active {
  margin-left: 0;
}
ul.tabs li:last-child {
  border-right: none;
}
ul.tabs li.headshot {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 10px;
}
ul.tabs li.headshot img {
  width: 100%;
  height: auto;
}
ul.tabs li.headshot:hover {
  outline: 5px solid #1caa73;
}

ul.tabs-content {
  margin: 25px 0 0;
  display: block;
}
ul.tabs-content p {
  font-size: 14px;
  font-style: italic;
}
ul.tabs-content h6 {
  font-size: 16px;
  color: #1caa73;
  font-weight: 900;
}
ul.tabs-content > li {
  display: none;
  list-style-type: none;
}

/*---clearfixing tabs for beautiful stacking---*/
ul.tabs {
  zoom: 1;
}
ul.tabs:before, ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
ul.tabs:after {
  clear: both;
}



/*! # SmartBitNet iframe Hacks
---------------------------------------------------------------------------------------------------- */

.subcontractor-form .custom_width600px {
    width: 100% !important;
}

.subcontractor-form .custom_width300px {
    width: 50% !important;
}

.labeldesc {
	padding-top: 10px !important
}


.team-grid::before,
.executive-grid::before {
	content: '';
	display: table;
}

.team-grid::after,
.executive-grid::after {
	content: '';
	display: table;
	clear: both;
}


/** Executive Archive */
.executive-grid {
	margin: 0 0 20px;
}

.executive-profile {
	margin-bottom: 30px;
}
.executive-profile a {
    display: block;
}


.executive-profile .executive-title {
	text-transform: none;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 8px;
	color: #1caa73;
}
.executive-profile a:hover .executive-title {
    color: #2f4052;
}
.post-type-archive-projects article,
.tax-project-type article,
.archive article {
    cursor: pointer;
}
.post-type-archive-projects article header a,
.tax-project-type article header a,
.archive article header a {
    color: #1caa73;
}
.post-type-archive-projects article header > a,
.tax-project-type article header > a,
.archive article header > a {
    display: block;
    position: relative;
}
.post-type-archive-projects article:hover header a,
.tax-project-type article:hover header a,
.archive article:hover header a {
    color: #2f4052;
}

.executive-profile .executive-thumbnail {
	margin: 0 0 15px;
    position: relative;
}
.executive-profile .executive-thumbnail:before,
.post-type-archive-projects article header > a:before,
.tax-project-type article header > a:before,
.archive article header > a:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FF6C3A;
    opacity: 0;
    content: '';
    top: 0;
    left: 0;
}
.executive-profile a:hover .executive-thumbnail:before,
.post-type-archive-projects article:hover header > a:before,
.tax-project-type article:hover header > a:before,
.archive article:hover header > a:before {
    opacity: .8;
}
.executive-profile .executive-thumbnail:after,
.post-type-archive-projects article header > a:after,
.tax-project-type article header > a:after,
.archive article header > a:after {
    background: #fff none repeat scroll 0 0;
	content: "\f067";
	border-radius: 50%;
	color: #ff6c3a;
	font-family: 'Font Awesome 5 Pro';
	font-size: 24px;
	font-size: 2.4rem;
    font-weight: 300;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
.executive-profile a:hover .executive-thumbnail:after,
.tax-project-type article:hover header > a:after,
.post-type-archive-projects article:hover header > a:after,
.archive article:hover header > a:after {
    opacity: 1;
}

.executive-profile .executive-thumbnail img {
	width: 100%;
	vertical-align: middle;
}

.executive-profile .executive-position {
	color: #363f48;
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 18px;
}


@media only screen and (min-width: 320px) and (max-width: 860px) {
	.executive-profile.one-fourth {
		width: 48.717948717948715%;
		clear: both;
	}

	.executive-profile.one-fourth:nth-of-type(2n+2) {
		margin-left: 2.564102564102564%;
		clear: none;
	}
}

/** Executive Single */
.single-executive-title {
	text-align: center;
	font-size: 32px;
}

.single-executive-position {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.single-executive-meta {
	background: #cae0d1;
	padding: 20px;
	margin-bottom: 40px;
	clear: none;
}

.single-executive-content {
	padding-left: 20px;
	margin-bottom: 40px;
	float: right;
}

@media only screen and (max-width: 860px) {
	
	.single-executive-title {
		font-size: 22px;
	}

	.single-executive-content {
		padding-left: 0;
		margin-bottom: 0;
	}
}


/** Team Members Archive */
.team-grid {
	margin: 0 0 20px;
}

.team-member {
	margin-bottom: 20px;
}

.team-member-thumbnail {
	margin: 0 0 15px;
}

.team-member-thumbnail img {
	width: 100%;
	vertical-align: middle;
}

.team-member-title {
	text-transform: none;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 8px;
	color: #1caa73;
}

.team-member-position {
	color: #363f48;
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 18px;
}

@media only screen and (min-width: 320px) and (max-width: 860px) {
	.team-member.one-fourth {
		width: 48.717948717948715%;
	}

	.team-member.one-fourth:nth-of-type(2n+2) {
		margin-left: 2.564102564102564%;
	}
}


/** Team Member Single */
.single-team-member-title {
	text-align: center;
	font-size: 32px;
}

.single-team-member-position {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.single-team-member-thumbnail {
	margin: 0 0 15px;
}

.single-team-member-thumbnail img {
	width: 100%;
	vertical-align: middle;
}

.single-team-member-thumbnail-mobile {
	display: none;
}

.single-team-member-meta {
	margin-bottom: 40px;
}

.single-team-member-content {
	padding-left: 20px;
	margin-bottom: 40px;
}

.single-team-member-content blockquote {
	margin: 20px;
	border-left: 3px solid #ccc;
	padding: 20px 20px 20px 30px;
	background: #f3f3f3;
	font-size: 17px;
	position: relative;
}

.single-team-member-content blockquote p:last-child {
	margin-bottom: 0;
}

.single-team-member-content blockquote::before {
	content: "\201C";
	/*display: block;*/
	font-size: 40px;
	font-size: 4rem;
	height: 0;
	left: 0;
	position: absolute;
	top: -10px;
}

.single-team-member-content ul li {
	margin-bottom: 20px;
}

.single-team-member-content ol {
	margin-top: 22px;
	margin-bottom: 40px;
	margin-left: 20px;
	counter-reset: item;
	list-style: none;
}

.single-team-member-content ol li {
	margin-bottom: 15px;
	counter-increment: item;
	list-style: none;
	position: relative;
	padding-left: 35px;
}

.single-team-member-content ol li:before {
	margin-right: 10px;
	content: counter(item);
	background: #1caa73;
	border-radius: 50%;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	left: 0;
	top: 2px;
  }

.single-team-member-birthday span,
.single-team-member-joined-date span {
	font-size: 18px;
}

.single-team-member-birthday span,
.single-team-member-joined-date span {
	color: #1caa73;
}

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

	.single-team-member-title	{
		font-size: 22px;
	}
	.single-team-member-thumbnail {
		display: none;
	}

	.single-team-member-thumbnail-mobile {
		margin: 0 0 15px;
		display: block;
	}
	
	.single-team-member-thumbnail-mobile img {
		width: auto;
		display: inline-block;
		border-radius: 50%;
		height: 200px;
		width: 200px;
	}

	.single-team-member-info {
		text-align: center;
	}

	.single-team-member-info-separator {
		border-bottom: 2px solid #ddd;
		padding-bottom: 30px;
		max-width: 200px;
		margin: 0 auto 20px;
		clear: both;
	}		

	.single-team-member-position {
		border-bottom: 0;
		padding-bottom: 0x;
		margin-bottom: 0;
	}

	.single-team-member-content blockquote {
		margin-left: 0;
		margin-right: 0;
	}

	.single-team-member-content {
		padding-left: 0;
	}

	.single-team-member-content ol {
		margin-left: 0;
	}

}

/** Common styling */

.one-half-image img {
	margin: 0;
}

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

	.entry-content .testimonials:after {
		max-width: 100px;
	}

	.pagination {
		margin: 30px 0 20px;
	}
	.archive-pagination li {
		margin-bottom: 10px;
	}
}

p:empty {
	display: none;
}



/* NEW CAREERS PAGES
 * added 04/2020 */

section.top-links {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 30px;
}
section.top-links .item:not(.link) {
    width: calc(55% - 6px);
}
section.top-links .item.link {
    width: calc(45% - 6px);
    background-blend-mode: saturation;
}
section.top-links .item {
    position: relative;
    background-size: cover;
}
section.top-links .item:nth-of-type(odd) {
    margin: 0 6px 12px 0;
}
section.top-links .item:nth-of-type(even) {
    margin: 0 0 12px 6px;
}
section.top-links .item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    visibility: hidden;
}

section.top-links .item.link img {
    filter: grayscale(100%);
    height: 100%;
}
section.top-links .item.link a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(28,170,115,0.70);

}
section.top-links .item.link a:hover {
    background-color: rgba(255,108,58,0.70);
}

section.top-links span {
    background: #363F48;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    padding: 9px 16px;
    text-transform: uppercase;
}

section.icon-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 50px;
}
section.icon-list .item {
    width: 30%;
    text-align: center;
}
section.icon-list .item .icon {
    height: 85px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
section.icon-list .item img {
    margin-bottom: 14px;
    max-width: 85px;
}
section.icon-list .item p {
    color: #1CAA73;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    margin: 0;
}
section.icon-list .item p strong {
    color: #00754A;
}

.video-embed {
    position: relative;
    margin-bottom: 50px;
}
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.hoverable {
    cursor: pointer;
}
div.hoverable.embedded {
    padding-bottom: 56.25%;
    position: relative;
}
.video-play {
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    font-size: 45px;
    cursor: pointer;
    transition: all ease .5s;
}
.play-button {
    height: 54px;
    width: 54px;
    display: block;
    background-image: url('images/video-player-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.video-play:hover .play-button {
    opacity: .5;
}

section.current-openings {
    background-color: #242424;
    background: url(images/bg-footer-widgets.png) repeat;
    padding: 27px 48px;
}
.single-careers section.current-openings {
    margin-bottom: 52px;
}
section.current-openings h3 {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}
section.current-openings h2 {
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
.single-careers section.current-openings h2 {
    margin-bottom: 42px;
}
section.current-openings .heading {
    padding: 0 69px;
}
section.current-openings .heading p {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
}
section.current-openings p.disclaimer {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 25px;
}
section.current-openings a {
    color: #fff;
    display: block;
    padding: 27px 40px 80px 40px;
    position: relative;
    height: 100%;
}
section.current-openings a div.button-wrapper {
    position: absolute;
    bottom: 27px;
    width: calc(100% - 80px);
}
section.current-openings span.button {
    background: #FF6C3A;
    border-radius: 4px;
    font-weight: 600;
    width: 129px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    display: block;
    padding: 12px;
    margin: 0 auto;
}
section.current-openings a:hover span.button {
    background-color: #1CAA73;
}
section.current-openings .listing {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
section.current-openings .listing .item {
    background: #525252;
    margin: 0 8px;
    width: calc(33% - 16px);
}

@media (max-width: 860px) {
    section.current-openings .heading {
        padding: 0;
    }
    section.current-openings .listing .item {
        background: #525252;
        margin: 0 0 20px;
        width: 100%;
    }
}
@media (max-width: 1022px) {
    section.current-openings,
    section.current-openings a {
        padding: 27px;
    }
    section.current-openings a {
        padding: 27px 27px 80px 27px;
    }
    section.current-openings a div.button-wrapper {
        position: absolute;
        bottom: 27px;
        width: calc(100% - 54px);
    }
}

.page-template-template-careers .entry.nobottom,
.single-careers .entry.nobottom {
    margin-bottom: 0;
}


.benefits-wrapper {
    background-color: #CAE0D1;
    padding: 27px 48px 50px;
}
section.benefits h2 {
    font-size: 28px;
    color: #363F48;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
section.benefits h3 {
    font-size: 24px;
    color: #1CAA73;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 5px;
}
section.benefits p {
    font-size: 16px;
    color: #535354;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 0;
}
section.benefits ul,
section.benefits li {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.benefits li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 24px;
}
section.benefits li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 56px;
}
section.benefits .photo {
    line-height: 0;
}
.benefits .row-1,
.benefits .row-2 {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
}
.benefits .row-1 {
    margin-bottom: 36px;
}

.benefits .row-1 .listing {
    background-color: #fff;
    padding: 35px 128px 30px 19px;
    margin-right: -10%;
    margin-top: 44px;
}
.benefits .row-2 .listing {
    background-color: #fff;
    padding: 91px 52px 22px 102px;
    margin-left: -10%;
    margin-top: -119px;
    z-index: 1;
    position: relative;
}
.benefits .photo {
    width: 50%;
}
.benefits .row-2 .photo {
    z-index: 2;
    position: relative;
}
.benefits .listing {
    width: 60%;
}
.benefits .button {
    width: 144px;
    padding: 8px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    background-color: #FF6C3A;
}
.benefits .button:hover {
    background-color: #1CAA73;
}

@media (max-width: 860px) {
    .benefits .photo,
    .benefits .listing {
        width: 100%;
    }
    .benefits .row-1 .listing {
        order: 2;
        -webkit-order: 2;
        -ms-order: 2;
        -ms-flex-order: 2;
        -webkit-flex-order: 2;
    }
    .benefits .row-1 .listing {
        background-color: #fff;
        padding: 35px;
        margin-right: 0;
        margin-top: 0;
    }
    .benefits .row-2 .listing {
        background-color: #fff;
        padding: 35px;
        margin-left: 0;
        margin-top: 0;
        z-index: 1;
    }
}
@media (max-width: 660px) {
    .benefits-wrapper {
        padding: 27px;
    }
}
@media (min-width: 1200px) {
    .benefits .row-1 .listing {
        padding: 35px 180px 30px 50px;
    }
    .benefits .row-2 .listing {
        padding: 105px 90px 22px 140px;
        margin-top: -60px;
    }
}

.culture {
    padding: 37px 0 55px;
}
.culture h2 {
    text-align: center;
    margin-bottom: 27px;
}
.culture .content-row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 47px;
}
.culture .content-row > div {
    width: 50%;
}
.culture .content-row > div.description {
    padding-right: 10px;
}
.culture .content-row .wp-caption-text {
    font-style: italic;
    font-size: 16px;
    color: #49494A;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
}
.culture .soliloquy-container .soliloquy-caption {
    background-color: #fff;
    z-index: 9999;
}

@media (max-width: 880px) {
    .culture .soliloquy-pager,
    .culture .soliloquy-container .soliloquy-caption {
        display: none;
    }
    .addthis_inline_share_toolbox {
        margin-bottom: 24px;
    }
}

.culture .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: none;
    color: #000;
    text-shadow: none;
    font-size: 16px;
    font-style: italic;
    color: #363F48;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    padding-bottom: 10px;
}
.culture .soliloquy-container .soliloquy-pager,
.perspectives .soliloquy-container .soliloquy-pager {
    position: relative;
    bottom: 0;
}
.culture .soliloquy-container .soliloquy-pager-link,
.perspectives .soliloquy-container .soliloquy-pager-link {
    border-radius: 100%;
    background: #363F48;
    width: 9px;
    height: 9px;
    margin: 0 7px 0 7px;
}
.culture .soliloquy-container .soliloquy-pager-link.active,
.culture .soliloquy-container .soliloquy-pager-link:hover,
.perspectives .soliloquy-container .soliloquy-pager-link.active,
.perspectives .soliloquy-container .soliloquy-pager-link:hover {
    background: #1CAA73;
}
.culture .soliloquy-container .soliloquy-prev,
.culture .soliloquy-container .soliloquy-next {
    background: none;
    height: 90%;
    width: 95px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    top: 0;
    margin-top: 0;
    z-index: 5;
}
@media (min-width:1200px) {
    .culture .soliloquy-container .soliloquy-prev,
    .culture .soliloquy-container .soliloquy-next {
        height: 91.7%;
    }
}
@media (max-width: 1022px) {
    .culture .soliloquy-container .soliloquy-prev,
    .culture .soliloquy-container .soliloquy-next {
        height: 87.5%;
    }
}
@media (max-width: 880px) {
    .culture .soliloquy-container .soliloquy-prev,
    .culture .soliloquy-container .soliloquy-next {
        height: 100%;
    }
}



.perspectives .soliloquy-container .soliloquy-prev,
.perspectives .soliloquy-container .soliloquy-next {
    top: 17px !important;
    margin-top: 0 !important;
}
.culture .soliloquy-container .soliloquy-prev:hover,
.culture .soliloquy-container .soliloquy-next:hover {
    background: rgba(255,108,58,0.70);
}
.culture .soliloquy-container .soliloquy-prev {
    left: 0;
}
.culture .soliloquy-container .soliloquy-next {
    right: 0;
}
.culture .soliloquy-container .soliloquy-prev:before,
.culture .soliloquy-container .soliloquy-next:before,
.perspectives .soliloquy-container .soliloquy-prev:before,
.perspectives .soliloquy-container .soliloquy-next:before
{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff;
    font-size: 50px;
}
.culture .soliloquy-container .soliloquy-next:before,
.perspectives .soliloquy-container .soliloquy-next:before {
    content: '\f054';
}
.culture .soliloquy-container .soliloquy-prev:before,
.perspectives .soliloquy-container .soliloquy-prev:before {
    content: '\f053';
}

.perspectives-wrapper {
    background: #CAE0D1;
    padding: 31px 46px 40px;
    text-align: center;
    position: relative;
}
.perspectives-wrapper:before {
    width: 128px;
    height: 102px;
    position: absolute;
    content: '';
    background-image: url(images/open-quote.png);
    background-size: 100%;
    top: -10px;
    left: 30px;
}
.perspectives-wrapper:after {
    width: 128px;
    height: 102px;
    position: absolute;
    content: '';
    background-image: url(images/close-quote.png);
    background-size: 100%;
    bottom: -10px;
    right: 30px;
}
.perspectives-wrapper h2 {
    text-align: center;
    margin-bottom: 34px;
}
.perspectives .slider {
    margin-bottom: 0;
}
.perspectives .button {
    margin: 37px auto 0;
    clear: both;
    background-color: #FF6C3A;
}
.perspectives .slide_wrap {
    width: 100% !important;
    display: table-cell;
    vertical-align: middle;
}
.perspectives .button:hover {
    background-color: #1caa73;
}
.perspectives .soliloquy-viewport {
    padding-bottom: 0;
    text-align: left;
}
.perspectives .soliloquy-html-content {

    font-family: 'EB Garamond','Lato', sans-serif;
    font-size: 24px;
    color: #191919;
    letter-spacing: 0;
    padding: 0 58px;
    line-height: 31px;
}
.perspectives .soliloquy-html-content p {
    font-family: 'EB Garamond','Lato', sans-serif;
    font-size: 24px;
    color: #191919;
    letter-spacing: 0;
    line-height: 31px;
}
.perspectives .soliloquy-container .soliloquy-pager {
    bottom: 0;
}

.perspectives .soliloquy-container .soliloquy-prev:before,
.perspectives .soliloquy-container .soliloquy-next:before {
    color: #1CAA73;
}
.perspectives .soliloquy-html-sentinel.soliloquy-clear,
.perspectives .slider {
    min-height: 110px;
}

@media (max-width: 1022px) {
    .perspectives .soliloquy-html-sentinel.soliloquy-clear,
    .perspectives .slider {
        min-height: 140px;
    }
}

.perspectives .soliloquy-container .soliloquy-prev,
.perspectives .soliloquy-container .soliloquy-next {
    background: none;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.perspectives .soliloquy-container .soliloquy-prev {
    left: 0;
}
.perspectives .soliloquy-container .soliloquy-next {
    right: 0;
}
.perspectives .soliloquy-container .soliloquy-prev:hover:before,
.perspectives .soliloquy-container .soliloquy-next:hover:before {
    color: #191919;
}

@media (max-width: 870px) {
    .perspectives-wrapper {
        padding: 27px;
    }
    .perspectives-wrapper > section {
        position: relative;
        z-index: 2;
    }
    .perspectives .soliloquy-pager {
        display: none;
    }
    .perspectives .soliloquy-html-content,
    .perspectives .soliloquy-html-content p {
        font-size: 18px;
    }
    .perspectives-wrapper:before {
        opacity: .5;
        z-index: 1;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: top left;
    }
    .perspectives-wrapper:after {
        opacity: .5;
        z-index: 1;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: bottom right;
    }
}

@media (max-width: 660px) {
    .culture .content-row > div {
        width: 100%;
    }
    .culture .content-row > div.description {
        padding-right: 0;
    }
    .culture .soliloquy-container .soliloquy-prev:before, .culture .soliloquy-container .soliloquy-next:before, .perspectives .soliloquy-container .soliloquy-prev:before, .perspectives .soliloquy-container .soliloquy-next:before {
        font-size: 30px;
    }
    .perspectives .soliloquy-html-content {
        padding: 0 35px;
    }
    .perspectives .soliloquy-container .soliloquy-prev, .perspectives .soliloquy-container .soliloquy-next {
        width: 25px;
    }
    .perspectives .soliloquy-html-sentinel.soliloquy-clear,
    .perspectives .slider {
        min-height: 120px;
    }
    .perspectives-wrapper {
        padding: 27px 5px;
    }
}
@media (max-width: 520px) {
    .perspectives .soliloquy-html-sentinel.soliloquy-clear,
    .perspectives .slider {
        min-height: 220px;
    }
}

.single-careers .the-post-content {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

@media (max-width: 860px) {
    .single-careers .the-post-content .one-third {
        order: 1;
        -webkit-order: 1;
        -webkit-flex-order: 1;
        -ms-flex-order: 1;
    }
    .single-careers .the-post-content .career-description {
        order: 2;
        -webkit-order: 2;
        -webkit-flex-order: 2;
        -ms-flex-order: 2;
    }
}

.single-careers .the-post-content:before,
.single-careers .the-post-content:after {
    height: 0;
    width: 100%;
    display: table;
    content: '';
    display: none;
}
.single-careers .the-post-content h2 {
    font-size: 24px;
    color: #363F48;
    letter-spacing: 0;
}
.single-careers .the-post-content h3 {
    text-transform: none;
    font-size: 24px;
}
.single-careers .the-post-content .glance h3 {
    text-transform: uppercase;
}
.career-description {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 40px;
}
.glance {
    background: #cae0d1;
    padding: 20px;
    margin-bottom: 24px;
    clear: none;
}
.single-careers .the-post-content .button {
    background: #FF6C3A;
    font-weight: 600;
    margin-bottom: 39px;
}
.single-careers .the-post-content .button:hover {
    background: #1caa73;
}
.glance ul,
.glance li {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}
.glance ul {
    margin-left: 10px;
}
.glance li {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    line-height: 22px;
}
.glance li:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #363F48;
    position: absolute;
    font-weight: 900;
    left: 0;
    top: 4px;
}
.glance li.employment_type:before {
    content: '\f007';
}
.glance li.location:before {
    content: '\f3c5';
}
.glance li.job_title:before {
    content: '\f0b1';
}
.glance li.experience:before {
    content: '\f005';
}
.glance li.date_posted:before {
    content: '\f133';
}

.entry-content .career-description ul,
.entry-content .career-description ul > li  {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.entry-content .career-description ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.career-description li:before {
    content: '+';
    color: #1CAA73;
    font-weight: bold;
    position: absolute;
    left: 0;
}
.single-careers input[type="button"],
.page-template-template-interns input[type="button"] {
    background: #FF6C3A;
    font-weight: 600;
}
.single-careers input[type="button"]:hover,
.page-template-template-interns input[type="button"]:hover {
    background: #1caa73;
}
.single-careers .nf-fu-fileinput-button,
.page-template-template-interns .nf-fu-fileinput-button {
    background: #1caa73;
    font-weight: 600;
    margin-top: 0;
}
.single-careers .nf-fu-fileinput-button:hover,
.page-template-template-interns .nf-fu-fileinput-button:hover {
    background: #FF6C3A;
}
.single-careers .html-wrap p,
.page-template-template-interns .html-wrap p {
    font-size: 16px;
    font-style: italic;
    color: #8A8A8B;
    letter-spacing: 0;
    line-height: 22px;
}
.single-careers .html-wrap p a,
.page-template-template-interns .html-wrap p a {
    font-weight: bold;
    color: #FFA36B;
}
.single-careers .html-wrap p a:hover,
.page-template-template-interns .html-wrap p a:hover {
    color: #2f4052;
}
.single-careers .label-above .nf-field-label,
.page-template-template-interns .label-above .nf-field-label {
    margin-bottom: 0;
}
.single-careers .nf-field-label label,
.page-template-template-interns .nf-field-label label {
    font-weight: normal;
}
.single-careers .nf-field-container,
.page-template-template-interns .nf-field-container {
    margin-bottom: 16px;
}
.single-careers .submit-container,
.page-template-template-interns .submit-container {
    margin-bottom: 30px;
}
.single-careers .nf-form-fields-required,
.page-template-template-interns .nf-form-fields-required,
.single-careers .nf-help,
.page-template-template-interns .nf-help,
.single-careers .nf-fu-progress,
.page-template-template-interns .nf-fu-progress {
    display: none;
}
.single-careers .ninja-forms-req-symbol,
.page-template-template-interns .ninja-forms-req-symbol {
    color: inherit;
}
.page-template-template-careers .main-content,
.page-template-template-interns .main-content {
    margin-bottom: 40px;
}
.page-template-template-careers .main-content h2,
.page-template-template-interns .main-content h2 {
    text-align: center;
}
.page-template-template-careers .main-content p img,
.page-template-template-interns .main-content p img {
    margin-top: -30px;
}
.page-template-template-careers .main-content:before,
.page-template-template-interns .main-content:before,
.page-template-template-careers .main-content:after,
.page-template-template-interns .main-content:after {
    display: table;
    content: '';
    width: 100%;
    height: 0;
}
.page-template-template-careers .main-content p,
.page-template-template-interns .main-content p {
    font-size: 16px;
    color: #686869;
    letter-spacing: 0;
    line-height: 26px;
}
.page-template-template-careers .main-content p a,
.page-template-template-interns .main-content p a {
    font-weight: bold;
}
.page-template-template-careers .main-content p a:hover,
.page-template-template-interns .main-content p a:hover {
    text-decoration: underline;
    color: #ff6c3a;
}

.ready {
    padding: 39px 0 50px;
}
.page-template-template-interns .ready {
    padding-top: 0;
}
.ready .description {
    padding: 0 69px 24px;
}
.ready h2 {
    text-align: center;
}

.ready .photo-grid {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.ready .photo-grid .item {
    background-size: cover;
    margin-bottom: 12px;
    width: calc(58% - 6px);
}
.ready .photo-grid .item:nth-of-type(odd) {
    margin-right: 6px;
}
.ready .photo-grid .item:nth-of-type(even) {
    margin-left: 6px;
}
.ready .photo-grid .item:nth-of-type(1),
.ready .photo-grid .item:nth-of-type(4),
.ready .photo-grid .item:nth-of-type(5) {
    width: calc(42% - 6px);
}
.ready .photo-grid .item img {
    visibility: hidden;
}

.schedule_table .table-heading,
.schedule_table .item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.schedule_table .table-heading > div,
.schedule_table .item > div {
    padding: 14px 20px;
}
.schedule_table .heading {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: bold;
    background-color: #1CAA73;
}
.schedule_table .item {
    font-weight: bold;
    font-size: 16px;
    color: #363F48;
    letter-spacing: 0;
    line-height: 16px;
}
.schedule_table .item:nth-of-type(odd) {
    background-color: #CAE0D1;
}
.schedule_table .date {
    width: 10%;
}
.schedule_table .campus {
    width: 40%;
}
.schedule_table .event_name {
    width: 50%;
}
.page-template-template-interns .form {
    padding: 50px 0 25px;
}
.page-template-template-interns .form h3 {
    font-size: 28px;
    color: #363F48;
    letter-spacing: 0;
    text-align: center;
}

@media (max-width: 880px) {
    .page-template-template-interns .form h3 {
        font-size: 22px;
    }
}

.page-template-template-interns .submit-wrap {
    text-align: center;
}
.fair-schedule h2 {
    text-align: center;
}

.fair-schedule .no-events {
    background-color: #00754A;
    text-align: center;
    padding: 27px 60px;
    max-width: 643px;
    margin: 0 auto;
}
.fair-schedule .no-events p {
    font-family: 'EB Garamond','Lato', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    font-weight: bold;
    line-height: 32px;
}
@media (max-width: 860px) {
    .fair-schedule .no-events p {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 660px) {
    .fair-schedule .no-events {
        padding: 27px;
    }
}

@media (max-width: 1022px) {
    .schedule_table .table-heading > div,
    .schedule_table .item > div {
        padding: 12px;
    }
    .schedule_table .date {
        width: 78px;
    }
    .page-template-template-careers .main-content p img,
    .page-template-template-interns .main-content p img {
        margin-top: -15px;
    }
}
@media (max-width: 660px) {
    .schedule_table .table-heading {
        display: none;
    }
    .schedule_table .item {
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
        width: calc(50% - 6px);
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #CAE0D1;
    }
    .schedule_table .item > div {
        width: 100%;
        padding: 2px 0;
    }
    .schedule_table {
        display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    }
    .schedule_table .date {
        color: #1caa73;
    }
    .schedule_table .event_name {
        font-weight: 600;
    }
    .schedule_table .item:nth-of-type(odd) {
        background-color: transparent;
        margin-left: 6px;
    }
    .schedule_table .item:nth-of-type(even) {
        margin-right: 6px;
    }

    .page-template-template-careers .main-content p img,
    .page-template-template-interns .main-content p img {
        margin-top: 0;
    }
    .ready .photo-grid .item,
    .ready .photo-grid .item:nth-of-type(1),
    .ready .photo-grid .item:nth-of-type(4),
    .ready .photo-grid .item:nth-of-type(5) {
        width: 100%;
    }
    .ready .photo-grid .item:nth-of-type(odd) {
        margin-right: 0;
    }
    .ready .photo-grid .item:nth-of-type(even) {
        margin-left: 0;
    }
    section.top-links .item:not(.link),
    section.top-links .item.link {
        width: 100%;
    }
    section.top-links .item:nth-of-type(even),
    section.top-links .item:nth-of-type(odd) {
        margin: 0 0 12px 0;
    }
    section.icon-list {
        display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
        justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        margin-bottom: 50px;
    }
    section.icon-list .item {
        width: 100%;
        text-align: center;
        display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
        margin-bottom: 40px;
    }
    section.icon-list .item:last-of-type {
        margin-bottom: 0;
    }
    section.icon-list .item .icon {
        width: 105px;
    }
    section.icon-list .item p {
        width: calc(100% - 105px);
        text-align: left;
    }
    .ready .description {
        padding: 0 0 24px;
    }
}
@media (max-width: 460px) {
    section.icon-list .item {
        width: 100%;
        text-align: center;
        display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    section.icon-list .item:last-of-type {
        margin-bottom: 0;
    }
    section.icon-list .item .icon {
        width: 100%;
    }
    section.icon-list .item p {
        width: 100%;
        text-align: center;
    }
    .schedule_table .item {
        flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #CAE0D1;
    }
    .schedule_table .item:nth-of-type(odd) {
        margin-left: 0;
    }
    .schedule_table .item:nth-of-type(even) {
        margin-right: 0;
    }
    .nf-form-cont .four-sixths,
    .nf-form-cont .two-thirds,
    .nf-form-cont .one-third,
    .nf-form-cont .one-half {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-template-template-careers .main-content p img,
    .page-template-template-interns .main-content p img {
        float: none;
        clear: both;
        width: 100%;
    }
}

a.anchor_target {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

@media (max-width: 1023px) {
    a.anchor_target {
        display: block;
        position: relative;
        top: -20px;
        visibility: hidden;
    }

}


/* Custom Constant Contact Form */
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header,
.ctct-form-text,
.ctct-form-error,
#gdpr_text,
div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before {
    display: none !important;
}

.textwidget .ctct-form {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
}
.ctct-form-field {
    width: 100%;
}
.ctct-form-field-submit {
    width: 82px;
}
.footer-widgets input[type=submit] {
    padding: 8.5px 10px;
    border-radius: 0 3px 3px 0;
    background: #ff6c3a none repeat scroll 0 0;
}
.footer-widgets input[type=submit]:hover {
    background: #1caa73 none repeat scroll 0 0;
}
.footer-widgets input[type=email] {
    border-radius: 3px 0 0 3px;
}

.ctct-form .ctct-button,
.ctct-disclosure,
.ctct-form-field-hidden {
    display: none;
}
.ctct-form-wrapper .ctct-message.ctct-error {
    color: #ff4136;
}
.ctct-form-wrapper .ctct-message.ctct-success {
    color: #2ecc40;
}
.ctct-form-wrapper .ctct-message.ctct-success button,
.ctct-form-wrapper .ctct-message.ctct-error button {
    display: none !important;
}


/* New Header Style for Full Width Images */

    /* Full Header w/ Image */
    .page-template-template-firm-profile .site-inner,
    .page-template-template-new-default .site-inner,
    .page-template-template-interns .site-inner,
    .page-template-template-careers .site-inner {
        max-width: 100%;
        padding-top: 0;
    }
    .page-template-template-firm-profile .entry-header,
    .page-template-template-new-default .entry-header.full-header {
        background-size: cover;
        background-position: center center;
        position: relative;
        padding: 150px 0;
        text-align: center;
    }
    .page-template-template-firm-profile .entry-header:after,
    .page-template-template-new-default .entry-header.full-header:after {
        content: '';
        background: rgba(0, 0, 0, .5);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
    }
    .page-template-template-firm-profile .entry-title,
    .page-template-template-new-default .entry-header.full-header .entry-title {
        color: #fff;
        position: relative;
        z-index: 2;
        font-size: 50px;
        line-height: 50px;
        text-transform: none;
        margin: 0;
    }
    .page-template-template-firm-profile .entry-content,
    .page-template-template-new-default .entry-content,
    .page-template-template-interns .entry-content,
    .page-template-template-careers .entry-content {
        max-width: 1170px;
        margin: 0 auto;
    }
    .page-template-template-new-default .entry-content.full-header,
    .page-template-template-firm-profile .entry-content {
        padding-top: 40px;
    }

    /* Just Heading */
    .page-template-template-testimonials .site-inner,
    .single-projects .site-inner,
    .single-exec_team .site-inner,
    .single-post .site-inner,
    .single-careers .site-inner,
    .page-template-template-careers .site-inner {
        padding-top: 0;
    }

    .page-template-template-testimonials .entry-header,
    .single-projects .entry-header,
    .single-exec_team .entry-header,
    .single-post .entry-header,
    .single-careers .entry-header,
    .page-template-template-careers .entry-header,
    .page-template-template-interns .entry-header,
    .page-template-template-new-default .entry-header:not(.full-header) {
        margin-bottom: 40px;
        margin-top: 40px; 
    }
    .page-template-template-testimonials .entry-title,
    .single-projects .entry-title,
    .single-exec_team .entry-title,
    .single-post .entry-title,
    .single-careers .entry-title,
    .page-template-template-careers .entry-title,
    .page-template-template-interns .entry-title,
    .page-template-template-new-default .entry-header:not(.full-header) .entry-title {
        position: relative;
        z-index: 2;
        font-size: 50px;
        line-height: 50px;
        text-transform: none;
        text-align: center;
        margin: 0;
    }
    .single-post .entry-meta {
        text-align: center;
    }

/* New Project Navigation */
.single-projects .archive-pagination {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
}
.single-projects .content .archive-pagination .project-cat-nav {
    margin-bottom: 0;
    text-align: center;
}
.single-projects .content .archive-pagination .project-cat-nav ul {
    width: 100%;
}
.single-projects .content .archive-pagination .project-cat-nav .button {
    padding: 0;
    margin: 0 auto;
}
.single-projects .archive-pagination > div { 
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: 100%;
}
.single-projects .archive-pagination .pagination-previous a {
    margin: 0 5px 0 auto;
}


.page-template-template-testimonials .testimonials a.button i {
    margin-left: 10px;
}



.top-listing,
.post-listing {
    display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 30px 32px;
}
.paged .top-listing {
	display: none;
}
.top-listing {
  padding-right: 37px;
  padding-left: 37px;
  padding-top: 0;
}
@media (max-width: 1199px) {
	.top-listing,
	.post-listing {
		padding-left: 0;
		padding-right: 0;
	}
}
.post-listing {
  padding-top: 0;
}
.top-listing .most-recent {
    width: calc(100% / 12 * 8);
}
.top-listing .most-recent a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 100%;
    border: solid 1px #979797
}
.top-listing .most-recent .info,
.post-listing .post-item a {
    display: block;
    background-color: #fff;
    padding: 16px 21px;
    flex-grow: 0;
  
}
.top-listing .most-recent a h2 {
    color: #ff6c3a;
	font-family: "EB Garamond", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 25px;
	text-transform: none;
	margin-bottom: 42px;
}
.top-listing .most-recent a .info p.date {
    color: #363f48;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
}
.top-listing .most-recent a .info p.time {
    margin: 0;
    color: #363f48;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.top-listing .sidebar {
    width: calc(100% / 12 * 4 - 14px);
    margin-left: 14px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.top-listing .sidebar .block {
  flex: 1;
}
@media (max-width: 1022px) {
  .top-listing .most-recent,
  .top-listing .sidebar {
    width: 100%;
    margin-left: 0;
  }
  .top-listing .most-recent {
    margin-bottom: 30px;
  }
  .top-listing .sidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .top-listing .sidebar .block {
    width: calc(50% - 14px);
    margin: 0 7px 14px;
    flex: auto;
  }
}
@media (max-width: 780px) {
  .top-listing .sidebar .block {
    width: 100%;
    margin: 0 0 14px;
  }
}
.top-listing .sidebar .block:first-of-type {
    margin-bottom: 20px;
}
.top-listing .sidebar h2 {
    color: #333333;
	font-family: "EB Garamond", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 25px;
	text-transform: uppercase;
}
.top-listing .sidebar ul {
	height: calc(100% - 35px);
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.top-listing .sidebar ul, 
.top-listing .sidebar li {
    margin: 0;
    list-style: none;
    padding: 0;
}
.top-listing .sidebar li {
    margin-bottom: 17px;
	float: none;
	height: 50%;
}
.top-listing .sidebar li:before {
	display: none;
}
.top-listing .sidebar li:last-of-type {
  margin-bottom: 0;
}
.top-listing .sidebar h2:first-of-type {
    margin: 0 0 10px;
}
.top-listing .sidebar a {
    display: block;
    background-color: #fff;
    padding: 16px 21px 30px;
    border: solid 1px #979797;
	border-left: 8px solid #1caa73;
}
.top-listing .sidebar h3 {
    color: #ff6c3a;
	font-family: "EB Garamond", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
	text-transform: none;
}
.top-listing .sidebar p {
    margin: 0;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.post-listing .blog-item a,
.post-listing .item.blog-form,
.post-listing .item.linkedin {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  background-color: #fff;
  border: solid 1px #979797;
  width: 100%;
}
.post-listing .item {
	width: calc(100% / 12 * 4 - 14px) !important;
	margin: 0 7px 14px !important;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  }

.post-listing .item .description,
.post-listing .item.blog-form > div,
.post-listing .item.linkedin .linkedin-inner {
  padding: 24px 21px 24px;
  position: relative;
}
.post-listing .item .description {
	padding-bottom: 56px;
	flex: 1;
}
.post-listing .item.linkedin .linkedin-inner {
	padding-bottom: 64px;
	height: 100%;
}
@media (max-width: 889px) {
  .post-listing .item,
  .author-archive .post-listing .item{
    width: calc(100% / 12 * 6 - 14px) !important;
  }
  
  .post-listing .item.blog-form > div,
  .post-listing .item.linkedin .linkedin-inner {
    padding: 32px 21px;
  }
}
@media (max-width: 780px) {
	.post-listing .item {
		width: 100% !important;
		margin: 0 0 14px !important;
	}
}

.post-listing .item a h3 {
	color: #ff6c3a;
	font-family: "EB Garamond", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	text-transform: none;
	margin: 0 0 10px;
  }
  .post-listing .blog-item a:hover h3,
  .top-listing a:hover h2,
  .top-listing a:hover h3 {
	color: #1caa73;
  }
  .post-listing .blog-item a:hover,
  .top-listing a:hover,
  .top-listing a:hover,
  .post-listing .item.linkedin a:hover {
	box-shadow: 0px 0px 12px 3px rgba(102,102,102,0.45);
  }
  .post-listing .photo,
  .top-listing .photo {
	  position: relative;
  }
  .post-listing .photo {
	  position: relative;
	  overflow: hidden;
	  max-height: 229px;
  }
  @media (max-width: 1199px) {
	.post-listing .photo {
		position: relative;
		overflow: hidden;
		max-height: 202px;
	}
  }
  @media (max-width: 1022px) {
	.post-listing .photo {
		position: relative;
		overflow: hidden;
		max-height: 167px;
	}
  }
  
  @media (max-width: 889px) {
	.post-listing .photo {
		position: relative;
		overflow: hidden;
		max-height: none;
	}
  }
  .post-listing img,
  .top-listing img {
	  display: inline;
	  vertical-align: top;
	  height: auto;
  }
  .post-listing .photo:before,
  .top-listing .photo:before {
	position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FF6C3A;
    opacity: 0;
    content: '';
    top: 0;
    left: 0;
	max-height: 100%;
  }
  .post-listing .photo:after,
  .top-listing .photo:after {
	background: #fff none repeat scroll 0 0;
    content: "\f067";
    border-radius: 50%;
    color: #ff6c3a;
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-weight: 300;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .post-listing a:hover .photo:before,
  .top-listing a:hover .photo:before {
	  opacity: .8;
  }
  .post-listing a:hover .photo:after,
  .top-listing a:hover .photo:after {
	  opacity: 1;
  }
  .post-listing .item a p.date {
	color: #363f48;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	position: absolute;
	bottom: 21px;
	left: 24px;
  }
  .post-listing .item a p.time {
	color: #363f48;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 10px;
  }
  .post-listing .item.linkedin a,
  .post-listing .item.blog-form a {
	border: 0 none !important;
  }
  .post-listing .item.linkedin,
  .post-listing .item.blog-form {
	background-color: #333333;
	color: #fff;
  }
  .post-listing .item.linkedin {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .post-listing .item.linkedin a {
	flex: 1;
  }
  .post-listing .item.linkedin span.button {
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
	display: inline-block;
	padding: 14px 22px;
	border-radius: 3px;
  	background: #ff6c3a;
	position: absolute;
	left: 21px;
	bottom: 30px;
  }
  @media (max-width: 889px) {
	.post-listing .item.linkedin span.button {
	  position: static;
	}
  }
  .post-listing .item.blog-form input[type="submit"] {
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	text-align: center;
	display: inline-block;
	padding: 14px 55px;
	border: 0 none;
	outline: none;
	border-radius: 3px;
  	background: #ff6c3a;
  }
  .post-listing .item.linkedin a:hover span.button,
  .post-listing .item.blog-form input[type="submit"]:hover {
	background-color: #1caa73;
  }
  .post-listing .item.linkedin p,
  .post-listing .item.blog-form h4,
  .post-listing .item.linkedin a,
  .post-listing .item.blog-form p,
  .post-listing .item.blog-form label span {
	color: #fff;
  }
  .post-listing .item.blog-form p {
	margin-bottom: 30px;
  }
  .post-listing .item.blog-form .ctct-form-wrapper .ctct-form abbr {
	  color: #fff;
	  font-size: inherit;
	  text-decoration: none;
  }
  .post-listing .item.blog-form .hs-error-msgs label {
	font-weight: normal;
	font-size: 14px;
	display: block;
	margin: 0 0 20px;
	color: #fff;
  }
  .post-listing .item.blog-form .hs-error-msgs,
  .post-listing .item.blog-form .hs-error-msgs li {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .post-listing .item.blog-form .hs-error-msgs {
	margin-top: 10px;
  }
  .post-listing .item.blog-form h4 {
	color: #ffffff;
	font-family: "EB Garamond", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
  }
  .post-listing .item.blog-form p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
  }
  .item.linkedin p {
	font-family: "EB Garamond", sans-serif;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
  }
  .item.linkedin,
  .item.linkedin > div {
	  position: relative;
  }
  .item.linkedin {
	  background-size: cover;
	  background-position: center;
  }
  .item.linkedin:before {
	  content: '';
	  opacity: 0.75311136;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: #333333;
		position: absolute;
  }
.news-archive .pagination {
	width: 100%;
	margin: 25px 7px 40px;
}
.news-archive .pagination .pagination-omission {
	margin-right: 5px;
}
.news-archive .pagination a {
	background-color: #ff6c3a;
	font-weight: bold;
	border-radius: 0;
}

.news-archive .pagination a:hover,
.news-archive .pagination li.active a {
	background-color: #C33B0D;
}