/*!
Theme Name: Collaboration Hub
Theme URI: http://underscores.me/
Author: Tandem Network
Author URI: https://tandem.network/
Description: The Collaboration Hub is an initiative set up to foster and support greater collaboration between partners that are focused on gender norms change, especially those that focus on young people and use media to achieve their goals.​
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: collaboration-hub
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.

Collaboration Hub 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
:root {
	--theme-body-font-size: 1.1rem;
	--theme-color-primary: #0097B9;
	--theme-color-secondary: #BEE1E6;
	--theme-color-tertiary: #FFC600;
	--theme-primary-bg-color: #9DEFFA;
	--theme-font-regular: 'SfProDisplayRegular';
	--theme-font-bold: 'SfProDisplayBold';
	--theme-font-light-italic: 'SfProDisplayLightItalic';
	--theme-font-semibold-italic: 'SfProDisplaySemiboldItalic';
	--theme-font-light: 'SfProDisplayLight';
	--theme-font-medium: 'SfProDisplayMedium';
	--theme-container-margin: 6rem;
	--theme-border-radius: 30px;
	--theme-link-color: #4A4A4A;
	--theme-base-font: 1.15rem;
	--theme-default-transition: .4s cubic-bezier(.39, .58, .57, 1) all;
	--theme-row-padding: 60px;
}

/* 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. Add ::before pseudo class for animations.
 */
body {
	margin: 0;
}

.overlay {
	position: absolute;
	background: rgba(0, 0, 0, .85);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 999999;
}

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

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

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

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

sub {
	bottom: -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;
}

/**
 * Hide all empty p tags due to WYSWYG editor
 */
p:empty {
	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: #404040;
	font-family: var(--theme-font-regular), sans-serif;
	font-size: var(--theme-base-font);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--theme-font-bold);
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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: none;
	padding: 0;
	margin: 0;
}

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;
	width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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
--------------------------------------------- */
.site-header {
	padding: 2rem 0;
}

.main-navigation ul li a {
	font-family: var(--theme-font-bold), sans-serif;
	color: #4A4A4A;
}

.main-navigation {
	margin-left: 2rem;
}

.single-project .main-navigation ul li.menu-item-124 a,
.single-framework .main-navigation ul li.menu-item-21 a,
.framework-sidebar li.active a,
.main-navigation ul li.current-menu-item a {
	color: #FF4C00;
}

.hero-description,
.mobile-menu-panel .mobile-navigation li a {
	position: relative;
}

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

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

/* Footer  */
.site-footer #footer-menu {
	column-count: 2;
}

.site-footer {
	background: #19c6ec;
	padding: 4rem 4rem;
}

.site-footer #footer-menu li a {
	color: #fff;
}

.copyright {
	padding: 2rem 4rem;
	background-color: #9DEFFA;
	color: #4A4A4A;
	font-weight: 300;
	font-size: 14px;
}

.copyright a {
	color: #4A4A4A;
}

/* Posts and pages
--------------------------------------------- */
form.wpcf7-form .wpcf7-submit,
.home-hero-section a,
.home-hero-section .row:first-child {
	background: #3A72AA;
}

.home-hero-section .row:last-child {
	background-color: #9DEFFA;
	padding: 60px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-top: -30px;
	padding-top: 90px;
}

.home-hero-section .row {
	border-radius: var(--theme-border-radius);
}

.home-hero-section h1 {
	margin: 0 var(--theme-row-padding);
	font-size: 4.5rem;
}

.home-hero-section figure {
	padding: 4rem 5rem 0 0;
}

.home-hero-section .hero-description {
	column-count: 2;
}

.home-hero-section a {
	padding: .75rem 0;
	width: 65%;
	font-size: 1.1rem;
	border-radius: 12px;
}

.child-partner-quote p,
.home-hero-section .hero-blockquote p {
	font-family: var(--theme-font-light-italic), sans-serif;
	width: 70%;
}

.home-hero-section .hero-blockquote span:not(p span) {
	font-family: var(--theme-font-semibold-italic);
	font-size: .9rem;
	width: 15%;
	margin-left: 2rem;
}

.home-hero-section .hero-blockquote img {
	width: 20%;
	margin-left: 1rem;
}

.hero-blockquote {
	margin: 2rem 0 2rem;
}

.target-audience .row {
	background-color: #FFECE4;
	border-radius: var(--theme-border-radius);
	padding: var(--theme-row-padding);
}

.target-audience .row p:last-child {
	margin: 0;
	padding-bottom: var(--theme-row-padding);
}

.target-audience {
	padding: 2rem 0;
}

.inner-page-header h2,
.framework-sections h2,
.how-it-works h2,
.target-audience h2 {
	margin: 0 0 2rem;
	font-size: calc(var(--theme-base-font) * 48 / 24);
}

.home-contributors {
	padding: 2rem 0;
}

.home-contributors ul>li {
	width: calc(100% / 8);
	margin: 0 1rem 1rem 0;
}

.home-contributors ul>li img {
	height: 100px;
	object-fit: contain;
}

.inner-page-header .row,
.how-it-works .row {
	background-color: #9DEFFA;
	padding: var(--theme-row-padding);
	border-radius: var(--theme-border-radius);
	margin: 0;
}

.how-it-works p {
	font-size: calc(var(--theme-base-font) * 24.36 / 24);
	color: #414141;
}

.framework-sections {
	margin: 4rem 0;
}

.section-col .step-icon {
	width: 65%;
	display: block;
	margin: 0px auto;
}

.section-col span {
	font-size: calc(var(--theme-base-font) * 28 / 24);
	color: #4A4A4A;
}

.section-col span+i {
	font-size: 1.75rem;
}

.section-col a {
	color: var(--theme-link-color);
	text-decoration: underline;
}

.section-col a div:last-child {
	margin: 1rem 0;
}

.section-col a div:last-child span {
	width: 50%;
}

.section-col a div:last-child svg {
	width: 1.25rem;
}

/* .section-col:nth-child(-n + 2) a div:first-child::before {
    content: '';
    position: absolute;
    background: #95ECFF;
    height: 14px;
    width: 100%;
    transform: rotate(-135deg);
    bottom: -50px;
    z-index: -2;
} */

.framework-bg-lines {
	position: absolute;
	width: 50%;
	height: 100%;
	object-fit: contain;
	top: -32px;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: -1;
}

.section-col:nth-child(2) a div:first-child::before {
	transform: rotate(-45deg);
	left: -149px;
}

.how-to-card {
	padding: 2.5rem;
	color: #464646;
}

.how-to-use-it-row .col-md-6:first-child .card {
	background-color: #FFEBD5;
}

.how-to-use-it-row .col-md-6:last-child .card {
	background-color: #FFFDDC;
}

.frameworks-row:nth-child(2n+1) .framework-card:hover::before {
	opacity: .5;
}

.framework__resources .resource-card:hover svg,
.framework-card:hover svg {
	transform: translateX(1.5rem);
}

body.after-search .overlay,
.mobile-menu-panel,
.overlay {
	opacity: 0;
	visibility: hidden;
}

body.before-search .overlay,
body.menu-panel-open .mobile-menu-panel,
body.menu-panel-open .overlay {
	opacity: 1;
	visibility: visible;
}

.home-hero-section .hero-description,
.framework__resources .resource-card svg,
.framework-card svg,
.framework-card::before,
.category-description::before,
.overlay {
	transition: var(--theme-default-transition);
}

.search-form {
	background: #E6FCFF;
	border-radius: 20px;
	margin: 0 11px;
	margin-bottom: 3rem;
}

.search-form select option,
.search-form label {
	font-family: var(--theme-font-medium);
}

.search-form select {
	font-size: calc(var(--theme-base-font) * 22 / 24);
	padding: .75rem 1rem;
	margin-top: .5rem;
}

.search-form h3 {
	font-size: calc(var(--theme-base-font) * 36 / 24);
}

.form-select {
	border-color: transparent;
}

.form-control:focus,
.form-select:focus {
	border-color: #ffc600;
	box-shadow: none;
}

/* .search-results-container{
	display:none;
} */

body.after-search .search-results-container {
	display: block;
}

.search-result-framework-pillar img {
	width: 50%;
	margin-bottom: 1rem;
}

.search-result-framework-pillar h4 {
	font-size: calc(var(--theme-base-font) * 26 / 24);
	width: 75%;
}

.search-results-container h3 span {
	font-size: .9rem;
}

.search-panel .search-form {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/*--------------------------------------------------------------
# Taxonomy Page: Section
--------------------------------------------------------------*/
.sections-tab li img {
	width: 7rem;
	margin-bottom: 1rem;
}

.sections-tab li span {
	width: 65%;
	margin: 0px auto;
	font-size: calc(var(--theme-base-font) * 26 / 24);
	font-family: var(--theme-font-medium);
}

.learning-card .learning-body p,
.mobile-menu-panel .mobile-navigation li a,
.search-form label,
.project-card .card p,
.sections-tab li a {
	color: #4A4A4A;
}

.framework-card img {
	width: 3.5rem;
	margin: 0 0 1rem;
}

.framework-card h4 {
	font-size: calc(var(--theme-base-font) * 32 / 24);
	font-family: var(--theme-font-medium);
}

.search-results-container .resource-card,
.framework-sidebar li a,
.framework__resources h4,
.framework-card h4 {
	color: #000;
}

.framework-card p {
	color: #676767;
}

.framework-card i {
	font-size: 1.5rem;
	color: #FF4C00;
}

.search-results-container .resource-card svg,
.framework__resources svg,
.framework-card svg {
	width: 1.95rem;
}

main.tax-section {
	margin-bottom: 3rem;
}

h4.child-term-name {
	margin: 1.5rem 0;
	font-size: calc(var(--theme-base-font) * 40 / 24);
	font-family: var(--theme-font-medium);
}

ul.sections-tab>li {
	padding: 1rem 0 1rem;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.framework__title-excerpt::before,
.framework-card::before,
.category-description::before,
ul.sections-tab>li.active::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 30px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	opacity: .4;
}

.framework__title-excerpt::before,
.framework-card::before,
.category-description::before {
	border-radius: 1rem;
}

.category-description {
	padding: var(--theme-row-padding);
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
}

.category-description figure.transform-img img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}

.child-partner-quote img {
	max-width: 140px;
}

.child-partner-quote {
	margin-bottom: var(--theme-row-padding);
}

/* .category-description figure img {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
} */

.category-description h2 {
	font-size: calc(var(--theme-base-font) * 48 / 24);
	margin-bottom: 1.5rem;
}

.framework-card {
	padding: 1rem;
	font-family: var(--theme-font-medium);
}

.framework-card p {
	margin: 0;
}

.frameworks-row:nth-child(2n+1) .framework-card::before,
.framework-card:hover::before {
	opacity: 1;
}

.framework-card h4 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

/* h4.child-term-name,
.framework__title-excerpt h4,
.framework-card h4{
	text-transform:lowercase;
}

h4.child-term-name::first-letter,
.framework__title-excerpt h4::first-letter,
.framework-card h4::first-letter{
	text-transform:uppercase;
} */

.frameworks-row {
	margin: 1rem 0;
}

.frameworks-row:last-child {
	padding-bottom: 4rem;
}

.post-excerpt-featured-image-row h3,
.post-excerpt-featured-image-row h4,
.framework-sidebar h5 {
	font-family: var(--theme-font-bold);
}

.framework__content a {
	color: #19c6ec;
	text-decoration: underline;
}

/* .parent-category-card {
    margin-left: 1rem;
} */

.framework-sidebar li a {
	margin: .5rem 0;
}

.framework-sidebar {
	margin-top: 2.25rem;
}

.framework-sidebar li a svg {
	width: .5rem;
}

.framework-sidebar li a span {
	width: calc(100% - 2rem);
}

.framework-sidebar h5 {
	margin-bottom: 1.5rem;
}

.parent-category-card span {
	font-size: calc(var(--theme-base-font) * 26 / 24);
	width: 75%;
	margin: 0px auto;
}

.project-card .card img {
	height: 325px;
	border-radius: 30px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.error-404 img,
.post-excerpt-featured-image-row img,
.project-card .card img {
	object-fit: cover;
}

.project-card .card svg {
	width: 1.75rem;
}

.page-template-page-legal-info-template h2.wp-block-heading,
.project-card .card h4 {
	font-size: calc(var(--theme-base-font) * 36 / 24);
	margin-bottom: 1.25rem;
}

.project-card .card .card-body {
	padding: 2rem 1.5rem 0;
}

.project-card .card {
	background-color: aliceblue;
	padding-bottom: 3rem;
	margin-bottom: 2rem;
}

.feedback-form .row:first-child,
.eval_learning_content .row {
	padding: 3rem;
	margin: 0;
	border-radius: var(--theme-border-radius);
	margin-bottom: 3rem;
}

.feedback-form .row,
.eval_learning_content .row:first-child {
	background-color: #E6FCFF;
}

.eval_learning_content .row:last-child {
	background-color: #FFECE4;
}

.eval_learning_content .row h3 {
	font-size: calc(var(--theme-base-font) * 48 / 24);
}

main .feedback-form:last-of-type .row {
    background: #FFECE4 !important;
}

main .feedback-form :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:1.5rem;
}

/*--------------------------------------------------------------
# Single Page: Projects
--------------------------------------------------------------*/
.project-impact-card h3 {
	font-size: calc(var(--theme-base-font) * 170 / 24);
	color: #19C6EC;
	font-family: var(--theme-font-medium);
}

.project-impact-card h4 {
	font-size: calc(var(--theme-base-font) * 32 / 24);
	font-family: var(--theme-font-bold)
}

.project-impact-card {
	background-color: #E6FCFF;
	padding: 1rem;
}

.project-impact .row [class*="col-"]:nth-child(2) .card {
	background-color: #9DEFFA;
}

.page-template-page-coming-soon h2 {
	display: none;
}

/*--------------------------------------------------------------
# Single Page: Framework
--------------------------------------------------------------*/
.framework__title-excerpt {
	border-radius: 8px;
}

.search-results-container h3,
.search-results-container .resource-card,
.framework__resources h3,
.framework__resources .card,
.framework__child-category,
.framework__content,
.framework__title-excerpt {
	padding: 2.5rem;
}

.framework__title-excerpt h4 {
	font-size: calc(var(--theme-base-font) * 36 / 24);
	font-family: var(--theme-font-medium);
	color: #383838;
	margin-bottom: 1rem;
}

.framework__title-excerpt p {
	color: #676767;
	font-family: var(--theme-font-medium);
}

.framework__child-category {
	font-size: calc(var(--theme-base-font) * 48 / 24);
	font-family: var(--theme-font-medium);
	padding: 0 2rem 1rem;
}

.search-results-container,
.framework__resources {
	background-color: #E6FCFF;
	border-radius: 8px;
	margin-bottom: 4rem;
}

.search-results-container h3,
.framework__resources h3 {
	font-size: calc(var(--theme-base-font) * 40 / 24);
	margin: 0;
	padding-bottom: 0;
}

.search-results-container .resource-card p,
.framework__resources p {
	font-size: calc(var(--theme-base-font) * 23 / 24);
	color: #676767;
	margin-bottom: 1rem;
}

form.wpcf7-form .wpcf7-submit,
.search-result-framework-pillar h4,
.mobile-menu-panel .mobile-navigation li a,
.search-results-container *,
.framework__resources * {
	font-family: var(--theme-font-medium);
}

.framework__content p:last-child {
	margin: 0;
}

.parent-category-card img {
	width: 130px;
	margin-bottom: 1rem;
}

.framework__content ol,
.framework__content ul {
	padding: 0 0 1rem 1rem;
	margin-left: 1rem;
}

.framework__content ul {
	list-style: disc;
}

.framework__content ol li,
.framework__content ul li {
	padding-left: 1rem;
	margin-left: 1rem;
}

.search-results-container .resource-card h4,
.framework__resources h4 {
	font-size: calc(var(--theme-base-font) * 26 / 24);
	margin-bottom: 1rem;
}

.resource-card:hover svg path {
	stroke: #fff;
}

.sticky-div,
.framework-sidebar-sticky {
	top: 2rem;
	margin-bottom: 2rem;
}

.framework__resources .col-md-4:nth-child(n + 4) h4 {
	/* margin-top:2.5rem; */
}

.search-results-container .resource-card,
.framework__resources .resource-card {
	background-color: transparent;
	transition: var(--theme-default-transition);
}

.search-results-container .resource-card:hover,
.framework__resources .resource-card:hover {
	background-color: #ff4c00;
}

.search-results-container .resource-card:hover *,
.framework__resources .resource-card:hover * {
	color: #fff;
}

/*--------------------------------------------------------------
# Single Page: Projects
--------------------------------------------------------------*/
.post-excerpt-featured-image-row img {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.project-images,
.project-learnings,
.search-panel .search-form,
.project-impact,
.project-partners,
.post-excerpt-content {
	padding: var(--theme-row-padding);
}

.project-images{
	padding-bottom:0;
}

.single-project article > div:last-child {
    margin-bottom: 4rem;
    padding-bottom: 0;
}

.lg-backdrop {
	background-color: #000000f0;
}

#lightGallery>a img {
	height: 150px;
	border-radius: 10px;
	object-fit: cover;
}

#lightGallery>a {
	margin-right: 1rem;
	margin-bottom: 1rem;
	width: calc(100% / 5 - 1rem);
}

.post-excerpt-featured-image-row div:first-child {
	background-color: var(--theme-primary-bg-color);
}

.post-excerpt-featured-image-row div:first-child {
	border-radius: 30px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.project-partner-logos img {
	height: 6rem;
	margin: 0 2rem 2rem 0;
	object-fit: contain;
	width: auto;
}

.project-partners {
	margin: 3rem 0;
}

.project-impact,
.project-partners {
	padding-top: 0;
	padding-bottom: 0;
}

.learning-card img {
	height: 5rem;
	width: auto;
}

.learning-card .learning-body {
	width: calc(100% - 7rem);
}

.learning-card h4 {
	font-size: calc(var(--theme-base-font) * 32 / 24);
}

.project-learnings .row:nth-child(2) {
	background-color: #E6FCFF;
	padding: 4rem 2rem;
	margin: 0;
	border-radius: 1rem;
}

.post-excerpt-featured-image-row h3 {
	font-size: calc(var(--theme-base-font) * 48 / 24);
	margin-bottom: 1.5rem;
}

.post-excerpt-featured-image-row h4 {
	font-size: calc(var(--theme-base-font) * 32 / 24);
}

/*--------------------------------------------------------------
# Error 404 Page
--------------------------------------------------------------*/
.error-404 img,
.error-404 {
	height: 100vh;
}

/* Breadcrumb
--------------------------------------------- */
.theme-breadcrumb a {
	background-color: rgba(157, 239, 250, 0.2);
	border-radius: 10px;
	padding: 1rem;
	font-size: calc(var(--theme-base-font) * 20 / 24);
	margin-bottom: 2rem;
	color: #19C6EC;
	font-family: var(--theme-font-medium);
	border: 1px solid transparent;
	transition: var(--theme-default-transition);
}

.theme-breadcrumb a svg {
	margin-right: 1rem;
}

.theme-breadcrumb a:hover {
	border: 1px solid #19c6ec;
}

.section-col a:hover span,
.theme-breadcrumb a:hover * {
	animation: toBottomFromTop .75s forwards;
}

/* .section-col a div:last-child span,  */
.theme-breadcrumb a:hover span {
	animation-delay: .1s;
}

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
form.wpcf7-form textarea,
form.wpcf7-form input {
	border-color: transparent;
	height: 52px;
	border-radius: 10px;
	padding: 0 1rem;
}

form.wpcf7-form textarea {
	height: 150px;
}

form.wpcf7-form .wpcf7-submit {
	font-size: calc(var(--theme-base-font) * 27.17 / 24);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.custom-page-header {
	margin-bottom: 2.5rem;
	font-size: calc(var(--theme-base-font) * 48 / 24);
}

.inner-page-header p a {
	color: #ff4c00;
}

.inner-page-header {
	margin-bottom: 3rem;
}

/* .inner-page-header figure img {
    max-width: 75%;
    margin: 0px auto;
    display: block;
} */

.inner-page-header p {
	font-size: calc(var(--theme-base-font) * 27 / 24);
	color: #414141;
	margin-bottom: 60px;
}

/* .page-the-framework .inner-page-header .row{
	align-items:center;
} */

/* .page-the-framework .inner-page-header figure img {
    max-width: 350px;
} */

.page-the-projects .inner-page-header figure img,
.page-evaluation-learnings .inner-page-header figure img,
.page-knowledge-sharing .inner-page-header figure img {
	max-width: 100%;
}

/* .page-the-framework .inner-page-header figure img{
	max-width:90%;
} */

.page-the-framework .inner-page-header .col-lg-4,
.page-the-projects .inner-page-header .col-lg-4,
.page-evaluation-learnings .inner-page-header .col-lg-4,
.page-resources .inner-page-header .col-lg-4 {
	width: 40%;
}

/* .page-the-framework .inner-page-header .row,
.page-the-projects .inner-page-header .row{
	padding-top:0;
	align-items:center;
} */

.target-audience .row,
.inner-page-header .row {
	padding-bottom: 0;
}

/* Overwrites
--------------------------------------------- */
.target-audience .row,
.home-hero-section .row {
	margin: 0;
}

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

@media (max-width: 1280px) {
	.home-hero-section h1 {
		font-size: 3.5rem;
	}

	.sections-tab li span {
		width: 75%;
	}

	.search-results-container h3,
	.search-results-container .resource-card,
	.framework__resources h3,
	.framework__resources .card,
	.framework__child-category,
	.framework__content,
	.framework__title-excerpt {
		padding: 2rem;
	}

	.parent-category-card,
	.framework-sidebar {
		width: 100%;
	}

	.project-partner-logos img {
		height: 4rem;
		margin: 0 1rem 1rem 0;
	}

	.project-impact-card h3 {
		font-size: calc(var(--theme-base-font) * 110 / 24);
	}

	.learning-card img {
		height: 4rem;
	}
}

@media (max-width: 768px) {

	.site-header {
		padding: 2rem 0rem;
	}

	.project-learnings,
	.search-panel .search-form,
	.project-impact,
	.project-partners,
	.post-excerpt-content {
		padding: 2rem;
	}

	.search-form h3 br {
		display: none;
	}

	.search-form-group {
		margin-bottom: 1.5rem;
	}
}

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 1366) {
	body {
		display: none;
	}

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		width: unset;
	}
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

	body {
		font-size: 1rem;
	}

	.search-form,
	[class*="offset-"] {
		margin: unset !important;
		/* .carousel-cell, */
	}

	.home-hero-section a,
	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		width: 100%;
	}

	.toggle-menu {
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 14px;
	}

	.site-branding-mobile img {
		width: 75%;
		padding: 0 2rem 1rem;
	}

	.mobile-menu-panel {
		background: #fff;
		top: 0;
		left: 0;
		transition: .6s cubic-bezier(0.65, 0.05, 0.36, 1);
		transition-delay: .3s;
		width: calc(100% - 5.313rem);
		margin: 1rem;
		height: calc(100% - 2rem);
		transform: translate(-110%);
		border-radius: .5rem;
		z-index: 9999991;
	}

	.mobile-menu-panel svg {
		fill: red;
		text-align: right;
		display: block;
		width: 2rem;
		margin: 1rem 1rem 1rem auto;
		height: auto;
	}

	.mobile-menu-panel .mobile-navigation li {
		border-bottom: 1px solid rgba(0, 0, 0, 10%);
		padding: 1rem 2rem;
	}

	body.menu-panel-open .mobile-menu-panel {
		transform: translateY(0);
	}

	.single-framework .mobile-navigation ul li.menu-item-21 a,
	.tax-section .mobile-navigation ul li.menu-item-21 a,
	.single-project .mobile-navigation ul li.menu-item-124 a,
	.mobile-menu-panel .mobile-navigation li.current_page_item a {
		margin-left: 1.5rem;
	}

	.single-framework .mobile-navigation ul li.menu-item-21 a::before,
	.tax-section .mobile-navigation ul li.menu-item-21 a::before,
	.single-project .mobile-navigation ul li.menu-item-124 a::before,
	.mobile-menu-panel .mobile-navigation li.current_page_item a::before {
		content: '';
		position: absolute;
		background: #FF4C00;
		height: 6px;
		width: 6px;
		border-radius: 50%;
		top: 50%;
		left: -1.5rem;
		transform: translateY(-50%);
	}

	.site-header {
		padding: 2rem 0rem;
	}

	.target-audience .row p:last-child {
		padding-bottom: 1rem;
	}

	.site-footer img {
		width: 50%;
		margin: 0px auto 2rem;
		display: block;
	}

	.site-footer {
		padding: 3rem 0;
	}

	.copyright span {
		text-align: center;
		margin: 0 0 .5rem;
		display: inline-block;
	}

	.inner-page-header p {
		font-size: calc(var(--theme-base-font) * 24.36 / 24);
		margin-bottom: 1.5rem;
	}

	.home-hero-section h1 {
		margin: 3rem auto 1rem;
		text-align: center;
		font-size: 2.5rem;
		width: 100%;
		text-align: center;
	}

	.inner-page-header .row,
	.how-it-works .row {
		padding: 2rem 2rem 0;
	}

	.framework-sidebar li a,
	.search-result-framework-pillar h4,
	.search-result-framework-pillar img,
	.sticky-div,
	.framework-sidebar-sticky,
	.how-it-works .row,
	.target-audience .row,
	.home-hero-section .row:first-child {
		margin: 0;
	}

	.framework-sidebar {
		margin-top: 0;
		margin-bottom: 1.5rem;
	}

	.search-results-container,
	.framework__resources {
		margin-bottom: 1rem;
	}

	.home-hero-section figure {
		padding: unset;
	}

	.framework-sidebar h5 {
		margin-bottom: 1rem;
	}

	.home-hero-section .hero-description {
		column-count: unset;
		/* height: 50vh;
		overflow: hidden; */
		margin-bottom: 2rem;
	}

	.search-result-framework-pillar>div {
		text-align: unset !important;
	}

	.home-hero-section .hero-description.expanded {
		height: 100%;
	}

	.home-hero-section .hero-description button {
		display: block;
		position: absolute;
		bottom: 0;
		z-index: 999;
		margin: 0px auto;
		left: 0;
		right: 0;
	}

	.how-to-use-it-row .col-md-6:first-child {
		margin-bottom: 1rem;
	}

	/* .hero-description::before {
		content: '';
		position: absolute;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #9deffa 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
		height: 100%;
		width: 100%;
		display: block;
		z-index: 1;
		bottom: 0;
		left: 0;
		right: 0;
	} */

	.hero-description.expanded::before {
		content: unset;
	}

	.home-hero-section .row:last-child {
		padding: 4rem 1rem 2rem;
		margin: -30px 0 0 0;
	}

	.page-the-framework .inner-page-header .row,
	.page-the-projects .inner-page-header .row {
		padding-top: 2rem;
	}

	.learning-card .learning-body,
	.parent-category-card,
	.framework-sidebar,
	.section-col a div:last-child span,
	.home-hero-section .hero-blockquote span:not(p span),
	.child-partner-quote p,
	.home-hero-section .hero-blockquote p {
		width: 100%;
	}

	.page-the-framework .inner-page-header .col-lg-4,
	.page-the-projects .inner-page-header .col-lg-4,
	.page-evaluation-learnings .inner-page-header .col-lg-4,
	.page-resources .inner-page-header .col-lg-4 {
		width: 75%;
		margin: 0px auto;
	}

	.inner-page-header figure img {
		max-width: 100%;
	}

	.inner-page-header {
		margin-bottom: 1rem;
	}

	.home-hero-section .hero-blockquote span:not(p span) {
		margin-left: unset;
		text-align: center;
		display: block;
		margin-top: 1rem;
	}

	.target-audience .row {
		padding: 3rem 1rem 0;
	}

	.hero-blockquote {
		margin: 0 0 2rem;
	}

	.inner-page-header h2,
	.framework-sections h2,
	.how-it-works h2,
	.target-audience h2 {
		margin: 0 0 1rem;
		text-align: center;
	}

	h4.child-term-name,
	.inner-page-header p,
	.eval_learning_content .row h3,
	.category-description h2,
	.target-audience h2 {
		text-align: center;
	}

	.section-col a div:last-child svg {
		width: 1rem;
	}

	.section-col span {
		font-size: calc(var(--theme-base-font) * 24 / 24);
	}

	.custom-page-header {
		margin-bottom: 2rem;
	}

	.how-it-works .row {
		padding: 2rem 1rem 0px;
	}

	.section-col:nth-child(-n + 2) a div:first-child::before {
		width: 125%;
		bottom: -35%;
	}

	.section-col:nth-child(2) a div:first-child::before {
		left: -123px;
	}

	.category-description {
		padding: 2rem 0 0;
	}

	.category-description figure img,
	.category-description figure.transform-img img {
		position: relative;
		bottom: unset;
		left: unset;
		right: unset;
		width: 50%;
		height: auto;
		display: block;
		margin: 0px auto;
	}

	.category-description figure.transform-img img {
		transform: unset;
	}

	.child-partner-quote img {
		margin: 1rem auto 0 auto;
		display: block;
	}

	.frameworks-row {
		margin: 0;
	}

	.sections-tab li img {
		width: 4rem;
		margin-bottom: .75rem;
	}

	.child-partner-quote {
		margin-bottom: 1.5rem;
	}

	.sections-tab {
		overflow: auto;
	}

	.sections-tab li span {
		width: 9rem;
		margin: 0px auto;
		font-size: 1.05rem;
	}

	ul.sections-tab>li {
		padding: 1rem 0;
	}

	.framework-card h4,
	h4.child-term-name,
	.category-description h2 {
		font-size: 1.25rem;
	}

	h4.child-term-name {
		margin: 1.5rem 0;
	}

	.framework-card {
		padding: 0;
	}

	.framework-bg-lines {
		width: 68%;
		top: -43px;
	}

	.frameworks-row a:not(:last-child) {
		margin-bottom: 1rem;
	}

	.framework-card img {
		width: 2.5rem;
	}

	.parent-category-card {
		display: flex;
		align-items: center;
	}

	.parent-category-card img {
		width: 4rem;
		margin-bottom: unset;
	}

	.parent-category-card span {
		font-size: calc(var(--theme-base-font) * 26 / 24);
		width: calc(100% - 4rem);
		text-align: unset !important;
		margin-left: 1rem;
	}

	.framework__resources h3,
	.framework__resources .card,
	.framework__child-category,
	.framework__content,
	.framework__title-excerpt {
		padding: 1rem;
	}

	.framework__content ul {
		padding: 0 0 1rem 0rem;
		margin-left: 0;
	}

	.inner-page-header figure img {
		max-width: calc(100% * 2/3) !important;
		display: block;
		margin: 0px auto;
	}

	.framework-row {
		flex-direction: column-reverse;
	}

	.inner-page-header .row,
	.how-it-works .row {
		padding: 2rem 1rem 0;
	}

	.post-excerpt-featured-image-row h3,
	.eval_learning_content .row h3,
	.inner-page-header h2,
	.framework-sections h2,
	.how-it-works h2,
	.target-audience h2 {
		font-size: calc(var(--theme-base-font) * 32 / 24);
	}

	.project-partners {
		padding: 1rem;
	}

	#lightGallery>a {
		width: calc(100% / 2 - 1rem);
	}

	.project-images,
	.project-learnings,
	.project-impact,
	.project-partners {
		padding: 0;
		margin-bottom: 2rem;
	}

	.search-results-container .resource-card,
	.framework__resources .resource-card {
		border-bottom: 6px solid #fff !important;
	}

	.search-result-framework-pillar div {
		display: flex;
		align-items: center;
	}

	.search-result-framework-pillar img {
		width: 18%;
	}

	.search-result-framework-pillar h4 {
		width: 75%;
	}

	.search-form h3 br {
		display: none;
	}

	.search-form-group {
		margin-top: 1.5rem;
	}

	.how-to-card,
	.search-panel .search-form,
	.post-excerpt-content,
	.search-result-framework-pillar,
	.search-results-container h3,
	.search-results-container .resource-card,
	.framework__resources h3,
	.framework__resources .card,
	.framework__child-category,
	.framework__content,
	.framework__title-excerpt {
		padding: 1.5rem;
	}

	.framework__content {
		padding-bottom: 0;
	}

	.framework-sections {
		margin: 3rem 0 2rem;
	}

	.post-excerpt-featured-image-row img {
		position: relative;
		border-radius: unset;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}

	.project-partner-logos img {
		height: 4rem;
		margin: 0 1rem 1rem 0;
	}

	.post-excerpt-featured-image-row div:first-child {
		border-radius: unset;
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
	}

	.project-impact-card h3 {
		font-size: calc(var(--theme-base-font) * 70 / 24);
	}

	.project-impact-card {
		padding: 0;
	}

	.learning-card img {
		height: 3rem;
		width: auto;
	}

	.custom-page-header {
		margin: 0rem auto 2rem;
		font-size: calc(var(--theme-base-font) * 36 / 24);
		width: 90%;
	}

	.post-excerpt-featured-image-row img,
	.project-card .card img {
		height: calc(100vh / 3);
	}

	.project-card .card {
		padding-bottom: 0rem;
		margin-bottom: 1rem;
	}

	.project-learnings .row:nth-child(2) {
		padding: 2rem 1rem;
	}

	.feedback-form .row:first-child,
	.eval_learning_content .row {
		padding: 2rem 1rem;
		margin-bottom: 2rem;
	}

	.theme-breadcrumb a {
		margin-bottom: 1rem;
	}

	.framework-sidebar-sticky {
		padding: 1rem;
	}

	.section-col .step-icon {
		width: 75%;
	}
}

@media only screen and (min-width: 3000px) {
	html {
		zoom: 200%;
	}
}

@media screen and (min-width: 1920px) and (min-height: 1080px) {

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1400px;
		width: unset;
	}
}