a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

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

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

.button {
	display: inline-block;
	padding: 1rem 1.5rem;
	color: #fff;
	background-color: #9f3e52;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
	outline: 0;
	border: 0;
	cursor: pointer;
}

.button:hover,
.button:focus {
	background-color: #8d3749;
}

.button--secondary {
	background-color: #282828;
}

.button--secondary:hover,
.button--secondary:focus {
	background-color: #000;
}

.button--inline {
	position: relative;
	background-color: #9f3e52;
	font-size: 2.1rem;
	padding: 1rem;
	color: #fff;
	border: .2rem solid #fff;
	font-weight: 600;
	text-align: center;
}

.button--inline img {
	position: absolute;
	left: 1rem;
	width: 2.5rem;
}

.button--inline:hover,
.button--inline:focus {
	cursor: pointer;
	background-color: #8d3749;
}

@media only screen and (max-width:37.5em) {
	.button--inline {
		border: none;
	}
}

.button--large {
	padding: 1.5rem 4rem;
	font-size: 1.6rem;
	line-height: 2rem;
	font-family: "Roboto", sans-serif;
}

.button {
	font-family: "Roboto", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@font-face {
	font-family: "gt sectra regular";
	src: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Regular.woff2) format("woff2"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Regular.woff) format("woff"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Regular.eot) format("eot"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Regular.otf) format("otf"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Regular.ttf) format("ttf");
}

@font-face {
	font-family: "gt sectra medium";
	src: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Medium.woff2) format("woff2"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Medium.woff) format("woff"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Medium.eot) format("eot"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Medium.otf) format("otf"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Medium.ttf) format("ttf");
}

@font-face {
	font-family: "gt sectra bold";
	src: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/fonts/GT-Sectra-Fine-Bold.woff2) format("woff2"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Bold.woff) format("woff"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Bold.eot) format("eot"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Bold.otf) format("otf"), url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/fonts/GT-Sectra-Fine-Bold.ttf) format("ttf");
}

em {
	font-style: italic;
}

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

.consent-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1000;
}

.consent-banner__inner {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 120rem;
	margin: 0 auto;
	padding: 3rem 2rem;
}

@media only screen and (max-width:37.5em) {
	.consent-banner__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.consent-banner__inner p {
	color: #fff;
	margin-bottom: 0;
	margin-right: 1rem;
}

@media only screen and (max-width:37.5em) {
	.consent-banner__inner p {
		margin-bottom: 2rem;
		margin-right: 0;
	}
}

.consent-banner__inner p a:not([class]) {
	color: #fff;
	text-decoration: underline;
}

.consent-banner__inner .button {
	width: 30rem;
	padding: 2rem 3rem;
}

@media only screen and (max-width:37.5em) {
	.consent-banner__inner .button {
		width: 100%;
	}
}

.feedback-banner {
	padding: 1rem 3rem;
	background-color: #9f3e52;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width:37.5em) {
	.feedback-banner {
		padding: 1rem 2rem;
	}
}

.feedback-banner p {
	margin-bottom: 0;
	line-height: 1.2;
}

.feedback-banner p,
.feedback-banner a:not([class]) {
	color: #fff;
}

.feedback-banner a:not([class]) {
	font-weight: 600;
	text-decoration: underline;
}

.feedback-banner a:not([class]):hover {
	text-decoration: none;
}

.feedback-banner__button {
	display: inline-block;
	padding: 1rem 1.5rem;
	color: #fff;
	background-color: #9f3e52;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
	outline: 0;
	border: 0;
	cursor: pointer;
	background-color: #fff;
	color: #9f3e52;
	margin-left: 2rem;
}

.feedback-banner__button:hover,
.feedback-banner__button:focus {
	background-color: #8d3749;
}

.feedback-banner__button:hover,
.feedback-banner__button:focus {
	background-color: rgba(255, 255, 255, .8);
	color: #9f3e52;
}

.site-footer {
	text-align: center;
	padding: 4rem 2rem;
	position: relative;
	background-color: #fff;
}

@media only screen and (max-width:61.25em) {
	.site-footer {
		padding: 4rem 2rem 10rem;
	}
}

.site-footer__logo {
	font-size: 0;
	display: inline-block;
	width: 15rem;
	height: 4rem;
	background-image: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/logo.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: -999rem;
	text-decoration: none;
	overflow: hidden;
	margin: 0 auto 4rem;
}

@media only screen and (max-width:46.875em) {
	.site-footer__logo {
		margin: 0 auto 2rem;
	}
}

.site-footer__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width:46.875em) {
	.site-footer__menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.site-footer__menu a {
	font-size: 1.4rem;
	color: #000;
	text-decoration: none;
}

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

.site-footer__menu .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:46.875em) {
	.site-footer__menu .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 3rem;
	}
}

.site-footer__menu .menu li {
	margin: 0 2rem;
}

@media only screen and (max-width:46.875em) {
	.site-footer__menu .menu li {
		margin: 1rem 0;
	}
}

.site-footer__copy {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 4rem;
	left: 3.5rem;
}

@media only screen and (max-width:61.25em) {
	.site-footer__copy {
		bottom: 2rem;
		left: 2rem;
	}
}

.site-footer__return-button {
	width: 6rem;
	height: 6rem;
	background-image: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/icon-return.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: block;
	outline: 0;
	border: 0;
	position: absolute;
	right: 0;
	bottom: 4rem;
	cursor: pointer;
	font-size: 0;
	text-indent: -999rem;
	overflow: hidden;
}

@media only screen and (max-width:61.25em) {
	.site-footer__return-button {
		bottom: 2rem;
	}
}

.sb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sb__item {
	font-size: 0;
	text-indent: -999rem;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	margin: 0 1.5rem;
}

.sb__item a {
	width: 3rem;
	height: 1.5rem;
	display: block;
}

.sb__item--twitter {
	background-image: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/icon-twitter.svg);
}

.sb__item--facebook {
	background-image: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/icon-facebook.svg);
}

.sb__item--youtube {
	background-image: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/icon-youtube.svg);
}

.ss {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ss__item {
	width: 3rem;
	height: 3rem;
	font-size: 0;
	text-indent: -999rem;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 70%;
	margin: 1rem;
}

.ss__item a {
	width: 100%;
	height: 100%;
	display: block;
}

.ss__item--twitter {
	background-image: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/icon-twitter.svg);
	background-size: auto 50%;
}

.ss__item--facebook {
	background-image: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/icon-facebook.svg);
	background-size: auto 50%;
}

.ss__item--whatsapp {
	background-image: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/icon-whatsapp.svg);
	background-size: auto 50%;
}

.ss__item--email {
	background-image: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/icon-email.svg);
}

.header__title {
	position: absolute;
	padding: 4rem 4rem 4rem 8rem;
	color: #fff;
}

@media only screen and (max-width:61.25em) {
	.header__title {
		padding: 5rem;
	}
}

@media only screen and (max-width:37.5em) {
	.header__title {
		padding: 2rem;
	}
}

.header__title h1 {
	font-size: 3.6rem;
}

@media only screen and (max-width:46.875em) {
	.header__title h1 {
		font-size: 2.3rem;
	}
}

.header__background {
	width: 100%;
}

.header__background img {
	display: block;
	width: 100%;
}

.page__content {
	width: 100%;
	position: relative;
}

.article__header {
	position: relative;
	background-color: rgba(230, 230, 230, .5);
	padding: 5rem 0 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:61.25em) {
	.article__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1rem 3rem 2rem;
	}
}

@media only screen and (max-width:37.5em) {
	.article__header {
		padding: 1rem 1rem 2rem;
	}
}

.article__header:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 100%;
	background-color: #9f3e52;
	z-index: 2;
}

@media only screen and (max-width:61.25em) {
	.article__header:before {
		width: 100%;
		height: 1rem;
	}
}

.article__overview {
	position: relative;
	padding: 1rem 5rem;
	-webkit-box-flex: 40%;
	-ms-flex: 40% 0 0;
	flex: 40% 0 0;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width:61.25em) {
	.article__overview {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 3rem 4rem;
	}
}

@media only screen and (max-width:37.5em) {
	.article__overview {
		padding: 2rem;
	}
}

.signup-cta {
	width: 100%;
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #9f3e52;
	background: radial-gradient(circle, #ba3c56 50%, #8c3143 100%);
}

@media only screen and (max-width:87.5em) {
	.signup-cta {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media only screen and (max-width:61.25em) {
	.signup-cta {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}
}

@media only screen and (max-width:37.5em) {
	.signup-cta {
		margin-top: 4rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.not-front .signup-cta {
	margin-top: 0;
}

@media only screen and (max-width:37.5em) {
	.not-front .signup-cta {
		margin-top: 0;
	}
}

.signup-cta__content {
	margin: 0 auto;
	max-width: 70rem;
}

.signup-cta__title {
	max-width: 55rem;
	font-size: 3.6rem;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 3rem;
	position: relative;
	text-align: left !important;
	font-family: "gt sectra bold", serif;
	font-weight: 700;
    text-align: left;
}

@media only screen and (max-width:61.25em) {
	.signup-cta__title {
		padding-top: 3.5rem;
		font-size: 2.3rem;
	}
}

@media only screen and (max-width:37.5em) {
	.signup-cta__title {
		margin-bottom: 2rem;
	}
}

.signup-cta__title::before {
	content: "";
	display: block;
	position: absolute;
	width: 4.5rem;
	height: 2rem;
	background: url(https://www.thenewhumanitarian.org/sites/all/themes/thenewhumanitarian/images/icon-newsletter.svg) no-repeat center;
	background-size: 100%;
	top: 1.2rem;
	left: -6.5rem;
}

@media only screen and (max-width:61.25em) {
	.signup-cta__title::before {
		top: 0;
		left: 0;
	}
}

.signup-cta__description {
	max-width: 55rem;
	font-family: "gt sectra medium", serif;
	font-size: 2.1rem;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 3rem;
}

@media only screen and (max-width:37.5em) {
	.signup-cta__description {
		font-size: 1.6rem;
	}
}

.support-cta {
	width: 100%;
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #282828;
}

@media only screen and (max-width:87.5em) {
	.support-cta {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media only screen and (max-width:37.5em) {
	.support-cta {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.support-cta__content {
	margin: 0 auto;
	max-width: 80rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:46.875em) {
	.support-cta__content {
		display: block;
	}
}

.support-cta__content--text {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	padding-right: 5rem;
}

@media only screen and (max-width:61.25em) {
	.support-cta__content--text {
		padding-right: 2rem;
	}
}

@media only screen and (max-width:46.875em) {
	.support-cta__content--text {
		padding-right: 0;
	}
}

.team-social-links-container { display: none !important; }

.support-cta__title {
	font-size: 2.3rem ;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 2rem;
	text-align: left !important;
	font-family: "gt sectra bold", serif;
	font-weight: 700;
    text-align: left;
}

.support-cta__description {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}

@media only screen and (max-width:46.875em) {
	.support-cta__description {
		margin-bottom: 3rem;
	}
}

@media only screen and (max-width:37.5em) {
	.support-cta__description {
		font-size: 1.4rem;
	}
}

.support-cta__button {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	align-self: center;
}

@media only screen and (max-width:46.875em) {
	.support-cta__button .button {
		width: auto;
	}
}

h1,
h2,
h3 {
	font-family: "DINNext", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
	
p { font-family: "PT Serif", Georgia; }