
*, ::after, ::before {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

::after, ::before {
	--tw-content: "";
}

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
	margin: 0;
	line-height: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

b, strong {
	font-weight: bolder;
}

code, kbd, pre, samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

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

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

[type=button].nitro-lazy, [type=reset].nitro-lazy, [type=submit].nitro-lazy, button.nitro-lazy {
	background-image: none !important;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

summary {
	display: list-item;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

menu, ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

[role=button], button {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

audio, canvas, embed, iframe, img, object, svg, video {
	display: block;
	vertical-align: middle;
}

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

[hidden] {
	display: none;
}

*, ::after, ::before {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(20, 141, 136, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

.container {
	width: 100%;
}

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

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

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

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

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

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

.visible {
	visibility: visible;
}

.mx-0 {
	margin-left: 0;
	margin-right: 0;
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.mt-4 {
	margin-top: 1rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mt-11 {
	margin-top: 2.75rem;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.hidden {
	display: none;
}

.h-6 {
	height: 1.5rem;
}

.h-0 {
	height: 0;
}

.h-2 {
	height: .5rem;
}

.h-1 {
	height: .25rem;
}

.w-6 {
	width: 1.5rem;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.bg-blue-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

.bg-blue-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(109, 155, 166, var(--tw-bg-opacity));
}

.bg-blue-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
}

.bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 255, 255, var(--tw-bg-opacity));
}

.bg-blue-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(35, 112, 124, var(--tw-bg-opacity));
}

.bg-\[\#FFFBE6\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 251, 230, var(--tw-bg-opacity));
}

.p-6 {
	padding: 1.5rem;
}

.p-4 {
	padding: 1rem;
}

.px-0 {
	padding-left: 0;
	padding-right: 0;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.pr-2 {
	padding-right: .5rem;
}

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

.font-cambay {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 30px;
}

.text-xs {
	font-size: .75rem;
}

.font-bold {
	font-weight: 700;
}

.font-medium {
	font-weight: 500;
}

.leading-normal {
	line-height: 1.5;
}

.tracking-wide {
	letter-spacing: .025em;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-orange-100 {
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.text-black-200 {
	--tw-text-opacity: 1;
	color: rgba(227, 227, 227, var(--tw-text-opacity));
}

.text-orange-700 {
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.text-blue-900 {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.text-black-900 {
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.text-blue-300 {
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.text-blue-700 {
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.text-blue-800 {
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.text-blue-400 {
	--tw-text-opacity: 1;
	color: rgba(21, 180, 204, var(--tw-text-opacity));
}

.text-blue-960 {
	--tw-text-opacity: 1;
	color: rgba(88, 144, 156, var(--tw-text-opacity));
}

.text-blue-990 {
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.site-main .audience__section {
	padding-bottom: 6rem;
}

.site-main .audience__subheader {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 50rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.site-main .audience__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-main .audience__cards {
	display: flex;
	flex-wrap: wrap;
}

.site-main .audience__cards__wrapper {
	width: 100%;
	padding: 1.5rem;
	text-align: center;
}

.resources-filter-sec .each-resource .post-cont.site-main .audience__cards__wrapper {
	width: 100%;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 button#search_submit {
	border: none;
}

.resources-filter-sec .each-resource .post-cont.site-main .audience__cards__wrapper {
	width: 100%;
}

@media (min-width:640px) {
	.site-main .audience__cards__wrapper {
		width: 50%;
	}
}

@media (min-width:1280px) {
	.site-main .audience__cards__wrapper {
		width: 25%;
	}
	
	.site-main .audience__cards__wrapper {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.site-main .audience__cards__wrapper figure {
	display: flex;
	height: 7.5rem;
	align-items: center;
	justify-content: center;
}

.site-main .audience__cards__wrapper figure img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.site-main .audience__cards__wrapper h2 {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: -1.9px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.site-main .audience__cards__wrapper p {
	margin: 0;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.site-main .audience__cards__wrapper a {
	display: inline-block;
	padding-top: .875rem;
	padding-bottom: .875rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site-main .audience__cards__wrapper a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

#editor .wp-block-button__link, .btn-normal, .button-resources a, .wp-block-button__link {
	margin-bottom: 1rem;
	display: inline-block;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(42, 111, 116, var(--tw-bg-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#editor .wp-block-button__link:visited, .btn-normal:visited, .button-resources a:visited, .wp-block-button__link:visited {
	color: #fff;
}

#editor .wp-block-button__link:hover, .btn-normal:hover, .button-resources a:hover, .wp-block-button__link:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.wp-block-button__link {
	margin-bottom: 0;
}

.btn-yellow {
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-left: 2.75rem;
	padding-right: 2.75rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.btn-yellow:visited {
	color: #fff;
}

.btn-yellow:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.container {
	margin: 0 auto;
}

.sub-header {
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

@media (min-width:768px) {
	section {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:1536px) {
	section {
		padding-left: 8rem;
		padding-right: 8rem;
	}
}

@media (min-width:1600px) {
	.container {
		max-width: 100rem;
	}
}

.page-faq .banner__section {
	margin-bottom: 1rem;
}

@media (min-width:1024px) {
	.page-faq .banner__section {
		margin-bottom: 5rem;
	}
}

.page-faq .site-main p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	width: 100%;
	max-width: 68.75rem;
	padding-left: 0;
	padding-right: 0;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

@media (min-width:1024px) {
	.page-faq .site-main p {
		margin-bottom: 1.5rem;
	}
	
	.page-faq .site-main p {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.page-faq .site-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page-geographic-lead-agencies .site-content h3 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.75rem;
	width: 100%;
	max-width: 62.5rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7rem;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
	word-wrap: normal;
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content h3 {
		font-size: 2.5rem;
	}
	
	.page-geographic-lead-agencies .site-content h3 {
		line-height: 2.7rem;
	}
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content h3 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-geographic-lead-agencies .site-content h3 {
		font-size: 3.25rem;
	}
	
	.page-geographic-lead-agencies .site-content h3 {
		line-height: 3.5rem;
	}
}

.page-geographic-lead-agencies .site-content p {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
	width: 100%;
	max-width: 62.5rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content p {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content p {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-geographic-lead-agencies .site-content p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page-geographic-lead-agencies .site-content a {
	display: inline-block;
	padding-top: .8rem;
	padding-bottom: .8rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content a {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-geographic-lead-agencies .site-content ul {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
	width: 100%;
	max-width: 62.5rem;
	list-style-type: none;
	padding-right: 1.563rem;
	padding-left: 1.25rem;
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content ul {
		padding-left: 1.5rem;
	}
}

.page-geographic-lead-agencies .site-content ul li {
	display: flex;
	list-style-type: none;
	align-items: center;
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content ul li {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content ul li {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page-geographic-lead-agencies .site-content ul li a {
	padding: 0;
	padding-right: .5rem;
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.page-geographic-lead-agencies .site-content ul li a:hover {
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content ul li a {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content ul li a {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page-geographic-lead-agencies .site-content .wp-block-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 62.5rem;
	padding-left: 0;
	padding-right: 0;
}

.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button {
	margin-bottom: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button button#search_submit {
	border: none;
}

.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 181, 21, var(--tw-bg-opacity));
}

.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button a {
	background-color: transparent;
	padding: 0;
}

.wp-admin .wp-block-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 62.5rem;
	padding-left: 0;
	padding-right: 0;
}

.wp-admin .wp-block-buttons .wp-block-button {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.wp-admin .wp-block-buttons .wp-block-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 181, 21, var(--tw-bg-opacity));
}

.wp-admin .wp-block-buttons .wp-block-button .wp-block-button__link {
	background-color: transparent;
	padding: 0;
}

body.page .site .site-content .tribe-events-c-search__button {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.125rem;
	padding-bottom: .938rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-c-top-bar__nav-list-item {
	padding-right: .563rem;
}

body.page .site .site-content .tribe-events-c-top-bar__nav-link {
	display: flex;
	height: 1.75rem;
	width: 1.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 225, 88, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-c-top-bar__nav-link-icon-svg {
	height: .875rem;
	width: .438rem;
}

body.page .site .site-content .tribe-events-c-top-bar__nav-link-icon-svg path {
	fill: #fff;
}

body.page .site .site-content .tribe-events-c-top-bar__today-button {
	margin-right: .875rem;
	margin-left: .75rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(253, 181, 21, var(--tw-border-opacity));
	padding-left: .75rem;
	padding-right: .75rem;
	padding-top: .375rem;
	padding-bottom: .313rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .625rem;
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-c-top-bar__datepicker-desktop {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 100;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-c-view-selector__list-item-link:after {
	display: none !important;
}

body.page .site .site-content .tribe-events-calendar-month__multiday-event-bar-inner {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 242, 246, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__week {
	--tw-border-opacity: 1;
	border-color: rgba(237, 242, 246, var(--tw-border-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__day {
	--tw-border-opacity: 1;
	border-color: rgba(237, 242, 246, var(--tw-border-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__day:hover:after {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 73, 255, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__day svg path {
	fill: #3449ff;
}

body.page .site .site-content .tribe-events-calendar-month__day-cell--selected {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 73, 255, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__day-cell--selected h3 time {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__mobile-events-icon--event {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 73, 255, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__calendar-event:before {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 73, 255, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__calendar-event-details svg path {
	fill: #3449ff;
}

body.page .site .site-content .tribe-events-c-subscribe-dropdown__button {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-c-subscribe-dropdown__button-text {
	font-size: .75rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-c-subscribe-dropdown svg path {
	fill: #fff;
	stroke: #fff;
}

body.page .site .site-content .tribe-events .tribe-filter-bar {
	margin-bottom: 3.5rem;
}

body.page .site .site-content .tribe-events .tribe-filter-bar__filters-slide button {
	margin-right: .875rem;
	margin-bottom: 1rem;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}

.resources-filter-sec {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5rem;
	max-width: 100rem;
}

.resources-filter-sec h1 {
	letter-spacing: -3.4px;
	font-size: 68px;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 900;
}

.resources-filter-sec #keyword_search {
	position: relative;
	width: 100%;
	max-width: 36.25rem;
	border-width: .0625rem;
	padding: .5625rem;
	outline-color: #646464;
}

.resources-filter-sec #search_submit {
	position: relative;
	left: -2rem;
	border-style: none;
	font-size: 1.3125rem;
	--tw-text-opacity: 1;
	color: rgba(128, 128, 128, var(--tw-text-opacity));
}

.resources-filter-sec .resource-left-sidebar {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(208, 208, 208, var(--tw-border-opacity));
}

.resources-filter-sec .resource-left-sidebar .filters {
	margin-bottom: 1rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.resources-filter-sec .resource-left-sidebar .par-cat-name {
	margin-bottom: .5rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.resources-filter-sec .resource-left-sidebar .child-cat-name {
	display: inline;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.resources-filter-sec .cat-result-par {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resources-filter-sec .resource-left-sidebar {
	width: 24%;
}

.resources-filter-sec .results-cont {
	width: 73%;
}

.resources-filter-sec #sort_resources {
	width: 20.625rem;
	border-width: .0625rem;
	padding: .5rem;
	font-size: 1.125rem;
	color: rgba(40, 47, 54, .8);
}

.resources-filter-sec .each-resource {
	display: flex;
	flex-wrap: wrap;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
	transition-delay: .3s;
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.resources-filter-sec .each-resource:hover {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 204, 51, var(--tw-border-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
	transition-delay: .3s;
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.resources-filter-sec .each-resource:hover .post-cont {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
	transition-delay: .3s;
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.resources-filter-sec .each-resource:hover .post-cont div.excerpt-cont {
	line-height: 1.375rem;
}

.resources-filter-sec .each-resource:hover .post-cont div.excerpt-cont span.excerpt_part {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.resources-filter-sec .each-resource:hover .post-cont div.excerpt-cont span.excerpt_part {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.resources-filter-sec .each-resource .feat-image {
	width: 25%;
}

.resources-filter-sec .each-resource .feat-image img {
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.resources-filter-sec .each-resource .post-cont {
	width: 75%;
}

.resources-filter-sec .each-resource .post-cont .resource-cat-title {
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.resources-filter-sec .each-resource .post-cont .resource-post-title {
	margin-top: .75rem;
	margin-bottom: .75rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.resources-filter-sec .each-resource .post-cont .below-cats {
	margin-bottom: .75rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(88, 144, 156, var(--tw-text-opacity));
}

.resources-filter-sec .each-resource .post-cont .excerpt {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.resources-filter-sec .resource-pagination {
	margin-top: 3.75rem;
	margin-bottom: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.resources-filter-sec .resource-pagination a, .resources-filter-sec .resource-pagination span {
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.resources-filter-sec .resource-pagination span.page-numbers.current {
	--tw-text-opacity: 1;
	color: rgba(69, 146, 255, var(--tw-text-opacity));
}

.resources-filter-sec .resource-pagination a.page-numbers::before, .resources-filter-sec .resource-pagination span.page-numbers.current::before, .resources-filter-sec .resource-pagination span.page-numbers.dots::before {
	margin-right: 1.5625rem;
	display: inline-block;
	height: 2.5rem;
	width: 1px;
	background-color: rgba(128, 128, 128, .16);
	content: "";
}

.resources-filter-sec .resource-pagination a.page-numbers, .resources-filter-sec .resource-pagination span.page-numbers.current, .resources-filter-sec .resource-pagination span.page-numbers.dots {
	display: flex;
	align-items: center;
}

.resources-filter-sec .resource-pagination a.prev.page-numbers::before {
	display: none;
}

@media only screen and (max-width:1024px) {
	.resources-filter-sec .each-resource .feat-image {
		width: 100%;
	}
	
	.resources-filter-sec .each-resource .post-cont.p-6 {
		width: 100%;
	}
}

@media only screen and (max-width:768px) {
	.resources-filter-sec #keyword_search {
		max-width: 23.75rem;
	}
	
	.resources-filter-sec .results-cont {
		width: 100%;
	}
	
	.resources-filter-sec .resource-left-sidebar {
		width: 100%;
	}
	
	.cat-result-par {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}
	
	.cat-result-par {
		display: flex;
	}
	
	.cat-result-par {
		flex-wrap: wrap;
	}
	
	.cat-result-par {
		justify-content: space-between;
	}
}

.resources-toggle .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.resources-toggle .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.resources-toggle .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
}

.resources-toggle .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	transition: .4s;
}

.resources-toggle input:checked+.slider {
	background-color: #2196f3;
}

.resources-toggle input:focus+.slider {
	box-shadow: 0 0 1px #2196f3;
}

.resources-toggle input:checked+.slider:before {
	transform: translateX(26px);
}

.resources-toggle .slider.round {
	border-radius: 34px;
}

.resources-toggle .slider.round:before {
	border-radius: 50%;
}

.resources-results-top-cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.resources-results-top-cont .resources-toggle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 35px;
}

.resources-results-top-cont .resources-toggle p {
	padding-left: 10px;
	display: inline-block;
}

@media only screen and (max-width:900px) {
	.resources-filter-sec .resources-results-top-cont {
		margin-top: 40px;
	}
	
	.resources-filter-sec .resources-results-top-cont .resources-sort-cont {
		width: 100%;
	}
	
	.resources-filter-sec .resources-results-top-cont .resources-sort-cont #sort_resources {
		width: 100%;
	}
	
	.resources-filter-sec .resources-results-top-cont .resources-toggle {
		padding-left: 0;
		margin-top: 20px;
	}
}

#editor section {
	padding-left: 1rem;
	padding-right: 1rem;
}

.news-sub-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.news-sub-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.news-sub-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.news-sub-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.news-sub-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.news-sub-main h4 {
		font-size: 2.25rem;
	}
}

.news-sub-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.news-sub-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.subscribe {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: .5rem;
	padding-right: .5rem;
}

.subscribe__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width:1280px) {
	.subscribe__title {
		flex-direction: row;
	}
}

.subscribe__body {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.subscribe__body p {
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 button#search_submit {
	border: none;
}

.subscribe__body__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

@media (min-width:768px) {
	.subscribe__body__form {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width:1024px) {
	.subscribe__body__form {
		flex-direction: row;
	}
}

.subscribe__body__form input {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.subscribe__body__form input:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

.subscribe__body__form .btn-normal {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	flex: 1 1 0%;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.subscribe__body__form .btn-normal {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	.subscribe__body__form .btn-normal {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.subscribe__body__form .btn-normal {
		margin-top: 0;
	}
	
	.subscribe__body__form .btn-normal {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.subscribe__body__form .btn-normal {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media (min-width:1024px) {
	.subscribe__body__form .btn-normal {
		width: 20%;
	}
}

.subscribe .subscribe__body__form .form-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.subscribe .subscribe__body__form .form-item-new {
	width: 18%;
}

.subscribe .subscribe__body__form .form-item-new input {
	width: 100%;
}

.subscribe .subscribe__body__form .form-item-new input.wpcf7-form-control.has-spinner.wpcf7-submit {
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media only screen and (max-width:1140px) {
	.subscribe .subscribe__body__form .form-body {
		justify-content: space-evenly;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		margin-bottom: 1.25rem;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		width: 39%;
	}
}

@media only screen and (max-width:768px) {
	.subscribe .subscribe__body__form .form-body {
		justify-content: center;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		margin-bottom: .9375rem;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		width: 90%;
	}
}

#editor .subscribe__body__form input {
	min-width: unset;
}

#editor .subscribe__title h1 {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 button#search_submit {
	border: none;
}

.page .site-content p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.3;
}

.page .site-content .wp-block-button__link {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.single-post-view-cont .feat-img {
	width: 100%;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-post-view-cont .single-post-cont {
	position: relative;
	top: -8rem;
}

.single-post-view-cont .single-post-cont .content-cont {
	max-width: 1400px;
	margin: 0 auto;
	padding: 3rem 5rem;
	background: #fff;
}

.single-post-view-cont .single-post-cont .content-cont h3 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	text-align: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	line-height: 34px;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont h3.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont h3.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont h3.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont h3.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.single-post-view-cont .single-post-cont .content-cont h3 {
		font-size: 5rem;
	}
	
	.single-post-view-cont .single-post-cont .content-cont h3 {
		line-height: 80px;
	}
}

.single-post-view-cont .single-post-cont .content-cont h3 {
	font-weight: 900;
}

.single-post-view-cont .single-post-cont .content-cont p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.single-post-view-cont .single-post-cont .content-cont .post-date {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont .post-date.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.single-post-view-cont .single-post-cont .content-cont .post-date {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont .post-date.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.single-post-view-cont .single-post-cont .content-cont .post-date input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont .post-date.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.single-post-view-cont .single-post-cont .content-cont .post-date input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont .post-date.mt-4.mb-8 button#search_submit {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.single-post-view-cont .single-post-cont .content-cont .post-date button#search_submit {
	border: none;
}

.single-post-view-cont .single-post-cont .content-cont .post-views {
	display: none;
}

.single-post-view-cont .single-post-cont .content-cont .author-info {
	margin-top: 2.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-post-view-cont .single-post-cont .content-cont .author-info img {
	max-width: 190px;
}

.single-post-view-cont .single-post-cont .content-cont .author-info .author-decp-cont {
	padding-left: 1.25rem;
}

.single-post-view-cont .single-post-cont .content-cont .author-info .author-decp-cont h3 {
	text-align: left;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.single-post-view-cont .single-post-cont .content-cont .author-info .author-decp-cont p {
	margin-top: .25rem;
}

@media only screen and (max-width:1024px) {
	.single-post-view-cont .single-post-cont .content-cont {
		max-width: 90%;
		padding: 2rem 1rem;
	}
	
	.single-post-view-cont .single-post-cont .content-cont .author-info {
		margin-top: 2.25rem;
	}
	
	.single-post-view-cont .single-post-cont .content-cont .author-info {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.single-post-view-cont .single-post-cont .content-cont .author-info .author-decp-cont {
		width: 100%;
		margin-top: 20px;
	}
}

.inner-page.common-page .descp-content-area {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1300px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.inner-page.common-page .descp-content-area h3 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.inner-page.common-page .descp-content-area p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.inner-page.common-page .descp-content-area ul {
	list-style-position: inside;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	margin-left: 25px;
}

.inner-page.common-page .descp-content-area ol {
	list-style-position: inside;
	list-style-type: decimal;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	margin-left: 25px;
}

#content .side-nav-menu-cont {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(227, 227, 227, var(--tw-border-opacity));
	padding: 1rem;
}

#content .side-nav-menu-cont ul {
	list-style-type: none;
}

#content .side-nav-menu-cont ul li::before {
	display: none;
}

#content .side-nav-menu-cont ul li a {
	padding: .75rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

#content .side-nav-menu-cont ul li a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 246, 208, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

#content .side-nav-menu-cont .wp-block-navigation__container {
	gap: 5px;
}

.site-content ul {
	list-style-position: inside;
	list-style-type: none;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
}

.site-content ul li::before {
	padding-right: .5rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
	--tw-content: "•";
	content: var(--tw-content);
}

.site-content ol {
	list-style-position: inside;
	list-style-type: decimal;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
}

a {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(21, 180, 204, var(--tw-text-opacity));
}

a:hover {
	--tw-text-opacity: 1;
	color: rgba(10, 159, 181, var(--tw-text-opacity));
}

a:visited {
	--tw-text-opacity: 1;
	color: rgba(21, 180, 204, var(--tw-text-opacity));
}

.tribe-common ul li::before {
	display: none;
}

.pdf-embedder .wp-block-algori-pdf-viewer-block-algori-pdf-viewer-iframe {
	margin: 0 auto;
}

.descp-content-area .site-content section {
	padding-left: 0;
	padding-right: 0;
}

.single-post-view-cont .single-post-cont .content-cont h5 {
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.single-post-view-cont .single-post-cont .content-cont h6 {
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.875rem;
	line-height: 2.375rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.single-post-view-cont .single-post-cont .content-cont p {
	font-size: 1.5rem;
}

.site__footer li:before {
	display: none;
}

.site__footer .links ul {
	font-size: 16px;
}

p {
	font-size: 1.5rem;
	line-height: 30px;
}

.mission-work-history-a a {
	color: #fff;
}

.page-template-template-common-page div#home-our-centers {
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
}

.page-template-template-common-page div#home-our-centers .info__cards {
	justify-content: space-around;
}

.each-resource .post-cont div.excerpt-cont {
	line-height: 1.375rem;
}

.each-resource .post-cont div.excerpt-cont span.excerpt_part {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.each-resource .post-cont div.excerpt-cont span.excerpt_part {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.single-resources ul {
	font-size: 1.5rem;
	line-height: 30px;
}

.single-resources ul li {
	font-size: 1.5rem;
	line-height: 30px;
}

.site-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.site-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.site-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.site-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.site-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.site-main h4 {
		font-size: 2.25rem;
	}
}

.site-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.site-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

a:visited {
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

.hero {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: .5rem;
}

@media (min-width:1280px) {
	.hero {
		flex-direction: row;
	}
}

.hero .hero__body {
	flex: 1 1 0%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.hero .hero__body {
		padding-left: 0;
	}
}

.hero .hero__img {
	height: 100%;
	flex: 1 1 0%;
}

.info {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width:768px) {
	.info {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.info {
	box-shadow: 0 -.875rem 1.375rem rgba(0, 0, 0, .16);
}

.info .container {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.info .container.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .container.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .container.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .container.mt-4.mb-8 button#search_submit {
	border: none;
}

.info__title {
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.info__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info__title.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.info__title {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.info__title {
		padding-bottom: 2rem;
	}
}

.info .info__cards {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 1rem;
}

@media (min-width:1280px) {
	.info .info__cards {
		flex-direction: row;
	}
	
	.info .info__cards {
		justify-content: space-between;
	}
}

.info .info__cards .info__card {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	height: 40rem;
	width: 25rem;
	flex-direction: column;
}

@media (min-width:1280px) {
	.info .info__cards .info__card {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.info .info__cards .info__card__inner {
	position: relative;
	height: 100%;
	width: 100%;
	transition: transform .8s;
	transform-style: preserve-3d;
}

.info .info__cards .info__card--front {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border-radius: .75rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 204, 51, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 2rem;
	padding-bottom: 4rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: .5rem .5rem .75rem rgba(0, 0, 0, .16);
}

.info .info__cards .info__card--front .info__card--title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 2rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 26px;
	text-transform: uppercase;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--back {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border-radius: .75rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 204, 51, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
	padding-top: 2rem;
	padding-bottom: 2rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	box-shadow: -.5rem .5rem .75rem rgba(0, 0, 0, .16);
}

.info .info__cards .info__card--back .info__card--title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 0;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 26px;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--back .info__card--body {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.info .info__cards .info__card--action {
	position: absolute;
	top: -1.25rem;
	right: -1.25rem;
}

.info .info__cards .info__card--img {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--img img {
	margin: auto;
}

.info .info__cards .info__card--body {
	flex: 1 1 0%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: .5rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--body p {
	padding-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.info .info__cards .info__card .info__card--footer {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card.hover .info__card__inner {
	transform: rotateY(180deg);
}

.banner .container {
	display: flex;
	flex-direction: column;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width:1280px) {
	.banner .container {
		flex-direction: row;
	}
	
	.banner .container {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}
	
	.banner .container {
		padding-bottom: 3rem;
	}
}

.banner .banner__img {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1280px) {
	.banner .banner__img {
		padding-left: 0;
		padding-right: 0;
	}
}

.banner .banner__img img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.banner .banner__img--left {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width:1280px) {
	.banner .banner__img--left {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.banner .banner__img--left img {
	margin-right: auto;
}

@media (min-width:1280px) {
	.banner .banner__img--left img {
		margin-left: 0;
	}
}

.banner .banner__body {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:1024px) {
	.banner .banner__body {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:1280px) {
	.banner .banner__body {
		padding-left: 3rem;
	}
	
	.banner .banner__body {
		padding-right: 0;
	}
}

.banner .banner__body .sub-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.banner .banner__body .banner__body__title {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.banner .banner__body p {
	padding-right: 0;
}

@media (min-width:1280px) {
	.banner .banner__body p {
		padding-right: 16rem;
	}
	
	.banner .banner__body p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.resources {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

@media (min-width:1280px) {
	.resources {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.resources .sub-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.resources .resources__title {
	display: flex;
}

.resources .resources__subheader {
	max-width: 50rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1280px) {
	.resources .resources__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.resources .resources__cards {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.resources .resources__cards .resources__card--wrapper {
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width:768px) {
	.resources .resources__cards .resources__card--wrapper {
		width: 50%;
	}
	
	.resources .resources__cards .resources__card--wrapper {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media (min-width:1280px) {
	.resources .resources__cards .resources__card--wrapper {
		width: 33.333333%;
	}
}

.resources .resources__cards .card {
	position: relative;
	height: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(35, 112, 124, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	box-shadow: .625rem .625rem .6875rem rgba(0, 0, 0, .16);
}

.resources .resources__cards .card .card__subheader {
	position: absolute;
	top: -1rem;
	left: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.resources .resources__cards .card .card__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.resources .resources__cards .card .card__head .card__icon {
	padding-bottom: 1rem;
}

.resources .resources__cards .card .card__body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-weight: 700;
}

.resources .resources__footer {
	padding-top: 1.75rem;
	padding-bottom: 1rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.resources .resources__footer {
		text-align: left;
	}
}

.resources .resources__footer .btn-normal {
	padding-left: .5rem;
	padding-right: .5rem;
	text-align: center;
	letter-spacing: .1em;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer .btn-normal.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer .btn-normal.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer .btn-normal.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer .btn-normal.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.resources .resources__footer .btn-normal {
		width: 19.5rem;
	}
}

.news {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 2rem;
}

@media (min-width:768px) {
	.news {
		padding-bottom: 4rem;
	}
}

.news__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width:1280px) {
	.news__title {
		flex-direction: row;
	}
	
	.news__title {
		padding-bottom: 2.5rem;
	}
}

.news__list {
	display: flex;
	width: 100%;
	flex: 1 1 0%;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.news__list .card-wrapper {
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	padding-left: .5rem;
	padding-right: .5rem;
}

@media (min-width:768px) {
	.news__list .card-wrapper {
		width: 50%;
	}
}

@media (min-width:1280px) {
	.news__list .card-wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.news__list .card-wrapper {
		width: 25%;
	}
	
	.news__list .card-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.news__list .card {
	position: relative;
}

.news__list .card__img {
	width: 100%;
}

.news__list .card__img img {
	width: 100%;
}

.news__list .card__body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.resources-filter-sec .each-resource .post-cont.news__list .card__body {
	width: 100%;
}

.news__list .card__body--title {
	font-size: 1.5625rem;
	letter-spacing: -.05em;
}

.news__list .card__body--date {
	padding-top: .5rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.subscribe {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: .5rem;
	padding-right: .5rem;
}

.subscribe__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width:1280px) {
	.subscribe__title {
		flex-direction: row;
	}
}

.subscribe__body {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.subscribe__body p {
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 button#search_submit {
	border: none;
}

.subscribe__body__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

@media (min-width:768px) {
	.subscribe__body__form {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width:1024px) {
	.subscribe__body__form {
		flex-direction: row;
	}
}

.subscribe__body__form input {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	flex: 1 1 0%;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width:768px) {
	.subscribe__body__form input {
		margin-top: 0;
	}
	
	.subscribe__body__form input {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media (min-width:1024px) {
	.subscribe__body__form input {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	.subscribe__body__form input {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.subscribe__body__form input {
		width: 20%;
	}
}

@media (min-width:1536px) {
	.subscribe__body__form input {
		min-width: 16.875rem;
	}
}

.subscribe__body__form input:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

.subscribe__body__form .btn-normal {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	flex: 1 1 0%;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.subscribe__body__form .btn-normal {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	.subscribe__body__form .btn-normal {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.subscribe__body__form .btn-normal {
		margin-top: 0;
	}
	
	.subscribe__body__form .btn-normal {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.subscribe__body__form .btn-normal {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media (min-width:1024px) {
	.subscribe__body__form .btn-normal {
		width: 20%;
	}
}

@media (min-width:1536px) {
	.subscribe__body__form .btn-normal {
		min-width: 16.875rem;
	}
}

.page__center h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__center h1 {
		font-size: 68px;
		line-height: 81px;
	}
	
	.page__center h1 {
		letter-spacing: -3.4px;
	}
}

.page__center h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__center h2 {
		font-size: 3.125rem;
	}
	
	.page__center h2 {
		letter-spacing: -2.5px;
	}
}

.page__center h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 17px;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__center h4 {
		font-size: 2.0625rem;
	}
}

.page__center h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.page__center h5 {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__center a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.page__center a.button:visited {
	color: #fff;
}

.page__center a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.page__center a.button {
		min-width: 19.5rem;
	}
}

.section__hero {
	background-size: cover;
	background-repeat: no-repeat;
}

.section__hero__body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.section__hero__body {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

.section__hero__body h1 {
	margin: auto;
	max-width: 1024px;
}

.section__hero__body h5 {
	margin: auto;
	max-width: 50rem;
}

.section__hero__body__sub {
	display: inline-block;
	border-bottom-width: 8px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(251, 238, 163, var(--tw-border-opacity));
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.section__initiatives {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 255, 255, var(--tw-bg-opacity));
}

.section__initiatives__body {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.section__initiatives__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.section__initiatives__body .cards {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 3rem;
}

@media (min-width:1024px) {
	.section__initiatives__body .cards {
		flex-direction: row;
	}
}

.section__initiatives__body .cards .card {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 360px;
	flex-direction: column;
	align-items: center;
	padding-bottom: 1.5rem;
}

@media (min-width:1024px) {
	.section__initiatives__body .cards .card {
		margin-left: 2rem;
		margin-right: 2rem;
	}
	
	.section__initiatives__body .cards .card {
		padding-bottom: 0;
	}
}

.section__initiatives__body .cards .card__title {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 30.5rem;
	font-weight: 900;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.section__initiatives__body .cards .card__body {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.section__focus__body__title {
	display: flex;
	justify-content: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.section__focus__body .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media (min-width:768px) {
	.section__focus__body .card {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media (min-width:1024px) {
	.section__focus__body .card {
		flex-direction: row;
	}
}

.section__focus__body .card__image {
	max-width: 28rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width:768px) {
	.section__focus__body .card__image {
		padding-left: 0;
		padding-right: 0;
	}
}

.section__focus__body .card__body {
	max-width: 40rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.section__focus__body .card__body {
		padding-left: 2rem;
	}
	
	.section__focus__body .card__body {
		padding-right: 0;
	}
}

.section__focus__body .card__body__title {
	padding-right: 5rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__focus__body .card__body__title {
		padding-right: 0;
	}
}

.section__focus__body .card__body__text {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__focus__body .card__body__text {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.section__focus__body .card__body__buttons__wrapper {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.section__focus__body .card__body__buttons__wrapper {
		display: flex;
	}
	
	.section__focus__body .card__body__buttons__wrapper {
		text-align: left;
	}
}

.section__focus__body .card__body__btn {
	margin-bottom: .5rem;
}

@media (min-width:1024px) {
	.section__focus__body .card__body__btn {
		margin-bottom: 0;
	}
}

.section__focus__body .card__body__footer {
	padding-top: 2rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
}

.section__banner {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

.section__banner__body {
	align-items: center;
	justify-content: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:1024px) {
	.section__banner__body {
		display: flex;
	}
	
	.section__banner__body {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.section__banner__body__img {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (min-width:768px) {
	.section__banner__body__img {
		padding-left: 0;
		padding-right: 0;
	}
}

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

@media (min-width:1024px) {
	.section__banner__body__content {
		margin-left: 10rem;
	}
	
	.section__banner__body__content {
		max-width: 30rem;
	}
}

.section__team__body {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width:768px) {
	.section__team__body {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

.section__team__body__title {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body__title__sub.sub-header {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.section__team__body__title__main {
	display: flex;
	justify-content: center;
}

.section__team__body__main {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 1rem;
}

@media (min-width:768px) {
	.section__team__body__main {
		padding-top: 3rem;
	}
}

@media (min-width:1024px) {
	.section__team__body__main {
		flex-direction: row;
	}
}

.section__team__body__main .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

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

.section__team__body__main .card__name {
	padding-top: 1.75rem;
	text-align: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.875rem;
	line-height: 2.375rem;
	font-weight: 900;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body__main .card__title {
	padding-top: .5rem;
	padding-bottom: .5rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body__main .card__link {
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__staff__bios h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__staff__bios h1 {
		font-size: 6.25rem;
		line-height: 6.25rem;
	}
	
	.page__staff__bios h1 {
		letter-spacing: -3.4px;
	}
}

.page__staff__bios h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__staff__bios h2 {
		font-size: 3.125rem;
	}
	
	.page__staff__bios h2 {
		letter-spacing: -.15625rem;
	}
}

.page__staff__bios h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.0625rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__staff__bios h4 {
		font-size: 2.0625rem;
	}
}

.page__staff__bios h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.page__staff__bios h5 {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__staff__bios a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.page__staff__bios a.button:visited {
	color: #fff;
}

.page__staff__bios a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.page__staff__bios a.button {
		min-width: 19.5rem;
	}
}

.section__main {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.section__main {
		padding-top: 6.75rem;
		padding-bottom: 6.75rem;
	}
}

.section__main__body {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.25rem;
}

@media (min-width:768px) {
	.section__main__body {
		padding-top: 8rem;
	}
}

.section__main__body .staff__card {
	margin-bottom: 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.section__main__body .staff__card:last-child {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.section__main__body .staff__card {
		margin-bottom: 7rem;
	}
	
	.section__main__body .staff__card {
		flex-direction: row;
	}
	
	.section__main__body .staff__card {
		align-items: flex-start;
	}
}

.section__main__body .staff__card__photo {
	margin-bottom: .75rem;
}

.section__main__body .staff__card__content {
	max-width: 56.25rem;
	flex: 1 1 0%;
	padding-left: 0;
}

@media (min-width:768px) {
	.section__main__body .staff__card__content {
		padding-left: 3rem;
	}
}

.section__main__body .staff__card__content__name {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -.0875rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__main__body .staff__card__content__name {
		font-size: 3.125rem;
	}
	
	.section__main__body .staff__card__content__name {
		letter-spacing: -.15625rem;
	}
}

.section__main__body .staff__card__content__title {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__main__body .staff__card__content__title {
		font-size: 1.5625rem;
	}
}

.section__main__body .staff__card__content__description {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.section__main__body .staff__card__content__description {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.section__main__body .staff__card__content__description a {
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.section__main__body .staff__card__content__description a:hover {
	cursor: pointer;
}

.section__main__body .staff__card__content__button {
	margin-top: 1.5rem;
}

.page__bio__details h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__bio__details h1 {
		font-size: 6.25rem;
		line-height: 6.25rem;
	}
	
	.page__bio__details h1 {
		letter-spacing: -3.4px;
	}
}

.page__bio__details .section__bg {
	position: absolute;
	z-index: -1;
	height: 10rem;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 225, 88, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__bg {
		height: 15rem;
	}
}

.page__bio__details .section__main {
	padding-top: 0;
}

.page__bio__details .section__main .bio__head {
	padding-left: 5rem;
	padding-right: 5rem;
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head {
		padding-bottom: 4rem;
	}
}

.page__bio__details .section__main .bio__head__photo {
	margin-bottom: .5rem;
	padding-top: 3.5rem;
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head__photo {
		margin-bottom: 1.5rem;
	}
	
	.page__bio__details .section__main .bio__head__photo {
		padding-top: 9rem;
	}
}

.page__bio__details .section__main .bio__head__photo img {
	margin: auto;
}

.page__bio__details .section__main .bio__head__name {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 button#search_submit {
	border: none;
}

.page__bio__details .section__main .bio__head__name h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -1.4px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head__name h1 {
		font-size: 3.125rem;
	}
	
	.page__bio__details .section__main .bio__head__name h1 {
		letter-spacing: -2.5px;
	}
}

.page__bio__details .section__main .bio__head__title {
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head__title {
		font-size: 1.5625rem;
	}
}

.page__bio__details .section__main .bio__body {
	margin: auto;
	max-width: 71rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.page__bio__details .section__main .bio__body__section {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.page__bio__details .section__main .bio__body__section--title {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__body__section--title {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__bio__details .section__main .bio__body__section--content {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__body__section--content {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__bio__details .section__main .bio__body__section--content p {
	padding-bottom: 1rem;
}

.page__bio__details .section__main .bio__body__section--content a.email {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
}

.page__bio__details .section__main .bio__body__focus--content p {
	padding-bottom: 0;
}

.page__latest__news h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__latest__news h1 {
		letter-spacing: -3.4px;
	}
}

.page__latest__news h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__latest__news h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .8125rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__latest__news h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.page__latest__news a {
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .section__main {
	position: relative;
	padding-top: 0;
}

.page__latest__news .page__latest__news__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 12rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__latest__news .page__latest__news__bg {
		height: 22.25rem;
	}
}

.page__latest__news .page__head {
	display: flex;
	height: 12rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width:768px) {
	.page__latest__news .page__head {
		height: 22.25rem;
	}
}

.page__latest__news .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__latest__news .page__head__subtitle {
		margin-top: 0;
	}
}

.page__latest__news .page__head__title {
	padding-top: .5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.page__latest__news .page__body {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__latest__news .page__body__recent .news__list {
	justify-content: space-between;
}

.page__latest__news .page__body__recent .news__list .card-wrapper {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	.page__latest__news .page__body__recent .news__list .card-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card {
	height: 100%;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
	padding-bottom: .75rem;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--title {
	font-size: 1.3125rem;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--date {
	font-size: .8125rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__main {
		display: flex;
	}
	
	.page__latest__news .page__body__main {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards {
		width: 75%;
	}
}

.page__latest__news .page__body__main__cards .news__card {
	margin-bottom: 3rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.page__latest__news .page__body__main__cards .news__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card {
		flex-direction: row;
	}
	
	.page__latest__news .page__body__main__cards .news__card__image {
		max-width: 40%;
	}
}

.page__latest__news .page__body__main__cards .news__card__body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card__body {
		flex: 1 1 0%;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page__latest__news .page__body__main__cards .news__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__date {
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__content {
	padding-top: 2rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact {
		width: 25%;
	}
	
	.page__latest__news .page__body__main__contact {
		padding-left: 1.5rem;
	}
}

.page__latest__news .page__body__main__contact .contact__label {
	padding-bottom: 1.5rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 900;
	letter-spacing: -1.9px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__label {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email a, .page__latest__news .page__body__main__contact .contact__phone a, .page__latest__news .page__body__main__contact .contact__title a {
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.resource-pagination {
	margin-top: 3.75rem;
	margin-bottom: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.resource-pagination a, .resource-pagination span {
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.resource-pagination span.page-numbers.current {
	--tw-text-opacity: 1;
	color: rgba(69, 146, 255, var(--tw-text-opacity));
}

.resource-pagination a.page-numbers::before, .resource-pagination span.page-numbers.current::before, .resource-pagination span.page-numbers.dots::before {
	margin-right: 1.5625rem;
	display: inline-block;
	height: 2.5rem;
	width: 1px;
	background-color: rgba(128, 128, 128, .16);
	content: "";
}

.resource-pagination a.page-numbers, .resource-pagination span.page-numbers.current, .resource-pagination span.page-numbers.dots {
	display: flex;
	align-items: center;
}

.resource-pagination a.prev.page-numbers::before {
	display: none;
}

.page__latest__news a:visited {
	color: #23707c;
}

.page__hot__topics h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__hot__topics h1 {
		font-size: 4.3125rem;
	}
	
	.page__hot__topics h1 {
		letter-spacing: -3.4px;
	}
}

.page__hot__topics h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__hot__topics h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .8125rem;
	font-weight: 700;
}

.page__hot__topics a {
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__hot__topics .section__main.hot-topics-sec-main {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.page__hot__topics__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 34.5rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__hot__topics__bg {
		height: 34rem;
	}
}

.page__hot__topics__bg {
	background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg.png");
}

.page__hot__topics__bg.nitro-lazy {
	background-image: none !important;
}

@media (max-width:600px) {
	.page__hot__topics__bg {
		background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg-mobile.png");
	}
	
	.page__hot__topics__bg.nitro-lazy {
		background-image: none !important;
	}
}

.page__hot__topics__bg::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 34.5rem;
	width: 100%;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
	--tw-bg-opacity: .9;
}

@media (min-width:768px) {
	.page__hot__topics__bg::before {
		height: 34rem;
	}
}

.page__hot__topics__bg::before {
	content: "";
}

.page__hot__topics .page__head {
	display: flex;
	height: 34.5rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__head {
		height: 34rem;
	}
}

.page__hot__topics .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__subtitle {
		margin-top: 0;
	}
	
	.page__hot__topics .page__head__subtitle {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.page__hot__topics .page__head__title {
	margin-top: 1rem;
	margin-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__head__title {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

.page__hot__topics .page__head__content {
	max-width: 50rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__content {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__hot__topics .page__body.hot-topics-body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem;
}

.resources-filter-sec .each-resource .post-cont.page__hot__topics .page__body.hot-topics-body {
	width: 100%;
}

@media (min-width:768px) {
	.page__hot__topics .page__body.hot-topics-body {
		max-width: 80%;
	}
	
	.page__hot__topics .page__body.hot-topics-body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__hot__topics .page__body.hot-topics-body__list .topic__card {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page__hot__topics .page__body.hot-topics-body__list .topic__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__body.hot-topics-body__list .topic__card {
		margin-bottom: 3.5rem;
	}
	
	.page__hot__topics .page__body.hot-topics-body__list .topic__card {
		flex-direction: row;
	}
	
	.page__hot__topics .page__body.hot-topics-body__list .topic__card__img {
		max-width: 40%;
	}
}

.page__hot__topics .page__body.hot-topics-body__list .topic__card__body {
	max-width: 42rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__body.hot-topics-body__list .topic__card__body {
		flex: 1 1 0%;
	}
	
	.page__hot__topics .page__body.hot-topics-body__list .topic__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.page__hot__topics .page__body.hot-topics-body__list .topic__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__hot__topics .page__body.hot-topics-body__list .topic__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__hot__topics .page__body.hot-topics-body__list .topic__card__body__date {
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(88, 144, 156, var(--tw-text-opacity));
}

.resource-pagination {
	margin-top: 3.75rem;
	margin-bottom: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.resource-pagination a, .resource-pagination span {
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.resource-pagination span.page-numbers.current {
	--tw-text-opacity: 1;
	color: rgba(69, 146, 255, var(--tw-text-opacity));
}

.resource-pagination a.page-numbers::before, .resource-pagination span.page-numbers.current::before, .resource-pagination span.page-numbers.dots::before {
	margin-right: 1.5625rem;
	display: inline-block;
	height: 2.5rem;
	width: 1px;
	background-color: rgba(128, 128, 128, .16);
	content: "";
}

.resource-pagination a.page-numbers, .resource-pagination span.page-numbers.current, .resource-pagination span.page-numbers.dots {
	display: flex;
	align-items: center;
}

.resource-pagination a.prev.page-numbers::before {
	display: none;
}

h3 {
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	h3 {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.inner-page h3 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .25rem;
	margin-top: 2rem;
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width:1024px) {
	.inner-page h3 {
		margin-top: 2rem;
	}
}

.inner-page h3:nth-of-type(2) {
	margin-top: 2rem;
}

.inner-page p, .inner-page ul {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width:1024px) {
	.inner-page p, .inner-page ul {
		margin-bottom: 1.5rem;
	}
}

.inner-page img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
}

.inner-page.common-page .descp-content-area {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1300px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.inner-page.common-page .descp-content-area h3 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.inner-page.common-page .descp-content-area p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.inner-page.common-page .descp-content-area ul {
	list-style-position: inside;
	list-style-type: none;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
}

.inner-page.common-page .descp-content-area ul li::before {
	padding-right: .5rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
	--tw-content: "•";
	content: var(--tw-content);
}

.inner-page.common-page .descp-content-area ol {
	list-style-position: inside;
	list-style-type: decimal;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
}

.site__header {
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width:768px) {
	.site__header {
		padding-top: 2rem;
	}
}

.site__header {
	box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .16);
}

.site__header .main-navigation {
	display: flex;
	width: auto;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width:768px) {
	.site__header .main-navigation {
		flex: 1 1 0%;
	}
	
	.site__header .main-navigation {
		flex-direction: row;
	}
	
	.site__header .main-navigation {
		align-items: flex-start;
	}
	
	.site__header .main-navigation {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.site__header .main-navigation {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width:1536px) {
	.site__header .main-navigation {
		align-items: flex-end;
	}
	
	.site__header .main-navigation {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

.site__header .main-navigation.toggled ul.header__socials {
	display: flex;
}

.site__header .main-navigation .menu-toggle {
	position: absolute;
	right: 1.5rem;
	border-style: none;
}

@media (min-width:640px) {
	.site__header .main-navigation .menu-toggle {
		display: block;
	}
}

@media (min-width:768px) {
	.site__header .main-navigation .menu-toggle {
		display: none;
	}
	
	.site__header .main-navigation ul.header__socials {
		display: flex;
	}
}

.site__header .main-navigation .site-branding {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 2rem;
}

@media (min-width:768px) {
	.site__header .main-navigation .site-branding {
		padding-left: 0;
		padding-right: 0;
	}
}

.site__header .header__menu__wrapper {
	display: none;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.75rem;
}

@media (min-width:768px) {
	.site__header .header__menu__wrapper {
		display: block;
	}
	
	.site__header .header__menu__wrapper {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:1536px) {
	.site__header .header__menu__wrapper {
		display: none;
	}
	
	.site__header .header__menu__wrapper {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

.site__header .header__menu {
	left: 0;
	top: 10rem;
	z-index: 10;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width:768px) {
	.site__header .header__menu {
		position: relative;
	}
	
	.site__header .header__menu {
		left: auto;
	}
	
	.site__header .header__menu {
		top: 0;
	}
	
	.site__header .header__menu {
		z-index: auto;
	}
	
	.site__header .header__menu {
		display: flex;
	}
	
	.site__header .header__menu {
		width: auto;
	}
	
	.site__header .header__menu {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.site__header .header__menu .menu-item {
	position: relative;
	min-width: 5.25rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 500;
	text-transform: uppercase;
}

@media (min-width:768px) {
	.site__header .header__menu .menu-item {
		padding-left: .625rem;
		padding-right: .625rem;
	}
	
	.site__header .header__menu .menu-item {
		padding-bottom: 2rem;
	}
	
	.site__header .header__menu .menu-item {
		text-align: center;
	}
}

.site__header .header__menu .menu-item::after {
	visibility: hidden;
	position: absolute;
	bottom: -.5rem;
	height: .25rem;
	width: 3.125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(109, 155, 166, var(--tw-bg-opacity));
	content: "";
	left: calc(50% - 1.5rem);
}

.site__header .header__menu .menu-item:hover ul.items__list {
	display: block;
}

.map__location__frame .site__header .header__menu .menu-item:hover ul.items__list {
	position: relative;
}

.site__header .header__menu .menu-item.focused ul.items__list {
	position: relative;
	display: block;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.map__location__frame .site__header .header__menu .menu-item.focused ul.items__list {
	position: relative;
}

.site__header .header__menu .menu-item.focused ul.items__list .menu-item {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site__header .header__menu .menu-item.focused ul.items__list .menu-item a {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	--tw-text-opacity: 1;
	color: rgba(20, 141, 136, var(--tw-text-opacity));
}

.site__header .header__menu .menu-item a {
	display: block;
	white-space: normal;
	border-bottom-width: 1px;
	border-color: rgba(119, 154, 164, var(--tw-border-opacity));
	--tw-border-opacity: .2;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.map__location__frame .site__header .header__menu .menu-item a {
	position: relative;
}

.site__header .header__menu .menu-item a:visited {
	color: #295065;
}

.site__header .header__menu .menu-item a:hover {
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.site__header .header__menu .menu-item a {
		border-bottom-width: 0;
	}
	
	.site__header .header__menu .menu-item a {
		padding-left: 0;
		padding-right: 0;
	}
	
	.site__header .header__menu .menu-item a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.site__header .header__menu .menu-item ul.items__list {
	left: 50%;
	float: none;
	display: none;
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(109, 155, 166, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	.site__header .header__menu .menu-item ul.items__list {
		position: absolute;
	}
	
	.site__header .header__menu .menu-item ul.items__list {
		border-top-width: .375rem;
	}
	
	.site__header .header__menu .menu-item ul.items__list {
		padding-left: .25rem;
		padding-right: .25rem;
	}
}

.site__header .header__menu .menu-item ul.items__list {
	top: calc(100% - .375rem);
}

.site__header .header__menu .menu-item ul.items__list .menu-item {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .75rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.site__header .header__menu .menu-item ul.items__list .menu-item {
		width: 15rem;
	}
}

.site__header .header__menu .menu-item ul.items__list .menu-item a {
	width: 100%;
	border-bottom-width: 1px;
	border-color: rgba(119, 154, 164, var(--tw-border-opacity));
	--tw-border-opacity: .2;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
}

@media (min-width:768px) {
	.site__header .header__menu .menu-item ul.items__list .menu-item a {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	
	.site__header .header__menu .menu-item ul.items__list .menu-item a {
		padding-left: .75rem;
		padding-right: .75rem;
	}
}

.site__header .header__menu .menu-item ul.items__list .menu-item:last-child {
	border-bottom-width: 0;
}

.site__header .header__menu .menu-item ul.items__list .menu-item:hover a {
	--tw-bg-opacity: 1;
	background-color: rgba(109, 155, 166, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site__header .header__menu .menu-item ul.items__list .menu-item::after {
	display: none;
}

.site__header .header__menu .menu-item ul.items__list .menu-item ul.items__list {
	display: none;
}

.site__header .header__menu .menu-item ul.items__list .menu-item.focused a {
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site__header .header__menu .menu-item ul.items__list .menu-item.focused ul.items__list {
	display: block;
}

.map__location__frame .site__header .header__menu .menu-item ul.items__list .menu-item.focused ul.items__list {
	position: relative;
}

.site__header .header__menu .menu-item ul.items__list .menu-item.focused ul.items__list .menu-item a {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(20, 141, 136, var(--tw-text-opacity));
}

.site__header .header__menu .menu-item ul.items__list .menu-item.focus ul.items__list {
	display: block;
}

.map__location__frame .site__header .header__menu .menu-item ul.items__list .menu-item.focus ul.items__list {
	position: relative;
}

.site__header .header__menu .menu-item ul.items__list .menu-item ul.items__list {
	position: relative;
	display: none;
	border-top-width: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 0;
	padding-right: 0;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.site__header .header__menu .menu-item ul.items__list .menu-item ul.items__list .menu-item a {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.site__header .header__menu .menu-item ul.items__list .menu-item ul.items__list .menu-item a:hover {
	background-color: rgba(109, 155, 166, var(--tw-bg-opacity));
	--tw-bg-opacity: .2;
}

.site__header .header__socials {
	position: relative;
	float: none;
	align-items: center;
	justify-content: center;
	padding-top: 5rem;
	padding-bottom: 2rem;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width:768px) {
	.site__header .header__socials {
		justify-content: space-between;
	}
	
	.site__header .header__socials {
		padding-top: 0;
	}
}

.site__header .header__socials .search__box {
	position: absolute;
	top: 1rem;
	right: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem;
	padding-right: .5rem;
}

@media (min-width:768px) {
	.site__header .header__socials .search__box {
		top: 0;
	}
	
	.site__header .header__socials .search__box {
		left: 0;
	}
	
	.site__header .header__socials .search__box {
		display: none;
	}
}

.site__header .header__socials .search__box {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

.site__header .header__socials .search__box form#searchform {
	display: flex;
	align-items: center;
}

.site__header .header__socials .search__box form#searchform button {
	border-width: 0;
}

.site__header .header__socials .search__box form#searchform input {
	border-width: 0;
}

.site__header .header__socials .search__box .icon-search {
	height: 1.125rem;
	width: 1.0625rem;
}

.site__header .header__socials .search__box .icon-search.icon-close {
	height: .75rem;
	width: .75rem;
	min-width: .75rem;
	cursor: pointer;
}

.site__header .header__socials .search__box input {
	padding-left: .5rem;
	font-size: .875rem;
	--tw-text-opacity: 1;
	color: rgba(58, 65, 72, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.site__header .header__socials .header__social__item {
	display: flex;
	height: 2.1875rem;
	width: 1.875rem;
	align-items: center;
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .25rem;
}

.site__header .header__socials .header__social__item.search__item {
	display: none;
}

@media (min-width:768px) {
	.site__header .header__socials .header__social__item.search__item {
		display: flex;
	}
}

.site__header .header__socials .header__social__item a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.site__header .header__socials .header__social__item img {
	width: 100%;
	-o-object-fit: none;
	object-fit: none;
}

.site__header .header__socials .header__social__item img.icon-search {
	-o-object-fit: contain;
	object-fit: contain;
	padding: .3125rem;
}

.site__header .icon-search {
	min-width: 1.125rem;
}

.site__footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(58, 65, 72, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width:1024px) {
	.site__footer {
		flex-direction: row;
	}
	
	.site__footer {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.site__footer {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

@media (min-width:1280px) {
	.site__footer {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

.site__footer .footer-menu-1 a {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-right: 1rem;
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: .5;
}

.site__footer .footer-menu-1 a:hover {
	opacity: 1;
}

.site__footer .footer-menu-2 a {
	display: inline-block;
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site__footer .footer-menu-2 a:hover {
	opacity: 1;
}

.site__footer .section__left {
	flex-grow: 1;
}

@media (min-width:1536px) {
	.site__footer .section__left {
		flex: 1 1 0%;
	}
}

.site__footer .section__left .title {
	padding-bottom: 1rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: -.1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.site__footer .section__left .address {
	padding-top: 2rem;
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site__footer .section__left .description {
	max-width: 36rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site__footer .contacts__wrapper {
	order: 2;
	flex: 1 1 0%;
}

@media (min-width:1024px) {
	.site__footer .contacts__wrapper {
		order: 1;
	}
	
	.site__footer .contacts__wrapper {
		display: none;
	}
}

@media (min-width:1536px) {
	.site__footer .contacts__wrapper {
		display: block;
	}
}

.site__footer .contact {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	.site__footer .contact {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.site__footer .contact .contact__info {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site__footer .contact .contact__info li {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.site__footer .contact .contact__info li a {
	display: flex;
	align-items: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site__footer .contact .contact__info li a:visited {
	color: #fff;
}

.site__footer .contact .contact__info li a:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: .5;
}

.site__footer .contact .contact__info li a span {
	padding-left: .5rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.3125rem;
}

.site__footer .contact .social__links {
	display: flex;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.site__footer .contact .social__links .social__item {
	height: 2rem;
	width: 2.5rem;
	padding-left: .25rem;
	padding-right: .25rem;
}

.site__footer .contact .social__links .social__item img {
	-o-object-fit: none;
	object-fit: none;
}

.site__footer .section__right {
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width:1024px) {
	.site__footer .section__right {
		flex-direction: row;
	}
}

.site__footer .section__right .links {
	order: 1;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (min-width:1024px) {
	.site__footer .section__right .links {
		order: 2;
	}
	
	.site__footer .section__right .links {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.site__footer .section__right a {
	color: #fff;
}

.site__footer .text__link {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: .5;
}

.site__footer .text__link:hover {
	opacity: 1;
}

.single-tribe_events #tribe-events-pg-template {
	max-width: 93.75rem;
	font-size: 1.5rem;
	line-height: 30px;
}

@media (min-width:640px) {
	.single-tribe_events #tribe-events-pg-template {
		max-width: 87.5rem;
	}
	
	.single-tribe_events #tribe-events-pg-template {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.single-tribe_events .tribe-events-back {
	margin-bottom: 1.25rem;
}

.single-tribe_events .tribe-events-back a {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-back a {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-back a {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-events-single-event-title {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-single-event-title {
		font-size: 3rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-single-event-title {
		font-size: 3.375rem;
	}
}

.single-tribe_events .tribe-events-single {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.single-tribe_events .tribe-events-single-section {
	width: 100%;
}

.single-tribe_events .tribe-events-event-meta {
	width: 100%;
}

.single-tribe_events .tribe-events-cal-links a {
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-cal-links a:hover {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-meta-group {
	width: 33.333333%;
}

.single-tribe_events .tribe-events-meta-group a {
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-meta-group a:hover {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-meta-group .tribe-venue-location .tribe-events-gmap {
	display: block;
	width: 100%;
}

.map__location__frame .single-tribe_events .tribe-events-meta-group .tribe-venue-location .tribe-events-gmap {
	position: relative;
}

.single-tribe_events .tribe-events-meta-group-gmap {
	margin-right: 0;
}

.single-tribe_events .tribe-events-venue-map {
	width: 100%;
}

.single-tribe_events .tribe-events-venue-map iframe {
	height: 18rem;
}

.single-tribe_events .tribe-events-schedule h2 span {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-schedule h2 span {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-schedule h2 span {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-events-schedule .event-is-recurring {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-schedule .event-is-recurring {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-schedule .event-is-recurring {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-events-schedule .event-is-recurring a {
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-schedule .event-is-recurring a:hover {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-single-event-description p {
	margin-bottom: 1.75rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-single-event-description p {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-single-event-description p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-events-single-event-description p a {
	border-width: 0;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.single-tribe_events .tribe-events-single-event-description p a:hover {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-cal-links {
	margin-top: 1rem;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.single-tribe_events .tribe-events-cal-links.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.single-tribe_events .tribe-events-cal-links.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.single-tribe_events .tribe-events-cal-links.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.single-tribe_events .tribe-events-cal-links.mb-8 button#search_submit {
	border: none;
}

.single-tribe_events .tribe-events-cal-links a {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-cal-links a {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-cal-links a {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-events-single-section h2 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-single-section h2 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-single-section h2 {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-events-single-section dt {
	margin-bottom: .5rem;
	margin-top: 1rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.single-tribe_events .tribe-events-single-section dt.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.single-tribe_events .tribe-events-single-section dt.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.single-tribe_events .tribe-events-single-section dt.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.single-tribe_events .tribe-events-single-section dt.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-single-section dt {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-single-section dt {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-events-single-section dd {
	margin-top: 0;
	margin-bottom: .5rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-single-section dd {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-single-section dd {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-events-single-section dd abbr {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
}

.single-tribe_events .tribe-events-single-section dd a {
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.single-tribe_events .tribe-events-related-events-title {
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-related-events-title {
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-related-events-title {
		font-size: 2.25rem;
	}
}

.single-tribe_events .tribe-events-nav-pagination ul li a {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-nav-pagination ul li a {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-events-nav-pagination ul li a {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-related-events-title a.tribe-event-url {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.single-tribe_events .tribe-related-events-title a.tribe-event-url:hover {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-related-events-title a.tribe-event-url {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-related-events-title a.tribe-event-url {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-related-events .tribe-event-date-start {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-related-events .tribe-event-date-start {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-related-events .tribe-event-date-start {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-related-events .recurringinfo {
	padding-left: 1.063rem;
	padding-right: 1.063rem;
	padding-top: .75rem;
	padding-bottom: .5rem;
}

.single-tribe_events .tribe-related-events .recurringinfo:before {
	left: .938rem;
	height: 1rem;
	width: 1rem;
	background-size: cover;
	background-position: center;
}

.single-tribe_events .tribe-related-events .recurringinfo .event-is-recurring {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.single-tribe_events .tribe-related-events .recurringinfo .event-is-recurring {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	.single-tribe_events .tribe-related-events .recurringinfo .event-is-recurring {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.single-tribe_events .tribe-related-events .recurringinfo .event-is-recurring a:hover {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .search-banner {
	position: relative;
}

.outer-search-cont .search-banner img {
	width: 100%;
}

.outer-search-cont .search-banner .header-search {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -100px;
	background-color: #fff;
	padding: 50px;
	z-index: 9999;
	position: relative;
}

.outer-search-cont .search-banner .header-search h2 {
	text-align: center;
	font: normal normal 900 68px/80px Playfair Display;
	letter-spacing: -3.4px;
	color: #295065;
	opacity: 1;
}

.outer-search-cont .search-banner .header-search h3 {
	text-align: center;
	font: normal normal 900 68px/38px Playfair Display;
	letter-spacing: -3.4px;
	color: #23707c;
	opacity: 1;
}

.outer-search-cont .search-content-cont {
	max-width: 1200px;
	margin: 0 auto;
}

.outer-search-cont .search-content-cont .each-post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: 236px;
}

.outer-search-cont .search-content-cont .each-post .image {
	width: 35%;
}

.outer-search-cont .search-content-cont .each-post .image img {
	width: 100%;
	height: 236px;
	-o-object-fit: cover;
	object-fit: cover;
}

.outer-search-cont .search-content-cont .each-post .content {
	width: 60%;
	padding: 20px 0;
}

.outer-search-cont .search-content-cont .each-post .content h2 {
	font: normal normal bold 24px/26px Cambay;
	letter-spacing: 0;
	color: #23707c;
	opacity: 1;
	margin-bottom: 20px;
}

.outer-search-cont .search-content-cont .each-post .content p {
	font: normal normal normal 20px/24px Cambay;
	letter-spacing: 0;
	color: #707070;
	opacity: 1;
}

@media only screen and (max-width:1024px) {
	.outer-search-cont .search-banner .header-search {
		margin-top: 0;
		padding: 20px;
	}
	
	.outer-search-cont .search-banner .header-search h2 {
		font: normal normal 900 38px/50px Playfair Display;
	}
	
	.outer-search-cont .search-banner .header-search h3 {
		font: normal normal 900 38px/38px Playfair Display;
	}
	
	.outer-search-cont .search-content-cont .each-post {
		height: 100%;
		padding: 20px 20px 0 20px;
	}
	
	.outer-search-cont .search-content-cont .each-post .image {
		width: 100%;
	}
	
	.outer-search-cont .search-content-cont .each-post .image img {
		width: 100%;
		height: 236px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.outer-search-cont .search-content-cont .each-post .content {
		width: 100%;
		padding: 0 0 20px 0;
	}
	
	.outer-search-cont .search-content-cont .each-post .content h2 {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	
	.outer-search-cont .search-content-cont .each-post .content p {
		font: normal normal normal 20px/24px Cambay;
		letter-spacing: 0;
		color: #707070;
		opacity: 1;
	}
}

.outer-search-cont .search-banner {
	position: relative;
}

.outer-search-cont .search-banner img {
	width: 100%;
}

.outer-search-cont .search-banner .header-search {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -100px;
	background-color: #fff;
	padding: 50px;
	z-index: 9999;
	position: relative;
}

.outer-search-cont .search-banner .header-search h2 {
	text-align: center;
	font: normal normal 900 68px/80px Playfair Display;
	letter-spacing: -3.4px;
	color: #295065;
	opacity: 1;
}

.outer-search-cont .search-banner .header-search h3 {
	text-align: center;
	font: normal normal 900 68px/38px Playfair Display;
	letter-spacing: -3.4px;
	color: #23707c;
	opacity: 1;
}

.outer-search-cont .search-banner .header-search p {
	text-align: center;
	margin-top: 30px;
}

.outer-search-cont .error-404 .search-form {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 40px;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.mb-8 button#search_submit {
	border: none;
}

.outer-search-cont .content-404 {
	max-width: 1200px;
	margin: 0 auto;
}

.outer-search-cont h2 {
	font: normal normal 900 50px/38px Playfair Display;
	letter-spacing: -2.5px;
	color: #23707c;
	opacity: 1;
	margin-bottom: 20px;
}

.outer-search-cont .widget {
	margin-bottom: 3rem;
}

.outer-search-cont a.tag-cloud-link {
	font-size: 18px !important;
}

.outer-search-cont a.tag-cloud-link:after {
	display: inline-block;
	height: 19px;
	width: 2px;
	background-color: #11b7de;
	content: "";
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

.outer-search-cont a.tag-cloud-link:last-child:after {
	display: none;
}

.outer-search-cont select#archives-dropdown--1 {
	margin-top: 15px;
	padding: 10px;
}

@media only screen and (max-width:1024px) {
	.outer-search-cont .search-banner .header-search {
		margin-top: 0;
		padding: 20px;
	}
	
	.outer-search-cont .search-banner .header-search h2 {
		font: normal normal 900 38px/50px Playfair Display;
	}
	
	.outer-search-cont .search-banner .header-search h3 {
		font: normal normal 900 38px/38px Playfair Display;
	}
}

.site-content .banner__section, .wp-admin .banner__section {
	display: flex;
	min-height: 34rem;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:1024px) {
	.site-content .banner__section, .wp-admin .banner__section {
		min-height: 37.188rem;
	}
}

.site-content .banner__section__content, .wp-admin .banner__section__content {
	width: 100%;
	max-width: 60rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.site-content .banner__section__content.mt-4.mb-8, .outer-search-cont .error-404 .search-form .search-area.wp-admin .banner__section__content.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-content .banner__section__content.mt-4.mb-8 input#keyword_search, .outer-search-cont .error-404 .search-form .search-area.wp-admin .banner__section__content.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-content .banner__section__content.mt-4.mb-8 input#keyword_search:active, .outer-search-cont .error-404 .search-form .search-area.wp-admin .banner__section__content.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-content .banner__section__content.mt-4.mb-8 button#search_submit, .outer-search-cont .error-404 .search-form .search-area.wp-admin .banner__section__content.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.site-content .banner__section__content, .wp-admin .banner__section__content {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-content .banner__section__content .sub-header.bnnr-bck-image, .wp-admin .banner__section__content .sub-header.bnnr-bck-image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	min-width: 11.25rem;
	max-width: 11.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: 0;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .813rem;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.site-content .banner__section__content .sub-header.bnnr-bck-image, .wp-admin .banner__section__content .sub-header.bnnr-bck-image {
		min-width: 16rem;
	}
	
	.site-content .banner__section__content .sub-header.bnnr-bck-image, .wp-admin .banner__section__content .sub-header.bnnr-bck-image {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.site-content .banner__section__content h1, .wp-admin .banner__section__content h1 {
	margin-bottom: .75rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	letter-spacing: -1.7px;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.site-content .banner__section__content h1, .wp-admin .banner__section__content h1 {
		margin-bottom: 1.5rem;
	}
	
	.site-content .banner__section__content h1, .wp-admin .banner__section__content h1 {
		font-size: 4.313rem;
	}
	
	.site-content .banner__section__content h1, .wp-admin .banner__section__content h1 {
		letter-spacing: -3.45px;
	}
}

.site-content .banner__section__content p, .wp-admin .banner__section__content p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.site-content .banner__section__content p, .wp-admin .banner__section__content p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.site-content .banner__section__content .sub-header.bnnr-bck-image {
	padding-bottom: 0;
	font-size: 1rem;
}

.faq__section {
	padding-top: 1rem;
	padding-bottom: .5rem;
}

@media (min-width:768px) {
	.faq__section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	
	.faq__section {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.faq__section {
		padding-bottom: 1rem;
	}
}

.faq__section__main {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 68.75rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
}

@media (min-width:1024px) {
	.faq__section__main {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.faq__section .accordion-container {
	position: relative;
	width: 100%;
}

.faq__section .accordion-container .set {
	position: relative;
	margin-bottom: 1.5rem;
	width: 100%;
}

.faq__section .accordion-container .set .faq__heading {
	position: relative;
	display: block;
	border-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.375rem;
	padding-right: 3rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.map__location__frame .faq__section .accordion-container .set .faq__heading {
	position: relative;
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .faq__heading {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .faq__heading {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .faq__heading.active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 253, 244, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.faq__section .accordion-container .set .faq__heading.active:before {
	--tw-content: "-";
	content: var(--tw-content);
}

.faq__section .accordion-container .set .faq__heading:before {
	position: absolute;
	right: 1rem;
	width: 1.375rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 204, 51, var(--tw-text-opacity));
	--tw-content: "+";
	content: var(--tw-content);
}

.outer-search-cont .error-404 .search-form .search-area.faq__section .accordion-container .set .faq__heading:before.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.faq__section .accordion-container .set .faq__heading:before.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.faq__section .accordion-container .set .faq__heading:before.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.faq__section .accordion-container .set .faq__heading:before.mt-4.mb-8 button#search_submit {
	border: none;
}

.faq__section .accordion-container .set .content {
	display: none;
	padding-top: 1.625rem;
	padding-bottom: 1.625rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	padding-bottom: 0;
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content {
		padding-top: 1.625rem;
		padding-bottom: 1.625rem;
	}
}

.faq__section .accordion-container .set .content a {
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.faq__section .accordion-container .set .content a, .faq__section .accordion-container .set .content h1, .faq__section .accordion-container .set .content h2, .faq__section .accordion-container .set .content h3, .faq__section .accordion-container .set .content h4, .faq__section .accordion-container .set .content h5, .faq__section .accordion-container .set .content h6 {
	margin-bottom: 1.5rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.faq__section .accordion-container .set .content p {
	margin: 0;
	margin-bottom: 1.5rem;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content p {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .content span {
	margin: 0;
	margin-bottom: 1.5rem;
	display: block;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.map__location__frame .faq__section .accordion-container .set .content span {
	position: relative;
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content span {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content span {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .content ul {
	margin-bottom: 1.5rem;
	list-style-type: disc;
	padding-left: 1.5rem;
}

.faq__section .accordion-container .set .content ul li {
	margin: 0;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content ul li {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content ul li {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .content ol {
	margin-bottom: 1.5rem;
	list-style-type: decimal;
	padding-left: 1.5rem;
}

.faq__section .accordion-container .set .content ol li {
	margin: 0;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content ol li {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content ol li {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .content b, .faq__section .accordion-container .set .content strong {
	margin: 0;
	margin-bottom: 1.5rem;
	display: block;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.map__location__frame .faq__section .accordion-container .set .content b, .map__location__frame .faq__section .accordion-container .set .content strong {
	position: relative;
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content b, .faq__section .accordion-container .set .content strong {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content b, .faq__section .accordion-container .set .content strong {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.list__event__section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.list__event__main {
	margin-left: auto;
	margin-right: auto;
	max-width: 30.438rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.list__event__main.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list__event__main.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list__event__main.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list__event__main.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.list__event__main {
		padding-left: 0;
		padding-right: 0;
	}
}

.list__event__main h2 {
	margin-bottom: 1rem;
	font-size: 2.125rem;
}

@media (min-width:1024px) {
	.list__event__main h2 {
		font-size: 3.25rem;
	}
}

.list__event__main h2 span {
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.list__event__main p {
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(227, 227, 227, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.list__event__main p {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.list__event__main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.list__event__main a {
	margin-top: 2rem;
	margin-bottom: 0;
	display: inline-block;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	padding-left: 6.5rem;
	padding-right: 6.5rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.list__event__main a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 181, 21, var(--tw-bg-opacity));
}

.save__date__section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width:768px) {
	.save__date__section {
		padding-top: 3.125rem;
	}
	
	.save__date__section {
		padding-bottom: 5rem;
	}
}

.save__date__title {
	display: flex;
	justify-content: center;
}

.save__date__title span {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.save__date__subheader {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.save__date__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.save__date__cards {
	margin-top: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
}

.save__date__cards__single {
	margin-bottom: 2rem;
	width: 100%;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.save__date__cards__single {
		width: calc(50% - 2rem);
	}
}

@media (min-width:1024px) {
	.save__date__cards__single {
		width: calc(33.33% - 2rem);
	}
}

@media (min-width:1280px) {
	.save__date__cards__single {
		width: calc(33.33% - 3rem);
	}
}

@media (min-width:1536px) {
	.save__date__cards__single {
		margin-bottom: 0;
	}
	
	.save__date__cards__single {
		width: calc(33.33% - 6.75rem);
	}
}

.save__date__cards__single .sub-header {
	margin-bottom: 1.188rem;
	min-width: 11.563rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 button#search_submit {
	border: none;
}

.save__date__cards__single .cards__img {
	margin-bottom: 1.188rem;
}

.save__date__cards__single .cards__img img {
	height: auto;
	width: 100%;
}

.save__date__cards__single .cards__body h3 {
	margin-bottom: .625rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -1.4px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.save__date__cards__single .cards__body h3 {
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
	
	.save__date__cards__single .cards__body h3 {
		letter-spacing: -1.5px;
	}
}

.save__date__cards__single .cards__body p {
	margin: 0;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.save__date__cards__single .cards__body p {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.save__date__cards__single .cards__body a {
	margin-bottom: 0;
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.save__date__cards__single .cards__body a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.save__date__cards__single .cards__body a {
		padding-top: .875rem;
		padding-bottom: .875rem;
	}
	
	.save__date__cards__single .cards__body a {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}
}

.wp-admin .save__date__section {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:1536px) {
	.wp-admin .save__date__cards__single {
		width: calc(33.33% - 2rem);
	}
}

#content.site-content .cta__section, .wp-admin .cta__section {
	padding-top: 4.375rem;
	padding-bottom: 4.375rem;
}

@media (min-width:1024px) {
	#content.site-content .cta__section, .wp-admin .cta__section {
		padding-top: 5.625rem;
	}
	
	#content.site-content .cta__section, .wp-admin .cta__section {
		padding-bottom: 5.625rem;
	}
}

#content.site-content .cta__main, .wp-admin .cta__main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area#content.site-content .cta__main.mt-4.mb-8, .outer-search-cont .error-404 .search-form .search-area.wp-admin .cta__main.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#content.site-content .cta__main.mt-4.mb-8 input#keyword_search, .outer-search-cont .error-404 .search-form .search-area.wp-admin .cta__main.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#content.site-content .cta__main.mt-4.mb-8 input#keyword_search:active, .outer-search-cont .error-404 .search-form .search-area.wp-admin .cta__main.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area#content.site-content .cta__main.mt-4.mb-8 button#search_submit, .outer-search-cont .error-404 .search-form .search-area.wp-admin .cta__main.mt-4.mb-8 button#search_submit {
	border: none;
}

#content.site-content .cta__main h3, .wp-admin .cta__main h3 {
	margin-bottom: 1.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 2.125rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	#content.site-content .cta__main h3, .wp-admin .cta__main h3 {
		padding-left: 0;
		padding-right: 0;
	}
	
	#content.site-content .cta__main h3, .wp-admin .cta__main h3 {
		font-size: 3.25rem;
	}
}

#content.site-content .cta__main p, .wp-admin .cta__main p {
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(227, 227, 227, var(--tw-text-opacity));
}

#content.site-content .cta__main a, .wp-admin .cta__main a {
	display: inline-block;
	padding-top: .8rem;
	padding-bottom: .8rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#content.site-content .cta__main a:hover, .wp-admin .cta__main a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 181, 21, var(--tw-bg-opacity));
}

#content.site-content .cta__main a, .wp-admin .cta__main a {
	color: #fff;
}

.map__section {
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

@media (min-width:1280px) {
	.map__section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	
	.map__section {
		padding-left: 0;
		padding-right: 0;
	}
}

.map__main__title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.map .sub-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.map__title {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.map__subheader {
	max-width: 50rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.map__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.map__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1280px) {
	.map__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.map__location {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 70rem;
}

.map__location__frame {
	position: relative;
}

.map__location__frame g {
	cursor: pointer;
}

.map__location__frame .block {
	position: relative;
}

.map__location__frame .svg--hover+.map__location__details .block-ele {
	display: none !important;
}

.map__location__tags {
	position: static;
	z-index: 10;
}

@media (min-width:1280px) {
	.map__location__tags {
		position: absolute;
	}
	
	.map__location__tags {
		right: 0;
	}
	
	.map__location__tags {
		top: 2.5rem;
	}
}

.map__location__tags h4 {
	margin-bottom: 1.9rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.563rem;
	font-weight: 300;
	letter-spacing: -1.25px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.map__location__tags .tag {
	margin-bottom: 1.05rem;
	display: flex;
	cursor: pointer;
	align-items: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:1280px) {
	.map__location__tags .tag {
		font-size: 1.063rem;
	}
}

.map__location__tags .tag span {
	margin-right: .875rem;
	display: inline-block;
	height: 2.188rem;
	width: 2.188rem;
	border-radius: 9999px;
}

.map__location__tags .tag b {
	width: calc(100% - 3.125rem);
	font-weight: 400;
}

.map__location__tags .tag.farnorth span {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
}

.map__location__tags .tag.northbay span {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 200, 208, var(--tw-bg-opacity));
}

.map__location__tags .tag.capitalcentral span {
	--tw-bg-opacity: 1;
	background-color: rgba(109, 155, 166, var(--tw-bg-opacity));
}

.map__location__tags .tag.bayarea span {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 224, 33, var(--tw-bg-opacity));
}

.map__location__tags .tag.midstatecolab span {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 200, 208, var(--tw-bg-opacity));
}

.map__location__tags .tag.valleycoast span {
	--tw-bg-opacity: 1;
	background-color: rgba(186, 155, 201, var(--tw-bg-opacity));
}

.map__location__tags .tag.southerncalifornia span {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 171, 226, var(--tw-bg-opacity));
}

.map__location__details .map-dialog, .map__location__details .sub-tooltip {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	display: none;
	min-height: 24.125rem;
	width: 100%;
	max-width: 26.5rem;
	--tw-translate-y: -50%;
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(143, 143, 143, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.75rem;
}

.map__location__details .block-ele {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	--tw-translate-y: -50%;
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.map__location__details .map-dialog {
	position: fixed;
}

.map__location__details .map-dialog a {
	margin: 0;
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(161, 161, 161, var(--tw-text-opacity));
}

.map__location__details .map-dialog a:hover {
	--tw-text-opacity: 1;
	color: rgba(21, 180, 204, var(--tw-text-opacity));
}

.map__location__details .fresno .map-btn {
	--tw-text-opacity: 1;
	color: rgba(186, 155, 201, var(--tw-text-opacity));
}

.map__location__details .farnorth .map-btn {
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

.map__location__details .northbay .map-btn {
	--tw-text-opacity: 1;
	color: rgba(101, 200, 208, var(--tw-text-opacity));
}

.map__location__details .southerncalifornia .map-btn {
	--tw-text-opacity: 1;
	color: rgba(41, 171, 226, var(--tw-text-opacity));
}

.map__location__details .valleycoast .map-btn {
	--tw-text-opacity: 1;
	color: rgba(186, 155, 201, var(--tw-text-opacity));
}

.map__location__details .bayarea .map-btn {
	--tw-text-opacity: 1;
	color: rgba(217, 224, 33, var(--tw-text-opacity));
}

.map__location__details .capitalcentral .map-btn {
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.map__location__details .midstatecolab .map-btn {
	--tw-text-opacity: 1;
	color: rgba(101, 200, 208, var(--tw-text-opacity));
}

.map__location__details .block-ele .map-btn, .map__location__details .map-dialog .map-btn {
	display: none;
	border-radius: 0;
	border-width: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: .625rem;
	padding-bottom: .625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele .map-btn.mt-4.mb-8, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog .map-btn.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele .map-btn.mt-4.mb-8 input#keyword_search, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog .map-btn.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele .map-btn.mt-4.mb-8 input#keyword_search:active, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog .map-btn.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele .map-btn.mt-4.mb-8 button#search_submit, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog .map-btn.mt-4.mb-8 button#search_submit {
	border: none;
}

.map__location__details .block-ele .close, .map__location__details .map-dialog .close {
	position: absolute;
	right: -.625rem;
	top: -.625rem;
	display: flex;
	height: 1.25rem;
	width: 1.25rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(182, 218, 216, var(--tw-bg-opacity));
	font-size: .75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.map__location__details .block-ele h3, .map__location__details .map-dialog h3 {
	margin-bottom: 1.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	padding-right: .5rem;
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele h3.mt-4.mb-8, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog h3.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele h3.mt-4.mb-8 input#keyword_search, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog h3.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele h3.mt-4.mb-8 input#keyword_search:active, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog h3.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele h3.mt-4.mb-8 button#search_submit, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog h3.mt-4.mb-8 button#search_submit {
	border: none;
}

.map__location__details .block-ele .single, .map__location__details .map-dialog .single {
	margin-bottom: 1rem;
}

.map__location__details .block-ele .single:last-child, .map__location__details .map-dialog .single:last-child {
	margin: 0;
}

.map__location__details .block-ele h5, .map__location__details .map-dialog h5 {
	margin-bottom: .75rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.map__location__details .block-ele p, .map__location__details .map-dialog p {
	margin-top: .125rem;
	margin-bottom: .125rem;
	display: inline-block;
	width: 100%;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	--tw-text-opacity: 1;
	color: rgba(161, 161, 161, var(--tw-text-opacity));
}

.map__location__details .block-ele p strong, .map__location__details .map-dialog p strong {
	margin-right: .25rem;
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

.map__location__details .block-ele .farnorth-tooltip h3, .map__location__details .map-dialog .farnorth-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
}

.map__location__details .block-ele .fresno-tooltip h3, .map__location__details .map-dialog .fresno-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(186, 155, 201, var(--tw-bg-opacity));
}

.map__location__details .block-ele .fresno-tooltip p strong, .map__location__details .map-dialog .fresno-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(186, 155, 201, var(--tw-text-opacity));
}

.map__location__details .block-ele .northbay-tooltip h3, .map__location__details .map-dialog .northbay-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 200, 208, var(--tw-bg-opacity));
}

.map__location__details .block-ele .northbay-tooltip p strong, .map__location__details .map-dialog .northbay-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(101, 200, 208, var(--tw-text-opacity));
}

.map__location__details .block-ele .southerncalifornia-tooltip h3, .map__location__details .map-dialog .southerncalifornia-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 171, 226, var(--tw-bg-opacity));
}

.map__location__details .block-ele .southerncalifornia-tooltip p strong, .map__location__details .map-dialog .southerncalifornia-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(41, 171, 226, var(--tw-text-opacity));
}

.map__location__details .block-ele .valleycoast-tooltip h3, .map__location__details .map-dialog .valleycoast-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(186, 155, 201, var(--tw-bg-opacity));
}

.map__location__details .block-ele .valleycoast-tooltip p strong, .map__location__details .map-dialog .valleycoast-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(186, 155, 201, var(--tw-text-opacity));
}

.map__location__details .block-ele .bayarea-tooltip h3, .map__location__details .map-dialog .bayarea-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 224, 33, var(--tw-bg-opacity));
}

.map__location__details .block-ele .bayarea-tooltip p strong, .map__location__details .map-dialog .bayarea-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(217, 224, 33, var(--tw-text-opacity));
}

.map__location__details .block-ele .capitalcentral-tooltip h3, .map__location__details .map-dialog .capitalcentral-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(109, 155, 166, var(--tw-bg-opacity));
}

.map__location__details .block-ele .capitalcentral-tooltip p strong, .map__location__details .map-dialog .capitalcentral-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.map__location__details .block-ele .midstatecolab-tooltip h3, .map__location__details .map-dialog .midstatecolab-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 200, 208, var(--tw-bg-opacity));
}

.map__location__details .block-ele .midstatecolab-tooltip p strong, .map__location__details .map-dialog .midstatecolab-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(101, 200, 208, var(--tw-text-opacity));
}

.banner__section h2 {
	margin-bottom: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.banner-left-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.banner-left-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.banner-left-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.banner-left-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.banner-left-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.banner-left-main h4 {
		font-size: 2.25rem;
	}
}

.banner-left-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.banner-left-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.banner {
	display: flex;
	flex-direction: column;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width:1280px) {
	.banner {
		flex-direction: row;
	}
	
	.banner {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}
	
	.banner {
		padding-bottom: 0;
	}
}

.banner .banner__img {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1280px) {
	.banner .banner__img {
		padding-left: 0;
		padding-right: 0;
	}
}

.banner .banner__img img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.banner .banner__img--left {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width:1280px) {
	.banner .banner__img--left {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.banner .banner__img--left img {
	margin-right: auto;
}

@media (min-width:1280px) {
	.banner .banner__img--left img {
		margin-left: 0;
	}
}

.banner .banner__body {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:1024px) {
	.banner .banner__body {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:1280px) {
	.banner .banner__body {
		padding-left: 3rem;
	}
	
	.banner .banner__body {
		padding-right: 0;
	}
}

.banner .banner__body .sub-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.banner .banner__body .banner__body__title {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.banner .banner__body p {
	padding-right: 0;
}

@media (min-width:1280px) {
	.banner .banner__body p {
		padding-right: 16rem;
	}
	
	.banner .banner__body p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.banner .banner__body a {
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.banner .banner__body a:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

#editor .banner .banner__body p {
	padding-right: 1rem;
}

.banner {
	display: flex;
	flex-direction: column;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width:1280px) {
	.banner {
		flex-direction: row;
	}
	
	.banner {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}
	
	.banner {
		padding-bottom: 0;
	}
}

.banner .banner__img {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1280px) {
	.banner .banner__img {
		padding-left: 0;
		padding-right: 0;
	}
}

.banner .banner__img img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.banner .banner__img--left {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width:1280px) {
	.banner .banner__img--left {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.banner .banner__img--left img {
	margin-right: auto;
}

@media (min-width:1280px) {
	.banner .banner__img--left img {
		margin-left: 0;
	}
}

.banner .banner__body {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:1024px) {
	.banner .banner__body {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:1280px) {
	.banner .banner__body {
		padding-left: 3rem;
	}
	
	.banner .banner__body {
		padding-right: 0;
	}
}

.banner .banner__body .sub-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.banner .banner__body .banner__body__title {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.banner .banner__body p {
	padding-right: 0;
}

@media (min-width:1280px) {
	.banner .banner__body p {
		padding-right: 16rem;
	}
	
	.banner .banner__body p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.banner .banner__body a {
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.banner .banner__body a:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

.blog-posts-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.blog-posts-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.blog-posts-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.blog-posts-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.blog-posts-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.blog-posts-main h4 {
		font-size: 2.25rem;
	}
}

.blog-posts-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.blog-posts-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.news {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 2rem;
}

@media (min-width:768px) {
	.news {
		padding-bottom: 4rem;
	}
}

.news a:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.news__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width:1280px) {
	.news__title {
		flex-direction: row;
	}
	
	.news__title {
		padding-bottom: 2.5rem;
	}
}

.news__list {
	display: flex;
	width: 100%;
	flex: 1 1 0%;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.news__list .card-wrapper {
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	padding-left: .5rem;
	padding-right: .5rem;
}

@media (min-width:768px) {
	.news__list .card-wrapper {
		width: 50%;
	}
}

@media (min-width:1280px) {
	.news__list .card-wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.news__list .card-wrapper {
		width: 25%;
	}
	
	.news__list .card-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.news__list .card {
	position: relative;
	height: 100%;
}

.news__list .card__img {
	width: 100%;
	padding-bottom: 3rem;
}

.news__list .card__img img {
	min-height: 19.375rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news__list .card__body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.resources-filter-sec .each-resource .post-cont.news__list .card__body {
	width: 100%;
}

.news__list .card__body--title {
	font-size: 1.5625rem;
	letter-spacing: -.05em;
}

.news__list .card__body--title a {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.news__list .card__body--date {
	padding-top: .5rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.card__body--title a {
	color: #fff;
}

#editor .news__list .card__img {
	margin-bottom: 3.4375rem;
}

#editor .card {
	min-width: 11.25rem;
	padding: 0;
}

#editor .page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
	padding: .9375rem;
}

.hero-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.hero-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.hero-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.hero-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.hero-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.hero-main h4 {
		font-size: 2.25rem;
	}
}

.hero-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.hero-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.hero {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: .5rem;
}

@media (min-width:1280px) {
	.hero {
		flex-direction: row;
	}
}

.hero .hero__body {
	flex: 1 1 0%;
	align-self: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.hero .hero__body {
		padding-left: 0;
	}
}

.hero .hero__body a {
	color: #fff;
}

.hero .hero__img {
	height: 100%;
	flex: 1 1 0%;
}

.resources .resources__cards .card .card__subheader {
	width: auto;
	min-width: 12.5rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__cards .card .card__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__cards .card .card__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__cards .card .card__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__cards .card .card__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

.resources .resources__cards .card .card__subheader {
	max-width: 80%;
}

.resources .resources__cards .card .card__head a {
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.resources .resources__cards .card .card__head h4 {
	margin-top: 1.25rem;
}

.resources .resources__cards .card .card__head h4 a {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.resources .resources__cards .card .card__head h4 a {
		font-size: 2.25rem;
	}
}

.list-events {
	margin-top: 5rem;
	margin-bottom: 5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 100rem;
	padding: 1.25rem;
}

.list-events .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
}

.list-events .sub-heading {
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 800;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .sub-heading.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .sub-heading.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .sub-heading.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .sub-heading.mt-4.mb-8 button#search_submit {
	border: none;
}

.list-events .main-head {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	text-align: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 3rem;
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.list-events .main-head.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .main-head.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .main-head.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .main-head.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.list-events .main-head {
		font-size: 5rem;
	}
}

.list-events .main-head span {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.list-events p.description {
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 400;
}

.outer-search-cont .error-404 .search-form .search-area.list-events p.description.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events p.description.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events p.description.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events p.description.mt-4.mb-8 button#search_submit {
	border: none;
}

.list-events .form-heading {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.list-events .form-heading.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .form-heading.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .form-heading.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .form-heading.mt-4.mb-8 button#search_submit {
	border: none;
}

.list-events .form-heading::after {
	content: "";
	bottom: 0;
	left: 25%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 0;
	width: 50%;
	border-bottom-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 225, 88, var(--tw-border-opacity));
}

.map__location__frame .list-events .form-heading::after {
	position: relative;
}

.list-events .event-form .form-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-events .event-form .form-body input, .list-events .event-form .form-body select, .list-events .event-form .form-body textarea {
	margin-bottom: .625rem;
	width: 100%;
	padding: .625rem;
}

.list-events .event-form .form-body input.wpcf7-date::-moz-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.list-events .event-form .form-body input.wpcf7-date:-ms-input-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.list-events .event-form .form-body input.wpcf7-date::placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.list-events .event-form .form-body textarea::-moz-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(119, 154, 164, var(--tw-text-opacity));
}

.list-events .event-form .form-body textarea:-ms-input-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(119, 154, 164, var(--tw-text-opacity));
}

.list-events .event-form .form-body textarea::placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(119, 154, 164, var(--tw-text-opacity));
}

.list-events .event-form .form-body select::-moz-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.list-events .event-form .form-body select:-ms-input-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.list-events .event-form .form-body select::placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.list-events .event-form .form-body .form-item.width-80 {
	width: 73%;
}

.list-events .event-form .form-body .form-item.width-20 {
	width: 23%;
}

.list-events .event-form .form-body .form-item.width-60 {
	width: 61%;
}

.list-events .event-form .form-body .form-item.width-40 {
	width: 35%;
}

.list-events .event-form .form-body .form-item.width-100 {
	width: 100%;
}

.list-events .event-form .form-body .form-item.submit-button {
	width: 100%;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .event-form .form-body .form-item.submit-button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .event-form .form-body .form-item.submit-button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .event-form .form-body .form-item.submit-button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .event-form .form-body .form-item.submit-button.mt-4.mb-8 button#search_submit {
	border: none;
}

.list-events .event-form .form-body input.wpcf7-submit {
	margin-top: 1.25rem;
	max-width: 18.75rem;
	border-radius: 3.125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.list-events .event-form label {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media only screen and (max-width:768px) {
	.list-events .event-form .form-body .form-item.width-100, .list-events .event-form .form-body .form-item.width-20, .list-events .event-form .form-body .form-item.width-40, .list-events .event-form .form-body .form-item.width-60, .list-events .event-form .form-body .form-item.width-80 {
		width: 100%;
	}
}

.site-main .audience__section {
	padding-bottom: 6rem;
}

.site-main .audience__subheader {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 50rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.site-main .audience__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-main .audience__cards {
	display: flex;
	flex-wrap: wrap;
}

.site-main .audience__cards__wrapper {
	position: relative;
	width: 100%;
	padding: 1.5rem;
	padding-bottom: 4.5rem;
	text-align: center;
}

.resources-filter-sec .each-resource .post-cont.site-main .audience__cards__wrapper {
	width: 100%;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 button#search_submit {
	border: none;
}

.resources-filter-sec .each-resource .post-cont.site-main .audience__cards__wrapper {
	width: 100%;
}

@media (min-width:640px) {
	.site-main .audience__cards__wrapper {
		width: 50%;
	}
}

@media (min-width:1280px) {
	.site-main .audience__cards__wrapper {
		width: 25%;
	}
	
	.site-main .audience__cards__wrapper {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.site-main .audience__cards__wrapper figure {
	display: flex;
	height: 7.5rem;
	align-items: center;
	justify-content: center;
}

.site-main .audience__cards__wrapper figure img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.site-main .audience__cards__wrapper h2 {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: -1.9px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.site-main .audience__cards__wrapper p {
	margin: 0;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.site-main .audience__cards__wrapper a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: 80%;
	padding-top: .875rem;
	padding-bottom: .875rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper a.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper a.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper a.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper a.mt-4.mb-8 button#search_submit {
	border: none;
}

.site-main .audience__cards__wrapper a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

.site-main .audience__cards__wrapper a {
	color: #fff !important;
}

#editor .site-main .audience__cards__wrapper h2 {
	font-size: 1rem;
	line-height: 1.25rem;
}

#editor .site-main .audience__cards__wrapper a {
	padding: .75rem;
}

.three-col-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.three-col-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.three-col-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -.16875rem;
}

@media (min-width:768px) {
	.three-col-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.three-col-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.three-col-main h4 {
		font-size: 2.25rem;
	}
}

.three-col-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.three-col-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.info {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width:768px) {
	.info {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.info {
	box-shadow: 0 -.875rem 1.375rem rgba(0, 0, 0, .16);
}

.info .info__title {
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.info .info__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__title.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.info .info__title {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.info .info__title {
		padding-bottom: 2rem;
	}
}

.info .info__cards {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 1rem;
}

@media (min-width:1280px) {
	.info .info__cards {
		flex-direction: row;
	}
	
	.info .info__cards {
		justify-content: space-between;
	}
}

.info .info__cards .info__card {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	height: 40rem;
	width: 25rem;
	flex-direction: column;
}

@media (min-width:1280px) {
	.info .info__cards .info__card {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.info .info__cards .info__card__inner {
	position: relative;
	height: 100%;
	width: 100%;
	transition: transform .8s;
	transform-style: preserve-3d;
}

.info .info__cards .info__card--front {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border-radius: .75rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 204, 51, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 2rem;
	padding-bottom: 4rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: .5rem .5rem .75rem rgba(0, 0, 0, .16);
}

.info .info__cards .info__card--front .info__card--title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 2rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 26px;
	text-transform: uppercase;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--back {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border-radius: .75rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 204, 51, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
	padding-top: 2rem;
	padding-bottom: 2rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	box-shadow: -.5rem .5rem .75rem rgba(0, 0, 0, .16);
}

.info .info__cards .info__card--back .info__card--title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 0;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 26px;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--back .info__card--body {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.info .info__cards .info__card--action {
	position: absolute;
	top: -1.25rem;
	right: -1.25rem;
}

.info .info__cards .info__card--img {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--img img {
	margin: auto;
}

.info .info__cards .info__card--body {
	flex: 1 1 0%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: .5rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--body p {
	padding-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.info .info__cards .info__card .info__card--footer {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card a {
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.info .info__cards .info__card.hover .info__card__inner {
	transform: rotateY(180deg);
}

#editor .info .info__cards .info__card {
	height: 100%;
	box-shadow: .5rem .5rem .75rem rgba(0, 0, 0, .16);
}

#editor .btn-yellow {
	max-width: 100%;
	padding: .3125rem;
}

#editor .info .info__cards .info__card--front {
	position: relative;
}

.save__date__section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width:768px) {
	.save__date__section {
		padding-top: 3.125rem;
	}
	
	.save__date__section {
		padding-bottom: 5rem;
	}
}

.save__date__title {
	display: flex;
	justify-content: center;
}

.save__date__title span {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.save__date__subheader {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.save__date__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.save__date__cards {
	margin-top: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
}

.save__date__cards__single {
	margin-bottom: 2rem;
	width: 100%;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.save__date__cards__single {
		width: calc(50% - 2rem);
	}
}

@media (min-width:1024px) {
	.save__date__cards__single {
		width: calc(33.33% - 2rem);
	}
}

@media (min-width:1280px) {
	.save__date__cards__single {
		width: calc(33.33% - 3rem);
	}
}

@media (min-width:1536px) {
	.save__date__cards__single {
		margin-bottom: 0;
	}
	
	.save__date__cards__single {
		width: calc(33.33% - 6.75rem);
	}
}

.save__date__cards__single .sub-header {
	margin-bottom: 1.188rem;
	min-width: 11.563rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 button#search_submit {
	border: none;
}

.save__date__cards__single .cards__img {
	margin-bottom: 1.188rem;
}

.save__date__cards__single .cards__img img {
	height: auto;
	width: 100%;
}

.save__date__cards__single .cards__body h3 {
	margin-bottom: .625rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -1.4px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.save__date__cards__single .cards__body h3 {
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
	
	.save__date__cards__single .cards__body h3 {
		letter-spacing: -1.5px;
	}
}

.save__date__cards__single .cards__body p {
	margin: 0;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.save__date__cards__single .cards__body p {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.save__date__cards__single .cards__body a {
	margin-bottom: 0;
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.save__date__cards__single .cards__body a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.save__date__cards__single .cards__body a {
		padding-top: .875rem;
		padding-bottom: .875rem;
	}
	
	.save__date__cards__single .cards__body a {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}
}

.wp-admin .save__date__section {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:1536px) {
	.wp-admin .save__date__cards__single {
		width: calc(33.33% - 2rem);
	}
}

.section__team__body {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width:768px) {
	.section__team__body {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

.section__team__body__title {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body__title__sub.sub-header {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.section__team__body__title__main {
	display: flex;
	justify-content: center;
}

.section__team__body__main {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 1rem;
}

@media (min-width:768px) {
	.section__team__body__main {
		padding-top: 3rem;
	}
}

@media (min-width:1024px) {
	.section__team__body__main {
		flex-direction: row;
	}
}

.section__team__body__main .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

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

.section__team__body__main .card__name {
	padding-top: 1.75rem;
	text-align: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.875rem;
	line-height: 2.375rem;
	font-weight: 900;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body__main .card__title {
	padding-top: .5rem;
	padding-bottom: .5rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body__main .card__link {
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.section__initiatives {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 255, 255, var(--tw-bg-opacity));
}

.section__initiatives__body {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.section__initiatives__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.section__initiatives__body .cards {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 3rem;
}

@media (min-width:1024px) {
	.section__initiatives__body .cards {
		flex-direction: row;
	}
}

.section__initiatives__body .cards .card {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 360px;
	flex-direction: column;
	align-items: center;
	padding-bottom: 1.5rem;
}

@media (min-width:1024px) {
	.section__initiatives__body .cards .card {
		margin-left: 2rem;
		margin-right: 2rem;
	}
	
	.section__initiatives__body .cards .card {
		padding-bottom: 0;
	}
}

.section__initiatives__body .cards .card__title {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 900;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.section__initiatives__body .cards .card__body {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.section__hero {
	background-size: cover;
	background-repeat: no-repeat;
}

.section__hero__body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.section__hero__body {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.section__hero__body {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

.section__hero__body h1 {
	margin: auto;
	max-width: 1024px;
}

.section__hero__body h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.section__hero__body h5 {
	margin: auto;
	max-width: 800px;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 400;
}

.section__hero__body__sub {
	display: inline-block;
	border-bottom-width: 8px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 173, 49, var(--tw-border-opacity));
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.section__banner {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

.section__banner__body {
	align-items: center;
	justify-content: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:1024px) {
	.section__banner__body {
		display: flex;
	}
	
	.section__banner__body {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.section__banner__body__img {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (min-width:768px) {
	.section__banner__body__img {
		padding-left: 0;
		padding-right: 0;
	}
}

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

@media (min-width:1024px) {
	.section__banner__body__content {
		margin-left: 10rem;
	}
	
	.section__banner__body__content {
		max-width: 480px;
	}
}

.section__banner__body__content h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(227, 227, 227, var(--tw-text-opacity));
}

.section__banner__body a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__banner__body a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__banner__body a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__banner__body a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__banner__body a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__banner__body a.button:visited {
	color: #fff;
}

.section__banner__body a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.section__banner__body a.button {
		min-width: 19.5rem;
	}
}

.section__focus__body__title {
	display: flex;
	justify-content: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.section__focus__body .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media (min-width:768px) {
	.section__focus__body .card {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media (min-width:1024px) {
	.section__focus__body .card {
		flex-direction: row;
	}
}

.section__focus__body .card__image {
	max-width: 28rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width:768px) {
	.section__focus__body .card__image {
		padding-left: 0;
		padding-right: 0;
	}
}

.section__focus__body .card__body {
	max-width: 40rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.section__focus__body .card__body {
		padding-left: 2rem;
	}
	
	.section__focus__body .card__body {
		padding-right: 0;
	}
}

.section__focus__body .card__body__title {
	padding-right: 5rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__focus__body .card__body__title {
		padding-right: 0;
	}
}

.section__focus__body .card__body__text {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__focus__body .card__body__text {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.section__focus__body .card__body__buttons__wrapper {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.section__focus__body .card__body__buttons__wrapper {
		display: flex;
	}
	
	.section__focus__body .card__body__buttons__wrapper {
		text-align: left;
	}
}

.section__focus__body .card__body__btn {
	margin-bottom: .5rem;
}

@media (min-width:1024px) {
	.section__focus__body .card__body__btn {
		margin-bottom: 0;
	}
}

.section__focus__body .card__body__footer {
	padding-top: 2rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.section__focus__body .card__body__footer {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.section__focus__body .card__body a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__focus__body .card__body a.button:visited {
	color: #fff;
}

.section__focus__body .card__body a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.section__focus__body .card__body a.button {
		min-width: 19.5rem;
	}
}

.page__center h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__center h1 {
		font-size: 68px;
		line-height: 81px;
	}
	
	.page__center h1 {
		letter-spacing: -3.4px;
	}
}

.page__center h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__center h2 {
		font-size: 3.125rem;
	}
	
	.page__center h2 {
		letter-spacing: -.15625rem;
	}
}

.page__center h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.0625rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__center h4 {
		font-size: 2.0625rem;
	}
}

.page__center h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.page__center h5 {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__center a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.page__center a.button:visited {
	color: #fff;
}

.page__center a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.page__center a.button {
		min-width: 19.5rem;
	}
}

.reporting-concept-tabs {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: .5rem;
	padding-right: .5rem;
	transition: all .3s ease-in;
}

.reporting-concept-tabs .tabs-cont {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 100rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reporting-concept-tabs .left-sidebar {
	width: 24%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(227, 227, 227, var(--tw-border-opacity));
	padding: 1.5rem;
}

.resources-filter-sec .each-resource .post-cont.reporting-concept-tabs .left-sidebar {
	width: 100%;
}

.reporting-concept-tabs .left-sidebar .each-tab {
	display: block;
	list-style-type: none;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.map__location__frame .reporting-concept-tabs .left-sidebar .each-tab {
	position: relative;
}

.reporting-concept-tabs .left-sidebar .each-tab a {
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	--tw-text-opacity: 1;
	color: rgba(74, 74, 74, var(--tw-text-opacity));
}

.reporting-concept-tabs .left-sidebar .active-tab {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 246, 208, var(--tw-bg-opacity));
}

.reporting-concept-tabs .left-sidebar .active-tab a {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.reporting-concept-tabs .left-sidebar .top-btm-items a {
	list-style-type: none;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .125rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.reporting-concept-tabs .content-area {
	width: 72%;
}

.reporting-concept-tabs .content-area h2, .reporting-concept-tabs .content-area h3, .reporting-concept-tabs .content-area h4, .reporting-concept-tabs .content-area h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.reporting-concept-tabs .content-area p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	letter-spacing: 0;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.reporting-concept-tabs .content-area div {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	letter-spacing: 0;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.reporting-description {
	padding-left: .5rem;
	padding-right: .5rem;
}

@media only screen and (max-width:1024px) {
	.reporting-concept-tabs .left-sidebar {
		width: 100%;
	}
	
	.reporting-concept-tabs .left-sidebar {
		padding: 2.5rem;
	}
	
	.reporting-concept-tabs .content-area {
		width: 100%;
	}
}

.reporting-description {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 100rem;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.reporting-description .content-area {
	width: 72%;
}

.reporting-description .content-area h2 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.reporting-description .content-area p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

@media only screen and (max-width:1024px) {
	.reporting-description .content-area {
		width: 100%;
	}
}

.reporting-banner {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.reporting-banner .content-cont {
	margin-bottom: -10rem;
}

.reporting-banner img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto;
	max-width: 100%;
}

.map__location__frame .reporting-banner img {
	position: relative;
}

.reporting-banner .description-cont {
	position: relative;
	top: -10rem;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100rem;
}

.reporting-banner .inner-descp-cont {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.reporting-banner .inner-descp-cont h2 {
	position: relative;
	top: -2.4375rem;
	display: block;
	max-width: 12.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	padding-left: .625rem;
	padding-right: .625rem;
	text-align: center;
	font-size: .875rem;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 button#search_submit {
	border: none;
}

.map__location__frame .reporting-banner .inner-descp-cont h2 {
	position: relative;
}

.reporting-banner .inner-descp-cont h2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	letter-spacing: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 button#search_submit {
	border: none;
}

.map__location__frame .reporting-banner .inner-descp-cont h2 {
	position: relative;
}

.reporting-banner .inner-descp-cont h3 {
	text-align: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	line-height: 2.5rem;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h3.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h3.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h3.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h3.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.reporting-banner .inner-descp-cont h3 {
		font-size: 5rem;
	}
	
	.reporting-banner .inner-descp-cont h3 {
		line-height: 5.2rem;
	}
}

.reporting-banner .inner-descp-cont h3 {
	margin-top: 1rem;
	font-weight: 900;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont h3.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont h3.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont h3.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont h3.mb-8 button#search_submit {
	border: none;
}

.reporting-banner .inner-descp-cont p {
	margin-top: 1rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont p.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont p.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont p.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont p.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont p.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont p.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont p.mt-4.mb-8 button#search_submit {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont p.mb-8 button#search_submit {
	border: none;
}

.descp-content-area section.reporting-banner {
	padding-left: 0;
	padding-right: 0;
}

section.reporting-banner {
	padding: 0;
}

.reporting-banner .inner-page.common-page .descp-content-area h3.rp-bnr-hd {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin-top: 1rem;
}

@media only screen and (max-width:1024px) {
	.reporting-banner .description-cont {
		top: -3rem;
	}
	
	.reporting-banner .content-cont {
		margin-bottom: -3rem;
	}
	
	.reporting-banner .inner-descp-cont {
		max-width: 90%;
	}
}

.page__staff__bios h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__staff__bios h1 {
		font-size: 6.25rem;
		line-height: 6.25rem;
	}
	
	.page__staff__bios h1 {
		letter-spacing: -3.4px;
	}
}

.page__staff__bios h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__staff__bios h2 {
		font-size: 3.125rem;
	}
	
	.page__staff__bios h2 {
		letter-spacing: -.15625rem;
	}
}

.page__staff__bios h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.0625rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__staff__bios h4 {
		font-size: 2.0625rem;
	}
}

.page__staff__bios h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.page__staff__bios h5 {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__staff__bios a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.page__staff__bios a.button:visited {
	color: #fff;
}

.page__staff__bios a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.page__staff__bios a.button {
		min-width: 19.5rem;
	}
}

.section__main {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.section__main {
		padding-top: 6.75rem;
		padding-bottom: 6.75rem;
	}
}

.section__main__body {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.25rem;
}

@media (min-width:768px) {
	.section__main__body {
		padding-top: 8rem;
	}
}

.section__main__body .staff__card {
	margin-bottom: 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.section__main__body .staff__card:last-child {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.section__main__body .staff__card {
		margin-bottom: 7rem;
	}
	
	.section__main__body .staff__card {
		flex-direction: row;
	}
	
	.section__main__body .staff__card {
		align-items: flex-start;
	}
}

.section__main__body .staff__card__photo {
	margin-bottom: .75rem;
}

.section__main__body .staff__card__content {
	max-width: 56.25rem;
	flex: 1 1 0%;
	padding-left: 0;
}

@media (min-width:768px) {
	.section__main__body .staff__card__content {
		padding-left: 3rem;
	}
}

.section__main__body .staff__card__content__name {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -.0875rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__main__body .staff__card__content__name {
		font-size: 3.125rem;
	}
	
	.section__main__body .staff__card__content__name {
		letter-spacing: -.15625rem;
	}
}

.section__main__body .staff__card__content__title {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__main__body .staff__card__content__title {
		font-size: 1.5625rem;
	}
}

.section__main__body .staff__card__content__description {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.section__main__body .staff__card__content__description {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.section__main__body .staff__card__content__description a {
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.section__main__body .staff__card__content__description a:hover {
	cursor: pointer;
}

.section__main__body .staff__card__content__button {
	margin-top: 1.5rem;
}

.page__bio__details h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__bio__details h1 {
		font-size: 6.25rem;
		line-height: 6.25rem;
	}
	
	.page__bio__details h1 {
		letter-spacing: -3.4px;
	}
}

.page__bio__details .section__bg {
	position: absolute;
	z-index: -1;
	height: 10rem;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 225, 88, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__bg {
		height: 15rem;
	}
}

.page__bio__details .section__main {
	padding-top: 0;
}

.page__bio__details .section__main .bio__head {
	padding-left: 5rem;
	padding-right: 5rem;
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head {
		padding-bottom: 4rem;
	}
}

.page__bio__details .section__main .bio__head__photo {
	margin-bottom: .5rem;
	padding-top: 3.5rem;
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head__photo {
		margin-bottom: 1.5rem;
	}
	
	.page__bio__details .section__main .bio__head__photo {
		padding-top: 9rem;
	}
}

.page__bio__details .section__main .bio__head__photo img {
	margin: auto;
	max-width: 15.625rem;
}

.page__bio__details .section__main .bio__head__name {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 button#search_submit {
	border: none;
}

.page__bio__details .section__main .bio__head__name h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -1.4px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head__name h1 {
		font-size: 3.125rem;
	}
	
	.page__bio__details .section__main .bio__head__name h1 {
		letter-spacing: -2.5px;
	}
}

.page__bio__details .section__main .bio__head__title {
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head__title {
		font-size: 1.5625rem;
	}
}

.page__bio__details .section__main .bio__body {
	margin: auto;
	max-width: 71rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.page__bio__details .section__main .bio__body__section {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.page__bio__details .section__main .bio__body__section--title {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__body__section--title {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__bio__details .section__main .bio__body__section--content {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__body__section--content {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__bio__details .section__main .bio__body__section--content p {
	padding-bottom: 1rem;
}

.page__bio__details .section__main .bio__body__section--content a.email {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
}

.page__bio__details .section__main .bio__body__focus--content p {
	padding-bottom: 0;
}

.page__hot__topics h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__hot__topics h1 {
		font-size: 69px;
	}
	
	.page__hot__topics h1 {
		letter-spacing: -3.4px;
	}
}

.page__hot__topics h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__hot__topics h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 13px;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__hot__topics h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.page__hot__topics .section__main.hot-topics-sec-main {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.page__hot__topics__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 34.5rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__hot__topics__bg {
		height: 34rem;
	}
}

.page__hot__topics__bg {
	background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg.png");
}

.page__hot__topics__bg.nitro-lazy {
	background-image: none !important;
}

@media (max-width:600px) {
	.page__hot__topics__bg {
		background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg-mobile.png");
	}
	
	.page__hot__topics__bg.nitro-lazy {
		background-image: none !important;
	}
}

.page__hot__topics__bg::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 34.5rem;
	width: 100%;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
	--tw-bg-opacity: .9;
}

@media (min-width:768px) {
	.page__hot__topics__bg::before {
		height: 34rem;
	}
}

.page__hot__topics__bg::before {
	content: "";
}

.page__hot__topics .page__head {
	display: flex;
	height: 34.5rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__head {
		height: 34rem;
	}
}

.page__hot__topics .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__subtitle {
		margin-top: 0;
	}
	
	.page__hot__topics .page__head__subtitle {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.page__hot__topics .page__head__title {
	margin-top: 1rem;
	margin-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__head__title {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

.page__hot__topics .page__head__content {
	max-width: 50rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__content {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__hot__topics .page__body {
	padding: 1.5rem;
}

.resources-filter-sec .each-resource .post-cont.page__hot__topics .page__body {
	width: 100%;
}

@media (min-width:768px) {
	.page__hot__topics .page__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__hot__topics .page__body__list .topic__card {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page__hot__topics .page__body__list .topic__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__body__list .topic__card {
		margin-bottom: 3.5rem;
	}
	
	.page__hot__topics .page__body__list .topic__card {
		flex-direction: row;
	}
	
	.page__hot__topics .page__body__list .topic__card__img {
		max-width: 40%;
	}
}

.page__hot__topics .page__body__list .topic__card__body {
	max-width: 42rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__body__list .topic__card__body {
		flex: 1 1 0%;
	}
	
	.page__hot__topics .page__body__list .topic__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.page__hot__topics .page__body__list .topic__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__hot__topics .page__body__list .topic__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__hot__topics .page__body__list .topic__card__body__date {
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__hot__topics h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__hot__topics h1 {
		font-size: 4.3125rem;
	}
	
	.page__hot__topics h1 {
		letter-spacing: -3.4px;
	}
}

.page__hot__topics h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__hot__topics h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .8125rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__hot__topics h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.page__hot__topics .section__main {
	position: relative;
	padding-top: 0;
}

.page__hot__topics__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 34.5rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__hot__topics__bg {
		height: 34rem;
	}
}

.page__hot__topics__bg {
	background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg.png");
}

.page__hot__topics__bg.nitro-lazy {
	background-image: none !important;
}

@media (max-width:600px) {
	.page__hot__topics__bg {
		background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg-mobile.png");
	}
	
	.page__hot__topics__bg.nitro-lazy {
		background-image: none !important;
	}
}

.page__hot__topics__bg::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 34.5rem;
	width: 100%;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
	--tw-bg-opacity: .9;
}

@media (min-width:768px) {
	.page__hot__topics__bg::before {
		height: 34rem;
	}
}

.page__hot__topics__bg::before {
	content: "";
}

.page__hot__topics .page__head {
	display: flex;
	height: 34.5rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__head {
		height: 34rem;
	}
}

.page__hot__topics .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__subtitle {
		margin-top: 0;
	}
	
	.page__hot__topics .page__head__subtitle {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.page__hot__topics .page__head__title {
	margin-top: 1rem;
	margin-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__head__title {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

.page__hot__topics .page__head__content {
	max-width: 50rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__content {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__hot__topics .page__body {
	padding: 1.5rem;
}

.resources-filter-sec .each-resource .post-cont.page__hot__topics .page__body {
	width: 100%;
}

@media (min-width:768px) {
	.page__hot__topics .page__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__hot__topics .page__body__list .topic__card {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page__hot__topics .page__body__list .topic__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__body__list .topic__card {
		margin-bottom: 3.5rem;
	}
	
	.page__hot__topics .page__body__list .topic__card {
		flex-direction: row;
	}
	
	.page__hot__topics .page__body__list .topic__card__img {
		max-width: 40%;
	}
}

.page__hot__topics .page__body__list .topic__card__body {
	max-width: 42rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__body__list .topic__card__body {
		flex: 1 1 0%;
	}
	
	.page__hot__topics .page__body__list .topic__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.page__hot__topics .page__body__list .topic__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__hot__topics .page__body__list .topic__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__hot__topics .page__body__list .topic__card__body__date {
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__latest__news h1 {
		font-size: 4.3125rem;
	}
	
	.page__latest__news h1 {
		letter-spacing: -3.4px;
	}
}

.page__latest__news h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__latest__news h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .8125rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__latest__news h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.page__latest__news .section__main {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.page__latest__news .page__latest__news__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 12rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__latest__news .page__latest__news__bg {
		height: 22.25rem;
	}
}

.page__latest__news .page__head {
	display: flex;
	height: 12rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width:768px) {
	.page__latest__news .page__head {
		height: 22.25rem;
	}
}

.page__latest__news .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__latest__news .page__head__subtitle {
		margin-top: 0;
	}
}

.page__latest__news .page__head__title {
	padding-top: .5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.page__latest__news .page__body {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__latest__news .page__body__recent .news__list {
	justify-content: space-between;
}

.page__latest__news .page__body__recent .news__list .card-wrapper {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	.page__latest__news .page__body__recent .news__list .card-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card {
	height: 100%;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
	padding-bottom: .75rem;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--title {
	font-size: 1.3125rem;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--date {
	font-size: .8125rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__main {
		display: flex;
	}
	
	.page__latest__news .page__body__main {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards {
		width: 75%;
	}
}

.page__latest__news .page__body__main__cards .news__card {
	margin-bottom: 3rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.page__latest__news .page__body__main__cards .news__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card {
		flex-direction: row;
	}
	
	.page__latest__news .page__body__main__cards .news__card__image {
		max-width: 40%;
	}
}

.page__latest__news .page__body__main__cards .news__card__body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card__body {
		flex: 1 1 0%;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page__latest__news .page__body__main__cards .news__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__date {
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__content {
	padding-top: 2rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact {
		width: 25%;
	}
	
	.page__latest__news .page__body__main__contact {
		padding-left: 1.5rem;
	}
}

.page__latest__news .page__body__main__contact .contact__label {
	padding-bottom: 1.5rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 900;
	letter-spacing: -1.9px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__label {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email a, .page__latest__news .page__body__main__contact .contact__phone a, .page__latest__news .page__body__main__contact .contact__title a {
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

#editor .page__latest__news .page__latest__news__bg {
	z-index: 10;
}

#editor .page__latest__news .page__head {
	position: relative;
	z-index: 20;
}

.page__latest__news h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__latest__news h1 {
		font-size: 4.3125rem;
	}
	
	.page__latest__news h1 {
		letter-spacing: -3.4px;
	}
}

.page__latest__news h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__latest__news h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .8125rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__latest__news h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.page__latest__news .section__main {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.page__latest__news .page__latest__news__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 12rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__latest__news .page__latest__news__bg {
		height: 22.25rem;
	}
}

.page__latest__news .page__head {
	display: flex;
	height: 12rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width:768px) {
	.page__latest__news .page__head {
		height: 22.25rem;
	}
}

.page__latest__news .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__latest__news .page__head__subtitle {
		margin-top: 0;
	}
}

.page__latest__news .page__head__title {
	padding-top: .5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.page__latest__news .page__body {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__latest__news .page__body__recent .news__list {
	justify-content: space-between;
}

.page__latest__news .page__body__recent .news__list .card-wrapper {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	.page__latest__news .page__body__recent .news__list .card-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card {
	height: 100%;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
	padding-bottom: .75rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
		min-height: 8.625rem;
	}
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--title {
	font-size: 1.3125rem;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--date {
	font-size: .8125rem;
}

.page__latest__news .page__body__recent .news__list a {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main {
		display: flex;
	}
	
	.page__latest__news .page__body__main {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards {
		width: 75%;
	}
}

.page__latest__news .page__body__main__cards .news__card {
	margin-bottom: 3rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.page__latest__news .page__body__main__cards .news__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card {
		flex-direction: row;
	}
	
	.page__latest__news .page__body__main__cards .news__card__image {
		max-width: 40%;
	}
}

.page__latest__news .page__body__main__cards .news__card__body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card__body {
		flex: 1 1 0%;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page__latest__news .page__body__main__cards .news__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__date {
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__content {
	padding-top: 2rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact {
		width: 25%;
	}
	
	.page__latest__news .page__body__main__contact {
		padding-left: 1.5rem;
	}
}

.page__latest__news .page__body__main__contact .contact__label {
	padding-bottom: 1.5rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 900;
	letter-spacing: -1.9px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__label {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email a, .page__latest__news .page__body__main__contact .contact__phone a, .page__latest__news .page__body__main__contact .contact__title a {
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

#editor .news__list .card__img {
	margin-bottom: 3.4375rem;
}

#editor .card {
	min-width: 11.25rem;
}

#editor .page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
	padding: .9375rem;
}

#editor .wp-block-button__link, .btn-normal, .button-resources a, .wp-block-button__link {
	margin-bottom: 1rem;
	display: inline-block;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(42, 111, 116, var(--tw-bg-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#editor .wp-block-button__link:visited, .btn-normal:visited, .button-resources a:visited, .wp-block-button__link:visited {
	color: #fff;
}

#editor .wp-block-button__link:hover, .btn-normal:hover, .button-resources a:hover, .wp-block-button__link:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.wp-block-button__link {
	margin-bottom: 0;
}

.btn-yellow {
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-left: 2.75rem;
	padding-right: 2.75rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.btn-yellow:visited {
	color: #fff;
}

.btn-yellow:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.container {
	margin: 0 auto;
}

.sub-header {
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

@media (min-width:768px) {
	section {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:1536px) {
	section {
		padding-left: 8rem;
		padding-right: 8rem;
	}
}

@media (min-width:1600px) {
	.container {
		max-width: 100rem;
	}
}

.page-faq .banner__section {
	margin-bottom: 1rem;
}

@media (min-width:1024px) {
	.page-faq .banner__section {
		margin-bottom: 5rem;
	}
}

.page-faq .site-main p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	width: 100%;
	max-width: 68.75rem;
	padding-left: 0;
	padding-right: 0;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

@media (min-width:1024px) {
	.page-faq .site-main p {
		margin-bottom: 1.5rem;
	}
	
	.page-faq .site-main p {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.page-faq .site-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page-geographic-lead-agencies .site-content h3 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.75rem;
	width: 100%;
	max-width: 62.5rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7rem;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
	word-wrap: normal;
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content h3 {
		font-size: 2.5rem;
	}
	
	.page-geographic-lead-agencies .site-content h3 {
		line-height: 2.7rem;
	}
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content h3 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-geographic-lead-agencies .site-content h3 {
		font-size: 3.25rem;
	}
	
	.page-geographic-lead-agencies .site-content h3 {
		line-height: 3.5rem;
	}
}

.page-geographic-lead-agencies .site-content p {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
	width: 100%;
	max-width: 62.5rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content p {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content p {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-geographic-lead-agencies .site-content p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page-geographic-lead-agencies .site-content a {
	display: inline-block;
	padding-top: .8rem;
	padding-bottom: .8rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content a {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-geographic-lead-agencies .site-content ul {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
	width: 100%;
	max-width: 62.5rem;
	list-style-type: none;
	padding-right: 1.563rem;
	padding-left: 1.25rem;
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content ul {
		padding-left: 1.5rem;
	}
}

.page-geographic-lead-agencies .site-content ul li {
	display: flex;
	list-style-type: none;
	align-items: center;
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content ul li {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content ul li {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page-geographic-lead-agencies .site-content ul li a {
	padding: 0;
	padding-right: .5rem;
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.page-geographic-lead-agencies .site-content ul li a:hover {
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page-geographic-lead-agencies .site-content ul li a {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.page-geographic-lead-agencies .site-content ul li a {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page-geographic-lead-agencies .site-content .wp-block-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 62.5rem;
	padding-left: 0;
	padding-right: 0;
}

.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button {
	margin-bottom: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button button#search_submit {
	border: none;
}

.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 181, 21, var(--tw-bg-opacity));
}

.page-geographic-lead-agencies .site-content .wp-block-buttons .wp-block-button a {
	background-color: transparent;
	padding: 0;
}

.wp-admin .wp-block-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 62.5rem;
	padding-left: 0;
	padding-right: 0;
}

.wp-admin .wp-block-buttons .wp-block-button {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.wp-admin .wp-block-buttons .wp-block-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 181, 21, var(--tw-bg-opacity));
}

.wp-admin .wp-block-buttons .wp-block-button .wp-block-button__link {
	background-color: transparent;
	padding: 0;
}

body.page .site .site-content .tribe-events-c-search__button {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.125rem;
	padding-bottom: .938rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-c-top-bar__nav-list-item {
	padding-right: .563rem;
}

body.page .site .site-content .tribe-events-c-top-bar__nav-link {
	display: flex;
	height: 1.75rem;
	width: 1.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 225, 88, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-c-top-bar__nav-link-icon-svg {
	height: .875rem;
	width: .438rem;
}

body.page .site .site-content .tribe-events-c-top-bar__nav-link-icon-svg path {
	fill: #fff;
}

body.page .site .site-content .tribe-events-c-top-bar__today-button {
	margin-right: .875rem;
	margin-left: .75rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(253, 181, 21, var(--tw-border-opacity));
	padding-left: .75rem;
	padding-right: .75rem;
	padding-top: .375rem;
	padding-bottom: .313rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .625rem;
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-c-top-bar__datepicker-desktop {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 100;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-c-view-selector__list-item-link:after {
	display: none !important;
}

body.page .site .site-content .tribe-events-calendar-month__multiday-event-bar-inner {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 242, 246, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__week {
	--tw-border-opacity: 1;
	border-color: rgba(237, 242, 246, var(--tw-border-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__day {
	--tw-border-opacity: 1;
	border-color: rgba(237, 242, 246, var(--tw-border-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__day:hover:after {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 73, 255, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__day svg path {
	fill: #3449ff;
}

body.page .site .site-content .tribe-events-calendar-month__day-cell--selected {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 73, 255, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__day-cell--selected h3 time {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__mobile-events-icon--event {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 73, 255, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__calendar-event:before {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 73, 255, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-calendar-month__calendar-event-details svg path {
	fill: #3449ff;
}

body.page .site .site-content .tribe-events-c-subscribe-dropdown__button {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
}

body.page .site .site-content .tribe-events-c-subscribe-dropdown__button-text {
	font-size: .75rem;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

body.page .site .site-content .tribe-events-c-subscribe-dropdown svg path {
	fill: #fff;
	stroke: #fff;
}

body.page .site .site-content .tribe-events .tribe-filter-bar {
	margin-bottom: 3.5rem;
}

body.page .site .site-content .tribe-events .tribe-filter-bar__filters-slide button {
	margin-right: .875rem;
	margin-bottom: 1rem;
	border-radius: 20px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}

.resources-filter-sec {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5rem;
	max-width: 100rem;
}

.resources-filter-sec h1 {
	letter-spacing: -3.4px;
	font-size: 68px;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 900;
}

.resources-filter-sec #keyword_search {
	position: relative;
	width: 100%;
	max-width: 36.25rem;
	border-width: .0625rem;
	padding: .5625rem;
	outline-color: #646464;
}

.resources-filter-sec #search_submit {
	position: relative;
	left: -2rem;
	border-style: none;
	font-size: 1.3125rem;
	--tw-text-opacity: 1;
	color: rgba(128, 128, 128, var(--tw-text-opacity));
}

.resources-filter-sec .resource-left-sidebar {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(208, 208, 208, var(--tw-border-opacity));
}

.resources-filter-sec .resource-left-sidebar .filters {
	margin-bottom: 1rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.resources-filter-sec .resource-left-sidebar .par-cat-name {
	margin-bottom: .5rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.resources-filter-sec .resource-left-sidebar .child-cat-name {
	display: inline;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.resources-filter-sec .cat-result-par {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resources-filter-sec .resource-left-sidebar {
	width: 24%;
}

.resources-filter-sec .results-cont {
	width: 73%;
}

.resources-filter-sec #sort_resources {
	width: 20.625rem;
	border-width: .0625rem;
	padding: .5rem;
	font-size: 1.125rem;
	color: rgba(40, 47, 54, .8);
}

.resources-filter-sec .each-resource {
	display: flex;
	flex-wrap: wrap;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
	transition-delay: .3s;
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.resources-filter-sec .each-resource:hover {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 204, 51, var(--tw-border-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
	transition-delay: .3s;
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.resources-filter-sec .each-resource:hover .post-cont {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
	transition-delay: .3s;
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

.resources-filter-sec .each-resource:hover .post-cont div.excerpt-cont {
	line-height: 1.375rem;
}

.resources-filter-sec .each-resource:hover .post-cont div.excerpt-cont span.excerpt_part {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.resources-filter-sec .each-resource:hover .post-cont div.excerpt-cont span.excerpt_part {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.resources-filter-sec .each-resource .feat-image {
	width: 25%;
}

.resources-filter-sec .each-resource .feat-image img {
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.resources-filter-sec .each-resource .post-cont {
	width: 75%;
}

.resources-filter-sec .each-resource .post-cont .resource-cat-title {
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.resources-filter-sec .each-resource .post-cont .resource-post-title {
	margin-top: .75rem;
	margin-bottom: .75rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.resources-filter-sec .each-resource .post-cont .below-cats {
	margin-bottom: .75rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(88, 144, 156, var(--tw-text-opacity));
}

.resources-filter-sec .each-resource .post-cont .excerpt {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.resources-filter-sec .resource-pagination {
	margin-top: 3.75rem;
	margin-bottom: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.resources-filter-sec .resource-pagination a, .resources-filter-sec .resource-pagination span {
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.resources-filter-sec .resource-pagination span.page-numbers.current {
	--tw-text-opacity: 1;
	color: rgba(69, 146, 255, var(--tw-text-opacity));
}

.resources-filter-sec .resource-pagination a.page-numbers::before, .resources-filter-sec .resource-pagination span.page-numbers.current::before, .resources-filter-sec .resource-pagination span.page-numbers.dots::before {
	margin-right: 1.5625rem;
	display: inline-block;
	height: 2.5rem;
	width: 1px;
	background-color: rgba(128, 128, 128, .16);
	content: "";
}

.resources-filter-sec .resource-pagination a.page-numbers, .resources-filter-sec .resource-pagination span.page-numbers.current, .resources-filter-sec .resource-pagination span.page-numbers.dots {
	display: flex;
	align-items: center;
}

.resources-filter-sec .resource-pagination a.prev.page-numbers::before {
	display: none;
}

@media only screen and (max-width:1024px) {
	.resources-filter-sec .each-resource .feat-image {
		width: 100%;
	}
	
	.resources-filter-sec .each-resource .post-cont.p-6 {
		width: 100%;
	}
}

@media only screen and (max-width:768px) {
	.resources-filter-sec #keyword_search {
		max-width: 23.75rem;
	}
	
	.resources-filter-sec .results-cont {
		width: 100%;
	}
	
	.resources-filter-sec .resource-left-sidebar {
		width: 100%;
	}
	
	.cat-result-par {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}
	
	.cat-result-par {
		display: flex;
	}
	
	.cat-result-par {
		flex-wrap: wrap;
	}
	
	.cat-result-par {
		justify-content: space-between;
	}
}

.resources-toggle .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.resources-toggle .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.resources-toggle .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
}

.resources-toggle .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	transition: .4s;
}

.resources-toggle input:checked+.slider {
	background-color: #2196f3;
}

.resources-toggle input:focus+.slider {
	box-shadow: 0 0 1px #2196f3;
}

.resources-toggle input:checked+.slider:before {
	transform: translateX(26px);
}

.resources-toggle .slider.round {
	border-radius: 34px;
}

.resources-toggle .slider.round:before {
	border-radius: 50%;
}

.resources-results-top-cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.resources-results-top-cont .resources-toggle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 35px;
}

.resources-results-top-cont .resources-toggle p {
	padding-left: 10px;
	display: inline-block;
}

@media only screen and (max-width:900px) {
	.resources-filter-sec .resources-results-top-cont {
		margin-top: 40px;
	}
	
	.resources-filter-sec .resources-results-top-cont .resources-sort-cont {
		width: 100%;
	}
	
	.resources-filter-sec .resources-results-top-cont .resources-sort-cont #sort_resources {
		width: 100%;
	}
	
	.resources-filter-sec .resources-results-top-cont .resources-toggle {
		padding-left: 0;
		margin-top: 20px;
	}
}

#editor section {
	padding-left: 1rem;
	padding-right: 1rem;
}

.news-sub-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.news-sub-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.news-sub-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.news-sub-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.news-sub-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.news-sub-main h4 {
		font-size: 2.25rem;
	}
}

.news-sub-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.news-sub-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.subscribe {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: .5rem;
	padding-right: .5rem;
}

.subscribe__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width:1280px) {
	.subscribe__title {
		flex-direction: row;
	}
}

.subscribe__body {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.subscribe__body p {
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 button#search_submit {
	border: none;
}

.subscribe__body__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

@media (min-width:768px) {
	.subscribe__body__form {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width:1024px) {
	.subscribe__body__form {
		flex-direction: row;
	}
}

.subscribe__body__form input {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.subscribe__body__form input:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

.subscribe__body__form .btn-normal {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	flex: 1 1 0%;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.subscribe__body__form .btn-normal {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	.subscribe__body__form .btn-normal {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.subscribe__body__form .btn-normal {
		margin-top: 0;
	}
	
	.subscribe__body__form .btn-normal {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.subscribe__body__form .btn-normal {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media (min-width:1024px) {
	.subscribe__body__form .btn-normal {
		width: 20%;
	}
}

.subscribe .subscribe__body__form .form-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.subscribe .subscribe__body__form .form-item-new {
	width: 18%;
}

.subscribe .subscribe__body__form .form-item-new input {
	width: 100%;
}

.subscribe .subscribe__body__form .form-item-new input.wpcf7-form-control.has-spinner.wpcf7-submit {
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media only screen and (max-width:1140px) {
	.subscribe .subscribe__body__form .form-body {
		justify-content: space-evenly;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		margin-bottom: 1.25rem;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		width: 39%;
	}
}

@media only screen and (max-width:768px) {
	.subscribe .subscribe__body__form .form-body {
		justify-content: center;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		margin-bottom: .9375rem;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		width: 90%;
	}
}

#editor .subscribe__body__form input {
	min-width: unset;
}

#editor .subscribe__title h1 {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 button#search_submit {
	border: none;
}

.page .site-content p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.3;
}

.page .site-content .wp-block-button__link {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.single-post-view-cont .feat-img {
	width: 100%;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-post-view-cont .single-post-cont {
	position: relative;
	top: -8rem;
}

.single-post-view-cont .single-post-cont .content-cont {
	max-width: 1400px;
	margin: 0 auto;
	padding: 3rem 5rem;
	background: #fff;
}

.single-post-view-cont .single-post-cont .content-cont h3 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	text-align: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	line-height: 34px;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont h3.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont h3.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont h3.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont h3.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.single-post-view-cont .single-post-cont .content-cont h3 {
		font-size: 5rem;
	}
	
	.single-post-view-cont .single-post-cont .content-cont h3 {
		line-height: 80px;
	}
}

.single-post-view-cont .single-post-cont .content-cont h3 {
	font-weight: 900;
}

.single-post-view-cont .single-post-cont .content-cont p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.single-post-view-cont .single-post-cont .content-cont .post-date {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont .post-date.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.single-post-view-cont .single-post-cont .content-cont .post-date {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont .post-date.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.single-post-view-cont .single-post-cont .content-cont .post-date input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont .post-date.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.single-post-view-cont .single-post-cont .content-cont .post-date input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.single-post-view-cont .single-post-cont .content-cont .post-date.mt-4.mb-8 button#search_submit {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.single-post-view-cont .single-post-cont .content-cont .post-date button#search_submit {
	border: none;
}

.single-post-view-cont .single-post-cont .content-cont .post-views {
	display: none;
}

.single-post-view-cont .single-post-cont .content-cont .author-info {
	margin-top: 2.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-post-view-cont .single-post-cont .content-cont .author-info img {
	max-width: 190px;
}

.single-post-view-cont .single-post-cont .content-cont .author-info .author-decp-cont {
	padding-left: 1.25rem;
}

.single-post-view-cont .single-post-cont .content-cont .author-info .author-decp-cont h3 {
	text-align: left;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.single-post-view-cont .single-post-cont .content-cont .author-info .author-decp-cont p {
	margin-top: .25rem;
}

@media only screen and (max-width:1024px) {
	.single-post-view-cont .single-post-cont .content-cont {
		max-width: 90%;
		padding: 2rem 1rem;
	}
	
	.single-post-view-cont .single-post-cont .content-cont .author-info {
		margin-top: 2.25rem;
	}
	
	.single-post-view-cont .single-post-cont .content-cont .author-info {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.single-post-view-cont .single-post-cont .content-cont .author-info .author-decp-cont {
		width: 100%;
		margin-top: 20px;
	}
}

.inner-page.common-page .descp-content-area {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1300px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.inner-page.common-page .descp-content-area h3 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.inner-page.common-page .descp-content-area p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.inner-page.common-page .descp-content-area ul {
	list-style-position: inside;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	margin-left: 25px;
}

.inner-page.common-page .descp-content-area ol {
	list-style-position: inside;
	list-style-type: decimal;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	margin-left: 25px;
}

#content .side-nav-menu-cont {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(227, 227, 227, var(--tw-border-opacity));
	padding: 1rem;
}

#content .side-nav-menu-cont ul {
	list-style-type: none;
}

#content .side-nav-menu-cont ul li::before {
	display: none;
}

#content .side-nav-menu-cont ul li a {
	padding: .75rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

#content .side-nav-menu-cont ul li a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 246, 208, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

#content .side-nav-menu-cont .wp-block-navigation__container {
	gap: 5px;
}

.site-content ul {
	list-style-position: inside;
	list-style-type: none;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
}

.site-content ul li::before {
	padding-right: .5rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
	--tw-content: "•";
	content: var(--tw-content);
}

.site-content ol {
	list-style-position: inside;
	list-style-type: decimal;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
}

a {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(21, 180, 204, var(--tw-text-opacity));
}

a:hover {
	--tw-text-opacity: 1;
	color: rgba(10, 159, 181, var(--tw-text-opacity));
}

a:visited {
	--tw-text-opacity: 1;
	color: rgba(21, 180, 204, var(--tw-text-opacity));
}

.tribe-common ul li::before {
	display: none;
}

.pdf-embedder .wp-block-algori-pdf-viewer-block-algori-pdf-viewer-iframe {
	margin: 0 auto;
}

.descp-content-area .site-content section {
	padding-left: 0;
	padding-right: 0;
}

.single-post-view-cont .single-post-cont .content-cont h5 {
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.single-post-view-cont .single-post-cont .content-cont h6 {
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.875rem;
	line-height: 2.375rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.single-post-view-cont .single-post-cont .content-cont p {
	font-size: 1.5rem;
}

.site__footer li:before {
	display: none;
}

.site__footer .links ul {
	font-size: 16px;
}

p {
	font-size: 1.5rem;
	line-height: 30px;
}

.mission-work-history-a a {
	color: #fff;
}

.page-template-template-common-page div#home-our-centers {
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
}

.page-template-template-common-page div#home-our-centers .info__cards {
	justify-content: space-around;
}

.each-resource .post-cont div.excerpt-cont {
	line-height: 1.375rem;
}

.each-resource .post-cont div.excerpt-cont span.excerpt_part {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.each-resource .post-cont div.excerpt-cont span.excerpt_part {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.single-resources ul {
	font-size: 1.5rem;
	line-height: 30px;
}

.single-resources ul li {
	font-size: 1.5rem;
	line-height: 30px;
}

.section__focus__body__title {
	display: flex;
	justify-content: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.section__focus__body .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media (min-width:768px) {
	.section__focus__body .card {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media (min-width:1024px) {
	.section__focus__body .card {
		flex-direction: row;
	}
}

.section__focus__body .card__image {
	max-width: 28rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width:768px) {
	.section__focus__body .card__image {
		padding-left: 0;
		padding-right: 0;
	}
}

.section__focus__body .card__body {
	max-width: 40rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.section__focus__body .card__body {
		padding-left: 2rem;
	}
	
	.section__focus__body .card__body {
		padding-right: 0;
	}
}

.section__focus__body .card__body__title {
	padding-right: 5rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__focus__body .card__body__title {
		padding-right: 0;
	}
}

.section__focus__body .card__body__text {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__focus__body .card__body__text {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.section__focus__body .card__body__buttons__wrapper {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body__buttons__wrapper.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.section__focus__body .card__body__buttons__wrapper {
		display: flex;
	}
	
	.section__focus__body .card__body__buttons__wrapper {
		text-align: left;
	}
}

.section__focus__body .card__body__btn {
	margin-bottom: .5rem;
}

@media (min-width:1024px) {
	.section__focus__body .card__body__btn {
		margin-bottom: 0;
	}
}

.section__focus__body .card__body__footer {
	padding-top: 2rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.section__focus__body .card__body__footer {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.section__focus__body .card__body a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__focus__body .card__body a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__focus__body .card__body a.button:visited {
	color: #fff;
}

.section__focus__body .card__body a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.section__focus__body .card__body a.button {
		min-width: 19.5rem;
	}
}

.page__center h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__center h1 {
		font-size: 68px;
		line-height: 81px;
	}
	
	.page__center h1 {
		letter-spacing: -3.4px;
	}
}

.page__center h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__center h2 {
		font-size: 3.125rem;
	}
	
	.page__center h2 {
		letter-spacing: -.15625rem;
	}
}

.page__center h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.0625rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__center h4 {
		font-size: 2.0625rem;
	}
}

.page__center h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.page__center h5 {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__center a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__center a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.page__center a.button:visited {
	color: #fff;
}

.page__center a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.page__center a.button {
		min-width: 19.5rem;
	}
}

.section__banner {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

.section__banner__body {
	align-items: center;
	justify-content: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:1024px) {
	.section__banner__body {
		display: flex;
	}
	
	.section__banner__body {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.section__banner__body__img {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (min-width:768px) {
	.section__banner__body__img {
		padding-left: 0;
		padding-right: 0;
	}
}

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

@media (min-width:1024px) {
	.section__banner__body__content {
		margin-left: 10rem;
	}
	
	.section__banner__body__content {
		max-width: 480px;
	}
}

.section__banner__body__content h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(227, 227, 227, var(--tw-text-opacity));
}

.section__banner__body a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__banner__body a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__banner__body a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__banner__body a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__banner__body a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__banner__body a.button:visited {
	color: #fff;
}

.section__banner__body a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.section__banner__body a.button {
		min-width: 19.5rem;
	}
}

.site-content .banner__section, .wp-admin .banner__section {
	display: flex;
	min-height: 34rem;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:1024px) {
	.site-content .banner__section, .wp-admin .banner__section {
		min-height: 37.188rem;
	}
}

.site-content .banner__section__content, .wp-admin .banner__section__content {
	width: 100%;
	max-width: 60rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.site-content .banner__section__content.mt-4.mb-8, .outer-search-cont .error-404 .search-form .search-area.wp-admin .banner__section__content.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-content .banner__section__content.mt-4.mb-8 input#keyword_search, .outer-search-cont .error-404 .search-form .search-area.wp-admin .banner__section__content.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-content .banner__section__content.mt-4.mb-8 input#keyword_search:active, .outer-search-cont .error-404 .search-form .search-area.wp-admin .banner__section__content.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-content .banner__section__content.mt-4.mb-8 button#search_submit, .outer-search-cont .error-404 .search-form .search-area.wp-admin .banner__section__content.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.site-content .banner__section__content, .wp-admin .banner__section__content {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-content .banner__section__content .sub-header.bnnr-bck-image, .wp-admin .banner__section__content .sub-header.bnnr-bck-image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	min-width: 11.25rem;
	max-width: 11.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: 0;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .813rem;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.site-content .banner__section__content .sub-header.bnnr-bck-image, .wp-admin .banner__section__content .sub-header.bnnr-bck-image {
		min-width: 16rem;
	}
	
	.site-content .banner__section__content .sub-header.bnnr-bck-image, .wp-admin .banner__section__content .sub-header.bnnr-bck-image {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.site-content .banner__section__content h1, .wp-admin .banner__section__content h1 {
	margin-bottom: .75rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	letter-spacing: -1.7px;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.site-content .banner__section__content h1, .wp-admin .banner__section__content h1 {
		margin-bottom: 1.5rem;
	}
	
	.site-content .banner__section__content h1, .wp-admin .banner__section__content h1 {
		font-size: 4.313rem;
	}
	
	.site-content .banner__section__content h1, .wp-admin .banner__section__content h1 {
		letter-spacing: -3.45px;
	}
}

.site-content .banner__section__content p, .wp-admin .banner__section__content p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.site-content .banner__section__content p, .wp-admin .banner__section__content p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.site-content .banner__section__content .sub-header.bnnr-bck-image {
	padding-bottom: 0;
	font-size: 1rem;
}

.wp-admin .wp-block-acf-banner-background-with-subheading-on-top {
	width: 100%;
}

.wp-admin .banner_section {
	min-height: 10rem;
}

.wp-admin .main__title, .wp-admin .main__title.bg-lrg {
	position: relative;
	top: .25rem;
}

.wp-admin .main__title h1, .wp-admin .main__title.bg-lrg h1 {
	font-size: 1.875rem;
	line-height: 2.375rem;
}

.banner_section {
	display: flex;
	min-height: 20rem;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
}

@media (min-width:1024px) {
	.banner_section {
		min-height: 25rem;
	}
}

.banner_section.no-background {
	min-height: 12rem;
}

@media (min-width:1024px) {
	.banner_section.no-background {
		min-height: 18rem;
	}
}

.main__title.no-banner {
	top: 16rem;
	margin-bottom: 3rem;
}

.banner_section.bg-lrg {
	min-height: 25rem;
}

@media (min-width:1024px) {
	.banner_section.bg-lrg {
		min-height: 30rem;
	}
}

.main__title.bg-lrg {
	top: 24rem;
}

.main__title {
	position: relative;
	left: 0;
	right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: .25rem;
	padding-right: .25rem;
	margin-top: -10rem;
	margin-bottom: 5rem;
	top: 3rem;
	padding-bottom: 3rem;
	max-width: 100%;
}

@media (min-width:1024px) {
	.main__title {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.main__title {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	
	.main__title {
		max-width: 1040px;
	}
}

.main__title h1 {
	position: relative;
	z-index: 10;
	margin-top: 1.75rem;
	padding: 1rem;
	text-align: center;
	font-size: 68px;
	line-height: 81px;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.main__title h1.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.main__title h1.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.main__title h1.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.main__title h1.mt-4.mb-8 button#search_submit {
	border: none;
}

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

.main__title h1 {
	background: #fff;
}

.main__title .sub-heading {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	margin-bottom: auto;
	width: 100%;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.main__title .sub-heading.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.main__title .sub-heading.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.main__title .sub-heading.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.main__title .sub-heading.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.main__title .sub-heading.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.main__title .sub-heading.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.main__title .sub-heading.mt-4.mb-8 button#search_submit {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.main__title .sub-heading.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.main__title .sub-heading {
		max-width: 50rem;
	}
}

.main__title .page_tag {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.25rem;
	margin-bottom: auto;
	display: table;
}

.main__title img {
	margin-bottom: 1.25rem;
}

.main__title.hd-bnnr-bck-hd-top {
	padding-bottom: 1rem;
}

@media (min-width:1024px) {
	.main__title.hd-bnnr-bck-hd-top {
		padding-bottom: 3rem;
	}
}

.section__hero {
	background-size: cover;
	background-repeat: no-repeat;
}

.section__hero__body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__hero__body.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.section__hero__body {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.section__hero__body {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

.section__hero__body h1 {
	margin: auto;
	max-width: 1024px;
}

.section__hero__body h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.section__hero__body h5 {
	margin: auto;
	max-width: 800px;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 400;
}

.section__hero__body__sub {
	display: inline-block;
	border-bottom-width: 8px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 173, 49, var(--tw-border-opacity));
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.page__hot__topics h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__hot__topics h1 {
		font-size: 69px;
	}
	
	.page__hot__topics h1 {
		letter-spacing: -3.4px;
	}
}

.page__hot__topics h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__hot__topics h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 13px;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__hot__topics h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.page__hot__topics .section__main.hot-topics-sec-main {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.page__hot__topics__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 34.5rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__hot__topics__bg {
		height: 34rem;
	}
}

.page__hot__topics__bg {
	background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg.png");
}

.page__hot__topics__bg.nitro-lazy {
	background-image: none !important;
}

@media (max-width:600px) {
	.page__hot__topics__bg {
		background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg-mobile.png");
	}
	
	.page__hot__topics__bg.nitro-lazy {
		background-image: none !important;
	}
}

.page__hot__topics__bg::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 34.5rem;
	width: 100%;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
	--tw-bg-opacity: .9;
}

@media (min-width:768px) {
	.page__hot__topics__bg::before {
		height: 34rem;
	}
}

.page__hot__topics__bg::before {
	content: "";
}

.page__hot__topics .page__head {
	display: flex;
	height: 34.5rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__head {
		height: 34rem;
	}
}

.page__hot__topics .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__subtitle {
		margin-top: 0;
	}
	
	.page__hot__topics .page__head__subtitle {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.page__hot__topics .page__head__title {
	margin-top: 1rem;
	margin-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__head__title {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

.page__hot__topics .page__head__content {
	max-width: 50rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__content {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__hot__topics .page__body {
	padding: 1.5rem;
}

.resources-filter-sec .each-resource .post-cont.page__hot__topics .page__body {
	width: 100%;
}

@media (min-width:768px) {
	.page__hot__topics .page__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__hot__topics .page__body__list .topic__card {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page__hot__topics .page__body__list .topic__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__body__list .topic__card {
		margin-bottom: 3.5rem;
	}
	
	.page__hot__topics .page__body__list .topic__card {
		flex-direction: row;
	}
	
	.page__hot__topics .page__body__list .topic__card__img {
		max-width: 40%;
	}
}

.page__hot__topics .page__body__list .topic__card__body {
	max-width: 42rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__body__list .topic__card__body {
		flex: 1 1 0%;
	}
	
	.page__hot__topics .page__body__list .topic__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.page__hot__topics .page__body__list .topic__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__hot__topics .page__body__list .topic__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__hot__topics .page__body__list .topic__card__body__date {
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.banner__section h2 {
	margin-bottom: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.banner-left-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.banner-left-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.banner-left-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.banner-left-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.banner-left-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.banner-left-main h4 {
		font-size: 2.25rem;
	}
}

.banner-left-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.banner-left-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.banner {
	display: flex;
	flex-direction: column;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width:1280px) {
	.banner {
		flex-direction: row;
	}
	
	.banner {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}
	
	.banner {
		padding-bottom: 0;
	}
}

.banner .banner__img {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1280px) {
	.banner .banner__img {
		padding-left: 0;
		padding-right: 0;
	}
}

.banner .banner__img img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.banner .banner__img--left {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width:1280px) {
	.banner .banner__img--left {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.banner .banner__img--left img {
	margin-right: auto;
}

@media (min-width:1280px) {
	.banner .banner__img--left img {
		margin-left: 0;
	}
}

.banner .banner__body {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:1024px) {
	.banner .banner__body {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:1280px) {
	.banner .banner__body {
		padding-left: 3rem;
	}
	
	.banner .banner__body {
		padding-right: 0;
	}
}

.banner .banner__body .sub-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.banner .banner__body .banner__body__title {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.banner .banner__body p {
	padding-right: 0;
}

@media (min-width:1280px) {
	.banner .banner__body p {
		padding-right: 16rem;
	}
	
	.banner .banner__body p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.banner .banner__body a {
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.banner .banner__body a:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

#editor .banner .banner__body p {
	padding-right: 1rem;
}

.banner {
	display: flex;
	flex-direction: column;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width:1280px) {
	.banner {
		flex-direction: row;
	}
	
	.banner {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}
	
	.banner {
		padding-bottom: 0;
	}
}

.banner .banner__img {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.banner .banner__img.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1280px) {
	.banner .banner__img {
		padding-left: 0;
		padding-right: 0;
	}
}

.banner .banner__img img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.banner .banner__img--left {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width:1280px) {
	.banner .banner__img--left {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.banner .banner__img--left img {
	margin-right: auto;
}

@media (min-width:1280px) {
	.banner .banner__img--left img {
		margin-left: 0;
	}
}

.banner .banner__body {
	flex: 1 1 0%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:1024px) {
	.banner .banner__body {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:1280px) {
	.banner .banner__body {
		padding-left: 3rem;
	}
	
	.banner .banner__body {
		padding-right: 0;
	}
}

.banner .banner__body .sub-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.banner .banner__body .banner__body__title {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.banner .banner__body p {
	padding-right: 0;
}

@media (min-width:1280px) {
	.banner .banner__body p {
		padding-right: 16rem;
	}
	
	.banner .banner__body p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.banner .banner__body a {
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.banner .banner__body a:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

.page__bio__details h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__bio__details h1 {
		font-size: 6.25rem;
		line-height: 6.25rem;
	}
	
	.page__bio__details h1 {
		letter-spacing: -3.4px;
	}
}

.page__bio__details .section__bg {
	position: absolute;
	z-index: -1;
	height: 10rem;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 225, 88, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__bg {
		height: 15rem;
	}
}

.page__bio__details .section__main {
	padding-top: 0;
}

.page__bio__details .section__main .bio__head {
	padding-left: 5rem;
	padding-right: 5rem;
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head {
		padding-bottom: 4rem;
	}
}

.page__bio__details .section__main .bio__head__photo {
	margin-bottom: .5rem;
	padding-top: 3.5rem;
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head__photo {
		margin-bottom: 1.5rem;
	}
	
	.page__bio__details .section__main .bio__head__photo {
		padding-top: 9rem;
	}
}

.page__bio__details .section__main .bio__head__photo img {
	margin: auto;
	max-width: 15.625rem;
}

.page__bio__details .section__main .bio__head__name {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__name.mt-4.mb-8 button#search_submit {
	border: none;
}

.page__bio__details .section__main .bio__head__name h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -1.4px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head__name h1 {
		font-size: 3.125rem;
	}
	
	.page__bio__details .section__main .bio__head__name h1 {
		letter-spacing: -2.5px;
	}
}

.page__bio__details .section__main .bio__head__title {
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__bio__details .section__main .bio__head__title.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__head__title {
		font-size: 1.5625rem;
	}
}

.page__bio__details .section__main .bio__body {
	margin: auto;
	max-width: 71rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.page__bio__details .section__main .bio__body__section {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.page__bio__details .section__main .bio__body__section--title {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__body__section--title {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__bio__details .section__main .bio__body__section--content {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__bio__details .section__main .bio__body__section--content {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__bio__details .section__main .bio__body__section--content p {
	padding-bottom: 1rem;
}

.page__bio__details .section__main .bio__body__section--content a.email {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
}

.page__bio__details .section__main .bio__body__focus--content p {
	padding-bottom: 0;
}

.blog-posts-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.blog-posts-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.blog-posts-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.blog-posts-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.blog-posts-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.blog-posts-main h4 {
		font-size: 2.25rem;
	}
}

.blog-posts-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.blog-posts-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.news {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 2rem;
}

@media (min-width:768px) {
	.news {
		padding-bottom: 4rem;
	}
}

.news a:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.news__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width:1280px) {
	.news__title {
		flex-direction: row;
	}
	
	.news__title {
		padding-bottom: 2.5rem;
	}
}

.news__list {
	display: flex;
	width: 100%;
	flex: 1 1 0%;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.news__list .card-wrapper {
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	padding-left: .5rem;
	padding-right: .5rem;
}

@media (min-width:768px) {
	.news__list .card-wrapper {
		width: 50%;
	}
}

@media (min-width:1280px) {
	.news__list .card-wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.news__list .card-wrapper {
		width: 25%;
	}
	
	.news__list .card-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.news__list .card {
	position: relative;
	height: 100%;
}

.news__list .card__img {
	width: 100%;
	padding-bottom: 3rem;
}

.news__list .card__img img {
	min-height: 19.375rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news__list .card__body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.resources-filter-sec .each-resource .post-cont.news__list .card__body {
	width: 100%;
}

.news__list .card__body--title {
	font-size: 1.5625rem;
	letter-spacing: -.05em;
}

.news__list .card__body--title a {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.news__list .card__body--date {
	padding-top: .5rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.card__body--title a {
	color: #fff;
}

#editor .news__list .card__img {
	margin-bottom: 3.4375rem;
}

#editor .card {
	min-width: 11.25rem;
	padding: 0;
}

#editor .page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
	padding: .9375rem;
}

.list__event__section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.list__event__main {
	margin-left: auto;
	margin-right: auto;
	max-width: 30.438rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.list__event__main.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list__event__main.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list__event__main.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list__event__main.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.list__event__main {
		padding-left: 0;
		padding-right: 0;
	}
}

.list__event__main h2 {
	margin-bottom: 1rem;
	font-size: 2.125rem;
}

@media (min-width:1024px) {
	.list__event__main h2 {
		font-size: 3.25rem;
	}
}

.list__event__main h2 span {
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.list__event__main p {
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(227, 227, 227, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.list__event__main p {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.list__event__main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.list__event__main a {
	margin-top: 2rem;
	margin-bottom: 0;
	display: inline-block;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	padding-left: 6.5rem;
	padding-right: 6.5rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.list__event__main a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 181, 21, var(--tw-bg-opacity));
}

.faq__section {
	padding-top: 1rem;
	padding-bottom: .5rem;
}

@media (min-width:768px) {
	.faq__section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	
	.faq__section {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.faq__section {
		padding-bottom: 1rem;
	}
}

.faq__section__main {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 68.75rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
}

@media (min-width:1024px) {
	.faq__section__main {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.faq__section .accordion-container {
	position: relative;
	width: 100%;
}

.faq__section .accordion-container .set {
	position: relative;
	margin-bottom: 1.5rem;
	width: 100%;
}

.faq__section .accordion-container .set .faq__heading {
	position: relative;
	display: block;
	border-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.375rem;
	padding-right: 3rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.map__location__frame .faq__section .accordion-container .set .faq__heading {
	position: relative;
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .faq__heading {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .faq__heading {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .faq__heading.active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 253, 244, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.faq__section .accordion-container .set .faq__heading.active:before {
	--tw-content: "-";
	content: var(--tw-content);
}

.faq__section .accordion-container .set .faq__heading:before {
	position: absolute;
	right: 1rem;
	width: 1.375rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 204, 51, var(--tw-text-opacity));
	--tw-content: "+";
	content: var(--tw-content);
}

.outer-search-cont .error-404 .search-form .search-area.faq__section .accordion-container .set .faq__heading:before.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.faq__section .accordion-container .set .faq__heading:before.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.faq__section .accordion-container .set .faq__heading:before.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.faq__section .accordion-container .set .faq__heading:before.mt-4.mb-8 button#search_submit {
	border: none;
}

.faq__section .accordion-container .set .content {
	display: none;
	padding-top: 1.625rem;
	padding-bottom: 1.625rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	padding-bottom: 0;
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content {
		padding-top: 1.625rem;
		padding-bottom: 1.625rem;
	}
}

.faq__section .accordion-container .set .content a {
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.faq__section .accordion-container .set .content a, .faq__section .accordion-container .set .content h1, .faq__section .accordion-container .set .content h2, .faq__section .accordion-container .set .content h3, .faq__section .accordion-container .set .content h4, .faq__section .accordion-container .set .content h5, .faq__section .accordion-container .set .content h6 {
	margin-bottom: 1.5rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.faq__section .accordion-container .set .content p {
	margin: 0;
	margin-bottom: 1.5rem;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content p {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .content span {
	margin: 0;
	margin-bottom: 1.5rem;
	display: block;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.map__location__frame .faq__section .accordion-container .set .content span {
	position: relative;
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content span {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content span {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .content ul {
	margin-bottom: 1.5rem;
	list-style-type: disc;
	padding-left: 1.5rem;
}

.faq__section .accordion-container .set .content ul li {
	margin: 0;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content ul li {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content ul li {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .content ol {
	margin-bottom: 1.5rem;
	list-style-type: decimal;
	padding-left: 1.5rem;
}

.faq__section .accordion-container .set .content ol li {
	margin: 0;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content ol li {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content ol li {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.faq__section .accordion-container .set .content b, .faq__section .accordion-container .set .content strong {
	margin: 0;
	margin-bottom: 1.5rem;
	display: block;
	padding: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.map__location__frame .faq__section .accordion-container .set .content b, .map__location__frame .faq__section .accordion-container .set .content strong {
	position: relative;
}

@media (min-width:768px) {
	.faq__section .accordion-container .set .content b, .faq__section .accordion-container .set .content strong {
		font-size: 1.3rem;
	}
}

@media (min-width:1024px) {
	.faq__section .accordion-container .set .content b, .faq__section .accordion-container .set .content strong {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.featured-resourcecs-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: 0;
}

@media (min-width:768px) {
	.featured-resourcecs-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.featured-resourcecs-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.featured-resourcecs-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.featured-resourcecs-main .post-link, .featured-resourcecs-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.featured-resourcecs-main .post-link, .featured-resourcecs-main h4 {
		font-size: 2.25rem;
	}
}

.featured-resourcecs-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.featured-resourcecs-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.resources {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

@media (min-width:1280px) {
	.resources {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.resources .sub-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.resources .resources__title {
	display: flex;
	letter-spacing: 0;
}

.resources .resources__subheader {
	max-width: 800px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1280px) {
	.resources .resources__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.resources .resources__cards {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.resources .resources__cards .resources__card--wrapper {
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width:768px) {
	.resources .resources__cards .resources__card--wrapper {
		width: 50%;
	}
	
	.resources .resources__cards .resources__card--wrapper {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media (min-width:1280px) {
	.resources .resources__cards .resources__card--wrapper {
		width: 33.333333%;
	}
}

.resources .resources__cards .card {
	position: relative;
	height: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(35, 112, 124, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	box-shadow: .625rem .625rem .6875rem rgba(0, 0, 0, .16);
}

.resources .resources__cards .card .card__subheader {
	position: absolute;
	top: -1rem;
	left: 2rem;
	width: 83.333333%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	max-width: 84%;
}

.resources .resources__cards .card .card__head {
	margin-top: 1.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.resources .resources__cards .card .card__head a {
	color: #fff;
}

.resources .resources__cards .card .card__head h4 {
	max-width: 80%;
}

.resources .resources__cards .card .card__head .card__icon {
	padding-bottom: 1rem;
	padding-left: .75rem;
	max-width: 20%;
}

.resources .resources__cards .card .card__head a.post-link {
	line-height: 2.4rem;
	letter-spacing: .025em;
	--tw-text-opacity: 1;
	color: rgba(255, 204, 51, var(--tw-text-opacity));
}

.resources .resources__cards .card .card__body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-weight: 700;
}

.resources .resources__footer {
	padding-top: 1.75rem;
	padding-bottom: 1rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.resources .resources__footer {
		text-align: left;
	}
}

.resources .resources__footer .btn-normal {
	padding-left: .5rem;
	padding-right: .5rem;
	text-align: center;
	letter-spacing: .1em;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer .btn-normal.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer .btn-normal.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer .btn-normal.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__footer .btn-normal.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.resources .resources__footer .btn-normal {
		width: 19.5rem;
	}
}

.resources .resources__footer a {
	--tw-bg-opacity: 1;
	background-color: rgba(42, 111, 116, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.resources .resources__footer a {
		margin-right: 1rem;
	}
}

#editor .featured-resourcecs-main h4 {
	font-size: 1rem;
}

#editor .resources__cards .card {
	min-width: 180px;
	padding: 5px;
}

#editor .resources__cards .card .card__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#editor .resources__cards .card .card__head .card__icon {
	padding-bottom: 1rem;
}

#editor .resources__cards .card .card__head a.post-link {
	font-size: 12px;
}

#editor .resources__cards .card .card__subheader {
	left: 0;
}

#editor .resources__cards .card .card__body {
	font-size: 1rem;
}

.map__section {
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

@media (min-width:1280px) {
	.map__section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	
	.map__section {
		padding-left: 0;
		padding-right: 0;
	}
}

.map__main__title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.map .sub-header {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.map__title {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.map__subheader {
	max-width: 50rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.map__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.map__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1280px) {
	.map__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.map__location {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 70rem;
}

.map__location__frame {
	position: relative;
}

.map__location__frame g {
	cursor: pointer;
}

.map__location__frame .block {
	position: relative;
}

.map__location__frame .svg--hover+.map__location__details .block-ele {
	display: none !important;
}

.map__location__tags {
	position: static;
	z-index: 10;
}

@media (min-width:1280px) {
	.map__location__tags {
		position: absolute;
	}
	
	.map__location__tags {
		right: 0;
	}
	
	.map__location__tags {
		top: 2.5rem;
	}
}

.map__location__tags h4 {
	margin-bottom: 1.9rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.563rem;
	font-weight: 300;
	letter-spacing: -1.25px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.map__location__tags .tag {
	margin-bottom: 1.05rem;
	display: flex;
	cursor: pointer;
	align-items: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:1280px) {
	.map__location__tags .tag {
		font-size: 1.063rem;
	}
}

.map__location__tags .tag span {
	margin-right: .875rem;
	display: inline-block;
	height: 2.188rem;
	width: 2.188rem;
	border-radius: 9999px;
}

.map__location__tags .tag b {
	width: calc(100% - 3.125rem);
	font-weight: 400;
}

.map__location__tags .tag.farnorth span {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
}

.map__location__tags .tag.northbay span {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 200, 208, var(--tw-bg-opacity));
}

.map__location__tags .tag.capitalcentral span {
	--tw-bg-opacity: 1;
	background-color: rgba(109, 155, 166, var(--tw-bg-opacity));
}

.map__location__tags .tag.bayarea span {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 224, 33, var(--tw-bg-opacity));
}

.map__location__tags .tag.midstatecolab span {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 200, 208, var(--tw-bg-opacity));
}

.map__location__tags .tag.valleycoast span {
	--tw-bg-opacity: 1;
	background-color: rgba(186, 155, 201, var(--tw-bg-opacity));
}

.map__location__tags .tag.southerncalifornia span {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 171, 226, var(--tw-bg-opacity));
}

.map__location__details .map-dialog, .map__location__details .sub-tooltip {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	display: none;
	min-height: 24.125rem;
	width: 100%;
	max-width: 26.5rem;
	--tw-translate-y: -50%;
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(143, 143, 143, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.75rem;
}

.map__location__details .block-ele {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	--tw-translate-y: -50%;
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.map__location__details .map-dialog {
	position: fixed;
}

.map__location__details .map-dialog a {
	margin: 0;
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(161, 161, 161, var(--tw-text-opacity));
}

.map__location__details .map-dialog a:hover {
	--tw-text-opacity: 1;
	color: rgba(21, 180, 204, var(--tw-text-opacity));
}

.map__location__details .fresno .map-btn {
	--tw-text-opacity: 1;
	color: rgba(186, 155, 201, var(--tw-text-opacity));
}

.map__location__details .farnorth .map-btn {
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

.map__location__details .northbay .map-btn {
	--tw-text-opacity: 1;
	color: rgba(101, 200, 208, var(--tw-text-opacity));
}

.map__location__details .southerncalifornia .map-btn {
	--tw-text-opacity: 1;
	color: rgba(41, 171, 226, var(--tw-text-opacity));
}

.map__location__details .valleycoast .map-btn {
	--tw-text-opacity: 1;
	color: rgba(186, 155, 201, var(--tw-text-opacity));
}

.map__location__details .bayarea .map-btn {
	--tw-text-opacity: 1;
	color: rgba(217, 224, 33, var(--tw-text-opacity));
}

.map__location__details .capitalcentral .map-btn {
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.map__location__details .midstatecolab .map-btn {
	--tw-text-opacity: 1;
	color: rgba(101, 200, 208, var(--tw-text-opacity));
}

.map__location__details .block-ele .map-btn, .map__location__details .map-dialog .map-btn {
	display: none;
	border-radius: 0;
	border-width: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: .625rem;
	padding-bottom: .625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele .map-btn.mt-4.mb-8, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog .map-btn.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele .map-btn.mt-4.mb-8 input#keyword_search, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog .map-btn.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele .map-btn.mt-4.mb-8 input#keyword_search:active, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog .map-btn.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele .map-btn.mt-4.mb-8 button#search_submit, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog .map-btn.mt-4.mb-8 button#search_submit {
	border: none;
}

.map__location__details .block-ele .close, .map__location__details .map-dialog .close {
	position: absolute;
	right: -.625rem;
	top: -.625rem;
	display: flex;
	height: 1.25rem;
	width: 1.25rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(182, 218, 216, var(--tw-bg-opacity));
	font-size: .75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.map__location__details .block-ele h3, .map__location__details .map-dialog h3 {
	margin-bottom: 1.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	padding-right: .5rem;
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele h3.mt-4.mb-8, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog h3.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele h3.mt-4.mb-8 input#keyword_search, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog h3.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele h3.mt-4.mb-8 input#keyword_search:active, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog h3.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.map__location__details .block-ele h3.mt-4.mb-8 button#search_submit, .outer-search-cont .error-404 .search-form .search-area.map__location__details .map-dialog h3.mt-4.mb-8 button#search_submit {
	border: none;
}

.map__location__details .block-ele .single, .map__location__details .map-dialog .single {
	margin-bottom: 1rem;
}

.map__location__details .block-ele .single:last-child, .map__location__details .map-dialog .single:last-child {
	margin: 0;
}

.map__location__details .block-ele h5, .map__location__details .map-dialog h5 {
	margin-bottom: .75rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.map__location__details .block-ele p, .map__location__details .map-dialog p {
	margin-top: .125rem;
	margin-bottom: .125rem;
	display: inline-block;
	width: 100%;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	--tw-text-opacity: 1;
	color: rgba(161, 161, 161, var(--tw-text-opacity));
}

.map__location__details .block-ele p strong, .map__location__details .map-dialog p strong {
	margin-right: .25rem;
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

.map__location__details .block-ele .farnorth-tooltip h3, .map__location__details .map-dialog .farnorth-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
}

.map__location__details .block-ele .fresno-tooltip h3, .map__location__details .map-dialog .fresno-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(186, 155, 201, var(--tw-bg-opacity));
}

.map__location__details .block-ele .fresno-tooltip p strong, .map__location__details .map-dialog .fresno-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(186, 155, 201, var(--tw-text-opacity));
}

.map__location__details .block-ele .northbay-tooltip h3, .map__location__details .map-dialog .northbay-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 200, 208, var(--tw-bg-opacity));
}

.map__location__details .block-ele .northbay-tooltip p strong, .map__location__details .map-dialog .northbay-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(101, 200, 208, var(--tw-text-opacity));
}

.map__location__details .block-ele .southerncalifornia-tooltip h3, .map__location__details .map-dialog .southerncalifornia-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 171, 226, var(--tw-bg-opacity));
}

.map__location__details .block-ele .southerncalifornia-tooltip p strong, .map__location__details .map-dialog .southerncalifornia-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(41, 171, 226, var(--tw-text-opacity));
}

.map__location__details .block-ele .valleycoast-tooltip h3, .map__location__details .map-dialog .valleycoast-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(186, 155, 201, var(--tw-bg-opacity));
}

.map__location__details .block-ele .valleycoast-tooltip p strong, .map__location__details .map-dialog .valleycoast-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(186, 155, 201, var(--tw-text-opacity));
}

.map__location__details .block-ele .bayarea-tooltip h3, .map__location__details .map-dialog .bayarea-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 224, 33, var(--tw-bg-opacity));
}

.map__location__details .block-ele .bayarea-tooltip p strong, .map__location__details .map-dialog .bayarea-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(217, 224, 33, var(--tw-text-opacity));
}

.map__location__details .block-ele .capitalcentral-tooltip h3, .map__location__details .map-dialog .capitalcentral-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(109, 155, 166, var(--tw-bg-opacity));
}

.map__location__details .block-ele .capitalcentral-tooltip p strong, .map__location__details .map-dialog .capitalcentral-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.map__location__details .block-ele .midstatecolab-tooltip h3, .map__location__details .map-dialog .midstatecolab-tooltip h3 {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 200, 208, var(--tw-bg-opacity));
}

.map__location__details .block-ele .midstatecolab-tooltip p strong, .map__location__details .map-dialog .midstatecolab-tooltip p strong {
	--tw-text-opacity: 1;
	color: rgba(101, 200, 208, var(--tw-text-opacity));
}

.hero-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.hero-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.hero-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -2.7px;
}

@media (min-width:768px) {
	.hero-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.hero-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.hero-main h4 {
		font-size: 2.25rem;
	}
}

.hero-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.hero-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.hero {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: .5rem;
}

@media (min-width:1280px) {
	.hero {
		flex-direction: row;
	}
}

.hero .hero__body {
	flex: 1 1 0%;
	align-self: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.hero .hero__body {
		padding-left: 0;
	}
}

.hero .hero__body a {
	color: #fff;
}

.hero .hero__img {
	height: 100%;
	flex: 1 1 0%;
}

.page__hot__topics h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__hot__topics h1 {
		font-size: 4.3125rem;
	}
	
	.page__hot__topics h1 {
		letter-spacing: -3.4px;
	}
}

.page__hot__topics h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__hot__topics h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .8125rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__hot__topics h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.page__hot__topics .section__main {
	position: relative;
	padding-top: 0;
}

.page__hot__topics__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 34.5rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__hot__topics__bg {
		height: 34rem;
	}
}

.page__hot__topics__bg {
	background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg.png");
}

.page__hot__topics__bg.nitro-lazy {
	background-image: none !important;
}

@media (max-width:600px) {
	.page__hot__topics__bg {
		background-image: url("https://cdn-ilekili.nitrocdn.com/UiDSJgwHjeXEvYNbNMWPvViSDVUwUFFF/assets/images/optimized/rev-e88c411/ccee-ca.org/wp-content/themes/selland-base-theme/assets/images/hot-topics/bg-mobile.png");
	}
	
	.page__hot__topics__bg.nitro-lazy {
		background-image: none !important;
	}
}

.page__hot__topics__bg::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 34.5rem;
	width: 100%;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
	--tw-bg-opacity: .9;
}

@media (min-width:768px) {
	.page__hot__topics__bg::before {
		height: 34rem;
	}
}

.page__hot__topics__bg::before {
	content: "";
}

.page__hot__topics .page__head {
	display: flex;
	height: 34.5rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__head {
		height: 34rem;
	}
}

.page__hot__topics .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__hot__topics .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__subtitle {
		margin-top: 0;
	}
	
	.page__hot__topics .page__head__subtitle {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.page__hot__topics .page__head__title {
	margin-top: 1rem;
	margin-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__head__title {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
}

.page__hot__topics .page__head__content {
	max-width: 50rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__hot__topics .page__head__content.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__hot__topics .page__head__content {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__hot__topics .page__body {
	padding: 1.5rem;
}

.resources-filter-sec .each-resource .post-cont.page__hot__topics .page__body {
	width: 100%;
}

@media (min-width:768px) {
	.page__hot__topics .page__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__hot__topics .page__body__list .topic__card {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page__hot__topics .page__body__list .topic__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__hot__topics .page__body__list .topic__card {
		margin-bottom: 3.5rem;
	}
	
	.page__hot__topics .page__body__list .topic__card {
		flex-direction: row;
	}
	
	.page__hot__topics .page__body__list .topic__card__img {
		max-width: 40%;
	}
}

.page__hot__topics .page__body__list .topic__card__body {
	max-width: 42rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__hot__topics .page__body__list .topic__card__body {
		flex: 1 1 0%;
	}
	
	.page__hot__topics .page__body__list .topic__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.page__hot__topics .page__body__list .topic__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__hot__topics .page__body__list .topic__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__hot__topics .page__body__list .topic__card__body__date {
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

#content.site-content .cta__section, .wp-admin .cta__section {
	padding-top: 4.375rem;
	padding-bottom: 4.375rem;
}

@media (min-width:1024px) {
	#content.site-content .cta__section, .wp-admin .cta__section {
		padding-top: 5.625rem;
	}
	
	#content.site-content .cta__section, .wp-admin .cta__section {
		padding-bottom: 5.625rem;
	}
}

#content.site-content .cta__main, .wp-admin .cta__main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area#content.site-content .cta__main.mt-4.mb-8, .outer-search-cont .error-404 .search-form .search-area.wp-admin .cta__main.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#content.site-content .cta__main.mt-4.mb-8 input#keyword_search, .outer-search-cont .error-404 .search-form .search-area.wp-admin .cta__main.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#content.site-content .cta__main.mt-4.mb-8 input#keyword_search:active, .outer-search-cont .error-404 .search-form .search-area.wp-admin .cta__main.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area#content.site-content .cta__main.mt-4.mb-8 button#search_submit, .outer-search-cont .error-404 .search-form .search-area.wp-admin .cta__main.mt-4.mb-8 button#search_submit {
	border: none;
}

#content.site-content .cta__main h3, .wp-admin .cta__main h3 {
	margin-bottom: 1.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 2.125rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	#content.site-content .cta__main h3, .wp-admin .cta__main h3 {
		padding-left: 0;
		padding-right: 0;
	}
	
	#content.site-content .cta__main h3, .wp-admin .cta__main h3 {
		font-size: 3.25rem;
	}
}

#content.site-content .cta__main p, .wp-admin .cta__main p {
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(227, 227, 227, var(--tw-text-opacity));
}

#content.site-content .cta__main a, .wp-admin .cta__main a {
	display: inline-block;
	padding-top: .8rem;
	padding-bottom: .8rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#content.site-content .cta__main a:hover, .wp-admin .cta__main a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 181, 21, var(--tw-bg-opacity));
}

#content.site-content .cta__main a, .wp-admin .cta__main a {
	color: #fff;
}

.section__initiatives {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 255, 255, var(--tw-bg-opacity));
}

.section__initiatives__body {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__initiatives__body.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.section__initiatives__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.section__initiatives__body .cards {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 3rem;
}

@media (min-width:1024px) {
	.section__initiatives__body .cards {
		flex-direction: row;
	}
}

.section__initiatives__body .cards .card {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 360px;
	flex-direction: column;
	align-items: center;
	padding-bottom: 1.5rem;
}

@media (min-width:1024px) {
	.section__initiatives__body .cards .card {
		margin-left: 2rem;
		margin-right: 2rem;
	}
	
	.section__initiatives__body .cards .card {
		padding-bottom: 0;
	}
}

.section__initiatives__body .cards .card__title {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 900;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.section__initiatives__body .cards .card__body {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.resources .resources__cards .card .card__subheader {
	width: auto;
	min-width: 12.5rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__cards .card .card__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__cards .card .card__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__cards .card .card__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.resources .resources__cards .card .card__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

.resources .resources__cards .card .card__subheader {
	max-width: 80%;
}

.resources .resources__cards .card .card__head a {
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.resources .resources__cards .card .card__head h4 {
	margin-top: 1.25rem;
}

.resources .resources__cards .card .card__head h4 a {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.resources .resources__cards .card .card__head h4 a {
		font-size: 2.25rem;
	}
}

.page__latest__news h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__latest__news h1 {
		font-size: 4.3125rem;
	}
	
	.page__latest__news h1 {
		letter-spacing: -3.4px;
	}
}

.page__latest__news h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__latest__news h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .8125rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__latest__news h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.page__latest__news .section__main {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.page__latest__news .page__latest__news__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 12rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__latest__news .page__latest__news__bg {
		height: 22.25rem;
	}
}

.page__latest__news .page__head {
	display: flex;
	height: 12rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width:768px) {
	.page__latest__news .page__head {
		height: 22.25rem;
	}
}

.page__latest__news .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__latest__news .page__head__subtitle {
		margin-top: 0;
	}
}

.page__latest__news .page__head__title {
	padding-top: .5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.page__latest__news .page__body {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__latest__news .page__body__recent .news__list {
	justify-content: space-between;
}

.page__latest__news .page__body__recent .news__list .card-wrapper {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	.page__latest__news .page__body__recent .news__list .card-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card {
	height: 100%;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
	padding-bottom: .75rem;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--title {
	font-size: 1.3125rem;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--date {
	font-size: .8125rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__main {
		display: flex;
	}
	
	.page__latest__news .page__body__main {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards {
		width: 75%;
	}
}

.page__latest__news .page__body__main__cards .news__card {
	margin-bottom: 3rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.page__latest__news .page__body__main__cards .news__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card {
		flex-direction: row;
	}
	
	.page__latest__news .page__body__main__cards .news__card__image {
		max-width: 40%;
	}
}

.page__latest__news .page__body__main__cards .news__card__body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card__body {
		flex: 1 1 0%;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page__latest__news .page__body__main__cards .news__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__date {
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__content {
	padding-top: 2rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact {
		width: 25%;
	}
	
	.page__latest__news .page__body__main__contact {
		padding-left: 1.5rem;
	}
}

.page__latest__news .page__body__main__contact .contact__label {
	padding-bottom: 1.5rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 900;
	letter-spacing: -1.9px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__label {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email a, .page__latest__news .page__body__main__contact .contact__phone a, .page__latest__news .page__body__main__contact .contact__title a {
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

#editor .page__latest__news .page__latest__news__bg {
	z-index: 10;
}

#editor .page__latest__news .page__head {
	position: relative;
	z-index: 20;
}

.page__latest__news h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__latest__news h1 {
		font-size: 4.3125rem;
	}
	
	.page__latest__news h1 {
		letter-spacing: -3.4px;
	}
}

.page__latest__news h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	font-weight: 700;
}

.page__latest__news h5 {
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .8125rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__latest__news h5 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.page__latest__news .section__main {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.page__latest__news .page__latest__news__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 12rem;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
	.page__latest__news .page__latest__news__bg {
		height: 22.25rem;
	}
}

.page__latest__news .page__head {
	display: flex;
	height: 12rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width:768px) {
	.page__latest__news .page__head {
		height: 22.25rem;
	}
}

.page__latest__news .page__head__subtitle {
	margin-top: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.page__latest__news .page__head__subtitle.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.page__latest__news .page__head__subtitle {
		margin-top: 0;
	}
}

.page__latest__news .page__head__title {
	padding-top: .5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.page__latest__news .page__body {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.page__latest__news .page__body__recent .news__list {
	justify-content: space-between;
}

.page__latest__news .page__body__recent .news__list .card-wrapper {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:768px) {
	.page__latest__news .page__body__recent .news__list .card-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card {
	height: 100%;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
	padding-bottom: .75rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
		min-height: 8.625rem;
	}
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--title {
	font-size: 1.3125rem;
}

.page__latest__news .page__body__recent .news__list .card-wrapper .card__body--date {
	font-size: .8125rem;
}

.page__latest__news .page__body__recent .news__list a {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main {
		display: flex;
	}
	
	.page__latest__news .page__body__main {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards {
		width: 75%;
	}
}

.page__latest__news .page__body__main__cards .news__card {
	margin-bottom: 3rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.page__latest__news .page__body__main__cards .news__card:hover {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 252, 240, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card {
		flex-direction: row;
	}
	
	.page__latest__news .page__body__main__cards .news__card__image {
		max-width: 40%;
	}
}

.page__latest__news .page__body__main__cards .news__card__body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__cards .news__card__body {
		flex: 1 1 0%;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.page__latest__news .page__body__main__cards .news__card__body {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page__latest__news .page__body__main__cards .news__card__body__category {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 173, 49, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__title {
	padding-top: .75rem;
	padding-bottom: .75rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__date {
	font-weight: 400;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.page__latest__news .page__body__main__cards .news__card__body__content {
	padding-top: 2rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact {
		width: 25%;
	}
	
	.page__latest__news .page__body__main__contact {
		padding-left: 1.5rem;
	}
}

.page__latest__news .page__body__main__contact .contact__label {
	padding-bottom: 1.5rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 900;
	letter-spacing: -1.9px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__label {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__label {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		border-left-width: 1px;
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		--tw-border-opacity: 1;
		border-color: rgba(112, 112, 112, var(--tw-border-opacity));
	}
	
	.page__latest__news .page__body__main__contact .contact__email, .page__latest__news .page__body__main__contact .contact__phone, .page__latest__news .page__body__main__contact .contact__title {
		padding-left: 2.25rem;
	}
}

.page__latest__news .page__body__main__contact .contact__email a, .page__latest__news .page__body__main__contact .contact__phone a, .page__latest__news .page__body__main__contact .contact__title a {
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

#editor .news__list .card__img {
	margin-bottom: 3.4375rem;
}

#editor .card {
	min-width: 11.25rem;
}

#editor .page__latest__news .page__body__recent .news__list .card-wrapper .card__body {
	padding: .9375rem;
}

.list-events {
	margin-top: 5rem;
	margin-bottom: 5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 100rem;
	padding: 1.25rem;
}

.list-events .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
}

.list-events .sub-heading {
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 800;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .sub-heading.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .sub-heading.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .sub-heading.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .sub-heading.mt-4.mb-8 button#search_submit {
	border: none;
}

.list-events .main-head {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	text-align: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 3rem;
	--tw-text-opacity: 1;
	color: rgba(109, 155, 166, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.list-events .main-head.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .main-head.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .main-head.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .main-head.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.list-events .main-head {
		font-size: 5rem;
	}
}

.list-events .main-head span {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.list-events p.description {
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 400;
}

.outer-search-cont .error-404 .search-form .search-area.list-events p.description.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events p.description.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events p.description.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events p.description.mt-4.mb-8 button#search_submit {
	border: none;
}

.list-events .form-heading {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.list-events .form-heading.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .form-heading.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .form-heading.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .form-heading.mt-4.mb-8 button#search_submit {
	border: none;
}

.list-events .form-heading::after {
	content: "";
	bottom: 0;
	left: 25%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 0;
	width: 50%;
	border-bottom-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 225, 88, var(--tw-border-opacity));
}

.map__location__frame .list-events .form-heading::after {
	position: relative;
}

.list-events .event-form .form-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-events .event-form .form-body input, .list-events .event-form .form-body select, .list-events .event-form .form-body textarea {
	margin-bottom: .625rem;
	width: 100%;
	padding: .625rem;
}

.list-events .event-form .form-body input.wpcf7-date::-moz-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.list-events .event-form .form-body input.wpcf7-date:-ms-input-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.list-events .event-form .form-body input.wpcf7-date::placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(240, 240, 240, var(--tw-text-opacity));
}

.list-events .event-form .form-body textarea::-moz-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(119, 154, 164, var(--tw-text-opacity));
}

.list-events .event-form .form-body textarea:-ms-input-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(119, 154, 164, var(--tw-text-opacity));
}

.list-events .event-form .form-body textarea::placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(119, 154, 164, var(--tw-text-opacity));
}

.list-events .event-form .form-body select::-moz-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.list-events .event-form .form-body select:-ms-input-placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.list-events .event-form .form-body select::placeholder {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.list-events .event-form .form-body .form-item.width-80 {
	width: 73%;
}

.list-events .event-form .form-body .form-item.width-20 {
	width: 23%;
}

.list-events .event-form .form-body .form-item.width-60 {
	width: 61%;
}

.list-events .event-form .form-body .form-item.width-40 {
	width: 35%;
}

.list-events .event-form .form-body .form-item.width-100 {
	width: 100%;
}

.list-events .event-form .form-body .form-item.submit-button {
	width: 100%;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .event-form .form-body .form-item.submit-button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .event-form .form-body .form-item.submit-button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .event-form .form-body .form-item.submit-button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.list-events .event-form .form-body .form-item.submit-button.mt-4.mb-8 button#search_submit {
	border: none;
}

.list-events .event-form .form-body input.wpcf7-submit {
	margin-top: 1.25rem;
	max-width: 18.75rem;
	border-radius: 3.125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 1rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.list-events .event-form label {
	font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media only screen and (max-width:768px) {
	.list-events .event-form .form-body .form-item.width-100, .list-events .event-form .form-body .form-item.width-20, .list-events .event-form .form-body .form-item.width-40, .list-events .event-form .form-body .form-item.width-60, .list-events .event-form .form-body .form-item.width-80 {
		width: 100%;
	}
}

.reporting-banner {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.reporting-banner .content-cont {
	margin-bottom: -10rem;
}

.reporting-banner img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto;
	max-width: 100%;
}

.map__location__frame .reporting-banner img {
	position: relative;
}

.reporting-banner .description-cont {
	position: relative;
	top: -10rem;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100rem;
}

.reporting-banner .inner-descp-cont {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.reporting-banner .inner-descp-cont h2 {
	position: relative;
	top: -2.4375rem;
	display: block;
	max-width: 12.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	padding-left: .625rem;
	padding-right: .625rem;
	text-align: center;
	font-size: .875rem;
	--tw-text-opacity: 1;
	color: rgba(14, 34, 76, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 button#search_submit {
	border: none;
}

.map__location__frame .reporting-banner .inner-descp-cont h2 {
	position: relative;
}

.reporting-banner .inner-descp-cont h2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	letter-spacing: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h2.mt-4.mb-8 button#search_submit {
	border: none;
}

.map__location__frame .reporting-banner .inner-descp-cont h2 {
	position: relative;
}

.reporting-banner .inner-descp-cont h3 {
	text-align: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	line-height: 2.5rem;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h3.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h3.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h3.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont h3.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:1024px) {
	.reporting-banner .inner-descp-cont h3 {
		font-size: 5rem;
	}
	
	.reporting-banner .inner-descp-cont h3 {
		line-height: 5.2rem;
	}
}

.reporting-banner .inner-descp-cont h3 {
	margin-top: 1rem;
	font-weight: 900;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont h3.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont h3.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont h3.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont h3.mb-8 button#search_submit {
	border: none;
}

.reporting-banner .inner-descp-cont p {
	margin-top: 1rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont p.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont p.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont p.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont p.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont p.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont p.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.reporting-banner .inner-descp-cont p.mt-4.mb-8 button#search_submit {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.reporting-banner .inner-descp-cont p.mb-8 button#search_submit {
	border: none;
}

.descp-content-area section.reporting-banner {
	padding-left: 0;
	padding-right: 0;
}

section.reporting-banner {
	padding: 0;
}

.reporting-banner .inner-page.common-page .descp-content-area h3.rp-bnr-hd {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin-top: 1rem;
}

@media only screen and (max-width:1024px) {
	.reporting-banner .description-cont {
		top: -3rem;
	}
	
	.reporting-banner .content-cont {
		margin-bottom: -3rem;
	}
	
	.reporting-banner .inner-descp-cont {
		max-width: 90%;
	}
}

.reporting-concept-tabs {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: .5rem;
	padding-right: .5rem;
	transition: all .3s ease-in;
}

.reporting-concept-tabs .tabs-cont {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 100rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reporting-concept-tabs .left-sidebar {
	width: 24%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(227, 227, 227, var(--tw-border-opacity));
	padding: 1.5rem;
}

.resources-filter-sec .each-resource .post-cont.reporting-concept-tabs .left-sidebar {
	width: 100%;
}

.reporting-concept-tabs .left-sidebar .each-tab {
	display: block;
	list-style-type: none;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.map__location__frame .reporting-concept-tabs .left-sidebar .each-tab {
	position: relative;
}

.reporting-concept-tabs .left-sidebar .each-tab a {
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	--tw-text-opacity: 1;
	color: rgba(74, 74, 74, var(--tw-text-opacity));
}

.reporting-concept-tabs .left-sidebar .active-tab {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 246, 208, var(--tw-bg-opacity));
}

.reporting-concept-tabs .left-sidebar .active-tab a {
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(253, 181, 21, var(--tw-text-opacity));
}

.reporting-concept-tabs .left-sidebar .top-btm-items a {
	list-style-type: none;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .125rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.reporting-concept-tabs .content-area {
	width: 72%;
}

.reporting-concept-tabs .content-area h2, .reporting-concept-tabs .content-area h3, .reporting-concept-tabs .content-area h4, .reporting-concept-tabs .content-area h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.reporting-concept-tabs .content-area p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	letter-spacing: 0;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.reporting-concept-tabs .content-area div {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	letter-spacing: 0;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.reporting-description {
	padding-left: .5rem;
	padding-right: .5rem;
}

@media only screen and (max-width:1024px) {
	.reporting-concept-tabs .left-sidebar {
		width: 100%;
	}
	
	.reporting-concept-tabs .left-sidebar {
		padding: 2.5rem;
	}
	
	.reporting-concept-tabs .content-area {
		width: 100%;
	}
}

.reporting-description {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 100rem;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.reporting-description .content-area {
	width: 72%;
}

.reporting-description .content-area h2 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.reporting-description .content-area p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	letter-spacing: 0;
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

@media only screen and (max-width:1024px) {
	.reporting-description .content-area {
		width: 100%;
	}
}

.site-main .audience__section {
	padding-bottom: 6rem;
}

.site-main .audience__subheader {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 50rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.site-main .audience__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-main .audience__cards {
	display: flex;
	flex-wrap: wrap;
}

.site-main .audience__cards__wrapper {
	position: relative;
	width: 100%;
	padding: 1.5rem;
	padding-bottom: 4.5rem;
	text-align: center;
}

.resources-filter-sec .each-resource .post-cont.site-main .audience__cards__wrapper {
	width: 100%;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper.mt-4.mb-8 button#search_submit {
	border: none;
}

.resources-filter-sec .each-resource .post-cont.site-main .audience__cards__wrapper {
	width: 100%;
}

@media (min-width:640px) {
	.site-main .audience__cards__wrapper {
		width: 50%;
	}
}

@media (min-width:1280px) {
	.site-main .audience__cards__wrapper {
		width: 25%;
	}
	
	.site-main .audience__cards__wrapper {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.site-main .audience__cards__wrapper figure {
	display: flex;
	height: 7.5rem;
	align-items: center;
	justify-content: center;
}

.site-main .audience__cards__wrapper figure img {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.site-main .audience__cards__wrapper h2 {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: -1.9px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.site-main .audience__cards__wrapper p {
	margin: 0;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.site-main .audience__cards__wrapper a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: 80%;
	padding-top: .875rem;
	padding-bottom: .875rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper a.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper a.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper a.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.site-main .audience__cards__wrapper a.mt-4.mb-8 button#search_submit {
	border: none;
}

.site-main .audience__cards__wrapper a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

.site-main .audience__cards__wrapper a {
	color: #fff !important;
}

#editor .site-main .audience__cards__wrapper h2 {
	font-size: 1rem;
	line-height: 1.25rem;
}

#editor .site-main .audience__cards__wrapper a {
	padding: .75rem;
}

.page__staff__bios h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__staff__bios h1 {
		font-size: 6.25rem;
		line-height: 6.25rem;
	}
	
	.page__staff__bios h1 {
		letter-spacing: -3.4px;
	}
}

.page__staff__bios h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -1.7px;
}

@media (min-width:768px) {
	.page__staff__bios h2 {
		font-size: 3.125rem;
	}
	
	.page__staff__bios h2 {
		letter-spacing: -.15625rem;
	}
}

.page__staff__bios h4 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.0625rem;
	font-weight: 700;
}

@media (min-width:768px) {
	.page__staff__bios h4 {
		font-size: 2.0625rem;
	}
}

.page__staff__bios h5 {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.page__staff__bios h5 {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.page__staff__bios a.button {
	display: inline-block;
	min-width: 16.3125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(20, 141, 136, var(--tw-bg-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.page__staff__bios a.button.mt-4.mb-8 button#search_submit {
	border: none;
}

.page__staff__bios a.button:visited {
	color: #fff;
}

.page__staff__bios a.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 113, 109, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width:1024px) {
	.page__staff__bios a.button {
		min-width: 19.5rem;
	}
}

.section__main {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width:768px) {
	.section__main {
		padding-top: 6.75rem;
		padding-bottom: 6.75rem;
	}
}

.section__main__body {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1.25rem;
}

@media (min-width:768px) {
	.section__main__body {
		padding-top: 8rem;
	}
}

.section__main__body .staff__card {
	margin-bottom: 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.section__main__body .staff__card:last-child {
	margin-bottom: 0;
}

@media (min-width:768px) {
	.section__main__body .staff__card {
		margin-bottom: 7rem;
	}
	
	.section__main__body .staff__card {
		flex-direction: row;
	}
	
	.section__main__body .staff__card {
		align-items: flex-start;
	}
}

.section__main__body .staff__card__photo {
	margin-bottom: .75rem;
}

.section__main__body .staff__card__content {
	max-width: 56.25rem;
	flex: 1 1 0%;
	padding-left: 0;
}

@media (min-width:768px) {
	.section__main__body .staff__card__content {
		padding-left: 3rem;
	}
}

.section__main__body .staff__card__content__name {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -.0875rem;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__main__body .staff__card__content__name {
		font-size: 3.125rem;
	}
	
	.section__main__body .staff__card__content__name {
		letter-spacing: -.15625rem;
	}
}

.section__main__body .staff__card__content__title {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.section__main__body .staff__card__content__title {
		font-size: 1.5625rem;
	}
}

.section__main__body .staff__card__content__description {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.section__main__body .staff__card__content__description {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.section__main__body .staff__card__content__description a {
	--tw-text-opacity: 1;
	color: rgba(17, 183, 222, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.section__main__body .staff__card__content__description a:hover {
	cursor: pointer;
}

.section__main__body .staff__card__content__button {
	margin-top: 1.5rem;
}

.news-sub-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.news-sub-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.news-sub-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -.16875rem;
}

@media (min-width:768px) {
	.news-sub-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.news-sub-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.news-sub-main h4 {
		font-size: 2.25rem;
	}
}

.news-sub-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.news-sub-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.subscribe {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: .5rem;
	padding-right: .5rem;
}

.subscribe__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width:1280px) {
	.subscribe__title {
		flex-direction: row;
	}
}

.subscribe__body {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.subscribe__body p {
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body p.mt-4.mb-8 button#search_submit {
	border: none;
}

.subscribe__body__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

@media (min-width:768px) {
	.subscribe__body__form {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width:1024px) {
	.subscribe__body__form {
		flex-direction: row;
	}
}

.subscribe__body__form input {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}

.subscribe__body__form input:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

.subscribe__body__form .btn-normal {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	flex: 1 1 0%;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe__body__form .btn-normal.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.subscribe__body__form .btn-normal {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	
	.subscribe__body__form .btn-normal {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.subscribe__body__form .btn-normal {
		margin-top: 0;
	}
	
	.subscribe__body__form .btn-normal {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.subscribe__body__form .btn-normal {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media (min-width:1024px) {
	.subscribe__body__form .btn-normal {
		width: 20%;
	}
}

.subscribe .subscribe__body__form .form-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.subscribe .subscribe__body__form .form-item-new {
	width: 18%;
}

.subscribe .subscribe__body__form .form-item-new input {
	width: 100%;
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe .subscribe__body__form .form-item-new input.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe .subscribe__body__form .form-item-new input.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe .subscribe__body__form .form-item-new input.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.subscribe .subscribe__body__form .form-item-new input.mt-4.mb-8 button#search_submit {
	border: none;
}

.subscribe .subscribe__body__form .form-item-new input.wpcf7-form-control.has-spinner.wpcf7-submit {
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(42, 111, 116, var(--tw-bg-opacity));
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media only screen and (max-width:71.25rem) {
	.subscribe .subscribe__body__form .form-body {
		justify-content: space-evenly;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		margin-bottom: 1.25rem;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		width: 39%;
	}
}

@media only screen and (max-width:768px) {
	.subscribe .subscribe__body__form .form-body {
		justify-content: center;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		margin-bottom: .9375rem;
	}
	
	.subscribe .subscribe__body__form .form-item-new {
		width: 90%;
	}
}

@media (min-width:1536px) {
	.subscribe__body__form input {
		min-width: 220px;
		max-width: 220px;
	}
}

#editor .subscribe__body__form input {
	min-width: unset;
}

#editor .subscribe__title h1 {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area#editor .subscribe__title h1.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media (min-width:768px) {
	.section__team__body {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

.section__team__body__title {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__title.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body__title__sub.sub-header {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 1rem;
	line-height: 1.25rem;
}

.section__team__body__title__main {
	display: flex;
	justify-content: center;
}

.section__team__body__main {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 1rem;
}

@media (min-width:768px) {
	.section__team__body__main {
		padding-top: 3rem;
	}
}

@media (min-width:1024px) {
	.section__team__body__main {
		flex-direction: row;
	}
}

.section__team__body__main .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

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

.section__team__body__main .card__name {
	padding-top: 1.75rem;
	text-align: center;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.875rem;
	line-height: 2.375rem;
	font-weight: 900;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__name.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body__main .card__title {
	padding-top: .5rem;
	padding-bottom: .5rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.section__team__body__main .card__title.mt-4.mb-8 button#search_submit {
	border: none;
}

.section__team__body__main .card__link {
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .1em;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

.three-col-main h1 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -3.4px;
}

@media (min-width:768px) {
	.three-col-main h1 {
		font-size: 68px;
		line-height: 81px;
	}
}

.three-col-main h2 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -.16875rem;
}

@media (min-width:768px) {
	.three-col-main h2 {
		font-size: 54px;
		line-height: 64px;
	}
}

.three-col-main h4 {
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 900;
}

@media (min-width:768px) {
	.three-col-main h4 {
		font-size: 2.25rem;
	}
}

.three-col-main p {
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
}

@media (min-width:768px) {
	.three-col-main p {
		font-size: 1.5rem;
		line-height: 30px;
	}
}

.info {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

@media (min-width:768px) {
	.info {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.info {
	box-shadow: 0 -.875rem 1.375rem rgba(0, 0, 0, .16);
}

.info .info__title {
	padding-left: 3rem;
	padding-right: 3rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.info .info__title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__title.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.info .info__title {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.info .info__title {
		padding-bottom: 2rem;
	}
}

.info .info__cards {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 1rem;
}

@media (min-width:1280px) {
	.info .info__cards {
		flex-direction: row;
	}
	
	.info .info__cards {
		justify-content: space-between;
	}
}

.info .info__cards .info__card {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	height: 40rem;
	width: 25rem;
	flex-direction: column;
}

@media (min-width:1280px) {
	.info .info__cards .info__card {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.info .info__cards .info__card__inner {
	position: relative;
	height: 100%;
	width: 100%;
	transition: transform .8s;
	transform-style: preserve-3d;
}

.info .info__cards .info__card--front {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border-radius: .75rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 204, 51, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 2rem;
	padding-bottom: 4rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: .5rem .5rem .75rem rgba(0, 0, 0, .16);
}

.info .info__cards .info__card--front .info__card--title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 2rem;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 26px;
	text-transform: uppercase;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--front .info__card--title.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--back {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	border-radius: .75rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 204, 51, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
	padding-top: 2rem;
	padding-bottom: 2rem;
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	box-shadow: -.5rem .5rem .75rem rgba(0, 0, 0, .16);
}

.info .info__cards .info__card--back .info__card--title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 0;
	padding-bottom: 1.25rem;
	text-align: center;
	font-family: Proxima Nova, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 26px;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--back .info__card--title.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--back .info__card--body {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.info .info__cards .info__card--action {
	position: absolute;
	top: -1.25rem;
	right: -1.25rem;
}

.info .info__cards .info__card--img {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--img.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--img img {
	margin: auto;
}

.info .info__cards .info__card--body {
	flex: 1 1 0%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: .5rem;
	text-align: center;
	font-family: Cambay, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	line-height: 1.375rem;
	--tw-text-opacity: 1;
	color: rgba(80, 80, 80, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card--body.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card--body p {
	padding-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.info .info__cards .info__card .info__card--footer {
	text-align: center;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.info .info__cards .info__card .info__card--footer.mt-4.mb-8 button#search_submit {
	border: none;
}

.info .info__cards .info__card a {
	--tw-text-opacity: 1;
	color: rgba(25, 64, 83, var(--tw-text-opacity));
}

.info .info__cards .info__card.hover .info__card__inner {
	transform: rotateY(180deg);
}

#editor .info .info__cards .info__card {
	height: 100%;
	box-shadow: .5rem .5rem .75rem rgba(0, 0, 0, .16);
}

#editor .btn-yellow {
	max-width: 100%;
	padding: .3125rem;
}

#editor .info .info__cards .info__card--front {
	position: relative;
}

.save__date__section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media (min-width:768px) {
	.save__date__section {
		padding-top: 3.125rem;
	}
	
	.save__date__section {
		padding-bottom: 5rem;
	}
}

.save__date__title {
	display: flex;
	justify-content: center;
}

.save__date__title span {
	--tw-text-opacity: 1;
	color: rgba(41, 80, 101, var(--tw-text-opacity));
}

.save__date__subheader {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(42, 38, 61, var(--tw-text-opacity));
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__subheader.mt-4.mb-8 button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.save__date__subheader {
		padding-left: 0;
		padding-right: 0;
	}
}

.save__date__cards {
	margin-top: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
}

.save__date__cards__single {
	margin-bottom: 2rem;
	width: 100%;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.text-center.mt-4.save__date__cards__single button#search_submit {
	border: none;
}

@media (min-width:768px) {
	.save__date__cards__single {
		width: calc(50% - 2rem);
	}
}

@media (min-width:1024px) {
	.save__date__cards__single {
		width: calc(33.33% - 2rem);
	}
}

@media (min-width:1280px) {
	.save__date__cards__single {
		width: calc(33.33% - 3rem);
	}
}

@media (min-width:1536px) {
	.save__date__cards__single {
		margin-bottom: 0;
	}
	
	.save__date__cards__single {
		width: calc(33.33% - 6.75rem);
	}
}

.save__date__cards__single .sub-header {
	margin-bottom: 1.188rem;
	min-width: 11.563rem;
	--tw-bg-opacity: 1;
	background-color: rgba(251, 238, 163, var(--tw-bg-opacity));
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 {
	border: 1px solid #b1b1b1;
	padding: 5px;
	border-radius: 10px;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 input#keyword_search {
	width: 95%;
	border: none;
	outline: 0;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 input#keyword_search:active {
	border: none;
}

.outer-search-cont .error-404 .search-form .search-area.save__date__cards__single .sub-header.mt-4.mb-8 button#search_submit {
	border: none;
}

.save__date__cards__single .cards__img {
	margin-bottom: 1.188rem;
}

.save__date__cards__single .cards__img img {
	height: auto;
	width: 100%;
}

.save__date__cards__single .cards__body h3 {
	margin-bottom: .625rem;
	font-family: Playfair Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -1.4px;
	--tw-text-opacity: 1;
	color: rgba(35, 112, 124, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.save__date__cards__single .cards__body h3 {
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
	
	.save__date__cards__single .cards__body h3 {
		letter-spacing: -1.5px;
	}
}

.save__date__cards__single .cards__body p {
	margin: 0;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.save__date__cards__single .cards__body p {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.save__date__cards__single .cards__body a {
	margin-bottom: 0;
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.save__date__cards__single .cards__body a:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 80, 101, var(--tw-bg-opacity));
}

@media (min-width:768px) {
	.save__date__cards__single .cards__body a {
		padding-top: .875rem;
		padding-bottom: .875rem;
	}
	
	.save__date__cards__single .cards__body a {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}
}

.wp-admin .save__date__section {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:1536px) {
	.wp-admin .save__date__cards__single {
		width: calc(33.33% - 2rem);
	}
}

.visited\:text-orange-700:visited {
	color: #fdb515;
}

.visited\:text-orange-100:visited {
	color: #ffe158;
}

.hover\:text-orange-800:hover {
	--tw-text-opacity: 1;
	color: rgba(251, 238, 163, var(--tw-text-opacity));
}

.hover\:text-orange-100:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 225, 88, var(--tw-text-opacity));
}

@media (min-width:768px) {
	.md\:mr-4 {
		margin-right: 1rem;
	}
	
	.md\:ml-6 {
		margin-left: 1.5rem;
	}
	
	.md\:hidden {
		display: none;
	}
	
	.md\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	
	.md\:pb-24 {
		padding-bottom: 6rem;
	}
	
	.md\:text-left {
		text-align: left;
	}
}

@media (min-width:1024px) {
	.lg\:block {
		display: block;
	}
	
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.lg\:text-left {
		text-align: left;
	}
}

@media (min-width:1536px) {
	.\32xl\:block {
		display: block;
	}
	
	.\32xl\:hidden {
		display: none;
	}
}
