/*
Theme Name: CascadeBuilt
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: cascadebuilt
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.

CascadeBuilt 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
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


@font-face {
	font-family: 'ProximaNova';
	src: url('./fonts/ProximaNova-Regular.otf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('./fonts/ProximaNova-RegularItalic.otf');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('./fonts/ProximaNova-Light.otf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('./fonts/ProximaNova-LightItalic.otf');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('./fonts/ProximaNova-Semibold.otf');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('./fonts/ProximaNova-SemiboldItalic.otf');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('./fonts/ProximaNova-Bold.otf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('./fonts/ProximaNova-BoldIt.otf');
	font-weight: 600;
	font-style: italic;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'ProximaNova',sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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;
	margin: 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;
}

body a, body a:hover {
	color: #004d7c;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #ffffff;
	font-family: 'ProximaNova',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;
}

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: 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 {
	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;
	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;
	}

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;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.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;
}

.site-nav nav ul ul.sub-menu{
    max-height: 0;
    opacity: 0;
    position: absolute;
    z-index: 1000;
    margin-left: -32px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;    
    -webkit-transition: max-height .1s, opacity .1s;
    transition: max-height .1s, opacity .1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.site-nav nav ul ul.sub-menu li{
    width: 300px;
    padding: 0 20px;
    line-height: 30px;
    float: none;
    text-align: left;
}

.site-nav nav ul ul.sub-menu li:hover{
    background-color: #004d7c;
}

.site-nav nav ul ul.sub-menu li:hover a{
    color: #ffffff;
}

.site-nav nav ul li:hover > ul.sub-menu{
    max-height: 500px;
    opacity: 1;
    -webkit-transition: max-height .1s, opacity .1s;
    transition: max-height .1s, opacity .1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}



@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;
}

/*--------------------------------------------------------------
# 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 1.5em;
}

.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;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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: 80% !important;
	margin: 1em 10%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
}

.wp-caption-text {
	text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.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;
}
.full-screen {
	height:100vh;
	max-width: 2000px;
    margin-left: auto;
    margin-right: auto;	
	position:relative;
	background-size:cover;
	background-position: center;
}

.full-screen-screw {
	position:relative;
	z-index:1;
	height:0;
	text-align: center;
	padding-right: 36px;
}

.full-screen-screw img{
	position: absolute;
	top: -18px;
	width: 36px;
	height: 36px;
    transition: all .25s;
}

@media (max-width:767px){
	.full-screen{
		height:50vh;
		background-position:center;
	}
}

	
.logo-section{
	background-image: url("./images/home-corner-log.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:50px 60px;
	height:60px;
}

.blue-wrapper-outer{
	left:0; 
	right:0; 
	margin:auto; 
	bottom:0; 
	position:absolute; 
}


.blue-wrapper{
	background-color:rgba(63,113,150,.8);
	padding-top:40px;
	padding-bottom:35px;
	margin:auto;
}

@media (max-width: 768px){
	.blue-wrapper-outer{
		left:0; 
		right:0; 
		margin:auto; 
		bottom:0; 
		position:relative; 
	}

	.blue-wrapper{
		background:none;
		padding-top:50px;
		padding-bottom:45px;
		margin:auto;
		color:#231f20;
	}
	
}

.blue-wrapper h2{
	font-weight:300;
	padding-top:0px;
	font-size:28px;
	margin-top:0px;
	padding-bottom:15px;
	margin-bottom:0px;
	}

.blue-wrapper h3{
	font-size:18px;
	margin-top:0;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.blue-wrapper-mobile{
	background-color:rgba(63,113,150,1);
	padding: 15px 20px 25px 20px;	
}

.blue-wrapper-mobile h2{
	font-weight:300;
	font-size:18px;
	margin-bottom:15px;
}

.blue-wrapper-mobile h3{
	font-size:15px;
	margin-top:0;
	margin-bottom:0px;
}

.home-whats-new{
	background-color:#231f20;
	margin-left: auto;
    margin-right: auto;
    float: none;
	padding-bottom:50px;
	position:relative;
}

.narrow-content{
	padding-left:10%;
	padding-right:10%;
}

@media (max-width:767px){
	.narrow-content{
		padding-left:0;
		padding-right:0;
	}
}

.main-content{
	margin-top: 25px;
}

.home-whats-new h2{
	display:inline-block;
	padding:2px 0 15px;
	margin-left:-8px;
	margin-top:60px;
	color:white;

}

.whats-new{
	text-align: right;
}
.whats-new h2{
	color:white;
	font-weight:300;
	font-size:28px;
}

.whats-new p{
	padding-left: 20%;
	font-size:15px;
    line-height:164%;
	text-align: right;
}


a.page-numbers, span.page-numbers{
	display: none;
}

a.prev-next-button, 
a.next.page-numbers, a.prev.page-numbers{
	display: inline-block;
	font-size:13px;
	background-color:#fdbc3e;
	color:#ffffff;
	border:none;
	text-transform:uppercase;
	width:113px;
	height:32px;
	line-height: 32px;
	font-weight:600;
	text-align: center;
}

a.prev-next-button:hover,
a.next.page-numbers:hover, a.prev.page-numbers:hover{
	background-color: #ffffff;
	color:#fdbc3e;
	text-decoration: none;
}

.posts-archive{
	top:-50px;
	position:relative;
}

.archive-blog-post{
	margin-bottom:20px;
	margin-top:0px;
	
}



.archive-blog-post:nth-child(3n+1) .archive-blog-post-inner{
	background:#004d7c;
}

.archive-blog-post:nth-child(3n+2) .archive-blog-post-inner{
	background:#f26c22;
}

.archive-blog-post:nth-child(3n+3) .archive-blog-post-inner{
	background:#b1d243;
}

.archive-blog-post .image-holder{
	height:256px;
	background-position: center;
	background-size: cover;
}

.archive-blog-post .image-holder a{
	display: block;
	width: 100%;
	height: 100%;
}

a.read-more{
	font-weight:500; 
	color:white; 
	border-bottom: 2px solid #fdbc3e;
	font-size:16px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	
}

a.read-more:hover{
	text-decoration:none;
}

.load-more-stories{
	margin-top: 60px;
	text-align:center;
}

a.read-more.load-more-stories{
	color:#004d7c;
	font-weight:600
}

.archive-blog-post-inner a.read-more{
	position:absolute;	
	left:10px;
	bottom:10px;
}
	
.home-hero-location{
	font-weight:400
}

.search-results-container h2,
.single-project h2 {
	font-weight:400;
	color:#004d7c;
}

.single-project h2{
	margin-bottom: 5px;
}

.single-project h3{
	color: #231f20;
	font-weight: 400;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.search-results-container a.read-more{
	color:#004d7c;
}

.archive-blog-post-inner .description{
	padding:0 10px;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	height: 155px; 
	overflow:hidden;
}  

.archive-blog-post-inner .description h2{
	padding-top:18px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:18px;
}

.archive-blog-post-inner .description h3{
	padding-top:3px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-size:12px;
}


.archive-blog-post-inner .description p{
	padding-top:2px;
	padding-bottom:0px;
	margin-top:4px;
	margin-bottom:0px;
	font-size:12px;
	line-height: 12px;
}

h3.posted-in,
.archive-blog-post-inner .description a{
	color: #ffffff;
	font-size:12px;
	
}	

.project-grid-sizer,
.project-post
{
	width: 25%;
	height: 375px;
}

@media (max-width:990px){
	.project-grid-sizer,
	.project-post
	{
		width: 33%;
	}
}

@media (max-width:768px){
	.project-grid-sizer,
	.project-post
	{
		width: 100%;
	}
}

@media (max-width:768px){
	.project-grid-sizer
	{
		display:none;
	}
	.sale-archive{
		margin-top:20px;
	}
}

.project-post-inner{
	padding: 0 15px;
}

.project-post-inner .description{
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	height: 155px; 
	overflow:hidden;
}  

.project-post-inner .description h2{
	padding-top:18px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#004d7c;
	font-size:18px;
}


.project-post-inner .description p{
	padding-top:3px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:black;
	font-size:12px;
}

.news-archive{
	margin-bottom: 30px;
}

.news-archive.homepage{
	position: relative;
	top: -30px;
}

.news-archive .archive-blog-post-inner .description p{
	margin-bottom:47px;	
}

.news-archive .archive-blog-post{
	margin-bottom:54px;
}
	
.site-footer{
	padding-bottom:3rem;
	padding-top:4rem;
	background-color:#231f20;
}

@media (max-width: 768px) {
	.site-footer {
		text-align: center;
	}

	.site-footer .footer-link-buttons a,
	.site-footer .footer-link-buttons a:hover {
		margin-left: auto;
		margin-right: auto;
	}

	.site-footer .social-icons {
		margin-top: 1rem;
	}

	.site-footer .footer-right-col, .site-footer .social-icons, .site-footer .company-info {
		text-align: center;
	}
}

@media (min-width: 900px) {
	.site-footer{
	}
	.site-footer .container{
		position: relative;
	}
	.site-footer .container .footer-right-col{
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

.site-info h2{
	font-size:2.7rem;
	color:#ffffff;
	margin:0px;
	text-transform: uppercase;
}

footer .submit-container{
	text-align:right;
}

footer a{
	color: #ffffff;
}

footer a:hover{
	color: #fdbc3e;
}

div.ninja-forms-form-wrap{
	margin-top: 15px;
}

div.ninja-forms-form-wrap .ninja-forms-required-items{
	display: none;
}

div.ninja-forms-form-wrap label,
div.ninja-forms-form-wrap input[type="text"],
div.ninja-forms-form-wrap textarea{
	font-size: 13px;
	font-weight: 400;
}

div.ninja-forms-form-wrap label,
div.ninja-forms-form-wrap input[type="text"]{
	color: #231f20;
}
div.ninja-forms-form-wrap textarea{
	color: #333333;
}


div.ninja-forms-form-wrap input[type="text"]{
	border:none;
	border-bottom: 1px solid #231f20;
	padding-left: 0;
}

div.ninja-forms-form-wrap textarea{
	height: 100px;
}

div.ninja-forms-form-wrap input[type="submit"],
footer button{
	margin-top:6px;
	font-size:13px;
	background-color:#fdbc3e;
	color:#231f20;
	border:none;
	text-transform:uppercase;
	box-shadow:none;
	width:113px;
	height:32px;
	font-weight:600;
	float: right;
}

footer button:hover{
	color:#fdbc3e;
	background-color:#ffffff;
}

.site-info label{
	width:44px;
	display:table-cell;
}
.site-info textarea{
	width:100%;
	height:94px;
	margin-bottom:12px;
}

.footer-message{
	margin-bottom:3rem;
}

.social-icons{
	text-align:right;
}

.social-icons img{
	margin-left:10px;
	width:30px;
}

.social-icons img.passive-house-logo{
	width: 45px;
}

.footer-right-col {
	text-align: right;
}

.company-info{
	text-align:right;
	font-size:1.6rem;
	margin-top:20px;
	display: inline-block;
}

.company-info p {
	display: inline-block;
	margin-bottom: 0;
}

.company-info div.address-container{
	position: relative;
}

.company-info div.address-container img {
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
}

.footer-link-buttons {

}

a.footer-link, a.footer-link:hover {
	color: #ffffff;
	background-color: #004d7c;
	border-radius: 40px;
	width: 26rem;
	min-width: 183px;
	display: block;
	font-size: 1.5rem;
	text-align: center;
	padding: .7rem 1.3rem calc(.7rem - 3px) 1.3rem;
	margin-bottom: 1rem;
	font-weight: 300;
	text-transform: uppercase;
}

.post-content{
	color:#231f20;
	font-size:17px;
	margin-top:0px;
	margin-bottom:40px;
	line-height:28px;
}

@media (max-width:767px){
	.post-content{
		margin-top:0px;
	}
}

div.related-posts{
	border-top: 1px solid #231f20;
	padding-top: 30px;
}

.related-posts .description h2{
	color:#004d7c;
	font-size:15px;
	margin-bottom:2px;
}

.related-posts .description{
	color:black;
	background-color:white;
	background:none;
}

.related-posts-half-screen{
	padding-top:70px;
	padding-bottom: 30px;
}

.related-posts .description h2{
	color:#004d7c;
	font-size:15px;
	margin-bottom:2px;
}

.related-posts .description{
	color:black;
	background-color:white;
	background:none;
}

.related-posts-half-screen{
	padding-top:70px;
}

.related-posts h3{
	font-weight: 500;
	font-size: 24px;
	margin-bottom:30px;
	margin-left:13px;
	color:#004d7c;
}

.subnav{
	min-height:25px;
	margin-top:39px;
	margin-bottom:46px;
}

.subnav nav {
    width: 100%;
    border-right: none;
	text-align:center;
}

.subnav nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
	display:inline-block;
}

.subnav nav ul a{
	cursor: pointer;
    border-bottom:2px solid #ffffff;	/*so we don't change size on rollover*/
}

.subnav nav ul li {
    list-style: none;
    float: left;
    text-align: center;
	margin-left:20px;
	margin-right:20px;
    box-sizing:border-box;
	font-size:16px;
	color:#004d7c;
	font-weight:600;
}

.subnav nav ul li:first-child {
    border-left: none;
}

.subnav nav ul li a.selected,
.subnav nav ul li a:hover,
.subnav nav ul li.current-menu-item a {
    border-bottom:2px solid #fdbc3e
}

.subnav nav ul li a {
    display: block;
    text-decoration: none;
    color:#004d7c;
}

.subnav.projects nav ul{ 
	width: 75%;
    min-width: 690px;
}

.subnav.projects nav ul li{ 
	width: 16.6%;
    margin: 0;
}

.subnav.projects nav ul li a{ 
	display: inline;
}

@media (max-width: 768px){
	.subnav nav ul li {
	    float: none;
	    text-align: left;
		margin-left:20px;
		margin-right:0;
	}
	
	.subnav nav ul li:first-child {
	    border-left: inherit;
	}

	.subnav nav ul li a{
		display: inline;
	}

	.subnav nav{
		text-align: left;
	}
}

.topnav nav {
    width: 100%;
    border-right: none;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 100px;
}

.topnav nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.topnav nav ul li {
    list-style: none;
    float:left;
    text-align: center;
    padding-right:20px;
    box-sizing: border-box;
	color:#004d7c;
	text-transform:uppercase;
}

.topnav nav ul li:first-child {
    border-left: none;
}

.topnav nav ul li a {
    display: block;
    text-decoration: none;
   color:#004d7c;
    padding: 10px 0;
    white-space: nowrap;
}

.topnav{
	height:100px;
	font-size:14px;
	font-weight:600;
	display:table;
}

.topnav .site-nav{
	float:right;
    height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
    margin-right: -15px;
    padding-right: 15px;
}

@media (max-width: 991px){
	.topnav .site-nav ul li{
		max-width: 150px;
	}

	.topnav nav {
		padding-left: 10px;
	}
}

.flip-front{
	/*transform:matrix(1.0,0,0,1.0,0,0);*/
	-ms-transform:rotateX(0deg) translate3d(0,0,-50px);
	-webkit-transform:rotateX(0deg) translate3d(0,0,-50px);
	-moz-transform:rotateX(0deg) translate3d(0,0,-50px);
	-o-transform:rotateX(0deg) translate3d(0,0,-50px);
	transform:rotateX(0deg) translate3d(0,0,-50px);
	transition:all .4s;
}

.flip-back{
	-ms-transform:rotateX(90deg) translate3d(0,0,-50px);
	-webkit-transform:rotateX(90deg) translate3d(0,0,-50px);
	-moz-transform:rotateX(90deg) translate3d(0,0,-50px);
	-o-transform:rotateX(90deg) translate3d(0,0,-50px);
	transform:rotateX(90deg) translate3d(0,0,-50px);
	transition:all .4s;
	text-align:right;
	position: absolute;
    top:0;
	right:0;
	bottom:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:100px;
	color:#004d7c;
	padding-top:30px;
	padding-right:15px;
	background-color: #cccccc;
}


.flipped .flip-front{
	/*transform:matrix(1.0,0,0,0,0,-50px);*/
	transform:rotateX(-90deg) translate3d(0,0,-50px);
	transition:all .4s;
	opacity:0.1;
} 

.flipped .flip-back{
	transform:rotateX(0deg) translate3d(0,0,-50px);
	transition:all .4s;
	background-color: #ffffff;
}

header nav div.search{
	display:inline-block;
}

.search-results-container{
	min-height:400px;
	padding-top: 40px;
}

.search-blog-post{
	margin-bottom: 10px;
}

.search-blog-post h2{
	color:#004d7c;
	margin-bottom: 0;
}

.search-blog-post p{
	color:#666666;
	font-size:17px;
	margin-bottom: 6px;
}

.search-blog-post .read-more{
	color:#004d7c;
}

.search-content{
	display:inline-block;
	border:1px solid #c9c9c9;
}

header .fa-close{
	cursor:pointer;
	font-size:17px;
	margin-left:15px;
}

header form{
	display:inline-block;
}

header form button{
	background:none;
	border:none;
	font-size:12px;
}

input.search-term{
	border:none;
	font-size:16px;
}

header{
	position:fixed;
	z-index:20;
	width:100%;
	background-color:white;
}

.site-logo{
	float:left;
	padding:25px 0;
}

.site-logo img{
	height:50px;
}

.sale-archive{
	min-height: 700px;
}

.home-feature-description{
	font-size:15px;
	line-height:164%;
	padding-top:11px;
	margin-bottom:18px;
}

.home-feature-description a{
	color: #ffffff;
	text-decoration: underline;
}

.team-related-posts-post{
	cursor: pointer;
}

@media (max-width:768px){
	.team-related-posts-post-inner{
		margin-bottom:75px
	}
}

.team-related-posts h2{
	font-size:17px;
	color:#004d7c;
	margin-top:12px;
	margin-bottom:0px;
}

.team-related-posts p{
	font-size:14px;
	color:#004d7c;
}

.team-related-posts p.job-title{
	height:35px;
}

.team-related-posts h3{
	font-size:16px;
	color:#004d7c;
	margin-left:16px;
	margin-bottom:17px;
}

/**
*
*	Team Page Header
**/


.normal-header,
.tall-header{
	position: relative;
	background-size:cover;
	background-position:center;
}
	
.normal-header{
	height:200px;
}
.tall-header{
	height:525px;
}

@media (max-width:767px){
	.tall-header{
		height:50vw;
	}
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

div.owl-pagination{
	display:none;
}
.owl-buttons{
	position:absolute;
	top:50%;
	width:100%;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next{
	position:absolute;
	text-indent:9999px;
	width:20px;
	height:72px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background-size:cover;
	padding:0;
	margin:0;
	top:-36px;
	overflow: hidden;
}

@media (max-width:767px){
	.owl-theme .owl-controls .owl-buttons div.owl-prev,
	.owl-theme .owl-controls .owl-buttons div.owl-next{
		width:15px;
		height:60px;
	}
}

.owl-theme .owl-controls .owl-buttons div.owl-prev{
	background-image:url("./images/arrow-prev.png");
	left:0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next{
	background-image:url("./images/arrow-next.png");
	right:0;
}

a.nav-search .fa{
	color:#004d7c;
}

.nav-search{
	display:inline-block;
	float:right;
	padding-top:9px;
}

.site-nav nav ul{
	display:inline-block;
}

.team-popup{
	background-color:white;
	padding: 15px 0;
}

.team-popup .photo{
	background-color:white;
	height:325px;
	background-size:cover;
	background-position:center;
}

.profile{
	height:325px;
	font-size:17px;
	padding-left:35px;
	padding-right:35px;
	background-color:#004d7c;
}

.profile p{
	padding-top:14px;
	padding-bottom:10px;
	font-size:13px;
}

.profile h2{
	font-size:13px;
	font-weight:600;
	padding-top:20px;
	margin-bottom:0px;
	font-size: 15px;
}

.profile h3{
	font-size:13px;
	font-weight:300;
	margin-top:5px;
}

.popup-close{
	color:white;
	position:absolute;
	font-size:15px;
	top:20px;
	right:24px;
	z-index:12;
	cursor:pointer;
}

.profile .read-more{
	font-size:14px;
}

.single-project-heading h2{
	color:#004d7c;
}

.post-content.no-margin-bottom {
	margin-bottom:0px;
}


.post-content.no-margin-bottom {
	margin-bottom:0px;
}