/*
Theme Name: Design27
Author: 2nd Street Creative
Author URI: http://www.2ndcreative.com
Description: A custom starter WordPress theme for Design 27.
Version: 1.0
*/

@font-face {
    font-family: 'Campton Book';
    src: url('css/fonts/Campton-Book.woff2') format('woff2'),
        url('css/fonts/Campton-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Book';
    src: url('css/fonts/Campton-BoldDEMO.woff2') format('woff2'),
        url('css/fonts/Campton-BoldDEMO.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Campton';
    src: url('css/fonts/Campton-ExtraBold.woff2') format('woff2'),
        url('css/fonts/Campton-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manifold CF';
    src: url('css/fonts/ManifoldCF-Bold.woff2') format('woff2'),
        url('css/fonts/ManifoldCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manifold CF Extra';
    src: url('css/fonts/ManifoldCF-ExtraBold.woff2') format('woff2'),
        url('css/fonts/ManifoldCF-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* =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: #EAEBEB;
	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: #EAEBEB;
	font-family: 'Campton Book';
	font-weight: normal;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	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: #231F20;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

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

/* 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: 'Campton Book';
	font-weight: normal;
	font-size: 1em;
	color: #939598;
}
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;
	font-family: 'Manifold CF';
	font-weight: normal;
	font-size: 0.85em;
	color: #EF5629;
	background: url('img/button-arrow.png') no-repeat left center;
	background-size: 12px;
	padding: 0.5em 1.5em;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	border: none;
	-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;
	margin-left: 0.25em;
}
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="password"],
input[type="search"],
textarea {
	font-family: 'Campton Book';
	font-weight: normal;
	font-size: 1em;
	color: #1F1F1F;
	border: none;
	background: none;
	border-bottom: 1px solid #1F1F1F;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #939598;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding-left: 0 !important;
	padding-bottom: 10px !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
input[type="search"] {
	min-width: 250px;
}
::-webkit-input-placeholder {
	font-family: 'Manifold CF';
	font-weight: normal;
	font-size: 0.65em;
	color: #A6A8AB;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
::-moz-placeholder { 
	font-family: 'Manifold CF';
	font-weight: normal;
	font-size: 0.65em;
	color: #A6A8AB;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
:-ms-input-placeholder {	
	font-family: 'Manifold CF';
	font-weight: normal;
	font-size: 0.65em;
	color: #A6A8AB;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
:-moz-placeholder { 
	font-family: 'Manifold CF';
	font-weight: normal;
	font-size: 0.65em;
	color: #A6A8AB;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.gform_wrapper {
	margin-top: 1em;
}
.gfield {
	margin-bottom: 2em !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;
}
.site {
	background: #fff;
}
.orange {
	color: #EF5629;
}
.orangeBG {
	background: #EF5629;
}
.black {
	color: #231F20;
}


/*********************************
	Global Styles
*********************************/
p {
	font-family: 'Campton Book';
	font-weight: normal;
	font-size: 1em;
	color: #939598;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
p.page-intro {
	font-size: 1.75em;
	color: #231F20;
}
a, a:visited {
	outline: 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:hover, a:focus, a:active {
	outline: none;
}
a.button {
	display: inline-block;
	font-family: 'Manifold CF';
	font-weight: normal;
	font-size: 0.85em;
	color: #EF5629;
	background: url('img/button-arrow.png') no-repeat left center;
	background-size: 12px;
	padding: 0.5em 1.5em;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	border: 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 {
	outline: none;
	margin-left: 0.25em;
}
h1 {
	font-family: 'Book';
	font-weight: normal;
	font-size: 4em;
	color: #231F20;
	line-height: 1;
	margin-bottom: 0.25em;	
}
h1 a, h1 a:visited {
	color: #231F20;
	text-decoration: none;
}
h2 {
	font-family: 'Book';
	font-weight: normal;
	font-size: 2.75em;
	color: #231F20;
	line-height: 1;
	margin-bottom: 0.25em;
}
h2 a, h2 a:visited {
	color: #231F20;
	text-decoration: none;
}
h3 {
	font-family: 'Book';
	font-weight: normal;
	font-size: 1.75em;
	color: #231F20;
	line-height: 1;
	margin-bottom: 0.25em;
}
h3 a, h3 a:visited {
	color: #231F20;
	text-decoration: none;
}
h4 {
	font-family: 'Book';
	font-weight: normal;
	font-size: 1.5em;
	color: #231F20;
	line-height: 1;
	margin-bottom: 0.25em;
}
h4 a, h4 a:visited {
	color: #231F20;
	text-decoration: none;
}
h5 {
	font-family: 'Manifold CF Extra';
	font-weight: normal;
	font-size: 0.875em;
	color: #A6A8AB;
	line-height: 1.45;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h5 a, h5 a:hover {
	color: #A6A8AB;
	text-decoration: none;
}
h6 {
	font-family: 'Manifold CF';
	font-weight: normal;
	font-size: 0.85em;
	color: #A6A8AB;
	line-height: 1.45;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h6 a, h6 a:hover {
	color: #A6A8AB;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	opacity: 0.6;
}
.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	height: 100vh;
	width: 50%;
	overflow: scroll;
	z-index: 99;
	background: #EF5629;
	-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 .logo {
	max-width: 105px;
	margin: 2em;
}
.close {
	position: absolute;
	top: 2.5em;
	right: 2em;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.close .left, .close .right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 2px;
	background: #232323;
	border-radius: 4px;
	z-index: 999;
}
.close .left {
	left: 0;
	transform: rotate(45deg);
}
.close .right {
	right: 0;
	transform: rotate(-45deg);
}
nav.mobile ul {
	margin: 30% 0 0;
}
nav.mobile ul li {
	position: relative;
	list-style: none;
	display: block;
	line-height: 1;
	padding: 1.5em 2em 0.75em;
	border-top: 1px solid rgba(255,255,255,0.25);
}
nav.mobile ul li:last-child {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
nav.mobile ul li a {
	font-family: 'Book';
	font-weight: normal;
	font-size: 2.65em;
	color: #231F20;
	text-decoration: none;
	line-height: 1;
}
nav.mobile ul li a:hover, nav.mobile ul li.current-menu-item a {
	color: #fff;
}
nav.mobile ul li.menu-item-has-children a:after {
    content: '';
    background: url('img/open-it.png') no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    right: 0.5em;
    top: 30px;
}
nav.mobile ul li.active a:after {
    content: '';
    background: url('img/close-it.png') no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    right: 0.5em;
    top: 30px;
}
nav.mobile ul li ul.sub-menu {
	display: none;
	margin: 0;
	-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 ul li.active ul.sub-menu {
	display: block;
}
nav.mobile ul li ul.sub-menu li {
	border: none;
	padding: 0.5em;
}
nav.mobile ul li ul.sub-menu li a:after {
	display: none;
}
nav.mobile ul li ul.sub-menu li a {
	font-size: 1em;
}
ul.social {
	margin: 0;
}
.mobile-menu ul.social {
	position: absolute;
	bottom: 2em;
	left: 2em;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}
ul.social li img {
	max-width: 28px;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
	-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 {
	background: #D1D3D3;
}
.hidden-search {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	background: #EAEBEB;
	text-align: center;
	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;
	padding: 1.65em 2em;
}
.hidden-search.active {
	top: 0;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2em 0;
	z-index: 98;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-header.sticky {
	background: #fff;
}
.header-logo img {
	max-width: 105px;
}
.header-search {
	float: right;
	max-width: 14px;
	margin-top: 6px;
	margin-left: 3em;
	cursor: pointer;
}
nav.main ul {
	margin: 0;
	text-align: right;
}
nav.main ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-left: 4em;
}
nav.main ul li:before {
	font-family: 'Book';
	font-weight: bold;
	font-size: 0.65em;
	letter-spacing: 1px;
	color: #A6A8AB;
	position: absolute;
	bottom: 0.35em;
	left: -25px;
}
nav.main ul li:nth-child(1):before {
	content: '01';
}
nav.main ul li:nth-child(2):before {
	content: '02';
}
nav.main ul li:nth-child(3):before {
	content: '03';
}
nav.main ul li:nth-child(4):before {
	content: '04';
}
nav.main ul li:nth-child(5):before {
	content: '05';
}
nav.main ul li:nth-child(6):before {
	content: '06';
}
nav.main ul li:nth-child(7):before {
	content: '07';
}
nav.main ul li:nth-child(8):before {
	content: '08';
}
nav.main ul li:nth-child(9):before {
	content: '09';
}
nav.main ul li:nth-child(1):before {
	content: '10';
}
nav.main ul li a {
	font-family: 'Book';
	font-weight: normal;
	font-size: 1em;
	color: #231F20;
	text-decoration: none;
	padding-bottom: 1em;
}
.single-project nav.main ul li a {
	color: #fff;
}
.site-header.sticky nav.main ul li a {
	color: #231F20;
}
.white-logo, .single-project .dark-logo, .site-header.sticky .white-logo {
	display: none;
}
.single-project .white-logo, .site-header.sticky .dark-logo {
	display: block;
}
nav.main ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 0;
	background: #EF5629;
	transform: translate(-50%,0);
	-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.main ul li ul.sub-menu {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: left;
	z-index: 99;
	left: 50%;
	transform: translate(-50%,0);
}
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 #EAEBEB;
}
nav.main ul li:hover ul.sub-menu {
	display: block;
	max-height: 1000px;
	min-width: 12em;
	background: #EAEBEB;
	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:before,
nav.main ul li ul.sub-menu li a:after {
	display: none;
}
nav.main ul li ul.sub-menu li a, nav.main ul li.current-menu-item ul li a {
	padding: 0;
	color: #231F20 !important;
}
nav.main ul li ul.sub-menu li a:hover, nav.main ul li.current-menu-item ul li a:hover, nav.main ul li ul li.current-menu-item a {
	color: #EF5629 !important;
	opacity: 1;
}
.nav-button {
	display: none;
	position: relative;
	float: right;
	height: 38px;
	width: 38px;
	margin-top: -5px;
	border-radius: 50%;
	background: #EF5629;
	cursor: pointer;
	z-index: 9999;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first, .nav-button .second {
	position: absolute;
	left: 50%;
	width: 50%;
	transform: translate(-50%,0);
	height: 2px;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first {
	top: 14px;
}
.nav-button .second {
	top: 20px;
}
.projects-banner .small-content-wrap {
	text-align: center;
}


/*********************************
	Banner Styles
*********************************/
.main-banner {
	position: relative;
	background: #fff;
	padding: 10em 0 2em;
}
.home-banner {
	padding: 12em 0 9em;
	text-align: center;
}
.search-banner, .error-banner {
	text-align: center;
}
.project-banner {
	padding: 0;
}
.home-banner h1 {
	font-size: 4.25em;
	max-width: 650px;
	margin: 0 auto 0.25em;
}
.home-banner h6 {
	max-width: 450px;
	margin: 0 auto;
}
.page-banner h1 {
	border-bottom: 1px solid #BEBFBF;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
ul.banner-sidebar {
	margin: 0;
	float: left;
	width: 25%;
	padding-right: 1em;
}
ul.banner-sidebar li {
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
ul.banner-sidebar li p {
	margin-bottom: 0;
}
ul.banner-sidebar li p span {
	font-family: 'Book';
	font-size: 0.8125em;
	text-transform: uppercase;
	color: #231F20;
}
.banner-intro-content.has-sidebar {
	float: left;
	width: 75%;
}
.banner-nav {
	margin-top: 3em;
	border-bottom: 1px solid #BEBFBF;
}
.banner-nav .search {
	float:right;
}
.banner-nav .search input[type="search"] {
	border-bottom: 0;
	width: 60px;
	min-width: 60px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.banner-nav .search input[type="search"]:focus {
	width: 250px;
}
.searchform input[type="submit"] {
	text-indent: -9999px;
	color: transparent;
	background: url('img/search-icon.png') no-repeat center center;
	background-size: 15px;
}
ul.project-dropdown {
	display: inline-block;
	background: url('img/dropdown-arrow.png') no-repeat right 8px;
	background-size: 10px;
	margin: 0 1em 0 0;
	width: 10em;
	position: relative;
	z-index: 95;
	padding: 0 1em;
}
ul.project-dropdown.active {
	background: url('img/dropdown-close.png') no-repeat right 8px;
	background-size: 10px;
}
ul.project-dropdown li {
	position: relative;
	list-style: none;
	display: block;
	cursor: pointer;
}
ul.project-dropdown li ul {
	margin: 0;
	position: absolute;
	top: 136%;
	left: -1em;
	width: calc(100% + 3em);
	background: #fff;
	padding: 1em;
	opacity: 0;
	border: 1px solid #BEBFBF;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.project-dropdown.active ul {
	opacity: 1;
}
ul.project-dropdown li ul li a {
	color: #1F1F1F;
	text-decoration: none;
}
ul.project-dropdown li ul li.current-cat a, ul.project-dropdown li ul li a:hover {
	opacity: 0.6;
}
.project-banner a {
	position: absolute;
	bottom: 2em;
	right: 2em;
	font-family: 'Manifold CF';
	font-weight: normal;
	font-size: 0.5em;
	color: #fff;
	line-height: 1.45;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.5em;
	background: rgba(255,255,255,0.2);
}
.project-banner a:hover {
	background: rgba(255,255,255,0.3);
}
.project-banner a img {
	max-width: 10px;
	margin-right: 5px;
}

/*********************************
	Content Styles
*********************************/
.site-content {
	padding: 2em 0 4em;
}
.project-content {
	padding: 6em 0 4em;
}
.error-content {
	text-align: center;
}
.contact-content {
	padding-top: 12em;
}
ul.search-posts {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
ul.search-posts li {
	position: relative;
	list-style: none;
	width: calc(50% - 30px);
	border: 1px solid #BEBFBF;
	padding: 2em;
}
.project-info {
	border-right: 1px solid #BEBFBF;
}
.project-info-wrap {
	padding-right: 2em;
}
.accordion-item {
	margin-bottom: 2em;
}
.project-details ul {
	margin: 0;
}
.project-details h6.accordion-title {
	margin-bottom: 1em;
	display: block;
	width: 100%;
	cursor: pointer;
}
.project-details h6.accordion-title img {
	float: right;
	max-width: 9px;
	padding-top: 2px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.project-details h6.accordion-title.active img {
	transform: rotate(-180deg);
}
.project-details ul li {
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	margin-bottom: 0.25em;
}
.project-details ul li p {
	margin-bottom: 0;
	font-size: 0.8em;
	color: #231F20;
}
.project-details ul li p a {
	text-decoration: none;
	color: #231F20;
}
.project-details ul li p a:hover {
	opacity: 0.6;
}
.accordion-hide {
	display: block;
}
.contact-details {
	margin-top: 4em;
}
.contact-details ul.social {
	margin-bottom: 2em;
}
.contact-details ul.social li img {
	background: #1F1F1F;
}
.contact-detials p {
	color: #231F20;
}
.contact-details p a {
	color: #231F20;
	text-decoration: none;
}


/*********************************
	Module Styles
*********************************/
.content {
	padding: 4em 0 2.5em;
}
ul.slider {
	margin: 0;
}
ul.slider li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
ul.slider li h6 {
	position: absolute;
	left: 2.5em;
	bottom: 1.25em;
	color: #fff;
	font-size: 0.65em;
	margin-bottom: 0;
}
u.slider li h6 span {
	font-family: 'Manifold CF Extra';
}
.image-carousel {
	position: relative;
	padding: 2em 0 1em;
	background: #fff;
}
.image-carousel .small-content-wrap {
	position: relative;
}
.image-carousel .slick-list {
	overflow: visible;
}
.image-carousel ul {
	position: relative;
	margin: 0;
	z-index: 2;
	padding: 0 4.78%;
}
.image-carousel ul li {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: middle;
}
.image-carousel ul li img {
	max-height: 600px;
	min-height: 600px;
	padding: 0 10px;
}
.image-ctas {
	padding: 2em 0;
}
.image-ctas ul {
	margin: 0;
	text-align: center;
}
.image-ctas ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 4px);
	padding: 0 1em;
	margin-bottom: 1em;
	text-align: left;
}
.image-ctas ul li a {
	text-decoration: none;
}
.image-ctas ul li img {
	margin-bottom: 1em;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.image-ctas ul li img:hover {
	-webkit-filter: brightness(75%);
}
.project-grid {
	position: relative;
	padding: 4em 0;
}
ul.projects {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
ul.projects li {
	position: relative;
	list-style: none;
	width: calc(50% - 30px);
}
ul.projects li img {
	width: 100%;
	margin-bottom: 1.5em;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.projects li img:hover {
	-webkit-filter: brightness(75%);
}
.testimonials {
	padding: 4em 0;
	text-align: center;
}
.testimonials h6.module-title {
	margin-bottom: 4em;
}
.testimonials ul {
	margin: 0;
}
.testimonials ul li {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: middle;
	float: none !important;
}
.testimonials ul li p.page-intro {
	max-width: 550px;
	font-size: 1.35em;
	margin: 0 auto 1em;
}
.testimonials ul li img {
	display: inline-block;
	max-width: 122px;
	border-radius: 50%;
	border: 8px solid #EAEBEB;
	margin-bottom: 1em;
}
.testimonials ul li h6 {
	margin-bottom: 0;
}
.testimonials ul li p.company {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 0.875em;
}

/*********************************
	Footer Styles
*********************************/
.site-footer {
	background: #EAEBEB;
	padding: 8em 0;
}
.footer-logo img {
	max-width: 105px;
}
nav.footer ul {
	margin: 0;
}
nav.footer ul li {
	position: relative;
	list-style: none;
	margin-bottom: 1em;
}
nav.footer ul li a {
	font-family: 'Book';
	font-weight: normal;
	font-size: 1em;
	color: #231F20;
	text-decoration: none;
	padding-bottom: 1em;
}
nav.footer ul li a:hover {
	opacity: 0.6;
}
nav.footer ul li ul {
	display: none;
}
.footer-social ul.social {
	text-align: right;
}
.sub-footer {
	background: #EAEBEB;
}
.sub-footer .container_16 {
	padding: 1em 0;
	border-top: 1px solid rgba(35,31,21,0.15);
}
.sub-footer p {
	font-size: 0.65em;
	color: #111111;
	padding-top: 8px;
}
.sub-footer p a, .sub-footer p a:visited {
	color: #111111;
	text-decoration: none;
}

/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1285px) {
	.site-header, .projects-banner, .image-ctas, .project-grid, .site-content, .site-footer, .sub-footer { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1205px) {
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1030px) {
	nav.main, .header-search, .site-footer, .white-logo { display: none !important; }
	.dark-logo { display: block !important; }
	.nav-button { display: block; }
	.image-carousel ul li img { max-height: 500px; min-height: 500px; }
	.home-banner { padding: 10em 0 4em; }
	.main-banner { padding-top: 8em; }
	.project-banner { padding-top: 6em; }
	.sub-footer .container_16 { padding: 1.5em 0 1em; border: none; }
	
	.three-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.small-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 925px) {
	.banner-sidebar, .contact-details { display: none !important; }
	.image-ctas ul li, ul.projects li { width: 100%; padding: 0; }
	.banner-intro-content, .project-info, .project-details, .contact-info { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-right: 0 !important; padding-left: 0 !important; }
	.project-content { padding-top: 4em; }
	.project-info { border: none; margin-bottom: 3em; }
	.project-info-wrap { padding: 0; }
	
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 768px) {
	.banner-nav .search { display: none !important; }
	.mobile-menu { width: 100%; }
	.image-carousel ul li img { max-height: 250px; min-height: 250px; }
	ul.project-dropdown { width: calc(49% - 4px); margin: 0; padding: 0; }
	ul.project-dropdown.industries { margin-right: 2%; }
	ul.project-dropdown li ul { top: calc(100%); width: 100%; left: 0; }
	.testimonials ul { padding: 0 4em; }
	
	h1, .home-banner h1 { font-size: 3em; }
	p.page-intro { font-size: 1.25em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}
@media all and (max-width: 500px) {
	.banner-nav { display: none !important; }
	.image-carousel ul li img { max-height: 200px; min-height: 200px; }
}

