html {
	line-height: 1.1;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden
}

body {
	margin: 0;
	overflow-x: hidden;
	margin-top: 100px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

blockquote {
	margin: 0
}

a:focus-visible {
	outline-offset: 2px;
	outline: 3px solid #276EF1;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em
}

a {
	background-color: rgba(0,0,0,0);
	color: inherit;
	word-break: break-word;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,strong {
	font-weight: 700
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

small {font-size: 14px;}

iframe {
	display: block
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

figure {
	margin: 0
}

/*Files*/
.wp-block-file.file-icon {
	font-size: inherit;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background: #FFF;
	padding: var(--wp--preset--spacing--small);
	border-radius: var(--wp--custom--border--radius--medium);
}

.wp-block-file.file-icon a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: inherit;
	font-weight: 600;
}

.file-icon .file-review-date {opacity: .5;font-size: 75%;text-align: left;margin-top: 5px;}

.wp-block-file:not(.wp-element-button) {font-size:inherit!important;}

html,input[type=search] {
	box-sizing: border-box;
}

*,*:before,*:after {
	box-sizing: border-box;
}

.wp-block-group {
	box-sizing: border-box;
	margin: auto;
}

.entry-content > .wp-block-group, .entry-content > .wp-block-columns {
	margin: auto;
}

.wp-block-group .wp-block-group,.wp-block-group .wp-block-columns {margin: 0;}
.wp-block-group.alignfull .wp-block-group {/* width:100%; */}
.is-layout-constrained {
	max-width: var(--wp--custom--layout--content);
}

div.alignwide.is-layout-constrained>*, div.alignfull.is-layout-constrained>*
{
	padding-left: var(--wp--preset--spacing--medium);
	padding-right: var(--wp--preset--spacing--medium);
}

.is-layout-constrained.alignwide {max-width: var(--wp--custom--layout--wide);}
.is-layout-constrained.alignfull {max-width: 100%;}
.alignwide {max-width: var(--wp--custom--layout--wide);width: 100%;}
.alignfull {max-width:100%;}

.wp-block-columns {grid-column-gap: var(--wp--custom--layout--block-gap);grid-row-gap: var(--wp--custom--layout--block-gap)}

:where(.wp-block-columns.has-background) {padding:var(--wp--preset--spacing--medium);}

.wp-block-group.alignfull>.alignwide .wp-block-columns {
	padding-left: 0;
	padding-right: 0
}

.wrap, .menu-primary-container, .content-sidebar .entry-content {
	max-width: var(--wp--style--global--wide-size);
	width: 100%;
	margin: 0 auto;
	padding-left: var(--wp--preset--spacing--medium);
	padding-right: var(--wp--preset--spacing--medium);
}

.content-sidebar .entry-content {
	display: grid;
	grid-template-columns: auto var(--wp--custom--layout--sidebar);
	margin: auto;
	max-width: var(--wp--custom--layout--small-content);
	gap: var(--wp--preset--spacing--medium);
}

.content-sidebar .entry-content>* {
	padding: 0
}

.content-sidebar .entry-content .wrap {
	padding: 0
}

.sidebar-primary .wp-block-group {width: 100%;}

.screen-reader-text,.screen-reader-text span,.screen-reader-shortcut {
	position: absolute;
	clip: rect(0,0,0,0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	top: 10px;
	left: 12px;
}

.screen-reader-text:focus,.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 12px;
	color: #333;
	background: #fff;
	z-index: 100000;
	clip-path: none;
	text-decoration: none;
	top: 10px;
	left: 12px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 var(--wp--preset--spacing--small) 0;
}

p {
	margin: 0 0 var(--wp--preset--spacing--small) 0;
}

ul li,ol li {
	margin-bottom: 10px;
}

.wp-block-gallery {
	--wp--style--unstable-gallery-gap: var(--wp--preset--spacing--medium);
	gap: var(--wp--preset--spacing--medium)
}

.wp-block-gallery.columns-2>figure {
	width: calc(50% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
}

.wp-block-gallery.columns-3>figure {
	width: calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
}

.wp-block-gallery.columns-4>figure {
	width: calc(25% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
}

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

img.emoji {
	max-width: 16px;
	display: inline-block
}

img.alignleft {
	float: left;
	margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
	max-width: calc(var(--wp--custom--layout--content)/2)
}

img.alignright {
	float: right;
	margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
	max-width: calc(var(--wp--custom--layout--content)/2)
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto
}

figure.wp-caption {
	max-width: 100%
}

.wp-block-image figcaption {
	font-size: var(--wp--preset--font-size--small);
	text-align: center
}

@media(min-width: 601px) {
	.wp-block-image.alignleft {
		float:left;
		margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
		max-width: 48vw
	}

	.wp-block-image.alignright {
		float: right;
		margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
		max-width: 48vw
	}
}

@media(min-width: 768px) {
	.content .entry-content>.wp-block-image.alignleft,.content .block-area>.wp-block-image.alignleft {
		max-width:calc(var(--wp--custom--layout--content)/2);
		margin-left: calc((100vw - var(--wp--custom--layout--content))/2)
	}

	.content .entry-content>.wp-block-image.alignright,.content .block-area>.wp-block-image.alignright {
		max-width: calc(var(--wp--custom--layout--content)/2);
		margin-right: calc((100vw - var(--wp--custom--layout--content))/2)
	}
}

@media(min-width: 1200px) {
	.full-width-content .entry-content>.wp-block-image.alignleft,.full-width-content .block-area>.wp-block-image.alignleft {
		max-width:calc(var(--wp--custom--layout--wide)/2);
		margin-left: calc((100vw - var(--wp--custom--layout--wide))/2)
	}

	.full-width-content .entry-content>.wp-block-image.alignright,.full-width-content .block-area>.wp-block-image.alignright {
		max-width: calc(var(--wp--custom--layout--wide)/2);
		margin-right: calc((100vw - var(--wp--custom--layout--wide))/2)
	}
}

body .wp-block-separator {
	border: none;
	height: 3px;
	margin-left: 0;
	margin-top: var(--wp--preset--spacing--medium);
	margin-bottom: var(--wp--preset--spacing--medium);
	max-width: 150px;
}


.wp-element-button.is-style-outline.has-background,.wp-block-button.is-style-outline>.wp-block-button__link.has-background {
	padding: 10px 15px
}




/*Tooltips*/
[data-tooltip] {
	position: relative;
	z-index: 10;
}

[data-tooltip]::after {
	content: attr(data-tooltip);
	visibility: hidden;
	width: max-content;
	max-width: 150px;
	background-color: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	text-align: center;
	padding: 8px 10px;
	border-radius: var(--wp--custom--border--radius--small);
	position: absolute;
	z-index: 1000;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
}

[data-tooltip].visible::after {
	visibility: visible;
	opacity: 1;
}

[data-tooltip]::before {
	content: '';
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	opacity: 0;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top-color: var(--wp--preset--color--black);
}

[data-tooltip].visible::before {
	visibility: visible;
	opacity: 1;
}

[data-tooltip].below::after {
	bottom: auto;
	top: calc(100% + 10px);
	transform: translateX(-50%);
}

[data-tooltip].below::before {
	bottom: auto;
	top: calc(100% + -4px);
	border-top-color: transparent;
	border-bottom-color: var(--wp--preset--color--black);
}

[data-tooltip].right::after {
	bottom: auto;
	top: 50%;
	left: calc(100% + 10px);
	transform: translateY(-50%);
}

[data-tooltip].right::before {
	top: 50%;
	left: calc(100% + 5px);
	right: auto;
	transform: translateY(-50%) rotate(45deg);
	border-bottom-color: #333;
	border-left-color: #333;
	border-top-color: transparent;
	border-right-color: transparent;
}

[data-tooltip].left::after {
	bottom: auto;
	top: 50%;
	left: auto;
	right: calc(100% + 5px);
	transform: translateY(-50%);
}

[data-tooltip].left::before {
	top: 50%;
	left: auto;
	right: calc(100% + 5px);
	transform: translateY(-50%) rotate(-45deg);
	border-bottom-color: #333;
	border-right-color: #333;
	border-top-color: transparent;
	border-left-color: transparent;
}

.tooltip-desc {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}


/* Core CSS files are now enqueued via functions.php */

/*Buttons - Theme specific overrides*/

.button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover {
	background: var(--wp--preset--color--black)!important;
	color: var(--wp--preset--color--white)!important;
	border: 2px solid var(--wp--preset--color--black)!important;
}

.wp-element-button.is-style-outline:hover,
.wp-block-button.is-style-outline>.wp-block-button__link:hover {border: 2px solid #000;}

.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline>.wp-block-button__link.has-background {
	padding: 10px 15px;
}


::-moz-placeholder {
	color: var(--wp--preset--color--black);
	opacity: 1
}

::-ms-input-placeholder {
	color: var(--wp--preset--color--black)
}

::-webkit-input-placeholder {
	color: var(--wp--preset--color--black)
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: rgba(0,0,0,0)
}


/*Search*/
#search-container {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	padding: 12px;
	margin: 0;
	border-bottom: 3px solid var(--wp--preset--color--black);
}

#search-container input:focus {
	outline: 3px solid #276EF1;
	outline-offset: 2px;
}

#search-container form div {
	padding: 0;
	border: 0;
}

.wp-block-search__button {
	margin: 0;
	border-radius: 0 var(--wp--custom--border--radius--large) var(--wp--custom--border--radius--large) 0;
}

#search-container .wp-block-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	opacity: 0;
	visibility: hidden;
	transition: all .15s ease-in-out;
	z-index: 25;
}

#search-container.active .wp-block-search {
	opacity: 1;
	visibility: visible;
}

/*Blockquote*/
.wp-block-quote>cite {
	font-size: var(--wp--preset--font-size--tiny);
}

/* Category Filter */
.cat-filter-list {display:flex;list-style:none;padding: 0;margin: 0;flex-wrap: wrap;gap: 15px;align-items: center;justify-content: center;}
.cat-filter-list li {position: relative;margin:0;}
.cat-filter-list .current {color: #FFF;text-decoration: underline;}
.cat-filter-list-wrapper {
	padding: var(--wp--preset--spacing--medium) 0 0 0;
}

.single .entry-category {margin: 25px 0;}
.single .entry-category a {
	color: #000;
	text-decoration: none;
	background: var(--wp--preset--color--senary);
	padding: 7px 10px;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	border-radius: 12px;
	display: inline-block;
	transition: .25s cubic-bezier(0.4, 0, 0.2, 1);
}

.single .entry-category a:hover {
	color: #FFF;
	background: #000000;
}

.entry-title {
	font-size: var(--wp--preset--font-size--gargantuan);
}

.entry-image img {
	border-radius: var(--wp--custom--border--radius--medium);
	margin: auto;
	aspect-ratio: 10/4;
	object-fit: cover;
	vertical-align: middle;
}

.entry-header .open-model {
	text-decoration: underline;
	color: var(--wp--preset--color--secondary);
	font-weight: 600;
}

.wp-block-code code {
	background-color: #35373a;
	color: var(--wp--preset--color--white);
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 400;
	line-height: var(--wp--preset--font-size--medium);
	margin-bottom: var(--wp--preset--spacing--medium);
	margin-top: var(--wp--preset--spacing--medium);
	overflow-x: auto;
	padding: var(--wp--preset--spacing--medium);
	border-radius: var(--wp--custom--border-radius--medium);
	max-height: 900px;
	width: 100%;
}

/*Latest News Widget*/
.wp-block-latest-posts li {
	position: relative;
	padding: 0px 0 0 30px;
}



.wp-block-latest-posts li:last-child {margin-bottom:0}

/* Notice*/
.notice {
	position: fixed;
	bottom: 25px;
	z-index: 9999;
	width: 100%;
	display: flex;
	padding: 0 15px;
}

.notice button {
	border: none;
	font-size: 16px;
	padding: 0;
	display: inline-flex;
	cursor: pointer;
	color: #FFF;
	background: var(--wp--preset--color--primary);
	border-radius:50%;
	width:30px;
	height:30px;
	fill:#FFF;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

.notice.hidden {display: none;}

#notice-block {background: var(--wp--preset--color--primary);color: #FFF;margin:auto;display: flex;align-items: center;position: relative;padding: 10px 20px;justify-content: center;border-radius: var(--wp--custom--border-radius--medium);flex-wrap: wrap;gap: 10px;}
#notice-block > div {display:flex;align-items: center;border-right: 1px solid #9ddbcd3b;}
#notice-block p {margin: 0 5px;text-align: center;font-weight: 300;}
#notice-block a {display:inline-block;background: var(--wp--preset--color--tertiary);color: var(--wp--preset--color--primary);padding: 10px 20px;border-radius:12px;margin: 5px 10px;}

@media all and (max-width: 900px) {
	.notice {bottom:15px;}
	#notice-block {display: flex;flex-direction: column;}
	#notice-block > div {flex-direction: column;border: 0;gap: 5px;}
	.notice button {position: absolute;top: -15px;right: -15px;}
}


.no-results {
	text-align: center;
	padding-top: var(--wp--preset--spacing--x-large);
	padding-bottom: var(--wp--preset--spacing--x-large);
	background-color: var(--wp--preset--color--senary);
	grid-column: span 4;
	margin-top: 60px;
}


.breadcrumb {
	margin: 0 auto 16px;
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--tiny);
	max-width: var(--wp--custom--layout--content);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.breadcrumb .sep {
	margin: 0 4px
}

.archive-header .breadcrumb,.post-header .breadcrumb {
	max-width: 100%;
	grid-column: 1/-1;
	margin-left: 0;
	margin-right: 0
}

.site-container {
	overflow: hidden;
}

.site-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: var(--wp--preset--color--white);
	box-shadow: var(--wp--preset--shadow--natural);
	z-index: 8000
}



.site-header .wrap {
	display: grid;
	grid-template-columns: 300px 1fr;
	align-items: center;
	height: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
	gap: 5px;
}

.site-header .custom-logo-link img {vertical-align:middle;min-width: 190px;}

/* Navigation Container */
#nav-menu {
	display: none;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

#nav-menu .menu-primary-container {
	height: 50px;
}

/* Primary Menu */
#nav-menu ul.menu {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}

/* Menu Items */
#nav-menu .menu-item {
	position: relative;
	display: flex;
	height: 100%;
	margin: 0;
	list-style: none;
	flex-direction: column;
}

ul#primary-menu > .menu-item {
	flex-direction: row;
}

.submenu-inner > .menu-items > li {
	min-width: 225px;
}

.submenu-inner ul li .sub-menu {
	padding: 0;
	display: block;
	margin: 0;
	transform: none;
}

#nav-menu .menu > li {
	display: flex;
	align-items: center;
}

#nav-menu .menu > li:first-child {border:0;}

#nav-menu .menu > li:hover, #nav-menu .menu > li > a:hover {
	background: #353535;
}

#nav-menu .menu > li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 500;
	color: var(--wp--preset--color--white);
	text-decoration: none;
	transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#nav-menu .menu > li a:focus-visible {
	outline: 2px solid #276EF1;
	outline-offset: -2px;
}

#nav-menu .menu > li.menu-item-has-children a {
	padding-right: 25px;
}

#nav-menu .menu > li ul li a:hover {
	color: var(--wp--preset--color--primary);
}

/* Submenu Button */
.submenu-btn {
	background: none;
	border: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	fill: white;
}

/* Submenu */
.submenu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -10px);
	opacity: 0;
	visibility: hidden;
	width: fit-content;
	min-width: 250px;
	padding-top: 15px;
	z-index: 2000;
	transition: all 0.25s cubic-bezier(0.4, 0.01, 0.1, 1), visibility 0ms, pointer-events 0ms;
}

.menu-item-has-children:hover .submenu,
#nav-menu li.menu-item-has-children:focus .submenu,
#nav-menu li.menu-item-has-children:focus-within .submenu {
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible;
}

/* Submenu Inner */
.submenu-inner .sub-menu {
	display: flex;
	padding: 10px;
	background: var(--wp--preset--color--white);
}

.submenu-inner-wrap {
	padding: 15px 15px 10px;
	background: var(--wp--preset--color--white);
	border-radius: var(--wp--custom--border--radius--small);
	transition: all 0.25s cubic-bezier(0.4, 0.01, 0.1, 1), visibility 0ms, pointer-events 0ms;
	box-shadow: var(--wp--preset--shadow--natural);
}

.submenu-inner-wrap > p {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 600;
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b7d1655c;
}

/* Submenu Items */
#nav-menu .menu > li ul li a {
	display: block;
	padding: 10px 15px;
	color: var(--wp--preset--color--black);
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 400;
}

#nav-menu .menu > li ul li ul li a {
	padding: 5px 5px 5px 25px;
	font-weight: 500;
}

.submenu-inner .sub-menu li a {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 500;
	color: var(--wp--preset--color--primary);
}

.submenu-inner .menu-items {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 -15px;
	padding: 0;
}

ul.menu-items button.submenu-btn {
	display: none;
}

#toggle-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 9999
}

#toggle {
	height: 50px;
	width: 50px;
	position: relative;
	display: flex;
	background: 0 0;
	border: 3px solid #000;
	border-radius: 50px 0 50px 50px;
	transition: .3s;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

#toggle .bar {
	height: 3px;
	width: 28px;
	display: block;
	margin: 0 auto;
	position: relative;
	background-color: #000;
	border-radius: 10px;
	-webkit-transition: .4s;
	transition: .4s
}

#toggle .bar {
	position: absolute
}

#toggle .bar:nth-of-type(1) {
	top: 12px;
	transition: top .3s ease-in-out .3s,transform .3s ease-in-out .1s;
}

#toggle .bar:nth-of-type(2) {
	top: 20px;
	transition: ease .3s .25s;
}

#toggle .bar:nth-of-type(3) {
	top: 28px;
	transition: top .3s ease-in-out .3s,transform .3s ease-in-out .1s;
}

.active #toggle .bar:nth-of-type(1) {
	top: 20px;
	transform: rotate(45deg);
	transition: top .3s ease-in-out .1s,transform .3s ease-in-out .25s
}

.active #toggle .bar:nth-of-type(2) {
	opacity: 0
}

.active #toggle .bar:nth-of-type(3) {
	top: 20px;
	transform: rotate(-45deg);
	transition: top .3s ease-in-out .1s,transform .3s ease-in-out .25s
}

/*Header Buttons*/
.btn-wrap {
	display: flex;
	list-style: none;
	gap: 12px;
	justify-content: flex-end;
	align-items: center;
}
.btn-wrap .icon-btn {
	border-radius: 50%;
	border: 3px solid var(--wp--preset--color--black);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 51px;
	width: 51px;
	color: var(--wp--preset--color--black);
	fill: var(--wp--preset--color--black);
}

#mobile-nav-menu {
	height: calc(100vh - 100px);
	opacity: 0;
	visibility: hidden;
	position: fixed;
	display: flex;
	top: 100px;
	right: 0px;
	width: 100%;
	min-width: 250px;
	background: #00000075;
	transition: all .3s ease-in-out;
	z-index: 500;
	justify-content: flex-end;
}


.menu-mobile-container {
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
	width: 50vw;
	min-width: 300px;
	background: #FFF;
	margin-right: -15px;
}

#mobile-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	padding-bottom: 150px;
}

#mobile-menu a,#mobile-menu span {
	display: block;
	padding: 15px;
	font-weight: 500;
	text-decoration: none;
	color: black;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer
}

#mobile-menu li {
	position: relative;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--wp--preset--color--quaternary);
}

#mobile-menu li.current-menu-item {
    background: var(--wp--preset--color--quinary);
}

#mobile-menu>li:first-child {
	border-top: 0
}

#mobile-menu li.menu-item-has-children {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#mobile-menu li ul {
	display: none;
	width: 100%;
	background: var(--wp--preset--color--primary);
	margin: 0;
	padding: 0;
}

#mobile-menu li ul li {
	border-top: 1px solid #4b92bb;
}

#mobile-menu li ul li a {
	font-size: var(--wp--preset--font-size--tiny);
	font-weight: 400;
	color: #FFF;
}

#mobile-menu button {
	background: 0 0;
	border: 0;
	width: 50px;
	height: 50px;
	padding: 5px var(--wp--preset--spacing--medium) 5px 0;
	cursor: pointer
}

#mobile-menu button svg {
	transition: top .3s ease .1s,transform .3s ease-out;
	fill: black;
}

#mobile-menu .menu-item.active button svg {
	transform: rotateX(180deg)
}

@media(max-width: 782px) {
	#wpadminbar {
		display:none !important
	}
}

.archive-header {
}

.archive-header .wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	align-content: center;
}

.archive-inner-header {text-align: center;}

.archive-description>*:first-child {
	margin-top: 0
}

.archive-description>*:last-child {
	margin-bottom: 0
}

.archive-header .breadcrumb {
	margin-bottom: var(--wp--custom--layout--block-gap-large)
}

/* Jobs Archive Header Layout */
.type-job .archive-header .jobs-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.type-job .archive-header .jobs-header-content .archive-title {
	margin: 0;
}

.type-job .archive-header .jobs-board-actions {
	display: flex;
	gap: var(--wp--preset--spacing--small);
}
.type-job .entry-content .wrap, .type-job .job-application-form .wrap {
	max-width: 800px;
	margin: auto;
	padding: var(--soa-container-padding);
}

.job-application-form {
	background: var(--wp--preset--color--senary);
	padding: var(--wp--preset--spacing--medium) 0;
}

.job-application-form form {
	background: #FFF;
	padding: var(--wp--preset--spacing--medium);
	border-radius: var(--wp--custom--border--radius--medium);
}

/* Single Job Header */
.archive-header .job-single-header-content {
	width: 100%;
}


.archive-header .job-single-meta .member-card-meta {
	margin-bottom: var(--wp--preset--spacing--small);
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}

.archive-header .job-single-meta .member-card-meta strong {
	color: #ffffff;
}
.job-single-header-content {
	display: flex;
	gap: var(--wp--preset--spacing--medium);
	align-items: center;
	flex-direction: column;
}

.job-single-meta {
	display: flex;
	gap: var(--wp--preset--spacing--small);
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.archive .site-inner {background: var(--wp--preset--color--denary);padding-bottom: var(--wp--preset--spacing--large);}

.archive .site-main {
	width: 100%;
	margin: auto;
	max-width: var(--wp--custom--layout--wide);
	padding: var(--wp--preset--spacing--medium);
}

.post.content .site-inner {
	padding: 0
}

.post.content .site-main {
	padding-left: var(--wp--custom--layout--padding);
	padding-right: var(--wp--custom--layout--padding);
	max-width: var(--wp--custom--layout--content);
	margin: auto
}

.post .entry-content .wrap p {
	margin-top: 0
}
.post .entry-content .wrap p:last-of-type {margin-bottom:0;}


.post .wp-block-image.aligncenter {
	width: 100%
}

.post .wp-block-image.aligncenter img {
	margin: auto
}



.post .entry-header {
	padding: 0;
}
.post .entry-header .wrap {
	padding: 0;
}
.post .entry-header a:hover {text-decoration: none;}
.post .entry-header .wrap > div{
	max-width: var(--wp--custom--layout--small-content);
	margin: auto;
	padding: var(--wp--preset--spacing--medium);
}

.post .entry-header .wrap .entry-image {max-width: var(--wp--custom--layout--content);padding: 0 var(--wp--preset--spacing--medium);}

.back {
	display: flex;
	gap: 0px;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.post .last-updated {font-size:14px;margin-top:15px;}

.post .entry-content {padding: var(--wp--preset--spacing--medium);}

.post .entry-content .wrap {
	max-width: var(--wp--custom--layout--small-content);
}

#author {max-width: var(--wp--custom--layout--small-content);border-radius: var(--wp--custom--border--radius--medium);padding: var(--wp--preset--spacing--medium);border: none;}
#author img {max-width:200px;}

#author .model-wrapper {
	display: flex;
	gap: var(--wp--preset--spacing--medium);
	align-items: flex-start;
}

div#filter-bar {display:flex;gap:30px;margin-bottom: var(--wp--preset--spacing--medium);}
#author button {
	border: none;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	color: var(--wp--preset--color--secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	transition:all 0.3s ease-in-out;
}
#author button:hover {
	background:var(--wp--preset--color--secondary);
	color:white;
}

@media(min-width: 768px) {
}

.pagination {
	margin: 32px auto;
	max-width: var(--wp--custom--layout--content);
	grid-column: 1/-1
}

.pagination ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.pagination ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
}

.pagination ul li a {
	background: var(--wp--preset--color--tertiary);
	border: 2px solid var(--wp--preset--color--tertiary);
	border-radius: var(--wp--custom--border--radius--medium);
	color: var(--wp--preset--color--white);
	fill: var(--wp--preset--color--white);
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: .5s ease-in-out
}

.pagination ul li svg {
	fill: inherit
}

.pagination ul li.active>a {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	fill: var(--wp--preset--color--septenary);
	border: 2px solid var(--wp--preset--color--primary);
}

.pagination ul li>a:hover {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	fill: var(--wp--preset--color--quaternary);
	border: 2px solid var(--wp--preset--color--primary);
}

.flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	margin-right: calc(0px - var(--wp--custom--layout--small-padding));
	margin-left: calc(0px - var(--wp--custom--layout--small-padding));
	flex-wrap: wrap
}

.v-align {
	align-items: center;
	height: 100%
}

.h-align {
	justify-content: center
}

.flex>div {
	padding: var(--wp--custom--layout--small-padding)
}

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

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

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

.col-66 {
	-ms-flex: 0 0 66.6666%;
	flex: 0 0 66.6666%
}

.col-33 {
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%
}

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

.col-20,.has-5-columns>div {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%
}

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

.col-auto {
	flex: 1;
	min-width: 350px;
}

.grid, .products, .single-product-grid  {
	display: grid;
	grid-column-gap: var(--wp--preset--spacing--medium);
	grid-row-gap: var(--wp--preset--spacing--medium);
}
.columns-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.columns-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.columns-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

/*Footer*/
footer {background: var(--wp--preset--color--white);color: var(--wp--preset--color--black);}
footer p {font-weight:300;font-size: var(--wp--preset--font-size--normal);margin:0;max-width: 700px;}
footer .wp-block-separator {max-width: 100%;width: 100%;background: var(--wp--preset--color--white);}
footer > div > .flex {column-gap: var(--wp--preset--spacing--xx-large);}

footer #footer-menu {padding: 50px 0;background: var(--wp--preset--color--grey);border-top: 1px solid #0000000f;}
footer #footer-menu .wrap {display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));width: 100%;width: calc(100% - 2 * var(--wp--preset--spacing--medium));gap: var(--wp--preset--spacing--medium);}

footer #social-container span {margin-right:15px;}
footer #social-container .social_media {display: inline-flex;gap: 15px;}
footer #social-container {display: flex;margin-bottom: var(--wp--preset--spacing--60);flex-direction: column;}
footer #social-container .social_media a {background: var(--wp--preset--color--quinary);height: 60px;width: 60px;display: flex;justify-content: center;align-items: center;border-radius: 50%;}
footer #social-container .social_media svg {fill: #fff;}
footer #social-container .social_media .facebook svg:hover {fill:#1877F2; transition: 0.2s ease-in;}
footer #social-container .social_media .linkedin svg:hover {fill:#0077B5; transition: 0.2s ease-in;}
footer #social-container .social_media .messenger svg:hover {fill:#00B2FF; transition: 0.2s ease-in;}

.credit {
	opacity: .5;
}

#copyright {
	text-align: center;
	padding: 30px;
	background: var(--wp--preset--color--black);
	color: var(--wp--preset--color--white);
	font-size: var(--wp--preset--font-size--small);
}

.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-links {
	display: flex;
	flex-direction: column;
	margin-top: var(--wp--preset--spacing--small);
}

.copyright img {width:200px;height:auto;filter: brightness(100);}
.copyright p {margin:0;}


@media(min-width: 1000px) {
	body {margin:0;}
	.site-header {position:relative;}
	#nav-menu {display: block;background: var(--wp--preset--color--black);}
	#toggle {display: none}
}



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

}

@media screen and (max-width: 1000px) {
	body {margin-top: 100px;}
	.site-header .wrap {grid-template-columns: 225px 1fr;height: 100px;}
	.active #mobile-nav-menu {opacity: 1;visibility: visible;}
	footer #footer-menu .wrap {grid-template-columns: repeat(2, minmax(0, 1fr));}
	body .columns-4 {grid-template-columns: repeat(2, minmax(0, 1fr));}

}

@media screen and (max-width: 800px) {
	body .become-a-member {display: none;}
	body .columns-2 {grid-template-columns: repeat(1, minmax(0, 1fr));}
	body .columns-3 {grid-template-columns: repeat(1, minmax(0, 1fr));}
	.copyright {
    flex-direction: column;
    gap: 15px;
}
}

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

}

@media screen and (max-width: 600px) {
	body {margin-top: 75px;}
	.site-header .wrap {grid-template-columns: 175px 1fr;height: 75px;padding-top: 10px;padding-bottom: 10px;}

	.btn-wrap {
		gap: 8px;
	}
	.btn-wrap .icon-btn {
		width: 45px;
		height: 45px;
		border: 2px solid;
	}

	.btn-wrap .icon-btn svg {
		transform: scale(0.75);
	}

	#search-container {display:none;}

	#toggle {border-width:2px;height: 47px;width: 47px;}
	#toggle .bar {
		width: 24px;
	}
	#mobile-nav-menu {top:75px;height: calc(100vh - 75px);}
	.menu-mobile-container {width: calc(100% + 15px);}
	body .columns-4 {grid-template-columns: repeat(1, minmax(0, 1fr));}
}


@media screen and (max-width: 500px) {
	body {margin:0;}
	.site-header {position:relative;}
	.site-header .wrap {
		grid-template-columns: 1fr;
		justify-items: center;
		height: 130px;
	}
	.menu-mobile-container {background: none;}
	#mobile-nav-menu {position:absolute;background: none;top: 130px;border-top: 1px solid #CCC;}
}