/*
Theme Name: Eos Energy
Theme URI:
Author: Blue Flame Thinking
Author URI: http://blueflemathinking.com/
Version: 1.3
*/

/*

font-family:'Avenir LT W01_95 Black_1475562';
font-family:'Avenir LT W01_95 Black1475556';
font-family:'Avenir LT W01_85 Heavy_1475550';
font-family:'Avenir LT W01_85 Heavy1475544';
font-family:'Avenir LT W01_65 Medium1475538';
font-family:'Avenir LT W01_65 Medium1475532';
font-family:'Avenir LT W01_55 Obliqu1475526';
font-family:'Avenir LT W01_55 Roman1475520';
font-family:'Avenir LT W01_45 Book O1475514';
font-family:'Avenir LT W01_45 Book1475508';
font-family:'Avenir LT W01_35 Light_1475502';
font-family:'Avenir LT W01_35 Light1475496';

*/

body {
	font-size:62.5%;
	font-family:'UniNeueBook';
	font-style: normal;
	overflow-x:hidden;
	background:#fff;
	color:#404040;
}
body:not(.page-template-homepage) {
	font-size:70%;
}
/*==== COMMON ====*/
hr {
	float:left;
	clear: left;
	width: 100%;
	margin-top: 30px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
sup{
	top: -0.5rem;
}
.container ul li,
.container ol li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-left: 1.5em;
	list-style: none;
	font-family: 'UniNeueBook';
	margin-left: 0;
}
.container ul li strong,
.container ol li strong{
	font-size: 20px;
	font-family: 'UniNeueBold';
	color: #000000;
	font-weight: normal;
}
.container ol li {
	list-style: decimal;
}
.container ol ul li {
	font-size: inherit;
	list-style: disc;
}


img {
	width: 100%;
	height: auto;
	display: block;
}

h2 {
	font-size: 2.6em;
	color: #404040;
	margin-bottom: 30px;
	font-weight: normal;
}

h3 {
	font-size: 2.1em;
	line-height: 1.2em;
	color: #4d858d;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
}

h4 {
	font-size: 2.1em;
}

h5 {
	color: #66665c;
	font-size: 2em;
	font-family:'Avenir LT W01_85 Heavy1475544', Arial, sans-serif;
	margin-bottom: 15px;
}

h6 {
	font-size: 1.6em;
	font-family:'Avenir LT W01_65 Medium1475532', Arial, sans-serif;
}

strong.txt-alt {
	color: #009A44;
}
strong.strong--regular{
	color: #404040;
}
a {
	color: #009A44;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-family:'UniNeueBold';
	line-height: normal;
}

.container .content h1 {
	font-size: 4.5em;
	line-height: 1.2em;
	font-family:'UniNeueBold';
	color: #404040;
	padding-bottom: 30px;
}

.clearfix {
	clear: both;
}

.anchor {
	position: absolute;
	top: -85px;
}

section {
	float: left;
	width: 100%;
	position: relative;
}

section.white {
	background: #fff;
}

section.first {
	padding-top: 175px;
}

section:after {
	content: "";
	clear: both;
}

.container {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.view-all {
	padding-top: 30px;
	text-align: center;
	clear: left;
}

.home div.view-all {
	padding-top: 0;
}

.grid .column.pull-quote {
    position: absolute;
    right: 8.3333%;
    top: -20%;
	z-index: 9000;
}

.grid .column.pull-quote img {
	width: 650px;
}

.pull-quote p {
	top: 260px;
    position: absolute;
    font-size: 36px;
    font-family: 'UniNeueBook';
    line-height: normal;
    max-width: 420px;
    text-align: center;
    left: 65px;
}
.text-center {
  text-align: center;
}
.button {
	font-size: 1.5em;
	padding: 10px 20px;
	margin-top: 20px;
	line-height: normal;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	display: inline-block;
}

section.first .button, section.resources .button {
	margin-right: 15px;
}

section.first .button:last-of-type, section.resources .button:last-of-type {
	margin-right: 0;
}

.button.white-outline {
	color: #fff;
	border:1px solid #fff;
	background: none;
}

.button.white-outline:hover {
	background: #fff;
	color: #94948d;
	text-decoration: none;
}

.button.grey-outline {
	color:#94948d;
	border: 1px solid #94948d;
	background: none;
}

.button.grey-outline:hover {
	background: #94948d;
	color: #fff;
	text-decoration: none;
}

.button.grey-bkgrd {
	color:#fff;
	border: 1px solid #94948d;
	background: #94948d;
}

.button.grey-bkgrd:hover {
	color:#94948d;
	border: 1px solid #94948d;
	background: none;
	text-decoration: none;
}
.button.green-bkgrd {
	color:#fff;
	border: 1px solid transparent;
	background-color: #009747;
	border-radius: 0;
	text-decoration: none;
  text-align: center;
  font-family: "UniNeueBold";
	min-width: 12.5rem;
  font-size: 1.3125rem;
  line-height: 1;
  padding: 14px 21px 16px;
}

.button.green-bkgrd:hover,
.button.green-bkgrd:focus {
	background-color: #008840;
}


.button.white-bkgrd {
	color:#94948d;
	border: 1px solid #fff;
	background: #fff;
}

.button.white-bkgrd:hover {
	color:#fff;
	background: none;
	text-decoration: none;
}

.button.orange-bkgrd {
	color: #fff;
	border: 1px solid #d25d12;
	background: #d25d12;
}

.button.orange-bkgrd:hover {
	color:#d25d12;
	background: #fff;
}

a.text-link:before {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #94948d;
    position: absolute;
    left: 0;
    top: 2px;
}

a.text-link {
	position: relative;
    color: #94948d;
    font-family: 'Avenir LT W01_85 Heavy1475544', Arial, sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    padding-left: 15px;
}

a.text-link:hover {
	text-decoration: underline;
}
.arrow-link {
	font-family: 'UniNeueBold';
  color: #000;
  text-decoration: none !important;
}
.arrow-link span {
  border-bottom: 1px solid transparent;
}
.arrow-link:hover {
  color: #000;
}
.arrow-link:hover span {
  border-bottom-color: #000;
}
.arrow-link:after {
  content: ">";
  color: #009848;
}
.arrow-link--large {
	font-size: 20px;
}
/*==== 12 column GRID ====*/

.grid .column {
	float:left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grid .one {
	width: 10%;
}

.grid .offset_by_one {
	margin-left: 10%
}

.grid .offset_by_two {
	margin-left: 20%
}

.grid .two {
	width: 20%
}

.grid .three {
	width: 30%;
}

.grid .four {
	width: 40%;
}

.grid .five {
	width: 50%;
}

.grid .six {
	width: 60%;
}

.grid .seven {
	width: 70%;
}

.grid .eight {
	width: 80%;
}

.grid .nine {
	width: 90%;
}

.grid .ten {
	width: 100%;
}

.grid .three-column {
	width: 33.3333%;
}

.grid .four-column {
	width: 25%;
}

/*==== Form Styles ====*/

#salesforce label {
    color: #404040;
    float: left;
    font-size: 18px;
	line-height: 1.5em;
    padding-top: 4px;
}

#salesforce label.error {
	color: red;
	clear: left;
}

#salesforce input.error {
	border-color:red;
}

#salesforce select {
	font-size: 1.3em;
	border: 1px solid #dedede;
	padding: 10px 12px;
	margin-left: 20px;
	display: inline-block;
	color: #767676;
}

#salesforce .submit {
	text-align: center;
}

input[type=text], input[type=email], textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, select, textarea {
	-webkit-appearance:none;
	-moz-appearance:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

input:focus, select:focus, button:focus {
	outline: none;
}

.three_input, .two_input, .one_input, .one_select {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.one_input {
    float: left;
    width: 100%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one_input input, .one_input textarea {
	width: 100%;
}

.two_input {
    float: left;
    width: 50%;
    padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.two_input input {
	width: 100%;
}

.three_input {
    float: left;
    width: 33.3333%;
    padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.three_input input {
	width: 100%;
}

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

/*header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.logged-in header {
	top: 30px;
}

header .logo {
	display: block;
	width: 92px;
	height: 35px;
	text-indent: -9999px;
	position: absolute;
	top: 25px;
	left: 55px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

header .logo.white {
	background: url(assets/images/eos_logo_white.svg) no-repeat 0 0;
	background-size: 92px 35px;
}

header .logo.grey {
	background: url(assets/images/eos_logo_grey.svg) no-repeat 0 0;
	background-size: 92px 35px;
}

header .logo.visible {
	visibility: visible;
	opacity: 1;
}

header .logo.hidden {
	visibility: hidden;
	opacity: 0;
}

.menu-toggle {
	cursor: pointer;
	z-index:9999;
	position:absolute;
	left:15px;
	top:13px;
	display: none;
}

.menu-toggle .hamburger-icon {
    float: left;
}

.menu-toggle .icon-bar {
    display: block;
    height: 3px;
    width: 25px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.menu-toggle.white .icon-bar {
	 background-color: #fff;
}

.menu-toggle.grey .icon-bar {
	 background-color: #94948d;
}

.menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.menu-toggle.active .icon-bar:first-child {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:6px;
	width: 27px;
}

.menu-toggle.active .icon-bar:nth-child(2) {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin-top:-3px;
	width: 27px;
}

.menu-toggle.active .icon-bar:last-child {
	display:none;
}

/*-- navigation --*/
/*
header nav {
	float: left;
	width: 100%;
	background: none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}

header nav.white-bg {
	background: #fff;
}

.navigation ul {
	float: right;
    position: relative;
    padding-top: 15px;
    padding-bottom: 14px;
}

.navigation ul li {
	display: inline-block;
	margin-right: 20px;
	font-size: 1em;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navigation ul li:last-child {
	margin-right: 0;
}

.navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.navigation ul li.current-menu-item > a, .navigation ul li.current-menu-parent > a {
	font-family:'Avenir LT W01_85 Heavy1475544', Arial, sans-serif;
	position: relative;
}

.navigation > ul > li.current-menu-item > a:after, .navigation ul li.current-menu-parent > a:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	-moz-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	width:7px;
	height:7px;
	border: solid #94948d;
  	border-width: 0 1px 1px 0;
    z-index: 10;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.navigation.white  > ul > li.current-menu-item > a:after {
	background: none;
	border: solid #fff;
	border-width: 0 1px 1px 0;
}

.navigation.white ul li a {
	color: #fff;
}

.navigation ul li a:hover {
	text-decoration: underline;
}

.navigation ul li.contact a {
	padding: 5px 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.navigation.white ul li.contact a {
	background: #fff;
	border: 1px solid #fff;
	color: #d25d12;
}

.navigation.white ul li.contact a:hover {
	text-decoration: none;
	color: #fff;
	border: 1px solid #d25d12;
	background: #d25d12;
}

.navigation.grey ul li a {
	color: #94948d;
}

.navigation.grey ul li.contact a {
	background:#d25d12;
	border: 1px solid #d25d12;
	color: #fff;
}
.navigation.grey ul li.contact a:hover {
	background:#fff;
	text-decoration: none;
	color: #d25d12;
}

.navigation .sub-menu {
	display: none;
	position: absolute;
    top: calc(100% - 6px);
    left: 0;
	border-top: 1px solid #94948d;
	padding-top: 5px;
	padding-bottom: 5px;
	background: none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}

nav.white-bg .navigation .sub-menu {
	background: #fff;
}

.navigation .sub-menu:after, .navigation .sub-menu:before {
	content:'';
	position: absolute;
	width: 100%;
	min-width: 3000px;
	height: 100%;
	top: 0;
	background: none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}

nav.white-bg .navigation .sub-menu:after, nav.white-bg .navigation .sub-menu:before {
	background: #fff;
}

.navigation .sub-menu:after {
	left:100%;
}

.navigation .sub-menu:before {
	right:100%;
}

.navigation .current-menu-item .sub-menu, .navigation .current-menu-parent .sub-menu {
	display: block;
}

.social-search {
	padding-top: 12px;
	text-align: right;
}

.social {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.social ul li {
	display: inline-block;
	margin-right: 8px;
	font-size: 1em;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.social ul li a {
	font-size: 1.3em;
    display: block;
    height: 13px;
    width: 13px;
    line-height: 15px;
    padding: 5px;
    border: 1px solid;
	text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
}

.social-search.white ul li a {
	color: #fff;
	border-color: #fff;
}

.social-search.grey ul li a {
	color: #94948d;
	border-color:#94948d;
}

header .search {
	display:inline-block;
	vertical-align: middle;
}

header .search i {
	font-size: 1.4em;
	line-height: 15px;
	padding: 5px;
	display: inline-block;
	float: right;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
}

.social-search.white .search i {
	color: #fff;
}

.social-search.grey .search i {
	color: #94948d;
}

.social-search .search form {
	display: inline-block;
}

.social-search .search form input[type=text] {
	padding: 4px;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.social-search .search form input {
	width: 90px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.social-search .search form input.active {
	width: 200px;
	visibility: visible;
	opacity: 1;
}

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

/*footer strong {
	line-height: 2em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer .offices {
	background: #66665c;
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
	color: #94948d;
}

footer .offices .column {
	display: inline-block;
	float: none;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
}

footer .offices p {
	line-height: 1.6em;
}

footer .copyright {
	background: #94948d;
	float: left;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}

footer .copyright p {
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 0;
}

.home footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 0;
}*/


/*==== HOMEPAGE ====*/

section.video {
	position: absolute;
	height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

#background-video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.welcome .background-image-mobile {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	display:none;
}

.welcome .background-image-mobile:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.home .current-menu-item {
	display: none;
}

.home .container .content.logo-lockup, .welcome.two .content {
	min-width: 510px;
  position: relative;
	padding-top: 275px;
}

.home .container .content .content-wrap {
	padding: 50px 0 30px 0;

}

.logo-lockup {
	text-align: center;
}

.home .container .content.logo-lockup h1 {
	color: #fff;
	font-size: 4.2em;
	font-family:'Avenir LT W01_35 Light1475496', Aril, sans-serif;
	text-transform: uppercase;
	letter-spacing: .24em;
	padding: 25px 0;
	line-height: normal;
}

.home .container .content.logo-lockup h4 {
	line-height: 1.5em;
}

@media (max-width: 510px){
	.home .container .content.logo-lockup h1{
		font-size: 3.1em;
	}
	.home .container .content.logo-lockup h4{
		font-size: 1.8em;
	}

	.logo-lockup img {
		display: none;
	}
	.home .container .content.logo-lockup{
		 margin-top: -120px;
		 padding-top: 0;
	}
}

.logo-lockup img {
	margin-bottom: 30px;
	max-width: 350px;
	margin: auto;
}

/*-- screens nav --*/

nav.screens {
	position:fixed;
	z-index: 9997;
	right:30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
}

nav.screens ul {
	text-align: center;
}

nav.screens ul li {
	margin: 24px 0;
	line-height:30px;
}

nav.screens.grey ul li a {
	color: #94948d;
}

nav.screens.grey ul li a span {
	background: rgba(216, 215, 211, .6);
}

nav.screens.white ul li a {
	color: #fff;
}

nav.screens.white ul li a span {
	background: rgba(255, 255, 255, .4);
}

nav.screens ul li a {
	font-family:'Avenir LT W01_85 Heavy1475544', Arial, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	text-indent: -9999px;
	display: block;
	position:relative;
}

nav.screens ul li a span{
	display: block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
	position:absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

nav.screens ul li a.active, nav.screens ul li a:hover {
	text-indent: 0;
	width: auto;
}

nav.screens ul li a.active span, nav.screens ul li a:hover span {
	background: none;
}

/*-- welcome --*/

section.welcome {
	/*background: url(/wp-content/uploads/2019/05/caldwell_2.jpg) no-repeat 0 bottom;*/
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.welcome .content p {
	font-size: 17px;
	text-align: left;
	padding: 0 0 0 24px;
}

.welcome .scroll-down {
	position: absolute;
	bottom: 75px;
	left: 50%;
    width: 100%;
    text-align: center;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;

}

.welcome .scroll-down.active {
	bottom:50px;
	opacity: 1;
}

.welcome .scroll-down .scroll {
	font-size: 1.3em;
	color: #fff;
	font-family:'Avenir LT W01_55 Obliqu1475526', Arial, 'sans-serif';
    max-width: 400px;
    width: 100%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.welcome .scroll-down .arrow {
	content: "";
	-webkit-transform: translateX(-50%) rotate(-135deg);
	-moz-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	width:20px;
	height:20px;
	border: solid #fff;
  	border-width: 2px 0 0 2px;
    z-index: 10;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

/*-- products --*/

.home section.products {
	background: url(/wp-content/uploads/2019/05/ucsd_1.jpg) no-repeat 0 bottom;
	background-size: cover;
	background-attachment: fixed;
}

.home .products .content, .home .products .content h1,
.home .partners .content, .home .partners .content h1 {
	color: #333;
}
.home .products .content,
.home .partners .content {
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	padding: 10px;
}

/*-- applications --*/

.applications .column {
	outline: none;
}

.home section.applications .content .column {
	margin-bottom: 0;
}

.home .applications h1 {
	text-align: left;
	padding-left: 25px;
}

.applications .column .image-wrap {
	margin: 0 auto 25px auto;
	padding-bottom: 25px;
	/*border-bottom: 1px solid #94948d;*/
}

.applications .column .image {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}

.applications .column .image a .wrapper {
	position: absolute;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	transition: padding .3s ease;
	width: 100%;
	height: 100%;
}

.applications .column .image a:hover .wrapper {
	padding: 0;
}

.applications .column .image .wrapper .circle {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	position: relative;
}

.applications .column .image .wrapper .circle .icon {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 2.3em;
	text-align: center;
	z-index: 2;
	max-width: 140px;
	font-family: 'UniNeueBold';
}

.applications .column .image .wrapper .circle .icon img {
	max-height:75px;
	width: auto;
	margin: 0 auto;
}

.applications .column:nth-of-type(1) .image .wrapper .circle {
	background: #009A44;
}

.applications .column:nth-of-type(2) .image .wrapper .circle {
	background: #7ACC00;
}

.applications .column:nth-of-type(3) .image .wrapper .circle {
	background:#CDDE00;
}

.applications .column:nth-of-type(4) .image .wrapper .circle {
	background:#a83338;
}

.applications .column:nth-of-type(5) .image .wrapper .circle {
	background: #ffbc00;
}


/*-- product --*/
.boxen-iframe {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.boxen-iframe iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
/*-- partners --*/

section.partners {
	background: #fff url(/wp-content/uploads/2019/05/caldwell-construction_2.jpg) no-repeat 0 bottom;
	background-size: cover;
	background-attachment: fixed;
}

.impact-stats {
	background: rgba(145, 153, 62, .8);
	padding: 30px 0;
	width: 100%;
	color: #fff;
	margin-top: 60px;
}

.impact-stats h2 {
	font-size: 3.8em;
	margin-bottom: 0;
	color: #fff;
}

.impact-stats p {
	font-size: 2em;
}

.impact-stats .stat {
	text-align: center;
	border-right: 2px solid #fff;
}

.impact-stats .stat:last-child {
	border-right: none;
}

.impact-stats .stat h2 {
	font-size: 5em;
	color: #fff;
	margin-bottom: 0;
}

.impact-stats .column {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-right: -3px;
}

.partnerships {
	margin-top: 40px;
}

.partnerships .logo {
	display: inline-block;
	margin-right: 25px;
}

.partnerships .logo .blackandwhite {
	position: relative;
	display: block;
}

.partnerships .logo .blackandwhite img {
	width: auto;
	max-height: 65px;
}

/*-- in-the-news --*/
.news-section .the-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-section .the-news > .column {
   float: none;
   -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 960px){
  .news-section .the-news > .column{
	  -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.in-the-news {
	color: #000;
}

.in-the-news .container .content h1 {
	color: #404040;
}

.in-the-news .news .logo {
	background: #fff;
	max-width: 100px;
	padding: 18px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 100%;
	overflow: hidden;
	opacity: .7;
}

.in-the-news:not(.interior) .column {
    padding: 0 6.6667% 0 0;
}

.in-the-news .pub, .in-the-news .date-loc {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-family: 'UniNeueBook';
	text-transform: uppercase;
	padding: 20px 0 10px 0;
	margin-bottom: 0;
	color: #009A44;
}

.in-the-news .press-releases a {
	color: #404040;
}
.in-the-news .press-releases .release {
	opacity: 0;
	-webkit-transition:opacity .2s ease;
	-moz-transition:opacity .2s ease;
	transition:opacity .2s ease;
}

.in-the-news .press-releases .release.visible {
	opacity: 1;
}

.in-the-news .press-releases .pub {
	padding: 20px 0 5px 0;
}

.in-the-news .press-releases p {
	line-height: 1.7em;
}

.in-the-news h2 {
	font-size: 28px;
	line-height: 34px;
	font-family: 'UniNeueBold';
	margin-bottom: 0;
	color: #404040;
}

.in-the-news h2 a {
	color: inherit;
}

.in-the-news .news-section a.text-link {
	color: #000;
	position: absolute;
	bottom: 30px;
}

.in-the-news .news-section a.text-link:before {
	border-left: 9px solid #000;
}

.in-the-news article {
	position: relative;
	padding: 15px 0 50px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.in-the-news article p {
	line-height: 24px;
	padding-top: 15px;
	color: #404040;
}

section.page.first.news {
	padding: 175px 0;
}

section.in-the-news.first {
	padding: 175px 0;
}

section.in-the-news.interior .headline-wrapper {
	min-height: 60px;
	display: table;
	width: 100%;
}

section.in-the-news.interior h3 {
	color: #000;
	font-size: 24px;
	font-family: 'UniNeueBold';
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: bottom;
	text-transform: none;
}

section.in-the-news.interior .news {
	padding: 0 10px;
	opacity:0;
	-webkit-transition:opacity .2s ease;
	-moz-transition:opacity .2s ease;
	transition:opacity .2s ease;
}

section.in-the-news.interior .news.visible {
	opacity:1;
}

section.in-the-news.interior .news:nth-of-type(even) {
	padding:0 10px 0 30px;
}

section.in-the-news.interior .news:nth-of-type(odd) {
	padding:0 30px 0 10px;
}

section.in-the-news.interior .news article {
	border: none;
}

section.in-the-news .view-all {
	padding-top: 10px;
	margin-right: 0;
	position: relative;
}

section.in-the-news .view-all .button {
	cursor: pointer;
}

section.in-the-news .speaking-wrapper {
	padding: 0 30px;
}

section.in-the-news .speaking {
	padding:30px 0 60px 0;
}

section.in-the-news .engagement p  {
	padding-top: 15px;
}

section.in-the-news .engagement {
	margin-bottom: 40px;
}

section.in-the-news .signup-form {
	padding: 30px 0;
}

section.in-the-news .signup-form input {
	width: 100%;
	margin-top: 10px;
}

section.in-the-news .signup-form .button {
	margin-top: 10px;
	cursor: pointer;
	min-width: 10rem;
}

section.in-the-news .signup-form input.error {
	border-color:red;
}

section.in-the-news .signup-form .error {
	color: red;
	font-size: 1.2em;
}

section.in-the-news .social {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
}

section.in-the-news .social a {
	font-size: 14px;
	color: #fff;
	background-color: #009A44;
	display: inline-block;
	line-height: 17px;
	text-align: center;
	padding: 4px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
	margin-left: 5px;
	margin-right: 5px;
	min-width: 25px;
	min-height: 25px;
}

section.in-the-news .social a:hover {
	background-color: #008840;
}

.news .container {
	max-width: 800px;
}

.news h4 {
	color: #000000;
	font-size: 28px;
	line-height: 30px;
	font-family: 'UniNeueBold';
}

.news .source-date {
	padding: 10px 0 20px 0;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'UniNeueBook';
	color: #009A44;
}

.spinner-wrapper {
	display: none;
	text-align: center;
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.spinner-wrapper.visible {
	display: block;
}

.ajax_spinner {
	max-width: 25px;
	margin: 0 auto;
}

/*==== PRODUCTS & TECHNOLOGY ====*/

section.bar {
	padding: 50px 0;
	float:left;
	width: 100%;
	position: relative;
	color: #fff;
}

section.bar.advantage {
	margin-top: 120px;
	padding: 50px 0 30px 0;
}

section.blue.bar {
	background-color: #0A4635;
}
section.blue.bar.advantage {
	background-color: #009A44;
}
section.grey.bar {
	background: #94948d;
}

section.bar .column {
	padding:0 1.5%;
}

section.bar h4 {
	margin-bottom: 4px;
	font-size: 24px;
	font-family: 'UniNeueBold';
}

section.bar p {
	line-height: 1.4em;
}

section.energy-stack .container {
	position: absolute;
	top: 30%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

section.energy-stack .column {
	position: absolute;
	height: 100%;
	min-width: 340px;
}

section.energy-stack .column h1 {
	color: #fff;
}

section.bar.icons .container {
	text-align: center;
}

section.bar.icons .column {
	text-align: center;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0px -2px;
    max-width: 340px;
    padding: 0 1.5%;
}

section.bar.icons .column .icon {
	background: #fff;
	max-width: 90px;
	overflow: hidden;
	padding: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*margin: -125px auto 20px auto;*/
	margin: 0 auto 20px auto;
	border: 8px solid #009a49;
}

section.bar.icons.advantage .column .icon {
	border-color: #76c043;
}
section.bar.icons .column.advantages p {
	font-size: 24px;
	font-family: 'UniNeueBold';
}

section.technology {
	padding: 100px 0;
}

section.differentiators {
	background: #2c2c2c;
	padding: 50px 0;
	color: #fff;
}

section.differentiators.bar .column h4 {
	line-height: 1.2em;
	font-size: 24px;
	font-family: 'UniNeueBold';
}

section.exploded {
	padding: 40px 0;
}

section.exploded .column {
	padding: 0 20px;
}

section.exploded .image-wrap {
	height: auto;
  margin: 0 auto;
	position: relative;
	display: table;
}

section.exploded .image-wrap .image {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 20px;
}

section.exploded .column strong {
	font-size: 24px;
	font-family: 'UniNeueBold';
	color: #000000;
	font-weight: normal;
}
section.exploded .column p {
	margin: 0 auto;
}

section.resources {
	overflow: hidden;
}

section.resources .container {
	position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);

}

section.resources .container .content h1 {
	color: #fff;
}

section.resources .grid .pull-quote {
	top: -150%;
	color: #4d858d;
}

/*==== APPLICATIONS ====*/

section.page.first {
	padding: 175px 0 100px 0;
}

section.applications.interior {
	padding: 50px 0 100px 0;
}

section.applications .container > .content {
	text-align: center;
}

section.applications .content .column {
	margin-bottom: 50px;
	text-align: left;
	margin-right: -3px;
	display: inline-block;
	float: none;
	vertical-align: top;
}

section.applications .container {
	padding: 0 25px;
}

.home section.applications .container {
	padding: 0 135px 0 25px;
}

section.applications .content .column {
	padding: 0 25px;
}

section.white .featured-image {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

section.application .featured-image {
	float: right;
}

section.application .column h5:nth-of-type(2n) {
	padding-top:30px;
}

section.challenges {
	padding: 50px 0 100px 0;
}

section.challenges .column.challenge {
	padding-right:30px;
}

section.challenges .column.solution {
	padding-left:30px;
}

section.challenges .challenge-wrap {
	clear: left;
	padding-top: 30px;
	padding-bottom: 60px;
	margin: 0 auto;
}
section.challenges .challenge-wrap h3{
	font-size: 30px;
	font-family: 'UniNeueBold';
	color: #009A44;
	text-transform: none;
}
section.challenges .challenge-wrap h5{
	font-size: 24px;
	font-family: 'UniNeueBold';
	color: #000000;
	margin-bottom: 0;
}
section.challenges .challenge-wrap h5 strong{
	font-weight: normal;
}

section.challenges .challenge-wrap:last-of-type hr {
	display: none;
}

section.challenges .infographic {
	max-width: 1200px;
	width: 100%;
	margin: 20px auto 0 auto;
}

.applications-commercial-industrial section.challenges .challenge-wrap:nth-of-type(2):not(.content) .infographic {
	max-width: 500px;
}

section.challenges .infographic img {
	padding-bottom: 20px;
}

/*==== ABOUT ====*/

/* section.about .mission {
	margin-top: 40px;
} */

section.about.first h2 {
	font-size: 40px;
	line-height: 1.2em;
	font-family: 'UniNeueBold';
	margin-bottom: 5px;
}

section.about .mission {
	margin: 0 0 30px;
}
section.about .mission strong{
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
section.about .mission strong.strong--regular{
	font-size: inherit;
	line-height: inherit;
}

section.timeline {
	padding-top: 50px;
	overflow: hidden;
}

section.timeline .timeline-wrapper {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 330px;
	width: 100%;
	float: left;
	margin: 175px 0 200px 0;
}

section.timeline .timeline-slider, section.timeline .slick-track, section.timeline .slick-list {
	height: 100%;
	overflow: visible;
}

section.timeline .slick-arrow {
	position: absolute;
    top: 40px;
    -webkit-appearance: none;
	appearance: none;
    background: none;
    border: none;
	width: 18px;
	height: 34px;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 9998;
}

section.timeline .slick-disabled {
	display: none !important;
}

section.timeline .slick-next {
	background: url(assets/images/right_arrow.svg) no-repeat 0 0;
	background-size: 18px 34px;
	right: 20px;
}

section.timeline .slick-prev {
	background: url(assets/images/left_arrow.svg) no-repeat 0 0;
	background-size: 18px 34px;
	left: 20px;
}

section.timeline .slide {
	width: 370px;
	height: 100%;
	position: relative;
	float: left;
	outline:none;
}

section.timeline .slide .content {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.timeline .slide .content-wrap{
	max-width: 390px;
	margin: 0 auto;
}
section.timeline .slide .content-wrap p{
	max-width: 360px;
	margin: 0 auto;
}

section.timeline .slide.up .content {
	top: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

section.timeline .slide.down .content {
	bottom: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

section.timeline .slide .content h3 {
	margin-bottom: 5px;
	margin-top: 15px;
	font-family: 'UniNeueBold';
	font-size: 24px;
	color: #000000;
	text-transform: none;
}

/* section.timeline .slide.orange .content h3, section.timeline .slide.orange .year {
	color: #d25d12;
}

section.timeline .slide.blue .content h3, section.timeline .slide.blue .year {
	color: #4d858d;
}

section.timeline .slide.grey .content h3, section.timeline .slide.grey .year {
	color: #66665c;
} */

section.timeline .slide .content p {
	line-height: 24px;
	margin-bottom: 15px;
	font-family: 'UniNeueBook';
}

section.timeline .slide .year {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family:'UniNeueBold';
	font-size: 24px;
	margin-bottom: 0;
	line-height: normal;
	color: #000000;
}

section.timeline .slide.up .year {
	top: 100px;
}

section.timeline .slide.down .year {
	bottom: 100px;
}

section.timeline .slide .bar {
	position: absolute;
	top: 50%;
	height: 20px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

section.timeline .slide .icon {
	max-width: 250px;
	width: 100%;
	position:absolute;
	height: 90px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

section.timeline .slide .icon .horiz-line {
	display: block;
	height: 3px;
	width:100%;
	position: absolute;
}

section.timeline .slide.down .icon, section.timeline .slide.down .icon .horiz-line, section.timeline .slide.up .icon .circle {
	bottom: 0;
}

section.timeline .slide.up .icon, section.timeline .slide.up .icon .horiz-line, section.timeline .slide.down .icon .circle {
	top: 0;
}

section.timeline .slide .icon .vert-line {
	display: block;
	height: 100%;
	width:3px;
	margin: 0 auto;
}

section.timeline .slide .icon .circle {
	display: block;
	height: 25px;
	width:25px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

section.timeline .slide.orange .bar, section.timeline .slide.orange .icon .horiz-line, section.timeline .slide.orange .icon .vert-line, section.timeline .slide.orange .icon .circle {
	background: #7ACC00;
}

section.timeline .slide.blue .bar, section.timeline .slide.blue .icon .horiz-line, section.timeline .slide.blue .icon .vert-line, section.timeline .slide.blue .icon .circle {
	background: #009A44;
}

section.timeline .slide.grey .bar, section.timeline .slide.grey .icon .horiz-line, section.timeline .slide.grey .icon .vert-line, section.timeline .slide.grey .icon .circle {
	background: #CDDE00;
}

section.timeline .slide img {
	position: absolute;
	left: 0;
	display: none;
}

section.timeline .slide.up img {
	top: 0;
}

section.timeline .slide.down img {
	bottom: 0;
}

section .leadership {
	padding-top: 40px;
}

section .leadership h4 {
	font-size: 1.8em;
	font-family:'Avenir LT W01_65 Medium1475538';
	color: #66665c;
	margin-bottom: 30px;
}

section.leadership {
	background: rgba(216, 215, 211, .2);
	padding: 100px 0 100px 0;
}
section.leadership p{
	font-size: 22px;
	line-height: 28px;
	font-family: 'UniNeueBook';
}
section.leadership .bio {
	padding: 0 5% 60px 0;
}
section.leadership .management-team-header{
	margin-bottom: 100px;
}
@media (max-width: 768px) {
	section.leadership .management-team-header{
		margin-bottom: 50px;
	}
}
section.leadership h3{
	font-size: 30px;
	font-family: 'UniNeueBold';
	color: #009A44;
	text-transform: none;
}

section.leadership .bio h5 {
	margin-bottom: 8px;
	font-size: 24px;
	font-family: 'UniNeueBold';
	color: #000000;
}
section.leadership .bio h5 a{
	color: inherit;
}
section.leadership .bio p{
	font-size: 18px;
	font-family: 'UniNeueBook';
	color: #404040;
}

section.leadership .bio h6 {
	font-family:'UniNeueBook';
	margin-bottom: 10px;
}

section.leadership .column .image-wrap {
	margin: 0 auto 25px auto;
	padding-bottom: 25px;
	border-bottom: 1px solid #94948d;
}

section.leadership .column .image {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	max-width: 170px;
}

section.leadership-single .container {
	max-width: 1000px;
}
section.leadership-single .container .column.three {
	padding-right: 50px;
}
section.leadership-single h3{
	font-size: 28px;
	line-height: 30px;
	font-family: 'UniNeueBold';
	color: #000000;
}
section.leadership-single h4{
	font-size: 18px;
	line-height: 24px;
	font-family: 'UniNeueBook';
	color: #404040;
}

section.bar.market .container {
	text-align: center;
}

section.bar.market .container .column {
	display: inline-block;
	margin-right: -2px;
	float: none;
	vertical-align: middle;
}

section.bar.market .container .column p {
	text-transform: uppercase;
	font-size: 2em;
}

section.bar.market .container .column h1 {
	font-family:'Avenir LT W01_95 Black1475556', Arial, sans-serif;
	font-size: 14em;
}

section.bar.market .container .column:first-of-type, section.bar.market .container .column:last-of-type{
	max-width: 330px;
	width: 100%;
}

section.bar.market .container .column:first-of-type p {
	float: right;
	text-align: left;
	padding-right: 30px;
}

section.bar.market .container .column:last-of-type p {
	float: left;
	text-align: left;
	padding-left: 30px;
}

section.about-differentiators {
	background: url(assets/images/differentiators_bg.jpg) no-repeat 0 center;
	background-size: cover;
	padding: 175px 0;
	color: #fff;
}

section.about-differentiators .grid .column.pull-quote {
	top: -9%;
	z-index: 0;
}

section.about-differentiators .pull-quote img {
	opacity: .4;
}

section.about-differentiators .pull-quote p {
	top: 36%;
}

section.about-differentiators .content h1 {
	font-size: 40px;
	color: #fff;
}

section.about-differentiators .the-differentiators {
	padding: 60px 0 0 0;
}

section.about-differentiators .column h3 {
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-family: 'UniNeueBold';
}
section.about-differentiators .column .differentiator-wrapper p {
	line-height: 1.777777777777778;
}

section.about-differentiators .three-column {
	margin-bottom: 45px;
}

section.about-differentiators .three-column:nth-of-type(3n + 1) {
	padding-right: 30px;
}

section.about-differentiators .three-column:nth-of-type(3n + 2) {
	padding: 0 15px;
}

section.about-differentiators .three-column:nth-last-of-type(3n + 3) {
	padding-left: 30px;
}

section.about-differentiators .three-column .differentiator-wrapper {
	padding: 40px;
	background: rgba(29, 42, 52, .6);
}


/*==== COST CALCULATOR ====*/

select {
	border-bottom: 1px solid #e3e3e3;
    background: url(assets/images/selectbox-arrow.png) right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 14px 6px 0;
    line-height: normal;
    color: #4d858d;
    -webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
    max-width: 240px;
    width: 100%;
    display: block;
	font-family:'Avenir LT W01_35 Light1475496', Arial, sans-serif;
}

section.cost-calc select {
	font-size: 2.2em;
}

section.cost-calc input[type="number"] {
	padding: 6px 14px 6px 0;
    font-size: 2.2em;
    line-height: normal;
    min-width: 240px;
	max-width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
    border-bottom: 1px solid #e3e3e3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #4d858d;
	font-family:'Avenir LT W01_35 Light1475496', Arial, sans-serif;
}

section.cost-calc #energy {
	padding: 6px 14px 6px 0;
    font-size: 2.2em;
    line-height: normal;
	max-width: 240px;
    border-bottom: 1px solid #e3e3e3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #66665c;
}

section.cost-calc .calculator {
	padding: 25px;
	margin-top: 50px;
}


section.cost-calc .calculator p {
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 1.6em;
	color: #66665c;
}


section.cost-calc .calculator .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

section.cost-calc .results {
	margin-top: 50px;
}

section.cost-calc .results h1 {
	font-size: 8em;
	font-family:'Avenir LT W01_95 Black1475556', Arial, sans-serif;
	margin-bottom: 10px;
	color: #d25d12;
}

section.cost-calc .results p.total {
	color: #66665c;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family:'Avenir LT W01_65 Medium1475532', Arial, sans-serif;
}

section.cost-calc .results p.error {
    color: #c8602d;
    margin-top: 20px;
	line-height: 1.3em;
}
section.cost-calc .results p.none {
	display: none;
}

section.cost-calc .results .caption p {
	font-size: 1.3em;
	color: #66665c;
	line-height: 1.4em;
}

section.cost-calc .results .disclaimer p {
	font-size: 1.1em;
	line-height: 1.4em;
	font-family:'Avenir LT W01_45 Book O1475514', Arial, sans-serif;
}

section.cost-calc .results table td {
	font-size: 1.8em;
	padding: 10px 0;
	color: #66665c;
}

section.cost-calc .results table td.moveright {
	padding: 10px 0 10px 20px;
	font-family:'Avenir LT W01_85 Heavy1475544', Arial, sans-serif;
}

/*==== CAREERS ====*/

section.careers .career:nth-of-type(3n + 1) {
	padding: 20px 40px 40px 0;
}

section.careers .career:nth-of-type(3n + 2) {
	padding: 20px 20px 40px 20px;
}

section.careers .career:nth-of-type(3n + 3) {
	padding: 20px 0 40px 40px;
}

section.careers .career .title-wrapper {
	border-bottom: 1px solid #94948d;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: table;
	width: 100%;
}

section.careers .career h2 {
	line-height: 1.3em;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: bottom;
}

section.careers .career h6 {
	margin-bottom: 20px;
}

section.career .container {
	max-width: 800px;
}

section.career .content h3 {
	margin-top: 40px;
}

/*==== PARTNERSHIPS ====*/

section.aegis .column {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: -3px;
}

section.aegis .column.four img {
	max-width: 275px;
	margin-bottom: 15px;
}

section.aegis .column.four h1 {
	padding-bottom: 15px;
}

section.genesis {
	padding: 100px 0;
}

section.genesis .column {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: -3px;
}

section.genesis .logo {
	display: inline-block;
	margin-right: -3px;
	width: 33.3333%;
	text-align: center;
}

section.genesis .logo .blackandwhite {
	position: relative;
	display: inline-block;
}

section.genesis .logo .blackandwhite img {
	height: 100%;
	width: auto;
	max-height: 95px;
	margin: 0 auto;
}

section.genesis .impact-stats {
	text-align: center;
	margin-top: 85px;
}

section.genesis .impact-stats .column {
	display: inline-block;
	float: none;
}

section.partnership .container {
	max-width: 800px;
}

section.partnership .column.two {
	padding-right: 35px;
	margin-top: -20px;
}

/*==== CONTACT ====*/

section.contact {
	padding-bottom: 50px;
}

section.contact .container .content {
	max-width: 800px;
	padding-left: 10px;
	margin: 0 auto;
	float: none;
}
section.contact a{
	color: #009A44;
}
textarea, input[type=text], input[type=tel], input[type=email], input[type=password], input[type=search]{
	font-size: 16px;
	font-family: 'UniNeueBook';
	color: #999999;
}

/*==== NEWS & MEDIA ====*/

body.page-template-news-media {
	color: #000;
}

/*==== SEARCH RESULTS ====*/

.container.search-results {
	max-width: 800px;
}

.container.search-results .content.column {
	margin-bottom: 60px;
}

.container.search-results #searchform button[type=submit] {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: normal;
    padding: 0px;
    margin: 0 !important;
    cursor: pointer;
	font-size: 1.6em;
}

.container.search-results #searchform input {
	max-width: 400px;
	width: 100%;
	display: inline-block;
}

.container.search-results h2 {
	margin-bottom: 0;
}

.container.search-results article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #94948d;
}

.container.search-results .nav-links {
	font-size: 1.4em;
}

/*==== MEDIA QUERIES ====*/

@media (max-width: 1280px) {

	.applications .column .image {
		max-width: 290px;
	}

	.applications .column .image a .wrapper {
		padding: 35px;
	}

	.applications .column .image .wrapper .circle .icon {
		font-size: 2em;
		max-width: 120px;
	}

	.applications .column .image .wrapper .circle .icon img {
		max-height: 60px;
	}

	.in-the-news:not(.interior) .column {
		padding: 0 30px 0 0;
	}

	.home .in-the-news .container {
		padding: 0 100px 0 40px;
	}

	.home .in-the-news h2 {
		font-size: 2em;
	}

	.home .in-the-news .news .logo {
		max-width: 75px;
	}

	section.in-the-news .speaking-wrapper {
		padding: 0 15px;
	}

	section.in-the-news.interior .headline-wrapper {
		min-height: 70px;
	}
}

@media (max-width: 1140px) {
	header .logo {
		left: 15px;
	}

	.navigation.container {
		padding: 0 10px;
	}

	.navigation ul li {
		margin-right: 12px;
	}

	.navigation ul li a {
		font-size: 1.3em;
	}

	section.bar.icons .container {
		margin-top: -80px;
	}

	section.bar.icons .column {
		width: 33.3333%;
		margin-bottom: 15px;
	}

	section.bar.icons .column .icon {
		margin: 0 auto 20px auto;
	}

	section.careers .career:nth-of-type(3n + 1) {
		padding:  20px 10px 20px 0

	}
	section.careers .career:nth-of-type(3n + 2) {
		padding: 20px 5px 20px 5px
	}

	section.careers .career:nth-of-type(3n + 3) {
		padding: 20px 0 20px 10px
	}

	.in-the-news.interior .grid .six {
		width: 100%;
	}

	.in-the-news.interior .grid .one {
		width: 30%;
	}

	section.in-the-news .speaking-wrapper {
		width: 70%;
		padding: 0 30px 0 0;
	}

}

@media (max-width: 1080px) {

	nav.screens {
		right: 0;
	}

	.products .grid .offset_by_one {
		margin-left: 0;
	}

	.home .grid .column.three {
		width: 40%;
	}

	.impact-stats h2 {
		font-size: 3em;
	}

	.impact-stats .stat h2 {
		font-size: 4em;
	}

	.impact-stats p {
		font-size: 1.6em;
	}

	.home .in-the-news .content .column:nth-of-type(3) {
		display: none;
	}

	.home .in-the-news .content .three-column {
		width: 50%;
	}

	.container {
		padding: 0 30px;
	}

	/*.social-search {
		padding:12px 15px 0 30px;
	}*/

	section.first:not(.cost-calc) .grid .offset_by_one {
		margin-left: 3%;
	}

	section.first:not(.cost-calc) .grid .four {
		width: 50%;
	}

	section.first:not(.cost-calc) .grid .five {
		width: 47%;
	}

	section.cost-calc .grid .three.results {
		width: 100%;
	}

	section.cost-calc .grid .three, section.cost-calc .grid .calculator {
		width: 50%;
		margin-top: 0;
	}

	section.leadership .bio {
		width:33.3333%;
		padding: 0 2% 30px 0;
	}

	section.about-differentiators {
		padding: 80px 0;
	}

	section.about-differentiators .grid .four {
		width: 100%;
	}

	section.about-differentiators .grid .column.pull-quote {
		position: relative;
		top: auto;
		right: auto;
	}

	section.about-differentiators .pull-quote img {
		display: none;
	}

	section.about-differentiators .pull-quote p {
		position: relative;
		top: auto;
		max-width: none;
		left: auto;
		text-align: left;
	}

	section.about-differentiators .three-column:nth-of-type(3n + 1) {
		padding-right: 10px;
	}

	section.about-differentiators .three-column:nth-of-type(3n + 2) {
		padding: 0 5px;
	}

	section.about-differentiators .three-column:nth-last-of-type(3n + 3) {
		padding-left: 10px;
	}

	section.about-differentiators .three-column {
		margin-bottom: 20px;
	}
}

@media (max-width: 1024px) {

	.home section.applications .container {
		width: 100%;
		padding: 0;
	}

	.home .applications .container .content h1 {
		padding:0 0 10px 50px;
	}

	.home .applications .arrows {
		position: absolute;
		top: 362px;
		left: 50%;
		max-width: 350px;
		width: 100%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 9999;
	}

	.home .applications .arrows .slick-arrow {
		position: absolute;
		-webkit-appearance: none;
		appearance: none;
		width: 18px;
		height: 34px;
		text-indent: -9000px;
		border:none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.home .applications .arrows .slick-prev {
		background: url(assets/images/left_arrow.svg) no-repeat 0 0;
		background-size: 18px 34px;
		left: 50px;
	}

	.home .applications .arrows .slick-next {
		background: url(assets/images/right_arrow.svg) no-repeat 0 0;
		background-size: 18px 34px;
		right: 50px;
	}

	.home .applications .arrows .slick-disabled {
		opacity: 0;
	}

	.home .applications .slick-dots {
		position: absolute;
		top: 375px;
		list-style: none;
		text-align: center;
		width: 100%;
	}

	.home .applications .slick-dots li {
		display: inline-block;
		margin: 0 5px;
	}

	.home .applications .slick-dots li button {
		-webkit-appearance:none;
		appearance:none;
		background: none;
		text-indent: -9000px;
		border: 2px solid #94948d;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 12px;
		height: 12px;
		padding: 0;
		margin: 0;
	}

	.home .applications .slick-dots li.slick-active button {
		background: #94948d;
	}

	.home .applications .column {
		padding: 0 10px;
	}

	.home .applications .column .image-wrap {
		border-bottom: none;
		margin-bottom: 0;
		padding: 0;
	}

	.home .applications .column .image-wrap .image {
		max-width: 350px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.home .applications .column .image a:hover .wrapper {
		padding: 35px;
	}

	.home .applications .column.slick-slide {
		-webkit-transition: opacity .3s ease;
		-moz-transition: opacity .3s ease;
		transition: opacity .3s ease;
		opacity: .65;
	}

	.home .applications .column.slick-current {
		opacity: 1;
	}

	.home .applications .column.slick-slide .image-wrap {
		width: 80%;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
		height: 385px;
		margin-bottom: 20px;
		opacity: .6;
	}

	.home .applications .column.slick-current .image-wrap {
		width: 130%;
		margin-left: -15%;
		opacity: 1;
	}
}
@media (min-width: 960px) and (max-width: 1377px) {
	.home .grid .column:not(.slick-slide):not(.logo-lockup) {
		width: 80% !important;
	}
}
@media (max-width: 960px) {

	body.lock{
		overflow: hidden;
	}

	header .logo {
		left: 50%;
		top: 15px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 9999;
	}

	.menu-toggle {
		display: block;
	}

	header nav.white-bg {
		height: 65px;
	}

	.navigation.container {
		padding: 0;
	}

	.navigation {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .8);
		z-index: 9998;
		-webkit-transition:visibility 0s ease .3s,opacity .3s ease;
		-moz-transition:visibility 0s ease .3s,opacity .3s ease;
		transition:visibility 0s ease .3s,opacity .3s ease;
	}

	.navigation.visible {
		visibility: visible;
		opacity: 1;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		transition-delay: 0s;
	}

	.navigation ul {
		height: 70%;
		width: 100%;
		position: absolute;
		padding: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.navigation ul li {
		display: block;
		height: 12.5%;
		text-align: center;
		margin-right: 0;
		position: relative;
	}

	.navigation ul li a {
		font-size: 2em;
		color: #fff;
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		white-space: nowrap;
	}

	.navigation ul li.current-menu-item > a {
		position: absolute;
	}

	.navigation > ul > li.current-menu-item > a:after, .navigation ul li.current-menu-parent > a:after, .navigation .current-menu-item .sub-menu, .navigation .current-menu-parent .sub-menu {
		display: none;
	}

	.social-search.container {
		z-index: 9999;
		position: relative;
		padding: 10px 0 0 0;
		float: right;
		width: auto;
	}

	/*header .search {
		display: none;
	}*/

	.impact-stats {
		display: none;
	}

	.home .grid .column:not(.slick-slide):not(.logo-lockup) {
		width: 87% !important;
	}

	section.first:not(.cost-calc) .grid .four, section.first:not(.cost-calc) .grid .five, section.first .grid .three, section.technology .grid .four, section.technology .grid .five {
		width: 100%;
		margin-bottom: 20px;
	}

	section.first.about .grid .four {
		margin-bottom: 40px;
	}

	section.first .offset_by_one, section.technology .offset_by_one {
		margin-left: 0 !important;
	}

	section.technology {
		padding: 40px 0;
	}

	section.first {
		padding-top:90px;
	}

	section.page.first {
		padding: 90px 0 40px 0;
	}

	section.in-the-news.first {
		padding: 90px 0;
	}

	section.first img:not(.ajax_spinner), .products .feature img, section.technology .feature img {
		max-width: 600px;
		margin: 0 auto;
		position: relative;
	}

	section.aegis .column.four img {
		margin: 0 0 15px 0;
	}

	section.cost-calc .grid .calculator {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		float: none;
		clear: both;
	}

	.applications.interior .content .column {
		width: 100%;
		max-width: 500px;
		padding: 0;
	}

	section.timeline .timeline-wrapper {
		margin: 140px 0 110px 0;
	}

	section.leadership .bio, section.about-differentiators .three-column {
		width:50%;
		padding: 0 2% 30px 2% !important;
	}

	section.about-differentiators .three-column {
		margin-bottom: 10px;
	}

	section .leadership {
		padding-top: 20px;
	}

	section.leadership-single .container .column.three {
		padding-right: 0;
	}

	section.leadership-single .featured-image {
		max-width: 200px;
		margin: 0 auto;
	}

	section.leadership-single .featured-image img {
		max-width: none;
	}

	.column.leadership h3, .column.leadership h4 {
		text-align: center;
	}

	.grid .seven {
		width: 100%;
	}

	.applications .column .image-wrap {
		margin: 0 auto;
	}

	section.applications.interior {
		padding: 40px 0;
	}

	section.application .featured-image {
		max-width: 400px;
		margin: 0 auto 20px auto !important;
		float: none;
	}

	section.challenges {
		padding: 40px 0;
	}

	section.challenges .challenge-wrap {
		padding-bottom: 20px;
	}

	section.bar.advantage {
		margin-top: 60px;
	}

	section.exploded .column {
		width: 100%;
		margin-bottom: 30px;
	}

	section.exploded .image-wrap {
		max-width: 260px;
		min-width: 0;
		height: auto !important;
	}

	section.exploded .column:nth-of-type(2) .image img {
		max-width: 200px;
		max-height: none;
		width: 100%;
	}

	section.resources .grid .five, section.resources .grid .pull-quote {
		width: 100%;
	}

	section.resources .grid .pull-quote {
		display: none;
	}

	section.resources .container {
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		padding: 50px 30px;
		float: left;
		position: relative;
	}

	section.resources .container .content h1 {
		padding-bottom: 0;
	}

	section.resources .background {
		min-height: 100%;
		width: 100%;
		position: absolute;
		z-index: -1;
	}

	section.careers .career {
		width: 50%;
		padding: 20px 10px !important;
	}

	section.in-the-news.interior .news {
		padding: 0 !important;
	}
	section.in-the-news.interior .news article {
		height: auto !important;
	}

	section.in-the-news .grid .speaking-wrapper {
		width: 60%;
		padding: 0 10px 0 0;
	}

	.in-the-news.interior .grid .one {
		width: 40%;
	}

	.in-the-news h2 {
		font-size: 2em;
	}

}

@media (max-width: 800px) {
	section.video {
		display: none;
	}

	.welcome .background-image-mobile {
		display: block;
	}

	section.bar.icons .column, section.bar .column {
		width:50%;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {

	header .logo {
		width: 72px;
		height: 27px;
		top: 12px;
	}

	header .logo.white, header .logo.grey  {
		background-size: 72px 27px;
	}

	header nav.white-bg {
		height: 50px;
	}

	.home .grid .column.logo-lockup {
		width: 87% !important;
	}

	.home .container .content.logo-lockup, .welcome.two .content {
		min-width: 0;
		width: 87%;
	}

	.grid .column.one, .grid .column.two, .grid .column.three, .grid .column.four, .grid .column.five, .grid .column.six, .grid .column.seven, .grid .column.eight, .grid .column.nine  {
		width: 100%;
	}

	.home .applications .column .image-wrap .image {
		max-width: 300px;
	}

	.home .applications .column.slick-slide .image-wrap {
		height: 320px;
	}

	.home .applications .arrows {
		top: 303px;
	}

	.home .applications .slick-dots {
		top: 315px;
	}

	.home .applications .column .image .wrapper .circle .icon img {
		display: none;
	}

	section.partners {
		background:none;
	}

	.home .in-the-news .container {
		padding: 0 0 0 40px;
	}

	.home .in-the-news article {
		border: 0;
		height: auto !important;
	}

	.home .in-the-news .news .logo {
		display: none;
	}

	section.timeline .timeline-wrapper {
		margin: 200px 0 0 0;
		height: 190px;
	}

	section.timeline .slide.down .content {
		top: 0;
		bottom: auto;
		transform: translateY(-100%);
	}

	section.timeline .slide.down .year, section.timeline .slide.up .year {
		top: 55px;
		bottom: auto;
		font-size: 2em;
	}

	section.timeline .slide .icon {
		height: 50px;
	}

	section.timeline .slide .icon .circle {
		width: 15px;
		height: 15px;
	}

	section.timeline .slide.down .icon, section.timeline .slide.down .icon .horiz-line {
		top: 0;
	}

	section.timeline .slide.down .icon .circle {
		bottom: 0;
		top: auto;
	}

	section.mission-history {
		padding-bottom: 40px;
	}

	section.mission-history .column {
		padding: 50px 0 0 0 !important;
	}

	section.leadership .bio {
		width:100%;
		padding: 0 0 30px 0;
		max-width: 400px;
		margin: 0 auto;
		float: none;
	}

	section.about-differentiators {
		padding: 40px 0;
	}

	section.about-differentiators .the-differentiators {
		padding: 20px 0 0 0;
	}

	section.about-differentiators .content h1 {
		font-size: 3em;
	}

	.pull-quote p {
		font-size: 2.4em;
	}

	section.about-differentiators .three-column {
		width:100%;
		padding: 0 !important;
		margin: 0 auto 10px auto;
		float: none;
	}

	section.about-differentiators .three-column .differentiator-wrapper {
		height: auto !important;
	}

	section.challenges .column.solution {
		padding-left: 0;
		padding-top: 30px;
	}

	section.bar .column {
		width:100%;
	}

	section.cost-calc .results h1 {
		font-size: 7em;
	}

	section.careers .career {
		width: 100%;
		padding: 0 0 40px 0 !important;
		height: auto !important;
	}

	section.careers .career .title-wrapper, section.careers .career .excerpt {
		height: auto !important;
	}

	section.in-the-news.interior {
		background: none;
	}

	#salesforce label {
		width: 100%;
		margin-bottom: 5px;
	}

	#salesforce select {
		margin-left: 0;
	}
}

@media (max-width: 510px) {

	header .logo {
		width: 62px;
		height: 24px;
		top: 10px;
	}

	header .logo.white, header .logo.grey  {
		background-size: 62px 24px;
	}

	header nav.white-bg {
		height: 44px;
	}

	footer .offices {
		padding: 30px 0;
	}

	footer .offices .column {
		width: 100%;
		padding: 0 0 20px 0;
		text-align: center;
	}

	.container {
		padding: 0 20px;
	}

	.welcome .content p {
		padding: 0;
	}

	.home .applications .container .content h1 {
		padding:0 0 10px 20px;
	}

	.home section.applications .content .column {
		padding: 0 15px;
	}

	.home .applications div.view-all .button {
		margin-top: 30px;
	}

	.container .content h1, section.about.first h2 {
		font-size: 3.1em;
		padding-bottom: 10px;
	}

	h3 {
		font-size: 1.9em;
	}

	p {
		font-size: 1.4em;
		line-height: 1.5em;
	}

	.button {
		font-size: 1.3em;
		padding: 10px 15px;
		margin-top: 10px;
	}

	.logo-lockup .button {
		padding: 10px;
	}

	.welcome .scroll-down {
		bottom: 30px;
	}

	.welcome .scroll-down.active {
		bottom: 20px;
	}

	.welcome .scroll-down .scroll {
		font-size: 1.17em;
    	padding: 0 10px;
    	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.welcome .scroll-down .arrow {
		width: 15px;
		height: 15px;
	}

	nav.screens {
		width: auto;
		right: 10px;
	}

	nav.screens ul li {
		margin: 6px 0;
	}

	nav.screens ul li a.active, nav.screens ul li a:hover {
		text-indent: -9000px;
	}

	nav.screens ul li a span {
		width: 20px;
		height: 20px;
	}

	nav.screens.grey ul li a.active span, nav.screens.grey ul li a:hover span {
		border-color: #94948d;
	}

	nav.screens ul li a.active span, nav.screens ul li a:hover span {
		border: 2px solid;
		width: 16px;
		height: 16px;
	}

	nav.screens.white ul li a.active span, nav.screens.white ul li a:hover span {
		border-color: #fff;
	}

	.welcome.two .content p {
		font-size: 1.4em;
		line-height: 1.5em;
	}

	.home .products .feature img {
		/*top: 20px;*/
	}

	.home .applications .column.slick-slide .image-wrap {
		height: 260px;
	}

	.home .applications .column .image-wrap .image {
		max-width: 260px;
	}

	.home .applications .arrows {
		top: 267px;
	}

	.home .applications .slick-dots {
		top: 275px;
	}

	.home .applications .column.slick-slide .content {
		display: none;
	}

	.home .in-the-news .container {
		padding: 0 0 0 20px;
	}

	.in-the-news:not(.interior) .column {
		padding: 0;
	}

	section.in-the-news:not(.interior) .pub, .in-the-news .date-loc {
		font-size: 1.1em;
		padding: 0 0 5px 0;
	}
	.home .in-the-news .content .column:nth-of-type(2) {
		display: none;
	}

	section.mission-history a:before {
		top: 5px;
	}

	section.about-differentiators .three-column .differentiator-wrapper {
		padding: 25px;
	}

	section.about-differentiators .content h1 {
		font-size: 2.2em;
		margin-bottom: 20px;
	}
	section.about-differentiators .content p {
		font-size: 1.7em;
	}
	section.application .featured-image {
		max-width: 300px;
	}

	section.bar.icons .column .icon {
		max-width: 50px;
	}

	section.bar.icons .column {
		width:100%;
	}

	section.energy-stack .column {
		min-width: 0;
		position: relative;
	}

	section.cost-calc .grid .calculator img {
		display: none;
	}

	section.cost-calc .grid .calculator {
		padding: 0;
		margin: 10px 0 40px 0;
	}

	section.cost-calc select, section.cost-calc input, section.cost-calc #energy {
		width: 100%;
		max-width: none;
	}

	section.cost-calc .calculator .wrapper {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

	section.cost-calc .results h1 {
		font-size: 5.8em;
	}

	section.in-the-news .grid .speaking-wrapper, .in-the-news.interior .grid .one  {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}

	section.in-the-news .speaking {
		padding: 0 0 10px 0;
	}

	section.in-the-news .engagement {
		margin-bottom: 20px;
	}

	section.in-the-news.interior .headline-wrapper {
		min-height: 0;
		margin-top: 30px;
	}

	section.in-the-news.interior h3 {
		display: block;
	}

	section.in-the-news .signup-form {
		padding: 10px 0 20px 0;
	}
}


@media screen and (max-height: 930px) and (min-width: 768px) {

	.home .applications .column .image-wrap {
		margin: 0 auto 10px auto;
		padding-bottom: 15px;
	}

	.home .applications .column .image {
		max-width: 320px;
	}

	.home .applications .column p {
		line-height: 1.8em;
	}

	.home .applications div.view-all .button {
		margin-top: 15px;
	}
}


@media screen and (max-height: 840px) and (min-width: 768px) {

	.home .applications .column .image a .wrapper {
		padding: 40px;
	}

	.home .applications .column .image a:hover .wrapper {
		padding: 0;
	}

	.home .applications .column .image {
		max-width: 280px;
	}

	.applications .column .image .wrapper .circle .icon {
		font-size: 24px;
		line-height: 24px;
		max-width: 124px;
	}

	.home .applications .column .image .wrapper .circle .icon img {
		max-height: 60px;
	}

	.home .applications .column p {
		line-height: 1.6em;
	}

	.home .applications div.view-all .button {
		margin-top: 10px;
	}

	.home .in-the-news .container .content h1 {
		padding-bottom: 15px;
	}

	.home .in-the-news .news .logo {
		max-width: 75px;
	}

	.home .in-the-news h2 {
		font-size: 2em;
	}

	.home .in-the-news div.view-all .button {
		margin-top: 15px;
	}
}

@media screen and (max-height: 750px) and (min-width: 768px) {

	.container .content h1 {
		font-size: 48px;
		padding-bottom: 15px;
	}

	.home .applications .container .content h1 {
		padding-top: 30px;
	}

	.home .applications .column, .in-the-news:not(.interior) .column {
		padding: 0 5% 0 0;
	}

	.home .applications .column .image a .wrapper {
		padding: 30px;
	}

	.home .applications .column .image {
		max-width: 240px;
	}

	.home .applications .column .image .wrapper .circle .icon {
		font-size: 1.8em;
		max-width: 110px;
	}

	p, .welcome .content p, .home .in-the-news article p {
		line-height: 1.333333333333333;
	}

	.home .applications .column a.text-link {
		margin-top: 10px;
		font-size: 1.4em;
	}

	.home .applications .column a.text-link:before {
		top: 1px;
	}

	.home .impact-stats {
		padding: 20px 0;
		margin-top: 30px;
	}

	.home .impact-stats h2 {
		font-size: 3.4em;
	}

	.home .impact-stats .stat h2 {
		font-size: 4em;
	}

	.home .impact-stats p {
		font-size: 1.7em;
	}

	.home .partnerships {
		margin-top: 20px;
	}

	.home .in-the-news .news .logo {
		max-width: 60px;
	}

	.home .in-the-news article {
		padding: 15px 0 30px 0;
	}

	.home .in-the-news h2 {
		font-size: 1.8em;
	}

	.home .in-the-news a.text-link {
		bottom: 15px;
	}

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	.home .products .feature img {
		position: relative;
		max-width: 500px;
		margin: 0 auto;
	}

}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
