/*
Theme Name: Friends of the Earth
Version: 1
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

 html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* fonts */

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.625 "Acherus", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

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

blockquote {
	border-left: 4px solid #a9a9a9;
	padding-left: .5em;
	margin-left: 1.625em;
}

th,
td {
	border: 1px solid #a9a9a9;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

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

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

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #92ee56;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #000;
}

select {
	-webkit-border-radius: 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

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

#content:only-child {
	float: none;
	width: 100%;
}

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

#sidebar #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 1.625em;
}

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

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

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

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

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

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

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
	width: 100%;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #00a347;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #0c7431;
}

.commentlist {
	margin: 0 0 1.625em;
}

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

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

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

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

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

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

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: block;
	color: #000;
	background: transparent;
	padding: 10px 14px;
	font-weight: 600;
	line-height: 1;
}

.navigation .page-numbers.current,
.navigation .page-numbers:hover,
.navigation-comments .page-numbers.current,
.navigation-comments .page-numbers:hover {
	background: #000;
	color: #ffce00;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #ffce00;
	padding: .4em;
	font-weight: bold;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #ffce00;
	color: #000;
}

.navigation-single {
	margin-bottom: 1.625em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #00a347;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #0c7431;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #a9a9a9;
	padding: .4em;
	margin-bottom: 1.625em;
}

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

.wp-caption p {
	margin: .4em 0 0;
}

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

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

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

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

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

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

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #a9a9a9;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 900;
	margin: 0 0 .5em;
	color: inherit;
	text-transform: uppercase;
}

h1,
.h1 {
	font-size: 25px;
	line-height: 1;
}

h2,
.h2 {
	font-size: 22px;
	line-height: 1.09;
}

h3,
.h3 {
	font-size: 20px;
	line-height: 1.2;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1.44;
}

h5,
.h5 {
	font-size: 16px;
	line-height: 1.37;
}

h6,
.h6 {
	font-size: 16px;
	line-height: 1.37;
}

p {
	margin: 0 0 1em;
}

a {
	color: #149637;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

.main-menu,
.inner-list,
ul,
ol,
.two-column-list,
.social-list,
.breadcrumbs,
.list-section.projects .items-list,
.blocks-list,
.subnav,
.subnav .inner-block,
.select-list,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl:after,
#main .container:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.clearfix:after,
#header .container:after,
.main-menu a.with-inner-drop:after,
.has-drop-down-a:after,
.header-search:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "Acherus";
	src: url("fonts/acherus_grotesque_regular.woff") format("woff"), url("fonts/acherus_grotesque_regular.woff") format("woff2"), url("fonts/acherus_grotesque_regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Acherus";
	src: url("fonts/acherus_grotesque_regular_italic.woff") format("woff"), url("fonts/acherus_grotesque_regular_italic.woff") format("woff2"), url("fonts/acherus_grotesque_regular_italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Acherus";
	src: url("fonts/acherus_grotesque_bold.woff") format("woff"), url("fonts/acherus_grotesque_bold.woff") format("woff2"), url("fonts/acherus_grotesque_bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Acherus";
	src: url("fonts/acherus_grotesque_bold_italic.woff") format("woff"), url("fonts/acherus_grotesque_bold_italic.woff") format("woff2"), url("fonts/acherus_grotesque_bold_italic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Acherus";
	src: url("fonts/acherus_grotesque_black.woff") format("woff"), url("fonts/acherus_grotesque_black.woff") format("woff2"), url("fonts/acherus_grotesque_black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Acherus";
	src: url("fonts/acherus_grotesque_black_italic.woff") format("woff"), url("fonts/acherus_grotesque_black_italic.woff") format("woff2"), url("fonts/acherus_grotesque_black_italic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
}

/* Uncomment and set these variables to customize the grid. */

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}

.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.row.reverse {
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.col.reverse {
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

.col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}

.col-xs-1 {
	-ms-flex-preferred-size: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%;
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.col-xs-offset-1 {
	margin-left: 8.333%;
}

.col-xs-offset-2 {
	margin-left: 16.667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.333%;
}

.col-xs-offset-5 {
	margin-left: 41.667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.333%;
}

.col-xs-offset-8 {
	margin-left: 66.667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.333%;
}

.col-xs-offset-11 {
	margin-left: 91.667%;
}

.start-xs {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}

.end-xs {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.middle-xs {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.bottom-xs {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}

.last-xs {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

/* custom select styles */

.jcf-select {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid transparent;
	background: #a9a9a9;
	margin: 0 0 12px;
	min-width: 150px;
	height: 38px;
	width: 100%;
}

.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: 18px;
	line-height: 36px;
	margin: 0 35px 0 10px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #a9a9a9;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	right: 12px;
	content: "";
	position: absolute;
	top: 50%;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
	margin-top: -6px;
	line-height: 0;
	z-index: 1;
	pointer-events: none;
	cursor: pointer;
}

body > .jcf-select-drop {
	position: absolute;
	z-index: 9999;
}

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;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #bebdbb;
}

/* 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: 24px;
	font-size: 18px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

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

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 13px;
	color: #656565;
	height: 1%;
}

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.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;
}

.jcf-focus,
.jcf-focus * {
	border-color: #bebdbb;
}

/* buttons styles */

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
	padding: 13px 24px;
	color: #fff;
	text-decoration: none;
	border: 1px solid transparent;
	background: none;
}

.btn:focus {
	outline: none;
}

.btn.btn-default {
	border-color: #4fae62;
}

.btn.btn-default:hover {
	color: #64db7c;
}

.btn.btn-primary {
	background: #4fae62;
	color: #333333;
}

.btn.btn-primary:hover {
	background-color: #64db7c;
	color: #333333;
}

.btn.btn-danger {
	background-color: #ac0808;
}

.btn.btn-danger:hover {
	background-color: #dc2626;
}

.btn.btn-success {
	background-color: #92ee56;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
}

.btn.btn-success:hover {
	/* color: #fff; */
	background-color: #64db7c;
}

.btn.btn-lg {
	padding: 16px 24px;
	text-transform: uppercase;
}

.btn.btn-sm {
	text-transform: uppercase;
	padding: 8px 24px;
}

button:focus {
	outline: none;
}

/* buttons styles */

label {
	display: block;
	font-size: 14px;
	line-height: 2;
}

/* input styles */

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	color: #000;
	background: #fff;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	padding: 11px 10px 10px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
	color: #000;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #000;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
	color: #000;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
	color: #000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder {
	color: #000;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
	outline: none;
}

select {
	padding: 11px 30px 11px 12px;
	background: transparent;
	font-size: 14px;
}

textarea {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 100%;
	height: 130px;
	padding: .47em .7em;
	font-size: 14px;
}

textarea::-webkit-input-placeholder {
	color: #000;
}

textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

textarea:-moz-placeholder {
	color: #000;
}

textarea:-ms-input-placeholder {
	color: #000;
}

textarea.placeholder {
	color: #000;
}

textarea:focus {
	outline: none;
}

/* input styles */

/* form default sttyles */

.form-default {
	margin: 0 -6px;
}

.form-default .item + .item {
	margin-top: 12px;
}

.form-default .item.flex-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-default .item.flex-item .strecth {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.form-default .item.flex-item .no-stretch {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form-default .item.nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.form-default .input-holder {
	padding: 0 6px;
}

.form-default .btn {
	padding: 16px 10px;
}

.form-default.form-subscribe input {
	border-color: transparent;
}

.form-default.form-subscribe input:focus {
	border-color: #92ee56;
}

.form-default.form-update {
	margin: 0;
}

.form-default.form-update .item + .item {
	margin-top: 20px;
}

.form-default.form-update .btn {
	width: 100%;
	padding: 13px 10px;
}

.form-default.form-update input {
	font-size: 16px;
	padding: 9px 10px 10px;
}

.form-default.form-update input::-webkit-input-placeholder {
	color: #848484;
}

.form-default.form-update input::-moz-placeholder {
	opacity: 1;
	color: #848484;
}

.form-default.form-update input:-moz-placeholder {
	color: #848484;
}

.form-default.form-update input:-ms-input-placeholder {
	color: #848484;
}

.form-default.form-update input.placeholder {
	color: #848484;
}

/* form default sttyles */

/* custom select styles */

.jcf-select {
	background: none;
	border-color: #ccc;
	margin: 0;
	font-weight: normal;
	height: 40px;
}

.jcf-select.jcf-focus.jcf-drop-active {
	border-color: #92ee56;
}

.jcf-select .jcf-select-opener {
	background: none;
}

.jcf-select .jcf-select-text {
	font-size: 16px;
	color: #848484;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #ccc;
}

.jcf-select-drop .jcf-select-drop-content {
	border-top: none;
}

.jcf-list .jcf-option {
	font-size: 16px;
	color: #848484;
}

.jcf-list .jcf-option.jcf-hover {
	color: #000;
}

/* custom select styles */

/* checkboxes and radiobuttons styles */

[type="checkbox"],
[type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.fake-label {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	text-transform: none;
}

.fake-input {
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000;
	background: #fff;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

[type=radio] + .fake-input {
	border-radius: 100%;
	cursor: pointer;
	margin: 7px 0 0 0;
}

[type=radio] + .fake-input:before {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background: #000;
	border-radius: 100%;
	opacity: 0;
}

[type="checkbox"] + .fake-input {
	width: 8px;
	height: 8px;
	border-width: 1px;
	margin: 7px 0 0 0;
	float: left;
	cursor: pointer;
}

[type="checkbox"] + .fake-input:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: #000;
	opacity: 0;
}

[type="checkbox"] + .fake-input + .fake-label {
	display: block;
	margin: 0 0 0 20px;
}

[type="radio"] + .fake-input + .fake-label {
	margin: 0 0 0 20px;
}

[type="radio"]:checked + .fake-input:before,
[type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

/* checkboxes and radiobuttons styles */

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* header styles */

#header {
	-webkit-transition: border-bottom .3s ease-in-out;
	transition: border-bottom .3s ease-in-out;
	position: relative;
	z-index: 10;
	background-color: #2b2b2b;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	padding-top:10px;
	padding-bottom:10px;
}

#header .container {
	width: 100%;
}

#header .btn-holder .btn {
	width: calc(100% - 64px);
	margin: 0 32px;
	font-size: 20px;
}

.logo {
	float: left;
	display: block;
	padding: 15px 0 18px;
	max-width: 144px;
	width: 100%;
}

.holder-opener {
	width: 36px;
	height: 38px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
}

.holder-opener:before,
.holder-opener:after,
.holder-opener span {
	background: #149637;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	height: 6px;
	margin-top: -2px;
	-webkit-transition: background, opacity, -webkit-transform .3s ease-in-out;
	transition: background, opacity, transform .3s ease-in-out;
	border-radius: 2px;
}

.holder-opener span:last-child {
	top: 16px;
}

.holder-opener:before,
.holder-opener:after {
	content: "";
	top: 5px;
}

.holder-opener:after {
	top: 27px;
}

.head-holder {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 5px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}

.head-block {
	position: relative;
}

.main-menu {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding: 17px 0 0 0;
	background-color: #4a4a4a;
}

.main-menu li {
	margin: 0 0 3px 0;
}

.main-menu a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	color: #fff;
	display: block;
	padding: 4px 32px;
	background: transparent;
}

.main-menu a.with-inner-drop {
	position: relative;
}

.main-menu a.with-inner-drop i {
	float: right;
	font-size: 18px;
}

.main-menu a.with-inner-drop i:before {
	content: "\f178";
}

.main-menu a:hover {
	background-color: #2b2a2a;
}

.main-menu .drop-opener {
	float: right;
	font-size: 18px;
	line-height: 20px;
	margin: 4px 0 0 0;
}

.has-drop-down-a {
	position: relative;
}


.dropdown {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	background-color: #4a4a4a;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	left: 0;
	right: 0;
	padding: 17px 0;
	position: static;
	height: 0;
	overflow: hidden;
	padding: 0;
	border: none;
}

.inner-list {
	text-transform: none;
}

.inner-list li {
	display: block !important;
	padding: 0 !important;
}

.inner-list li a {
	border: none;
	padding: 4px 32px 4px 42px;
}

.inner-list li a:hover {
	color: #333333;
	background-color: #2b2a2a;
}

.header-search {
	margin: 0;
	padding: 17px 32px 36px;
}

.header-search.active .search .fa.fa-times {
	opacity: 1;
	visibility: visible;
}

.header-search.active .search .fa.fa-search {
	opacity: 0;
	visibility: hidden;
}

.header-search.active .slide {
	opacity: 1;
	visibility: visible;
}

.header-search .search {
	width: 30px;
	height: 30px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: relative;
	display: block;
	float: right;
	background: #4fae62;
	border: none;
	border-radius: 50%;
	margin: 2px 0 0 0;
}

.header-search .search:hover {
	background: #64db7c;
}

.header-search .search .fa {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #333333;
}

.header-search .search .fa.fa-times {
	opacity: 0;
	visibility: hidden;
}

.header-search .slide {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: block !important;
	height: 100% !important;
}

.header-search input[type="search"] {
	height: 35px;
	width: calc(100% - 43px);
	border: none;
	font-size: 14px;
	outline: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #4a4a4a;
	padding: 3px 10px;
}

.header-search input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.header-search input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.header-search input[type="search"]:-moz-placeholder {
	color: #fff;
}

.header-search input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.header-search input[type="search"].placeholder {
	color: #fff;
}

.nav-active {
	overflow: hidden !important;
}

.nav-active #header {
	border-bottom: none;
}

.nav-active .head-holder {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 1;
	visibility: visible;
	background: #fff;
	background-color: #383838;
	margin-top: 0;
	padding-bottom: 26px;
}

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

.nav-active .holder-opener:before,
.nav-active .holder-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
}

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

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

iframe {
	max-width: 100%;
}

address {
	font-style: normal;
	margin: 0;
}

figure {
	margin: 0;
}

figcaption {
	color: #8c8c8c;
	padding: 10px 20px;
}

strong {
	font-weight: 900;
}

blockquote,
.blockuote {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.2;
	border: none;
}

blockquote q,
blockquote .q,
.blockuote q,
.blockuote .q {
	color: #000;
	display: block;
	font-weight: 900;
}

blockquote a.q:hover,
.blockuote a.q:hover {
	color: #00a347;
}

blockquote .cite,
blockquote cite,
blockquote .author,
.blockuote .cite,
.blockuote cite,
.blockuote .author {
	font-size: 14px;
	line-height: 1.429;
	display: block;
	color: #9b9b9b;
	font-style: normal;
	margin-top: 5px;
}

blockquote a.cite:hover,
.blockuote a.cite:hover {
	text-decoration: underline;
}

blockquote .img-block,
.blockuote .img-block {
	margin: 0 0 10px 0;
}

blockquote .img-block img,
.blockuote .img-block img {
	width: 100%;
}

.wide-img {
	margin: 0 -20px;
	display: block;
}

.wide-img img {
	display: block;
	width: 100%;
	max-width: 720px;
}

.video-holder {
	position: relative;
	color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.video-holder:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-image: -webkit-linear-gradient(270deg, transparent 0%, #000 100%);
	background-image: linear-gradient(180deg, transparent 0%, #000 100%);
	z-index: 9;
}

.video-holder .info {
	padding: 16px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	letter-spacing: -.4em;
	z-index: 10;
}

.video-holder .text {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 26px);
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 1.33;
}

.video-holder iframe {
	opacity: 0;
	visibility: hidden;
}

.video-holder.active-video iframe {
	opacity: 1;
	visibility: visible;
}

.video-holder.active-video:before {
	opacity: 0;
	visibility: hidden;
}

.video-holder.active-video .info {
	opacity: 0;
	visibility: hidden;
}

.btn-play {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #00a347;
	position: relative;
}

.btn-play:hover {
	border-color: #017e38;
}

.btn-play:hover:before {
	border-left-color: #017e38;
}

.btn-play:before {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	content: "";
	border-left: 10px solid #00a347;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 1px;
}

.list-default li > ul {
	padding: 0;
}

.list-default li > ul > li {
	position: relative;
	padding-left: 36px;
}

.list-default li > ul > li:before {
	content: "";
	width: 5px;
	height: 3px;
	border-radius: 0;
	background: #000;
	position: absolute;
	left: 12px;
	top: 12px;
}

ol.list-default {
	counter-reset: li;
}

ol.list-default > li {
	padding-left: 36px;
	position: relative;
}

ol.list-default > li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	left: 12px;
	top: 0;
}

ul.list-default > li {
	position: relative;
	padding-left: 36px;
}

ul.list-default > li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 12px;
	top: 12px;
}

.two-column-list {
	font-size: 16px;
	line-height: 1.375;
}

.two-column-list li {
	padding: 0 0 10px 0;
}

.two-column-list strong {
	display: block;
}

.two-column-list span {
	display: block;
}

.highlighted {
	color: #149637;
}

a.highlighted:hover {
	text-decoration: underline;
}

.highlighted-block {
	background-color: #f4f4f4;
	padding: 32px 40px;
	font-size: 18px;
	line-height: 1.55;
	margin: 0 0 30px 0;
}

.highlighted-block span {
	display: block;
	margin: 0 0 8px 0;
}

.home-page {
	background-color: #f4f4f4;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-top: 75px;
}

.container {
	max-width: 1015px;
	padding: 0 20px;
	margin: 0 auto;
	width: auto;
}

.container.container-small {
	max-width: 758px;
}

.container.container-large {
	max-width: 1150px;
}

.text-right {
	text-align: right;
}

.support-block .btn {
	width: 100%;
	margin: 0 0 12px 0;
}

.link-default {
	display: inline-block;
	vertical-align: middle;
}

.link-default:after {
	content: "»";
	margin: 0 0 0 4px;
}

.social-list {
	font-size: 25px;
	color: #fff;
	letter-spacing: -.4em;
	margin: 0 -9px;
	text-align: right;
}

.social-list li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 0 9px;
}

.social-list a {
	color: inherit;
}

.social-list a:hover {
	color: #00a347;
}

.bg-image {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.link-more {
	color: #4FAE62;
	font-size: 14px;
}

.link-more:hover {
	color: #017e38;
}

.link-more:after {
	content: "»";
	font-size: 16px;
	margin: 0 0 0 5px;
}

time {
	display: block;
	color: #333333;
}

.page-holder {
	padding: 33px 0;
}

.page-holder.content {
	padding: 33px 0;
}

.text-item {
	font-size: 16px;
}

.base-title {
	margin: 0 0 15px 0;
	line-height: 1.1;
}

.base-title strong {
	font-size: 22px;
}

.base-title strong {
	display: block;
	padding: 9px 0;
	border-bottom: 1px solid #4b4b4b;
}

.base-title .link-more {
	line-height: 1.57;
	display: inline-block;
	vertical-align: middle;
}

.issue-page .intro-section h1,
.issue-page .intro-section strong {
	text-transform: none;
}

/* breadcrumbs styles */

.breadcrumbs {
	color: #333333;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: -.4em;
}

.breadcrumbs li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px 0 0;
}

.breadcrumbs li:after {
	content: "/";
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 4px;
}

.breadcrumbs li:last-of-type {
	padding: 0;
}

.breadcrumbs li:last-of-type:after {
	display: none;
}

.breadcrumbs a {
	color: inherit;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/* breadcrumbs styles */

/* intro section styles */

.intro-section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.intro-section:after {
	content: "";
	display: block;
	width: 0;
	min-height: 232px;
}

.intro-section .holder {
	width: 100%;
	padding: 23px 0;
	position: relative;
	z-index: 1;
}

.intro-section h1,
.intro-section strong {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}

.intro-section.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.intro-section.small:after {
	min-height: 97px;
}

.intro-section.small:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
}

.intro-section.main h1,
.intro-section.main strong {
	max-width: 680px;
	margin: 0 auto;
}

.intro-section .subtitle {
	display: block;
	font-size: 16px;
	line-height: 1.375;
}

.intro-section .text {
	display: block;
	font-size: 16px;
	line-height: 1.375;
	padding: 20px 0 0 0;
}

.intro-section .breadcrumbs {
	color: #fff;
	margin: 0 0 16px 0;
}

.parallax-bg-holder {
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 992px) {
	.parallax-bg-holder {
		background-position: 0 20px !important;
		/* background-size: contain !important; */
	}
}

.parallax-bg-holder img {
	height: auto;
	position: absolute;
	width: auto;
}

.is-touch-device {
	background-size: cover;
}

.issues-landing-page .intro-section:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1;
}

/* intro section styles */

/* welcome section styles */

.welcome-section {
	background-color: #f0efef;
	margin: 0 -20px;
	position: relative;
}

.welcome-section .block {
	border-top: 3px solid #4a4a4a;
	border-bottom: 10px solid #f4f4f4;
	background-color: #dfdfdf;
}

.welcome-section .block.border-right {
	position: relative;
	padding: 0 20px;
}

.welcome-section .block.news {
	position: relative;
	height: 100%;
}

.welcome-section .block.news .img-block .holder {
	padding-bottom: 67%;
	min-height: 166px;
}

.welcome-section .block.news .text-block {
	padding: 15px;
}

.welcome-section .block.news .item-title {
	text-transform: uppercase;
}

.welcome-section .block.news img {
	width: 100%;
}

.welcome-section .block.news span {
	display: block;
	font-size: 14px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: 900;
}

.welcome-section .form-subscribe {
	padding: 30px 0;
}

.welcome-section .form-subscribe input {
	padding: 15px 10px 14px 10px;
}

.welcome-section .form-subscribe .btn {
	padding: 16px 10px;
}

/* welcome section styles */

/* list section styles */

.list-section {
	padding: 25px 0;
}

.list-section.involved {
	background-color: #f0efef;
	padding: 26px 0 0;
}

.list-section.involved .section-title {
	margin: 0 0 20px 0;
}

.list-section.involved .section-title:after {
	content: "»";
	font-size: 30px;
	margin: 0 0 0 5px;
}

.list-section.involved .items-block {
	margin: 0 -20px -10px;
}

.list-section.involved .items-block .item-title {
	text-transform: uppercase;
}

.list-section.media {
	padding: 30px 0 47px;
}

.list-section.media .section-title {
	margin: 0 0 -2px 0;
}

.list-section.media > .container > .row + .row {
	margin-top: 13px;
}

.list-section.media .item-box {
	margin: 0 0 10px 0;
	padding: 11px 15px 25px 15px;
}

.list-section.media .item-box time {
	font-size: 12px;
	margin: 0 0 8px 0;
}

.list-section.media .item-box .item-title {
	font-size: 17px;
	line-height: 1.29;
	margin: 0;
}

.list-section.media .link-more {
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 9px 0;
}

.list-section.media .link-more:after {
	font-size: 14px;
	margin: 0 0 0 5px;
}

.list-section.projects {
	background-color: #1d1d1d;
	padding: 16px 0 34px;
}

.list-section.projects .base-title {
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.list-section.projects .items-list {
	letter-spacing: -.4em;
}

.list-section.projects .items-list li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.list-section.projects .item-box {
	border: none;
}

.list-section.news {
	padding: 0;
}

.list-section.resources {
	padding: 0 0 20px 0;
}

.section-title {
	display: block;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 1.35;
	margin: 0 0 14px 0;
}

/* list section styles */

/* item box styles */

.item-box {
	background: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.31;
	position: relative;
	overflow: hidden;
	padding-bottom: 54px;
	margin: 0 auto 11px;
	color: #000;
}

.item-box .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px 24px;
}

.item-box .btn span {
	display: inline-block;
	vertical-align: middle;
}

.item-box .btn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin: 0 0 0 10px;
}

.item-box .item-title {
	margin: 0 0 15px;
}

.item-box .text-holder {
	padding: 22px 20px 12px;
}

.item-box p {
	margin: 0 0 10px;
}

.item-box .img-block {
	min-height: 237px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.item-box .img-block img {
	width: 100%;
}

.item-box .category {
	position: absolute;
	top: 10px;
	left: 0;
	color: #333333;
	font-weight:900;
	font-size: 12px;
	padding: 10px 13px 9px;
	background: #4FAE62;
	/* font-style: italic; */
}

.item-box.media-box {
	padding-bottom: 0;
	margin: 0 auto 20px;
}

.item-box.media-box .img-block {
	margin: 0 0 10px 0;
	min-height: 0;
	padding-bottom: 60%;
}

.item-box.media-box .btn {
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 24px;
	position: static;
	width: 100%;
}

.item-box.media-box .btn-default {
	color: #000;
}

.item-box.media-box .btn-default:hover {
	background-color: #00a347;
	color: #fff;
}

.item-box.style-2 {
	background-color: #f7f7f7;
	padding-bottom: 44px;
	margin-bottom: 32px;
}

.item-box.style-2 .category {
	display: block;
	position: static;
	padding: 0;
	background: none;
	color: #4a4a4a;
	margin: 0 0 7px 0;
}

.item-box.style-2 .item-title {
	font-size: 16px;
	line-height: 1.375;
}

.item-box.style-2 .btn {
	font-size: 16px;
	padding: 13px 24px;
}

.item-box.style-2 .img-block {
	min-height: 140px;
	padding-bottom: 45%;
}

.item-box.style-2 .text-holder {
	padding: 13px 14px 6px;
}

.item-box.style-3 {
	padding-bottom: 0;
	margin-bottom: 12px;
}

.item-box.style-3 time {
	font-size: 14px;
}

.item-box.style-3 .text-holder {
	padding: 8px 13px 8px 13px;
}

.item-box.style-3 .item-title {
	line-height: 1.25;
}

.item-box.style-3 .img-block {
	min-height: 149px;
	padding-bottom: 60%;
}

.item-box.small {
	padding-bottom: 0;
	margin-bottom: 0;
}

.item-box.small .img-block {
	min-height: 0;
	padding-bottom: 0;
}

.item-box.small .img-block img {
	width: 100%;
}

.item-box.small .text-holder {
	padding: 10px 0 0;
}

.item-box.small .item-title {
	font-size: 16px;
	line-height: 1.5;
}

section.item-box {
	-webkit-transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

section.item-box .item-title {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

section.item-box:hover {
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
}

section.item-box:hover .item-title {
	color: #017e38;
}

.item-title {
	display: block;
	font-size: 20px;
	line-height: 1.1;
}

.item-title a {
	color: inherit;
	display: inline-block;
	vertical-align: top;
}

.item-title a:hover {
	color: #00a347;
}

/* item box styles */

/* items list styles */

.items-list {
	padding: 21px 0 0 0;
	margin-bottom: -20px;
}

.items-list .item-box {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	border: 1px solid #eee;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.items-list .item-box:hover {
	text-decoration: underline;
	border-color: #ccc;
}

.items-list .item-box .img-block {
	min-height: 105px;
	padding-bottom: 44%;
}

.items-list .item-box .item-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.375;
	margin: 0;
}

.items-list .item-box .text-holder {
	padding: 24px 20px 10px;
	min-height: 68px;
}

.item-block {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	padding: 0 0 19px 0;
}

.item-block + .item-block {
	margin-top: 27px;
}

.item-block .img-block {
	margin-bottom: 18px;
}

.item-block .img-block img {
	width: 100%;
}

.item-block .item-title {
	line-height: 1.4;
}

.item-block .text-holder {
	line-height: 1.375;
}

.item-block .btn-holder {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.item-block time {
	margin: 0 0 14px 0;
}

.item-block p {
	margin: 0 0 7px 0;
}

.item-block .item-box.media-box {
	margin-bottom: 0;
}

.item-block.item-block-holder {
	padding: 0 0 8px;
}

.item-block.item-block-holder .item-box.media-box {
	margin-bottom: 12px;
}

.blocks-list {
	margin: 0 -6px;
	letter-spacing: -.4em;
}

.blocks-list li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 6px;
}

/* items list styles */

/* banner section styles */

.banner-section {
	color: #fff;
	padding: 20px 0;
	position: relative;
}

.banner-section h5 {
	font-size: 20px;
	text-transform: none;
}

.banner-section h4 {
	text-transform: none;
	margin: 0 0 25px 0;
}

.banner-section p {
	line-height: 1.375;
}

.banner-section .holder {
	max-width: 660px;
	margin: 0 auto;
}

.banner-section .bnt {
	margin: 14px 0 0 0;
}

.banner-section.update {
	min-height: 397px;
}

.banner-section.donate {
	min-height: 274px;
	text-align: center;
}

.banner-section.donate .btn {
	width: 200px;
}

.banner-section > .container {
	position: relative;
	z-index: 1;
}

.banner-block {
	padding: 22px 20px;
	color: #fff;
	text-align: center;
}

.banner-block h4 {
	text-transform: none;
}

.banner-block .inner {
	display: block;
}

.banner-block .btn {
	margin: 20px 0 0 0;
	min-width: 200px;
}

/* banner section styles */

/* sidebar styles */

.sidebar > * {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.sidebar > *:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.sidebar .btn {
	font-weight: 400;
	padding: 10px;
	min-width: 100px;
	line-height: 20px;
}

.sidebar input:not([type=submit]) {
	font-size: 16px;
	height: 40px;
	padding: 3px 10px !important;
}

.subnav-item + .subnav-item {
	margin-top: 30px;
}

.subnav-item strong {
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
}

.subnav {
	color: #000;
}

.subnav li.active .inner-block {
	position: static;
}

.subnav a {
	color: inherit;
}

.subnav a:hover {
	text-decoration: underline;
}

.subnav .inner-block {
	padding: 10px;
}

/* sidebar styles */

/* sidebar widget styles */

.widget {
	font-size: 16px;
	line-height: 1.25;
}

.widget h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.widget img {
	max-width: 100%;
}

/* widget styles */

/* sidebar subscribe form styles */

.subscribe-form input {
	height: 40px;
	padding: 3px 10px;
}

.subscribe-form input + input {
	margin-top: 12px;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #848484;
}

.subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #848484;
}

.subscribe-form input:-moz-placeholder {
	color: #848484;
}

.subscribe-form input:-ms-input-placeholder {
	color: #848484;
}

.subscribe-form input.placeholder {
	color: #848484;
}

.subscribe-form [type="submit"] {
	line-height: 22px;
	padding: 9px 28px;
	height: auto;
}

/* sidebar subscribe form styles */

/* filters area styles */

.form-holder .form-title {
	font-size: 26px;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
}

.form-holder legend,
.form-holder .legend {
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	cursor: default;
}

.form-holder input[type="search"] {
	height: 40px;
	padding: 3px 10px;
}

.form-holder input[type="search"]::-webkit-input-placeholder {
	color: #848484;
}

.form-holder input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #848484;
}

.form-holder input[type="search"]:-moz-placeholder {
	color: #848484;
}

.form-holder input[type="search"]:-ms-input-placeholder {
	color: #848484;
}

.form-holder input[type="search"].placeholder {
	color: #848484;
}

.form-holder .filter-form > *:not(:last-child) {
	margin-bottom: 15px;
}

.select-list {
	font-size: 12px;
	line-height: 1.25;
	color: #00a347;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.select-list li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.select-list li:not(:last-child) {
	margin-right: 6px;
}

.select-list li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 2px;
	right: -5px;
	bottom: 2px;
	width: 1px;
	background: #ccc;
}

.select-list a {
	color: inherit;
}

.select-list a:hover {
	color: #4b4b4b;
}

.filter-holder > label,
.sort-holder > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

/* filters area styles */

/* content page styles */

.content-wrap {
	padding: 18px 0;
}

.content h1 {
	text-transform: none;
	line-height: 1.4;
	margin: 0 0 .3em;
}

.content .subtitle {
	color: #848484;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 16px;
}

.content .article-img {
	margin: 0 -20px 30px;
}

.content .article-img img {
	width: 100%;
}

.content p {
	margin-bottom: 25px;
}

.content blockquote {
	border-left: 4px solid #92ee56;
	font-size: 16px;
	font-weight: 900;
	padding-left: 14px;
	margin: 35px 0;
	line-height: 1.4;
}

.content blockquote .author,
.content blockquote .cite,
.content blockquote cite {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	color: #bebdbb;
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
}

.content blockquote > * {
	line-height: 1.4;
}

.content .banner-block,
.content .list-default,
.content .highlighted-block,
.content .wide-img,
.content .video-block {
	margin-bottom: 20px;
}

/* content page styles */

/* pagination styles */

.navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #212121;
	padding: 20px 0;
}

.navigation .title {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.38;
	margin-right: 20px;
}

.navigation .page-numbers {
	width: 22px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	color: #212121;
	background: transparent;
	text-decoration: none;
	padding: 0;
	font-weight: 400;
	line-height: 1;
	font-size: 16px;
}

.navigation .page-numbers:not(:last-child) {
	margin-right: 7px;
}

.navigation .page-numbers.current {
	text-decoration: none;
	color: #212121;
	background: transparent;
}

.navigation .page-numbers.current:after {
	right: 0;
	opacity: 1;
}

.navigation .page-numbers:hover {
	text-decoration: none;
	color: #212121;
	background: transparent;
}

.navigation .page-numbers:after {
	-webkit-transition: opacity .3s ease-in-out, right .3s ease-in-out;
	transition: opacity .3s ease-in-out, right .3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #00a347;
	height: 3px;
	opacity: 0;
}

/* pagination styles */

/* tags list styles */

.tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 5px;
}

.tagcloud > a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	color: #333333;
	text-transform: capitalize;
}

.tagcloud > a:hover {
	/* color: #8d8d8d; */
	color: #333333;
}

.tagcloud > a:not(:last-child) {
	margin-right: 5px;
}

/* tags list styles */

.searching-section {
	padding: 30px 0;
}

.searching-section .breadcrumbs {
	margin-bottom: 30px;
}

.fancybox-close {
	width: auto;
	height: auto;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.items-holder .item-box {
	width: 100%;
}

/* footer styles */

#footer {
	background-color: #282828;
	color: #fff;
	position: relative;
}

#footer .title {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#footer .support-block {
	padding: 27px 0 0 0;
}

#footer .logo {
	max-width: 125px;
}

.footer-top {
	padding: 21px 0 18px;
}

.footer-center {
	background-color: #333;
	font-size: 14px;
	padding: 16px 0 17px 0;
}

.footer-center .link-default {
	color: inherit;
	margin: 0 30px 0 0;
	font-weight: 700;
}

.footer-center .link-default:last-of-type {
	margin-right: 0;
}

.footer-center .link-default:hover {
	color: #00a347;
}

.footer-center .links-holder {
	padding: 7px 0 0 0;
}

.footer-bottom {
	padding: 15px 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.footer-bottom .address-holder {
	margin: 0 0 11px 0;
}

.footer-bottom address {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
	margin: 0 6px 0 0;
	border-right: 1px solid #fff;
}

.footer-bottom a {
	color: inherit;
	display: inline-block;
	vertical-align: middle;
}

.footer-bottom a:hover {
	color: #00a347;
}

.footer-nav {
	font-size: 14px;
	color: #fff;
	letter-spacing: -.4em;
	padding: 6px 0 17px 0;
}

.footer-nav li {
	letter-spacing: normal;
	display: inline-block;
	width: 50%;
	padding: 0 15px 4px 0;
}

.footer-nav a {
	color: inherit;
}

.footer-nav a:hover {
	color: #00a347;
}

/* footer styles */

@media only screen and (min-width: 48em) {
	.container {
		width: 46rem;
	}

	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}

	.col-sm-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}

	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.col-sm-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}

	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}

	.col-sm-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}

	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}

	.col-sm-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}

	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-sm-offset-1 {
		margin-left: 8.333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.667%;
	}

	.start-sm {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-sm {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-sm {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-sm {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-sm {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-sm {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-sm {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-sm {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-sm {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media only screen and (min-width: 62em) {
	.container {
		width: 61rem;
	}

	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-md-offset-1 {
		margin-left: 8.333%;
	}

	.col-md-offset-2 {
		margin-left: 16.667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.333%;
	}

	.col-md-offset-5 {
		margin-left: 41.667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.333%;
	}

	.col-md-offset-8 {
		margin-left: 66.667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.333%;
	}

	.col-md-offset-11 {
		margin-left: 91.667%;
	}

	.start-md {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-md {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-md {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-md {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-md {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-md {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-md {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-md {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-md {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media only screen and (min-width: 75em) {
	.container {
		width: 71rem;
	}

	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 10px;
		padding-left: 10px;
	}

	.col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-lg-offset-1 {
		margin-left: 8.333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.667%;
	}

	.start-lg {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-lg {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.middle-lg {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.bottom-lg {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-lg {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.first-lg {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}

	.last-lg {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

@media (min-width: 480px) {
	.intro-section:after {
		min-height: 350px;
	}

	.intro-section h1,
	.intro-section strong {
		font-size: 32px;
	}
}

@media (min-width: 640px) {
	.two-column-list {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.two-column-list li {
		display: inline-block;
		vertical-align: top;
		padding: 0 20px 30px 0;
	}

	.list-section.projects .items-list {
		margin: 0 -5px;
	}

	.list-section.projects .items-list li {
		width: 50%;
		padding: 0 5px;
	}

	.items-list .item-box .img-block {
		padding-bottom: 40%;
	}

	.blocks-list:not(.items-holder) li {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,
	.h1 {
		font-size: 48px;
		line-height: 1.4;
	}

	h2,
	.h2 {
		font-size: 40px;
		line-height: 1.4;
	}

	h3,
	.h3 {
		font-size: 31px;
		line-height: 1.38;
	}

	h4,
	.h4 {
		font-size: 25px;
		line-height: 1.4;
	}

	h5,
	.h5 {
		font-size: 20px;
		line-height: 1.4;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	.row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.col-xs,
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		padding-right: 10px;
		padding-left: 10px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"] {
		padding: 15px 10px 14px 10px;
	}

	.form-default.form-update .btn {
		width: 125px;
	}

	.logo {
		padding: 14px 0;
	}

	figcaption {
		padding: 10px 0;
	}

	.wide-img {
		margin: 0;
	}

	.video-holder .info {
		padding: 30px;
	}

	.video-holder .text {
		font-size: 20px;
		line-height: 1.4;
		vertical-align: middle;
		width: calc(100% - 50px);
	}

	.btn-play:before {
		border-left-width: 23px;
		border-top-width: 14px;
		border-bottom-width: 14px;
		margin-left: 3px;
	}

	.btn-play {
		width: 50px;
		height: 50px;
	}

	.highlighted-block {
		font-size: 20px;
		line-height: 1.4;
		padding: 40px 40px;
	}

	#wrapper {
		padding-top: 70px;
	}

	.text-item {
		margin: 0 0 41px 0;
	}

	.base-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 9px 0;
		border-bottom: 1px solid #4b4b4b;
	}

	.base-title strong {
		border-bottom: none;
		padding: 0;
	}

	.intro-section .holder {
		padding: 40px 0;
	}

	.intro-section h1,
	.intro-section strong {
		font-size: 44px;
		line-height: 1;
	}

	.intro-section.small:after {
		min-height: 150px;
	}

	.intro-section.main h1,
	.intro-section.main strong {
		font-size: 35px;
		line-height: 1.26;
	}

	.intro-section .subtitle {
		font-size: 25px;
		line-height: 1.4;
		padding: 20px 0 0 0;
	}

	.welcome-section .block {
		border-bottom: none;
		height: 100%;
	}

	.welcome-section .block.border-right {
		padding: 0 0 0 20px;
		border-bottom: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.welcome-section .block.news > .row {
		height: 100%;
	}

	.welcome-section .block.news .img-block {
		height: 100%;
	}

	.welcome-section .block.news .img-block .holder {
		height: 100%;
	}

	.welcome-section .block.news .text-block {
		padding: 10px 0;
	}

	.welcome-section .form-subscribe {
		padding: 27px 10px 30px 0;
		width: 100%;
	}

	.list-section {
		padding: 35px 0;
	}

	.list-section.involved {
		padding: 32px 0 20px;
	}

	.list-section.involved .section-title {
		padding: 0 0 0 60px;
	}

	.list-section.involved .items-block {
		margin: 0;
	}

	.list-section.media > .container > .row + .row {
		margin-top: 33px;
	}

	.list-section.media .item-box {
		padding: 22px 10px 22px 10px;
	}

	.list-section.projects {
		padding: 25px 0 34px;
	}

	.list-section.projects .item-box .text-holder {
		min-height: 105px;
	}

	.list-section.resources {
		padding: 51px 0 17px 0;
	}

	.item-box {
		margin: 0 auto 20px;
	}

	.item-box .item-title {
		margin: 0 0 11px;
	}

	.item-box .text-holder {
		padding: 24px 20px 0;
	}

	.item-box .img-block {
		min-height: 165px;
		padding-bottom: 50%;
	}

	.item-box.media-box .img-block {
		min-height: 297px;
	}

	.item-box.style-2 .text-holder {
		padding: 13px 8px 19px;
	}

	.item-box.style-3 .text-holder {
		padding: 20px;
	}

	.items-list {
		padding: 0 0 64px 0;
	}

	.items-list .item-box .text-holder {
		min-height: 80px;
	}

	.project-page .list-section.news {
		padding: 29px 0 0 0;
	}

	.item-block + .item-block {
		margin-top: 0;
	}

	.item-block {
		padding: 20px 0;
	}

	.item-block .img-block {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0;
	}

	.item-block .item-title {
		margin: 0 0 4px 0;
	}

	.item-block .text-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		line-height: 1.625;
	}

	.item-block time {
		margin: 0 0 10px 0;
	}

	.blocks-list:not(.items-holder) li {
		width: 33.33%;
	}

	.banner-section {
		padding: 75px 0;
	}

	.banner-section h4 {
		margin: 0 0 18px 0;
	}

	.banner-section p {
		line-height: 1.625;
	}

	.banner-section .bnt {
		margin: 4px 0 0 0;
	}

	.banner-section.donate {
		min-height: 300px;
	}

	.sidebar {
		padding-right: 30px;
	}

	.content-wrap {
		padding: 50px 0;
	}

	.content {
		padding: 0 0 0 20px;
	}

	.content h1 {
		margin: 4px 0;
	}

	.content .subtitle {
		font-size: 25px;
		margin-bottom: 20px;
		line-height: 35px;
	}

	.content .article-img {
		margin: 0 0 30px;
	}

	.content blockquote {
		font-size: 25px;
		padding: 0 35px;
		margin: 40px 0;
	}

	.tagcloud > a {
		padding: 10px;
		background: #f4f4f4;
		border-radius: 3px;
	}

	.tagcloud > a:hover {
		background: #dbdbdb;
	}

	.items-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.items-holder [class*=col-],
	.items-holder li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.footer-bottom {
		text-align: right;
	}

	.footer-bottom .address-holder {
		text-align: left;
		margin: 0;
	}
}

@media (min-width: 992px) {
	#header .btn-holder {
		float: right;
		padding: 12px 0 0 0;
	}

	#header .btn-holder .btn {
		width: 100px;
		padding: 12px 15px;
		font-size: 14px;
		margin: 0;
		
	}

	.logo {
		max-width: 130px;
	}

	.holder-opener {
		display: none;
	}

	.head-holder {
		margin-top: 0;
		position: static;
		opacity: 1;
		visibility: visible;
	}

	.head-block {
		float: right;
		letter-spacing: -.4em;
	}

	.main-nav,
	.header-search {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}

	.main-menu {
		letter-spacing: -.4em;
		/* font-size: 14px; */
		position: relative;
		padding: 0;
		background: none;
	}

	.main-menu > li:nth-last-of-type(-n+3) .dropdown.level-3 {
		left: auto;
		right: 100%;
	}

	.main-menu > li > a.has-drop-down-a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-menu li {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
		padding: 17px 0;
		margin: 0;
	}

	.main-menu li:hover {
		background-color: #2b2a2a;
	}

	.main-menu li:hover > .dropdown {
		opacity: 1;
		visibility: visible;
	}

	.main-menu li:last-of-type a {
		border-right: none;
	}

	.main-menu li.has-drop-level-3 {
		position: relative;
	}

	.main-menu li.has-drop-level-3:hover .dropdown {
		opacity: 1;
		visibility: visible;
	}

	.main-menu a:hover {
		color: #00a347;
		background: transparent;
	}

	.main-menu a {
		border-right: 1px solid #575757;
		padding: 4px 12px;
	}

	.main-menu .drop-opener {
		margin: 0 0 0 4px;
	}

	.dropdown {
		top: 100%;
		max-width: 260px;
		left: auto;
		right: auto;
		padding: 0;
		position: absolute;
		height: auto;
		overflow: visible;
	}

	.dropdown.level-3 {
		padding: 0;
		left: 100%;
		top: 0;
		opacity: 0;
		visibility: hidden;
	}

	.inner-list {
		padding: 6px 0;
	}

	.inner-list li a {
		padding: 6px 15px;
	}

	.header-search {
		margin: 0 21px 0 8px;
		padding: 0;
	}

	.header-search .search {
		float: none;
		margin: 0;
	}

	.header-search .slide {
		position: absolute;
		top: 15px;
		right: 0;
		width: 100%;
		margin: 0 70px 0 0;
		opacity: 0;
		visibility: hidden;
	}

	.header-search input[type="search"] {
		background-color: #2b2b2b;
		width: 100%;
		border-bottom: 2px solid #fff;
		padding-left: 0;
	}

	.header-search input[type="search"] {
		padding: 0;
	}

	.nav-active .head-holder {
		padding-bottom: 0;
	}

	#wrapper {
		padding-top: 64px;
	}

	.hide-lg {
		display: none !important;
	}

	.social-list {
		font-size: 20px;
		margin: 0 -7px;
	}

	.social-list li {
		padding: 0 7px;
	}

	.page-holder {
		padding: 51px 0;
	}

	.page-holder.content {
		padding: 51px 0;
	}

	.intro-section:after {
		min-height: 500px;
	}

	.intro-section.main:after {
		min-height: 530px;
	}

	.intro-section.main .holder {
		padding: 75px 0;
	}

	.welcome-section .block.news .img-block {
		margin: 0 25px 0 0;
	}

	.welcome-section .form-subscribe {
		padding: 27px 60px 30px 0;
	}

	.list-section.involved .section-title {
		margin: 0 0 13px 0;
	}

	.list-section.media {
		padding: 15px 0 5px;
	}

	.list-section.media .section-title {
		margin: 19px 0 -2px 0;
	}

	.list-section.media > .container > .row {
		padding: 0 60px;
	}

	.list-section.projects {
		padding: 41px 0 50px;
	}

	.list-section.projects .items-list {
		padding: 5px 0 0 0;
	}

	.list-section.projects .items-list li {
		width: 25%;
	}

	.list-section.news .base-title {
		margin: 0;
	}

	.item-box.media-box .btn {
		padding: 16px 24px;
	}

	.item-block p {
		margin: 0 0 11px 0;
	}

	.banner-block {
		padding: 75px 50px;
	}

	.navigation .page-numbers:hover:after {
		right: 0;
		opacity: 1;
	}

	#footer .support-block {
		padding: 0;
	}

	.footer-top {
		padding: 33px 0 47px;
	}

	.footer-center {
		padding: 8px 0 8px 0;
	}

	.footer-bottom {
		padding: 9px 0;
	}

	.footer-nav {
		padding: 6px 0 0 0;
	}
}

@media (min-width: 1001px) {
	.logo {
		max-width: 150px;
	}
}

@media (min-width: 1200px) {
	.main-menu > li:nth-last-of-type(-n+2) .dropdown.level-3 {
		left: auto;
		right: 100%;
	}
}

@media (max-width: 991px) {
	iframe {
		width: 100%;
	}

	.head-holder {
		height: calc(100vh - 70px);
		overflow: auto;
	}

	.main-menu li.hover > .dropdown {
		opacity: 1;
		visibility: visible;
		height: auto;
		overflow: visible;
	}

	.dropdown {
		min-height: 100%;
	}

	.dropdown.level-3 .inner-list a {
		padding: 4px 32px 4px 52px;
	}

	.header-search input[type="search"]::-webkit-input-placeholder {
		color: transparent;
	}

	.header-search input[type="search"]::-moz-placeholder {
		color: transparent;
	}

	.header-search input[type="search"]:-moz-placeholder {
		color: transparent;
	}

	.header-search input[type="search"]:-ms-input-placeholder {
		color: transparent;
	}

	.header-search input[type="search"].placeholder {
		color: transparent;
	}

	.hide-lg-down {
		display: none !important;
	}

	.hide-xs {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.content p {
		line-height: 1.65;
	}
}

@media (max-width: 767px) {
	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.form-default .btn {
		padding: 12px 10px;
	}

	body {
		line-height: 1.375;
	}

	.hide-md-down {
		display: none !important;
	}

	.text-item {
		line-height: 1.375;
	}

	.issue-page .page-holder {
		padding: 0;
	}

	.item-box.style-3 .item-title {
		margin: 0 0 4px;
	}

	.banner-section h4 {
		font-size: 22px;
	}

	.banner-block h4 {
		font-size: 22px;
		line-height: 1.1;
	}

	.sidebar {
		margin: 0 auto;
		padding-top: 30px;
	}

	.sidebar .btn {
		width: 100%;
	}
}

.form-default .item.flex-item .strecth.half {
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
}

.simple_tweet_widget ul {
	padding-left: 0;
}


.simple_tweet_widget ul li {
	margin-top: 1rem;
}

.inner-list li a:hover {
    background-color: #00a347;
}

.welcome-section .block {
    border-top: none;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,
	.h1 {
		font-size: 48px;
		line-height: 67pt;
	}

	h2,
	.h2 {
		font-size: 36px;
		line-height: 56pt;
	}

	h3,
	.h3 {
		font-size: 30px;
		line-height: 43pt;
	}

	h4,
	.h4 {
		font-size: 30px;
		line-height: 43pt;
	}

	h5,
	.h5 {
		font-size: 24px;
		line-height: 35pt;
	}

	h6,
	.h6 {
		font-size: 18px;
		line-height: 35pt;
	}
}


h3,
.h3 {
	color: #00a347;
	text-transform: capitalize;
}

h4,
.h4 {
	color: #00a347;
	text-transform: capitalize;
}


h6,
.h6 {
	color: #00a347;
	text-transform: capitalize;
}

ol.list-default > li {
        padding-left: 36px;
        position: relative;
}
.content ul:not(.two-column-list)  > li {
	position: relative;
	padding-left: 36px;
}

.content ul:not(.two-column-list) > li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 12px;
	top: 12px;
}

.banner-block.bg-image h4, .banner-block.bg-image h5, .banner-section h4, .banner-section h5 {
	color: #fff;
}

.content ol {
    counter-reset: li;
}

.content ol > li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    left: 12px;
    top: 0;
}

.content ol li > ul > li , .content ul:not(.two-column-list) li > ul > li {
    position: relative;
    padding-left: 36px;
}

.content ol  li > ul > li:before, .content ul:not(.two-column-list) li > ul > li:before {
        content: "";
        width: 5px;
        height: 3px;
        border-radius: 0;
        background: #000;
        position: absolute;
        left: 12px;
        top: 12px;
}

.content ol > li {
    padding-left: 36px;
    position: relative;
}

.content ul li > ul, .content ol li > ul {
        padding: 0;
}

ul.breadcrumbs li:before {
	display: none;
}

.content ul.breadcrumbs li {
	padding-left: initial;
}

.sign-up-block label {
	text-align: left;
}

.sign-up-block {
	margin-bottom: 20px;
}

.content-block {
	margin-bottom: 35px;
}

.content ul.blocks-list li {
	padding-left: 6px;
}

.content ul.blocks-list li:before {
	display: none;
}

.list-section.resources {
	padding-top: 0;
}

.media-box > .img-block > .item-title {
	position: absolute;
	background-color: rgba(0,0,0, 0.5);
	color: white;
	padding: 20px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s; /* Safari */
    transition: opacity 0.2s;
}

.media-box > .img-block > .item-title > strong {
	position: absolute;
	bottom: 20px;
	max-width: 100%;
	display: block;
	padding-right: 20px;
}

.media-box:hover > .img-block > .item-title {
	opacity: 1;
}

.intro-section.bg-image:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
}

.home .intro-section.bg-image:before {
	background-color: rgba(0, 0, 0, .3);
}

.content article .tagcloud {
	margin-bottom: 15px;
}

.item-box.media-box.inline .btn {
	display: inline-block;
	width: auto;
	padding-left: 3rem;
	padding-right: 3rem;
}

.widget h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
	color: black;
	line-height: 1.38;
}



.post-author {
	font-size: 20px;
}

.widget .subnav.accordion {
	padding-left: 0;
}


.list-section.projects .items-list {
	text-align: center;
}

.list-section.projects .items-list .item-title {
	font-weight: 900;
}

[data-href] {
	cursor: pointer;
}

.more-filter-options {
	margin-top: 10px;
}

.more-filter-options .dropdown-trigger {
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
}

.more-filter-options .dropdown-content {
	display: none;
}

fieldset.filter-holder {
	max-height: 275px;
	overflow: auto;
}

li.gfield {
	padding-left: 0 !important;
}

/*
.list-section.projects .items-list {
	display: flex;
}

.list-section.projects .items-list li {
	width: auto;
	display: initial;
	flex-grow: 1;
	flex-basis: 100%;
}

@media only screen and (min-width: 640px) {
	.list-s
	ection.projects .items-list li {
		min-width: 50%;
		padding: 0 5px;
	}
}


@media only screen and (min-width: 992px) {
	.list-section.projects .items-list li {
	    flex-basis: 25%;

	}
}
*/

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

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close {
	cursor: pointer;
	color: white !important;
	font-size: 30px;
}

span.close-popup {
	cursor: pointer;
	font-weight: 600;
}

.general-popup {
	position: relative;
	background: black;
	padding: 25px;
	width: auto;
	max-width: 700px;
	margin: 20px auto;
}

.general-popup > h2, .general-popup > h3, .general-popup > p {
	line-height: 1.5;
	color: white;
}


.post-author time {
	font-size: 16px;
}

.gform_footer.top_label {
	text-align: right;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper .gform_footer {
		padding-right: 16px !important;
	}
}

.see-all{
	font-size: 16px;
	font-weight: 800;
}

.link-more:after {
	display: none;
}

body.home .welcome-section {
	padding-top: 11px;
}

@media (min-width: 768px) {
	body.home .welcome-section {
		padding-top: 20px;
	}
}


/* For cookie notice */
#cn-notice-text {
	font-weight: 900;
}

.cn-button.wp-default {
	color: #333 !important;
	background: #fbb03b !important;
	font-weight:900;
}

/* Some CSS in assets > src > scss > _general.scss */

/* Position article download sidebar above content section so button is always clickable */
.article-img-download-container {
    z-index: 9;
    position: relative;
}

:root {
 --scrollbarwidth:15px
}
.text-lowercase {
 text-transform:lowercase!important
}
.text-uppercase {
 text-transform:uppercase!important
}
.text-capitalize {
 text-transform:capitalize!important
}
.text-decoration-none {
 text-decoration:none!important
}
.font-weight-light {
 font-weight:300!important
}
.font-weight-lighter {
 font-weight:100!important
}
.font-weight-normal {
 font-weight:400!important
}
.font-weight-bold {
 font-weight:700!important
}
.font-weight-bolder {
 font-weight:900!important
}
.font-italic {
 font-style:italic!important
}
.align-middle {
 vertical-align:middle!important
}
.alignfull {
 width:calc(100vw - var(--scrollbarwidth))!important
}
.alignfull,
.alignwide {
 margin-left:50%!important;
 -webkit-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 transform:translateX(-50%)
}
.alignwide {
 width:calc(85vw - var(--scrollbarwidth))!important
}
.m-0 {
 margin:0!important
}
.m-1 {
 margin:.25rem!important
}
.m-2 {
 margin:.5rem!important
}
.m-3 {
 margin:1rem!important
}
.m-4 {
 margin:1.5rem!important
}
.m-5 {
 margin:3rem!important
}
.m-auto {
 margin:auto!important
}
.mx-0 {
 margin-right:0!important;
 margin-left:0!important
}
.mx-1 {
 margin-right:.25rem!important;
 margin-left:.25rem!important
}
.mx-2 {
 margin-right:.5rem!important;
 margin-left:.5rem!important
}
.mx-3 {
 margin-right:1rem!important;
 margin-left:1rem!important
}
.mx-4 {
 margin-right:1.5rem!important;
 margin-left:1.5rem!important
}
.mx-5 {
 margin-right:3rem!important;
 margin-left:3rem!important
}
.mx-auto {
 margin-right:auto!important;
 margin-left:auto!important
}
.my-0 {
 margin-top:0!important;
 margin-bottom:0!important
}
.my-1 {
 margin-top:.25rem!important;
 margin-bottom:.25rem!important
}
.my-2 {
 margin-top:.5rem!important;
 margin-bottom:.5rem!important
}
.my-3 {
 margin-top:1rem!important;
 margin-bottom:1rem!important
}
.my-4 {
 margin-top:1.5rem!important;
 margin-bottom:1.5rem!important
}
.my-5 {
 margin-top:3rem!important;
 margin-bottom:3rem!important
}
.my-auto {
 margin-top:auto!important;
 margin-bottom:auto!important
}
.mt-0 {
 margin-top:0!important
}
.mt-1 {
 margin-top:.25rem!important
}
.mt-2 {
 margin-top:.5rem!important
}
.mt-3 {
 margin-top:1rem!important
}
.mt-4 {
 margin-top:1.5rem!important
}
.mt-5 {
 margin-top:3rem!important
}
.mt-auto {
 margin-top:auto!important
}
.mr-0 {
 margin-right:0!important
}
.mr-1 {
 margin-right:.25rem!important
}
.mr-2 {
 margin-right:.5rem!important
}
.mr-3 {
 margin-right:1rem!important
}
.mr-4 {
 margin-right:1.5rem!important
}
.mr-5 {
 margin-right:3rem!important
}
.mr-auto {
 margin-right:auto!important
}
.mb-0 {
 margin-bottom:0!important
}
.mb-1 {
 margin-bottom:.25rem!important
}
.mb-2 {
 margin-bottom:.5rem!important
}
.mb-3 {
 margin-bottom:1rem!important
}
.mb-4 {
 margin-bottom:1.5rem!important
}
.mb-5 {
 margin-bottom:3rem!important
}
.mb-auto {
 margin-bottom:auto!important
}
.ml-0 {
 margin-left:0!important
}
.ml-1 {
 margin-left:.25rem!important
}
.ml-2 {
 margin-left:.5rem!important
}
.ml-3 {
 margin-left:1rem!important
}
.ml-4 {
 margin-left:1.5rem!important
}
.ml-5 {
 margin-left:3rem!important
}
.ml-auto {
 margin-left:auto!important
}
.m-n1 {
 margin:-.25rem!important
}
.m-n2 {
 margin:-.5rem!important
}
.m-n3 {
 margin:-1rem!important
}
.m-n4 {
 margin:-1.5rem!important
}
.m-n5 {
 margin:-3rem!important
}
.mx-n1 {
 margin-right:-.25rem!important;
 margin-left:-.25rem!important
}
.mx-n2 {
 margin-right:-.5rem!important;
 margin-left:-.5rem!important
}
.mx-n3 {
 margin-right:-1rem!important;
 margin-left:-1rem!important
}
.mx-n4 {
 margin-right:-1.5rem!important;
 margin-left:-1.5rem!important
}
.mx-n5 {
 margin-right:-3rem!important;
 margin-left:-3rem!important
}
.my-n1 {
 margin-top:-.25rem!important;
 margin-bottom:-.25rem!important
}
.my-n2 {
 margin-top:-.5rem!important;
 margin-bottom:-.5rem!important
}
.my-n3 {
 margin-top:-1rem!important;
 margin-bottom:-1rem!important
}
.my-n4 {
 margin-top:-1.5rem!important;
 margin-bottom:-1.5rem!important
}
.my-n5 {
 margin-top:-3rem!important;
 margin-bottom:-3rem!important
}
.mt-n1 {
 margin-top:-.25rem!important
}
.mt-n2 {
 margin-top:-.5rem!important
}
.mt-n3 {
 margin-top:-1rem!important
}
.mt-n4 {
 margin-top:-1.5rem!important
}
.mt-n5 {
 margin-top:-3rem!important
}
.mr-n1 {
 margin-right:-.25rem!important
}
.mr-n2 {
 margin-right:-.5rem!important
}
.mr-n3 {
 margin-right:-1rem!important
}
.mr-n4 {
 margin-right:-1.5rem!important
}
.mr-n5 {
 margin-right:-3rem!important
}
.mb-n1 {
 margin-bottom:-.25rem!important
}
.mb-n2 {
 margin-bottom:-.5rem!important
}
.mb-n3 {
 margin-bottom:-1rem!important
}
.mb-n4 {
 margin-bottom:-1.5rem!important
}
.mb-n5 {
 margin-bottom:-3rem!important
}
.ml-n1 {
 margin-left:-.25rem!important
}
.ml-n2 {
 margin-left:-.5rem!important
}
.ml-n3 {
 margin-left:-1rem!important
}
.ml-n4 {
 margin-left:-1.5rem!important
}
.ml-n5 {
 margin-left:-3rem!important
}
.p-0 {
 padding:0!important
}
.p-1 {
 padding:.25rem!important
}
.p-2 {
 padding:.5rem!important
}
.p-3 {
 padding:1rem!important
}
.p-4 {
 padding:1.5rem!important
}
.p-5 {
 padding:3rem!important
}
.px-0 {
 padding-right:0!important;
 padding-left:0!important
}
.px-1 {
 padding-right:.25rem!important;
 padding-left:.25rem!important
}
.px-2 {
 padding-right:.5rem!important;
 padding-left:.5rem!important
}
.px-3 {
 padding-right:1rem!important;
 padding-left:1rem!important
}
.px-4 {
 padding-right:1.5rem!important;
 padding-left:1.5rem!important
}
.px-5 {
 padding-right:3rem!important;
 padding-left:3rem!important
}
.py-0 {
 padding-top:0!important;
 padding-bottom:0!important
}
.py-1 {
 padding-top:.25rem!important;
 padding-bottom:.25rem!important
}
.py-2 {
 padding-top:.5rem!important;
 padding-bottom:.5rem!important
}
.py-3 {
 padding-top:1rem!important;
 padding-bottom:1rem!important
}
.py-4 {
 padding-top:1.5rem!important;
 padding-bottom:1.5rem!important
}
.py-5 {
 padding-top:3rem!important;
 padding-bottom:3rem!important
}
.pt-0 {
 padding-top:0!important
}
.pt-1 {
 padding-top:.25rem!important
}
.pt-2 {
 padding-top:.5rem!important
}
.pt-3 {
 padding-top:1rem!important
}
.pt-4 {
 padding-top:1.5rem!important
}
.pt-5 {
 padding-top:3rem!important
}
.pr-0 {
 padding-right:0!important
}
.pr-1 {
 padding-right:.25rem!important
}
.pr-2 {
 padding-right:.5rem!important
}
.pr-3 {
 padding-right:1rem!important
}
.pr-4 {
 padding-right:1.5rem!important
}
.pr-5 {
 padding-right:3rem!important
}
.pb-0 {
 padding-bottom:0!important
}
.pb-1 {
 padding-bottom:.25rem!important
}
.pb-2 {
 padding-bottom:.5rem!important
}
.pb-3 {
 padding-bottom:1rem!important
}
.pb-4 {
 padding-bottom:1.5rem!important
}
.pb-5 {
 padding-bottom:3rem!important
}
.pl-0 {
 padding-left:0!important
}
.pl-1 {
 padding-left:.25rem!important
}
.pl-2 {
 padding-left:.5rem!important
}
.pl-3 {
 padding-left:1rem!important
}
.pl-4 {
 padding-left:1.5rem!important
}
.pl-5 {
 padding-left:3rem!important
}
.form-default .item.flex-item .strecth.half {
 -moz-box-flex:0;
 flex:0 0 50%;
 -ms-flex:0 0 50%;
 -webkit-flex:0 0 50%
}
.simple_tweet_widget ul {
 padding-left:0
}
.simple_tweet_widget ul li {
 margin-top:1rem
}
.inner-list li a:hover {
 background-color:#4fae62
}
.welcome-section .block {
 border-top:none
}
.no-gutters {
 margin-right:0;
 margin-left:0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
 padding-right:0;
 padding-left:0
}
@media (min-width:768px) {
 .commentlist-item .commentlist-item {
  padding:0 0 0 2em
 }
 .h1,
 h1 {
  font-size:48px;
  line-height:67pt
 }
 .h2,
 h2 {
  font-size:36px;
  line-height:56pt
 }
 .h3,
 .h4,
 h3,
 h4 {
  font-size:30px;
  line-height:43pt
 }
 .h5,
 h5 {
  font-size:24px
 }
 .h5,
 .h6,
 h5,
 h6 {
  line-height:35pt
 }
 .h6,
 h6 {
  font-size:18px
 }
}
.h3,
.h4,
.h6,
h3,
h4,
h6 {
 color:#00a347;
 text-transform:capitalize
}
.content ul:not(.two-column-list)>li,
ol.list-default>li {
 padding-left:36px;
 position:relative
}
.content ul:not(.two-column-list)>li:before {
 content:"";
 width:4px;
 height:4px;
 border-radius:50%;
 background:#000;
 position:absolute;
 left:12px;
 top:12px
}
.banner-block.bg-image h4,
.banner-block.bg-image h5,
.banner-section h4,
.banner-section h5 {
 color:#fff
}
.content ol {
 counter-reset:li
}
.content ol>li:before {
 content:counter(li) ".";
 counter-increment:li;
 position:absolute;
 left:12px;
 top:0
}
.content ol li>ul>li,
.content ul:not(.two-column-list) li>ul>li {
 position:relative;
 padding-left:36px
}
.content ol li>ul>li:before,
.content ul:not(.two-column-list) li>ul>li:before {
 content:"";
 width:5px;
 height:3px;
 border-radius:0;
 background:#000;
 position:absolute;
 left:12px;
 top:12px
}
.content ol>li {
 padding-left:36px;
 position:relative
}
.content ol li>ul,
.content ul li>ul {
 padding:0
}
ul.breadcrumbs li:before {
 display:none
}
.content ul.breadcrumbs li {
 padding-left:0
}
.sign-up-block label {
 text-align:left
}
.sign-up-block {
 margin-bottom:20px
}
.content-block {
 margin-bottom:35px
}
.content ul.blocks-list li {
 padding-left:6px
}
.content ul.blocks-list li:before {
 display:none
}
.list-section.resources {
 padding-top:0
}
.media-box>.img-block>.item-title {
 position:absolute;
 background-color:rgba(0,0,0,.5);
 color:#fff;
 padding:20px;
 width:100%;
 height:100%;
 left:0;
 top:0;
 opacity:0;
 transition:opacity .2s
}
.media-box>.img-block>.item-title>strong {
 position:absolute;
 bottom:20px;
 max-width:100%;
 display:block;
 padding-right:20px
}
.media-box:hover>.img-block>.item-title {
 opacity:1
}
.intro-section.bg-image:before {
 content:"";
 top:0;
 right:0;
 bottom:0;
 left:0;
 position:absolute;
 background-color:rgba(0,0,0,.6);
 z-index:1
}
.home .intro-section.bg-image:before {
 background-color:rgba(0,0,0,.3);
 z-index:1
}
.content article .tagcloud {
 margin-bottom:15px
}
.item-box.media-box.inline .btn {
 display:inline-block;
 width:auto;
 padding-left:3rem;
 padding-right:3rem
}
.widget h3 {
 text-transform:uppercase;
 font-weight:900;
 color:#000;
 line-height:1.38
}
.post-author,
.widget h3 {
 font-size:20px
}
.widget .subnav.accordion {
 padding-left:0
}
.list-section.projects .items-list {
 text-align:center
}
.list-section.projects .items-list .item-title {
 font-weight:900
}
[data-href] {
 cursor:pointer
}
.more-filter-options {
 margin-top:10px
}
.more-filter-options .dropdown-trigger {
 cursor:pointer;
 font-size:14px;
 font-weight:700
}
.more-filter-options .dropdown-content {
 display:none
}
fieldset.filter-holder {
 max-height:275px;
 overflow:auto
}
li.gfield {
 padding-left:0!important
}
.text-center {
 text-align:center
}
.post-author time {
 font-size:16px
}
.gform_footer.top_label {
 text-align:right
}
@media only screen and (min-width:641px) {
 .gform_wrapper .gform_footer {
  padding-right:16px!important
 }
}
.see-all {
 font-size:16px;
 font-weight:800
}
.link-more:after {
 display:none
}
body.home .welcome-section {
 padding-top:11px
}
@media (min-width:768px) {
 body.home .welcome-section {
  padding-top:20px
 }
}
.main-menu .drop-opener {
 float:none
}
.hide {
 display:none!important
}
.take-action-blocks-list .img-block {
 padding-bottom:0!important;
 max-height:140px
}
.welcome-section .block.news {
 background-color:#fff
}
.tax-fs-tax-project-type .intro-section.bg-image:before {
 display:none
}
.cruise-report-block {
 margin:40px 0
}
@media (min-width:768px) {
 .content blockquote {
  font-size:18px
 }
}
.featured-impact-story .item-title {
 margin-bottom:.8rem
}
.featured-impact-story p {
 line-height:1.31
}
.featured-impact-story .btn {
 position:absolute;
 left:0;
 bottom:0;
 width:100%
}
.featured-impact-story .btn span {
 display:inline-block!important
}
.featured-impact-story .img-block {
 margin-right:0!important
}
.featured-impact-story .img-block .category {
 position:absolute;
 top:10px;
 left:0;
 color:#333;
 font-size:12px!important;
 padding:10px 13px 9px;
 background:#4fae62;
 font-weight:900!important;
 text-transform:none!important
}
.featured-impact-story .text-block {
 position:relative;
 height:100%;
 padding:24px 20px 50px!important
}
.h-100 {
 height:100%
}
.welcome-section .form-subscribe {
 padding:30px 0
}
@media (min-width:768px) {
 .welcome-section .form-subscribe {
  padding:27px 10px 30px 0;
  width:100%
 }
}
@media (min-width:992px) {
 .welcome-section .form-subscribe {
  padding:27px 5px 30px 0
 }
}
input[type=number] {
 transition:border-color .3s ease-in-out;
 color:#000;
 background:#fff;
 width:100%;
 max-width:100%;
 font-size:14px;
 padding:11px 10px 10px;
 border:1px solid #ccc;
 padding:15px 10px 14px
}
input[type=number]::-webkit-input-placeholder {
 color:#000
}
input[type=number]::-moz-placeholder,
input[type=number] ::-moz-placeholder {
 opacity:1;
 color:#000
}
input[type=number]:-ms-input-placeholder {
 color:#000
}
input[type=number].placeholder {
 color:#000
}
input[type=number]:focus {
 outline:none;
 border-color:#92ee56
}
.mt-1 {
 margin-top:1rem
}
.mr-1 {
 margin-right:1rem
}
.mb-1 {
 margin-bottom:1rem
}
.ml-1 {
 margin-left:1rem
}
.mt-2 {
 margin-top:2rem
}
.mr-2 {
 margin-right:2rem
}
.mb-2 {
 margin-bottom:2rem
}
.ml-2 {
 margin-left:2rem
}
.mt-3 {
 margin-top:3rem
}
.mr-3 {
 margin-right:3rem
}
.mb-3 {
 margin-bottom:3rem
}
.ml-3 {
 margin-left:3rem
}
.mt-4 {
 margin-top:4rem
}
.mr-4 {
 margin-right:4rem
}
.mb-4 {
 margin-bottom:4rem
}
.ml-4 {
 margin-left:4rem
}
.mt-5 {
 margin-top:5rem
}
.mr-5 {
 margin-right:5rem
}
.mb-5 {
 margin-bottom:5rem
}
.ml-5 {
 margin-left:5rem
}
h2.lg-heading {
 font-size:24px;
 text-transform:none
}
@media (min-width:768px) {
 h2.lg-heading {
  font-size:46px
 }
}
.btn-lime-green {
 background-color:#4fae62;
 color:#333
}
.btn-lime-green:hover {
 background-color:#64db7c
}
.row.m-10 {
 margin-left:-10px;
 margin-right:-10px
}
.align-items-center {
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.banner-section.global {
 margin-top:60px;
 margin-bottom:60px
}
.banner-section.global a.btn {
 -webkit-transform:scale(1.3);
 -ms-transform:scale(1.3);
 transform:scale(1.3);
 -webkit-transform-origin:50% 0 0;
 -ms-transform-origin:50% 0 0;
 transform-origin:50% 0 0
}
.banner-section:before {
 content:"";
 top:0;
 right:0;
 bottom:0;
 left:0;
 position:absolute;
 background-color:rgba(0,0,0,.5);
 z-index:1
}
.banner-block.content-block {
 position:relative
}
.banner-block.content-block:before {
 content:"";
 top:0;
 right:0;
 bottom:0;
 left:0;
 position:absolute;
 background-color:rgba(0,0,0,.35);
 z-index:1
}
.banner-block.content-block>* {
 position:relative;
 z-index:2
}
.btn.btn-secondary {
 background:#d1d1d1;
 color:#787878
}
.btn.btn-secondary:hover {
 background-color:#b7b7b7
}
.btn.btn-gold {
 background-color:#ffb802;
 color:#000
}
.btn.btn-gold:hover {
 background-color:#ce9400
}
.btn.btn-gold.btn-lg {
 font-size:18px
}
.btn.btn-block {
 display:block;
 width:100%
}
.btn.btn-light {
 color:#000;
 background-color:#fff
}
.btn.btn-light:hover {
 background-color:#f2f2f2
}
.btn.btn-light.btn-lg {
 font-size:18px
}
.list-section.news {
 margin-bottom:0
}
.cruise-popup-form .gform_widget .widgettitle {
 text-align:center
}
.cruise-popup-form .gform_widget {
 max-width:80%;
 padding:40px;
 margin:0 auto;
 background:#ffffff80
}
.cruise-popup-form .gfield_label {
 display:none!important
}
.cruise-popup-form .gform_footer {
 text-align:center
}
.cruise-popup-form .gform_wrapper.gform_validation_error input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.cruise-popup-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
 width:100%
}
.cruise-popup-form .widgettitle {
 font-size:30px
}
.trump-popup h2 {
 line-height:1
}
.gb-inside-container .wp-block-cover__inner-container {
 max-width:61rem
}
body.page-template-page-no-sidebar .breadcrumbs,
body.page-template-page-no-sidebar .content .post-author,
body.page-template-page-no-sidebar .content>article>h1 {
 display:none
}
body.page-template-page-no-sidebar .content {
 padding-top:0!important;
 padding-left:0
}
body.page-template-page-no-sidebar #wrapper {
 padding-top:0
}
.wp-block-uagb-info-box {
 background-color:#fff;
 text-align:left;
 margin-bottom:2rem;
 position:relative
}
.wp-block-uagb-info-box .uagb-infobox__content-wrap {
 text-align:left
}
.wp-block-uagb-info-box .uagb-ifb-desc,
.wp-block-uagb-info-box .uagb-ifb-title-wrap {
 padding-left:1rem;
 padding-right:1rem
}
.wp-block-uagb-info-box .uagb-ifb-content {
 padding-bottom:30px;
 /* height:100%; */
}
.wp-block-uagb-info-box .uagb-ifb-image-icon-content img {
 display:block
}
.wp-block-uagb-info-box .uagb-ifb-image-content.object-fit {
 width:100%
}
.wp-block-uagb-info-box .uagb-ifb-image-content.object-fit img {
 height:100%!important;
 -o-object-fit:cover;
 object-fit:cover;
 width:100%
}
.wp-block-uagb-info-box .uagb-infobox-cta-link {
 width:100%;
 display:block;
 background-color:#93ee57!important;
 font-weight:700;
 -webkit-transform:translateY(50%);
 -ms-transform:translateY(50%);
 transform:translateY(50%)
}
.wp-block-uagb-info-box .uagb-ifb-cta {
 position:absolute;
 bottom:0;
 width:100%
}
.wp-block-uagb-info-box .uagb-infobox__content-wrap {
 height:100%
}
.wp-block-uagb-info-box .uagb-ifb-title {
 line-height:1.5
}
.uagb-faq-item {
 border-left:none!important;
 border-right:none!important;
 border-top:none!important
}
p:blank,
p:empty {
 display:none
}
#dafdirectdiv {
 width:100%!important
}
body.page-template-page-no-sidebar-no-navigation #wrapper,
body.page-template-page-no-sidebar-no-navigation .content-wrap.full_width .content {
 padding-top:0!important
}
body.page-template-page-no-sidebar-no-navigation .breadcrumbs,
body.page-template-page-no-sidebar-no-navigation .breadcrumbs+h1,
body.page-template-page-no-sidebar-no-navigation .post-author {
 display:none
}
.article-img-download-container {
 float:right;
 width:300px;
 margin:0 75px 25px
}
@media (max-width:768px) {
 .article-img-download-container {
  float:right;
  width:25%;
  margin:0 75px 25px
 }
}
@media (max-width:575px) {
 .article-img-download-container {
  float:none;
  width:auto;
  margin:0 20px
 }
}
.mfp-fade.mfp-bg {
 opacity:0;
 transition:all .15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
 opacity:.8
}
.mfp-fade.mfp-bg.mfp-removing {
 opacity:0
}
.mfp-fade.mfp-wrap .mfp-content {
 opacity:0;
 transition:all .15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
 opacity:1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
 opacity:0
}
.mfp-close {
 cursor:pointer;
 color:#fff!important;
 font-size:30px
}
span.close-popup {
 cursor:pointer;
 font-weight:600
}
.general-popup {
 position:relative;
 background:#000;
 padding:25px;
 width:auto;
 max-width:700px;
 margin:20px auto
}
.general-popup:after {
 display:none
}
.general-popup>h2,
.general-popup>h3,
.general-popup p {
 line-height:1.5;
 color:#fff
}
body>.jcf-select-drop {
 z-index:2147483650!important
}
:root {
 --modalHeight:100vh;
 --menuHeight:66px;
 --panelWidth:200px
}
.slide-out-modal {
 padding:0 0 0 30px;
 background-color:#fa0808;
 position:fixed;
 top:var(--menuHeight);
 z-index:10;
 right:0;
 -webkit-transform:translateX(100%);
 -ms-transform:translateX(100%);
 transform:translateX(100%);
 transition:all .5s ease-in-out;
 max-width:85%;
 max-height:100vh;
 height:calc(var(--modalHeight) - var(--menuHeight));
 width:0
}
.slide-out-modal.active {
 -webkit-transform:translateX(0);
 -ms-transform:translateX(0);
 transform:translateX(0)
}
.slide-out-modal hr {
 border-width:0;
 border-top:1px solid #dcdcdc;
 margin:36px 0
}
.slide-out-modal.show {
 width:var(--panelWidth);
 right:var(--panelWidth)
}
@media (min-width:769px) {
 .header-fixed .slide-out-modal {
  top:var(--menuHeight)
 }
}
.slide-out-heading {
 font-size:2.6rem;
 text-align:center;
 text-transform:uppercase;
 margin-bottom:15px
}
@media (min-width:769px) {
 .slide-out-heading {
  font-size:3.6rem;
  margin-bottom:30px
 }
}
.slideout-panel-wrapper {
 height:100%
}
.slide-out-content {
 padding:25px 20px;
 background-color:#fff;
 font-size:2.4rem;
 line-height:1.4;
 height:var(--modalHeight);
 overflow-y:scroll;
 -webkit-overflow-scrolling:touch
}
.slide-out-content p {
 margin-bottom:30px
}
@media (min-width:769px) {
 .slide-out-content {
  padding:50px 40px;
  height:100%
 }
}
.modal-button {
 font-weight:700;
 text-transform:uppercase;
 display:block;
 width:100%;
 font-size:1.8rem;
 padding:22px;
 text-align:center;
 background-color:#ff0;
 color:#3f3f3f
}
.modal-button:active,
.modal-button:hover {
 color:#3f3f3f
}
@media (min-width:769px) {
 .modal-button {
  font-size:2.4rem
 }
}
.pull-out-button {
 border:none;
 -webkit-appearance:none;
 -moz-appearance:none;
 position:absolute;
 bottom:13px;
 left:1px;
 font-size:1rem;
 padding:10px;
 display:block;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg);
 -webkit-transform-origin:bottom left;
 -ms-transform-origin:bottom left;
 transform-origin:bottom left;
 background-color:#ac0808;
 color:#fff;
 text-transform:uppercase;
 white-space:nowrap;
 width:auto
}
.pull-out-button .icon {
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg);
 width:12px;
 height:11px;
 margin-left:10px
}
.active .pull-out-button .icon {
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg)
}
@media (min-width:769px) {
 .pull-out-button .icon {
  width:31px;
  height:29px;
  margin-left:28px
 }
}
.slide-out-modal label {
 font-size:2.2rem;
 text-transform:uppercase
}
@media (min-width:769px) {
 .slide-out-modal .ginput_complex {
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:space-between;
  -moz-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
 }
 .slide-out-modal .ginput_complex span {
  width:48%;
  display:block;
  -webkit-flex:none;
  -moz-box-flex:0;
  -ms-flex:none;
  flex:none
 }
 .slide-out-modal .ginput_complex span input {
  min-width:0;
  display:block;
  width:100%
 }
}
.blocks-list.flex-list-3 {
 margin:0 -10px;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -ms-flex-pack:justify;
 -webkit-justify-content:left;
 -moz-box-pack:left;
 justify-content:left
}
.blocks-list.flex-list-3>li {
 padding-left:10px;
 padding-right:10px;
 -webkit-flex:1 1 100%;
 -moz-box-flex:1;
 -ms-flex:1 1 100%;
 flex:1 1 100%;
 -webkit-flex-grow:0;
 -moz-box-flex:0;
 -ms-flex-positive:0;
 flex-grow:0;
 -webkit-flex-shrink:1;
 -ms-flex-negative:1;
 flex-shrink:1;
 -webkit-flex-basis:50%;
 -ms-flex-preferred-size:50%;
 flex-basis:50%
}
@media (min-width:768px) {
 .blocks-list.flex-list-3>li {
  -webkit-flex-basis:33%;
  -ms-flex-preferred-size:33%;
  flex-basis:33%
 }
}
.blocks-list.flex-list-3 .img-block {
 min-height:180px
}
@media (min-width:768px) {
 .blocks-list.flex-list-3 .img-block {
  min-height:280px
 }
}
.blocks-list.flex-list-2 {
 margin:0 -10px;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -ms-flex-pack:justify;
 -webkit-justify-content:space-between;
 -moz-box-pack:justify;
 justify-content:space-between
}
.blocks-list.flex-list-2>li {
 padding-left:10px;
 padding-right:10px;
 -webkit-flex:1 1 100%;
 -moz-box-flex:1;
 -ms-flex:1 1 100%;
 flex:1 1 100%;
 -webkit-flex-grow:0;
 -moz-box-flex:0;
 -ms-flex-positive:0;
 flex-grow:0;
 -webkit-flex-shrink:1;
 -ms-flex-negative:1;
 flex-shrink:1;
 -webkit-flex-basis:50%;
 -ms-flex-preferred-size:50%;
 flex-basis:50%
}
.blocks-list.flex-list-2 .img-block {
 min-height:180px
}
@media (min-width:768px) {
 .blocks-list.flex-list-2 .img-block {
  min-height:380px
 }
}
.item-box.style-4 {
 position:relative;
 margin-bottom:20px
}
.item-box.style-4 .item-title {
 color:#4fae62;
 margin-bottom:5px;
 font-size:20px
}
.item-box.style-4 .item-subtitle {
 color:#000;
 font-weight:600;
 font-size:14px
}
.item-box.style-4 .hover-holder {
 transition:opacity .5s;
 opacity:0;
 z-index:2;
 top:0;
 left:0;
 position:absolute;
 width:100%;
 height:100%;
 background-color:#4fae62;
 padding-bottom:100px
}
.item-box.style-4 .hover-holder>p {
 padding:15px;
 color:#fff;
 font-size:1rem
}
.item-box.style-4 .hover-holder .btn {
 position:absolute;
 bottom:0;
 left:0;
 width:100%
}
.item-box.style-4:hover .hover-holder {
 transition:opacity .5s;
 opacity:1
}
.team-member-popup {
 background:#fff;
 padding:0 20px;
 position:absolute;
 margin:0 auto;
 height:100%;
 width:100%;
 max-width:100%;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 -ms-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 overflow:auto
}
@media screen and (min-width:768px) {
 .team-member-popup {
  padding:25px;
  max-height:90%;
  height:auto;
  max-width:768px
 }
}
.team-member-popup .mfp-close {
 color:#fff!important;
 z-index:5;
 opacity:.8;
 font-size:40px;
 top:10px;
 right:20px
}
.team-member-popup .mfp-close i {
 text-shadow:1px 1px 2px #969696
}
@media screen and (min-width:768px) {
 .team-member-popup .mfp-close {
  color:#757575!important;
  top:15px;
  right:20px;
  font-size:50px
 }
}
.team-member-popup h2 {
 line-height:1.4;
 text-transform:capitalize;
 font-size:24px;
 text-align:center
}
@media screen and (min-width:768px) {
 .team-member-popup h2 {
  text-align:left;
  font-size:32px;
  padding-right:45px
 }
}
.team-member-popup .team-member-picture {
 margin-bottom:1.5rem
}
.team-member-popup .team-member-picture img {
 width:100%
}
.team-member-popup .team-member-content {
 padding:0 20px
}
@media screen and (min-width:768px) {
 .team-member-popup .team-member-content {
  padding:0
 }
}
.team-member-popup .socials {
 text-align:center
}
@media screen and (min-width:768px) {
 .team-member-popup .socials {
  text-align:left
 }
}
.team-member-popup .socials a {
 display:inline-block;
 font-size:30px;
 color:#757575;
 margin-right:15px
}
.mfp-full-screen .mfp-content {
 position:absolute;
 left:0;
 top:0;
 height:100%;
 padding:0
}
.mfp-full-screen .mfp-container {
 padding:0
}
[data-tabs]>ul {
 list-style:none
}
[data-tabs]>ul li {
 display:inline-block;
 list-style:none;
 padding:7px!important;
 border:1px solid #a9a9a9;
 border-bottom:none;
 margin:0;
 background-color:#479c58;
 z-index:5;
 -webkit-transform:translateY(1px);
 -ms-transform:translateY(1px);
 transform:translateY(1px)
}
[data-tabs]>ul li.active {
 background-color:#4fae62
}
[data-tabs]>ul li.active a {
 color:#fff
}
[data-tabs]>ul li a {
 color:#999
}
[data-tabs] .tab,
[data-tabs]>ul li:before {
 display:none
}
[data-tabs] .tab.active {
 display:block
}
.table-filters {
 padding:10px;
 border:1px solid #a9a9a9;
 border-bottom:none
}
.table-filters label .jcf-unselectable {
 width:auto
}
.table-filters .jcf-select .jcf-select-opener:after {
 border-color:#1d1d1d transparent transparent
}
.dataTables_length {
 padding:0 10px
}
.dataTables_length .jcf-select-text,
.dataTables_length label {
 color:#fff
}
.dataTables_length .jcf-select {
 width:auto;
 margin-left:10px;
 margin-right:10px;
 vertical-align:middle
}
.dataTables_length .jcf-select .jcf-select-opener:after {
 border-color:#fff transparent transparent
}
.cruise-table {
 max-width:100%;
 width:100%!important
}
.cruise-table .infodiv {
 position:fixed;
 z-index:10;
 width:400px;
 max-width:90%;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 -ms-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 display:none;
 padding:10px;
 padding-top:40px;
 background-color:#f7f7f7;
 box-shadow:0 0 5px 1px rgba(0,0,0,.3);
 max-height:80%;
 overflow:auto
}
.cruise-table .infodiv table {
 width:100%
}
.cruise-table .infodiv .infoinner {
 color:#000
}
.cruise-table .infodiv .infoinner table {
 border-top:1px solid #111
}
.cruise-table .infodiv .close {
 font-weight:700;
 margin-bottom:20px;
 display:block;
 text-align:center;
 text-transform:uppercase;
 position:absolute;
 top:10px;
 right:10px
}
.cruise-table .infodiv .close i {
 color:#a9a9a9
}
.dataTables_wrapper {
 overflow:auto;
 border:1px solid gray;
 background-color:#4fae62;
 padding:10px
}
.dataTables_wrapper input {
 margin-left:10px!important;
 margin-bottom:15px;
 width:auto
}
.dataTables_wrapper .dataTables_length {
 float:none
}
.dataTables_wrapper .dataTables_length:after {
 content:"";
 display:block;
 position:relative;
 clear:both
}
@media (max-width:767px) {
 .dataTables_wrapper .dataTables_length {
  text-align:left
 }
}
.dataTables_wrapper .dataTables_length label {
 float:left
}
@media (max-width:767px) {
 .dataTables_wrapper .dataTables_length label {
  float:none;
  margin-bottom:1rem
 }
}
.dataTables_wrapper .dataTables_length #destinations-select-label {
 float:right
}
@media (max-width:767px) {
 .dataTables_wrapper .dataTables_length #destinations-select-label {
  float:none
 }
}
.dataTables_wrapper #ships_length {
 margin-bottom:1rem
}
.dataTables_wrapper .dataTables_filter {
 float:none;
 text-align:left;
 padding:0 10px
}
.dataTables_wrapper #ships_filter label,
.dataTables_wrapper .dataTables_filter label {
 float:none
}
.dataTables_wrapper ul.dtr-details {
 width:100%
}
.dataTables_wrapper ul.dtr-details li:before {
 display:none
}
.dataTables_wrapper td,
.dataTables_wrapper th {
 font-size:16px
}
.dataTables_wrapper td .info,
.dataTables_wrapper th .info {
 display:none
}
.dataTables_wrapper table.dataTable>tbody>tr.child:hover {
 background-color:#fff!important
}
.dataTables_wrapper table.dataTable>tbody>tr.child>td {
 padding-left:10px!important;
 padding-right:10px
}
.dataTables_wrapper table.dataTable>tbody>tr.child .dtr-title br,
.dataTables_wrapper table.dataTable>tbody>tr.child .dtr-title i {
 display:none
}
.dataTables_wrapper table.dataTable>tbody>tr.child .dtr-data {
 float:right
}
.dataTables_wrapper table#lines th {
 position:relative;
 padding-top:15px;
 padding-bottom:15px
}
.dataTables_wrapper table#lines th a.info {
 position:absolute;
 top:5px;
 width:100%;
 text-align:center;
 left:0
}
.dataTables_wrapper .dataTables_filter label {
 color:#fff
}
.dataTables_wrapper .dataTables_filter input[type=search] {
 padding-bottom:10px;
 padding-top:10px
}
.dataTables_wrapper .dataTables_info {
 color:#fff
}
.dataTables_wrapper thead .sorting_asc {
 background-image:url(../images/sort_asc.png)!important
}
.dataTables_wrapper thead .sorting_desc {
 background-image:url(../images/sort_desc.png)!important
}
.dataTables_wrapper thead th {
 position:relative;
 border-color:#a9a9a9;
 background-color:#fff
}
.dataTables_wrapper thead th .info {
 position:absolute;
 display:none
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
 color:#fff!important;
 background:#4fae62!important;
 border:none!important;
 border-radius:0
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
 background-color:#479c58!important
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
 opacity:.7;
 color:#fff!important
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
 color:#fff!important
}
.dataTables_wrapper .checkmark i {
 color:#dc2626
}
.page-template-page-cruise-line-report .container-fluid,
.single-cruise_line .container-fluid {
 max-width:1200px;
 width:100%
}
.tax-issues .list-section.resources .item-box.media-box .img-block {
 min-height:480px
}
@media (min-width:500px) {
 .tax-issues .list-section.resources .item-box.media-box .img-block {
  min-height:620px
 }
}
@media (min-width:640px) {
 .tax-issues .list-section.resources .item-box.media-box .img-block {
  min-height:420px
 }
}
@media (min-width:768px) {
 .tax-issues .list-section.resources .item-box.media-box .img-block {
  min-height:300px
 }
}
.tax-issues .content-block.content {
 padding-left:0
}
.tax-issues .items-list {
 margin-bottom:0
}
.tax-fs-tax-project-type .list-section.resources .item-box.media-box .img-block {
 min-height:480px
}
@media (min-width:500px) {
 .tax-fs-tax-project-type .list-section.resources .item-box.media-box .img-block {
  min-height:620px
 }
}
@media (min-width:640px) {
 .tax-fs-tax-project-type .list-section.resources .item-box.media-box .img-block {
  min-height:420px
 }
}
@media (min-width:768px) {
 .tax-fs-tax-project-type .list-section.resources .item-box.media-box .img-block {
  min-height:300px
 }
}
@media (min-width:992px) {
 .tax-fs-tax-project-type .list-section.resources .item-box.media-box .img-block {
  min-height:400px
 }
}
.tax-fs-tax-project-type .content-block.content {
 padding-left:0
}
.tax-fs-tax-project-type .items-list {
 margin-bottom:0
}
.single-take_action .main-content {
 padding:0 1.5rem
}
.single-take_action .footer-center {
 background-color:transparent
}
.rsform {
 margin-bottom:2rem;
 background-color:#dfdfdf;
 padding:1rem
}
@media (min-width:992px) {
 .rsform {
  margin-left:2rem
 }
}
.rsform .rsform__field {
 margin-bottom:1rem
}
.rsform .rsform__field--label {
 font-weight:600
}
.rsform .rsform--submit {
 margin-top:2rem
}
.rsform input {
 border:none!important
}
.rsform .rsform--submit__btn {
 transition:background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out,opacity .3s ease-in-out;
 display:inline-block;
 vertical-align:top;
 text-align:center;
 font-size:14px;
 line-height:1;
 font-weight:900;
 padding:13px 24px;
 color:#000;
 text-decoration:none;
 border:1px solid transparent;
 background:none;
 background:#92ee56
}
.rsform .rsform--submit__btn:hover {
 background-color:#5cca14
}
.rsform .rsform__field--error {
 color:#dc2626;
 margin-bottom:1rem;
 margin-top:.5rem;
 font-size:.85rem
}
.rs_success {
 font-size:24px
}
.page-template-page-about .page-holder section {
 margin-bottom:30px
}
@media screen and (min-width:768px) {
 .page-template-page-about .page-holder section {
  margin-bottom:44px
 }
}
.large-icon-block {
 position:relative
}
.large-icon-block .base-title {
 border-bottom:none;
 margin-bottom:5px
}
.large-icon-block .base-title strong {
 border-bottom:none
}
.large-icon-block .icon {
 font-size:20px;
 text-align:center;
 color:#727272;
 display:none
}
@media screen and (min-width:768px) {
 .large-icon-block {
  padding-left:130px
 }
 .large-icon-block .icon {
  position:absolute;
  top:0;
  left:0;
  font-size:90px;
  text-align:initial;
  display:block
 }
}
@font-face {
 font-family:foe;
 src:url(../fonts/foe.eot);
 src:url(../fonts/foe.eot#iefix) format("embedded-opentype"),
 url(data:application/octet-stream;base64,AAEAAAALAIAAAwAwT1MvMg8SBd4AAAC8AAAAYGNtYXAXVtKJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZskuaCwAAAF4AAAFBGhlYWQRUGqLAAAGfAAAADZoaGVhCB0ESgAABrQAAAAkaG10eBLGACoAAAbYAAAAHGxvY2EBrgNUAAAG9AAAABBtYXhwABcAsgAABwQAAAAgbmFtZSByklcAAAckAAABVnBvc3QAAwAAAAAIfAAAACAAAwOyAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QL//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAPAAD/yAREA8AAEAAUABcAGwAgACMAJwAsADsAQABEAEkATQBRAFUAAAEnEycBJwcBBxMHBTcXNxclJyU3FwUHNx8BJzc3Bz8BBxMHEycXJzcHAwc3AQUXBzEPATEHJzEvASMnNwcXJwMBJTcTJx8CLwEfAQU3ByUHJwUnBQcECo7IYv6RUVD+kGLIjgFFgyAhggFFX/7hy1T+UUM3aDQ/C/nBedePv86aCgECAU2bgBcBBP6dNSICBgsKAgYBIjVkF4WaAQj+ezKTxSfSfb+Qjsv+4FVZATJR4QI8VAE45AERlQEc/v6Mc3MBdP7+5JX5dsbGdvkjE0RXbjl8BHg4QLNAe4zHAR6HAQwUAgEBSP7uhpABCLZOzg0lRUUKKM5OU4+MARD+87qD/vmEVIuBQMz5RBNXgxXAq6vAFasAAAcAIP/HBFsDwAASABsAJAApAC4AQAB+AAAlBiInLgE1NDY3PgEzMhYXFhQHJQE1ATcBMwEHISc3FwcXNxcHATMBJzcXBycBFQEGIicmNDc+ATMyFhceARUUBiUuAQcnNycHJzc1IwcnIxUXBycHFwcmBgcGFBceATMyNjc+ASc3FzcnNxcHFzcXDgEVFBYXHgEzMjY3NjQnBDIPLA8HCAgHCBMKChMIDw/+tv3GAiAR/eBvAjqA/quAjDc6ETo4jAG6cP7YOPCA8DgBKPzGDysPDw8HEwoKEwgHCAgDwRtKH3SiH1iS/b79/b/9klgfo3QgShsgIBApFRYoERoJEnSjH1iSklkgonQHBxAQECkVFSkQICARDw8HEwoLEggHCAgHDysPyQI6b/3gEQIg/caAgIs3OhE6OIsCuv7YOPCA8DcBKG/8/Q8PDysPBwgIBwgSCwoTaxsJEnSjH1mS/r79/b7+kVgfo3QSCRsgXCAQEBAQG0ofdKIfWJKSWB+idAwbDxYoEBAQEBAgXCAAAAAKAAr/xgP6A7YAIQAxAEAATwBdAGsAfACNAJ4ArwAAAR4BOwEVFBYXFjIzMjY3Ez4BJy4BKwE3NCYnJgYHAw4BFzcHBhYXHgE7AQc1NCYrATcFFBY7ATI2NTQmKwEiBhUlIyIGFRQWOwEyNjU0JiMBFRQWMzI2PQE0JiMiBhM1NCYjIgYdARQWMzI2AQcGFBceATMyNj8BNjQnJiIBJiIPAQYUFx4BMzI2PwE2NAMyNjc2NC8BJiIHBhQfAR4BAScmIgcGFB8BHgEzMjY3NjQBSgMLBloIBwIDAgUJBNgEAQMDCgdlEwcHBw8E3wQBAtYNAQMDAwkFUZYNCUOV/eoNCosJDQ0JiwoNA9qMCQ0NCYwJDQ0J/ggNCQkNDQkJDSwNCQkNDQkJDf7/eQcHAwgFBAgDeQcHBhMCSQYSB3kGBgMJBAQIA3kHFgQIAwcHeQYSBwYGeQMJ/eN5BhMGBwd5AwgFBAgDBwGLBQe7BwwCAQQEAR4FDQYFB8AHDQMCBAX+2gUMBuSLBQkDBAPGjwkNxLEJDQ0JCQ0NCRYNCQkNDQkJDf6UiwoNDQqLCQ0NAqOMCQ0NCYwJDQ3953kGEwYDBAQDeQYTBgcCKgYGegYSBwMDAwN5BxL9NwQDBhMGeQcHBhMGeQMEAlZ6BgYHEgd5AwMDAwcSAAABAAAAAQAAwitvcV8PPPUACwQAAAAAANbrEwQAAAAA1usTBAAA/8YEWwPAAAAACAACAAAAAAAAAAEAAAPA/8AAAASCAAAAAARbAAEAAAAAAAAAAAAAAAAAAAAHBAAAAAAAAAAAAAAAAgAAAAREAAAEggAgBAAACgAAAAAACgAUAB4AvgGGAoIAAQAAAAcAsAAPAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAMAAAABAAAAAAACAAcAPAABAAAAAAADAAMAKgABAAAAAAAEAAMAUQABAAAAAAAFAAsACQABAAAAAAAGAAMAMwABAAAAAAAKABoAWgADAAEECQABAAYAAwADAAEECQACAA4AQwADAAEECQADAAYALQADAAEECQAEAAYAVAADAAEECQAFABYAFAADAAEECQAGAAYANgADAAEECQAKADQAdGZvZQBmAG8AZVZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZvZQBmAG8AZWZvZQBmAG8AZVJlZ3VsYXIAUgBlAGcAdQBsAGEAcmZvZQBmAG8AZUZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"),
 url(data:application/font-woff;base64,d09GRgABAAAAAAjoAAsAAAAACJwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIF3mNtYXAAAAFoAAAAVAAAAFQXVtKJZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAABQQAAAUEyS5oLGhlYWQAAAbIAAAANgAAADYRUGqLaGhlYQAABwAAAAAkAAAAJAgdBEpobXR4AAAHJAAAABwAAAAcEsYAKmxvY2EAAAdAAAAAEAAAABABrgNUbWF4cAAAB1AAAAAgAAAAIAAXALJuYW1lAAAHcAAAAVYAAAFWIHKSV3Bvc3QAAAjIAAAAIAAAACAAAwAAAAMDsgGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QIDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkC//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAADwAA/8gERAPAABAAFAAXABsAIAAjACcALAA7AEAARABJAE0AUQBVAAABJxMnAScHAQcTBwU3FzcXJSclNxcFBzcfASc3Nwc/AQcTBxMnFyc3BwMHNwEFFwcxDwExBycxLwEjJzcHFycDASU3EycfAi8BHwEFNwclBycFJwUHBAqOyGL+kVFQ/pBiyI4BRYMgIYIBRV/+4ctU/lFDN2g0Pwv5wXnXj7/OmgoBAgFNm4AXAQT+nTUiAgYLCgIGASI1ZBeFmgEI/nsyk8Un0n2/kI7L/uBVWQEyUeECPFQBOOQBEZUBHP7+jHNzAXT+/uSV+XbGxnb5IxNEV245fAR4OECzQHuMxwEehwEMFAIBAUj+7oaQAQi2Ts4NJUVFCijOTlOPjAEQ/vO6g/75hFSLgUDM+UQTV4MVwKurwBWrAAAHACD/xwRbA8AAEgAbACQAKQAuAEAAfgAAJQYiJy4BNTQ2Nz4BMzIWFxYUByUBNQE3ATMBByEnNxcHFzcXBwEzASc3FwcnARUBBiInJjQ3PgEzMhYXHgEVFAYlLgEHJzcnByc3NSMHJyMVFwcnBxcHJgYHBhQXHgEzMjY3PgEnNxc3JzcXBxc3Fw4BFRQWFx4BMzI2NzY0JwQyDywPBwgIBwgTCgoTCA8P/rb9xgIgEf3gbwI6gP6rgIw3OhE6OIwBunD+2DjwgPA4ASj8xg8rDw8PBxMKChMIBwgIA8EbSh90oh9Ykv2+/f2//ZJYH6N0IEobICAQKRUWKBEaCRJ0ox9YkpJZIKJ0BwcQEBApFRUpECAgEQ8PBxMKCxIIBwgIBw8rD8kCOm/94BECIP3GgICLNzoROjiLArr+2DjwgPA3AShv/P0PDw8rDwcICAcIEgsKE2sbCRJ0ox9Zkv6+/f2+/pFYH6N0EgkbIFwgEBAQEBtKH3SiH1iSklgfonQMGw8WKBAQEBAQIFwgAAAACgAK/8YD+gO2ACEAMQBAAE8AXQBrAHwAjQCeAK8AAAEeATsBFRQWFxYyMzI2NxM+AScuASsBNzQmJyYGBwMOARc3BwYWFx4BOwEHNTQmKwE3BRQWOwEyNjU0JisBIgYVJSMiBhUUFjsBMjY1NCYjARUUFjMyNj0BNCYjIgYTNTQmIyIGHQEUFjMyNgEHBhQXHgEzMjY/ATY0JyYiASYiDwEGFBceATMyNj8BNjQDMjY3NjQvASYiBwYUHwEeAQEnJiIHBhQfAR4BMzI2NzY0AUoDCwZaCAcCAwIFCQTYBAEDAwoHZRMHBwcPBN8EAQLWDQEDAwMJBVGWDQlDlf3qDQqLCQ0NCYsKDQPajAkNDQmMCQ0NCf4IDQkJDQ0JCQ0sDQkJDQ0JCQ3+/3kHBwMIBQQIA3kHBwYTAkkGEgd5BgYDCQQECAN5BxYECAMHB3kGEgcGBnkDCf3jeQYTBgcHeQMIBQQIAwcBiwUHuwcMAgEEBAEeBQ0GBQfABw0DAgQF/toFDAbkiwUJAwQDxo8JDcSxCQ0NCQkNDQkWDQkJDQ0JCQ3+lIsKDQ0KiwkNDQKjjAkNDQmMCQ0N/ed5BhMGAwQEA3kGEwYHAioGBnoGEgcDAwMDeQcS/TcEAwYTBnkHBwYTBnkDBAJWegYGBxIHeQMDAwMHEgAAAQAAAAEAAMIrb3FfDzz1AAsEAAAAAADW6xMEAAAAANbrEwQAAP/GBFsDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEggAAAAAEWwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAERAAABIIAIAQAAAoAAAAAAAoAFAAeAL4BhgKCAAEAAAAHALAADwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQADAAAAAQAAAAAAAgAHADwAAQAAAAAAAwADACoAAQAAAAAABAADAFEAAQAAAAAABQALAAkAAQAAAAAABgADADMAAQAAAAAACgAaAFoAAwABBAkAAQAGAAMAAwABBAkAAgAOAEMAAwABBAkAAwAGAC0AAwABBAkABAAGAFQAAwABBAkABQAWABQAAwABBAkABgAGADYAAwABBAkACgA0AHRmb2UAZgBvAGVWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBmb2UAZgBvAGVmb2UAZgBvAGVSZWd1bGFyAFIAZQBnAHUAbABhAHJmb2UAZgBvAGVGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff"),
 url(../images/foe.svg#foe) format("svg");
 font-weight:400;
 font-style:normal
}
[class*=" icon-"],
[class^=icon-] {
 font-family:foe!important;
 speak:none;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.icon-icon-transformation:before {
 content:"\E900";
 color:#727272
}
.icon-icon-voice:before {
 content:"\E901";
 color:#727272
}
.icon-icon-power:before {
 content:"\E902";
 color:#727272
}
.page-template-page-calendar-visitor-log .tab-bar>a {
 display:inline-block;
 font-size:14px;
 padding:10px;
 border:1px solid #b6b6b6;
 color:#838383;
 background-color:#dcdcdc
}
@media (max-width:767px) {
 .page-template-page-calendar-visitor-log .tab-bar>a {
  display:block;
  width:100%;
  max-width:100%
 }
}
.page-template-page-calendar-visitor-log .tab-bar>a.active {
 color:#1d1d1d;
 border-bottom:none;
 background-color:transparent
}
.page-template-page-calendar-visitor-log .tab-content {
 border:1px solid #b6b6b6
}
.page-template-page-calendar-visitor-log .large-tab {
 color:#9d9d9d;
 font-size:22px;
 cursor:pointer;
 font-weight:600;
 padding:10px;
 border:1px solid #b6b6b6;
 text-align:center
}
@media (max-width:767px) {
 .page-template-page-calendar-visitor-log .large-tab {
  font-size:18px
 }
}
.page-template-page-calendar-visitor-log .large-tab.active {
 color:#4fae62
}
.page-template-page-calendar-visitor-log .large-tab-content-container {
 margin-top:50px
}
.page-template-page-calendar-visitor-log .search-bar {
 margin-bottom:15px;
 border-bottom:1px solid #b6b6b6;
 padding:15px 15px 0
}
.page-template-page-calendar-visitor-log .search-bar input {
 width:100%;
 padding:10px
}
.page-template-page-calendar-visitor-log .search-bar select {
 width:100%
}
.page-template-page-calendar-visitor-log .search-bar .form-control {
 margin-bottom:1rem
}
.page-template-page-calendar-visitor-log .search-bar button {
 width:100%;
 margin-bottom:1rem
}
.page-template-page-calendar-visitor-log .calendar-dates {
 padding:0 15px
}
.page-template-page-calendar-visitor-log [disabled] {
 color:#b6b6b6
}
.page-template-page-calendar-visitor-log .pulse-loader {
 padding:20px
}
.page-template-page-calendar-visitor-log .entry {
 padding:0 0 15px
}
.page-template-page-calendar-visitor-log .entry .time {
 border-bottom:2px solid #1d1d1d;
 color:#000
}
.page-template-page-calendar-visitor-log .entry .entries>div {
 padding:1rem 1rem 0
}
.page-template-page-calendar-visitor-log .entry .entries>div:nth-child(2n) {
 background-color:#e9e9e9
}
.page-template-page-calendar-visitor-log .entry .entries .one-line {
 display:inline-block;
 margin-top:8px
}
.page-template-page-calendar-visitor-log .entry .break-line {
 white-space:pre-wrap;
 word-wrap:break-word
}
.page-template-page-calendar-visitor-log select {
 -webkit-appearance:none;
 -moz-appearance:none;
 font-size:14px;
 color:#848484;
 background:none;
 border:1px solid #ccc;
 margin:0;
 font-weight:400;
 height:43px;
 border-radius:0;
 padding-top:5px;
 padding-bottom:5px;
 background-image:url(../images/black-down-arrow.png);
 text-indent:.01px;
 text-overflow:"";
 background-repeat:no-repeat;
 background-size:20px 10px;
 background-position:100%;
 padding-right:30px
}
.entries-enter {
 opacity:0;
 -webkit-transform:translateY(20px);
 -ms-transform:translateY(20px);
 transform:translateY(20px)
}
.entries-enter.entries-enter-active {
 transition:opacity .3s ease-in,-webkit-transform .3s ease-in;
 transition:opacity .3s ease-in,transform .3s ease-in;
 transition:opacity .3s ease-in,transform .3s ease-in,-webkit-transform .3s ease-in
}
.entries-enter.entries-enter-active,
.entries-leave {
 opacity:1;
 -webkit-transform:translateY(0);
 -ms-transform:translateY(0);
 transform:translateY(0)
}
.entries-leave.entries-leave-active {
 opacity:0;
 -webkit-transform:translateY(20px);
 -ms-transform:translateY(20px);
 transform:translateY(20px);
 transition:opacity 0ms ease-in,-webkit-transform 0ms ease-in;
 transition:opacity 0ms ease-in,transform 0ms ease-in;
 transition:opacity 0ms ease-in,transform 0ms ease-in,-webkit-transform 0ms ease-in
}
body.organic-for-all .col-xs,
body.organic-for-all .col-xs-1,
body.organic-for-all .col-xs-2,
body.organic-for-all .col-xs-3,
body.organic-for-all .col-xs-4,
body.organic-for-all .col-xs-5,
body.organic-for-all .col-xs-6,
body.organic-for-all .col-xs-7,
body.organic-for-all .col-xs-8,
body.organic-for-all .col-xs-9,
body.organic-for-all .col-xs-10,
body.organic-for-all .col-xs-11,
body.organic-for-all .col-xs-12 {
 padding-right:10px;
 padding-left:10px
}
body.organic-for-all .row {
 margin-left:-10px;
 margin-right:-10px
}
body.organic-for-all .intro-section strong {
 font-size:60px
}
@media screen and (max-width:992px) {
 body.organic-for-all .intro-section strong {
  font-size:48px
 }
}
@media screen and (max-width:768px) {
 body.organic-for-all .intro-section strong {
  font-size:28px
 }
}
@media screen and (min-width:993px) {
 body.organic-for-all .intro-section .holder {
  padding:84px 0
 }
}
body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section {
 padding-top:0;
 position:relative
}
body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section h1 {
 font-size:60px
}
@media screen and (max-width:768px) {
 body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section h1 {
  font-size:32px
 }
}
@media screen and (min-width:993px) {
 body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section:after {
  min-height:0!important
 }
}
body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section .holder {
 z-index:1;
 -webkit-transform:translateY(70px);
 -ms-transform:translateY(70px);
 transform:translateY(70px);
 padding-top:0;
 bottom:0
}
@media (min-width:768px) {
 body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section .holder {
  padding:0
 }
}
body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section .floating-box {
 width:100%;
 color:#000
}
body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section .floating-box .row {
 background-color:#fff;
 box-shadow:2px 2px 5px 0 rgba(0,0,0,.43);
 padding:30px
}
@media screen and (max-width:992px) {
 body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section .floating-box .row {
  display:block;
  padding:10px 10px 30px
 }
}
@media screen and (max-width:992px) {
 body.organic-for-all.page-template-page-organic-for-all-homepage .intro-section .floating-box .fitvids {
  margin-bottom:1rem
 }
}
body.organic-for-all.page-template-page-organic-for-all-homepage .banner-section h4 {
 color:#fff;
 text-transform:uppercase
}
body.organic-for-all .gray-section {
 background-color:#f5f5f5;
 padding:80px 0 50px
}
body.organic-for-all .gray-section .quote {
 font-size:30px
}
@media screen and (max-width:992px) {
 body.organic-for-all .gray-section .quote {
  font-size:22px
 }
}
body.organic-for-all .item-box-with-tag {
 position:relative;
 margin-bottom:1rem
}
body.organic-for-all .item-box-with-tag .img-box {
 min-height:170px;
 padding-bottom:50%;
 background-size:cover;
 background-position:50% 50%;
 background-repeat:no-repeat;
 display:block
}
@media screen and (max-width:992px) {
 body.organic-for-all .item-box-with-tag .img-box {
  min-height:120px
 }
}
body.organic-for-all .item-box-with-tag .tag {
 background-color:#000;
 color:#fff;
 position:absolute;
 bottom:20px;
 left:0;
 padding:2px 12px;
 font-style:italic
}
body.organic-for-all .item-box {
 background-color:#f5f5f5;
 height:100%
}
body.organic-for-all .item-box:hover {
 box-shadow:none
}
body.organic-for-all .item-box:hover .item-title {
 color:#000
}
body.organic-for-all .img-box-full {
 background-size:cover;
 background-position:50% 50%;
 background-repeat:no-repeat;
 position:relative;
 height:100%;
 min-height:150px
}
body.organic-for-all .with-stat-bar {
 padding-top:0
}
body.organic-for-all .with-stat-bar .stat-bar {
 padding:100px 0;
 background-color:rgba(255,184,2,.8);
 margin-bottom:120px;
 z-index:2;
 position:relative
}
@media screen and (max-width:992px) {
 body.organic-for-all .with-stat-bar .stat-bar {
  padding:50px 0;
  margin-bottom:50px
 }
}
body.organic-for-all .with-stat-bar .stat-bar h2,
body.organic-for-all .with-stat-bar .stat-bar p {
 color:#000
}
body.organic-for-all .with-stat-bar .stat-bar h2 {
 line-height:1.5
}
body.organic-for-all .with-stat-bar .stat-bar p.big {
 font-weight:800;
 font-size:80px;
 line-height:1;
 margin-bottom:.5rem
}
@media screen and (max-width:992px) {
 body.organic-for-all .with-stat-bar .stat-bar p.big {
  font-size:48px
 }
}
body.organic-for-all figure.article-img {
 position:relative
}
body.organic-for-all figure.article-img .tag {
 background-color:#000;
 color:#fff;
 position:absolute;
 top:20px;
 left:0;
 padding:10px 20px;
 font-size:30px;
 font-style:italic
}
@media screen and (max-width:768px) {
 body.organic-for-all figure.article-img .tag {
  font-size:22px
 }
}
body.organic-for-all #header {
 background-color:#fff
}
body.organic-for-all #header .holder-opener:after,
body.organic-for-all #header .holder-opener:before,
body.organic-for-all #header .holder-opener span {
 background:#ffb802
}
body.organic-for-all #header .main-menu {
 background-color:#fff
}
@media screen and (min-width:993px) {
 body.organic-for-all #header .main-menu {
  display:inline-block
 }
}
body.organic-for-all #header .main-menu li:hover {
 background-color:transparent
}
body.organic-for-all #header .main-menu li a {
 color:#282828;
 border-right-color:#282828
}
body.organic-for-all #header .main-menu li a:hover {
 color:#ffb802;
 background-color:transparent
}
body.organic-for-all #header .main-menu li .dropdown {
 background-color:#fff
}
body.organic-for-all #header .main-menu li .dropdown a:hover {
 color:#fff;
 background-color:#ffb802
}
body.organic-for-all #header .social-list {
 text-align:left;
 padding:0 0 0 32px;
 margin:0 0 15px;
 background-color:transparent
}
@media screen and (min-width:993px) {
 body.organic-for-all #header .social-list {
  text-align:right;
  display:inline-block;
  margin:0 10px 0 5px;
  padding:0
 }
}
body.organic-for-all #header .social-list li {
 padding:0 10px 0 0
}
body.organic-for-all #header .social-list li a {
 color:#282828
}
body.organic-for-all #header .social-list li a:hover {
 color:#ffb802;
 background-color:transparent
}
body.organic-for-all #header .head-holder {
 background-color:#fff
}
body.organic-for-all #footer .footer-menu {
 text-align:center;
 letter-spacing:-.4em;
 font-size:14px;
 position:relative;
 padding:0;
 background:none
}
@media screen and (max-width:768px) {
 body.organic-for-all #footer .footer-menu {
  display:none
 }
}
body.organic-for-all #footer .footer-menu li {
 display:inline-block;
 vertical-align:middle;
 letter-spacing:normal;
 padding:17px 0;
 margin:0
}
body.organic-for-all #footer .footer-menu li a {
 border-right:1px solid #575757;
 padding:4px 12px;
 transition:color .3s ease-in-out,background .3s ease-in-out;
 color:#fff;
 display:block;
 background:transparent;
 text-transform:uppercase
}
body.organic-for-all #footer .footer-menu li:last-child a {
 border-right:none
}
@media screen and (max-width:768px) {
 body.organic-for-all #footer .footer-center {
  padding:0
 }
 body.organic-for-all #footer .footer-center .logo {
  padding:10px 0 7px
 }
}
body.organic-for-all blockquote {
 border-left:10px solid #ffb802;
 padding-top:1.2rem;
 padding-bottom:1.2rem
}
body.organic-for-all blockquote p {
 margin-bottom:0
}
body.organic-for-all h2 {
 color:#000
}
body.organic-for-all h3 {
 color:#000;
 font-size:36px;
 line-height:1.3
}
@media screen and (max-width:768px) {
 body.organic-for-all h3 {
  font-size:24px
 }
}
body.organic-for-all h4 {
 color:#000;
 line-height:1.3
}
body.organic-for-all .content ul {
 margin-bottom:1rem
}
body.organic-for-all .content ul li>ul {
 list-style-type:circle
}
body.organic-for-all .content ul li>ul li {
 padding-left:0;
 margin-left:1rem
}
body.organic-for-all .content ul li>ul li:before {
 display:none
}
body.organic-for-all .ssba li {
 margin-left:0!important;
 padding-left:0;
 margin-top:0!important
}
body.organic-for-all .ssba li:before {
 display:none
}
body.organic-for-all .ssba li a {
 width:30px!important
}
body.organic-for-all .ssba li a:before {
 font-size:14px!important
}
body.organic-for-all .banner-block {
 margin-bottom:0
}
.share-video-module {
 background-color:#f5f5f5;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 padding:35px;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
@media screen and (max-width:992px) {
 .share-video-module {
  padding:20px
 }
}
@media screen and (max-width:768px) {
 .share-video-module {
  padding:12px
 }
}
.share-video-module .video {
 -webkit-flex-basis:66.66%;
 -ms-flex-preferred-size:66.66%;
 flex-basis:66.66%;
 max-width:66.66%
}
.share-video-module .share {
 -webkit-flex-basis:33.33%;
 -ms-flex-preferred-size:33.33%;
 flex-basis:33.33%;
 max-width:33.33%;
 text-align:center;
 padding:0 35px
}
@media screen and (max-width:992px) {
 .share-video-module .share {
  padding:0 20px
 }
}
@media screen and (max-width:768px) {
 .share-video-module .share {
  padding:0 12px
 }
}
.share-video-module .share .plane {
 color:#bababa;
 font-size:40px;
 margin-bottom:10px
}
@media screen and (max-width:992px) {
 .share-video-module .share .plane {
  font-size:30px
 }
}
@media screen and (max-width:768px) {
 .share-video-module .share .plane {
  font-size:16px
 }
}
.share-video-module .share h3 {
 font-size:28px
}
@media screen and (max-width:992px) {
 .share-video-module .share h3 {
  font-size:22px
 }
}
@media screen and (max-width:768px) {
 .share-video-module .share h3 {
  font-size:14px
 }
}
.share-video-module .share span {
 display:block
}
.share-video-module .share a {
 color:#fff;
 border-radius:5px;
 padding:5px 0;
 margin-bottom:5px;
 display:inline-block;
 font-size:30px;
 width:125px
}
@media screen and (max-width:992px) {
 .share-video-module .share a {
  padding:5px 0;
  font-size:18px;
  width:86px
 }
}
@media screen and (max-width:768px) {
 .share-video-module .share a {
  padding:5px 0;
  font-size:14px;
  width:70px
 }
}
.share-video-module .share a.facebook {
 background-color:#205fa2
}
.share-video-module .share a.facebook:hover {
 background-color:#1c538d
}
.share-video-module .share a.twitter {
 background-color:#00a1d8
}
.share-video-module .share a.twitter:hover {
 background-color:#008ebf
}
.share-video-module .share a.pinterest {
 background-color:#e21a27
}
.share-video-module .share a.pinterest:hover {
 background-color:#cb1723
}
.call-to-action-module {
 position:relative;
 padding:220px 20px 5px;
 text-align:center;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-justify-content:flex-end;
 -moz-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 -webkit-flex-direction:column;
 -moz-box-orient:vertical;
 -moz-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 background-size:cover
}
@media screen and (max-width:992px) {
 .call-to-action-module {
  padding:170px 20px 5px
 }
}
@media screen and (max-width:768px) {
 .call-to-action-module {
  padding:60px 20px 5px
 }
}
.call-to-action-module h4 {
 color:#fff!important;
 text-transform:uppercase;
 -webkit-flex:1;
 -moz-box-flex:1;
 -ms-flex:1;
 flex:1;
 font-size:46px
}
@media screen and (max-width:992px) {
 .call-to-action-module h4 {
  font-size:28px
 }
}
@media screen and (max-width:768px) {
 .call-to-action-module h4 {
  font-size:24px
 }
}
.call-to-action-module p {
 color:#fff;
 -webkit-flex:1;
 -moz-box-flex:1;
 -ms-flex:1;
 flex:1;
 font-size:18px
}
@media screen and (max-width:992px) {
 .call-to-action-module p {
  font-size:16px
 }
}
.call-to-action-module * {
 z-index:2
}
.call-to-action-module:before {
 content:"";
 top:0;
 right:0;
 bottom:0;
 left:0;
 position:absolute;
 background-color:rgba(0,0,0,.6);
 z-index:1
}
.img-with-title {
 background-size:cover;
 padding:60px;
 text-align:center;
 position:relative;
 height:100%;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.img-with-title:before {
 content:"";
 top:0;
 right:0;
 bottom:0;
 left:0;
 position:absolute;
 background-color:rgba(0,0,0,.6);
 z-index:1
}
.img-with-title h4 {
 color:#fff!important;
 z-index:2;
 position:relative;
 text-transform:uppercase
}
@media screen and (max-width:992px) {
 .img-with-title {
  padding:40px
 }
 .img-with-title h4 {
  font-size:22px
 }
}
@media screen and (max-width:768px) {
 .img-with-title {
  padding:20px 15px
 }
 .img-with-title h4 {
  font-size:16px
 }
}
.accordion-list>div {
 background-color:#f5f5f5;
 position:relative;
 margin-bottom:15px
}
.accordion-list>div h5 {
 font-size:20px;
 text-transform:none;
 text-align:center;
 position:relative;
 cursor:pointer
}
.accordion-list>div h5:before {
 content:"";
 width:100%;
 background-color:#000;
 height:1px;
 display:block;
 top:50%;
 position:absolute;
 left:0
}
@media screen and (max-width:768px) {
 .accordion-list>div h5:before {
  display:none
 }
}
.accordion-list>div h5 span {
 display:inline-block;
 position:relative;
 background-color:#f5f5f5;
 padding:0 80px
}
@media screen and (max-width:992px) {
 .accordion-list>div h5 span {
  padding:0 30px
 }
}
@media screen and (max-width:768px) {
 .accordion-list>div h5 span {
  padding:0
 }
}
.accordion-list>div article {
 padding:0 40px 50px;
 display:none;
 word-wrap:break-word
}
.accordion-list>div.open article {
 display:block
}
.accordion-list>div .collapse {
 position:absolute;
 bottom:0;
 left:50%;
 -webkit-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 transform:translateX(-50%)
}
@media screen and (max-width:992px) {
 .accordion-list>div h5 {
  font-size:20px
 }
 .accordion-list>div article {
  padding:0 20px 50px
 }
}
@media screen and (max-width:768px) {
 .accordion-list>div h5 {
  font-size:16px;
  padding:10px 0
 }
}
.page-template-page-organic-for-all-press-releases .item-block h2 {
 font-size:30px
}
@media screen and (max-width:768px) {
 .page-template-page-organic-for-all-press-releases .item-block h2 {
  font-size:20px
 }
}
@media (min-width:640px) {
 .page-template-page-organic-for-all-blog .blocks-list:not(.items-holder) li {
  width:100%
 }
}
@media (min-width:768px) {
 .page-template-page-organic-for-all-blog .blocks-list:not(.items-holder) li {
  width:33.33%
 }
}
.page-template-page-organic-for-all-blog .item-block {
 border:none
}
.page-template-page-organic-for-all-blog .item-block-holder {
 padding:0
}
.page-template-page-organic-for-all-blog .content ul.blocks-list {
 margin-bottom:0
}
.page-template-page-organic-for-all-blog .content ul.blocks-list .item-box {
 margin-bottom:20px
}
.page-template-page-organic-for-all-blog .content ul.blocks-list li {
 padding-left:10px;
 padding-right:10px
}
.page-template-page-organic-for-all-blog .content ul.blocks-list .text-holder {
 padding:15px 20px 10px
}
.page-template-page-organic-for-all-blog .results-area {
 border:none
}
.page-template-page-organic-for-all-blog .results-area .item-block {
 background-color:#f5f5f5;
 margin-bottom:15px;
 padding:0
}
.page-template-page-organic-for-all-blog .results-area .text-holder {
 padding:25px 30px 10px
}
.page-template-page-organic-for-all-blog .item-title {
 text-transform:uppercase;
 font-size:22px!important
}
@media screen and (max-width:992px) {
 .page-template-page-organic-for-all-blog .item-title {
  font-size:18px!important
 }
}
.page-template-page-organic-for-all-blog .items-list {
 padding-bottom:40px;
 padding-top:0
}
.page-template-page-toxic-grocery .intro-section.bg-image:before,
.page-template-page-toxic-grocery .post-author time {
 display:none
}
.page-template-page-toxic-grocery article h4 {
 font-weight:200;
 font-size:26px;
 color:#999
}
@media (max-width:768px) {
 .page-template-page-toxic-grocery article h4 {
  font-size:18px
 }
}
.page-template-page-toxic-grocery .featured-foods {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex:0 1 auto;
 -moz-box-flex:0;
 -ms-flex:0 1 auto;
 flex:0 1 auto;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin:40px -15px 30px
}
.page-template-page-toxic-grocery .featured-foods>div {
 -webkit-flex-basis:20%;
 -ms-flex-preferred-size:20%;
 flex-basis:20%;
 padding:0 15px;
 max-width:20%;
 text-align:center
}
.page-template-page-toxic-grocery .featured-foods>div img {
 display:block;
 margin-bottom:1rem
}
@media (max-width:768px) {
 .page-template-page-toxic-grocery .featured-foods>div {
  -webkit-flex-basis:50%;
  -ms-flex-preferred-size:50%;
  flex-basis:50%;
  min-width:50%
 }
}
.page-template-page-toxic-grocery .table-sections {
 margin-bottom:90px
}
.page-template-page-toxic-grocery .table-sections h2 {
 text-transform:capitalize;
 color:#4fae62;
 border-bottom:2px solid #4fae62;
 line-height:2
}
@media (max-width:768px) {
 .page-template-page-toxic-grocery .table-sections h2 {
  font-size:26px
 }
}
.page-template-page-toxic-grocery .table-sections h3 {
 color:#000;
 font-size:26px;
 font-weight:600;
 margin-bottom:10px
}
@media (max-width:768px) {
 .page-template-page-toxic-grocery .table-sections h3 {
  font-size:22px
 }
}
.page-template-page-toxic-grocery .table-sections .table-section-container {
 margin-bottom:40px
}
.page-template-page-toxic-grocery .table-sections .table-section-container .table-container {
 overflow:auto;
 margin-bottom:20px
}
.page-template-page-toxic-grocery .table-sections .table-section-container .table-container .dataTables_wrapper {
 padding:0;
 border:none
}
.page-template-page-toxic-grocery .toxic-grocery-table {
 border-bottom:none!important
}
.page-template-page-toxic-grocery .toxic-grocery-table th {
 text-align:left;
 background-color:#4fae62;
 border:none;
 color:#fff;
 line-height:1.5;
 padding:12px 18px
}
.page-template-page-toxic-grocery .toxic-grocery-table tbody tr {
 background-color:#fff!important
}
.page-template-page-toxic-grocery .toxic-grocery-table tbody tr:nth-child(2n) {
 background-color:#f7f7f7!important
}
.page-template-page-toxic-grocery .toxic-grocery-table tbody tr td {
 padding:12px 18px;
 border:none;
 line-height:1.5;
 background-color:transparent!important
}
.page-template-page-toxic-grocery .toxic-grocery-table tbody tr td.child li {
 border-bottom:none!important
}
.page-template-page-toxic-grocery .toxic-grocery-table tbody tr td.child li:before {
 display:none
}
.page-template-page-toxic-grocery .download-blocks {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex:0 1 auto;
 -moz-box-flex:0;
 -ms-flex:0 1 auto;
 flex:0 1 auto;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin:40px -40px 80px
}
.page-template-page-toxic-grocery .download-blocks>div {
 -webkit-flex-basis:50%;
 -ms-flex-preferred-size:50%;
 flex-basis:50%;
 padding:0 40px;
 max-width:50%
}
.page-template-page-toxic-grocery .download-blocks>div h5 {
 text-transform:capitalize;
 font-size:20px
}
.page-template-page-toxic-grocery .download-blocks>div .btn {
 color:#000;
 width:100%
}
.page-template-page-toxic-grocery .download-blocks>div .btn:hover {
 color:#fff;
 background-color:#4fae62
}
.page-template-page-toxic-grocery .download-blocks>div img {
 display:block;
 width:100%;
 margin-bottom:1rem
}
@media (max-width:768px) {
 .page-template-page-toxic-grocery .download-blocks>div {
  -webkit-flex-basis:100%;
  -ms-flex-preferred-size:100%;
  flex-basis:100%;
  min-width:100%
 }
}
.page-template-page-toxic-grocery .logos {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex:0 1 auto;
 -moz-box-flex:0;
 -ms-flex:0 1 auto;
 flex:0 1 auto;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin:40px -15px 30px
}
.page-template-page-toxic-grocery .logos>div {
 -webkit-flex-basis:20%;
 -ms-flex-preferred-size:20%;
 flex-basis:20%;
 padding:0 15px;
 max-width:20%
}
@media (max-width:768px) {
 .page-template-page-toxic-grocery .logos>div {
  -webkit-flex-basis:50%;
  -ms-flex-preferred-size:50%;
  flex-basis:50%;
  min-width:50%
 }
}
.btn .btn-holder .btn,
.button .btn-holder .btn {
 width:130px
}
.btn.btn-gold,
.button.btn-gold {
 background-color:#ffb802
}
.btn.btn-gold:hover,
.button.btn-gold:hover {
 background-color:#ce9400
}
.btn.btn-black-gold,
.button.btn-black-gold {
 background-color:#000;
 text-transform:uppercase;
 color:#ffb802
}
.btn.btn-black-gold:hover,
.button.btn-black-gold:hover {
 background-color:#ffb802;
 color:#000
}
.ui-datepicker-title {
 color:#666
}
.fl-module-button .fl-module-content {
 margin-bottom:10px;
 margin-top:10px
}
.btn-center {
 margin:0 auto
}
.btn-center .fl-builder-content .fl-button-left {
 font-weight:700
}
.btn-center .fl-button {
 font-weight:700!important
}
.button-styles,
.gform_footer .button,
.gform_page_footer .button,
.gpnf-add-entry,
.tingle-btn {
 transition:background .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out,opacity .3s ease-in-out;
 display:inline-block;
 vertical-align:top;
 text-align:center;
 font-size:14px;
 line-height:1;
 font-weight:900;
 padding:13px 24px;
 color:#fff;
 text-decoration:none;
 border:1px solid transparent;
 background:#00a347
}
.gpnf-add-entry,
.tingle-btn {
 background:#00a347!important
}
.gpnf-btn-cancel {
 background-color:#a9a9a9!important
}
.gform_footer,
.gform_page_footer {
 text-align:right
}
.gform_footer input[type=button],
.gform_footer input[type=submit],
.gform_page_footer input[type=button],
.gform_page_footer input[type=submit] {
 margin-right:0!important
}
.gform_footer .gform_previous_button,
.gform_page_footer .gform_previous_button {
 float:left
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=button]),
body .gform_wrapper select {
 padding:.8rem 1rem!important;
 line-height:1!important;
 border-color:#000
}
body .gform_wrapper .gfield_required {
 color:#00a347!important
}
body .gform_wrapper .gf_progressbar_percentage {
 background:#00a347!important
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
 border-top:none;
 border-bottom:none;
 background-color:hsla(0,0%,66%,.2)
}
body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .validation_message {
 color:#000
}
body .gf_progressbar_title {
 color:#000;
 opacity:1!important
}
body .gfield_radio li:before,
body .gform_wrapper li.gfield:before {
 content:none!important
}
body .gfield_checkbox li label,
body .gfield_radio li label {
 padding-left:14px!important
}
body .gfield_checkbox li label:before,
body .gfield_radio li label:before {
 position:absolute;
 left:0;
 content:"";
 display:block;
 background-color:#fff;
 border-radius:50%;
 width:12px;
 height:12px;
 border:1px solid #00a347;
 -webkit-transform:translateY(4px);
 -ms-transform:translateY(4px);
 transform:translateY(4px)
}
body .gfield_checkbox li input:checked+label:before,
body .gfield_radio li input:checked+label:before {
 background-color:#00a347
}
body .gfield_checkbox label:before {
 border-radius:0!important
}
body .gpnf-row-actions ul {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex
}
body .gpnf-row-actions li+li {
 margin-left:10px!important
}
body .gpnf-row-actions li {
 padding:0!important
}
body .gpnf-row-actions li:before {
 content:none!important
}
body .ginput_container_select:after {
 top:0;
 right:12px;
 position:absolute;
 -webkit-transform:translateY(20px);
 -ms-transform:translateY(20px);
 transform:translateY(20px);
 border-style:solid;
 border-width:10px 7px 0;
 border-color:#000 transparent transparent;
 line-height:0;
 z-index:1;
 pointer-events:none;
 cursor:pointer
}
body .dynamic-stocks .ginput_container_select:after {
 content:none!important
}
body .address_state,
body .ginput_container_select {
 position:relative
}
body .address_state select,
body .ginput_container_select select {
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none
}
body .address_state label:after,
body .ginput_container_select label:after {
 top:0;
 right:12px;
 content:"";
 position:absolute;
 -webkit-transform:translateY(20px);
 -ms-transform:translateY(20px);
 transform:translateY(20px);
 border-style:solid;
 border-width:10px 7px 0;
 border-color:#000 transparent transparent;
 line-height:0;
 z-index:1;
 pointer-events:none;
 cursor:pointer
}
@media screen and (max-width:640px) {
 #gform_3 .gform_page_footer {
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
 #gform_3 .gform_page_footer .btn-primary {
  width:100%;
  min-height:2rem;
  line-height:2;
  font-size:1em;
  margin-bottom:16px
 }
 #gform_3 .gform_page_footer .gform_previous_button {
  -webkit-flex:100%;
  -moz-box-flex:100%;
  -ms-flex:100%;
  flex:100%;
  -webkit-order:2;
  -moz-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 #gform_3 .gform_page_footer .gform_next_button {
  -webkit-flex:100%;
  -moz-box-flex:100%;
  -ms-flex:100%;
  flex:100%;
  -webkit-order:1;
  -moz-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
}
:root {
 --color-primary-brand:#00a347
}
.ss-left-inline-content .ss-social-icons-container>li:first-child {
 margin-left:0;
 padding-left:0
}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li {
 padding:0
}
.microsite-theme.page-template-page-microsite-homepage .intro-section {
 text-align:left;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
@media (min-width:992px) {
 .microsite-theme.page-template-page-microsite-homepage .intro-section:after {
  min-height:420px
 }
}
.microsite-theme.page-template-page-microsite-homepage .intro-section p {
 color:#fff;
 font-size:1.25rem;
 font-weight:600
}
.microsite-theme.page-template-page-microsite-homepage .intro-section form {
 padding:10px 7px;
 background-color:#6fa248
}
.microsite-theme.page-template-page-microsite-homepage .partners-list {
 margin-top:30px;
 margin-left:-30px;
 margin-right:-30px
}
.microsite-theme.page-template-page-microsite-homepage .partners-list>div {
 margin-bottom:40px;
 padding-left:30px;
 padding-right:30px
}
.microsite-theme.page-template-page-microsite-homepage .partners-list figure {
 margin-bottom:50px;
 text-align:center
}
.microsite-theme.page-template-page-microsite-homepage .partners-list figure img {
 border-radius:50%
}
.green-text {
 color:#6fa248
}
.text-box-section {
 border-bottom:1px solid #000;
 margin-bottom:40px
}
.about-section {
 padding:40px 0 20px;
 border-bottom:1px solid #ccc
}
.about-section h3 {
 line-height:1.5;
 color:#6fa248;
 font-size:32px
}
.about-section p {
 font-size:18px
}
.plan-section {
 margin-bottom:40px
}
.plan-section .panel {
 padding:25px 0
}
@media (min-width:992px) {
 .plan-section .panel {
  padding:45px 0
 }
}
.plan-section .panel * {
 color:#fff
}
.plan-section .panel h2,
.plan-section .panel h3 {
 line-height:1.3
}
.plan-section .panel.blue {
 background-color:#4cb7e8
}
.plan-section .panel.orange {
 background-color:#fe9515
}
.plan-section .panel.gold {
 background-color:#f7c244
}
.plan-section .panel.green {
 background-color:#6fa248;
 background-image:url(../images/az-subtle.png)
}
.plan-section .panel.green a,
.plan-section .panel.green p,
.plan-section .panel.green strong {
 color:#000;
 font-size:18px;
 font-weight:600
}
.plan-section .panel.green strong {
 font-weight:800
}
#footer.microsite-footer .footer-center {
 background-color:#fff;
 color:#000
}
#footer.microsite-footer .footer-center a {
 color:#6fa248
}
#footer.microsite-footer .footer-center a:after {
 content:""
}
@media (min-width:992px) {
 #footer.microsite-footer .footer-center a.link-default {
  padding-right:1rem;
  margin-right:0;
  padding-left:1rem;
  border-right:1px solid #5eb7e3
 }
 #footer.microsite-footer .footer-center a.link-default:last-child {
  border-right:none
 }
}
#footer.microsite-footer .social-list {
 text-align:left
}
@media (min-width:992px) {
 #footer.microsite-footer .support-block {
  padding-left:1rem
 }
}
.microsite-theme #header {
 background-color:#fff;
 border-bottom:1px solid #e4e4e4
}
.microsite-theme #header .btn-holder .btn {
 width:auto
}
@media (min-width:992px) {
 .microsite-theme #header .btn-holder .btn {
  width:140px
 }
}
.microsite-theme #header .main-menu {
 background-color:#fff
}
.microsite-theme #header .main-menu li a {
 color:#6fa248
}
.microsite-theme #header .main-menu li a:hover {
 color:#ffb802;
 background-color:#fff
}
@media (min-width:992px) {
 .microsite-theme #header .main-menu li a {
  border-right:1px solid #5eb7e3
 }
}
.microsite-theme #header .main-menu li:last-child a {
 border-right:none
}
.microsite-theme #header .main-menu li .dropdown,
.microsite-theme #header .main-menu li:hover {
 background-color:#fff
}
.microsite-theme #header .main-menu .inner-list li:hover a {
 background-color:#6fa248;
 color:#fff
}
.microsite-theme.nav-active .head-holder {
 background-color:#fff
}
.page-template-page-microsite-news .item-block.item-block-holder {
 border-bottom:none
}
@media screen and (min-width:768px) {
 .callout-row-block {
  margin-left:-10px;
  margin-right:-10px;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-flow:row;
  -moz-box-orient:horizontal;
  -moz-box-direction:normal;
  -ms-flex-flow:row;
  flex-flow:row
 }
}
@media screen and (min-width:768px) {
 .callout-row-block .callout-item {
  padding:0 10px;
  width:100%;
  -webkit-flex-grow:1;
  -moz-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1
 }
}
.callout-row-block .banner-block {
 padding:40px;
 margin-bottom:20px;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex
}
.callout-row-block .banner-block h4 {
 text-align:center;
 font-size:22px;
 line-height:1.2;
 width:100%
}
@media screen and (min-width:768px) {
 .callout-row-block .banner-block {
  min-height:280px
 }
}
.callout-row-block .btn {
 font-size:20px;
 text-transform:uppercase;
 width:100%;
 margin-bottom:20px
}
.callout-row-block br {
 display:none
}
.callout-row-block p {
 margin-bottom:10px
}
.page-template-page-retailer-report-card .parallax-bg-holder {
 background-size:cover!important
}
.page-template-page-retailer-report-card .intro-section {
 position:relative;
 color:#fff;
 background-position:50%;
 background-repeat:no-repeat;
 background-size:cover
}
.page-template-page-retailer-report-card table {
 width:100%
}
.page-template-page-retailer-report-card table thead {
 background-color:#ffb802
}
.page-template-page-retailer-report-card table thead th {
 border:none;
 text-align:left;
 padding:20px;
 font-weight:800
}
.page-template-page-retailer-report-card table tbody td {
 border:none;
 border-bottom:1px solid #a9a9a9;
 text-align:left;
 vertical-align:middle;
 padding:5px 20px
}
.page-template-page-retailer-report-card table tbody .name a {
 display:inline-block;
 font-weight:800;
 vertical-align:middle;
 line-height:50px
}
.page-template-page-retailer-report-card table tbody .name a:hover {
 color:#6fa248
}
.page-template-page-retailer-report-card table tbody .name a img {
 display:inline-block;
 margin-right:15px
}
.single-dbt_retailer h1 {
 font-weight:600
}
.single-dbt_retailer .intro-section:before {
 opacity:0
}
.single-dbt_retailer .bg-image {
 background-position:50% 50%;
 background-size:cover;
 background-repeat:no-repeat;
 width:100%
}
.single-dbt_retailer .bg-image:after {
 min-height:110px
}
@media screen and (min-width:320px) {
 .single-dbt_retailer .bg-image:after {
  min-height:140px
 }
}
@media screen and (min-width:480px) {
 .single-dbt_retailer .bg-image:after {
  min-height:190px
 }
}
@media screen and (min-width:540px) {
 .single-dbt_retailer .bg-image:after {
  min-height:240px
 }
}
@media screen and (min-width:768px) {
 .single-dbt_retailer .bg-image:after {
  min-height:310px
 }
}
@media screen and (min-width:992px) {
 .single-dbt_retailer .bg-image:after {
  min-height:400px
 }
}
@media screen and (min-width:1200px) {
 .single-dbt_retailer .bg-image:after {
  min-height:500px
 }
}
@media screen and (min-width:1400px) {
 .single-dbt_retailer .bg-image:after {
  min-height:600px
 }
}
.single-dbt_retailer .retailer-summary h3 {
 font-size:24px;
 color:#000;
 line-height:1.4
}
.single-dbt_retailer .retailer-summary h2 {
 font-size:22px;
 text-transform:none;
 line-height:1.4
}
@media screen and (min-width:768px) {
 .single-dbt_retailer .retailer-summary h2 {
  font-size:30px
 }
}
.single-dbt_retailer .retailer-summary h4 {
 font-size:18px;
 color:#666;
 line-height:1.4
}
.single-dbt_retailer .retailer-summary .icon {
 margin:auto;
 display:block
}
@media screen and (min-width:768px) {
 .single-dbt_retailer .retailer-summary .icon {
  margin:auto
 }
}
.single-dbt_retailer .retailer-summary .progress-bar {
 background-color:#eee;
 height:40px;
 position:relative;
 margin-bottom:1rem
}
@media screen and (min-width:768px) {
 .single-dbt_retailer .retailer-summary .progress-bar {
  height:60px
 }
}
.single-dbt_retailer .retailer-summary .progress-bar .progress {
 background-color:#ffb802;
 height:40px
}
@media screen and (min-width:768px) {
 .single-dbt_retailer .retailer-summary .progress-bar .progress {
  height:60px
 }
}
.single-dbt_retailer .retailer-summary .retailer-accordion .toggle {
 font-size:18px;
 text-transform:uppercase;
 font-weight:800;
 cursor:pointer
}
.single-dbt_retailer .retailer-summary .retailer-accordion .toggle span {
 display:inline-block;
 border-bottom:2px solid #ffb802;
 overflow-x:visible;
 position:relative
}
.single-dbt_retailer .retailer-summary .retailer-accordion .toggle span:after {
 content:"";
 position:absolute;
 width:0;
 height:0;
 border-top:6px solid transparent;
 border-bottom:6px solid transparent;
 border-left:6px solid #ffb802;
 right:-15px;
 top:10px
}
.single-dbt_retailer .retailer-summary .retailer-accordion.open .toggle {
 margin-bottom:1rem
}
.single-dbt_retailer .retailer-summary .retailer-accordion.open .toggle span:after {
 border-right:6px solid transparent;
 border-top:6px solid #ffb802;
 border-bottom:none;
 border-left:6px solid transparent;
 right:-17px;
 top:13px
}
.single-dbt_retailer .retailer-summary .retailer-accordion .accordion-content {
 transition:all .3s;
 padding-left:1.5rem;
 border-left:3px solid #ffb802;
 height:0;
 overflow:hidden;
 -webkit-transform-origin:center top;
 -ms-transform-origin:center top;
 transform-origin:center top
}
.single-dbt_retailer .retailer-summary .retailer-accordion .accordion-content p {
 font-size:16px
}
.single-dbt_retailer .retailer-summary .retailer-accordion .accordion-content p:last-child {
 margin-bottom:0
}
@media screen and (min-width:768px) {
 .single-dbt_retailer .retailer-summary .retailer-accordion .accordion-content p {
  font-size:18px
 }
}
.single-dbt_retailer .retailer-summary .retailer-accordion.open .accordion-content {
 height:auto
}
.single-dbt_retailer .retailer-summary dl {
 margin-bottom:-1rem;
 margin-top:1.5rem
}
.single-dbt_retailer .retailer-summary dl dt {
 float:none;
 font-weight:800;
 font-size:16px
}
@media screen and (min-width:768px) {
 .single-dbt_retailer .retailer-summary dl dt {
  font-size:18px
 }
}
.single-dbt_retailer .retailer-summary dl dd {
 margin-left:0;
 color:#838383;
 font-weight:700;
 font-size:14px;
 margin-bottom:1rem
}
.single-dbt_retailer .retailer-score {
 background-color:#ffb802;
 padding:1.4rem 0
}
.single-dbt_retailer .retailer-score div:last-child {
 border-left:3px solid #fff
}
.single-dbt_retailer .retailer-score h3 {
 color:#000;
 text-align:center;
 font-size:30px;
 font-weight:300;
 padding:30px 0;
 margin:0
}
@media screen and (min-width:768px) {
 .single-dbt_retailer .retailer-score h3 {
  font-size:60px
 }
}
.single-dbt_retailer .retailer-score h5 {
 font-size:90px;
 text-align:center;
 margin-bottom:0;
 line-height:.8;
 margin-top:4px
}
@media screen and (min-width:768px) {
 .single-dbt_retailer .retailer-score h5 {
  margin-top:15px
 }
}
.single-dbt_retailer .retailer-score h6 {
 color:#000;
 font-size:16px;
 text-align:center;
 margin-bottom:0;
 line-height:1.75;
 text-transform:uppercase
}
.post.in-loop .post-type-link {
 font-weight:400;
 border:1px solid #00a347;
 border-radius:4px;
 padding:.5rem 1rem;
 line-height:1;
 background-color:transparent;
 transition:all .2s ease;
 color:#00a347;
 text-decoration:none;
 display:inline-block;
 margin-bottom:1rem
}
.post.in-loop .post-type-link:active,
.post.in-loop .post-type-link:focus,
.post.in-loop .post-type-link:hover {
 color:#fff;
 background:#00a347
}
.post.in-loop .post-title {
 font-size:1.5rem;
 line-height:1.5;
 margin-bottom:.2rem;
 font-weight:lighter
}
.post.in-loop .post-excerpt {
 margin-top:1.4rem;
 margin-bottom:0
}
.post.in-loop.in-search {
 border-bottom:2px solid #000;
 padding:1rem 0
}
.facetwp-pager {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-justify-content:center;
 -moz-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-top:2rem;
 margin-bottom:3rem
}
.facetwp-pager .active {
 border-bottom:3px solid #00a347;
 font-weight:700
}
.banner-search {
 text-align:center
}
.banner-search .search-form {
 margin-top:1rem
}
.banner-search .search-form label {
 display:block;
 max-width:20rem;
 position:relative;
 margin:0 auto
}
.banner-search .search-form .fa-search {
 position:absolute;
 color:#00a347;
 right:1rem;
 top:50%;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%);
 font-size:1rem
}
.banner-search .search-form input[type=search] {
 padding:1rem 1.5rem 1rem 1rem;
 float:none;
 width:100%;
 margin:0 auto
}
.banner-search .search-form .search-submit {
 display:none
}
.banner-search .facetwp-type-search {
 margin-top:1rem
}
.banner-search .facetwp-input-wrap {
 display:block;
 max-width:20rem;
 position:relative;
 margin:0 auto
}
.banner-search .facetwp-input-wrap .facetwp-search {
 padding:1rem 1.5rem 1rem 1rem;
 float:none;
 width:100%;
 margin:0 auto
}
.banner-search .facetwp-input-wrap .facetwp-icon {
 position:absolute;
 color:#00a347;
 right:1rem;
 top:50%;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%);
 font-size:1rem;
 margin-top:3px
}
.search-filter-label {
 font-size:1.2rem;
 font-weight:400;
 margin-bottom:0;
 font-weight:700
}
.filter-toggle {
 font-size:.8rem;
 margin-bottom:1em;
 list-style:none
}
.filter-toggle li {
 border-left:1px solid #000;
 cursor:pointer;
 padding:0 .5rem;
 font-size:.9rem;
 display:inline-block
}
.filter-toggle li:first-of-type {
 border-left:none;
 padding-left:0
}
.assistive-text,
.screen-reader-text,
.visually-hidden,
.visuallyhidden {
 position:absolute!important;
 clip:rect(0,0,0,0);
 padding:0!important;
 border:0!important;
 height:1px!important;
 width:1px!important;
 overflow:hidden;
 margin:-1px
}
#sidebar-subscribe input:not([type=submit])::-webkit-input-placeholder {
 color:#333
}
#sidebar-subscribe input:not([type=submit])::-moz-placeholder {
 color:#333
}
#sidebar-subscribe input:not([type=submit]):-ms-input-placeholder {
 color:#333
}
#sidebar-subscribe input:not([type=submit])::placeholder {
 color:#333
}
.content-w-sidebar-wrap {
 display:-ms-grid;
 display:grid;
 -ms-grid-columns:1fr 2fr;
 grid-template-columns:1fr 2fr;
 -webkit-column-gap:40px;
 -moz-column-gap:40px;
 column-gap:40px;
 -webkit-align-items:start;
 -moz-box-align:start;
 -ms-flex-align:start;
 align-items:start
}
.content-w-sidebar-wrap #cta-sidebar__donate,
.content-w-sidebar-wrap #cta-sidebar__newsletter {
 display:none
}
.content-w-sidebar-wrap.display-cta--donate #cta-sidebar__donate,
.content-w-sidebar-wrap.display-cta--newsletter #cta-sidebar__newsletter {
 display:block
}
.content-w-sidebar-wrap .form-sidebar {
 text-align:center;
 margin-bottom:45px
}
.content-w-sidebar-wrap .form-sidebar>div {
 background:#e6e9ed
}
.content-w-sidebar-wrap .form-sidebar h3 {
 font-size:20px;
 line-height:28px
}
.content-w-sidebar-wrap .form-sidebar .wedge {
 position:relative;
 width:100%;
 background:#4fae62;
 padding:30px 30px 0
}
.content-w-sidebar-wrap .form-sidebar .wedge h3 {
 color:#fff
}
.content-w-sidebar-wrap .form-sidebar .wedge svg {
 position:absolute;
 top:100%;
 left:0;
 fill:#4fae62
}
.content-w-sidebar-wrap .form-sidebar #cta-sidebar-donate-wrap {
 padding:15px 30px
}
.content-w-sidebar-wrap .form-sidebar #cta-sidebar-donate-wrap iframe {
 overflow:hidden!important
}
.content-w-sidebar-wrap .form-sidebar #cta-sidebar__newsletter {
 padding:30px 30px 15px
}
.content-w-sidebar-wrap .form-sidebar #cta-sidebar__newsletter .gform_wrapper.gravity-theme .gform_fields {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap
}
.content-w-sidebar-wrap .form-sidebar #cta-sidebar__newsletter .gform_footer.top_label {
 text-align:center;
 width:100%;
 padding-right:0!important
}
.content-w-sidebar-wrap .form-sidebar #cta-sidebar__newsletter .gform_footer.top_label button {
 display:block;
 width:100%;
 border-radius:4px
}
.content-w-sidebar-wrap .form-sidebar #cta-sidebar__newsletter .gfield {
 width:100%
}
.content-w-sidebar-wrap .form-sidebar #cta-sidebar__newsletter .gfield input {
 border-radius:4px;
 border:none;
 font-size:12px!important
}
.content-w-sidebar-wrap #cta-sidebar-donate-wrap {
 margin:30px 0 -30px
}
.content-w-sidebar-wrap #cta-sidebar-donate-wrap iframe {
 margin-bottom:0
}
@media screen and (max-width:992px) {
 .content-w-sidebar-wrap {
  -ms-grid-columns:1fr;
  grid-template-columns:1fr
 }
}
#eoy-donation-bar {
 padding:35px 0;
 background:#ac0808
}
#eoy-donation-bar .container {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-justify-content:space-around;
 -ms-flex-pack:distribute;
 justify-content:space-around;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
@media screen and (max-width:610px) {
 #eoy-donation-bar .container {
  -webkit-flex-direction:column;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
 }
}
#eoy-donation-bar .container:after {
 display:none
}
@media screen and (max-width:610px) {
 #eoy-donation-bar .container div {
  text-align:center
 }
}
#eoy-donation-bar .container div h2 {
 font-size:30px;
 color:#fff;
 line-height:1.3
}
#eoy-donation-bar .container div p {
 color:#fff;
 margin-bottom:0
}
#eoy-donation-bar .container div a {
 display:block;
 background-color:#fff;
 color:#2b2b2b;
 padding:10px 17px;
 font-weight:800;
 text-align:center;
 text-transform:uppercase;
 font-size:17px;
 border:4px solid #2b2b2b
}
#eoy-donation-bar .container div:first-child {
 max-width:500px;
 padding-right:40px
}
@media screen and (max-width:610px) {
 #eoy-donation-bar .container div:first-child {
  padding-right:0;
  margin-bottom:20px
 }
}
#eoy-donation-bar__buttons {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-direction:column;
 -moz-box-orient:vertical;
 -moz-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
#eoy-donation-bar__monthly {
 margin-top:10px
}
#header.stop-manchin-header {
 background:#fff;
 box-shadow:0 0 10px rgba(0,0,0,.4)
}
#header.stop-manchin-header .container {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-justify-content:space-between;
 -moz-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 position:relative
}
#header.stop-manchin-header .container:after {
 display:none
}
#header.stop-manchin-header .container>div a {
 margin-inline:20px;
 text-transform:uppercase;
 font-weight:800
}
#header.stop-manchin-header .fa {
 display:none
}
@media screen and (max-width:768px) {
 #header.stop-manchin-header .fa {
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  height:80px;
  -webkit-justify-content:center;
  -moz-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-align-items:center;
  -moz-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:80px;
  cursor:pointer;
  color:#222;
  font-size:24px
 }
 #header.stop-manchin-header .fa.fa-bars:hover {
  color:#6fa248
 }
 #header.stop-manchin-header .container>div {
  display:none
 }
 #header.stop-manchin-header .container>div.main-menu-open {
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-direction:column;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  position:absolute;
  top:80px;
  right:20px;
  width:250px;
  background:#fff;
  box-shadow:0 0 10px rgba(0,0,0,.4);
  padding:20px
 }
 #header.stop-manchin-header .container>div a {
  margin:5px 0
 }
}
.page-template-page-stop-manchin #hero {
 background-size:cover;
 padding-top:125px;
 padding-bottom:125px
}
.page-template-page-stop-manchin h1 {
 text-transform:none!important;
 color:#fff;
 text-align:center
}
.page-template-page-stop-manchin h1 span {
 background-color:#00a347;
 box-shadow:-10px 0 0 7px #00a347,10px 0 0 7px #00a347;
 -webkit-box-decoration-break:clone;
 box-decoration-break:clone;
 line-height:1.7
}
@media screen and (max-width:768px) {
 .page-template-page-stop-manchin h1 span {
  line-height:2.1
 }
}
.page-template-page-stop-manchin h1,
.page-template-page-stop-manchin h2,
.page-template-page-stop-manchin h3,
.page-template-page-stop-manchin h4 {
 line-height:1.3
}
.page-template-page-stop-manchin .limit-width {
 max-width:750px;
 margin-left:auto;
 margin-right:auto
}
.page-template-page-stop-manchin #general-content {
 background-color:#f7f7f7
}
.page-template-page-stop-manchin #congressional-champs .container,
.page-template-page-stop-manchin #general-content .container {
 text-align:center
}
.page-template-page-stop-manchin #champions {
 display:-ms-grid;
 display:grid;
 -ms-grid-columns:(minmax(0,1fr))[3];
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:20px;
 margin-top:40px
}
@media screen and (max-width:768px) {
 .page-template-page-stop-manchin #champions {
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-direction:column;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-align-items:center;
  -moz-box-align:center;
  -ms-flex-align:center;
  align-items:center
 }
}
.page-template-page-stop-manchin #champions h2 {
 font-size:36px
}
.page-template-page-stop-manchin .champion {
 background-color:#f7f7f7;
 width:100%;
 position:relative;
 max-width:400px
}
.page-template-page-stop-manchin .champion:hover .champion__rollover {
 visibility:visible;
 opacity:1
}
.page-template-page-stop-manchin .champion__image-wrap {
 margin-bottom:20px
}
.page-template-page-stop-manchin .champion__name {
 color:#4fae62;
 font-size:24px;
 margin-bottom:5px
}
.page-template-page-stop-manchin .champion__district {
 color:#000;
 font-weight:600
}
.page-template-page-stop-manchin .champion__rollover {
 visibility:hidden;
 opacity:0;
 transition:.2s;
 background-color:#4fae62;
 position:absolute;
 inset:0;
 padding:20px 20px 70px
}
.page-template-page-stop-manchin .champion__info {
 color:#fff
}
.page-template-page-stop-manchin .champion__read-more-button {
 background-color:#92ee56;
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 padding-top:12px;
 padding-bottom:12px;
 text-transform:uppercase;
 font-weight:600;
 color:#000
}
.page-template-page-stop-manchin .champion__long-description {
 display:none
}
.page-template-page-stop-manchin #act-now {
 background-color:#4fae62
}
.page-template-page-stop-manchin #act-now .container {
 text-align:center
}
.page-template-page-stop-manchin #act-now h2,
.page-template-page-stop-manchin #act-now p {
 color:#fff
}
.page-template-page-stop-manchin #act-now p {
 margin-bottom:40px
}
.page-template-page-stop-manchin #act-now a {
 background-color:#ffb802;
 padding:16px 24px;
 text-transform:uppercase;
 color:#000;
 font-size:18px;
 font-weight:800;
 display:inline-block
}
.page-template-page-stop-manchin #more-information {
 position:fixed;
 inset:0;
 display:none
}
.page-template-page-stop-manchin #more-information.modal-active {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-justify-content:center;
 -moz-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.page-template-page-stop-manchin #more-information__backdrop {
 background-color:rgba(0,0,0,.4);
 position:absolute;
 inset:0;
 z-index:10;
 cursor:pointer;
 transition:.2s
}
.page-template-page-stop-manchin #more-information__backdrop:hover {
 background-color:rgba(0,0,0,.6)
}
.page-template-page-stop-manchin #more-information__popover {
 max-width:750px;
 width:calc(100% - 40px);
 background-color:#fff;
 border-radius:8px;
 position:relative;
 z-index:20;
 padding:20px;
 max-height:calc(80vh - 100px);
 overflow-y:auto
}
.page-template-page-stop-manchin #more-information__popover .champion {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 gap:20px;
 background-color:transparent;
 max-width:100%
}
@media screen and (max-width:480px) {
 .page-template-page-stop-manchin #more-information__popover .champion {
  -webkit-flex-direction:column;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
 }
}
.page-template-page-stop-manchin #more-information__popover .champion__image-wrap {
 width:25%;
 margin-bottom:0
}
@media screen and (max-width:480px) {
 .page-template-page-stop-manchin #more-information__popover .champion__image-wrap {
  width:100%;
  margin-bottom:0
 }
}
.page-template-page-stop-manchin #more-information__popover .champion__image {
 width:100%
}
.page-template-page-stop-manchin #more-information__popover .champion__content {
 width:75%
}
@media screen and (max-width:480px) {
 .page-template-page-stop-manchin #more-information__popover .champion__content {
  width:100%
 }
}
.page-template-page-stop-manchin #more-information__popover .champion__name {
 margin-bottom:revert
}
.page-template-page-stop-manchin #more-information__popover .champion__district {
 margin-top:-15px;
 font-weight:600;
 margin-bottom:5px
}
.page-template-page-stop-manchin #more-information__popover .champion__long-description {
 display:block
}
.page-template-page-stop-manchin #more-information__popover .champion__rollover {
 display:none
}
.page-template-page-stop-manchin #allies .container {
 text-align:center
}
.page-template-page-stop-manchin #ally-logos {
 margin-top:40px;
 width:100%;
 display:-ms-grid;
 display:grid;
 -webkit-justify-content:space-around;
 -ms-flex-pack:distribute;
 justify-content:space-around;
 gap:20px;
 -ms-grid-columns:(minmax(0,1fr))[6];
 grid-template-columns:repeat(6,minmax(0,1fr))
}
@media screen and (max-width:900px) {
 .page-template-page-stop-manchin #ally-logos {
  -ms-grid-columns:(minmax(0,1fr))[3];
  grid-template-columns:repeat(3,minmax(0,1fr));
  -ms-grid-column-align:center;
  justify-items:center
 }
}
@media screen and (max-width:600px) {
 .page-template-page-stop-manchin #ally-logos {
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-flex-direction:column;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-align-items:center;
  -moz-box-align:center;
  -ms-flex-align:center;
  align-items:center
 }
}
.page-template-page-stop-manchin #ally-logos img {
 width:100%
}
@media screen and (max-width:900px) {
 .page-template-page-stop-manchin #ally-logos img {
  width:60%
 }
}
@media screen and (max-width:480px) {
 .page-template-page-stop-manchin #ally-logos img {
  width:100%;
  max-width:250px
 }
}
.page-template-page-stop-manchin #press__header {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-justify-content:space-between;
 -moz-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 border-bottom:2px solid #333;
 margin-bottom:40px
}
.page-template-page-stop-manchin #press__header h2 {
 font-size:36px
}
.page-template-page-stop-manchin #press__header a {
 font-weight:600
}
.page-template-page-stop-manchin #press-releases {
 width:100%
}
.page-template-page-stop-manchin .press-release {
 padding-bottom:25px;
 margin-bottom:25px;
 border-bottom:1px solid #333;
 margin-left:auto;
 margin-right:auto
}
.page-template-page-stop-manchin .press-release h3 {
 font-size:24px;
 color:#333
}
.page-template-page-stop-manchin .press-release a {
 font-weight:800
}
.page-template-page-stop-manchin #resources {
 background-color:#4fae62
}
.page-template-page-stop-manchin #resources * {
 color:#fff
}
.page-template-page-stop-manchin #resources h2 {
 text-align:center;
 font-size:36px
}
.page-template-page-stop-manchin #resources h2+div.limit-width {
 margin-left:auto;
 margin-right:auto
}
.page-template-page-stop-manchin #footer.microsite-footer .footer-center {
 background-color:#fff
}
.page-template-page-stop-manchin #footer.microsite-footer .footer-center * {
 color:#000
}
@media screen and (max-width:930px) {
 .page-template-page-stop-manchin #header.stop-manchin-header .fa {
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  height:80px;
  -webkit-justify-content:center;
  -moz-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-align-items:center;
  -moz-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:80px;
  cursor:pointer;
  color:#222;
  font-size:24px
 }
 .page-template-page-stop-manchin #header.stop-manchin-header .container>div {
  display:none
 }
 .page-template-page-stop-manchin #header.stop-manchin-header .container>div a {
  margin:5px 0
 }
 .page-template-page-stop-manchin #header.stop-manchin-header .container>div.main-menu-open {
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-direction:column;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  position:absolute;
  top:80px;
  right:20px;
  width:250px;
  background:#fff;
  box-shadow:0 0 10px rgba(0,0,0,.4);
  padding:20px
 }
}
#gform_wrapper_6 .gfield_radio li {
 display:inline-block;
 border:1px solid #a0a3a8;
 margin-right:-5px
}
#gform_wrapper_6 .gfield_radio li:first-child {
 border-radius:5px 0 0 5px
}
#gform_wrapper_6 .gfield_radio li:last-child {
 border-radius:0 5px 5px 0
}
#gform_wrapper_6 .gfield_radio li input:checked+label {
 background:#4fae62
}
#gform_wrapper_6 .gfield_radio li label {
 margin:0;
 padding:8px 15px!important;
 max-width:100%
}
#gform_wrapper_6 .gfield_radio li label:before {
 display:none;
 width:0;
 height:0;
 border:none
}
#gform_wrapper_6 li.gfield.gfield_error {
 background:transparent;
 border:1px solid #ac0808;
 padding:10px!important
}
#gform_wrapper_6 li.gfield.gfield_error .gfield_validation_message {
 padding-top:0;
 color:#ac0808
}
#gform_wrapper_6 .gform_validation_errors>h2.hide_summary {
 margin:0;
 line-height:1.65;
 text-align:left;
 padding:0 25px
}
#gform_wrapper_6 ul:not(.two-column-list)>li:before,
.tingle-modal.tingle-modal--visible .tingle-modal__close {
 display:none
}
.tingle-modal.tingle-modal--visible #gform_wrapper_7 .gfield_checkbox label {
 margin-left:10px
}
.tingle-modal.tingle-modal--visible #gform_wrapper_7 .ginput_container_date {
 display:-webkit-flex;
 display:-moz-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-direction:row-reverse;
 -moz-box-orient:horizontal;
 -moz-box-direction:reverse;
 -ms-flex-direction:row-reverse;
 flex-direction:row-reverse;
 -webkit-align-items:center;
 -moz-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.tingle-modal.tingle-modal--visible #gform_wrapper_7 .ginput_container_date img {
 margin-right:10px
}
.gpnf-row-actions ul {
 padding-left:0;
 width:100px
}
@media (any-hover:none),(min-device-width:768px) and (max-device-width:1024px),only screen and (max-width:760px) {
 .gpnf-nested-entries tbody .gpnf-field {
  padding-left:10px
 }
 .gpnf-nested-entries tbody .gpnf-field:before {
  display:none
 }
}
.tingle-modal+#ui-datepicker-div a.ui-datepicker-next,
.tingle-modal+#ui-datepicker-div a.ui-datepicker-prev {
 width:40px;
 height:40px;
 background-size:40px;
 -webkit-filter:invert(1);
 filter:invert(1)
}
.tingle-modal+#ui-datepicker-div a.ui-datepicker-prev {
 background-position:center -50px
}
#header .head-holder>.btn-holder:first-child {
 margin-left:10px
}
#header .head-block .btn-holder:last-child {
 margin-top:10px
}
/*# sourceMappingURL=style-fission.css.map*/
