/*!
Theme Name: GWK
Theme URI: http://underscores.me/
Author: GWK
Author URI: http://GWK
Description: GWK
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: gwk
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.

GWK 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
--------------------------------------------------------------*/

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

/* 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: 'PT Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans', sans-serif;
	clear: both;
}

p {
	font-family: 'PT Sans', sans-serif;
	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: 'PT Sans', sans-serif;
}

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: #4169e1;
}

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
--------------------------------------------- */
.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 0 1.5em;
}

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

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		// max-width: 1140px;
		max-width: 1320px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

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

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.site-description, span.edit-link{
	display: none;
}


h1.entry-title {
    font-size: 62px;
    line-height: 70px;
    text-align: center;
    color: #111;
    margin: 20px 0px 50px;
}

.gradientBanner {
    background: transparent linear-gradient(244deg,#d44d004d 0%,#fff4d3 100%) 0% 0% no-repeat padding-box;
    background-position: bottom;
    z-index: 0;
    padding: 60px 0 120px;
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.gradientBanner:before {
    content: '';
    position: absolute;
    background: #fff 0% 0% no-repeat padding-box;
    opacity: 1;
    filter: blur(50px);
    width: 120%;
    height: 30%;
    top: -60px;
    z-index: -1;
}
.gradientBanner:after {
    transform: rotate(-3deg);
    bottom: -50px;
    right: -5px;
    z-index: 0;
    width: 102%;
    height: 100px;
    background: #fff;
    position: absolute;
    content: '';
}
/* Video Accordion */
.headingWrapper.accordion-header{
		margin: 0px 0px 0px;
	padding: 0px;
	padding-left: 20px;
	position:relative;
	transition: all ease 0.5s;
}
.headingWrapper.accordion-header h2.headingText {
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    color: #003d5a;
	cursor: pointer;
}
.faqAccordion{
	padding: 0 0 40px;
}
.headingWrapper.accordion-header:before {
    content: "\A";
    border-style: solid;
    border-width: 8px 12px 8px 0px;
    border-color: transparent #003d5a transparent;
    position: absolute;
    left: 0px;
    top: 8px;
    transform: rotateY(180deg);
    transition: all ease 0.5s;
}
.headingWrapper.accordion-header.isActive:before {
    border-color: transparent #d2792d transparent;
    transform: rotateZ(-90deg);
	transition: all ease 0.5s;
}
.headingWrapper.accordion-header.isActive h2.headingText {
	color: #d2792d;
}

h3.videoTitle {
    margin: 30px 0px 30px;
    font-size: 18px;
    line-height: 26px;
    color: #003d5a;
}
.accordion-content iframe {
    border-radius: 12px;
    margin: 0 auto;
    border: 2px solid #eeeeee;
    box-shadow: 2px 16px 60px 20px #cbcbcb78;
	margin: 0 0 30px;
}

p.content {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
	color: #003d5a;
}

/* video Storeies */
.videoStories ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
}
.videoStories ul li{
	flex-basis: 100%;
	width: 100%;
	padding: 15px;
    background: #fff;
    border-radius: 12px;
	transition: all ease 0.5s;
}
.twoGridLayout.videoStories ul li{
	flex-basis: calc(50% - 20px);
}
.videoStories ul li:hover{
	box-shadow: 0px 0px 30px 20px #0000000f
}
.videoStories h3.videoTitle{
	margin: 0 0 20px
}
.videoStories h3.videoTitle:empty{
	display: none;
}
.videoStories .accordion-content iframe{
	    margin: 0px 0 10px;
}

/* Expressions */
.faqAccordion {
	padding: 0px 0px 30px; 
}
.faqAccordion .container {
    background: #bfebff33;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    box-shadow: 0 6px 6px #00000008;
    padding: 25px 20px;
    margin-bottom: 0px;
    cursor: pointer;
	transition: all ease 0.5s;
}

.faqAccordion:nth-of-type(odd) .container {
    background: #d2792d33;
  }
.pb80{
	padding-bottom: 80px;
}
.faqAccordion .container:hover{
	box-shadow: 0px 0px 20px 1px #00000036
}

.videoStories.expressions h3.videoTitle{
	margin: 0px;
	    font-weight: 400;
    color: #003d5a;
	text-align: center;
}
.videoStories.expressions h3.videoTitle::first-letter {
    font-weight: bold;
    font-size: 20px;
  }
.videoStories.expressions ul li p.content{
	text-align: right;
}
.videoStories.expressions ul li:nth-child(2n) h3.videoTitle, .videoStories.expressions ul li:nth-child(2n) p.content{
    color: #d2792d;
}
/* footer */
.site-footer{
    background-color: #003d5a!important;
	text-align: center;
	padding: 5px 0px;
}
.site-footer p{
	margin: 0px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
}

.post, .page {
    margin: 0 0em;
}

/* menu css */

header#masthead {
    position: relative;
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0px 0px;
}

.site-branding {
	font-size: 2em;
    text-decoration: none;
    font-family: 'Alex Brush', sans-serif;
    position: relative;
    z-index: 9999;

}

.site-title {
    margin: 0px;
    width: auto;
}
.site-branding p a{
	text-decoration: none;
	color: #003d5a;
	    font-family: 'Alex Brush', sans-serif;
	position: relative;
}
.site-branding p a:hover:after {
    transform: scale(1);
}
.site-branding p a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #003d5a;
    bottom: -4px;
    left: 0;
    transform: scale(0);
    transition: all .3s ease;
}
.openMenu .site-branding p a{
	transition: all ease 2s;
	color: #fff;
}
@media only screen and (min-width: 991px) { 
	header#masthead .container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
		align-items: center;
}
	header#masthead .main-navigation {
    display: block;
    width: auto;
    position: relative;
    z-index: 1;
}
	header#masthead 	.main-navigation ul {
    gap: 25px;
}
	
	header#masthead  .main-navigation a{
		font-family: 'PT Sans', sans-serif;
		font-size: 16px;
		line-height: 21px;
		margin: 0;
		    color: #003d5a;
		position: relative;
	}
header#masthead  .main-navigation a:after 	{
		position: absolute;
    content: "";
    width: 100%;
    height: 1px;
         border-bottom: 1px solid #003d5a;
    bottom: -5px;
    left: 0;
    transform: scale(0);
    transition: all .3s ease;
	}
	header#masthead  .main-navigation li:not(.menu-item-has-children) a:hover:after{
		transform: scale(1);
	}
	
	header#masthead .main-navigation ul ul.sub-menu {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    gap: 10px;
    box-shadow: 1px 1px 16px 0px #dadada;
    top: 25px;
    }
	header#masthead .main-navigation ul ul.sub-menu::after{
    content: "";
    position: absolute;
    top: -8px;
		width: 100%;
		height: 20px;
		        left: 0;
	}
	header#masthead .main-navigation ul ul.sub-menu::before {
    content: "";
    position: absolute;
        top: -8px;
        left: 15px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
}
	
}
@media(max-width: 992px){
	header#masthead {
    position: sticky;
    top: -1px;
    height: 70px;
    z-index: 9;
		        padding: 10px 0px !important;
		transition: all ease .5s;
		    backdrop-filter: blur(10px);
}
		header#masthead.fixedheader{
		    background: #ffffffa3;

    box-shadow: 1px 1px 20px 0px #dadadaab;
	}
	  /* Mobile menu styles */
    label.menu-toggle {
      display: flex;
      justify-content: flex-end;
      padding: 15px;
      background: #333;
      color: #fff;
      cursor: pointer;
      font-size: 1.5em;
    }

    nav#site-navigation {
      display: none;
       background: #ffffff;
		        box-shadow: 1px 1px 20px 0px #dadadaab;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
/*       height: 100%; */
      z-index: 9999;
    }

    nav#site-navigation ul {
        list-style: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        text-align: left;
        padding: 10px 15px;
    }
	nav#site-navigation .menu-menu-1-container{
		width: 100%;
	}

    nav#site-navigation ul li {
      text-align: left;
		        display: flex;
        flex-flow: wrap;
	        border-bottom: 1px solid #dadada;
        padding-bottom: 10px;
        width: 100%;
    }
nav#site-navigation ul:not(.sub-menu) > li:last-child {
    padding: 0px;
    border: none;
}
    nav#site-navigation ul li a {
      color: #003d5a;
      text-decoration: none;
      font-size: 16px;
		        position: relative;
    }

    nav#site-navigation ul li a:hover {
      color: #f90;
    }
	.main-navigation ul ul{
		left: auto !important
	}
	
    nav#site-navigation ul li ul {
      display: none;
       flex-direction: column;
        gap: 16px;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        position: relative;
        padding: 10px 0 0;
    }
	nav#site-navigation ul li.openMenu{
		border: none !important;
		padding: 0px !important;
	}
	  nav#site-navigation ul li.openMenu ul{
      display: flex;	         
	}
	nav#site-navigation ul li.openMenu > a {
    color: #f90;
    }
	nav#site-navigation ul li.openMenu >  a:before{
		    transform: rotateZ(180deg);
	}
    nav#site-navigation ul li.open > ul {
      display: flex;
    }

    .menu-icon:checked ~ nav#site-navigation {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
	
	/* */
	[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.menu-icon:checked + label,
.menu-icon:not(:checked) + label{
  position: fixed;
  top: 35px;
  right: 75px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 9999;
}
.menu-icon:checked + label:before,
.menu-icon:not(:checked) + label:before{
  position: absolute;
  content: '';
  display: block;
        width: 24px;
        height: 20px;
        z-index: 20;
  top: 0;
  left: 0;
  border-top: 2px solid #003d5a;
  border-bottom: 2px solid #003d5a;
  transition: border-width 100ms 700ms ease, 
              top 100ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 700ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after,
.menu-icon:not(:checked) + label:after{
  position: absolute;
  content: '';
  display: block;
        width: 12px;
        height: 2px;
  z-index: 20;
  top: 10px;
  right: 6px;
  background-color: #003d5a;
  margin-top: -1px;
  transition: width 100ms 700ms ease, 
              right 100ms 700ms ease,
              margin-top 100ms ease, 
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:before{
top: 10px;
        transform: rotate(45deg);
        height: 2px;
  background-color: #003d5a;
  border-width: 0;
  transition: border-width 100ms 340ms ease, 
              top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms 500ms ease,
              transform 200ms 700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after{
        width: 23px;
        margin-top: 0;
        right: 1px;
  transform: rotate(-45deg);
  transition: width 100ms ease,
              right 100ms ease,  
              margin-top 100ms 500ms ease, 
              transform 200ms 700ms cubic-bezier(0.23, 1, 0.32, 1);
}
	/* Header */
header#masthead {
    height: 100%;
}	
.menu-icon:checked + label, .menu-icon:not(:checked) + label {
    top: 20px;
    right: 24px;
    width: 24px;
    height: 20px;
}
.site-branding {
    font-size: 1.5em;
}
header#masthead .main-navigation ul li.menu-item-has-children > a:before {
    width: 10px;
    height: 5px;
}
}
/* Header gradientBanner */
.minHeight100{
	min-height: 100vh;
}
.headerGradient{
background-image: linear-gradient(244deg, #EBF8FF 0%, #EDFFF2 100%);
    z-index: 0;
    padding: 160px 0 130px;
    margin-top: -135px;
    overflow: hidden;
	position: relative;
}
.headerGradient.accordionBelow{
	margin-bottom: 40px;
}
.headerGradient::after {
    transform: rotate(-3deg);
    bottom: -50px;
    right: -5px;
    z-index: 0;
    width: 102%;
    height: 100px;
    background: #fff;
    position: absolute;
    content: '';
}

.contentWrapper h1.headingText{	
    font-weight: 400;
    font-size: 92px;
    line-height: 101px;
	font-family: 'Alex Brush', sans-serif;
}

.headerGradient .contentWrapper h1.headingText{
	color: #003d5a;
	margin: 0px;
	text-align: center;
}
p.content:empty{
	display: none;
}

.orangeYellowgradient{
    color: transparent;
	background-image: linear-gradient(to right,#003d5a 2%,#fb9d07 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* leftImageRightContent */

.leftImageRightContent{
	padding: 40px 0px 70px;
	background: linear-gradient(#fff 10%, rgba(255,255,255,0.02) 0, #f5f8fd 40%);
	position: relative;
}

.leftImageRightContent .wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
}

.leftImageRightContent .wrapper .col-md-5 img {
 border-radius: 20px 20px;
}

.leftImageRightContent h3 {
    color: #253f8e;
    font-family: 'Alex Brush', sans-serif;
    font-size: 38px;
    line-height: 40px;
    margin: 0px 0px 15px;
}
.leftImageRightContent p.content{
	color: #253f8e;
		font-family: 'PT Sans', sans-serif;
font-size: 18px;
	line-height: 24px;
	margin: 0px;
}
.leftImageRightContent  h2.headingText{
margin: 0px;
}
.leftImageRightContent p.content strong{
	color: #0099dd;
	    font-size: 22px;
}

/* Card Layout */
.cardLayout{
	padding: 30px 0 80px;
	background: #f4f7fc;
	position: relative;
}

.cardLayout .cardWrapper{
	
}

.cardLayout .cardWrapper ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 70px;
	margin: 0;
	padding: 0;
}

.cardLayout .cardWrapper ul li{
	flex-basis: calc(100% / 3 - 70px);
	padding: 20px 15px;
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 12px;
	    box-shadow: 0 6px 6px #00000008;
	transition: all ease 0.5s;
	position: relative;
}

.cardLayout .cardWrapper ul li:before {
    content: '';
    position: absolute;
    background-image: url('https://stgenv.growwithknowledge.com/wp-content/uploads/2023/05/curvedArrows-2.svg');
    width: 90px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 90px;
    z-index: 0;
    right: -90px;
    top: 25%;
}
.cardLayout .cardWrapper ul li:nth-child(2):before {
    background-image: url('https://stgenv.growwithknowledge.com/wp-content/uploads/2023/05/curvedArrows-1.svg');
    width: 90px;
    height: 60px;
}
.cardLayout .cardWrapper ul li:nth-child(3):before { 
display: none;
}
.cardLayout .cardWrapper ul li:hover{
	background: #003d5a;
	box-shadow: 0 0px 60px 10px #00000047;
}
.headerGradient.blueAfter::after{
	background: #f4f7fc;
}
.cardLayout .cardWrapper ul li:hover h3, .cardLayout .cardWrapper ul li:hover p{
	color: #fff;
}
.cardLayout .cardWrapper ul li h3 {
    color: #003d5a;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0  10px;
	transition: all ease 0.5s;
}
h4.cardSubHeading {
    color: #d2792d;
    font-size: 18px;
    line-height: 19px;
    margin: 0 0 10px;
}

.cardLayout .cardWrapper ul li p.content {
    font-size: 15px;
    line-height: 25px;
	min-height: 75px;
	transition: all ease 0.5s;
}

/*headingWithTextAndLink   */

.headingWithTextAndLink {
	padding: 0px 0px 50px;
}

.headingWithTextAndLink .contentWrapper h2{
	font-size: 38px;
	line-height: 45px;
	color: #003d5a;
	margin: 0px 0px 20px;
}
.headingWithTextAndLink .contentWrapper a:visited, .headingWithTextAndLink .contentWrapper a{
	color: #003d5a;
}

.headingWithTextAndLink  .contentWrapper  p.content {
    font-size: 18px;
    line-height: 32px;
    margin: 0px;
    color: #003d5a;
}

a.linkBtn img {
    transform: translate(-50%, -50%);
    top: calc(50% + 3px);
    margin-left: 15px;
    position: absolute;
    transition: all .3s ease;
    display: inline-block;
    width: 13px;
}

a.linkBtn {
    letter-spacing: 0.36px;
    display: inline-block;
  color: #003d5a;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0px;
    position: relative;
    width: 100%;
}

a.linkBtn:hover img {
    margin-left: 10px;
    margin-top: 2px;
    transform: rotate(45deg) translate(-50%, -50%);
}

/* centerLayout */

.centerLayout{
	
}

.centerLayout .contentWrapper {
    text-align: center;
}

.centerLayout h3 {
    font-size: 24px;
    line-height: 26px;
    color: #003d5a;
    margin: 0px 0px 30px;
}

.centerLayout .imageWrapper img{
    border-radius: 16px;
    margin-bottom: 30px;
}


 .entry-content table:not(.variations) {
                border: 1px solid #eee;
                margin: 0 0 15px;
                text-align: left;
                width: 100%;
margin-bottom: 40px;
            }

            .entry-content thead th,.entry-content tr th {
                color: #555;
                font-weight: 700;
                padding: 9px 24px
            }

            .entry-content tr td {
                border-top: 1px solid #eee;
                padding: 6px 24px;
				 color: #003d5a;
            }
 .entry-content tr:nth-child(2n) td{
background: #edeeed;
}

/* volunteer page */

.jobPost .upperContentWrapper .headingWrapper.accordion-header h2.headingText {
    font-size: 28px;
    line-height: 30px;
}
.jobPost .upperContentWrapper{
	    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}
.jobPost .upperContentWrapper .imageWrapper{
	display: flex;
	align-items: flex-start;
}
.jobPost .upperContentWrapper .imageWrapper img{
	width: 184px;
	height: auto;
	border-radius: 6px;
}
.jobPost .iconWrappers {
    display: flex;
    align-items: center;
    gap: 20px;
	margin-top: 10px;
}
.jobPost .iconWrappers h3, .bottomCardWrapper h3 {
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 19px;
	    color: #003d5a;
}
.jobPost .iconWrappers h3 span {
    display: flex;
    margin-right: 5px;
}
option[value="all-countries"] {
    display: none;
}
.paggination {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.paggination {
    display: flex;
    justify-content: center;
    gap: 8px;
	    margin-top: 15px;
}
a.pagination-link.active {
    color: #fff;
	background: #003d5a;
    border: 1px solid #003d5a;
}
a.pagination-link {
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    color: #003d5a;
}

.jobPost .iconWrappers h3 svg {
    width: 25px;
    height: 25px;
	margin-right: 6px;
}
.jobPost .textWrapper p{
	margin: 10px 0 0;
}
div#post-container {
    padding-top: 25px;
    padding-bottom: 30px;
}
.faqAccordion.jobPost{
      margin: 0px 0 0px;
    padding: 20px 0px 20px;
    border: 1px solid rgba(0,0,0,.06);
    border-left: 0;
    border-right: 0;
    border-bottom: 0px;
    cursor: pointer;
    transition: all ease .5s;
    box-shadow: none;
    transform: scale(1);
    padding-right: 15px;
}
.faqAccordion.jobPost a.linkBtn{
	    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
	text-decoration: none;
	outline: none !important;
}
.faqAccordion.jobPost a.linkBtn img {
    top: calc(50% + 2px);
    margin-left: 11px;
    width: 10px;
}
.faqAccordion.jobPost:hover{
	    border-radius: 0px 6px 6px 6px;
    box-shadow: 20px 20px 20px 3px #dadada61;
    transform: scale(1.008);
}
.faqAccordion.jobPost:hover .iconWrappers h3, .faqAccordion.jobPost:hover .headingWrapper.accordion-header h2.headingText{
	    color: #d2792d;
} 
.jobPost .textWrapper p:empty {
    display: none;
}
.jobPost .col-12{
	padding:0;
}
.jobPost .headingWrapper.accordion-header {
    padding-left: 0px;
}
.jobPost .headingWrapper.accordion-header:before {
    left: auto;
    right: -6px;
    top: -5px;
    transform: rotate(0deg);
    content: "+";
    font-size: 30px;
    line-height: 30px;
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
}
.jobPost .headingWrapper.accordion-header.isActive:before{
	content:'⎯';
}

.serviceWrapper {
    display: flex;
    padding-top: 15px;
    align-items: center;
    flex-flow: wrap;
    gap: 12px;
}
p.serviceTag {
    letter-spacing: 0.28px;
    color: #2A2A2A;
    font-size: 13px;
    line-height: 16px;
    padding: 6px 10px;
    background: #F0F0F0;
    border-radius: 15px;
    margin: 0px;
}

.topContentWrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	    border-top: 1px solid rgba(0,0,0,.06);
    margin-top: 10px;
    padding-top: 20px;
}

.topContentWrapper h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    color: #003d5a;
    cursor: pointer;
}

.ctaBtn{
    background: linear-gradient(to right,#003d5a 2%,#fb9d07 82%);
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    margin: 0px;
	transform: all ease 0.5s;
}
.ctaBtn:hover, .ctaBtn:visited{
    color: #fff;
}
.jobPost ul, .jobPost ol {
    margin: 0px;
	padding: 0px;
	padding-left: 17px;
}

.bottomCardWrapper{
	margin: 15px 0 0;
}
.bottomCardWrapper .ctaBtn{
	margin: 0 0 20px;
}
.cardWrapSection .textCenter{
	text-align: center;
}
.cardWrapSection select#city-filter {
       background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00000012;
    border-radius: 6px;
    max-width: 300px;
    letter-spacing: 0px;
    color: #003d5a;
    font-size: 22px;
    line-height: 28px;
    font-family: 'PT Sans',sans-serif;
    padding: 8px 12px;
    -webkit-appearance: none;
    background-image: url(/wp-content/uploads/2023/08/arrow.png);
    background-position: 95% 50%;
    filter: grayscale(2)brightness(1);
    outline: none;
    width: 300px;
    margin: 0 auto;
}

.InspiringSection.headingWithTextAndLink .contentWrapper h2 {
    font-size: 28px;
    line-height: 40px;
    color: #003d5a;
    margin: 0 0 5px;
}
.InspiringSection.headingWithTextAndLink {
    padding: 30px 0 25px;
}
.colRev.videoStories ul{
	flex-direction: column-reverse;
}



/* Mobile Css */

@media only screen and (max-width: 767px) {

/* banner section */
.headerGradient {
    padding: 100px 0px 60px;
    margin-top: -80px;
}
.contentWrapper h1.headingText {
    font-size: 42px;
    line-height: 50px;
}
.headerGradient::after {
    bottom: -25px;
    height: 50px;
}	
	
/* leftImageRightContent */
	
	.leftImageRightContent {
		padding: 10px 0px 60px;
	}
	
	.leftImageRightContent .wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 25px;
}
.leftImageRightContent h3 {
    font-size: 34px;
    line-height: 35px;
    margin: 0px 0px 10px;
}
	.leftImageRightContent p.content {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}
.leftImageRightContent p.content strong {
    font-size: 18px;
}

.leftImageRightContent .wrapper .col-12{
		padding: 0px;
}
	
/* Accordion Section */
.headerGradient.accordionBelow {
    margin-bottom: 10px;
}	
.faqAccordion {
    padding: 15px 15px 10px;
}
	
.faqAccordion .container {
    border-radius: 8px;
    padding: 15px 10px;
}	
.headingWrapper.accordion-header {
    padding-left: 15px;
}	
.headingWrapper.accordion-header h2.headingText {
    font-size: 18px;
    line-height: 26px;
}	
.headingWrapper.accordion-header:before {
    border-width: 6px 9px 6px 0px;
}
.videoStories ul {
    gap: 15px;
    margin-top: 15px;
}	
.videoStories ul li {
    padding: 10px 5px;
    border-radius: 8px;
}	
.videoStories.expressions h3.videoTitle {
    font-size: 16px;
    line-height: 24px;
}
.videoStories.expressions h3.videoTitle::first-letter {
    font-size: 18px;
  }
/* cardLayout */

	.cardLayout{
		padding: 0px 0px 40px;
	}
	.cardLayout .cardWrapper ul {
    gap: 30px;
    flex-direction: column;
}
	.cardLayout .cardWrapper ul li:before{
		display: none;
	}	
	.cardLayout .cardWrapper ul li p.content {
    font-size: 14px;
    line-height: 22px;
    min-height: auto;
}
	.cardLayout .cardWrapper ul li h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0  5px;
}
	h4.cardSubHeading {
    margin: 0 0 5px;
}
.cardLayout .cardWrapper ul li {
    flex-basis: 100%;
    padding: 15px 15px;
    border-radius: 8px;
}	
	/* headingWithTextAndLink  */
	.headingWithTextAndLink  {
		padding: 0 0 30px;
	}
	
	.centerLayout .contentWrapper {
    text-align: center;
}
	.headingWithTextAndLink .contentWrapper h2 {
     font-size: 24px;
    line-height: 35px;
    margin: 0px 0px 10px;
}
	.centerLayout h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 25px;
}
	.centerLayout .imageWrapper img {
    border-radius: 8px;
    margin-bottom: 15px;
}
	.headingWithTextAndLink  .contentWrapper  p.content {
    font-size: 16px;
    line-height: 26px;
}
	a.linkBtn {
    font-size: 16px;
}
	
	/* table */
	 .entry-content table:not(.variations) {
                margin: 0 0px;
                width: 100%;
margin-bottom: 40px;
            }

            .entry-content thead th,.entry-content tr th {
                padding: 5px 15px
            }

            .entry-content tr td {
                    padding: 5px 15px;
    font-size: 14px;
    line-height: 19px;
            }
	a.linkBtn img {
    top: calc(50% + 2px);
    margin-left: 12px;
    width: 11px;
}
	
.twoGridLayout.videoStories ul li{
		flex-basis: 100%;
	    padding: 10px 15px;
	}
	
		/* job post */
	.cardWrapSection select#city-filter {
    font-size: 18px;
    max-width: 100%;
    width: 100%;
    line-height: 22px;
}
.jobPost .upperContentWrapper {
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
	.jobPost .iconWrappers h3, .bottomCardWrapper h3 {
    font-size: 14px;
    line-height: 16px;
}
	.jobPost .iconWrappers {
    gap: 0px;
    justify-content: space-between;
    flex-flow: wrap;
}
	.jobPost .iconWrappers h3 svg {
    width: 21px;
    height: 21px;
}
	.jobPost .upperContentWrapper .imageWrapper img {
    width: 160px;
}
	.ctaBtn {
    padding: 5px 10px;
    font-size: 14px;
}
	.topContentWrapper h4 {
    font-size: 18px;
}
	.jobPost .headingWrapper.accordion-header:before{
		display: none;
	}
}

.boxWithContent{
	    background: #f5f8fd;
    padding-top: 0px;
	.boxWithLink{
		display: flex;
		margin: 0;
		padding: 0;
		        flex-flow: wrap;
		list-style: none;
		gap: 30px;
		padding: 0 100px;
		@media(max-width: 991px){
			gap: 16px;
			padding: 0;
		}
		li{
			flex-basis: calc(100%/2 - 15px);
			            display: flex;
			@media(max-width: 991px){
				flex-basis: 100%;
		}
			.imageWrapper {
    display: flex;
				@media(max-width: 991px){ 
				display: none;
				}
				img{
			    max-width: 120px;
                max-height: 120px;
					 border-radius: 10px;
					@media(max-width: 991px){
		        max-width: 60px;
                max-height: 60px;
		}
				}
}
			&:nth-child(4n - 1), 
&:nth-child(4n - 2){
				a{
					background-color: #dbe4f3;
				}
			}
			&:nth-child(4n), 
&:nth-child(4n - 3){
				a{
					background-color: #d6eeee;
				}
			}
		}
	}
}
.boxWithLink a.linkWrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
	text-decoration: none;
	padding: 20px;
	border-radius: 12px;
	width: 100%;
	justify-content: space-between;
	transition: all ease .5s;
	box-shadow: none;
	
	&:hover{
		box-shadow: 1px 1px 16px 0px #dadada;
	}
}

header#masthead .main-navigation ul li.menu-item-has-children > a:before {
content: "";
    background: url(/wp-content/uploads/2025/01/drop.svg) !important;
    width: 12px;
    height: 6px;
    position: absolute;
    background-size: contain !important;
    top: 9px;
    right: -15px;
    display: flex;
    background-repeat: no-repeat !important;

}