/*# sourceMappingURL=style.css.map */

@charset "UTF-8";

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

.icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.icon-donate:before {
	content: "";
}

.icon-dot:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-bar:before {
	content: "";
}

/**
 * Set up a decent box model on the root element
 */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

@media (min-width: 768px) {
	.two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 768px) {
	.two-columns .sidebar {
		padding-left: 30px;
		width: 30%;
	}
}

.widget {
	margin-bottom: 1rem;
}

.widget ul {
	padding-left: 32px;
}

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

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

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

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

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.search-form input {
	height: 32px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

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

.search-form input[type='submit'] {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.post-password-form input {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 32px;
}

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

.comment-form fieldset, .post-password-form fieldset, .search-form fieldset {
	padding: 0;
	border: 0;
}

.comment-form input[type='submit'], .post-password-form input[type='submit'], .search-form input[type='submit'] {
	background: #000;
	color: #fff;
	height: 32px;
	border: 0;
	padding: 0 8px;
}

.comment-form input[type='submit']:hover, .post-password-form input[type='submit']:hover, .search-form input[type='submit']:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1rem;
}

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

.commentlist .avatar-holder {
	float: left;
	margin: 0 1rem 4px 0;
}

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

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

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

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
	padding-top: 1rem;
}

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

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

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

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

@media (max-width: 767px) {
	.navigation .page-numbers, .navigation-comments .page-numbers {
		padding: 0 3px;
	}
}

.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
		padding: 4px;
	}
}

.navigation .next:hover, .navigation .prev:hover, .navigation-comments .next:hover, .navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navigation-single .next, .navigation-single .prev {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover, .navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a, .navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 10px;
	display: block;
}

@media (max-width: 767px) {
	.navigation-single .next a, .navigation-single .prev a {
		padding: 4px;
	}
}

.navigation-single .next a {
	margin-left: auto;
}

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

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

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 1rem;
}

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

.alignleft {
	float: left;
	margin: 0 1rem 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1rem;
}

.mejs-container {
	margin-bottom: 1rem;
}

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

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td, #wp-calendar th {
	border: 1px solid #ccc;
}

/*
  Basic typography style for copy text
*/
body {
	color: #00a;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

/*
  Basic styles for links
*/
a {
	-webkit-transition: color .35s cubic-bezier(.3, .86, .36, .95);
	transition: color .35s cubic-bezier(.3, .86, .36, .95);
	color: #f66;
	text-decoration: none;
}

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

ul, ol, dl, p {
	margin: 0 0 1.5em;
}

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

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px 5px 0;
	width: 100%;
	outline: none;
	border: none;
	background: transparent;
	border-radius: 0;
	height: 42px;
	font-size: 20px;
	color: #00a;
	border-bottom: 1px solid #00a;
}

input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, textarea:focus {
	outline: none;
}

input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #00a;
	text-transform: uppercase;
}

input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, textarea::-moz-placeholder {
	color: #00a;
	text-transform: uppercase;
}

input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #00a;
	text-transform: uppercase;
}

input[type='text']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #00a;
	text-transform: uppercase;
}

input[type='text']::placeholder, input[type='tel']::placeholder, input[type='email']::placeholder, input[type='search']::placeholder, input[type='password']::placeholder, textarea::placeholder {
	color: #00a;
	text-transform: uppercase;
}

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

textarea {
	resize: none;
	vertical-align: top;
	height: 140px;
	padding-top: 15px;
}

input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type='submit'] {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	background-color: #00a;
	color: #d4f4f3;
	padding: 12px 15px;
	min-width: 199px;
	border: 1px solid #00a;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	letter-spacing: .4px;
}

input[type='submit']:hover {
	background: #007;
	border-color: #007;
	color: #fff;
}

.ginput_container_select, .select-wrap {
	display: block;
	position: relative;
	border-radius: 8px;
	background: transparent;
}

.ginput_container_select:before, .select-wrap:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #888 transparent transparent transparent;
	margin-top: -1px;
}

@media (min-width: 1024px) {
	.ginput_container_select:before, .select-wrap:before {
		right: 29px;
		margin-top: -3px;
	}
}

.ginput_container_select select, .select-wrap select {
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 8px 55px 6px 22px !important;
	cursor: pointer;
	position: relative;
	z-index: 1;
	width: 100%;
	border: none;
	outline: none;
	background: transparent;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
	border-radius: 8px;
	height: 48px;
	font-size: 16px;
	color: #00a;
}

@media (max-width: 1023px) {
	.ginput_container_select select, .select-wrap select {
		padding-right: 30px !important;
	}
}

.ginput_container_select select::-ms-expand, .select-wrap select::-ms-expand {
	display: none;
}

.input-wrap {
	margin-bottom: 20px;
}

.input-wrap label {
	font-weight: 500;
}

.input-wrap .name {
	font-size: 12px;
}

input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

input[type="checkbox"] + label, input[type="checkbox"] + span {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 3px 0 0 35px !important;
	min-height: 24px;
}

input[type="checkbox"] + span:before, input[type="checkbox"] + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-bottom;
	position: absolute;
	top: 3px;
	left: 1px;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #00a;
}

input[type="checkbox"]:checked + span:before, input[type="checkbox"]:checked + label:before {
	background: #00a;
	border-color: #00a;
}

input[type="checkbox"]:checked + span:after, input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 8px;
	width: 15px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	-webkit-transform: rotate(136deg);
	-ms-transform: rotate(136deg);
	transform: rotate(136deg);
}

input[type="radio"] {
	position: absolute;
	opacity: 0;
}

input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 2px 0 0 33px !important;
}

input[type="radio"] + label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .5);
}

input[type="radio"]:checked + label:before {
	border-color: #00a;
}

input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #00a;
}

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

.gform_wrapper .gform_fields {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gform_wrapper .gfield {
	position: relative;
	width: 100%;
	margin: 0 10px 16px;
}

@media (min-width: 768px) {
	.gform_wrapper .gfield {
		margin-bottom: 15px;
	}
}

.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea, .gform_wrapper .gfield.gfield_error select {
	border-color: #f00;
}

.gform_wrapper .gfield.gfield_error .ginput_container_select, .gform_wrapper .gfield.gfield_error .select-warp {
	border-color: #f00;
}

.gform_wrapper .gfield.gfield_error .gfield_label {
	color: #f00;
}

.gform_wrapper .gfield.gfield_error .gfield_label .gfield_required {
	color: #f00;
}

.gform_wrapper .gfield.gfield_error.focus input, .gform_wrapper .gfield.gfield_error.focus textarea {
	border-color: #f00;
}

.gform_wrapper .gfield.gfield_error.focus .gfield_label .gfield_required {
	color: #f66;
}

.gform_wrapper .gfield.label-no-change .gfield_label {
	position: static !important;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}

.gform_wrapper .gfield.full-width .gfield_radio li {
	width: 100%;
}

.gform_wrapper .gfield.full-width .gfield_radio li + li {
	margin-left: 0;
}

@media (min-width: 768px) {
	.gform_wrapper .gfield.gfield--width-half, .gform_wrapper .gfield.col-half {
		width: calc(50% - 20px);
	}
}

@media (min-width: 768px) {
	.gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -10px;
	}
}

.gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
	display: block;
}

.gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
		width: calc(50% - 10px);
		margin: 0 10px;
	}
}

.gform_wrapper .gfield .gfield_label {
	position: static;
	color: #00a;
	font-size: 22px;
}

.gform_wrapper .gfield.hidden_label .gfield_label {
	display: none !important;
}

.gform_wrapper .gfield.gfield-select .gfield_label {
	font-weight: 700;
	top: -6px;
	color: #f66;
	font-size: 12px;
	left: 8px;
	background: #fff;
	padding: 0 5px;
	z-index: 2;
}

.gform_wrapper .gfield.focus .gfield_label, .gform_wrapper .gfield.float .gfield_label {
	font-size: 12px;
	padding: 0 5px;
	background: #fff;
	top: -6px;
	left: 9px;
	color: #f66;
	font-weight: 700;
}

.gform_wrapper label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.gform_wrapper .gfield_radio {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gform_wrapper .gfield_radio li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
	margin-right: 15px;
}

@media (min-width: 768px) {
	.gform_wrapper .gfield_radio li {
		margin-right: 35px;
	}
}

.gform_wrapper .gfield_radio li:last-child {
	margin-right: 0;
}

.gform_wrapper .gfield_checkbox {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gform_wrapper .gfield_checkbox li {
	margin-bottom: 12px;
}

.validation_error {
	display: none;
}

.validation_message {
	font-size: 12px;
	color: #f00;
	margin: 5px 0 0 0;
	position: relative;
}

.gform_footer {
	position: relative;
}

.gform_ajax_spinner {
	position: absolute;
	top: 50%;
	margin-left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: red;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.gform_confirmation_message {
	text-align: center;
	font-size: 20px;
	color: #000;
}

.upload-files .ginput_container_fileupload {
	position: relative;
}

.upload-files .file-select-name {
	border: 1px solid #00a;
	height: 43px;
	border-radius: 30px;
	padding: 8px 35px;
	color: #fff;
	font-size: 16px;
}

.upload-files input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 30px;
	background: transparent;
	font-size: 0;
	-webkit-appearance: none;
	opacity: 0;
}

.gform_validation_errors {
	display: none;
}

.gform_validation_errors .gform_submission_error {
	font-size: 16px;
	color: #f00;
}

body {
	background-color: #fff;
	line-height: 1.2;
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
}

@media (min-width: 1480px) {
	body {
		font-size: 20px;
	}
}

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

a {
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), -webkit-box-shadow .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), -webkit-box-shadow .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), box-shadow .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), box-shadow .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), -webkit-box-shadow .35s cubic-bezier(.3, .86, .36, .95);
}

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

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.bg-light-blue-green {
	background: #d4f4f3;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	margin: 0 0 1.2em;
}

.h1, h1 {
	line-height: .9375;
	margin: 0;
}

@media (min-width: 768px) {
	.h1, h1 {
		font-size: 55px;
	}
}

@media (min-width: 1024px) {
	.h1, h1 {
		font-size: 72px;
	}
}

@media (min-width: 1480px) {
	.h1, h1 {
		font-size: 96px;
	}
}

.h2, h2 {
	font-size: 30px;
	line-height: .9375;
}

@media (min-width: 768px) {
	.h2, h2 {
		font-size: 40px;
	}
}

@media (min-width: 1024px) {
	.h2, h2 {
		font-size: 52px;
	}
}

@media (min-width: 1480px) {
	.h2, h2 {
		font-size: 64px;
	}
}

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

@media (min-width: 768px) {
	.h3, h3 {
		font-size: 32px;
	}
}

.h4, h4 {
	font-size: 24px;
	line-height: .9375;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.col {
	padding: 0 15px;
}

.bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.bg-cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}

.is-touch .bg-cover {
	background-attachment: inherit;
}

.banner {
	z-index: 1;
	overflow: hidden;
	min-height: 600px;
}

@media (min-width: 768px) {
	.banner {
		min-height: 100vh;
	}
}

@media (min-width: 768px) {
	.admin-bar .banner {
		min-height: calc(100vh - 46px);
	}
}

@media (min-width: 783px) {
	.admin-bar .banner {
		min-height: calc(100vh - 32px);
	}
}

.banner.banner-single {
	min-height: 600px;
	padding-top: 200px;
	padding-bottom: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.banner.banner-single {
		min-height: 100vh;
	}
}

.banner.banner-single:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(147, 147, 147, 0)), to(#3d3d3d));
	background: -webkit-linear-gradient(top, rgba(147, 147, 147, 0) 0%, #3d3d3d 100%);
	background: linear-gradient(180deg, rgba(147, 147, 147, 0) 0%, #3d3d3d 100%);
	mix-blend-mode: multiply;
}

.banner h1 {
	padding-right: 90px;
}

@media (min-width: 768px) {
	.banner h1 {
		padding-right: 190px;
	}
}

.banner iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	pointer-events: none;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner .swiper-slide {
	min-height: 600px;
	padding-top: 200px;
	padding-bottom: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.banner .swiper-slide {
		min-height: 100vh;
	}
}

@media (min-width: 768px) {
	.admin-bar .banner .swiper-slide {
		min-height: calc(100vh - 46px);
	}
}

@media (min-width: 783px) {
	.admin-bar .banner .swiper-slide {
		min-height: calc(100vh - 32px);
	}
}

.banner .swiper-slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(147, 147, 147, 0)), to(#3d3d3d));
	background: -webkit-linear-gradient(top, rgba(147, 147, 147, 0) 0%, #3d3d3d 100%);
	background: linear-gradient(180deg, rgba(147, 147, 147, 0) 0%, #3d3d3d 100%);
	mix-blend-mode: multiply;
}

.banner .swiper-slide.swiper-slide-active h1 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.banner h1 {
	-webkit-transform: translateY(40%);
	-ms-transform: translateY(40%);
	transform: translateY(40%);
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.3, .86, .36, .95), -webkit-transform .5s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .5s cubic-bezier(.3, .86, .36, .95), -webkit-transform .5s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .5s cubic-bezier(.3, .86, .36, .95), transform .5s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .5s cubic-bezier(.3, .86, .36, .95), transform .5s cubic-bezier(.3, .86, .36, .95), -webkit-transform .5s cubic-bezier(.3, .86, .36, .95);
}

.container {
	padding: 0 22px;
	max-width: 1484px;
	margin: 0 auto;
	width: 100%;
}

.banner-img {
	position: absolute;
	right: 25px;
	bottom: 25px;
	-webkit-animation: rotate 9s normal linear infinite;
	animation: rotate 9s normal linear infinite;
	width: 80px;
}

@media (min-width: 1024px) {
	.banner-img {
		right: 63px;
		bottom: 36px;
		width: 138px;
	}
}

.banner-img a {
	display: block;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

.banner-img:hover a {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.info-block {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 34px 0 60px;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.info-block {
		padding: 34px 0 120px;
	}
}

.info-block:before {
	opacity: .7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(rgba(147, 147, 147, 0)));
	background: -webkit-linear-gradient(top, #3d3d3d 0%, rgba(147, 147, 147, 0) 100%);
	background: linear-gradient(180deg, #3d3d3d 0%, rgba(147, 147, 147, 0) 100%);
	mix-blend-mode: multiply;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.info-block .container {
	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;
	position: relative;
	z-index: 3;
}

@media (min-width: 768px) {
	.info-block .container {
		min-height: calc(100vh - 154px);
	}
}

.info-block h2 {
	letter-spacing: 1.12px;
	color: #fff;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	margin: 0;
}

.info-block .video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}

.info-block .video-wrap video, .info-block .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.heading-decor {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 4px;
	padding-bottom: 20px;
}

.heading-decor:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/./images/icon-pattern5.svg") no-repeat;
	width: 150px;
	height: 12px;
}

.info-wrap {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.info-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
	.info-wrap .info-heading {
		width: 50%;
	}
}

.info-wrap .info-heading h2 {
	position: relative;
	margin-bottom: 30px;
}

.info-wrap .info-text {
	font: italic 20px/1.12 "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (min-width: 768px) {
	.info-wrap .info-text {
		width: 50%;
		padding: 6px 0 6px 10px;
		max-width: 610px;
	}
}

@media (min-width: 1024px) {
	.info-wrap .info-text {
		font-size: 48px;
	}
}

blockquote {
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: .91;
	margin: 0;
	max-width: 485px;
	font-size: 28px;
}

@media (min-width: 768px) {
	blockquote {
		font-size: 36px;
	}
}

@media (min-width: 1024px) {
	blockquote {
		font-size: 38px;
	}
}

@media (min-width: 1480px) {
	blockquote {
		font-size: 48px;
	}
}

blockquote q {
	quotes: none;
	display: block;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	blockquote q {
		margin-bottom: 42px;
	}
}

blockquote cite {
	font-style: italic;
	max-width: 330px;
	display: block;
}

.slider {
	position: relative;
	height: 100vh;
}

.slider .slide {
	height: 100vh;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
}

.slider-block {
	font-weight: 300;
	line-height: 1.2;
	color: #00a;
}

@media (min-width: 1024px) {
	.slider-block {
		font-size: 30px;
	}
}

@media (min-width: 1480px) {
	.slider-block {
		font-size: 35px;
	}
}

.slider-block .container {
	padding: 0;
}

@media (min-width: 768px) {
	.slider-block .slide {
		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;
	}
}

.slider-block .slide:first-child .slider-img, .slider-block .slide:first-child .slider-text {
	opacity: 1;
}

.slider-block .slide:first-child .slider-thumb {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.slider-block .slider-thumb {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.slider-block .slider-thumb {
		padding: 30px;
		height: auto;
	}
}

.slider-block .slider-thumb img {
	max-height: 100%;
}

@media (max-width: 767px) {
	.slider-block .slider-thumb img {
		height: 100%;
		width: auto;
	}
}

.slider-block .slider-img {
	position: relative;
	z-index: 1;
	height: 50vh;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 20px;
	opacity: 0;
}

@media (min-width: 768px) {
	.slider-block .slider-img {
		min-height: 100vh;
		width: 49.3%;
		height: auto;
	}
}

.slider-block .slider-text {
	opacity: 0;
	text-align: center;
	height: 50vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.slider-block .slider-text {
		padding-left: 30px;
		width: 50.7%;
		text-align: left;
		height: auto;
		display: block;
		padding: 30px 30px;
	}
}

@media (min-width: 1024px) {
	.slider-block .slider-text {
		padding: 30px 0 30px 48px;
	}
}

.slider-block .num {
	color: #00a;
	display: block;
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	list-style: none;
	line-height: 1;
	font-weight: 700;
	font-size: 60px;
	text-align: center;
}

@media (min-width: 768px) {
	.slider-block .num {
		font-size: 70px;
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.slider-block .num {
		font-size: 90px;
	}
}

@media (min-width: 1480px) {
	.slider-block .num {
		font-size: 127px;
	}
}

.slider-pagination {
	position: absolute;
	bottom: 32px;
	right: 31px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	z-index: 2;
}

.slider-pagination li {
	padding-top: 14px;
}

.slider-pagination li.active a {
	background: #00a;
}

.slider-pagination a {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #00a;
	overflow: hidden;
	display: block;
}

.slider-pagination a:hover {
	background: #00a;
}

section {
	position: relative;
}

.tab-block {
	background: #00bfba;
	color: #fff;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.tab-block {
		padding-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.tab-block {
		min-height: 100vh;
	}
}

.tab-title {
	display: block;
	color: #00a;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.1;
	font-style: italic;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.tab-title {
		font-size: 28px;
		max-width: 290px;
	}
}

@media (min-width: 1024px) {
	.tab-title {
		font-size: 36px;
		max-width: 335px;
	}
}

.tab-holder {
	color: #00a;
	letter-spacing: .7px;
}

@media (min-width: 768px) {
	.tab-holder {
		padding: 60px 0 40px;
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.tab-holder {
		padding: 108px 0 40px;
	}
}

.tab-holder .tab-content {
	max-width: 465px;
	margin: 0 auto;
}

.tab-img {
	margin: 0 0 20px;
}

.tabset-wrap {
	padding: 24px 0;
}

@media (min-width: 768px) {
	.tabset-wrap {
		min-height: 689px;
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.tabset-wrap {
		min-height: 100vh;
	}
}

@media (min-width: 768px) {
	.tab-select {
		padding-top: 50.7%;
	}
}

.tab-select select {
	display: none;
}

@media (min-width: 768px) {
	.tab-select .select-js {
		display: none;
	}
}

.select-js {
	display: block;
	width: 100%;
	position: relative;
}

.select__opener {
	display: block;
	display: block;
	width: 100%;
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 25px;
	line-height: 1.2;
	line-height: 55px;
	border: none;
	background: #00a;
	color: #fff;
	text-align: left;
	height: 55px;
	padding: 0 40px 0 20px;
}

.select__opener:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

.select__opener--active:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.select__list {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 9;
	border-top: 1px solid #fff;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.select__list--hide {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.select__list button {
	display: block;
	text-align: left;
	width: 100%;
	border: none;
	background: #00a;
	color: #fff;
	font-size: 25px;
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	line-height: 1.2;
	padding: 5px 40px 5px 20px;
}

.select__list button:hover {
	background: #00bfba;
	color: #00a;
}

.select__list button:last-child {
	border: none;
}

.tabset {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 20px;
	line-height: .92;
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 32px;
	display: none;
}

@media (min-width: 768px) {
	.tabset {
		font-size: 36px;
		display: block;
	}
}

@media (min-width: 1024px) {
	.tabset {
		font-size: 45px;
	}
}

@media (min-width: 1480px) {
	.tabset {
		font-size: 64px;
	}
}

.tabset li {
	margin-bottom: 3px;
}

.tabset a {
	color: #fff;
}

.tabset a:hover, .tabset a.active {
	color: #00a;
}

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

.btn {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	background: #00a;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 12px 30px 12px 48px;
	letter-spacing: .3px;
	-webkit-transition: background .35s cubic-bezier(.3, .86, .36, .95);
	transition: background .35s cubic-bezier(.3, .86, .36, .95);
}

.btn:hover {
	color: #fff;
	background: #007;
}

.btn:before {
	content: "";
	font: 8px/1 "icomoon";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.btn-more {
	font-size: 20px;
	font-weight: 300;
	color: #00a;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
	letter-spacing: .3px;
	-webkit-transition: padding .35s cubic-bezier(.3, .86, .36, .95);
	transition: padding .35s cubic-bezier(.3, .86, .36, .95);
}

.btn-more:hover {
	padding-left: 50px;
}

.btn-more:hover:after {
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.btn-more:hover:before {
	opacity: 0;
}

.btn-more:before {
	content: "";
	font: 8px/1 "icomoon";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.btn-more:after {
	content: "";
	font: 10px/1 "icomoon";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	left: 0;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

.btn-impact {
	position: relative;
	color: #00a;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 90px;
	min-height: 80px;
	font-size: 20px;
	line-height: .942;
	letter-spacing: .4px;
}

.btn-impact:before {
	content: "";
	background: #00a;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.btn-impact:after {
	content: "";
	color: #fff;
	font: 10px/1 "icomoon";
	position: absolute;
	top: 50%;
	right: 21px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

.btn-download {
	position: relative;
	padding-right: 64px;
	min-height: 46px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-download:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-download-pdf.svg") no-repeat;
	width: 44px;
	height: 46px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-download span {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 1.202;
	color: #00a;
}

.btn-download span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	bottom: 3px;
	background: #00a;
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.btn-download:hover span:before {
	width: 0;
}

.tab-content {
	position: relative;
}

.tab-content .tab {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.tab-content .tab.active {
	opacity: 1;
	visibility: visible;
	position: static;
}

.news {
	padding: 24px 0 0;
}

.news .container {
	padding: 0;
}

.news .heading {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.news .heading {
		margin-bottom: 50px;
	}
}

@media (min-width: 1024px) {
	.news .heading {
		margin-bottom: 80px;
	}
}

@media (min-width: 1480px) {
	.news .heading {
		margin-bottom: 112px;
	}
}

.news h2 {
	margin: 0;
	font-size: 26px;
	margin-left: 22px;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 300;
	display: inline-block;
	position: relative;
	padding-bottom: 16px;
}

@media (min-width: 1024px) {
	.news h2 {
		font-size: 31px;
	}
}

.news h2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 13px;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-pattern3.svg");
}

.news-item .icon {
	position: absolute;
	left: 15px;
	bottom: 28px;
	width: 81px;
	height: 81px;
	border-radius: 50%;
	background: #00a;
	color: #f66;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 9px;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

@media (min-width: 768px) {
	.news-item .icon {
		right: 15px;
		left: auto;
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 1480px) {
	.news-item .icon {
		right: 0;
	}
}

.news-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #00a;
	position: relative;
	z-index: 1;
	padding: 28px 22px;
}

.news-item a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-item a:hover {
	color: #00a;
}

.news-item a:hover:before {
	background: #f66;
	border-color: transparent;
}

@media (min-width: 768px) {
	.news-item a:hover .icon {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.news-item a:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-bottom: 1px solid #fff;
	-webkit-transition: background .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95);
	transition: background .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95);
}

.news-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	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;
	max-width: 703px;
	padding: 30px 0 0;
}

@media (min-width: 768px) {
	.news-text {
		padding-top: 0;
		padding-left: 33px;
		padding-right: 82px;
	}
}

.news-img {
	overflow: hidden;
}

@media (min-width: 768px) {
	.news-img {
		width: 250px;
		-ms-flex-preferred-size: 250px;
		flex-basis: 250px;
	}
}

@media (min-width: 1024px) {
	.news-img {
		width: 445px;
		-ms-flex-preferred-size: 445px;
		flex-basis: 445px;
	}
}

.news-img img {
	-webkit-transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

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

@media (min-width: 1024px) {
	h3, .h3 {
		font-size: 34px;
	}
}

.support-block {
	padding: 30px 0 43px;
}

.support-block .h1 {
	line-height: 1.0625;
	font-weight: 400;
	color: #00a;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.support-block .h1 {
		font-size: 44px;
	}
}

@media (min-width: 1024px) {
	.support-block .h1 {
		font-size: 56px;
	}
}

@media (min-width: 1480px) {
	.support-block .h1 {
		font-size: 64px;
	}
}

.support-text {
	margin-bottom: 30px;
	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;
	color: #00a;
	padding-bottom: 0px;
	letter-spacing: .8px;
}

@media (min-width: 768px) {
	.support-text {
		margin-bottom: 0;
		min-height: 540px;
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.support-text {
		min-height: 640px;
		width: 40%;
	}
}

.support-txt {
	max-width: 490px;
}

.support-txt p {
	margin: 0 0 49px;
}

.support-img {
	padding-top: 2.7%;
}

@media (min-width: 768px) {
	.support-img {
		width: 50%;
		padding-left: 20px;
	}
}

@media (min-width: 1024px) {
	.support-img {
		padding-left: 4%;
		width: 60%;
	}
}

@media (min-width: 1480px) {
	.support-img {
		padding-left: 10.6%;
	}
}

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

@media (min-width: 768px) {
	.relation-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.relation-block {
	padding: 30px 0;
	color: #fff;
}

@media (min-width: 768px) {
	.relation-block {
		padding-top: 41px;
		padding-bottom: 17px;
	}
}

.relation-block h2 {
	margin: 0;
	font-size: 46px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.relation-block h2 {
		font-size: 50px;
		margin-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	.relation-block h2 {
		font-size: 55px;
	}
}

@media (min-width: 1480px) {
	.relation-block h2 {
		font-size: 64px;
	}
}

.relation-text {
	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 (min-width: 768px) {
	.relation-text {
		width: 50%;
		padding-left: 40px;
	}
}

@media (min-width: 1024px) {
	.relation-text {
		min-height: 460px;
		width: 50%;
		padding-left: 9px;
	}
}

@media (min-width: 1480px) {
	.relation-text {
		min-height: 560px;
	}
}

.relation-txt {
	letter-spacing: .8px;
}

@media (min-width: 768px) {
	.relation-txt {
		max-width: 591px;
	}
}

.swiper-relation {
	padding-bottom: 36px;
}

.relation-img {
	width: 100%;
}

@media (min-width: 768px) {
	.relation-img {
		max-width: 418px;
	}
}

.relation-img .swiper-slide {
	min-height: 337px;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 41px 20px;
	width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.relation-img .swiper-slide {
		padding: 30px 20px;
	}
}

@media (min-width: 1024px) {
	.relation-img .swiper-slide {
		padding: 41px 0;
	}
}

@media (min-width: 768px) {
	.relation-hold {
		padding-right: 20px;
		width: 50%;
		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: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.relation-hold {
		padding-right: 56px;
	}
}

.swiper-horizontal > .swiper-pagination {
	position: absolute;
	bottom: 0;
}

.swiper-horizontal > .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}

.swiper-horizontal > .swiper-pagination .swiper-pagination-bullet:hover {
	background: #fff;
}

.swiper-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-navigation {
	position: relative;
	width: 150px;
	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;
}

.swiper-navigation .swiper-button-next, .swiper-navigation .swiper-button-prev {
	width: 66px;
	height: 66px;
	background: #00a;
	border-radius: 50%;
}

.swiper-navigation .swiper-button-next:after, .swiper-navigation .swiper-button-prev:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 24px;
	height: 7px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.swiper-navigation .swiper-button-next:hover, .swiper-navigation .swiper-button-prev:hover {
	background: #007;
}

.swiper-navigation .swiper-button-prev {
	left: 0;
}

.swiper-navigation .swiper-button-prev:after {
	background-image: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-arrow-left.svg");
}

.swiper-navigation .swiper-button-next {
	right: 0;
}

.swiper-navigation .swiper-button-next:after {
	background-image: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-arrow-right.svg");
}

.instagram-feed {
	background: #00a;
	color: #fff;
	padding: 37px 0 74px;
	border-bottom: 1px solid #fff;
}

.instagram-feed .h1 {
	font-size: 36px;
	letter-spacing: -.6px;
}

@media (min-width: 768px) {
	.instagram-feed .h1 {
		font-size: 56px;
	}
}

@media (min-width: 1024px) {
	.instagram-feed .h1 {
		margin-bottom: 60px;
		font-size: 64px;
	}
}

@media (min-width: 1480px) {
	.instagram-feed .h1 {
		margin-bottom: 132px;
	}
}

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

.acknowledgement {
	background: #00a;
	color: #fff;
	padding: 60px 0 26px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.acknowledgement .container {
	position: relative;
	min-height: 290px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.acknowledgement .container:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 15px;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-pattern2.svg") no-repeat;
	width: 125px;
	height: 29px;
}

.acknowledgement .acknowledgement-txt {
	font-size: 32px;
	font-weight: 400;
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	max-width: 1034px;
	display: block;
}

@media (min-width: 768px) {
	.acknowledgement .acknowledgement-txt {
		font-size: 36px;
	}
}

@media (min-width: 1024px) {
	.acknowledgement .acknowledgement-txt {
		font-size: 38px;
	}
}

.footer {
	background: #00a;
	color: #fff;
	padding: 30px 0;
}

@media (min-width: 768px) {
	.footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer address {
	font-weight: 300;
	font-style: normal;
	letter-spacing: -.3px;
	line-height: 1.2222;
}

.footer-address {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 30px;
}

@media (min-width: 768px) {
	.footer-address {
		padding-top: 0;
	}
}

.footer-address a {
	color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.footer-address a[href*="mailto"]:before {
	width: 100%;
}

.footer-address a[href*="mailto"]:hover:before {
	width: 0;
}

.footer-address a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 1px;
	bottom: 3px;
	background: #fff;
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.footer-address a:hover:before {
	width: 100%;
}

.footer-nav {
	width: 50%;
}

@media (min-width: 768px) {
	.footer-nav {
		width: 15.3%;
	}
}

.footer-nav a {
	color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.footer-nav a[href*="mailto"]:before {
	width: 100%;
}

.footer-nav a[href*="mailto"]:hover:before {
	width: 0;
}

.footer-nav a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 1px;
	bottom: 3px;
	background: #fff;
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.footer-nav a:hover:before {
	width: 100%;
}

.footer-logo {
	width: 153px;
	margin: 0 auto 30px;
}

@media (min-width: 768px) {
	.footer-logo {
		width: 100px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0;
		margin-right: 20px;
	}
}

@media (min-width: 1024px) {
	.footer-logo {
		width: 133px;
		margin-right: 30px;
		margin-left: 20px;
	}
}

@media (min-width: 1480px) {
	.footer-logo {
		margin-right: 158px;
		width: 153px;
	}
}

.footer-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: .2px;
}

@media (min-width: 1024px) {
	.footer-block {
		font-size: 18px;
	}
}

.footer-lists {
	width: 50%;
}

@media (min-width: 768px) {
	.footer-lists {
		width: auto;
	}
}

.footer-col {
	width: 100%;
}

@media (min-width: 768px) {
	.footer-col {
		width: 27.4%;
	}
}

@media (min-width: 1024px) {
	.footer-col {
		width: 35.4%;
	}
}

.footer-logos {
	padding: 0;
	margin: 0;
	list-style: none;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.footer-logos {
		gap: 10px;
		width: auto;
		margin-bottom: 0;
		padding-right: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 1024px) {
	.footer-logos {
		margin-top: -10px;
		gap: 15px;
	}
}

@media (min-width: 1480px) {
	.footer-logos {
		gap: 46px;
	}
}

.footer-logos a {
	display: block;
}

.footer-logos a:hover {
	opacity: .8;
}

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

.footer-txt {
	display: block;
	margin: 0 0 11px;
}

.footer-list a {
	color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.footer-list a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	bottom: 3px;
	background: #fff;
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.footer-list a:hover:before {
	width: 0;
}

@media (min-width: 768px) {
	.footer-lists {
		width: 26%;
	}
}

@media (min-width: 1024px) {
	.footer-lists {
		width: 23%;
		padding-right: 15px;
	}
}

.footer-title {
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	display: block;
	margin: 0 0 11px;
}

@media (min-width: 1024px) {
	.footer-title {
		font-size: 22px;
	}
}

.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.footer-menu a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	bottom: 3px;
	background: #fff;
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.footer-menu a:hover:before {
	width: 0;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

.video-background {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.video-foreground, .video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
	.video-foreground {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16 / 9) {
	.video-foreground {
		width: 300%;
		left: -100%;
	}
}

@media all and (max-width: 600px) {
	.vid-info {
		width: 50%;
		padding: .5rem;
	}
	
	.vid-info h1 {
		margin-bottom: .2rem;
	}
}

@media all and (max-width: 500px) {
	.vid-info .acronym {
		display: none;
	}
}

.nav-active {
	overflow: hidden;
}

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.logo {
	position: relative;
	z-index: 999;
	margin-top: 10px;
	width: 120px;
}

@media (min-width: 768px) {
	.logo {
		margin: 23px 0 0 0;
		width: 153px;
	}
}

@media (min-width: 1024px) {
	.logo {
		margin: 23px 0 0 7px;
	}
}

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

.logo .logo-alt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.nav-active .logo .logo-alt {
	opacity: 1;
}

.logo .logo-default {
	opacity: 1;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.nav-active .logo .logo-default {
	opacity: 0;
}

.nav-drop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.nav-drop .nav-wrap {
	background: #00a;
	height: 100%;
	overflow-y: auto;
	padding-top: 210px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 22px 40px;
}

@media (min-width: 768px) {
	.nav-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 0 37px 89px;
	}
}

.nav-holder .menu-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.nav-holder .menu-list {
		margin-bottom: 0;
		position: relative;
	}
}

.nav-holder .menu-list > li {
	overflow: hidden;
	margin: 0 0 9px;
}

@media (min-width: 1480px) {
	.nav-holder .menu-list > li {
		max-width: 65%;
	}
}

.nav-holder .menu-list > li.menu-item-has-children {
	position: relative;
}

@media (min-width: 1024px) {
	.nav-holder .menu-list > li.menu-item-has-children {
		position: static;
	}
}

.nav-holder .menu-list > li.menu-item-has-children > a {
	position: relative;
	z-index: 1;
	padding-right: 50px;
}

@media (min-width: 1024px) {
	.nav-holder .menu-list > li.menu-item-has-children > a {
		padding-right: 17px;
	}
}

.nav-holder .menu-list > li.menu-item-has-children .arrow {
	position: absolute;
	top: 14px;
	right: 0;
	font-size: 0;
	width: 30px;
	height: 26px;
	z-index: 1;
}

@media (min-width: 768px) {
	.nav-holder .menu-list > li.menu-item-has-children .arrow {
		top: 25px;
	}
}

@media (min-width: 1024px) {
	.nav-holder .menu-list > li.menu-item-has-children .arrow {
		display: none;
		margin: -10px -8px 0 0;
	}
}

.nav-holder .menu-list > li.menu-item-has-children .arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	margin: -10px 0 0 -5px;
	-webkit-transform: rotate(136deg);
	-ms-transform: rotate(136deg);
	transform: rotate(136deg);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

@media (min-width: 1024px) {
	.nav-holder .menu-list > li.menu-item-has-children .arrow:before {
		display: none;
	}
}

.nav-holder .menu-list > li.menu-item-has-children.submenu-active > .arrow:before {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-color: #fff #fff transparent transparent;
}

.nav-holder .menu-list > li.menu-item-has-children:hover > a:before {
	border-color: #00bfba #00bfba transparent transparent;
}

@media (min-width: 1024px) {
	.nav-holder .menu-list > li.menu-item-has-children:hover > a:after {
		bottom: 0;
		height: 10px;
		background: #00bfba;
	}
}

.nav-holder .menu-list > li.current-menu-parent > a, .nav-holder .menu-list > li.current-menu-item > a {
	font-style: italic;
}

.nav-holder .menu-list > li:hover > a {
	color: #00bfba;
}

.nav-holder .menu-list > li:hover ul {
	opacity: 1;
	visibility: visible;
}

.nav-holder .menu-list > li > a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	opacity: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (min-width: 768px) {
	.nav-holder .menu-list > li > a {
		font-size: 60px;
	}
}

@media (min-width: 1480px) {
	.nav-holder .menu-list > li > a {
		font-size: 94px;
	}
}

.nav-holder .menu-list > li > a:hover {
	color: #00bfba;
}

.nav-holder .menu-list > li > a:hover ~ ul {
	opacity: 1;
	visibility: visible;
}

.nav-holder .menu-list > li ul {
	margin-bottom: 0;
	padding: 15px 0 0 16px;
	display: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

@media (min-width: 1024px) {
	.nav-holder .menu-list > li ul {
		display: block !important;
		padding-top: 0;
		padding-left: 25px;
		position: absolute;
		left: 65%;
		top: 27px;
		bottom: 0;
		visibility: hidden;
		opacity: 0;
	}
}

.nav-holder .menu-list > li ul:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background: #fff;
	display: none;
}

@media (min-width: 1024px) {
	.nav-holder .menu-list > li ul:before {
		display: block;
	}
}

.nav-holder .menu-list > li ul li {
	margin-bottom: 15px;
}

.nav-holder .menu-list > li ul li.current-menu-item a {
	color: #00bfba;
}

.nav-holder .menu-list > li ul li a {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
}

.nav-holder .menu-list > li ul li a:hover {
	color: #00bfba;
}

.social-block {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 21px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.social-block {
		width: 250px;
	}
}

.social-title {
	display: block;
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 25px;
	margin-bottom: 20px;
	color: #fff;
}

.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-networks li {
	margin-bottom: 3px;
}

.social-networks li + li {
	margin-left: 20px;
}

.social-networks li.facebook a:before {
	background-image: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-facebook-white.png");
	width: 14px;
	height: 25px;
}

.social-networks li.instagram a:before {
	background-image: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-instagram-white.png");
}

.social-networks li.linkedin a:before {
	background-image: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-linkedin-white.svg");
}

.social-networks a {
	color: #fff;
	position: relative;
	font-size: 0;
}

.social-networks a:before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 26px;
	height: 26px;
}

.social-networks a:hover {
	color: #00bfba;
	opacity: .7 !important;
}

.nav-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.nav-btns .icon {
	font-size: 23px;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

@media (min-width: 768px) {
	.nav-btns .icon {
		right: 41px;
		font-size: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.nav-btns .icon-donate {
	display: block;
}

@media (min-width: 768px) {
	.nav-btns .icon-donate {
		display: none;
	}
}

.btn-donate {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #00bfba;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	width: 80px;
	height: 80px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.btn-donate {
		padding: 26px 20px;
		height: auto;
		width: auto;
		min-width: 165px;
		display: block;
	}
}

.btn-donate:hover {
	background: #00a;
	color: #fff;
}

.nav-active .btn-donate {
	background: #00a;
}

.nav-active .btn-donate:hover {
	background: #00bfba;
}

.nav-opener {
	display: block;
	background: #00a;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	position: relative;
}

@media (min-width: 768px) {
	.nav-opener {
		min-width: 165px;
	}
}

.nav-opener .nav-open {
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	width: 80px;
	height: 80px;
	display: block;
}

@media (min-width: 768px) {
	.nav-opener .nav-open {
		display: block;
		width: auto;
		height: auto;
		padding: 26px 66px 22px 20px;
	}
}

.nav-opener .nav-close {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

@media (min-width: 768px) {
	.nav-opener .nav-close {
		padding: 26px 66px 22px 20px;
		display: block;
		width: auto;
		height: auto;
	}
}

.nav-active .nav-opener .nav-open {
	opacity: 0;
}

.nav-active .nav-opener .nav-close {
	opacity: 1;
}

.nav-opener:hover {
	color: #fff;
}

img {
	vertical-align: top;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
	
	25% {
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
	}
	
	50% {
		-webkit-transform: rotate3d(0, 0, 1, 180deg);
		transform: rotate3d(0, 0, 1, 180deg);
	}
	
	75% {
		-webkit-transform: rotate3d(0, 0, 1, 270deg);
		transform: rotate3d(0, 0, 1, 270deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg);
		transform: rotate3d(0, 0, 1, 360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
	
	25% {
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
	}
	
	50% {
		-webkit-transform: rotate3d(0, 0, 1, 180deg);
		transform: rotate3d(0, 0, 1, 180deg);
	}
	
	75% {
		-webkit-transform: rotate3d(0, 0, 1, 270deg);
		transform: rotate3d(0, 0, 1, 270deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg);
		transform: rotate3d(0, 0, 1, 360deg);
	}
}

.accordion-list {
	border-bottom: 1px solid #00a;
}

.accordion-list:first-child {
	border-top: 1px solid #00a;
}

.accordion-list.active h3:before {
	background-image: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-minus.svg");
	height: 2px;
}

.accordion h3 {
	font: 24px/1.202 "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 24px 0;
	padding-right: 40px;
}

.accordion h3:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-plus.svg") no-repeat;
	width: 23px;
	height: 23px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.accordion .slide {
	display: none;
	padding-top: 6px;
}

.inner-banner {
	min-height: 570px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

.inner-banner.height-small {
	min-height: 493px;
}

@media (min-width: 768px) {
	.inner-banner.height-large {
		min-height: 730px;
	}
}

.inner-banner.single-banner .banner-wrap {
	max-width: 100%;
}

.inner-banner.disable-parallex .bg-cover {
	background-attachment: initial;
}

.inner-banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(147, 147, 147, 0)), to(#3d3d3d));
	background: -webkit-linear-gradient(top, rgba(147, 147, 147, 0) 0%, #3d3d3d 100%);
	background: linear-gradient(180deg, rgba(147, 147, 147, 0) 0%, #3d3d3d 100%);
	mix-blend-mode: multiply;
}

.inner-banner .banner-wrap {
	color: #fff;
	padding-bottom: 60px;
	max-width: 800px;
}

.inner-banner .banner-wrap .date {
	display: block;
	margin-bottom: 10px;
}

.campaign-banner {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

@media (min-width: 782px) {
	.campaign-banner {
		min-height: calc(100vh - 32px);
	}
}

.campaign-banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(147, 147, 147, 0)), to(#3d3d3d));
	background: -webkit-linear-gradient(top, rgba(147, 147, 147, 0) 0%, #3d3d3d 100%);
	background: linear-gradient(180deg, rgba(147, 147, 147, 0) 0%, #3d3d3d 100%);
	mix-blend-mode: multiply;
}

.campaign-banner .banner-wrap {
	color: #fff;
	padding-bottom: 60px;
}

@media (min-width: 1024px) {
	.campaign-banner .banner-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 1024px) {
	.campaign-banner .banner-wrap .text {
		width: 60%;
	}
}

.campaign-banner .banner-wrap .text h1 {
	margin-bottom: 20px;
	max-width: 476px;
}

.campaign-banner .banner-wrap .text .desc {
	max-width: 676px;
}

@media (min-width: 1024px) {
	.campaign-banner .banner-wrap .text p:last-of-type, .campaign-banner .banner-wrap .text h3:last-of-type {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.campaign-banner .banner-wrap .text h3 {
		font-size: 32px;
	}
}

@media (min-width: 1024px) {
	.campaign-banner .banner-wrap .donation-form {
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 30px;
	}
}

.campaign-banner .banner-wrap .donation-form .form-wrap {
	max-width: 386px;
	width: 100%;
}

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

.half-title-half-content-block.has-decor {
	padding: 150px 0;
}

.half-title-half-content-block.has-decor.decor-top .half-title-half-content-wrap:before {
	top: -60px;
}

.half-title-half-content-block.has-decor.decor-bottom .half-title-half-content-wrap:before {
	bottom: -60px;
}

.half-title-half-content-block.has-decor .half-title-half-content-wrap {
	position: relative;
}

.half-title-half-content-block.has-decor .half-title-half-content-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/pattern1.svg") no-repeat;
	width: 150px;
	height: 12px;
}

@media (min-width: 1024px) {
	.half-title-half-content-block .col {
		width: 50%;
	}
}

.half-title-half-content-block .col.col-title .col-wrap {
	max-width: 560px;
}

@media (min-width: 1024px) {
	.half-title-half-content-block .col-content .col:only-child {
		width: 100%;
	}
}

.counter-block.counter-grid {
	padding: 46px 0;
}

.counter-list {
	padding: 20px 0;
}

@media (min-width: 768px) {
	.counter-list {
		padding: 36px 0;
	}
}

.counter-list + .counter-list {
	position: relative;
}

.counter-list + .counter-list:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	height: 1px;
	background: #00a;
}

.counter-list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.counter-list .counter {
	margin-bottom: 10px;
	width: 100%;
	font-weight: 700;
}

@media (min-width: 768px) {
	.counter-list .counter {
		width: 50%;
		margin-bottom: 0;
		padding-right: 20px;
	}
}

.counter-list .desc {
	width: 100%;
}

@media (min-width: 768px) {
	.counter-list .desc {
		width: 50%;
		font-size: 24px;
		font-weight: 600;
	}
}

.counter-list .desc p {
	margin: 0;
}

@media (min-width: 768px) {
	.counter-list .desc p {
		margin: 0 0 5px;
	}
}

.counter-grid-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

@media (min-width: 1024px) {
	.counter-grid-lists {
		margin: 0 -18px;
	}
}

.counter-grid-list {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.counter-grid-list {
		width: 33.33%;
	}
}

@media (min-width: 1024px) {
	.counter-grid-list {
		padding: 0 18px;
	}
}

@media (max-width: 767px) {
	.counter-grid-list:last-child {
		margin-bottom: 0;
	}
}

.counter-grid-list-wrap {
	background: #fff;
	min-height: 408px;
	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;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
}

.counter-grid-list-wrap .counter {
	font-size: 40px;
	line-height: .94445;
	font-weight: 700;
	margin-bottom: 17px;
}

@media (min-width: 1024px) {
	.counter-grid-list-wrap .counter {
		font-size: 72px;
	}
}

.counter-grid-list-wrap .desc {
	font-size: 24px;
	line-height: 1.202;
}

.counter-grid-list-wrap .desc p {
	margin: 0;
}

.impact-story-category-listing-block .impact-story-category-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.impact-story-category-listing-block .impact-story-category-list {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.impact-story-category-listing-block .impact-story-category-list {
		width: 33.33%;
	}
}

.impact-story-category-listing-block .impact-story-category-list-wrap {
	position: relative;
	min-height: 447px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.impact-story-category-listing-block .impact-story-category-list-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}

.impact-story-category-listing-block .impact-story-category-list-wrap:hover .back-text {
	opacity: 1;
	visibility: visible;
}

.impact-story-category-listing-block .impact-story-category-list .bg-cover {
	background-attachment: inherit;
}

.impact-story-category-listing-block .impact-story-category-list h3 {
	color: #fff;
	max-width: 214px;
}

.impact-story-category-listing-block .impact-story-category-list .back-text {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 24px 22px 20px 18px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.impact-story-category-listing-block .impact-story-category-list .back-text-wrap {
	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;
	text-align: left;
	height: 100%;
}

.impact-story-category-listing-block .impact-story-category-list .back-text ul {
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 325px;
}

.impact-story-category-listing-block .impact-story-category-list .back-text ul li {
	letter-spacing: 1.28px;
	padding: 10px 0;
}

.impact-story-category-listing-block .impact-story-category-list .back-text ul li + li {
	border-top: 1px solid #fff;
}

.impact-story-category-listing-block .impact-story-category-list .back-text ul li h3 {
	margin: 0;
	line-height: .84375;
}

.impact-story-category-listing-block .impact-story-category-list .back-text ul li p {
	font-size: 18px;
	line-height: 1.05556;
	letter-spacing: .72px;
	margin: 0 0 5px;
}

.multi-color-card-block {
	padding-top: 20px;
}

@media (min-width: 768px) {
	.half-image-half-content-block.img-left .col-image .img-wrap {
		margin-left: calc(-50vw + 100%);
	}
}

@media (min-width: 768px) {
	.half-image-half-content-block.img-right .col-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.half-image-half-content-block .col {
	width: 100%;
}

@media (min-width: 768px) {
	.half-image-half-content-block .col {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.half-image-half-content-block .col-image .img-wrap {
		width: 50vw;
	}
}

.half-image-half-content-block .col-image .img-wrap img {
	width: 100%;
}

.half-image-half-content-block .col-content .text-wrap {
	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;
	height: 100%;
	padding: 27px 0 30px;
}

.half-image-half-content-block .col-content .text {
	max-width: 534px;
	font-size: 20px;
	line-height: 1.15;
}

.half-image-half-content-block .col-content .text p {
	margin-bottom: 30px;
}

.half-image-half-content-block .links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.half-image-half-content-block .links li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 15px 10px 0;
}

.half-image-half-content-block .links li a {
	position: relative;
	padding: 10px 20px 10px 40px;
	text-transform: uppercase;
	color: #00a;
	min-width: 199px;
	font-size: 20px;
	font-weight: 600;
	line-height: .942;
	letter-spacing: .4px;
}

.half-image-half-content-block .links li a.btn-more:hover {
	padding-left: 70px;
}

.half-image-half-content-block .links li a.btn-more:hover:after {
	left: 15px;
}

.half-image-half-content-block .links li a:before {
	content: "";
	font: 8px/1 "icomoon";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.half-image-half-content-block .links li a:hover {
	opacity: .7;
}

.half-image-half-content-block .links .button {
	background: #00a;
}

.image-block {
	padding: 30px 0;
}

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

.report-block {
	padding: 41px 0 71px;
}

.report-block .section-heading {
	margin-bottom: 50px;
}

@media (min-width: 1024px) {
	.report-block .section-heading {
		margin-bottom: 110px;
	}
}

.report-block .report-list {
	border-bottom: 1px solid #00a;
	padding: 18px 0;
}

.report-block .report-list:first-child {
	border-top: 1px solid #00a;
}

@media (min-width: 768px) {
	.report-block .report-list-wrap {
		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;
	}
}

.report-block .report-list .year {
	font-size: 26px;
	line-height: 1.202;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.report-block .report-list .year {
		width: 16%;
		padding-right: 20px;
		margin: 0;
	}
}

.report-block .report-list p {
	font-size: 24px;
	line-height: 1.202;
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.report-block .report-list p {
		width: calc(84% - 157px);
		padding-right: 20px;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.report-block .report-list .btn-download {
		width: 157px;
	}
}

.text-image-block {
	padding: 65px 0 75px;
}

@media (min-width: 1920px) {
	.text-image-block {
		padding: 133px 0 144px;
	}
}

@media (min-width: 768px) {
	.text-image-block.img-right .col-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 1920px) {
	.text-image-block .row {
		margin: 0 -27px;
	}
}

.text-image-block .col {
	width: 100%;
}

@media (min-width: 768px) {
	.text-image-block .col {
		width: 50%;
	}
}

@media (min-width: 1920px) {
	.text-image-block .col {
		padding: 0 27px;
	}
}

.text-image-block .col-content .text-wrap {
	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;
	height: 100%;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: .64px;
}

.text-image-block .col-content .text-wrap p {
	font-weight: 600;
	margin-bottom: 40px;
}

.text-image-block .col-content .text-wrap ul {
	padding-left: 25px;
}

.text-image-block .col-content .text-wrap ul li {
	font-weight: 300;
	margin-bottom: 20px;
}

.text-image-block .col-content .text-wrap ul li strong {
	font-weight: 400;
}

.image-slider-block.more-images .image-slider {
	padding-bottom: 70px;
}

.image-slider-block .container {
	position: relative;
}

.image-slider-block .swiper-slide .img-wrap {
	margin-bottom: 20px;
}

.image-slider-block .swiper-slide img {
	width: 100%;
}

.image-slider-block .swiper-slide p {
	margin-bottom: 0;
}

.image-slider-block .swiper-slide .caption {
	width: calc(100% - 170px);
}

.image-slider-block .slide-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.image-slider-block .slide-bottom .swiper-navigation {
	margin-top: 20px;
}

.image-slider-block .swiper-navigation {
	position: absolute;
	right: 15px;
	bottom: 28px;
	height: 66px;
}

.image-slider-block .swiper-navigation > div {
	margin: 0;
	top: 0;
}

.title-block .title-text {
	padding: 24px 0;
}

@media (min-width: 768px) {
	.title-block .title-text {
		width: 75%;
	}
}

@media (min-width: 1024px) {
	.title-block .title-text {
		width: 50%;
	}
}

.title-block .title-text .h3 {
	margin: 0;
}

.title-block .title-text .h3 + .btn-more {
	margin-top: 20px;
}

.faq-block {
	padding: 40px 0;
}

.faq-block .section-heading {
	margin: 0 0 50px;
}

@media (min-width: 1024px) {
	.faq-block .section-heading {
		margin-bottom: 80px;
	}
}

@media (min-width: 1920px) {
	.faq-block .section-heading {
		margin-bottom: 154px;
	}
}

.faq-block .section-heading h2 {
	margin: 0;
}

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

.title-content-block .col-title {
	width: 100%;
}

@media (min-width: 1024px) {
	.title-content-block .col-title {
		width: 30%;
	}
}

.title-content-block .col-title .title-wrap {
	max-width: 352px;
}

.title-content-block .col-content {
	width: 100%;
}

@media (min-width: 1024px) {
	.title-content-block .col-content {
		width: 70%;
	}
}

.title-content-block .col-content .img-wrap {
	margin-bottom: 36px;
}

@media (min-width: 1920px) {
	.title-content-block .text-grid .row {
		margin: 0 -29px;
	}
}

.title-content-block .text-grid .col {
	width: 100%;
}

@media (min-width: 768px) {
	.title-content-block .text-grid .col {
		width: 50%;
	}
}

@media (min-width: 1920px) {
	.title-content-block .text-grid .col {
		padding: 0 29px;
	}
}

.title-content-block .people-info {
	border-top: 1px solid #00a;
	padding-top: 26px;
}

.title-content-block .people-info .col-text {
	margin-bottom: 44px;
	position: relative;
}

@media (min-width: 768px) {
	.title-content-block .people-info .col-text {
		width: 60%;
	}
}

@media (min-width: 1920px) {
	.title-content-block .people-info .col-text {
		width: 70%;
	}
}

.title-content-block .people-info .col-text .text-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	padding-top: 40px;
}

.title-content-block .people-info .col-text .text-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/pattern1.svg") no-repeat;
	width: 150px;
	height: 12px;
}

.title-content-block .people-info .people-text {
	max-width: 446px;
}

@media (min-width: 768px) {
	.title-content-block .people-info .col-image {
		width: 40%;
	}
}

@media (min-width: 1920px) {
	.title-content-block .people-info .col-image {
		width: 30%;
	}
}

.cta-block {
	padding: 38px 0;
}

.cta-block .row {
	margin: 0 -10px;
}

.cta-block .col {
	padding: 0 10px;
	width: 100%;
}

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

@media (min-width: 768px) {
	.cta-block .col-image {
		margin-bottom: 0;
		width: 40%;
	}
}

.cta-block .col-content {
	padding-top: 10px;
}

@media (min-width: 768px) {
	.cta-block .col-content {
		width: 60%;
	}
}

.cta-block .col-content h2 {
	max-width: 705px;
}

.cta-block .col-content .text-wrap {
	max-width: 795px;
	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;
	height: 100%;
	font-size: 20px;
	line-height: 1.15;
}

.help-text-block {
	position: relative;
}

.help-text-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: .8;
	background: rgba(147, 147, 147, .95);
	mix-blend-mode: multiply;
}

.help-text-block .col {
	width: 100%;
	color: #fff;
}

@media (min-width: 768px) {
	.help-text-block .col-title {
		width: 40%;
	}
}

.help-text-block .col-title .title-wrap {
	max-width: 278px;
}

@media (min-width: 768px) {
	.help-text-block .col-description {
		width: 60%;
	}
}

.help-text-block .col-description h3 {
	margin-bottom: 15px;
}

.help-text-block .col-description .col-wrap {
	max-width: 800px;
}

.help-text-block .btn-more {
	color: #fff;
}

.help-text-wrap {
	position: relative;
	min-height: 495px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 0;
}

.help-text-wrap:before {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-pattern2.svg") no-repeat;
	width: 150px;
	height: 12px;
}

.card-partner {
	margin-bottom: 60px;
}

.card-partner .card-wrap .img-wrap {
	margin-bottom: 27px;
	position: relative;
}

.card-partner .card-wrap .img-wrap .img {
	width: 100%;
}

.card-partner .card-wrap .img-wrap .icon-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	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;
	padding: 15px;
	background: #fff;
	width: 150px;
	height: 150px;
}

@media (min-width: 1024px) {
	.card-partner .card-wrap .img-wrap .icon-wrap {
		width: 200px;
		height: 200px;
	}
}

@media (min-width: 1920px) {
	.card-partner .card-wrap .img-wrap .icon-wrap {
		width: 264px;
		height: 264px;
	}
}

.card-partner .card-wrap .img-wrap .icon-wrap img {
	max-width: 100%;
}

.card-partner .card-wrap .text-wrap h3 {
	margin-bottom: 20px;
	font-weight: 400;
}

.card-partner .card-wrap .text-wrap h3 a {
	color: #00a;
}

.card-partner .card-wrap .text-wrap h3 a:hover {
	color: #f66;
}

.card-partner .card-wrap .text-wrap p {
	margin-bottom: 20px;
}

.partner-block {
	padding: 40px 0;
}

@media (min-width: 1024px) {
	.partner-block.style2 .section-heading {
		margin-bottom: 106px;
	}
}

.partner-block .section-heading.has-decor h2 {
	position: relative;
	padding-bottom: 15px;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}

.partner-block .section-heading.has-decor h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-pattern3.svg") no-repeat;
	width: 176px;
	height: 12px;
}

.partner-block .row {
	margin: 0 -19px;
}

.partner-block .col {
	padding: 0 19px;
	width: 100%;
}

@media (min-width: 768px) {
	.partner-block .col {
		width: 50%;
	}
}

.partner-logo-block {
	padding: 65px 0;
}

.partner-logo-block .section-heading h2 {
	position: relative;
	padding-top: 40px;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}

.partner-logo-block .section-heading h2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-pattern3.svg") no-repeat;
	width: 176px;
	height: 12px;
}

.partner-logo-block .col {
	margin-bottom: 26px;
	-ms-flex-preferred-size: calc(20% - 10px);
	flex-basis: calc(20% - 10px);
}

.partner-logo-block .col-wrap {
	margin: 0 auto;
	width: 166px;
	height: 166px;
	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;
	position: relative;
}

.partner-logo-block .col-wrap a {
	position: absolute;
	font-size: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.partner-logo-block .col-wrap img {
	max-width: 100%;
}

.video-block {
	padding: 50px 0;
}

@media (min-width: 1024px) {
	.video-block {
		padding: 80px 0;
	}
}

.video-block .video-wrap {
	margin-bottom: 12px;
}

.video-block .caption {
	display: block;
}

.btn-v-play, .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-play.svg") no-repeat;
	background-size: 100%;
	width: 54px;
	height: 38px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 0;
}

@media (min-width: 768px) {
	.btn-v-play, .btn-play {
		width: 80px;
		height: 57px;
	}
}

@media (min-width: 1024px) {
	.btn-v-play, .btn-play {
		width: 140px;
		height: 99px;
	}
}

.video-close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	text-indent: -9999em;
	width: 20px;
	height: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
	background: #f66;
	z-index: 2;
}

.video-close:hover {
	opacity: .7;
}

.video-close:before, .video-close:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 9px;
	width: 2px;
	height: 80%;
	background: #fff;
	border-radius: 5px;
}

.video-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.video-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.video-wrap {
	position: relative;
	padding-top: 56.25%;
}

.video-wrap.is-playing .btn-v-play, .video-wrap.is-playing .btn-play {
	visibility: hidden;
	opacity: 0;
}

.btn-v-play.nitro-lazy, .btn-play.nitro-lazy {
	background: none !important;
}

.video-wrap.is-playing img {
	visibility: hidden;
	opacity: 0;
}

.video-wrap.is-playing .video-close {
	visibility: visible;
	opacity: 1;
}

.video-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-wrap video, .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.card-team {
	margin-bottom: 26px;
	width: 100%;
}

@media (min-width: 768px) {
	.card-team {
		width: 33.33%;
	}
}

@media (min-width: 1920px) {
	.card-team {
		width: 25%;
	}
}

.card-team .card-wrap {
	position: relative;
	padding-bottom: 10px;
}

.card-team .card-wrap > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 0;
}

.card-team .card-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #00a;
	-webkit-transition: width .35s cubic-bezier(.3, .86, .36, .95);
	transition: width .35s cubic-bezier(.3, .86, .36, .95);
}

.card-team .card-wrap:hover:before {
	width: 100%;
}

.card-team .card-wrap:hover .icon {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.card-team .card-wrap:hover .img-wrap:before {
	opacity: 1;
}

.card-team .card-wrap:hover .text-wrap .linkedin-link {
	opacity: 1;
	visibility: visible;
}

.card-team .card-wrap .img-wrap {
	position: relative;
	margin-bottom: 18px;
}

.card-team .card-wrap .img-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.card-team .card-wrap .img-wrap img {
	width: 100%;
}

.card-team .card-wrap .text-wrap {
	position: relative;
}

.card-team .card-wrap .text-wrap h3 {
	margin-bottom: 9px;
}

.card-team .card-wrap .text-wrap .designation {
	font-size: 16px;
	line-height: 1.25;
	padding-right: 40px;
	margin: 0;
}

.card-team .card-wrap .text-wrap .linkedin-link {
	z-index: 2;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/logo-linkedin.svg") no-repeat;
	width: 32px;
	height: 32px;
	background-size: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.card-team .card-wrap .text-wrap .linkedin-link.nitro-lazy {
	background: none !important;
}

.card-team .icon {
	position: absolute;
	left: 7px;
	bottom: 14px;
	width: 81px;
	height: 81px;
	border-radius: 50%;
	background: #00a;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 9px;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), -webkit-transform .35s cubic-bezier(.3, .86, .36, .95);
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.card-impact-story-featured {
	margin: 0 -2px 50px;
	width: 100%;
}

@media (min-width: 768px) {
	.card-impact-story-featured {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.card-impact-story-featured .img-wrap {
	margin-bottom: 20px;
	padding: 0 12px;
}

@media (min-width: 768px) {
	.card-impact-story-featured .img-wrap {
		margin-bottom: 0;
		width: 50%;
	}
}

.card-impact-story-featured .img-wrap img {
	width: 100%;
}

.card-impact-story-featured .text-wrap {
	padding: 0 12px;
}

@media (min-width: 768px) {
	.card-impact-story-featured .text-wrap {
		margin-bottom: 0;
		width: 50%;
	}
}

.card-impact-story-featured .text-wrap .text {
	max-width: 534px;
}

.card-impact-story-featured .text-wrap h2 {
	margin-bottom: 32px;
}

.card-impact-story-featured .text-wrap h2 a {
	color: #00a;
}

.card-impact-story-featured .text-wrap h2 a:hover {
	color: #f66;
}

.card-impact-story-featured .text-wrap .date {
	display: block;
	margin-bottom: 32px;
	font-weight: 400;
}

.card-impact-story-featured .text-wrap p {
	margin-bottom: 30px;
	font-weight: 400;
}

.card-impact-story-featured .text-wrap .btn-more {
	font-weight: 600;
}

.card-impact-story-featured-last {
	padding: 0 10px;
	margin-bottom: 49px;
}

.card-impact-story-featured-last .card-wrap .img-wrap {
	margin-bottom: 11px;
}

.card-impact-story-featured-last .card-wrap .img-wrap img {
	width: 100%;
}

.card-impact-story-featured-last .card-wrap .text-wrap h3 {
	margin-bottom: 48px;
	max-width: 650px;
}

.card-impact-story-featured-last .card-wrap .text-wrap h3 a {
	color: #00a;
}

.card-impact-story-featured-last .card-wrap .text-wrap h3 a:hover {
	color: #f66;
}

.card-impact-story-featured-last .card-wrap .text-wrap .date {
	font-weight: 400;
}

.card-impact-story-featured-last .card-wrap .text-wrap .text-date-cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
}

.card-impact-story-featured-last .card-wrap .text-wrap .category {
	font-weight: 300;
	padding: 3px 8px;
	font-size: 12px;
}

.card-story {
	padding: 0 10px;
	margin-bottom: 49px;
}

@media (min-width: 768px) {
	.card-story {
		border-right: 1px solid #00a;
	}
}

.card-story .card-wrap {
	height: 100%;
	position: relative;
	padding-bottom: 24px;
}

.card-story .card-wrap .img-wrap {
	margin-bottom: 11px;
}

.card-story .card-wrap .img-wrap img {
	width: 100%;
}

.card-story .card-wrap .text-wrap {
	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;
}

.card-story .card-wrap .text-wrap h3 {
	margin-bottom: 32px;
}

.card-story .card-wrap .text-wrap h3 a {
	color: #00a;
}

.card-story .card-wrap .text-wrap h3 a:hover {
	color: #f66;
}

.card-story .card-wrap .text-wrap .date {
	font-weight: 400;
}

.card-story .card-wrap .text-wrap .text-date-cat {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
}

.card-story .card-wrap .text-wrap .category {
	font-weight: 300;
	padding: 3px 8px;
	font-size: 12px;
}

.team-category-lists + .team-category-lists {
	margin-top: 80px;
}

.team-category-lists.has-decor {
	position: relative;
	padding-top: 30px;
}

.team-category-lists.has-decor:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-patter4.svg") no-repeat;
	width: 150px;
	height: 12px;
}

.team-category-lists > h2 {
	margin-bottom: 40px;
}

.team-listing {
	padding: 250px 0 80px;
}

.impact-story-listing {
	padding: 26px 0;
}

.impact-story-listing .row {
	margin: 0 -10px;
}

.story-listing-top .card-story {
	width: 100%;
}

@media (min-width: 768px) {
	.story-listing-top .card-story {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.story-listing-top .card-story {
		width: 25%;
	}
}

@media (max-width: 1023px) {
	.story-listing-top .card-story:nth-of-type(2n + 3) {
		border: none;
	}
}

.story-listing-top .card-story:last-child {
	border: none;
}

.story-listing-bottom .card-story {
	width: 100%;
}

@media (min-width: 768px) {
	.story-listing-bottom .card-story {
		width: 50%;
	}
}

@media (max-width: 1023px) {
	.story-listing-bottom .card-story:nth-child(2n + 2) {
		border: none;
	}
}

.story-listing-bottom .col-lists, .story-listing-bottom .card-impact-story-featured-last {
	width: 100%;
}

@media (min-width: 1024px) {
	.story-listing-bottom .col-lists, .story-listing-bottom .card-impact-story-featured-last {
		width: 50%;
	}
}

.story-listing-bottom .col-lists {
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.team-modal {
	display: none;
	width: 100%;
	min-height: 100vh;
}

@media (max-width: 767px) {
	.team-modal {
		padding: 60px 0 20px;
	}
}

.team-modal .col {
	width: 100%;
}

.team-modal .col-image {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.team-modal .col-image {
		width: 25%;
		margin-bottom: 0;
	}
}

.team-modal .col-image .img-wrap {
	margin-bottom: 15px;
}

.team-modal .col-image .designation {
	margin-bottom: 10px;
}

.team-modal .col-image .linkedin-link {
	background: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/logo-linkedin.svg") no-repeat;
	width: 32px;
	height: 32px;
	background-size: 100%;
	display: block;
	font-size: 0;
	-webkit-transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
	transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.team-modal .col-image .linkedin-link.nitro-lazy {
	background: none !important;
}

.team-modal .col-image .linkedin-link:hover {
	opacity: .7;
}

@media (min-width: 1024px) {
	.team-modal .col-content {
		width: 75%;
	}
}

.admin-bar .fancybox-container {
	padding-top: 46px;
}

@media (min-width: 782px) {
	.admin-bar .fancybox-container {
		top: 32px;
	}
}

.load-more {
	border: none;
	min-width: 180px;
}

.enquiry-block {
	padding: 44px 0 60px;
}

@media (min-width: 1920px) {
	.enquiry-block .row {
		margin: 0 -29px;
	}
}

.enquiry-block .col {
	width: 100%;
}

@media (min-width: 768px) {
	.enquiry-block .col {
		width: 50%;
	}
}

.enquiry-block .col .gform_wrapper .gfield {
	margin-bottom: 20px;
}

.enquiry-block .col .gform_footer {
	margin-top: 17px;
}

.subscription-block {
	padding: 47px 0;
}

.subscription-block input[type='text'], .subscription-block input[type='tel'], .subscription-block input[type='email'], .subscription-block input[type='search'], .subscription-block input[type='password'], .subscription-block textarea {
	font-weight: 300;
}

.subscription-block input[type='text']::-webkit-input-placeholder, .subscription-block input[type='tel']::-webkit-input-placeholder, .subscription-block input[type='email']::-webkit-input-placeholder, .subscription-block input[type='search']::-webkit-input-placeholder, .subscription-block input[type='password']::-webkit-input-placeholder, .subscription-block textarea::-webkit-input-placeholder {
	font-weight: 300;
}

.subscription-block input[type='text']::-moz-placeholder, .subscription-block input[type='tel']::-moz-placeholder, .subscription-block input[type='email']::-moz-placeholder, .subscription-block input[type='search']::-moz-placeholder, .subscription-block input[type='password']::-moz-placeholder, .subscription-block textarea::-moz-placeholder {
	font-weight: 300;
}

.subscription-block input[type='text']:-ms-input-placeholder, .subscription-block input[type='tel']:-ms-input-placeholder, .subscription-block input[type='email']:-ms-input-placeholder, .subscription-block input[type='search']:-ms-input-placeholder, .subscription-block input[type='password']:-ms-input-placeholder, .subscription-block textarea:-ms-input-placeholder {
	font-weight: 300;
}

.subscription-block input[type='text']::-ms-input-placeholder, .subscription-block input[type='tel']::-ms-input-placeholder, .subscription-block input[type='email']::-ms-input-placeholder, .subscription-block input[type='search']::-ms-input-placeholder, .subscription-block input[type='password']::-ms-input-placeholder, .subscription-block textarea::-ms-input-placeholder {
	font-weight: 300;
}

.subscription-block input[type='text']::placeholder, .subscription-block input[type='tel']::placeholder, .subscription-block input[type='email']::placeholder, .subscription-block input[type='search']::placeholder, .subscription-block input[type='password']::placeholder, .subscription-block textarea::placeholder {
	font-weight: 300;
}

.subscription-block .section-heading {
	margin-bottom: 20px;
}

.subscription-block .section-heading h2 {
	line-height: 1.132;
	margin: 0;
}

@media (min-width: 1024px) {
	.subscription-block .section-heading h2 {
		font-size: 38px;
	}
}

@media (min-width: 1024px) {
	.subscription-block .gform_wrapper form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 1024px) {
	.subscription-block .gform_wrapper form .gform-body {
		width: 80%;
		padding-right: 20px;
	}
}

.subscription-block .gform_wrapper form .gform_footer {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.subscription-block .gform_wrapper form .gform_footer {
		margin-top: 0;
	}
}

@media (min-width: 1024px) {
	.subscription-block .gform_wrapper form .gform_footer {
		width: 20%;
		text-align: right;
	}
}

@media (min-width: 768px) {
	.subscription-block .gform_wrapper .gfield {
		width: calc(50% - 20px);
	}
}

@media (min-width: 1024px) {
	.subscription-block .gform_wrapper .gfield {
		width: calc(33.33% - 20px);
		margin-bottom: 0;
	}
}

.subscription-block .gform_wrapper input[type='submit'] {
	min-width: 180px;
	background-image: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/icon-dot.svg");
	background-repeat: no-repeat;
	background-size: 6px 8px;
	background-position: 16px center;
	text-align: left;
	padding-left: 40px;
}

.subscription-block .gform_wrapper input[type='submit'].nitro-lazy {
	background-image: none !important;
}

@media (min-width: 1920px) {
	.subscription-block .gform_wrapper input[type='submit'] {
		min-width: 210px;
	}
}

.donation-form-block {
	padding: 40px 0;
}

.donation-form-block .donation-form {
	min-height: 680px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.donation-form-block .donation-form .form-wrap {
	width: 100%;
	max-width: 386px;
}

.donation-half-half-block {
	padding: 40px 0;
}

.donation-half-half-block .col {
	width: 100%;
}

@media (min-width: 1024px) {
	.donation-half-half-block .col {
		width: 50%;
	}
}

.donation-half-half-block .col-description {
	margin-bottom: 40px;
}

@media (min-width: 1024px) {
	.donation-half-half-block .col-description {
		margin-bottom: 0;
	}
}

.image-with-testimonial-block {
	padding: 30px 0;
}

.image-with-testimonial-block .img-wrap {
	margin-bottom: 34px;
}

.image-with-testimonial-block .img-wrap img {
	width: 100%;
}

.image-with-testimonial-block .blockquote-block blockquote {
	max-width: 100%;
	position: relative;
}

.image-with-testimonial-block .blockquote-block blockquote h2 {
	margin-bottom: 1em;
}

.image-with-testimonial-block .blockquote-block blockquote h2:before {
	content: "“";
	margin-right: 10px;
	line-height: .5;
}

.image-with-testimonial-block .blockquote-block blockquote h2:after {
	content: "”";
}

@media (min-width: 768px) {
	.image-with-testimonial-block .blockquote-block .blockquote-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.image-with-testimonial-block .blockquote-block .blockquote-footer .name {
		display: block;
		margin-bottom: 10px;
	}
}

.image-with-testimonial-block .blockquote-block .blockquote-footer .btn-more {
	min-width: 233px;
}

.image-with-testimonial-block .blockquote-block .blockquote-footer .btn-more:before {
	left: 5px;
}

.image-with-testimonial-block .btn-wrap {
	margin-top: 60px;
}

@media (min-width: 1480px) {
	.image-with-testimonial-block .btn-wrap {
		margin-top: 110px;
	}
}

.hotspot-section-wrapper {
	background: #00a;
	position: relative;
}

.hotspot-section-wrapper .hotspot-section-image {
	position: relative;
	z-index: 9;
}

@media (min-width: 1024px) {
	.hotspot-section-wrapper .hotspot-section-image {
		z-index: initial;
	}
}

.hotspot-content-block-wrapper {
	position: absolute;
	top: 30px;
	background: #fff;
	color: #00a;
	z-index: 99;
	width: 100%;
	max-width: 530px;
}

.hotspot-content-block-wrapper.position-left {
	left: 0;
}

.hotspot-content-block-wrapper.position-right {
	right: 0;
}

.admin-bar .hotspot-content-block-wrapper {
	top: 48px;
}

.hotspot-content-block-wrapper .hotspot-content-block {
	text-align: left;
}

.hotspot-content-block-wrapper .hotspot-content-block .close_ihp {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.hotspot-content-block-wrapper .hotspot-content-block .close_ihp svg {
	width: 20px;
	height: 20px;
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html {
	overflow: visible;
	padding: 30px 20px;
	color: #00a;
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html > span:not(.close_ihp) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: italic 16px/1.25 "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	margin-bottom: 9px;
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html > span:not(.close_ihp) .color {
	display: block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	margin-right: 15px;
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html h2 {
	margin-bottom: 50px;
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html h3, .hotspot-content-block-wrapper .hotspot-content-block .box_view_html h1, .hotspot-content-block-wrapper .hotspot-content-block .box_view_html .h1 {
	font-size: 42px;
	line-height: .97;
	border-bottom: 1px solid #00a;
	padding-bottom: 6px;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.hotspot-content-block-wrapper .hotspot-content-block .box_view_html h3, .hotspot-content-block-wrapper .hotspot-content-block .box_view_html h1, .hotspot-content-block-wrapper .hotspot-content-block .box_view_html .h1 {
		font-size: 64px;
	}
}

@media (min-width: 1480px) {
	.hotspot-content-block-wrapper .hotspot-content-block .box_view_html h3, .hotspot-content-block-wrapper .hotspot-content-block .box_view_html h1, .hotspot-content-block-wrapper .hotspot-content-block .box_view_html .h1 {
		font-size: 72px;
	}
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li {
	margin-bottom: 11px;
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li + li {
	border-top: 1px solid #00a;
	padding-top: 11px;
}

@media (min-width: 768px) {
	.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li a .image {
	width: 100%;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li a .image {
		width: 164px;
		margin: 0 16px 0 0;
	}
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li a .image img {
	width: 100%;
	max-height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li a .content {
	width: 100%;
}

@media (min-width: 768px) {
	.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li a .content {
		width: calc(100% - 164px - 16px);
	}
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li a .content .title {
	display: block;
	font: 24px/1.102 "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	margin-bottom: 20px;
}

.hotspot-content-block-wrapper .hotspot-content-block .box_view_html ul li a .content .date {
	color: #00a;
	display: block;
}

.hotspot-content-block-wrapper .hotspot-content-block strong, .hotspot-content-block-wrapper .hotspot-content-block .title {
	display: block;
	color: #00a;
	margin-bottom: 10px;
}

.hotspot-content-block-wrapper .hotspot-content-block p {
	color: #00a;
	margin-bottom: 10px;
}

.hotspot-content-block-wrapper .hotspot-content-block p:last-of-type {
	margin-bottom: 0;
}

.hotspot-section-lable {
	padding-bottom: 50px;
	color: #fff;
}

@media (min-width: 1024px) {
	.hotspot-section-lable {
		position: absolute;
		left: 33px;
		padding: 0;
		bottom: 50px;
	}
}

.hotspot-section-lable .label-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
	font: italic 18px/1.102 "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.hotspot-section-lable .label-wrap li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 13px;
}

.hotspot-section-lable .label-wrap li:last-child {
	margin-bottom: 0;
}

.hotspot-section-lable .label-wrap .color {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 14px;
}

.news-detail {
	padding: 60px 0;
}

.news-detail blockquote {
	max-width: 100%;
	position: relative;
}

.news-detail blockquote p {
	margin-bottom: 1em;
}

.news-detail blockquote p:before {
	content: "“";
	display: block;
	line-height: .5;
}

.news-detail blockquote p:after {
	content: "”";
}

.news-detail blockquote ul {
	font-size: 24px;
}

.news-detail p {
	clear: both;
}

.news-detail ul {
	padding-left: 1.2em;
}

.news-detail ul li {
	margin-bottom: 15px;
}

.card-image-with-icon .card-wrap .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
	height: 115px;
}

@media (min-width: 1024px) {
	.card-image-with-icon .card-wrap .icon-wrap {
		margin-bottom: 64px;
	}
}

.card-image-with-icon .card-wrap .icon-wrap img {
	max-height: 115px;
}

.card-image-with-icon .card-wrap .text-wrap {
	max-width: 240px;
}

.content-with-icon-block {
	padding: 30px 0 60px;
}

@media (min-width: 1480px) {
	.content-with-icon-block .section-heading {
		margin-bottom: 230px;
	}
}

.content-with-icon-block .row {
	row-gap: 30px;
}

.content-with-icon-block .row.text-center .card-image-with-icon .card-wrap .icon-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content-with-icon-block .row.text-center .card-image-with-icon .card-wrap .text-wrap {
	text-align: center;
	margin: 0 auto;
}

.content-with-icon-block .card-image-with-icon {
	width: 100%;
}

@media (min-width: 768px) {
	.content-with-icon-block .card-image-with-icon {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.content-with-icon-block .card-image-with-icon {
		width: 25%;
	}
}

.card-data-citation .card-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-data-citation .card-wrap > img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.card-data-citation .card-wrap .card-box {
	padding: 13px 14px 5px 8px;
	min-height: 235px;
	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;
	width: 100%;
}

.card-data-citation .card-wrap .card-box .h4 {
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	line-height: 1.16667;
}

.card-data-citation .card-wrap .card-box .box-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-data-citation .card-wrap .card-box .box-footer .number {
	position: relative;
	font-size: 82px;
	font-family: "Unna", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	padding-left: 25px;
}

.card-data-citation .card-wrap .card-box .box-footer .number.loss:before {
	background-image: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/arrow-down.svg");
}

.card-data-citation .card-wrap .card-box .box-footer .number.gain:before {
	background-image: url("https://thp.org.au/nitropack_static/xHYZZCXkmmLrWVZVPOFpNqOobFcjGnzQ/assets/images/optimized/rev-e992c2c/thp.org.au/wp-content/themes/hunger/images/arrow-up.svg");
}

.card-data-citation .card-wrap .card-box .box-footer .number:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 14px;
	height: 49px;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.data-citation-block {
	padding: 32px 0;
}

.data-citation-block.box-with-bg-img .card-data-citation .card-wrap {
	position: relative;
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 40px 28px;
	min-height: 450px;
}

.data-citation-block .row {
	margin: 0 -10px;
	row-gap: 30px;
}

.data-citation-block .card-data-citation {
	padding: 0 10px;
	width: 100%;
}

@media (min-width: 768px) {
	.data-citation-block .card-data-citation {
		width: 50%;
	}
}

@media (min-width: 1480px) {
	.data-citation-block .card-data-citation {
		width: 25%;
	}
}

.data-citation-block .notes {
	margin-top: 33px;
	display: block;
	font-size: 16px;
}

.page-template-tpl-campaign .campaign-logo {
	position: fixed;
	top: 70%;
	right: 15px;
	z-index: 5;
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 6000ms;
	animation-duration: 6000ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@media (max-width: 767px) {
	.page-template-tpl-campaign .campaign-logo img {
		max-width: 150px;
	}
}

.page-template-tpl-campaign .campaign-donation-btn {
	position: fixed;
	right: 15px;
	top: 20%;
	z-index: 5;
}

@media (max-width: 767px) {
	.page-template-tpl-campaign .campaign-donation-btn .btn-donate {
		width: 170px;
		height: 56px;
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
