/*
Theme Name: Poynter Sheet Metal
Author: 2nd Street Creative
Author URI: https://www.craftedbyaubrey.com
Description: A custom WordPress theme for Poynter Sheet Metal.
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	background: #1c1c1b;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #1c1c1b;
	font-family: "interstate", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}




/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #4a4949;
	border: 0;
	height: 1.5px;
	margin: 0;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul li, ol li {
	font-family: "interstate", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1em;
	color: #fff;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	height: auto;
	vertical-align: middle;
}
img,
object,
embed {
  max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 11px 60px 10.5px 24px;
	font-family: interstate, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.875em;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url('img/button-arrow.png') no-repeat 90% center #d6212a;
	background-size: 24px;
	border: none;
	outline: none;
	border-radius: 8px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline: none;
	padding-right: 75px;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	font-family: interstate, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 0.75em !important;
	color: #dadada;
	border: none;
	background: #454545;
	border-radius: 4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #fff;
	tex-transform: none;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 12.5px 12px 11px !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 12px !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
input[type="search"] {
	min-width: 280px;
}
::-webkit-input-placeholder {
	color: #a8a8a8;
	text-transform: uppercase;
}
::-moz-placeholder { 
	color: #a8a8a8;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #a8a8a8;
	text-transform: uppercase;
}
:-moz-placeholder { 
	color: #a8a8a8;
	text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 10px !important;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
/* .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
} */

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/*********************************
	Global Styles
*********************************/
p {
	font-family: "interstate", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1em;
	color: #fff;
	line-height: 1.65;
	margin-bottom: 1.65em;
}
p.page-intro {
	font-size: 1.25em;
}
a, a:visited {
	outline: none;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
a.button {
	display: inline-block;
	padding: 11px 60px 10.5px 24px;
	font-family: interstate, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.875em;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url('img/button-arrow.png') no-repeat 90% center #d6212a;
	background-size: 24px;
	border: none;
	outline: none;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.button:hover, a.button:focus, a.button:active {
	padding-right: 75px;
	outline: none;
}
a.button.black-button {
	background: url('img/button-arrow-red.png') no-repeat 90% center #1c1c1b;
	background-size: 24px;
}
h1, span.h1 {
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 7.25em;
	color: #fff;
	line-height: 0.9;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 0.15em;
}
h2, span.h2 {
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 5.25em;
	color: #fff;
	line-height: 1;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 0.15em;
}
h3, span.h3 {
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 4em;
	color: #fff;
	line-height: 1.1;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 0.15em;
}
h4, span.h4 {
	font-family: interstate, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.875em;
	color: #fff;
	line-height: 1.15;
	margin-bottom: 0.5em;
}
h5, span.h5 {
	font-family: interstate, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1em;
	color: #fff;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
h6, span.h6 {
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 0.875em;
	color: #fff;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
h1 a, span.h1 a, h2 a, span.h2 a, h3 a, span.h3 a, h4 a, span.h4 a, h5 a, span.h5 a, h6 a, span.h6 a {
	color: #fff;
	text-decoration: none;
}
.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	column-gap: 40px;
}
.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	column-gap: 40px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.index-wrap {
	position: relative;
	z-index: 4;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.gap {
	gap: 20px;
}
.black {
	color: #1c1c1b;
}
.blackBG {
	background: #1c1c1b;
}
.darkgrayBG {
	background: #242728;
}
.gray {
	color: #454545;
}
.grayBG {
	background: #ededed;
}
.white {
	color: #fff;
}
.whiteBG {
	background: #fff;
}
.red {
	color: #d6212a;
}
.redBG {
	background: #d6212a;
}
.background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65); 
	z-index: 3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 33%;
	background: linear-gradient(to bottom,rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	z-index: 3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 50%;
	height: 100vh;
	padding: 2.5em;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu.active {
	right: 0;
}
.mobile-menu nav ul {
	margin: 0;
}
.mobile-menu nav ul li {
	position: relative;
	list-style: none;
	line-height: 1.15;
	margin-bottom: 0.5em;
}
nav.mobile-main ul li a {
	font-family: interstate, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.5em;
	color: #fff;
	text-decoration: none;
}
nav.mobile-sub ul {
	margin-top: 2em;
}
nav.mobile-sub ul li a {
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.25em;
	color: #fff;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
nav.mobile-main ul li a:hover, nav.mobile-main ul li.current-menu-item a,
nav.mobile-sub ul li a:hover, nav.mobile-sub ul li.current-menu-item a {
	color: #777;
}
nav.mobile-main ul li.active a:after {
	content: ' -';
}
nav.mobile-main ul li.menu-item-has-children a:after {
	content: ' +';
}
nav.mobile-main ul li ul.sub-menu {
	display: none;
	margin: 1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.mobile-main ul li.active ul.sub-menu {
	display: block;
}
nav.mobile-menu ul li ul li a {
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.25em;
	color: #fff;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
nav.mobile-main ul li ul.sub-menu li a:after {
	display: none;
}

.header-search {
	position: fixed;
	top: -75px;
	left: 0;
	width: 100%;
	padding: 1.25em;
	z-index: 98;
	height: 75px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-search.active {
	top: 0;
}
.header-search input[type="submit"] {
	background: url('img/button-arrow-white.png') no-repeat center center #1c1c1b;
	background-size: 24px;
	text-indent: -9999px;
	border-radius: 0 4px 4px 0;
	margin-left: -10px;
	padding: 11px 24px 10.5px;
}
.close {
	position: absolute;
	top: 2.25em;
	right: 2.35em;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.close .left, .close .right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 2px;
	background: #1c1c1b;
	border-radius: 4px;
	z-index: 999;
}
.mobile-menu .close .left, .mobile-menu .close .right {
	background: #fff;
}
.close .left {
	left: 0;
	transform: rotate(45deg);
}
.close .right {
	right: 0;
	transform: rotate(-45deg);
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 97;
	padding: 2.5em;
	border-bottom: 1px solid #4a4949;
	height: 150px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home .site-header, .single-project .site-header, .single-post .site-header, .page-template-page-contact .site-header {
	border: none;
}
.site.move .site-header {
	top: 75px;
}
.site-header.active {
	background: #1c1c1b;
	padding: 1em 2.5em;
	height: auto;
	border-bottom: 1.5px solid #4a4949;
}
.site-header a {
	text-decoration: none;
}
.site-header .logo-wrap {
	display: inline-block;
	vertical-align: middle;
	width: calc(20% - 5px);
}
.site-header .logo {
	width: 164px;
}
nav.main, nav.sub {
	display: inline-block;
	vertical-align: middle;
}
nav.main {
	width: calc(60% - 5px);
}
nav.sub {
	width: calc(20% - 5px);
	padding-right: 1em;
}
nav.main ul {
	margin: 0;
	background: rgba(255,255,255,0.15);
	border: 0.5px solid #fff;
	border-radius: 8px;
}
nav.main ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0.75em 1em;
}
nav.main ul li a {
	position: relative;
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1em;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
nav.main ul li a:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 1.5px;
	width: 0;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.main ul li:hover a:after, nav.main ul li.current-menu-item a:after {
	width: 100%;
}
nav.sub ul {
	margin: 0;
}
nav.sub ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.5em;
}
nav.sub ul li a {
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 0.875em;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
nav.sub ul li.current-menu-item a, nav.sub ul li:hover a {
	color: #777776;
}
nav.main ul li ul.sub-menu {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	margin: 0.75em 0 0 0;
	padding: 0;
	text-align: left;
	z-index: 99;
	left: 50%;
	transform: translate(-50%,0);
	border: none;
	border-radius: 0 0 8px 8px;
}
nav.sub ul li ul.sub-menu {
	display: none;
}
nav.main ul li ul.sub-menu:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translate(-50%,0);
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
nav.main ul li:hover ul.sub-menu {
	display: block;
	max-height: 1000px;
	min-width: 12.5em;
	background: #fff;
	padding: 0.75em;
	text-align: center;
	overflow: visible;
}
nav.main ul li ul.sub-menu li {
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1;
	margin: 0.5em 0;
	padding: 0;
}
nav.main ul li ul.sub-menu li a {
	color: #d6212a;
}
nav.main ul li ul.sub-menu li.current-menu-item a, nav.main ul li ul.sub-menu li:hover a {
	color: #1c1c1b;
}
.nav-button {
	display: none;
	position: absolute;
	top: calc(50% - 20px);
	right: 5em;
	height: 40px;
	width: 40px;
	border-radius: 8px;
	cursor: pointer;
	background: #d6212a;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.nav-button .first, .nav-button .second, .nav-button .third {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 1.5px;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.nav-button .first {
	top: 13px;
}
.nav-button .second {
	top: 19px;
}
.nav-button .third {
	bottom: 13px;
}
.search-icon {
	position: absolute;
	top: 45%;
	right: 2.5em;
	width: 16px;
	cursor: pointer;
}

/*********************************
	Banner Styles
*********************************/
.home-banner {
	position: relative;
	padding: 20em 0 6em;
}
.vid-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
}
.vid-container video {
	min-width: 100%; 
	min-height: 100%; 
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.home-banner .banner-text {
	display: inline-block;
	vertical-align: bottom;
	width: calc(60% - 5px);
	padding-right: 2em;
}
.home-banner .banner-text h1 {
	font-weight: 700;
}
.home-banner .banner-text h1 span {
	font-weight: 400;
}
.home-banner .banner-ctas {
	display: inline-block;
	vertical-align: bottom;
	width: calc(40% - 5px);
	margin: 0;
}
.home-banner .banner-ctas li {
	position: relative;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5em;
	background: rgba(0,0,0,0.65); 
	border-radius: 16px;
	padding: 10px;
}
.home-banner .banner-ctas li .cta-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.home-banner .banner-ctas li .cta-image {
	width: 50%;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home-banner .banner-ctas li:hover .cta-image {
	filter: brightness(65%);
}
.home-banner .banner-ctas li .cta-content {
	width: 50%;
	padding: 1.5em 1.5em 2.5em;
}
.home-banner .banner-ctas li .cta-content p {
	font-size: 0.75em;
	font-weight: 400;
	margin: 0;
}
.home-banner .banner-ctas li .cta-content img {
	position: absolute;
	bottom: 1.5em;
	right: 1.5em;
	width: 24px;
}
.home-banner .banner-ctas li .cta-content img.hover-arrow {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home-banner .banner-ctas li:hover .cta-content img.hover-arrow {
	opacity: 1;
}
.front-banner {
	padding: 0 6em 0 0;
}
.front-banner h1 {
	text-align: right;
	margin: 0 0 0 50%;
	width: 50%;
}
.front-banner p {
	position: absolute;
	bottom: 0;
	left: 6em;
	max-width: 350px;
	margin: 0;
}
img.bouncer {
	position: absolute;
	bottom: -45px;
	transform: rotate(90deg);
	width: 12.5px;
	animation-name: bounce;
	animation-timing-function: ease;
	transform-origin: bottom;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes bounce {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

.page-banner {
	position: relative;
	padding: 4em 0 3em;
	margin-top: 10em;
}
.page-banner h1 {
	max-width: 1150px;
}
.post-banner {
	position: relative;
	padding: 26em 2em 4em;
}
.project-banner {
	position: relative;
}
.project-banner .project-image {
	display: block;
	padding-bottom: 52.5%;
}
.search-banner, .error-banner  {
	position: relative;
	padding: 16em 0 3em;
}
.blog-banner  {
	position: relative;
	padding: 16em 0 0;
}
ul.blog-cats {
	margin: 0;
	border-top: 1.5px solid #5c5d60;
	border-bottom: 1.5px solid #5c5d60;
}
ul.blog-cats li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 2em 0;
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 0.875em;
	color: #fff;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 2em;
}
ul.blog-cats li a {
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #fff;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
ul.blog-cats li.current-cat a, ul.blog-cats li a:hover {
	color: #d6212a;
}

/*********************************
	Content Styles
*********************************/
.site {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site.move {
	padding-top: 75px;
}
.content-area {
	background: url('img/background.png') repeat top center;
	background-size: 100%;
}
.project-content {
	position: relative;
	padding: 6em 0;
}
.project-content .content-left, .project-content .content-right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px);
}
.project-content .content-left ul.details {
	margin: 0;
}
.project-content .content-left ul.details li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px);
}
.project-video {
	position: relative;
}
.project-video .video-image {
	position: relative;
	display: block;
	max-width: 1276px;
	margin: 0 auto;
	padding-bottom: 33%;
}
.project-video .vid-wrap {
	position: relative;
	max-width: 1276px;
	margin: 0 auto;
	z-index: 3;
}
.project-video .bg-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
}
.project-info {
	position: relative;
	padding: 4em 0;
}
.project-info .content-left {
	padding-right: 4em;
}
.project-info .content-left, .project-info .content-right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px);
}
.image-carousel.project-carousel {
	padding: 0 0 8em;
}
.project-carousel .bg-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
}
.pop-gallery-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pop-gallery-wrap.active {
	opacity: 1;
	z-index: 99;
}
ul.pop-gallery {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85%;
	margin: 0;
	transform: translate(-50%,-50%);
}
ul.pop-gallery li {
	position: relative;
	list-style: none;
	text-align: center;
	display: inline-block !important;
	vertical-align: middle;
	float: none !important; 
	max-height: 100%;
}
ul.pop-gallery li img {
	display: inline-block;
	max-height: 80vh;
	border: 20px solid #fff;
}
.pop-gallery-wrap .close .left, .pop-gallery-wrap .close .right {
	background: #fff;
}
.contact-content {
	position: relative;
	padding: 16em 0 8em;
}
.contact-content .content-left, .contact-content .content-right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 4px);
}
.contact-content .content-left {
	padding-right: 4em; 
}
.contact-content ul.details {
	margin: 0;
}
.contact-content ul.details li {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 2em;
}
.contact-content ul.details li h6 {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 4px);
	padding-right: 1em;
}
.contact-content ul.details li p {
	display: inline-block;
	vertical-align: top;
	width: calc(75% - 4px);
	margin: 0;
}
.contact-content .content-right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
	border: 1.5px solid #fff;
	border-radius: 16px;
	padding: 4em;
}
.search-content, .error-content {
	position: relative;
	padding: 0 0 6em;
}
ul.search-posts {
	position: relative;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
ul.search-posts li {
	position: relative;
	list-style: none;
	border: 1.5px solid #fff;
	padding: 3em;
	border-radius: 8px;
}
ul.posts {
	margin: 0;
}
ul.posts li {
	position: relative;
	list-style: none;
	padding: 4em 0;
	border-bottom: 1.5px solid #5c5d60;
}
ul.posts li.post .post-image {
	position: relative;
	width: 40%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.posts li.post .post-image:hover {
	filter: brightness(65%);
}
ul.posts li.post .post-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.posts li.post .post-info {
	width: 60%;
	padding: 2em 0 2em 4em;
}
#nav-below {
	clear: both;
	padding: 2em 0 4em;
}
.nav-previous {
	float: left;
	with: 50%;
}
.nav-next {
	float: right;
	with: 50%;
	text-align: right;
}
#nav-below a {
	font-family: interstate-condensed, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 0.875em;
	color: #fff;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
.blog-content {
	padding-bottom: 4em;
}
.site-content.post-content {
	padding: 6em 0;
}

/*********************************
	Module Styles
*********************************/
.basic-content {
	position: relative;
	padding: 6em 0;
}
.basic-content.whiteBG h1, .basic-content.whiteBG h2, .basic-content.whiteBG h3, .basic-content.whiteBG h4,
.basic-content.whiteBG h5, .basic-content.whiteBG h6, .basic-content.whiteBG p, .basic-content.whiteBG a {
	color: #1c1c1b;
}
.content-project-grid {
	position: relative;
	padding: 8em 0 6em;
}
.content-project-grid .intro {
	margin-bottom: 4em;
}
.content-project-grid .intro-content {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(70% - 5px);
	padding-right: 4em;
}
.content-project-grid ul.content-links {
	margin: 1em 0 0;
	display: inline-block;
	vertical-align: top;
	width: calc(30% - 5px);
}
.content-project-grid ul.content-links li {
	display: block;
	width: 100%;
	list-style: none;
	margin-bottom: 2em;
}
.content-project-grid ul.content-links li span.h5 {
	font-size: 1.375em;
	display: block;
}
.content-project-grid ul.content-links li a {
	position: relative;
	color: #fff;
	text-decoration: none;
}
.content-project-grid ul.content-links li a:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 1.5px;
	width: 0;
	background: #e32526;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.content-project-grid ul.content-links li a:hover:after {
	width: 100%;
}
.content-project-grid ul.content-links li img {
	width: 24px;
	margin-left: 0.5em;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.content-project-grid ul.content-links li:hover img {
	opacity: 1;
}
.project-grid {
	position: relative;
	width: 100%;
	padding: 2em 0;
}
.project-grid ul.projects {
	margin: 0;
}
.project-grid ul.projects li.project {
	position: relative;
	list-style: none;
	width: calc(28% - 13.33px);
}
.project-grid ul.projects li.project:nth-child(6n+1), .project-grid ul.projects li.project:nth-child(6n+6) {
	width: calc(44% - 13.33px);
}
.project-grid ul.projects li.project .project-image {
	display: block;
	height: 26em;
	border-radius: 16px;
	margin-bottom: 1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.project-grid ul.projects li.project .project-image:hover {
	filter: brightness(65%);
}
.project-grid ul.projects li.project a {
	color: #fff;
	text-decoration: none;
}
.project-grid ul.projects li.project a img {
	width: 24px;
	margin-left: 1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.project-grid ul.projects li.project a:hover img {
	width: 24px;
	margin-left: 1.5em;
}
.box-cta {
	position: relative;
	padding: 2em;
}
.box-cta .box-wrap {
	padding: 6em 6em 4em;
	border-radius: 16px;
}
.box-cta .box-left {
	display: inline-block;
	vertical-align: top;
	width: calc(56% - 5px);
	padding-right: 2em;
}
.box-cta .box-left h4 {
	font-size: 3em;
	margin-bottom: 1em;
}
.box-cta .box-right {
	display: inline-block;
	vertical-align: top;
	width: calc(44% - 5px);
	padding-left: 2em;
}
.testimonials {
	position: relative;
	padding: 2em;
}
.testimonials .test-wrap {
	padding: 6em;
	border-radius: 16px;
}
.testimonials .test-wrap h3 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(40.5% - 5px);
	padding-right: 4em;
}
ul.testimonial-slider {
	margin: 0;
}
ul.testimonial-slider li {
	position: relative;
	list-style: none;
}
ul.testimonial-slider li p {
	margin: 0;
}
.featured-video {
	position: relative;
	padding: 20em 0 8em;
}
.featured-video .vid-container {
	height: 60%;
}
.featured-video .background-image {
	height: 60%;
	background-attachment: fixed !important;
}
.featured-video .dark-overlay {
	height: 60%;
}
.featured-video .video-content {
	width: 65%;
	padding-right: 4em;
}
.featured-video .video-content span.h3 {
	display: block;
	margin-bottom: 0.5em;
}
.featured-video .video-content p {
	margin-bottom: 2.5em;
}
.featured-video .video-image {
	position: relative;
	width: 35%;
	border-radius: 16px;
}
.play-button {
	position: absolute;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
	width: 140px;
	height: 140px;
	background: rgba(0,0,0,0.65);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.play-button:hover {
	transform: scale(1.1);
}
.play {
	position: absolute;
	top: 50%;
	left: 55%;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 45px solid #fff;
	transform: translate(-50%,-50%);
}
.video-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.video-pop.active {
	opacity: 1;
	z-index: 999;
}
.video-pop .close .left, .video-pop .close .right {
	background: #fff;
}
.video-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.three-column-content {
	position: relative;
	padding: 10em 0;
}
.three-column-content .columns-intro {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(44% - 5px);
	padding-right: 2em;
}
.three-column-content .columns-intro span.h2, .three-column-content .columns-intro span.h4 {
	display: block;
	width: 100%;
}
.three-column-content .two-column {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(56% - 5px);
}
.three-column-content.whiteBG span.h2, .three-column-content.whiteBG span.h4, .three-column-content.whiteBG p {
	color: #1c1c1b;
}
.content-form {
	position: relative;
	padding: 6em 0;
}
.content-form .form-content {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
	padding: 2.5em 4em 0 0;
}
.content-form .form-form {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
	border: 1.5px solid #fff;
	border-radius: 16px;
	padding: 4em;
}
.accordion {
	position: relative;
	padding: 6em 0;
}
ul.accordion-items {
	margin: 0;
}
ul.accordion-items li.accordion-item {
	position: relative;
	list-style: none;
	display: block;
	padding: 1.5em 0;
	border-top: 1.5px solid #5c5d60; 
}
ul.accordion-items li.accordion-item .accordion-title {
	position: relative;
	font-size: 1.25em;
	padding-left: 60px;
	margin: 0;
}
span.indicator {
	position: absolute;
	top: -5px;
	left: 0;
	height: 32px;
	width: 32px;
	border-radius: 30px;
	border: 1.5px solid #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
span.indicator:hover {
	background: #fff;
}
span.indicator span.first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 12px;
	width: 1.5px;
	background: #ff4438;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
span.indicator span.second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1.5px;
	width: 12px;
	background: #ff4438;
	transform: translate(-50%,-50%);
}
ul.accordion-items li.accordion-item h5.accordion-title.active span.indicator span.first,
.box.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
ul.accordion-items li.accordion-item .accordion-hide {
	display: none;
	padding-top: 1em;
}
ul.accordion-items li.accordion-item a.button {
	position: absolute;
	top: 16px;
	right: 0;
}
.accordion-boxes {
	position: relative;
	padding: 0.5em 0;
}
.accordion-boxes .box {
	position: relative;
	margin: 2em 0;
	padding: 4em;
	border: 1.5px solid #fff;
	border-radius: 16px;
}
.accordion-boxes .indicator {
	top: 2em;
	left: auto;
	right: 2em;
}
.accordion-boxes .box h4 {
	margin: 0;
	max-width: 90%;
}
.accordion-boxes .box .accordion-hide {
	display: none;
	padding-top: 1em;
}
.accordion-boxes .box .accordion-hide-wrap {
	width: 66.66%; 
	padding-right: 4em;
}
.accordion-boxes .box .box-image {
	display: block;
	width: 33.33%;
}
.content-box-slider {
	padding: 6em 0 50px;
	border-bottom: 1.5px solid #fff;
}
ul.boxes, .box-slider .slick-track {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.box-slider {
	margin: 2em 0 0;
}
.box-slider .slick-list {
	overflow: visible;
}
.content-box-slider ul li {
	position: relative;
	list-style: none;
	width: calc(33.33% - 13.33px);
	padding: 3em;
	border: 1.5px solid #fff;
	border-radius: 8px;
	margin: 0 10px;
	float: none !important;
	height: auto !important;
	max-width: 355px;
}
.content-box-slider ul li:after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: 1.5px;
	height: 50px;
	background: #fff;
}
.content-box-slider ul li .box-image {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	margin-bottom: 1em;
}
.content-box-slider ul li h5 {
	text-transform: none;
	font-size: 1.5em;
}
.content-box-slider ul li h5.box-count {
	position: absolute;
	top: 1em;
	right: 1em;
}
.content-box-slider ul li p {
	font-size: 0.875em;
	font-weight: 400;
}
.split-screen .box {
	width: 50%;
	padding: 6em;
	background: #1c1c1b;
}
.split-screen.columns-three .box {
	width: 33.33%;
}
.split-screen.columns-two .box:nth-child(4n+2), .split-screen.columns-two .box:nth-child(4n+3) {
	background: #242728;
}
.split-screen.columns-three .box:nth-child(2n+2) {
	background: #242728;
}
.split-screen .box .box-image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 52.5%;
	margin-bottom: 1em;
}
.split-screen .box .video-container {
	margin-bottom: 1em;
}
.image-overlay-content {
	padding: 2em;
}
.image-overlay-content .overlay-wrap {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.image-overlay-content .overlay-content {
	max-width: 950px;
	padding: 16em 0 2em 4em;
}
.featured-image {
	position: relative;
}
.featured-image .image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 52.5%;
	z-index: 1;
}
.featured-image .vid-container {
	z-index: 2;
}
.featured-cta {
	position: absolute;
	top: 50%;
	left: 4em;
	max-width: 450px;
	z-index: 2;
	border-radius: 16px;
	padding: 10px;
	background: rgba(0,0,0,0.85);
	transform: translate(0,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.featured-cta .cta-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.featured-cta .cta-image {
	display: block;
	padding-bottom: 100%;
	border-radius: 8px;
}
.featured-cta:hover .cta-image {
	filter: brightness(65%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.featured-cta .cta-content {
	padding: 1.5em 2em 4em 1.5em; 
}
.featured-cta .cta-content p {
	font-size: 0.75em;
	font-weight: 400;
	margin: 0;
}
.featured-cta .cta-content img {
	position: absolute;
	bottom: 1.5em;
	right: 1.5em;
	width: 24px;
}
.image-carousel {
	position: relative;
	padding: 2em 0 1em;
}
.image-carousel .slick-list {
	overflow: visible;
}
.image-carousel ul.carousel {
	position: relative;
	margin: 0;
	padding: 0 17.47%;
	z-index: 2;
}
.image-carousel ul.carousel li {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: middle;
}
.image-carousel ul.carousel li img {
	max-height: 650px;
	min-height: 650px;
	padding: 0 10px;
	width: auto;
	height: auto;
	cursor: pointer;
}
.image-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.image-pop.active {
	opacity: 1;
	z-index: 999;
}
.image-pop .close .left, .image-pop .close .right {
	background: #fff;
}
.image-pop img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
	max-height: 90%;
	border: 20px solid #fff;
}
.people-grid {
	position: relative;
	padding: 3em 0 5em;
}
ul.people {
	margin: 0;
}
ul.people li {
	position: relative;
	list-style: none;
	border-bottom: 1.5px solid #a8a8a8;
	width: 25%;
	padding: 1.5em 2em 1.5em 1em;
	text-align: left;
}
ul.people li:nth-child(4n+4) {
	margin-right: 0;
}
ul.people li .border {
	position: absolute;
	top: 20px;
	right: 0;
	width: 1.5px;
	height: calc(100% - 40px);
	background: #a8a8a8;
}
ul.people li .person-image {
	display: block;
	padding-bottom: 125%;
	margin-bottom: 1em;
	border-radius: 8px;
}
ul.people li img {
	position: absolute;
	bottom: 2.5em;
	right: 2em;
	width: 24px;
}
ul.people li p {
	margin: 0;
}
.content-graphic {
	position: relative;
	padding: 4em 2em;
}
.content-graphic img {
	display: inline-block;
	vertical-align: top;
	width: calc(60% - 5px);
}
.content-graphic .content-content {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	padding: 4em 4em 0;
}
.content-graphic.whiteBG h1, span.h1, .content-graphic.whiteBG h2, .content-graphic.whiteBG span.h2, .content-graphic.whiteBG h3, .content-graphic.whiteBG span.h3, 
.content-graphic.whiteBG h4, .content-graphic.whiteBG span.h4, .content-graphic.whiteBG h5, .content-graphic.whiteBG span.h5, .content-graphic.whiteBG h6, .content-graphic.whiteBG span.h6,
.content-graphic.whiteBG p, .content-graphic.whiteBG a {
	color: #1c1c1b;
}

/*********************************
	Footer Styles
*********************************/
.site-footer {
	position: relative;
	border-top: 1.5px solid #4a4949;
	padding: 2.5em 0;
}
.site-footer a {
	text-decoration: none;
}
.footer-contact {
	margin-bottom: 5em;
}
.footer-contact h6 {
	display: inline-block;
	vertical-align: middle;
}
.footer-contact h6 a {
	text-decoration: none;
	color: #fff;
}
.footer-contact .logo {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	margin: 0 5em;
}
.footer-left, .footer-right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
}
nav.footer ul {
	margin: 1em 0 0;
}
nav.footer ul li {
	position: realtive;
	display: block;
	margin-bottom: 0.5em;
}
nav.footer ul li a {
	font-family: interstate, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.375em;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.footer ul li:hover a {
	color: #777776;
}
ul.social {
	margin: 0;
}
ul.social {
	margin-top: 2.5em;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
ul.social li img {
	max-height: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.social li:hover img {
	opacity: 0.6;
}
.copyright {
	color: #fff;
	font-size: 0.65em;
	margin: 4em 0 0;
}
.copyright a {
	color: #fff;
}


/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1385px) {
	.home-banner .container_16, .page-banner, .blog-banner, .content-project-grid .project-grid, .featured-video, .three-column-content, .archive .project-grid.module,
	ul.posts, .site-content.post-content, .site-content.contact-content, .basic-content, .content-form, .accordion, .accordion-boxes,
	.content-box-slider, .people-grid, .modules .project-grid.module, .project-content, .project-info { padding-left: 2.5em !important; padding-right: 2.5em !important; }
	nav.main ul li { padding: 0.75em; }
	.front-banner { padding: 0 2em; }
	.front-banner h1 { font-size: 5.5em; }
	.front-banner p { left: 2em; }
}
@media all and (max-width: 1205px) {
	nav.main ul li { padding: 0.75em 0.5em; }
	
	.content-wrap { padding-left: 2.5em !important; padding-right: 2.5em !important; }
}
@media all and (max-width: 1111px) {
	nav.sub, nav.main, .front-banner h1 br,.vid-container, .content-links, .footer-left { display: none !important; }
	.nav-button { display: block; }
	.site-header .logo-wrap, .mobile-menu, .home-banner .banner-text, .home-banner .banner-ctas, .content-project-grid .intro-content,
	.featured-video .video-content, .featured-video .video-image, .content-graphic img, .content-graphic .content-content,
	.testimonials .test-wrap h2, ul.testimonial-slider, 	.project-content .content-left, .project-content .content-right,
	.project-info .content-left, .project-info .content-right, .footer-right { width: 100% !important; }
	.home-banner .banner-text { margin-bottom: 4em; }
	.home-banner .banner-ctas { display: flex; flex-wrap: wrap; gap: 20px; }
	.home-banner .banner-ctas li { width: calc(50% - 10px); }
	.content-project-grid { padding: 4em 0 2.5em; }
	.content-project-grid .intro-content { text-align:  center; padding: 0; }
	.content-project-grid .project-grid { padding: 0 2.5em; }
	.box-cta .box-wrap, .split-screen .box, .testimonials .test-wrap { padding: 4em; }
	.featured-video { padding: 8em 0 2.5em; }
	.featured-video .video-content { padding: 0 0 2.5em; }
	.featured-video .video-image { display: block; padding-bottom: 52.5%; }
	.three-column-content .two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.three-column-content { padding: 6em 0 3em; }
	.play-button { width: 100px; height: 100px; top: calc(50% - 50px); left: calc(50% - 50px); }
	.play-button .play { border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 30px solid #fff; }
	.featured-cta { position: relative; top: auto; left: auto; max-width: 100%; transform: none; margin: 2.5em; display: flex; flex-wrap: wrap; }
	.featured-cta .cta-image { padding: 0; width: 30%; }
	.featured-cta .cta-content { width: 70%; padding: 2.5em; }
	.image-carousel ul.carousel li img { max-height: 500px; min-height: 500px; }	
	.content-graphic .content-content { padding: 4em 0 0; }
	.front-banner h1, .front-banner p { position: relative; bottom: auto; left: auto; width: 100%; text-align: center; margin: 0 auto; max-width: 90%; }
	.front-banner h1 { margin-bottom: 0.25em; }

	
	span.h1, h1 { font-size: 5em; }
	span.h2, h2 { font-size: 4em; }
	span.h4, h4, .box-cta .box-left h4 { font-size: 2.75em; }
}
@media all and (max-width: 1030px) {
	ul.people li { width: calc(50% - 20px); }
	.three-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.small-content-wrap { padding-left: 2.5em !important; padding-right: 2.5em !important; }
}
@media all and (max-width: 925px) {
	.footer-contact .logo, .front-banner p img.bouncer { display: none !important; }
	.home-banner .banner-ctas li, .project-grid ul.projects li.project, .box-cta .box-right, .box-cta .box-left,
	.three-column-content .columns-intro, .three-column-content .two-column, .contact-content .content-left,.contact-content .content-right,
	.content-form .form-content, .content-form .form-form, .accordion-boxes .box .accordion-hide-wrap, .accordion-boxes .box .box-image { width: 100% !important; }
	.home-banner, .contact-content { padding: 12em 0 2.5em; }
	.box-cta .box-wrap { padding: 2.5em 2.5em 1.5em; }
	.box-cta .box-left { padding: 0 0 2em; }
	.box-cta .box-right { padding: 0; }
	.three-column-content { padding: 4em 0 1em; }
	.three-column-content .columns-intro { padding: 0 0 2em; }
	.site-content.post-content, .basic-content, .content-form, .accordion { padding: 4em 2.5em 2.5em; }
	.content-form .form-content { padding: 0 0 2.5em 0; }
	.accordion ul.accordion-items li.accordion-item a.button { position: relative; top: auto; left: auto; margin-top: 1em; }
	.accordion-boxes .box { padding: 2.5em; }
	.accordion-boxes .box .accordion-hide-wrap { padding: 0 0 1em; }
	.accordion-boxes .box .box-image { display: block; padding-bottom: 52.5%; }
	.content-box-slider { padding-top: 2.5em; }
	.content-box-slider ul li { padding: 2.5em 2.5em 1em; }
	.split-screen .box { padding: 2.5em; }
	.image-carousel ul.carousel li img { max-height: 350px; min-height: 350px; }
	.testimonials .test-wrap { padding: 2.5em 2.5em 4em; }
	.footer-contact { margin-bottom: 3em; }
	.footer-contact h6:last-child { border-left: 1.5px solid #fff; padding-left: 0.5em; margin-left: 0.25em; }
	
	.tiny-content-wrap { padding-left: 2.5em !important; padding-right: 2.5em !important; }
}
@media all and (max-width: 768px) {
	.search-icon, ul.blog-cats { display: none !important; }
	.nav-button { right: 2.5em; }
	ul.posts li .post-image, ul.posts li.post .post-info, .split-screen .box, ul.people li { width: 100% !important; }
	ul.posts li .post-image { display: block; padding-bottom: 52.5%; margin-bottom: 1em; }
	ul.posts li.post .post-info { padding: 0; }
	.split-screen .box { background: #1c1c1b !important; }
	.split-screen .box:nth-child(2n+2) { background: #242728 !important; }
	.image-overlay-content .overlay-wrap { padding: 12em 2.5em 1.5em; }
	.featured-cta .cta-image { width: 50%; }
	.featured-cta .cta-content { width: 50%; }
	.image-carousel ul.carousel li img { max-height: 200px; min-height: 200px; }
	.footer-contact h6 { display: block; width: 100%; text-align: center; padding: 0 !important; margin: 0 !important; border: none !important; }
	
	span.h1, h1, .front-banner h1 { font-size: 3.75em; }
	span.h2, h2 { font-size: 3.25em; }
	h3, span.h3 { font-size: 2.875em; }
	span.h4, h4, .box-cta .box-left h4 { font-size: 2.25em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}

