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

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?5qdic0");
	src: url("fonts/icomoon.eot?5qdic0#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5qdic0") format("truetype"), url("fonts/icomoon.woff?5qdic0") format("woff"), url("fonts/icomoon.svg?5qdic0#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-down:before {
	content: "\e900";
}

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

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

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

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

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

.icon-angle-down:before {
	content: "\f107";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #009f4d;
	background: #fff;
	min-width: 150px;
	width: 100%;
	height: 40px;
	padding: 0 45px 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 575px;
}

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

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 36px;
	text-transform: uppercase;
	color: #003087;
	font-weight: 600;
}

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

.jcf-select .jcf-select-opener:before {
	content: "\e900";
	font-family: "icomoon";
	position: absolute;
	color: #009f4d;
	font-size: 8px;
	line-height: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 1em;
}

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

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

body > .jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
	border-width: 2px 2px 1px;
}

.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: solid #009f4d;
	border-width: 1px 2px 2px;
}

/* multiple select styles */

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

/* select options styles */

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

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

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

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

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

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 15px;
	font-weight: 600;
	color: #003087;
	height: 1%;
}

.jcf-list .jcf-option.jcf-option-default {
	display: none;
}

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

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

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

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

/* common custom form elements styles */

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

main ul,
main ol,
.social-networks,
.contacts-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

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

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

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"],
.comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"],
.comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"],
.comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"],
.comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"],
.comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .5em .7em;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form
  input[type="tel"]:focus,
.search-form
  input[type="tel"]:focus,
.post-password-form
  input[type="tel"]:focus,
.comment-form
  input[type="email"]:focus,
.search-form
  input[type="email"]:focus,
.post-password-form
  input[type="email"]:focus,
.comment-form
  input[type="search"]:focus,
.search-form
  input[type="search"]:focus,
.post-password-form
  input[type="search"]:focus,
.comment-form
  input[type="password"]:focus,
.search-form
  input[type="password"]:focus,
.post-password-form
  input[type="password"]:focus,
.comment-form
  input[type="url"]:focus,
.search-form
  input[type="url"]:focus,
.post-password-form
  input[type="url"]:focus,
.comment-form
  input[type="date"]:focus,
.search-form
  input[type="date"]:focus,
.post-password-form
  input[type="date"]:focus,
.comment-form
  textarea:focus,
.search-form
  textarea:focus,
.post-password-form
  textarea:focus {
	border-color: #333;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form
  input[type="tel"]::-webkit-input-placeholder,
.search-form
  input[type="tel"]::-webkit-input-placeholder,
.post-password-form
  input[type="tel"]::-webkit-input-placeholder,
.comment-form
  input[type="email"]::-webkit-input-placeholder,
.search-form
  input[type="email"]::-webkit-input-placeholder,
.post-password-form
  input[type="email"]::-webkit-input-placeholder,
.comment-form
  input[type="search"]::-webkit-input-placeholder,
.search-form
  input[type="search"]::-webkit-input-placeholder,
.post-password-form
  input[type="search"]::-webkit-input-placeholder,
.comment-form
  input[type="password"]::-webkit-input-placeholder,
.search-form
  input[type="password"]::-webkit-input-placeholder,
.post-password-form
  input[type="password"]::-webkit-input-placeholder,
.comment-form
  input[type="url"]::-webkit-input-placeholder,
.search-form
  input[type="url"]::-webkit-input-placeholder,
.post-password-form
  input[type="url"]::-webkit-input-placeholder,
.comment-form
  input[type="date"]::-webkit-input-placeholder,
.search-form
  input[type="date"]::-webkit-input-placeholder,
.post-password-form
  input[type="date"]::-webkit-input-placeholder,
.comment-form
  textarea::-webkit-input-placeholder,
.search-form
  textarea::-webkit-input-placeholder,
.post-password-form
  textarea::-webkit-input-placeholder {
	color: #ccc;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form
  input[type="tel"]::-moz-placeholder,
.search-form
  input[type="tel"]::-moz-placeholder,
.post-password-form
  input[type="tel"]::-moz-placeholder,
.comment-form
  input[type="email"]::-moz-placeholder,
.search-form
  input[type="email"]::-moz-placeholder,
.post-password-form
  input[type="email"]::-moz-placeholder,
.comment-form
  input[type="search"]::-moz-placeholder,
.search-form
  input[type="search"]::-moz-placeholder,
.post-password-form
  input[type="search"]::-moz-placeholder,
.comment-form
  input[type="password"]::-moz-placeholder,
.search-form
  input[type="password"]::-moz-placeholder,
.post-password-form
  input[type="password"]::-moz-placeholder,
.comment-form
  input[type="url"]::-moz-placeholder,
.search-form
  input[type="url"]::-moz-placeholder,
.post-password-form
  input[type="url"]::-moz-placeholder,
.comment-form
  input[type="date"]::-moz-placeholder,
.search-form
  input[type="date"]::-moz-placeholder,
.post-password-form
  input[type="date"]::-moz-placeholder,
.comment-form
  textarea::-moz-placeholder,
.search-form
  textarea::-moz-placeholder,
.post-password-form
  textarea::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form
  input[type="tel"]:-moz-placeholder,
.search-form
  input[type="tel"]:-moz-placeholder,
.post-password-form
  input[type="tel"]:-moz-placeholder,
.comment-form
  input[type="email"]:-moz-placeholder,
.search-form
  input[type="email"]:-moz-placeholder,
.post-password-form
  input[type="email"]:-moz-placeholder,
.comment-form
  input[type="search"]:-moz-placeholder,
.search-form
  input[type="search"]:-moz-placeholder,
.post-password-form
  input[type="search"]:-moz-placeholder,
.comment-form
  input[type="password"]:-moz-placeholder,
.search-form
  input[type="password"]:-moz-placeholder,
.post-password-form
  input[type="password"]:-moz-placeholder,
.comment-form
  input[type="url"]:-moz-placeholder,
.search-form
  input[type="url"]:-moz-placeholder,
.post-password-form
  input[type="url"]:-moz-placeholder,
.comment-form
  input[type="date"]:-moz-placeholder,
.search-form
  input[type="date"]:-moz-placeholder,
.post-password-form
  input[type="date"]:-moz-placeholder,
.comment-form
  textarea:-moz-placeholder,
.search-form
  textarea:-moz-placeholder,
.post-password-form
  textarea:-moz-placeholder {
	color: #ccc;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form
  input[type="tel"]:-ms-input-placeholder,
.search-form
  input[type="tel"]:-ms-input-placeholder,
.post-password-form
  input[type="tel"]:-ms-input-placeholder,
.comment-form
  input[type="email"]:-ms-input-placeholder,
.search-form
  input[type="email"]:-ms-input-placeholder,
.post-password-form
  input[type="email"]:-ms-input-placeholder,
.comment-form
  input[type="search"]:-ms-input-placeholder,
.search-form
  input[type="search"]:-ms-input-placeholder,
.post-password-form
  input[type="search"]:-ms-input-placeholder,
.comment-form
  input[type="password"]:-ms-input-placeholder,
.search-form
  input[type="password"]:-ms-input-placeholder,
.post-password-form
  input[type="password"]:-ms-input-placeholder,
.comment-form
  input[type="url"]:-ms-input-placeholder,
.search-form
  input[type="url"]:-ms-input-placeholder,
.post-password-form
  input[type="url"]:-ms-input-placeholder,
.comment-form
  input[type="date"]:-ms-input-placeholder,
.search-form
  input[type="date"]:-ms-input-placeholder,
.post-password-form
  input[type="date"]:-ms-input-placeholder,
.comment-form
  textarea:-ms-input-placeholder,
.search-form
  textarea:-ms-input-placeholder,
.post-password-form
  textarea:-ms-input-placeholder {
	color: #ccc;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form
  input[type="tel"].placeholder,
.search-form
  input[type="tel"].placeholder,
.post-password-form
  input[type="tel"].placeholder,
.comment-form
  input[type="email"].placeholder,
.search-form
  input[type="email"].placeholder,
.post-password-form
  input[type="email"].placeholder,
.comment-form
  input[type="search"].placeholder,
.search-form
  input[type="search"].placeholder,
.post-password-form
  input[type="search"].placeholder,
.comment-form
  input[type="password"].placeholder,
.search-form
  input[type="password"].placeholder,
.post-password-form
  input[type="password"].placeholder,
.comment-form
  input[type="url"].placeholder,
.search-form
  input[type="url"].placeholder,
.post-password-form
  input[type="url"].placeholder,
.comment-form
  input[type="date"].placeholder,
.search-form
  input[type="date"].placeholder,
.post-password-form
  input[type="date"].placeholder,
.comment-form
  textarea.placeholder,
.search-form
  textarea.placeholder,
.post-password-form
  textarea.placeholder {
	color: #ccc;
}

.widget {
	margin-bottom: 1.2em;
}

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

.search-form input[type="submit"] {
	padding-left: 5px;
	padding-right: 5px;
}

.search-form input[type="search"] {
	padding-top: 0;
	width: 150px;
	padding-bottom: 10px;
}

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

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

.commentlist {
	margin: 0 0 1.2em;
}

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

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

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

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

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

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

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

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

.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: #666;
	color: #003087;
	padding: .4em;
	text-decoration: none;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

#header {
	padding: 10px 0 0;
	position: relative;
}

#header .navbar {
	margin: 0;
	min-height: 0;
	border: none;
	position: static;
}

#header .navbar-brand {
	height: auto;
	width: 130px;
}

#header .navbar-brand img {
	width: 100%;
	height: auto;
}

#header .btn,
#header .link-more {
	float: right;
	background: #009f4d;
	color: #fff;
	margin: 14px 45px 0 0;
	padding: 7px 21px;
	max-width: 130px;
}

#header .btn:hover,
#header .link-more:hover,
#header .btn:focus,
#header .link-more:focus {
	background: #003087;
	border-color: #003087;
}

.navbar-header {
	float: left;
	margin-bottom: 15px;
}

.navbar-default {
	background: none;
}

.navbar-default .navbar-toggle {
	position: absolute;
	width: 39px;
	height: 40px;
	background: #000;
	padding: 0 14px;
	margin: 0;
	right: 15px;
	top: 24px;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover {
	opacity: .8;
}

.navbar-default .navbar-toggle[aria-expanded="true"] {
	background: #003087;
}

.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar {
	position: relative;
}

.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
	left: 22px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 6px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.navbar-default .navbar-toggle[aria-expanded="false"] {
	background: #000;
}

.navbar-default .navbar-toggle .icon-bar {
	position: relative;
	background: #fff;
	width: 13px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
	top: 0;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
	left: 0;
	width: 10px;
	margin-left: 3px;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(4) {
	bottom: 0;
}

.navbar-default .navbar-nav {
	margin: 0;
}

.navbar-default .navbar-nav li {
	border-top: 1px solid #003087;
}

.navbar-default .navbar-nav > li:first-child {
	border-top: 0;
}

.navbar-default .navbar-nav > li.open > a {
	color: #fff;
	background: #009f4d;
}

.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus {
	color: #fff;
	background: #009f4d;
}

.navbar-default .navbar-nav > li.dropdown > a {
	padding-right: 11px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 15px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: background-color, background, color, .25s linear 0s;
	transition: background-color, background, color, .25s linear 0s;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
	color: #fff;
	background: #009f4d;
}

.navbar-default .navbar-nav > li > a > .caret {
	border: 0;
	font-size: 10px;
	line-height: 1;
	vertical-align: baseline;
	margin-left: 9px;
}

.navbar-default .navbar-nav > li > a > .caret:before {
	content: "\e900";
	font-family: "icomoon";
}

.navbar-default .navbar-collapse {
	padding: 0;
	width: 100%;
	height: auto !important;
	position: absolute;
	border: 0;
	top: 200%;
	left: 0;
	right: 0;
	display: block !important;
	background: #001e54;
	-webkit-transition: .4s ease-in;
	transition: .4s ease-in;
	z-index: 99;
}

.navbar-default .navbar-collapse.in {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navbar-default .navbar-collapse.in .navbar-nav > li > a {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .2s .4s linear;
	transition: transform .2s .4s linear;
}

.navbar-default .dropdown-menu > li > a {
	white-space: normal;
	font-weight: 700;
}

.navbar-default .dropdown-menu {
	font-size: 16px;
	border: none;
	width: 202px;
	padding: 0;
}

.navbar-default .dropdown-menu > li > a {
	display: block;
	padding: 8px 15px 8px 25px !important;
	color: #fff;
}

.navbar-default .dropdown-menu > li > a:hover {
	background: #003087 !important;
	color: #003087;
}

blockquote {
	border: 0;
	text-align: center;
	padding: 0;
}

blockquote cite {
	font-size: 12px;
	line-height: 16px;
	color: #003087;
	position: relative;
	font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

blockquote cite:before {
	content: "– ";
}

blockquote cite a {
	color: #003087;
	text-decoration: none;
}

blockquote cite a:hover {
	color: #009f4d;
}

.person {
	font-style: normal;
	font-weight: 700;
}

.heading-block {
	font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #003087;
	position: relative;
	font-size: 20px;
	line-height: 25px;
	color: #009f4d;
	margin: 0 0 15px;
}

.heading-block h2,
.heading-block .h2,
.heading-block #footer .title,
#footer
  .heading-block .title {
	margin: 0 0 5px;
}

.heading-block h2 a,
.heading-block .h2 a,
.heading-block #footer .title a,
#footer
    .heading-block .title a {
	text-decoration: none;
}

.heading-block em {
	font-weight: 400;
	font-style: italic;
	display: block;
	margin: 0 0 15px;
}

.heading-block em a {
	text-decoration: none;
	color: #009f4d;
}

.news-box {
	padding: 0 0 10px;
}

.news-box .meta-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 -11px;
	font-weight: 700;
}

.news-box .meta-lists a {
	text-decoration: none;
}

.news-box .meta-lists time {
	font-weight: 400;
}

.news-box .meta-lists li {
	padding: 0 11px 3px;
}

.news-box .meta-lists li:before {
	display: none;
}

.news-box .meta-lists li + li:before {
	content: "•";
	font-family: "icomoon";
	top: 4px;
	color: #1e1e1e;
	display: block;
}

.panel {
	box-shadow: none;
	border-radius: 0;
	background: none;
	padding: 0 0 0 15px;
}

.panel + .panel {
	border-top: 1px solid #b2b2b2;
	padding-top: 21px;
}

.panel.open-close.active .panel-heading:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel .panel-holder {
	padding: 15px 0;
}

.panel .panel-heading {
	padding: 0 0 10px;
	font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #003087;
	position: relative;
}

.panel .panel-heading a {
	color: #003087;
	text-decoration: none;
}

.panel .panel-heading a:hover {
	color: #009f4d;
}

.panel .panel-heading:before {
	content: "\e902";
	font-family: "icomoon";
	position: absolute;
	left: -15px;
	font-size: 10px;
	top: 4px;
	color: #009f4d;
	-webkit-transition: -webkit-transform .25s linear 0s;
	transition: transform .25s linear 0s;
}

.panel .panel-heading a {
	color: #003087;
}

.panel .panel-heading a:hover {
	color: #009f4d;
}

.panel .panel-heading em {
	font-weight: 400;
	font-style: italic;
	display: block;
}

.panel .panel-title {
	display: block;
	margin: 0 0 5px;
	cursor: pointer;
	font-size: 20px;
	line-height: 25px;
}

.panel .panel-body {
	padding: 0;
}

.panel .meta-list {
	padding: 0;
	margin: 0;
}

.panel .meta-list li {
	padding: 0;
}

.panel .meta-list li:before {
	display: none;
}

.panel .meta-list a {
	color: #1e1e1e;
	text-decoration: none;
}

.panel .meta-list a[href^="mailto"] {
	text-decoration: underline;
}

.panel .meta-list a:hover {
	color: #003087;
}

.panel-opener.opener-button {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #009f4d;
	font-size: 16px;
}

.panel-opener.opener-button:hover {
	color: #003087;
}

.info-form,
.news-filter-form {
	line-height: 0;
	max-width: 1180px;
}

.info-form .form-elements,
.news-filter-form .form-elements {
	padding: 0 15px 15px;
}

main .pagination,
main ul.page-numbers {
	font-weight: 700;
	padding: 0;
	margin: 0 -2px;
	border-radius: 0;
	font-size: 0;
	line-height: 0;
}

main .pagination li,
main ul.page-numbers li {
	padding: 0 2px 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 17px;
}

main .pagination li:before,
main ul.page-numbers li:before {
	display: none;
}

main .pagination > li:first-child > a,
main ul.page-numbers > li:first-child > a,
main .pagination > li:last-child > a,
main ul.page-numbers > li:last-child > a {
	border-radius: 0;
}

main .pagination > li > a,
main ul.page-numbers > li > a,
main .pagination > li .current,
main ul.page-numbers > li .current {
	padding: 6px 9px;
	text-align: center;
	min-width: 30px;
	display: inline-block;
	vertical-align: top;
}

main .pagination > li > a:hover,
main ul.page-numbers > li > a:hover {
	background: #003087;
	color: #fff;
	border-color: #003087;
}

main .pagination > li .current,
main ul.page-numbers > li .current {
	color: #fff;
	background: #003087;
}

main .pagination a,
main ul.page-numbers a {
	-webkit-transition: color, background, background-color, border-color, .25s linear 0s;
	transition: color, background, background-color, border-color, .25s linear 0s;
	text-decoration: none;
}

main .pagination a[aria-label="Previous"],
main ul.page-numbers a[aria-label="Previous"],
main .pagination a[aria-label="Next"],
main ul.page-numbers a[aria-label="Next"],
main .pagination a.next,
main ul.page-numbers a.next,
main .pagination a.prev,
main ul.page-numbers a.prev {
	background: #fff;
	color: #1e1e1e;
	position: relative;
	text-align: right;
	min-width: 83px;
	padding-left: 23px;
}

main .pagination a[aria-label="Previous"]:hover,
main ul.page-numbers a[aria-label="Previous"]:hover,
main .pagination a[aria-label="Next"]:hover,
main ul.page-numbers a[aria-label="Next"]:hover,
main .pagination a.next:hover,
main ul.page-numbers a.next:hover,
main .pagination a.prev:hover,
main ul.page-numbers a.prev:hover {
	background: #003087;
	color: #fff;
}

main .pagination a[aria-label="Previous"] span,
main ul.page-numbers a[aria-label="Previous"] span,
main .pagination a[aria-label="Next"] span,
main ul.page-numbers a[aria-label="Next"] span,
main .pagination a.next span,
main ul.page-numbers a.next span,
main .pagination a.prev span,
main ul.page-numbers a.prev span {
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

main .pagination a[aria-label="Previous"] span:before,
main ul.page-numbers a[aria-label="Previous"] span:before,
main .pagination a[aria-label="Next"] span:before,
main ul.page-numbers a[aria-label="Next"] span:before,
main .pagination a.next span:before,
main ul.page-numbers a.next span:before,
main .pagination a.prev span:before,
main ul.page-numbers a.prev span:before {
	content: "\f104";
	font-family: "icomoon";
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}

main .pagination a[aria-label="Next"],
main ul.page-numbers a[aria-label="Next"],
main .pagination a.next,
main ul.page-numbers a.next {
	text-align: left;
	padding-right: 23px;
	padding-left: 6px;
}

main .pagination a[aria-label="Next"] span,
main ul.page-numbers a[aria-label="Next"] span,
main .pagination a.next span,
main ul.page-numbers a.next span {
	left: auto;
	right: 10px;
}

main .pagination a[aria-label="Next"] span:before,
main ul.page-numbers a[aria-label="Next"] span:before,
main .pagination a.next span:before,
main ul.page-numbers a.next span:before {
	content: "\f105";
}

ul.page-numbers li {
	vertical-align: middle;
}

ul.page-numbers a {
	color: #1e1e1e;
	border: 1px solid #e3e3e3;
	display: block;
}

main .listing {
	margin: 0;
	padding: 0;
	font: 700 18px/22px "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

main .listing li {
	padding: 15px 0;
	color: #003087;
}

main .listing li + li {
	border-top: 1px solid #b2b2b2;
}

main .listing li:before {
	display: none;
}

main .listing .title {
	display: block;
	text-decoration: underline;
}

main .listing a:not(.link-more) {
	color: #003087;
	text-decoration: underline;
}

main .listing a:not(.link-more):hover {
	color: #009f4d;
}

main .listing .link-more {
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}

.contact-person a {
	color: #1e1e1e;
	text-decoration: none;
}

.contact-person a.link-email {
	text-decoration: underline;
}

.contact-person a:hover {
	color: #003087;
}

html {
	background: #003087;
}

body {
	min-width: 320px;
	font-weight: 400;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

p {
	margin: 0 0 25px;
}

a {
	-webkit-transition: color .25s linear 0s;
	transition: color .25s linear 0s;
}

main a {
	text-decoration: underline;
	color: #1e1e1e;
}

main a:hover {
	color: #003087;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1.25;
	margin: 0 0 25px;
	font-weight: 700;
}

h2,
.h2,
#footer .title {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 25px;
	font-weight: 700;
}

h2 a,
.h2 a,
#footer .title a {
	color: #003087;
}

h2 a:hover,
.h2 a:hover,
#footer .title a:hover {
	color: #009f4d;
}

h3,
.h3 {
	margin: 0 0 13px;
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	color: #009f4d;
	font-size: 20px;
	line-height: 22px;
}

h3.h2,
#footer h3.title,
.h3.h2,
#footer .h3.title {
	font-size: 19px;
	line-height: 28px;
}

h4,
.h4 {
	margin: 0 0 12px;
}

h5,
.h5 {
	margin: 0 0 10px;
}

h6,
.h6 {
	margin: 0 0 10px;
}

.alignright {
	display: block;
	margin: 0 0 20px;
}

.alignleft {
	display: block;
	margin: 0 0 20px;
}

.intro-text,
blockquote,
.banner-block .text-center,
.intro-block,
.intro-block.two-cols .text-holder {
	font-size: 19px;
	line-height: 30px;
}

.intro-text p + p,
blockquote p + p,
.banner-block .text-center p + p,
.intro-block p + p,
.intro-block.two-cols .text-holder p + p {
	font-size: 14px;
	line-height: 20px;
}

.text-green {
	display: block;
	color: #009f4d;
	font-weight: 600;
}

mark {
	padding: 0;
	background: none;
	color: #009f4d;
	font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
	margin: 0 0 25px;
	display: block;
}

.banner-block mark {
	display: block;
	font-weight: 700;
}

.link-email {
	color: #1e1e1e;
	text-decoration: underline;
}

.link-email:hover {
	color: #003087;
	text-decoration: underline;
}

.content-block {
	padding: 55px 0;
}

.content-block.text-center .container {
	max-width: 1390px;
}

.content-block.content-custom-block {
	padding: 40px 0;
}

.content-block.content-custom-block h3.h2,
.content-block.content-custom-block #footer h3.title,
#footer .content-block.content-custom-block h3.title {
	margin: 0 0 10px;
}

.content-block.investment-block {
	position: relative;
}

.content-block.investment-block .link-scroll {
	left: auto;
}

.content-block.options-block {
	padding: 40px 0;
}

.content-block.options-block strong {
	display: block;
}

.content-block.options-block h3 {
	font-weight: 700;
	margin: 0 0 5px;
}

.content-block.options-block p {
	margin-bottom: 30px;
}

.content-block.options-block address {
	line-height: inherit;
	margin: 10px 0 35px;
}

.content-block.options-block .btn,
.content-block.options-block .link-more {
	margin: 10px 0 35px;
}

.content-block.scholars-block {
	padding: 40px 0;
}

.gray-style {
	background: #f5f5f5;
	color: #1e1e1e;
}

main ul {
	margin: 0 0 30px;
	padding: 0 0 0 5px;
}

main ul li {
	position: relative;
	padding: 0 0 10px 24px;
}

main ul li:before {
	content: "\e902";
	position: absolute;
	left: 0;
	top: 6px;
	color: #003087;
	font-family: "icomoon" !important;
	speak: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

main ul ul,
main ul ol {
	margin: 0;
	padding: 2px 0 0 5px;
}

main ul ul li,
main ul ol li {
	padding-left: 18px;
}

main ul ul li:before,
main ul ol li:before {
	font-size: 10px;
}

main ol {
	counter-reset: list;
	padding: 0 0 36px 5px;
}

main ol ol,
main ol ul {
	padding-left: 1.5em;
}

main ol li {
	position: relative;
	padding: 0 0 3px 24px;
}

main ol li li {
	padding-left: 1.5em;
}

main ol li li li {
	padding-left: 2.2em;
}

main ol li:before {
	counter-increment: list;
	content: counters(list, ".") ".";
	color: #003087;
	position: absolute;
	left: 0;
	top: 0;
}

main .content-block:only-child {
	padding-top: 33px;
}

main .content-block:only-child h1 {
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 20px;
}

.social-networks {
	font-size: 0;
	margin: 0 -9px 15px;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 9px;
	font-size: 15px;
	line-height: 20px;
}

.social-networks a {
	-webkit-transition: opacity,color, .3s ease;
	transition: opacity,color, .3s ease;
	color: #003087;
}

#footer .social-networks a {
	color: #7f97c3;
}

.social-networks a:hover {
	opacity: .8;
}

#footer .social-networks a:hover {
	opacity: 1;
	color: #fff;
}

.btn,
.link-more,
.navigation-single a,
input[type="submit"] {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.428571428571429;
	font-weight: 600;
	border: 2px solid #009f4d;
	border-radius: 0;
	color: #003087;
	background: #fff;
	-webkit-transition: color, border-color, background, .25s linear 0s;
	transition: color, border-color, background, .25s linear 0s;
	letter-spacing: .8px;
	white-space: normal;
	padding: 12px;
	min-width: 180px;
	text-decoration: none;
}

#header .btn,
#header .link-more,
#header
  .navigation-single a,
#header
  input[type="submit"] {
	min-width: inherit;
}

.intro-block .btn br,
.intro-block .link-more br,
.intro-block
  .navigation-single a br,
.intro-block
  input[type="submit"] br {
	display: none;
}

.btn:hover,
.link-more:hover,
.btn:focus,
.link-more:focus,
.navigation-single a:hover,
.navigation-single a:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #009f4d;
	color: #fff;
	border-color: #009f4d;
}

input[type="submit"] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.link-scroll {
	position: absolute;
	bottom: -38px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 50px;
	text-decoration: none;
	color: #009f4d;
}

.link-scroll:hover {
	color: #003087;
}

.banner-block {
	color: #1e1e1e;
}

.banner-block > .container {
	padding-bottom: 45px;
	position: relative;
}

.banner-block:not(.text-banner) .banner-holder {
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0 0 25px;
}

.banner-block:not(.text-banner) .banner-holder .text-frame {
	background: #003087;
	padding: 31px 15px 31px 33px;
	position: relative;
}

.banner-block h1 {
	color: #fff;
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 37px;
}

.banner-block h1 .link-scroll {
	content: "\e902";
	position: absolute;
	left: 27px;
	top: -22px;
	font-size: 45px;
	font-family: "icomoon";
	color: #009f4d;
	cursor: pointer;
	bottom: auto;
}

.banner-block.text-banner {
	margin: 0;
}

.banner-block.text-banner > .container {
	padding-bottom: 0;
}

.banner-block.text-banner h1:before {
	top: 55px;
}

.banner-block.text-banner h1 .title {
	display: block;
	font-weight: 700;
	font-size: 18px;
	padding: 5px 0 15px;
	line-height: 1.4;
}

.banner-holder {
	position: relative;
}

.text-banner .banner-holder {
	background: #003087;
	padding: 20px 9999px 15px;
	color: #fff;
	margin: 0 -9999px;
}

.text-banner .banner-holder .h1,
.text-banner
  .banner-holder h1 {
	color: #fff;
	font-weight: 400;
}

.label,
label {
	color: #1e1e1e;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.intro-block {
	margin: 50px 0;
}

.intro-block.two-cols h1 {
	margin: 0 0 15px;
	font-size: 32px;
	line-height: 43px;
	position: relative;
}

.intro-block.two-cols h1 .link-scroll {
	content: "\e902";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	font-family: "icomoon";
	color: #009f4d;
	bottom: auto;
}

.intro-block.two-cols .text-holder {
	overflow: hidden;
}

.intro-block.two-cols .img-block img {
	width: 100%;
}

.intro-block.founders-block {
	margin-top: 50px;
}

.intro-block .img-block {
	margin: 0 0 25px;
}

.intro-block h1 {
	font-weight: 400;
}

.intro-block h1 strong {
	display: block;
}

.link-more {
	text-decoration: none;
	color: #009f4d;
	padding: 0 !important;
	min-width: inherit !important;
	border: 0;
	background: none;
}

.link-more:hover {
	color: #003087;
	background: none;
}

.intro-section {
	text-align: center;
	padding: 35px 0;
}

.intro-section [class^="col-"],
.intro-section [class*="col-"] {
	padding-bottom: 40px;
}

.intro-section h2 {
	font-weight: 700;
}

.intro-section h2 a {
	color: #003087;
	text-decoration: none;
}

.intro-section h2 a:hover {
	color: #009f4d;
}

.intro-section p {
	line-height: 1.4;
}

.intro-section .ico-block {
	margin: 0 0 15px;
}

.intro-section .ico-block img {
	max-width: 50px;
}

.story-block {
	padding: 40px 0;
	background: #f5f5f5;
	color: #1e1e1e;
	font-size: 19px;
	line-height: 30px;
}

.story-block .img-block {
	margin: 0 0 25px;
}

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

.impact-block {
	background: #009f4d;
	color: #fff;
	padding: 15px;
	margin-top: 45px;
}

.impact-block h2 {
	color: #fff;
}

.impact-block ul {
	letter-spacing: -.3px;
}

.impact-block ul li {
	padding-bottom: 10px;
}

.btn-list {
	padding: 0 !important;
	text-align: left;
}

.btn-list li {
	padding: 0 0 14px;
}

.btn-list li:before {
	display: none;
}

.news-box {
	padding: 0 0 20px;
}

.news-box > time {
	font-weight: 700;
	display: block;
}

.news-box h3 a {
	text-decoration: none;
	color: #009f4d;
}

.news-box h3 a:hover {
	color: #003087;
}

.challenge-block {
	padding: 30px 50px;
	margin: 0 0 25px;
	color: #fff;
	background: #009f4d;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
}

.challenge-block ul {
	padding: 0;
	margin: 0;
}

.challenge-block ul li {
	padding-bottom: 15px;
}

.challenge-block ul li:before {
	top: 6px;
}

.challenge-block ul ul {
	padding-top: 20px;
}

.challenge-block ul ul li {
	padding-bottom: 10px;
}

.challenge-block ul ul li:before {
	display: none;
}

.challenge-block h2 {
	color: #fff;
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
}

.health-time-block ul {
	padding: 0;
}

.health-time-block ul li:before {
	color: #009f4d;
}

.health-time-block ul strong {
	font-weight: 700;
	color: #009f4d;
}

.news-holder {
	border-top: 2px solid #9b9b9b;
	padding: 10px 0 20px;
}

.news-holder .btn,
.news-holder .link-more {
	margin-top: 9px;
}

.aims-list {
	padding-left: 4px;
	font-weight: 400;
}

.aims-list li {
	padding-bottom: 10px;
}

.aims-list li:before {
	content: "–";
	color: #003087;
	font-size: 20px;
	top: 1px;
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif !important;
}

.open-close-holder {
	padding: 15px 0;
}

.investment-box h3 {
	margin: 0;
}

.scholarship-block {
	font-size: 18px;
	line-height: 1.4;
	padding: 15px 0;
}

.search-form {
	position: relative;
	margin: 0;
	padding-right: 80px;
}

.search-form input {
	float: none;
}

.search-form input[type="search"] {
	width: 100%;
	border-right: 0;
}

.search-form input[type="submit"] {
	width: 80px;
	min-width: inherit;
	right: 0;
	position: absolute;
	top: 0;
}

input[type="submit"] {
	height: inherit !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.search-form input[type="submit"] {
	bottom: 0;
}

input[type="search"] {
	padding-bottom: 0 !important;
}

#sidebar {
	margin-bottom: 50px;
}

#footer {
	padding: 0 0 50px;
	background: #003087;
	color: #8097c3;
}


#footer .title {
	font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
	color: #fff;
	display: block;
	margin: 0 0 10px;
}

#footer [class^="col-"] + [class^="col-"] .btn,
#footer [class^="col-"] + [class^="col-"] .link-more,
#footer [class^="col-"] [class*="col-"] .btn,
#footer [class^="col-"] [class*="col-"] .link-more,
#footer [class*="col-"] + [class^="col-"] .btn,
#footer [class*="col-"] + [class^="col-"] .link-more,
#footer [class*="col-"] [class*="col-"] .btn,
#footer [class*="col-"] [class*="col-"] .link-more {
	color: #fff;
	background: none;
	margin: 0 0 22px;
}

#footer [class^="col-"] + [class^="col-"] .btn:hover,
#footer [class^="col-"] + [class^="col-"] .link-more:hover,
#footer [class^="col-"] [class*="col-"] .btn:hover,
#footer [class^="col-"] [class*="col-"] .link-more:hover,
#footer [class*="col-"] + [class^="col-"] .btn:hover,
#footer [class*="col-"] + [class^="col-"] .link-more:hover,
#footer [class*="col-"] [class*="col-"] .btn:hover,
#footer [class*="col-"] [class*="col-"] .link-more:hover {
	background: #009f4d;
}

#footer .logo {
	margin: 0 0 22px;
	max-width: 100px;
}

#footer .logo img {
	width: 100%;
}

#footer address {
	line-height: inherit;
}

#footer address strong {
	font-weight: 600;
}

.donate-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.donate-block {
	font-size: 19px;
	line-height: 30px;
	padding: 30px 9999px;
	margin: 0 -9999px 32px;
	background: #009f4d;
	color: #fff;
}

.donate-block .donate-wrapper {
	width: 100%;
}

.donate-block .h1,
.donate-block h1 {
	width: 100%;
	color: #fff;
	display: block;
}

.donate-block p {
	width: 100%;
}

.donate-block .btn,
.donate-block .link-more {
	background: #fff;
}

.donate-block .btn:hover,
.donate-block .link-more:hover,
.donate-block .btn:focus,
.donate-block .link-more:focus {
	background: #003087;
	border-color: #003087;
}

.contacts-list {
	margin: 0 0 22px;
}

.contacts-list li {
	position: relative;
	padding: 0 0 0 15px;
}

.contacts-list li:before {
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
}

.contacts-list li.tel:before {
	content: "t";
}

.contacts-list li.email:before {
	content: "e";
}

.contacts-list li.fax:before {
	content: "f";
}

.contacts-list a {
	color: #8097c3;
}

.contacts-list a:hover {
	color: #fff;
}

.text-copyright {
	margin: 0;
}

.text-copyright a {
	color: #8097c3;
}

.text-copyright a:hover {
	color: #fff;
}

.privace {
	padding: 0 10px !important;
}

.privace ul {
	padding: 0;
}

.privace li {
	position: relative;
	list-style-type: none;
	display: inline-block;
	line-height: 1.1;
}

.privace li:not(:first-child)::after {
	content: "\007C";
	position: relative;
	margin: 0 6px 0 0;
	float: left;
}

.privace a {
	font-size: 16px;
	color: #8097c3;
	display: inline-block;
	padding: 3px 4px;
}

.privace a:hover {
	color: #fff;
}

@media (min-width: 320px) {
	.container {
		padding: 0 25px;
	}
}

@media (min-width: 360px) and (max-width: 480px) {
	.banner-block:not(.text-banner) .banner-holder {
		padding-top: 150px;
		background-position: inherit;
	}
}

@media (min-width: 430px) {
	#header {
		padding: 19px 0 0;
	}

	#header .navbar-brand {
		margin: 0 0 4px 9px;
		width: 189px;
	}

	#header .btn,
	#header .link-more {
		margin: 30px 49px 0 0;
	}

	.navbar-default .navbar-toggle {
		right: 30px;
		top: 49px;
	}
}

@media (min-width: 481px) and (max-width: 599px) {
	.banner-block:not(.text-banner) .banner-holder {
		padding-top: 180px;
	}
}

@media (min-width: 600px) and (max-width: 768px) {
	.banner-block:not(.text-banner) .banner-holder {
		padding-top: 250px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.news .btn,
	.news .link-more {
		padding: 11px 15px;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.navbar-default .dropdown-menu > li + li {
		padding-top: 10px;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.navbar-default .dropdown-menu > li.current_page_item > a {
		background: none !important;
		color: #009f4d !important;
	}
}

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

	#header {
		padding: 15px 0;
	}

	#header .navbar-brand {
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
	}

	#header .btn,
	#header .link-more {
		margin: 0;
		float: none;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	#header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.navbar-header {
		margin: 0;
		width: 120px;
	}

	.navbar-default:after,
	.navbar-default:before {
		display: none;
	}

	.navbar-default .container:after,
	.navbar-default .container:before {
		display: none;
	}

	.navbar-default .navbar-nav {
		font-size: 0;
		line-height: 0;
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.navbar-default .navbar-nav li {
		font-size: 18px;
		border: 0;
	}

	.navbar-default .navbar-nav > li {
		margin: 0 1px;
	}

	.navbar-default .navbar-nav > li.open > a {
		background: #f5f5f5;
		color: #003087;
	}

	.navbar-default .navbar-nav > li.open > a:hover,
	.navbar-default .navbar-nav > li.open > a:focus {
		background: #f5f5f5 !important;
		color: #003087;
	}

	.navbar-default .navbar-nav > li.open .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}

	.navbar-default .navbar-nav > li.dropdown > a {
		padding-right: 25px;
	}

	.navbar-default .navbar-nav > li.active > a {
		color: #003087;
		background: #f5f5f5;
	}

	.navbar-default .navbar-nav > li.active > a:hover {
		color: #003087;
		background: #f5f5f5;
	}

	.navbar-default .navbar-nav > li > a {
		letter-spacing: -.2px;
		padding: 10px;
		color: #003087;
		font-size: 18px;
		line-height: 22px;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active {
		color: #003087;
		background: #f5f5f5 !important;
	}

	.navbar-default .navbar-nav > li > a > .caret {
		color: #009f4d;
	}

	.navbar-default .header-area {
		width: calc(100% - 135px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar-default .navbar-collapse {
		width: calc(100% - 145px);
		padding-right: 30px;
		text-align: right;
		font-size: 0;
		line-height: 0;
		position: static;
		background: none;
	}

	.navbar-default .dropdown-menu > li > a {
		font-size: 18px;
		line-height: 22px;
	}

	.navbar-default .dropdown-menu {
		left: auto;
		right: 0;
		opacity: 0;
		width: 370px;
		background: #efefef;
		padding: 30px 15px;
		box-shadow: none;
		display: block !important;
		visibility: hidden;
		-webkit-transition: opacity, visibility, .25s linear 0s;
		transition: opacity, visibility, .25s linear 0s;
	}

	.navbar-default .dropdown-menu > li {
		text-align: right;
		font-size: 16px;
	}

	.navbar-default .dropdown-menu > li + li {
		padding-top: 8px;
	}

	.navbar-default .dropdown-menu > li.current_page_item > a {
		background: #003087;
	}

	.navbar-default .dropdown-menu > li > a {
		color: #003087 !important;
		padding: 0 !important;
		background: none;
		display: inline;
	}

	.navbar-default .dropdown-menu > li > a:hover {
		background: none !important;
		color: #009f4d !important;
	}

	blockquote cite {
		font-size: 20px;
		line-height: 25px;
	}

	.heading-block {
		font-size: 25px;
		line-height: 30px;
	}

	.news-box {
		padding: 0 0 20px;
	}

	.news-box .meta-lists li + li:before {
		top: 1px;
		left: -2px;
	}

	.panel .panel-heading:before {
		top: 0;
	}

	.info-form .form-elements,
	.news-filter-form .form-elements {
		width: 50%;
		float: left;
		padding-bottom: 30px;
	}

	main .pagination,
	main ul.page-numbers {
		margin: 0 -3px;
	}

	main .pagination li,
	main ul.page-numbers li {
		padding: 0 3px 6px;
		font-size: 16px;
		line-height: 20px;
	}

	main .pagination > li > a,
	main ul.page-numbers > li > a,
	main .pagination > li .current,
	main ul.page-numbers > li .current {
		padding: 7px 12px 5px;
		line-height: 22px;
		min-width: 35px;
	}

	main .pagination a[aria-label="Previous"],
	main ul.page-numbers a[aria-label="Previous"],
	main .pagination a[aria-label="Next"],
	main ul.page-numbers a[aria-label="Next"],
	main .pagination a.next,
	main ul.page-numbers a.next,
	main .pagination a.prev,
	main ul.page-numbers a.prev {
		padding-left: 30px;
		min-width: 115px;
	}

	main .pagination a[aria-label="Previous"] span:before,
	main ul.page-numbers a[aria-label="Previous"] span:before,
	main .pagination a[aria-label="Next"] span:before,
	main ul.page-numbers a[aria-label="Next"] span:before,
	main .pagination a.next span:before,
	main ul.page-numbers a.next span:before,
	main .pagination a.prev span:before,
	main ul.page-numbers a.prev span:before {
		font-size: 20px;
	}

	main .pagination a[aria-label="Next"],
	main ul.page-numbers a[aria-label="Next"],
	main .pagination a.next,
	main ul.page-numbers a.next {
		padding-left: 12px;
		padding-right: 30px;
	}

	main .listing {
		font-size: 22px;
		line-height: 27px;
	}

	main .listing li {
		padding: 20px 0;
	}

	body {
		font-size: 20px;
		line-height: 30px;
	}

	h1,
	.h1 {
		font-size: 38px;
		letter-spacing: -.2px;
		margin: 0 0 32px;
	}

	h2,
	.h2,
	#footer .title {
		font-size: 35px;
		line-height: 45px;
	}

	h3,
	.h3 {
		font-size: 22px;
		line-height: 28px;
	}

	h3.h2,
	#footer h3.title,
	.h3.h2,
	#footer .h3.title {
		font-size: 25px;
		line-height: 30px;
	}

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

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

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

	.alignright {
		float: right;
		margin: 9px 0 10px 20px;
	}

	.alignleft {
		float: left;
		margin: 9px 20px 10px 0;
	}

	.intro-text,
	blockquote,
	.banner-block .text-center,
	.intro-block,
	.intro-block.two-cols .text-holder {
		font-size: 25px;
		line-height: 35px;
	}

	.intro-text p + p,
	blockquote p + p,
	.banner-block .text-center p + p,
	.intro-block p + p,
	.intro-block.two-cols .text-holder p + p {
		font-size: 20px;
		line-height: 30px;
	}

	.content-block.options-block .btn,
	.content-block.options-block .link-more {
		margin: 30px 0;
	}

	.content-block:last-child {
		padding-bottom: 100px;
	}

	main ul {
		padding: 0 0 0 20px;
	}

	main ul li {
		padding: 0 0 24px 24px;
	}

	main ul li:before {
		top: 3px;
		font-size: 15px;
	}

	main ol {
		padding: 0 0 36px 1em;
	}

	.btn,
	.link-more,
	.navigation-single a,
	input[type="submit"] {
		padding: 11px 20px;
	}

	.link-scroll {
		font-size: 60px;
	}

	.banner-block:not(.text-banner) .banner-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 50px;
		height: 350px;
		background-size: cover;
		margin: 0 0 50px;
	}

	.banner-block:not(.text-banner) .banner-holder .text-frame {
		width: 80%;
		max-width: 360px;
		padding: 30px 30px 30px 60px;
	}

	.banner-block:not(.text-banner) .banner-holder .text-frame .link-scroll {
		top: 20px;
	}

	.banner-block h1 {
		font-size: 35px;
		line-height: 45px;
	}

	.banner-block h1 .link-scroll {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		pointer-events: none;
		top: 36px;
		font-size: 65px;
		left: -21px;
	}

	.banner-block.text-banner h1 {
		font-size: 38px;
		margin: 0 0 32px;
	}

	.banner-block.text-banner p {
		font-size: 25px;
		line-height: 35px;
	}

	.text-banner .banner-holder {
		padding: 50px;
		margin: 0;
	}

	.text-banner .banner-holder .h1,
	.text-banner
	.banner-holder h1 {
		font-size: 38px;
		line-height: 40px;
		margin: 0 0 25px;
	}

	.intro-block.two-cols {
		padding-top: 20px;
		margin-top: 0;
	}

	.intro-block.two-cols h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.intro-block.two-cols h1 .link-scroll {
		left: -23px;
		top: 0;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		pointer-events: none;
		font-size: 22px;
	}

	.intro-block.two-cols .text-holder {
		padding-left: 60px;
		position: relative;
		left: -60px;
	}

	.intro-block.two-cols .img-block {
		float: right;
		margin: 0 0 0 15px;
		max-width: 260px;
		width: 50%;
	}

	.intro-block h1.l-99 {
		line-height: 1.2;
	}

	.intro-section h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.intro-section .ico-block {
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.story-block {
		padding: 40px 0 60px;
	}

	.story-block .container {
		position: relative;
	}

	.story-block [class^="col-"],
	.story-block [class*="col-"] {
		position: static;
	}

	.story-block .text-holder {
		overflow: hidden;
	}

	.story-block .img-block {
		float: right;
		max-width: 632px;
		width: 41%;
		margin: 5px 0 0 30px;
	}

	.impact-block {
		padding: 30px 50px;
	}

	.impact-block {
		margin: 0;
	}

	.news-box {
		padding: 0 0 25px;
	}

	.challenge-block {
		margin: 0;
		padding: 40px 7.5%;
		font-size: 18px;
		line-height: 25px;
	}

	.news-holder {
		padding: 15px 0 30px;
	}

	.aims-list li {
		padding-bottom: 15px;
	}

	.scholarship-block {
		font-size: 20px;
		line-height: 30px;
		padding: 25px 0;
	}

	.investing-holder {
		padding: 30px 0 0 9%;
	}

	#content {
		padding-right: 2%;
	}

	#sidebar {
		margin-bottom: 80px;
	}

	#footer {
		padding: 30px 0;
	}

	#footer > .container > .row:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#footer > .container > .row:first-child::before,
	#footer > .container > .row:first-child::after {
		display: none;
	}

	#footer .title {
		font-size: 18px;
		line-height: 22px;
	}

	#footer [class^="col-"] + [class^="col-"],
	#footer [class^="col-"] [class*="col-"],
	#footer [class*="col-"] + [class^="col-"],
	#footer [class*="col-"] [class*="col-"] {
		padding: 21px 2.7% 20px 3.4%;
	}

	#footer [class^="col-"] + [class^="col-"] .row,
	#footer [class^="col-"] [class*="col-"] .row,
	#footer [class*="col-"] + [class^="col-"] .row,
	#footer [class*="col-"] [class*="col-"] .row {
		font-size: 0;
		line-height: 0;
	}

	#footer [class^="col-"] + [class^="col-"] [class^="col-"],
	#footer [class^="col-"] + [class^="col-"] [class*="col-"],
	#footer [class^="col-"] [class*="col-"] [class^="col-"],
	#footer [class^="col-"] [class*="col-"] [class*="col-"],
	#footer [class*="col-"] + [class^="col-"] [class^="col-"],
	#footer [class*="col-"] + [class^="col-"] [class*="col-"],
	#footer [class*="col-"] [class*="col-"] [class^="col-"],
	#footer [class*="col-"] [class*="col-"] [class*="col-"] {
		float: none;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 18px;
	}

	#footer .logo {
		margin: 0 0 10px;
		max-width: 120px;
	}

	#footer .btn,
	#footer .link-more {
		min-width: 160px;
	}

	.donate-block {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 0 75px;
		padding: 35px 30px 30px;
		font-size: 22px;
		line-height: 35px;
	}

	.donate-block {
		margin-top: -75px;
		font-size: 25px;
		line-height: 35px;
	}

	.contact-us-block {
		margin-top: -95px;
	}

	.contacts-list {
		word-break: break-all;
	}

	.contacts-list a {
		font-size: 15px;
	}

	.text-copyright {
		font-size: 12px;
		line-height: 18px;
	}

	.privace {
		margin-top: -40px;
	}

	.donate-footer [class^="col-"] + [class^="col-"],
	.donate-footer [class^="col-"] [class*="col-"],
	.donate-footer [class*="col-"] + [class^="col-"],
	.donate-footer [class*="col-"] [class*="col-"] {
		padding: 21px 15px 20px 15px !important;
	}

	.donate-footer .privace {
		margin-top: -20px;
		padding: 0 32px !important;
	}
}

@media (min-width: 769px) {
	.news-lists {
		margin-top: 10px;
	}
}

@media (min-width: 1024px) {
	.jcf-select {
		height: 70px;
		padding: 0 70px 0 24px;
	}

	.jcf-select .jcf-select-text {
		font-size: 18px;
		line-height: 20px;
	}

	.jcf-select .jcf-select-opener {
		width: 70px;
	}

	.jcf-select .jcf-select-opener:before {
		font-size: 15px;
	}

	.jcf-list {
		font-size: 18px;
		line-height: 20px;
	}

	.jcf-list .jcf-option {
		padding: 12px 24px;
	}

	#header {
		padding: 20px 0;
	}

	.navbar-header {
		width: 150px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 20px;
		line-height: 30px;
	}

	.navbar-default .header-area {
		width: calc(100% - 150px);
		padding-left: 15px;
	}

	.navbar-default .dropdown-menu {
		padding: 30px 15px;
		width: 370px;
	}

	blockquote cite {
		font-size: 24px;
		line-height: 30px;
	}

	.heading-block {
		margin: 0 0 25px;
	}

	.heading-block {
		font-size: 28px;
		line-height: 32px;
	}

	.news-box .meta-lists {
		font-size: 19px;
		line-height: 22px;
	}

	.panel {
		padding-left: 25px;
		margin: 0 0 15px;
	}

	.panel + .panel {
		padding-top: 30px;
	}

	.panel .panel-holder {
		padding: 20px 0;
	}

	.panel .panel-holder {
		padding: 30px 0;
	}

	.panel .panel-heading {
		font-size: 25px;
		line-height: 30px;
	}

	.panel .panel-heading:before {
		font-size: 14px;
		left: -25px;
	}

	.panel .panel-title {
		font-size: 30px;
		line-height: 35px;
	}

	.panel .meta-list {
		margin: -10px 0 16px;
	}

	.panel-opener.opener-button {
		font-size: 20px;
		line-height: 28px;
	}

	.info-form,
	.news-filter-form {
		padding-top: 40px;
	}

	.news-filter-form {
		padding-top: 90px;
	}

	main .pagination > li > a,
	main ul.page-numbers > li > a,
	main .pagination > li .current,
	main ul.page-numbers > li .current {
		font-size: 24px;
		line-height: 30px;
	}

	main .listing {
		font-size: 30px;
		line-height: 37px;
	}

	main .listing li {
		padding: 30px 0;
	}

	h1,
	.h1 {
		font-size: 55px;
		line-height: 65px;
		letter-spacing: -.2px;
	}

	h2,
	.h2,
	#footer .title {
		font-size: 37px;
		letter-spacing: -.7px;
		line-height: 55px;
		margin: 0 0 20px;
	}

	h3,
	.h3 {
		font-size: 26px;
		line-height: 32px;
		letter-spacing: -.4px;
	}

	h3.h2,
	#footer h3.title,
	.h3.h2,
	#footer .h3.title {
		font-size: 30px;
		line-height: 35px;
	}

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

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

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

	.content-block {
		padding: 65px 0;
	}

	.content-block.content-custom-block {
		padding: 60px 0 55px;
	}

	.content-block.content-custom-block h3.h2,
	.content-block.content-custom-block #footer h3.title,
	#footer .content-block.content-custom-block h3.title {
		margin: 0 0 15px;
	}

	.content-block.investment-block h2 {
		font-size: 35px;
		line-height: 42px;
		margin: 0 0 10px;
	}

	.content-block.options-block {
		padding: 60px 0;
	}

	.content-block.options-block h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.content-block.options-block address {
		margin: 0 0 50px;
	}

	.content-block.options-block .btn,
	.content-block.options-block .link-more {
		margin: 30px 0 50px;
	}

	.content-block.scholars-block {
		padding: 60px 0;
	}

	.content-block.staff-block h2 {
		margin: 0 0 52px;
	}

	.content-block:last-child {
		padding-bottom: 150px;
	}

	main ul li {
		padding: 0 0 30px 31px;
	}

	main ul li:before {
		font-size: 20px;
		left: 2px;
		top: 6px;
	}

	.social-networks {
		margin: 0 -14px 15px;
	}

	.social-networks li {
		font-size: 28px;
		margin: 0 13px 9px;
	}

	.intro-block .btn br,
	.intro-block .link-more br,
	.intro-block
	.navigation-single a br,
	.intro-block
	input[type="submit"] br {
		display: block;
		height: 0;
		font-size: 0;
		line-height: 0;
	}

	.btn,
	.link-more,
	.navigation-single a,
	input[type="submit"] {
		padding: 15px 28px;
		font-size: 18px;
		line-height: 22px;
	}

	input[type="submit"] {
		height: 2.5em;
	}

	.banner-block:not(.text-banner) .banner-holder {
		height: 550px;
		padding: 80px;
	}

	.banner-block:not(.text-banner) .banner-holder .text-frame {
		padding: 40px 40px 40px 70px;
		max-width: 550px;
	}

	.banner-block:not(.text-banner) .banner-holder .text-frame h1 {
		font-size: 50px;
		line-height: 60px;
	}

	.banner-block:not(.text-banner) .banner-holder .text-frame .link-scroll {
		top: 34px;
	}

	.banner-block h1 {
		font-size: 55px;
		line-height: 65px;
	}

	.banner-block h1 .link-scroll {
		top: 37px;
	}

	.banner-block.text-banner h1 {
		font-size: 55px !important;
		line-height: 65px !important;
	}

	.banner-block.text-banner h1:before {
		top: 48px;
	}

	.banner-block.text-banner h1 .title {
		padding: 15px 0 0;
		font-size: 22px;
	}

	.text-banner .banner-holder .h1,
	.text-banner
	.banner-holder h1 {
		font-size: 45px;
		line-height: 55px;
	}

	.label,
	label {
		font-size: 19px;
		line-height: 22px;
		margin: 0 0 12px;
	}

	.intro-block.two-cols h1 {
		font-size: 55px;
		line-height: 65px;
	}

	.intro-block.two-cols .img-block {
		max-width: 400px;
	}

	.link-more {
		font-size: 20px;
		line-height: 28px;
	}

	.intro-section {
		font-size: 20px;
		line-height: 32px;
		padding: 35px 0 56px;
	}

	.intro-section h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.intro-section p {
		margin: 0 0 13px;
		padding: 0 4%;
	}

	.intro-section .ico-block {
		height: 92px;
		margin: 0 0 32px;
	}

	.intro-section .ico-block img {
		max-width: 92px;
	}

	.story-block {
		padding: 92px 0 130px;
		font-size: 20px;
		line-height: 35px;
	}

	.story-block .img-block {
		margin-left: 50px;
	}

	.story-block p {
		margin: 0 0 47px;
	}

	.impact-block {
		padding: 71px 10.2% 59px;
	}

	.impact-block ul li {
		padding: 0 0 20px 14px;
	}

	.impact-block ul li:before {
		font-size: 16px;
		left: -14px;
		top: 6px;
	}

	.btn-list {
		padding: 24px 0 0 !important;
	}

	.news-box {
		padding: 0 0 36px;
	}

	.news-box > time {
		font-size: 19px;
		line-height: 22px;
		margin: 0 0 2px;
	}

	.challenge-block ul li {
		padding-bottom: 21px;
		padding-left: 29px;
	}

	.challenge-block ul li:before {
		left: 4px;
		top: 3px;
		font-size: 14px;
	}

	.challenge-block ul ul {
		padding-top: 10px;
	}

	.challenge-block h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.health-time-block {
		padding: 90px 0;
	}

	.health-time-block h2 {
		margin: 0 0 46px;
	}

	.news-holder {
		padding: 25px 0 40px;
	}

	.news-holder h3 {
		font-size: 22px;
	}

	.open-close-holder {
		padding: 25px 0 0;
	}

	.investment-box h3 {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 6px;
	}

	.investment-box p {
		margin: 0 0 33px;
	}

	.scholarship-block {
		font-size: 20px;
		line-height: 30px;
		padding: 50px 0;
	}

	.investing-holder {
		padding-top: 50px;
	}

	.investing-holder h2 {
		margin: 0 0 30px;
	}

	.search-form {
		padding-right: 150px;
	}

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

	#sidebar {
		margin-bottom: 120px;
	}

	#footer {
		padding-bottom: 40px;
	}

	#footer .title {
		font-size: 26px;
		line-height: 30px;
	}

	#footer [class^="col-"] + [class^="col-"],
	#footer [class^="col-"] [class*="col-"],
	#footer [class*="col-"] + [class^="col-"],
	#footer [class*="col-"] [class*="col-"] {
		padding-bottom: 28px;
	}

	#footer [class^="col-"] + [class^="col-"] p,
	#footer [class^="col-"] [class*="col-"] p,
	#footer [class*="col-"] + [class^="col-"] p,
	#footer [class*="col-"] [class*="col-"] p {
		margin: 0 0 23px;
	}

	#footer [class^="col-"] + [class^="col-"] [class^="col-"],
	#footer [class^="col-"] + [class^="col-"] [class*="col-"],
	#footer [class^="col-"] [class*="col-"] [class^="col-"],
	#footer [class^="col-"] [class*="col-"] [class*="col-"],
	#footer [class*="col-"] + [class^="col-"] [class^="col-"],
	#footer [class*="col-"] + [class^="col-"] [class*="col-"],
	#footer [class*="col-"] [class*="col-"] [class^="col-"],
	#footer [class*="col-"] [class*="col-"] [class*="col-"] {
		font-size: 16px;
		line-height: 20px;
	}

	#footer .logo {
		max-width: 150px;
		margin: 0 0 15px;
	}

	.donate-block .h1,
	.donate-block h1 {
		font-size: 35px;
		line-height: 45px;
	}

	.privace {
		margin-top: -65px;
	}
}

@media (min-width: 1030px) {
	.intro-block.two-cols h1 .link-scroll {
		font-size: 45px;
		left: -46px;
		top: -1px;
	}
}

@media (min-width: 1300px) {
	blockquote {
		margin: 0 0 81px;
	}

	blockquote p {
		margin: 0 0 4px;
	}

	.news-box .meta-lists li + li:before {
		top: -1px;
		left: -3px;
	}

	main .pagination a[aria-label="Previous"] span,
	main ul.page-numbers a[aria-label="Previous"] span,
	main .pagination a[aria-label="Next"] span,
	main ul.page-numbers a[aria-label="Next"] span,
	main .pagination a.next span,
	main ul.page-numbers a.next span,
	main .pagination a.prev span,
	main ul.page-numbers a.prev span {
		left: 17px;
	}

	nav[aria-label="Page navigation"] {
		padding: 14px 0;
	}

	.content-block.investment-block .link-scroll {
		margin: 0 0 -4px 23px;
	}

	.content-block.options-block h2 {
		margin: 0 0 37px;
	}

	.content-block.options-block p {
		margin: 0 0 43px;
	}

	.content-block.scholars-block h3 {
		padding: 24px 0 9px;
	}

	.content-block.staff-block {
		padding: 91px 0 285px;
	}

	.content-block:last-child {
		padding-bottom: 200px;
	}

	.intro-block.two-cols .img-block {
		margin: 0 0 0 1.5%;
		max-width: 500px;
	}

	.health-time-block {
		padding: 132px 0 170px;
	}

	.news-holder {
		margin: 49px 0 0;
		padding: 41px 0 0;
	}

	.aims-list li {
		padding-bottom: 20px;
	}

	.aims-list li:before {
		left: 4px;
		top: 7px;
	}

	.news-list {
		padding: 17px 0;
	}
}

@media (min-width: 1420px) {
	.container {
		max-width: 1350px;
		width: inherit;
	}
}

@media (min-width: 1700px) {
	.content-block:last-child {
		padding-bottom: 221px;
	}

	.banner-block .text-center {
		margin: -30px 0 0;
	}

	.intro-block.two-cols .img-block {
		max-width: 636px;
	}
}

@media (max-width: 767px) {
	.search-form input {
		height: 2.7em;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navbar-default .navbar-collapse {
		opacity: 0;
		visibility: hidden;
	}

	.navbar-default .navbar-collapse .navbar-nav > li > a {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: -webkit-transform .2s;
		transition: transform .2s;
	}

	.banner-block:not(.text-banner) .banner-holder .text-frame {
		margin: 0 15px;
		z-index: 1;
	}

	.banner-block:not(.text-banner) .banner-holder .text-frame:before,
	.banner-block:not(.text-banner) .banner-holder .text-frame:after {
		content: "";
		top: 50px;
		left: -9999px;
		right: 100%;
		background: #fff;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}

	.banner-block:not(.text-banner) .banner-holder .text-frame:after {
		left: 100%;
		right: -9999px;
	}

	.banner-block:not(.text-banner) .banner-holder .text-frame h1 {
		font-size: 25px;
		line-height: 35px;
	}

	.banner-block.text-banner {
		margin-top: 50px;
	}

	.banner-block.text-banner .link-scroll {
		top: -24px;
		left: 90px;
		max-width: 38px;
	}

	.banner-block.text-banner .banner-holder {
		position: static;
	}

	.text-banner .banner-holder {
		padding: 45px 45px 35px;
		margin: 0;
	}

	.intro-block.two-cols h1 {
		padding-left: 40px;
	}

	.intro-section [class^="col-"],
	.intro-section [class*="col-"] {
		padding-bottom: 60px;
	}

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

	.intro-section p {
		margin-bottom: 5px;
	}

	.impact-block {
		padding: 30px;
	}

	.impact-block ul li:before {
		top: 5px;
	}

	.follow,
	.news,
	.footer-logo {
		margin-bottom: 35px;
	}

	.contact-us-block {
		margin-bottom: 67px;
	}

	.text-copyright {
		margin-bottom: 25px;
	}

	.privace li:not(:first-child)::after {
		top: 3px;
	}

	.donate-footer {
		padding-top: 30px !important;
	}
}

@media (max-width: 479px) {
	.text-banner .banner-holder {
		padding: 35px 30px 25px;
		margin: 0;
	}

	.challenge-block {
		padding: 30px 40px;
	}
}

@media (max-width: 359px) {
	.banner-block:not(.text-banner) .banner-holder {
		padding-top: 120px;
		background-position: inherit;
	}
}

