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

/*! 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: #f5f5f5;
	font: 17px/1.529 "HelveticaNeueLTStd", "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.529em;
}

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

th,
td {
	border: 1px solid #dedede;
	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 #d1d3d4;
	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: #4a90e2;
}

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: #bec0c2;
}

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: #bec0c2;
}

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: #bec0c2;
}

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: #bec0c2;
}

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

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

.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: #74973e;
	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.529em;
}

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

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

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

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

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

.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: #f5d010;
}

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

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

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #74973e;
	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 #dedede;
	padding: .4em;
	margin-bottom: 1.529em;
}

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

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

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

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

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

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

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

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

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

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 31px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #0094ce;
	text-decoration: none;
}

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

.tabset,
.blocks-list,
.main-menu,
.inner-list,
.footer-nav,
ul,
ol,
.social-list,
.breadcrumbs,
.subnav,
.subnav .nav-list,
.select-list {
	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,
.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: "HelveticaNeueLTStd";
	src: url("fonts/HelveticaNeueLTStd-Cn.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Cn.woff") format("woff2"), url("fonts/HelveticaNeueLTStd-Cn.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

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

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

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

/* 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 #bebdbb;
	background: #fff;
	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;
	color: #acabab;
}

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

.jcf-select .jcf-select-opener:after {
	position: absolute;
	right: 12px;
	content: "";
	position: absolute;
	top: 55%;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	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 !important;
}

.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: 700;
	padding: 14px 19px;
	color: #fff;
	text-decoration: none;
	border: none;
}

.btn:hover,
.btn:focus,
.btn:active {
	text-decoration: none;
}

.btn.btn-yellow {
	background: #f5d010;
	color: #58595b;
}

.btn.btn-yellow:hover {
	background-color: #e2bf09;
}

.btn.btn-secondary {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 14px;
}

.btn.btn-border {
	border-left: 7px solid #f5d010;
	padding-left: 15px;
	padding-right: 15px;
}

.btn.btn-default {
	background-color: #ecebeb;
	color: #222;
}

.btn.btn-default:hover {
	background-color: #dedede;
}

.btn.btn-success {
	background-color: #9eb83b;
}

.btn.btn-success:hover {
	background-color: #74973e;
}

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

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

.btn.btn-primary {
	background-color: #0094ce;
}

.btn.btn-primary:hover {
	background-color: #0082b5;
}

.btn.btn-yellow {
	background-color: #f5d010;
}

.btn.btn-yellow:hover {
	background-color: #caaa08;
}

.btn.btn-large {
	font-size: 16px;
	padding: 17px 20px;
}

.btn.btn-large.btn-border {
	padding-left: 17px;
	padding-right: 17px;
}

.btn.btn-small {
	font-weight: 700;
	padding: 10px 13px;
}

.btn.btn-extra-large {
	text-transform: uppercase;
	font-size: 20px;
}

button:focus {
	outline: none;
}

label,
.label {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	margin: 0 0 2px 0;
	color: #58595b;
}

.filter-holder label,
.filter-holder .label {
	font-weight: 400;
}

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: #f3f3f3;
	width: 100%;
	height: 37px;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 400;
	background: #fff;
	line-height: normal;
}

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: #bec0c2;
}

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: #bec0c2;
}

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: #bec0c2;
}

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: #bec0c2;
}

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

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
	outline: none;
	box-shadow: 0 0 2px rgba(74, 144, 226, .7);
}

input: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: .643em .79em;
	font-size: 14px;
	color: #000;
}

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

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

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

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

textarea.placeholder {
	color: #bec0c2;
}

textarea:focus {
	outline: none;
	box-shadow: 0 0 2px rgba(74, 144, 226, .7);
}

.jcf-select {
	border-color: #d1d3d4;
	height: 37px;
}

.jcf-select.jcf-drop-active {
	border-color: #4a90e2 !important;
	box-shadow: 0 0 2px rgba(74, 144, 226, .7);
}

.jcf-select.active .jcf-select-text {
	color: #000;
}

.jcf-select .jcf-select-text {
	font-size: 14px;
	height: 37px;
	color: #bec0c2;
	font-weight: 400;
	line-height: 35px;
}

.jcf-select .jcf-select-opener:after {
	border-width: 5px 4px 0 4px;
	border-color: #58595b transparent transparent transparent;
	top: 58%;
}

.jcf-list .jcf-option {
	padding: .643em .79em;
}

.jcf-list .jcf-option.jcf-hover {
	background: #d1d3d4;
}

.jcf-select-drop .jcf-select-drop-content {
	border-color: #d1d3d4;
}

.jcf-list {
	font-size: 14px;
	line-height: 1.4;
}

.form-default label {
	display: block;
}

.form-default fieldset {
	letter-spacing: -.4em;
	margin: 0 -5px;
}

.form-default fieldset > * {
	letter-spacing: normal;
}

.form-default .input-holder {
	padding: 13px 5px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
	color: #58595b;
}

.form-default .input-holder.wide {
	width: 100%;
}

.form-default .input-holder.error input {
	border-color: #d0021b;
	color: #d0021b;
	box-shadow: 0 0 2px rgba(208, 2, 27, .7);
}

.form-default .input-holder.error .error-msg {
	display: block;
}

.form-default .input-holder .error-msg {
	color: #d0021b;
	font-size: 12px;
	line-height: 1;
	padding-top: 8px;
	width: 100%;
	display: none;
}

.form-default .input-holder .tip {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin: 0 0 4px 0;
}

.form-default .jcf-select {
	margin: 0;
}

.request-form .submit-holder {
	padding: 30px 0 0;
}

/* tabs styles */

.tabset {
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 0 5px;
	border-bottom: 1px solid #ebebec;
}

.tabset li {
	margin: 0 15px 0 0;
}

.tabset a {
	color: #58595b;
	position: relative;
}

.tabset a.active,
.tabset a:hover {
	color: #74973e;
	text-decoration: none;
}

.tabset a.active:before,
.tabset a:hover:before {
	opacity: 1;
	right: 0;
}

.tabset a:focus {
	text-decoration: none;
}

.tabset a:before {
	-webkit-transition: opacity .3s ease-in-out, right .3s ease-in-out;
	transition: opacity .3s ease-in-out, right .3s ease-in-out;
	content: "";
	height: 2px;
	background: #9eb83b;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 100%;
	opacity: 0;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* slideshow styles */

.slideshow {
	position: relative;
}

.slideshow img {
	width: 100%;
	height: auto;
}

.slideshow .slick-prev,
.slideshow .slick-next {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: 30px;
	height: 48px;
	outline: none;
	background: #fff;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	padding: 0;
	color: #ebebec;
}

.slideshow .slick-prev:hover,
.slideshow .slick-next:hover {
	color: #9eb83b;
}

.slideshow .slick-prev .fa,
.slideshow .slick-next .fa {
	vertical-align: middle;
	font-size: 18px;
}

.slideshow .slick-prev {
	left: 0;
	right: auto;
}

.slideshow .slick-prev .fa {
	margin-right: 4px;
}

.slideshow .slick-next {
	right: 0;
	left: auto;
}

.slideshow .slick-next .fa {
	margin-left: 4px;
}

.slideshow .slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	bottom: 11px;
}

.slideshow .slick-dots li {
	margin: 0 5px;
}

.slideshow .slick-dots li.slick-active button {
	background: #fff;
}

.slideshow .slick-dots button {
	width: 12px;
	height: 12px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	outline: none;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	background: #58595b;
	display: block;
	border: none;
	padding: 0;
}

.slideshow .slick-dots button:hover {
	background: #fff;
}

/* item blocks styles */

.item-block {
	position: relative;
	padding-top: 27px;
	font-size: 16px;
}

.item-block + .item-block:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 2px;
	background: #ebebeb;
}

.item-block img {
	width: 100%;
	margin-bottom: 20px;
}

.item-block p {
	margin: 0;
	font-size: 17px;
}

.item-block p + * {
	margin-bottom: 25px;
}

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

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

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

.item-title {
	display: block;
	line-height: 1.1;
	color: #0094ce;
	font-size: 24px;
}

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

.item-block.style-2 {
	text-align: center;
	padding: 10px 0 0 0;
}

.item-block.style-2 .item-title {
	font-size: 20px;
	color: #222;
	margin: 0 0 11px 0;
}

.item-block.style-2 .text-holder {
	padding: 31px 25px 24px;
	position: relative;
	background: #fff;
	height: 100%;
}

.item-block.style-2 .text-holder a {
	font-weight: 700;
	margin: 0;
}

.item-block.style-2 .text-holder a:hover {
	color: #9eb83b;
	text-decoration: none;
}

.item-block.style-2 p {
	font-size: 16px;
	line-height: 1.375;
	margin: 0 0 15px 0;
}

.item-block.style-2.green-bg {
	background: #74973e;
}

.item-block.style-2.green-bg .btn {
	background: #9eb83b;
}

.item-block.style-2.blue-bg {
	background: #0094ce;
}

.item-block.style-2.blue-bg .btn {
	background: #3badc9;
}

.item-block.style-2.red-bg {
	background-color: #ce1b22;
}

.item-block.style-2.red-bg .btn {
	background: #b52025;
}

.item-block.style-2 .btn {
	position: absolute;
	bottom: 27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.item-block.style-2 .btn:hover {
	background-color: #d6b32b;
}

.item-block.story {
	padding-bottom: 70px;
	color: #fff;
}

.item-block.story .img-holder {
	padding-bottom: 66%;
}

.item-block.story .item-title {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.item-block.story .title {
	color: inherit;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.375;
	margin: 0;
	min-height: 2.5em;
	color: #fff;
}

.item-block.story .text-holder {
	background: none;
	padding: 18px 35px 10px !important;
	height: auto;
}

.item-block.story-2 .img-holder {
	padding-bottom: 34%;
}

.item-block.story-2 .text-holder {
	padding: 22px 20px 17px;
}

.item-block.story-2 .text-holder p {
	margin: 0;
}

.item-block.style-3 {
	background-color: #ebebec;
	padding: 0;
	text-align: center;
}

.item-block.style-3 .img-holder {
	padding-bottom: 64%;
}

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

.item-block.style-3 .item-title {
	color: #222;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 500;
}

.item-block.style-4 {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	background: #fff;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 0;
}

.item-block.style-4:hover {
	border-color: #9eb83b;
}

.item-block.style-4 .img-holder {
	padding-bottom: 67%;
	margin: -1px -1px 0 -1px;
}

.item-block.style-4 .text-holder {
	padding: 15px;
	font-size: 14px;
	line-height: 1.2;
}

.item-block.style-4 .item-title {
	font-size: inherit;
	line-height: inherit;
	color: #74973e;
}

.item-block.style-4 span {
	display: block;
}

.item-block.style-5 {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	background: #fff;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 0;
}

.item-block.style-5:hover {
	border-color: #9eb83b;
}

.item-block.style-5 .img-holder {
	padding-bottom: 67%;
	margin: -1px -1px 0 -1px;
}

.item-block.style-5 .text-holder {
	padding: 15px;
	font-size: 14px;
	line-height: 1.2;
}

.item-block.style-5 .item-title {
	font-size: inherit;
	line-height: inherit;
	color: #74973e;
}

.item-block.style-5 span {
	display: block;
}

.item-block.download .img-holder {
	text-align: center;
	margin: 0 0 15px 0;
}

.item-block.download .img-holder img {
	margin: 0;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.item-block.download ul.items {
	font-weight: 700;
	padding: 10px 0 0 0;
}

.item-block.download ul.items li + li {
	margin-top: 6px;
}

.item-block.download ul.items a {
	text-decoration: underline;
}

.item-block.download ul.items a:hover {
	text-decoration: none;
}

/* item blocks styles */

/* items lists styles */

.blocks-list {
	margin: 0 -5px -20px;
	letter-spacing: -.4em;
	text-align:center;
}

.blocks-list > * {
	letter-spacing: normal;
}

.blocks-list li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 5px 20px;
}

.blocks-list.no-margin {
	margin: 0;
}

.blocks-list.features-list {
	margin: 0 -10px;
}

.blocks-list.features-list li {
	padding: 0 10px 20px;
}

/* items lists 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: #fff;
	border-bottom: 4px solid #74973e;
}

#header .container {
	max-width: 1180px;
	width: 100%;
	padding: 0 20px;
}

#header .logo {
	float: left;
	display: block;
	padding: 17px 0 16px;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
	width: 100%;
}

.holder-opener {
	width: 36px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 2px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.holder-opener:before,
.holder-opener:after,
.holder-opener span {
	background: #74973e;
	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;
	margin-top: 0;
	padding-bottom: 20px;
	background-color: #ecebeb;
	border-bottom: 4px solid #74973e;
}

.head-block {
	position: relative;
}

.options-holder {
	float: right;
}

.options-holder .lang-select {
	display: inline-block;
	vertical-align: middle;
}

.options-holder .btn-holder {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.lang-select {
	margin: 0 20px 0 0;
	font-weight: 500;
	padding: 19px 0;
}

.lang-select .jcf-select {
	width: auto;
	height: auto;
	border: none;
	background: none;
	min-width: 44px;
	margin: 0;
}

.lang-select .jcf-select.jcf-drop-active {
	box-shadow: none;
}

.lang-select .jcf-select.jcf-drop-active .jcf-select-opener:after {
	content: "\f0d8";
}

.lang-select .jcf-select-text {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	line-height: 1;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.lang-select .jcf-select .jcf-select-opener {
	position: static;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.lang-select .jcf-select .jcf-select-opener:after {
	content: "\f0d7";
	font: normal normal normal 18px/20px FontAwesome;
	color: #74973e;
	margin: 0 0 0 4px;
	padding: 0;
	border: none;
	position: static;
	line-height: 1;
}

.lang-select .jcf-select-drop {
	min-width: 60px;
	top: 47px;
	border: none;
	border-top: 1px solid #74973e;
}

.lang-select .jcf-list .jcf-option.jcf-hover {
	background: #f5d010;
}

.lang-select .jcf-list .jcf-option {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	padding: 6px 15px;
	font-size: 18px;
	color: #000;
}

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

.main-menu {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 0 15px 0;
	border-bottom: 2px solid #dedcdc;
	margin: 0 0 21px 0;
}

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

.main-menu li.has-drop-down.active > a {
	background: #f5d010;
}

.main-menu .inner-drop-opener {
	height: 34px;
	position: relative;
	margin: 0 0 3px 0;
}

.main-menu .inner-drop-opener .fa {
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.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;
	display: inline-block;
	vertical-align: middle;
	color: #222;
	display: block;
	background: transparent;
	line-height: 1;
	text-decoration: none;
	padding: 8px 30px;
}

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

.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;
	top: 0;
	width: 100%;
	background: #fff;
	background-color: #ecebeb;
	z-index: 1;
	left: 0;
	right: 0;
	padding: 8px 0;
}

.dropdown.level-3 {
	border-top: none;
}

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

.inner-list li a {
	border: none;
	padding: 8px 30px 8px 40px;
}

.inner-list li a:hover {
	background: #f5d010;
	color: #222;
}

.header-search {
	margin: 0;
	padding: 21px 30px 0;
}

.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;
	z-index: 9;
}

.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;
	border: none;
	margin: 3px 12px 0 0;
	background: none;
}

.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: #222;
	font-weight: 700;
	font-size: 18px;
}

.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% - 50px);
	border: none;
	font-size: 16px;
	outline: none;
	text-transform: uppercase;
	color: #000;
	padding: 3px 10px;
	background: #fff;
	border-radius: 0;
}

.header-search input[type="search"]:focus {
	box-shadow: none;
}

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

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

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

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

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

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

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

/* footer styles */

#footer {
	background: #9eb83b;
	color: #fff;
}

#footer .container {
	max-width: 1020px;
}

#footer .nav-holder {
	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;
	margin: 0 -5px 19px -5px;
}

#footer .social-list {
	padding: 15px 0 0 0;
}

.footer-block {
	font-size: 13px;
	line-height: 1.25;
	padding: 0 5px;
	max-width: 33.33%;
}

.footer-block .title {
	display: block;
	text-transform: uppercase;
	margin: 0 0 16px 0;
}

.footer-block a {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.footer-block a:hover {
	border-bottom-color: #74973e;
}

.footer-block .btn-wrap {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	text-align: center;
	padding: 0 0 35px 0;
}

/* footer links */

.footer-nav li {
	margin: 0 0 8px;
}

/* subscribe form at footer styles */

.footer-subscribe-form {
	background: #74973e;
	padding: 17px 20px 20px;
}

.footer-subscribe-form .title {
	display: block;
	font-size: 16px;
	margin: 0 0 5px 0;
}

.footer-subscribe-form .input-holder {
	position: relative;
}

.footer-subscribe-form button[type=submit] {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	background: none;
	border: none;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	color: #74973e;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-subscribe-form button[type=submit]:hover {
	color: #9eb83b;
}

.footer-subscribe-form input[type=email] {
	font-size: 14px;
	height: 45px;
	padding: 5px 40px 5px 15px;
}

.footer-subscribe-form input[type=email]::-webkit-input-placeholder {
	color: #c0bcbc;
}

.footer-subscribe-form input[type=email]::-moz-placeholder {
	opacity: 1;
	color: #c0bcbc;
}

.footer-subscribe-form input[type=email]:-moz-placeholder {
	color: #c0bcbc;
}

.footer-subscribe-form input[type=email]:-ms-input-placeholder {
	color: #c0bcbc;
}

.footer-subscribe-form input[type=email].placeholder {
	color: #c0bcbc;
}

/* badges list */

.badges-list {
	letter-spacing: -.4em;
	text-align: center;
	padding: 26px 0;
}

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

.badges-list a {
	display: block;
}

.footer-top-hold {
	padding: 26px 0 0;
}

.footer-bottom-hold {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 26px 0 25px 0;
	background: #74973e;
}

.footer-bottom-hold .copyright {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 6px 0 0 0;
	text-align: center;
}

.footer-menu {
	letter-spacing: -.4em;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	padding: 13px 0 0 0;
	margin: 0 -10px;
}

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

.footer-menu a {
	-webkit-transition: border-bottom-color .3s ease-in-out;
	transition: border-bottom-color .3s ease-in-out;
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.footer-menu a:hover {
	border-bottom-color: #9eb83b;
}

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,
.custom-caption {
	display: block;
	color: #606163;
}

strong {
	font-weight: 700;
}

.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: 10px;
}

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: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 12px;
	top: 9px;
}

ul.list-dotted {
	padding-left: 31px;
	margin-bottom: 25px;
}

ul.list-dotted li {
	position: relative;
	padding-left: 27px;
}

ul.list-dotted li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 9px;
	left: 0;
}

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

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

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

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

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

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

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

.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: auto; 
	margin-top: 0px;
}

.img-bg {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
}

.bg-bottom {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.green {
	color: #74973e;
}

.text-gray {
	color: #58595b;
}

.bg-white {
	background: #fff;
}

.highlighted {
	color: #0094ce;
}

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

.text-green {
	color: #74973e;
}

.text-blue {
	color: #0094ce;
}

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

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

.btn-link {
	color: #0094ce;
}

.btn-link:hover {
	text-decoration: none;
	color: #3badc9;
}

.btn-link:after {
	content: "»";
	padding: 0 0 0 4px;
}

/* block title styles */

.base-title {
	font-size: 24px;
	line-height: 26px;
	border-bottom: 2px solid #74973e;
	padding: 7px 0;
	margin: 0 0 7px;
}

.base-title.big {
	padding: 7px 20px 20px;
	margin-bottom: 0;
	margin: 0 -20px;
}

.base-title.small {
	padding: 7px 0;
}

.base-title.blue {
	border-color: #0094ce;
}

.base-title.red {
	border-color: #ce1b22;
}

.base-title.beige {
	border-color: #ebebec;
}

.base-title.gray {
	border-color: #ebebeb;
}

.base-title.gray-darker {
	border-color: #bcbec0;
}

.base-title.gray-light {
	border-color: #dcddde;
}

.base-title + p {
	margin-top: 20px;
}

.base-title + table {
	margin-top: 20px;
}

.base-title .title-holder {
	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;
	font-size: 16px;
	line-height: 22px;
}

.base-title .see-more {
	float: right;
	font-size: 16px;
}

.base-title .subtitle {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

/* block title styles */

/* table styles */

table {
	width: 100%;
	margin: 0;
	font-size: 20px;
	line-height: 22px;
}

table th {
	background: #74973e;
	color: #fff;
	font-weight: 700;
	text-align: left;
	padding: 8px 10px;
}

table tbody tr {
	border-bottom: 2px solid #ebebec;
}

table tr td:nth-child(odd) {
	padding: 11px 5px 7px 0;
}

table tr td:nth-child(even) {
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	padding: 11px 0 7px 5px;
}

table td {
	vertical-align: bottom;
}

table td,
table th {
	border: none;
}

/* table 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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
}

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

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

.intro-section h1,
.intro-section strong {
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
}

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

.intro-section.bordered {
	border-bottom: 7px solid #b52025;
}

.intro-section.main:before {
	content: "";
	background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .7) 100%);
	background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .7) 100%);
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
}

.intro-section.main:after {
	min-height: 171px;
}

.intro-section.financing {
	border-bottom: 7px solid #3aadc9;
}

.intro-section.financing:after {
	min-height: 171px;
}

.intro-section.financing h1,
.intro-section.financing .h1 {
	text-shadow: 0 0 9px rgba(0, 0, 0, .5);
	margin: 0 0 .7em;
}

/* intro section styles */

.footnote {
	font-size: 14px;
	color: #58595b;
	line-height: 1.286;
}

.base-title .subtitile {
	display: block;
	font-size: 16px;
	line-height: 1.375;
	padding: 4px 0 0 0;
}

.sidebar .btn-holder {
	padding: 0;
	margin: 0 0 20px 0;
}

.sidebar .btn-holder .btn {
	width: 100%;
	font-size: 16px;
	padding: 17px 19px;
}

.main-section {
	padding: 20px 0;
	position: relative;
}

.main-section.info {
	padding: 33px 0 0 0;
	color: #fff;
}

.main-section.info .section-title {
	margin: 0 auto 28px auto;
	max-width: 660px;
}

.main-section.info .list-title {
	display: block;
	font-size: 24px;
	margin: 0 0 9px 0;
}

.main-section.info .two-columns-list {
	color: #fff;
	margin: 0 0 35px 0;
}

.main-section.info .two-columns-list li + li {
	margin: 13px 0 0 0;
}

.main-section.info .two-columns-list a {
	-webkit-transition: border-bottom-color .3s ease-in-out;
	transition: border-bottom-color .3s ease-in-out;
	color: inherit;
	border-bottom: 1px solid transparent;
}

.main-section.info .two-columns-list a:hover {
	border-bottom-color: #fff;
}

.main-section.meet-clients {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 21px 0 66px;
}

.main-section.meet-clients .section-title {
	margin: 0 0 14px 0;
}

.main-section.meet-clients .section-subtitle {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 36px 0;
}

.main-section.about {
	padding: 30px 0 15px;
}

.main-section.impact {
	padding: 27px 0 65px 0;
	background-color: #fff;
}

.main-section.impact .text-item {
	display: block;
	font-size: 17px;
	line-height: 1.53;
	margin: 0 0 17px 0;
}

.main-section.worldwide {
	color: #fff;
	padding: 35px 0 48px;
}

.main-section.worldwide .container {
	max-width: 1020px;
}

.main-section.worldwide .section-title {
	font-size: 24px;
	line-height: 1.33;
	margin: 0 0 30px 0;
}

.main-section.impact-info {
	padding: 0;
}

.main-section.impact-info .container {
	max-width: 940px;
}

.main-section .bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

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

.main-section.financial-branches {
	padding: 40px 0;
}

.main-section.financial-branches .section-title {
	margin: 0 0 30px;
}

.section-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 20px 0;
}

.section-subtitle {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
}

.two-columns-list {
	-webkit-column-count: 2;
	column-count: 2;
}

.page-title {
	line-height: 1.15;
	color: #74973e;
	margin: 0 0 14px 0;
}

.info-area {
	padding-bottom: 11px;
}

.info-block {
	font-size: 14px;
	line-height: 1.5;
	padding: 0 0 14px 0;
}

.info-block .title {
	display: block;
	font-size: 20px;
	color: #0094ce;
	margin: 0 0 8px 0;
}

.info-block p {
	margin: 0 0 21px 0;
}

.info-table-holder {
	font-size: 16px;
	line-height: 1.375;
	padding: 0 0 38px 0;
	margin: 0 -20px;
}

.info-table-holder .box {
	padding: 11px 20px 11px;
}

.info-table-holder .box strong {
	font-size: 20px;
	line-height: 1.1;
}

.info-table-holder .heading {
	border-bottom: 2px solid #ebebec;
	padding: 34px 19px 10px;
	margin: 0 0 24px 0;
	color: #58595b;
}

.info-table-holder .heading strong {
	display: block;
	font-size: 24px;
	margin: 0 0 6px 0;
}

.info-table-holder .heading p {
	margin: 0;
}

.footnotes {
	font-size: 14px;
	line-height: 1.286;
	color: #616264;
}

.message-item {
	border: 1px solid;
	font-size: 14px;
	line-height: 1.5;
	padding: 13px 15px;
	border-radius: 3px;
}

.message-item.success {
	border-color: #9eb83b;
}

.message-item.error {
	border-color: #ce1b22;
}

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

.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: #f5d010;
}

/* breadcrumbs styles */

.breadcrumbs {
	color: #dbdbdb;
	font-size: 14px;
	line-height: 1.28;
	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;
	text-decoration: none;
}

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

/* breadcrumbs styles */

/* banner section styles */

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

.banner-section:before {
	content: "";
	background-image: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .9) 100%);
	background-image: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .9) 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.banner-section:after {
	content: "";
	width: 0;
	display: block;
}

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

.banner-section.donate .section-title {
	margin: 0 0 9px 0;
}

.banner-section.credit {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.banner-section.credit:before {
	display: none;
}

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

.banner-section.credit .holder {
	padding: 25px 0;
}

.banner-section.credit .text-holder .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.donate-area {
	letter-spacing: -.4em;
	padding: 25px 0 8px 0;
}

.donate-area > * {
	letter-spacing: normal;
}

.donate-area .btn {
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
}

.banner-block {
	color: #fff;
	text-align: center;
	position: relative;
	padding: 35px 20px 29px;
}

.banner-block > * {
	position: relative;
	z-index: 1;
}

.banner-block:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}

.banner-block h3 {
	font-size: 24px;
	line-height: 1.16;
	font-weight: 500;
}

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

.banner-block .btn {
	margin: 13px 0 0 0;
}

/* banner section styles */

/* video block styles */

.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 200%);
	background-image: linear-gradient(180deg, transparent 0%, #000 200%);
	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: 27px;
	height: 27px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
}

.btn-play:hover {
	border-color: #74973e;
}

.btn-play:hover:before {
	border-left-color: #74973e;
}

.btn-play:before {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	content: "";
	border-left: 10px solid #fff;
	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;
}

/* video block styles */

/* info item styles */

.info-item {
	padding: 20px 0 25px;
	position: relative;
}

.info-item + .info-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	height: 2px;
	background: #ebebeb;
	display: none;
}

.info-item:after {
	content: "";
	display: table;
	clear: both;
}

.info-item .text-holder {
	float: left;
	width: 100%;
	font-size: 17px;
	padding-right: 5px;
}

.info-item .title {
	font-size: 24px;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}

.info-item .location + * {
	margin-top: 25px;
}

.info-item .phone + *:not(.phone) {
	margin-top: 25px;
}

.info-item .phone a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.info-item .img-holder {
	float: left;
	width: 210px;
	display: none;
}

.info-item .img-holder img {
	width: 100%;
}

/* info item styles */

/* Awards block */

.awards-blocks {
	padding-bottom: 10px;
}

.awards-blocks .award-wrap {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.awards-blocks .award {
	margin-top: 20px;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 4px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

/* Awards block */

/* 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: #222;
	padding: 20px 0 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebec;
}

.navigation.line {
	position: relative;
	border-bottom: none;
}

.navigation.line:before {
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	top: 0;
	height: 2px;
	background: #ebebeb;
}

.navigation .title {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin-right: 20px;
	color: #d1d3d4;
	text-transform: uppercase;
}

.navigation .page-numbers {
	width: 16px;
	height: 29px;
	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: #222;
	background: transparent;
	text-decoration: none;
	padding: 0;
	font-weight: 400;
	line-height: 1;
	font-size: 14px;
}

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

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

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

.navigation .page-numbers:hover {
	text-decoration: none;
	color: #74973e;
	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: #9eb83b;
	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: #a6a6a6;
	text-transform: capitalize;
}

.tagcloud > a:hover {
	color: #8d8d8d;
	text-decoration: none;
}

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

/* tags list styles */

/* content styles */

.content-wrap {
	padding: 0;
}

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

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

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

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

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

.content-box {
	padding: 15px 20px;
	margin-bottom: 10px;
}

.btn-holder {
	padding: 15px 0 5px;
}

.btn-holder .title {
	font-size: 14px;
	line-height: 16px;
	color: #d1d3d4;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.btn-holder.example .btn {
	margin-bottom: 10px;
}

/* content styles */

/* blockquote styles */

blockquote {
	border: none;
	font-size: 24px;
	padding-left: 14px;
	margin: 35px 0;
	line-height: 1.33;
	color: #0094ce;
	position: relative;
	padding: 0 0 0 35px;
}

blockquote.green-line {
	color: #58595b;
	font-size: 24px;
	position: relative;
}

blockquote.green-line + .green-line {
	margin-top: 25px;
}

blockquote.green-line:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #74973e;
}

blockquote.green-line .author,
blockquote.green-line .cite,
blockquote.green-line cite {
	color: #58595b;
}

blockquote.green-line q:before {
	content: "";
	display: none;
}

blockquote q:after {
	display: none;
}

blockquote q:before {
	content: "“";
	position: absolute;
	left: -2px;
	top: 5px;
	color: #3badc9;
	font-weight: 700;
	font-size: 72px;
	line-height: 50px;
}

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

/* blockquote styles */

/* subnav styles */

.subnav {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	padding: 15px 20px 0;
}

.subnav > li {
	border-bottom: 2px solid #dedede;
	margin-bottom: 11px;
}

.subnav > li:last-child {
	border: none;
	margin-bottom: 0;
}

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

.subnav .opener {
	color: #000;
	line-height: 22px;
	display: block;
	padding: 5px 0 14px;
	font-weight: 700;
}

.subnav .opener:focus {
	text-decoration: none;
}

.subnav .nav-list {
	padding-bottom: 18px;
}

.subnav .nav-list li {
	padding-bottom: 9px;
}

.subnav .nav-list a {
	color: #58595b;
}

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

/* subnav 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%;
}

/* sidebar widget styles */

/* sidebar subscribe form styles */

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

.subscribe-form [type="submit"] {
	margin-top: 12px;
}

/* sidebar subscribe form styles */

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

/* sidebar styles */

.sidebar {
	margin: 0 -20px;
}

.sidebar.big .widget {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.sidebar .mob-none {
	display: none;
}

.sidebar .widget {
	padding: 20px;
	margin-bottom: 10px;
}

.sidebar .widget.widget-img {
	padding: 0;
}

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

.sidebar .widget.widget-img .widget-text {
	padding: 20px 20px 20px;
}

.sidebar .widget.widget-img a {
	color: #000;
}

.sidebar .widget.widget-img a:hover {
	color: #0094ce;
}

.sidebar .widget.widget-img.bg-blue {
	border-top: 3px solid #0094ce;
}

.sidebar .widget.bg-light-blue {
	background: #3badc9;
}

.sidebar .widget.bg-light-blue.bor-top {
	border-top: 3px solid #3badc9;
}

.sidebar .widget.bg-light-blue .widget-title {
	color: #fff;
}

.sidebar .widget.bg-light-blue a {
	color: #fff;
}

.sidebar .widget.bg-light-blue a:hover {
	color: #fff;
}

.sidebar .widget.bg-light-blue p {
	color: #fff;
}

.sidebar .widget.bg-green {
	background: #74973e;
	border-top: 10px solid #9eb83b;
}

.sidebar .widget.bg-green .widget-title {
	color: #fff;
}

.sidebar .widget.bg-green p {
	color: #fff;
}

.sidebar .widget.bg-blue {
	background: #0094ce;
	border-top: 10px solid #3badc9;
}

.sidebar .widget.bg-blue .widget-title {
	color: #fff;
}

.sidebar .widget.bg-blue a.widget-title {
	color: #fff;
}

.sidebar .widget.bg-blue a.widget-title:hover {
	color: #fff;
}

.sidebar .widget.bg-blue blockquote.light cite {
	color: #fff;
}

.sidebar .widget.bor-n {
	border: none;
}

.sidebar .widget p.gray {
	color: #58595b;
}

.sidebar .widget blockquote {
	margin: 0;
	padding: 70px 0 0;
}

.sidebar .widget blockquote q {
	color: #fff;
}

.sidebar .widget blockquote q:before {
	width: 55px;
	height: 53px;
	background-size: 100%;
}

.sidebar .widget blockquote cite {
	color: #fff;
}

.sidebar .widget blockquote.light {
	margin: 0;
	padding: 0;
}

.sidebar .widget blockquote.light q {
	line-height: 1.2;
}

.sidebar .widget blockquote.light q:before {
	display: none;
}

.sidebar .widget blockquote.light cite {
	color: #acabab;
}

.sidebar .widget-title {
	font-size: 24px;
	color: #000;
	display: inline-block;
	width: 100%;
}

.sidebar a.widget-title {
	color: #000;
}

.sidebar a.widget-title:hover {
	color: #0094ce;
}

/* sidebar styles */

/* filters area styles */

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

.form-holder label {
	margin: 0;
	padding-left: 25px;
	line-height: 1.3;
	position: relative;
}

.form-holder label + label {
	margin-top: 10px;
}

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

.form-holder legend,
.form-holder .legend {
	font-weight: 900;
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 20px;
	cursor: default;
}

.form-holder .search-area + .search-area {
	margin-top: -15px;
}

.form-holder .search-area + .filter-holder {
	margin-top: -17px;
}

.form-holder .search-area legend,
.form-holder .search-area .legend {
	font-size: 14px;
	text-transform: none;
	color: #58595b;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

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

.form-holder .filter-form .sort-holder {
	margin-bottom: 18px;
}

.form-holder [type="checkbox"] + .fake-input {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
	border-radius: 2px;
	border: 1px solid #acabab;
}

.form-holder [type="checkbox"] + .fake-input:after {
	content: "\f00c";
	font: normal normal normal 18px/20px FontAwesome;
	position: absolute;
	top: -4px;
	left: 1px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	font-size: 17px;
	color: #0094ce;
}

.form-holder [type="checkbox"]:checked + .fake-input:after {
	opacity: 1;
	visibility: visible;
}

.form-holder [type="radio"] + .fake-input {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .25);
	border-radius: 50%;
	border: 1px solid #acabab;
}

.form-holder [type="radio"] + .fake-input:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #0094ce;
	z-index: 1;
	display: none;
	border-radius: 50%;
}

.form-holder [type="radio"]:checked + .fake-input:after {
	display: inline-block;
}

.select-list {
	font-size: 15px;
	line-height: 1.25;
	color: #0094ce;
	text-transform: capitalize;
	margin: -8px 0 10px 0;
}

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

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

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

.select-list a {
	color: inherit;
}

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

/* filters area styles */

/* branch-item styles */

.branches-list {
	margin: 0 -10px -30px;
}

.branches-list li {
	padding: 0 10px 30px;
	text-align: center;
}

.branch-item {
	display: inline-block;
	vertical-align: top;
	color: #74973e;
	text-align: center;
}

.branch-item:hover {
	text-decoration: none;
	color: #b52025;
}

.branch-item:hover .img-holder {
	border-color: #b52025;
}

.branch-item:hover .img-holder svg {
	fill: #b52025;
}

.branch-item .img-holder {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 158px;
	height: 158px;
	border-radius: 50%;
	margin: 0 auto 14px;
	border: 5px solid #58585b;
}

.branch-item .img-holder svg {
	-webkit-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
	fill: #58585b;
}

.branch-item .title {
	display: block;
	font-weight: 600;
	font-size: 32px;
}

/* branch-item styles */

/* styles for safari */

.safari .tagcloud > a,
.mac .tagcloud > a {
	padding: 12px 10px 8px;
}

.safari .btn,
.mac .btn {
	padding: 16px 19px 12px;
}

.safari .btn.btn-secondary,
.mac .btn.btn-secondary {
	padding: 15px 14px 9px;
}

.safari .btn.btn-large,
.mac .btn.btn-large {
	padding: 19px 20px 15px;
}

.safari .btn.btn-small,
.mac .btn.btn-small {
	padding: 12px 13px 8px;
}

.safari .sidebar .btn-holder .btn,
.mac .sidebar .btn-holder .btn {
	padding: 19px 19px 15px;
}

.safari input[type="text"],
.safari input[type="tel"],
.safari input[type="email"],
.safari input[type="search"],
.safari input[type="password"],
.mac input[type="text"],
.mac input[type="tel"],
.mac input[type="email"],
.mac input[type="search"],
.mac input[type="password"] {
	padding: 7px 10px 3px;
}

.safari .jcf-select .jcf-select-text,
.mac .jcf-select .jcf-select-text {
	line-height: 38px;
}

.safari .lang-select .jcf-select-text,
.mac .lang-select .jcf-select-text {
	line-height: 1;
	padding: 4px 0 0 0;
}

.safari .lang-select .jcf-select .jcf-select-opener:after,
.mac .lang-select .jcf-select .jcf-select-opener:after {
	margin-top: 2px;
}

.safari .main-menu a,
.mac .main-menu a {
	padding: 12px 30px 6px;
}

.safari .footer-subscribe-form input[type=email],
.mac .footer-subscribe-form input[type=email] {
	padding: 7px 40px 3px 15px;
}

.safari .lang-select .drop li,
.mac .lang-select .drop li {
	padding: 8px 15px 4px;
}

.safari table th,
.mac table th {
	padding: 11px 10px 5px;
}

.safari table tr td:nth-child(odd),
.mac table tr td:nth-child(odd) {
	padding: 13px 5px 5px 0;
}

.safari table tr td:nth-child(even),
.mac table tr td:nth-child(even) {
	padding: 13px 0 5px 5px;
}

.safari ul.list-default > li:before,
.mac ul.list-default > li:before {
	top: 5px;
}

.safari .list-default li > ul > li:before,
.mac .list-default li > ul > li:before {
	top: 8px;
}

.safari .lang-select .jcf-list .jcf-option,
.mac .lang-select .jcf-list .jcf-option {
	padding: 9px 15px 3px;
}

/* styles for safari */

@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: 400px) {
	.awards-blocks .award-wrap {
		width: 33.33333%;
	}

	/* .bg-video {
		width: 100%;
		height: auto;
	} */
}

@media (min-width: 480px) {
	.blocks-list.style-2 li {
		width: 50%;
	}

	.blocks-list.style-3 li {
		width: 50%;
	}

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

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

	.intro-section.main:after {
		min-height: 300px;
	}

	.intro-section.financing:after {
		min-height: 300px;
	}

	.branches-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.branches-list li {
		width: 50%;
	}

	/* .bg-video {
		width: auto;
		height: 100%;
	} */
}

@media (min-width: 500px) {
	.info-item + .info-item:before {
		display: inline-block;
	}

	.info-item .text-holder {
		width: calc(100% - 210px);
	}

	.info-item .img-holder {
		display: inline-block;
	}
}

@media (min-width: 640px) {
	.item-block.story .title {
		min-height: 0;
	}

	.blocks-list {
		margin: 0 -5px -10px;
	}

	.blocks-list li {
		width: 50%;
		padding: 0 5px 10px;
	}

	.blocks-list.style-2 li {
		width: 33.33%;
	}

	.blocks-list.style-3 li {
		width: 50%;
	}
}

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

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

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

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

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

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

	.form-default .input-holder {
		width: 50%;
		padding: 18px 5px 0;
	}

	.request-form .content-box {
		padding: 15px 20px 31px;
	}

	.slideshow .slick-dots {
		bottom: 25px;
	}

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

	.item-block + .item-block {
		padding-top: 20px;
	}

	.item-block + .item-block:before {
		left: -20px;
		right: -20px;
	}

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

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

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

	.item-block.style-2 .text-holder {
		padding: 31px 25px 50px;
	}

	.item-block.style-2 .text-holder a {
		position: absolute;
		bottom: 25px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.item-block.download {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.item-block.download .img-holder {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0;
	}

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

	.blocks-list li {
		width: 33.33%;
	}

	.blocks-list.style-5 li {
		width: 50%;
	}

	#footer .nav-holder {
		margin: 0 -10px;
		padding: 3px 0 0 0;
	}

	#footer .social-list {
		padding: 0;
	}

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

	.footer-bottom-hold {
		text-align: left;
	}

	.footer-bottom-hold .copyright {
		padding: 15px 0 0 0;
	}

	.footer-menu {
		text-align: right;
		padding: 2px 0 0 0;
	}

	figcaption,
	.custom-caption {
		padding: 10px 0;
	}

	.wide-img {
		margin: 0;
	}

	table tr td:nth-child(odd) {
		padding: 11px 5px 7px 11px;
	}

	table tr td:nth-child(even) {
		padding: 11px 0 7px 5px;
	}

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

	.intro-section .subtitle {
		font-size: 20px;
		padding: 20px 0 0 0;
	}

	.intro-section.main:after {
		min-height: 400px;
	}

	.intro-section.financing:after {
		min-height: 400px;
	}

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

	.intro-section.financing h1,
	.intro-section.financing .h1 {
		line-height: 1.4;
	}

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

	.main-section.info {
		padding: 40px 0;
	}

	.main-section.meet-clients {
		padding: 40px 0 66px;
	}

	.main-section.about {
		padding: 50px 0 35px;
	}

	.banner-section.credit:after {
		min-height: 480px;
	}

	.banner-section.credit .holder {
		padding: 50px 0;
	}

	.banner-section.credit .text-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.banner-section.credit .section-title {
		margin: 0;
	}

	.donate-area .btn {
		width: auto;
		margin: 0 20px 10px 0;
	}

	.banner-block {
		padding: 72px 20px 63px;
	}

	.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: 52px;
		height: 52px;
	}

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

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

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

	.content h1 {
		margin: 4px 0;
	}

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

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

	blockquote.green-line + .green-line {
		margin-top: 30px;
	}

	.subnav {
		padding: 15px 0 0;
		margin-bottom: 10px;
	}

	.subnav > li {
		padding: 0 20px;
	}

	.sidebar {
		margin: 0;
	}

	.sidebar .mob-none {
		display: block;
	}

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

	.branches-list li {
		width: 33.33%;
	}

	.safari table tr td:nth-child(odd),
	.mac table tr td:nth-child(odd) {
		padding: 13px 5px 5px 11px;
	}

	.safari table tr td:nth-child(even),
	.mac table tr td:nth-child(even) {
		padding: 13px 0 5px 5px;
	}
}

@media (min-width: 769px) {
	.main-section.info .two-columns-list {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.btn.btn-extra-large {
		font-size: 36px;
		padding: 22px 30px;
		min-width: 280px;
	}

	.item-block.story .img-holder {
		padding-bottom: 79%;
	}

	.item-block.story-2 .img-holder {
		padding-bottom: 40%;
	}

	.item-block.style-3 .text-holder {
		padding: 16px 20px 26px;
	}

	.item-block.style-4 .text-holder {
		min-height: 88px;
	}

	.item-block.style-5 .text-holder {
		min-height: 88px;
	}

	.blocks-list.style-2 li {
		width: 20%;
	}

	.blocks-list.style-3 li {
		width: 25%;
	}

	#header {
		border-top: 7px solid #74973e;
		border-bottom: 1px solid #ebe9e9;
	}

	#header .logo {
		max-width: 200px;
		padding: 8px 0 0 0;
	}

	.holder-opener {
		display: none;
	}

	.head-holder {
		margin-top: 0;
		position: static;
		opacity: 1;
		visibility: visible;
		padding-bottom: 0;
		background: none;
		border-bottom: none;
	}

	.main-nav {
		float: left;
	}

	.options-holder {
		padding: 0;
	}

	.lang-select {
		font-size: 16px;
		padding: 17px 0;
		margin: 0 0 0 16px;
	}

	.lang-select .jcf-select-text {
		font-size: 16px;
	}

	.lang-select .jcf-select-drop {
		top: 43px;
	}

	.lang-select .jcf-list .jcf-option {
		font-size: 16px;
	}

	.main-menu {
		letter-spacing: -.4em;
		font-size: 16px;
		position: relative;
		padding: 0 0 0 16px;
		margin: 0;
		background: none;
		border-bottom: none;
	}

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

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

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

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

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

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

	.main-menu .inner-drop-opener {
		display: none;
	}

	.main-menu a:hover {
		background: none;
	}

	.main-menu a:hover:before {
		opacity: 1;
		visibility: visible;
	}

	.main-menu a {
		padding: 23px 12px 21px;
	}

	.main-menu > li > a {
		position: relative;
		z-index: 2;
	}

	.main-menu > li > a:before {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-transform: skew(16deg);
		-ms-transform: skew(16deg);
		transform: skew(16deg);
		background: #f5d010;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}

	.main-menu a.donate-button:before {
		opacity: 1;
		visibility: visible;
		background: #ce1b22;
	}

	.main-menu a.donate-button:hover:before {
		background:#f5d010;
	}

	.main-menu > li:last-of-type > a.donate-button {
		color: white;
	}

	.main-menu > li:last-of-type > a.donate-button:hover {
		color: #222;
	}

	.dropdown {
		position: absolute;
		top: 100%;
		min-width: 186px;
		left: 9px;
		right: auto;
		padding: 0;
		border-top: 1px solid #74973e;
		padding: 17px 0;
		opacity: 0;
		visibility: hidden;
	}

	.dropdown.level-3 {
		padding: 0;
		left: 100%;
		top: 0;
		opacity: 0;
		visibility: hidden;
		border-left: 1px solid #74973e;
	}

	.inner-list {
		padding: 6px 0;
	}

	.inner-list li a {
		padding: 6px 15px;
	}

	.header-search {
		margin: 15px 2px 0 12px;
		padding: 0;
		float: right;
	}

	.header-search .search {
		float: none;
		margin: 0;
	}

	.header-search .slide {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 40px);
		opacity: 0;
		visibility: hidden;
		background: #fff;
		padding: 13px 0 11px;
		height: auto !important;
	}

	.header-search input[type="search"] {
		width: 100%;
		border-bottom: 2px solid #000;
		padding-left: 0;
	}

	.header-search input[type="search"] {
		padding: 0;
	}

	#footer .nav-holder {
		padding: 7px 0 0 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -16px;
	}

	#footer .social-list {
		padding: 0 0 0 10px;
	}

	.footer-block {
		padding: 0 16px;
	}

	.footer-block .title {
		margin: 0 0 16px;
	}

	.footer-block .btn-wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 35px 0 0 0;
	}

	.footer-subscribe-form {
		padding: 15px 20px 20px;
	}

	.badges-list {
		padding: 19px 0;
	}

	.footer-top-hold {
		padding: 30px 0;
	}

	.footer-bottom-hold {
		padding: 19px 0 18px 0;
	}

	.footer-bottom-hold .copyright {
		padding: 0;
		text-align: right;
	}

	.footer-menu {
		margin: 0 -10px;
		text-align: left;
	}

	.footer-menu li {
		padding: 0 17px;
	}

	.hide-lg {
		display: none !important;
	}

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

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

	.intro-section .subtitle {
		font-size: 24px;
	}

	.intro-section.bordered {
		border-bottom-width: 13px;
	}

	/* .intro-section.main {
		margin: 10px 10px 0;
	} */

	.intro-section.main:after {
		min-height: 530px;
	}

	.intro-section.financing:after {
		min-height: 527px;
	}

	.intro-section.financing {
		border-bottom-width: 14px;
	}

	.main-section {
		padding: 50px 0;
	}

	.main-section.info {
		padding: 91px 0;
	}

	.main-section.info .section-title {
		line-height: .88;
		margin: 0 auto 35px auto;
	}

	.main-section.info .list-title {
		font-size: 25px;
		margin: 0 0 6px 0;
	}

	.main-section.meet-clients {
		padding: 69px 0 180px 0;
	}

	.main-section.meet-clients .section-subtitle {
		margin: 0 0 30px 0;
		font-size: 20px !important;
	}

	.main-section.about {
		padding: 94px 0;
	}

	.main-section.impact {
		padding: 56px 0 112px 0;
	}

	.main-section.impact .text-item {
		margin: 0 0 24px 0;
	}

	.main-section.worldwide {
		padding: 62px 0 81px;
	}

	.main-section.worldwide .section-title {
		margin: 0 0 33px 0;
	}

	.main-section.impact-info {
		padding: 53px 0 98px;
	}

	.main-section.financial-branches {
		padding: 70px 0 80px;
	}

	.main-section.financial-branches .section-title {
		margin: 0 0 60px;
	}

	.main-section.financial-cases {
		padding: 74px 0 85px;
	}

	.main-section.financial-cases .section-title {
		margin: 0 0 30px;
	}

	.page-title {
		margin: 0 0 19px 0;
	}

	.info-area {
		padding-bottom: 26px;
	}

	.info-table-holder {
		padding: 0 0 34px 0;
		margin: 0;
	}

	.info-table-holder .heading {
		padding: 26px 19px 18px;
		margin: 0 0 22px 0;
	}

	.message-item {
		padding: 23px 20px;
	}

	.social-list {
		font-size: 16px;
		margin: 0 -7px;
	}

	.social-list li {
		padding: 0 7px;
	}

	.banner-section:after {
		min-height: 586px;
	}

	.banner-section .holder {
		padding: 30px 0;
	}

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

	.banner-section.credit .text-holder .btn {
		padding: 32px 30px;
	}

	.donate-area {
		padding: 29px 0 0 0;
	}

	.awards-blocks .award-wrap {
		width: 20%;
	}

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

	blockquote {
		font-size: 25px;
		padding: 0 50px;
		margin: 0 0 16px;
	}

	blockquote q:before {
		top: 0;
		font-size: 98px;
		line-height: 73px;
	}

	.sidebar {
		max-width: calc(100% - 20px);
	}

	.form-holder label {
		font-size: 15px;
	}

	.branches-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -10px;
	}

	.branches-list li {
		width: auto;
		max-width: 20%;
		padding: 0 10px;
	}

	.safari .header-search,
	.mac .header-search {
		margin: 13px 2px 0 12px;
	}

	.safari .main-menu > li > a,
	.mac .main-menu > li > a {
		padding: 25px 15px 19px;
	}

	.safari .inner-list li a,
	.mac .inner-list li a {
		padding: 9px 15px 3px;
	}

	.safari .btn.btn-extra-large,
	.mac .btn.btn-extra-large {
		padding: 26px 30px 18px;
	}

	.safari .banner-section.credit .text-holder .btn,
	.mac .banner-section.credit .text-holder .btn {
		padding: 36px 30px 28px;
	}
}

@media (min-width: 993px) {
	.main-section.info .two-columns-list li + li {
		margin: 8px 0 0 0;
	}
}

@media (min-width: 1180px) {
	.main-menu {
		font-size: 16px;
	}

	.footer-block .btn-wrap {
		text-align: left;
		padding: 30px 0 0 0;
	}

	.intro-section.main:after {
		min-height: 630px;
	}

	.banner-section.credit:after {
		min-height: 640px;
	}

	.banner-section.credit .holder {
		padding: 100px 0;
	}

	.banner-section.credit .section-title {
		font-size: 56px;
		line-height: 1.04;
	}
}

@media (max-width: 991px) {
	iframe {
		width: 100%;
	}

	#header .btn-holder .btn {
		padding: 17px 14px;
		width: 215px;
		margin: 0 30px;
		font-size: 20px;
	}

	.has-drop-down-a:before {
		content: "\f0da";
		float: right;
		font: normal normal normal 18px/20px FontAwesome;
		font-size: 30px;
		position: absolute;
		right: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.dropdown {
		min-height: 100%;
	}

	.dropdown.level-3 .inner-list a {
		padding: 8px 30px 8px 50px;
	}

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

	.safari #header .btn-holder .btn,
	.mac #header .btn-holder .btn {
		padding: 19px 14px 15px;
	}

	.safari .lang-select,
	.mac .lang-select {
		padding: 21px 0 17px;
	}
}

@media (max-width: 768px) {
	.content {
		margin: 0 -20px;
	}

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

	.request-form .content-box {
		margin: 0;
		padding: 15px 20px 10px;
	}

	.request-form [type=submit] {
		width: 100%;
	}

	.request-form .submit-holder {
		background: #fff;
		padding: 23px 20px 39px 20px;
		margin: 0 0 10px 0;
	}

	body {
		line-height: 1.375;
		font-size: 16px;
	}

	.hide-md-down {
		display: none !important;
	}

	.loan-page .content p {
		font-size: 16px;
		line-height: 1.375;
	}

	.main-section.info .section-title {
		font-size: 24px;
		line-height: 1.33;
	}

	.page-title {
		font-size: 40px;
	}

	.donate-area .btn {
		padding: 15px 14px;
	}

	.content .banner-block {
		margin-left: -20px;
		margin-right: -20px;
	}

	.sidebar.big {
		background: #fff;
		padding: 20px;
	}

	.safari .donate-area .btn,
	.mac .donate-area .btn {
		padding: 17px 14px 13px;
	}

	.safari .item-block.style-3 .text-holder,
	.mac .item-block.style-3 .text-holder {
		padding: 11px 20px 7px;
	}
}
/* Donate button and template */
.page-template-page-donate h1 {
	font-size: 36px;
	line-height: 48px;
}
.page-template-page-donate #header {
	border-top: 4px solid #74973e;
	border-bottom: 0;
}
.page-template-page-donate .container {
	padding: 0;
}
.extra-space {
	margin-top: 20px;
}
.page-template-page-donate .head-holder {
	visibility: visible;
	opacity: 1;
	top: 15px;
	border-bottom: 0;
	background: transparent;
}
.page-template-page-donate .head-block h2 {
	margin-bottom: 0;
	padding-top: 8px;
	color: #58595B;
	margin-left: 170px;
	margin-right: 10px;
	font-size: 18px;
	line-height: 1;
}
.d-main {
	padding-bottom: 20px;
}
.d-main.bg-image {
	background-position: 50% 0;
	background-size: contain;
}
.d-form {
	padding-top: 191px;
}
.d-form .d-box {
	border-top: 10px solid #3badc9;
	margin-top: 40px;
}
.d-form h1 {
	color: #0094ce;
	margin: 0;
}
/* .d-embed #donation-form {
	margin-bottom: -80px;
} */
.d-box {
	padding: 20px;
	background: #ffffff;
}
.extra-info .d-embed {
	border-bottom: 4px solid #efefef;
	margin-bottom: 25px;
}
.d-quote .bg-blue {
	background: #0094ce;
	border-top: 10px solid #3badc9;
}
.d-quote blockquote q, .d-quote blockquote cite {
	color:#ffffff;
}
.page-template-page-donate blockquote {
	padding: 50px 20px 20px 20px;
	margin-bottom: 0;
}
.page-template-page-donate blockquote q:before {
	left: 12px;
	font-size: 150px;
	line-height: 120px;
}
.page-template-page-donate .footer-menu {
	padding: 20px 0 0 0;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.page-template-page-donate h1 {
		font-size: 42px;
		line-height: 68px;
	}
	.page-template-page-donate blockquote {
		padding: 90px 20px 20px 20px;
		margin-bottom: 16px;
	}
	.page-template-page-donate blockquote q:before {
		line-height: 200px;
	}
	.page-template-page-donate #wrapper {
		margin-bottom: -25px;
	}
	.page-template-page-donate #header {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.page-template-page-donate #header .container {
		padding: 0 60px;
	}
	.page-template-page-donate .head-holder {
		top: 100%;
	}
	.page-template-page-donate .head-block h2 {
		margin-left: 0;
		font-size: 31px;
		line-height: 1.5;
	}
	.d-main.bg-image {
		background-size: cover;
		background-attachment: fixed;
	}
	.d-form {
		padding-top: 0;
	}
	.extra-info .d-embed {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.page-template-page-donate #footer .container {
		max-width: 1060px;
	}
	.page-template-page-donate .footer-menu {
		padding: 0;
	}			
}

@media (max-width: 350px) {
	.d-form .d-box {
		margin-top: 15px;
	}

	#header .logo {
		max-width: 170px;
	}

	.lang-select {
		margin: 0 5px 0 0;
	}
}

/* Donate monthly template */
.bg-gray {
	background: #eaeaea;
}

.donate-monthly.bg-image {
	background-size: contain;
}

.donate-monthly .video-area, .donate-monthly .box-bottom {
	margin-bottom: 30px;
}

.donate-monthly.form-section.main {
	background-color: white;
	padding-bottom:  30px;
}

.donate-monthly h1 {
	color: #0094ce;
	font-size: 30px;
}

.donate-monthly .d-form {
	padding-top: 154px;
}

.donate-monthly .d-form h1 {
	line-height: 1;
}

.donate-monthly .quote,
.donate-monthly .video-text {
	color: #6A6A6A;
	padding-top: 5px;
}

.donate-monthly .quote {
	font-size: 22px;
}

.donate-monthly .video-text {
	font-size: 18px;
}

.donate-monthly .video-text {
	padding-top: 0;
}

.donate-monthly .video-text p {
	line-height: 1.3;
}

/* .donate-monthly .video-embed iframe {
	width: 100%;
	max-height: 210px;
} */

.d-simple-form input[type="text"] {
	height: 52px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	background: #eaeaea;
	margin-bottom: 10px;
}

.d-simple-form input[type="submit"] {
	width: 100%;
	font-size: 24px;
}

.donate-monthly .item-block.story {
	padding-bottom: 2px;
	padding-top: 18px;
	margin-bottom: 10px;
}

.donate-monthly .item-block img {
	width: initial;
}

.donate-monthly .item-block.story .text-holder {
	background: white;
	color: #4a4a4a;
	min-height: 100px;
	font-weight: 500;
}

.donate-monthly .item-block.story .text-holder {
	padding: 18px 14px 10px !important;
}

.donate-monthly .item-block.story.red-bg .text-holder {
	border: 2px solid #ce1b22;
}

.donate-monthly .item-block.story.blue-bg .text-holder {
	border: 2px solid #0094ce;
}

.donate-monthly .item-block.story.green-bg .text-holder {
	border: 2px solid #74973e;
}

.donate-monthly .item-block.story .text-holder {
	border-bottom: 0 !important;
}

.donate-monthly .box-bottom {
	margin-top: 4px;
}

.donate-monthly .box-bottom .bg-gray {
	color: #6a6a6a;
	padding: 20px 20px 5px;
	font-size: 18px;
}

.donate-monthly .box-bottom a, .donate-monthly .box-bottom a:link {
	color: #74973e;
}

@media (min-width: 480px) {
	.donate-monthly.form-section.main {
		min-height: 300px;
	}
}

@media (min-width: 768px) {
	.col-md-offset-0 {
		margin-left: 0;
	}

	.donate-monthly .video-area, .donate-monthly .box-bottom {
		margin-bottom: 60px;
	}

	.donate-monthly.bg-image {
		background-size: cover;
	}

	.donate-monthly.form-section.main {
		min-height: 400px;
	}

	.donate-monthly h1 {
		font-size: 38px;
	}

	.donate-monthly .item-block.story .text-holder {
		min-height: 120px;
	}

	.donate-monthly .video-text {
		font-size: 22px;
	}

	/* .donate-monthly .video-embed iframe {
		max-height: 280px;
	} */

	.donate-monthly.bg-bottom {
		background-size: cover !important;
	}
}

@media (min-width: 992px) {
	.donate-monthly.form-section.main {
		min-height: 530px;
	}

	.donate-monthly .d-form {
		padding-top: 60px;
	}
}

@media (min-width: 1180px) {
	.form-section.main {
		min-height: 630px;
	}
}

@media (max-width: 767px) {
	section.bg-image.donate-monthly {
		background-position-y: 0 !important;
	}

	.donate-monthly .d-form .d-box {
		border-top: 0;
		margin-top: 0;
		padding: 20px 5px;
	}

	.donate-monthly .d-form > div {
		background: white;
	}
}

@media (max-width: 375px) {
	.donate-monthly .d-form {
		padding-top: 50%;
	}

	.d-simple-form input[type="submit"] {
		font-size: 18px;
	}

	/* .donate-monthly .video-embed iframe {
		max-height: 160px;
	} */
}
/******************************************
 * What we do page styles - Start
 ******************************************/
.banner-area .banner-image-div {
	padding: 300px 0px;
	background-size: cover;
	background-position: 50% 80%;
	background-repeat: no-repeat;
	position: relative;
}
.page-id-19492 .banner-area .banner-image-div {
	background-position: center;
}
.banner-caption {
	position: absolute;
	max-width: 800px;
	background: #0094ce;
	border-top: 15px solid #3badc9;
	color: #fff;
	padding: 30px 50px;
	font-size: 20px;
	bottom: -150px;
	z-index: 1;
}
.banner-caption h1.page-title {
	color: #fff;
	text-transform: capitalize;
}
.main-section.body-content {
   padding: 200px 0px 50px;
   font-size: 20px;
   background-color: #fff;
   color: #58595b;
}
.services-div {
  padding: 50px 0px;
  color: #fff;
  font-size: 20px;
}
.services-div .service-item {
  text-align: center;
  font-size: 18px;
  padding: 5px 10px 20px;
}

.service-icon .hover-icon {
  display: none;
}
.service-icon a:hover img {
  display: none;
}
.service-icon a:hover .hover-icon {
  display: block;
}
.service-icon a {
  padding: 20px;
  display: block;
  text-align: center;
}
.service-icon a img {
  width: 160px;
  height: 160px;
}
.service-item h4 a {
  color: #fff;
}
.need-your-help {
  color: #fff;
  text-align: center;
  padding: 100px 50px;
  position: relative;
  background-position: 50% 0%;
}
.need-your-help .row {
  text-align: left;
}
.need-your-help:before {
  content: '';
  width: 100%;
  position: absolute;
  background-color: #000;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.4;
}
.need-your-help .container {
  position: relative;
}
.need-your-help .buttons-div {
  padding: 30px 0px 0px;
}
.btn.transparent-btn {
  border: 2px solid #fff;
  margin-right: 20px;
}
.btn.red-btn {
  background: #fff;
  color: #ce1b21;
}
.btn.transparent-btn:hover {
  background-color: #b3b3b3;
}
.btn.red-btn:hover {
  background: #b3b3b3;
}
.our-regions {
  background: #fff;
  padding: 50px 0px 50px;
}
.regions .col-md-3 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}
.regions h5 {
  background-color: #74973e;
  padding: 10px;
  margin: 0;
  color: #fff;
}
.regions .region-img img {
  	width: 100%;
  	height: auto;
  	display: block;
}
.regions  .row.justify-content-center {
 	justify-content: center;
}
.regions .region-2 h5 {
  	background-color: #0094ce;
}
.regions .region-3 h5 {
  	background-color: #ce1b22;
}
.regions .region-4 h5 {
  	background-color: #e1b325;
}
.regions .region-img {
    border: 5px solid #74973e;
    border-width: 0px;
}
.regions .region-2 .region-img {
    border-color: #0094ce;
}
.regions .region-3 .region-img {
    border-color: #ce1b22;
}
.regions .region-4 .region-img {
    border-color: #e1b325;
}
.regions .region a:hover{
	text-decoration: none;
}
.regions .region a:hover .region-img {
    border-width: 5px;
}
.regions.mobile-region-slider {
	display: none;
}
.regions .slick-prev, .regions .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #74973e;
    border: none;
    outline: none;
    background: #f3f3f3;
    z-index: 1;
    padding: 6px;
}
.regions .slick-prev {
    left: 0;
}
.regions .slick-next {
    right: 0;
}
.regions .slick-prev::before, .regions .slick-next::before {
    font-family: 'fontawesome';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #74973e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.regions .slick-next::before {
    content: '\f054';
}
.regions .slick-prev::before {
    content: '\f053';
}
.regions .slick-prev:hover, .regions .slick-next:hover{
    background-color: #fff;
}
.regions .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.regions .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.regions .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.regions .slick-dots li button::before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.regions .slick-dots li.slick-active button::before {
    opacity: .75;
    color: black;
}
@media screen and (max-width: 991.98px){
	.page-template-page-what-we-do main .col-md-3 {
	   -ms-flex-preferred-size: 25%;
	   flex-basis: 25%;
	   max-width: 25%;
	   padding-right: 10px;
		padding-left: 10px;
	}
	.page-template-page-what-we-do main .col-md-4 {
	   -ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.page-template-page-what-we-do main .col-md-6 {
	   -ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.banner-caption {
		max-width: 600px;
	}
	.container.container-small {
   	max-width: 900px;
   	width: 100%;
	}
	.service-item h4 {
   	font-size: 16px;
	}
	.page-template-page-what-we-do .service-item.col-md-3 {
   	width: 50%;
   	flex-basis: 50%;
   	max-width: 50%;
   	padding-right: 50px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 767.98px){
	.banner-area .banner-image-div {
   	padding: 200px 0px;
   	background-position: 100% -100px;
	}
	.page-id-19492 .banner-area .banner-image-div {
	  background-position: center;
	}
	.banner-caption {
		max-width: 100%;
		padding: 20px 30px;
		font-size: 16px;
		bottom: -100px;
		left: 0;
	}
	.main-section.body-content {
		padding: 150px 0px 50px;
	}
	.page-template-page-what-we-do main .service-item.col-md-3 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.page-template-page-what-we-do main .col-md-6 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.need-your-help {
   	padding: 50px 10px;
	}
	.regions {
	  display: none;
	}
	.regions.mobile-region-slider {
	  display: block;
	}
	.buttons-div {
		display: flex;
		flex-direction: column-reverse;
	}
	.btn.transparent-btn {
		border: 2px solid #fff;
		margin-right: 0px;
		margin-top: 20px;
	}
	.regions h5 {
   	text-align: center;
	}
}
 /******************************************
 * What we do page styles - End
 ******************************************/

 /******************************************
 * Our Impact page styles - Start
 ******************************************/
 .impact-banner.banner-area .banner-image-div {
	padding: 22vw 0px;
	background-position: 50% 50%;
}
.impact-banner .banner-caption {
	background: #ce1b22;
	border-top: 15px solid #b52025;
	padding: 30px 30px 30px 50px;
}
.impact-services h4 {
    color: #0094ce;
}
.impact-services .service-item{
    text-align: center;
}
.impact-services .service-item h4 a {
    color: #0094ce;
    text-decoration: none;
}
.measure-our-impact {
  padding: 50px 0px;
  color: #fff;
}
.measure-our-impact h2 {
    text-align: center;
}
.measure-our-impact p {
  font-size: 20px;
}
.measure-our-impact .col-md-8 p {
  font-size: 14px;
  line-height: 22px;
}
.measure-our-impact .btn.transparent-btn {
    padding: 10px 14px;
}

.impact-findings {
  text-align: center;
  background-color: #fff;
  padding: 50px 0px;
}
.country {
  padding: 0 15px;
}
.impact-findings .country h4 {
  font-size: 50px;
  line-height: 60px;
  margin: 0;
}

.impact-findings .country h5 {
  font-size: 22px;
  line-height: 26px;
}
.impact-findings p {
  font-size: 20px;
  line-height: 28px;
}
.impact-findings .country p {
  font-size: 14px;
  line-height: 22px;
}
.impact-findings .btn.transparent-btn {
    border-color: #ce1b22;
    color: #ce1b22;
}
.buttons-div {
    margin-top: 20px;
}
.impact-dashboard {
  background-color: #fff;
}
.impact-dashboard .container.container-small {
   max-width: 700px;
}
.impact-dashboard-header {
  border-top: 20px solid #74983e;
  background: #ebebec;
  padding-top: 30px;
}
.impact-dashboard-header h2 {
  color: #74983e;
  margin: 0;
}
.impact-dashboard-header h4 {
  color: #616367;
  font-size: 16px;
  font-weight: 500;
}
.tab-btns {
  padding-top: 30px;
}
.impact-dashboard .tab-btns ul {
  text-align: center;
}
.impact-dashboard .tab-btns ul li {
  text-align: center;
  display: inline-block;
  width: 24%;
}
.impact-dashboard .tab-btns ul li a {
  border-left: 2px solid #fff;
  padding: 0px 25px 10px;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}
.impact-dashboard .tab-btns ul li:last-child a{
  border-right: 2px solid #fff;
}
.impact-dashboard .tab-btns ul li a:hover::after {
    content: '';
    border-bottom: 5px solid;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tab-cotent {
  text-align: center;
  padding: 25px 0px;
}
#Finance.tab-cotent {
    padding-top: 50px;
}
.impact-tabs-content .tab-cotent > h3 {
    font-size: 16px;
    margin-bottom: 24px;
}
.impact-tabs-content .tab-icon img {
   max-height: 120px;
}
.impact-table .row.head {
  background-color: #0094ce;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  background-image: none;
}
.impact-table .row.head .col-md-6 {
  padding: 5px 0px;
  font-size: 24px;
  background: none;
}
.impact-table .row h3 {
  font-size: 96px;
  color: inherit;
  margin: 0;
  line-height: 110px;
}
.impact-table .row {
  	background: rgb(235,235,236);
	background: -moz-linear-gradient(0deg, rgba(235,235,236,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(235,235,236,1) 0%, rgba(247,247,247,1) 100%);
	background: linear-gradient(0deg, rgba(235,235,236,1) 0%, rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebec",endColorstr="#f7f7f7",GradientType=1);
}
.impact-table .row p {
  font-size: 14px;
  color: inherit;
}
.impact-table .row .col-md-6 {
  padding: 20px 10px;
  border-bottom: 2px solid #fff;
  background: rgb(235,235,236);
  background: -moz-linear-gradient(0deg, rgba(235,235,236,1) 0%, rgba(247,247,247,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(235,235,236,1) 0%, rgba(247,247,247,1) 100%);
  background: linear-gradient(0deg, rgba(235,235,236,1) 0%, rgba(247,247,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebec",endColorstr="#f7f7f7",GradientType=1);
}
.impact-table .row .col-md-6:first-child, .impact-table .row .col-md-6:nth-of-type(2n+1) {
    border-right: 1px solid #fff;
}
.findings.mobile-findings-slider {
	display: none;
}
@media screen and (max-width: 991.98px){
	.impact-services .service-item.col-md-3 {
   	text-align: center;
   	flex-basis: 25%;
   	max-width: 25%;
	}
	.measure-our-impact .col-md-4 {
		flex-basis: 33.333%;
		max-width: 33.333%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.measure-our-impact .col-md-8 {
		flex-basis: 66.667%;
		max-width: 66.667%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.impact-findings .country.col-md-3 {
   	max-width: 25%;
   	flex-basis: 25%;
	}
	.impact-table .col-md-6 {
   	max-width: 50%;
   	flex-basis: 50%;
	}
}
@media screen and (max-width: 767.98px){
	.impact-banner.banner-area .banner-image-div {
   	padding: 200px 0px;
   	background-position: 50% 0px;
	}
	.impact-services .service-item.col-md-3, .measure-our-impact .col-md-4, .measure-our-impact .col-md-8, .impact-findings .country.col-md-3{
   	max-width: 100%;
   	flex-basis: 100%;
	}
	.impact-services .service-item.col-md-3 {
  		flex-basis: 50%;
   	max-width: 50%;
	}
	.page-id-18718 h2{
		font-size: 22px;
	}
	.findings.desktop {
		display: none;
	}
	.findings.mobile-findings-slider {
	 	display: block;
	}
	.findings .slick-prev, .findings .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 30px;
		height: 30px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: #74973e;
		border: none;
		outline: none;
		background: #fff;
		z-index: 1;
		padding: 6px;
	}
	.findings .slick-prev {
		left: 0;
	}
	.findings .slick-next {
		right: 0;
	}
	.findings .slick-prev::before, .findings .slick-next::before {
		font-family: 'fontawesome';
		font-size: 20px;
		line-height: 1;
		opacity: .75;
		color: #74973e;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.findings .slick-next::before {
		content: '\f054';
	}
	.findings .slick-prev::before {
		content: '\f053';
	}
	.findings .slick-prev:hover, .findings .slick-next:hover{
		background-color: #fff;
	}
	.findings .slick-dots {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.findings .slick-dots li {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
	}
	.findings .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 20px;
		height: 20px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.findings .slick-dots li button::before {
		font-family: 'slick';
		font-size: 40px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: '•';
		text-align: center;
		opacity: .25;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.findings .slick-dots li.slick-active button::before {
		opacity: .75;
		color: black;
	}
	.country-icon img {
   	display: block;
   	margin: 0 auto;
	}
	.impact-dashboard .tab-btns ul li {
   	width: 24%;
	}
	.impact-dashboard .tab-btns ul li a {
   	padding: 10px 20px;
	}
	.impact-dashboard .tab-btns ul li:last-child a {
   	border-right: none;
	}
	.impact-dashboard .tab-btns ul li:first-child a{
		border-left:  none;
	}
	.impact-table .row h3 {
   	font-size: 50px;
   	line-height: 70px;
	}
	.impact-dashboard .tab-btns ul li a.active::after {
		content: '';
		border-bottom: 5px solid;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.impact-dashboard .tab-cotent {
   	display: none;
	}
	.impact-dashboard .tab-cotent.active {
   	display: block;
	}
}
 /******************************************
 * Our Impact page styles - End
 ******************************************/
 /******************************************
 * Homepage styles - Start
 ******************************************/
.home-services.services-div {
  color: #000;
  background: #fff;
}
.home-services.services-div h2 {
  text-align: center;
  line-height: 45px;
}
.home-services .service-item h4 a {
  color: #000;
}
.home-services .service-item:nth-child(1) h4 a {
  color: #0094ce;
}
.home-services .service-item:nth-child(2) h4 a {
  color: #74983e;
}
.home-services .service-item:nth-child(3) h4 a {
  color: #ce1c23;
}
.home-services .service-item:nth-child(4) h4 a {
  color: #e1b325;
}
.home-services .services-bottom-area {
  align-items: center;
}
.home-services .services-bottom-area h3 {
  font-size: 18px;
  color: #009dda;
  text-align: right;
}
.home-services .services-bottom-area img {
  width: 100px;
}
.home-our-resgions h2 {
    text-align: center;
}
.main-section.about .features-list li:first-child .item-block {
    background: #f5d010;
}
@media screen and (max-width: 991.98px){
	.page-template-page-home .service-item.col-md-3 {
   	width: 50%;
   	flex-basis: 50%;
   	max-width: 50%;
   	padding-right: 50px;
		padding-left: 50px;
	}
	.page-template-page-home main .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
	}
	.home-services .services-bottom-area .col-md-9 {
	  -ms-flex-preferred-size: 75%;
	  flex-basis: 75%;
	  max-width: 75%;
	}
	.home-services .services-bottom-area .col-md-3 {
	  -ms-flex-preferred-size: 25%;
	  flex-basis: 25%;
	  max-width: 25%;
	}
}
@media screen and (max-width: 767.98px){
	.page-template-page-home .service-item.col-md-3 {
   	padding-right: 10px;
		padding-left: 10px;
	}
	.home-services .services-bottom-area .col-md-9 {
	  -ms-flex-preferred-size: 100%;
	  flex-basis: 100%;
	  max-width: 100%;
	}
	.home-services .services-bottom-area .col-md-3 {
	  -ms-flex-preferred-size: 100%;
	  flex-basis: 100%;
	  max-width: 100%;
	}
}
/******************************************
* Homepage styles - END
******************************************/
/******************************************
* Join Us styles - Start
******************************************/
.join-us-banner.banner-area .banner-image-div {
   padding: 22vw 0px;
   background-position: 50% 50%;
}
.join-us-banner .banner-caption {
   background: #74973e;
   border-color: #9db73a;
}
.page-template-page-join-us .main-section.body-content {
    padding: 180px 0px 50px;
}
.main-section.body-content h2 {
  color: #000;
}
.join-donate-btns .btn.red-btn {
  color: #fff;
  background-color: #ce1b21;
}
.join-donate-btns .btn.other-ways-link {
    color: #0294ce;
}
.join-donate-btns .btn.red-btn:hover {
  background-color: #b52025;
}
.join-donate-btns .btn.other-ways-link:hover {
  text-decoration: underline;
}
.invester-div {
  padding: 80px 0px;
  color: #fff;
}
.invester-div .invester-content {
  max-width: 500px;
  font-size: 16px;
}
.invester-div .btn.invester-btn {
  border: 2px solid #fff;
  padding: 10px 30px;
  margin-top: 20px;
}
.invester-div .btn.invester-btn:hover {
    background: #b3b3b3;
}
.quote-div {
  text-align: center;
  padding: 50px 0px;
  color: #fff;
  font-size: 30px;
}
.quote-content q p {
    margin-top: -70px;
}
.quote-content q::before, .quote-content q::after {
    display: none;
}
.quote-div .author {
  font-size: 22px;
}
.partners-section {
  text-align: center;
  padding: 50px 0px;
}
.partners-section .partner-div {
  padding: 30px 0px;
}
.partners-section .partner-div h3 {
  padding-bottom: 30px;
  color: #0094ce;
  font-size: 20px;
}
.partners-section .partner-div .row {
  align-items: center;
  justify-content: center;
}
.partners-section .partner-div .col-md-2 {
  padding: 15px 15px;
}
@media screen and (max-width: 991.98px){
	.partners-section .partner-div .col-md-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
}
@media screen and (max-width: 767.98px){
	.partners-section .partner-div .col-md-2 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}