/*!
Theme Name: QCT
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qct
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

QCT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&amp;family=Montserrat:wght@400;500&amp;display=swap');
@font-face{
    font-family:"Garamond";
    src:url("../otf/agaramondpro-bold.otf") format("opentype");
    src:url("../eot/agaramondpro-boldd41d.eot#iefix") format("embedded-opentype"),url("../woff/agaramondpro-bold.woff") format("woff"),url("../ttf/agaramondpro-bold.ttf") format("truetype");
    font-weight:700
}
@font-face{
    font-family:"Garamond";
    src:url("../otf/agaramondpro-regular.otf") format("opentype");
    src:url("../eot/agaramondpro-regulard41d.eot#iefix") format("embedded-opentype"),url("../woff/agaramondpro-regular.woff") format("woff"),url("../ttf/agaramondpro-regular.ttf") format("truetype");
    font-weight:500;
    font-style:normal
}
/*@font-face{font-family:"Avenir";src:url("fonts/AvenirLTStd-Light.otf") format("opentype");src:url("fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"),url("fonts/AvenirLTStd-Light.woff") format("woff"),url("fonts/AvenirLTStd-Light.ttf") format("truetype");font-weight:normal}
@font-face{font-family:"Avenir";src:url("fonts/AvenirLTStd-Roman.otf") format("opentype");src:url("fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"),url("fonts/AvenirLTStd-Roman.woff") format("woff"),url("fonts/AvenirLTStd-Roman.ttf") format("truetype");font-weight:500}*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	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;
}

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

/**
 * 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: -0.25em;
}

sup {
	top: -0.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 {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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: 0.35em 0.75em 0.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 {
	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"] {
	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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {color: #000000; font-family: 'Garamond', serif; font-size: 21px; line-height: 1.25; font-weight: 400; -webkit-font-smoothing: antialiased}

h1,
h2,
h3,
h4,
h5,
h6 {clear: both; font-weight: 400}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {font-style: italic; font-family: 'EB Garamond', serif; font-weight: 400}

strong em {font-style: italic; font-family: 'EB Garamond', serif; font-weight: 700}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #8c734b;
}

a:visited {
	color: #8c734b;
}

a:hover,
a:focus,
a:active {
	color: #8c734b;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {margin: 0}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* - - - - - - - - - - - - GLOBAL - START - - - - - - - - - - */

hr {border-bottom: dotted 2px #8c734b; height: 1px; background: none}

#qct-site-content-container {padding: 120px 0 0; min-height: calc(100vh - 575px)}

.button,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button  {text-decoration: none; display: inline-block; padding: 10px 25px; background: #8c734b; color: #FFFFFF; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size: 0.65em; transition: background 0.4s ease-out}
.button i {margin-right: 7px}
.button i.fa-chevron-right {font-size: 0.85em}
.button.icon-right i {margin: 0}
.button:hover {color: #FFFFFF; background: #997f56}
.button:visited,
.button:focus,
.button:active {color: #FFFFFF}

.qct-heading {font-size: 40px; display: block; line-height: 1.25; padding: 0 0 10px; margin: 0}
.qct-heading span,
.qct-heading em {display: block}
.qct-heading em {font-size: 1.8em; line-height: 1; padding: 0 0 5px}
.qct-heading em.lg {font-size: 1.9em}

.qct-heading-lg-txt-first em {padding-bottom: 20px}

.qct-heading-one-line {font-size: 50px; margin: 0 0 10px}

.qct-dual-box-layout {width: 100%; display: flex}
.qct-dual-box-layout-reverse {flex-direction: row-reverse}
.qct-dual-box-layout > div {width: 50%; display: flex}
.qct-dbl-text-box {padding: 45px; text-align: center; background: #efebe5; width: 100%}
.qct-dbl-text-box-blue {background: #e1f3fa}
.qct-dbl-text-box-white {background: #ffffff}
.qct-dbl-text-box-inner {display: flex; flex-direction: column; align-items: center; width: 100%; height: 100%; justify-content: center; padding: 45px; border: solid 1px #8c734b; gap: 25px; min-height: 100%; flex: 1}
.qct-dbl-text-box-inner p {margin: 0 auto; max-width: 600px; display: block}
.qct-dbl-text-box hr {width: 50%; margin: 0 auto; margin-bottom: 15px}
.qct-dbl-text-box .button {margin-top: 10px}
.qct-dbl-img-box img {object-fit: cover; width: 100%; display: block}

#qct-stay-connected-section {background:#e1f3fa; padding: 175px 45px}
#qct-stay-connected-section-inner {display: flex; width: 100%; max-width: 1200px; gap: 75px; margin: 0 auto; align-items: center}
#qct-stay-connected-section-inner > div {width: 50%}
#qct-stay-connected-section-inner > div:nth-child(1) h2 {margin-top: 0}
#qct-stay-connected-section-inner > div:nth-child(2) {text-align: center}
#qct-stay-connected-section .qct-heading span {line-height: 1}
#qct-stay-connected-section .qct-heading em {margin-top: -7px}
#qct-stay-connected-section .frm_style_formidable-style.with_frm_style .frm_submit button {padding-left: 45px; padding-right: 45px}
#qct-stay-connected-section .qct-social-icons {justify-content: center; margin-bottom: 12px}
#qct-stay-connected-section-inner > div > p {max-width: 300px; margin: 0 auto; display: block; margin: 0 auto 10px}
#qct-stay-connected-section-inner > div > p:nth-of-type(2) {max-width: 335px; margin-bottom: 30px}
#qct-stay-connected-section hr {width: 50%}
#qct-stay-connected-section .donate-dropdown {margin:20px auto 0}

.info-box {display: block; background: #ffffff; padding: 45px; max-width: 550px}
.info-box hr {margin-top: 20px}
.info-box-inner {border:solid 1px #8c734b; padding: 15%; text-align: center}
.info-box-inner p {max-width: 275px; margin: 0 auto}

#qct-page-header-box {background:#e1f3fa; padding: 150px 30px; background-position: center center; background-size: cover; opacity: 0}
#qct-page-header-box-container {max-width: 1200px; margin: 0 auto}
#qct-page-header-box .info-box-inner {padding: 45px; display: flex; flex-direction: column; align-items: center; min-height: 450px; justify-content: center}
#qct-page-header-box.info-box-right .info-box {margin-left: auto}
#qct-page-header-box hr {width: 75%}
#qct-page-header-box p {max-width: 100%; font-weight: 1.1em}

#qct-page-content {text-align: center; padding: 75px 30px 90px; max-width: 1000px; margin: 0 auto}
#qct-page-content h1 {margin: 0; font-size: 2.25em}
#qct-page-content hr {max-width: 200px; margin: 25px auto 45px}
#qct-page-content p {font-size: 1.15em}
#qct-page-content figure {margin: 3em 0}
#qct-page-content .wp-block-embed__wrapper {width: 100%; height:0; position: relative; overflow: hidden; padding-bottom: 56.25%}
#qct-page-content iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0}
#qct-page-content ul {list-style-position: inside; padding-left: 0; margin: 0; font-size: 1.15em}
#qct-page-content ul li + li {margin-top: 5px}
#qct-page-content .donate-dropdown {margin-left: auto; margin-right: auto}

.qct-full-width-banner {background: #e1f3fa; padding: 85px 30px 105px; background-position: center center; background-size: cover}
.qct-full-width-banner-inner {max-width: 1200px; margin: 0 auto}
.qct-full-width-banner .info-box {padding: 40px; margin-left: auto}
.qct-full-width-banner .info-box-right {margin-right: auto; margin-left: 0}
.qct-full-width-banner .info-box-inner {padding: 40px; display: flex; flex-direction: column; gap: 25px; align-items: center; justify-content: center}
.qct-full-width-banner .info-box-inner .qct-heading {padding-bottom: 0}
.qct-full-width-banner .info-box-inner .qct-heading em {padding-bottom: 0; line-height: 1.1}
.qct-full-width-banner .info-box-inner p {max-width: 100%}
.qct-full-width-banner .info-box-inner hr {width: 70%; margin: 10px auto}

.qct-section {max-width: 1000px; margin: 0 auto; padding: 75px 30px 90px; text-align: center}
.qct-section .qct-heading {font-size: 1.75em}
.qct-section .qct-heading em {font-size: 1.5em}
.qct-section hr {max-width: 300px; margin: 30px auto 50px}
.qct-section iframe {width: 100%; height: 450px; margin: 0 0 30px}
.qct-section .button {margin-top: 10px}

.qct-banner-img {width: 100%; height: 50vh; overflow: hidden}
.qct-banner-img img {object-fit: cover; width: 100%; object-position: center; height: 100%}

.asset-link,
._3d-flip-book {font-style: italic; color: #8c734b; display: inline-block; text-decoration: none; padding-left: 40px; background-repeat: no-repeat; background-position: left center; font-weight: 500; font-family: 'EB Garamond', serif}
.pdf-icon {background-image: url(../png/pdf-icon.png); background-size: 24px 25px; padding-top: 7px; padding-bottom: 3px}
.flipbook-icon,
._3d-flip-book {background-image: url(../png/flipbook-icon.png); background-size: 19px 30px; background-position: 3px 0; padding-top: 7px; padding-bottom: 3px}

.qct-quad-boxes {display: flex; text-align: center}
.qct-quad-box {width: 25%; padding: 45px 40px; position: relative}
.qct-quad-box:before {content: ''; width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 25px solid #FFFFFF; font-size: 0; line-height: 0; position: absolute; right:-35px; top: 50%; margin-top: -12px; transform: rotate(-90deg); z-index: 1}
.qct-quad-box:nth-of-type(1) {background: #e1f3fa}
.qct-quad-box:nth-of-type(1):before {border-top-color: #e1f3fa}
.qct-quad-box:nth-of-type(3) {background: #efebe5}
.qct-quad-box:nth-of-type(3):before {border-top-color: #efebe5}
.qct-quad-box h2 {font-size: 1.35em}
.qct-quad-box h2 span {color: #8c734b}
.qct-quad-box h2 em {font-size: 1.55em}
.qct-quad-box hr {width: 30%; margin: 10px auto 25px}
.qct-quad-box p {margin: 10px auto 0; font-size: 0.8em; display: block; max-width: 225px}

.qct-tri-boxes-wrapper {text-align: center}
.qct-tri-boxes-wrapper > h2 {padding-left: 15px; padding-right: 15px}
.qct-tri-boxes-wrapper > hr {max-width: 200px}
.qct-tri-boxes-wrapper > p {font-size: 1.15em; margin-bottom: 60px; padding-left: 15px; padding-right: 15px}
.qct-tri-boxes {display: grid; grid-template-columns: 1fr 1fr 1fr}
.qct-tri-box-text {background: #efebe5; padding: 35px; text-align: center}
.qct-tri-box-text-blue {background: #e1f3fa}
.qct-tri-box-text-light-blue {background: #f4fbfe}
.qct-tri-box-text-white {background: #ffffff}
.qct-tri-box-extra {display: none}
.qct-tri-box img {object-fit: cover; width: 100%; display: block}
.qct-tri-box-inner {display: flex; flex-direction: column; align-items: center; width: 100%; height: 100%; justify-content: center; padding: 45px; border: solid 1px #8c734b; gap: 25px; min-height: 100%; flex: 1}
.qct-tri-box-text-no-border .qct-tri-box-inner {border-color: transparent}
.qct-tri-box-inner p {margin: 0 auto; max-width: 600px; display: block}
.qct-tri-box-text hr {width: 50%; margin: 0 auto; margin-bottom: 15px}
.qct-tri-box-text .button {min-width: 110px}

.qct-popup {background:rgba(0,0,0,.4); display:none; height:100%; position:fixed; text-align:center; top:0; width:100%; z-index:10000}
.qct-popup .helper {display:inline-block; height:100%; vertical-align:middle}
.qct-popup > div {background-color: #ffffff; box-shadow: 10px 10px 60px #555; display: inline-block; height: auto; max-width: 540px; min-height: 100px; vertical-align: middle; width: 100%; position: relative; padding: 45px; text-align:left; max-height:93vh}
#qct-pledge-popup > div {overflow-y: scroll}
.popupCloseButton {cursor: pointer; display: flex; position: absolute; top: 12px; right: 12px; opacity: 1; transition: opacity 0.4s ease-out; gap: 10px; align-items: center}
.popupCloseButton span {font-size: 24px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; color: #8c734b}
.popupCloseButton svg {display: block; width: 25px; height: 25px}
.popupCloseButton:hover {opacity: 1; transition: opacity 0.4s ease-out}

#qct-testimonial-slider-wrapper {max-width: 1000px; padding: 0 30px; margin: 0 auto}
#qct-testimonial-slider-wrapper .owl-prev span,
#qct-testimonial-slider-wrapper .owl-next span {color: #8c734b}
#qct-testimonial-slider-wrapper .owl-prev:hover span,
#qct-testimonial-slider-wrapper .owl-next:hover span {color: #FFFFFF}
.qct-ts-item {display: flex; padding: 0 60px; align-items: center; justify-content: center; gap: 45px}
.qct-ts-img img {border-radius: 50%; min-width: 275px}
.qct-ts-content span {display: block}
.qct-ts-content blockquote {margin: 15px 0 0; font-family: 'EB Garamond', serif; font-style: italic; font-size: 0.85em}
.qct-ts-content blockquote:before,
.qct-ts-content blockquote:after {content:'"'}

.error-404 {padding: 100px 0 0}

.dropdown {position: relative}
.dropdown .button {display: flex; align-items: center; gap: 10px; justify-content: center; cursor: pointer}
.dropdown .button i {margin-right: 0}
.dropdown .chevron {width: 16px; height: auto; display: block; transition: transform 0.3s}
.dropdown ul {position: absolute; list-style: none; padding: 0; margin: 0; text-align: center; width: 100%; transition: opacity 0.3s; opacity: 0; top: 38px; pointer-events: none}
.dropdown ul li {padding: 8px 0; background: #FFFFFF}
.dropdown ul li:last-child {border-top: solid 1px #8c734b}
.dropdown ul a {text-decoration: none; font-size: 15px; text-transform: uppercase; color: #000000; padding: 6px 0; font-family: 'Montserrat', sans-serif}
.dropdown ul a.us-international {font-size: 12px}
.dropdown.active {box-shadow: 0 0 10px rgba(0,0,0,.1)}
.dropdown.active ul {opacity: 1; transition: opacity 0.3s}
.dropdown.active .chevron {transform: rotate(180deg); transition: transform 0.3s}

.donate-dropdown {width: 150px}
.donate-dropdown .button {width: 150px; height: 38px; padding: 0}
.donate-dropdown.active ul {pointer-events: auto}

@media only screen and (max-height: 749px) {
	.qct-popup > div {overflow-y: scroll; max-height:93vh}
}

@media only screen and (max-width: 767px) {
	.qct-popup > div {max-width: 300px; max-height:93vh; overflow-y: auto; padding: 25px 25px 30px}
	.popupCloseButton {line-height: 24px; width: 22px; height: 24px}
}

@media (max-width: 1600px) {
	.qct-heading {font-size: 33px}

	#qct-page-header-box {padding: 75px 30px}
	#qct-page-header-box .info-box {max-width: 500px}
	#qct-page-header-box .info-box-inner {min-height: 400px; padding: 30px}
}

@media (max-width: 1300px) {
	.qct-quad-box {padding: 45px 35px}
	.qct-quad-box h2 {font-size: 1.15em}
	.qct-quad-box h2 em {font-size: 1.35em}
	.qct-quad-box p {max-width: 100%; font-size: 0.75em}

	.qct-tri-box-inner {padding: 30px}
	.qct-tri-box h2 {font-size: 1.15em}
	.qct-tri-box h2 em {font-size: 1.35em}
	.qct-tri-box p {max-width: 100%; font-size: 0.75em}
}

@media (max-width: 1024px) {
	.qct-dbl-text-box-inner {padding: 45px}

	.qct-heading {font-size: 28px}

	#qct-stay-connected-section {padding: 120px 30px}
	#qct-stay-connected-section-inner {gap:45px}

	.qct-section iframe {height: 400px}

	.qct-quad-boxes {display: grid; grid-template-columns: 1fr 1fr}
	.qct-quad-box {width: auto}
	.qct-quad-box:before {display: none}
	.qct-quad-box:nth-of-type(3) {background: #ffffff}
	.qct-quad-box:nth-of-type(4) {background: #efebe5}

	.qct-tri-boxes {grid-template-columns: 1fr 1fr}
	.qct-tri-boxes-6 > div:nth-child(1) {order: 1}
	.qct-tri-boxes-6 > div:nth-child(2) {order: 2}
	.qct-tri-boxes-6 > div:nth-child(3) {order: 4}
	.qct-tri-boxes-6 > div:nth-child(4) {order: 3}
	.qct-tri-boxes-6 > div:nth-child(5) {order: 5}
	.qct-tri-boxes-6 > div:nth-child(6) {order: 6}

	.qct-tri-boxes-9 > div:nth-child(1) {order: 1}
	.qct-tri-boxes-9 > div:nth-child(2) {order: 2}
	.qct-tri-boxes-9 > div:nth-child(3) {order: 4}
	.qct-tri-boxes-9 > div:nth-child(4) {order: 3}
	.qct-tri-boxes-9 > div:nth-child(5) {order: 5}
	.qct-tri-boxes-9 > div:nth-child(6) {order: 6}
	.qct-tri-boxes-9 > div:nth-child(7) {order: 8}
	.qct-tri-boxes-9 > div:nth-child(8) {order: 7}
	.qct-tri-boxes-9 > div:nth-child(9) {order: 9}
	.qct-tri-boxes-9 > div:nth-child(10) {order: 10}

	.qct-tri-boxes-9 .qct-tri-box-extra {display: block}

	.qct-tri-box h2 {font-size: 1.25em}
	.qct-tri-box h2 em {font-size: 1.45em}
	.qct-tri-box p {font-size: 0.85em}
}

@media (max-width: 850px) {
	.qct-heading {font-size: 34px}

	#qct-page-header-box.info-box-right .info-box {margin-right: auto}
	#qct-page-header-box .info-box {margin-left: auto; margin-right: auto}

	.qct-dual-box-layout:not(.qct-archive-listing) {flex-direction: column}
	.qct-dual-box-layout:not(.qct-archive-listing) > div {width: 100%; min-height: 100vw}
	.qct-dual-box-layout:not(.qct-archive-listing) .qct-dbl-text-box-inner {min-height: calc(100vw - 90px)}

	#qct-stay-connected-section {padding: 90px 30px}
	#qct-stay-connected-section-inner {gap:30px}

	.qct-full-width-banner .info-box {margin-left: auto; margin-right: auto}

	.qct-section iframe {height: 360px}

	.qct-ts-img img {min-width: 225px}
}

@media (max-width: 767px) {
	.qct-heading {font-size: 26px}
	.qct-heading-one-line {font-size: 32px}

	.qct-heading-lg-txt-first em {padding-bottom: 15px}

	#qct-page-header-box .info-box-inner {min-height: auto}

	#qct-stay-connected-section {padding: 60px 30px 75px}
	#qct-stay-connected-section-inner {flex-direction: column}
	#qct-stay-connected-section-inner > div {width: 100%}

	#qct-page-content h1 {margin: 0; font-size: 2em}

	.qct-section .qct-heading {font-size: 1.5em}
	.qct-section .qct-heading em {font-size: 1.25em}
	.qct-section iframe {height: 200px}

	.qct-quad-boxes {grid-template-columns: 1fr}
	.qct-quad-box:nth-of-type(3) {background: #efebe5}
	.qct-quad-box:nth-of-type(4) {background: #ffffff}

	.qct-tri-boxes {grid-template-columns: 1fr}
	.qct-tri-boxes-6 > div:nth-child(1) {order: 2}
	.qct-tri-boxes-6 > div:nth-child(2) {order: 1}
	.qct-tri-boxes-6 > div:nth-child(3) {order: 4}
	.qct-tri-boxes-6 > div:nth-child(4) {order: 3}
	.qct-tri-boxes-6 > div:nth-child(5) {order: 5}
	.qct-tri-boxes-6 > div:nth-child(6) {order: 6}

	.qct-tri-boxes-9 > div:nth-child(3) {order: 3}
	.qct-tri-boxes-9 > div:nth-child(4) {order: 4}
	.qct-tri-boxes-9 > div:nth-child(7) {order: 7}
	.qct-tri-boxes-9 > div:nth-child(8) {order: 8}
	.qct-tri-boxes-9 > div:nth-child(9) {order: 9}
	.qct-tri-boxes-9 > div:nth-child(10) {order: 10}
	.qct-tri-boxes-9 .qct-tri-box-extra {display: none}

	.qct-tri-box-inner

	.qct-tri-box {width: 100%; min-height: 100vw}
	.qct-tri-box-inner {min-height: calc(100vw - 60px)}

	.qct-full-width-banner .info-box {width: 100%; min-height: 100vw}
	.qct-full-width-banner .info-box-inner {min-height: calc(100vw - 60px); padding: 30px 20px; gap: 20px}

	#qct-testimonial-slider-wrapper {padding: 0 10px}
	.qct-ts-item {flex-direction: column; padding: 0 45px}
	.qct-ts-img {text-align: center}
	.qct-ts-img img {display: inline-block; max-width: 175px; min-width: auto}
	#qct-testimonial-slider-wrapper .owl-prev:hover,
	#qct-testimonial-slider-wrapper .owl-next:hover {background: #FFFFFF}
	#qct-testimonial-slider-wrapper .owl-prev:hover span,
	#qct-testimonial-slider-wrapper .owl-next:hover span {color: #8c734b}

}

@media (max-width: 480px) {
	#qct-site-content-container {padding: 100px 0 0}

	.qct-heading {font-size: 24px}
	.qct-heading-one-line {font-size: 28px}

	.qct-dbl-text-box {padding: 21px}
	.qct-dual-box-layout .qct-dbl-text-box-inner:not(.qct-archive-listing) {padding: 30px 20px; gap: 20px; min-height: calc(100vw - 42px)}
	.qct-dbl-text-box {font-size: 0.9em}

	#qct-stay-connected-section {padding: 45px 20px 60px}

	#qct-page-header-box {padding: 20px}

	.info-box {padding: 20px}
	.info-box-inner {padding: 10%}
	.info-box .qct-heading {font-size: 22px}
	.info-box .qct-heading em {font-size: 1.5em}
	.info-box-inner p {font-size: 18px}

	#qct-page-content {padding: 45px 20px 60px}
	#qct-page-content h1 {font-size: 1.75em}
	#qct-page-content p,
	#qct-page-content ul {font-size: 1em}

	.qct-section {padding: 60px 30px 75px}
	.qct-section .qct-heading {font-size: 1.4em}
	.qct-section .qct-heading em {font-size: 1.15em}
	.qct-section iframe {height: 150px}

	.qct-full-width-banner {padding: 20px}
	.qct-full-width-banner .info-box {padding: 20px}
	.qct-full-width-banner .info-box-inner {padding: 20px; min-height: calc(100vw - 40px)}
	.qct-full-width-banner .info-box-inner hr {margin: 0 auto}
}

/* - - - - - - - - - - - - GLOBAL - END - - - - - - - - - - - */





/* - - - - - - - - - - - - HEADER - START - - - - - - - - - - */

header#masthead {position: fixed; width:100%; top: 0; z-index: 3}
#qct-main-header {display: flex; padding: 20px 45px; font-family: 'Montserrat', sans-serif; align-items: center; background: #FFFFFF}
#qct-main-header > div {width: calc(50% - 35px); display: flex; justify-content: space-between; padding: 0 30px 0; align-items: center}
#qct-main-header > #qct-main-header-left {padding-left: 0}
#qct-main-header > #qct-main-header-right {padding-right: 0}
#qct-main-header a {display: block}
#qct-main-header a svg {max-width: 22px; width: 100%}
#qct-main-header .menu {display: flex; list-style: none; margin: 0; padding: 0; gap: 40px}
#qct-main-header nav .menu a {text-transform: uppercase; font-size: 15px; text-decoration: none}
#qct-main-header #qct-logo {display: block; max-width: 70px}

#qct-mega-menu-outer {padding: 0 45px; position: absolute; /*top: -750px;*/ width: 100%; opacity: 0; transition: opacity 0.4s ease-out; pointer-events: none}
#qct-mega-menu-outer.enabled {opacity: 1; top:120px; transition: opacity 0.4s ease-out; pointer-events: auto}
#qct-mega-menu {background: #FFFFFF; padding: 30px 60px 45px; box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.25)}
#qct-mega-menu-inner {display: grid; grid-template-columns: repeat(5, 1fr); font-family: 'Montserrat', sans-serif}
.qct-mm-col {display: flex; flex-direction: column}
.qct-mm-col ul,
.qct-mm-col h3,
.qct-mm-col .qct-mm-nav-img {opacity: 0.3; transition: opacity 0.4s ease-out}
.qct-mm-col.highlight ul,
.qct-mm-col.highlight h3,
.qct-mm-col.highlight .qct-mm-nav-img {opacity: 1; transition: opacity 0.4s ease-out}
.qct-mm-col:last-child .qct-mm-nav {border-right: none}
.qct-mm-col h3 {text-transform: uppercase; margin: 0 0 25px; font-size: 16px; font-weight: 400; color: #8c734b; display: block}
.qct-mm-nav {flex-grow: 1; border-right:solid 1px #8c734b; padding: 0 45px}
.qct-mm-nav-img {max-width: 50%; margin: 0 auto 35px}
.qct-mm-nav-img img {border-radius: 50%}
.qct-mm-col ul {list-style: none; padding: 0 0 30px; margin: 0}
.qct-mm-col ul li {margin-bottom: 15px}
.qct-mm-col ul li a {font-size: 14px; color: #000000; text-decoration: none; display: block}
.qct-mm-col ul li a:hover {color: #8c734b}
.qct-mm-col:last-child ul li {margin-bottom: 25px}
.qct-mm-col:last-child ul li a {text-transform: uppercase; color: #8c734b; font-size: 16px}

@media (max-width: 1600px) {
	#qct-main-header .menu {gap: 35px}
	#qct-main-header nav .menu a {font-size: 14px}
	.qct-mm-nav {padding: 0 30px}
}

@media (max-width: 1300px) {
	#qct-main-header {padding: 20px 30px}
	#qct-main-header > #qct-main-header-left {padding-right: 25px}
	#qct-main-header > #qct-main-header-right {padding-left: 25px}
	#qct-main-header .menu {gap: 20px}
	#qct-main-header nav .menu a {font-size: 12px}
	#qct-main-header .button {padding-left: 15px; padding-right: 15px}

	#qct-mega-menu-outer {padding: 0 30px}
	#qct-mega-menu {padding: 15px 0 45px}
	.qct-mm-col ul {padding: 0 0 15px}
}

@media (max-width: 1024px) {
	#qct-main-header nav {display: none}
	#qct-main-header > #qct-main-header-right {justify-content: flex-end}

	#qct-mega-menu-inner {grid-template-columns: repeat(3, 1fr); row-gap: 45px}
	#qct-mega-menu {padding: 15px 10px 45px}
	.qct-mm-col:nth-child(3) .qct-mm-nav {border-right: none}
	.qct-mm-nav {padding: 0 25px}
	.qct-mm-nav-img {display: none}
}

@media (max-width: 767px) {
	#qct-mega-menu-outer {padding: 0}
	#qct-mega-menu {padding: 15px 5px 45px}
	#qct-mega-menu-inner {grid-template-columns: repeat(2, 1fr); row-gap: 35px}
	.qct-mm-col h3 {font-size: 15px}
	.qct-mm-col:nth-child(2) .qct-mm-nav,
	.qct-mm-col:nth-child(4) .qct-mm-nav {border-right: none}
	.qct-mm-col:nth-child(3) .qct-mm-nav {border-right:solid 1px #8c734b}
	.qct-mm-col ul {padding: 0}
	.qct-mm-col ul li a {font-size: 13px}

}

@media (max-width: 480px) {
	#qct-main-header {padding: 15px 20px}
	#qct-main-header > div {width: calc(50% - 30px)}
	#qct-main-header #qct-logo {max-width: 60px}
	#qct-main-header .donate-dropdown {width: 100px}
	#qct-main-header .donate-dropdown .button {font-size: 10px; width: 100px; gap: 5px}
	#qct-main-header .donate-dropdown .chevron {width: 12px}

	#qct-mega-menu-outer {height: calc(100vh - 100px); overflow-y: scroll}
	#qct-mega-menu-outer.enabled {top:100px}
	#qct-mega-menu {padding: 10px 0 80px}
	#qct-mega-menu-inner {grid-template-columns: 1fr}
	.qct-mm-col h3 {margin-bottom: 20px}
	.qct-mm-col .qct-mm-nav {border: none!important}
}

/* - - - - - - - - - - - - HEADER - END - - - - - - - - - - - */








/* - - - - - - - - - - - - FOOTER - START - - - - - - - - - - */

#qct-footer-donate {padding: 75px 30px; text-align: center}
#qct-footer-donate.qct-footer-get-involved {padding: 75px 30px 90px}
.qct-footer-get-involved h2.qct-heading-one-line {font-size: 40px}
#qct-footer-donate-btns {display: flex; justify-content: center; gap: 35px; font-size: 1.1em}
#qct-footer-donate .donate-dropdown {margin-left: auto; margin-right: auto}

#qct-footer-fundraising-logo {max-width: 250px; margin: 45px auto 0}

footer.site-footer {background: #000000; color: #8c734b; font-family: 'Montserrat', sans-serif}
#qct-footer {padding: 15px 45px 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap}
#qct-logo-footer img {max-height: 110px; width: auto; margin: 20px 0 0}
#qct-footer nav ul {display: flex; list-style: none; padding: 0; margin: 0; gap:27px}
#qct-footer nav ul li a {color: #FFFFFF; text-decoration: none; font-size: 13px; text-transform: uppercase; display: block}
#footer-social-wrapper {text-align: center}
#footer-social-wrapper > a {font-size: 12px; display: block; margin-top: 10px; color: #FFFFFF}
#footer-social-wrapper .qct-social-icons {width: 100%}
.qct-social-icons {display: flex; gap: 17px; align-items: center; justify-content: center}
.qct-social-icons svg {max-width: 20px; width: 100%; display: block}
.qct-social-icons .fb-icon svg {max-width: 10px}
.qct-social-icons .insta-icon svg {max-width: 16px}
.qct-social-icons .yt-icon svg {max-width: 23px}
#qct-footer > span {font-size: 13px; text-align: right; display: block; line-height: 1.4}
#qct-footer > span > span {color: #FFFFFF}
#qct-footer > span > span a {color: #FFFFFF}

#charity-info {text-align: center; width: 100%; font-size: 10px; color: #FFFFFF; padding: 20px 0 0; line-height: 1.6}
#charity-info span {display: block}

@media (max-width: 1600px) {
	#qct-footer nav ul {gap:20px}
	#qct-footer nav ul li a {font-size: 12px}
	#qct-footer > span {font-size: 12px}
}

@media (max-width: 1300px) {
	#qct-footer {flex-wrap: wrap; padding: 30px 45px}
	#qct-logo-footer {flex-basis: 100%; text-align: left}
	#qct-logo-footer a {display: inline-block}
	#qct-logo-footer img {margin: 0 0 15px}
	#qct-footer nav ul li a {font-size: 12px}
	.qct-social-icons {gap: 10px}
	#qct-footer > span {font-size: 12px; flex-basis: 100%; text-align: right; padding: 30px 0 0}
}

@media (max-width: 767px) {
	#qct-footer {flex-direction: column; padding: 30px}
	#qct-logo-footer {text-align: center}
	#qct-logo-footer img {margin: 0 0 30px}
	#qct-footer nav ul {margin-bottom: 30px}
	#qct-footer > span {text-align: center}
}

@media (max-width: 600px){
	#qct-footer nav ul {flex-direction: column; text-align: center}
	#qct-footer > span {font-size: 10px}
}

@media (max-width: 480px) {
	#qct-footer-donate {padding: 45px 20px}

	.qct-footer-get-involved h2.qct-heading-one-line {font-size: 30px}
	#qct-footer-donate-btns {flex-direction: column}
}

/* - - - - - - - - - - - - FOOTER - END - - - - - - - - - - */






/* - - - - - - - - - - - - HOMEPAGE - START - - - - - - - - - - */

#qct-hp-slider-wrapper {opacity: 0; min-height: 870px}
#qct-hp-slider .owl-stage {right: -150px}
#qct-hp-slider .owl-item .item {background: #444444; background-size: cover; background-position: center center; height: calc(100vh - 120px); display: flex; align-items: center}
.owl-item .info-box {transform: translateX(-150px); opacity: 0; transition: opacity 1s ease-out}
.owl-item.active .info-box {opacity: 1; transition: opacity 1s ease-out}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {position:absolute; border-radius: 0; font-size: 60px; line-height: 0.7; padding: 0px 15px 3px!important; border: none}
.owl-prev span,
.owl-next span {color: #FFFFFF}
.owl-prev {left:0; top: 50%; margin-top: -30px!important}
.owl-next {right:0; top: 50%; margin-top: -30px!important}
.owl-theme .owl-nav [class*=owl-] {transition: background 0.5s ease-out}
.owl-theme .owl-nav [class*=owl-]:hover {background: #8c734b; transition: background 0.5s ease-out}
.owl-theme .owl-nav {margin: 0}

#qct-hp-slider .info-box {height: 550px; width: 550px}
#qct-hp-slider .info-box .info-box-inner {padding: 0 20px; display: flex; flex-direction: column; justify-content: center; height: 100%}
#qct-hp-slider .info-box .qct-heading {font-size: 40px}
#qct-hp-slider .info-box hr {width: 50%}
#qct-hp-slider .info-box-inner p {max-width: 100%}
#qct-hp-slider .info-box-inner p a {font-family: 'EB Garamond', serif; font-style: italic; font-size: 0.9em}

#qct-hp-slider .info-box-2 .qct-heading em,
#qct-hp-slider .info-box-3 .qct-heading em {font-size: 1.45em}

#qct-map {width: 100%; display: block; overflow: hidden; padding: 35px 5px}

#qct-map-graphic {width:100%; max-width: 1750px; margin: 0 auto; position: relative}
#qct-map-instructions {width:450px; position: absolute; text-align: center; padding: 215px 0 0; z-index: 1}
#qct-map-instructions hr {max-width: 265px; margin-top: 30px}
#qct-map-instructions p {max-width: 260px; margin-left: auto; margin-right: auto}
#qct-map-instructions #qct-map-disclaimer {margin: 30px auto 0; display: block; font-family: 'EB Garamond', serif; font-style: italic; font-size: 0.75em; max-width: 300px}
#qct-map-instructions a.button {animation: pulse-gold 2s infinite}

@keyframes pulse-gold {
  0% {transform: scale(0.95); box-shadow: 0 0 0 0 rgba(140, 115, 75, 0.7)}  
  70% {transform: scale(1); box-shadow: 0 0 0 10px rgba(0, 0, 0, 0)}
  100% {transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)}
}


#qct-map-svg {transform: translateX(250px); transition: transform 1s ease-out; position: relative}
#qct-map-graphic.explore #qct-map-svg {transform: translateX(0px)}
#qct-world-map-svg svg {height:875px; width: 1500px; margin: 0 auto; display: block}
#qct-map-svg.interaction-disabled {cursor: pointer}
#qct-map-svg:not(.interaction-disabled) svg > g {cursor: pointer}
#qct-map-svg svg > g#Rest_of_World,
#qct-map-svg svg > g#Non-Commonwealth {cursor: auto; pointer-events: none}
#qct-map-svg svg > g:not(#Rest_of_World):not(#Non-Commonwealth) path {transition: fill 0.5s ease-out}
#qct-map-svg:not(.interaction-disabled) svg > g:not(#Rest_of_World):not(#Non-Commonwealth):hover path {fill: #c0aa86!important; transition: fill 0.5s ease-out}
#qct-map-svg svg > g.map-country-with-projects path {fill: #756341!important}
#qct-map-svg:not(.interaction-disabled) svg > g.map-country-with-projects:not(#Rest_of_World):not(#Non-Commonwealth):hover path {fill: #85714f!important}
#qct-map-svg svg > g#Tuvalu,
#qct-map-svg svg > g#Maldives {pointer-events: bounding-box}
#qct-map-svg svg g#Caribbean_Box rect {opacity: 0}
#qct-map-svg .remove-box-delay svg g#Pacific_Box,
#qct-map-svg .remove-box-delay svg g#Caribbean_Box {cursor: pointer; transition-delay: 0s}
#qct-map-svg svg g#Pacific_Box:hover,
#qct-map-svg svg g#Caribbean_Box:hover {transform:scale(1.05)}

#qct-pacific-map-svg,
#qct-caribbean-map-svg {position: absolute; top:0; transform: translateX(6000px); display: none}
#qct-pacific-map-svg > svg,
#qct-caribbean-map-svg > svg {height: 875px; width: 1750px; display: block}

.qct-hp-project-popup,
#qct-hp-projects .qct-archive-posts,
#qct-country-filter {display: none}

#qct-country-popup-content {border: solid 1px #8c734b; padding: 25px 25px 35px}
#qct-country-popup-content h2 {text-align: center; font-family: 'EB Garamond', serif; font-style: italic; font-size: 1.8em; margin: 0 0 15px}
#qct-country-popup-content hr {width: 40%; margin-left: auto; margin-right: auto; border-width: 1px}
#qct-country-popup-content p {text-align: center; font-size: 1.1em}
#qct-country-popup-content p em {font-size: 0.8em}
#qct-country-popup-projects-wrapper {display:flex; gap: 30px}
#qct-country-popup-img {max-width: 150px; padding: 22px 0 0}
.single-layout#qct-country-popup-projects-wrapper {justify-content: center}
.single-layout #qct-country-popup-img {max-width: 200px}
#qct-country-popup-projects h3 {font-family: 'EB Garamond', serif; font-style: italic; margin: 0 0 5px; font-size: 0.9em}
.qct-country-popup-project + .qct-country-popup-project {padding-top: 20px}
.qct-country-popup-project span {display: block; font-size: 0.9em}
.qct-country-popup-project h4 {margin: 0; font-weight: 700; font-size: 0.9em}
.qct-country-popup-project a {display: block; font-size: 0.9em; font-family: 'EB Garamond', serif; font-style: italic; text-decoration: none}

#qct-hp-projects-mob {display: none}
#qct-hp-projects-mob p {max-width: 220px; margin-left: auto; margin-right: auto}
#qct-hp-projects-mob .info-box .qct-heading em {font-size: 2em; margin-top:-10px}
#qct-hp-projects-mob hr {margin-top: 8px; margin-bottom: 5px}

#qct-country-filter {font-family: 'Montserrat', sans-serif; width: 100%; color: #FFFFFF}
#qct-country-filter #qct-archive-filters-btn {background: #8c734b; text-decoration: none; text-align: center; padding: 30px; text-transform: uppercase; display: block; color: #FFFFFF}
#qct-country-filter-countries {background: #8c734b; list-style: none; margin: 0; text-align: center; padding: 0 0 20px; display: none}
#qct-country-filter-countries li {padding: 5px 30px; margin: 10px 0; display: block; cursor: pointer}
#qct-country-filter-countries li:first-child {margin-top: 0; padding-top: 0}

#hp-memoriam h2 {max-width: 600px}
#hp-memoriam p {max-width: 190px}
#hp-memoriam.qct-quote-text p {max-width: 90%}

#qct-hp-news {display: flex; text-align: center}
#qct-hp-news > div {width: 33.3333333%; padding: 45px}
.qct-hp-news-post {background: #e1f3fa}
.qct-hp-news-post-inner {padding: 5em 3.5em; max-width: 550px; margin: 0 auto}
.qct-hp-news-post img {border-radius: 50%; display: block}
#qct-hp-news-all p,
.qct-hp-news-post p,
.qct-hp-news-post h3 {margin: 45px auto; display: block}
.qct-hp-news-post span {display: block; text-transform: uppercase; color: #8c734b; font-family: 'Montserrat', sans-serif; padding: 40px 0 0; font-size: 15px; letter-spacing: 1px}
#qct-hp-news-all .button,
.qct-hp-news-post .button {padding-left: 60px; padding-right: 60px}

#qct-hp-news-all hr {width: 65%; margin: 45px auto 0}
#qct-hp-news-all p {max-width: 300px; margin: 60px auto}

#qct-hp-news-all {display: flex}
#qct-hp-news-all-inner {border: solid 1px #8c734b; display: flex; flex-direction: column; flex-grow: 1; align-items: center; justify-content: center; padding: 15px}

#hp-qct-dual-box-layout-2 .qct-heading em {margin-top: -7px; font-size: 2.4em}
#hp-qct-dual-box-layout-2 p {max-width: 215px}

@media (max-width: 1920px) {
	#qct-map-graphic {max-width: 1515px}
	#qct-map-instructions {padding-top: 175px}
	#qct-world-map-svg svg,
	#qct-pacific-map-svg > svg,
	#qct-caribbean-map-svg > svg {height:750px; width: 1285px}
}

@media (max-width: 1600px) {
	#qct-map-graphic {max-width: 1250px}
	#qct-map-instructions {padding-top: 175px}
	#qct-world-map-svg svg,
	#qct-pacific-map-svg > svg,
	#qct-caribbean-map-svg > svg {height:730px; width: 1250px}
}

@media (max-width: 1300px) {

	.qct-hp-news-post-inner {padding: 3.5em 2em}

	#qct-map-graphic {max-width: 1000px}
	#qct-map-instructions {padding-top: 100px; width: 400px}
	#qct-map-instructions #qct-map-disclaimer {max-width: 80%}
	#qct-world-map-svg svg,
	#qct-pacific-map-svg > svg,
	#qct-caribbean-map-svg > svg {height:584px; width: 1000px}

	#hp-qct-dual-box-layout-2 .qct-heading em {font-size: 2.2em}
}

@media (max-width: 1024px) {
	#qct-hp-slider .owl-stage {right: -100px}
	.owl-item .info-box {transform: translateX(-100px)}
	#qct-hp-slider .owl-item .item {height: calc(100vh - 100px)}

	#qct-hp-slider .info-box {height: 450px; max-width: 450px}
	#qct-hp-slider .info-box .qct-heading {font-size: 30px}
	#qct-hp-slider .info-box-inner p {font-size: 18px}

	#qct-hp-news > #qct-hp-news-all {padding: 30px}
	.qct-hp-news-post-inner {padding: 30px 0}

	#hp-qct-dual-box-layout-2 .qct-heading em {font-size: 1.9em}
}

@media (max-width: 1023px) {
	#qct-map {overflow-x: scroll; -ms-overflow-style: none; scrollbar-width: none}
	#qct-map::-webkit-scrollbar {display: none}

	#qct-map-instructions {padding-top: 90px}
}

@media (max-width: 850px) {
	#qct-hp-news {flex-direction: column}
	#qct-hp-news > div {width: 100%}
	.qct-hp-news-post-inner {max-width: 350px}

	#qct-hp-news-all-inner {padding: 40px 15px 45px}
	#qct-hp-news-all hr {margin-top: 30px}
	#qct-hp-news-all p {margin: 45px auto}
}

@media (max-width: 767px) {
	#qct-hp-slider .owl-stage {right: 0px}
	.owl-item .info-box {transform: translateX(0px); max-width: 80%; margin: 0 auto}

	#qct-hp-slider .info-box {height: 360px; max-width: 360px; padding: 20px}
	#qct-hp-slider .info-box .info-box-inner {padding: 0 15px}
	#qct-hp-slider .info-box .qct-heading {font-size: 22px}
	#qct-hp-slider .info-box hr {margin: 10px auto 20px}
	#qct-hp-slider .info-box-inner p {font-size: 16px}

	#qct-map {display: none}
	#menu-item-1158 {display: none}

	#qct-country-filter,
	#qct-hp-projects-mob {display: block}
}

@media (max-width: 480px) {
	#qct-hp-slider .owl-item .item {padding: 45px 0}
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {position:absolute; border-radius: 0; font-size: 50px; line-height: 0.7; padding: 10px 4px 10px!important; border: none}

	#qct-hp-slider .info-box {height: 300px; max-width: 300px; padding: 20px}
	#qct-hp-slider .info-box-inner p {font-size: 13px}
}

/* - - - - - - - - - - - - HOMEPAGE - END - - - - - - - - - - - */





/* - - - - - - - - - - - - ABOUT - START - - - - - - - - - - */

.page-template-template-about #qct-page-header-box .info-box p:nth-of-type(1) {font-size: 1.15em; max-width: 100%}
.page-template-template-about #qct-page-header-box .info-box hr {width: 60%; margin-top: 30px}
.page-template-template-about #qct-page-header-box .info-box span {display: block; padding: 0 0 7px}
.page-template-template-about #qct-page-header-box .info-box p:nth-of-type(2) {line-height: 1.4; font-size: 1.05em; max-width: 100%}

#qct-team-section {padding: 45px; text-align: center}
#qct-team-section-inner {border: solid 1px #8c734b; display: flex; align-items: center; padding: 115px 45px}
.qct-team-side {width: 30%; padding: 45px}
.qct-team-side p {display: block; margin: 10px auto 25px; max-width: 250px}
.qct-team-side:nth-of-type(1) p {max-width: 175px}
#qct-team-middle {width: 40%; padding: 45px}
#qct-team-middle h2 {margin: 0}
#qct-team-middle h2 em {margin-top: -8px}
#qct-team-middle p:nth-of-type(2) {margin-bottom: 0}
#qct-team-section h3 {background: url(../png/qct-logo.png) no-repeat top center; background-size: 70px 74px; display: block; padding: 100px 0 0; font-size: 1.5em; margin: 0}
#qct-team-middle hr {width: 50%; margin: 20px auto 35px}

#qct-au-accounts-wrapper {max-width: 1200px; margin: 0 auto; border-bottom: dotted 2px #8c734b}
#qct-au-accounts > p {font-size: 1.1em; margin-bottom: 45px}
#qct-accounts-slider .owl-prev span,
#qct-accounts-slider .owl-next span {color: #000000}
#qct-accounts-slider .owl-prev {left:-30px}
#qct-accounts-slider .owl-next {right:-30px}
#qct-accounts-slider.owl-theme .owl-nav [class*=owl-]:hover span {color: #FFFFFF}
.accounts-item {display: flex; flex-direction: column; gap: 5px}
.accounts-item h3 {margin: 15px 0 5px; font-size: 1em; display: block; line-height: 1.5; color: #8c734b}
.accounts-item h3 span {font-size: 1.1em; display: block}

@media (max-width: 1600px) {
	.page-template-template-about #qct-page-header-box .info-box p:nth-of-type(1) {font-size: 1em}

	#qct-team-section-inner {padding: 75px 45px}
}

@media (max-width: 1300px) {
	#qct-team-section-inner {padding: 45px}
	.qct-team-side {padding: 30px 0}
}

@media (max-width: 1024px) {
	#qct-team-section-inner {padding: 30px}
	#qct-team-middle {padding: 30px}
}

@media (max-width: 850px) {
	.page-template-template-about #qct-page-header-box .info-box {margin: 0 auto}

	#qct-team-section-inner {flex-direction: column}
	.qct-team-side {width: 100%; order:2}
	#qct-team-middle {width: 100%; order: 1}

	.accounts-item a {font-size: 0.85em}

}

@media (max-width: 767px) {
	.page-template-template-about #qct-page-header-box .info-box p:nth-of-type(1) {font-size: 0.95em}
	.page-template-template-about #qct-page-header-box .info-box {padding: 30px; max-width: 100%}
	.page-template-template-about #qct-page-header-box .info-box-inner {padding: 30px}
}

@media (max-width: 480px) {
	.page-template-template-about #qct-page-header-box .info-box {padding: 20px}
	.page-template-template-about #qct-page-header-box .info-box-inner {padding: 20px}

	#qct-team-section,
	#qct-team-section-inner,
	#qct-team-middle {padding: 20px}

	#qct-accounts-slider .owl-prev {left:-30px}
	#qct-accounts-slider .owl-next {right:-30px}
}

/* - - - - - - - - - - - - ABOUT - END - - - - - - - - - - - */





/* - - - - - - - - - - - - SINGLE PROJECT - START - - - - - - - - - - */

.qct-project-single {text-align: center}
.qct-featured-image-header {width: 100%; height: 45vh; overflow: hidden; opacity: 0}
.qct-featured-image-header img {object-fit: cover; width: 100%; display: block; object-position: center center; height: 100%}

.qct-project-single-content {padding: 0 30px}

.qct-project-single .entry-header {max-width: 1040px; margin: 0 auto; padding: 55px 45px; border-bottom: dotted 2px #8c734b}
.qct-project-single .entry-header h1 {margin: 0; font-style: italic; font-family: 'EB Garamond', serif; font-size: 2.3em; display: block; padding: 0}
.qct-project-single .entry-header .subheading {font-size: 1.6em; display: block; max-width: 600px; margin: 0 auto; padding: 28px 0 0}

.qct-project-single .entry-content {max-width: 1040px; margin: 0 auto; padding: 40px 45px 45px; font-size: 1.1em}
.qct-project-single .entry-content .wp-block-image {margin: 0}
.qct-project-single .entry-content p {display: block}
.qct-project-single .entry-content p a {text-decoration: none}
.qct-project-single .entry-content p,
.qct-project-single .entry-content > figure,
.qct-project-single .entry-content ul,
.qct-project-single .entry-content ol {padding: 25px 0; margin: 0}
.qct-project-single .entry-content h2,
.qct-project-single .entry-content h3,
.qct-project-single .entry-content h4,
.qct-project-single .entry-content h5 {padding: 25px 0 0; margin: 0; display: block}
.qct-project-single .entry-content ul,
.qct-project-single .entry-content ol {list-style-position: inside}
.qct-project-single .entry-content ul li + li,
.qct-project-single .entry-content ol li + li {padding-top: 10px}
.qct-project-single .entry-content ul li::marker {margin-right: 15px}
.qct-project-single .entry-content figcaption {margin: 0; font-family: 'EB Garamond', serif; font-style: italic; font-size: 0.9em; margin-top: 10px}
.qct-project-single .entry-content .wp-block-embed__wrapper {width: 100%; height:0; position: relative; overflow: hidden; padding-bottom: 56.25%}
.qct-project-single .entry-content iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0}
.qct-project-single .entry-content .wp-block-quote {padding-left: 30px; padding-right: 30px; margin: 15px auto}
.qct-project-single .entry-content .wp-block-quote p {font-family: 'EB Garamond', serif; font-style: italic; font-size: 1.2em; color: #7e663e}

#qct-project-single-logo {max-width: 70px; margin: 0 auto 45px}

#qct-project-details-wrapper {padding: 0 45px 75px}
#qct-project-details {border: solid 1px #8c734b; display: grid; grid-template-columns: repeat(3, 1fr); padding: 75px; max-width: 1285px; margin: 0 auto; gap: 75px}
#qct-project-details h2 {margin: 0 30px}
#qct-project-details div p:last-child {margin-bottom: 0}

.qct-project-single > h2 {font-size: 1.6em; margin-bottom: 20px; display: block; padding: 0 20px}

#qct-related-projects {padding: 0; text-align: center}
#qct-related-projects h2 {font-size: 1.6em; margin: 0 0 40px}
#qct-related-projects .owl-prev span,
#qct-related-projects .owl-next span {color: #8c734b}
#qct-related-projects .owl-theme .owl-nav [class*=owl-]:hover {background: none}
#qct-related-projects .item {background: #e1f3fa; display: flex; flex-direction: column; height: 100%}
#qct-related-projects .owl-stage {display: flex}
#qct-related-projects .owl-stage .owl-item:nth-child(even) .item {background: #efebe5}
#qct-related-projects .qct-project-slider-item {padding: 7.5em 5em; max-width: 550px; margin: 0 auto}
#qct-related-projects .qct-project-slider-item img {border-radius: 50%; display: inline-block}
#qct-related-projects .qct-project-slider-item .qct-project-slider-item-title {display: flex; flex-direction: column; height: 215px; justify-content: center}
#qct-related-projects .qct-project-slider-item .qct-project-slider-item-title h3 {margin: 0}
#qct-related-projects .qct-project-slider-item .qct-project-slider-item-title span {font-family: 'EB Garamond', serif; font-style: italic; font-size: 1.2em; display: block; padding: 3px 0}



@media (max-width: 1600px) {
	#qct-related-projects .qct-project-slider-item {padding: 5em}
}

@media (max-width: 1300px) {
	#qct-project-details-wrapper {padding: 0 30px 75px}
	#qct-project-details {padding: 40px}

	#qct-related-projects .qct-project-slider-item {padding: 5em 2.8em}
	#qct-related-projects .qct-project-slider-item .qct-project-slider-item-title h3 {font-size: 1.2em}
	#qct-related-projects .qct-project-slider-item .qct-project-slider-item-title span {font-size: 1em}
}

@media (max-width: 1024px) {
	.qct-featured-image-header {height: auto}
	.qct-featured-image-header img {object-fit: fill; width: 100%; display: block; object-position: center center}

	#qct-project-details {grid-template-columns: 1fr; gap: 50px}

	#qct-related-projects .qct-project-slider-item img {max-width: 300px}
}

@media (max-width: 767px) {
	.qct-project-single .entry-header {padding: 55px 0}
	.qct-project-single .entry-header h1 {font-size: 2em}
	.qct-project-single .entry-header .subheading {font-size: 1.25em}

	.qct-project-single .entry-content {padding: 40px 0 45px}

	#qct-related-projects .qct-project-slider-item {max-width: 400px}
}

@media (max-width: 480px) {
	.qct-project-single-content {padding: 0 20px}

	.qct-project-single .entry-header {padding: 45px 0}
	.qct-project-single .entry-header h1 {font-size: 1.5em}
	.qct-project-single .entry-header .subheading {font-size: 1.15em}

	.qct-project-single .entry-content {font-size: 1em; padding: 25px 0 35px}

	.qct-project-single > h2 {font-size: 1.4em}

	#qct-project-details-wrapper {padding: 0 20px 45px}
	#qct-project-details {padding: 40px 30px; font-size: 0.95em}

	#qct-related-projects h2 {font-size: 1.4em; display: block; padding: 0 15px}
	#qct-related-projects .qct-project-slider-item {padding: 3em 2em}
}

/* - - - - - - - - - - - - SINGLE PROJECT - START - - - - - - - - - - */





/* - - - - - - - - - - - - PROJECTS/NEWS ARCHIVES/SEARCH - START - - - - - - - - - - */

#qct-archive-sidebar {font-family: 'Montserrat', sans-serif; text-decoration: none}
#qct-archive-sidebar a {text-decoration: none}
#qct-archive-sidebar-filters {padding: 35px 30px; font-size: 17px}
#qct-archive-sidebar-filters-inner {max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center}
#qct-archive-sidebar-filters a {text-transform: uppercase}
#qct-archive-sidebar-filters form {display: flex; gap: 15px; justify-content: center; align-items: center}
#qct-archive-sidebar-filters form label {text-transform: uppercase}
#qct-archive-sidebar-filters form .group {display: flex; align-items: center; border: solid 1px #8c734b; border-radius: 25px; padding: 5px 8px}
#qct-archive-sidebar-filters form input {border: none; padding: 1px 0 0 5px; color: #000000; font-family: 'Montserrat', sans-serif; font-size: 16px}
#qct-archive-sidebar-filters form input::placeholder {color: transparent}
#qct-archive-sidebar-filters form button {padding: 5px 5px 3px; background: none; border: none; color: #8c734b}
#qct-archive-categories {padding: 30px 30px 60px; letter-spacing: -0.5px; font-size: 18px; display: none}
#qct-archive-categories ul {display: flex; justify-content: center; align-items: center; list-style: none; margin: 0; padding: 0; gap: 45px; flex-wrap: wrap; row-gap: 30px}
#qct-archive-categories a {color: #000000}
#qct-archive-categories .active a {font-weight: 500; color: #8c734b}

#qct-archive-cat-title {font-family: 'Garamond', serif; font-size: 26px; line-height: 1; padding: 0 0 5px}
#qct-archive-cat-title em {font-size: 1.1em}

.qct-archive-posts .qct-archive-listing:nth-child(odd) {flex-direction: row-reverse}

.qct-archive-listing .qct-archive-listing-mob-img {display: none; max-width: 200px; margin: 0 auto}
.qct-archive-listing .qct-archive-listing-mob-img img {border-radius: 50%}
.qct-archive-listing .qct-heading a {text-decoration: none; color: #000000}
.qct-archive-listing .qct-project-country {font-family: 'EB Garamond', serif; font-style: italic; font-size: 1.7em}
.qct-archive-listing .posted-on a {text-decoration: none; color: #000000; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 19px; letter-spacing: 0.5px}
.qct-archive-listing a.button {padding-left: 50px; padding-right: 50px; font-weight: 500; padding-top: 8px; padding-bottom: 8px}

#qct-archive-search-terms {padding: 0 30px 30px; font-family: 'EB Garamond', serif; font-style: italic; font-size: 26px}
#qct-archive-search-terms .container {max-width: 1200px; margin: 0 auto}

.no-results {padding: 0 30px}
.no-results p {max-width: 1200px; margin: 0 auto}

.site-main .posts-navigation {padding: 60px 30px 0; margin: 0}
.posts-navigation .nav-links {display: flex; flex-direction: row-reverse; max-width: 1200px; margin: 0 auto; border-bottom: dotted 2px #8c734b; padding-bottom: 60px}
.posts-navigation .nav-links a {font-family: 'Montserrat', sans-serif; text-transform: uppercase; text-decoration: none; font-size: 18px; font-weight: 700}
.posts-navigation .nav-previous {text-align: right}
.posts-navigation .nav-next {text-align: left}

@media (max-width: 1024px) {
	#qct-archive-sidebar-filters form label {display: none}
	#qct-archive-sidebar-filters form input::placeholder {color: #333333}
}

@media (max-width: 850px) {
	#qct-archive-cat-title {font-size: 21px}

	.qct-archive-listing .qct-dbl-text-box {padding: 30px}
	.qct-archive-listing .qct-dbl-text-box-inner {padding: 25px; gap: 10px}
	.qct-archive-listing .qct-heading {font-size: 26px}
}

@media (max-width: 767px) {
	#qct-archive-sidebar-filters-inner {flex-wrap: wrap}
	#qct-archive-cat-title {order: 3; flex: 0 0 100%; text-align: center; padding: 35px 0 0; line-height: 1.25}
	#qct-archive-filters-btn {order: 1}
	#qct-archive-sidebar-filters form {order: 2}

	.qct-dual-box-layout.qct-archive-listing,
	.qct-archive-posts .qct-archive-listing:nth-child(odd) {flex-direction: column}
	.qct-dual-box-layout.qct-archive-listing > div {width: 100%; min-height: 100vw}
	.qct-dual-box-layout.qct-archive-listing .qct-dbl-text-box-inner {min-height: calc(100vw - 60px); padding: 30px 20px; gap: 20px}
	.qct-archive-listing .qct-archive-listing-mob-img {display: block}
	.qct-archive-listing .qct-dbl-img-box {display: none}
	.qct-archive-posts .qct-archive-listing:nth-child(odd) .qct-dbl-text-box {background: #e1f3fa}
	.qct-archive-hp-even-projects.qct-archive-posts .qct-archive-listing .qct-dbl-text-box {background: #e1f3fa}
	.qct-archive-hp-even-projects.qct-archive-posts .qct-archive-listing:nth-child(odd) .qct-dbl-text-box {background: #efebe5}

	.posts-navigation .nav-links a {font-size: 17px}
}

@media (max-width: 480px) {
	#qct-archive-sidebar-filters {padding: 35px 20px; font-size: 16px}
	#qct-archive-sidebar-filters form input {max-width: 140px}

	.qct-archive-listing .qct-heading {font-size: 24px}
	.qct-dual-box-layout.qct-archive-listing .qct-dbl-text-box-inner {gap: 10px}
	.qct-archive-listing .qct-project-country {font-size: 1.4em}

	#qct-archive-search-terms {padding: 0 20px 20px}

	.no-results {padding: 0 20px}

	.posts-navigation {padding: 45px 20px 0}
	.posts-navigation .nav-links {padding-bottom: 45px}
	.posts-navigation .nav-links a {font-size: 13px}
}

/* - - - - - - - - - - - - PROJECTS / NEWS ARCHIVES - END - - - - - - - - - - - */





/* - - - - - - - - - - - - ABOUT QCT NETWORK - START - - - - - - - - - - */

#qct-about-qct-ts {padding-bottom: 60px}
#qct-about-qct-ts hr {margin-bottom: 60px}

#qct-about-qct-full-width-banner-1 .qct-heading em {line-height: 1; margin-top: -25px}

#qct-about-qct-dual-box-1 .qct-heading em {line-height: 1; margin-top: -20px}

#qct-about-qct-section-1 {max-width: 850px}
#qct-about-qct-section-1 .qct-heading-one-line {font-size: 66px; margin-bottom: 0}
#qct-about-qct-section-1 hr {margin-top: 20px}
#qct-about-qct-section-1 p:last-of-type {margin-bottom: 0}

.page-template-template-about-network #qct-related-projects .qct-project-slider-item {padding-top: 5em; padding-bottom: 5em}

#qct-about-qct-full-width-banner-2 a.button {margin-bottom: 30px}
#qct-about-qct-full-width-banner-2 hr {margin-top: 0}
#qct-about-qct-full-width-banner-2 p {max-width: 215px; margin-left: auto; ; margin-right: auto; margin-bottom: 30px}

#qct-about-qct-tri-boxes .qct-tri-box-inner {justify-content: start; padding-top: 7.5em; padding-bottom: 7.5em}
#qct-about-qct-tri-boxes p {max-width: 325px; margin-left: auto; margin-right: auto}
#qct-about-qct-tri-boxes .qct-tri-boxes .qct-tri-box:nth-of-type(1) p,
#qct-about-qct-tri-boxes .qct-tri-boxes .qct-tri-box:nth-of-type(3) p {max-width: 275px}
#qct-about-qct-tri-boxes .qct-tri-boxes .qct-tri-box:nth-of-type(2) p {max-width: 225px}
#qct-about-qct-tri-boxes .button {margin-top: 15px}
#qct-about-qct-tri-boxes .qct-tri-box .qct-tri-box-inner {justify-content: center}

#qct-modules-outer-wrapper .qct-section {border-bottom: dotted 2px #8c734b}
#qct-modules-wrapper #qct-accounts-slider-wrapper {padding-top: 15px}
#qct-modules-outer-wrapper h2 {margin-bottom: 30px; font-size: 66px; margin-bottom: 0}
#qct-modules > hr {margin-top: 20px}
.accounts-item {padding: 10px 30px}
#qct-modules-outer-wrapper .accounts-item > img {box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2)}
#qct-modules-outer-wrapper .accounts-item h3 {margin-top: 20px}

@media (max-width: 1920px) {
	#qct-about-qct-tri-boxes .qct-tri-box-inner {padding-top: 6.5em; padding-bottom: 6.5em}
}

@media (max-width: 1600px) {
	#qct-about-qct-tri-boxes .qct-tri-box-inner {padding-top: 4.5em; padding-bottom: 4.5em}
}

@media (max-width: 1300px) {
	#qct-about-qct-tri-boxes .qct-tri-box-inner {padding-top: 3em; padding-bottom: 3em}
}

@media (max-width: 1024px) {
	#qct-about-qct-full-width-banner-1 .qct-heading em {margin-top: -15px}

	#qct-about-qct-dual-box-1 .qct-heading em {margin-top: -15px}

	#qct-about-qct-tri-boxes .qct-tri-box-inner {padding-top: 2em; padding-bottom: 2em}
	.qct-tri-boxes:not(.qct-tri-boxes-9) {grid-template-columns: 1fr 1fr 1fr}
}

@media (max-width: 1023px) {
	.qct-tri-boxes:not(.qct-tri-boxes-9) {grid-template-columns: 1fr}
}

@media (max-width: 767px) {
	#qct-about-qct-full-width-banner-1 .qct-heading em {margin-top: -5px}

	#qct-about-qct-section-1 .qct-heading-one-line {font-size: 52px}

	#qct-about-qct-dual-box-1 .qct-heading em {margin-top: -5px}

	#qct-about-qct-tri-boxes .qct-tri-box-text-no-border .qct-tri-box-inner {padding: 15px 0}
}

/* - - - - - - - - - - - - ABOUT QCT NETWORK - START - - - - - - - - - - */





/* - - - - - - - - - - - - WAYS TO GIVE - START - - - - - - - - - - */

#qct-wtg-qct-tri-boxes .qct-tri-box-inner {justify-content: start; padding-top: 7.5em; padding-bottom: 7.5em; padding-left: 35px; padding-right: 35px}
#qct-wtg-qct-tri-boxes .qct-tri-boxes .qct-tri-box p + p {margin-top: 20px}
#qct-wtg-qct-tri-boxes .qct-tri-boxes .qct-tri-box .group {min-height: 210px}
#qct-wtg-qct-tri-boxes .qct-tri-boxes .qct-tri-box:nth-of-type(1) p,
#qct-wtg-qct-tri-boxes .qct-tri-boxes .qct-tri-box:nth-of-type(3) p {max-width: 290px}
#qct-wtg-qct-tri-boxes .qct-tri-boxes .qct-tri-box:nth-of-type(2) p {max-width: 265px}
#qct-wtg-qct-tri-boxes .button,
#qct-wtg-qct-tri-boxes .donate-dropdown {margin-top: 15px}
#qct-wtg-qct-tri-boxes .donate-dropdown .button {margin-top: 0}

#qct-wtg-qct-dual-box-2 .qct-heading em {margin-top: -15px}

#qct-wtg-qct-section-1-wrapper {padding: 0 30px}
#qct-wtg-qct-section-1 {border-bottom: dotted 2px #8c734b}
#qct-wtg-qct-section-1 p:first-child {font-size: 1.2em; max-width: 800px; margin-left: auto; margin-right: auto; margin-top: 0}
#qct-wtg-qct-section-1 p:last-child {margin-bottom: 0}

@media (max-width: 1920px) {
	#qct-wtg-qct-tri-boxes .qct-tri-box-inner {padding-top: 6.5em; padding-bottom: 6.5em}
}

@media (max-width: 1600px) {
	#qct-wtg-qct-tri-boxes .qct-tri-box-inner {padding-top: 4.5em; padding-bottom: 4.5em}

	#qct-wtg-qct-dual-box-2 .qct-heading {font-size: 40px}
}

@media (max-width: 1300px) {
	#qct-wtg-qct-tri-boxes .qct-tri-box-inner {padding-top: 3em; padding-bottom: 3em}
	#qct-wtg-qct-tri-boxes .qct-tri-boxes .qct-tri-box .group {min-height: 295px}
	.qct-tri-box h2 {font-size: 33px}
	.qct-tri-box p {font-size: 1em}

	#qct-wtg-qct-dual-box-1 .qct-heading {font-size: 30px}

	#qct-wtg-qct-dual-box-2 .qct-dbl-text-box-inner {gap: 15px}
	#qct-wtg-qct-dual-box-2 .qct-heading {font-size: 32px}
	#qct-wtg-qct-dual-box-2 p {font-size: 0.9em}

	#qct-wtg-qct-dual-box-3 p {font-size: 0.9em}
}

@media (max-width: 1024px) {
	#qct-wtg-qct-tri-boxes .qct-tri-box-inner {padding-top: 2em; padding-bottom: 2em; justify-content: center}

	#qct-wtg-qct-dual-box-1 .qct-heading {font-size: 23px}
}

@media (max-width: 1023px) {
	#qct-wtg-qct-tri-boxes .qct-tri-boxes .qct-tri-box .group {min-height: auto}
}

@media (max-width: 850px) {
	#qct-wtg-qct-dual-box-1 .qct-heading {font-size: 30px}
}

@media (max-width: 767px) {
	.page-template-template-ways-to-give #qct-page-content h1 {font-size: 1.65em}

	#qct-wtg-qct-tri-boxes .qct-tri-box-text-no-border .qct-tri-box-inner {padding: 15px 0}

	#qct-wtg-qct-dual-box-1 .qct-heading {font-size: 22px}
}

@media (max-width: 480px) {
	.page-template-template-ways-to-give #qct-page-content h1 {font-size: 1.35em}

	#qct-wtg-qct-tri-boxes .qct-tri-box-text-no-border .qct-tri-box-inner {padding: 15px 0}

	#qct-wtg-qct-dual-box-1 .qct-heading {font-size: 22px}

	#qct-wtg-qct-section-1 {padding-left: 0; padding-right: 0}
}

/* - - - - - - - - - - - - WAYS TO GIVE - END - - - - - - - - - - - */





/* - - - - - - - - - - - - OUR SUPPORTERS - START - - - - - - - - - - */

.page-template-template-our-supporters #qct-page-header-box .qct-heading em {margin-top: -15px}
.page-template-template-our-supporters #qct-page-header-box p {max-width: 300px; margin-left: auto; margin-right: auto}

.page-template-template-our-supporters #qct-page-content h2 em {font-size: 1.25em}
.page-template-template-our-supporters #qct-page-content p:last-of-type {margin-bottom: 0}

#qct-supporter-logos-wrapper {padding: 0 30px}
#qct-supporter-logos {max-width: 1000px; margin:0 auto}
#qct-supporter-logos ul {display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 0; margin: 0; list-style: none; gap: 45px; row-gap: 60px}
#qct-supporter-logos-wrapper > p {font-style: italic; font-family: 'EB Garamond', serif; text-align: center; font-size: 1.1em}
#qct-supporter-logos-wrapper hr {max-width: 1000px; margin: 90px auto 0}


@media (max-width: 767px) {	
	.page-template-template-our-supporters #qct-page-header-box .info-box .qct-heading {font-size: 34px}
	.page-template-template-our-supporters #qct-page-header-box .qct-heading em {margin-top: -10px}

	#qct-supporter-logos-wrapper {padding: 0 20px}
	#qct-supporter-logos ul {grid-template-columns: 1fr 1fr; gap: 20px; row-gap: 35px}
}

/* - - - - - - - - - - - - OUR SUPPORTERS - END - - - - - - - - - - - */





/* - - - - - - - - - - - - CONTACT US - START - - - - - - - - - - */

#qct-cu-qct-dual-box-1 .qct-heading em {margin-bottom: 12px}
#qct-cu-qct-dual-box-1 p {max-width: 300px; margin-left: auto; margin-right: auto; max-width: 550px}
#qct-cu-qct-dual-box-1 p a {text-decoration: none; font-family: 'EB Garamond', serif; font-style: italic}

.page-template-template-contact-us #qct-page-content h1.qct-heading {font-size: 32px; text-transform: lowercase}
.page-template-template-contact-us #qct-page-content h1.qct-heading em {font-size: 66px}
.page-template-template-contact-us #qct-page-content p {font-size: 1.05em}
.page-template-template-contact-us #qct-page-content p:first-of-type {max-width: 750px; margin: 60px auto; font-size: 1.15em}
.page-template-template-contact-us #qct-page-content p a {text-decoration: none}

/* - - - - - - - - - - - - CONTACT US - END - - - - - - - - - - - */





/* - - - - - - - - - - - - IMPACT REPORTS - START - - - - - - - - - - */

.page-template-template-impact-reports #qct-page-content {padding-bottom: 50px}

#qct-impact-reports {padding-top: 0; padding-bottom: 15px}

#qct-ir-video {padding-top: 0; padding-bottom: 0}
#qct-ir-video iframe {margin-bottom: 0}

/* - - - - - - - - - - - - IMPACT REPORTS - END - - - - - - - - - - - */





/* - - - - - - - - - - - - OUR IMPACT - START - - - - - - - - - - */

.page-template-template-our-impact #qct-page-header-box h1 em {margin-top: -15px}
.page-template-template-our-impact #qct-page-content {padding-bottom: 75px}
.page-template-template-our-impact .qct-tri-boxes-wrapper {padding-top: 15px}

@media (max-width: 1600px) {	
	.page-template-template-our-impact #qct-page-header-box h1 em {margin-top: -10px}
}

/* - - - - - - - - - - - - OUR IMPACT - START - - - - - - - - - - */





/* - - - - - - - - - - - - QCT TEAM START - - - - - - - - - - */

.page-template-template-team #qct-page-content {max-width: 900px}
.page-template-template-team #qct-page-content p:last-of-type {margin-bottom: 0}

.qct-team-section {padding-top: 15px; padding-bottom: 75px}
article .qct-team-section:last-of-type {border-bottom: dotted 2px #8c734b}
.qct-team-section h2 {font-size: 38px; margin: 0 0 10px}
.qct-team-section hr {max-width: 225px; margin-top: 20px; margin-bottom: 35px}

.qct-team-grid {display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 20px; row-gap: 35px}
.qct-team-member {cursor: pointer}
.qct-team-member h3 {margin: 5px 0 0; display: block; line-height: 1.2; font-size: 23px}
.qct-team-member span {font-family: 'EB Garamond', serif; font-style: italic; color: #8c734b}
.qct-team-member-bio {display: none}

.page-template-template-team .qct-popup > div {max-width: 700px; max-height: calc(100vh - 60px); overflow-y: scroll}
#qct-team-popup-content p:first-of-type {margin-top: 0}
#qct-team-popup-content p:last-of-type {margin-bottom: 0}

@media (max-width: 850px) {
	.page-template-template-team .qct-popup > div {max-width: 450px}
}

@media (max-width: 767px) {	
	.qct-team-grid {grid-template-columns: 1fr 1fr}
}

@media (max-width: 480px) {	
	.qct-team-grid {grid-template-columns: 1fr}

	.page-template-template-team .qct-popup > div {max-width: 315px; padding: 35px}
	.qct-team-popup-content-wrapper .popupCloseButton {top: 10px; right: 10px}
	#qct-team-popup-content p {font-size: 18px}
}

/* - - - - - - - - - - - - QCT TEAM END - - - - - - - - - - - */





/* - - - - - - - - - - - - QCT TERMS START - - - - - - - - - - */

.qct-terms {border-bottom: dotted 2px #8c734b}
.qct-terms h2 {margin-top: 75px}

@media (max-width: 767px) {	
	.qct-terms h2 {font-size: 26px}
}

/* - - - - - - - - - - - - QCT TERMS END - - - - - - - - - - - */





/* - - - - - - - - - - - - QCT FUNDRAISE START - - - - - - - - - - */

.page-template-template-fundraising .qct-featured-image-header img {object-position: top center}

.page-template-template-fundraising h1 {font-style: italic; font-family: 'EB Garamond', serif}
.page-template-template-fundraising #qct-page-content p:first-of-type {font-size: 34px; max-width: 575px; margin: 30px auto 45px}
.page-template-template-fundraising #qct-page-content hr {max-width: 100%}
.page-template-template-fundraising #qct-page-content p:last-of-type {margin-bottom: 0}

.qct-one-col-sections {text-align: center; flex-direction: column; display: flex; gap: 45px; max-width: 1020px; padding: 0 30px; margin: 0 auto}
.qct-one-col-sections h2 {font-style: italic; font-family: 'EB Garamond', serif}
.qct-one-col-sections img {max-width: 725px; width: 100%}
.qct-one-col-sections p {font-size: 24px}
.qct-one-col-sections p a {text-decoration: none}

#qct-fundraising-footer {padding:  45px 30px 0}
#qct-fundraising-footer #qct-project-single-logo {margin-bottom: 20px}
#qct-fundraising-footer h2 {text-align: center; font-size: 1.6em; margin-bottom: 20px}

@media (max-width: 480px) {	
	.page-template-template-fundraising #qct-page-content p:first-of-type {font-size: 28px}

	.qct-one-col-sections h2 {font-size: 28px}
	.qct-one-col-sections p {font-size: 22px}

	#qct-fundraising-footer h2 {font-size: 1.5em}
}

/* - - - - - - - - - - - - QCT FUNDRAISE END - - - - - - - - - - - */






/* - - - - - - - - - - - - 100 YL Page CSS START - - - - - - - - - - */




.yl-container{
	max-width: 1170px;
	margin: 0 auto;
}
.program-sec{
    padding-top: 50px;
    padding-bottom: 50px;
	text-align: center;
}

#slider-sec{
	margin-top: 6rem;	
}
.program-sec h2,
#eligibility-sec h2,
#partners-sec h2,
#benefits-sec h2,
.timeline-sec h2,
.area-of-focus-sec h2{
    font-size: 35px;
    font-family: 'EB Garamond', serif !important;
    font-style: italic;
    font-weight: 500;
    color: #000000;
    margin-top: 0;
}
.program-sec p{
    font-weight: 300;
    color: #232a31;
    font-size: 21px;
    margin: 0;	
}
.program-sec.apply-now-sec p{
	margin-bottom: 20px;
}
.program-sec.apply-now-sec p.partner-btn{
	margin-bottom: 0;
}
#eligibility-sec .panel-grid-cell:last-of-type,
#partners-sec .panel-grid-cell:last-of-type,
#benefits-sec .panel-grid-cell:first-of-type{
    background-color: #ebe4dc;
    padding: 60px 80px;
}
#eligibility-sec .panel-grid-cell:last-of-type .eligibility-sec-text,
#partners-sec .panel-grid-cell:last-of-type .eligibility-sec-text,
#benefits-sec .panel-grid-cell:first-of-type .eligibility-sec-text{
    display: flex;
    align-items: center;
}
#eligibility-sec h2,
#partners-sec h2,
#benefits-sec h2{
    text-align: center;
    padding-bottom: 0;
    margin: 0;
}
#eligibility-sec,
#eligibility-sec .panel-grid-cell:last-of-type,
#eligibility-sec .eligibility-sec-image img,
#partners-sec,
#partners-sec .panel-grid-cell:last-of-type,
#partners-sec .eligibility-sec-image img,
#benefits-sec,
#benefits-sec .panel-grid-cell:first-of-type,
#benefits-sec .eligibility-sec-image img{
	height: 80vh;
	object-fit: cover;
}
#eligibility-sec p,
#eligibility-sec li,
#partners-sec p,
#partners-sec  li,
#benefits-sec p,
#benefits-sec li{
	font-weight: 300;
    color: #232a31;
    font-size: 21px;
}
.timeline-sec p{
    font-size: 12px;
    text-align: center;
    margin: 0;
}
#eligibility-sec ul,
#partners-sec ul,
#benefits-sec ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.timeline-sec h2{
	text-align: center;
	padding: 0;
}
.timeline-sec #pg-2533-3 .so-panel{
	margin-bottom: 0;
}
.timeline-sec {
    padding-top: 50px;
    padding-bottom: 50px;	
}
#eligibility-sec .button,
#partners-sec .button,
#benefits-sec .button,
.program-sec.apply-now-sec .button,
#area-of-focus-btn .button{
    font-size: 30px;
    font-family: 'EB Garamond', serif !important;
    font-style: italic;
    font-weight: 500;
    margin: 0;
    text-transform: none;		
}
#eligibility-sec .partner-btn,
#partners-sec .partner-btn,
#benefits-sec.partner-btn,
.program-sec.apply-now-sec .partner-btn,
#area-of-focus-btn .partner-btn{
	text-align: center;
}
.eligibility-sec-image{
	background-color: #ebe4dc;
}
.program-sec.apply-now-sec{
	margin-top: 0;
}
.area-of-focus-sec{
	text-align: center;
}
.area-of-focus-sec .panel-grid {
	margin-bottom: 0;
}
.area-of-focus-sec #area-of-focus-cards .panel-grid-cell {
    align-self: auto;
    height: 350px;
}
.area-of-focus-sec h2{
	text-align: center;
	margin: 30px 0;
}
.area-of-focus-sec #area-of-focus-cards .area-of-focus-box {
    position: relative;
    overflow: hidden;
}

.area-of-focus-sec #area-of-focus-cards .area-of-focus-box:hover .widget_sow-editor {
    opacity: 1;
    height: 100%;
    transform: translateY(0);
}

.area-of-focus-sec #area-of-focus-cards .area-of-focus-box .widget_sow-editor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff9e;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%); /* Start from bottom */
}
#area-of-focus-btn .widget_sow-editor{
	position: relative;
}
#area-of-focus-btn .panel-grid-cell{
	height: 100%;
}
#area-of-focus-btn{
	padding: 20px 0;
}
.nav-container{
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
}
.nav-container a{
    text-decoration: none;
	font-size: 23px;
}
#slider-sec #metaslider-id-2615 .ms-image img{
    margin: unset !important;
}
#slider-sec #metaslider-id-2615 .caption-wrap .caption{
    right: 160px;
    box-shadow: unset;
    left: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#slider-sec #metaslider-id-2615 .caption-wrap .caption img{
	max-height: 350px;
	object-fit: contain;
}
#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec{
    margin-top: 50px;
}
#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text{
    display: flex;
    align-items: start;
    border-bottom: 2px solid #8d7249;
    padding-bottom: 10px;
}
#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text h1{
    font-size: 100px;
    margin: 0;
    line-height: 0.8;
}

#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text-inner h2{
    font-size: 100px;
    margin: 0;
    line-height: 0.8;
}
#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec p{
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    color: #8d7249;
} 
#deadline_text{
    margin: 15px 0;
}






@media (max-width: 1440px){
	#eligibility-sec,
	#eligibility-sec .eligibility-sec-image img,
	#eligibility-sec .panel-grid-cell:last-of-type,
	#partners-sec,
	#partners-sec .eligibility-sec-image img,
	#partners-sec .panel-grid-cell:last-of-type,
	#benefits-sec,
	#benefits-sec .eligibility-sec-image img,
	#benefits-sec .panel-grid-cell:first-of-type,
	.eligibility-sec #pgc-2533-2-0,
	.eligibility-sec #pgc-2533-4-1{
		height: 75vh;
	}
	#eligibility-sec .panel-grid-cell:last-of-type,
	#partners-sec .panel-grid-cell:last-of-type{
		padding: 60px;
	}
	#eligibility-sec p,
	#partners-sec p{
		margin-bottom: 20px;
	}
	#area-of-focus-btn{
		padding: 10px 0;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text h1,
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text-inner h2{
		font-size: 80px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec{
		margin-top: 40px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption img{
		height: 300px;
	object-fit: contain;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text{
		justify-content: center;
	}
}
@media (max-width: 1366px){
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text h1,
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text-inner h2{
		font-size: 70px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec{
		margin-top: 35px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption img{
		height: 250px;
	}
}
@media (max-width: 1170px){
	.area-of-focus-sec h2 {
		text-align: center;
		font-size: 25px;
	}
	.area-of-focus-sec #area-of-focus-cards .area-of-focus-box .widget_sow-editor{
		padding: 10px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text h1,
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text-inner h2{
		font-size: 60px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec{
		margin-top: 20px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption img{
		height: 220px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption{
		right: 60px;
	}
}

@media (max-width: 1024px){
	.program-sec{
    	padding: 40px 35px !important;
	}	
	.timeline-sec{
		padding: 40px;
	}
	#eligibility-sec p, .eligibility-sec li, #partners-sec p{
		font-size: 19px;
	}
	#eligibility-sec .panel-grid-cell:last-of-type,
	#partners-sec .panel-grid-cell:last-of-type,
	#benefits-sec .panel-grid-cell:first-of-type{
        padding: 30px;
    }
	#eligibility-sec ul,
	#partners-sec ul{
		margin-left: 1.8em;
		margin-bottom: 0;
	}
	#eligibility-sec .button,
	#partners-sec .button
	.program-sec.apply-now-sec .button,
	#area-of-focus-btn .button{
		font-size: 25px;
	}
	#eligibility-sec ul, #benefits-sec ul{
	    margin-left: 1.5em;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text h1,
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text-inner h2{
		font-size: 55px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec{
		margin-top: 20px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption img{
		height: 200px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption{
		right: 40px;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec p{
		font-size: 16px;
	}
}
@media (max-width: 980px){
	#slider-sec #metaslider-id-2615 .caption-wrap .caption img{
		height: 150px;
	}
}
@media (max-width: 1100px){
	#eligibility-sec, #eligibility-sec .eligibility-sec-image img, #eligibility-sec .panel-grid-cell:last-of-type, #partners-sec, #partners-sec .eligibility-sec-image img, #partners-sec .panel-grid-cell:last-of-type, #benefits-sec, #benefits-sec .eligibility-sec-image img, #benefits-sec .panel-grid-cell:first-of-type, .eligibility-sec #pgc-2533-2-0, .eligibility-sec #pgc-2533-4-1{
		height: 100svh;
	}
	#eligibility-sec .panel-grid-cell:last-of-type,
	#partners-sec .panel-grid-cell:last-of-type{
		padding: 30px;
	}
}
@media (max-width: 800px){
	.eligibility-sec.benefits-sec,
	.eligibility-sec.benefits-sec .eligibility-sec-image img{
		height: 80vh;
	}	
    #slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec p {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 0;
    }	
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text h1, 
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec-text-inner h2{
		font-size: 50px;
	}
}
@media (max-width: 780px){
	.program-sec{
		padding: 40px 25px !important;
	}
	#eligibility-sec,
	#eligibility-sec .eligibility-sec-image img,
	#eligibility-sec .panel-grid-cell:last-of-type,
	#partners-sec,
	#partners-sec .eligibility-sec-image img,
	#partners-sec .panel-grid-cell:last-of-type,
	#benefits-sec,
	#benefits-sec .eligibility-sec-image img,
	#benefits-sec .panel-grid-cell:first-of-type{
		height: 100%;
	}
	#eligibility-sec h2,
	#partners-sec h2{
		padding-bottom: 10px;
	}
	#eligibility-sec .panel-grid-cell:last-of-type,
	#partners-sec .panel-grid-cell:last-of-type,
	#benefits-sec .panel-grid-cell:first-of-type{
        padding: 40px !important;
    }
	#eligibility-sec p,
	#eligibility-sec li,
	#partners-sec p,
	#partners-sec li,
	#benefits-sec p,
	#benefits-sec li{
		font-size: 20px;
	}
	.eligibility-sec.benefits-sec {
        flex-direction: column-reverse !important;
    }
	#benefits-sec{
    	flex-direction: column-reverse !important;
	}
	.program-sec h2, #eligibility-sec h2, .timeline-sec h2, .area-of-focus-sec h2, #partners-sec h2,{
		margin-bottom: 16px;
	}
	.area-of-focus-sec h2 {
		text-align: center;
		font-size: 35px;
	}
	#slider-sec  #metaslider-id-2615{
		height: 75vh;
	}
	#slider-sec  #metaslider-id-2615 .metaslider.ms-theme-databold .flexslider .caption-wrap{
		position: unset;
		right: unset;
		left: unset;
	}
	#slider-sec #metaslider-id-2615 .slides li{
		background-color: #fff;
		display: flex !important;
		flex-direction: column;
		align-items: center;
	}
	#slider-sec  #metaslider-id-2615 .caption-wrap{
		position: unset;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption{
		position: unset;
		transform: unset;
		min-width: 100%;
		max-width: 100%;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption img{
		height: 200px;
	}	
	
}
@media (max-width: 500px){
	.program-sec p{
		font-size: 20px;
	}
	.timeline-sec{
		padding: 30px;
	}
	#eligibility-sec ul, #benefits-sec ul, #partners-sec u;{
	    margin-left: 0;
	}
	#eligibility-sec p, #eligibility-sec li, #benefits-sec p, #benefits-sec li, #partners-sec li, #partners-sec p{
		margin-bottom: 1em;
	}
	.nav-container{
		flex-wrap: wrap;
		gap: 1rem;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption{
		padding: 20px 0 0;
	}
	#slider-sec #metaslider-id-2615 .caption-wrap .caption .right-sec p{
		font-size: 15px;
	}
	#slider-sec #metaslider-id-2615{
		height: 100%;
	}
	#slider-sec #metaslider-id-2615 .ms-image img{
		width: 100% !important;
	}
	.area-of-focus-sec #area-of-focus-cards .panel-grid-cell{
		height: 290px;
	}
}




/* - - - - - - - - - - - - 100 YL Page CSS END - - - - - - - - - - */




