@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);/*
Theme Name: AllStarsProject
Author: Anonymous
Author URI:
Version: 1.0.2.1
Description: AllStarsProject
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: AllStarsProject
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;
}

#nav > ul,
.drop ul,
#footer ul,
.slideshow .switcher,
.programs-list,
.impact-list,
.bio-block ul,
.promo-block ul,
.events-list .network-list,
.network-list,
.tabset,
.carousel .switcher ul,
.partners-list,
.questions-list,
.filter-list,
.news-list,
.recent-press-list,
.sub-filter-list,
.share-list,
.location-list,
.list,
.impact-section .numbers-list ul,
.impact-section .values-list,
.partners-carousel .switcher ul,
.archive-list,
.leaders-carousel .switcher ul,
.answer-list,
.team-section .team,
ul.team-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
#header:after,
.visual-holder:after,
.impact-block:after,
.bio-holder:after,
.top-panel:after,
.news-block:after,
.champions-carousel .mask:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #282828;
	background: #fff;
	font: 16px/1.5625 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

th,
td {
	border: 1px solid #282828;
	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"],
.jcf-select,
textarea {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	padding: 15px 10px;
	background: #f8f8f8;
	line-height: 1.5;
	border-radius: 5px;
	font-weight: bold;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
.jcf-select:focus,
textarea:focus {
	border-color: #40bdad;
	outline: none;
	box-shadow: none;
}

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,
.jcf-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #979797;
}

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,
.jcf-select::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #979797;
}

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,
.jcf-select:-moz-placeholder,
textarea:-moz-placeholder {
	color: #979797;
}

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,
.jcf-select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #979797;
}

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

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

.jcf-select {
	display: block;
	text-align: left;
	color: #979797;
}

.jcf-select:after {
	position: absolute;
	top: 24px;
	right: 18px;
	content: "";
	width: 10px;
	height: 12px;
	border: solid transparent;
	border-width: 6px 5px;
	border-top-color: #404040;
	pointer-events: none;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	margin: 0 30px 0 0;
}

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

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	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 #d7d7d7;
	border-radius: 5px;
}

/* multiple select styles */

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

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.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 {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 17px 10px;
	color: #979797;
	height: 1%;
}

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

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

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

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

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

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

.jcf-focus,
.jcf-focus * {
	border-color: #d7d7d7 !important;
}

.ui-datepicker-calendar {
	background: #fff;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	font-weight: bold;
	color: #979797;
	text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 2px;
	left: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin: 0;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #979797;
}

.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:before,
.ui-datepicker .ui-datepicker-next span:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 6px;
}

.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
}

.ui-datepicker .ui-datepicker-next {
	left: auto;
	right: 2px;
}

.ui-datepicker .ui-datepicker-next span:before {
	top: 11px;
	left: 7px;
}

.ui-datepicker .ui-datepicker-next span:after {
	top: 6px;
	left: 7px;
}

.widget {
	margin-bottom: 1.5625em;
}

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

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

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

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

.search-form input {
	float: left;
	height: 2em;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px;
}

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

.post-password-form input {
	float: left;
	height: 2em;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px;
}

.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: #40bdad;
	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 {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.5625em;
}

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

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

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

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

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

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

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5625em;
}

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

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #40bdad;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

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

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

.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 #282828;
	padding: .4em;
	margin-bottom: 1.5625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #40bdad;
	text-decoration: none;
}

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

@font-face {
	font-family: "Glyphicons Halflings";
	src: url("fonts/glyphicons-halflings-regular.eot");
	src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\002a";
}

.glyphicon-plus:before {
	content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "\26fa";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "\231b";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-btc:before {
	content: "\e227";
}

.glyphicon-xbt:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "\00a5";
}

.glyphicon-jpy:before {
	content: "\00a5";
}

.glyphicon-ruble:before {
	content: "\20bd";
}

.glyphicon-rub:before {
	content: "\20bd";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-favorite:before {
	content: "\e907";
}

.icon-email:before {
	content: "\e900";
}

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

.icon-linkedin:before {
	content: "\e902";
}

.icon-search:before {
	content: "\e903";
}

.icon-telephone:before {
	content: "\e904";
}

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

.icon-youtube:before {
	content: "\e906";
}

h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	margin: 0 0 26px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	margin: 0 0 28px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
	margin: 0 0 12px;
}

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

.container {
	max-width: 1264px;
	padding: 0 42px;
	margin: 0 auto;
	position: relative;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 6px;
	background: #40bdad;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	border: none;
	padding: 15px;
	min-width: 166px;
	text-align: center;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .25);
}

.btn:hover {
	background: #33978a;
	color: #fff;
}

#header {
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 17px;
	position: relative;
}

#header .left {
	float: left;
}

#header .right {
	float: right;
}

#header .logo {
	float: left;
	margin: 6px 21px 0 0;
	width: 85px;
}

#header .logo img {
	display: block;
}

#header .panel {
	float: left;
}

#header .link {
	float: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #3b3636;
	margin: 35px 0 0 40px;
}

#header .link:hover {
	color: #40bdad;
}

#header .button {
	float: left;
	margin: 0 0 0 28px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	background: #bc1d59;
	color: #fff;
	padding: 36px 26px 34px;
	margin-bottom: -1px;
}

#header .button:hover {
	color: #40bdad;
	background: #d80e5a;
}

#nav {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 39px 20px 0 0;
}

.nav-active #nav {
	background: rgba(0, 0, 0, .7);
	height: 9999px;
	z-index: 100;
}

.nav-active #nav > ul {
	left: 0;
}

.nav-active #nav .nav-opener {
	display: block;
}

#nav .nav-opener {
	display: none;
	top: 14px;
	left: 273px;
	width: 32px;
	height: 32px;
	right: auto;
}

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

#nav .nav-opener:after,
#nav .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
	background: #fff;
	height: 3px;
}

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

#nav > ul {
	float: left;
}

#nav > ul > li {
	float: left;
	margin: 0 29px 0 0;
}

#nav > ul > li > a {
	display: block;
	color: #38363b;
	padding: 0 0 30px;
	margin: 0 0 -1px;
	text-transform: capitalize;
	border-bottom: 3px solid transparent;
}

#nav > ul > li.active > a,
#nav > ul > li:hover > a,
#nav > ul > li.hover > a {
	color: #40bdad;
	border-color: #40bdad;
}

#nav > ul > li:hover .drop,
#nav > ul > li.hover .drop {
	left: 0;
	right: 0;
}

.nav-opener {
	display: none;
	width: 57px;
	height: 48px;
	position: absolute;
	z-index: 12;
	top: 23px;
	right: 13px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #383333;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.drop {
	position: absolute;
	z-index: 100;
	top: 100px;
	left: -9999px;
	margin: -8px 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #38363b;
}

.drop .hold {
	background: #f4f4f4;
	margin: 0 auto;
	padding: 57px 46px 54px;
}

.drop .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	width: 32%;
}

.drop .col + .col {
	padding: 0 0 0 60px;
	width: 38%;
}

.drop .col:nth-child(3n) {
	width: 30%;
}

.drop ul {
	border-top: 1px solid #e1e1e1;
	padding: 15px 0 0;
	font-weight: bold;
}

.drop li {
	display: block;
	margin: 0 0 44px;
}

.drop li + li {
	margin: 21px 0 0;
}

.drop li.active a {
	color: #40bdad;
}

.drop .drop-list li {
	min-height: 0;
	margin: 0;
}

.drop .drop-list li + li {
	margin: 16px 0 0;
}

.drop .drop-list a {
	font-size: 14px;
	line-height: 20px;
}

.drop a {
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	line-height: 28px;
	color: #38363b;
	font-weight: 900;
	margin: 0 0 5px;
	padding: 0;
	text-transform: capitalize;
}

.drop a:hover {
	color: #40bdad;
}

.drop p {
	margin: 0;
	font-weight: normal;
	min-height: 40px;
}

.search-block {
	float: left;
	position: relative;
	margin: 35px 0 0 30px;
}

.search-block .opener {
	display: block;
	font-size: 17px;
	color: #3b3636;
}

.search-block .opener:hover {
	color: #40bdad;
}

.search-block .search-form {
	display: none;
	position: absolute;
	right: 100%;
	top: -2px;
	margin-right: 10px;
}

.search-block .search-form input[type=search] {
	height: auto;
	margin: 0;
	width: 140px;
	padding: 0 10px;
}

.search-block button {
	display: none;
}

.section-frame {
	background: #f9f9f9;
	padding: 77px 0 20px;
}

.section-frame .heading {
	margin: 0 0 96px;
	text-align: center;
}

.section-frame .heading span {
	display: block;
	font: 300 24px/28px "Roboto Slab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #7a7a7a;
}

.section-frame h1 {
	font-size: 70px;
	line-height: 70px;
	font-weight: 800;
	margin: 0 0 6px;
	color: #262525;
}

.section-frame .locations-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.articles-holder .item {
	overflow: hidden;
}

.articles-holder .item .visual {
	background: rgba(40, 40, 46, .5);
	background: #28282e;
	overflow: hidden;
	height: 264px;
}

.articles-holder .item .visual img {
	opacity: .6;
	max-width: none;
}

.articles-holder .item,
.location-item {
	width: 50%;
	margin: 0 0 40px;
	text-align: center;
	background: #fff;
	font-size: 16px;
	line-height: 26px;
	color: #343030;
}

.articles-holder .item .visual,
.location-item .visual {
	position: relative;
	display: block;
	width: 100%;
}

.articles-holder .item .visual img,
.location-item .visual img {
	display: block;
	width: 100%;
}

.articles-holder .item .visual h2,
.location-item .visual h2 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 100%;
	padding: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	margin: 0;
}

.articles-holder .item .logo-image,
.location-item .logo-image {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.articles-holder .item .frame,
.location-item .frame {
	border: solid #e1e1e1;
	border-width: 0 1px 1px;
	padding: 18px 50px 59px;
}

.articles-holder .item p,
.location-item p {
	margin: 0 0 36px;
}

.articles-holder .item address,
.location-item address {
	font-style: normal;
	display: block;
	margin: 0 0 38px;
}

.articles-holder .item address a,
.location-item address a {
	font-weight: bold;
}

.articles-holder .item address a[href^=tel],
.location-item address a[href^=tel] {
	color: inherit;
	font-weight: normal;
}

.articles-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.articles-holder .item {
	box-shadow: 0 0 0 1px #e1e1e1;
}

.articles-holder .item .frame {
	border: none;
}

.partners-section {
	background: #f9f9f9;
	padding: 23px 0 5px;
}

.partners-section .heading {
	margin: 0 0 78px;
	text-align: center;
}

.partners-section .heading span {
	display: block;
	color: #3d3c3c;
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
}

.partners-section h1 {
	color: #302b2b;
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	margin: 0 0 12px;
}

.partners-section .partners-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.partner-item {
	width: 32.203398%;
	margin: 0 0 78px;
}

.partner-item img {
	display: block;
	width: 100%;
	margin: 0 0 12px;
}

.partner-item h2 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 800;
	margin: 0 0 6px;
	color: #2f2c2c;
}

.sign-section {
	background: #f0f0f0;
	border-top: 1px solid #e1e1e1;
	padding: 72px 0 55px;
	position: relative;
	min-height: 400px;
}

.sign-section h1 {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	margin: 0 0 62px;
	color: #2b2626;
}

.sign-section .bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1280px;
}

.sign-section .bg img {
	display: block;
	margin: 0 auto;
}

.sign-section .container {
	position: relative;
}

.sign-section .box {
	text-align: center;
	width: 370px;
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.sign-section .box .block {
	padding: 26px 16px 31px;
	border-bottom: 1px solid #e1e1e1;
}

.sign-section h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
	margin: 0;
	color: #312d2d;
}

.sign-section .phone {
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0;
	font-size: 30px;
	line-height: 36px;
}

.sign-form {
	padding: 25px 16px 28px;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	color: #2d2d2d;
}

.promo-section .sign-form {
	background: #fff;
	border-radius: 8px;
	width: 394px;
	margin: 32px auto 0;
	padding: 29px 28px 22px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.promo-section .sign-form h2 {
	font: 800 16px/19px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 230px;
	margin: 0 auto 31px;
	color: #312d2d;
}

.sign-form input[type=text],
.sign-form input[type=email],
.sign-form input[type=tel],
.sign-form .jcf-select,
.sign-form .custom-select {
	display: block;
	width: 100%;
	margin: 0 0 6px;
}

.sign-form .wpcf7-not-valid {
	border-color: #f00;
}

.sign-form span.wpcf7-not-valid-tip,
.sign-form div.wpcf7-validation-errors {
	display: none !important;
}

.sign-form div.wpcf7-mail-sent-ok {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: #fff;
	color: #312d2d;
}

.sign-form button {
	margin: 16px 0 0;
	min-width: 196px;
}

.promo-section .sign-form button {
	margin: 22px 0 0;
}

.promo-section .sign-form input[type="submit"] {
	margin: 22px 0 0;
}

.sign-form input[type="submit"]:hover {
	background: #33978a;
}

.sign-form .ajax-loader {
	display: none;
}

.sign-form p {
	margin: 0 0 27px;
}

#main {
	overflow: hidden;
}

#footer {
	background: #2b2626;
	color: #e1e1e1;
	padding: 61px 0 0;
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
}

#footer .col-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

#footer .col {
	width: 201px;
	margin: 0 0 37px;
}

#footer .title {
	border-top: 2px solid transparent;
	display: block;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 27px;
	padding: 8px 0 0;
}

#footer .primary {
	width: 312px;
}

#footer .primary .title {
	border-top-color: #40bdad;
	color: #40bdad;
}

#footer .danger .title {
	border-top-color: #bc1d59;
	color: #bc1d59;
}

#footer .info .title {
	border-top-color: #533e8b;
	color: #533e8b;
}

#footer .warning {
	width: 221px;
}

#footer .warning .title {
	border-top-color: #ddc762;
	color: #ddc762;
}

#footer ul {
	font-weight: bold;
}

#footer ul.two-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

#footer ul li {
	margin: 0 0 16px;
}

#footer ul i {
	display: inline-block;
	vertical-align: top;
	width: 25px;
	color: #9e9e9e;
	font-size: 17px;
	padding: 1px 0 0 4px;
}

#footer ul i.icon-twitter {
	margin-top: 2px;
}

#footer ul a:hover {
	color: #37b8ad;
	text-decoration: none;
}

#footer a {
	color: inherit;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	font-style: normal;
}

#footer address strong {
	display: block;
	margin: 0 0 5px;
}

#footer address strong + strong {
	margin-top: 10px;
}

#footer address span {
	display: block;
	margin: 0 0 21px;
}

#footer address i {
	display: inline-block;
	vertical-align: top;
	padding: 4px 0 0;
	width: 16px;
	color: #9e9e9e;
	font-size: 14px;
}

#footer address a {
	font-size: 16px;
}

#footer .copy {
	text-align: center;
	display: block;
	border-top: 1px solid #323232;
	font-size: 14px;
	line-height: 24px;
	padding: 20px;
	color: #606060;
}

#footer .copy a {
	font-weight: bold;
	color: #40bdad;
}

.promo-section {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	text-align: center;
	font: 300 24px/33px "Roboto Slab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	height: 580px;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

/* for https://allstars.org/all-stars-talented-volunteers/ page with header's form */
.page-id-57 .promo-section.large{
	height: 780px;
}

.promo-section.alt .holder {
	width: 100%;
	max-width: 1080px;
	padding: 0 50px;
}

.promo-section.alt h1 {
	font-size: 60px;
	line-height: 59px;
}

.promo-section .logo-image {
	display: block;
	margin: 0 auto 6px;
}

.promo-section .holder {
	max-width: 1050px;
	position: static;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0 50px;
}

.promo-section h1 {
	font: 800 70px/70px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 6px;
	color: #fff;
}

.promo-section address {
	font-style: normal;
	margin: 0;
}

.promo-section a {
	text-decoration: underline;
}

.promo-section a:hover {
	text-decoration: none;
}

.promo-section .sub-head {
	display: block;
	font: 800 34px/36px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 58px 0 38px;
}

.promo-section .btn-large {
	font: 700 37px/37px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 17px 38px 20px;
	text-decoration: none;
}

.promo-section .donate-form {
	background: #fff;
	border-radius: 8px;
	padding: 28px 22px 30px;
	max-width: 618px;
	margin: 37px auto 30px;
	text-align: center;
	color: #404040;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 19px;
}

.promo-section .donate-form .title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 800;
	color: #38363b;
	display: block;
	margin: 0 0 31px;
}

.promo-section .donate-form .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -4px 9px 0;
}

.promo-section .donate-form .radio {
	padding: 0 4px 4px 0;
	width: 20%;
	position: relative;
}

.promo-section .donate-form .radio label {
	display: block;
	border-radius: 8px;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: -2px;
	color: #252526;
	font-weight: 800;
	border: 1px solid #e1e1e1;
	padding: 20px 6px;
}

.promo-section .donate-form .radio label sup {
	font-size: 21px;
}

.promo-section .donate-form .radio label:hover {
	border-color: #40bdad;
	background: #40bdad;
	color: #fff;
}

.promo-section .donate-form .radio [type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.promo-section .donate-form [type="radio"]:checked ~ label {
	color: #fff;
	border-color: #40bdad;
	background: #40bdad;
}

.promo-section .donate-form .btn {
	border-radius: 6px;
	margin: 14px 0 13px;
	min-width: 196px;
}

.promo-section .donate-form p {
	margin: 0 0 30px;
}

.promo-section .donate-form .link {
	font-weight: bold;
	padding: 0 10px 0 0;
	position: relative;
	text-decoration: none;
}

.promo-section .donate-form .link:before {
	top: 40%;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(64, 189, 164, 0);
	border-top-color: #40bda4;
	border-width: 5px 4px;
	margin-left: -4px;
}

.promo-section .donate-form .checkbox {
	position: relative;
}

.promo-section .donate-form .checkbox [type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.promo-section .donate-form .checkbox [type="checkbox"]:checked ~ label:after {
	opacity: 1;
}

.promo-section .donate-form .checkbox label {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 29px;
	position: relative;
}

.promo-section .donate-form .checkbox label:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	background: #f8f8f8;
	border: 2px solid #e1e1e1;
}

.promo-section .donate-form .checkbox label:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 8px;
	top: 7px;
	left: 10px;
	border: 3px solid #282828;
	border-width: 0 0 3px 3px;
	opacity: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 -5px;
}

.promo-section .wpcf7-form div.wpcf7-validation-errors {
	display: none !important;
}

.promo-section .wpcf7-form div.wpcf7-mail-sent-ok {
	position: absolute;
	bottom: -10px;
	border: none;
	color: #398f14;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sub-nav-holder {
	height: 82px;
}

.sub-nav {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #868282;
	text-align: center;
	border: solid #e1e1e1;
	border-width: 1px 0;
	position: relative;
	z-index: 20;
	background: #fff;
}

.sub-nav.fixed-position {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
}

.sub-nav .opener {
	text-align: left;
	display: none;
	border: solid #e1e1e1;
	border-width: 1px 0;
	color: #212121;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 20px 15px;
	position: relative;
	margin: 0 auto;
}

.sub-nav .opener:after {
	position: absolute;
	content: "";
	right: 27px;
	top: 22px;
	width: 10px;
	height: 12px;
	border: solid transparent;
	border-width: 6px 5px;
	border-top-color: #404040;
}

.sub-nav ul {
	list-style: none;
}

.sub-nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
}

.sub-nav ul a {
	display: block;
	padding: 31px 16px 29px;
	color: #868282;
	position: relative;
}

.sub-nav ul a:after {
	display: none;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	content: "";
	background: #40bdad;
}

.sub-nav a:hover,
.sub-nav a.active,
.sub-nav .active a {
	color: #201d1d;
}

.sub-nav a:hover:after,
.sub-nav a.active:after,
.sub-nav .active a:after {
	display: block;
}

.overview-section {
	font-weight: 300;
	color: #3d3c3c;
	padding: 54px 0 0;
}

.overview-section.alt {
	margin-bottom: 80px;
}

.overview-section .lead-text {
	margin: 0;
}

.overview-section .image {
	display: block;
	height: 427px;
	margin: 0 -3000px;
}

.overview-section .image img {
	display: block;
	margin: 0 auto;
}

.overview-section .visual {
	float: left;
	margin: 14px 120px 0 0;
	width: 480px;
	text-align: center;
}

.overview-section .visual img {
	display: block;
	margin: 0 auto 15px;
}

.overview-section .connect {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #282828;
	margin: 10px 0 0;
}

.overview-section .connect.mobile {
	display: none;
}

.overview-section .connect a {
	color: silver;
	margin: 0 0 0 8px;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
}

.overview-section .connect a + a {
	margin-left: 17px;
}

.overview-section .connect a:hover {
	color: #40bdad;
}

.overview-section .frame {
	overflow: hidden;
	padding: 6px 0 0;
}

.overview-section h1 {
	font-weight: 800;
	font-size: 32px;
	line-height: 36px;
	color: #302b2b;
	margin: 0 0 40px;
}

.overview-section .area {
	margin: 68px 0 0;
	padding: 91px 0 63px;
	background: #f9f9f9;
	border-top: 1px solid #e1e1e1;
}

.overview-section h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	color: #2f2c2c;
	margin: 0 0 66px;
	text-align: center;
}

.overview-section h2.text-center {
	text-align: center;
}

.overview-section h2 i {
	font-size: 16px;
}

.programs-section {
	padding: 87px 0 43px;
}

.programs-section h1 {
	text-align: center;
	color: #262525;
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	margin: 0 0 79px;
}

.programs-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0 -20px -40px 0;
}

.text-centered + .programs-holder {
	margin-top: 77px;
}

.program-item {
	width: 33.333%;
	margin: 0 0 69px;
	padding: 0 20px 0 0;
}

.program-item img {
	display: block;
	margin: 0 0 11px;
	width: 100%;
}

.program-item .image {
	display: block;
	margin: 0 0 11px;
}

.program-item .image img {
	margin: 0;
}

.program-item h2 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 800;
	color: #2f2c2c;
	margin: 0 0 6px;
}

.program-item h2 a {
	color: #282828;
}

.program-item h2 a:hover {
	color: #40bdad;
}

.program-item p {
	margin: 0 0 24px;
}

.program-item .more {
	font-weight: bold;
	color: #40bdad;
}

.program-item .more:hover {
	color: #33978a;
}

.board-section {
	padding: 87px 0 7px;
}

.board-section h1 {
	text-align: center;
	color: #302b2b;
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	margin: 0 0 72px;
}

.board-section .persons-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: start;
	-ms-flex-pack: justify;
	justify-content: start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.person-item {
	width: 23.728813%;
	margin: 0 0 91px;
	color: #343030;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
}

.person-item h2 {
	font-size: 16px;
	line-height: 20px;
	color: inherit;
	font-weight: 800;
	margin: 0 0 5px;
}

.tasks-section {
	padding: 87px 0 86px;
	background: -webkit-linear-gradient(left, #a7214c 0%, #3c1f61 100%);
	background: linear-gradient(to right, #a7214c 0%, #3c1f61 100%);
}

.tasks-section h1 {
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 81px;
	font-weight: 800;
	text-align: center;
}

.tasks-section .tasks-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.tasks-section .anim-box {
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(-100%) rotateX(90deg);
	transform: translateY(-100%) rotateX(90deg);
	-webkit-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	top: -30px;
}

.tasks-section .anim-box.visible {
	opacity: 1;
	top: 0;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.tasks-section h1.head {
	font-size: 20px;
	line-height: 25px;
	font-weight: 900;
	margin: 19px 0 8px;
	color: #fff;
	text-align: center;
}

.tasks-section h1.head + .lead-text {
	max-width: 780px;
	margin: 0 auto 42px;
}

.tasks-section .lead-text {
	color: #fff;
	text-align: center;
	margin: -68px auto 77px;
}

.task-item {
	margin: 0 10px 20px;
	width: 32%;
	max-width: 372px;
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #343030;
	text-align: center;
	padding: 73px 20px 82px;
	min-height: 461px;
}

.task-item .visual {
	height: 77px;
	position: relative;
	margin: 0 0 21px;
}

.task-item .visual img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.task-item h2 {
	font-size: 20px;
	line-height: 24px;
	color: #343030;
	font-weight: 800;
	margin: 0 0 16px;
}

.task-item p {
	margin: 0 0 32px;
	min-height: 78px;
}

.task-item .btn {
	min-width: 156px;
}

.video a {
	display: block;
	position: relative;
}

.video a:hover:before {
	background: rgba(0, 0, 0, .6);
}

.video a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 74px;
	height: 74px;
	border-radius: 100%;
	border: 3px solid #fff;
	background: rgba(0, 0, 0, .3);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	z-index: 2;
}

.video a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 26px;
	border: solid transparent;
	border-width: 13px 20px;
	border-left-color: #fff;
	margin-left: 13px;
	z-index: 2;
}

.video-section {
	position: relative;
}

.video-section video {
	width: 100%;
	height: 100%;
	display: block;
}

.video-section .video {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.video-section .video.video-active .btn-play {
	display: none;
}

.video-section .video img {
	display: block;
}

.video-section .btn-play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 100%;
	border: 3px solid #fff;
	background: rgba(0, 0, 0, .3);
	content: "";
	z-index: 2;
	width: 80px;
	height: 80px;
}

.video-section .btn-play:hover {
	background: rgba(0, 0, 0, .6);
}

.video-section .btn-play:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	content: "";
	width: 40px;
	height: 26px;
	border: solid transparent;
	border-width: 15px 22px;
	margin-left: 15px;
	border-left-color: #fff;
}

.video-section .btn-play:before {
	display: none;
}

.main-holder {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.main-holder #content,
.main-holder #sidebar {
	display: table-cell;
	vertical-align: top;
	padding: 40px 0;
}

.main-holder #sidebar {
	width: 300px;
	padding-left: 40px;
}

.anchor-fix {
	overflow: hidden;
	margin-top: -82px;
	padding-top: 82px;
}

#regional-leadership {
	display: none !important;
}

.slideshow {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

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

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

.slideshow .image {
	height: 626px;
	margin: 0 -3000px;
	overflow: hidden;
}

.slideshow .image img {
	height: 100%;
	margin: 0 auto;
	display: block;
}

.slideshow .text-block {
	position: absolute;
	z-index: 2;
	width: 100%;
	max-width: 1280px;
	padding: 0 130px 0 50px;
	bottom: 122px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slideshow .title {
	display: block;
	font-size: 40px;
	line-height: 52px;
	font-weight: 800;
	color: #fff;
	opacity: .8;
	width: 100%;
	max-width: 750px;
}

.slideshow .switcher {
	position: absolute;
	bottom: 41px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	font-size: 15px;
	line-height: 17px;
	font-weight: 300;
	max-width: 1280px;
	padding: 0 130px 0 50px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slideshow .switcher li {
	width: 325px;
	padding: 0 45px 0 0;
}

.slideshow .switcher li.active a {
	color: #fff;
	opacity: 1;
}

.slideshow .switcher li:hover a {
	color: #2dbab2;
	opacity: 1;
}

.slideshow .switcher a {
	color: #fff;
	opacity: .2;
	outline: none;
}

.slideshow .switcher .number {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 0 0 6px;
	margin: 0 0 10px;
}

.slideshow .switcher strong {
	font-weight: 300;
}

.slideshow .learn-more-block {
	position: absolute;
	z-index: 3;
	width: 70px;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid rgba(255, 255, 255, .2);
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	white-space: nowrap;
	font-weight: 300;
	text-transform: uppercase;
}

.slideshow .learn-more-block a {
	position: absolute;
	color: #fff;
	bottom: 103px;
	width: 16px;
	left: 10px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	padding: 0 0 35px;
}

.slideshow .learn-more-block a:before {
	content: "";
	position: absolute;
	background: url(images/sprite.png) no-repeat 0 0;
	width: 15px;
	height: 19px;
	top: 0;
	left: 103px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

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

h1.head {
	font-size: 20px;
	line-height: 22px;
	font-weight: 800;
	color: #3c3d3d;
	margin: 0 0 22px;
}

.holder-section {
	padding: 63px 0 70px;
}

.holder-section + .holder-section {
	position: relative;
}

.holder-section + .holder-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #e1e1e1;
}

.visual-holder .visual {
	float: left;
	margin: 8px 0 45px;
	width: 50%;
	text-align: center;
}

.visual-holder .visual img {
	display: block;
}

.visual-holder .visual .video {
	max-width: 480px;
}

.visual-holder .frame {
	float: right;
	width: 50%;
	padding: 10px 0 0 10px;
}

.visual-holder .lead-text {
	margin: 0;
}

.blockquote-section {
	position: relative;
}

.blockquote-section .blockquote-hold {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blockquote-section .bg-holder {
	height: 505px;
	overflow: hidden;
}

.blockquote-section .bg-holder img {
	height: 100%;
	margin: 0 auto;
	display: block;
}

.blockquote-section.right .blockquote {
	left: auto;
	right: 50px;
}

.blockquote-section.visible .blockquote {
	opacity: 1;
	top: 37px;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.blockquote-section .blockquote {
	width: 385px;
	height: 495px;
	position: absolute;
	background: #991e5e;
	color: #fff;
	text-align: center;
	left: 50px;
	top: 37px;
}

.blockquote-section .photo {
	width: 84px;
	display: block;
	margin: 0 auto 12px;
}

.blockquote-section .photo img {
	display: block;
}

.blockquote-section blockquote {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 22px 20px 20px;
	border: none;
	margin: 0;
	width: 100%;
}

.blockquote-section blockquote q {
	display: block;
	max-width: 250px;
	margin: 0 auto 30px;
	font: 300 24px/35px "Roboto Slab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.blockquote-section cite {
	display: block;
	font-size: 14px;
	line-height: 19px;
	font-style: normal;
	font-weight: 800;
}

.lead-text {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	margin: 0 0 77px;
}

.lead-text p {
	margin: 0 0 19px;
}

.holder-section-alt {
	max-width: 1020px;
	margin: 0 auto;
	padding: 108px 20px 49px;
}

.programs-list {
	padding: 20px 0 0;
	margin: -7px 0 0;
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
}

.programs-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 56px -20px;
}

.programs-list .image {
	width: 50%;
	padding: 0 0 0 20px;
}

.programs-list .image img {
	display: block;
}

.programs-list .text-hold {
	width: 50%;
	padding: 1px 0 0 20px;
}

.programs-list .category {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 19px;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #bc1d59;
	padding: 8px 15px 9px;
	text-decoration: none;
	border-radius: 8px;
}

.programs-list .category:hover {
	background: #841e44;
}

.programs-list h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 800;
	margin: 0 0 10px;
}

.programs-list h2 a {
	color: #282828;
}

.programs-list h2 a:hover {
	color: #40bdad;
}

.impact-block {
	margin: 0 0 55px;
}

.holder-section .impact-block {
	margin: 0;
}

.impact-block .frame {
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
}

.holder-section .impact-block .frame {
	width: 59%;
}

.impact-block .lead-text {
	margin: 0 0 34px;
}

.impact-frame {
	float: right;
	width: 39%;
	margin: 7px 0 40px 11%;
}

.holder-section .impact-frame {
	margin: 7px 0 0;
	width: 32%;
}

.impact-frame h2 {
	margin: 0 0 45px;
}

.impact-list {
	position: relative;
}

.impact-list li {
	border-top: 1px solid #e1e1e1;
	min-height: 128px;
	padding: 10px 0;
}

.impact-list .number {
	display: block;
	font-size: 40px;
	line-height: 33px;
	font-weight: 800;
}

.bg-holder {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

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

.fallback-class {
	background-size: cover;
}

.bio-block {
	position: relative;
	text-align: center;
}

.bio-block:after {
	content: "";
	position: absolute;
	background: -webkit-linear-gradient(left, #a7214c 0%, #3c1f61 100%);
	background: linear-gradient(to right, #a7214c 0%, #3c1f61 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 40%;
}

.bio-block:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #e1e1e1;
}

.bio-block .bio-section {
	width: 65%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 0 30px 37px;
}

.bio-block .contact-block {
	width: 35%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	line-height: 18px;
}

.bio-block .contact-block a {
	font-weight: bold;
}

.bio-block .frame {
	width: 100%;
}

.bio-block .heading {
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 8px;
}

.bio-block .contact-list {
	padding: 40px 30px 51px;
}

.bio-block .contact-list li + li {
	margin: 56px 0 0;
}

.bio-block .social-network {
	margin: 9px 0 -10px;
}

.bio-block .social-network li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px;
}

.bio-block .social-network li + li {
	margin: 0 0 10px 17px;
}

.bio-block .social-network a {
	color: #c0c0c0;
	text-decoration: none;
}

.bio-block .social-network a:hover {
	color: #40bdad;
}

.bio-block .social-network i {
	font-size: 19px;
}

.bio-block .social-network .icon-youtube {
	font-size: 23px;
}

.bio-block .avatar {
	width: 153px;
	margin: 0 auto 18px;
}

.bio-block .avatar img {
	display: block;
	overflow: hidden;
	border-radius: 50%;
}

.bio-block h1 {
	font-size: 40px;
	line-height: 42px;
	font-weight: 900;
	margin: 0 0 11px;
	color: #fff;
}

.bio-block .title {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: block;
}

.bio-block .btn-back {
	position: absolute;
	z-index: 3;
	top: 14px;
	left: 18px;
	background: #fff;
	text-decoration: none;
	color: #aeaeae;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 14px 23px 12px 35px;
	border-radius: 5px;
}

.bio-block .btn-back:hover {
	color: #fff;
	background: #aeaeae;
}

.bio-block .btn-back:hover:before,
.bio-block .btn-back:hover:after {
	background: #fff;
}

.bio-block .btn-back:before,
.bio-block .btn-back:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	background: #aeaeae;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	top: 19px;
}

.bio-block .btn-back:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 24px;
}

.bio-holder {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1280px;
	min-height: 496px;
}

.bio-article {
	max-width: 780px;
	margin: 0 auto 67px;
}

.bio-article h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 25px;
}

.bio-article .columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.bio-article .lead-text {
	margin: 0 0 24px;
}

.bio-article .lead-text p {
	margin: 0 0 24px;
}

.bio-article p {
	margin: 0 0 25px;
}

.promo-block {
	max-width: 1280px;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	margin: 0 auto 45px;
	background-size: cover !important;
	background-position: 50% 50%;
	height: 562px;
}

.promo-block.small {
	height: 496px;
}

.promo-block .text-block {
	position: absolute;
	bottom: 45px;
	left: 50px;
	right: 50px;
	z-index: 2;
}

.promo-block h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 25px;
	max-width: 600px;
}

.promo-block h1 a:hover {
	color: #40bdad;
}

.promo-block a {
	color: #fff;
}

.promo-block ul li {
	display: inline-block;
	vertical-align: top;
}

.promo-block ul li:first-child {
	text-transform: uppercase;
}

.promo-block ul li + li {
	margin: 0 0 0 38px;
}

.promo-block address {
	font-style: normal;
	margin: 0;
}

.promo-block .glyphicon {
	font-size: 16px;
	margin: 1px 3px -2px 0;
	display: inline-block;
	vertical-align: top;
}

.promo-block .category {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #bc1d59;
	padding: 8px 15px 9px;
	text-decoration: none;
	border-radius: 5px;
}

.promo-block .category:hover {
	background: #841e44;
}

.promo-block .time {
	display: block;
	text-transform: uppercase;
	margin: 10px 0 12px;
	font-size: 16px;
}

.alter-bg {
	background: #f9f9f9;
}

.filter-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 23px;
	position: relative;
}

.filter-section .filter-opener {
	float: right;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #282828;
	display: none;
}

.filter-section .filter-opener .glyphicon-filter {
	font-size: 13px;
}

.filter-section h2 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 800;
	margin: 0;
	padding: 0 30px 7px 0;
}

.filter-section .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.filter-section .col {
	width: 31.3%;
	padding: 0 0 7px 7px;
}

.filter-section .col:last-child {
	width: 37.4%;
}

.filter-section input[type="text"] {
	border: none;
	background: none;
	padding-right: 95px;
	position: relative;
	z-index: 3;
	width: 100%;
	color: #404040;
	padding: 17px 15px 16px;
	font-size: 14px;
}

.filter-section input[type="text"]::-webkit-input-placeholder {
	color: #404040;
}

.filter-section input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #404040;
}

.filter-section input[type="text"]:-moz-placeholder {
	color: #404040;
}

.filter-section input[type="text"]:-ms-input-placeholder {
	color: #404040;
}

.filter-section input[type="text"].placeholder {
	color: #404040;
}

.filter-section .jcf-select {
	background: #fff;
	color: #404040;
	padding: 17px 15px 16px;
}

.filter-section .jcf-select:after {
	display: none;
}

.filter-section .jcf-select .jcf-select-text {
	font-size: 14px;
}

.filter-section .jcf-select .jcf-select-opener:before,
.filter-section .jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	background: #212121;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 21px;
	top: 28px;
}

.filter-section .jcf-select .jcf-select-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 26px;
}

.filter-section .datepicker {
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	position: relative;
	background: #fff;
}

.filter-section .datepicker:before,
.filter-section .datepicker:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	background: #212121;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 73px;
	top: 28px;
}

.filter-section .datepicker:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 78px;
}

.filter-section .glyphicon-calendar {
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 54px;
	border-left: 1px solid #d7d7d7;
	font-size: 20px;
}

.filter-section .glyphicon-calendar:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.post-type-archive-event #main {
	padding-top: 60px !important;
}

.events-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: 0 0 22px -20px;
	font-size: 14px;
	line-height: 17px;
}

.events-list article {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
	padding: 0 0 20px 20px;
}

.events-holder .events-list article {
	width: 50%;
}

.events-list .box {
	background: #fff;
	border: 1px solid #e1e1e1;
	position: relative;
}

.events-list .image {
	display: block;
	margin: -1px -1px 24px;
}

.events-list .image img {
	width: 100%;
	max-width: none;
	display: block;
	height: 210px !important;
}

.events-list .text {
	padding: 0 30px 66px;
}

.events-list h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 800;
	margin: 0 0 9px;
}

.events-holder .events-list h2 {
	margin: 0 0 9px;
}

.events-list h2 a {
	color: #282828;
}

.events-list h2 a:hover {
	color: #40bdad;
}

.events-list time {
	display: block;
	text-transform: uppercase;
	margin: 0 0 27px;
}

.events-list address {
	font-style: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.events-list .network-list {
	position: absolute;
	bottom: 21px;
	right: 22px;
}

.events-list .network-list li {
	display: inline-block;
	vertical-align: middle;
}

.events-list .network-list li + li {
	margin: 0 0 0 20px;
}

.events-list .network-list a {
	color: #40bdad;
}

.events-list .network-list a:hover {
	color: #33978a;
}

.events-list .glyphicon {
	font-size: 17px;
}

.large-event {
	position: relative;
	margin-bottom: 42px;
}

.large-event:last-child {
	margin-bottom: 0;
}

.large-event .image {
	height: 408px;
	/*overflow: hidden;*/
	/*margin: 0 -52px;*/
}

.large-event .image img {
	margin: 0 auto;
	display: block;
	min-width: 100%;
	min-height: 100%;
	margin: 0 auto;
	height: auto;
	width: auto;
}

.large-event h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 11px;
	max-width: 600px;
}

.large-event a {
	color: #fff;
}

.large-event a:hover {
	color: #40bdad;
}

.large-event time {
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.large-event time span {
	text-transform: none;
}

.large-event .text {
	position: absolute;
	bottom: 41px;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}

.large-event address {
	font-style: normal;
	margin: 0;
}

.top-panel {
	background: #fff;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	margin: -45px 0 0;
	padding: 12px 0;
}

.top-panel:before {
	content: "";
	position: absolute;
	background: #fff;
	top: 0;
	bottom: -1px;
	left: 100%;
	width: 99999px;
	border: 1px solid #e1e1e1;
	border-width: 1px 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top-panel:after {
	left: auto;
	right: 100%;
}

.top-panel .register {
	float: right;
	position: relative;
	z-index: 1;
}

.top-panel .register strong {
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	margin: 0 20px 0 0;
	font-size: 25px;
	line-height: 27px;
}

.top-panel .btn {
	vertical-align: middle;
	padding: 15px 37px;
	min-width: 0;
}

.top-panel .network-list {
	float: left;
	padding: 14px 0 0;
}

.network-list {
	font-size: 19px;
}

.network-list li {
	display: inline-block;
	vertical-align: middle;
}

.network-list li + li {
	margin: 0 0 0 25px;
}

.network-list a {
	color: #40bdad;
}

.network-list a:hover {
	color: #33978a;
}

.event-section {
	padding: 27px 0 66px;
	max-width: 780px;
	margin: 0 auto;
}

.events-holder {
	padding: 90px 0 56px;
	max-width: 780px;
	margin: 0 auto;
	background: #f9f9f9;
	position: relative;
	border-top: 1px solid #e1e1e1;
}

.events-holder:before,
.events-holder:after {
	content: "";
	position: absolute;
	background: #f9f9f9;
	border-top: 1px solid #e1e1e1;
	top: -1px;
	bottom: 0;
	left: 100%;
	width: 9999px;
}

.events-holder:after {
	left: auto;
	right: 100%;
}

.events-holder > h2 {
	margin: 0 0 35px;
}

.contact-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 47px 0 0 -20px;
	font-size: 14px;
	line-height: 20px;
}

.contact-cols .col {
	width: 33.333%;
	max-width: 201px;
	padding: 0 0 20px 20px;
}

.contact-cols address {
	font-style: normal;
	margin: 0 0 15px;
}

.contact-cols p {
	margin: 0 0 15px;
}

.contact-cols .link {
	font-weight: bold;
}

.contact-cols a[href^=tel],
.contact-cols a[href^=skype],
.contact-cols a[href^=sms] {
	color: #282828;
}

.contact-cols time {
	color: #40bdad;
}

.text-centered {
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
}

.text-centered .lead-text {
	margin: 0 0 23px;
}

.text-centered a {
	font-weight: bold;
}

.text-centered h1 {
	margin: 0 0 2px;
}

.involved-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: 0 0 80px;
}

.involved-holder .item {
	/*width: 25%;    */
	width: 33.333%;
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: center;
}

.involved-holder .item + .item {
	border-color: #e1e1e1 #e1e1e1 #e1e1e1 #fff;
}

.involved-holder .visual {
	display: block;
	margin: -1px -1px 31px;
	position: relative;
}

.involved-holder .visual img {
	display: block;
	max-width: none;
	width: 100%;
}

.involved-holder .frame {
	padding: 0 35px 36px;
}

.involved-holder p {
	margin: 0 0 26px;
}

.involved-holder h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-size: 40px;
	line-height: 42px;
	color: #fff;
	margin: 0;
}

.involved-holder .more {
	font-weight: bold;
}

.donate-section {
	background: -webkit-linear-gradient(left, #a7214c 0%, #3c1f61 100%);
	background: linear-gradient(to right, #a7214c 0%, #3c1f61 100%);
	color: #fff;
	text-align: center;
	padding: 49px 0 81px;
}

.donate-section .icon {
	display: block;
	margin: 0 auto 28px;
}

.donate-section h1 {
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 24px;
	font-weight: 800;
	text-align: center;
}

.donate-section .container {
	max-width: 760px;
}

.donate-section .lead-text {
	margin: -21px 0 23px;
}

.donate-section .btn {
	margin: 14px 0 0;
	min-width: 196px;
}

.donate-section .more {
	font-weight: bold;
}

.section-hold {
	padding: 85px 0 81px;
	background: #f9f9f9;
	position: relative;
}

.section-hold h1 {
	text-align: center;
}

.section-hold:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	border-top: 1px solid #e1e1e1;
}

.section-hold.alt {
	padding: 85px 0 81px;
	text-align: center;
	background: #fff;
}

.section-hold.alt .container {
	max-width: 840px;
}

.section-hold.alt h1 {
	color: #252526;
}

.section-hold.alt .btn {
	margin: 14px 0 20px;
	min-width: 196px;
}

.contact-hold {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact-hold .lead-text {
	margin-top: -2px;
	width: calc(100% - 400px);
}

.contact-box {
	width: 380px;
	margin: -30px 0 60px 20px;
	border: 1px solid #e1e1e1;
	padding: 35px 30px 36px;
	text-align: center;
}

.contact-box h2 {
	margin: 0 0 35px;
	line-height: 22px;
}

.contact-box address {
	font-style: normal;
	margin: 0 0 17px;
	font-size: 14px;
	line-height: 19px;
	color: #838383;
}

.contact-box address strong {
	display: block;
	font-weight: bold;
	color: #252526;
}

.contact-box .btn {
	min-width: 296px;
	margin: 0 0 7px;
	padding: 14px;
}

.contact-box .btn.phone {
	color: #323136;
	border: 1px solid #e1e1e1;
	background: none;
	box-shadow: none;
}

.contact-box .btn.phone:hover {
	color: #fff;
	background: #e1e1e1;
}

.contact-box .glyphicon {
	display: inline-block;
	vertical-align: top;
	margin: 6px 1px 0 0;
}

.ui-datepicker-header {
	background: #fff;
	padding: 10px;
}

.tabset-holder {
	border-bottom: 1px solid #e1e1e1;
	padding: 66px 0 0;
	margin: 0 0 28px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tabset-holder h1 {
	width: 56%;
	padding: 0 20px 0 0;
	margin: -9px 0 0;
}

.tabset-holder .opener {
	display: none;
}

.tabset-holder .opener:before {
	top: 46%;
	right: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(64, 64, 64, 0);
	border-top-color: #404040;
	border-width: 6px 5px;
	margin-left: -5px;
}

.tabset {
	width: 44%;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin: 7px 14px -1px;
}

.tabset li {
	display: inline-block;
	vertical-align: top;
}

.tabset li + li {
	margin: 0 0 0 55px;
}

.tabset a {
	color: #828486;
	display: block;
	padding: 0 0 17px;
	border-bottom: 2px solid transparent;
}

.tabset a:hover {
	color: #212121;
}

.tabset .active {
	color: #212121;
	border-color: #00cab0;
}

.tab-content {
	margin: 0 0 32px;
}

.tab-content .alignright {
	width: 60%;
	max-width: 682px;
	margin: 0 0 32px 40px;
}

.tab-content .text-hold {
	padding: 14px 0 0;
}

.carousel-section {
	background: -webkit-linear-gradient(left, #a7214c 0%, #3c1f61 100%);
	background: linear-gradient(to right, #a7214c 0%, #3c1f61 100%);
	color: #fff;
	padding: 103px 0 78px;
	text-align: center;
}

.carousel-section h1 {
	color: #fff;
	margin: 0 0 1px;
}

.carousel-section .text-centered {
	text-align: center;
}

.carousel {
	position: relative;
	padding: 0 100px;
	margin: 63px 0 0;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	float: left;
	background: #f3f3f3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.carousel .blockquote {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 135px 81px 80px 121px;
	background: #f9f9f9;
}

.carousel blockquote {
	border: none;
	margin: 0;
	padding: 0;
	color: #232b2b;
	text-align: left;
}

.carousel blockquote q {
	display: block;
	font: 300 24px/35px "Roboto Slab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 16px;
}

.carousel blockquote q:before {
	content: "\"";
	display: inline-block;
	vertical-align: top;
	font-size: 100px;
	line-height: 35px;
	font-weight: 800;
	margin: -8px 0 0 -6px;
}

.carousel blockquote q:after {
	content: "\"";
	display: inline;
}

.carousel .author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	padding: 30px 50px 62px;
	text-align: center;
	color: #29292b;
	font-size: 14px;
}

.carousel .author img {
	display: block;
	width: 144px;
	margin: 0 auto 19px;
	border-radius: 50%;
	overflow: hidden;
}

.carousel cite {
	display: block;
	font-style: normal;
}

.carousel cite strong {
	display: block;
	font-size: 40px;
	line-height: 42px;
	font-weight: 800;
	margin: 0 0 14px;
}

.carousel .btn-prev,
.carousel .btn-next {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 45px;
	left: 13px;
	margin: -45px 0 0;
}

.carousel .btn-prev:hover:before,
.carousel .btn-prev:hover:after,
.carousel .btn-next:hover:before,
.carousel .btn-next:hover:after {
	background: #00bf99;
}

.carousel .btn-prev:before,
.carousel .btn-prev:after,
.carousel .btn-next:before,
.carousel .btn-next:after {
	content: "";
	position: absolute;
	background: #f9f9f9;
	width: 31px;
	height: 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -3px;
	top: 11px;
}

.carousel .btn-prev:after,
.carousel .btn-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 32px;
}

.carousel .btn-next {
	left: auto;
	right: 8px;
}

.carousel .btn-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.carousel .btn-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.carousel .switcher {
	padding: 36px 0 0;
}

.carousel .switcher li {
	display: inline-block;
	vertical-align: top;
}

.carousel .switcher li + li {
	margin: 0 0 0 25px;
}

.carousel .switcher .active a {
	background: #00bf99;
}

.carousel .switcher a {
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
}

.carousel .switcher a:hover {
	background: #00bf99;
}

.partners-block {
	overflow: hidden;
	margin: 78px 0 9px;
	text-align: center;
}

.partners-block.alt {
	margin: 80px 0 -33px;
}

.partners-block.alt .partners-list {
	margin: 0;
	border: none;
}

.partners-block.alt .partners-list li {
	height: auto;
	border: none;
	margin: 0 0 62px;
}

.see-all {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.partners-list {
	margin: -1px 0 19px -1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e1e1e1;
	border-width: 2px 0 0 1px;
}

.partners-list li {
	height: 192px;
	background: #fff;
	width: 25%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e1e1e1;
	margin: -1px 0 0 -1px;
}

.quote-block {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.quote-block .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.quote-block .container {
	max-width: 860px;
	min-height: 477px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.quote-block.left .container {
	min-height: 505px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 980px;
}

.quote-block.alt {
	margin-top: -53px;
}

.quote-block.alt .container {
	min-height: 512px;
}

.quote-block.dark blockquote {
	color: #38363b;
}

.quote-block blockquote {
	padding: 71px 0 0;
	border: none;
	margin: 0;
	width: 100%;
	color: #fff;
	width: 43%;
	text-align: center;
}

.quote-block blockquote q {
	display: block;
	margin: 0 auto 33px;
	font: 300 24px/35px "Roboto Slab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.quote-block blockquote q:before {
	content: "\"";
	display: block;
	font-size: 200px;
	line-height: 35px;
	font-weight: 800;
	margin: -8px 0 -27px;
}

.quote-block blockquote q:after {
	content: "\"";
	display: inline;
}

.quote-block cite {
	display: block;
	font-size: 14px;
	line-height: 19px;
	font-style: normal;
	font-weight: 800;
}

.quote-block-right,
.quote-block-left {
	background: #301f64;
	position: relative;
}

.quote-block-right .container,
.quote-block-left .container {
	max-width: 1280px;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 343px;
}

.quote-block-right .container > div,
.quote-block-left .container > div {
	width: 33.59%;
}

.quote-block-right .container > div:first-child,
.quote-block-left .container > div:first-child {
	width: 66.41%;
}

.quote-block-right .image,
.quote-block-left .image {
	overflow: hidden;
	position: relative;
}

.quote-block-right img,
.quote-block-left img {
	display: block;
	height: 343px;
	width: 100%;
	max-width: none;
}

.quote-block-right .blockquote,
.quote-block-left .blockquote {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.quote-block-right blockquote,
.quote-block-left blockquote {
	padding: 4px 40px 0;
	border: none;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.quote-block-right blockquote q,
.quote-block-left blockquote q {
	display: block;
	margin: 0 auto 30px;
	font: 300 24px/35px "Roboto Slab", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.quote-block-right cite,
.quote-block-left cite {
	display: block;
	font-size: 14px;
	line-height: 19px;
	font-style: normal;
	font-weight: 800;
}

.quote-block-right:before {
	content: "";
	position: absolute;
	background: -webkit-linear-gradient(left, #a7214c 0%, #3c1f61 100%);
	background: linear-gradient(to right, #a7214c 0%, #3c1f61 100%);
	left: 0;
	top: 0;
	bottom: 0;
	width: 66.41%;
}

.quote-block-left {
	background: #13b696;
}

.quote-block-left:before {
	content: "";
	position: absolute;
	background: -webkit-linear-gradient(315deg, #bad5b0 0%, #13b696 100%);
	background: linear-gradient(135deg, #bad5b0 0%, #13b696 100%);
	left: 60.41%;
	right: 0;
	top: 0;
	bottom: 0;
}

.questions-list {
	text-align: center;
	padding: 43px 0 12px;
}

.questions-list li + li {
	padding: 25px 0 0;
}

.questions-list strong {
	display: block;
}

.video-bg {
	position: relative;
	overflow: hidden;
	padding-top: 26.3%;
}

.video-bg video {
	position: absolute;
	left: 0;
	top: 0;
}

.video-bg.video-active {
	background: #000 !important;
}

.filter-active .ajax-filter .hidden,
.ajax-filter .hidden {
	position: absolute;
	left: -99999px;
	width: 100%;
}

.filter-block {
	overflow: hidden;
	margin: -7px 0 37px;
}

.filter-block h1 {
	float: left;
	margin: 0 28px 0 0;
}

.filter-block .filter-opener {
	display: none;
}

.filter-block .filter-frame {
	overflow: hidden;
	border-left: 1px solid #e1e1e1;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 5px 7px 32px;
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 17px;
}

.filter-block .radio-filter {
	position: absolute;
	left: -9999px;
}

.filter-block .filter-all,
.filter-block label {
	float: left;
	margin: 0 54px 0 0;
	color: #2c2f2f;
}

.filter-holder {
	margin: 0 0 50px;
	display: none;
}

.filter-holder .news-list li {
	width: 33.333%;
}

.filter-list {
	overflow: hidden;
}

.filter-list li {
	display: inline-block;
	vertical-align: top;
}

.filter-list li + li {
	padding: 0 0 0 47px;
}

.filter-list .radio-filter {
	position: absolute;
	left: -9999px;
}

.filter-list .active a {
	color: #2c2f2f;
}

.filter-list .active a:before,
.filter-list .active a:after {
	background: #2c2f2f;
	top: 10px;
	right: 4px;
}

.filter-list .active a:after {
	right: 0;
}

.filter-list a,
.filter-list label {
	color: #828486;
	position: relative;
	padding: 0 15px 0 0;
}

.filter-list a:hover,
.filter-list label:hover {
	color: #2c2f2f;
}

.filter-list a:hover:before,
.filter-list a:hover:after,
.filter-list label:hover:before,
.filter-list label:hover:after {
	background: #2c2f2f;
}

.filter-list a:before,
.filter-list a:after,
.filter-list label:before,
.filter-list label:after {
	content: "";
	position: absolute;
	background: #828486;
	width: 7px;
	height: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	top: 7px;
}

.filter-list a:after,
.filter-list label:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 11px;
}

.filter-list .all a {
	padding: 0;
}

.filter-list .all a:before,
.filter-list .all a:after {
	display: none;
}

.news-block {
	margin: 0 0 63px;
}

.news-block .frame {
	float: left;
	width: 66.666%;
	text-align: center;
}

.filter-active .news-block .frame {
	float: none;
	width: 100%;
}

.news-block .load-more {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin: 0 0 30px;
}

.filter-active .news-block .aside {
	display: none;
}

.news-block .aside {
	margin-top: 0;
}

.aside {
	float: right;
	width: 33.333%;
	padding: 0 0 0 45px;
	margin-top: 30px;
}

.aside > h2 {
	border-top: 3px solid #2c2f2f;
	padding: 6px 0 0;
	margin: 0 0 46px;
}

.aside .view-more {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 0 0;
	margin: -11px 0 0;
	font-weight: bold;
	position: relative;
}

.aside .view-more:before,
.aside .view-more:after {
	content: "";
	position: absolute;
	background: #40bdad;
	width: 7px;
	height: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	top: 9px;
}

.aside .view-more:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 13px;
}

.news-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: 0 6px 21px -20px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}

.news-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0 0 24px 20px;
}

.filter-active .news-list li {
	width: 33.333%;
}

.news-list .box {
	background: #fff;
	border: 1px solid #e1e1e1;
	position: relative;
	width: 100%;
}

.news-list .image {
	display: block;
	margin: -1px -1px 29px;
}

.news-list .image img {
	width: 100%;
	max-width: none;
	display: block;
}

.news-list .text {
	padding: 0 42px 57px;
}

.articles-section .news-list .text {
	padding: 0 19px 57px;
}

.news-list h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 800;
	margin: 0 0 14px;
}

.events-holder .news-list h2 {
	margin: 0 0 9px;
}

.news-list h2 a {
	color: #282828;
}

.news-list h2 a:hover {
	color: #40bdad;
}

.news-list time {
	display: block;
	text-transform: uppercase;
	margin: 0 0 17px;
	font-size: 14px;
	line-height: 17px;
	color: #9b9c9d;
}

.articles-section .news-list time {
	color: #282828;
}

.recent-press-list {
	color: #2c2f2f;
	margin: 0 0 20px;
}

.recent-press-list li {
	padding: 10px 0 39px;
	border-top: 1px solid #e1e1e1;
}

.recent-press-list h2 {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}

.recent-press-list h2 a {
	color: #333335;
}

.recent-press-list h2 a:hover {
	color: #40bdad;
}

.recent-press-list time {
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #898989;
	margin: 0 0 20px;
}

.recent-press-list p {
	max-width: 250px;
}

.sub-filter-list {
	letter-spacing: -4px;
	font-size: 14px;
	line-height: 16px;
	margin: -17px 0 33px;
	padding: 25px 0 0;
	border-top: 1px solid #e1e1e1;
	position: absolute;
	left: -99999px;
}

.filter-active .sub-filter-list {
	position: static;
}

.sub-filter-list li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 7px 0;
	position: relative;
}

.sub-filter-list li:hover a,
.sub-filter-list li.active a {
	color: #fff;
	background: #14bbb0;
}

.sub-filter-list [type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.sub-filter-list [type="checkbox"]:checked + label {
	color: #fff;
	background: #14bbb0;
}

.sub-filter-list label {
	display: inline-block;
	vertical-align: top;
	padding: 12px 15px;
	color: #828486;
	background: #eee;
	border-radius: 5px;
	cursor: pointer;
}

.sub-filter-list label:hover {
	color: #fff;
	background: #14bbb0;
}

.share-block {
	position: absolute;
	top: 33px;
	left: 50px;
	text-align: center;
	width: 60px;
	color: #252526;
}

.share-block .title {
	display: block;
	margin: 0 0 20px;
	padding: 0 0 13px;
	border-bottom: 1px solid #e1e1e1;
	text-transform: uppercase;
	font-weight: normal;
}

.share-list {
	width: 22px;
	margin: 0 auto;
}

.share-list li {
	width: 22px;
	height: 22px;
	margin: 0 0 31px;
	color: #2c2e30;
	position: relative;
	font-size: 20px;
}

.share-list li:hover {
	color: #37b8ad;
}

.share-list span {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	color: #c0c0c0;
	cursor: pointer;
}

.share-list span:hover {
	color: #37b8ad;
}

.news-single {
	max-width: 780px;
	margin: 0 auto;
	padding: 33px 100px 72px;
	font-size: 15px;
	line-height: 25px;
}

.news-single .time {
	display: block;
	margin: 0 0 13px;
	text-transform: uppercase;
	color: #282828;
	font-size: 16px;
}

.news-single h1 {
	font-size: 50px;
	line-height: 59px;
	margin: 0 0 20px;
}

.news-single .author {
	display: block;
	margin: 0 0 61px;
	color: #9b9c9d;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

.news-single .aligncenter {
	margin: 30px auto 23px;
	text-align: center;
}

.news-single p {
	margin: 0 0 25px;
}

.news-single .lead-text {
	margin: 0 0 35px;
}

.articles-section {
	padding: 88px 0 55px;
	background: #f9f9f9;
	border-top: 1px solid #e1e1e1;
}

.articles-section .container {
	max-width: 704px;
}

.articles-section h1 {
	margin: 0 0 53px;
}

.location-list {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-align: center;
	margin: -38px 0 23px;
}

.location-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 33px 3px 34px;
	margin: 0 0 10px;
}

.location-list li + li {
	border-left: 1px solid #e1e1e1;
}

.location-list a {
	color: #282828;
}

.location-list a:hover {
	color: #40bdad;
}

.text-columns {
	max-width: 1280px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #2a2c2e;
}

.text-columns .col,
.text-columns .text-col {
	width: 50%;
}

.text-columns img {
	display: block;
}

.text-columns .text-col {
	padding: 95px 108px 95px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-columns .frame {
	max-width: 380px;
	padding: 0 0 15px;
}

.text-columns h1 {
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 73px;
}

.text-columns h2 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #2a2c2e;
	margin: 0 0 9px;
}

.text-columns p {
	margin: 0 0 26px;
}

.champions-carousel {
	position: relative;
	color: #404040;
	margin: 0 0 22px;
}

.champions-carousel .mask {
	position: relative;
	overflow: hidden;
	overflow: visible !important;
	width: 100%;
	max-width: 1284px;
	padding: 0 42px;
	margin: 0 auto;
}

.champions-carousel .slideset {
	width: 99999px;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.champions-carousel .slide {
	width: 400px;
	padding: 0 10px;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.champions-carousel .box {
	background: #fff;
	padding: 39px 60px 51px;
	border: 1px solid #e1e1e1;
	width: 100%;
}

.champions-carousel .avatar {
	width: 154px;
	height: 154px;
	border-radius: 50%;
	margin: 0 auto 13px;
	overflow: hidden;
}

.champions-carousel .avatar img {
	display: block;
	border-radius: 50%;
}

.champions-carousel .name {
	font-weight: 800;
	display: block;
	margin: 0 0 1px;
}

.champions-carousel .sub-title {
	display: block;
	font-size: 14px;
	line-height: 19px;
	min-height: 57px;
	max-width: 200px;
	margin: 0 auto 22px;
}

.champions-carousel .btn-prev,
.champions-carousel .btn-next {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	top: 52%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
}

.champions-carousel .btn-prev:hover,
.champions-carousel .btn-next:hover {
	background: #000;
}

.champions-carousel .btn-prev:before,
.champions-carousel .btn-prev:after,
.champions-carousel .btn-next:before,
.champions-carousel .btn-next:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 19px;
	height: 4px;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 20px;
	top: 22px;
}

.champions-carousel .btn-prev:after,
.champions-carousel .btn-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 33px;
}

.champions-carousel .btn-next {
	left: auto;
	right: 20px;
}

.champions-carousel .btn-next:before,
.champions-carousel .btn-next:after {
	left: 24px;
}

.champions-carousel .btn-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.champions-carousel .btn-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.image-section {
	height: 428px;
}

.list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 76px 0 0 -20px;
}

.list li {
	width: 33.333%;
	padding: 9px 0 20px 20px;
	position: relative;
}

.list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	right: 0;
	border-top: 1px solid #e1e1e1;
}

.list h2 {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 9px;
	text-align: left !important;
}

.visual-block {
	color: #fff;
	margin: 77px 0 0;
	text-align: center;
}

.visual-block .container {
	background: #0f1013;
	max-width: 1280px;
	padding: 88px 42px 43px;
}

.visual-block img {
	display: block;
	margin: 0 auto;
}

.visual-block h1 {
	color: #fff;
	max-width: 800px;
	margin: 0 auto 19px;
}

.visual-block .lead-text {
	margin: 0 auto 23px;
	max-width: 800px;
}

.visual-block a {
	font-weight: bold;
}

.impact-section {
	background: -webkit-linear-gradient(left, #a7214c 0%, #3c1f61 100%);
	background: linear-gradient(to right, #a7214c 0%, #3c1f61 100%);
	color: #fff;
	padding: 88px 0 157px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.impact-section.alt {
	padding: 88px 0 69px;
}

.impact-section.alt .number-bock {
	margin: 10px 0 0;
}

.impact-section.alt .number-bock strong {
	font-size: 200px;
	line-height: 180px;
}

.impact-section .container {
	position: static;
}

.impact-section .image {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.impact-section h1 {
	color: #fff;
	max-width: 800px;
	margin: 0 auto 19px;
}

.impact-section .lead-text {
	margin: 0 auto 23px;
	max-width: 800px;
}

.impact-section a {
	font-weight: bold;
}

.impact-section .number-bock {
	font-weight: 800;
	margin: 55px 0 0;
	text-align: center;
}

.impact-section .number-bock strong {
	display: block;
	font-size: 284px;
	line-height: 240px;
	font-weight: 800;
	letter-spacing: -11px;
}

.impact-section .number-bock span {
	display: block;
	text-align: right;
	font-size: 20px;
	line-height: 25px;
	max-width: 842px;
	margin: 11px auto;
	letter-spacing: 0;
}

.impact-section .number-bock + .lead-text {
	margin-top: 22px;
	font-size: 26px;
}

.impact-section .numbers-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 12px 0 0;
}

.impact-section .numbers-list ul {
	width: 280px;
	text-align: left;
}

.impact-section .numbers-list li {
	padding: 10px 0 20px;
	min-height: 127px;
	position: relative;
}

.impact-section .numbers-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid rgba(255, 255, 255, .35);
}

.impact-section .numbers-list h2 {
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 2px;
}

.impact-section .numbers-list p {
	margin: 0;
}

.impact-section h2 {
	color: #fff;
}

.impact-section .values-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 71px -20px -72px 0;
	text-align: left;
}

.impact-section .values-list li {
	width: 33.333%;
	padding: 0 20px 81px 0;
}

.impact-section .values-list h2 {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 9px;
}

.impact-section .values-list .number {
	display: block;
	padding: 0 0 3px;
	margin: 0 0 7px;
	border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.partners-carousel {
	position: relative;
	color: #404040;
	margin: 77px 0 22px;
	text-align: center;
}

.partners-carousel a {
	font-weight: bold;
}

.partners-carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1284px;
	margin: 0 auto 31px;
}

.partners-carousel .slideset {
	width: 99999px;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.partners-carousel .slide {
	width: 33.333%;
	padding: 0 10px;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.partners-carousel .box {
	background: #fff;
	padding: 26px 60px 4px;
	border: 1px solid #e1e1e1;
	width: 100%;
}

.partners-carousel .avatar {
	width: 154px;
	height: 154px;
	margin: 0 auto 13px;
	position: relative;
}

.partners-carousel .avatar img {
	display: block;
	border-radius: 50%;
}

.partners-carousel .category {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-weight: 800;
	color: #a8a8a8;
	margin: 0 0 27px;
}

.partners-carousel .logo-image {
	position: absolute;
	bottom: -1px;
	right: -22px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.partners-carousel .logo-image img {
	max-width: 90%;
	border-radius: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.partners-carousel .name {
	font-weight: 800;
	display: block;
	margin: 0 0 1px;
}

.partners-carousel .sub-title {
	display: block;
	font-size: 14px;
	line-height: 19px;
	max-width: 200px;
	margin: 0 auto 22px;
}

.partners-carousel p {
	margin: 0;
}

.partners-carousel .btn-prev,
.partners-carousel .btn-next {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	width: 77px;
	height: 77px;
	left: -80px;
	top: 39.5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
}

.partners-carousel .btn-prev:hover,
.partners-carousel .btn-next:hover {
	background: #000;
}

.partners-carousel .btn-prev:before,
.partners-carousel .btn-prev:after,
.partners-carousel .btn-next:before,
.partners-carousel .btn-next:after {
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 3px;
	width: 13px;
	left: 45px;
	top: 33px;
}

.partners-carousel .btn-prev:after,
.partners-carousel .btn-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 41px;
}

.partners-carousel .btn-next {
	left: auto;
	right: -80px;
}

.partners-carousel .btn-next:before,
.partners-carousel .btn-next:after {
	left: 18px;
}

.partners-carousel .btn-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.partners-carousel .btn-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.partners-carousel .switcher {
	padding: 0 0 23px;
	text-align: center;
}

.partners-carousel .switcher li {
	display: inline-block;
	vertical-align: top;
}

.partners-carousel .switcher li + li {
	margin: 0 0 0 22px;
}

.partners-carousel .switcher .active a {
	background: #00bf99;
}

.partners-carousel .switcher a {
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
}

.partners-carousel .switcher a:hover {
	background: #00bf99;
}

.milestones-carousel {
	position: relative;
	color: #404040;
	height: auto !important;
	white-space: nowrap;
}

.milestones-carousel .slide {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: 300px;
	padding: 0 20px 0 0;
	white-space: normal;
}

.milestones-carousel .box {
	background: #fff;
	width: 100%;
	min-height: 441px;
	box-shadow: inset 0 0 0 1px #e1e1e1;
}

.milestones-carousel .image {
	display: block;
	margin: 1px 1px 29px;
}

.milestones-carousel .image img {
	display: block;
}

.milestones-carousel .text {
	padding: 0 21px 31px;
}

.milestones-carousel h2 {
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 16px;
}

.milestones-carousel h2 a {
	color: #404040;
}

.milestones-carousel h2 a:hover {
	color: #40bdad;
}

.milestones-carousel .slider-block {
	max-width: 1264px;
	padding: 0 42px;
	margin: 0 auto;
	position: relative;
}

.milestones-carousel .min,
.milestones-carousel .max {
	font-size: 14px;
	line-height: 16px;
	color: #404040;
	position: absolute;
	left: 42px;
	top: -7px;
}

.milestones-carousel .max {
	left: auto;
	right: 42px;
}

.milestones-carousel .slider-hold {
	margin: 0 42px 21px;
	position: relative;
	height: 4px;
	border-radius: 2px;
	background: #c0bec7;
	overflow: hidden;
}

.milestones-carousel .slider-hold .slider {
	height: 4px;
	background: #3f218c;
	border-radius: 0;
}

.milestones-section {
	margin: 78px 0 22px 50px;
	position: relative;
}

.milestones-section .jcf-scrollable-wrapper,
.milestones-section .jcf-scrollable {
	height: auto !important;
}

.milestones-section .jcf-scrollbar-horizontal {
	position: static !important;
	padding: 0 92px 0 50px;
	margin: 34px 0 0;
	height: 4px;
	background: none;
	box-sizing: border-box;
}

.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: block;
	width: 100% !important;
	background: #c0bec7;
	height: 4px;
	border-radius: 2px;
}

.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-slider:before,
.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-slider:after {
	position: absolute;
	font-size: 14px;
	line-height: 16px;
	color: #404040;
	position: absolute;
	left: -42px;
	top: -7px;
}

.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-slider:after {
	left: auto;
	right: -42px;
}

.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	height: 4px;
	border-radius: 2px;
	background: #3f218c;
}

.milestones-section .jcf-scrollbar-dec,
.milestones-section .jcf-scrollbar-inc {
	display: none;
}

.milestones-section .min,
.milestones-section .max {
	position: absolute;
	font-size: 14px;
	line-height: 16px;
	color: #404040;
	position: absolute;
	left: 8px;
	bottom: -5px;
}

.milestones-section .max {
	left: auto;
	right: 50px;
}

.milestones-section .btn-prev,
.milestones-section .btn-next {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 77px;
	height: 77px;
	left: -88px;
	top: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
}

.milestones-section .btn-prev:hover,
.milestones-section .btn-next:hover {
	background: #000;
}

.milestones-section .btn-prev:before,
.milestones-section .btn-prev:after,
.milestones-section .btn-next:before,
.milestones-section .btn-next:after {
	content: "";
	position: absolute;
	background: #fff;
	height: 3px;
	width: 13px;
	left: 45px;
	top: 33px;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.milestones-section .btn-prev:after,
.milestones-section .btn-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 41px;
}

.milestones-section .btn-next {
	left: auto;
	right: -40px;
}

.milestones-section .btn-next:before,
.milestones-section .btn-next:after {
	left: 18px;
}

.milestones-section .btn-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.milestones-section .btn-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.milestones-section {
	position: relative;
}

.milestones-section .btn-prev,
.milestones-section .btn-next {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 77px;
	height: 77px;
	left: -88px;
	top: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
}

.milestones-section .btn-prev:hover,
.milestones-section .btn-next:hover {
	background: #000;
}

.milestones-section .btn-prev:before,
.milestones-section .btn-prev:after,
.milestones-section .btn-next:before,
.milestones-section .btn-next:after {
	content: "";
	position: absolute;
	background: #fff;
	height: 3px;
	width: 13px;
	left: 45px;
	top: 33px;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.milestones-section .btn-prev:after,
.milestones-section .btn-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 41px;
}

.milestones-section .btn-next {
	left: auto;
	right: -40px;
}

.milestones-section .btn-next:before,
.milestones-section .btn-next:after {
	left: 18px;
}

.milestones-section .btn-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.milestones-section .btn-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.articles-container h1 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 21px 9999px 20px;
	margin: 0 -9999px 45px;
	background: #161616;
}

.article-list {
	color: #000;
}

.article-list article {
	padding: 45px 0 43px;
}

.article-list article:first-child {
	padding-top: 0;
}

.article-list article + article {
	border-top: 1px solid #e1e1e1;
}

.article-list .date {
	float: left;
	width: 199px;
	padding: 2px 20px 0 0;
	color: #898989;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.article-list .text {
	overflow: hidden;
}

.article-list h2 {
	margin: 0 0 8px;
}

.article-list h2 a {
	color: #000;
}

.article-list h2 a:hover {
	color: #37b8ad;
}

.article-list p {
	margin: 0 0 23px;
}

.article-list .more {
	font-weight: bold;
}

.archive-list {
	color: #000;
	margin: 76px 0 0;
}

.archive-list li {
	padding: 18px 0 40px;
	border-top: 1px solid #e1e1e1;
}

.archive-list .left-block {
	float: left;
	width: 200px;
	padding: 4px 20px 0 0;
}

.archive-list .date {
	display: block;
	margin: 0 0 14px;
	color: #898989;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.archive-list .text {
	overflow: hidden;
	max-width: 630px;
}

.archive-list h2 {
	margin: 0 0 8px;
}

.archive-list h2 a {
	color: #000;
}

.archive-list h2 a:hover {
	color: #37b8ad;
}

.archive-list p {
	margin: 0 0 23px;
}

.archive-list .more {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin: 0 0 23px;
}

.archive-list .video {
	width: 179px;
	height: 105px;
	background: #303032;
	position: relative;
}

.archive-list .btn-play {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.archive-list .btn-play:before {
	width: 50px;
	height: 50px;
	border-width: 2px;
}

.archive-list .btn-play:after {
	width: 1px;
	height: 1px;
	border: solid transparent;
	border-width: 9px 13px;
	border-left-color: #fff;
	margin-left: 9px;
}

.archive-list .pdf {
	display: block;
	margin: 0 auto;
	width: 71px;
}

.archive-list .pdf:hover {
	opacity: .7;
}

.leaders-carousel {
	position: relative;
	color: #404040;
	margin: 78px -20px -9px 0;
	text-align: center;
}

.leaders-carousel a {
	font-weight: bold;
}

.leaders-carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1284px;
	margin: 0 auto 31px;
}

.leaders-carousel .slideset {
	width: 99999px;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.leaders-carousel .slide {
	width: 33.333%;
	padding: 0 10px;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.leaders-carousel .box {
	background: #fff;
	padding: 39px 30px 61px;
	border: 1px solid #e1e1e1;
	width: 100%;
}

.leaders-carousel .avatar {
	width: 155px;
	height: 155px;
	margin: 0 auto 13px;
	overflow: hidden;
	position: relative;
}

.leaders-carousel .avatar img {
	display: block;
	border-radius: 50%;
}

.leaders-carousel .logo-image {
	position: absolute;
	bottom: -1px;
	right: -22px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.leaders-carousel .logo-image img {
	max-width: 90%;
	border-radius: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.leaders-carousel .name {
	font-weight: 800;
	display: block;
	margin: 0 0 1px;
}

.leaders-carousel .sub-title {
	display: block;
	font-size: 14px;
	line-height: 19px;
	margin: 0 auto 22px;
}

.leaders-carousel p {
	margin: 0 0 25px;
}

.leaders-carousel a {
	font-weight: bold;
}

.leaders-carousel .btn-prev,
.leaders-carousel .btn-next {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	width: 77px;
	height: 77px;
	left: -80px;
	top: 44%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
}

.leaders-carousel .btn-prev:hover,
.leaders-carousel .btn-next:hover {
	background: #000;
}

.leaders-carousel .btn-prev:before,
.leaders-carousel .btn-prev:after,
.leaders-carousel .btn-next:before,
.leaders-carousel .btn-next:after {
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 3px;
	width: 13px;
	left: 45px;
	top: 33px;
}

.leaders-carousel .btn-prev:after,
.leaders-carousel .btn-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 41px;
}

.leaders-carousel .btn-next {
	left: auto;
	right: -60px;
}

.leaders-carousel .btn-next:before,
.leaders-carousel .btn-next:after {
	left: 18px;
}

.leaders-carousel .btn-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.leaders-carousel .btn-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.leaders-carousel .switcher {
	padding: 0 0 23px;
	text-align: center;
}

.leaders-carousel .switcher li {
	display: inline-block;
	vertical-align: top;
}

.leaders-carousel .switcher li + li {
	margin: 0 0 0 22px;
}

.leaders-carousel .switcher .active a {
	background: #00bf99;
}

.leaders-carousel .switcher a {
	display: block;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
}

.leaders-carousel .switcher a:hover {
	background: #00bf99;
}

.answer-list {
	margin: 79px -20px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.answer-list li {
	width: 50%;
	padding: 9px 20px 47px 0;
	position: relative;
}

.answer-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
	border-top: 1px solid #e1e1e1;
}

.answer-list h2 {
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 8px;
}

.section-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.lead-block {
	width: calc(100% - 500px);
}

.lead-block h1 {
	text-align: left;
}

.lead-block a {
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

.lead-block .lead-text {
	margin: 0 0 23px;
}

.blog-module {
	background: #fff;
	margin: -19px 0 30px 120px;
	padding: 30px 30px 50px;
	width: 380px;
	border: 1px solid #e1e1e1;
	text-align: center;
}

.blog-module .avatar {
	width: 113px;
	height: 113px;
	margin: 0 auto 9px;
	overflow: hidden;
	position: relative;
}

.blog-module .avatar img {
	display: block;
	border-radius: 50%;
}

.blog-module .logo-image {
	position: absolute;
	bottom: -1px;
	right: -22px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.blog-module .logo-image img {
	max-width: 90%;
	border-radius: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.blog-module .name {
	font-weight: 800;
	display: block;
	margin: 0 0 1px;
}

.blog-module .sub-title {
	display: block;
	font-size: 14px;
	line-height: 19px;
	margin: 0 auto 28px;
}

.blog-module p {
	margin: 0 0 24px;
}

.blog-module a {
	font-weight: bold;
}

.team-section {
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	padding: 70px 0 0;
}

.team-section h1 {
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 19px 9999px 22px;
	margin: 0 -9999px 55px;
	background: #161616;
}

.team-section h2 {
	margin: 0 0 46px;
}

.team-section .team {
	margin: 0 0 56px;
}

.team-section .team li {
	margin: 0 0 22px;
}

.team-section .team .name {
	display: block;
	font-size: 16px;
	line-height: 25px;
	font-weight: 800;
	margin: 0 0 1px;
}

.team-section .team .name > span {
	color: #37b8ad;
}

.team-section .team em {
	display: block;
}

.team-section .team > span {
	display: block;
}

.team-section hr {
	border: 1px solid #e1e1e1;
	border-width: 1px 0 0;
	margin: 56px 0 55px;
}
.ceo {
	overflow: hidden;
	margin-bottom: 80px;
	padding: 0 45px;
}
.ceo-img {
	float: left;
	overflow: hidden;
	width: 215px;
	height: 215px;
	margin-right: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.ceo-img img {
	display: block;
	width: 100%;
}
.ceo-info {
	overflow: hidden;
	font-size: 15px;
	text-align: left;
}
.ceo-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	color: #37b8ad;
	margin-bottom: 15px;
}
.ceo-link {
	font-weight: 600;
}

/* team members underneath ceo */
.member { 
	display: flex;
}

.member li {
	flex: 1;
	padding: 0 !important;
}

.member-img {     
	overflow: hidden; 
	width: 180px;
    height: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.member-img img {
	width: 180px;
    height: 180px;
	object-fit: cover;
}

/* team members underneath ceo */
.member { 
	display: flex;
}

.member li {
	flex: 1;
}

ul.team-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 49px;
	padding: 5px 0 0;
}

ul.team-list li {
	width: 25%;
	padding: 0 10px 44px;
	margin: 0;
}

@media all and (max-width: 980px) {
 	.member { 
		flex-wrap: wrap;
	}
	.member li {
		flex-basis: 33.333333%;
	}
}

@media all and (max-width: 479px) {
	.member li {
		flex-basis: 50%;
	}
}




.team-section #senior-leadership ul.team-list li:first-of-type {
/* 	display: none; disabled as it hides first team member renderd for some reason */
}
ul.team-list .avatar {
	width: 155px;
	height: 155px;
	margin: 0 auto 13px;
	overflow: hidden;
	position: relative;
}

ul.team-list .avatar img {
	display: block;
	border-radius: 50%;
}

ul.team-list .name {
	font-size: 16px;
	line-height: 25px;
	font-weight: 800;
	display: block;
	margin: 0 0 1px;
	color: #37b8ad;
}

ul.team-list .name a {
	color: #37b8ad;
}

ul.team-list .sub-title {
	display: block;
	font-size: 14px;
	line-height: 19px;
	margin: 0 auto 22px;
}

.charts {
	width: 375px;
	height: 375px;
	position: relative;
	margin: 81px auto 29px;
}

.charts .persent-blocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.charts .persent {
	position: absolute;
	width: 159px;
	min-height: 93px;
	border-radius: 8px;
	border: 2px solid #e1e1e1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: 800;
	text-align: center;
	color: #38363b;
	padding: 20px 10px;
	margin: 0 -4px;
}

.charts .persent strong {
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
}

.charts .persent:before {
	content: "";
	position: absolute;
}

.charts .persent.one {
	top: 62px;
	left: -198px;
}

.charts .persent.one:before {
	background: url(images/arrow-1.png) no-repeat 0 0;
	width: 162px;
	height: 74px;
	top: -25px;
	left: 101%;
}

.charts .persent.two {
	top: 180px;
	left: -198px;
}

.charts .persent.two:before {
	background: url(images/arrow-2.png) no-repeat 0 0;
	width: 80px;
	height: 88px;
	top: -42px;
	left: 100%;
}

.charts .persent.three {
	top: 62px;
	right: -196px;
}

.charts .persent.three:before {
	background: url(images/arrow-3.png) no-repeat 0 0;
	width: 96px;
	height: 175px;
	top: 49px;
	right: 100%;
}

.chart-container {
	width: 375px;
	height: 375px;
	border-radius: 50%;
	margin: 0 auto;
	background: #00c8b4;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.chart-container .chart {
	position: absolute;
	width: 375px;
	height: 375px;
	border-radius: 50%;
	clip: rect(0px, 188px, 375px, 0px);
}

.chart-container .hold {
	position: absolute;
	width: 375px;
	height: 375px;
	border-radius: 50%;
	clip: rect(0px, 375px, 375px, 188px);
}

.chart-container #chartSliceGreen .chart {
	background-color: #00c8b4;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.chart-container #chartSliceGreen2 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.chart-container #chartSliceGreen2 .chart {
	background-color: #28554f;
	-webkit-transform: rotate(33deg);
	-ms-transform: rotate(33deg);
	transform: rotate(33deg);
}

.chart-container #chartSliceDark-Green {
	-webkit-transform: rotate(303deg);
	-ms-transform: rotate(303deg);
	transform: rotate(303deg);
}

.chart-container #chartSliceDark-Green .chart {
	background-color: #1d9989;
	-webkit-transform: rotate(140deg);
	-ms-transform: rotate(140deg);
	transform: rotate(140deg);
}

.chart-container #chartSliceGreen3 {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.chart-container #chartSliceGreen3 .chart {
	background-color: #00c8b4;
	-webkit-transform: rotate(100deg);
	-ms-transform: rotate(100deg);
	transform: rotate(100deg);
}

.chart-container .circle {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 292px;
	height: 292px;
	border-radius: 50%;
	background: #fff;
	color: #38363b;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.chart-container .circle strong {
	width: 100%;
	font-size: 70px;
	line-height: 61px;
	font-weight: 800;
	margin: 0 0 4px;
}

.chart-container .circle strong {
	width: 100%;
	display: block;
}

#mongo-form select {
	height: 30px;
	padding: 0 0 3px;
}

#mongo-form ul {
	text-align: left;
}

#bboxdonation_designation_ddDesignations {
	height: 30px;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

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

	.articles-holder .item:nth-child(even) .frame,
	.location-item:nth-child(even) .frame {
		border-left-color: transparent;
	}

	.filter-list.js-slide-hidden {
		position: static !important;
		display: block !important;
	}
}

@media (min-width: 769px) {
	.filter-section .row {
		position: static !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.milestones-section .btn-prev,
	.milestones-section .btn-next {
		display: none;
	}

	.milestones-section .btn-prev,
	.milestones-section .btn-next {
		display: none;
	}
}

@media (min-width: 1024px) {
	.partners-carousel .mask {
		height: auto !important;
	}

	.partners-carousel .slideset {
		width: 100% !important;
	}

	.partners-carousel .btn-prev,
	.partners-carousel .btn-next {
		display: none;
	}

	.partners-carousel .switcher {
		display: none;
	}

	.leaders-carousel .mask {
		height: auto !important;
	}

	.leaders-carousel .slideset {
		width: 100% !important;
	}

	.leaders-carousel .btn-prev,
	.leaders-carousel .btn-next {
		display: none;
	}

	.leaders-carousel .switcher {
		display: none;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1279px) {
	.bio-block:after {
		right: 35.4%;
	}
}

@media (max-width: 1199px) {
	.tabset li + li {
		margin: 0 0 0 15px;
	}

	.carousel {
		padding: 0;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		display: none;
	}
}

@media (max-width: 1039px) {
	.section-frame .locations-holder {
		margin: 0 -32px;
	}

	.articles-holder {
		margin: 0 -32px 40px;
	}

	.promo-section {
		height: 489px;
	}

	.promo-section.large {
		height: 780px;/*580px;*/
	}

	.promo-section.alt .holder {
		max-width: 780px;
	}

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

	.overview-section .visual {
		width: 419px;
		margin: 14px 60px 0 0;
	}

	.overview-section .frame {
		padding: 5px 0 0;
	}

	.tasks-section {
		padding: 87px 0 80px;
	}

	.tasks-section h1.head + .lead-text {
		max-width: 730px;
		margin: 0 auto 34px;
	}

	.tasks-section .lead-text {
		margin: -68px auto 75px;
	}

	.task-item {
		margin: 0 1% 20px;
		min-height: 0;
		padding: 40px 20px 48px;
	}

	.video-section .video img {
		max-width: 105.3%;
	}

	.slideshow .text-block {
		padding: 0 130px 0 42px;
		bottom: 125px;
	}

	.slideshow .title {
		line-height: 51px;
	}

	.slideshow .switcher {
		padding: 0 130px 0 42px;
	}

	.slideshow .learn-more-block {
		width: 58px;
	}

	.slideshow .learn-more-block a {
		left: 4px;
		bottom: 104px;
	}

	.slideshow .learn-more-block a:before {
		top: -1px;
		left: 104px;
	}

	.visual-holder .visual {
		margin: 15px 0 30px;
		width: 40.4%;
	}

	.visual-holder .visual .video {
		max-width: 380px;
		margin: 0 auto;
	}

	.visual-holder .frame {
		padding: 10px 0 0 8px;
	}

	.blockquote-section.right .blockquote {
		left: auto;
		right: 42px;
	}

	.blockquote-section .blockquote {
		width: 380px;
		left: 42px;
	}

	.holder-section-alt {
		max-width: 864px;
		padding: 108px 42px 76px;
	}

	.programs-list {
		margin: 0;
	}

	.programs-list li {
		margin: 0 0 40px -20px;
	}

	.impact-block {
		margin: 0 0 16px;
	}

	.impact-block .lead-text {
		margin: 0 0 23px;
	}

	.impact-list {
		padding: 0 0 0 3px;
	}

	.impact-list li {
		min-height: 127px;
	}

	.bio-block .bio-section {
		padding: 2px 30px 0;
	}

	.bio-block .contact-list {
		padding: 40px 30px 41px;
	}

	.bio-block .btn-back {
		left: 14px;
	}

	.bio-holder {
		min-height: 458px;
	}

	.bio-article {
		max-width: 620px;
		margin: 4px auto 32px;
		font-size: 15px;
		line-height: 23px;
	}

	.bio-article .columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.promo-block {
		margin: 0 auto 22px;
		height: 490px;
	}

	.promo-block.small {
		height: 458px;
	}

	.promo-block .text-block {
		left: 42px;
		right: 42px;
		bottom: 47px;
	}

	.promo-block h1 {
		margin: 0 0 26px;
	}

	.promo-block ul li + li {
		margin: 0 0 0 43px;
	}

	.promo-block .glyphicon {
		font-size: 14px;
	}

	.filter-section {
		margin: 0 0 26px;
	}

	.filter-section .jcf-select .jcf-select-opener:before,
	.filter-section .jcf-select .jcf-select-opener:after {
		right: 17px;
	}

	.filter-section .jcf-select .jcf-select-opener:after {
		right: 22px;
	}

	.filter-section .glyphicon-calendar {
		width: 54px;
	}

	.events-list {
		margin: 0 0 20px -20px;
	}

	.events-list .text {
		padding: 0 28px 67px;
	}

	.events-list .network-list {
		bottom: 16px;
		right: 19px;
	}

	.events-list .network-list li + li {
		margin: 0 0 0 15px;
	}

	.large-event .image {
		height: 340px;
	}

	.large-event h2 {
		font-size: 32px;
		line-height: 35px;
		margin: 0 0 10px;
	}

	.large-event time {
		margin: 0 0 23px;
	}

	.large-event .text {
		left: 0;
		right: 0;
		bottom: 32px;
		font-size: 14px;
	}

	.large-event address {
		text-transform: uppercase;
	}

	.top-panel {
		margin: -22px -31px 0 -18px;
		padding: 11px 0;
	}

	.network-list li + li {
		margin: 0 0 0 24px;
	}

	.event-section {
		padding: 67px 0 74px;
		max-width: 623px;
	}

	.events-holder {
		max-width: 620px;
		padding: 90px 0 59px;
	}

	.events-holder > h2 {
		margin: 0 0 37px;
	}

	.contact-cols .col {
		width: 163px;
	}

	.involved-holder {
		margin: 0 -32px;
	}

	.involved-holder .item {
		width: 50%;
		margin: 0 0 40px;
	}

	.involved-holder .visual {
		margin: -1px -1px 21px;
	}

	.involved-holder .frame {
		padding: 0 50px 51px;
	}

	.involved-holder h2 {
		font-size: 50px;
		line-height: 52px;
	}

	.donate-section {
		margin: -20px 0 0;
	}

	.section-hold.alt {
		padding: 37px 0 81px;
	}

	.contact-hold .lead-text {
		width: calc(100% - 320px);
		margin-top: -8px;
	}

	.contact-box {
		margin: -36px 0 60px 20px;
		width: 300px;
	}

	.contact-box .btn {
		min-width: 216px;
	}

	.tabset-holder {
		padding: 44px 0 0;
		display: block;
	}

	.tab-content .alignright {
		width: 57.5%;
		max-width: 100%;
	}

	.carousel-section {
		padding: 88px 0 86px;
	}

	.carousel {
		margin: 78px 0 0;
	}

	.carousel .blockquote {
		padding: 115px 81px 107px 89px;
	}

	.carousel .author {
		padding: 30px 50px 70px;
	}

	.carousel .author img {
		margin: 0 auto 16px;
	}

	.carousel cite strong {
		margin: 0 0 9px;
	}

	.carousel .switcher {
		padding: 22px 0 0;
	}

	.partners-block {
		margin: 80px 0 0;
	}

	.quote-block.left .container {
		min-height: 461px;
		max-width: 830px;
	}

	.quote-block-right blockquote,
	.quote-block-left blockquote {
		padding: 0 25px 10px;
	}

	.filter-block {
		margin: 32px 0 33px;
	}

	.news-block .frame {
		padding: 0 8px 0 0;
	}

	.aside {
		padding: 0 0 0 35px;
	}

	.news-list {
		margin: 0 0 20px -20px;
	}

	.news-block .news-list li {
		width: 100%;
		padding: 0 0 30px 20px;
	}

	.news-list .image {
		margin: -1px -1px 27px;
	}

	.news-block .news-list .image {
		margin: -1px -1px 22px;
	}

	.news-list .text {
		padding: 0 24px 56px;
	}

	.news-block .news-list .text {
		padding: 0 24px 37px;
	}

	.articles-section .news-list .text {
		padding: 0 19px 56px;
	}

	.news-list time {
		margin: 0 0 28px;
	}

	.news-block .news-list time {
		float: left;
		width: 72px;
		padding: 6px 10px 20px 0;
	}

	.share-block {
		left: 42px;
	}

	.news-single {
		max-width: 830px;
		padding: 33px 100px 68px;
	}

	.news-single .time {
		color: #9b9c9d;
	}

	.news-single .lead-text {
		font-size: 24px;
		line-height: 35px;
	}

	.location-list {
		margin: -36px 0 23px;
	}

	.location-list li {
		padding: 0 21px 3px;
	}

	.text-columns div:first-child.text-col {
		padding-left: 39px;
	}

	.text-columns .text-col {
		padding: 89px 40px 51px 88px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.champions-carousel {
		margin: 0 0 15px;
	}

	.champions-carousel .slide {
		width: 320px;
	}

	.champions-carousel .btn-prev:before,
	.champions-carousel .btn-prev:after,
	.champions-carousel .btn-next:before,
	.champions-carousel .btn-next:after {
		left: 12px;
	}

	.champions-carousel .btn-next {
		right: 12px;
	}

	.image-section {
		height: 392px;
	}

	.visual-block .container {
		padding: 88px 42px 73px;
	}

	.impact-section {
		padding: 88px 0 147px;
	}

	.impact-section.alt {
		padding: 88px 0 71px;
	}

	.impact-section .image {
		bottom: -10px;
	}

	.impact-section .numbers-list ul {
		width: 220px;
	}

	.impact-section .values-list {
		margin: 71px -20px -49px 0;
	}

	.impact-section .values-list li {
		padding: 0 20px 56px 0;
	}

	.partners-carousel {
		margin: 77px 0 15px;
	}

	.partners-carousel .box {
		padding: 26px 40px 4px;
	}

	.milestones-carousel .slide {
		width: 300px;
	}

	.article-list .date {
		width: 160px;
	}

	.archive-list .left-block {
		width: 160px;
	}

	.archive-list .text {
		max-width: 580px;
	}

	.archive-list .video {
		width: 140px;
		height: 82px;
	}

	.archive-list .btn-play:before {
		width: 39px;
		height: 39px;
		border-width: 1px;
	}

	.archive-list .btn-play:after {
		border-width: 7px 11px;
		margin-left: 7px;
	}

	.archive-list .pdf {
		width: 59px;
	}

	.leaders-carousel {
		margin: 78px -20px -18px 0;
	}

	.leaders-carousel .box {
		padding: 39px 30px 37px;
	}

	.lead-block {
		width: calc(100% - 420px);
	}

	.blog-module {
		padding: 30px 20px 28px;
		width: 300px;
	}

	.blog-module .avatar {
		margin: 0 auto 12px;
	}

	.blog-module .sub-title {
		margin: 0 auto 22px;
	}

	.sub-nav.sub-nav-team {
		font-size: 12px;
	}
	.sub-nav ul li.hidden-tab {
		display: none;
	}
	.sub-nav ul a {
		padding: 31px 10px 29px;
		font-size: 10px;
	}
	.ceo {
		padding: 0;
	}
	ul.team-list {
		margin: 0 0 30px;
	}
}

@media (max-width: 1039px) and (max-width: 767px) {
	.news-block .news-list li {
		padding: 0 0 19px;
	}
}

@media (max-width: 1024px) {
	.articles-holder .item .visual {
		height: 225px;
	}

	.bg-holder img {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	#header {
		margin: 0 0 59px;
		padding: 0 15px;
	}

	#header .logo {
		margin: 6px 21px 8px -1px;
	}

	#header .panel {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
	}

	#header .link {
		padding: 17px 10px 18px;
		margin: 0;
		width: 50%;
		text-align: center;
		border-top: 1px solid #e1e1e1;
	}

	#header .button {
		padding: 19px 10px;
		text-align: center;
		width: 50%;
		margin: 0;
	}

	#nav {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		-webkit-transition: background .3s ease;
		transition: background .3s ease;
		font-size: 18px;
		line-height: 20px;
	}

	#nav > ul {
		display: block !important;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -261px;
		width: 261px;
		z-index: 10;
		background: #fff;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	#nav > ul > li {
		border-bottom: 1px solid #e1e1e1;
		float: none;
		margin: 0;
	}

	#nav > ul > li:first-child > a {
		padding: 21px 40px 15px 15px;
	}

	#nav > ul > li > a {
		display: block;
		padding: 16px 40px 15px 15px;
		margin: 0;
		border: none;
		position: relative;
	}

	#nav > ul > li > a:before,
	#nav > ul > li > a:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 24px;
		border-radius: 2px;
		height: 3px;
		width: 9px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #828486;
	}

	#nav > ul > li > a:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 29px;
	}

	#nav > ul > li.active > a,
	#nav > ul > li:hover > a,
	#nav > ul > li.hover > a {
		background: #f4f4f4;
		color: #38363b;
	}

	#nav > ul > li:hover > a:before,
	#nav > ul > li.hover > a:before {
		top: 30px;
		right: 13px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #828486;
	}

	#nav > ul > li:hover > a:after,
	#nav > ul > li.hover > a:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 30px;
		right: 18px;
	}

	#nav > ul > li:hover .drop,
	#nav > ul > li.hover .drop {
		display: block;
	}

	.nav-opener {
		display: block;
	}

	.drop {
		position: static;
		display: none;
		margin: 0;
		height: auto;
		background: #fff;
		font-size: 12px;
		line-height: 14px;
	}

	.drop .hold {
		padding: 23px 34px 16px;
		display: block;
	}

	.drop .col {
		display: block;
		width: auto !important;
		margin: 0;
	}

	.drop .col + .col {
		padding: 0;
	}

	.drop ul {
		border: none;
		padding: 0;
	}

	.drop li {
		min-height: 0;
		margin: 0 0 9px;
	}

	.drop li + li {
		margin: 0 0 9px;
	}

	.drop .drop-list {
		padding: 21px 0 0;
	}

	.drop .drop-list li {
		margin: 0 0 17px;
	}

	.drop .drop-list li + li {
		margin: 0 0 9px;
	}

	.drop .drop-list a {
		font-size: 12px;
		line-height: 14px;
	}

	.drop a {
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
	}

	.drop p {
		display: none;
	}

	.search-block {
		margin: 34px 82px 0 0;
	}

	.section-frame h1 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 1px;
	}

	.articles-holder .item .visual {
		height: 167px;
	}

	.articles-holder .item,
	.location-item {
		font-size: 14px;
		line-height: 24px;
	}

	.articles-holder .item .visual h2,
	.location-item .visual h2 {
		font-size: 36px;
		line-height: 40px;
	}

	.articles-holder .item .frame,
	.location-item .frame {
		padding: 18px 50px 30px;
	}

	.partner-item {
		width: 48%;
		margin: 0 0 40px;
	}

	#footer .col {
		width: 48% !important;
	}

	.promo-section .donate-form .radio label {
		font-size: 22px;
		line-height: 24px;
		letter-spacing: 0;
	}

	.promo-section .donate-form .radio label sup {
		font-size: 15px;
	}

	.overview-section .visual {
		float: none;
		margin: 0 auto 40px;
	}

	.overview-section h1 {
		text-align: center;
	}

	.program-item {
		width: 50%;
		margin: 0 0 30px;
	}

	.person-item {
		margin: 0 0 76px;
	}

	.person-item {
		width: 48%;
	}

	.tasks-section .lead-text {
		margin: -68px auto 35px;
	}

	.main-holder {
		font-size: 14px;
		line-height: 22px;
	}

	.main-holder #content,
	.main-holder #sidebar {
		display: block;
	}

	.main-holder #sidebar {
		width: auto;
		padding-left: 0;
	}

	.lead-text {
		font-size: 18px;
		line-height: 25px;
		margin: 0 0 40px;
	}

	.holder-section-alt {
		padding: 88px 42px 36px;
	}

	.bio-block .contact-block {
		font-size: 14px;
	}

	.bio-block .contact-list li + li {
		margin: 33px 0 0;
	}

	.bio-block h1 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 6px;
	}

	.bio-holder {
		min-height: 358px;
	}

	.events-list {
		font-size: 10px;
		line-height: 14px;
	}

	.events-list article {
		width: 50%;
	}

	.events-list .image {
		margin: -1px -1px 17px;
	}

	.events-list .text {
		padding: 0 20px 68px;
	}

	.events-list h2 {
		font-size: 17px;
		line-height: 21px;
		margin: 0 0 6px;
	}

	.events-holder .events-list h2 {
		margin: 0 0 6px;
	}

	.events-list time {
		margin: 0 0 20px;
	}

	.involved-holder h2 {
		font-size: 40px;
		line-height: 42px;
	}

	.tabset-holder {
		padding: 0;
	}

	.tabset-holder h1 {
		width: auto;
		margin: 0 0 17px;
		padding: 0;
	}

	.tabset {
		margin: 0 0 -1px;
		width: auto;
		text-align: left;
	}

	.tabset li + li {
		margin: 0 0 0 55px;
	}

	.carousel {
		margin: 35px 0 0;
	}

	.carousel .blockquote {
		padding: 30px;
	}

	.carousel blockquote {
		font-size: 14px;
		line-height: 19px;
	}

	.carousel blockquote q {
		font-size: 15px;
		line-height: 19px;
	}

	.carousel blockquote q:before {
		font-size: 15px;
		line-height: 19px;
		margin: 0;
		display: inline;
	}

	.carousel .author {
		padding: 30px;
	}

	.carousel .author img {
		width: 97px;
		margin: 0 auto 10px;
	}

	.carousel cite strong {
		font-size: 23px;
		line-height: 25px;
		margin: 0 0 5px;
	}

	.partners-list li {
		width: 33.333%;
	}

	.quote-block blockquote q:before {
		font-size: 85px;
		margin: 0 0 -20px;
	}

	.quote-block-right .container,
	.quote-block-left .container {
		min-height: 300px;
		height: auto;
		display: block;
	}

	.quote-block-right .container > div,
	.quote-block-left .container > div {
		width: auto;
	}

	.quote-block-right .container > div:first-child,
	.quote-block-left .container > div:first-child {
		width: auto;
	}

	.quote-block-right .image,
	.quote-block-left .image {
		height: 300px;
	}

	.quote-block-right img,
	.quote-block-left img {
		height: auto;
		width: 100%;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.quote-block-right .blockquote,
	.quote-block-left .blockquote {
		min-height: 300px;
	}

	.quote-block-right:before {
		width: 100%;
	}

	.quote-block-right .image {
		display: none;
	}

	.quote-block-left:before {
		left: 0;
	}

	.questions-list {
		padding: 24px 0 0;
	}

	.video-bg {
		padding-top: 41.2%;
	}

	.news-list {
		font-size: 14px;
		line-height: 19px;
	}

	.filter-active .news-list li {
		width: 50%;
	}

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

	.news-list h2 {
		font-size: 17px;
		line-height: 21px;
		margin: 0 0 14px;
	}

	.events-holder .news-list h2 {
		margin: 0 0 6px;
	}

	.recent-press-list li {
		padding: 6px 0 21px;
	}

	.text-columns .text-col {
		padding: 40px;
	}

	.text-columns h1 {
		font-size: 26px;
		line-height: 28px;
		margin: 0 0 33px;
	}

	.impact-section.alt .number-bock strong {
		font-size: 92px;
		line-height: 90px;
		letter-spacing: -3px;
	}

	.impact-section .number-bock strong {
		font-size: 94px;
		line-height: 90px;
		letter-spacing: -4px;
	}

	.impact-section .number-bock + .lead-text {
		text-align: center;
		margin: 8px 0 0;
		font-size: 18px;
		line-height: 25px;
	}

	.impact-section .numbers-list ul {
		width: 200px;
	}

	.impact-section .values-list {
		margin: 39px -20px -23px 0;
	}

	.impact-section .values-list li {
		width: 50%;
		padding: 0 20px 28px 0;
	}

	.partners-carousel .slide {
		width: 342px;
	}

	.milestones-section {
		margin: 40px 0 22px 50px;
	}

	.article-list article {
		padding: 37px 0 35px;
	}

	.archive-list li {
		padding: 14px 0 27px;
	}

	.leaders-carousel .slide {
		width: 352px;
	}

	.lead-block {
		width: calc(100% - 330px);
	}

	.blog-module {
		margin: 0 0 30px 30px;
	}

	ul.team-list li {
		width: 33.33%;
		padding: 0 10px 24px;
	}

	ul.team-list .avatar {
		width: 120px;
		height: 120px;
		margin: 0 auto 9px;
	}

	.charts {
		width: auto;
		height: auto;
		margin: 44px auto 21px;
	}

	.charts .persent-blocks {
		margin: 30px -10px 0;
	}

	.charts .persent {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 92px;
		min-height: 71px;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		padding: 13px 10px 8px;
		position: static;
		font-size: 10px;
		line-height: 11px;
		margin: 0 4px 8px;
	}

	.charts .persent strong {
		font-size: 22px;
		line-height: 25px;
	}

	.charts .persent:before {
		display: none;
	}

	.chart-container {
		width: 207px;
		height: 207px;
	}

	.chart-container .chart {
		width: 207px;
		height: 207px;
		clip: rect(0px, 188px, 207px, 0px);
	}

	.chart-container .hold {
		width: 207px;
		height: 207px;
		clip: rect(0px, 207px, 207px, 103px);
	}

	.chart-container .circle {
		width: 155px;
		height: 155px;
		font-size: 10px;
		line-height: 13px;
	}

	.chart-container .circle strong {
		font-size: 36px;
		line-height: 33px;
		margin: 0 0 1px;
	}
}

@media (max-width: 767px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	.jcf-select,
	textarea {
		padding: 14px 10px 13px;
		border-radius: 3px;
	}

	.jcf-select:after {
		border-top-color: #e1e1e1;
		top: 22px;
		right: 11px;
	}

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

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

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	body {
		font-size: 14px;
		line-height: 1.5;
	}

	h1 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 7px;
	}

	h2 {
		font-size: 17px;
		line-height: 21px;
		margin: 0 0 14px;
	}

	h3 {
		margin: 0 0 12px;
	}

	.container {
		padding: 0 20px;
	}

	.btn {
		font-size: 14px;
		padding: 10px 10px 11px;
		min-width: 156px;
		border-radius: 4px;
	}

	#header {
		padding: 0 14px 0 8px;
		margin: 0 0 36px;
	}

	#header .logo {
		margin: 1px 0 2px;
		width: auto;
	}

	#header .logo img {
		width: 43px;
		height: 46px;
	}

	#header .link {
		font-size: 13px;
		line-height: 16px;
		padding: 10px 10px;
	}

	#header .button {
		font-size: 13px;
		line-height: 16px;
		padding: 10px 10px 11px;
	}

	.nav-opener {
		width: 46px;
		height: 34px;
		top: 9px;
		right: 3px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		height: 2px;
		top: 50%;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 30%;
	}

	.nav-opener:after {
		top: 70%;
	}

	.search-block {
		margin: 13px 46px 0 0;
	}

	.section-frame {
		padding: 48px 0 40px;
	}

	.section-frame .heading {
		margin: 0 0 57px;
	}

	.section-frame .heading span {
		font-size: 15px;
		line-height: 19px;
		padding: 0 40px;
	}

	.section-frame .locations-holder {
		margin: 0 -12px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.articles-holder .item .visual {
		height: 143px;
	}

	.articles-holder .item,
	.location-item {
		width: 304px;
		margin: 0 auto 20px;
	}

	.articles-holder .item .visual h2,
	.location-item .visual h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.articles-holder .item .logo-image,
	.location-item .logo-image {
		max-width: 150px;
	}

	.articles-holder .item .frame,
	.location-item .frame {
		padding: 28px 20px 10px;
	}

	.articles-holder .item p,
	.location-item p {
		margin: 0 0 19px;
	}

	.articles-holder .item address,
	.location-item address {
		margin: 0 0 32px;
	}

	.articles-holder .item address a[href^=tel],
	.location-item address a[href^=tel] {
		color: #40bdad;
		font-weight: bold;
	}

	.articles-holder .item address a[href^=tel]:hover,
	.location-item address a[href^=tel]:hover {
		color: #33978a;
	}

	.articles-holder .item .map,
	.location-item .map {
		display: none;
	}

	.articles-holder {
		margin: 0 -20px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.articles-holder .item {
		width: 320px;
		line-height: 21px;
		margin: 0 0 36px;
	}

	.articles-holder .item .frame {
		padding: 7px 20px 28px;
	}

	.articles-holder .item:nth-child(3n) .visual {
		background: #ffbe37;
	}

	.articles-holder .item:nth-child(3n) .visual > img {
		opacity: .5;
	}

	.articles-holder .item:nth-child(3n+1) .visual {
		background: #ed00d2;
	}

	.articles-holder .item:nth-child(3n+1) .visual > img {
		opacity: .5;
	}

	.articles-holder .item:nth-child(3n+2) .visual {
		background: #ff5a00;
	}

	.articles-holder .item:nth-child(3n+2) .visual > img {
		opacity: .4;
	}

	.articles-holder .item:nth-child(3n+3) .visual {
		background: #00cdcd;
	}

	.articles-holder .item:nth-child(3n+3) .visual > img {
		opacity: .5;
	}

	.articles-holder .btn {
		color: #4cb7a9;
		bottom: 0;
		padding: 0;
		min-width: 0;
		background: none;
		box-shadow: none;
	}

	.partners-section {
		background: #fff;
		border-top: 1px solid #e1e1e1;
		padding: 51px 0 11px;
	}

	.partners-section .heading {
		text-align: left;
		margin: 0 auto 39px;
		max-width: 280px;
	}

	.partners-section .heading span {
		font-size: 18px;
		line-height: 24px;
	}

	.partners-section h1 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 4px;
	}

	.partners-section .partners-holder {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -10px;
	}

	.partner-item {
		width: 280px;
		font-size: 14px;
		line-height: 21px;
		margin: 0 10px 30px;
	}

	.partner-item img {
		margin: 0 0 24px;
	}

	.partner-item h2 {
		font-size: 14px;
		line-height: 21px;
		margin: 0 0 17px;
	}

	.sign-section {
		padding: 47px 0 25px;
		min-height: 1px;
	}

	.sign-section h1 {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 53px;
	}

	.sign-section .bg {
		width: 880px;
	}

	.sign-section .box {
		width: 260px;
	}

	.sign-section .box .block {
		padding: 27px 10px 21px;
	}

	.sign-section h2 {
		font-size: 14px;
		line-height: 16px;
	}

	.sign-section .phone {
		font-size: 16px;
		line-height: 20px;
		margin: 4px 0 0;
	}

	.sign-form {
		padding: 27px 10px 37px;
		font-size: 14px;
	}

	.promo-section .sign-form {
		width: 260px;
		margin: 26px auto 0;
		padding: 15px 10px 22px;
	}

	.promo-section .sign-form h2 {
		font-size: 14px;
		line-height: 16px;
		margin: 0 auto 18px;
	}

	.sign-form input[type=text],
	.sign-form input[type=email],
	.sign-form .custom-select {
		margin: 0 0 5px;
	}

	.promo-section .sign-form button {
		margin: 28px 0 0;
	}

	.sign-form button {
		min-width: 176px;
		margin: 25px 0 0;
	}

	.promo-section .sign-form input[type="submit"] {
		margin: 28px 0 0;
	}

	.sign-form p {
		margin: 0 0 22px;
	}

	#footer {
		font-size: 12px;
		line-height: 16px;
		padding: 36px 0 0;
	}

	#footer .col-holder {
		margin: 0 -6px;
	}

	#footer .col {
		width: 100% !important;
		margin: 0 0 27px;
	}

	#footer .col:last-child {
		margin-bottom: 7px;
	}

	#footer .title {
		font-size: 16px;
		line-height: 20px;
		padding: 5px 0 0;
		margin: 0 0 16px;
	}

	#footer ul li {
		margin: 0 0 10px;
	}

	#footer ul i {
		font-size: 13px;
		padding: 0;
		width: 20px;
	}

	#footer address span {
		margin: 0 0 15px;
	}

	#footer address i {
		padding: 0;
	}

	#footer address a {
		font-size: 13px;
	}

	#footer .copy {
		font-size: 12px;
		line-height: 17px;
		margin: 0 -20px;
		padding: 18px 40px;
	}

	#footer .mobile-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.promo-section {
		font-size: 16px;
		line-height: 19px;
		height: 236px;
	}

	.promo-section.large {
		height: 500px; /* 700px 460px;*/
		line-height: 19px;
	}
	
	/* for header form at https://allstars.org/all-stars-talented-volunteers/ */
	.page-id-57 .promo-section.large {
		height: 700px;
	}

	.promo-section.large h1 {
		margin: 0 0 1px;
	}

	.promo-section.alt .holder {
		padding: 0 15px;
	}

	.promo-section.alt h1 {
		font-size: 36px;
		line-height: 39px;
	}

	.promo-section .logo-image {
		display: none;
	}

	.promo-section h1 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 2px;
	}

	.promo-section address {
		line-height: 33px;
	}

	.promo-section .map {
		display: none;
	}

	.promo-section .sub-head {
		font-size: 24px;
		line-height: 26px;
		margin: 20px 0;
	}

	.promo-section .btn-large {
		font-size: 14px;
		line-height: 16px;
		padding: 14px 10px 16px;
	}

	.promo-section .donate-form {
		font-size: 10px;
		line-height: 13px;
		margin: 25px auto 0;
		padding: 14px 12px 19px;
		max-width: 280px;
	}

	.promo-section .donate-form .title {
		font-size: 14px;
		line-height: 17px;
		margin: 0 0 18px;
	}

	.promo-section .donate-form .row {
		margin: 0 -4px 5px 0;
	}

	.promo-section .donate-form .radio {
		width: 50%;
	}

	.promo-section .donate-form .radio.other {
		width: 100%;
	}

	.promo-section .donate-form .radio label {
		padding: 9px 10px 10px;
		border-radius: 4px;
	}

	.promo-section .donate-form .btn {
		max-width: 176px;
		margin: 0 0 25px;
		border-radius: 3px;
	}

	.promo-section .donate-form p {
		margin: 0 0 27px;
	}

	.promo-section .donate-form .link:before {
		border-width: 4px 3px;
		margin-left: -3px;
	}

	.promo-section .donate-form .checkbox label:before {
		top: -5px;
	}

	.promo-section .donate-form .checkbox label:after {
		top: 4px;
	}

	.promo-section .wpcf7-form div.wpcf7-mail-sent-ok {
		margin: 0;
		padding: 0;
		bottom: 5px;
		width: 285px;
		font-size: 11px;
	}

	.sub-nav-holder {
		height: 51px;
	}

	.sub-nav {
		border: none;
	}

	.sub-nav .opener {
		display: block;
	}

	.sub-nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 10;
		padding: 0;
		display: none;
	}

	.sub-nav ul li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.sub-nav ul li.hidden-tab {
		display: block;
	}
	.sub-nav ul a {
		padding: 15px 20px;
		font-size: 14px;
	}

	.overview-section {
		padding: 40px 0 0;
	}

	.overview-section.alt {
		margin-bottom: 5px;
	}

	.overview-section .image {
		height: 127px;
	}

	.overview-section .visual {
		width: 280px;
		margin: 0 auto 21px;
	}

	.overview-section .connect {
		display: none;
		font-size: 14px;
	}

	.overview-section .connect.mobile {
		display: block;
	}

	.overview-section .connect a {
		font-size: 15px;
		margin: 1px 0 0 14px;
	}

	.overview-section .connect a + a {
		margin-left: 15px;
	}

	.overview-section .frame {
		padding: 0;
	}

	.overview-section h1 {
		text-align: left;
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 32px;
	}

	.overview-section p {
		margin: 0 0 30px;
	}

	.overview-section .area {
		padding: 54px 0 30px;
		margin: 56px 0 0;
	}

	.overview-section h2 {
		text-align: left;
		font-size: 17px;
		line-height: 21px;
		margin: 0 0 36px;
	}

	.overview-section h2 i {
		font-size: 14px;
	}

	.programs-section {
		padding: 52px 0 13px;
	}

	.programs-section h1 {
		font-size: 22px;
		line-height: 26px;
		text-align: left;
		margin: 0 auto 39px;
		max-width: 280px;
	}

	.programs-holder {
		margin: 0 -10px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.text-centered + .programs-holder {
		margin-top: 38px;
	}

	.program-item {
		width: 280px;
		font-size: 14px;
		margin: 0 10px 26px;
		padding: 0;
	}

	.program-item img {
		margin: 0 0 20px;
	}

	.program-item .image {
		margin: 0 0 20px;
	}

	.program-item h2 {
		font-size: 14px;
		margin: 0 0 1px;
	}

	.program-item p {
		margin: 0 0 19px;
	}

	.board-section {
		padding: 51px 0 25px;
	}

	.board-section h1 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 38px;
	}

	.person-item {
		font-size: 10px;
		line-height: 13px;
		width: 100%;
		margin: 0 0 35px;
	}

	.person-item h2 {
		font-size: 14px;
		margin: 0 0 4px;
	}

	.tasks-section {
		padding: 58px 0 38px;
	}

	.tasks-section h1 {
		font-size: 22px;
		line-height: 27px;
		margin: 0 0 41px;
	}

	.tasks-section .tasks-holder {
		margin: 0;
		display: block;
	}

	.tasks-section h1.head {
		font-size: 17px;
		line-height: 19px;
		margin: -6px 0 10px;
	}

	.tasks-section .lead-text {
		margin: -31px 0 36px;
	}

	.task-item {
		width: 280px;
		padding: 29px 20px 40px;
		margin: 0 auto 24px;
		font-size: 14px;
		line-height: 21px;
		min-height: 1px;
	}

	.task-item .visual {
		margin: 0 0 14px;
	}

	.task-item h2 {
		font-size: 17px;
		line-height: 21px;
		margin: 0 0 9px;
	}

	.task-item p {
		margin: 0 0 8px;
	}

	.task-item .btn {
		min-width: 176px;
	}

	.video a:before {
		width: 40px;
		height: 40px;
		border-width: 2px;
	}

	.video a:after {
		width: 22px;
		height: 16px;
		border-width: 8px 11px;
		margin-left: 7px;
	}

	.video-section .btn-play {
		width: 40px;
		height: 40px;
		border-width: 2px;
	}

	.video-section .btn-play:after {
		width: 22px;
		height: 16px;
		border-width: 8px 11px;
		margin-left: 7px;
	}

	.anchor-fix {
		margin-top: -51px;
		padding-top: 51px;
	}

	.slideshow .image {
		height: 352px;
	}

	.slideshow .text-block {
		padding: 0 20px;
		bottom: 55px;
	}

	.slideshow .title {
		font-size: 18px;
		line-height: 24px;
	}

	.slideshow .switcher {
		font-size: 10px;
		line-height: 12px;
		padding: 0 1px 0 20px;
		bottom: 37px;
	}

	.slideshow .switcher li {
		padding: 0 19px 0 0;
		width: 33.333%;
	}

	.slideshow .switcher a {
		border-top: 1px solid #fff;
		padding: 4px 0 0;
		display: block;
	}

	.slideshow .switcher a span {
		display: none;
	}

	.slideshow .switcher .number {
		display: inline;
		border: none;
	}

	.slideshow .learn-more-block {
		border: none;
		width: 15px;
		height: 10px;
		position: static;
		margin: 9px auto;
	}

	.slideshow .learn-more-block a {
		overflow: hidden;
		text-indent: 101%;
		white-space: nowrap;
		position: relative;
		display: block;
		left: 0;
		top: 0;
		width: 15px;
		height: 10px;
		padding: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.slideshow .learn-more-block a:before,
	.slideshow .learn-more-block a:after {
		content: "";
		position: absolute;
		height: 11px;
		width: 1px;
		background: #939393;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 3px;
		top: -1px;
	}

	.slideshow .learn-more-block a:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		left: auto;
		right: 3px;
	}

	h1.head {
		font-size: 17px;
		line-height: 19px;
		margin: 0 0 18px;
	}

	.holder-section {
		padding: 31px 0;
	}

	.visual-holder .visual {
		float: none;
		width: auto;
		max-width: 380px;
		margin: 0 auto 29px;
	}

	.visual-holder .frame {
		float: none;
		width: auto;
		padding: 0 0 12px;
	}

	.blockquote-section {
		overflow: hidden;
	}

	.blockquote-section .blockquote-hold {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.blockquote-section .bg-holder {
		height: 158px;
	}

	.blockquote-section.right .blockquote {
		right: 0;
	}

	.blockquote-section .blockquote {
		position: relative;
		height: 248px;
		width: 100%;
		top: 0;
		left: 0;
	}

	.blockquote-section .photo {
		width: 64px;
		margin: 0 auto 11px;
	}

	.blockquote-section blockquote q {
		font-size: 15px;
		line-height: 19px;
		max-width: 220px;
		margin: 0 auto 22px;
	}

	.blockquote-section cite {
		font-size: 10px;
		line-height: 12px;
	}

	.lead-text {
		margin: 0 0 17px;
	}

	.lead-text p {
		margin: 0 0 17px;
	}

	.lead-text .see-all {
		display: inline-block;
		vertical-align: top;
		margin: 6px 0 0;
	}

	.holder-section-alt {
		padding: 33px 20px 20px;
	}

	.programs-list {
		margin: 34px 0 0;
		padding: 15px 0 0;
	}

	.programs-list li {
		display: block;
		margin: 0 0 35px;
	}

	.programs-list .image {
		display: block;
		width: auto;
		max-width: 480px;
		padding: 0;
		margin: 0 auto 14px;
	}

	.programs-list .text-hold {
		width: auto;
		padding: 0;
	}

	.programs-list .category {
		font-size: 10px;
		line-height: 12px;
		border-radius: 4px;
		padding: 6px 9px;
		margin: 0 0 12px;
	}

	.programs-list h2 {
		font-size: 14px;
		line-height: 21px;
		margin: 0 0 2px;
	}

	.impact-block {
		margin: 0;
	}

	.impact-block .frame {
		width: auto;
		float: none;
		padding: 0;
	}

	.holder-section .impact-block .frame {
		width: auto;
	}

	.impact-block .lead-text {
		margin: 0 0 17px;
	}

	.impact-frame {
		width: auto;
		float: none;
		margin: 0;
	}

	.holder-section .impact-frame {
		width: auto;
		float: none;
		margin: 0 0 0;
	}

	.impact-frame h2 {
		margin: 0 0 5px;
	}

	.impact-list {
		padding: 21px 0 0;
	}

	.impact-list li {
		min-height: 94px;
		padding: 12px 0;
	}

	.impact-list .number {
		font-size: 30px;
		line-height: 27px;
	}

	.bio-block:after {
		right: 0;
	}

	.bio-block .bio-section {
		width: auto;
		padding: 35px 20px 31px;
	}

	.bio-block .contact-block {
		width: auto;
		background: #fff;
		position: relative;
		z-index: 2;
		border-bottom: 1px solid #e1e1e1;
	}

	.bio-block .contact-list {
		padding: 37px 20px 34px;
	}

	.bio-block .social-network {
		margin: 10px 0 -10px;
	}

	.bio-block .social-network i {
		font-size: 16px;
	}

	.bio-block .social-network .icon-youtube {
		font-size: 20px;
	}

	.bio-block .avatar {
		width: 107px;
		margin: 0 auto 10px;
	}

	.bio-block .title {
		font-size: 10px;
		line-height: 12px;
	}

	.bio-block .btn-back {
		top: 10px;
		left: 10px;
		padding: 11px 16px 10px 27px;
	}

	.bio-block .btn-back:before,
	.bio-block .btn-back:after {
		left: 16px;
		top: 16px;
	}

	.bio-block .btn-back:after {
		top: 21px;
	}

	.bio-holder {
		min-height: 0;
		display: block;
	}

	.bio-article h2 {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 20px;
	}

	.bio-article .lead-text {
		margin: 0 0 26px;
	}

	.bio-article p {
		margin: 0 0 23px;
	}

	.promo-block {
		height: 250px;
		font-size: 11px;
		line-height: 15px;
	}

	.promo-block.small {
		height: 250px;
	}

	.promo-block .text-block {
		left: 15px;
		right: 15px;
		bottom: 15px;
	}

	.promo-block h1 {
		font-size: 26px;
		line-height: 31px;
		margin: 0 0 8px;
	}

	.promo-block ul li + li {
		margin: 0;
	}

	.promo-block .glyphicon {
		display: none;
	}

	.promo-block .category {
		font-size: 10px;
		line-height: 12px;
		border-radius: 4px;
		padding: 6px 8px;
		margin: 0 0 7px;
	}

	.promo-block .time {
		font-size: 10px;
		line-height: 14px;
		margin: 10px 0 16px;
	}

	.filter-section {
		display: block;
		position: relative;
		margin: 0 -20px 20px;
		padding: 0 15px 21px 13px;
		border-bottom: 1px solid #e1e1e1;
	}

	.filter-section:after {
		content: "";
		display: block;
		clear: both;
	}

	.filter-section .filter-opener {
		display: block;
		margin: 3px 0 0;
	}

	.filter-section h2 {
		float: left;
		font-size: 21px;
		line-height: 23px;
		padding: 0;
	}

	.filter-section .row {
		display: block;
		position: absolute;
		width: auto;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		z-index: 3;
		padding: 20px 20px 13px;
		border: 1px solid #e1e1e1;
		bottom: 1px 0;
	}

	.filter-section .col:last-child {
		width: auto;
	}

	.filter-section .col {
		width: auto;
		padding: 0 0 7px;
	}

	.events-list {
		display: block;
		margin: 0 0 1px;
	}

	.events-list article {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
		padding: 0 0 19px;
	}

	.events-holder .events-list article {
		width: 100%;
	}

	.events-list .glyphicon {
		font-size: 18px;
	}

	.large-event {
		margin-bottom: 22px;
	}

	.large-event .image {
		height: 208px;
	}

	.large-event h2 {
		font-size: 22px;
		line-height: 27px;
		margin: 0 0 6px;
	}

	.large-event .text {
		left: -5px;
		right: 0;
		bottom: 23px;
		font-size: 10px;
		line-height: 17px;
	}

	.top-panel {
		margin: -22px -10px 0;
	}

	.top-panel .register strong {
		font-size: 18px;
		line-height: 20px;
		margin: 0 5px 0 0;
	}

	.top-panel .btn {
		height: auto;
		padding: 10px 21px;
	}

	.top-panel .network-list {
		padding: 11px 0 0;
	}

	.network-list {
		font-size: 15px;
	}

	.network-list li + li {
		margin: 0 0 0 17px;
	}

	.event-section {
		padding: 32px 0 26px;
	}

	.events-holder {
		padding: 51px 0;
	}

	.events-holder > h2 {
		font-size: 22px;
		line-height: 25px;
		letter-spacing: 1px;
		margin: 0 0 39px;
	}

	.contact-cols {
		display: block;
		margin: 49px 0 30px;
		line-height: 19px;
	}

	.contact-cols .col {
		width: auto;
		max-width: none;
		padding: 0;
	}

	.contact-cols .col + .col {
		padding: 50px 0 0;
	}

	.contact-cols address {
		margin: 0 0 13px;
	}

	.contact-cols p {
		margin: 0 0 13px;
	}

	.text-centered {
		text-align: left;
	}

	.text-centered h1 {
		margin: 0 0 17px;
	}

	.involved-holder {
		margin: -19px -10px 20px;
		line-height: 19px;
	}

	.involved-holder .item {
		width: 100%;
		margin: 0 0 20px;
	}

	.involved-holder .item + .item {
		border-color: #e1e1e1;
	}

	.involved-holder .visual {
		margin: -1px -1px 28px;
	}

	.involved-holder .frame {
		padding: 0 15px 41px;
	}

	.involved-holder p {
		margin: 0 0 17px;
	}

	.involved-holder h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.donate-section {
		padding: 41px 0 60px;
		line-height: 19px;
	}

	.donate-section .icon {
		width: 85px;
		margin: 0 auto 31px;
	}

	.donate-section h1 {
		font-size: 22px;
		line-height: 25px;
		margin: 0 0 9px;
	}

	.donate-section .lead-text {
		margin: 16px 0 20px;
	}

	.donate-section .btn {
		height: auto;
		padding: 11px 10px 10px;
		min-width: 168px;
		margin: 7px 0 0;
	}

	.section-hold {
		padding: 53px 0 57px;
	}

	.section-hold.alt {
		padding: 28px 0 39px;
	}

	.section-hold.alt .btn {
		height: auto;
		padding: 11px 10px 10px;
		min-width: 168px;
		margin: 7px 0 0;
	}

	.contact-hold {
		display: block;
	}

	.contact-hold .lead-text {
		width: auto;
		margin-top: 0;
	}

	.contact-box {
		line-height: 19px;
		padding: 28px 16px;
		margin: 36px 0 54px;
		width: auto;
	}

	.contact-box h2 {
		line-height: 18px;
		margin: 0 50px 27px;
	}

	.contact-box address {
		margin: 0 0 16px;
	}

	.contact-box .btn {
		min-width: 246px;
		padding: 11px 11px 10px;
		margin: 0 0 5px;
		background: #bfc1c1;
		box-shadow: inset 0 -1px 0 0 #99a2a1;
		color: #323136;
	}

	.contact-box .btn:hover {
		background: #99a2a1;
		color: #fff;
	}

	.contact-box .btn.phone {
		border: none;
		color: #fff;
		background: #40bdad;
		box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .25);
	}

	.contact-box .btn.phone:hover {
		background: #33978a;
	}

	.tabset-holder {
		margin: 0 0 7px;
		border: none;
		position: relative;
	}

	.tabset-holder .opener {
		display: block;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		text-transform: uppercase;
		color: #515151;
		padding: 14px 40px 14px 11px;
		border: 1px solid #e1e1e1;
		position: relative;
	}

	.tabset-holder .tabset {
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		top: 100%;
		border: 1px solid #e1e1e1;
		width: auto;
		margin: -1px 0 0;
		background: #fff;
		text-align: left;
		display: none;
	}

	.tabset-holder .tabset li {
		display: block;
		margin: 0;
	}

	.tabset-holder .tabset li + li {
		border-top: 1px solid #e1e1e1;
	}

	.tabset-holder .tabset a {
		display: block;
		color: #515151;
		padding: 14px 11px;
		border: none;
	}

	.tab-content {
		line-height: 19px;
		margin: 0 0 14px;
	}

	.tab-content .alignright {
		float: none;
		width: auto;
		display: block;
		margin: 0 auto 2px;
	}

	.carousel-section {
		padding: 51px 0 45px;
	}

	.carousel-section h1 {
		text-align: left;
		margin: 0 0 17px;
	}

	.carousel-section .text-centered h1 {
		text-align: center;
	}

	.carousel {
		margin: 40px -3px 0;
	}

	.carousel .slide {
		display: block;
	}

	.carousel .blockquote {
		padding: 28px 15px 34px;
		width: auto;
	}

	.carousel blockquote q {
		margin: 0 0 18px;
	}

	.carousel .author {
		font-size: 10px;
		line-height: 14px;
		width: 100%;
		min-height: 242px;
		padding: 39px 20px 32px;
	}

	.carousel .switcher {
		padding: 15px 0 0;
	}

	.carousel .switcher li + li {
		margin: 0 0 0 14px;
	}

	.carousel .switcher a {
		width: 8px;
		height: 8px;
	}

	.partners-block {
		margin: 40px 0 0;
	}

	.partners-block.alt {
		margin: 40px 0 -15px;
	}

	.partners-block.alt .partners-list li {
		margin: 0 0 18px;
	}

	.partners-block.alt .partners-list img {
		max-width: 90%;
		max-height: none;
	}

	.partners-list {
		margin: -1px 0 8px -1px;
	}

	.partners-list li {
		height: 97px;
		width: 50%;
	}

	.partners-list img {
		max-width: 70px;
		max-height: 44px;
	}

	.quote-block .container {
		min-height: 253px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.quote-block.left .container {
		min-height: 217px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.quote-block.alt {
		margin-top: 0;
	}

	.quote-block.alt .container {
		min-height: 238px;
	}

	.quote-block.dark blockquote {
		color: #fff;
	}

	.quote-block blockquote {
		padding: 55px 25px 25px;
		width: auto;
	}

	.quote-block blockquote q {
		font-size: 15px;
		line-height: 19px;
		max-width: 220px;
		margin: 0 auto 9px;
	}

	.quote-block cite {
		font-size: 10px;
		line-height: 12px;
	}

	.quote-block-right .container,
	.quote-block-left .container {
		min-height: 166px;
	}

	.quote-block-right .image,
	.quote-block-left .image {
		height: 166px;
	}

	.quote-block-right .blockquote,
	.quote-block-left .blockquote {
		min-height: 166px;
	}

	.quote-block-right blockquote q,
	.quote-block-left blockquote q {
		font-size: 15px;
		line-height: 19px;
		margin: 0 auto 14px;
	}

	.quote-block-right cite,
	.quote-block-left cite {
		font-size: 10px;
		line-height: 12px;
	}

	.quote-block-right .image {
		display: block;
	}

	.quote-block-left .image {
		display: none;
	}

	.questions-list {
		text-align: left;
		line-height: 19px;
	}

	.questions-list li + li {
		padding: 34px 0 0;
	}

	.filter-block {
		padding: 0 10px 18px 13px;
		margin: -3px -20px 20px;
		position: relative;
		overflow: visible;
		border-bottom: 1px solid #e1e1e1;
	}

	.filter-block:after {
		content: "";
		display: block;
		clear: both;
	}

	.filter-block .filter-opener {
		display: block;
		float: right;
		padding: 0 12px 0 0;
		position: relative;
		color: #828486;
	}

	.filter-block .filter-opener:before,
	.filter-block .filter-opener:after {
		content: "";
		position: absolute;
		background: #828486;
		width: 7px;
		height: 2px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 0;
		top: 6px;
	}

	.filter-block .filter-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 10px;
	}

	.filter-block .filter-frame {
		border: none;
		margin: 0;
	}

	.filter-block .filter-all,
	.filter-block label {
		float: right;
		margin: 0 36px 0 0;
	}

	.filter-holder {
		margin: 0 0 30px;
	}

	.filter-holder .news-list li {
		width: 100%;
	}

	.filter-list {
		position: absolute;
		z-index: 2;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: 1px solid #e1e1e1;
	}

	.filter-active .filter-list {
		display: none;
	}

	.filter-list li {
		display: block;
		border-top: 1px solid #e1e1e1;
		padding: 15px 20px;
	}

	.filter-list li + li {
		padding: 15px 20px;
	}

	.filter-list a,
	.filter-list label {
		display: block;
	}

	.news-block .frame {
		width: auto;
		float: none;
		padding: 0 0 30px;
	}

	.news-block .load-more {
		margin: -7px 0 20px;
	}

	.aside {
		float: none;
		width: auto;
		padding: 0;
	}

	.aside > h2 {
		padding: 8px 0 0;
		margin: 0 0 36px;
	}

	.aside .view-more {
		margin: -8px 0 0;
	}

	.news-list {
		display: block;
		margin: 0 0 1px;
	}

	.filter-active .news-list li {
		width: 100%;
	}

	.news-list li {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
		padding: 0 0 20px;
	}

	.news-list .image {
		margin: -1px -1px 15px;
	}

	.news-block .news-list .image {
		margin: -1px -1px 15px;
	}

	.news-list .text {
		padding: 0 19px 27px;
	}

	.news-block .news-list .text {
		padding: 0 19px 27px;
	}

	.articles-section .news-list .text {
		padding: 0 19px 27px;
	}

	.news-list h2 {
		line-height: 22px;
		margin: 0 0 7px;
	}

	.events-holder .news-list h2 {
		line-height: 22px;
		margin: 0 0 7px;
	}

	.news-list time {
		margin: 0 0 20px;
		font-size: 10px;
		line-height: 14px;
		color: #282828;
	}

	.news-block .news-list time {
		float: none;
		width: auto;
		padding: 0;
	}

	.recent-press-list {
		font-size: 14px;
		line-height: 21px;
	}

	.recent-press-list h2 {
		font-size: 14px;
		line-height: 21px;
		margin: 0 0 4px;
	}

	.recent-press-list time {
		font-size: 10px;
		line-height: 14px;
		margin: 0 0 14px;
	}

	.sub-filter-list {
		margin: 0 0 20px;
		font-size: 11px;
		line-height: 12px;
		padding: 0;
		border: none;
	}

	.sub-filter-list li {
		margin: 0 4px 4px 0;
	}

	.sub-filter-list label {
		padding: 7px 10px;
	}

	.share-block {
		width: 100%;
		border-bottom: 1px solid #e1e1e1;
		padding: 25px 0 10px;
		position: static;
	}

	.share-block:after {
		content: "";
		display: block;
		clear: both;
	}

	.share-block .title {
		float: left;
		border: none;
		padding: 0;
		margin: 0;
	}

	.share-list {
		width: auto;
		float: right;
	}

	.share-list li {
		margin: 0 0 0 16px;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
	}

	.news-single {
		padding: 26px 0 34px;
		font-size: 14px;
		line-height: 21px;
	}

	.news-single .time {
		font-size: 14px;
		margin: 0 0 15px;
	}

	.news-single h1 {
		font-size: 26px;
		line-height: 31px;
		margin: 0 0 16px;
	}

	.news-single .author {
		font-size: 14px;
		margin: 0 0 46px;
	}

	.news-single .aligncenter {
		margin: 25px auto 23px;
	}

	.news-single p {
		margin: 0 0 21px;
	}

	.news-single .lead-text {
		font-size: 18px;
		line-height: 25px;
		margin: 0 0 26px;
	}

	.articles-section {
		padding: 49px 0 39px;
	}

	.articles-section h1 {
		margin: 0 0 40px;
	}

	.location-list {
		margin: -13px 0 18px;
		font-size: 10px;
		line-height: 12px;
	}

	.location-list li {
		padding: 0 15px 2px;
	}

	.text-columns {
		display: table;
		width: 100%;
		table-layout: fixed;
		line-height: 19px;
	}

	.text-columns .col {
		display: table-footer-group;
	}

	.text-columns .text-col {
		display: table-header-group;
	}

	.text-columns .frame {
		padding: 53px 20px 21px;
		max-width: none;
	}

	.text-columns h2 {
		font-size: 14px;
		line-height: 19px;
		margin: 0 0 5px;
	}

	.text-columns p {
		margin: 0 0 20px;
	}

	.champions-carousel {
		margin: 38px 0 15px;
	}

	.champions-carousel .mask {
		padding: 0;
		max-width: 285px;
		margin: 0 auto;
		overflow: hidden !important;
	}

	.champions-carousel .slide {
		width: 285px;
		padding: 0;
		line-height: 19px;
	}

	.champions-carousel .box {
		padding: 29px 37px 39px;
	}

	.champions-carousel .avatar {
		width: 120px;
		height: 120px;
		margin: 0 auto 9px;
	}

	.champions-carousel .name {
		line-height: 17px;
		margin: 0 0 6px;
	}

	.champions-carousel .sub-title {
		font-size: 10px;
		line-height: 13px;
		min-height: 39px;
		margin: 0 0 7px;
	}

	.champions-carousel .btn-prev,
	.champions-carousel .btn-next {
		width: 77px;
		height: 77px;
		left: -38px;
		top: 50%;
	}

	.champions-carousel .btn-prev:before,
	.champions-carousel .btn-prev:after,
	.champions-carousel .btn-next:before,
	.champions-carousel .btn-next:after {
		height: 3px;
		width: 13px;
		left: 45px;
		top: 33px;
	}

	.champions-carousel .btn-prev:after,
	.champions-carousel .btn-next:after {
		top: 41px;
	}

	.champions-carousel .btn-next {
		right: -40px;
	}

	.champions-carousel .btn-next:before,
	.champions-carousel .btn-next:after {
		left: 18px;
	}

	.image-section {
		height: 143px;
		overflow: hidden;
	}

	.list {
		margin: 38px 0 0;
	}

	.list li {
		width: 100%;
		padding: 10px 0 34px;
	}

	.list li:before {
		left: 0;
	}

	.list h2 {
		font-size: 14px;
		line-height: 19px;
		margin: 0 0 4px;
	}

	.visual-block {
		text-align: left;
	}

	.visual-block .container {
		padding: 51px 20px 34px;
	}

	.visual-block img {
		max-width: 181.5%;
	}

	.visual-block h1 {
		margin: 0 0 17px;
	}

	.visual-block .lead-text {
		margin: 0 0 17px;
	}

	.impact-section {
		padding: 51px 0 149px;
		text-align: left;
	}

	.impact-section.alt {
		padding: 51px 0 37px;
		text-align: left;
	}

	.impact-section.alt .number-bock {
		margin: 13px 0 0;
	}

	.impact-section .image {
		width: 143px;
		bottom: -7px;
	}

	.impact-section h1 {
		text-align: left;
		margin: 0 0 17px;
	}

	.impact-section .lead-text {
		margin: 0 0 17px;
	}

	.impact-section .number-bock {
		margin: 33px 0 0;
	}

	.impact-section .number-bock span {
		font-size: 10px;
		line-height: 13px;
		max-width: 280px;
		margin: 2px auto;
	}

	.impact-section .numbers-list {
		display: block;
		margin: 9px 0 0;
	}

	.impact-section .numbers-list ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -20px 0 0;
	}

	.impact-section .numbers-list li {
		padding: 11px 20px 29px 0;
		width: 50%;
		min-height: 0;
	}

	.impact-section .numbers-list li:before {
		right: 20px;
	}

	.impact-section .numbers-list h2 {
		font-size: 22px;
		line-height: 25px;
		margin: 0 0 5px;
	}

	.impact-section .values-list li {
		width: 100%;
	}

	.impact-section .values-list h2 {
		font-size: 14px;
		line-height: 19px;
		margin: 0 0 4px;
	}

	.impact-section .values-list .number {
		margin: 0 0 9px;
		padding: 0 0 4px;
	}

	.partners-carousel {
		margin: 38px 0 25px;
	}

	.partners-carousel .mask {
		padding: 0;
		max-width: 280px;
		margin: 0 auto 10px;
	}

	.partners-carousel .slide {
		width: 280px;
		padding: 0;
		line-height: 19px;
	}

	.partners-carousel .box {
		padding: 26px 35px 30px;
	}

	.partners-carousel .avatar {
		width: 120px;
		height: 120px;
		margin: 0 auto 9px;
	}

	.partners-carousel .category {
		margin: 0 0 26px;
	}

	.partners-carousel .logo-image {
		width: 54px;
		height: 54px;
		bottom: 1px;
		right: -16px;
	}

	.partners-carousel .name {
		line-height: 17px;
		margin: 0 0 6px;
	}

	.partners-carousel .sub-title {
		font-size: 10px;
		line-height: 13px;
		margin: 0 0 7px;
	}

	.partners-carousel .btn-prev,
	.partners-carousel .btn-next {
		left: -60px;
	}

	.partners-carousel .btn-next {
		right: -60px;
	}

	.milestones-carousel .slide {
		width: 280px;
		padding: 0;
	}

	.milestones-carousel .box {
		min-height: 370px;
	}

	.milestones-carousel .image {
		margin: 1px 1px 35px;
	}

	.milestones-carousel .text {
		padding: 0 16px 31px;
	}

	.milestones-carousel h2 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 9px;
	}

	.milestones-carousel .slider-block {
		padding: 0 20px;
	}

	.milestones-carousel .min,
	.milestones-carousel .max {
		left: 20px;
		font-size: 10px;
		line-height: 12px;
		top: -5px;
	}

	.milestones-carousel .max {
		right: 20px;
	}

	.milestones-carousel .slider-hold {
		margin: 0 26px 3px;
		border-radius: 0;
	}

	.milestones-section {
		margin: 40px auto 0;
		width: 280px;
		position: static !important;
	}

	.milestones-section .jcf-scrollbar-horizontal {
		margin: 28px 0 0;
		padding: 0 26px;
	}

	.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
		border-radius: 0;
	}

	.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-slider:before,
	.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-slider:after {
		left: -26px;
		font-size: 10px;
		line-height: 12px;
		top: -5px;
	}

	.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-slider:after {
		right: -26px;
	}

	.milestones-section .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
		border-radius: 0;
	}

	.milestones-section .slider-value {
		position: relative;
		width: 280px;
		margin: 0 auto;
	}

	.milestones-section .min,
	.milestones-section .max {
		left: 0;
		font-size: 10px;
		line-height: 12px;
		top: -9px;
	}

	.milestones-section .max {
		right: 0;
	}

	.milestones-section .btn-prev,
	.milestones-section .btn-next {
		left: -58px;
	}

	.milestones-section .btn-next {
		left: auto;
		right: -60px;
	}

	.milestones-section .btn-prev,
	.milestones-section .btn-next {
		left: -38px;
	}

	.milestones-section .btn-next {
		left: auto;
		right: -40px;
	}

	.articles-container h1 {
		padding: 18px 9999px;
		margin: 0 -9999px 37px;
	}

	.article-list .date {
		float: none;
		width: auto;
		display: block;
		padding: 0 0 11px;
		font-size: 10px;
		line-height: 13px;
	}

	.article-list h2 {
		line-height: 20px;
		margin: 0 0 5px;
	}

	.article-list p {
		margin: 0 0 19px;
	}

	.archive-list {
		margin: 44px 0 -30px;
		line-height: 19px;
	}

	.archive-list .left-block {
		width: 113px;
		padding: 2px 20px 0 0;
	}

	.archive-list .date {
		font-size: 10px;
		line-height: 13px;
		margin: 0 0 11px;
	}

	.archive-list h2 {
		line-height: 20px;
		margin: 0 0 5px;
	}

	.archive-list p {
		margin: 0 0 19px;
		max-height: 76px;
		overflow: hidden;
	}

	.archive-list .more {
		margin: 0 0 19px;
	}

	.archive-list .video {
		width: 92px;
		height: 54px;
	}

	.archive-list .btn-play:before {
		width: 28px;
		height: 28px;
	}

	.archive-list .btn-play:after {
		border-width: 5px 7px;
		margin-left: 5px;
	}

	.archive-list .pdf {
		width: 45px;
	}

	.leaders-carousel {
		margin: 40px 0 -18px;
	}

	.leaders-carousel .mask {
		padding: 0;
		max-width: 280px;
		margin: 0 auto 10px;
	}

	.leaders-carousel .slide {
		width: 280px;
		padding: 0;
	}

	.leaders-carousel .box {
		padding: 29px 30px 24px;
	}

	.leaders-carousel .avatar {
		width: 120px;
		height: 120px;
		margin: 0 auto 9px;
	}

	.leaders-carousel .logo-image {
		width: 54px;
		height: 54px;
		bottom: 1px;
		right: -16px;
	}

	.leaders-carousel .name {
		line-height: 17px;
		margin: 0 0 6px;
	}

	.leaders-carousel .sub-title {
		font-size: 10px;
		line-height: 13px;
		margin: 0 0 19px;
	}

	.leaders-carousel p {
		margin: 0 0 17px;
	}

	.leaders-carousel .btn-prev,
	.leaders-carousel .btn-next {
		left: -60px;
	}

	.answer-list {
		margin: 41px 0 0;
		display: block;
	}

	.answer-list li {
		padding: 10px 0 31px;
		width: 100%;
	}

	.answer-list li:before {
		right: 0;
	}

	.answer-list h2 {
		font-size: 14px;
		line-height: 19px;
		margin: 0 0 4px;
	}

	.section-area {
		display: block;
	}

	.lead-block {
		width: 100%;
		padding: 0 0 37px;
	}

	.lead-block .lead-text {
		margin: 0 0 19px;
	}

	.blog-module {
		padding: 30px 10px 25px;
		width: 280px;
		margin: 0 auto 30px;
	}

	.blog-module .avatar {
		width: 120px;
		height: 120px;
		margin: 0 auto 9px;
	}

	.blog-module .logo-image {
		width: 54px;
		height: 54px;
		bottom: 1px;
		right: -16px;
	}

	.blog-module .name {
		line-height: 17px;
		margin: 0 0 6px;
	}

	.blog-module .sub-title {
		font-size: 10px;
		line-height: 13px;
		margin: 0 0 19px;
	}

	.blog-module p {
		margin: 0 0 17px;
	}

	.team-section {
		padding: 40px 0 0;
	}
	.sub-nav.sub-nav-team {
		font-size: 14px;
	}

	.team-section h1 {
		padding: 18px 9999px;
		margin: 0 -9999px 36px;
	}

	.team-section h2 {
		margin: 0 0 29px;
	}
	.ceo-img {
		float: none;
		margin: 0 auto 30px;
	}
	.ceo-info {
		text-align: center;
	}
	.team-section .team {
		font-size: 10px;
		line-height: 13px;
		margin: 0 0 41px;
	}

	.team-section .team li {
		margin: 0 0 15px;
	}

	.team-section .team .name {
		font-size: 14px;
		line-height: 19px;
		margin: 0 0 5px;
	}

	.team-section hr {
		margin: 41px 0 36px;
	}

	ul.team-list {
		margin: 0 -5px 19px;
		padding: 3px 0 0;
	}

	ul.team-list li {
		width: 50%;
		padding: 0 5px 19px;
	}

	ul.team-list .name {
		line-height: 17px;
		margin: 0 0 6px;
	}

	ul.team-list .sub-title {
		font-size: 10px;
		line-height: 13px;
		margin: 0 0 19px;
	}
}

@media (max-width: 479px) {
	.video-section .video {
		height: 180px;
	}

	.video-section .video img {
		height: 179px;
		max-width: none;
		width: auto;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	ul.team-list li {
		width: 80%;
		padding: 0 5px 19px;
	}
}

#bboxdonation_gift_txtAmountOther {
  color: #000000;
}

.search-results .meta{
	display: none;
}
.search-results .page {
	margin-bottom: 30px;
}
.search-results .page h2 {
	margin-bottom: 5px;
}
.search-results .page .info {
	margin-bottom: 5px;
}
.text-block.custom_color h1,.text-block.custom_color h1 a{
	color: inherit;
}

