/*
Theme Name: Alliance For Jobs And Clean Energy
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

#main:after,
.widget:after,
.comments:after,
.post-password-form p:after,
.search-form:after,
.main-holder:after,
#header:after,
.holder:after,
.main-nav:after,
.visual.citation-box .text-box:after,
.comments-block:after,
.green-box .row:after,
.reviews:after,
.leadership-block:after,
.leadership-list:after,
.article-content:after,
#footer .footer-holder:after,
#footer .top-bar:after {
	content: " ";
	display: block;
	clear: both;
}

.social-networks,
.lang,
.main-nav ul,
.partners ul,
.post-list,
.leadership-list,
#footer .main-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?-gcanmq");
	src: url("fonts/icomoon.eot?#iefix-gcanmq") format("embedded-opentype"), url("fonts/icomoon.ttf?-gcanmq") format("truetype"), url("fonts/icomoon.woff?-gcanmq") format("woff"), url("fonts/icomoon.svg?-gcanmq#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}

.icon-envelope:before {
	content: "\e603";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-quote:before {
	content: "\e601";
}

#main:after,
.widget:after,
.comments:after,
.post-password-form p:after,
.search-form:after,
.main-holder:after,
#header:after,
.holder:after,
.main-nav:after,
.visual.citation-box .text-box:after,
.comments-block:after,
.green-box .row:after,
.reviews:after,
.leadership-block:after,
.leadership-list:after,
.article-content:after,
#footer .footer-holder:after,
#footer .top-bar:after {
	content: " ";
	display: block;
	clear: both;
}

.social-networks,
.lang,
.main-nav ul,
.partners ul,
.post-list,
.leadership-list,
#footer .main-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0;
	min-width: 308px;
	height: 26px;
	text-align: center;
}

.jcf-select.jcf-select-nav {
	min-width: 163px;
	box-sizing: content-box;
	padding-left: 170px;
}

.jcf-select.jcf-select-nav:hover {
	color: #87c43e;
}

.jcf-select.jcf-select-nav:before {
	position: absolute;
	content: "climate impacts:";
	top: 1px;
	left: 6px;
	width: 200px;
	text-align: left;
}

.jcf-select.jcf-select-nav.jcf-drop-active {
	background-color: #174559;
}

.jcf-select.jcf-select-nav.jcf-drop-active.jcf-select-nav:before {
	color: #fff;
	left: 6px;
}

.jcf-select.jcf-select-nav.jcf-drop-active .jcf-select-opener:after {
	border-top-color: #fff;
}

.jcf-select.jcf-select-nav.jcf-drop-active .jcf-select-text {
	display: none;
}

.jcf-select.jcf-select-nav .jcf-list .jcf-list-content {
	background-color: #174559;
}

.jcf-select-drop.jcf-select-nav .jcf-list-content {
	background-color: #174559;
	padding: 0 10px 10px 10px;
	max-height: none !important;
}

.jcf-select-drop.jcf-select-nav .jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	width: 50%;
}

.jcf-select-drop-content .jcf-list ul li:first-child {
	display: none !important;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 1em;
	line-height: 30px;
	margin: -2px 27px 0 16px;
	padding: 0 20px;
	height: 100%;
	border-bottom: 2px solid #007ca4;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: none;
	width: 26px;
	bottom: 0;
	right: -7px;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -20px;
	border: 8px solid transparent;
	border-top-color: #87c43e;
	border-bottom: none;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
	box-sizing: border-box;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	background-color: #174559;
	font-family: "TradeGothicW01-BoldCn20_675334", "Arial", sans-serif;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	border-bottom: 2px solid #007ca4;
	cursor: pointer;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	line-height: 1.2;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 1px 9px;
	height: 1%;
	text-transform: uppercase;
	color: #87c43e;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	color: #fff;
	cursor: pointer;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

#content {
	float: left;
	width: 65%;
}

#sidebar {
	float: right;
	width: 30%;
}

.widget {
	margin-bottom: 2.80008em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 150px;
}

.post-password-form input,
.search-form input {
	float: left;
	height: 53px;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 2.80008em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 2.80008em;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 2.80008em 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 2.80008em;
}

.navigation .next {
	float: left;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 2.80008em;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 2.80008em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 2.80008em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 2.80008em;
}

.mejs-container {
	margin-bottom: 2.80008em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

* {
	font-size: 100.01%;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 2.80008em;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

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

body {
	color: #174559;
	font: 1.8em/1.5556 "AvenirNextLTW01-Medium", "Arial", "Helvetica", sans-serif;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

a {
	text-decoration: underline;
	color: #87c43e;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

p {
	margin-bottom: 28px;
}

img {
	max-width: 100%;
	height: auto;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

iframe {
	width: 100%;
}

input,
textarea,
select {
	font: 100% "AvenirNextLTW01-Medium", "Arial", "Helvetica", sans-serif;
	color: #174559;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #000;
	padding: 9px 8px 8px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: black;
	outline: none;
}

label {
	vertical-align: middle;
}

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

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background-color: transparent;
	border: 4px solid #ffda21;
	border-radius: 2px;
	color: #ffda21;
	padding: 14px 20px;
	font-weight: bold;
	font-family: "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}

input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #ffda21;
	color: #174559;
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}

button[type="submit"]:focus {
	outline: none;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

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

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	margin-bottom: 10px;
	font-size: 2.33em;
	line-height: 1;
}

h2 {
	margin-bottom: 29px;
	color: #007ba3;
	font: 1.778em/1.33 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
}

h3 {
	margin-bottom: 10px;
	font: 1.25em/1.1 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	color: #007ba3;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

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

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 2.80008em;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#content h1 {
	margin-bottom: 20px;
}

#content .title h1 {
	line-height: 1.2;
}

.main-holder {
	max-width: 1250px;
	margin: 0 auto;
	padding: 50px;
}

#header {
	border-top: 5px solid #87c43e;
	padding: 13px 0 27px;
	position: relative;
	z-index: 2;
}

.holder {
	max-width: 1292px;
	margin: 0 auto;
}

.header-holder {
	overflow: hidden;
}

.nav-active .header-holder {
	display: block;
}

.logo {
	float: left;
	margin: 14px 0 0 28px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
}

.top-bar {
	float: right;
	width: auto;
	padding-right: 28px;
	font-family: "AvenirNextLTW01-Medium", "Arial", "Helvetica", sans-serif;
	margin-bottom: 27px;
}

.social-networks {
	float: left;
	letter-spacing: -.36em;
	padding-right: 5px;
	white-space: nowrap;
}

.social-networks li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin-left: 20px;
}

.social-networks a {
	text-decoration: none;
	color: #067ba4;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.26em;
}

.social-networks a.icon-twitter {
	font-size: 1.5em;
}

.social-networks a:hover {
	color: #87c43e;
}

.lang {
	float: left;
	font-size: .778em;
	letter-spacing: -.36em;
	padding-top: 5px;
	white-space: nowrap;
}

.lang li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 31px;
	letter-spacing: 0;
}

.lang li:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 25px;
	background: #87c43e;
	position: absolute;
	left: -20px;
	top: -4px;
	color: #87c43e;
	position: absolute;
	left: -17px;
	top: -1px;
}

.lang a {
	text-decoration: none;
	color: #174559;
	display: block;
}

.lang a:hover {
	color: #87c43e;
}

.main-nav {
	letter-spacing: -.36em;
	text-align: right;
	clear: both;
	color: #0079a4;
	text-transform: uppercase;
	font-family: "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	padding-right: 25px;
}

.main-nav ul > li {
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	padding-left: 43px;
}

.main-nav ul > li.active a {
	color: #87c43e;
}

.main-nav a {
	display: block;
	color: #0079a4;
	text-decoration: none;
}

.main-nav a:hover {
	color: #87c43e;
}

.main-nav .drop-form {
	margin-bottom: 0;
	margin-top: -1px;
	letter-spacing: 1px;
	font-size: 1em;
	overflow: hidden;
	cursor: pointer;
}

.nav-opener {
	display: none;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 22px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #87c43e;
	border-radius: 4px;
	position: absolute;
	top: 17px;
	left: 5px;
	right: 5px;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 8px;
}

.nav-opener:after {
	top: 26px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener .close-btn:after,
.nav-active .nav-opener .close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener .close-btn:after,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

h1 {
	word-wrap: break-word;
}

.main-post {
	overflow: hidden;
}

.about .main-post {
	padding-bottom: 38px;
	background-color: #f5f4f5;
}

.main-post h1 {
	font: 2.23em/1.12 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	position: absolute;
	left: 107px;
	bottom: 82px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.climatimpact .main-post h1 {
	font-size: 1.085em;
	bottom: auto;
	top: 48px;
	left: 110px;
	padding-bottom: 4px;
	letter-spacing: 0;
	word-spacing: 0;
	width: auto;
	padding: 0 6px 3px 0;
	border-bottom: 3px solid #87c43e;
}

.index .main-post h1 {
	left: 103px;
	top: auto;
	bottom: 121px;
	letter-spacing: -1px;
	word-spacing: 2px;
	font-size: 4.3em;
	line-height: .99;
	width: 45%;
}

.slideshow {
	position: relative;
}

.slideshow .slideset {
	position: relative;
	width: 100%;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow img {
	width: 100%;
	vertical-align: top;
	max-width: none;
}

.slideshow h1 {
	font: 2.23em/1.12 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	position: absolute;
	left: 107px;
	bottom: 82px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}

blockquote {
	text-align: left;
	font: 1.44em/1.39 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	color: #007ba3;
	padding: 21px 0 0;
	position: relative;
	padding-left: 0;
	border-left: none;
	margin: 0 0 33px;
}

blockquote cite {
	color: #87c43e;
	font-size: .6em;
	margin-left: 31px;
	text-transform: uppercase;
	position: relative;
	font: normal normal .5em/1 "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
}

blockquote cite:before {
	content: "";
	width: 25px;
	height: 3px;
	background-color: #87c43e;
	position: absolute;
	right: 100%;
	margin: -2px 5px 0 0;
	top: 50%;
}

blockquote p {
	position: relative;
	margin-bottom: 7px;
}

blockquote p:before {
	content: "\e601";
	font-family: "icomoon";
	display: inline-block;
	vertical-align: top;
	font-size: 3.2em;
	color: #87c43e;
	margin: -54px -11px -25px -18px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.comments-block blockquote {
	font: 1em/1.4 "AvenirNextLTW01-Medium", "Arial", "Helvetica", sans-serif;
}

.comments-block cite {
	margin-left: 0;
}

.comments-block cite:before {
	display: none;
}

.visual.citation-box blockquote {
	font-weight: bold;
	color: #fff;
	font-size: 1.778em;
	line-height: 1.1;
	position: relative;
	text-align: left;
	font: 1.778em/1.1 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	text-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.index .visual.citation-box blockquote {
	text-align: right;
}

.visual.citation-box cite {
	color: #fff;
}

.visual.citation-box .text-box {
	position: absolute;
	bottom: 71px;
	left: 109px;
	width: 573px;
}

.index .visual.citation-box .text-box {
	left: auto;
	right: 106px;
	bottom: 77px;
}

.climatimpact .visual.citation-box .text-box {
	bottom: 25px;
}

.visual.citation-box img {
	width: 100%;
	display: block;
}

.visual.citation-box p {
	margin-bottom: 5px;
}

.visual.citation-box p:before {
	font-size: 83px;
	margin: -45px -5px -25px -15px;
}

.index .visual.citation-box p:before {
	margin: -42px -7px -27px -12px;
}

.visual.citation-box a.button {
	padding-right: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	font: 18px/1.2 "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
	padding: 0 28px 0 0;
	margin: 0 -28px 0 0;
	position: relative;
}

.visual.citation-box a.button:after {
	content: "";
	border: 4px solid #87c43e;
	border-width: 3px 0 0 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -22px;
	top: 0;
	bottom: 0;
	z-index: -2;
	width: 39px;
	height: 39px;
	right: -18px;
	margin: 4px 0 0 -20px;
}

.visual.citation-box a.button > span {
	display: inline-block;
	vertical-align: top;
	padding: 2px 14px 0 19px;
	border-color: #87c43e;
	color: #87c43e;
	height: 54px;
}

.visual.citation-box a.button > span:after {
	content: "";
	border: 4px solid #87c43e;
	border-width: 4px 4px 0 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -22px;
	top: 0;
	bottom: 0;
	z-index: -2;
	width: 39px;
	height: 39px;
	right: -18px;
	margin: 4px 0 0 -20px;
}

.visual.citation-box a.button > span:before {
	display: none;
}

.visual.citation-box a.button:hover span {
	background-color: #87c43e;
	color: #fff;
}

.visual.citation-box a.button:hover span:after {
	border-color: #87c43e;
	background: #87c43e !important;
}

.index .visual.citation-box a.button {
	float: right;
}

.comments-block {
	float: left;
	width: 50%;
	padding: 0 55px;
}

.comments-block img {
	float: left;
	border-radius: 50%;
	margin-right: 20px;
}

.comments-block blockquote {
	overflow: hidden;
	border-left: 0;
	color: #044466;
	padding: 3px 0 0 0;
}

.comments-block cite {
	text-transform: uppercase;
	font-style: normal;
	color: #007ba3;
	display: inline-block;
	vertical-align: top;
	font: .7em/1.25 "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
}

.comments-block p {
	margin-bottom: 25px;
}

.comments-block p:before {
	display: none;
}

.side-column {
	float: right;
	width: 34.6%;
	margin-top: -125px;
	position: relative;
	z-index: 2;
}

.index .side-column {
	width: 42.35%;
}

.dosomething #main > .green-box:after {
	display: none;
}

.dosomething .main-post {
	padding-top: 73px;
}

.dosomething .main-post h2 {
	font-size: .62em;
}

.dosomething .main-post .visual {
	padding-top: 5px;
}

.dosomething .main-post .visual:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 30px solid transparent;
	border-top-color: #fff;
	border-bottom: none;
}

.dosomething .main-post .side-column {
	width: 42.2%;
	background-color: #044466;
	padding: 56px 0 20px 55px;
}

.dosomething .main-post .side-column:after {
	background-color: #044466;
}

.dosomething .main-post .comments-block {
	width: 100%;
	padding-left: 0;
	font-family: "AvenirNextLTW01-Medium", "Arial", "Helvetica", sans-serif;
	text-align: left;
}

.dosomething .main-post .comments-block blockquote {
	color: #fff;
	width: 46%;
	margin: 0;
}

.dosomething .main-post .comments-block img {
	width: 48%;
}

.dosomething .main-post .comments-block cite {
	color: #1994bc;
}

.dosomething .main-post .comments-block p {
	margin-bottom: 29px;
}

.dosomething .main-post .post-text {
	padding: 77px 110px 107px 111px;
}

.dosomething .main-post .post-text p:last-of-type {
	margin-bottom: 32px;
}

.dosomething .main-post .green-box:before {
	display: none;
}

.dosomething a.button {
	padding-right: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	font: 18px/1.2 "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
	padding: 0 28px 0 0;
	margin: 0 -28px 0 0;
}

.dosomething a.button:after {
	content: "";
	border: 4px solid #87c43e;
	border-width: 4px 4px 0 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -22px;
	top: 0;
	bottom: 0;
	z-index: -2;
	width: 39px;
	height: 39px;
	right: -18px;
	margin: 4px 0 0 -20px;
}

.dosomething a.button > span {
	display: inline-block;
	vertical-align: top;
	padding: 2px 14px 0 19px;
	border-color: #87c43e;
	color: #87c43e;
	height: 54px;
}

.dosomething a.button > span:after {
	content: "";
	border: 4px solid #87c43e;
	border-width: 4px 4px 0 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -22px;
	top: 0;
	bottom: 0;
	z-index: -2;
	width: 39px;
	height: 39px;
	right: -18px;
	margin: 4px 0 0 -20px;
}

.dosomething a.button > span:before {
	display: none;
}

.dosomething a.button:hover span {
	background-color: #87c43e;
	color: #fff;
}

.dosomething a.button:hover span:after {
	border-color: #87c43e;
	background: #87c43e !important;
}

.index .dosomething a.button {
	float: right;
}

.dosomething .green-box {
	font-size: 1.33em;
	line-height: 1.4;
	text-align: center;
	padding: 120px 0 68px;
}

.dosomething .green-box:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dosomething .green-box p {
	margin-bottom: 31px;
	letter-spacing: 0;
}

.dosomething .green-box input {
	font-size: .833em;
	padding: 8px 8px 10px;
	font-size: 1em;
}

.dosomething .green-box .col {
	padding: 0 10px;
}

.dosomething .green-box .row {
	margin: 0 -13px 20px;
}

.dosomething .green-box .button > span {
	font-size: 22px;
}

.dosomething .green-box .box-title {
	margin-bottom: 18px;
	padding-left: 9px;
	font-size: .833em;
}

.dosomething .green-box .box-title:after {
	width: 65px;
}

.dosomething .green-box .form-title {
	font: 2em/1.1 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	word-spacing: 0;
	margin-bottom: 23px;
}

.dosomething .green-box.side-column {
	font-size: 1.1em;
	position: relative;
}

.dosomething .green-box.side-column:after {
	background-color: #044466;
}

.dosomething .holder {
	max-width: 786px;
}

.dosomething .form-holder {
	padding: 0 73px 0 68px;
}

.green-box {
	background-color: #87c43e;
	font-weight: bold;
	padding: 90px 20px 20px 53px;
	font: 1.111em/1.4 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	position: relative;
}

.green-box:after {
	content: "";
	position: absolute;
	width: 100%;
	right: 0;
	left: 0;
	top: 100%;
	height: 9999px;
	background-color: #87c43e;
}

.green-box:before {
	content: "";
	position: absolute;
	top: 57px;
	left: 53px;
	background: url("images/img-form-title.png") no-repeat;
	width: 213px;
	height: 43px;
}

.about .green-box {
	padding: 120px 5px 83px 53px;
}

.about .green-box:after {
	display: none;
}

.climatimpact .green-box {
	padding: 120px 5px 83px 53px;
}

.index .green-box {
	padding: 120px 20px 20px 55px;
}

.green-box .wpcf7-form-control-wrap input {
	border: none;
	font-size: 18px;
}

.green-box .wpcf7-form-control-wrap input::-webkit-input-placeholder {
	color: #174559;
	font-size: 18px;
}

.green-box .wpcf7-form-control-wrap input::-moz-placeholder {
	opacity: 1;
	color: #174559;
	font-size: 18px;
}

.green-box .wpcf7-form-control-wrap input:-moz-placeholder {
	color: #174559;
	font-size: 18px;
}

.green-box .wpcf7-form-control-wrap input:-ms-input-placeholder {
	color: #174559;
	font-size: 18px;
}

.green-box .wpcf7-form-control-wrap input.placeholder {
	color: #174559;
	font-size: 18px;
}

.green-box .box-title {
	margin-bottom: 16px;
	line-height: 1.2;
}

.index .green-box .box-title {
	margin-bottom: 19px;
}

.green-box .row {
	margin: 0 -5px 11px;
}

.green-box .col {
	float: left;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}

.green-box .col input {
	width: 100%;
}

.green-box .wpcf7-form {
	padding-left: 5px;
	margin-bottom: 10px;
}

.index .green-box .wpcf7-form {
	padding-left: 0;
}

.green-box input {
	width: 100%;
}

.index .green-box input {
	padding: 9px;
}

.green-box p {
	margin-bottom: 16px;
}

.index .green-box p {
	margin-bottom: 20px;
	letter-spacing: 0;
}

.green-box .button {
	margin: 34px -72px 0 -5px;
}

.dosomething .green-box .button {
	margin: 14px 0 0 34px;
}

.index .green-box .button {
	margin-top: 36px;
	margin-left: -1px;
}

.green-box .button span {
	background: #75b73b;
}

.green-box .button span:after {
	background: #75b73b;
}

.green-box .markup-HeaderHtml {
	font-size: 1.24em;
}

.green-box .markup-HeaderHtml h1 {
	position: static;
	width: 100%;
	display: block;
	font-size: 1.75em;
	line-height: 1.16;
	margin-bottom: 33px;
	word-spacing: 2px;
	margin-bottom: 0 !important;
}

.index .green-box .markup-HeaderHtml h1 {
	font-size: 1.97em;
	line-height: 1.15;
	margin-bottom: 30px;
}

.green-box .markup-HeaderHtml h1 span {
	color: #fff !important;
}

.green-box .markup-HeaderHtml blockquote {
	font: 1.111em/1.4 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif !important;
	margin-bottom: 10px;
}

.green-box .markup-HeaderHtml span {
	color: #174559 !important;
	font-weight: bold;
	text-shadow: none;
}

.green-box .markup-HeaderHtml blockquote:last-child {
	display: none;
}

.form-item.form-type-textfield {
	font-size: .8em;
	overflow: hidden;
	margin-bottom: 15px;
}

.form-item.form-type-textfield label {
	float: left;
	width: 44%;
	padding-top: 8px;
}

.form-item.form-type-textfield input {
	float: right;
	width: 55%;
}

.ngp-1-column.control-group {
	margin-bottom: 0;
}

.visual {
	position: relative;
}

.visual img {
	width: 100%;
	vertical-align: top;
}

.article-title {
	color: #007ba3;
	font: 1.778em/1.3 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	text-align: center;
	margin-bottom: 28px;
	padding: 0 20px;
}

.article-title h2 {
	color: #87c43e;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	font: .438em/1.2 "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
}

.article-title p {
	margin-bottom: 0;
}

.post-text {
	padding: 83px 110px 43px 163px;
	overflow: hidden;
}

.index .post-text {
	padding: 83px 110px 63px 108px;
}

.post-text p > a {
	font-weight: bold;
	text-decoration: none;
	font-family: "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
}

.post-text p > a:hover {
	color: #87c43e;
	text-decoration: underline;
}

.post-text .button {
	text-transform: uppercase;
	color: #87c43e;
}

.post-text .button span {
	border-color: #87c43e;
}

.post-text .button span:after {
	border-color: #87c43e;
}

.post-text .button span:hover {
	background-color: #87c43e;
	color: #fff;
}

.post-text .button span:hover:after {
	background-color: #87c43e;
}

.post-text cite {
	font-size: .64em;
}

.box-title {
	text-transform: uppercase;
	color: #174559;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px;
	padding-left: 13px;
	font: 1em/1.2 "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
	position: relative;
	margin-left: 56px;
}

.box-title:after {
	content: "";
	background: url("images/icon01.png") no-repeat;
	position: absolute;
	right: 100%;
	top: -8px;
	width: 60px;
	height: 50px;
}

.button {
	padding: 0 35px 0 0;
	font-weight: bold;
	background: none;
	font-family: "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	font-size: 19px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	max-width: 100%;
}

.button:hover span {
	cursor: pointer;
	background-color: #ffda21;
	color: #174559;
}

.button:hover span:after {
	border-color: rgba(255, 218, 33, 0);
	border-left-color: #ffda21;
}

.button strong {
	display: table;
	height: 43px;
}

.button strong span {
	display: table-cell;
	vertical-align: middle;
}

.button > span {
	position: relative;
	display: block;
	vertical-align: top;
	padding: 6px 20px 7px 19px;
	border: 4px solid #ffda21;
	border-right: none;
	border-radius: 2px 1px 1px 2px;
	color: #ffda21;
	z-index: 5;
	line-height: 1.2;
	height: 63px;
}

.button > span:after,
.button > span:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.button > span:after {
	border-color: rgba(117, 183, 59, 0);
	border-left-color: #75b73b;
	border-width: 27px;
	margin-top: -27px;
	background: none !important;
}

.button > span:before {
	border-color: rgba(255, 218, 33, 0);
	border-left-color: #ffda21;
	border-width: 33px;
	margin-top: -33px;
}

.late-post {
	text-align: center;
	background-color: #f5f4f5;
	font-size: .889em;
	line-height: 1.4;
	padding: 63px 0 51px;
}

.late-post .holder {
	max-width: 1076px;
}

.late-post .article-title {
	font-size: 2em;
	line-height: 1.4;
	margin-bottom: 44px;
}

.late-post .post-box {
	width: 30.1%;
}

.late-post .more {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
	color: #87c43e;
	font-size: .999em;
	font-family: "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
	margin-top: -7px;
}

.late-post .more:hover {
	color: #044466;
}

.index .late-post .more {
	font-size: .88em;
}

.post-holder {
	text-align: justify;
}

.post-holder:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.plase {
	text-transform: uppercase;
	color: #87c43e;
	margin-bottom: 13px;
	font: .875em/2.1 "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
}

.post-box {
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ebebeb;
	text-align: center;
	margin-bottom: 27px;
}

.post-box h3 {
	font-size: 1.3em;
	line-height: 1;
	margin-bottom: 0;
}

.post-box h3 > a {
	color: #0079a3;
	text-decoration: none;
}

.post-box h3 > a:hover {
	color: #87c43e;
}

.post-box img {
	vertical-align: top;
	margin-bottom: -21px;
	max-width: none;
	width: 100%;
}

.post-box .post-box-text {
	padding: 48px 19px 43px;
}

.index .post-box .post-box-text {
	padding-bottom: 48px;
}

.post-box .post-box-text p {
	margin-bottom: 0;
}

.side-post {
	width: 67%;
}

.side-post .post-box {
	background-color: #fff;
	font-size: .86em;
	line-height: 1.5;
}

.side-post .article-title {
	margin-bottom: 26px;
}

.side-post .post-box-text {
	padding: 50px 32px 45px 22px;
}

.reviews {
	font-size: 1.111em;
	line-height: 1.4;
	padding: 48px 0 30px;
}

.about .reviews {
	padding-top: 66px;
}

.reviews .holder {
	max-width: 1184px;
}

.reviews .article-title {
	font-size: 1.6em;
	line-height: 1.4;
	margin-bottom: 51px;
}

.partners {
	letter-spacing: -.36em;
	text-align: center;
}

.partners ul {
	margin-bottom: 82px;
}

.partners li {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 37px 5px;
}

.partners a {
	display: inline-block;
	vertical-align: top;
}

.partners img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.allies {
	padding: 0 0 35px;
	font-size: .722em;
	line-height: 1.16;
}

.index .allies {
	padding-top: 70px;
}

.allies .holder {
	max-width: 1336px;
}

.allies h3 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 51px;
}

.form-holder {
	padding-right: 25%;
}

.index .form-holder {
	padding-right: 17%;
}

.form-holder .form-wrapper {
	margin-bottom: 30px;
}

.form-holder .fieldset-wrapper {
	padding-top: 12px;
}

.post-list {
	margin-bottom: 28px;
}

.post-list li {
	list-style-type: none;
}

.post-list li:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	border: 7px solid transparent;
	border-left-color: #87c43e;
	border-right: none;
	margin: 7px 8px 0 0;
}

.impacts-intro {
	background-color: #f5f4f5;
	text-align: center;
	padding: 66px 0 42px;
	color: #174559;
	position: relative;
	z-index: 25;
}

.impacts-intro:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 24px solid transparent;
	border-top-color: #f5f4f5;
	border-bottom: none;
}

.impacts-intro h1 {
	font-size: 1em;
	color: #87c43e;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	font: 1em/1.2 "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	margin-bottom: 7px;
}

.impacts-intro p {
	margin: 0 65px 28px;
}

.impacts-intro .appeal {
	display: block;
	color: #067aa4;
	font: 1.778em/1.25 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	margin-bottom: 18px;
}

.map-box {
	text-align: center;
	padding: 79px 0 0;
}

.map-box .box-title {
	font-size: 1.111em;
	margin-bottom: 12px;
}

.map-box .box-title:after {
	background: url("images/icon03.png") no-repeat;
	width: 70px;
	top: -13px;
	left: -60px;
}

.map-box h1 {
	margin-bottom: 32px;
}

.map-box img {
	width: 100%;
	vertical-align: top;
}

.post-addition {
	font: 1.44em/1.39 "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
	color: #007ba3;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
	position: relative;
}

.post-addition:before {
	content: "";
	display: block;
	width: 54px;
	height: 3px;
	background-color: #87c43e;
	margin-bottom: 9px;
}

.spread {
	padding: 74px 0 72px;
	width: 100%;
	text-align: center;
	background-color: #044466;
	font-size: 1em;
	color: #1994bc;
	line-height: 1.1;
	letter-spacing: 0;
}

.spread .article-title {
	line-height: 1.1;
}

.spread h2 {
	color: #fff;
	font-size: .62em;
	margin-bottom: 10px;
}

.spread .link-block {
	margin: 0 0 1px 14px;
}

.spread .link-block a {
	text-decoration: none;
	font-size: 2.4em;
	margin: 0 26px;
}

.spread .link-block .icon-twitter {
	font-size: 3.1em;
}

.spread .link-block .icon-envelope {
	font-size: 3.2em;
}

.spread h3 {
	margin-bottom: 30px;
}

.leadership-block {
	padding: 26px 0 0;
	font-size: .7em;
}

.leadership-block h2 {
	font-size: 1.58em;
	margin-bottom: 23px;
	width: 100%;
}

.leadership-list li {
	padding: 0 15px 0 3px;
	list-style-type: none;
	margin-bottom: 5px;
}

.leadership-list a {
	text-decoration: none;
	color: #044466;
}

.leadership-list a:hover {
	color: #87c43e;
}

.video-box {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding: 61px 0 69px;
}

.video-box .play {
	width: 80px;
	height: 80px;
	background: #f8c60d url("images/sprite.png") no-repeat;
	background-position: 28px 21px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.video-box .play:hover {
	background-color: #87c43e;
}

.video-box .video-holder {
	position: relative;
	padding-top: 2px;
}

.reference {
	letter-spacing: -.36em;
	text-align: center;
	margin-bottom: 20px;
}

.about .reference {
	margin-bottom: 85px;
}

.reference h3 {
	font-size: 1.556em;
	line-height: 1.4;
	margin-bottom: 0;
	letter-spacing: 0;
}

.reference .reference-add {
	text-transform: uppercase;
	color: #fff;
	font-size: .889em;
	display: block;
	font-family: "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
}

.reference a {
	text-decoration: none;
}

.box {
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 89px 60px 46px 52px;
}

.box.green {
	background: #87c43e url(images/icon01.png) no-repeat 48% 25%;
}

.box.green h1 > a {
	color: #044467;
}

.box.navyblue {
	background-color: #044467;
	padding: 40px 20px 48px 22px;
}

.box.navyblue h1 {
	color: #007ba3;
}

.box.blue {
	background: #1988ac url(images/icon02.png) no-repeat 50% 19%;
}

.box h3 > a {
	color: #022e4b;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 10px;
	font-family: "Avenir Next LT W01 Bold", "Arial", "Helvetica", sans-serif;
}

.box h3 > a:after {
	content: "";
	position: absolute;
	background: url(images/sprite.png) no-repeat -96px 0;
	width: 20px;
	height: 25px;
	top: 8px;
	right: -19px;
}

.box h3 > a:hover {
	color: #fff;
}

.box h3 > a:hover:after {
	background-position: -69px 0;
}

.box a {
	text-decoration: none;
}

.link-block {
	margin-bottom: 4px;
}

.link-block a {
	display: inline-block;
	vertical-align: middle;
	color: #f8c60d;
	margin: 0 15px;
	font-size: 1.9em;
}

.link-block a:hover {
	color: #87c43e;
}

.link-block a.icon-twitter {
	font-size: 2.3em;
}

.link-block a.icon-envelope {
	font-size: 2.5em;
}

.article-content {
	padding-left: 43px;
}

.article-content li {
	list-style-type: none;
	padding-right: 50px;
	margin-bottom: 10px;
}

.article-content a {
	text-decoration: none;
	color: #044466;
}

.article-content a:hover {
	color: #87c43e;
}

.info,
.meta {
	display: none;
}

.post,
.type-post {
	max-width: 78%;
}

#footer {
	background-color: #022e4b;
	padding: 48px 0 76px;
}

#footer a {
	color: #f8c60d;
}

#footer a:hover {
	color: #87c43e;
}

#footer .holder {
	max-width: 1346px;
	padding: 0 25px;
}

#footer .footer-holder {
	margin-bottom: 43px;
}

#footer .top-bar {
	padding-right: 0;
	margin-top: -5px;
	margin-bottom: 37px;
}

#footer .lang li:before {
	background: #007ba3;
}

#footer .footer-nav {
	float: left;
	width: 71%;
}

#footer .main-nav {
	text-align: left;
	float: left;
	width: 100%;
	font-size: .889em;
	line-height: 1.14;
}

#footer .main-nav li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	padding: 0 39px 0 0;
	position: relative;
}

#footer .main-nav li:last-child {
	padding-right: 0;
}

#footer .main-nav li.active a {
	color: #87c43e;
}

#footer .main-nav li + li:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 25px;
	background: #007ba3;
	position: absolute;
	left: -20px;
	top: -4px;
}

#footer .main-nav a {
	display: block;
	margin-bottom: 5px;
}

#footer .main-nav .submenu {
	margin-left: 130px;
	position: relative;
}

#footer .main-nav .submenu:before {
	content: "climate impacts:";
	width: 130px;
	position: absolute;
	right: 100%;
	color: #fff;
}

#footer .main-nav .submenu li {
	display: block;
}

#footer .main-nav .submenu li:before {
	display: none;
}

#footer .main-nav .submenu a {
	display: inline-block;
	vertical-align: top;
}

#footer .contact {
	float: right;
	clear: right;
	font-size: .8em;
}

#footer .contact a {
	text-decoration: none;
}

#footer .contact-title {
	text-transform: uppercase;
	color: #fff;
	font-family: "TradeGothicW01-BoldCn20_675334", "Arial", "Helvetica", sans-serif;
	margin-right: 9px;
}

#footer .footer-bottom {
	text-align: center;
}

#footer .logo {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-bottom: 20px;
	margin: 0 0 20px;
}

#footer .copy,
#footer address {
	font-size: .778em;
	display: block;
	font-style: normal;
	color: #007ba3;
}

#footer address {
	color: #f8c60d;
}

@media only screen and (max-width: 1300px) {
	.jcf-select.jcf-select-nav {
		padding-left: 150px;
	}

	.logo {
		width: 20%;
	}

	.top-bar {
		padding-right: 10px;
	}

	.main-nav {
		padding-right: 10px;
	}

	.main-nav ul > li {
		padding-left: 20px;
	}

	.main-nav ul > li:first-child {
		padding-left: 10px;
	}

	.index .visual.citation-box .text-box {
		right: 35px;
	}

	.comments-block {
		padding: 0 10px;
	}

	.side-column {
		width: 42.35%;
	}

	.green-box {
		padding-right: 65px;
	}

	.form-item.form-type-textfield label {
		width: 34%;
	}

	.form-item.form-type-textfield input {
		width: 64%;
	}

	.post-text {
		padding: 60px 90px 30px 65px;
	}

	.form-holder {
		padding-right: 20px;
	}

	.index .form-holder {
		padding-right: 3px;
	}

	.box {
		padding: 90px 24px 40px;
	}

	#footer .top-bar {
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}

	#footer .social-networks {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	#footer .lang {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	#footer .footer-nav {
		float: none;
		width: 100%;
	}

	#footer .main-nav {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		padding-top: 0;
	}

	#footer .main-nav .submenu {
		text-align: left;
	}

	#footer .contact {
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 1025px) {
	.jcf-select.jcf-select-nav:before {
		left: 0;
	}

	#content {
		float: none;
		width: 100%;
	}

	#sidebar {
		float: none;
		width: 100%;
		padding: 0 25px;
	}

	.main-holder {
		padding: 50px 25px;
	}

	.header-holder {
		display: none;
		float: none;
		width: 100%;
		position: absolute;
		top: 90px;
		left: 0;
		right: 0;
		text-align: left;
		background-color: #fff;
		padding: 0 0 20px;
	}

	.logo {
		width: 200px;
	}

	.top-bar {
		float: left;
		padding-top: 20px;
	}

	.social-networks {
		margin-bottom: 10px;
	}

	.main-nav {
		font-size: 1em;
		padding: 10px 20px 40px;
		text-align: left;
		float: left;
		clear: left;
	}

	.main-nav ul > li {
		display: block;
		margin-bottom: 10px;
		padding-left: 0;
	}

	.main-nav ul > li:first-child {
		padding-left: 0;
	}

	.nav-opener {
		display: block;
		z-index: 20;
	}

	.main-post {
		font-size: .9em;
	}

	.main-post h1 {
		left: 20px;
		bottom: 20px;
	}

	.climatimpact .main-post h1 {
		left: 30px;
		top: 20px;
	}

	.index .main-post h1 {
		bottom: 77px;
		left: 30px;
		font-size: 3em;
	}

	.slideshow h1 {
		left: 20px;
		bottom: 20px;
	}

	blockquote p:before {
		font-size: 50px;
		margin: -21px -4px -12px 3px;
	}

	.visual.citation-box blockquote {
		font-size: 1.2em;
	}

	.visual.citation-box .text-box {
		width: 45%;
		bottom: 15px;
		left: 55px;
	}

	.visual.citation-box a.button:after {
		height: 36px;
		margin: 3px 0 0 -20px;
	}

	.visual.citation-box a.button > span {
		height: 50px;
	}

	.visual.citation-box a.button > span:after {
		height: 36px;
		margin: 3px 0 0 -20px;
	}

	.visual.citation-box a.button {
		font-size: 13px;
	}

	.comments-block {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.side-column {
		font-size: 1em;
		width: 100%;
		padding: 25px 20px 20px;
		float: none;
		margin-top: 0;
	}

	.index .side-column {
		width: 100%;
	}

	.dosomething .main-post {
		font-size: 1em;
	}

	.dosomething .main-post .side-column {
		width: 100%;
	}

	.dosomething .main-post .comments-block blockquote {
		width: auto;
	}

	.dosomething .main-post .comments-block img {
		margin: 0 auto;
		width: 35%;
		margin-right: 30px;
	}

	.dosomething a.button:after {
		height: 36px;
		margin: 3px 0 0 -20px;
	}

	.dosomething a.button > span {
		height: 50px;
	}

	.dosomething a.button > span:after {
		height: 36px;
		margin: 3px 0 0 -20px;
	}

	.dosomething a.button {
		font-size: 13px;
	}

	.dosomething .green-box .row {
		margin-bottom: 0;
	}

	.dosomething .green-box .button > span {
		font-size: 20px;
	}

	.dosomething .green-box .form-title {
		font-size: 1.5em;
		margin-bottom: 20px;
	}

	.green-box {
		font-size: 1em;
		padding: 113px 42px 43px 37px;
	}

	.green-box:after {
		display: none;
	}

	.about .green-box {
		margin-bottom: 30px;
		padding: 113px 27px 20px 53px;
	}

	.climatimpact .green-box {
		padding-top: 113px;
	}

	.index .green-box {
		padding: 113px 42px 30px 37px;
	}

	.green-box .row {
		margin-bottom: 5px;
	}

	.green-box .col {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

	.form-item.form-type-textfield {
		font-size: 1em;
	}

	.dosomething .form-item.form-type-textfield {
		font-size: .8em;
	}

	.form-item.form-type-textfield label {
		width: 23%;
	}

	.form-item.form-type-textfield input {
		width: 74%;
	}

	.post-text {
		padding: 34px 38px 11px 25px;
	}

	.index .post-text {
		padding: 30px 70px;
	}

	.button > span {
		font-size: 15px;
	}

	.late-post {
		padding: 39px 15px 30px;
	}

	.late-post .article-title {
		font-size: 1.5em;
	}

	.post-holder {
		margin-bottom: 10px;
	}

	.post-box .post-box-text {
		padding: 48px 24px 3px;
	}

	.index .post-box .post-box-text {
		padding-bottom: 30px;
	}

	.side-post {
		width: 350px;
		margin: 0 auto;
	}

	.partners ul {
		margin-bottom: 55px;
	}

	.allies {
		padding: 45px 0 20px;
	}

	.form-holder {
		padding-right: 13px;
	}

	.post-list li:before {
		margin-top: 4px;
	}

	.post-addition {
		font-size: 1.2em;
	}

	.reference h3 {
		font-size: 1em;
	}

	.reference .reference-add {
		font-size: .7em;
	}

	.box {
		padding: 90px 35px 35px 20px;
	}

	.box.navyblue {
		padding: 41px 20px 35px 22px;
	}

	.box h3 > a:after {
		top: 0;
	}

	.link-block a {
		font-size: 1.5em;
	}

	.link-block a.icon-twitter {
		font-size: 1.8em;
	}

	.link-block a {
		margin: 0 5px;
		font-size: 1.7em;
	}

	#footer {
		padding-bottom: 30px;
	}

	#footer .lang li:first-child:before {
		display: none;
	}

	#footer .main-nav .submenu {
		top: -10px;
	}
}

@media only screen and (max-width: 767px) {
	.jcf-select-drop.jcf-select-nav .jcf-list ul {
		float: none;
		width: auto;
	}

	.jcf-select {
		min-width: 300px;
	}

	.jcf-select .jcf-select-text {
		margin-left: 0;
	}

	.jcf-select.jcf-select-nav {
		padding: 30px 0 0;
	}

	.jcf-select .jcf-select-text {
		margin-left: 0;
	}

	.jcf-select .jcf-select-opener:after {
		margin-top: 10px;
	}

	.comment-form input[type="text"],
	.comment-form textarea {
		width: 100%;
	}

	.commentlist-item .commentlist-item {
		padding: 0;
	}

	h1 {
		font-size: 1.2em;
	}

	h2 {
		font-size: 1.2em;
	}

	#sidebar {
		padding: 0;
	}

	#sidebar .jcf-select {
		min-width: 250px;
	}

	#sidebar .jcf-select-opener:after {
		margin-top: -3px;
	}

	#header {
		padding: 13px 0;
	}

	.header-holder {
		top: 100px;
	}

	.logo {
		margin: 14px 0 14px 10px;
	}

	.lang li {
		margin-left: 20px;
	}

	.lang li:before {
		margin-left: 6px;
	}

	.main-nav {
		padding-bottom: 20px;
	}

	.main-post h1 {
		font-size: 1.11em;
		left: 10px;
		width: auto;
	}

	.index .main-post h1 {
		bottom: 25px;
		font-size: 1.5em;
	}

	.slideshow h1 {
		font-size: 1.11em;
		left: 10px;
		width: auto;
	}

	.visual.citation-box blockquote {
		font-size: 1em;
		color: #174559;
	}

	.visual.citation-box cite {
		color: #174559;
	}

	.visual.citation-box .text-box {
		position: static;
		width: 100%;
		padding: 29px 25px 50px;
	}

	.visual.citation-box p:before {
		font-size: 45px;
		margin-top: -25px;
	}

	.index .visual.citation-box p:before {
		font-size: 45px;
		margin-top: -25px;
	}

	.visual.citation-box a.button {
		margin-right: 28px;
	}

	.visual.citation-box a.button:after {
		margin: 3px 0 0 -17px;
		width: 35px;
		height: 35px;
		right: -17px;
	}

	.visual.citation-box a.button > span:after {
		margin: 3px 0 0 -17px;
		width: 35px;
		height: 35px;
		right: -17px;
	}

	.comments-block {
		padding: 0 25px;
		font-size: .8em;
		margin-bottom: 30px;
	}

	.comments-block img {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}

	.comments-block blockquote {
		margin: 0;
	}

	.comments-block p {
		margin-bottom: 10px;
	}

	.side-column {
		padding: 0;
	}

	.dosomething .main-post .side-column {
		padding: 30px 0 5px 15px;
	}

	.dosomething .main-post .comments-block img {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.dosomething .main-post .post-text {
		padding: 21px 25px 40px;
	}

	.dosomething a.button {
		margin-right: 28px;
	}

	.dosomething a.button:after {
		margin: 3px 0 0 -17px;
		width: 35px;
		height: 35px;
		right: -17px;
	}

	.dosomething a.button > span:after {
		margin: 3px 0 0 -17px;
		width: 35px;
		height: 35px;
		right: -17px;
	}

	.dosomething .green-box {
		padding: 90px 12px 19px 0;
		font-size: .9em;
	}

	.dosomething .green-box .button > span {
		font-size: 14px;
		height: 58px;
	}

	.dosomething .green-box .button > span strong {
		height: 38px;
	}

	.dosomething .green-box .button > span:before {
		border-width: 31px;
		margin-top: -31px;
	}

	.dosomething .green-box .button > span:after {
		border-width: 25px;
		margin-top: -25px;
	}

	.dosomething .green-box .box-title {
		font-size: 1em;
	}

	.dosomething .holder {
		padding: 0 15px;
	}

	.dosomething .form-holder {
		padding: 0 10px;
	}

	.green-box:after {
		display: none;
	}

	.green-box:before {
		top: 35px;
	}

	.green-box {
		padding: 90px 23px 30px;
	}

	.about .green-box {
		padding: 113px 10px 20px 25px;
	}

	.climatimpact .green-box {
		padding: 90px 5px 20px 25px;
	}

	.index .green-box {
		padding: 90px 23px 20px;
	}

	.green-box .button {
		margin-top: 25px;
	}

	.dosomething .green-box .button {
		margin-top: 25px;
	}

	.index .green-box .button {
		margin-top: 25px;
	}

	.green-box .button span {
		font-size: 13px;
	}

	.green-box .markup-HeaderHtml {
		font-size: .94em;
	}

	.green-box .markup-HeaderHtml h1 {
		margin-bottom: 11px;
	}

	.index .green-box .markup-HeaderHtml h1 {
		font-size: 1.75em;
		margin-bottom: 11px;
	}

	.form-item.form-type-textfield {
		margin-bottom: 5px;
	}

	.dosomething .form-item.form-type-textfield {
		font-size: 1em;
	}

	.form-item.form-type-textfield label {
		float: none;
		width: 100%;
	}

	.form-item.form-type-textfield input {
		float: none;
		width: 99%;
	}

	.article-title {
		font-size: 1.5em;
	}

	.article-title h2 {
		font-size: .6em;
	}

	.post-text {
		padding: 21px 25px 11px;
	}

	.index .post-text {
		padding: 21px 25px 11px;
	}

	.box-title {
		line-height: 2.8;
	}

	.late-post {
		font-size: .9em;
	}

	.late-post .article-title {
		font-size: 1.2em;
	}

	.late-post .post-box {
		width: 100%;
	}

	.late-post .more {
		font-size: 1em;
	}

	.post-holder {
		margin-bottom: 0;
	}

	.post-box {
		padding: 20px 0;
		display: block;
		height: auto  !important;
		margin-bottom: 15px;
	}

	.post-box img {
		margin: 0 auto;
	}

	.post-box .post-box-text {
		padding-top: 30px;
	}

	.side-post {
		width: 100%;
	}

	.reviews {
		padding-top: 15px;
	}

	.reviews .article-title {
		font-size: 1em;
		margin-bottom: 15px;
	}

	.partners ul {
		margin-bottom: 67px;
	}

	.partners li {
		width: 50%;
		margin-bottom: 15px;
		padding: 0 20px 5px;
	}

	.partners a {
		max-width: 100%;
	}

	.allies {
		font-size: .6em;
		padding-top: 0;
	}

	.allies h3 {
		margin-bottom: 15px;
	}

	.form-holder {
		padding-right: 20px;
	}

	.impacts-intro {
		padding: 35px 0 20px;
		font-size: .9em;
	}

	.impacts-intro h1 {
		font-size: .85em;
	}

	.impacts-intro p {
		margin: 0 10px 15px;
	}

	.impacts-intro .appeal {
		font-size: 1.1em;
	}

	.map-box {
		padding-top: 20px;
	}

	.map-box .box-title {
		font-size: .9em;
	}

	.spread {
		padding: 15px 0;
		font-size: .8em;
	}

	.spread h2 {
		font-size: .8em;
	}

	.spread .link-block a {
		font-size: 1.7em;
		margin: 0 5px;
	}

	.spread .link-block .icon-twitter {
		font-size: 1.8em;
	}

	.spread .link-block .icon-envelope {
		font-size: 2.5em;
	}

	.video-box {
		padding: 15px 0;
	}

	.video-box .article-title {
		font-size: 1.25em;
	}

	.box {
		display: block;
		width: 100%;
		height: auto !important;
	}

	.article-content {
		padding-left: 20px;
	}

	.post,
	.type-post {
		max-width: none;
	}

	#footer .social-networks {
		margin-bottom: 20px;
	}

	#footer .main-nav {
		display: none;
	}

	#footer .copy,
	#footer address {
		font-size: .7em;
	}
}
