/*
Theme Name: redcrayon
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: redcrayon
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

redcrayon is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background-color: #c9c9c9;
	overflow-x: hidden;
    opacity: 0;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 1;
    transition: 1s opacity;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	border: 0;
}

a:active,
a:hover,
a:focus {
	outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
li {
    font-family: montserrat;
    color: #737373;
    line-height: 170%;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}


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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	color: rgba(0, 147, 208, 1);
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: rgba(0, 147, 208, 1);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: inline-block;
	float: right;
	width: calc(100% - 186px);
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
        line-height: unset;
}

.main-navigation a {
	font-family: 'Oswald', sans-serif;
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
.main-navigation li:hover a {
	color: rgb(0, 147, 208);
}
.main-navigation li.current-menu-item a {
	color: rgb(0, 147, 208);
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 4.5em;
	border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.single .hentry {
	margin: 0;
	border-bottom: 0px;
    padding-bottom: 0px;
}
.single .post-content {
	margin-bottom: 0px;
}
.single .title-banner {
	font-size: 0px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 {width:100%; display:block; list-style:none; padding:0px; margin:0px;font-size:0px}
.gallery-columns-2 .gallery-item {width:48.95835%;display:inline-block;list-style:none !important; font-size:14px;margin-right:2.08333%;margin-bottom:20px; vertical-align:top;}
.gallery-columns-2 .gallery-item:nth-child(2n) {margin-right:0px;clear:right;}

.gallery-columns-3 {width:100%; display:block; list-style:none; padding:0px; margin:0px;font-size:0px;}
.gallery-columns-3 .gallery-item {width:31.94446666666667%;display:inline-block;list-style:none !important; font-size:14px;margin-right:2.08333%;margin-bottom:20px; vertical-align:top;}
.gallery-columns-3 .gallery-item:nth-child(3n) {margin-right:0px;clear:right;}

.gallery-columns-4 {width:100%; display:block; list-style:none; padding:0px; margin:0px;font-size:0px;}
.gallery-columns-4 .gallery-item {width:22%;display:inline-block;list-style:none !important; font-size:14px;margin-right:4%;margin-bottom:60px; vertical-align:top; }
.gallery-columns-4 .gallery-item:nth-child(4n) {margin-right:0px;clear:right;}

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

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

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

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

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

.gallery-caption {
	display: block;
}

.grid {
	margin: 0px auto;
}

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
	float: left;
	width: 262px;
	height: 262px;
	margin-bottom: 30px;
	background-size: cover;
	box-shadow: 0px 0px 8px #aaa;
}

.grid-item--width2 { width: 554px; }
.grid-item--height2 { height: 554px; }

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'Montserrat Bold';
	src: url('assets/fonts/Montserrat-Bold.eot');
	src: local('☺'), url('assets/fonts/Montserrat-Bold.woff') format('woff'), url('assets/fonts/Montserrat-Bold.ttf') format('truetype'), url('assets/fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat Light';
	src: url('assets/fonts/Montserrat-Light.eot');
	src: local('☺'), url('assets/fonts/Montserrat-Light.woff') format('woff'), url('assets/fonts/Montserrat-Light.ttf') format('truetype'), url('assets/fonts/Montserrat-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Regular.eot');
	src: local('☺'), url('assets/fonts/Montserrat-Regular.woff') format('woff'), url('assets/fonts/Montserrat-Regular.ttf') format('truetype'), url('assets/fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--------------------------------------------------------------
## Site wide
--------------------------------------------------------------*/
header#masthead {
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
}
header .title-area {
	height: 130px;
	padding: 0px 30px;
}

header .site-branding {
    width: 150px;
    height: 100px;
    float: left;
    background-image: url(assets/images/home-logo.png);
    background-size: 150px 82px;
    background-repeat: no-repeat;
    background-position: center;
}

header .title-area .site-branding img {
    vertical-align: middle;
}

header #site-navigation #primary-menu {
	height: 100px;
	line-height: 100px;
}

header .search-icon {
	float: right;
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    height: 100px;
    line-height: 100px;
    margin-left: 20px;
	cursor: pointer;
	color: rgba(0, 147, 208, 1);
}

header .search-icon:hover {
	color: rgba(0, 147, 208, 1);
}

footer {
	background-color: #1c1c1e;
}

footer .site-info {
	padding-top: 30px;
}

.std-width {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto !important;
}

.footer-content-left {
    width: 50%;
    float: left;
    border-right: 1px solid #3e3e42;
    border-bottom: 1px solid #3e3e42;
    min-height: 175px;
}

.footer-content-right {
    width: 50%;
    float: right;
    border-bottom: 1px solid #3e3e42;
    padding-left: 50px;
    min-height: 175px;
}

footer h4 {
	color: #8e8e95;
    font-family: Montserrat;
	margin-top: 0px;
}

.footer-text {
    color: #8e8e95;
    font-size: 13px;
    font-family: Montserrat;
}

.footer-text a {
    color: #8e8e95;
}

.footer-content-left .footer-text {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 5%;
}

.footer-content-left .footer-text:last-child {
    margin-right: 0px;
}

.footer-text strong {
	font-weight: 700;
}

.footer-form {
    margin-top: 26px;
}

.footer-form input[type="text"] {
    background-color: #2b2b2e;
    border: 0px;
    border-radius: 0px;
    padding: 13px 10px;
    color: #8e8e8e;
    font-family: Montserrat;
    font-size: 16px;
    margin-right: 2%;
    width: 50%;
}

.footer-form button {
    border: none;
    border-radius: 0px;
    background-color: #8e8e95;
    box-shadow: none;
    color: #2c2c2c;
    font-family: Oswald;
    text-transform: uppercase;
    text-shadow: none;
    height: 50px;
    width: 18%;
}

footer .copyright {
	float: left;
	height: 80px;
	line-height: 80px;
	font-family: Montserrat;
	font-size: 13px;
	color: #8e8e95;
}

footer .social {
	float: right;
	height: 80px;
	line-height: 80px;
	font-family: Montserrat;
	font-size: 24px;
}

footer .social a {
	color: #8e8e95;
}

.mailing-list { position: relative; }
.mailing-list .subscription-desc { font-family: 'Montserrat'; text-transform: uppercase; font-size: 13px; }
.mailing-list .subscription-added { display: none; opacity: 0; margin-top: 20px; font-family: 'Montserrat'; font-size: 16px; color: #fff; text-transform: uppercase; }
.mailing-list .error-container { display: none; opacity: 0; position: absolute; left: 50px; top: 55px; }
.mailing-list .error-bubble { position: relative; border-radius: 5px; padding: 7px; font-family: 'Montserrat'; font-size: 10px; color: #012c55; background-color: #fff; text-transform: uppercase; }
.mailing-list .error-bubble:after {	top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 5px; margin-left: -5px; }

.nav-home, .nav-news, .nav-projects, .nav-footprint { cursor: pointer; }
.clr { clear: both; }
.generic h2 {
	font-family: Oswald;
    font-size: 40px;
    text-transform: uppercase;
    color: #0093d0;
	line-height: 120%;
}

.generic p {
	font-family: montserrat;
    color: #737373;
    line-height: 170%;
}

.blue-button {
    color: #fff;
    font-family: oswald;
    display: block;
    background-color: #0093d0;
    padding: 14px 10px;
    max-width: 150px;
    margin: 40px auto;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.07em;
}

.search-box {
	display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    background-color: #0093d0;
    padding: 15px 15px;
    right: 0px;
    width: 30%;
}

input.search-field {
    padding: 5px 10px;
    width: 76%;
    float: left;
    border: 0px;
    border-radius: 0px;
}

input.search-submit {
    width: 20%;
    float: right;
    border-color: #fff;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px;
    text-shadow: none;
	font-weight:100;
}
.hamburger {
    display: none;
    line-height: 120px;
    float: left;
    width: 30px;
    font-size: 28px;
}
#mobile-navigation .menu-toggle { display: none; }
#mobile-navigation .menu-header-menu-container {
	width: 220px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -220px;
    z-index: 20;
    background-color: #fff;
    border-right: 1px solid #c2c2c2;
}
#mobile-navigation ul {
	float: none;
}
#mobile-navigation li {
	float: none;
	display: block;
	width:100%;
	border-bottom: 1px solid #c2c2c2;
	padding-left: 0px;
	padding-right: 0px;
}
#mobile-navigation li a {
	display: block;
	height: 100%;
	width:100%;
	padding: 15px;
}
#mobile-navigation li:hover {
	box-shadow: none;
}

#mobile-navigation li:active {
	background-color: #0093d0;
}
#mobile-navigation li:active a {
	color: #fff;
}

#mobile-navigation li.current-menu-item {
	box-shadow: none;
	background-color: #0093d0;
}

#mobile-navigation li.current-menu-item a {
	color: #fff;
}

.footer-form button.subscribeEmail:hover {
    background-color: #0093d0;
    color: #fff;
}
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    color: #fff !important;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #0093d0 !important;
    padding: 10px 50px;
}
.full-width-separator-container-10 {
    width: 5%;
}
.shadow { 
	box-shadow: 0px 0px 60px #bbb;
}
.single {
	background-color: #f2f2f2;
}
.single .vc_col-sm-3 p,
.single .vc_col-sm-4 p,
.single .vc_col-sm-5 p {
    margin-top: 0px;
}
.single img {
    width: 100%;
}
.vc_grid-filter > .vc_grid-filter-item > span {
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 400;
}
.vc_grid-filter > .vc_grid-filter-item.vc_active,
.vc_grid-filter > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover, 
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
    background-color: transparent !important;
}
.vc_grid-filter > .vc_grid-filter-item.vc_active > span {
   	color: #0093d0 !important;
}
.clr {
    clear: both;
}
.hide {
    display: none;
}
.social a {
    margin-left: 20px;
}
.social p {
    margin: 0px;
}
/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.banner {
    overflow: hidden;
    width: 100%;
	top: 0px;
    position: fixed;
	z-index: 0;
}
a.project-slider-gallery-left, a.ourwork-slider-gallery-left, a.standard-slider-gallery-left, a.home-slider-gallery-left {
    position: absolute;
    top: calc(50% + 65px);
    left: 10px;
    transform: translate(0%, -50%);
    z-index: 1;
}
a.project-slider-gallery-right, a.ourwork-slider-gallery-right, a.standard-slider-gallery-right, a.home-slider-gallery-right {
    position: absolute;
    top: calc(50% + 65px);
    right: 10px;
    transform: translate(0%, -50%);
    z-index: 1;
}
.banner ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.banner li {
    position: relative;
    background-size: cover;
    float: left;
}
.banner-text-container {
    position: absolute;
    top: calc(50% + 65px);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    max-width: 1200px;
	width: 100%;
	padding-right: 20%;
}
.banner-text-container h2 {
    font-size: 80px;
    font-family: Oswald;
    line-height: 110%;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 0px;
    text-shadow: 0px 0px 20px #333;
}
.banner-text-container a {
    font-family: Oswald;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #0093d0;
    padding: 10px 50px;
}

.our-news-container > .vc_col-sm-12 {
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top, #dedede 0%, #dedede 72%, #ffffff 72%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dedede 0%,#dedede 72%,#ffffff 72%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dedede 0%,#dedede 72%,#ffffff 72%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419328663991 {
    background-color: #ffffff !important;
}

.vc_grid-item-mini.vc_clearfix {
    box-shadow: 0px 0px 60px #bbb;
}

.big-title-white p {
	font-family: Oswald;
	font-weight: bold;
	font-size: 236px;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
}

.big-title-grey p {
	font-family: Oswald;
	font-weight: bold;
	font-size: 236px;
	text-transform: uppercase;
    color: #ddd;
	margin: 0;
}

.intro-banner-container { background-size: cover; background-position: top center; width: 100%; text-align: center; }
.intro-text-container { text-align: center; display: inline-block; vertical-align: middle; }
.intro-text {
    font-family: Oswald;
    font-size: 80px;
    line-height: 110%;
    font-weight: bold;
    color: #fff;
	margin-bottom: 30px;
}
.intro-buttons a {
    display: inline-block;
    color: #fff;
    border: 3px solid #fff;
    background-color: rgba(255,255,255,0.1);
    padding: 15px 32px;
    margin: 0px 5px 0px 5px;
    font-family: Oswald;
	font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.intro-buttons a:hover {
	background-color: rgba(255,255,255,0.2);
}

.information-container { text-align: left; background-color: #c9c9c9; padding: 0px 0px 50px 0px; }
.page-id-60 .information-container { text-align: center; }
.news-container { position: relative; width: 100%; /* height: 435px; */ background-color: #fff; margin-bottom: 35px; padding: 30px; text-align: left; }
.news-container .post-title {
    font-family: Oswald;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0093d0;
    line-height: 100%;
    margin-left: 30px;
	width: 75%;
}
.news-container .post-excerpt {
    font-family: Montserrat Light;
    color: #737373;
    line-height: 200%;
    padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}
.news-container .post-date {
    font-family: Oswald;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 30px;
	position: absolute;
    bottom: 50px;
}
.news-container a.more-link {
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
    color: #fff;
    background-color: #0093d0;
    font-family: Oswald;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 33px;
}
.careers-container {
    width: 65%;
    margin-right: 3%;
    height: 435px;
    background-color: #fff;
    display: inline-block;
    padding: 30px;
    text-align: left;
    float: left;
    font-size: 13px;
    font-family: montserrat light;
    color: #737373;
    line-height: 131%;
}
.social-container { width: 32%; height: 435px; background-color: #fff; display: inline-block; padding: 30px; text-align: left; float: right; }
.panel-container { display: inline-block; vertical-align: middle; }
.panel-container h4 {
    font-family: Oswald;
    color: #0093d0;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 400;
    font-size: 16px;
}

.project-container {
    overflow: hidden;
	width: 100%;
	position: relative;
}

.project-container ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.project-container ul li {
	display: inline-block;
    float: left;
    width: 100%;
}

.featured-project-container {
    width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center center;
	padding: 60px;
}

.project-title {
    color: #fff;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 75px;
    font-weight: 700;
    line-height: 100%;
	width: 33%;
}

.project-location {
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 32px;
    color: #fff;
    margin-top: 5px;
}

.project-nav-items-container {
    position: absolute;
    bottom: 60px;
}

a.view-project {
    font-family: Oswald;
    display: inline-block;
    background-color: #ffffff;
    color: #000;
    padding: 22px 44px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.06em;
    float: left;
}

.nav-items {
    position: absolute;
    bottom: 60px;
    right: 60px;
}

a.nav-left {
    display: inline-block;
    background-color: #fff;
    padding: 18px 26px;
    color: #000000;
    font-size: 28px;
    margin-right: 8px;
}

a.nav-right {
    display: inline-block;
    background-color: #fff;
    padding: 18px 26px;
    color: #000000;
    font-size: 28px;
}
.footprint-container { background-color: #c9c9c9; background-size: contain; background-position: center center; background-repeat: no-repeat; width: 100%; text-align: left; padding: 60px; position: relative; }
.footprint-title {
	font-family: Oswald;
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
    color: #606060;
    line-height: 100%;
	width: 25%;
}
svg#straya {
    width: 70%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
}

g.qld-group:hover path.qld,
g.nt-group:hover path.nt,
g.wa-group:hover path.wa,
g.sa-group:hover path.sa,
g.nsw-group:hover path.nsw,
g.vic-group:hover path.vic,
g.tas-group:hover path.tas { fill: #0093d0; transition: fill 0.5s; cursor: pointer; }

g.qld-group:hover path.qld-box, g.qld-group:hover text.qld-text,
g.nt-group:hover path.nt-box, g.nt-group:hover text.nt-text,
g.wa-group:hover path.wa-box, g.wa-group:hover text.wa-text,
g.sa-group:hover path.sa-box, g.sa-group:hover text.sa-text,
g.nsw-group:hover path.nsw-box, g.nsw-group:hover text.nsw-text,
g.nsw-group:hover path.act-box, g.nsw-group:hover text.act-text,
g.vic-group:hover path.vic-box, g.vic-group:hover text.vic-text,
g.tas-group:hover path.tas-box, g.tas-group:hover text.tas-text { fill: #fff; transition: fill 0.5s; }

a.view-project:hover {
    background-color: #0093d0;
    color: #fff;
}

a.nav-left:hover {
    background-color: #0093d0;
    color: #fff;
}
a.nav-right:hover {
    background-color: #0093d0;
    color: #fff;
}

#linkedin-con { margin: 0px; padding: 0px; list-style-type: none; }
#linkedin-con h2 { display: none; }
#linkedin-item .linkedin-update-logo { display: none; }
#linkedin-item div > a { display: none; }
#linkedin-item h3 { 	margin-bottom: 10px; }
#linkedin-item h3 a { 
    font-family: Oswald;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0093d0;
    line-height: 100%;
}
#linkedin-item p { 
    font-family: Montserrat Light;
    color: #737373;
    line-height: 140%;
    font-size: 16px;
	white-space: pre-line;
}
#linkedin-item span i { 
	font-family: Montserrat Light;
    color: #737373;
    line-height: 140%;
    font-size: 14px;
	display: none;
}

#linkedin-item span a { 
	font-family: Montserrat Light;
    color: #0093d0;
    line-height: 140%;
    font-size: 12px;
	display: block;
}
.post-excerpt img {
    max-height: 150px;
    width: auto;
}
.post-masonry h4 {
    font-family: Oswald;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0093d0;
    line-height: 140%;
}
.page-id-60 .vc_btn3-container.vc_btn3-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #ddd;
	padding: 20px;
}
.page-id-60 .vc_btn3-container.vc_btn3-left a {
	margin-top: 0px;
}
.vc_gitem-post-data-source-post_excerpt {
    font-family: Montserrat;
    color: #777777;
    font-size: 16px;
    line-height: 160%;
}
.vc_gitem-post-data-source-post_title h3 {
    margin-top: 0px;
}
.vc_gitem-post-data-source-post_title h3 a {
    color: #303030 !important;
    font-family: Oswald;
    text-transform: uppercase;
}
.post-details-container .vc_row:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    border-top: 1px solid #e0e0e0;
}
.vc_gitem-post-data-source-post_date a {
    line-height: 80px;
}
.vc_custom_1522022420356 .vc_btn3-container.vc_btn3-right a {
    background-color: #fff;
    color: #008cc6;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 80px;
    padding: 0;
}
.vc_custom_1522022420356 .vc_btn3-container.vc_btn3-right a:hover {
	color: #008cc6;
	background-color: transparent;
}
.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover {
    z-index: 1 !important;
}
.vc_gitem-post-data-source-post_date a {
    line-height: 80px;
    color: #303030 !important;
    font-family: Montserrat;
}
.post-masonry .vc_gitem-col {
    padding: 20px !important;
	height: 350px;
}
.post-masonry p {
    text-align: left;
    font-family: montserrat light;
    color: #737373;
    line-height: 140%;
}
.post-masonry .vc_btn3 {
    color: #fff;
    font-family: oswald;
    display: block;
    background-color: #0093d0 !important;
    border-radius: 0px !important;
    padding: 14px 10px;
    max-width: 150px;
    margin: 20px auto;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.07em;
}
.post-masonry .vc_btn3 {
	border: 0px !important;
}
.panel-container p {
	text-align: left;
    font-family: montserrat light;
    color: #737373;
    line-height: 140%;
}
.footprint-container .wpb_column.vc_column_container.vc_col-sm-12 {
    height: 1080px;
}
.post-details-container {
    height: 350px;
}
.home-project-title {
    font-family: Oswald;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
    width: 75%;
}
.home-project-location {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.staff-container .vc_col-sm-4 {
	float: left !important;
}
.vc_column-inner.vc_custom_1522040838789 .big-title-white {
    opacity: 0.4;
}
.vc_gitem-post-meta-field-staff_info_keyprojects {
    font-family: Montserrat;
    color: #777777;
    font-size: 16px;
    line-height: 160%;
}
.vc_column-inner.vc_custom_1523412632021 .big-title-white {
    opacity: 0.14;
}
.vc_column-inner.vc_custom_1522044006492 {
    background-size: auto !important;
    background-repeat: repeat-x !important;
}
.vc_custom_1522049005843 .wpb_text_column {
    text-align: center;
}
.vc_column-inner.vc_custom_1521759639156 a {
    color: #0093d0;
}
.vc_column-inner.vc_custom_1523404897661 .vc_gitem-zone.vc_gitem-zone-c.post-details-container.vc_custom_1522021792338 {
    height: auto;
    padding-bottom: 80px;
}
.vc_column-inner.vc_custom_1523407709438 .home-project-title {
    font-size: 50px;
}
.vc_column-inner.vc_custom_1523407709438 .home-project-location	 {
    font-size: 30px;
}
.wpb_text_column.wpb_content_element.vc_custom_1523412072104,
.wpb_text_column.wpb_content_element.vc_custom_1523412067783 {
    text-align: center;
}
.vc_column-inner.vc_custom_1523412632021 {
    background-repeat: repeat-x !important;
    background-size: contain !important;
}
/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/
.title-banner { position: relative; font-size: 0px; height: 350px; background-size: cover; background-position: center; }
.title-banner h1 {
    position: absolute;
    top: calc(50% + 65px);
    left: 50%;
    margin: 0px auto;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 56px;
    transform: translate(-50%, -50%);
}
.title-banner img { width: 100%; max-height: 600px; }
.filter-container {
    width: 100%;
    text-align: center;
	margin-top: 50px;
    margin-bottom: 50px;
    font-family: Oswald;
    text-transform: uppercase;
    color: #005578;
}

.filter-container .fa {
	font-size: 15px;
	position: relative;
    top: -3px;
}

.filter-container .category-dropdown {
    position: absolute;
    top: 100%;
    width: 210px;
    left: -1px;
    z-index: 2;
    background-color: #fff;
	max-height: 0px;
	overflow: hidden;
	border: 1px solid #005578;
	opacity: 0;
	cursor: pointer;
}

.filter-container .state-dropdown {
	position: absolute;
    top: 100%;
    width: 175px;
    left: -1px;
    z-index: 2;
    background-color: #fff;
	max-height: 0px;
	overflow: hidden;
	border: 1px solid #005578;
	opacity: 0;
	cursor: pointer;
}

a.category-option:hover, a.state-option:hover {
	color: rgb(0, 147, 208);
}

.gallery-description-container .gallery-desc.left ul {
	margin: 0 0 1.5em 0em;
}

.paragraph-header-bold {
    font-family: 'Oswald';
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
    line-height: 120%;
    margin-bottom: 60px;
}
.left-container {
    width: 55%;
    float: left;
}
.single-adp_portfolio img {
	width: auto !important;
}
.single-project-details-container {
    float: right;
    width: 40%;
    font-family: Montserrat;
    color: #777777;
    font-size: 14px;
    line-height: 140%;
}
.single-adp_portfolio .paragraph-header-bold {
    font-size: 16px;
}
.single-project-nav {
    text-align: center;
    height: 59px;
    margin-top: 70px;
}
a.single-project-nav-left {
    float: left;
    vertical-align: middle;
    display: inline-block;
}
.middle {
    display: inline-block;
    line-height: 59px;
}
a.single-project-nav-right {
    float: right;
    vertical-align: middle;
    display: inline-block;
}
.single-project-nav img {
    vertical-align: middle;
}
a.single-product-gallery-left {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
    z-index: 1;
}
a.single-product-gallery-right {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    z-index: 1;
}
.single-product-gallery-container ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.single-product-gallery-container ul li {
    float: left;
	background-position: center;
}
.grid-3 {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
	background-size: cover;
	position:relative;
    font-size: 0px;
}
.grid-3:nth-child(3n) {
    margin-right: 0px;
}
.project-title-container {
	display: block;
    color: #fff;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.3);
	opacity: 1;
}
.project-title-container:hover {
    transition: opacity 0.5s;
	opacity: 1;
}
.project-top {
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	color: #fff;
}
.project-bottom {
    position: absolute;
    bottom: 30px;
    right: 30px;
	color: #fff;
}
.filter-category {
    margin-bottom: 30px;
	padding: 0px 30px;
}
a.category-option {
    color: #000;
    padding: 0px 10px;
    border-right: 1px solid #000;
	display: inline-block;
}
a.category-option:last-child {
    border-right: none;
}
.filter-selected {
	color: rgb(0, 147, 208) !important;
}
.page-id-5 #primary .std-width {
    margin-bottom: 50px !important;
}
.project-area {
    font-family: Oswald;
    font-weight: 100;
    font-size: 24px;
}
.single-product-gallery-container {
    overflow: hidden;
    position: relative;
}
.single-product-gallery-nav {
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}
.single-product-gallery-nav .inner {
    text-align: center;
}
.single-product-gallery-nav .inner a {
    height: 100px;
    width: 154px;
    display: inline-block;
    background-size: cover;
    margin-right: 15px;
}
.single-product-gallery-nav .inner a:last-child {
    margin-right: 0px;
}
a.single-product-gallery-nav-left {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
    z-index: 2;
}
a.single-product-gallery-nav-right {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    z-index: 2;
}
.single-adp_portfolio #primary .std-width {
	padding: 65px 0px;
}
.single-project-nav .middle a {
    color: #fff;
    background-color: #777777;
    padding: 10px;
    font-family: montserrat;
    text-transform: capitalize;
}
.single-project-description {
    font-family: Montserrat;
    color: #777777;
    font-size: 18px;
    line-height: 160%;
    margin-top: 50px;
}
.single-adp_portfolio .title-banner {
    height: 350px;
}
/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.full-width.grey { 
	background-color: #e3e3e3;
	width: 100%;
	padding: 120px 0px;
	margin-top: 80px;
}

.gallery-item hr {
	background-color: #79beda;
}

.staff-portrait {
    margin-bottom: 20px;
}

.staff-name span {
    color: #0093d0;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    float: left;
}

.staff-name .fa {
    font-size: 35px;
    float: right;
    color: #606060;
    vertical-align: top;
	line-height: 130%;
}

.staff-name a {
    float: right;
}

.staff-position {
    font-family: Oswald;
    font-size: 18px;
    font-weight: 100;
    color: #424242;
	text-align: left;
}

.staff-email {
    font-family: montserrat;
    text-align: left;
	color: #404040;
	line-height: 230%;
	margin-bottom: 20px;
}

.staff-email a {
	color:#404040;
}
/*
.staff-projects {
	display: none;
    text-align: left;
	position: fixed;
    width: 500px;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -300px;
    padding: 30px;
    background-color: #fff;
	z-index: 1;
	-webkit-box-shadow: -1px -1px 30px -3px rgba(117,117,117,1);
	-moz-box-shadow: -1px -1px 30px -3px rgba(117,117,117,1);
	box-shadow: -1px -1px 30px -3px rgba(117,117,117,1);
}
*/

.staff-projects {
    text-align: left;
}
.staff-projects span {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 100;
    color: #606060;
}

.about-staff {
	margin-top: 10px;
    font-family: montserrat;
    text-align: left;
    color: #404040;
    line-height: 160%;
    margin-bottom: 20px;
}

.close-about-staff { margin: 40px auto 20px auto; }

.staff-projects ul {
    padding: 0;
    margin: 0px 20px;
    line-height: 160%;
    margin-top: 10px;
	color: #606060;
}
.staff-projects li {
    font-family: montserrat;
}
.staff_name h3 a {
	color: #0093d0 !important;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 32px;
}
.staff_description {
    font-family: Montserrat Light;
    color: #777777;
    font-size: 14px;
    line-height: 160%;
}
.linkedin-icon {
    text-align: right;
}
a.staff-li {
    font-family: FontAwesome;
	font-size: 40px;
}
a.staff-li i {
    color: #606066;
    font-style: normal;
}
.vc_custom_1522296270297 .vc_col-sm-8 {
    width: 80%;
	padding-bottom: 0px !important;
	padding-top: 0% !important;
}
.vc_custom_1522296270297 .vc_col-sm-4 {
    width: 20%;
	padding-top: 0px !important;
	display: none;
}
.page-id-730 .vc_gitem-post-meta-field-staff_info_position {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 100;
	margin-bottom: 5px;
    margin-top: 10px;
}
.page-id-730 .vc_gitem-post-meta-field-staff_info_email {
    font-family: Montserrat Light;
    font-size: 14px;
	margin-bottom: 18px;
}
.vc_custom_1522296270297 .vc_col-sm-8 .staff_name, .vc_custom_1522296270297 .vc_col-sm-8 h3 {
    margin-bottom: 0px;
}
.page-id-730 .vc_col-sm-3 {
	margin-bottom: 15px;
	float: left !important;
}

.page-id-730 .vc_col-sm-3:nth-child {
	margin-bottom: 15px;
}

.page-id-730 .staff_name a {
    word-spacing: 100vw;
}
.testimonial-container {
	margin-bottom: 50px;
}
.testimonial-title {
    font-family: Oswald;
    font-size: 40px;
    text-transform: uppercase;
    color: #0093d0;
    line-height: 120%;
    font-weight: 700;
}

.testimonial-content {
    font-family: montserrat;
    color: #737373;
    line-height: 170%;
}
.page-template-testimonial #main {
    padding: 65px 0px;
}
.testimonial-person {
	font-family: montserrat;
    color: #737373;
    line-height: 170%;
    text-align: right;
	margin-top: 10px;
}
.page-id-730 .vc_pageable-slide-wrapper p {
    display: none;
}
.staff_email_click a {
	color: #000;
}
.vc_gitem-animated-block .vc_gitem-post-data-source-post_excerpt {
    color: #fff;
}
.community-post-title {
    font-family: Oswald;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 120%;
    width: 75%;
}

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
.services-container .service {
    display: inline-block;
    position: relative;
    margin: 15px 13px;
    height: 300px;
    width: 300px;
}

.services-container .service .description {
	opacity: 0;
	padding: 30px;
	overflow: hidden;
	position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    width: 100%;
	height: 100%;
    font-size: 12px;
    line-height: 140%;
    font-family: montserrat;
    background-color: rgba(0,147,208,0.6);
	z-index: 2;
}

.services-container .service:hover .description,
.services-container .service:active .description {
	opacity: 1;
	transition: opacity 0.2s;
}

.services-container .service p {
    margin: 0;
}

.services-container .service-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 150%;
    width: calc(100% - 60px);
	z-index: 0;
}
.services-title-text-container p {
    color: #000 !important;
    padding-bottom: 10px;
}
.services-icon {
    height: 120px;
}
.vc_custom_1522918344125 .vc_row {
    margin-bottom: 65px;
}
.vc_custom_1522918344125 .vc_row:last-child {
    margin-bottom: 0px;
}
.services-description-list p {
    font-size: 14px;
}
.vc_custom_1522920252719 .big-title-white p {
    margin-top: 80px;
    line-height: 80%;
}
.view-testimonial-container {
	margin-bottom: 10px !important;
}
.view-testimonial-container p {
    font-family: Oswald;
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
}
.btn-standard.centering {
    display: block;
    width: 150px;
    margin: 50px auto 0px auto;
}

/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/
a.post-title {
    font-family: montserrat;
    color: #010101;
    text-transform: uppercase;
    float: left;
    font-size: 24px;
}

a.post-readmore {
	font-family: montserrat;
    color: #010101;
    text-transform: uppercase;
	float: left;
}

.post-excerpt, .post-content {
    font-family: montserrat;
    color: #808080;
    line-height: 180%;
	margin-bottom: 50px;
}

.post-featured {
    margin-bottom: 50px;
	width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.post-date {
	font-family: montserrat;
    color: #b1b1b1;
	float: right;
}

.post-category {
	font-family: montserrat;
    color: #7b7b7b;
	float: right;
	text-transform: uppercase;
}

.filter-container .year-dropdown {
	position: absolute;
    top: 100%;
    width: 175px;
    left: -1px;
    z-index: 2;
    background-color: #fff;
	max-height: 0px;
	overflow: hidden;
	border: 1px solid #005578;
	opacity: 0;
	cursor: pointer;
}

a.year-option {
    display: block;
    color: #005578;
	padding: 7px;
}

a.year-option:hover {
	color: #fff;
	background-color: #005578;
}

.blog .filter-container, .blog .post-date, .blog .post-category { display: none; }
.single .post-date, .single .post-category { display: none; }
.archive .filter-container, .archive .post-date, .archive .post-category  { display: none; }

.vc_images_carousel .vc_carousel-indicators li {
    border: 1px solid #fff !important;
    background-color: #fff !important;
	width: 15px !important;
    height: 15px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.vc_images_carousel .vc_carousel-indicators .vc_active {
    border: 1px solid #fff !important;
	background-color: transparent !important;
	width: 15px !important;
    height: 15px !important;
}
#clipboard-url {
	display: none;
}
button.link {
	position: relative;
	outline: none;
}
.copied {
    position: absolute;
    top: -128%;
    left: -1px;
    background-color: #000;
    padding: 7px 7px;
    border-radius: 4px;
    color: #fff;
    text-shadow: none;
}
button.share {
    text-transform: uppercase;
    background-color: #0077b5;
    box-shadow: none;
    border-color: #0077b5;
    padding: 1px 5px 0px 5px;
    vertical-align: middle;
}
/*--------------------------------------------------------------
## Careers
--------------------------------------------------------------*/

.post-type-archive-adp_careers .post-date,
.post-type-archive-adp_careers .filter-container {
	display: none;
}
.vc_custom_1522890659494 img {
    width: 100%;
}
a.career-link {
    display: block;
    position: relative;
    font-size: 0px;
    line-height: 0px;
}
span.career-hover-link {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 50px;
    font-family: Oswald;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
    background-color: rgba(0,0,0,0.4);
    padding: 40px 20px 20px 20px;
	opacity: 1;
}
a.career-link:hover span.career-hover-link {
	opacity: 1;
	transition: opacity 0.5s;
}
span.career-hover-link i {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.single-adp_careers article {
    max-width: 1200px;
    display: block;
    margin: 0px auto !important;
}

/*--------------------------------------------------------------
## Connect
--------------------------------------------------------------*/
.contact-left-col {
    display: inline-block;
    float: left;
    width: 33%;
}

.contact-left-col h2 {
    margin: 0px;
}
.single-location {
    margin-bottom: 20px;
}
.contact-location {
    font-family: montserrat;
    color: #8e8e8e;
    font-weight: 700;
	margin-bottom: 5px;
}

.contact-address {
    font-family: montserrat light;
    color: #8e8e8e;
    font-weight: 400;
}

.contact-email {
    font-family: montserrat light;
    color: #8e8e8e;
    font-weight: 400;
    line-height: 250%;
}

.contact-phone {
    font-family: montserrat light;
    color: #8e8e8e;
    font-weight: 400;
    line-height: 150%;
}

.contact-right-col {
    display: inline-block;
    width: 60%;
    float: right;
	margin-bottom: 90px;
}

.contact-right-col h2 {
    margin: 0px;
}

form.wpcf7-form p {
    margin: 0px 0px 15px 0px;
}

.wpcf7-form input {
    width: 100%;
    background-color: #f7f7f7;
    border: 0px;
    padding: 16px 0px 16px 60px;
    font-family: montserrat;
}

.wpcf7-form textarea {
    width: 100%;
    background-color: #f7f7f7;
    border: 0px;
    padding: 16px 0px 16px 60px;
    font-family: montserrat;
    height: 150px;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #0093d0;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 100;
    width: auto;
    text-align: center;
    padding: 17px 60px;
	float: right;
}

a.contact-map {
    color: #0093d0;
}

.wpcf7-form .your-name input {
	background-image: url(assets/images/connect-name.png);
    background-repeat: no-repeat;
    background-position: 22px center;
}

.wpcf7-form .your-email input {
	background-image: url(assets/images/connect-email.png);
    background-repeat: no-repeat;
    background-position: 22px center;
}

.wpcf7-form .your-phone input {
	background-image: url(assets/images/connect-phone.png);
    background-repeat: no-repeat;
    background-position: 22px center;
}

.wpcf7-form .your-company input {
	background-image: url(assets/images/connect-company.png);
    background-repeat: no-repeat;
    background-position: 22px center;
}

.wpcf7-form .hear-about-us input {
	background-image: url(assets/images/connect-hear.png);
    background-repeat: no-repeat;
    background-position: 22px center;
}

.wpcf7-form .your-message textarea {
	background-image: url(assets/images/connect-message.png);
    background-repeat: no-repeat;
    background-position: 22px 20px;
}

.wpcf7-form-control.g-recaptcha, .wpcf7-form-control.g-recaptcha { float: left; }
.wpcf7-form-control.g-recaptcha > div { float: left; }

div.wpcf7-validation-errors, div.wpcf7-spam-blocked {
    border: 0px;
    display: block;
    margin-top: 100px !important;
    background-color: #ffacac;
    color: #fff;
    padding: 14px;
    border-radius: 15px;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    position: absolute;
    top: 85px;
    font-size: 12px;
}

div.wpcf7-response-output {
	margin: 0px;
}

.single-adp_careers .post-date { display: none; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

.search-page-title {
	font-family: Oswald;
    text-transform: uppercase;
    font-size: 40px;
	color: #0093d0;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
	.big-title-white p, .big-title-grey p {
		margin: 0px auto;
    	width: 1200px;
    	text-align: left;
	} 
}
@media screen and (max-width: 1600px) {
	.banner-text-container {
		padding-left: 30px;
	}
	.banner-text-container h2 {
		font-size: 60px;
	}
}
@media screen and (max-width: 1280px) {
	.banner, .banner li {
		min-height: 450px;
	}
	.banner-text-container {
		padding-left: 100px;
		padding-right: 50%;
	}
	.banner-text-container h2 {
		font-size: 40px;
	}
	.banner-text-container a {
		font-size: 18px;
	}
	.big-title-white p,
	.big-title-grey p {
		font-size: 200px;
		line-height: 100%;
	}
	.wpb_content_element.vc_custom_1522023975210,
	.wpb_content_element.vc_custom_1522037923793,
	.wpb_content_element.vc_custom_1522043216138 {
		margin-top: -20px !important;
	}
	.vc_row.vc_custom_1522049005843 {
    		margin-top: -50px !important;
	}
	span.career-hover-link {
		font-size: 40px;
	}
	.vc_custom_1524033094335.std-width {
		margin-top: -30px !important;
	}
}
@media screen and (max-width: 1200px) {
    .information-container {
		height: auto !important;	
	}
	.information-container .panel-container {
		margin-bottom: 20px;	
	}
	.information-container .helper {
		height: auto;
	}
	.tiny-nav {
		display: none;
	}
	footer .site-info {
		padding: 30px;
	}
	.footer-form input[type="text"] {
		width: 70%;	
	}
	.content-area .generic {
		padding: 20px;	
	} 
	.title-banner {
	    margin-bottom: 0px;
	}
	.full-width.grey {
		margin-top: 0px;	
	}
	.gallery-columns-4 {
		text-align: center;	
	}
	.gallery-columns-4 .gallery-item {
		width: 257px;	
		margin-bottom: 60px;
	}
	.full-width.grey {
		padding: 60px 0px 0px 0px;
	}
	
	.gallery-description-container .std-width,
	.search #primary .std-width,
	.archive #primary .std-width,
	.single #primary .std-width,
	.blog #primary .std-width { 
		padding: 30px;
	}
	.filter-container {
		margin-top: 60px;	
	}
	.news-container .post-title {
		font-size: 44px;	
	}
	.std-width {
		padding: 0px 30px;
	}
	.page-id-730 .vc_col-sm-3 {
    		width: 50%;
		float: left !important;
	}
	.staff_description {
    		font-size: 14px;
	}
	.project-title-container {
		font-size: 38px;
	}
}

@media screen and (max-width: 1152px) {
	.big-title-white p, .big-title-grey p {
    		font-size: 170px;
    		line-height: 100%;
	} 
}
@media screen and (max-width: 1024px) {
	.news-container { margin-bottom: 20px; }
	.careers-container {
		width: 100%;	
		height: auto;
		margin-bottom: 20px;
	}
	
	.social-container {
		width: 100%;
		height: auto;	
	}
	
	.portfolio-gallery .gallery-desc.left,
	.portfolio-gallery .gallery-desc.right {
		font-size: 12px;	
	}
	.portfolio-gallery .gallery-description-container .std-width {
		width:75%;
	}
	.portfolio-gallery .gallery-description-container h3 {
		font-size: 32px !important;
	}
	.portfolio-gallery .gallery-description-container h4 {
		font-size: 24px;
	}
	.portfolio-gallery .gallery-desc.left {
	    overflow-y: scroll;
    	height: 240px;
		padding-right: 15px;
	}
	.search-box {
		width: 50%;	
	}
	.big-title-white p,
	.big-title-grey p {
		font-size: 140px;
	}
	.post-details-container {
    	height: 400px;
	}
	.vc_gitem-post-data-source-post_excerpt,
	.vc_gitem-post-meta-field-staff_info_keyprojects {
    	font-size: 14px;
    	line-height: 140%;
	}
	.vc_gitem-col.vc_gitem-col-align-.vc_custom_1522021382435 {
		padding-top: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 20px !important;
	}
	.wpb_content_element.vc_custom_1522023975210, 
	.wpb_content_element.vc_custom_1522037923793, 
	.wpb_content_element.vc_custom_1522043216138 {
    	margin-top: -10px !important;
	}
	.vc_row.vc_custom_1522049005843 {
    	margin-top: -35px !important;
	}
	.service-header {
    	font-size: 20px !important;
	}
	.services-description-list p {
		font-size: 12px;
	}
	.grid-3 {
		width: 49%;
		margin-right: 2% !important;
	}
	.grid-3:nth-child(3n) {
		margin-right: inherit;
	}
	.grid-3:nth-child(2n) {
		margin-right: 0px !important;
	}
	.project-title-container {
		font-size: 50px;
	}
	.left-container {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	.single-project-details-container {
		width: 100%;
		float: none;
	}
	span.career-hover-link {
		font-size: 32px;
		line-height: 120%;
	}
}

@media screen and (max-width: 960px) {
	.staff_description {
    	font-size: 16px !important;
	}
	.main-navigation li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 900px) {
	.content-area .generic {
		padding: 20px;	
	}
	
	.content-area .generic br {
		display: none;
	}
	.banner-text-container {
		padding-left: 100px;
		padding-right: 20%;
	}
	
	.services-container .vc_col-sm-3 {
		width: 50%;
		margin-bottom: 30px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.services-description-list p {
		font-size: 16px;
	}
	.services-container .vc_col-sm-3 .vc_column-inner {
		padding: 0px !important;
	}
	.vc_custom_1522918344125 .vc_row {
		margin-bottom: 0px;
	}
	span.career-hover-link {
		font-size: 28px;
		line-height: 140%;
	}
}

@media screen and (max-width: 800px) {
	div#page {
		position: relative;	
	}
	#mobile-navigation #primary-menu { display: block; }
	.menu-toggle { display: none; }
    #site-navigation {
        display: none;
    }
	.intro-text {
		font-size: 60px;
	}
	.news-container {
		height: auto;
	}
	.news-container .post-title {
		width: 100%;
		font-size: 40px;
	}
	.news-container .post-excerpt {
		width: 100%;	
		margin-bottom: 90px;
		padding-right: 30px;
	}
	svg#straya {
		width: 90%;
		height: 90%;
		position: absolute;
		left: 5%;
		right: 5%;
		top: 10%;
		bottom: 0%;
	}
	.footer-content-left {
		width: 100%;
		border-right: 0px;
		margin-bottom: 30px;
	}
	.footer-content-right {
		width: 100%;	
		padding-left: 0px;
	}
	.footer-content-left .footer-text {
		width: 100%;
		margin-bottom:30px;
	}
	.services-container {
		margin: 40px auto;	
    	text-align: center;
	}
	a.post-title {
		float: none;	
	}
	.post-date {
		float: none;	
		margin-top: 10px;
	}
	.portfolio-gallery .gallery-description-container h3 {
		font-size: 32px;
	}
	
	.portfolio-gallery .gallery-desc.left {
		height: 180px;	
	}
	.hamburger {
		display: inline-block;
		cursor: pointer;
	}
	header .site-branding {
		width: calc(100% - 46px);
	}
	header .search-icon {
		margin-left: 0px;	
	}
	header .title-area .site-branding a {
		margin: 0px auto;
	}
	
	.fullscreen-container .gallery-desc.left {
		width: 100%;
		margin-bottom: 40px;
	} 
	
	.fullscreen-container .gallery-desc.right {
		width: 100%;
		margin-left: 0%;
	}
	.service-header {
    		font-size: 18px !important;
	}
	.big-title-white p,
	.big-title-grey p {
		font-size: 120px;
	}
	.project-title-container {
		font-size: 38px;
	}
	.grid-3 {
		margin-bottom: 15px;
	}
	span.career-hover-link {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.contact-left-col {
		width: 100%;
		margin-bottom: 40px;
	}
	.contact-right-col {
		width: 100%;
	}
	.vc_column-inner.vc_custom_1521759639156 .vc_col-sm-4 {
		margin-bottom: 30px;
	}
	.location-header {
		font-size: 32px !important;
	}
	.vc_gitem-post-data-source-post_excerpt,
	.vc_gitem-post-meta-field-staff_info_keyprojects {
    		font-size: 16px;
    		line-height: 160%;
	}
	.post-details-container {
    		height: auto;
    		padding-bottom: 80px;
	}
	.big-title-white p, .big-title-grey p {
    		font-size: 100px;
	}
	.wpb_content_element.vc_custom_1522023975210 {
    		margin-bottom: 50px !important;
	}
	.vc_column-inner.vc_custom_1522040838789 {
    		padding-top: 20px !important;
	}
	.vc_column-inner.vc_custom_1522044006492 {
    		background-size: contain !important;
	}
	.generic h2 {
    		font-size: 32px;
	}
	.post-header p {
    		font-size: 32px !important;
	}
	.vc_custom_1522296270297 .vc_col-sm-8 {
		float:left;
	}
	.vc_custom_1522296270297 .vc_col-sm-4 {
	    display: inline-block !important;
	}
	.vc_column-inner.vc_custom_1522905275686,
	.vc_column-inner.vc_custom_1522905290117,
	.vc_column-inner.vc_custom_1522905297139 {
		padding: 0px !important;
	}
	.page-id-140 .vc_col-sm-4 {
		margin-bottom: 30px;
	}
	span.career-hover-link {
		font-size: 50px;
	}
	.vc_column-inner.vc_custom_1519194270170, .vc_column-inner.vc_custom_1519194275289 {
		padding: 0px !important;
	}
	header#masthead {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.vc_column-inner.vc_custom_1523407709438 .post-header p {
		font-size: 50px !important;
	}
	.vc_column-inner.vc_custom_1523404870405 {
		padding-right: 0px !important;
		margin-bottom: 50px;
	}
	.vc_column-inner.vc_custom_1523404897661 {
		padding-left: 0px !important;
	}
}
@media screen and (max-width: 640px) {
	.footprint-container {
		height: 800px !important;	
	}
	.project-title {
    	font-size: 60px;
	}
	.footprint-title {
    	font-size: 60px;
	}
	svg#straya {
		width: 90%;
		height: 90%;
		position: absolute;
		left: 5%;
		right: 5%;
		top: 15%;
		bottom: 0%;
	}
	
	.content-area .generic h2 {
		font-size: 32px;	
	}
	.search-page-title {
		font-size: 32px;
	}
	.search-box {
		width: 100%;	
	}
	.banner-text-container {
		padding-left: 100px;
		padding-right: 100px;
	}
	.banner-text-container h2 {
		font-size: 30px;
	}
	.banner-text-container a {
		font-size: 14px;
	}
	.big-title-white p, .big-title-grey p {
    		font-size: 80px;
	}
	.vc_row.vc_custom_1522049005843 {
    		margin-top: -25px !important;
	}
	.page-id-730 .vc_col-sm-3 {
    		width: 100%;
		float: left !important;
	}
	.services-container .vc_col-sm-3 {
		width: 100%;
	}
	.project-title-container {
		font-size: 24px;
	}
	.project-area {
		font-size: 16px;
	}
	.project-top {
		padding-left: 20px;
		padding-right: 20px;
	}
	.grid-3 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 580px) {
	input.wpcf7-form-control.wpcf7-submit {
		margin-top: 20px; float:left;
	}
}
@media screen and (max-width: 520px) {
	.big-title-white p, .big-title-grey p {
    		font-size: 60px;
	}
	.wpb_content_element.vc_custom_1522023975210, 
	.wpb_content_element.vc_custom_1522037923793,
	.wpb_content_element.vc_custom_1522043216138 {
    		margin-top: -5px !important;
	}
}
@media screen and (max-width: 480px) {
	.footprint-container {
		height: 670px !important;	
	}
	.news-container .post-title {
		font-size: 32px;
		margin-left: 20px;
	}
	.news-container .post-excerpt {
		padding-right: 20px;
		margin-left: 20px;	
	}
	.footprint-title {
    	font-size: 48px;
	}
	.project-title {
		font-size: 48px;	
		width:100%;
	}
	
	.project-location {
		font-size: 28px;	
	}
	
	.project-nav-items-container {
		bottom: 150px;
		left: 50%;
		margin-left: -94px;
	}
	
	.nav-items {
		right: 50%;
		margin-right: -70px;
	}
	.hentry {
    	margin: 0 0 2.5em;
	}
	.search-page-title {
		font-size: 28px;
	}
	
	.services-container .service { margin: 0px; max-width:345px; width: 100%; max-height: 345px; height: 100%; margin-bottom: 20px; }
	
	.grid-item { width: 345px !important; height: 345px !important; }
	
	.banner-text-container {
		padding-left: 70px;
		padding-right: 70px;
	}
	.vc_column-inner.vc_custom_1521781525364,
	.vc_column-inner.vc_custom_1521781608571,
	.vc_column-inner.vc_custom_1522040838789,
	.vc_column-inner.vc_custom_1522044006492 {
    		padding-left: 0px !important;
    		padding-right: 0px !important;
	}
	.big-title-white p, .big-title-grey p {
	    	margin-left: 30px;
	}
	.grid-3 {
		width: 100%;
		margin-right: 0% !important;
		margin-bottom: 20px;
	}
	.grid-3:nth-child(3n) {
		margin-right: inherit;
	}
	.grid-3:nth-child(2n) {
		margin-right: 0px !important;
	}
	.project-title-container {
		font-size: 38px;
	}
	.project-top {
		padding-left: 40px;
		padding-right: 40px;
	}
	span.career-hover-link {
		font-size: 40px;
	}
	.vc_column-inner.vc_custom_1523404358109,
	.vc_column-inner.vc_custom_1523407709438,
	.vc_column-inner.vc_custom_1523412632021 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.vc_column-inner.vc_custom_1523407709438 .home-project-title {
		font-size: 40px;
	}
	.vc_column-inner.vc_custom_1523407709438 .home-project-location {
		font-size: 20px;
	}
	.vc_column-inner.vc_custom_1523407709438 .post-header p {
		font-size: 32px !important;
	}
}