/*
Theme Name: Danskammer Energy
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for danskammer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: danskammer

This theme, like WordPress, is licensed under the GPL.

danskammer is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
hr{box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}
fieldset{padding:.35em .75em .625em}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
textarea{overflow:auto}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
[hidden],template{display:none}
button,hr,input{overflow:visible}
progress,sub,sup{vertical-align:baseline}
[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #000000;
	font-family: interstate, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: interstate, sans-serif;
	margin: 0 0 0.5em;
	line-height: 1.125;
	font-weight: 600;
}
h1.entry-title {
	font-size: 3rem;
	font-family: trajan-pro-3, serif;
	text-align: center;
}
#primary h2,
#primary h3 {
	color: #103a63;
	font-size: 1.725rem;
	font-weight: 600;
}
#primary h3 {
	font-size: 1.55rem;
}

p {margin: 0 0 1.5em;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem;}
abbr, acronym {border-bottom: 1px dotted #666; cursor: help;}
mark, ins {background: #fff9c0; text-decoration: none;}
big {font-size: 125%;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html{box-sizing:border-box}
*,:after,:before{box-sizing:inherit}
body{background:#fff}
hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}
ol,ul{margin:0 0 1.5em 0}
ul{list-style:disc}
ol{list-style:decimal}
li>ol,li>ul{margin-bottom:0;margin-left:1.5em}
dt{font-weight:700}
dd{margin:0 1.5em 1.5em}
img{height:auto;max-width:100%}
figure{margin:1em 0}
table{margin:0 0 1.5em;width:100%}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #107DA8;
	text-decoration: none;
	transition: all ease 0.5s;
}
a:hover, a:focus, a:active {
	color: #103a63;
	outline: 0;
}
.entry-content p a:not(.button),
.entry-content p a:not(.button):visited {
	background-color: #fff;
	border-bottom: 1px dotted;
}
.entry-content p a:not(.button):hover,
.entry-content p a:not(.button):focus,
.entry-content p a:not(.button):active {
	border-bottom: 1px solid;
}
a[href*="tel:"] {
	white-space: nowrap;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #25b7f1;
	border: none;
	box-shadow: none;
	color: #000;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	padding: 1em 2em;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button { padding: .6em 1em !important; }

.button:hover, a.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus, a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #1e8db9;
	color: #FFF;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
#content:before {display: block; content: " "; margin-top: -220px; height: 220px; visibility: hidden; pointer-events: none;}
.container { max-width: 1400px; margin: 0 auto; box-sizing: border-box; position: relative; padding: 0 2%; }
#primary .container { max-width: 1000px; }
.wide-column, .widget-area { float: left; box-sizing: border-box; }
.wide-column { width: 75%; padding-right: 3%; }
.widget-area { width: 25%; padding-left: 1.5%; }
.nowrap { white-space: nowrap; }
#mannix { font-size: 0.8rem; text-align: center; padding: 2em 0 0; }
#mannix p { margin-bottom: 0.125em; }
#mannix a { border-bottom: 1px dotted; }
#mannix a:focus, #mannix a:hover { border-bottom: 1px solid; }
.row { padding: 5em 0 2.5em; }
.embed-container {height:0; margin-bottom:2em; max-width:100%; overflow:hidden; padding-bottom:56.25%; position:relative;}
.embed-container iframe, .embed-container object, .embed-container embed {position:absolute; top:0; height:100%; left:0; width:100%;}
.map .embed-container { margin-bottom: 0; padding-bottom: 26.25%; }
.gray-bg {background:#E4E4E4;}
.blue-bg {background:#103a63; color: #FFF;}
#sticky-anchor {
	position: absolute;
	transition: all ease 0.3s;
	width: 100%;
}
.banner {
    padding: .5em 3%;
    background: #25b7f1;
    text-align: center;
    font-size: .8em;
}
.banner a {
	color: #000;
	text-decoration: underline;
}
.site-header {
	background: #FFF;
}
.site-header .container {
	max-width: 1600px;
	padding-left: 0;
}
.site-header.sticky {
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
}
.site-branding {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	line-height: 1;
}
.site-logo a {
	display: block;
}
.site-header .site-branding img {
	width: 437px;
	height: 166px;
	transition: all ease 0.5s;
}
.site-header.sticky .site-branding img {
	width: 184px;
	height: 70px;
}
.header-nav-wrapper {
	float: right;
}

.hero-image {
	position: relative;
	line-height: 0;
}
.hero-image img {
	width: 100%;
	height: auto;
}

.hero-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	line-height: 1.125;
	transform: translateY(-35%);
}
.hero-text p:first-of-type {
	font-size: 3.75rem;
	font-family: trajan-pro-3, serif;
	font-weight: 700;
	margin-bottom: .25em;
}
.hero-text p:nth-of-type(2){
	font-size:2.813rem;
	font-family: interstate, sans-serif;
	font-weight: 300;
	font-style: italic;
}

.home #primary.row {
	padding-bottom: 0;
}
.home #primary .container {
	max-width: 1400px;
}
.home .site-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home .site-main article,
.primary-photo {
	flex-basis: 48%;
}
.home h1.entry-title {
	font-size: 2.688rem;
	text-align: left;
}
.home .site-main article p {
	font-family: interstate, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1.875rem;
}
.home .site-main article p:last-of-type {
	margin-bottom: 0;
}
.ctas {
	border-top: 1px solid #cfcfcf;
	padding-top: 5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cta {
	flex-basis: 25%;
	margin-bottom: 1.5em;
}
.cta img {
	display: block;
	margin: 0 auto 1em;
}
.cta h2 {
	font-family: 'trajan-pro-3', serif;
	text-align: center;
	color: #107DA8;
	font-size: 1.875rem;
}
.cta p {
	font-size: 1.125rem;
}

.wp-caption{
	position: relative;
	line-height: 0;
}
.wp-caption .wp-caption-text {
	background: rgba(9,65,120,0.7);
	border-top: 4px solid #009ddb;
	bottom: 0;
	color: #FFF;
	font-family: trajan-pro-3, serif;
	font-size: 2.125rem;
	line-height: 1.125;
	padding: 30px 10px;
	position: absolute;
	width: 100%;
}

ol.timeline {
	list-style-type: none;
	border-left: 2px solid #a2a2a2;
	position: relative;
	padding: 25px 0 5px;
	margin: 1.5em 0 2em 2em;
}
ol.timeline > li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 1em;
}
ol.timeline > li strong {
	color: #103a63;
	font-size: 1.45rem;
}
ol.timeline > li:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #25b7f1;
	border-radius: 50%;
	left: -9px;
	top: 10px;
}
ol.timeline > li ol {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

 ul.process-nav {
	list-style: none;
	padding: 0 0 2em;
	margin: 0 0 2em;
	text-align: center;
	border-bottom: 1px solid #d1d1d1;
}
.process-nav li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #d1d1d1;
	font-size: 1.125rem;
}
.process-nav li:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.faq-section {
	margin-top: 1.5em;
}
.faq-wrapper {
	margin-bottom: 3em;
}
.faq-section h2 {
	margin-bottom: 1em;

}
.faq {
	padding-left: 1em;
}
.faq-answer {
	padding-left: 2em;
	padding-bottom: 2em;
}
.faq-question {
	position: relative;
	padding-left: 1.5em;
	font-size: 1.4rem;
}
.faq-question i.fas {
	position: absolute;
	left: 0;
	top: 5px;
}

.filter-title {
	text-align: center;
	margin-bottom: 0.75em;
	font-size: 1.125rem;
}
.document-filter {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	border-bottom: 1px solid #a2a2a2;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
.document-filter li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #a2a2a2;
}
.document-filter li:last-of-type{
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.document-filter li a {
	display: block;
	border-bottom: 3px solid transparent;
}
.document-filter li a.active {
	border-bottom: 3px solid;
}

.history-wrapper {
	position: relative;
	padding: 1em 0;
	margin-top: 1em;
}
.history-wrapper:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 4px;
    background: #107DA8;
    left: 50%;
    margin-left: -2px;
}
.history-entry {
	border: 1px solid #a2a2a2;
	width: 47%;
	margin-bottom: 3%;
	clear: both;
	position: relative;
}
.history-entry:not(:first-child) {
    margin-top: -7%;
}
.history-entry:nth-of-type(odd) {
    float: left;
    margin-right: 3%;
}
.history-entry:nth-of-type(even) {
    float: right;
    margin-left: 3%;
}
.history-entry:before {
    content: '';
    position: absolute;
    top: 13px;
    right: 100%;
    height: 0;
    width: 0;
    border: 10px solid #103a63;
}
.history-entry:nth-of-type(odd):before {
    border-color: transparent transparent transparent #103a63;
    right: -20px;
}
.history-entry:nth-of-type(even):before {
    border-color: transparent #103a63 transparent transparent;
}
.history-image {
	line-height: 0;
}
.history-image img {
	width: 100%;
}
.history-title {
	padding: 0.5em 0.8em;
	background: #103a63;
}
#primary .history-title h3 {
	color: #FFF;
	margin: 0;
}
.history-text {
	padding: 1.5em 0.8em 0;
}

.team-wrapper {
	margin-top: 2em;
}
.team-member {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 3em;
}
.team-member .team-photo {
	flex-basis: 30%;
}
.team-member .team-bio {
	flex-basis: 65%;
}

.blog-intro {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #a2a2a2;
}

.page-id-6 #primary .container {
	max-width: 1200px;
}
.contact-blocks {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.contact-block {
	flex-basis: 48%;
	border: 1px solid #a2a2a2;
	margin-bottom: 4%;
	padding: 1.5em 1em 0;
}
.contact-block em {
	font-size: 1.125rem;
}
.form-wrapper {
	background: #103a63;
	color: #FFF;
}
.form-wrapper .container,
.donation-form-wrapper .container {
	max-width: 1200px;
}
.donation-form-wrapper {
	background: #e8e8e8;
}
.inner-form-wrapper {
	display: flex;
	justify-content: space-between;
}
.inner-form-wrapper > div {
	flex-basis: 45%;
}
.donation-form-wrapper h2 {
	color: #103a63;
	font-size: 1.8125rem;
}
.donation-form-wrapper h2:after,
.inner-form-wrapper > div h2:after {
	content: '';
	width: 100px;
	display: block;
	margin: 20px 0;
	border-bottom: 2px solid #107DA8;
}

.form-wrapper .gform_wrapper .top_label .gfield_label,
.form-wrapper .gform_wrapper legend.gfield_label,
.donation-form-wrapper .gform_wrapper .top_label .gfield_label,
.donation-form-wrapper .gform_wrapper legend.gfield_label {
	font-weight: normal;
}
.donation-form-wrapper .gform_wrapper .top_label .gfield_label,
.donation-form-wrapper .gform_wrapper legend.gfield_label {
	font-size: 1rem;
}
.form-wrapper .gform_wrapper .gfield_required,
.form-wrapper .gform_wrapper div.validation_error,
.form-wrapper .gform_wrapper ol.validation_list,
.form-wrapper .gform_wrapper ol.validation_list li a {
	color: #FFF;
}
.form-wrapper .gform_wrapper li.gfield.gfield_error,
.form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: rgba(255,255,255,0.5);
}
.form-wrapper .gform_wrapper li.gfield.gfield_error .gfield_required {
	color: #790000;
}

.page-id-628 #primary .container,
.page-id-620 #primary .container {
	max-width: 1200px;
}
.page-id-628 .entry-content img.alignleft {
	max-width: 45%;
}
.page-id-628 .entry-content > p:first-of-type,
.page-id-620 .entry-content > p:first-of-type {
	font-size: 2.0625rem;
	color: #103a63;
	line-height: 1.125;
}
.page-id-620 .entry-content > p:last-of-type {
	margin-bottom: 0;
}
.page-id-620 .entry-content {
	margin-top: 0;
}
.content-flexed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 3em 0 1.5em;
}
.content-flexed .primary-photo {
	line-height: 0;
	flex-basis: 50%;
	margin: 0;
}
.content-flexed .primary-photo img {
	width: 100%;
}
.content-flexed article#post-620 {
	flex-basis: 45%;
}

.lp-main {
	background-position: left bottom;
	background-image: url('images/flame-bg.png');
	background-repeat: no-repeat;
}
.lp-main h1.entry-title {
	font-size: 3.3rem;
}
.lp-main .entry-content {
	font-size: 1.5rem;
}
.lp-nav {
	margin: 0 auto 2em;
	text-align: center;
	padding: 0;
}
.lp-nav li {
	display: inline-block;
	margin-right: 15px;
}
.lp-nav li a {
	display: block;
	padding: 10px 20px;
	text-align: center;
	background: #25b7f1;
	color: #103a63;
	font-size: 18px;
	font-weight: bold;
}
.lp-nav li a:hover,
.lp-nav li a:focus {
	background: #1e8db9;
    color: #fff;
}
.lp-section .container {
	max-width: 900px;
}
.lp-section h2 {
	text-align: center;
	color: #103a63;
	font-size: 2.5rem;
}
#renewables h3 {
	color: #103a63;
	font-size: 1.5rem;
}
#renewables h3:before {
	content: url('images/flame-icon.png');
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-bottom;
}
#reports.row {
	padding: 2em 0;
	text-align: center;
}
#reports .container,
#economicnumbers .container {
	max-width: 1100px;
}
#reports h2 {
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.reports-flexed,
.cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cards {
	margin-bottom: 1.5em;
}
.report,
.flip-card {
	flex-basis: 30%;
}
.flip-card {
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 30px;
}
.flip-card .front-card {
	margin: 30px 30px 0;
}
.flip-card .front-card strong {
	font-size: 72px;
	color: #00ACF0;
	line-height: 1;
}
.flip-card .front-card {
	font-weight: bold;
	text-align: center;
}
.flip-card .back-card {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: calc(100% - 60px);
	font-size: 1.125rem;
}
.flip-card .front-card p:last-of-type,
.flip-card .back-card p:last-of-type {
	margin-bottom: 0;
}
.flip-card button {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #00acf0;
	color: #FFF;
	font-size: 1rem;
	padding: 5px;
}
.flip-card button:hover {
	cursor: pointer;
}
.flip-card button:hover,
.flip-card button:focus {
	color: #00ACF0;
	background: #FFF;
}
.report a {
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dotted;
}
.report a:hover,
.report a:focus {
	border-bottom: 1px solid;
}
.report a:before {
	content: '\f15c';
	display: block;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Font Awesome 5 Free';
}
.lp-full .container {
	max-width: 1920px;
	padding: 0;
}
.environmental-flexed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
}
.environmental-photo {
	background-position: center;
	background-size: cover;
	line-height: 0;
	flex-basis: 50%;
}
.environmental-text {
	flex-basis: 50%;
}
.environmental-text > div {
	padding: 4em 4em 2.5em;
}
.environmental-text h2 {
	color: #103a63;
	font-size: 40px;
}
.environmental-text ul {
	list-style: none;
	padding-left: 0;
}
.environmental-text li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 25px;
}
.environmental-text li:before {
	content: '';
	background: url('images/flame-icon.png') no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 45px;
}
#slides {
	background: #103a63 url('images/slides-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
#slides .container {
	position: relative;
	padding: 0 50px;
	max-width: 1200px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	background: transparent;
	color: #fff;
	font-size: 2em;
	z-index: 900;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 5px;
}
.slide-title {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.slide-flexed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5em;
}
.slide-flexed > div {
	flex-basis: 50%;
}
.slide-graph img {
	width: 100%;
}
.slide-text {
	font-weight: bold;
	font-size: 1.625rem;
	padding-left: 2em;
}
.slide-text strong {
	font-size: 3.75rem;
}

tr.darkblue {
    background: #cfd5e9;
}
tr.lightblue {
    background: #e9ebf5;
}
tr.headerblue {
    background: #4674c1;
    color: #FFF;
    text-align: left;
}
tr.darkblue td {
    padding: 4px;
}
tr.lightblue td {
    padding: 4px;
}
tr.headerblue td {
    padding: 10px;
}
p.disclaimer {
	color: #545454;
	font-size: 0.9375rem;
}


.footer-action.row {
	padding: 6em 0 4.5em;
	background-size: cover;
	background-position: center;
	color: #FFF;
	text-align: center;
	position: relative;
}
.footer-action .container {
	position: relative;
	z-index: 600;
}
.footer-action:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 400;
}
.footer-action h2 {
	font-family: trajan-pro-3, serif;
	font-size: 3.563rem;
}
.site-footer {
	background: #103a63;
	color: #FFF;
	font-size: 0.938rem;
}
.site-footer a {
	color: #FFF;
}
.site-footer a:hover,
.site-footer a:focus {
	color: #78d6fc;
}
.footer-email-signup {
	text-align: center;
}
.footer-email-signup .gform_wrapper .top_label .gfield_label,
.footer-email-signup .gform_wrapper legend.gfield_label {
	font-weight: normal;
}
body .footer-email-signup .gform_wrapper .top_label div.ginput_container {
	margin-top: 2px;
}
.footer-email-signup .gform_wrapper .gform_footer {
	margin-top: 0;
}
.footer-email-signup .gform_wrapper .gfield_required {
	color: #FFF;
}

.footer-columns,
.lp-footer-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lp-footer-columns {
	max-width: 900px;
	margin: 0 auto;
}
.footer-columns > div {
	flex-basis: 30%;
}
.lp-footer-columns > div {
	flex-basis: 48%;
}
.contact-information {
	text-align: center;
}
.blog .post, .archive .post {
	border-bottom: 1px solid #a2a2a2;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;

}
.entry-meta, .entry-footer { font-size: 90%; font-style: italic; }
.cat-links, .tags-links, .comments-link { display: block; width: 100%; }
.posts-navigation { padding-top: 10px; font-size: 90%; }

/*--------------------------------------------------------------
# Navigation
## Menus
--------------------------------------------------------------*/
.main-navigation, .footer-navigation {
	width: 100%;
}

.main-navigation ul, .footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}
.main-navigation li:last-of-type {
	margin-right: 0;
}
.footer-navigation li {

}


.main-navigation a, .footer-navigation a {
	display: inline-block;
	text-decoration: none;
}

.main-navigation a {
	padding: 20px 5px;
	color: #000000;
	border-bottom: 5px solid #fff;
	font-size: 1.063rem;
}
.main-navigation button {
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	color: #000;
	vertical-align: -1px;
}

.main-navigation ul ul {
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: -999em;
	position: absolute;
	top: 3.5em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	display: none;
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 5px;
	margin-right: 0;
	border:0;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation li > a:focus,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	border-color: #25b7f1;
}
.main-navigation li.header-phone > a:hover,
.main-navigation li.header-phone > a:focus {
	border-bottom-color: #FFF;
	color: #25b7f1;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a,
.main-navigation ul ul li > a:focus,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
	color: #25b7f1;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 100%;
}

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
    background-color: #103a63;
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.5s;
    visibility: hidden;
    width: 0;
    z-index: 10000;
}
.mobile-nav-wrapper {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 10000;
}
body.admin-bar .mobile-nav-wrapper { top: 50px; }
#opennav, #closenav {
	background: transparent;
	border-radius: 0;
	color: #103a63;
	font-size: 2.5rem;
	padding: 0;
}
#closenav {
	color: #FFF;
	margin: 0 0 0.5em 20px;
}
.mobile-navigation ul {
	list-style-type: none;
	padding: 0;
}
.mobile-navigation ul ul {
	display: none;
	margin: 0;
}
.mobile-navigation ul ul li a {
	padding-left: 2.5em;
}
.mobile-navigation li a {
	border-top: 1px solid rgba(255,255,255,0.25);
	color: #FFF;
	display: block;
	padding: 10px 20px;
}
.mobile-navigation li.current-menu-item > a {
	background: #25b7f1;
	color: #FFF;
}
.mobile-navigation li > a:hover, .mobile-navigation li > a:focus {
	background: #25b7f1;
	color: #FFF;
}
.mobile-navigation li { position: relative; }
.mobile-navigation ul li.menu-item-has-children > a { margin-right: 30px; }
.mobile-navigation li > button { position: absolute; right: 0; top: 0; border-radius: 0; padding: 13.5px 10px; z-index: 1000; border-top: 1px solid rgba(255,255,255,0.25); }
.mobile-navigation ul li.focus > ul {display: block;}

/*--------------------------------------------------------------
## Comment Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {margin: 0 0 1.5em; overflow: hidden;}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {float: left; width: 50%;}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {float: right; text-align: right; width: 50%;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; background-color: #FFF; }
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;}
#content[tabindex="-1"]:focus {outline: 0;}
a.skip-link {color: #000; background-color: #FFF;}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline; float: left; margin-right: 1.5em;}
.alignright {display: inline; float: right; margin-left: 1.5em;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {content: ""; display: table; table-layout: fixed;}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {clear: both;}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {margin: 0 0 1.5em;}
.widget select {max-width: 100%;}

/*--------------------------------------------------------------
# Content
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.byline, .updated:not(.published) {display: none;}
.single .byline, .group-blog .byline {display: inline;}
.page-content, .entry-content, .entry-summary {margin: 1.5em 0 0;}
.page-links {clear: both; margin: 0 0 1.5em;}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {display: none;}
.comment-content a {word-wrap: break-word; }
.bypostauthor {display: block; }
embed, iframe, object {max-width: 100%;}
.wp-caption {margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] {display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text {text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em;}
.gallery-item {display: inline-block; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 49%;}
.gallery-columns-3 .gallery-item {max-width: 32.33%; }
.gallery-columns-4 .gallery-item {max-width: 24%; }
.gallery-columns-5 .gallery-item {max-width: 19%; }
.gallery-columns-6 .gallery-item {max-width: 15.66%; }
.gallery-columns-7 .gallery-item {max-width: 13.28%; }
.gallery-columns-8 .gallery-item {max-width: 11.5%; }
.gallery-columns-9 .gallery-item {max-width: 10.11%; }
.gallery-caption {display: block; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1490px){
	.site-header .site-branding img {
		width:350px;
		height:133px;
	}
	.main-navigation li {
		margin-right: 25px;
	}
}
@media screen and (max-width: 1375px){
	.site-header .site-branding img {
		width:325px;
		height:124px;
	}
	.main-navigation li {
		margin-right: 18px;
	}
}
@media screen and (max-width: 1305px){
	.main-navigation a {
		font-size: 0.9rem;
		padding: 22px 5px;
	}
	h1.entry-title,
	.lp-main h1.entry-title,
	.home h1.entry-title {
		font-size: 2rem;
	}
	.home .site-main article p {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 1250px){
	.lp-main{
		background-size: 150px;
	}
}
@media screen and (max-width: 1185px){
	.site-header .container {
		padding: 0 2%;
	}
	.site-branding,
	.header-nav-wrapper {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		text-align: center;
		float: none;
	}
	.main-navigation ul ul {
		text-align: left;
	}
	.site-header .site-logo {
		overflow: hidden;
	    width: 260px;
	    margin: 0 auto;
	}
	.site-header.sticky .site-logo {
		width: 135px;
	}
	.site-header .site-branding img {
	    max-width: none;
    	left: -12px;
    	position: relative;
	}
	.footer-action h2,
	.hero-text p:first-of-type {
		font-size: 2.75rem;
	}
	.hero-text p:nth-of-type(2) {
		font-size: 2rem;
	}
	.hero-text {
		transform: translateY(-50%);
	}
	.hero-text p:last-of-type {
		margin-bottom: 0;
	}
	.cta {
		flex-basis: 30%;
	}
	.page-id-628 .entry-content>p:first-of-type,
	.page-id-620 .entry-content>p:first-of-type {
		font-size: 1.5rem;
	}
	.lp-main .entry-content {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 1100px){
	.lp-main{
		background-image: none;
	}
	.environmental-text>div {
		padding: 3em 2em 1.5em;
	}
	.slide-text strong {
		font-size: 3rem;
	}
}
@media screen and (max-width: 1023px){
	.mobile-nav-wrapper {
		display: block;
	}
	.header-nav-wrapper,
	.footer-nav-wrap {
		display: none;
	}
	.site-branding {
		text-align: left;
	}
	.site-header .site-logo {
		margin: 0;
		display: inline-block;
	}
	.site-header .site-logo,
	.site-header.sticky .site-logo {
		width: auto;
	}
	.site-header .site-branding img,
	.site-header.sticky .site-branding img {
		width: 197px;
		height: 75px;
	}
	.home .site-main {
		display: block;
		text-align: center;
	}
	.primary-photo {
		margin-bottom: 1em;
	}
	.home h1.entry-title {
		text-align: center;
	}
	.footer-columns > div {
		flex-basis: 48%;
	}
	.contact-information {
		text-align: left;
	}
	.environmental-flexed,
	.content-flexed {
		display: block;
	}
	.content-flexed .primary-photo {
		max-width: 700px;
		margin: 0 auto 1.5em;
	}
	.environmental-photo {
		height: 300px;
	}
}
@media screen and (max-width: 970px){
	.lp-nav li a {
		font-size: 1rem;
	}
}
@media screen and (max-width: 900px){
	.row {
		padding: 3em 0 1.5em;
	}
	.footer-action h2,
	.hero-text p:first-of-type {
		font-size: 2rem;
	}
	.hero-text p:nth-of-type(2) {
		font-size: 1.6rem;
	}
	.hero-text a.button {
		font-size: 1rem;
	}
	.ctas,
	.contact-blocks,
	.inner-form-wrapper,
	.footer-columns,
	.lp-footer-columns {
		display: block;
	}
	.cta {
		max-width: 460px;
		margin: 0 auto 3em;
	}
	.contact-information {
		text-align: center;
		margin-bottom: 1em;
	}
	.map .embed-container {
		padding-bottom: 46.25%;
	}
	.team-member {
		display: block;
	}
	.team-member .team-photo {
		text-align: center;
		max-width: 600px;
		display: block;
		margin: 0 auto 1em;
	}
	.page-id-628 .entry-content img.alignleft {
		max-width: 100%;
		display: block;
		margin: 0 auto 1em;
		float: none;
	}
	.lp-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.lp-nav li {
		flex-basis: 49%;
		margin: 0 0 2%;
	}
	.lp-nav li a {
		padding: 10px;
	}
	.report a {
		font-size: 1rem;
	}
	.report {
		flex-basis: 31%;
	}
	.flip-card {
		flex-basis: 32%;
	}
	.flip-card .front-card {
		font-size: 1.125rem;
	}
	.flip-card .back-card {
		font-size: 1rem;
	}
	.flip-card .front-card strong {
    	font-size: 52px;
    }
    .slide-text {
    	font-weight: normal;
    }
	.slide-text strong {
		font-size: 2.25rem;
	}
}
@media screen and (max-width: 767px){
	.slide-flexed {
		display: block;
	}
	.slide-text {
		text-align: center;
		padding-left: 0;
		margin-top: 1em;
	}
	.slick-slide img {
		max-width: 500px;
		margin: 0 auto;
	}
	.slide-title {
		line-height: 1.125;
	}
}
@media screen and (max-width: 700px){
	.hero-text {
		position: relative;
		transform: none;
		padding: 2em 0;
		background:#103a63;
		top: auto;
		left: auto;
	}
	.wp-caption .wp-caption-text {
		font-size: 1.5rem;
		padding: 20px 10px;
	}
    .history-entry,
    .history-entry:nth-of-type(even),
    .history-entry:nth-of-type(odd) {
    	float: none;
    	margin: 0 0 2em;
    	width: 100%;
    	background: #FFF;
    }
    .history-entry:before { display: none; }
    .cards,
    .reports-flexed {
    	display: block;
    }
    .report {
    	margin: 0 auto 1.5em;
    	max-width: 300px;
    }
    .flip-card {
		max-width: 360px;
	    margin: 0 auto 2em;
	    min-height: 180px;
    }
    .flip-card .front-card {
	    position: absolute;
	    left: 30px;
	    width: calc(100% - 60px);
	    top: 50%;
	    transform: translateY(-50%);
	    margin: 0;
    }
}
@media screen and (max-width: 600px){
	.hero-text p:first-of-type {
		font-size: 1.5rem;
	}
	.hero-text p:nth-of-type(2) {
		font-size: 1.33rem;
	}
	h1.entry-title {
		text-align: left;
	}
	.filter-title,
	.document-filter {
		text-align: left;
	}
	.filter-title {
		padding: 5px 0;
		border-top: 1px solid #a2a2a2;
		border-bottom: 1px solid #a2a2a2;
	}
	.document-filter li {
		display: block;
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
		margin-bottom: 0.6em;
	}
	.document-filter li:before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '\f105';
		margin-right: 10px;
		color: #25b7f1;
	}
	.document-filter li a {
		display: initial;
	}
	.faq {
		padding-left: 0;
	}
	.lp-section h2 {
		font-size: 2rem;
	}
	.environmental-photo {
		height: 200px;
	}
	.environmental-text>div {
		padding: 3em 2% 1.5em;
	}
	.page-id-20 table,
	.page-id-681 table,
	.page-id-664 table {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 460px){
	.footer-action a.button {
		font-size: 1rem;
	}
	.wp-caption .wp-caption-text {
		position: relative;
		bottom: auto;
		left: auto;
		background: #103a63;
	}
	ol.timeline {
		margin-left: 1em;
	}
	.contact-block em,
	.contact-block p {
		font-size: 1rem;
	}
	.map .embed-container {
		padding-bottom: 56.25%;
	}
	.lp-nav {
		display: block;
	}
	.lp-nav li {
		display: block;
	}
	#reports h2 {
	    letter-spacing: 1px;
	    font-size: 1.25em;
	    text-transform: uppercase;
	}
	.flip-card .front-card strong {
		font-size: 45px;
	}
	.page-id-20 table,
	.page-id-681 table,
	.page-id-664 table {
		font-size: 1rem;
	}
}