/*
Theme Name: Schmidt Associates
Author: 2nd Street Creative
Author URI: https://www.2ndst.com
Description: A custom WordPress theme for Schmidt Associates.
Version: 1.0
*/

@font-face {
	font-family: 'Geogrotesque Md';
	src: url('css/fonts/Geogrotesque-Medium.woff2') format('woff2'),
		url('css/fonts/Geogrotesque-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geogrotesque Bd';
	src: url('css/fonts/Geogrotesque-Bold.woff2') format('woff2'),
		url('css/fonts/Geogrotesque-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geogrotesque SmBd';
	src: url('css/fonts/Geogrotesque-SemiBold.woff2') format('woff2'),
		url('css/fonts/Geogrotesque-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geogrotesque Rg';
	src: url('css/fonts/Geogrotesque-Regular.woff2') format('woff2'),
		url('css/fonts/Geogrotesque-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
font-family: 'Canela';
	src: url('css/fonts/Canela-Medium-Web.woff2') format('woff2'),
		url('css/fonts/Canela-Medium-Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
font-family: 'Canela';
	src: url('css/fonts/Canela-Regular-Web.woff2') format('woff2'),
		url('css/fonts/Canela-Regular-Web.woff') format('woff');
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
}
@font-face {
	font-family: 'Canela';
	src: url('css/fonts/Canela-Light-Web.woff2') format('woff2'),
		url('css/fonts/Canela-Light-Web.woff') format('woff');
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
}


/* =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: #f9f7f7;
	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: #fff;
	font-family: soleil, sans-serif;
	font-weight: 400;
	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: #b3b5b7;
	border: 0;
	height: 1px;
	max-width: 40px;
	margin-bottom: 1.5em;
	margin-left: 0;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 1.5em;
}
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: soleil, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #6d6e71;
}
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: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.85em;
	color: #c95443;
	border: 1px solid #c95443;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 14px 7px;
	text-decoration: none;
	background: transparent;
	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;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #c95443;
	color: #fff;
	outline: none;
}
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: soleil, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #6d6e71;
	outline: none;
	border: none;
	background: none;
	border-bottom: 1px solid #231f20;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #231f20;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 12px 0 !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 12px 0 !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
select {
	-webkit-appearance: none;
	background: url('img/dropdown-arrow.png') no-repeat right center;
	background-size: 12px;
	border: none;
	padding: 12px 0 !important;
	border-bottom: 1px solid #231f20;
	font-family: soleil, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #231f20;
}
::-webkit-input-placeholder {
	font-family: soleil, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #231f20;
}
::-moz-placeholder {
	font-family: soleil, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #231f20;
}
:-ms-input-placeholder {
	font-family: soleil, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #231f20;
}
:-moz-placeholder {
	font-family: soleil, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #231f20;
}
form label {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 1.185em;
	color: #231f20;
}


blockquote {
	max-width: 680px;
	margin: 2em auto;
	padding: 1em 0 1em 4em;
	border-left: 5px solid #80a642;
}
blockquote p {
	font-size: 1.75em;
	color: #231f20;
	margin-bottom: 0;
}

/* 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;
}
.white {
	color: #fff !important;
}
.gray {
	color: #b3b5b7 !important;
}
.grayBG {
	background: #f9f7f7;
}
.darkgray {
	color: #6d6e71;
}
.blue {
	color: #3d86e8 !important;
}
.blueBG {
	background: #3d86e8;
}
.darkblue {
	color: #1f567f !important;
}
.darkblueBG {
	background: #1f567f;
}
.red {
	color: #c95443 !important;
}
.redBG {
	background: #c95443;
}
.green {
	color: #80a842 !important;
}
.greenBG {
	background: #80a842;
}
.black {
	color: #231f20 !important;
}
.blackBG {
	background: #231f20;
}
.index-wrap {
	position: relative;
	z-index: 2;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 1;
}
.left-gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,0,0,0.65), rgba(0,0,0,0));
	z-index: 1;
}
.right-gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, rgba(0,0,0,0.65), rgba(0,0,0,0));
	z-index: 1;
}
.top-gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0));
	z-index: 1;
}
.bottom-gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
	z-index: 1;
}
.color-stripe {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	display: flex;
}
.color-stripe .redBG {
	width: 50%;
}
.color-stripe .greenBG {
	width: 25%;
}
.color-stripe .blueBG {
	width: 25%;
}
.site-main {
	margin-top: 104px;
	background: #fff;
}

/*********************************
	Global Styles
*********************************/
p {
	font-family: soleil, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #6d6e71;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
p.page-intro {
	font-size: 1.75em;
	color: #231f20;
}
p a, p a:visited {
	font-family: soleil, sans-serif;
	font-weight: normal;
	outline: none;
	color: #3d86e8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a, a:visited {
	outline: none;
	color: #3d86e8;
	-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;
	color: #80a642;
}
a.text-link {
	display: inline-block;
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.85em;
	color: #231f20;
	border-bottom: 1px solid #231f20;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 2px 2px;
	text-decoration: none;
	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.button, .alm-load-more-btn {
	display: inline-block;
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.85em;
	color: #c95443;
	border: 1px solid #c95443;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 14px 7px;
	text-decoration: none;
	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;
}
.alm-load-more-btn.done {
	opacity: 0;
}
a.button:hover, a.button:focus, a.button:active {
	background: #c95443;
	color: #fff;
	outline: none;
}
a.button.white-outline {
	color: #fff;
	border-color: #fff;
}
a.button.white-outline:hover, a.button.white-outline:focus, a.button.white-outline:active {
	color: #6d6e71;
	background: #fff;
}
a.button.blue-button {
	color: #3d86e8;
	border-color: #3d86e8;
}
a.button.blue-button:hover, a.button.blue-button:focus, a.button.blue-button:active {
	color: #fff;
	background: #3d86e8;
}
a.button.gray-button, .alm-load-more-btn {
	color: #b3b5b7;
	border-color: #b3b5b7;
}
a.button.gray-button:hover, a.button.gray-button:focus, a.button.gray-button:active,
.alm-load-more-btn:hover, .alm-load-more-btn:focus, .alm-load-more-btn:active {
	color: #fff;
	background: #b3b5b7;
}
h1, span.h1 {
	font-family: 'Canela';
	font-weight: 300;
	font-size: 5.75em;
	color: #231f20;
	line-height: 0.9;
	margin-bottom: 0.25em;
}
h2, span.h2 {
	font-family: 'Canela';
	font-weight: 300;
	font-size: 4.875em;
	color: #231f20;
	line-height: 1;
	margin-bottom: 0.25em;
}
h3, span.h3 {
	font-family: 'Canela';
	font-weight: 300;
	font-size: 3em;
	color: #231f20;
	line-height: 1;
	margin-bottom: 0.5em;
}
h4, span.h4 {
	font-family: 'Canela';
	font-weight: 300;
	font-size: 2em;
	color: #231f20;
	line-height: 1;
	margin-bottom: 0.5em;
}
h5, span.h5 {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 1.185em;
	color: #231f20;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0.5em;
}
h6, span.h6 {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.85em;
	color: #231f20;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color: #231f20;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #231f20;
	opacity: 0.8;
}
h1 u, span.h1 u, h2 u, span.h2 u, h3 u, span.h3 u, h4 u, span.h4 u, h5 u, span.h5 u, h6 u, span.h6 u {
	color: #3d86e8;
}
.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%;
	width: 50%;
	height: 100vh;
	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;
}
.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: #fff;
	border-radius: 4px;
	z-index: 999;
}
.close .left {
	left: 0;
	transform: rotate(45deg);
}
.close .right {
	right: 0;
	transform: rotate(-45deg);
}
nav.mobile ul {
	margin: 5em 0;
}
nav.mobile ul li {
	position: relative;
	list-style: none;
	display: block;
	padding: 0.875em 1em 0.75em 3em;
	border-top: 1px solid #231f20;
	line-height: 1;
}
nav.mobile ul li:before {
	position: absolute;
	font-family: 'Geogrotesque Md';
	font-weight: normal;
	font-size: 0.875em;
	color: #231f20;
	top: 22px;
	left: 18px;
}
nav.mobile ul li:nth-child(1):before {
	content: '01';
}
nav.mobile ul li:nth-child(2):before {
	content: '02';
}
nav.mobile ul li:nth-child(3):before {
	content: '03';
}
nav.mobile ul li:nth-child(4):before {
	content: '04';
}
nav.mobile ul li:nth-child(5):before {
	content: '05';
}
nav.mobile ul li:nth-child(6):before {
	content: '06';
}
nav.mobile ul li:nth-child(7):before {
	content: '07';
}
nav.mobile ul li:nth-child(8):before {
	content: '08';
}
nav.mobile ul li:nth-child(9):before {
	content: '09';
}
nav.mobile ul li:nth-child(10):before {
	content: '10';
}
nav.mobile ul li:nth-child(11):before {
	content: '11';
}
nav.mobile ul li:nth-child(12):before {
	content: '12';
}
nav.mobile ul li:nth-child(13):before {
	content: '13';
}
nav.mobile ul li:nth-child(14):before {
	content: '14';
}
nav.mobile ul li:nth-child(15):before {
	content: '15';
}
nav.mobile ul li a {
	font-family: 'Canela';
	font-weight: 300;
	font-size: 2em;
	color: #231f20;
	text-decoration: none;
}
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: ' +';
	font-family: 'Geogrotesque Md';
	font-weight: normal;
	font-size: 0.875em;
	color: #231f20;
}
nav.mobile ul li.active a:after {
	content: ' -';
	font-family: 'Geogrotesque Md';
	font-weight: normal;
	font-size: 0.875em;
	color: #231f20;
}
nav.mobile ul li ul.sub-menu {
	display: none;
	-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;
	margin: 0.75em 0 0.5em 1em;
}
nav.mobile ul li ul.sub-menu li {
	border: none;
	padding: 0.25em 0;
}
nav.mobile ul li ul.sub-menu li:before {
	display: none;
}
nav.mobile ul li ul.sub-menu li a:after {
	display: none;
}
nav.mobile ul li ul.sub-menu li a {
	font-family: 'Geogrotesque Md';
	font-weight: normal;
	font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.mobile-menu ul.social {
	margin-left: 3em;
}
ul.social {
	margin: 0;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}
ul.social li img {
	max-width: 22px;
	background: #231f20;
	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: #b3b5b7;
}
.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	-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.darkblueBG {
	border-left: 15px solid #3d86e8;
	border-right: 15px solid #1f567f;
}
.site-header.active {
	background: #fff;
	border: none;
}
.site-header.darkblueBG.active {
	background: #1f567f;
}
.site-header .container_16 {
	padding: 2.75em 0 0.75em;
	border-bottom: 1px solid #b3b5b7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.single .site-header .container_16 {
	border: none;
}
.site-header.darkblueBG .container_16 {
	border-bottom: none;
}
.site-header.active .container_16 {
	padding: 0.75em 0 0.75em;
	border-bottom: none;
}
.header-logo img {
	max-width: 206px;
}
.header-nav {
	text-align: right;
	padding-top: 0.5em;
}
nav.main {
	display: inline-block;
	vertical-align: middle;
}
nav.main ul {
	margin: 0;
}
nav.main ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2em;
}
nav.main ul li.home-link {
	display: none;
}
nav.main ul li a {
	font-family: 'Geogrotesque Rg';
	font-size: 0.95em;
	color: #231f20;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding-bottom: 2em;
}
.site-header.darkblueBG nav.main ul li a {
	color: #fff;
}
nav.main ul li a:hover {
	color: #6d6e71;
}
nav.main ul li.current-menu-item a {
	font-family: 'Geogrotesque SmBd';
}
nav.main ul li ul.sub-menu {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	margin: 1.625em 0 0 0;
	padding: 0;
	text-align: left;
	z-index: 99;
}
nav.main ul li:hover ul.sub-menu {
	display: block;
	max-height: 1000px;
	min-width: 12em;
	background: #1f567f;
	padding: 0.25em 1em;
	overflow: visible;
	border-left: 1px solid #3d86e8;
}
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:after, nav.main ul li ul.sub-menu li a:before {
	display: none;
}
nav.main ul li ul.sub-menu li a, nav.main ul li.current-menu-item ul li a {
	padding: 0;
	font-family: 'Geogrotesque Rg';
	color: #fff;
	font-size: 0.875em;
}
nav.main ul li ul li.current-menu-item a {
	font-family: 'Geogrotesque SmBd';
}
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: #3d86e8;
}
img.search-button {
	display: inline-block;
	vertical-align: middle;
	max-width: 14px;
	margin: 2px 2em 0 0;
}
.nav-button {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 8px;
	width: 26px;
	margin-top: 3px;
	cursor: pointer;
	-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: 0;
	width: 100%;
	height: 2px;
	background: #c95443;
	border-radius: 4px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.site-header.darkblueBG .nav-button .first, .site-header.darkblueBG .nav-button .second {
	background: #3d86e8;
}
.nav-button .first {
	top: 0;
}
.nav-button .second {
	bottom: 0;
}


/*********************************
	Banner Styles
*********************************/
.home-banner {
	position: relative;
	padding: 1em 0;
}
.home-banner ul {
	margin: 0;
}
.home-banner ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #b3b5b7;
}
.home-banner ul li .banner-content {
	position: absolute;
	top: 50%;
	left: 10%;
	max-width: 500px;
	transform: translate(0,-50%);
}
.home-banner ul li .banner-content h1 {
	margin-bottom: 0.5em;
}
.home-banner ul li .slide-info {
	padding: 0.5em 0 0.65em 3.5em;
}
.home-banner ul li .slide-info span.h6 {
	font-size: 0.75em;
}
.home-banner ul li .slide-info .slide-count {
	margin-right: 1em;
}
.home-banner .slick-track
{
	display: flex !important;
}
.home-banner .slick-slide
{
	height: inherit !important;
}
.desktop-hide {
	display: none !important;
}
.page-banner {
	padding: 6em 0 0;
}
.page-banner.darkblueBG, .search-results .search-banner {
	border-left: 15px solid #3d86e8;
	border-right: 15px solid #1f567f;
}
.page-banner h1 {
	font-size: 4.75em;
	display: inline-block;
	vertical-align: middle;
	padding-top: 0.25em;
	margin-bottom: 2em;
	width: 65%;
	margin-right: 4%;
}
.page-banner p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	width: 30%;
}
.page-banner.darkblueBG h1, .page-banner.darkblueBG span.h6,
.page-banner.darkblueBG p,
.search-results .search-banner h1 {
	color: #fff;
}
.page-banner h1 span, .page-banner span.h6 span {
	color: #3d86e8;
}
.page-banner h1 u, .page-banner span.h6 u {
	color: #3d86e8;
}
.page-banner span.h6 {
	display: block;
	margin: 0 0 1em;
}
.image-banner {
	position: relative;
	gap: 4px;
}
.image-banner .project-image {
	position: relative;
	width: calc(60% - 2px);
}
ul.banner-images {
	margin: 0;
	width: calc(40% - 2px);
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
ul.banner-images li {
	display: none;
	position: relative;
	list-style: none;
	width: calc(50% - 2px);
}
ul.banner-images li.image-1, ul.banner-images li.image-2, ul.banner-images li.image-3,
ul.banner-images li.image-4, ul.banner-images li.image-5, ul.banner-images li.image-6 {
	display: block;
}
ul.banner-images li img {
	width: 100%;
}
.image-banner a.button {
	position: absolute;
	bottom: -50px;
	cursor: pointer;
	right: 10px;
}
.pop-gallery-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	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: 90%;
	max-width: 768px;
	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;
	background: #fff;
	padding: 10px;
}
ul.pop-gallery li img {
	width: 100%;
}
.category-banner {
	text-align: center;
	padding-top: 6em;
}
.search-banner, .error-banner {
	text-align: center;
	padding: 6em 0 4em;
}
.search-banner #searchform, .error-banner #searchform {
	max-width: 400px;
	margin: 0 auto;
	border-bottom: 1px solid #b3b5b7;
}

/*********************************
	Content Styles
*********************************/
.project-content, .team-content {
	position: relative;
	padding: 6em 0 4.5em;
}
.team-banner img {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}
.team-banner .team-info {
	display: inline-block;
	vertical-align: middle;
	width: 69%;
	padding: 0 2em;
}
.team-banner .team-info h1 {
	font-size: 2.875em;
}
.team-banner .team-info h3 {
	font-size: 1.5em;
}
.team-banner .team-info h5 {
	font-size: 0.875em;
}
.featured {
	padding: 4em 0 0;
}
.post-content .featured {
	margin-bottom: 4em;
}
.featured h1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.5em;
	line-height: 1.1;
	width: 70%;
	margin-right: 4%;
	margin: 0;
}
.featured ul.post-details {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 25%;
	text-align: right;
	padding-left: 2em;
}
.featured ul.post-details li {
	position: relative;
	list-style: none;
	margin-bottom: 1em;
}
.featured ul.post-details li:last-child {
	margin-bottom: 0;
}
.featured ul.post-details li p {
	font-size: 0.75em;
	margin-bottom: 0.5em;
}
.featured ul.post-details li span.h6 {
	display: block;
	line-height: 1.25;
}
.featured ul.post-details li a {
	color: #231f20;
	text-decoration: none;
}
.featured ul.post-details li a:hover {
	opacity: 0.8;
}
.featured img {
	margin-top: 4em;
}
.blog-sort {
	margin: 4em 0;
}
.blog-sort .container_16 {
	border-top: 1px solid #b3b5b7;
	border-bottom: 1px solid #b3b5b7;
}
.blog-search {
	padding-top: 2px;
	padding-left: 15px;
}
#searchform {
	direction: rtl;
	text-align: left;
}
#searchform input[type="submit"] {
	background: url('img/search-icon.png') no-repeat center center;
	background-size: 12px;
	color: transparent;
	max-width: 20px;
	border: none;
}
#searchform input[type="search"] {
	text-align: left;
	padding: 12px 0 10px;
	border: none;
}
#searchform ::-webkit-input-placeholder {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.875em;
	color: #b3b5b7;
	text-transform: uppercase;
	letter-spacing: 1px;
}
::-moz-placeholder {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.875em;
	color: #b3b5b7;
	text-transform: uppercase;
	letter-spacing: 1px;
}
:-ms-input-placeholder {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.875em;
	color: #b3b5b7;
	text-transform: uppercase;
	letter-spacing: 1px;
}
:-moz-placeholder {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.875em;
	color: #b3b5b7;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog-cats {
	border-left: 1px solid #b3b5b7;
	padding: 1em 2em;
	background: url('img/dropdown-arrow.png') no-repeat 96% center;
	background-size: 12px;
	cursor: pointer;
}
.blog-cats ul {
	margin: 0;
	width: 100%;
}
.blog-cats ul li {
	position: relative;
	list-style: none;
	display: block;
}
.blog-cats ul li.title-li {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.875em;
	color: #b3b5b7;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog-cats ul li ul {
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: calc((100% + 1em) + 2px);
	width: calc(100% + 4.65em);
	left: -2.33em;
	padding: 2em 2em 1.5em;
	border: 1px solid #b3b5b7;
	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;
}
.blog-cats.active ul li ul {
	opacity: 1;
	z-index: 3;
}
.blog-cats ul li ul li {
	margin-bottom: 0.5em;
}
.blog-cats ul li ul li a {
	text-transform: none;
	letter-spacing: 0;
	color: #231f20;
	text-decoration: none;
}
.blog-cats ul li.current-cat a {
	font-weight: bold;
}
.blog-cats ul li ul li a:hover {
	opacity: 0.8;
}
.blog-content {
	padding-bottom: 4em;
}
.blog-content ul.posts, .post-content ul.posts {
	margin: 0 0 2em;
	display: flex;
	flex-wrap: wrap;
	gap: 20px !important;
}
.blog-content ul.posts li a, .post-content ul.posts li a {
	color: #fff !important;
	text-decoration: none;
}
.blog-content ul.posts li span.h6, .post-content ul.posts li span.h6 {
	display: block;
	line-height: 1.1;
	margin-bottom: 1em;
	color: #fff;
}
ul.posts.tag-posts {
	margin-bottom: 6em;
}
.alm-btn-wrap {
	margin-bottom: 3em !important;
}
.alm-reveal {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.blog-content ul.posts li, .post-content ul.posts li {
	background: #3d86e8;
	width: calc(33.33% - 13.33px);
}
.blog-content ul.posts li:nth-child(2n+2), .post-content ul.posts li:nth-child(2n+2) {
	background: #275d8a;
}
.blog-content ul.posts li img, .post-content ul.posts li img {
	width: 100%;
}
.blog-content ul.posts li .post-info, .post-content ul.posts li .post-info {
	padding: 2em;
}
.blog-content ul.posts li .post-info h5, .blog-content ul.posts li .post-info h5 a,
.post-content ul.posts li .post-info h5, .post-content ul.posts li .post-info h5 a {
	font-family: 'Geogrotesque Rg';
	font-weight: 500;
	font-size: 1em;
	letter-spacing: 0;
	color: #fff;
}
.blog-content ul.posts li .post-info h5,
.post-content ul.posts li .post-info h5 {
	color: #fff;
	margin-bottom: 1.5em;
}
.blog-content ul.posts li .post-info h4, .blog-content ul.posts li .post-info h4 a,
.post-content ul.posts li .post-info h4, .post-content ul.posts li .post-info h4 a {
	color: #fff;
}
.tags ul {
	margin: 0;
}
.tags ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.tags ul li:after {
	content: ', ';
}
.related {
	margin: 6em 0;
}
.related span.h6 {
	display: block;
	margin-bottom: 0.5em;
}
.share {
	margin-top: 6em;
}
.share p {
	font-size: 0.875em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.share ul {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2em;
}
ul.search-posts {
	position: relative;
	margin: 6em 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
ul.search-posts li {
	position: relative;
	list-style: none;
	width: calc(33.33% - 13.33px);
	border: 1px solid #b3b5b7;
	padding: 2em;
	text-align: center;
	border-radius: 5px;
}
.page-template-page-contact .site-header .container_16 {
	border: none;
}
.page-template-page-contact .site-footer {
	padding: 0;
}
.page-template-page-contact .site-footer .container_16 {
	display: none;
}
.contact-images {
	width: 40%;
}
.contact-images ul.gallery {
	margin: 0;
	height: 100%;
}
.contact-images .slick-list, .contact-images .slick-track {
	height: 100%;
}
.contact-images ul.gallery li {
	position: relative;
	list-style: none;
	display: block;
	height: auto;
	height: 100%;
}
.contact-images ul.gallery li .gal-image {
	position: relative;
	height: 100%;
	width: 100%;
	display:  block;
}
.contact-content-content {
	padding: 8em 6em;
}
.contact-sidebar {
	width: 32%;
	margin-right: 8%;
}
.contact-sidebar p.phones span {
	display: block;
}
.contact-sidebar p {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.6875em;
	color: #231f20;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-sidebar a, .contact-sidebar a:visited {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	color: #231f20;
	text-decoration: none;
}
.contact-form {
	width: 60%;
}
ul.sidebar-links {
	margin: 3em 0;
}
ul.sidebar-links li {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 0.25em;
}
ul.sidebar-links li a {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.95em;
	color: #231f20;
	text-transform: uppercase;
	text-decoration: none;
}
ul.sidebar-links li a:hover {
	color: #6d6e71;
}
.team-details {
	position: relative;
	padding: 1em 0 4em;
}
.team-details .flex-wrap {
	gap: 40px;
}
.team-details .column {
	margin: 0;
	width: calc(33.33% - 26.66px);
}
.team-details ul.posts {
	gap: 20px;
	margin-top: 1em;
}
.team-details ul.posts li {
	width: 100%;
}
.team-details ul.posts li span.h6 {
	display: block;
	line-height: 1.4;
}
.team-details ul.posts li span.h6 a {
	color: #6d6e71;
}
.post-thumb img {
	width: 100%;
}

/*********************************
	Module Styles
*********************************/
.basic-content {
	position: relative;
	padding: 6em 0 4.5em;
}
.centered-text {
	position: relative;
	text-align: center;
	padding: 6em 0 4.5em;
}
.image-carousel {
	position: relative;
	padding: 1em 0 3em;
	background: #fff;
}
.project-carousel {
	position: relative;
	padding: 2px 0 1em;
	background: #fff;
}
.image-carousel .slick-list, .project-carousel .slick-list {
	overflow: visible;
}
.image-carousel ul, .project-carousel ul {
	position: relative;
	margin: 0;
	padding: 0 17.47%;
	z-index: 2;
}
.image-carousel ul li, .project-carousel ul li {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: middle;
}
.image-carousel ul li img, .project-carousel ul li img {
	max-height: 580px;
	min-height: 580px;
	width: auto;
	padding: 0 1px;
}
.project-carousel ul li {
	text-align: center;
}
.project-carousel ul li img {
	margin-bottom: 1em;
}
.project-carousel ul li span.h6 {
	display: block;
	line-height: 1.25;
	margin-bottom: 0;
	opacity: 0;
	padding: 0 10px;
}
.project-carousel ul li.slick-active span.h6 {
	opacity: 1;
}
.project-carousel ul li span.h6 a {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.75em;
	color: #b3b5b7;
	text-decoration: none;
}
.content-stats {
	position: relative;
	padding: 8em 0 7em;
}
.content-stats h2, .content-stats p, .content-stats ul {
	display: inline-block;
	vertical-align: middle;
}
.content-stats h2 {
	width: 45%;
}
.content-stats p {
	width: 25%;
	font-size: 0.875em;
}
.content-stats ul {
	width: calc(29% - 4em);
	margin: 0;
	margin-left: 4em;
	border-left: 1px solid #b3b5b7;
}
.content-stats ul li {
	position: relative;
	list-style: none;
	display: block;
	padding: 0 0 2em 3em;
	margin-bottom: 1.25em;
	border-bottom: 1px solid #b3b5b7;
}
.content-stats ul li:last-child {
	border: none;
	margin: 0;
	padding-bottom: 0;
}
.content-stats ul li:nth-child(3n+1) span.stat-number {
	color: #cc4433;
}
.content-stats ul li:nth-child(3n+2) span.stat-number {
	color: #80a842;
}
.content-stats ul li:nth-child(3n+3) span.stat-number {
	color: #3d86e8;
}
span.stat-number {
	display: block;
	font-family: 'Geogrotesque Rg';
	font-weight: 600;
	font-size: 4.25em;
	line-height: 1.25;
	margin-bottom: 0;
}
.content-stats span.h6 {
	display: block;
	margin-bottom: 0;
}
.tabbed-content {
	position: relative;
	background: #f9f7f7;
	padding-bottom: 6em;
	max-width: 1800px;
	margin: 0 auto;
}
.tabbed-content span.module-title {
	display: block;
	margin-bottom: 3em;
}
.tabbies {
	width: 45%;
	padding: 4em 8em 0;
}
ul.tabs {
	margin: 0;
	padding-right: 0;
}
ul.tabs li {
	position: relative;
	list-style: none;
	display: block;
	cursor: pointer;
}
ul.tabs li.active:before, ul.tabs li:hover:before {
	content: '';
	position: absolute;
	top: 4px;
	left: -34px;
	width: 20px;
	height: 20px;
	background: url('img/submit-arrow.png') no-repeat center center;
	background-size: 20px;
}
ul.tabs li.active h5, ul.tabs li:hover h5 {
	color: #c95443;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.tabs li p {
	display: none;
	margin-bottom: 1em;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.tabs li .button-wrap {
	display: none;
}
ul.tabs li.active p, ul.tabs li.active .button-wrap {
	display: block;
}
.title-image {
	display: block;
	width: 55%;
	min-height: 400px;
}
.hide {
	display: none;
}
ul.tab-images {
	position: relative;
	width: 55%;
	margin: 0;
}
ul.tab-images li {
	position: absolute;
	top: -3em;
	right: 0;
	list-style: none;
	height: calc(100% + 3em);
	width: 100%;
	opacity: 0;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.tab-images li.active {
	opacity: 1;
}
ul.tab-images li span.tab-image {
	display: block;
	height: 100%;
	width: 100%;
	margin-bottom: 1em;
	min-height: 400px;
}
.text-columns {
	position: relative;
	padding: 8em 0;
}
.text-columns ul {
	margin: 0;
	justify-content: center;
}
.text-columns ul li {
	position: relative;
	list-style: none;
	width: 33.33%;
	padding: 0 4em;
	border-right: 1px solid #b3b5b7;
}
.text-columns ul li:nth-child(3n+3) {
	border-right: none;
}
.text-columns .h5 {
	display: block;
	font-family: 'Geogrotesque Md';
	font-weight: 500;
	color: #8f9194;
}
.text-columns p {
	font-size: 0.875em;
	line-height: 2;
}
.text-cta {
	position: relative;
	text-align: center;
}
.text-cta .container_16 {
	padding: 10em 2em;
	border-bottom: 1px solid #b3b5b7;
}
.text-cta.darkblueBG {
	border-left: 15px solid #3d86e8;
	border-right: 15px solid #1f567f;
}
.text-cta.darkblueBG .container_16 {
	border: none;
}
.text-cta span.h2 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 0.5em;
}
.text-cta.darkblueBG span.h2 {
	color: #fff;
}
.news-grid {
	position: relative;
	padding: 6em 0;
}
.news-grid span.module-title {
	display: block;
	margin-bottom: 3em;
}
ul.posts {
	margin: 0;
	text-align: center;
	gap: 80px;
}
ul.posts li {
	position: relative;
	list-style: none;
	width: calc(25% - 60px);
	text-align: left;
}
ul.posts li img {
	width: 100%;
	margin-bottom: 1em;
}
ul.posts li span.h6 a {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	color: #231f20;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
.full-video {
	position: relative;
}
.full-video img {
	width: 100%;
}
.video-info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.play-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,0.75);
	border-radius: 50%;
	padding: 10px 0 10px 14px;
	cursor: pointer;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.play {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #80a842;
}
.video-info span.h6 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-left: 2em;
	padding-left: 2em;
	border-left: 1px solid #fff;
	color: #fff;
}
.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-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%;
}
.content-sidebar-stats {
	position: relative;
	padding: 6em 0 4.5em;
}
.content-sidebar {
	position: relative;
	padding: 6em 0;
}
.content-sidebar-stats .sidebar, .content-sidebar .sidebar {
	width: 25%;
}
.content-sidebar-stats .sidebar ul.details {
	margin: 0;
}
.content-sidebar .sidebar ul.details {
	margin: 5em 0 2em;
}
.content-sidebar-stats .sidebar ul.details li, .content-sidebar .sidebar ul.details li {
	position: relative;
	list-style: none;
	margin-bottom: 1em;
}
.content-sidebar-stats .sidebar ul.details li p, .content-sidebar .sidebar ul.details li p {
	margin-bottom: 0;
	font-size: 0.875em;
}
.content-sidebar-stats .content-content, .content-sidebar .content-content {
	width: 75%;
	padding-left: 4em;
}
.content-sidebar .sidebar svg, .content-sidebar .sidebar img {
	max-width: 180px;
}
.content-sidebar .content-content h1 {
	font-size: 3.75em;
	margin-bottom: 0.5em;
}
ul.stats {
	margin: 2.5em 0 0;
	display: flex;
	gap: 80px;
}
ul.stats li {
	width: calc(33.33% - 54px);
	position: relative;
	list-style: none;
	display: block;
	border-right: 1px solid #b3b5b7;
}
ul.stats li:last-child {
	border: none;
}
ul.stats li:nth-child(3n+1) span.stat-number {
	color: #cc4433;
}
ul.stats li:nth-child(3n+2) span.stat-number {
	color: #80a842;
}
ul.stats li:nth-child(3n+3) span.stat-number {
	color: #3d86e8;
}
.project-grid {
	position: relative;
	padding: 6em 0;
}
.project-grid .alm-reveal {
	gap: 60px 30px;
	margin-bottom: 60px;
}
.alm-btn-wrap {
	text-align: center;
	margin-top: 3em;
	margin-bottom: 0 !important;
}
ul.projects {
	margin: 0;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 60px 30px !important;
}
ul.projects li {
	position: relative;
	list-style: none;
	width: calc(33.33% - 20px) !important;
}
ul.projects li img {
	width: 100%;
	margin-bottom: 1em;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
ul.projects li img:hover {
	-webkit-filter: brightness(75%);
}
.team-grid {
	position: relative;
	padding: 6em 0;
}
.team-sorting .sort-wrap {
	margin-top: 5em;
	padding: 1.25em 0 1em;
	border-top: 1px solid #b3b5b7;
	border-bottom: 1px solid #b3b5b7;
}
.team-sorting .team-sort {
	margin: 0;
}
ul.team-sort {
	width: 60%;
	position: relative;
	margin: 0 0 3em;
}
ul.team-sort.position {
	width: 40%;
	text-align: left;
	padding-right: 10px;
}
ul.team-sort.studio {
	text-align: right;
	padding-left: 10px;
}
ul.team-sort li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	font-family: 'Geogrotesque Rg';
	font-size: 0.85em;
	color: #231f20;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
ul.team-sort.position li {
	margin-right: 1em;
}
ul.team-sort.studio li {
	margin-left: 1em;
}
ul.team-sort li.title, ul.team-sort li.active, ul.team-sort li.active a,
ul.team-sort li.current-cat, ul.team-sort li.current-cat a {
	font-family: 'Geogrotesque SmBd';
}
ul.team-sort li.current-cat, ul.team-sort li.current-cat a {
	font-family: 'Geogrotesque SmBd';
	color: #3d86e8;
}
ul.team-sort li a {
	color: #231f20;
	text-decoration: none;
}
.team-intro {
	width: 25%;
}
.team-intro-small {
	margin-bottom: 1em;
	width: 100%;
}
.team-intro-small h4, .team-intro-small a.text-link {
	display: inline-block;
	vertical-align: middle;
}
.team-intro-small a.text-link {
	float: right;
	padding-top: 0.5em;
}
ul.team {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
}
ul.team li {
	position: relative;
	list-style: none;
	width: calc(20% - 24px) !important;
	text-align: center;
}
ul.team li img {
	border-radius: 50%;
	border: 10px solid #fff;
	margin-bottom: 1em;
}
ul.team li span {
	display: block;
}
ul.team li span.name {
	margin-bottom: 0;
	line-height: 1.2;
}
ul.team li span.cert {
	font-family: 'Geogrotesque Md';
	font-size: 0.875em;
	font-weight: 500;
}
ul.team li span.title {
	font-family: 'Geogrotesque Rg';
	font-weight: 400;
	color: #8f9194;
}
.image-carousel .module-title {
	display: block;
	font-family: 'Geogrotesque Rg';
	font-weight: 400;
	color: #8f9194;
	padding: 0 20px 1em;
	margin-bottom: 0;
}
.testimonials-slider {
	position: relative;
	padding: 6em 0;
}
.testimonials-slider ul {
	margin: 0;
}
.testimonials-slider ul li {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: middle;
	width: 100%;
	float: none;
	text-align: center;
}
.testimonials-slider ul li p {
	max-width: 680px;
	margin: 0 auto 2em;
}
.testimonials-slider ul li img {
	display: inline-block;
	max-width: 130px;
	border-radius: 50%;
	border: 10px solid #fff;
	margin-bottom: 1em;
}
.testimonials-slider ul li span {
	display: block;
	margin: 0;
}
.testimonials-slider ul li span.title {
	font-family: 'Geogrotesque Rg';
	font-weight: 400;
	color: #8f9194;
}
.color-block-text {
	position: relative;
	padding: 6em 0;
	text-align: center;
}
.color-block-text p {
	color: #fff;
}
.color-block-text span.h5 {
	color: #fff;
	opacity: 0.6;
}
.content-image {
	position: relative;
	padding: 6em 0;
}
.content-image .flex-wrap {
	position: relative;
	gap: 80px;
	justify-content: center;
}
.content-image .image-image {
	align-self: center;
}
.content-image.mod-half .image-image, .content-image.mod-half .content-content {
	width: calc(50% - 40px);
}
.content-image.mod-thirds .image-image {
	width: calc(33.33% - 40px);
}
.content-image.mod-thirds .content-content {
	width: calc(66.66% - 40px);
}
.content-image .content-content {
	padding: 2em 0 1em;
}
.content-image.mod-thirds .play-button {
	position: absolute;
	top: 50%;
	left: calc(16.66% - 50px);
	transform: translate(0,-50%);
}
.content-image.mod-half .play-button {
	position: absolute;
	top: 50%;
	left: calc(25% - 50px);
	transform: translate(0,-50%);
}
.content-image.mod-half .play-button:hover {
	transform: translate(0,-50%);
}
.content-image-button {
	padding-bottom: 40px;
	max-width: 1800px;
	margin: 0 auto;
}
.content-image-button:last-child {
	padding-bottom: 0;
}
.content-image-button.align-left {
	direction: rtl;
}
.content-image-button .content-content {
	width: 50%;
	padding: 8em;
	direction: ltr;
}
.content-image-button .content-content p {
	font-size: 1.15em;
}
.content-image-button .image-image {
	position: relative;
	width: 50%;
	direction: ltr;
}
.content-image-button .mod-image {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	margin-top: -40px;
}
.content-image-button .image-image .buttons {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.content-image-button .image-image a {
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-align: center;
	z-index: 3;
	font-family: 'Geogrotesque Md';
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #3d86e8;
}
.content-image-button .image-image a:nth-child(2n+2) {
	background: #275d8a;
}
.content-image-button .image-image a:hover {
	background: #b3b5b7;
}
.numbered-list {
	position: relative;
	padding: 6em 0 4.5em;
	text-align: center;
}
.numbered-list p.page-intro {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
ul.list-items {
	margin: 4em 0 0;
	text-align: center;
}
ul.list-items li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 4px);
	padding: 0 1.5em;
	text-align: left;
}
ul.list-items li span.number {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-family: 'Geogrotesque Md';
	font-weight: 500;
	font-size: 2.5em;
	line-height: 1;
}
ul.list-items li p {
	display: inline-block;
	width: 73%;
}
.accordion {
	position: relative;
	padding: 6em 0 4.5em;
}
.accordion .team-intro {
	text-align: right;
}
.accordion ul.accordion-items {
	margin: 0;
}
.accordion ul.accordion-items li.accordion-item {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 1em;
	border: 1px solid #b3b5b7;
	padding: 1.25em 4em 1.25em 2em;
}
.accordion ul.accordion-items li.accordion-item .accordion-title {
	margin-bottom: 0;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.subtitle {
	display: inline-block;
	vertical-align: bottom;
	font-family: soleil, sans-serif;
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1.65;
	color: #6d6e71;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 1.5em;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.indicator {
	position: absolute;
	top: 30px;
	right: 20px;
	height: 12px;
	width: 12px;
	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;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.indicator span.first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 12px;
	width: 2px;
	border-radius: 4px;
	background: #c95443;
	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;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.indicator span.second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 12px;
	border-radius: 4px;
	background: #c95443;
	transform: translate(-50%,-50%);
}
.accordion ul.accordion-items li.accordion-item .accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.accordion ul.accordion-items li.accordion-item .accordion-hide {
	display: none;
	padding-top: 1em;
}


/*********************************
	Footer Styles
*********************************/
.site-footer {
	position: relative;
	padding: 6em 0 2em;
	background: #f9f7f7;
}
nav.footer {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
}
nav.footer ul {
	margin: 0;
}
nav.footer ul li {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 1em;
}
nav.footer ul li a {
	font-family: 'Geogrotesque SmBd';
	font-weight: 600;
	font-size: 0.95em;
	color: #231f20;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
nav.footer ul li a:hover {
	color: #6d6e71;
}
.footer-subscribe .h6 {
	display: block;
	margin-bottom: 1.5em;
}
.footer-subscribe p {
	font-size: 0.875em;
	color: #6d6e71;
	margin-bottom: 2em;
	max-width: 500px;
}
.footer-subscribe form {
	max-width: 400px;
}
.footer-subscribe .gform-body {
	border-bottom: 1px solid #b3b5b7;
}
.footer-subscribe input[type="email"] {
	background: transparent;
	padding: 0.5em 0 !important;
	border: none;
}
.footer-subscribe .gform_wrapper.gravity-theme #field_submit {
	direction: rtl;
}
.footer-subscribe .gform_wrapper.gravity-theme #field_submit input {
	max-width: 16px;
	align-self: center !important;
}
.sub-footer {
	position: relative;
	clear: left;
	width: 100%;
	margin-top: 3em;
	align-items: flex-end;
}
.contact-info {
	width: 30%;
}
.contact-info p {
	margin-bottom: 0.75em;
	color: #a3a5a8;
	font-size: 0.6875em;
}
.contact-info p.phones span:after {
	content: "|";
	margin: 0 5px 0 6px;
}
.contact-info p.phones span:last-child:after {
	content: '';
}
.contact-info p a {
	color: #a3a5a8;
	text-decoration: none;
}
.contact-info p a:hover {
	color: #6d6e71;
}
.footer-social {
	width: 40%;
	text-align: center;
	margin-bottom: 0.75em;
}
.footer-rights {
	width: 30%;
	text-align: right;
}
.footer-rights p {
	margin-bottom: 0.75em;
	color: #a3a5a8;
	font-size: 0.6875em;
}
.footer-rights p a {
	color: #a3a5a8;
}
.footer-rights p a:hover {
	text-decoration: none;
}

/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1376px) {
	.site-header, .site-footer, .content-stats, .news-grid, .project-grid, .team-grid, .testimonial-slider,
	.numbered-list, .featured, .blog-sort, .blog-content ul.posts, .post-content ul.posts, .accordion, .content-image, .search-banner, .error-banner { padding-left: 2em !important; padding-right: 2em !important; }
	.related ul.posts, .single .post-content .featured { padding-left: 0 !important; padding-right: 0 !important; }
}
@media all and (max-width: 1250px) {
	ul.team-sort.studio li { margin-left: 0.5em; }
	ul.team-sort.position li { margin-right: 0.5em; }
}
@media all and (max-width: 1205px) {
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
	ul.team-sort.studio li { margin-left: 0.25em; }
	ul.team-sort.position li { margin-right: 0.25em; }
	.content-image-button .content-content { padding: 6em 6em 4.5em; }
}
@media all and (max-width: 1030px) {
	nav.main, .page-banner span.h6, .contact-images, .sort-wrap { display: none !important; }
	.mobile-menu { width: 75%; }
	.site-header .container_16 { padding: 0.75em 0; }
	.site-main { margin-top: 70px; }
	.image-carousel ul li img, .project-carousel ul li img { max-height: 400px; min-height: 400px; 	width: auto; }
	.content-stats h2 { width: 60%; }
	.content-stats p { width: 39%; }
	.content-stats ul { width: 100%; border: none; display: flex; flex-wrap: wrap; margin: 2em 0 0; justify-content: center; }
	.content-stats ul li { border-bottom: none; border-right: 1px solid #b3b5b7; width: 33.33%; padding: 1em 2em; text-align: center;  }
	.tabbies { padding: 4em 4em 0; }
	.news-grid, .accordion { padding: 4em 2em; }
	ul.posts li { width: calc(50% - 40px); }
	.footer-subscribe, .footer-links { display: block !important; float: none !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; text-align: center; padding-left: 0 !important; padding-right: 0 !important; }
	.footer-links { margin-bottom: 4em; }
	.footer-subscribe p, .footer-subscribe form { margin: 0 auto 1em; }
	.page-banner, .testimonial-slider { padding: 4em 0; }
	.page-banner h1, .page-banner p { width: 100%; text-align: center; }
	.page-banner h1 { margin-right: 0; margin-bottom: 0.5em; }
	.team-intro { width: 100%; text-align: center !important; }
	ul.team { width: 100% !important; padding-left: 0 !important; justify-content: center; margin-top: 3em; }
	ul.team li { width: calc(25% - 22.5px) !important; }
	.blog-sort { margin: 2em 0; }
	.accordion ul.accordion-items { width: 100% !important; margin-top: 2em; padding-left: 0 !important; }
	.contact-content-content { width: 100% !important; }
	.team-grid { padding: 4em 0 6em; }
	ul.projects li { width: calc(50% - 15px) !important; }
	.content-image .flex-wrap { display: block; }
	.content-image.mod-thirds .image-image, .content-image.mod-thirds .content-content, .content-image.mod-half .image-image, .content-image.mod-half .content-content { width: 100% !important; }
	.content-image-button .content-content { padding: 4em 2em 2.5em; }

	.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) {
	.home-banner .left-gradient-overlay, .text-columns hr, .content-sidebar .sidebar, .content-sidebar-stats .sidebar, .featured ul.post-details,
	.blog-search { display: none !important; }
	.home-banner ul li .banner-content { position: relative; transform: none; left: 0; padding: 4em; max-width: 800px; width: 100%;  }
	.home-banner ul li .banner-content h1 { color: #001f20 !important; margin-bottom: 0.25em; }
	.home-banner ul li a.button.white-outline { color: #001f20 !important; border-color: #001f20 !important; }
	.home-banner ul li a.button.white-outline:hover { color: #fff !important; }
	.centered-text { padding: 4em 0 3em; }
	.content-stats { padding: 5em 2em 3em; }
	.content-stats h2, .content-stats p { width: 100%; }
	.text-columns { padding: 2em; }
	.text-columns ul li { width: 100%; padding: 2em 0; border-right: none; border-bottom: 1px solid #b3b5b7; }
	.text-columns ul li:last-child { border: none; }
	.text-cta .container_16 { padding: 4em 2em; border: none; }
	.text-cta span.h2 { padding-bottom: 0.25em; }
	.contact-info, .footer-social, .footer-rights { width: 100%; text-align: center; }
	.contact-info { margin-bottom: 1em; }
	.footer-social { margin-bottom: 1.5em; }
	.content-sidebar-stats .content-content, .content-sidebar .content-content { width: 100%; padding-left: 0; }
	ul.stats { display: block; }
	ul.stats li { border-right: none; border-bottom: 1px solid #b3b5b7; width: 100%; padding: 1em 2em; text-align: center;  }
	.content-sidebar-stats { padding: 4em 2em 2em; }
	.team-grid { padding: 4em 2em; }
	ul.team li { width: calc(33.33% - 20px) !important; }
	.content-image-button .content-content, .content-image-button .image-image, .blog-content ul.posts li, .post-content ul.posts li, ul.search-posts li { width: 100%; }
	.content-image-button .mod-image { margin-top: 0; min-height: 400px; }
	.content-image-button { padding-bottom: 0; }
	ul.list-items li, .featured h1, .featured ul.post-details { width: 100%; }
	ul.list-items li span.number { text-align: right; padding-right: 1em; }
	.blog-cats { width: 100% !important; padding-left: 1em !important; margin-left: 0 !important; border-left: 0; }
	.blog-cats ul li ul { left: -1.15em; width: calc(100% + 3.45em); }
	.related { margin: 2em 0; }
	.share { margin-top: 2em; }


	.page-banner h1, h1, span.h1, .featured h1 { font-size: 3.5em; }
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 768px) {
	.spacer, .sidebar-links, .contact-sidebar ul.social, .title-image , .home-banner ul li .banner-content, .mobile-hide { display: none !important; }
	.mobile-menu { width: 100%; }
	.home .site-header .container_16 { border: none; }
	.home-banner { padding: 0.15em 0 0; }
	.home-banner ul li { border: none; }
	.home-banner ul li .banner-content { text-align: center; padding: 4em 2em; }
	.home-banner ul li .banner-content h1 { font-size: 4em;  }
	.home-banner ul li .slide-info { position: relative; padding: 1em 5em 0 1em; }
	.home-banner ul li .slide-info .slide-count { position: absolute; top: 1.1em; right: 1em; }
	.home-banner ul li .slide-info .slide-count .gray { color: #c95443 !important; }
	.home-banner ul li .slide-info .slide-cap { display: block; line-height: 1.25; }
	.home-banner ul li .slide-info .slide-cap span { display: block;  }
	.banner-slides .slick-prev, .banner-slides .slick-next { bottom: 75px !important; }
	.banner-slides .slick-prev { background-position: 45% center !important; }
	.image-carousel ul li img, .project-carousel ul li img { max-height: 250px; min-height: 250px; 	width: auto; }
	.content-stats { padding: 2.5em 2em 4em; }
	.content-stats ul li { width: 100%; text-align: left; padding: 0; border: none; }
	.tabbies, ul.posts li { width: 100%; }
	.tabbies { padding: 4em 2em 0; }
	ul.tab-images  { width: 100%; height: 400px; margin: 2em 2em 0; }
	ul.tab-images li { height: 100%; top: 0; }
	ul.tab-images li span.tab-image { min-height: 400px; }
	.contact-content-content { padding: 4em 2em; }
	.contact-sidebar, .contact-form { width: 100%; }
	.contact-form { margin-top: 4em; }
	ul.team li { width: calc(50% - 15px) !important; }
	ul.projects li { width: 100% !important; }
	.blog-sort { margin-top: 6.5em; }
	.team-intro-small h4, .team-intro-small a.text-link { text-align: center; float: none; }
	.desktop-hide { display: block !important; }

	h2, span.h2 { font-size: 3em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.extra-tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 630px) {
	.home-banner ul li .banner-content h1 { font-size: 2.25em; margin-bottom: 0.75em; }
	p.page-intro { font-size: 1.4em !important; }
	/*ul.team li { width: 100%; }*/
}
