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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
	font-family: "dinpro";
	src: url("font/DINPro.ab0bcbc.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "dinpro-medium";
	src: url("font/DINPro-Medium.a205050.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "dinpro-semibold";
	src: url("font/d_din_pro/D-DIN-PRO-600-SemiBold.otf") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "dinpro-bold";
	src: url("font/DINPro-Bold.e010265.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

.standard_block, section.wp-block-group > .wp-block-group__inner-container, .site-footer .site-footer-inner, .isi_drawer .isi_inner, body .footnotes, .resource_intro, .resources {
	width: 92.5%;
	max-width: 1240px;
	margin: 0 auto;
	padding-bottom: 1px;
}

/*****    FONTS   *****/
/*****    BREAKPOINTS   *****/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.4em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2d2d2d;
	font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

h2 {
	margin-bottom: 15px;
	color: #240041;
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 14px;
	}
}

p {
	margin: 0 0 10px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul > li,
ol > li {
	margin: 0;
	padding: 0;
}

ol li {
	position: relative;
	margin-left: 20px;
}

ol li:before {
	position: absolute;
	right: calc(100% + 2px);
	content: counter(li-counter) ".";
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	outline: 0;
	color: #3f2a84;
}

a:visited {
	color: #3f2a84;
}

a:hover, a:focus, a:active {
	color: #3f2a84;
}

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

a:hover {
	text-decoration: underline;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.search-header {
	position: relative;
}

#resourceSearch {
	width: 100%;
	text-indent: 12px;
	color: #fff;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.16667;
	background: #240041 url(img/icon-magnify.svg) no-repeat calc(100% - 7px) center;
	border: solid 1px #6c00ff;
	border-radius: 50px;
	outline: none;
}

#resourceSearch::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

#resourceSearch::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

#resourceSearch:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

#resourceSearch:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	#resourceSearch {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 27px;
		text-indent: -999em;
		transition: .5s width 0s ease;
	}
	#resourceSearch:focus {
		text-indent: 12px;
		width: 200px;
	}
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.schedule_claims_btn {
	display: none !important;
	display: flex;
	position: fixed;
	z-index: 999;
	top: 640px;
	right: 0;
	justify-content: flex-end;
	background: #D3ED12;
	border-radius: 10px 0 0 10px;
}

.page-id-717 .schedule_claims_btn {
	display: none;
}

.schedule_claims_btn a {
	width: 140px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	color: #000;
	text-decoration: none;
	background: none;
}

.schedule_claims_btn a:after {
	display: block;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background: url(img/icon-arrow-purple.svg) no-repeat right;
}

.schedule_claims_btn:hover {
	padding-right: 35px;
}

.schedule_claims_btn:hover a:after {
	content: "";
}

.site-footer {
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
	background: url(img/bg-footer.webp) no-repeat left top/cover;
}

.site-footer .site-info, .site-footer a {
	color: #fff;
}

.site-footer .site-footer-inner {
	padding: 4.2vmin 1.4vmin;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 10px auto;
}

.site-footer .site-navs {
	display: flex;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
}

.site-footer .site-navs .menu-main-nav-container,
.site-footer .site-navs .footer-menu-2 {
	margin: 0 50px;
}

.site-footer .site-navs .menu li:not(:last-child) {
	margin: 10px 0 20px;
}

@media screen and (max-width: 1100px) {
	.site-footer .site-navs {
		margin-bottom: 40px;
	}
}

.site-footer .site-navs li.header-only {
	display: none;
}

.site-footer .site-info {
	flex-basis: 600px;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
}

.site-footer .site-info > div {
	margin-bottom: 15px;
}

.site-footer .site-info .code {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.site-footer .site-footer-inner {
		flex-direction: column;
	}
	.site-footer .logo-footer {
		margin-bottom: 40px;
	}
	.site-footer .site-navs {
		flex-direction: column;
		width: 100%;
		margin-bottom: 10px;
		font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 1;
	}
	.site-footer .site-navs .menu-main-nav-container,
	.site-footer .site-navs .footer-menu-2 {
		margin: 0 0 19px 0;
		padding-bottom: 30px;
		width: 100%;
		border-bottom: solid 1px #fff;
	}
	.site-footer .site-navs .menu li:not(:last-child) {
		margin: 10px 0 10px;
	}
	.site-footer .site-info {
		flex-basis: initial;
		font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 1;
	}
}

.tophead {
	background: #240041;
	padding: 10px 2%;
}

.tophead .tophead_inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 auto;
	color: #fff;
}

.tophead .disclaimer {
	display: block;
	flex-shrink: 0;
	margin: 0 auto 10px;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.18182;
	color: #fff;
	text-align: center;
}

.tophead .non-disclaimer {
	display: flex;
	justify-content: center;
	flex-basis: 100%;
}

.tophead .for_whom {
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
	.tophead .for_whom {
		white-space: nowrap;
	}
}

.tophead .super-navigation {
	flex-basis: 100%;
}

.tophead .super-navigation .menu-super-menu-container .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 26px;
}

.tophead .super-navigation .menu-super-menu-container .menu li {
	margin-right: 1.5%;
	padding-right: 1.5%;
	border-right: solid 1px #fff;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
}

.tophead .super-navigation .menu-super-menu-container .menu li:first-child {
	margin-left: 0;
}

.tophead .super-navigation .menu-super-menu-container .menu li:last-child {
	border: none;
}

.tophead .super-navigation .menu-super-menu-container .menu li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	text-align: center;
}

.tophead .super-navigation .menu-super-menu-container .menu li.external a {
	padding-right: 20px;
	background: url(img/icon-linkout.svg) no-repeat right center;
}

.tophead .search-header {
	flex-shrink: 0;
	max-width: 175px;
}

@media only screen and (max-width: 500px) {
	.tophead .super-navigation .menu-super-menu-container .menu li {
		font-size: 10px;
		line-height: 8px;
	}
	.tophead .super-navigation .menu-super-menu-container .menu li a {
		text-align: left;
	}
}

@media only screen and (max-width: 1024px) {
	.tophead .tophead_inner {
		flex-direction: column;
	}
	.tophead .disclaimer {
		max-width: 500px;
		margin-bottom: 10px;
		font-size: 10px;
		text-align: center;
	}
	.tophead .for_whom {
		margin-bottom: 10px;
	}
	.tophead .super-navigation {
		flex-basis: initial;
	}
	.tophead .super-navigation .menu-super-menu-container .menu {
		margin-left: 0;
		justify-content: initial;
	}
	.tophead .search-header {
		width: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.home .site-header:after {
		content: "";
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		width: 100%;
		height: 540px;
		background: url(img/bg-home.webp) no-repeat center top/cover;
	}
}

.site-branding .custom-logo-link {
	background: url(img/logo-header.png) no-repeat center 38%/contain;
}

.site-branding .custom-logo-link img {
	opacity: 0;
}

.site-header {
	position: relative;
	z-index: 1;
	padding: 0 2%;
	background: #240041;
}

.site-header .footer-only {
	display: none;
}

.site-header .site-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1560px;
}

.site-header p.logo_disclaimer {
	padding-left: 7vw;
	padding-right: 25%;
	color: #fff;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.2;
	max-width: 520px;
}

@media screen and (min-width: 650px) {
	.site-header p.logo_disclaimer {
		padding-left: 46px;
	}
}

@media screen and (min-width: 1024px) {
	.site-header p.logo_disclaimer {
		padding-left: 8.5%;
	}
}

@media screen and (min-width: 1250px) {
	.site-header p.logo_disclaimer {
		padding-left: 46px;
	}
}

@media only screen and (min-width: 768px) {
	.site-header .site-header-inner .main-navigation {
		width: auto;
		padding: 0px 6px 0px 20px;
		margin-bottom: 10px;
		margin-left: 15px;
		border-radius: 100px;
		background: #fff;
	}
	.site-header .site-header-inner .main-navigation .nav-menu {
		display: flex;
		align-items: stretch;
		height: 50px;
	}
	.site-header .site-header-inner .main-navigation .nav-menu li {
		margin: 0 15px;
		font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 15px;
		line-height: 1;
		text-align: center;
	}
	.site-header .site-header-inner .main-navigation .nav-menu li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		padding: 10px 0;
		color: #240041;
	}
	.site-header .site-header-inner .main-navigation .nav-menu li.contact-us {
		align-self: center;
		margin: 0 0 0 15px;
		background: #240041;
		border-radius: 100px;
	}
	.site-header .site-header-inner .main-navigation .nav-menu li.contact-us a {
		display: block;
		padding: 5px 0 0 15px;
		white-space: nowrap;
		color: #fff;
	}
	.site-header .site-header-inner .main-navigation .nav-menu li.contact-us a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 40px;
		height: 40px;
		margin-top: -5px;
		margin-left: 5px;
		background: url(img/icon-arrow-green.svg) no-repeat center center;
	}
	.site-header .site-header-inner .main-navigation .nav-menu li.current-menu-item a {
		position: relative;
	}
	.site-header .site-header-inner .main-navigation .nav-menu li.current-menu-item a:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: #6c00ff;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.site-header .site-header-inner {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.site-header {
		position: sticky;
		z-index: 3;
		top: 0;
		padding: 7px 0;
		min-height: 55px;
		background: #240041;
	}
	.site-header .site-header-inner {
		padding: 0 2%;
		align-items: flex-start;
	}
	.site-header .site-header-inner .site-branding {
		margin-right: 60px;
	}
	.site-header .site-header-inner .main-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		align-items: flex-start;
		text-align: left;
		background: #fff;
		box-shadow: 0 6px 5px rgba(0, 0, 0, 0.2);
	}
	.site-header .site-header-inner .main-navigation .menu-toggle {
		position: absolute;
		top: -14vw;
		right: 20px;
	}
	.site-header .site-header-inner .main-navigation .super-navigation {
		width: 100%;
		background: #240041;
	}
	.site-header .site-header-inner .main-navigation .super-navigation .menu-super-menu-container {
		width: 92.5%;
		margin: 0 auto;
	}
	.site-header .site-header-inner .main-navigation .super-navigation .menu {
		justify-content: center;
		flex-wrap: wrap;
	}
	.site-header .site-header-inner .main-navigation .super-navigation .menu li {
		margin: 5px 15px 20px;
	}
	.site-header .site-header-inner .main-navigation .super-navigation .menu a {
		margin-left: 0;
		color: #fff;
		white-space: nowrap;
	}
	.site-header .site-header-inner .main-navigation .page-navigation {
		width: 100%;
		padding: 0 3%;
	}
	.site-header .site-header-inner .main-navigation .page-navigation .menu {
		flex-direction: column;
		align-items: stretch;
		margin: 0 !important;
	}
	.site-header .site-header-inner .main-navigation .page-navigation .menu li {
		border-left: 0;
		padding: 0;
		margin: 0px;
		font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 1.1875;
	}
	.site-header .site-header-inner .main-navigation .page-navigation .menu a {
		display: block;
		padding: 25px 40px;
		border-bottom: solid 1px #7926fe;
	}
	.site-header .site-header-inner .main-navigation .page-navigation .menu li.contact-us {
		background: #240041;
		border-radius: 100px;
		margin: 30px 0;
		text-align: center;
	}
	.site-header .site-header-inner .main-navigation .page-navigation .menu li.contact-us a {
		padding: 20px 0 15px;
		white-space: nowrap;
		color: #fff;
		border-bottom: none;
	}
	.site-header .site-header-inner .main-navigation .page-navigation .menu li.contact-us a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 40px;
		height: 40px;
		margin-top: -5px;
		margin-left: 10px;
		background: url(img/icon-arrow-green.svg) no-repeat center center;
	}
}

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

button.menu-toggle {
	cursor: pointer;
	background: url(img/icon-menu.svg) no-repeat center center/35px auto;
	border: 0;
	text-indent: -9999em;
}

.toggled button.menu-toggle {
	background-image: url(img/icon-close-white.svg);
}

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

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

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

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

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

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

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

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

.page-links {
	clear: both;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
}

.modal.is-open {
	display: block;
}

.modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.modal__container {
	background-color: #000;
	padding: 50px;
	width: 80vw;
	max-width: 540px;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
	border-radius: 24px;
}

.modal__container .modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 0;
}

.modal__container .modal__close:after {
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 5px;
	color: #fff;
	font-size: 40px;
	content: "\00d7";
	/* This will render the 'X' */
	cursor: pointer;
}

#formModal .modal__container {
	background-color: #fff;
	max-width: 1080px;
}

@media only screen and (max-width: 767px) {
	#formModal .modal__container {
		padding: 50px 24px;
	}
}

#formModal .modal__close:after {
	color: #4c119b;
}

#videoModal .modal__container {
	padding: 0;
	width: 90vw;
	max-width: 800px;
}

#videoModal .modal_header {
	position: fixed;
	top: 20px;
	right: 20px;
}

#videoModal .modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 0;
}

#videoModal .modal__close:after {
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 5px;
	color: #fff;
	font-size: 40px;
	content: "\00d7";
	/* This will render the 'X' */
	cursor: pointer;
}

#leavingModal .modal__container {
	background: #fff;
}

#leavingModal .modal__container .hidden {
	position: absolute;
	text-indent: -9999px;
}

#leavingModal .modal__footer {
	display: flex;
	justify-content: center;
}

#leavingModal .modal__footer button, #leavingModal .modal__footer a {
	margin: 20px;
	padding: 10px 50px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 0.9;
	text-align: center;
	color: #fff;
	background: #240041;
	border: solid 2px #240041;
	border-radius: 50px;
	cursor: pointer;
}

#leavingModal .modal__footer button {
	background: #fff;
	color: #240041;
}

#leavingModal .modal__footer a {
	background: #240041;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#leavingModal .modal__footer {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#leavingModal .modal__footer button, #leavingModal .modal__footer a {
		width: 100%;
		margin: 10px;
	}
}

.leaving-container h2 {
	color: #240041;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.5px;
	line-height: 1;
	text-align: center;
}

.leaving-container h2 strong {
	display: block;
	margin: 20px auto;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.leaving-container h2 {
		font-size: 18px;
	}
	.leaving-container h2 strong {
		font-size: 28px;
	}
}

#formModal {
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.07143;
}

#formModal h2 {
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#formModal h2 {
		font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 1.2;
	}
}

#formModal h2 + p {
	color: #240041;
	text-align: center;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3125;
}

#formModal .forminator-row-last {
	text-align: center;
}

#formModal .forminator-button-submit {
	margin: 20px auto;
	padding: 10px 50px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 0.9;
	text-align: center;
	font-weight: 600 !important;
	font-size: 20px !important;
	color: #fff;
	background: #240041 !important;
	border: solid 2px #240041;
	border-radius: 50px;
	cursor: pointer;
}

#formModal .forminator-label {
	color: #240041 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
}

#formModal .forminator-input {
	border-radius: 8px;
	border-color: #240041 !important;
	background: #fff !important;
}

#formModal .forminator-has_error .forminator-input {
	border-color: #F34E4E !important;
}

#formModal .forminator-required {
	color: #240041 !important;
}

#formModal .forminator-response-message.forminator-error {
	text-align: center;
	background: none !important;
	box-shadow: none !important;
	color: #F34E4E !important;
}

#formModal .forminator-error-message {
	padding: 0 !important;
	background: none !important;
}

#formModal .select2-selection {
	border-color: #240041 !important;
	border-radius: 12px !important;
	background: #fff !important;
}

#formModal .forminator-select-dropdown,
#formModal .forminator-select-dropdown-container--open .forminator-custom-form-743.forminator-dropdown--default {
	border: solid 1px #240041 !important;
}

#formModal .forminator-ui#forminator-module-743.forminator-design--default .forminator-response-message.forminator-success {
	background-color: #fff;
	box-shadow: none;
}

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

.bypostauthor {
	display: block;
}

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

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

.ui-menu {
	padding: 7px;
	margin-top: 50px;
	margin-left: -50px;
	border: none !important;
	border-radius: 12px;
}

.ui-menu li.ui-menu-item {
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.16667;
	color: #240041;
	border-radius: 5px;
	overflow: hidden;
}

.ui-menu li.ui-menu-item div.ui-menu-item-wrapper {
	padding: 11px 10px;
}

.ui-menu li.ui-menu-item div.ui-menu-item-wrapper.ui-state-active {
	background: #EBDFFF;
	border: solid 1px transparent;
	color: #240041;
}

.ui-menu:before {
	content: "";
	position: absolute;
	top: -20px;
	right: 125px;
	border: solid 10px transparent;
	border-left-width: 12px;
	border-right-width: 12px;
	border-bottom: solid 10px #fff;
}

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

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

.video-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.video-container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.isi_drawer {
	flex-grow: 1;
}

.nowrap {
	white-space: nowrap;
}

.isi_drawer {
	margin: 0 7%;
	position: sticky;
	z-index: 2;
	transition: all .5s;
	bottom: calc(0 + env(safe-area-inset-bottom));
	background-color: #240041;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.isi_drawer.expanded {
	z-index: 3;
}

.isi_drawer .isi_header {
	position: absolute;
	right: 20px;
	top: 25px;
	padding-right: 30px;
	color: #fff;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	cursor: pointer;
}

.isi_drawer .isi_header:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 25px;
	width: 25px;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(img/icon-plus-green.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	background-color: #D3ED12;
	border-radius: 50%;
}

.isi_drawer .isi_header:hover:after {
	background-color: #8e4aff;
}

.isi_drawer .isi_header.expanded:after {
	background-image: url(img/icon-minus-green.svg);
}

.isi_drawer .isi_header.expanded:after {
	background-image: url(img/icon-minus-green.svg);
}

@media only screen and (max-width: 767px) {
	.isi_drawer .isi_header {
		text-indent: -99999px;
	}
}

.isi_drawer .isi_header h2 {
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 6px;
	text-align: center;
}

.isi_drawer .isi_inner {
	display: flex;
	column-gap: 5%;
	flex-wrap: wrap;
	max-width: 100%;
	padding: 25px 0;
	overflow: hidden;
	color: #fff;
}

.isi_drawer .isi_inner h3 {
	margin: 0 0 20px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
}

.isi_drawer .isi_inner p, .isi_drawer .isi_inner li {
	margin: 0 0 10px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.125;
}

.isi_drawer .isi_inner a {
	color: #fff;
	text-decoration: underline;
}

.isi_drawer .isi_inner .widget_block {
	margin-bottom: 0;
	flex: 1 1 55%;
}

.isi_drawer .isi_inner .widget_block:first-child {
	flex-basis: 15%;
}

.isi_drawer .isi_inner .widget_block:nth-child(2) h3 {
	padding-right: 100px;
}

.isi_drawer .isi_inner .widget_block ul {
	list-style: initial;
	margin-left: 15px;
}

.site-main {
	position: relative;
	z-index: 2;
}

.home .hero,
.home .quick_links {
	margin: 0 auto;
	max-width: 1024px;
}

.home .hero > .wp-block-group__inner-container {
	background: #EBDFFF;
	margin: 80px auto 0;
	border-radius: 20px 20px 0 0;
	padding: 50px 7% 10px;
}

.home .quick_links > .wp-block-group__inner-container {
	background: #EBDFFF;
	margin: 0 auto;
	border-radius: 0 0 20px 20px;
	padding: 0 10% 1px;
}

.home .facts > .wp-block-group__inner-container {
	margin: 85px 6.4% 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home .facts > .wp-block-group__inner-container .is-layout-flex {
	width: 100%;
}

.home .facts > .wp-block-group__inner-container > .wp-block-columns {
	padding: 70px 6% 40px;
	background: #fbf4ff;
	border-radius: 20px;
}

.home .hero h1 {
	margin-bottom: 20px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 1.37931;
	color: #240041;
	text-align: center;
}

.home .hero p {
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1875;
	color: #240041;
	text-align: center;
}

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

.home .quick_links figure {
	margin: 0;
}

.home .quick_links figure img {
	width: 128px;
}

.home .quick_links figcaption {
	margin: 0;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 1;
	text-transform: uppercase;
}

.home .quick_links figcaption a {
	color: #240041;
}

.home .button-container {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 6.4%;
}

.home .button-container .toggle-crbsi-btn {
	display: flex;
	justify-content: center;
}

.home .button-container .toggle-crbsi-btn a {
	position: absolute;
	top: 64px;
	padding: 8px 45px 8px 16px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	color: #240041;
	background: #fff;
	border: solid 2px #e6d5ff;
	border-radius: 100px;
	z-index: 1;
	cursor: pointer;
}

.home .button-container .toggle-crbsi-btn a:after {
	content: "";
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background: url(img/icon-minus.svg) no-repeat center center;
}

.home .button-container .toggle-crbsi-btn a:hover {
	text-decoration: none;
	background: #fbf4ff;
}

.home .button-container .toggle-crbsi-btn.closed a:after {
	background-image: url(img/icon-plus.svg);
}

.home .crbsi {
	opacity: 0;
	height: 100px;
}

.home .facts {
	position: relative;
}

.home .facts figure {
	width: 92%;
}

.home .facts figure picture {
	display: block;
	width: 60px;
	margin: 0 auto;
}

.home .facts figcaption {
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1875;
	color: #240041;
	text-align: center;
}

.home .facts .footnotes {
	display: block;
	padding-top: 30px;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.38462;
	color: #240041;
	border-top: solid 1px #EBDFFF;
}

@media screen and (max-width: 781px) {
	.home .quick_links .wp-block-column {
		flex-basis: 30% !important;
	}
}

@media only screen and (max-width: 767px) {
	.home .site-main {
		background: url(img/bg-home.webp) no-repeat 50% top/auto 500px;
	}
	.home .hero h1 {
		font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 0.875;
	}
	.home .quick_links .wp-block-group__inner-container {
		padding-left: 8%;
		padding-right: 8%;
	}
	.home .quick_links .wp-block-image img {
		max-width: 70%;
	}
	.home .quick_links figcaption {
		margin-top: -10px;
		font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		letter-spacing: 1.4px;
		line-height: 1;
	}
	.home .schedule-claims-btn {
		top: 700px;
	}
}

@media only screen and (max-width: 500px) {
	.home .quick_links figcaption {
		font-size: 13px;
	}
}

.resource-page.hero, .calendar.hero {
	position: relative;
	background: #EBDFFF;
}

@media screen and (min-width: 1200px) {
	.resource-page.hero, .calendar.hero {
		background: #EBDFFF url(img/bg-heroes-new.webp) no-repeat left bottom/auto 500px;
	}
}

.resource-page.hero .wp-block-group__inner-container, .calendar.hero .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 350px;
	padding: 20px 0;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	color: #240041;
}

.resource-page.hero h1, .calendar.hero h1 {
	margin-bottom: 24px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 1.37931;
}

.resource-page.hero p, .calendar.hero p {
	margin-left: auto;
	margin-right: auto;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
}

.resource-page.hero p.image_note, .calendar.hero p.image_note {
	position: absolute;
	left: 10px;
	bottom: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	color: gray;
}

@media only screen and (max-width: 1024px) {
	.resource-page.hero .wp-block-group__inner-container, .calendar.hero .wp-block-group__inner-container {
		min-height: 300px;
		width: 90%;
	}
	.resource-page.hero h1, .calendar.hero h1 {
		font-size: 29px;
	}
}

@media screen and (max-width: 1199px) {
	.resource-page.hero p.image_note, .calendar.hero p.image_note {
		display: none !important;
	}
}

.calendar.hero {
	background-image: none;
}

body .footnotes {
	display: block;
	padding-top: 30px;
	margin-top: 30px;
	padding-bottom: 50px;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.38462;
	color: #240041;
}

body .footnotes .wp-block-group__inner-container {
	width: 100%;
}

.page404 {
	margin-bottom: 40px;
	color: #240041;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	margin: 70px auto;
}

.post-password-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 70px auto;
}

.post-password-form p:first-child {
	margin-bottom: 40px;
	color: #240041;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
}

.post-password-form p:nth-child(2) {
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
}

.post-password-form p:nth-child(2) input[type="password"] {
	margin-right: 20px;
	padding: 4px 8px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	background: #fff;
	border: solid 1px #240041;
	border-radius: 8px;
}

.post-password-form p:nth-child(2) input[type="submit"] {
	padding: 10px 35px;
	backgrond: #240041;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
	color: #fff;
	background: #240041;
	border: none;
	border-radius: 50px;
}

.calloutBlock {
	max-width: 90%;
	margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
	.calloutBlock {
		max-width: 80%;
		font-size: 20px;
		margin: 50px auto 0;
	}
}

.violator_positioning {
	position: sticky;
	top: 20px;
	right: 0;
	width: 100%;
	z-index: 10;
}

.violator {
	float: right;
	padding: 12px 20px 12px 12px;
	background-color: #D3ED12;
	color: #240041;
	border-radius: 15px 0 0 15px;
	max-width: 323px;
}

.violator .wp-block-columns {
	gap: 10px;
	margin-bottom: 0;
}

.violator .wp-block-columns .wp-block-column {
	flex-basis: auto !important;
	display: flex;
	align-items: center;
}

.violator figure {
	margin: 0;
}

.violator .violator_text {
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	width: 200px;
}

.violator .violator_text p {
	margin-bottom: 0;
}

.violator .wp-block-column:nth-child(1) {
	width: 35px;
}

.resource_intro {
	margin: 40px auto;
}

@media only screen and (max-width: 767px) {
	.resource_intro {
		font-size: 16px;
	}
}

.resources {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

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

.resources h2 {
	width: 80%;
	margin: 10px auto 0;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 0.9;
}

.resources p {
	flex-basis: 100%;
	display: block;
	width: 80%;
	margin: 15px auto 0;
	font-family: 'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #240041;
}

.resources p + a {
	margin-top: 30px;
	padding: 10px 35px;
	background: #240041;
	border-radius: 50px;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22222;
}

.resources p + a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	margin-left: 10px;
	width: 28px;
	height: 28px;
	background: url(img/icon-green-download.png) no-repeat center center/contain;
}

.resources p + a.sticker:after {
	background: url(img/icon-green-cart.png) no-repeat center center/contain;
}

.resources p + a.video:after {
	height: 24px;
	background: url(img/icon-arrow-green.svg) no-repeat center center/contain;
}

.resources .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 3.5vw;
}

.resources .row + .row .resource {
	margin-top: 3.5vw;
}

.resources .resource {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 30%;
	margin: 0 1.5%;
	min-height: 370px;
	padding-bottom: 38px;
	margin-top: calc(15px + 1vw);
}

.resources .resource img {
	max-width: 160px;
}

.resources .resource.type_video {
	min-width: 344px;
	min-height: 229px;
}

.resources .resource .bottom_row {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 38px;
	display: flex;
	align-items: stretch;
	background: #4c119b;
}

.resources .resource .bottom_row > span:first-of-type {
	position: relative;
	flex-basis: 100%;
	display: table;
	align-items: center;
}

.resources .resource .bottom_row > span:first-of-type a, .resources .resource .bottom_row > span:first-of-type button {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 4px 40px 4px 10px;
	text-align: left;
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.resources .resource .bottom_row > span:first-of-type a:after, .resources .resource .bottom_row > span:first-of-type button:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3a206a;
}

.resources .resource .bottom_row > span:first-of-type a.document:after, .resources .resource .bottom_row > span:first-of-type button.document:after {
	background-image: url(img/icon-download.svg);
	background-size: 19px auto;
}

.resources .resource .bottom_row > span:first-of-type a.video:after, .resources .resource .bottom_row > span:first-of-type button.video:after {
	background-image: url(img/icon-play.svg);
	background-size: 25px auto;
}

.resources .resource .bottom_row > span:first-of-type a.copy:after, .resources .resource .bottom_row > span:first-of-type button.copy:after {
	background-image: url(img/icon-copy.svg);
	background-size: 25px auto;
}

.resources .resource button {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
}

.resources .resource a, .resources .resource button {
	display: inline-block;
	color: #fff;
}

.resources .resource a > span, .resources .resource button > span {
	display: inline-block;
	text-decoration: inherit;
}

.resources .resource a:hover, .resources .resource button:hover {
	text-decoration: none;
}

.resources .resource a.share, .resources .resource button.share {
	flex-shrink: 0;
	margin-left: 3px;
	width: 34px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3a206a;
}

.resources .resource a.share.share, .resources .resource button.share.share {
	background-image: url(img/icon-email.svg);
	background-size: 23px auto;
}

.resources .resource a.share.document, .resources .resource button.share.document {
	background-image: url(img/icon-download.svg);
	background-size: 19px auto;
}

.resources .resource a.share.copy, .resources .resource button.share.copy {
	background-image: url(img/icon-copy.svg);
	background-size: 24px auto;
}

.resources .resource a.share.play, .resources .resource button.share.play {
	background-image: url(img/icon-play.svg);
	background-size: auto 25px;
}

.resources .resource .email_body {
	display: none;
}

.resources .resource .tooltip {
	position: relative;
	display: inline-block;
}

.resources .resource .tooltip .tooltiptext {
	visibility: hidden;
	background-color: #1daba0;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 130%;
	right: 7px;
	opacity: 0;
	transition: opacity 0.3s;
	text-decoration: none;
	text-indent: 0;
	white-space: nowrap;
}

.resources .resource .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 7px;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #1daba0 transparent transparent transparent;
}

.resources .resource .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.resources {
		flex-wrap: wrap;
	}
	.resources .resource {
		width: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.resources {
		flex-direction: column;
		align-items: center;
	}
	.resources h2 {
		text-align: center;
	}
	.resources .row {
		margin-bottom: 4rem;
	}
	.resources .resource {
		text-align: center;
		width: 100%;
	}
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.resource {
	background-color: transparent;
}

/* This container is needed to position the front and back side */
.card_inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 1.1s ease-in-out;
	transform-style: preserve-3d;
	border-top: 1px #404040 solid;
	border-left: 1px #404040 solid;
	border-right: 1px #404040 solid;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.resource:hover .card_inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.card_front, .card_back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.card_front {
	background-color: #bbb;
	color: black;
}

/* Style the back side */
.card_back {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 20px 35px;
	color: white;
	background-color: #404040;
	transform: rotateY(180deg);
}

/*# sourceMappingURL=style.css.map */