.wrapper {
    background: white;
    position: relative;
    z-index: 1;
}
.otgs-development-site-front-end {
	display: none;
}
/* Custom grid */
.container {
    padding-right: 26px;
    padding-left: 26px;
  }
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

*,
h1, h2, h3, h4 {
	font-family: "DM Sans", sans-serif;
}

#header {
	height: 61px;
	position: fixed;
	z-index: 5;
	top: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}

#content {
	padding-top: 60px;
}
h1, h2, h3, h4, h5,
h1.singlepage-title {
	font-family: "DM Sans", sans-serif;	
	font-size: 32px;
	font-weight: 700;
	color: #5B66DA;
	letter-spacing: 0.2px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0;	

}
h2,
h1.singlepage-title {
	font-size: 26px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 1.57;
}
p {
	font-size: 14px;
	line-height: 1.571;
	letter-spacing: 0.2px;
	margin: 0;
}
a,
a:active,
a:focus,
a span {
	color: #5B66DA;
	text-decoration: underline;
}
a:focus,
a:hover,
a:hover span {
	text-decoration: none;
	color: #5B66DA;	
}

 hr {
	width: 100%;
	height: 1px;
	display: block;	
  background: url(../img/dottedline.png) repeat-x top left;
  background-size: contain;
  margin: 0;
  border:0;
  }
  
/* input fields */
input[type="text"],
input[type="email"] {
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 1.285;
	padding: 10px 13px 11px 13px;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 0;
	border: 1px solid #000;
	 background: transparent;

}


#mc_embed_signup input.mce_inline_error {
	border-color: #FF6A6A !important;
	background-size: 12px 14px;
	background-position-y: 17px;
	background-position-x: calc(100% - 15px);
	background-repeat: no-repeat;
}

div.mce_inline_error {
	display: none !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size: 0.88rem;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 0.88rem;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size: 0.88rem;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 0.88rem;
  opacity: 1;
}

#mc_embed_signup input.mce_inline_error::-webkit-input-placeholder {
	color: #FF6A6A;
}

#mc_embed_signup input.mce_inline_error::-moz-placeholder {
	color: #FF6A6A;
}

#mc_embed_signup input.mce_inline_error:-ms-input-placeholder {
	color: #FF6A6A;
}

#mc_embed_signup input.mce_inline_error:-moz-placeholder {
	color: #FF6A6A;
}


input[type="checkbox"] {
    display:none;
  float: left;
}
input[type="checkbox"] + label {
  width: 100%;
  display: block;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 7px;
  margin-bottom: 26px;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
  margin-right: 12px;
    border: 1px solid #000;
  float: left;
}

input[type="checkbox"]:checked + label span:before {
    left: 7px;
    margin-top: 2px;
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

input[type="checkbox"] + label p {
  display: inline-block;
  width: 90%;
  float: left;
  font-size: 12px;
}
p.checkbox-text {
	font-size: 12px;
    margin-bottom: 0;
    line-height: 1.3;
}
input[type="checkbox"] + label p a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-decoration: underline;
  
}
input[type="checkbox"] + label p a:hover {
text-decoration: none; 
}
button[type="submit"],
button[type="submit"]:focus {
	outline: none;
}
button[type="submit"]:disabled {
 opacity: .4;
}
button[type="submit"]:disabled:hover,
input[type="submit"]:disabled:hover {
	cursor: not-allowed;
	background: #fff;
	color: #5B66DA;
	}
 
.input-wrapper {
	position: relative;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.input-wrapper .label-text {
	padding-left: 14px;
  cursor: text;
  font-size: 14px;
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  z-index: -1;
  white-space: nowrap;
}

.mc-field-group {
	z-index: 5;
}
.mc-field-group .label-text  {
	z-index: 6;
	top: 10px;
	}
.mc-field-group input {
	z-index: 10;
	position: relative;
}
input:focus + .label-text,
.mc-field-group.input-wrapper input:focus + .label-text,
.mc-field-group.input-wrapper input.valid + .label-text,
.mc-field-group.input-wrapper input.mce_inline_error + .label-text,
.mc-field-group.input-wrapper textarea:focus + .label-text,
.mc-field-group.input-wrapper textarea.valid + .label-text,
.mc-field-group.input-wrapper textarea.mce_inline_error + .label-text   {
  font-size: 9px;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.mc-field-group.input-wrapper input.mce_inline_error,
.mc-field-group.input-wrapper input.mce_inline_error + .label-text {
	color: #EF7474;
}  
/* buttons */

.btn,
.btn.inactive,
.mobile-menu .button a {
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 4px;
	background: #5B66DA;
	color: #fff;
	border: 0;
	padding: 12px 17px;
	display: inline-block;
	text-decoration: none;
	line-height: 1.3333;
}
.btn a {
	text-decoration: none;
	color: #fff;
}

.btn.inactive {
	opacity: .2;
}
.btn.inactive:hover {
	cursor: default;
}
.btn.invert {
	background: #fff;
	color: #5B66DA;	
	}
.btn.invert a {
	color: #5B66DA;	
}	
.btn:hover,
.btn.invert:hover  {
	background: #3641B5;
	color: #fff;
	text-decoration: none;
}
.btn.invert:hover a {
	color: #fff;
}
.btn.small {
	font-size: 10.5px;
	padding: 10px 14px 11px 14px;
}	
.page-content + .btn {
	margin-top: 25px;
}
/* Header */
.header {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	align-items: flex-start;
	height: 60px;
	padding-left: 14px;
}
.logo {
	align-self: center;
	flex-grow: 1;
}
.logo img,
.logo svg {
	height: 34px;
}
.btn-mobile-menu {
	height: 60px;
	width: 60px;
	background: #9AC0FE;
	border-radius: 0;
	outline: none;
}

.btn-mobile-menu.hamburger {
	outline: none;
}

.btn-mobile-menu.hamburger.on {
	background: #EBF2FF;
}
.btn-mobile-menu.hamburger.off {
	   -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:all 1s;
        transition-delay: 1s;
	background: #EBF2FF;
}
.hamburger-box {
    width: 22px;
    height: 12px;
    }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 1px;
    background-color: #5B66DA;
    }
.hamburger--slider .hamburger-inner::before {
    top: 6px;    
    }
.hamburger--slider .hamburger-inner::after {
    top: 12px;       
    }
.hamburger--slider.is-active .hamburger-inner::after {
    top: 10px;
}    
.mobile-menu-wrapper {
	background: #EBF2FF;
	position: absolute;
	width: 100%;
	left: 0;
	top: 60px;
	
}


.mobile-menu-wrapper.off {
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition:all .5s;
overflow: hidden;
	height: 0;
    }
.mobile-menu-wrapper.on {
	display: block;
	height: calc(100vh - 60px);
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition:all .5s;
}

.mobile-menu-wrapper ul {
	opacity: 0;
	   -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition:all 1s;
    transition-delay: 0.2s;
}
.mobile-menu-wrapper.on ul {
	opacity: 1;
}
.top-menu,
.top-menu li,
.mobile-menu,
.mobile-menu li,
.footer-menu-left,
.footer-menu-right,
.footer-menu-copyright {
list-style: none;
margin: 0;
padding: 0;	
}
.mobile-menu {
padding: 33px 46px;
}
.mobile-menu li {
margin-bottom: 11px;
border: 0;
}
.menu li a {
	text-transform: uppercase;
	padding: 4px 0;
	display: inline-block;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.8px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	
}
.menu li a:hover {
	text-decoration: none;
}
.menu li a:hover,
.menu li.current-menu-item a {
	border-color: #5B66DA;
	color: #5B66DA;
}
.mobile-menu li.button {
	padding-top: 26px;
	margin-bottom: 0;
	display: block;
	position: relative;
	text-align: left;
	margin-top: 17px;
}
.mobile-menu li.button:last-child {
	margin-top: 0;
}
.mobile-menu li:nth-last-child(2)::before {
	content: ' ';
	width: 100%;
	height: 1px;
	display: block;	
	position: absolute;
	top: 0;
  background: url(../img/dottedline.png) repeat-x top left;
  background-size: contain;
  margin: 0;
  border:0;
  }

.mobile-menu li.button a {
	color: #fff;
	padding: 12px 17px;
	display: inline-block;
	min-width: 162px;
	font-size: 12px;
}
.top-menu {
	margin-top: 25px;
}
.top-menu li {
	display: inline-block;
	margin-right: 40px;
}
.top-menu li:last-child {
	margin-right: 36px;
	}
.lang-ru .top-menu li,
.lang-uk .top-menu li {
	margin-right: 25px;
}
.lang-ru .top-menu li:last-child,
.lang-uk .top-menu li:last-child {
	margin-right: 21px;
	}	
	
/* language switcher */	
.languageswitcher {
	float: right;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.languageswitcher button {
	border: 0;
	outline: none;
	text-transform: uppercase;
	border-radius: 0;
}
.languageswitcher button img {
	max-width: 15px;
	max-height: 15px;
	margin-right: 4px;
}
.wpml-ls.off {
	padding: 0;
	width: 60px;
	border: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.wpml-ls.on {
	opacity: 1;
	height: 300px;
	border: 0;
}
.languageswitcher button,
.wpml-ls > ul > li.wpml-ls-item,
.wpml-ls > ul > li.wpml-ls-item a {
	width: 60px;
	height: 60px;
	background: #5B66DA;
	font-family: "DM Sans", sans-serif;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
  transition: all .25s ease-in;
  padding-bottom: 2px;
}
.wpml-ls > ul > li.wpml-ls-item a {
background: transparent;
}
.languageswitcher:hover button,
.languageswitcher button:hover,
.languageswitcher.on button {
	background: #3641B5;	
}
.wpml-ls-legacy-list-vertical {
	display: block;
}
.languageswitcher.off .wpml-ls > ul > li.wpml-ls-item {
	opacity: 0;
	}
.languageswitcher.on .wpml-ls > ul > li.wpml-ls-item {
	opacity: 1;
	  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;		
}
.languageswitcher.on .wpml-ls > ul > li.wpml-ls-item:nth-child(1) {
	background: #6B75DD;
}
.languageswitcher.on .wpml-ls > ul > li.wpml-ls-item:nth-child(2) {
	background: #7C85E2;
	transition-delay: 200ms;
}
.languageswitcher.on .wpml-ls > ul > li.wpml-ls-item:nth-child(3) {
	background: #8C94E5;
	transition-delay: 400ms;	
}
.wpml-ls > ul > li.wpml-ls-item.wpml-ls-current-language {
	display: none;
}
.languageswitcher.on .wpml-ls > ul > li.wpml-ls-item a:hover {
background: #5B66DA;
}

.wpml-ls > ul > li.wpml-ls-item a,
.wpml-ls > ul > li.wpml-ls-item a span {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

/*topbanner */
.topbanner {
	position: relative;
	margin-top: 61px;
	margin-bottom: -20px;
	width: 100%;
	z-index: 1;
	background: #ffde6a;
	text-align: center;
}
.topbanner a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: .5px;
	padding: 11px 15px 13px 15px;
}
.topbanner a .link {
	text-decoration: underline;
	color: #000;	
	white-space: nowrap;
}
/* CONTENT */
section + section {
	margin-top: 81px;
}
section#content + section {
	margin-top: 60px;
}
#header + #content {
		margin-top: 0;
	}
.topbanner + section,
.topbanner + section#content {
	padding-top: 0;
}	
section:nth-child(1) {
	margin-top: 60px;
	}

.page h1,
.category h1 {
margin-top: 60px;
margin-bottom: 10px;
}

.page-content p {
font-weight: 400;
font-size: 14px;
letter-spacing: 0.2px;
line-height: 1.571;
margin-bottom: 0;
}
.title-img-wrapper {
	_margin-top: 40px;
}
.title-img {
width: 100%;
height: auto;
	}
	
	
/* .block */
.block + .block,
.block + .sectiontitle,
section > .container > .row > div + div {
	margin-top: 40px;
}
section > .container > .row > .sectiontitle + .block {
	margin-top: 0;
}
#block_press .sectiontitle + .block {
	margin-top: 20px;
}
.sectiontitle + .block h4 {
	margin-top: 20px;
}
.sectiontitle p {
	margin-top: 9px;
	margin-bottom: 40px;
}

.sectiontitle h3 + hr {
	_margin-top: 15px;
}
.sectiontitle + .block .icon {
	margin-top: 30px;
}

.block h2 {
margin-bottom: 8px;
}
.block p {
		color: #000;
		margin-bottom: 0;
	}
.block p + .btn,
.block p + .btn-wrapper {
	margin-top: 25px;
	}	
.block ul,
.block ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.block ul li h5 {
	padding-top: 2px;
	padding-bottom: 4px;
}	
.block .icon {
	width: 40px;
}
.block .icon + h2 {
	margin-top: 10px;
}
.block hr {
	
}  
.block hr + h4 {
	margin-top: 15px;
} 
.block.news hr + h4 {
	margin-top: 10px;
} 
.block h4 + hr,
.sectiontitle h3 + hr {
	margin-top: 15px;
	}
.block ul li hr {
	margin-top: 20px;
	margin-bottom: 20px;
}  
.block ul li:last-child hr {
	margin-bottom: 0;
	}
	
.allcaps-label {
	width: 100%;
	display: block;
	padding:0;
	position: relative;
	text-transform: uppercase;
font-weight: 500;
font-size: 12px;
letter-spacing: 1.661538px;
color: #5B66DA;
	margin-bottom: 14px;
	margin-top: 15px;
	text-decoration: none;
}
.breakingnews .allcaps-label span {
	color: #000;
	background: #ffde6a;
	padding: 5px 8px;
	text-decoration: none;
	display: inline;
}
.breakingnews .allcaps-label + hr {
	background: #ffde6a;
}

.breakingnews .post-title {
	color:#000;
}
.single-post .allcaps-label {
	margin-top: 0;
}
.single-post .yarpp .allcaps-label {
	margin-top: 15px;
	}
.block .btn-wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}	
.block .btn.left {
align-self: flex-start;
	}
.block .btn.right {
align-self: flex-end;
	}		

/* .block .box */
.block > a {
	text-decoration: none;
}
.block .box {
	background: #5B66DA;
	color: #fff;
	-webkit-box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.3); 
box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.3);
padding: 26px 30px 35px 30px;
}
.block a .box * {
	text-decoration: none;
}
.block .box h2,
.block .box h4,
.block .box p {
	color: #fff;
	}
.block .box h2 {
	margin-bottom: 5px;
}	
.block .box h4 {
	margin-bottom: 10px;
}	
	
	
/* .block .box.big */
.block .box.big {
padding-top: 22px;
	}

/* .block.info_lists */

.block.info_lists {
	color: #000;
}
.block.info_lists h4,
.icon_title_text_btn h4 {
	margin-top: 10px;
}

.block.info_lists p,
.icon_title_text_btn p {
	font-size: 23px;
	line-height: 1.3;
	}	
.block.info_lists .btn {
	align-self: flex-start;
}	
.block.title_2_column_text + .block.title_2_column_text {
	margin-top: 2px;
}
.block.title_2_column_text:nth-child(2) + .block.title_2_column_text:nth-child(3) {
margin-top: 9px;
}
/* .block.how_we_work */
.block.how_we_work h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.block.how_we_work p {
	line-height: 1.571;
	color: #000;
	margin-bottom: 0;
	}	
/* .block.about_us */	
	section#block_about_us .container > .row > div + div,
	section#block_donate .container > .row > div + div {
    margin-top: 0;
}
/* block numbers */
#block_numbers,
#block_numbers2 {
		background: #EBF2FF;
		padding-top: 70px;
		padding-bottom: 100px;
}
#block_numbers2 {
	padding-top: 50px;
	padding-bottom: 80px;
}	
.block.numbers + .block.numbers:nth-child(2) {
	margin-top: 57px;
}
.block.numbers + .block.numbers:nth-child(3),
.block.numbers + .block.numbers2:nth-child(4) {
    margin-top: 47px;
}
.block.numbers + .block.numbers2:nth-child(3) {
    margin-top: 57px;
}
.block.numbers img {
		max-width: 283px;
}
.block.numbers2 img {
		max-width: 244px;
}
.block.numbers .number {
	margin-top: 19px;
	margin-bottom: 2px;
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
	color: #5B66DA;
}
.block.numbers2 .number {
    margin-top: 15px;
    margin-bottom: 11px;
    }
.block.numbers2 .number {
	font-size: 70px;
	letter-spacing: 0.8px;
}
.block.numbers .numberlabel {
	font-size: 23px;
}
.block.numbers2 .numberlabel {
    font-size: 14px;
    line-height: 1.57;
}
.block.numbers p {
	margin-top: 40px;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #5B66DA;
}
/* block_full_width_image */
#block_full_width_image img {
	width: 100%;
	height: auto;
}
/* block_quote */
.block.quote hr + p {
	margin-top: 20px;
}	
.block.quote p {
font-weight: 700;
font-size: 29px;
font-style: italic;
line-height: 1.31;
letter-spacing: 0.3px;
color: #5B66DA;
margin-bottom: 20px;
}
.block.quote span {
font-weight: 400;
font-size: 14px;
letter-spacing: 0.2px;
color: #5B66DA;	
line-height: 1.6;
}
.block.quote span.name {
	font-weight: 700;
	}
.block.quote .profile {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}	
.block.quote img {
	max-width: 70px;
	border-radius: 50%;
	margin-right: 20px;
}
.block.quote .profile-info {
	display: flex;
	flex-direction: column;
}
/* .block.sectiontitle_title_text_btn */
#block_sectiontitle_title_text_btn .sectiontitle {
	margin-bottom: 10px;
}
.block.sectiontitle_title_text_btn hr + p {
	margin-top: 15px;
}
/* .block.team */
.block.team .team_member {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.block.team > div > div {
	margin-top: 30px;
}
.block.team > div > div:nth-child(1),
.block.team > div > div:nth-child(2) {
	margin-top: 0;
}
.block.team .team_member .team_member_picture {
	position: relative;

}
.team_member_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom:0;
	left: 0;
	height: 0;
	background: #5B66DA;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;

}
.team_member_overlay img {
	  padding-top: 21px;
}
.team_member_overlay p {
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.462;
	padding-top: 8px;
	padding-bottom: 0;
	padding-left: 12px;
	padding-right: 12px;
}
.block.team .team_member:hover {
	cursor: pointer;
}
.block.team .team_member:hover .team_member_overlay,
.block.team .team_member:focus .team_member_overlay { 
   height: 100%;
}

.block.team .team_member .name,
.block.team .team_member .role {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.625;
	}
.block.team .team_member .name {
	font-weight: 700;
	margin-top: 10px;
	}	
/* #info_list */
#info_list hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

#info_list ul,
#info_list ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#info_list ul li h4 {
	margin-bottom: 10px;
}
#info_list ul li h4::before { 
  display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
  pointer-events: none;
}
#info_list ul > li > p,
#info_list ul li {
	margin-bottom: 20px;
}
#info_list ul li hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
#info_list ul li:last-child,
#info_list ul li:last-child hr {
	margin-bottom: 0;
}
.info_section_item {
	font-size: 14px;
	line-height: 1.55;
}
.info_section_item a {
	margin-top: 1px;
	display: block;
}
#info_list ul.info_section_contents li {
	margin-bottom: 0px;
}
#info_list ul.info_section_contents li a {
	font-size: 14px;
}

/* .block.partners */
section > .container > .row > .block.partners {
	margin-top: 30px;
}
.block.partners + .sectiontitle {
    margin-top: 60px;
}
.block.partners img {

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;	
  border-bottom: 1px solid #cccccc;
}
.block.partners a:hover img {
	filter: grayscale(100%);
	}
	
/* block news */
#posts .sectiontitle + div {
	margin-top: 30px;
}	

/* Home page */
.home #content {
	background: #EBF2FF;
	position: relative;
}
.home section#content + section {
    margin-top: 80px;
}
.home #content > * {
	position: relative;
	z-index: 1;
}
.home #content::after {
	position: absolute;
	bottom: 0;
	z-index: 0;
	content: '';
	width: 100%;
	background: #fff;
	height: 93px;
}

.home .page-content p {
	font-size: 23px;
	font-style: italic;
	letter-spacing: 0.21px;
	line-height: 1;
}
.home .key_cta:first-child {
	margin-top: 50px;
}
.home .key_cta + .key_cta {
	margin-top: 28px;
}
.home .key_cta a + a {
	font-size: 14px;
	margin-top: 11px;
	display: block;
	text-decoration: underline;
}
.home .key_cta a + a:hover {
	text-decoration: none;
}
/* FAQ */

.page-template-page-faq-php nav.faq-tabs {
	display: block;
	width: 100%;
}
.nav.nav-tabs {
	border-bottom: 1px solid #5B66DA;
}
.nav.nav-tabs .nav-link {
	font-family: "DM Sans", sans-serif;
	color: #5B66DA;
	border-color: #5B66DA;
	background: #fff;
	border-bottom: 0;
	margin-right: 20px;
	outline: none;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 16px;
	}
.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link.active {
	background: #5B66DA;
	color: #fff;
}
.tab-content,
.accordion {
	width: 100%;
	display: block;
	text-align: left;
	font-family: "DM Sans", sans-serif;
}
.accordion-header {
	margin: 0;
}
h4.accordion-header button,
h5.accordion-header button {
	background: transparent;
	font-family: "DM Sans", sans-serif;
	border: 0;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #5B66DA;
	border-bottom: 1px solid #5B66DA;
	width: 100%;
	display: block;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	padding-bottom: 16px;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
h5.accordion-header button {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	border: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.accordion-body p {
	font-size: 14px;
	font-weight: 400;
	padding-top: 0;
	padding-bottom: 15px;
}
.accordion-body,
h5 .accordion-button.collapsed {
	position: relative;
}
.accordion-body::after,
h5 .accordion-button.collapsed::after {
content: ' ';
width: 100%;
    height: 1px;
    display: block;
    background: url(../img/dottedline.png) repeat-x top left;
    background-size: contain;
    margin: 0;
    border: 0;
    position: absolute;
    bottom: 0;	
}
.accordion-button .arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
   transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);  
}

.accordion-button.collapsed .arrow {
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
h4 .accordion-button .arrow {
 border: solid #5B66DA;	
 border-width: 0 1px 1px 0;
}
/* blog */
.page-template-page-blog-php section#content > .container > .row > div + div,
.category section#content > .container > .row > div + div {
    margin-top: 0;
}
.page-template-page-blog-php .title-img-wrapper,
.category .title-img-wrapper {
	margin-top: 0;
}
section#content + section#posts {
	margin-top: 40px;
}
.page-template-page-blog-php .title-img-wrapper:after,
.category .title-img-wrapper:after {
	content: ' ';
	width: 100%;
	height: 1px;
	background: #5B66DA;
	position: relative;
	bottom: 0;
    display: block;
    margin-top: -6.2%;
    z-index: -1;
}
.category-menu {
	border-bottom: 1px solid #5B66DA;
	margin-top: 78px;
		font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 4px;
	display: flex;
	align-items: center;
}
.category-menu ul,
.category-menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.category-menu ul {
	margin-left: 30px;
}	
.category-menu ul li {
	margin-right: 30px;
	margin-bottom: 4px;
	display: inline-block;
}
.category-menu ul li:last-child {
	margin-right: 0;
	}
.category-menu a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}	
.category-menu a:hover,
.category-menu ul li.current a,	
.category-menu .current {
	color: #5B66DA;
	text-transform: uppercase;
}
.category-menu ul li.current a,	
.category-menu .current {
	font-weight: 700;
	}
.category-menu > a,
.category-menu > span.current {
	margin-bottom: 4px;
}	
.post {
	text-decoration: none;
	display: block;
}

.post.breakingnews h3,
.post.breakingnews h4,
.post.breakingnews .link,
.block.news.breakingnews h4,
.block.news.breakingnews .link {
	color: #000;
}
.post h4 {
	margin-top: 10px;
	margin-bottom: 7px;
	}
.post p {
	margin-bottom: 4px;
}
.post .link,
.yarpp .post .link {
	font-size: 14px;
	color: #5B66DA;
	margin-top: 6px;
	line-height: 1.571;
    letter-spacing: 0.2px;
    text-decoration: none;
}
.post:hover .link,
.post .link:hover,
.yarpp .post:hover .link,
.yarpp .post .link:hover {
	text-decoration: underline;
	}
	
.pagination-wrapper {
	margin-top: 50px;
		display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
.pagination {
padding: 0;
font-size:11px;
line-height:13px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 22px;
}

.pagination span,
.pagination a.inactive,
.pagination .btn {
display:block;
margin: 0;
	margin-right: 22px;
text-decoration:none;
width:auto;
	font-size: 14px;

}

.pagination a.inactive {
	text-decoration: underline;
	color:#000;

}
	.pagination a.inactive:hover {
	text-decoration: none;
}
.pagination-wrapper .btn,
.pagination-wrapper .btn.inactive  {
	padding: 7px 12px;
}
.pagination a:hover{
}

.pagination .current{
color:#5B66DA;
font-weight: 700;
}
/*single page */
.page .page-content p,
.page .page-content ul {
	margin-top: 11px;
}
.page .page-content h1,
.page .page-content h2,
.page .page-content h3,
.page .page-content h4 {
	margin-top: 30px;
}
.page .page-content h1 + p,
.page .page-content h2 + p,
.page .page-content h3 + p,
.page .page-content h4 + p {
	margin-top: 7px;
}
.page .page-content > *:first-child {
	margin-top: 0;
}
/*single post */

.single-post #header + #content {
	margin-top: 60px;
}
.single-post section > .container > .row .post-content > div + div,
.single-post section > .container > .row > div + div {
	margin-top: 0;
	}
.single-post hr + h1 {
	margin-top: 15px;
	margin-bottom: 10px;
}
.wp-caption,
.single-post .post-content img {
	margin-top: 30px;
	margin-bottom: 30px;
}
.single-post .subtitle { 
	margin-bottom: 30px;
	}
.single-post h1 + .post-content,
.single-post p + .post-content	{
	margin-top: 30px;
}
.single-post p + p {
	margin-top: 11px;
}
.col-lg-6 .wp-caption,
	.single-post .post-content .wp-caption img {
	margin-top: 0;
	margin-bottom: 0;
}
.single-post .container > .row .col-lg-6 {
	margin-top: 30px;
}
.single-post .container > .row .col-lg-6 + .col-lg-6 {
	margin-bottom: 30px;
}
p.wp-caption-text {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.333;
   }
p.wp-caption-text em {
font-style: normal;
color: #A6A6A6;
}
.single-post .post-content h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.single-post .post-content .infobox {
	background: #ecf2ff;
	padding: 20px 20px 30px 20px;
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.single-post .post-content .infobox h4 {
	margin-bottom: 7px;
}
.single-post .post-content ul,
.single-post .post-content ol,
.single-post .post-content ul li,
.page .page-content ul,
.page .page-content ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 30px;
	margin-top: 25px;
	font-size: 14px;
	position: relative;
}
.single-post .post-content ol {
	list-style: decimal;
}
.single-post .post-content ol li {
padding-left: 10px;
margin-left: 15px;	
}
.single-post .post-content > *:last-child {
	margin-bottom: 0;
}
.single-post .post-content > *:first-child {
	margin-top: 0;
}
.single-post .post-content ul li,
.page .page-content ul li {
	padding-left: 28px;
	margin-top: 0;
	margin-bottom: 17px;
}
.single-post .post-content ul li:before,
.page .page-content ul li:before {
	position: absolute;
	left: 0;
	content: '\2014';
	}
.single-post blockquote {
	margin-top: 30px;
	margin-bottom: 15px;
}

.single-post blockquote + * {
	margin-top: 30px;
}
.single-post blockquote p,
.single-post blockquote p em {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #5B66DA;
	line-height: 1.31;
}
.single-post .quote-name,
.single-post .quote-role {
	font-weight: 700;
	display: block;
	color: #5B66DA;
	font-size: 14px;
}
.single-post .quote-role {
	font-weight: 500;
	margin-top: 1px;
	margin-bottom: 30px;
}
.single-post blockquote + .quote-name {
	margin-top: 10px;
}

.more_info_links,
.more_info_links li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	
}
.more_info_links {
	margin-top: 30px;
	margin-bottom: 30px;
}
.single-post .more_info_links li {
	margin-bottom: 15px;
	padding: 0;
}
.more_info_links li a:hover {
	color: #5B66DA;
}
.author_info {
	font-size: 14px;
}
.author_info span {
	font-weight: 700;
	display: block;
}
	/* yarpp related posts */
	.yarpp {
		margin-top: 80px;
		margin-bottom: 100px;
	}
	.yarpp h2 {
		margin-bottom: 30px;
		}
	.yarpp .btn-wrapper {
	margin-top: 38px;
	}		
/* Footer */
section#content + section#footer,
#footer {
	margin-top: 119px;
}
#footer .container {
	max-width: 100%;
}
.footer-illu-wrapper {
	border-bottom: 1px solid #5B66DA;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.footer-illu-wrapper img,
.footer-illu-wrapper .footer-illu {
	max-width: 628px;
	width: 100%;
	top: 1px;
    position: relative;
    z-index: -1;
    align-self: flex-end;
}
section#footer .container > .row > .prefooter {
	margin-top: 50px;
}
.prefooter {
	margin-bottom: 33px;
}
.prefooter img,
.prefooter .footerlogo {
	margin-right: 11px;
	max-width: 80px;
}
.prefooter .left a {
	text-decoration: none;
}
.prefooter p {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin-top: 20px;
}
.prefooter-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 30px;
	}
.prefooter-row > div {
	flex-grow: 1;
	align-self: flex-start;
	}

.prefooter-row .btn a {
	padding-top: 9px;
	padding-bottom: 9px;
	height: 34px;
	font-size: 10.5px;
	letter-spacing: 0.32px;
}
.footer-menu-left {
	margin-right: 80px;
}

.footer-menu-left li,
.footer-menu-right li {
	margin-bottom: 15px;
	line-height: 1;
}
.footer-menu-left li a,
.footer-menu-right li a {
	padding-top: 0;
	display: inline-block;
}
.copyright-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 63px;
}
.copyright-row .left {
	display: flex;
}
.prefooter-row .social-link,
.copyright-row .social-link {
		margin-right: 0;
	margin-left: 20px;
	height: 34px;
	width: 34px;
	background: #5B66DA;
    -webkit-mask-size: cover;
    mask-size: cover;
    display: block;
	}
.copyright-row .social-link:hover {
	background: #3641B5;
}	

.footer-menu-copyright {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;

}
.footer-menu-copyright li {
	margin-right: 16px;
	text-transform: uppercase;
}
.footer-menu-copyright li a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
	
.copyright {
	font-size: 12px;
	margin-top: 4px;
	color: #B7B7B7;
}
.newsletter-wrapper {
  position: relative;
  z-index: 0;
  height: 408px;
}
section.newsletter {
  position: fixed;
height: inherit;
width: 100%;
bottom: 0;
display: flex;
align-items: flex-start;

}

.newsletter {
	background: #5B66DA;
	padding-top: 30px;
	padding-bottom: 70px;
}
.newsletter h3 {
	color: #fff;
	margin-bottom: 19px;
	}
	
#mc_embed_signup input {
	margin-bottom: 14px;
}
.newsletter input[type=text],
.newsletter input[type=email] {
	border: 1px solid #fff;
	color: #fff;
}
.newsletter .label-text {
	color: #fff;
}	
.newsletter button[type=submit] {
	}	
.newsletter input[type="checkbox"] + label {
	align-items: center;
}	
.newsletter input[type="checkbox"] + label span {
    border: 1px solid #fff;
}

.newsletter input[type="checkbox"]:checked + label span:before {
    border: solid #fff;
    border-width: 0 1px 1px 0;
}

.newsletter input[type="checkbox"] + label p {
	color: #fff;
  display: inline-block;
  width: 90%;
  float: left;
  font-size: 12px;
}


#mce-success-response {
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  position: fixed;
  z-index: 2;
background: #5B66DA;
}
.close {
	float: none;
}
#mce-success-response .close-x {
	margin-top: 26px;
	position: relative;
background: transparent;
border: 0;
	width: 20px;
	height: 20px;
	float: right;
}
#mce-success-response .close-x svg {
	width: 20px;
	height: 20px;
	stroke: #fff;
}
#mce-success-response h1 {
	color: #fff;
	margin-top: 44px;
	margin-bottom: 23px;
}
#mce-success-response .img-wrapper {
	margin-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
#mce-success-response .img-wrapper:after {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 1px;
background: #000;
left: 0;
bottom: 10.4%;
	}
@media (min-width: 768px) { 
	.container {
    max-width: 100%;
  	}
  	.container {
    padding-right: 50px;
    padding-left: 50px;
  	}
  	section + section,
  	.home section#content + section {
	margin-top: 100px;
	}
	#header,
	.header {
		height: 70px;
	} 
	#content {
    padding-top: 70px;
	}
	.topbanner + section,
	.topbanner + section#content {
	padding-top: 0;
	}			
	.topbanner {
	margin-top: 70px;
	}
	.logo img,
	.logo svg {
	height: 40px;
	}
	.btn-mobile-menu {
    height: 70px;
    width: 70px;
    }
    .mobile-menu-wrapper.on {
	    height: calc(100vh - 70px);
	}
	.mobile-menu-wrapper {
	    top: 70px;
	}
	.mobile-menu {
		padding-top: 133px;
		text-align: center;
	}
	.mobile-menu li {
    margin-bottom: 25px;
	}
	.mobile-menu li.button {
		text-align: center;
		padding-top: 40px;
	}
		.languageswitcher button,
	.wpml-ls > ul > li.wpml-ls-item,
	.wpml-ls > ul > li.wpml-ls-item a {
	width: 70px;
	height:70px;
	}
	.languageswitcher button img {
	max-width: 20px;
	max-height: 20px;
	margin-right: 7px;
	}
	.wpml-ls-legacy-list-horizontal,
	.wpml-ls-legacy-list-vertical {
		width: 70px;
	}

	.languageswitcher button,
	.wpml-ls > ul > li.wpml-ls-item {
	width: 70px;
	height: 70px;
	}	 
  	.title-img-wrapper {
	width: 100%;
	height: 100%;
	padding-bottom: 0;
	position: relative;
	margin-top: 0;
	display: flex;
	align-items: flex-end;
	}
	.title-img {
		max-width: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		margin-top: 0;
	}
	.home .key_cta, .home .key_cta:first-child, .home .key_cta + .key_cta {
    margin-top: 40px;
	}
	.block.key_cta .box {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		height: 100%;
	}
	section > .container > .row > .sectiontitle + .block {
    margin-top: 30px;
	}
	.sectiontitle + .block .icon {
		margin-top: 0;
	}

	.page h1, .category h1 {
    margin-top: 80px;
	}

	.block.numbers + .block.numbers:nth-child(2),
	.block + .block,
	.block + .sectiontitle,
	section > .container > .row > div + div,
	.sectiontitle + .block.sectiontitle_title_text_btn h4,
	.block.team > div > div {
    margin-top: 0;
	}
	section > .container > .row > .block.news + div {
	margin-top: 30px;
	}
	section > .container > .row > .block.news + .block.news,
	section > .container > .row > .block.how_we_work + .block.how_we_work,
	section > .container > .row > .block.sectiontitle_title_text_btn + .block.sectiontitle_title_text_btn	 {
    margin-top: 30px;
	}
	section#info_list > .container > .row > div + div {
    margin-top: 40px;
    }
	#block_sectiontitle_title_text_btn .sectiontitle,
	.sectiontitle p {
    margin-bottom: 0;
	}
	#block_numbers {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	#block_numbers2 {
    padding-bottom: 60px;
	}
	.block.numbers + .block.numbers:nth-child(3) {
    margin-top: 27px;
	}
	.block.numbers2 + .block.numbers2:nth-child(3) {
    margin-top: 0;
	}
	.block.numbers2:nth-child(4) {
    margin-top: 30px;
	}
	.block.numbers p {
    margin-top: 30px;
	}
	.block.numbers2 img {	
	max-width: 190px;
	}
	.block.numbers2 .number {
    font-size: 46px;
    letter-spacing: 0.8px;
	}
	/* .block.how_we_work */
	.block.how_we_work h4 {
    margin-bottom: 7px;
	}
	/* .block.about_us */
	#block_about_us {
    padding-bottom: 4.25%;
	}
	#block_about_us + section,
	#block_donate + section	 {
		margin-top: 120px;
	}
	#block_about_us .container > .row > div:nth-child(1) {
		 margin-right: -4.17666%;
	 
	}
	#block_about_us .container > .row > div:nth-child(2) {
		 margin-left: -4.1666%;
	  transform: translateY(14%);
	-moz-transform:translateY(14%);
	-webkit-transform:translateY(14%);
	-o-transform:translateY(14%);
	-ms-transform:translateY(14%);
	}
	/* .block.donate */
	#block_donate {
	margin-top: 120px;
	}
	#block_about_us + #block_donate	{
	margin-top: 140px;
	}
	#block_donate .container > .row > div:nth-child(1) {
		 margin-right: -4.17666%;
		 transform: translateY(7.5%);
		-moz-transform:translateY(7.5%);
		-webkit-transform:translateY(7.5%);
		-o-transform:translateY(7.5%);
		-ms-transform:translateY(7.5%);
	}
	#block_donate .container > .row > div:nth-child(2) {
		 margin-left: -4.1666%;
	  transform: translateY(-6.4%);
	-moz-transform:translateY(-6.4%);
	-webkit-transform:translateY(-6.4%);
	-o-transform:translateY(-6.4%);
	-ms-transform:translateY(-6.4%);
	}
	.block.donate .box {
		padding-right: 14%;
		height: 100%;
	}
	/* title + 2 column text */
	.block.title_2_column_text + .block.title_2_column_text,
	.block.title_2_column_text:nth-child(2) + .block.title_2_column_text:nth-child(3) {
	margin-top: 0;
	}	
	/* blog */
		.page-template-page-blog-php .title-img-wrapper,
	.category .title-img-wrapper {
		margin-top: 92px;
		margin-top: 108px;
		z-index: 2;
		}
	.page-template-page-blog-php section > .container > .row > .block.news + .block.news,		
	.category section > .container > .row > .block.news + .block.news {
		margin-top: 0;
	}
	.page-template-page-blog-php .block.news .post, .category .block.news .post {
    margin-bottom: 60px;
	}
	.page-template-page-blog-php .title-img-wrapper .title-img,
	.category .title-img-wrapper .title-img {
		transform: translateY(10.5%);
		-moz-transform:translateY(10.5%);
		-webkit-transform:translateY(10.5%);
		-o-transform:translateY(10.5%);
		-ms-transform:translateY(10.5%);
	}
	.page-template-page-blog-php .title-img-wrapper:after,
	.category .title-img-wrapper:after {
		display: none;
		}
		
	.footer-illu-wrapper img {
    max-width: 450px;
    }
    .newsletter-wrapper {
 	height: 298px;
	}
   	.newsletter .col-lg-6:first-child {
	display: flex;
	justify-content: space-between;	    	
   	}
   	.newsletter .col-lg-6:first-child .input-wrapper {
				width: 47.5%;	
	}
	.newsletter .col-lg-6:first-child .input-wrapper:first-child {
		margin-right: 3%;
	}
		.newsletter button[type=submit] {
		float: right;
		margin-top: 8px;
	}
}

@media (min-width: 992px) { 
	.container {
    max-width: 1270px;
    padding-right: 70px;
    padding-left: 70px;
	}
	.row {
	    margin-right: -24px;
	    margin-left: -24px;
	}

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	    padding-right: 24px;
	    padding-left: 24px;
	}

	h1, h2, h3, h4 {
		font-size: 48px;
		letter-spacing: 0.3px;
	}
	h2,
	h1.singlepage-title {
		font-size: 38px;
		line-height: 1.315;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 22px;
		line-height: 1.455;
	}
	h5 {
		font-size: 18px;
	}
	p {
		font-size: 16px;
		line-height: 1.625;
		letter-spacing: 0.3px;
	}
	.btn,
	.btn.inactive {
		font-size: 15px;
		letter-spacing: 0.5px;
		padding: 15px 22px;
	}
	.btn.small {
		font-size: 14px;
		letter-spacing: 0.4px;
		padding: 11px 17px;
		line-height: 1.333;
	}
	#header,
	.header {
		height: 80px;
	}
	.header {
	padding-left: 24px;
	}
	.topbanner {
	position: absolute;
	margin-top: 80px;
	}
	.topbanner a {
	font-size: 14px;
	padding: 10px 15px 12px 15px;
	}
	.logo {
		padding-bottom: 4px;
	}	
	.logo img,
	.logo svg {
	height: 40px;
	}
	.btn-mobile-menu {
    height: 80px;
    width: 80px;
    }
    .mobile-menu-wrapper.on {
	    height: calc(100vh - 80px);
	}
	.mobile-menu-wrapper {
	    top: 80px;
	}

	#content {
    padding-top: 0;
	}
	
	
	section + section {
		margin-top: 200px;
	}
	section#content + section {
    margin-top: 100px;
	}
	section .container > .row > div + div,
	section > .container > .row > .block.sectiontitle_title_text_btn + .block.sectiontitle_title_text_btn {
	margin-top: 0;
	}
	/* headline and block margins */
	.sectiontitle h2 {
	margin-bottom: 30px;
		}
	#header + #content,
	#block_press .sectiontitle + .block {
		margin-top: 0;
	}
	section .container > .row > div + div {
	margin-top: 0;
	}
	.sectiontitle + .block h4 {
    margin-top: 0;
	}


	.page h1,
	.category h1 {
		margin-top: 200px;
		margin-bottom: 20px;
	}
	.page h1.singlepage-title {
	margin-bottom: 40px;
	}
	.page .page-content h1,
	.page .page-content h2,
	.page .page-content h3,
	.page .page-content h4 {
    margin-top: 42px;
	}	
	.page-content + .btn {
	margin-top: 40px;
	}
	.page-content p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.625;
    }
	.page-top .page-content p {
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 1.778;
    }    
    .page .page-content p {
    margin-top: 26px;
	}
	.page .page-content ul {
		margin-top: 30px;
	}
	.page .page-content ul,
	.page .page-content li {
		font-size: 16px;
	}
	section > .row > div + div {
		margin-top: 0;
	}
	.languageswitcher button,
	.wpml-ls > ul > li.wpml-ls-item,
	.wpml-ls > ul > li.wpml-ls-item a {
	width: 80px;
	height: 80px;
	}
	.languageswitcher button img {
	max-width: 20px;
	max-height: 20px;
	margin-right: 7px;
	}
	.wpml-ls-legacy-list-horizontal,
	.wpml-ls-legacy-list-vertical {
		width: 80px;
	}

	.languageswitcher button,
	.wpml-ls > ul > li.wpml-ls-item {
	width: 80px;
	height: 80px;
	}
	.languageswitcher button,
	.wpml-ls > ul > li.wpml-ls-item a,
	.wpml-ls > ul > li.wpml-ls-item a span {
		font-size: 14px;
	}
	
	/* .block */
	.block h2 {
	margin-bottom: 10px;
	}
	.block h2 + p {
		margin-top: 20px;
		}
	.block p + .btn,
	.block p + .btn-wrapper {
	margin-top: 38px;
	}
	.sectiontitle + .block .icon,
	.block .icon {
    margin-top: 20px;
	}

	.block h4 + hr,
	.sectiontitle h3 + hr {
	margin-top: 20px;
	}
	.block ul li hr {
    margin-top: 32px;
    margin-bottom: 30px;
	}
	.block ul li h5 {
		padding-bottom: 3px;
		padding-bottom: 7px;
	}
	.sectiontitle p {
		margin-bottom: 40px;
	}
	.block .icon + h2 {
    margin-top: 14px;
	}

	/* .block .box */
	.block .box {
		padding-top: 35px;
		padding-bottom: 45px;
		padding-left: 40px;
		padding-right: 40px;		
	}	
	.block .box h2 {
    margin-bottom: 10px;
	}
	.block .box p {
		font-size: 18px;
		line-height: 1.444;
	}
	.block .box h4 {
	margin-bottom: 20px;
	}
	.block .box p + .btn,
	.block .box p + .btn-wrapper {
    margin-top: 30px;
	}
	/* .block .box.big */
	.block .box.big {
		padding: 40px 48px 60px 48px;		
	}	
	.block .box.big p + .btn,
	.block .box.big p + .btn-wrapper {
	margin-top: 40px;
	}		
	/* 	.block.info_lists*/
	.block.info_lists .icon {
	margin-top: 0;
	}
	.block.info_lists p,
	.icon_title_text_btn p {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.5px;
	}
	.block.info_lists p + .btn,
	.block.info_lists p + .btn-wrapper {
	margin-top: 40px;
	}

	/* .block.partners */
	section > .container > .row > .block.partners {
		margin-top: 40px;
	}
	.block.partners + .sectiontitle {
    margin-top: 100px;
	}
	/* block news */
	section > .container > .row > .block.news + div,
	section > .container > .row > .block.news + .block.news,
	#posts .sectiontitle + div {
		margin-top: 0;
	}
	#posts .sectiontitle h2 {
		margin-bottom: 50px;
	}
	/* block numbers */
	#block_numbers {
	padding-top: 90px;
	padding-bottom: 110px;
	}	
	.block.numbers + .block.numbers:nth-child(2) {
		margin-top: 0;
	}
	.block.numbers + .block.numbers:nth-child(3) {
	    margin-top: 47px;
	}
	.block.numbers img {
			max-width: 390px;
			width: 100%;
	}
	.block.numbers2 img {	
	max-width: 293px;
	}
	.block.numbers .number {
		margin-top: 25px;
		font-size: 110px;
	}	
	.block.numbers .numberlabel {
		font-size: 30px;
	}
	.block.numbers p {
	font-size: 38px;
	letter-spacing: 0.3px;
    margin-top: 40px;
	}
	/* numbers2 */
	#block_numbers2 {
	padding-top: 80px;
	padding-bottom: 100px;
	}
	.block.numbers + .block.numbers2:nth-child(3) {
    margin-top: 0;
	}
	.block.numbers + .block.numbers2:nth-child(4) {
    margin-top: 52px;
	}
	.block.numbers2 .number {
	margin-top: 30px;
	font-size: 76px;
	letter-spacing: 0.76px;
	}
	.block.numbers2 .numberlabel {
    font-size: 16px;
	}
		/* title + 2 column text */
	.block.title_2_column_text h2 {
	margin-bottom: 20px;
	}
	/* block team */
	.block.team > div > div {
    margin-top: 50px;
	}
	#block_team .sectiontitle h2 {
    margin-bottom: 20px;
	}
	.block.team > div > div:nth-child(3),
	.block.team > div > div:nth-child(4)  {
		margin-top: 0;
	}
	.block.team .team_member .name, .block.team .team_member .role {
    font-size: 16px;
	}
	.block.team .team_member .name {
    margin-top: 19px;
	}
	.team_member_overlay img {
	  padding-top: 50px;
	}
	.team_member_overlay p {
		font-size: 16px;
		line-height: 1.625;
		padding-top: 10px;
		padding-bottom: 0;
		padding-left: 32px;
		padding-right: 32px;
	}
	/* block how we work */
	section > .container > .row > .sectiontitle + .block.how_we_work,
	section > .container > .row > .block.how_we_work + .block.how_we_work,
	section > .container > .row > .sectiontitle + .block.sectiontitle_title_text_btn {
		margin-top: 0;
	}
	.block.how_we_work {
		justify-content: flex-start;
	}
	.block.how_we_work h4 {
	margin-top: 20px;
  	margin-bottom: 10px;
	}		
	/* block quote */
	.block.quote hr + p {
		margin-top: 30px;
	}	
	.block.quote p {
	font-size: 48px;
	line-height: 1.31;
	color: #5B66DA;
	}
	.block.quote span {
	font-size: 18px;
	letter-spacing: 0.3px;
	line-height: 1.27;
	}
	.block.quote p {
    margin-bottom: 29px;
	}
	/* .block.donate */
	.block.donate .box.big {
		padding-right: 68px;
		
	}
	#block_donate,
	#block_about_us + section,
	#block_donate + section,
	#block_about_us + #block_donate	 {
		margin-top: 230px;
	}

	/* page info-list */
	#info_list hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#info_list h5 {
		font-size: 18px;
	}
	#info_list ul,
	#info_list ul li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#info_list ul li h4 {
		margin-bottom: 10px;
	}
	#info_list ul > li > p,
	#info_list ul li {
		margin-bottom: 32px;
	}
	#info_list ul li hr {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.info_section_item {
		font-size: 16px;
	}
	#info_list .col-lg-7 {
	padding-right: 0;
	}
	#info_list .col-lg-3 {
		padding-left: 0;
	}

	#info_list .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
	}
	#info_list .sticky-offset {
		margin-top: 5px;
		padding-left: 50px;
	    top: 152px;
	}
	#info_list .sticky-offset hr {
		margin-bottom: 12px;
		}
	#info_list ul.info_section_contents li {
    margin-bottom: 4px;
	}	
	/* #block_sectiontitle_title_text_btn */
	#block_sectiontitle_title_text_btn .sectiontitle {
	margin-bottom: 0;
	}
	.block.sectiontitle_title_text_btn hr + p {
    margin-top: 18px;
	}
	.block.sectiontitle_title_text_btn p + .btn,
	.block.sectiontitle_title_text_btn p + .btn-wrapper {
    margin-top: 40px;
	}
	/* home page */
	.home .key_cta,
	.home .key_cta:first-child,
	.home .key_cta + .key_cta {
    margin-top: 71px;
	}
	.home section#content + section {
    margin-top: 154px;
	}
	.home h1  {
    margin-bottom: 28px;
	}
	.home .title-img-wrapper {
    padding-left: 0;
    }
   	.home .title-img-wrapper .title-img {
   	max-width: 100%;
   	}
	.home .page-content p {
	font-size: 38px;
	letter-spacing: 0.3px;
	line-height: 1;
	}
	.home #content::after {
	height: 146px;
	}
	.home .key_cta a + a {
	font-size: 16px;
	margin-top: 20px;
	}
	/* faq */
	.nav.nav-tabs .nav-link {
    margin-right: 30px;
    font-size: 15px;
    padding: 15px 22px;
	}
	h4.accordion-header button,
	h5.accordion-header button {
	padding-top: 53px;
	padding-bottom: 20px;
	letter-spacing: 0.3px;
	}
	h5.accordion-header button {
	padding-top: 25px;
	padding-bottom: 10px;
	padding-bottom: 20px;
	font-size: 18px;
	}
	h5.accordion-header button.collapsed {
	padding-bottom: 20px;		
	}
	.accordion-body p {
		font-size: 16px;
		padding-bottom: 20px;
	}
	h4 .accordion-button .arrow {
	padding: 6px;
	 border-width: 0 2px 2px 0;
	}
	/* blog */
	section#content + section#posts {
	    margin-top: 50px;
	}
	.page-template-page-blog-php .title-img-wrapper, .category .title-img-wrapper {
    margin-top: 83px;
	}
	.page-template-page-blog-php .title-img-wrapper .title-img,
	.category .title-img-wrapper .title-img {
		transform: translateY(7.5%);
		-moz-transform:translateY(7.5%);
		-webkit-transform:translateY(7.5%);
		-o-transform:translateY(7.5%);
		-ms-transform:translateY(7.5%);
	}
	.block.news	.post {
	margin-bottom: 48px;
	}
	.page-template-page-blog-php .block.news .post,
	.category .block.news .post {
	margin-bottom: 100px;
	}
	.allcaps-label {
	margin-top: 19px;
	margin-bottom: 17px;
	letter-spacing: 2px;
	font-size: 14px;
	}
	.breakingnews .allcaps-label span {
	padding: 6px 8px 6px 10px;
	}	
	.single-post .allcaps-label {
	margin-top: 10px;
	}	
	.single-post .yarpp .allcaps-label {
	margin-top: 20px;
	}
	.post h3 {
	margin-top: 20px;
    margin-bottom: 10px;
	}
	.post h4 {
	margin-bottom: 10px;
	}
	.post p {
	margin-bottom: 10px;
	}
	.pagination-wrapper {
	margin-top: 10px;
	justify-content: center;
	}
	.pagination-wrapper .btn,
	.pagination-wrapper .btn.inactive  {
	width: 40px;
	height: 40px;
	padding: 10px 12px;
	}
	.pagination {
	font-size:16px;
	margin-left: 30px;
	}
	.pagination span,
	.pagination a.inactive,
	.pagination .btn {
	margin-right: 30px;
	}
	.category-menu {
    margin-top: 34px;
	padding-bottom: 15px;
	}
	.category-menu,
	.category-menu a,
	.category-menu ul li a {
	font-size: 15px;
	}
	.category-menu ul li {
	margin-right: 40px;
	}
	/* single post */
	.single-post #header + #content {
	margin-top: 200px;
	}
	.single-post .subtitle {
		margin-bottom: 60px;
	}
	.single-post h1 + .post-content	{
	margin-top: 50px;
	}
	.single-post .subtitle p {
		font-size: 22px;
		letter-spacing: 0.3px;
		line-height: 1.6363;
	}
	
	.single-post hr + h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.single-post .post-content h3 {
    margin-top: 50px;
    margin-bottom: 20px;
	}
	.single-post .post-content p {
	font-size: 18px;
	line-height: 1.7777;
	}
	.single-post p + p {
	margin-top: 20px;
	}
	.single-post .post-content p.wp-caption-text {
	font-size: 16px;
	}
	.wp-caption,
	.single-post .post-content img,
	.single-post .container > .row .col-lg-6 {
	margin-top: 60px;
	margin-bottom: 50px;
	}
	.single-post .container > .row .col-lg-6 + .col-lg-6 {
    margin-bottom: 50px;
	}
	.single-post .container > .row .col-lg-6 {
		margin-bottom: 21px;
		}
	.single-post .post-content .infobox {
	background: #ecf2ff;
	padding: 30px 30px 40px 30px;
	font-size: 18px;
    margin-top: 60px;
    margin-bottom: 60px;
    }
    .single-post .post-content .infobox h4 {
	margin-bottom: 10px;
	}
	
	.single-post .post-content ul,
	.single-post .post-content ol,	
	.single-post .post-content li {
		margin-bottom: 30px;
		margin-top: 33px;
		font-size: 18px;
	}
	.single-post .post-content li {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.single-post blockquote {
	font-size: 38px;
	margin-top: 50px;
	margin-bottom: 20px;
	letter-spacing: 0.3px;
	}
	.single-post blockquote p,
	.single-post blockquote p em {
	font-size: 38px !important;
	line-height: 1.315 !important;
	letter-spacing: 0.3px;
		}
	.single-post blockquote + .quote-name {
		margin-top: 20px;
	}
	.single-post .quote-name,
	.single-post .quote-role {
		font-size: 16px;
	}
	.single-post .quote-role {
    margin-top: 2px;
    margin-bottom: 50px;
	}
	.single-post .more_info_links {
	margin-top: 50px;
	margin-bottom: 50px;
	}
	.single-post .more_info_links li {
		font-size: 16px;
    margin-bottom: 7px;
    }
    .author_info {
    font-size: 16px;
    line-height: 1.7;
	}	
	.single-post .post-content > *:last-child {
    margin-bottom: 0;
	}		
	/* yarpp related posts */
	.yarpp {
		margin-top: 200px;
		margin-bottom: 200px;
	}
	.yarpp .sectiontitle h2 {
    margin-bottom: 50px;
	}
	.yarpp .block + .block {
		margin-top: 0;
	}
	.yarpp .btn-wrapper {
		margin-bottom: 0;
	}
    /* Footer */
    section#content + section#footer, #footer {
	    margin-top: 203px;
    }

	.prefooter {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin-bottom: 95px;
	}
	section#footer .container > .row > .prefooter {
    margin-top: 70px;
	}
	.prefooter .left {
	align-self: flex-start;
	flex-grow: 1;
	}
	.prefooter .left p {
		max-width: 625px;
		padding-right: 40px;
		margin-top: 14px;
	}
	.prefooter p {
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    margin-top: 20px;
	}
	.prefooter-row .btn a {
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
	font-size: 12px;
	letter-spacing: 0.4px;
	}
	.footer-menu-copyright li,
	.footer-menu-copyright li a,
	.copyright {
    font-size: 14px;
    line-height: 1;
	}
	.footer-menu-left li, .footer-menu-right li {
    margin-bottom: 18px;
    }
	.copyright-row {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
    margin-bottom: 75px;
	}
	.copyright-row .social-link {
	height: 32px;
	width: 32px;
	}

	.copyright-row .left {
		flex-grow: 1;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	}
	.copyright {
		padding-bottom: 5px;
	}
	/* newsletter */
	.newsletter-wrapper {
	height: 292px;
	}
	.newsletter {
	padding-top: 59px;
	padding-bottom: 70px;
	}
	.newsletter h3 {
	font-size: 22px;
	}

	.newsletter button[type=submit] {
		font-size: 14px;
		margin-top: 0;		
	}
	#mc_embed_signup input {
    margin-bottom: 29px;
	}
	.newsletter input[type="checkbox"] + label {
		margin-top: 0;
	}
	#mce-success-response .img-wrapper {
	margin-bottom: 26px;
	margin-top: -16.3%;
	}
	#mce-success-response h1 {
	margin-top: 177px;
	margin-bottom: 23px;
	}
}
 @media (min-width: 992px) { 

	.title-img-wrapper {
	padding-left: 48px;
	}
	.title-img {
		position: relative;
		max-width: 392px;
	}


}

 @media (min-width: 1130px) { 
	 .top-menu {
		 display: block !important;
	 }
	 .btn-mobile-menu {
		 display: none !important;
	 }
	.lang-ru .top-menu {
		 display: none !important;
	 }
	.lang-ru .btn-mobile-menu {
		 display: block !important;
	 }	 	 
}
 @media (min-width: 1180px) { 
	.lang-ru .top-menu {
		 display: block !important;
	 }
	.lang-ru .btn-mobile-menu {
		 display: none !important;
	 }
	 	 
}


@media (min-width: 1200px) { 
	#footer {
	padding-left: 70px;
	padding-right: 70px;
	}    
    #footer .container {
	    padding-left: 0;
	    padding-right: 0;
    }
}

@media (min-width: 1300px) { 
.lang-ru .top-menu li,
.lang-uk .top-menu li {
	margin-right: 40px;
}
.lang-ru .top-menu li:last-child,
.lang-uk .top-menu li:last-child {
	margin-right: 36px;
	}	
}	

.page-template-page-landing-page .block .box.big {
	background-color: #ebf2ff;
	color: black;
}

.page-template-page-landing-page .block .box.big h2, 
.page-template-page-landing-page .block .box.big h4,
.page-template-page-landing-page .block .box.big p {
	color: black;
}

.page-template-page-landing-page #block_donate .col-12.col-md-7.block.about_us {
	z-index: 1;
}
	

@media (min-width: 768px) { 
	.page-template-page-landing-page #block_about_us {
		padding-bottom: 1%;
	}
}