/*
	Theme Name: Skyview Energy V2
	Theme URI: psenergy.com
	Description: WP Theme for Skyview Energy
	Version: 2.004
	Author: Trevelino/Keller
	Author URI: www.trevelinokeller.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

:root {
	--blue:#39a2e1;
	--light-blue:#029bdb;
	--gold:#e4ac11;
	--Oswald: 'Oswald', sans-serif;
	--OpenSans: 'Open Sans', sans-serif; 
}

/*WP CORE
=========================*/

*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

.is-layout-flex {
    display: flex;
}

.alignfull, .container.alignfull {
	width:100%;
	max-width:100%;
	margin:0;
}

@media all and (min-width:1281px) {
	.alignwide,
	.container.alignwide {
		width: 1280px;
		max-width: 100%;
		position: relative;
		left: 0;
		margin:0 auto;
	}	
}

@media all and (max-width:1280px) {
	.alignwide, .container.alignwide {
		padding: 0 1rem;
	}
}
article.post > *:not(.alignwide, .alignfull),
article.page > *:not(.alignwide, .alignfull) {
    width: 968px;
    margin: 1.25rem auto;
	max-width:100%;
}

.wp-block-image {
	margin-bottom:0;
}

.wp-block-image img {
    max-width: 100%;
    display: block;	
}

.wp-block-columns {
    margin-bottom: 0;
}

::selection {
    background-color: var(--wp--preset--color--primary);
    color: #ffffff;
}

html {
	font-size:18px;
}

body {
	margin:0px; 
	padding:0px;
	font-family: 'Open Sans', Arial, sans-serif;
	background:#fff;
	color:#000;
} 
div { 
	display:block; 
	position:relative; 
	margin:0px; 
	padding:0px; 
}
.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow:hidden; 
}
.container {
	float:none; 
	clear:both; 
	margin:0px auto; 
	padding:0px;
	width:100%; 
	height:auto; 	
}
.row {
	clear:both; 
	margin:0px auto; 
	padding:0px; 
	width:100%; 
	height:auto; 
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:stretch;
	max-width:1280px; 
}
div[class*='span'] {
	float:left;
	margin:0px auto; 
	padding:28px 28px; 
	height:auto;
   	box-sizing: border-box;
}
.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }

h1,h2,h3,h4,h5,h6 {
	font-family:var(--Oswald);
}

h1 {
	font-size:3rem;
	line-height:135%;
	margin:1.5rem 0;
	font-weight: 400;
}

h2 {
	font-size:2.25rem;
	line-height:135%;
	margin:1.5rem 0;
	font-weight: 400;
}

h3 {
	font-size:1.8rem;
	line-height:135%;
	margin:1.5rem 0;
	font-weight:400;
}

h4 {
    font-size: 1.4rem;
    line-height: 135%;
    margin: 1rem 0;
    font-weight: 300;
}

p {
	font-size:1.1rem;
	line-height:140%;
	margin:1.1rem 0;
	padding:0;
}
article ul li {
    font-size: 1.1rem;
    line-height: 150%;
}
a {
	transition: 180ms ease all; 
	text-decoration:none;
	color:var(--wp--preset--color--primary);
}
a.large-link {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
a:hover {
	color:#000000;
}
img, a img {
	display:inline-block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px;
}
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

figure.service-icon {
	display: flex;
	width: 60px; 
	height: 60px;
	border-radius: 8px;
	background: var(--gold);
	padding: 12px;
}

figure.service-icon img {
	display: block;
	width: 100% !important;
	max-width: 100%;
	height: auto;
}
small {font-size:70%;}
.bold, strong {font-weight:bold;}
.italic, em { font-style:italic;}
.hidden { display:none; }
.clear {	clear:both; float:none; display:block; position:relative; }
.text-center { text-align:center; }
.text-right { text-align:right; } 
.text-balance { text-wrap:balance; } 
.no-gap { margin:0px auto !important; padding:0px !important; } 
hr.wp-block-separator {
    display: block;
    clear: both;
    position: relative;
    max-width: 100%;
    width: 100%;
    border: 0px;
    height: 2px;
    margin:0 0 1rem 0;
}
overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0,0,0,.5);
}

ul.menu {
	list-style:none; 
	margin:0px; 
	padding:0px;
	display:flex;
	position:relative;
}

ul.menu li {
	list-style:none; 
	margin:0px; 
	padding:0px;
	display:block;
	position:relative;
}

ul.menu li a {
	display:block;
	height:auto; width:auto;	
	margin:0px; 
	padding:1rem;
	text-decoration:none;
	color:white;
}

/* FORMS & BUTTONS
============================== */

input, textarea, select {
	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
   	-ms-box-sizing: border-box;
   	box-sizing: border-box;
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
	padding:12px 24px;
	margin:8px auto; 
	font-size:1rem;
	line-height:100%;	
	border:1px var(--wp--preset--color--secondary) solid; 
	color:var(--wp--preset--color--gray);
}

a.button, input[type="submit"], button:not(.fancybox-close-small) {
	display:inline-block; position:relative;
	font-family: var(--Oswald);
    font-size: 1.25rem;
    line-height: 100%;
    padding: 1.25rem 2rem;
    min-width: 240px;
    text-align: center;
	border:0px;	
	background:var(--wp--preset--color--primary);
	color:white;	
	transition:180ms ease-in-out all;
}

a.button:hover, input[type="submit"]:hover, button:hover {
	background:#454545;
	color:white;
}
.wp-block-button__link {
    font-family: var(--Oswald);
    font-size: 1.25rem;
    line-height: 100%;
    padding: 1.25rem 2rem;
    min-width: 240px;
    text-align: center;
}
.wp-block-button__link:hover {
    background: #454545;
    color: white;
}

@media all and (min-width:1081px) {
	form.wpcf7-form.split-boxes {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: stretch;
		gap: 0 3%;
	}

	form.wpcf7-form.split-boxes > *:not(p) {
		flex: 0 0 calc(33% - 2%);
	}

	form.wpcf7-form.split-boxes > p {
		flex: 0 0 100%;
	}
}












/* HEADER
================================*/

.header-spacer {
    width: 100%;
    height: 160px;
    background: gray;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    /*background: linear-gradient(90deg, rgba(69,69,69,0.9) 0, rgba(69,69,69,0.9) calc(((100% - 1280px) / 2) + 280px), rgba(0,0,0,0.25) calc(((100% - 1280px) / 2) + 281px), rgba(0,0,0,0.25) 100%);*/
	background:rgba(0,0,0,0.3);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    transition: 180ms ease-in-out all;
}

header .row, footer .row {
    padding: 0 1rem;
    max-width: calc(1280px + 2rem);
}

logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 140px;
    box-sizing: border-box;
    padding-right: 60px;
	transition:180ms ease-in-out all;
}

logo svg {
    width: 100%;
    fill: white;
	transition: 180ms ease-in-out all;
}

logo a:hover svg {
    fill: #029bdb;
}

nav.nav.super-menu {
    position: absolute;
    top: 0;
    right: 1rem;
    background: rgba(0,0,0,0.25);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    z-index: 10;
	transition:180ms ease-in-out all;
}

nav.nav.super-menu > span,
nav.nav.super-menu > a {
    color: white;
    font-family: var(--Oswald);
    font-weight: 300;
    font-size: 1.15rem;
    display: block;
    line-height: 150%;
    margin-right: 1rem;
}

nav.nav.super-menu > a:hover {
	color:var(--wp--preset--color--accent);
}

.super-menu ul.social {
    margin-top: 0;
}

nav.nav.super-menu ul.social li a {
    margin: 0 0 0 1rem;
    font-size: 1.5rem;
    line-height: 100%;
}

nav.nav.header-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 1;
}

ul#header {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}

.header-nav ul.menu li {
    display: flex;
    transition: 180ms ease-in-out all;
    height: 100%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    box-sizing: border-box;
    padding:0;
}

.header-nav ul.menu li.li-hovered {
	background:rgba(0,0,0,0.25);
}

.header-nav ul.menu li a {
    font-family: var(--Oswald);
    font-size: 1.1rem;
    font-weight: 300;
    padding: 1.1rem 1.45rem 1.45rem 1.45rem;
}

.header-nav ul.menu li a:hover {
	color:var(--wp--preset--color--accent);
}

.header-nav ul.menu li.header-button {
    padding-right: 0;
    margin-bottom: 1rem;
	margin-left:1rem;
}

.header-nav ul.menu li.header-button a {
    background: var(--wp--preset--color--primary);
    padding: 0.45rem 1.75rem;
	text-align:center;
}

.header-nav ul.menu li.header-button a:hover {
    background: #454545;
	color:white;
}

.mobile-menu, .header-nav ul.menu li.mobile-only {
	display:none;
}

@media all and (min-width:1082px) {
	
	body.sticky header {
		background: white;
	}

	body.sticky logo {
		height: 80px;
	}
	body.sticky header logo svg {
		fill: black;    
	}
	body.sticky header logo a:hover svg {
		fill: #029bdb;
	}
	body.sticky logo svg {
		width: 60%;
	}
	body.sticky nav.nav.super-menu {
		transform: translate(0,-100%);
		pointer-events: none;
		opacity: 0.0;
	}
	
	body.sticky .header-nav ul.menu li.menu-item > a {
		color: black;
	}
	body.sticky .header-nav ul.menu li.menu-item.header-button  > a {
		color:white;
	}
	body.sticky .header-nav ul.menu li.menu-item.li-hovered > a,
	body.sticky .header-nav ul.menu li.menu-item > a:hover {
		background:rgba(224,224,225,1);
	}
	body.sticky .header-nav ul.menu li.menu-item.header-button  > a:hover {
		background:black;
	}
	body.sticky li.menu-item.li-hovered {
		background: rgba(224,224,225,1);
	}
	
}
@media all and (min-width:1281px) { 
	body.sticky header {
		background: white;
	}
}

@media all and (max-width:1280px) { 

	header {
				background: rgba(0, 0, 0, 0.3);
	}
	
	logo {
		padding-right: 40px;
		width: 284px;
	}
	
	.header-nav ul.menu li a {
		font-size: 1rem;
		padding: 0.75rem 1.25rem 1.45rem;
	}
}



/* SUBNAVIGATION
======================================= */

header div.sub-menu {
    display: block;
    position: fixed;
    z-index: -1;
    background: rgba(69,69,69,0.9);
    top: 200px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    transition: z-index 0s linear,opacity 90ms ease-in-out,pointer-events 0s linear,top 90ms ease-in-out, left 190ms ease-in-out;
    pointer-events: none;
    opacity: .0;
}

body.nav-opened header div.sub-menu {
	transition: z-index 0s 180ms linear,opacity 180ms ease-in-out,pointer-events 0s linear,top 180ms ease-in-out;
}

@media all and (min-width:982px) {

	header div.sub-menu.opened {
		transition: z-index 0s 180ms linear,opacity 0ms ease-in-out,pointer-events 0s linear,top 0ms ease-in-out;
		opacity: 1;
		pointer-events: auto;
		top: 160px;
		z-index: 8;
	}
	
	body.sticky header div.sub-menu {
		top:120px;
	}

	body.sticky div.sub-menu.opened {
		top: 80px;
	}
	
}

.sub-menu .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 240px;
}

ul.sub-menu-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: stretch;
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0 0 0 1rem;
}

.sub-menu .intro {
    position: relative;
    width: 400px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    color: white;
}

.sub-menu .intro h3 {
    margin: 0;
    font-weight: 400;
}

.sub-menu .sub-menu-link-item {
    flex: 1;
    max-width: 100%;
    padding: 1rem;
    background: transparent;
    transition: 180ms ease all;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sub-menu .sub-menu-link-item:last-of-type {
    padding-right: 0;
}

.sub-menu .sub-menu-link-item a {
    color: white;
    font-size: 1.25rem;
    font-family: 'Oswald';
    text-align: center;
    display: flex;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.sub-menu .sub-menu-link-item a span {
	display:block;
	position:relative;
	padding:0.35rem 0;
}



@media all and (min-width:982px) {
	.sub-menu .intro:after {
		content: '';
		display: block;
		position: absolute;
		top: 10%;
		width: 2px;
		right: 0;
		height: 80%;
		background: white;
	}
	.sub-menu .sub-menu-link-item:after {
		content: '';
		display: block;
		position: absolute;
		top: 10%;
		width: 1px;
		right: 0;
		height: 80%;
		background: white;
	}
	.sub-menu .sub-menu-link-item:last-of-type:after {
		display:none;
	}
	
	.sub-menu .sub-menu-link-item a span:after {
		display: block;
		content: '';
		width: 0;
		position: absolute;
		height: 4px;
		background: var(--wp--preset--color--accent);
		transition: 180ms ease-in-out all;
		transform: translate(-50%,0);
		left: 50%;
		top: 100%;
		opacity: 0.0;
	}

	.sub-menu .sub-menu-link-item a:hover span:after {
		width: 100%;
		opacity: 1.0;
	}
	
}

.sub-menu.sub-menu-about-menu .sub-menu-link-item {
    padding: 44px 24px;
}

a.back-arrow {
	display:none; 
}
























/* HERO CAROUSEL 
=============================== */

ul.hero-slider-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.hero-slider-carousel li {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.row.slider-content {
    z-index: 10;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 1rem;
}

.row.slider-content > * {
	opacity: 0.0;
    transform: translate(0,100%);
    transition: 1.25s cubic-bezier(0.4, 0.32, 0.18, 0.96) all;
}

.slick-active .row.slider-content > * {
    opacity: 1.0;
    transform: translate(0,0);
}

.slick-current.reset-animation .row.slider-content > * {
	transition:0ms linear all;
	opacity:0.0;
	transform: translate(0,100%);
	transition-delay:0ms !important;
}

.row.slider-content h1, .row.slider-content p {
    color: white;
}

.row.slider-content h1 {
    margin: 0;
    width: 720px;
    transition-delay: 1000ms !important;
    max-width: 100%;
    line-height: 110%;
}

.row.slider-content p {
    width: 480px;
    max-width: 100%;	
}

.row.slider-content p.description {
	transition-delay:1400ms !important;
}

.row.slider-content p.slider-button {
	transition-delay:1800ms !important;
}

ul.hero-slider-carousel img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index:1;
	transition:0.25s linear all;
}

ul.hero-slider-carousel li.slick-active img {
    transform: scale(1.1);
	transition:8s linear all;
}

ul.hero-slider-carousel .slick-current.reset-animation img {
	transition:0.000001ms linear all;
	transform: scale(1);
	transition-delay:0ms !important;
}

a.slider-link {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:7;
}

.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    display: flex;
}

a.slick-arrow {
    display: flex !important;
    position: absolute;
    z-index: 5;
    top: 0;
    height: 100%;
    width: 64px;
    border: 0px;
    font-size: 36px;
    line-height: 100%;
    color: #6D6E6E;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

a.slick-arrow svg {
    transition: .18s;
    fill: white;
    opacity: 0.75;
    width: 14px;
    height: auto;
    display: block;
}

a.slick-prev.slick-arrow {
    left: 0;
}

a.slick-next.slick-arrow {
    right: 0;
}

a.slick-prev:hover svg {
	opacity:1.0;
}

a.slick-next:hover svg {
	opacity:1.0;
}

@media all and (max-width:1181px) {
	a.slick-arrow {
		width:48px;
	}
}

ul.slick-dots {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%,0);
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li {
    display: block;
    position: relative;
    font-size: 0px;
    color: transparent;
    width: 14px;
    height: 14px;
    overflow: hidden;
    border-radius: 50%;
    border: 0;
    background: gray;
    opacity: 0.2;
    margin: 0 6px;
    cursor: pointer;
}

ul.slick-dots li:hover, 
ul.slick-dots li.slick-active {
    opacity: 0.8;
}




ul.quick-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(69,69,69,0.75);
    z-index: 10;
}

ul.quick-links li {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #7c7c7c;
}

ul.quick-links li:last-of-type {
    border-right: 0;
}

ul.quick-links li a {
    display: block;
    color: white;
    font-weight: 600;
    font-size: 1.05rem;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
}

ul.quick-links li a:hover {
    background: rgb(0,59,135,0.65);
}











/* LEAD HERO 
=========================== */

.lead-hero * {
	text-wrap: balance;
}

.lead-hero p {
    padding-right: calc(1280px - 720px);
}

.contact-us .lead-hero p {
    padding-right: calc(1280px - 768px);
}

@media all and (max-width:1280px) { 
	.lead-hero p,
	.contact-us .lead-hero p {
		padding-right: 0;
		width: 720px;
		margin-left: 0 !important;
		max-width: 100%;
	}
}






/* BIG PHOTO 
========================== */

.big-photo .wp-block-cover {
    height: 100%;
}

@media all and (min-width:782px) {
	
	.big-photo.wp-block-columns {
		gap:1rem
	}
	
	.big-photo .wp-block-column .wp-block-cover {
		width: calc(100% - 1rem);
	}
	
	/*

	.big-photo .wp-block-cover img {
		width: calc(100% + ((100vw - 1280px - 17px) / 2));
		object-fit: cover;
		height: calc(100% + 4rem);
		transform: translate(0,-2rem);
	}

	.big-photo .wp-block-column:first-of-type .wp-block-cover img {
		transform: translate(calc((100vw - 1280px - 17px) / 2 * -1),-2rem);
		width: calc(100% + ((100vw - 1280px - 17px) / 2 + 2em - 12px));
	}

	.big-photo .wp-block-column:first-of-type > *:not(.wp-block-image) {
		padding-right:4rem;
	}

	.big-photo .wp-block-column:last-of-type > *:not(.wp-block-image) {
		padding-left: 4rem;
	}
	
	*/
	
}


.add-border {
    padding: 3rem;
    border: 2px solid #dedede;
	background:white;
}

.has-white-color a:not(.wp-block-button__link) {
    color: white;
    text-decoration: underline;
}

ul.arrow-list {
    list-style: none;
    margin: 2.5rem 0;
    padding: 0 2rem 0 0;
}

.arrow-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.arrow-list li:before {
    content: '\25B6';
    position: absolute;
    top: 0;
    left: 0;
}

ul.steps-list {
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

ul.steps-list li {
    position: relative;
    padding-left: 2.5rem;
    line-height: 180%;
    margin-bottom: 2.5rem;
}

ul.steps-list li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: white;
    position: absolute;
    display: block;
    border-radius: 50%;
    top: 14px;
    left: 12px;
}

ul.steps-list li:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 15px;
    width: 1px;
    height: calc(100% + 2.5rem);
    border-left: 2px dotted white;
}

ul.steps-list li:last-of-type {
	line-height:145%;
}

ul.steps-list li:last-of-type:before,
ul.steps-list li:last-of-type:after {
	display:none;
}

ul.steps-list li:nth-last-child(2) {
    margin-bottom: 0.5rem;
}

ul.steps-list li:nth-last-child(2):after {
	display:none;
}

.map-container {
    height: 450px;
    overflow: hidden;
}














/* TESTIMONIAL CAROUSEL
========================================= */

.testimonial-carousel-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.quote-container {
    width: 70%;
    max-width: 840px;
    padding: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.quote-container .slick-track {
    display: flex;
    align-items: center;
}

.quote-container h2 {
    font-size: 2rem;
    color: var(--blue);
    margin: 0 0 1rem 0;
}
ul.quotes {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.quotes li {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.quote-holder {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
}

quote-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: var(--blue);
    color: white;
    width: 90px;
    height: 88px;
    font-size: 5rem;
    line-height: 100%;
    margin-right: 2rem;
}

quote-box span {
    display: block;
    font-family: 'Oswald';
    transform-origin: center center;
    transform: translate(0,-25%) rotate(180deg);
}

quote-box svg {
    display: block;
    max-width: 100%;
    height: auto;
    width: 40%;
    fill: white;
}

figure.quote-logo {
	display:none;
}

blockquote {
    flex: 1;
    display: block;
    margin: 0;
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 125%;
    color: #3d3d3d;
}

cite:before {
    content: "\2014";
}

cite {
    display: block;
    margin-top: 2rem;
    font-style: normal;
}



ul.logos {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

ul.logos li {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex: 1;
	min-height:80px;
    max-height: 132px;
    width: 100%;
    transition: 180ms ease-in-out all;
    border-bottom: 2px solid #e3e3e3;
    cursor: pointer;
}

ul.logos li:last-of-type {
	border-bottom:0;
}

ul.logos li.active {
    background: var(--blue);
}

ul.logos li img {
    display: block;
    width: auto;
    height: auto;
    transition: 180ms ease-in-out all;
    max-width: 140px;
    max-height: 44px;
	opacity:0.5;
}

ul.logos li.active img {
    filter: brightness(10);
    opacity: 1.0;
}

.order-logo .quote-container {
    order: 2;
    padding: 2rem 1rem 1rem 4rem;
    width: 55%;
}













/* PICTURE TILES
==================================== */

.picture-tiles {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.picture-tile {
    flex: 1;
    width: 25%;
    overflow: hidden;
    min-height: 30vw;
}

.picture-tile overlay {
    background: rgba(0,59,135,55%);
    height: 10vw;
	min-height:160px;
    transition: 180ms ease-in-out all;
}

.picture-tile:hover overlay {
    height: 100%;
	background: rgba(0,59,135,75%);
}

.picture-tile a {
    z-index: 15;
}

.picture-tile img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2s cubic-bezier(.11,.72,.7,.94) all;
    z-index: 1;
}

.picture-tile:hover img {
	/*
    transform: scale(1.1);
    filter: grayscale(50%);
	*/
}

.picture-tile-text {
    z-index: 10;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1rem 1rem 1rem;
    color: white;
}

.picture-tile-text h2 {
    height: 10vw;
	min-height:160px;
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    font-size: 1.8rem;
}

.picture-tile-text p {
    opacity: 0.0;
    transition: 180ms ease-in-out all;
    width: 400px;
    max-width: 100%;
    margin: 1rem auto;
    font-size: 0.88889rem;
	text-wrap:balance;
}

.picture-tile:hover .picture-tile-text p {
    opacity: 1.0;
}

p.tile-link {
    font-weight: 800;
}

.picture-tile-text p about-point {
	display: flex;
	flex-flow: row;
	gap: 1rem;
}

.picture-tile-text p about-point span {
	text-align: left;
}

.picture-tile-text p about-point strong {
	flex: 0 0 105px;
	text-align: left;
}















/* BLOG FEED
============================= */

.blog-feed {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3rem;
}

.blog-feed article {
    width: calc((100% / 3) - 2rem);
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
	position:relative;
}

article.blog-feed-post figure {
    aspect-ratio: 13/9;
    display: block;
    height: auto;
    margin: 0 0 1.25rem 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

article.blog-feed-post img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    transition: 1.25s cubic-bezier(0.4, 0.32, 0.18, 0.96) all;
}

article.blog-feed-post:hover img {
	transform:scale(1.15);
}

blog-info {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0 1rem;
    border-left: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    flex: 1;
}

blog-info h3 {
    color: var(--blue);
    font-size: 1.5rem;
    margin: 0 0 0.75rem 0;
}

blog-info excerpt {
    display: block;
    font-size: 1rem;
    line-height: 125%;
    margin-bottom: 0.75rem;
}

blog-info time {
    display: block;
    font-size: 1rem;
    color: #aaa;
    line-height: 100%;
    margin: 0 0 0.75rem 0;
}

span.read-more-link {
    color: var(--blue);
    display: block;
    margin: auto 0 0 0;
    font-weight: 800;
}
















/* PROFILE BLOCKS
=============================== */

.fancybox-stage > .fancybox-slide {
    text-align: center;
}

.fancybox-navigation .fancybox-button {
    position: fixed !important;
}

.profile-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

.profile-block .profile {
    position: relative;
    display: block;
    width: 300px;
    margin: 0 0 2rem 0;
}

figure.profile-thumb {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background: #bfbfbf;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
}

figure.profile-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.profile h3 {
    font-size: 1.6rem;
    color: var(--blue);
}

.fancybox-container .profile-expanded {
    width: 840px;
    padding: 2.5rem;
    max-width: 100%;
    background: #ffffff;
	margin:0 auto;
}

.profile-expanded-row {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.profile-expanded-row {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.headshot-title {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.profile-expanded-row img {
    width: 268px;
    height: auto;
    object-fit: cover;
    margin: 0 2.5rem 0 0;
}

.profile-expanded-row .profile-info {
    flex: 1;
    padding: 0;
    position: relative;
}

.profile-info h2 {
    margin-top: 0;
    position: relative;
    pointer-events: none;
    color: var(--blue);
    font-size: 1.75rem;
}

.profile-info a.linkedin {
    display: block;
    z-index: 1;
    font-size: 1.5rem;
    line-height: 130%;
    color: black;
}















/* RESOURCES
================================ */

.resources-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3rem 3rem;
}

article.resource {
    width: calc(33.33333333% - 2rem);
    position: relative;
    min-height: 360px;
    overflow: hidden;
}

article.resource:first-of-type {
    width: calc(66.666666666% - 1rem);
}

article.resource img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: 1.25s cubic-bezier(0.4, 0.32, 0.18, 0.96) all;
}

article.resource:hover img {
	transform:scale(1.2);
}

.resource-info {
    z-index: 8;
    display: flex;
    box-sizing: border-box;
    padding: 0 2rem 3rem 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

resource-type {
    display: block;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    color: white;
    background: rgba(0,0,0,0.75);
    font-family: var(--Oswald);
    font-weight: 400;
    font-size: 1rem;
    line-height: 125%;
}

.resource h3 {
    color: white;
    font-size: 1.65rem;
    line-height: 125%;
}

.resource button {
    min-width: 120px;
    font-size: 1.1rem;
    padding: 1rem 1.25rem;
}

article.resource:hover button {
	background:black;
}

.resource overlay {
    background: var(--blue);
    opacity: 0.75;
}

article.resource.animation:first-of-type overlay {
    background: black;
    opacity: 0.35;
}

article.resource.animation:nth-of-type(4n + 2) overlay {
    background: var(--wp--preset--color--accent);
    opacity: 0.65;
}

article.resource.animation:nth-of-type(4n + 4) overlay {
    background: black;
    opacity: 0.6;
}

article.page .container.resource-filter {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 1280px;
    border-bottom: 2px solid #d9d9d9;
}

resource-filter {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 2rem);
    margin: 0 1rem;
    max-width: 460px;
}

resource-filter span {
    display: block;
    white-space: nowrap;
}

.resource-filter select {
    margin: 0 0 0 1rem;
    border: 2px solid #d9d9d9;
    width: 240px;
    max-width: 100%;
}

div#empty-list {
    width: 100%;
}























/* FOOTER 
================================*/

.footer.container {
    background: #282828;
    color: white;
    padding: 2rem 0;
}

.footer.container a {
    color: white;
}

.company-info-description {
	width: 33%;
	margin-right: 5rem;
}

.company-info-description p {
	font-family: 'Open Sans';
	font-weight: 100;
	text-wrap: balance;
	font-size: 0.88889rem;
}

.footer > .row > .company-info {
    width: 25%;
}

.footer > .row > nav.footer-nav {
	flex: 1;
}

.footer > .row > .footer-cta {
    width: 28%;
}

footer p {
    font-size: 0.95rem;
    line-height: 125%;
}

.company-info p {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}
.company-info h4 {
    margin-bottom: 0.5rem;
}

ul.social {
    margin: 0.5rem 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

ul.social li a {
    display: block;
    color: white;
    font-size: 1.85rem;
    margin-right: 2.5rem;
}

ul.social li a svg {
    fill: white;
	transition: 180ms ease all;
}

ul.social li a:hover {
    color: var(--wp--preset--color--accent);
}

ul.social li a:hover svg {
    fill: var(--wp--preset--color--accent);
}

.footer ul.menu {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.footer ul.menu > li {
    width: 50%;
    margin-bottom: 1rem;
}

.footer ul.menu > li a {
    font-family: var(--Oswald);
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 135%;
    padding: 1rem 0 0.5rem 0;
    margin: 0;
}

.footer ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul.menu > li ul.sub-menu a {
    font-family: 'Open Sans';
    font-size: 0.95rem;
    padding: 0;
    margin: 0 0 0.25rem 0;
    font-weight: 400;
}

.footer ul.menu li a:hover {
    color: var(--wp--preset--color--accent);
}

.footer-cta {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 1rem;
}

figure.footer-logo {
    margin: 1.5rem 0 1rem 0;
    padding-bottom: 1rem;
    width: 100%;
    display: flex;
}

figure.footer-logo svg {
    width: 240px;
    fill: white;
}

figure.affiliations {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

figure.affiliations img {
    display: block;
    margin: 0;
}

figure.affiliations img:first-of-type {
    transform: translate(0,-4px);
}

.footer-copyright.container {
    background: #1e1e1e;
    color: white;
}

.footer-copyright.container .row {
    justify-content: center;
    text-align: center;
}

p.copyright {
    font-size: 0.85rem;
    margin: 0;
    padding: 1.1rem 0;
}

p.copyright a {
    color: white;
}

p.copyright a:hover {
    color: var(--wp--preset--color--accent);
}


/* ANIMATIONS
========================*/
@supports (-webkit-animation:test) or (animation:test) {

.animate {
	opacity:0.0; 
}		
.animation {
	-webkit-animation:slideIn 1s forwards;
	animation:slideIn 1s forwards;
}

@-webkit-keyframes slideIn {
	from 	{ opacity:0.0; -webkit-transform: translate(0px,0px); }
	to		{ opacity:1.0; -webkit-transform: translate(0,0); }
	}

@-keyframes slideIn {
	from 	{ opacity:0.0; transform: translate(0px,0px); }
	to		{ opacity:1.0; transform: translate(0,0); }
}


@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes shake {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}






}



/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
@media all and (max-width:1081px) {
	
	html {
		font-size:16px;
	}


	div[class*='span'] {
		float:none; 
		clear:both; 
		width:100%; 
	}
	
	header {
		background: white;
	}
	
	logo {
		width: 168px;
		padding: 0;
		height: 90px;
	}
		
	nav.nav.header-nav, nav.nav.super-menu {
		display:none;
	}

	.mobile-menu {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -24px;
		right: 24px;
		z-index: 1000;
		color: black;
		width: 48px;
		height: 48px;
		text-align: center;
		font-size: 24px;
		line-height: 48px;
		cursor: pointer;
	}
	
	.header-nav ul.menu li.mobile-only {
		display: flex;
		margin-top: 1rem;
	}
	
	body.menu-toggled .mobile-menu {
		color:#fff;
	}
	
	body.menu-toggled .mobile-menu i.fa-bars:before {
		content: '\f00d';
	}

	nav.nav.header-nav {
		display: flex;
		position: fixed;
		top: 0;
		left: calc(100% + 24px);
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: flex-start;
		background: #113145;
		z-index: 900;
		flex-flow: column wrap;
		transition: 180ms ease-in-out all;
		box-sizing: border-box;
		padding: 96px 40px 40px 40px;
	}
	
	body.menu-toggled nav.nav.header-nav {
		left:0;
	}
	
	ul.menu {
		display:block;
		position:relative;
	}

	ul.menu li {
		display: block;
		float: none;
		border:0px;
	}

	ul.menu li a {
		text-align: center;
		color:#fff;
	}
	
	ul.menu li a:hover {
		color:#fff;
	}
	
	ul#header {
		height: auto;
	}
	
	.header-nav ul.menu li {
		height: auto;
		text-align: right;
		align-items: flex-end;
	}

	.header-nav ul.menu li a {
		padding: 0.75rem 1rem;
		font-size: 1.25rem;
	}
	
	.header-nav ul.menu li.header-button {
		margin: 1rem auto 0 auto;
	}
		
	header div.sub-menu {
		z-index: 999;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		border: 0;
		box-shadow: none;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		pointer-events: auto;
		padding: 96px 50% 40px 20px;
		opacity: 1.0;
		left: 101%;
		top: 0;
		transition: 180ms ease-in-out all;
		background: transparent;
	}
	
	header div.sub-menu.opened	{
		left: 50%;
		opacity: 1.0;
		transition: 180ms ease-in-out all;
	}
	
	body.nav-opened header div.sub-menu {
		transition: 180ms ease-in-out all;
	}
	
	body.menu-toggled.nav-opened nav.nav.header-nav {
		padding-right: 50%;
	}
	
	.sub-menu .row {
		display: block;
	}
	
	.sub-menu .sub-menu-link-item, .sub-menu.sub-menu-about-menu .sub-menu-link-item {
		padding: 0;
		display: block;
	}
	
	.sub-menu-link-item h2 {
		display:none;
	}
	
	.sub-menu-link-item h2 a {
		color: white;
		display: block;
	}
	
	.sub-menu .intro,
	.sub-menu .intro:after,
	.sub-menu .sub-menu-link-item p, 
	.sub-menu .sub-menu-link-item ul, 
	.sub-menu .sub-menu-link-item a.arrow-button,
	.sub-menu .sub-menu-link-item.copy a.arrow-button {
		display: none;
	}
	
	.sub-menu a.back-arrow {
		display: flex;
		position: absolute;
		top: -64px;
		left: 12px;
		font-size: 1.1rem;
		width: 40px;
		height: 40px;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transform-origin: center;
		color: white;
	}
	
	ul.sub-menu-links {
		padding: 0;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
	}
	
	.sub-menu .sub-menu-link-item a span {
		padding: 0;
	}
	
	.sub-menu .sub-menu-link-item a {
		font-size: 1.25rem;
		padding: 0.75rem 0.5rem;
	}
	
	footer .row {
		flex-flow: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.footer > .row > .company-info,
	.footer > .row > nav.footer-nav {
		width:100%;
	}
	
	.footer > .row > .footer-cta {
		align-items: center;
		width: 320px;
		height: auto;
		max-width: 100%;
	}
	
	.company-info-description {
		margin-right: 0;
		width: 480px;
		max-width: 100%;
	}
	
	ul.social {
		justify-content: center;
		margin: 1rem auto;
	}
	
	ul.social li a {
		margin: 0 1rem;
	}
	
	.footer ul.menu > li {
		width: 100%;
	}
	
	figure.footer-logo {
		justify-content: center;
	}
	
	figure.affiliations img {
		max-width: 30%;
	}
	
	.footer-cta {
		align-items: center;
		padding-top: 0;
		padding-bottom: 3rem;
	}
	
	
	
	
	
	.wp-block-columns {
		padding: 0 1rem;
	}
	
	
	ul.quick-links li {
		flex: 1 0 50%;
		border-bottom: 1px solid #7c7c7c;
	}
	
	.picture-tile {
		width: 50%;
		flex: 1 0 50%;
	}
	
	.picture-tile overlay {
		height: 100%;
	}
	
	.picture-tile-text h2 {
		height: auto;
		min-height: 64px;
		margin: 1rem 0;
	}
	
	.picture-tile-text p {
		opacity: 1.0;
	}
	
	.blog-feed {
		gap: 2.5rem 0;
		justify-content: center;
	}
	
	.blog-feed article {
		width: 488px;
		max-width: 100%;
	}
	
	ul.logos {
		display: none;
	}
	
	.quote-container,
	.order-logo .quote-container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	figure.quote-logo {
		display: flex;
		transition: 180ms ease-in-out all;
		width: 129px;
		height: 60px;
		padding: 0 0 1rem 0;
		opacity: 0.6;
	}
	
	figure.quote-logo img {
		display: block;
		object-fit: contain;
	}
	
	quote-box {
		font-size: 2.5rem;
		width: 64px;
		height: 60px;
		margin-right: 0;
	}
	
	blockquote {
		padding: 0 0 0 1rem;
		font-size: 1.2rem;
	}
	
	.quote-container h2 {
		font-size: 1.45rem;
		text-align: center;
	}
	
	.resources-block {
		gap: 1.5rem;
	}
	
	resource-filter {
		flex-flow: column;
		align-items: flex-start;
	}
	
	.resource-filter select {
		margin: 0.5rem 0;
	}

	article.resource:first-of-type, article.resource {
		width: calc(50% - 0.75rem);
		min-height: 240px;
	}


}
@media all and (max-width:475px) {
	
	.picture-tile,
	article.resource:first-of-type, 
	article.resource {
		width: 100%;
		flex: 1 0 100%;
	}
	
	.resources-block {
		gap: 1.5rem 0;
	}
	
	resource-filter span {
		font-size: 0.85rem;
	}
	
	.resource-filter select {
		font-size: 0.85rem;
		padding: 12px;
	}
	
}
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/


