/*! 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: 0.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: -0.5em;
}

sub {
  bottom: -0.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: 0.35em 0.625em 0.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;
}

@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon.woff?w61zk") format("woff"), url("./fonts/icomoon.svg?w61zk") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-check:before,
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: "\e904";
}

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

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

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

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

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

html {
  box-sizing: border-box;
  height: 100%;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #58595b;
  background: #fff;
  min-width: 375px;
  font-family:"Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

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

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

#__bs_notify__ {
  display: none;
}

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

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

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

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

ol {
  counter-reset: item;
  padding: 0 0 10px;
}

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
}

ol ol li:before {
  content: counter(item, lower-latin) ".";
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

ul:not([class]) {
  padding: 0 0 28px;
/*  font-weight: 700; */
}

ul:not([class]) li {
  position: relative;
  padding: 0 0 0 13px;
  margin: 0 0 6px;
}

ul:not([class]) li:before {
  content: '';
  background: #58595b;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0.6em;
  border-radius: 50%;
}

ul:not([class]) a {
  color: #58595b;
  text-decoration: underline;
}

ul:not([class]) a:hover {
  color: #b5121b;
}

ul:not([class]) ul {
  font-weight: 400;
  margin-left: -13px;
}

ul:not([class]) ul li:before {
  content: '-';
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  line-height: 1;
  top: 0.17em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 35px;
  color: #4a5060;
}

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

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

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

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

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

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



p a {
  text-decoration: underline;
  color: #58595b;
}

p a:hover {
  text-decoration: underline;
  color: #b5121b;
}

a {
  color: #b5121b;
  transition: color .3s, background .3s, border .3s;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

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

form label,
fieldset label {
  display: block;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 700;
}

form label .title,
fieldset label .title {
  color: #b5121b;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  color: #58595b;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border: 1px solid #b5121b;
  padding: 6px 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  height: 34px;
  width: 100%;
  margin: 0 0 10px;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

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

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

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

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

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

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

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

select .hideme {
  display: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 438px;
  min-height: 150px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  outline: none;
  transition: color .3s, background .3s, border .3s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

#menu-item-211:before {
  content:'' !important;
}

.checkbox-list,
.radio-list {
  padding: 0 0 15px;
}

.checkbox-list li,
.radio-list li {
  margin-bottom: -2px;
}

.radio-list li {
  margin-bottom: 2px;
}
.checkbox-list li strong {
	color: #b42025;
}

input[type="checkbox"],
input[type="radio"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  color: #b5121b;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  font-size: 25px;
  line-height: 1.56;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 1px 0 1px 57px;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 0;
  color: #fff;
  background: #fff;
  border: 2px solid #b5121b;
  width: 37px;
  height: 32px;
  margin: 5px 0 0 -57px;
  transition: background 0.3s, border 0.3s, color 0.3s;
}

input[type="radio"]:checked + label:before {
  opacity: 1;
  border-color: #b5121b;
}

input[type="radio"]:checked + label:after {
  transform: scale(1);
}

input[type="radio"] + label {
  font-style: normal;
}

input[type="radio"] + label:before {
  content: '';
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-top: 3px;
}

input[type="radio"] + label:after {
  content: '';
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #b5121b;
  position: absolute;
  left: 8px;
  top: 11px;
  transform: scale(0);
  transition: transform 0.3s;
}
.iblock { display: inline-block; }
.hidden { display: none; }

.text-32 { font-size: 32px; }
.text-center { text-align: center; }

[id="header"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 25px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[id="header"] .container-wrap,
[id="header"] .container-wrap-lg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(30px + 1586px + 30px);
}

[id="header"] a {
  color: #fff;
}

[id="header"] a:hover {
  color: #b5121b;
}

[id="header"] .logo {
  margin: 6px 0 0;
}

[id="header"] .social-networks li {
  color: rgba(255, 255, 255, 0.95);
}

[id="header"] .btn-donate {
  font-size: 42px;
  min-width: 347px;
  background: none;
  position: relative;
  margin: 0 -30px 0 0;
  padding: 18px 20px;
}

[id="header"] .btn-donate:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #b5121b;
  mix-blend-mode: multiply;
}

[id="header"] .btn-donate:hover {
  background: #b5121b;
}

[id="header"] .btn-donate span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.nav-slide .slide-drop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.nav-slide .nav-opener {
  position: absolute;
  top: 15px;
  left: 10px;
}

.nav-slide .nav-opener span {
  background: transparent;
}

.nav-slide .nav-opener span:before,
.nav-slide .nav-opener span:after {
  background: #58595b;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.nav-slide .nav-opener span:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.header-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.lower-frame { 
	position: relative;
	padding-bottom: 0 !important;
}

.main-nav {
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  padding: 0 41px 0 0;
}

/* .main-nav li:before {
  content: '|';
  display: inline-block;
  vertical-align: top;
  margin: -1px 10px 0;
} */

.main-nav li:first-child:before {
  display: none;
}

.nav-opener,
.menu-opener {
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 22px;
  transition: padding 0.4s;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  display: none;
}

.nav-active .nav-opener {
  padding: 2px;
}

.nav-opener > *,
.menu-opener > * {
  display: block;
}

.nav-opener span,
.menu-opener span {
  height: 3px;
  width: 100%;
  position: relative;
  background: #fff;
}

.nav-opener span:before,
.nav-opener span:after,
.menu-opener span:before,
.menu-opener span:after {
  content: '';
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 11px;
}

.menu-opener span:before,
.menu-opener span:after {
  transition: top .2s .3s ease, transform .2s ease, background 0.3s;
}
.nav-opener span:after,
.menu-opener span:after {
  top: -11px;
}
.nav-active .menu-opener span { background: none; }
.nav-active .menu-opener span:before,
.nav-active .menu-opener span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
  transition: top .3s ease, transform .3s .4s ease, background 0.3s;
}

.nav-active .menu-opener span:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.menu-large-screen {
	display: flex;
	align-items: flex-end;
	padding: 0 20px 22px 12px;
}
.menu-large-container {
	position: absolute;
	top: 100%;
	left: 200%;
	width: 100%;
	opacity: 0;
	transition: all .25s;
	visibility: hidden;
}
.nav-active .menu-large-container {
	left: 0;
	opacity: 1;
	visibility: visible;
}
#menu-large {
	margin-right: -30px;
	padding: 10px 20px;
	background: #fff;
}
#menu-large li { position: relative; }
#menu-large .menu-item-has-children:after {
	content: '\f107';
	position: absolute;
	top: 8px;
	right: 0;
	color: #58595b;
	font: 20px fontAwesome;
}
#menu-large a {
	display: block;
	padding: 4px 0;
	color: #58595b;
	font-weight: 400;
	text-decoration: none;
}
#menu-large a:hover { color: #b5121b; }
#menu-large .drop-holder {
	padding: 8px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
/*	background: rgba(0,0,0,.05); */
}
#menu-large .drop-holder ul {
	padding: 0;
}
#menu-large .drop-holder li {
}
#menu-large .drop-holder li:before {
	display: none;
}
#menu-large .drop-holder a {
	font-size: 16px;
	padding: 2px 0;
}

[id="footer"] {
  color: #fff;
}

[id="footer"] a {
  color: inherit;
}

[id="footer"] a:hover {
  color: #b5121b;
}

[id="footer"] .btn:hover {
  color: #4a5060;
  background: #fff;
}

.logo-section {
  background: #fff;
  padding: 100px 0;
}

.logo-section .container-wrap,
.logo-section .container-wrap-lg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-section .logo {
  margin: 0 0 0 12px;
}

.footer-holder {
  background: #4a5060;
  padding: 46px 0 115px;
}

.footer-holder .container-wrap,
.footer-holder .container-wrap-lg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(30px + 1528px + 30px);
}

.footer-frame {
  display: -ms-flexbox;
  display: flex;
  width: 65%;
}

.footer-frame .nav-columns {
  display: -ms-flexbox;
  display: flex;
  width: 44.5%;
}

.footer-frame .title {
  display: block;
  font-size: 27px;
  font-weight: 600;
  margin: -6px 0 0;
}

.footer-nav {
  font-size: 27px;
  line-height: 1.2;
/*  width: 58%; */
  padding: 0 15px 0 0;
}

/*.footer-nav:last-child {
  width: 40%;
} */

.policy-nav {
  font-size: 19px;
  line-height: 1.2;
}

.policy-nav li {
  margin-bottom: 5px;
}

.policy-nav a {
  text-decoration: underline;
}

.footer-block {
  text-align: right;
  margin: 3px 0 0;
  width: 33%;
}

.footer-block .btn-donate {
  font-size: 42px;
  min-width: 355px;
  padding: 18px 20px;
  margin-bottom: 19px;
}

.footer-block .contact-block {
  font-size: 19px;
}

.footer-block .contact-block span {
  display: block;
  margin-bottom: 5px;
}

.footer-block .contact-block .title {
  font-weight: 400;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.container-wrap,
.container-wrap-lg {
  max-width: 1372px;
  margin: 0 auto;
  width: 100%;
}

.container-wrap-lg {
  max-width: calc(30px + 1660px + 30px);
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  background: #b5121b;
  border: none;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 353px;
  text-align: center;
  padding: 18px 25px 17px;
  margin: 0;
}

.btn:hover {
  color: #fff;
  background: #4a5060;
}

.social-networks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 37px;
  line-height: 1;
  margin: 0 -6px;
}

.social-networks li {
  margin: 0 6px;
}

.social-networks li.facebook-link a:hover {
  color: #4267b2;
}

.social-networks li.instagram-link a:hover {
  color: #c13584;
}

.social-networks li.twitter-link a:hover {
  color: #1da1f2;
}

.social-networks li.youtube-link a:hover {
  color: #f00;
}

.social-networks a {
  display: block;
  line-height: 1;
  color: inherit;
}

.img-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img-stretch img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -17px;
}

.columns [class^="col-"],
.columns [class*=" col-"] {
  padding: 0 17px;
}

.columns .col-3 {
  width: 33.33%;
}

.columns .col-4 {
  width: 25%;
}

.heading {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}

.heading h2 {
  margin-bottom: 21px;
}

.visual-section {
  position: relative;
  z-index: -1;
  color: #fff;
  text-align: center;
  margin-bottom: 160px;
}

.visual-section:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  height: 103px;
  background: url(./images/bg-dots-01.png) repeat-x;
}
.bg-video-holder {
	position: relative;
	width: 100%;
	height: 0;
	padding: 0 0 56.25%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg-video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-video-holder:before {
	content: '';
	display: block;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 1;
	background: rgba(0,0,0,.2);
}

.visual-section .container-wrap,
.visual-section .container-wrap-lg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 130px;
  padding-bottom: 50px;
  z-index: 2;
}

.visual-section img {
  width: 100%;
}

.visual-section h1,
.visual-section h2,
.visual-section h3 {
  color: inherit;
}

#popup-auto {
	width: 650px;
	height: 270px;
	background: url(images/bg-popup.jpg) no-repeat;
	background-size: cover;
}
.popup-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#popup-auto h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin: 8px 0 20px;
}
#popup-auto .button {
	display: inline-block;
	width: 277px;
	padding: 8px 20px;
	color: #b42025;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
}
#popup-auto .button:hover {
	color: #fff;
	background-color: #b42025;
}
.fancybox-slide--html .fancybox-close-small { color: #fff; }

.content {
  margin-bottom: -20px;
}

.content-frame {
  text-align: center;
  padding: 23px 2px 53px;
}

.content-frame h2 {
  margin-bottom: 21px;
}

.content-frame .list-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-frame ul {
  text-align: left;
  font-weight: 600;
}

.content-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 72px;
}

.content-block:nth-child(odd) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-block .image-block {
  width: 50%;
  margin: 7px 0 0;
}

.content-block .image-block img {
  margin: 0 0 20px;
}

.content-block .text-block {
  width: 47%;
}

ol.list-roman {
	padding-left: 35px;
	margin-bottom: 30px;
}
ol.list-roman li {
	list-style-type: lower-roman;
	margin-bottom: 10px;
}
ol.list-roman li:before {
	display: none;
}

.quote-section {
  background: #cef1ff;
  text-align: center;
  padding: 89px 0 85px;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.006em;
}

.quote-section img {
  width: 100%;
}

.quote-section .block {
  background: #fff;
  overflow: hidden;
  padding: 22px 30px 4px;
}

.quote-section .blockquote-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  text-align: left;
}

.quote-section .blockquote-holder .image-block {
  width: 47%;
}

.quote-section .blockquote-holder blockquote {
  width: 53%;
  margin: 0;
  padding: 30px 57px 20px;
  font-size: 22px;
  line-height: 1.66;
  font-style: italic;
}

.quote-section .blockquote-holder blockquote *:last-child {
  margin-bottom: 0;
}

.quote-section .blockquote-holder blockquote p {
  margin-bottom: 22px;
}

.quote-section .blockquote-holder blockquote footer {
  font-size: 18px;
  font-style: normal;
}

.note-section {
  padding: 139px 0 135px;
  background: url(./images/bg-dots-02.png);
  text-align: center;
  color: #b5121b;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.note-section:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 70%;
  border-radius: 50%;
  background: radial-gradient(ellipse closest-side, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
}

.note-section:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #e8d8c8;
  mix-blend-mode: multiply;
}

.note-section p {
  margin: 0;
}

.note-section .block {
  font-size: 29px;
}

.form-section {
  padding: 11px 0 0;
  font-size: 28px;
}

.form-section .container-wrap,
.form-section .container-wrap-lg {
  max-width: calc(30px + 1106px + 30px);
}

.form-section .contact-form p {
  margin-bottom: 50px;
}

.contact-form .form-field {
  display: -ms-flexbox;
  display: flex;
}

.contact-form label {
  width: 280px;
  margin: 1px 7px 0 0;
}

.contact-form .wpcf7-form-control-wrap,
.contact-form input[type='text'],
.contact-form input[type='tel'],
.contact-form input[type='email'],
.contact-form input[type='search'],
.contact-form input[type='password'],
.contact-form textarea {
  -ms-flex: 1;
  flex: 1;
}

.contact-form .wpcf7-not-valid-tip {
  font-size: 0.6em;
  margin: -10px 0 10px;
}

.contact-form .wpcf7-response-output {
  text-align: center;
}

.contact-form .submit-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 44px 0 0;
}

.contact-form .btn {
  color: #b5121b;
  background: #cef1ff;
  font-size: 28px;
  min-width: 185px;
  padding: 17px;
}

.contact-form .btn:hover {
  color: #fff;
  background: #b5121b;
}

.faq-section .text-block {
	padding: 36px 0;
}

.accordion {
  margin: -5px 0 0;
}

.accordion li {
  margin-bottom: 12px;
}

.accordion li.active .opener:before {
  content: '-';
  margin: 0 6px 4px 0;
}

.accordion .opener {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #6e7380;
  min-height: 153px;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 100px 22px 50px;
}

.accordion .opener:before {
  content: '+';
  position: absolute;
  bottom: 34px;
  right: 46px;
  font-size: 1.286em;
  font-weight: 700;
}

.accordion .opener:hover img {
  opacity: 0.5;
}

.accordion .opener img {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1312px;
  max-width: none;
  transition: opacity 0.3s;
}

.accordion .opener .title {
  display: block;
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: -1px;
}

.accordion .opener span {
  display: block;
}

.accordion .slide {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.accordion .slide-holder {
  background: #e8f4ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 38px 38px 42px 50px;
}

.accordion .image-block {
  margin: 0 0 0 40px;
}

.accordion .text-block {
  -ms-flex: 1;
  flex: 1;
}
.accordion .text-block a {
	font-weight: 600;
	text-decoration: none;
}


.donate-section {
  padding: 28px 0 0;
}

.donate-section .heading {
  padding-bottom: 15px;
}

.donate-section h2 {
  font-size: 38px;
  margin-bottom: 4px;
}

.donate-section h3 {
  font-size: 42px;
  color: #b5121b;
  text-transform: uppercase;
}

.donate-form .radio-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -37px;
  padding-bottom: 0;
}

.donate-form .radio-list li {
  margin: 0 37px 38px;
}

.donate-form .radio-list.amount-list {
  margin: 0 -16px;
}

.donate-form .radio-list.amount-list li {
  margin: 0 16px;
}

.donate-form .radio-list.amount-list input[type="radio"]:checked + label,
.donate-form .radio-list.amount-list input[type="radio"]:checked:hover + label {
  color: #b5121b;
  background: #e5c4a6;
}

.donate-form .radio-list.amount-list input[type="radio"] + label {
  background: rgba(235, 209, 186, 0.5);
}

.donate-form .radio-list.amount-list input[type="radio"] + label:hover {
  background: rgba(235, 209, 186, 0.8);
}

.donate-form input[type="radio"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
}

.donate-form input[type="radio"]:checked + label,
.donate-form input[type="radio"]:checked:hover + label {
  color: #fff;
  background: #b5121b;
}

.donate-form input[type="radio"] + label {
  margin: 0;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  width: 207px;
  padding: 21px 15px 22px;
  cursor: pointer;
  color: #b5121b;
  background: rgba(181, 18, 27, 0.2);
  transition: color 0.3s, background 0.3s;
}

.donate-form input[type="radio"] + label:before,
.donate-form input[type="radio"] + label:after {
  display: none;
}

.donate-form input[type="radio"] + label:hover {
  background: rgba(181, 18, 27, 0.3);
}

.donate-form input[type=text] {
  color: #b5121b;
  text-align: center;
  font-size: 31px;
  line-height: 34px;
  font-weight: 700;
  width: 207px;
  height: 80px;
  padding: 22px 15px;
  background: rgba(235, 209, 186, 0.5);
  border-color: rgba(235, 209, 186, 0);
  transition: border 0.3s, background 0.3s;
}

.donate-form input[type=text]::-webkit-input-placeholder {
  color: #b5121b;
}

.donate-form input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #b5121b;
}

.donate-form input[type=text]:-moz-placeholder {
  color: #b5121b;
}

.donate-form input[type=text]:-ms-input-placeholder {
  color: #b5121b;
}

.donate-form input[type=text].placeholder {
  color: #b5121b;
}

.donate-form input[type=text]:focus {
  background: rgba(235, 209, 186, 0.8);
  border-color: #ebd1ba;
}

.donate-form input[type=text]:focus::-webkit-input-placeholder {
  color: rgba(235, 209, 186, 0);
}

.donate-form input[type=text]:focus::-moz-placeholder {
  opacity: 1;
  color: rgba(235, 209, 186, 0);
}

.donate-form input[type=text]:focus:-moz-placeholder {
  color: rgba(235, 209, 186, 0);
}

.donate-form input[type=text]:focus:-ms-input-placeholder {
  color: rgba(235, 209, 186, 0);
}

.donate-form input[type=text]:focus.placeholder {
  color: rgba(235, 209, 186, 0);
}

.donate-form .submit-holder {
  text-align: center;
  padding: 50px 0 0;
}

.donate-form .form-block {
  max-width: 740px;
  margin: 0 auto;
  padding: 79px 0 0;
  text-align: center;
}

.donate-form .gift-drop {
  position: relative;
  margin-bottom: 28px;
}

.donate-form .gift-drop.gift-active .drop {
  opacity: 1;
  visibility: visible;
}

.donate-form .gift-drop .opener {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 445px;
  text-align: center;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 700;
  padding: 22px 20px 21px;
  color: #b5121b;
  background: rgba(181, 18, 27, 0.2);
  transition: color 0.3s, background 0.3s;
}

.donate-form .gift-drop .opener:hover {
  background: rgba(181, 18, 27, 0.3);
}

.donate-form .gift-drop .opener span {
  display: inline-block;
  vertical-align: top;
  color: #4a5060;
  margin: 2px -37px -2px 10px;
}

.donate-form .gift-drop .drop {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  padding: 40px 40px 20px;
  text-align: left;
  background: rgba(251, 236, 223, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.donate-form .gift-drop .drop-columns {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.donate-form .gift-drop .drop-columns .col {
  width: 50%;
  padding: 0 10px;
}

.donate-form .gift-drop h4 {
  color: #b5121b;
  margin-bottom: 18px;
}
.donate-form .gift-drop p { margin: 18px 0 8px; }

.donate-form .gift-drop .title {
  display: block;
  color: #b5121b;
}

.donate-form .gift-drop ul {
  color: #4a5060;
  font-weight: 400;
}

.donate-form .gift-drop ul li {
  padding-left: 20px;
}
.donate-form .gift-drop ul.fa-ul li {
  padding-left: 0;
}

.donate-form .gift-drop ul li:before {
  width: 5px;
  height: 5px;
}

.donate-form .gift-drop ul a {
  color: inherit;
  text-decoration: none;
}

.donate-form .gift-drop ul a:hover {
  color: #b5121b;
}

.donate-form .text-block {
  text-align: center;
  font-size: 28px;
  font-style: italic;
}

.get-involved {
  padding: 30px 0 0;
}

.get-involved .heading {
  padding-bottom: 50px;
}

.mark-block {
  text-align: center;
  color: #b5121b;
  font-weight: 700;
}

.mark-block p a {
  color: inherit;
}

.mark-block p a:hover {
  color: #58595b;
}

.info-columns {
  padding-bottom: 43px;
}

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

.info-col a.image-block:hover:before {
  background: rgba(74, 80, 96, 0.3);
}

.info-col .image-block {
  display: block;
  margin-bottom: 39px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.info-col .image-block:last-child {
  margin-bottom: 0;
}

.info-col .image-block:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(74, 80, 96, 0.45);
  transition: background 0.3s;
}

.info-col .image-block img {
  width: 100%;
  position: relative;
  z-index: -1;
}

.info-col .image-block .title {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 2;
  transform: translateY(-50%);
  font-size: 40px;
  line-height: 1.2;
}

.info-col p {
  margin: 0;
}

.info-col p a {
  color: inherit;
  text-decoration: none;
}

.info-col p a:hover {
  color: #b5121b;
}

.our-work {
  padding-bottom: 68px;
}

.our-work .info-columns {
  margin: 0 -14px;
}

.our-work .info-columns [class^="col-"],
.our-work .info-columns [class*=" col-"] {
  padding: 0 14px;
}

.our-work .info-col .image-block:before {
  background: rgba(78, 110, 159, 0.4);
}

.our-work .info-col .image-block img {
  opacity: 0.75;
}

.our-work .info-col a.image-block:hover:before {
  background: rgba(78, 110, 159, 0.3);
}

.missions-section .heading {
  padding: 0 20px;
}

.mission-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  background: #f7ede3;
  min-height: 346px;
  margin-bottom: 27px;
}

.mission-block:nth-child(even) {
  -ms-flex-direction: row;
  flex-direction: row;
}

.mission-block:nth-child(even) .image-block {
  left: auto;
  right: 0;
}

.mission-block:nth-child(even) .image-block:before {
  right: auto;
  left: -3%;
  background: linear-gradient(to left, rgba(247, 237, 227, 0) 0%, #f7ede3 74%, #f7ede3 100%);
}

.mission-block:nth-child(even) .description {
  width: 53.5%;
  padding-left: 10.5%;
  padding-right: 0;
}

.mission-block .image-block {
  width: 60.5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mission-block .image-block:before {
  content: '';
  background: linear-gradient(to right, rgba(247, 237, 227, 0) 0%, #f7ede3 74%, #f7ede3 100%);
  position: absolute;
  right: -3%;
  top: 0;
  bottom: 0;
  width: 65%;
}

.mission-block .image-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mission-block .description {
  position: relative;
  z-index: 2;
  width: 50.1%;
  padding: 49px 7.5% 27px 0;
}

.mission-block .title {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  color: #b5121b;
  margin-bottom: 2px;
}

.partnerships-holder .headline {
  display: block;
  color: #b5121b;
  font-size: 23px;
  margin-bottom: 27px;
}

.partnerships-holder ul {
  font-weight: 400;
}

.partnerships-holder ul:last-child {
  padding-bottom: 0;
}

.partnerships-holder ul + .title {
  margin-top: -28px;
}

.partnerships-holder ul li {
  padding: 0 0 28px;
}

.partnerships-holder ul li:before {
  display: none;
}

.partnerships-holder .title {
  display: block;
  margin-bottom: 28px;
}

.blockquote-section {
  padding: 81px 0;
}

.blockquote-section:last-child {
  padding-bottom: 0;
}

.blockquote-section blockquote {
  margin: 0 22px;
  font-size: 26px;
  line-height: 1.39;
  font-weight: 600;
  color: #4a5060;
  text-align: center;
}

.blockquote-section blockquote footer {
  color: #58595b;
  font-size: 17px;
  font-weight: 400;
}

.map-section {
  background: #e8f4ff;
  min-height: 830px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.map-section .map-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1312px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  z-index: -1;
}

.infographic-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.infographic-data .infographic-block {
  width: 242px;
  margin: 0 28px 22px;
}

.infographic-data .infographic-block.col-lg .number {
  font-size: 42px;
}

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

.infographic-block .icon {
  margin-bottom: -15px;
}

.infographic-block .note {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #4a5060;
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.2;
}

.infographic-block .description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 186px;
  color: #fff;
  background: #b5121b;
  border-radius: 14px;
  padding: 0 15px;
  font: 700 19px/1.16 Arial, Verdana, Helvetica, sans-serif;
}

.infographic-block .description.text-lg {
  font-size: 22px;
  line-height: 1;
}

.infographic-block p {
  margin: 0;
}

.infographic-block .number {
  display: block;
  text-transform: uppercase;
  font-size: 56px;
}

.infographic-block .number.lg {
  font-size: 68px;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.infographic-block .title {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 1px;
}

.infographic-block .title.lg {
  font-size: 36px;
  margin-bottom: -1px;
}

.infographic-block .item {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 13px;
  margin: 0 0 0 6px;
  position: relative;
}

.infographic-block .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.intro-section {
  padding: 43px 0 66px;
}

.intro-section .heading {
  font-weight: 600;
  padding-bottom: 5px;
}

.intro-section .heading h2 {
  margin-bottom: 20px;
}

.info-section {
  padding: 77px 0 223px;
  background: url(./images/bg-dots-01.png);
}

.info-section .heading {
  font-weight: 600;
  max-width: 1312px;
  padding-bottom: 34px;
}

.info-section .heading h2 {
  margin-bottom: 20px;
}

.info-section .info-col .image-block:before {
  background: rgba(84, 48, 25, 0.15);
}

.info-section .info-col .image-block img {
  opacity: 0.75;
}

.info-section .info-col a.image-block:hover:before {
  background: rgba(84, 48, 25, 0.01);
}

.donate-form-section {
  background: url(./images/bg-dots-01.png);
  margin-bottom: 81px;
}

.donate-form-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donate-form-holder .image-block {
  width: 35.4%;
}

.donate-form-holder .supply-form {
  width: 60%;
  padding: 32px 0 40px 8px;
}

.donate-form-holder .supply-form .text-block {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #4a5060;
  margin: 0 0 0 -4px;
  padding-bottom: 20px;
}

.donate-form-holder .supply-form .checkbox-list,
.donate-form-holder .supply-form .radio-list {
  padding-bottom: 56px;
}

.testimonial-section {
  position: relative;
  z-index: 1;
  padding: 67px 65px 64px;
}

.testimonial-section .img-stretch {
  opacity: 0.8;
}

.testimonial-section .description {
  background: #fff;
  max-width: 806px;
  margin: 0 0 0 auto;
  padding: 47px 77px 52px;
}

.testimonial-section .description h2 {
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.testimonial-section .description .text-block {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #4a5060;
}

.testimonial-section .description blockquote {
  margin: -2px 10px 0 0;
}

.testimonial-section .description blockquote p {
  font-size: 30px;
  line-height: 1.4;
  font-style: italic;
}

.testimonial-section .description blockquote footer {
  padding-top: 25px;
}

.about-section {
  padding: 59px 0 0;
}

.about-section .image-holder img {
  width: 100%;
}

.location-section {
  padding: 80px 0 26px;
}

.location-section .heading {
  padding-bottom: 33px;
}

.location-section .location-holder {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 63px;
}

.location-section .location-map {
  width: 65.2%;
  background: #e5e0db;
}

.location-section #mission-map {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.location-section .text-block {
  width: 34.8%;
  background: #f1efec;
  padding: 45px 32px;
}

.location-section .location-list {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-bottom: 3px;
}

.location-section .location-list li {
  margin-bottom: 14px;
}
.location-section .location-list li ul {
	padding: 10px 0 0 15px;
}
.location-section .location-list li ul li a {
	color: #b5121b;
	font-size: 20px;
	text-decoration: none;
}
.location-section .location-list li ul li:hover a {
	color: #000;
}


.info_popup {
  position: absolute;
  width: 234px;
  height: 108px;
  color: #b5121b;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  border-radius: 15px;
  background: #fff url(images/bg-be.png) no-repeat 0 100%;
  z-index: 999;
  box-shadow: 0 0 14px rgba(44, 44, 44, 0.44);
}

.info_popup:after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: 28px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.info_popup span {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
}

#marker a {
  transition: all .2s ease-in-out;
}

#marker a:hover {
  transform: translateY(6px);
}

.team-section {
  position: relative;
  padding: 55px 0 76px;
}

.team-section .heading {
  font-size: 23px;
}

.team-section .heading h2 {
  font-size: 46px;
  margin-bottom: 11px;
}

.team-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-size: 25px;
  font-weight: 600;
  max-width: 1100px;
  margin: 0 auto;
}

.team-holder:before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 55.1%;
  width: 3px;
  background: #b5121b;
}

.team-holder .col {
  width: 53.5%;
}

.team-holder .col:last-child {
  width: 41%;
}

.team-holder .col:last-child .team-list {
  columns: auto;
}

.team-holder h3 {
  margin-bottom: 1px;
}

.team-holder .team-list {
  columns: 2;
  column-gap: 31px;
}

.team-holder .team-list li {
  margin-bottom: 1px;
}
.text-section { padding-top: 32px; }

.page-anti-corruption-policy .form-section h2,
.page-anti-harassment-policy .form-section h2,
.page-human-rights-policy .form-section h2 {
	font-size: 32px;
	margin-bottom: 25px;
}
.page-anti-corruption-policy .form-section,
.page-anti-harassment-policy .form-section,
.page-human-rights-policy .form-section {
	font-size: 22px;
}
.page-anti-corruption-policy .form-section ul,
.page-anti-harassment-policy .form-section ul,
.page-human-rights-policy .form-section ul {
	padding-left: 20px;
}

@media (min-width: 768px) {
	.menu-opener { display: flex; }
}

@media (max-width: 1499px) {
  [id="header"] .logo {
    width: 350px;
  }

  [id="header"] .btn-donate {
    font-size: 36px;
    min-width: 300px;
  }

  .footer-frame .nav-columns,
  .policy-block {
    width: 28%;
  }

  .footer-block .btn-donate {
    font-size: 36px;
    min-width: 300px;
  }

  .columns {
    margin: 0 -10px;
  }

  .columns [class^="col-"],
  .columns [class*=" col-"] {
    padding: 0 10px;
  }

  .quote-section .blockquote-holder blockquote {
    font-size: 21px;
    padding: 20px 30px;
  }

  .info-col .image-block .title {
    font-size: 34px;
  }

  .our-work .info-columns {
    margin: 0 -10px;
  }

  .our-work .info-columns [class^="col-"],
  .our-work .info-columns [class*=" col-"] {
    padding: 0 10px;
  }

  .mission-block {
    min-height: 280px;
    font-size: 19px;
  }

  .mission-block:nth-child(even) .description {
    padding-left: 30px;
  }

  .mission-block .description {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-right: 30px;
  }

  .mission-block .description p {
    margin-bottom: 20px;
  }

  .info-section {
    padding-bottom: 194px;
  }

  .testimonial-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .testimonial-section .description {
    max-width: 650px;
    padding: 40px;
  }

  .testimonial-section .description .text-block {
    font-size: 30px;
  }

  .testimonial-section .description blockquote p {
    font-size: 27px;
  }

  .location-section .text-block {
    padding: 40px 20px;
  }

  .location-section .location-list {
    font-size: 22px;
  }

  .info_popup {
    width: 200px;
    font-size: 22px;
  }
}

@media (max-width: 1249px) {
  h1,
  .h1 {
    font-size: 57.95px;
  }
  .home h1 { font-size: 46px; }

  form label,
  fieldset label {
    font-size: 24px;
  }

  [id="header"] .logo {
    width: 300px;
  }

  [id="header"] .btn-donate {
    font-size: 26px;
    min-width: 240px;
  }

  .main-nav {
    font-size: 24px;
  }

  .logo-section {
    padding: 90px 0;
  }

  .footer-frame {
    width: 61%;
  }

  .footer-nav {
    font-size: 23px;
  }

  .footer-nav li {
    margin-bottom: 4px;
  }

  .policy-nav {
    font-size: 18px;
  }

  .policy-nav li {
    margin-bottom: 8px;
  }

  .footer-block {
    width: 38%;
  }

  .footer-block .btn-donate {
    font-size: 26px;
    min-width: 240px;
    padding: 17px 20px;
  }

  .footer-block .contact-block {
    font-size: 17px;
  }

  .btn {
    font-size: 36px;
    min-width: 300px;
  }

  .columns .col-3 {
    width: 33.33%;
  }

  .visual-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 550px;
    margin-bottom: 130px;
  }
  
  .home .visual-section {
	  display: block;
	  height: auto;
  }

  .visual-section:before {
    height: 80px;
    background-size: 532px 80px;
  }

  .visual-section .image-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .visual-section .image-block img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .visual-section .container-wrap,
  .visual-section .container-wrap-lg {
    position: static;
    transform: none;
  }
  
  .home .visual-section .container-wrap,
  .home .visual-section .container-wrap-lg {
	  position: absolute;
	  transform: translate(-50%, -50%);
  }

  .quote-section .blockquote-holder {
    display: block;
    padding: 40px;
  }

  .quote-section .blockquote-holder .image-block {
    width: auto;
    text-align: center;
  }

  .quote-section .blockquote-holder blockquote {
    width: auto;
    text-align: center;
    padding: 30px 0 0;
  }

  .contact-form label {
    margin-top: 4px;
  }

  .accordion {
    margin: 0;
  }

  .accordion .opener {
    font-size: 26px;
    line-height: 1.2;
    padding-left: 30px;
    padding-right: 75px;
  }

  .accordion .opener:before {
    right: 30px;
  }

  .accordion .opener .title {
    font-size: 42px;
    margin-bottom: 0;
  }

  .accordion .slide-holder {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
  }

  .accordion .image-block {
    width: 42%;
    margin-left: 0;
  }

  .accordion .text-block {
    width: 54%;
    -ms-flex: none;
    flex: none;
  }

  .info-col {
    font-size: 18px;
  }

  .info-col .image-block {
    margin-bottom: 30px;
  }

  .info-col .image-block .title {
    font-size: 26px;
  }

  .mission-block {
    font-size: 18px;
  }

  .mission-block:nth-child(even) .image-block {
    left: auto;
    right: 0;
  }

  .mission-block:nth-child(even) .description {
    margin: 0;
  }

  .mission-block .description {
    -ms-flex: none;
    flex: none;
    width: 50%;
    margin: 0;
  }

  .mission-block .title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .partnerships-holder ul + .title {
    margin-top: -20px;
  }

  .partnerships-holder ul li {
    padding-bottom: 20px;
  }

  .blockquote-section blockquote {
    font-size: 24px;
    margin: 0;
  }

  .info-section {
    padding-bottom: 145px;
  }

  .donate-form-holder .supply-form {
    padding-left: 0;
  }

  .donate-form-holder .supply-form .text-block {
    font-size: 28px;
    margin: 0;
  }

  .testimonial-section .description {
    max-width: 550px;
    padding: 30px;
  }

  .testimonial-section .description .text-block {
    font-size: 25px;
  }

  .testimonial-section .description blockquote p {
    font-size: 24px;
  }

  .testimonial-section .description blockquote footer {
    padding-top: 15px;
  }

  .location-section .text-block {
    font-size: 18px;
  }

  .location-section .location-list {
    font-size: 20px;
    font-weight: 600;
  }

  .info_popup {
    width: 190px;
    font-size: 21px;
    border-radius: 10px;
  }

  .team-holder {
    font-size: 21px;
  }
}

@media (max-width: 1023px) {
  body {
    font-size: 18px;
  }

  h1,
  .h1 {
    font-size: 48.8px;
  }
  .home h1 { font-size: 34px; }

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

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

  p {
    margin-bottom: 22px;
  }

  form label,
  fieldset label {
    font-size: 19px;
    line-height: 1.2;
    font-size: 20px;
  }

  textarea {
    height: 300px;
  }

  .checkbox-list li,
  .radio-list li {
    margin-bottom: 15px;
  }

  .radio-list li {
    margin-bottom: 17px;
  }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    font-size: 19px;
    line-height: 1.2;
    padding-left: 50px;
  }

  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    margin: -4px 0 0 -50px;
  }

  input[type="radio"] + label:before {
    margin-top: -6px;
  }

  input[type="radio"] + label:after {
    top: 2px;
  }

  [id="header"] {
    padding: 20px 15px;
  }

  [id="header"] .logo {
    width: 280px;
  }

  [id="header"] .btn-donate {
    margin-right: -15px;
    font-size: 22px;
    min-width: 200px;
  }

  .header-frame {
    padding-bottom: 20px;
  }

  .main-nav {
    font-size: 22px;
    padding-right: 20px;
  }
  #menu-large { margin-right: -15px }
  
  .footer-holder {
    padding-bottom: 55px;
  }

  .footer-frame .nav-columns {
    display: block;
    width: 50%;
  }

  .footer-frame .title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .footer-nav {
    width: auto;
    font-size: 20px;
  }

  .footer-nav:last-child {
    width: auto;
  }

  .footer-nav li {
    margin-bottom: 7px;
  }

  .policy-block {
    width: 48%;
  }

  .policy-nav {
    font-size: 17px;
  }

  .policy-nav li {
    margin-bottom: 12px;
  }

  .footer-block .btn-donate {
    font-size: 22px;
    min-width: 200px;
    padding: 15px 20px;
  }

  .footer-block .contact-block {
    font-size: 16px;
  }

  .footer-block .contact-block span {
    margin-bottom: 12px;
  }

  .footer-block .contact-block .title {
    display: block;
    font-size: 17px;
    font-weight: 700;
  }

  .container-wrap,
  .container-wrap-lg {
    padding: 0 20px;
  }

  .btn {
    font-size: 30px;
    min-width: 230px;
  }

  .social-networks {
    font-size: 34px;
  }

  .visual-section {
    height: 500px;
  }

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

  .content-block {
    display: block;
    padding-bottom: 50px;
  }

  .content-block .image-block {
    width: auto;
    margin: 0 0 30px;
    text-align: center;
  }

  .content-block .text-block {
    width: auto;
  }

  .quote-section {
    padding: 70px 0;
    font-size: 19px;
    letter-spacing: 0;
  }

  .quote-section .blockquote-holder {
    padding: 30px;
  }

  .quote-section .blockquote-holder blockquote {
    font-size: 19px;
  }

  .note-section {
    padding: 90px 0;
    font-size: 34px;
  }

  .note-section .block {
    font-size: 23px;
  }

  .form-section {
    padding: 0;
    font-size: 24px;
  }

  .contact-form label {
    width: 250px;
    margin-top: 6px;
  }

  .contact-form .btn {
    font-size: 22px;
    padding: 15px;
  }

  .accordion li.active .opener:before {
    margin: 0 4px 3px 0;
  }

  .accordion .opener {
    min-height: 140px;
    font-size: 21px;
    padding: 15px 55px 15px 20px;
  }

  .accordion .opener:before {
    right: 20px;
    font-size: 1.5em;
  }

  .accordion .opener .title {
    font-size: 38px;
  }

  .accordion .slide-holder {
    padding: 20px;
  }

  .accordion .image-block {
    width: 35%;
  }

  .accordion .text-block {
    width: 62%;
    font-size: 17px;
  }

  .donate-section h2 {
    font-size: 35px;
  }

  .donate-section h3 {
    font-size: 32px;
  }

  .donate-form .radio-list {
    margin: 0 -20px;
  }

  .donate-form .radio-list li {
    margin: 0 20px 30px;
  }

  .donate-form .radio-list.amount-list {
    margin: 0 -10px;
  }

  .donate-form .radio-list.amount-list li {
    margin: 0 10px 20px;
  }

  .donate-form .radio-list.amount-list input[type="radio"] + label {
    width: 166px;
  }

  .donate-form input[type="radio"] + label {
    font-size: 28px;
    width: 188px;
  }

  .donate-form input[type=text] {
    font-size: 28px;
    width: 166px;
    height: 77px;
    padding: 20px 15px 21px;
  }

  .donate-form .submit-holder {
    padding-top: 30px;
  }

  .donate-form .form-block {
    max-width: 650px;
  }

  .donate-form .gift-drop .opener {
    font-size: 28px;
    width: 400px;
  }

  .donate-form .gift-drop .drop {
    width: 650px;
    padding: 30px 30px 20px;
  }

  .donate-form .gift-drop ul {
    font-size: 17px;
  }

  .donate-form .gift-drop ul li {
    padding-left: 13px;
  }

  .donate-form .text-block {
    font-size: 24px;
    max-width: 640px;
    margin: 0 auto;
  }

  .get-involved {
    padding: 0;
  }

  .get-involved .heading {
    padding-bottom: 20px;
  }

  .info-col .image-block {
    margin-bottom: 20px;
  }

  .info-col .image-block .title {
    font-size: 24px;
  }

  .our-work {
    padding-bottom: 30px;
  }

  .our-work .info-columns {
    max-width: 650px;
    margin: 0 auto;
  }

  .our-work .info-columns .col-4 {
    width: 50%;
    padding-bottom: 20px;
  }

  .our-work .info-col .image-block .title {
    font-size: 28px;
  }

  .mission-block {
    min-height: 0;
    display: block;
  }

  .mission-block:nth-child(even) .image-block {
    right: auto;
  }

  .mission-block:nth-child(even) .image-block:before {
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(247, 237, 227, 0) 0%, #f7ede3 100%);
  }

  .mission-block:nth-child(even) .description {
    width: auto;
    padding: 30px 20px 15px;
  }

  .mission-block .image-block {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }

  .mission-block .image-block:before {
    width: 100%;
    height: 35%;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(247, 237, 227, 0) 0%, #f7ede3 100%);
  }

  .mission-block .image-block img {
    object-fit: fill;
    height: auto;
  }

  .mission-block .description {
    width: auto;
    padding: 30px 20px 15px;
  }

  .blockquote-section {
    padding: 60px 0;
  }

  .blockquote-section blockquote {
    font-size: 22px;
  }

  .infographic-data .infographic-block {
    width: 220px;
    margin: 0 10px 35px;
  }

  .infographic-data .infographic-block.col-lg .number {
    font-size: 36px;
  }

  .infographic-block .description {
    font-size: 16px;
  }

  .infographic-block .description.text-lg {
    font-size: 20px;
  }

  .infographic-block .number {
    font-size: 50px;
  }

  .infographic-block .number.lg {
    font-size: 60px;
  }

  .infographic-block .title {
    font-size: 22px;
  }

  .infographic-block .title.lg {
    font-size: 30px;
    margin-bottom: 1px;
  }

  .info-section {
    padding-bottom: 111px;
  }

  .donate-form-holder {
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 0;
  }

  .donate-form-holder .supply-form {
    padding: 0;
  }

  .donate-form-holder .supply-form .text-block {
    font-size: 22px;
  }

  .donate-form-holder .supply-form .checkbox-list,
  .donate-form-holder .supply-form .radio-list {
    padding-bottom: 20px;
  }

  .testimonial-section {
    padding: 60px 30px;
  }

  .testimonial-section .description {
    max-width: 500px;
    padding: 20px 25px;
  }

  .testimonial-section .description .text-block {
    font-size: 22px;
  }

  .testimonial-section .description blockquote p {
    font-size: 21px;
  }

  .location-section .location-holder {
    display: block;
  }

  .location-section .location-map {
    width: auto;
  }

  .location-section #mission-map {
    display: block;
    height: auto;
  }

  .location-section .text-block {
    width: auto;
    padding: 30px 30px 15px;
  }

  .location-section .location-list {
    columns: 2;
    column-gap: 20px;
    padding-bottom: 20px;
  }

  .team-section .heading {
    font-size: 19px;
  }

  .team-section .heading h2 {
    font-size: 37px;
  }

  .team-holder {
    font-size: 18px;
  }
}

/* Hide element on Desktop-Tablet */
@media (max-width: 767px) {
    .hide-on-desktop-tablet {
        display: block !important;
    }
}
/* Hide element on Desktop-Tablet */
@media (min-width: 768px) {
    .hide-on-desktop-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
    line-height: 1.5;
  }

  ul:not([class]) {
    padding-bottom: 18px;
  }

  ul:not([class]) li:before {
    top: 0.6em;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 15px;
  }

  h1,
  .h1 {
    font-size: 36.6px;
  }
  .home h1 { font-size: 19px; margin: 20px 0 0; }
  h2,
  .h2 {
    font-size: 27.3px;
  }

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

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

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

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

  p {
    margin-bottom: 18px;
  }

  form label,
  fieldset label {
    font-size: 17px;
  }

  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  textarea {
    height: 40px;
    padding: 9px 10px;
  }

  textarea {
    height: 220px;
  }

  .checkbox-list li,
  .radio-list li {
    margin-bottom: 20px;
  }

  .radio-list li {
    margin-bottom: 22px;
  }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    font-size: 17px;
  }

  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    margin-top: -5px;
  }

  input[type="radio"] + label:before {
    margin-top: -7px;
  }

  input[type="radio"] + label:after {
    top: 1px;
  }

  [id="header"] {
    -ms-flex-align: center;
    align-items: center;
  }

  [id="header"] a {
    color: #58595b;
  }

  [id="header"] .logo {
    width: 220px;
  }

  [id="header"] .social-networks {
    -ms-flex-pack: center;
    justify-content: center;
  }

  [id="header"] .social-networks li {
    color: #58595b;
  }

  [id="header"] .btn-donate {
    margin: 0;
  }

  .nav-slide {
    position: fixed;
    top: 0;
    bottom: 0;
    transform: translateX(100%);
    right: 0;
    width: 300px;
    z-index: 100;
    padding: 45px 20px;
    text-align: center;
    background: #fff;
    transition: transform 0.5s;
  }

  .nav-active .nav-slide {
    transform: translateX(0);
  }

  .nav-slide .slide-drop {
    display: block;
  }

  .header-frame {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }

  .main-nav {
    display: block;
    font-size: 23px;
    padding: 0 0 30px;
  }

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

  .nav-opener {
    display: -ms-flexbox;
    display: flex;
  }

  .logo-section {
    padding: 70px 0;
  }

  .logo-section .logo-decor {
    display: none;
  }

  .logo-section .logo {
    margin: 0;
  }

  .footer-holder .container-wrap,
  .footer-holder .container-wrap-lg {
    display: block;
    text-align: center;
  }

  .footer-frame {
    display: block;
    width: auto;
  }

  .footer-frame .nav-columns {
    width: auto;
    padding-bottom: 40px;
  }

  .footer-nav {
    font-size: 22px;
    padding: 0;
  }

  .policy-block {
    width: auto;
    padding-bottom: 35px;
  }

  .policy-nav {
    font-size: 19px;
  }

  .footer-block {
    width: auto;
    text-align: center;
  }

  .footer-block .btn-donate {
    margin-bottom: 35px;
  }

  .footer-block .contact-block {
    font-size: 18px;
  }

  .footer-block .contact-block .title {
    font-size: 19px;
  }

  .container-wrap,
  .container-wrap-lg {
    padding: 0 20px;
  }

  .btn {
    font-size: 21px;
    min-width: 200px;
    padding: 16px 15px 15px;
  }

  .columns {
    display: block;
    margin: 0;
  }

  .columns [class^="col-"],
  .columns [class*=" col-"] {
    padding: 0 0 30px;
  }

  .columns .col-3 {
    width: auto;
  }

  .columns .col-4 {
    width: auto;
  }

  .visual-section {
    height: 480px;
    margin-bottom: 90px;
  }

  .visual-section:before {
    height: 60px;
    background-size: 400px 60px;
  }

  .visual-section .container-wrap,
  .visual-section .container-wrap-lg {
    padding-top: 65px;
  }
  
  #popup-auto {
	  width: auto;
	  max-width: 650px;
  }

  .content-frame {
    padding-bottom: 40px;
  }

  .content-block {
    padding-bottom: 40px;
  }

  .quote-section {
    padding: 50px 0;
    font-size: 18px;
    line-height: 1.4;
  }

  .quote-section .block {
    padding: 20px 15px 2px;
  }

  .quote-section .blockquote-holder {
    padding: 20px;
  }

  .quote-section .blockquote-holder blockquote {
    font-size: 17px;
  }

  .quote-section .blockquote-holder blockquote footer {
    font-size: 17px;
  }

  .note-section {
    padding: 70px 0;
    font-size: 26px;
    line-height: 1.4;
    background-image: url(./images/bg-dots-01.png);
  }

  .note-section .block {
    font-size: 19px;
  }

  .form-section {
    font-size: 19px;
    text-align: center;
  }

  .form-section .contact-form p {
    margin-bottom: 30px;
  }

  .contact-form {
    max-width: 600px;
    margin: 0 auto;
  }

  .contact-form .form-field {
    display: block;
    text-align: left;
    padding-bottom: 5px;
  }

  .contact-form label {
    width: auto;
    margin: 0 0 5px;
  }

  .contact-form .wpcf7-not-valid-tip {
    font-size: 0.8em;
  }

  .contact-form .wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 18px;
  }

  .contact-form .submit-block {
    padding-top: 20px;
  }

  .contact-form .btn {
    font-size: 20px;
  }

  .accordion {
    padding-top: 15px;
  }

  .accordion .opener {
    min-height: 130px;
    font-size: 16px;
    padding: 10px 45px 10px 15px;
  }

  .accordion .opener:before {
    right: 15px;
  }

  .accordion .opener .title {
    font-size: 30px;
  }

  .accordion .slide-holder {
    display: block;
    padding-bottom: 10px;
  }

  .accordion .image-block {
    width: auto;
    text-align: center;
    margin: 0 0 20px;
  }

  .accordion .text-block {
    width: auto;
  }

  .donate-section {
    padding: 0;
  }

  .donate-section h2 {
    font-size: 30px;
  }

  .donate-section h3 {
    font-size: 28px;
  }

  .donate-form .radio-list {
    margin: 0 -10px;
  }

  .donate-form .radio-list li {
    margin: 0 10px 25px;
  }

  .donate-form .radio-list.amount-list {
    max-width: 400px;
    margin: 0 auto;
  }

  .donate-form .radio-list.amount-list input[type="radio"] + label {
    width: 154px;
  }

  .donate-form input[type="radio"] + label {
    font-size: 22px;
    width: 154px;
  }

  .donate-form input[type=text] {
    font-size: 22px;
    line-height: 26px;
    width: 154px;
    height: 70px;
    padding: 21px 15px;
  }

  .donate-form .submit-holder {
    padding-top: 0;
  }

  .donate-form .form-block {
    padding-top: 50px;
  }

  .donate-form .gift-drop .opener {
    font-size: 22px;
    width: 330px;
  }

  .donate-form .gift-drop .opener span {
    margin: 1px -25px -1px 10px;
  }

  .donate-form .gift-drop .drop {
    width: 350px;
    padding: 20px 20px 10px;
  }

  .donate-form .gift-drop .drop-columns {
    display: block;
    margin: 0;
  }

  .donate-form .gift-drop .drop-columns .col {
    width: auto;
    padding: 0;
  }

  .donate-form .gift-drop h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .donate-form .gift-drop .title {
    font-size: 16px;
  }

  .donate-form .gift-drop ul {
    font-size: 16px;
  }

  .donate-form .gift-drop ul li:before {
    width: 4px;
    height: 4px;
    top: 0.6em;
  }

  .donate-form .text-block {
    font-size: 20px;
    max-width: 520px;
  }

  .info-col {
    font-size: 17px;
    max-width: 400px;
    margin: 0 auto;
  }

  .info-col .image-block .title {
    font-size: 30px;
  }

  .our-work {
    padding-bottom: 0;
  }

  .our-work .info-columns {
    display: -ms-flexbox;
    display: flex;
  }

  .our-work .info-columns .col-4 {
    width: 50%;
  }

  .our-work .info-col .image-block .title {
    font-size: 23px;
  }

  .mission-block {
    font-size: 17px;
  }

  .partnerships-holder .headline {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .partnerships-holder ul + .title {
    margin-top: -15px;
  }

  .partnerships-holder ul li {
    padding-bottom: 15px;
  }

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

  .blockquote-section blockquote {
    font-size: 19px;
  }

  .map-section {
    padding: 40px 0;
  }

  .map-section .map-block {
    left: 50%;
    max-width: none;
    width: 700px;
    transform: translate(-50%, -50%);
  }

  .infographic-data {
    margin: 0 -10px;
  }

  .infographic-data .infographic-block {
    width: 200px;
  }

  .infographic-data .infographic-block.col-lg .number {
    font-size: 30px;
  }

  .infographic-block .icon {
    width: 110px;
    margin: 0 auto -15px;
  }

  .infographic-block .note {
    font-size: 16px;
    margin-top: 3px;
  }

  .infographic-block .description {
    font-size: 15px;
    padding: 0 9px;
    min-height: 160px;
  }

  .infographic-block .description.text-lg {
    font-size: 17px;
  }

  .infographic-block .number {
    font-size: 44px;
  }

  .infographic-block .number.lg {
    font-size: 54px;
  }

  .infographic-block .title {
    font-size: 20px;
  }

  .infographic-block .title.lg {
    font-size: 26px;
  }

  .intro-section {
    padding-bottom: 20px;
  }

  .intro-section .heading h2 {
    margin-bottom: 15px;
  }

  .info-section {
    padding: 60px 0;
  }

  .info-section .heading h2 {
    margin-bottom: 15px;
  }

  .donate-form-section {
    background-size: 400px 60px;
    margin-bottom: 10px;
  }

  .donate-form-holder {
    display: block;
    padding: 50px 0;
  }

  .donate-form-holder .image-block {
    width: auto;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .donate-form-holder .supply-form {
    width: auto;
  }

  .donate-form-holder .supply-form .text-block {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 20px;
  }

  .testimonial-section {
    padding: 50px 0 30px;
  }

  .testimonial-section .img-stretch {
    position: static;
    margin-bottom: 25px;
  }

  .testimonial-section .description {
    padding: 20px;
    max-width: none;
    margin: 0;
  }

  .testimonial-section .description .text-block {
    font-size: 18px;
    line-height: 1.4;
  }

  .testimonial-section .description blockquote p {
    font-size: 18px;
    line-height: 1.5;
  }

  .testimonial-section .description blockquote footer {
    font-size: 16px;
  }

  .about-section {
    padding-top: 50px;
  }

  .about-section .content-frame {
    padding-bottom: 20px;
  }

  .location-section {
    padding: 50px 0 10px;
  }

  .location-section .heading {
    padding-bottom: 10px;
  }

  .location-section .location-holder {
    margin-bottom: 30px;
  }

  .location-section .text-block {
    padding: 30px 20px 15px;
    font-size: 17px;
  }

  .location-section .location-list {
    font-size: 17px;
    padding-bottom: 30px;
  }

  .info_popup {
    width: 120px;
    height: 60px;
    font-size: 15px;
    line-height: 1.1;
    border-radius: 7px;
    background-size: 50px 60px;
  }

  .info_popup:after {
    border-top: 12px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
    bottom: -12px;
  }

  .team-section {
    padding-bottom: 35px;
  }

  .team-section .heading {
    font-size: 17px;
    padding-bottom: 15px;
  }

  .team-section .heading h2 {
    font-size: 27px;
  }

  .team-holder {
    display: block;
    font-size: 17px;
  }

  .team-holder:before {
    display: none;
  }

  .team-holder .col {
    width: auto;
  }

  .team-holder .col:last-child {
    width: auto;
  }

  .team-holder h3 {
    margin-bottom: 10px;
  }

  .team-holder .team-list {
    columns: auto;
    padding-bottom: 25px;
  }

  .team-holder .team-list li {
    margin-bottom: 3px;
  }
}

@media (max-width: 479px) {
  .donate-form .radio-list.amount-list {
    max-width: none;
    margin: 0 -10px;
  }

  .our-work .info-columns {
    display: block;
    margin: 0;
  }

  .our-work .info-columns [class^="col-"],
  .our-work .info-columns [class*=" col-"] {
    padding: 0 0 30px;
  }

  .our-work .info-columns .col-4 {
    width: auto;
  }

  .our-work .info-col .image-block .title {
    font-size: 30px;
  }

  .infographic-data .infographic-block {
    width: 157px;
  }

  .infographic-data .infographic-block.col-lg .number {
    font-size: 24px;
  }

  .infographic-block .icon {
    width: 90px;
  }

  .infographic-block .note {
    font-size: 14px;
  }

  .infographic-block .description {
    font-size: 14px;
    line-height: 1.2;
    min-height: 150px;
  }

  .infographic-block .description.text-lg {
    font-size: 15px;
    line-height: 1.2;
  }

  .infographic-block .number {
    font-size: 38px;
  }

  .infographic-block .number.lg {
    font-size: 44px;
  }

  .infographic-block .title {
    font-size: 17px;
    line-height: 1.1;
  }

  .infographic-block .title.lg {
    font-size: 19px;
  }

  .infographic-block .item {
    padding-left: 5px;
    margin-left: 4px;
  }

  .infographic-block .item:before {
    width: 3px;
    height: 3px;
    top: 0.5em;
  }

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

/* for twitter feed on the Fundraising Events page */
@media (min-width: 1100px) {
    .page-id-443 .add-twitter-feed {
    	display: flex;
    	max-width: 1600px;
    	margin: 0 auto;
    	gap: 15px;
    	padding: 0 8px;
    	padding: 0 30px !important;
    }
    
    .page-id-443 .add-twitter-feed .twitter-feed:first-child {
        flex: 2.5;
    }
    
    .page-id-443 .add-twitter-feed .twitter-feed:last-child {
        flex: 1;
    }
}

.page-id-443 .add-twitter-feed .twitter-feed:last-child h3 {
    text-align: center;
    padding: 120px 0 0;
}
