@charset "UTF-8";
/* CSS Document */

:root {
	--theme-color-primary: #DE5C8E;
	--theme-color-primary-dark: #B43B6B;
	--theme-color-primary-light: #EFAEC7;
	--theme-color-secondary: #575757;
	--theme-color-secondary-dark: #414141;
	--theme-color-secondary-light: #818181;
	--theme-color-light: #f1f3f5;
	--theme-color-light-dark: #e1e3e5;
	--theme-color-dark: #222222;
	--theme-color-dark-dark: #111111;
	--theme-color-link: #DE5C8E;
	--theme-color-link-hover: #B43B6B;
	--theme-color-link-visited: #DE5C8E;
	--theme-color-text: #222222;
	--theme-font-heading: "CHULALONGKORN","Helvetica Neue",sans-serif;
	--theme-font-body: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

body {
    position: relative;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #333;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
	color: #de5c8e;
}
a:hover {
	color: #B43B6B;
}
strong {
    font-weight: 700;
}
ul, ol, p {
	margin-bottom: 1.5rem;
}
figure {
	margin-bottom: 1.75rem;
}
.wp-block-image {
    margin-bottom: 1.5rem;
}
.wp-block-image.m-0 figure,
.wp-block-image.mb-0 figure {
	margin-bottom: 0;
}
.wp-block-image.w-100 figure,
.wp-block-image.w-100 img {
	width: 100% !important;
}
.wp-block-video.w-100 figure,
.wp-block-video.w-100 video {
	width: 100% !important;
}
.attachment svg,
.widget_media_image svg { max-width: 100%; height: auto; }
.wp-block-image figcaption {
    margin-top: .75em;
    margin-bottom: 1em;
	font-size: 1rem;
	line-height: 1.5;
	color: #808080;
	text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	position: relative;
    font-family: var(--theme-font-heading);
    font-weight: normal;
    line-height: 1.375;
	color: #000;
}
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: bold;
}

h1, .h1 { font-size: 2rem; }
h2, .h2 { font-size: 1.875rem; margin-bottom: 0.5rem; }
h3, .h3 { font-size: 1.75rem; margin-bottom: 0.5rem; }
h4, .h4 { font-size: 1.5rem; margin-bottom: 0.25rem; }
h5, .h5 { font-size: 1.25rem; margin-bottom: 0.125rem; }
h6, .h6 { font-size: 1.175rem; margin-bottom: 0.125rem; }
.h6.text-uppercase, 
h6.text-uppercase {
	font-family: var(--theme-font-heading);
	letter-spacing: 0;
}
.display-1, .display-2, .display-3, .display-4, .display-5 {
	font-weight: normal;
	line-height: 1.25;
}
.display-1 strong, .display-2 strong, .display-3 strong, .display-4 strong {
	font-weight: bold;
}
.display-1 {
	font-size: 6rem;
}
.display-2 {
	font-size: 3.5rem;
}
.display-3 {
	font-size: 2.75rem;
}
.display-4 {
	font-size: 2.25rem;
}
.display-5 {
	font-size: 1.875rem;
}
.display-pagetitle {
	font-size: 2.5rem;
	line-height: 1.125;
}
.display-posttitle {
	font-family: var(--theme-font-heading);
	font-size: 1.5rem;
}
.display-posttitle a {
	color: #000;
}
.display-posttitle a:hover {
	color: #B43B6B;
}
.display-teamtitle {
	font-size: 1.25rem;
}
@media (min-width: 768px) {
	.display-5 {
		font-size: 2rem;
	}
	.display-pagetitle {
		font-size: 3rem;
	}
}
@media (min-width: 992px) {
	.display-1 {
		font-size: 8rem;
	}
	.display-2 {
		font-size: 4.5rem;
	}
	.display-3 {
		font-size: 3.5rem;
	}
	.display-4 {
		font-size: 2.75rem;
	}
	.display-5 {
		font-size: 2.25rem;
	}
	.display-pagetitle {
		font-size: 3.5rem;
	}
	.display-teamtitle {
		font-size: 1.375rem;
	}
}
@media (min-width: 1200px) {
	.display-pagetitle {
		font-size: 4rem;
	}
}

.svg-icon { width: 1rem; height: 1rem; }
.svg-icon, .bi {
	position: relative;
	top: -2px;
}

.font-chulalongkorn { font-family: 'CHULALONGKORN', "Helvetica Neue",sans-serif !important; }
.font-heading { font-family: var(--theme-font-heading) !important; }
.font-heading strong { font-weight: bold; }
.font-body { font-family: var(--theme-font-body) !important; }
.font-body strong { font-weight: bold; }

.line-height-inherit { line-height: inherit !important; }

.table thead th,
.table tfoot th {
    font-family: var(--theme-font-heading) !important;
	letter-spacing: 0;
}
.table-fixed {
	table-layout: fixed !important;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6,
.text-light h1 a, .text-light h2 a, .text-light h3 a, .text-light h4 a, .text-light h5 a, .text-light h6 a, .text-light .h1 a, .text-light .h2 a, .text-light .h3 a, .text-light .h4 a, .text-light .h5 a, .text-light .h6 a,
.text-light h1 a:hover, .text-light h2 a:hover, .text-light h3 a:hover, .text-light h4 a:hover, .text-light h5 a:hover, .text-light h6 a:hover, 
.text-light .h1 a:hover, .text-light .h2 a:hover, .text-light .h3 a:hover, .text-light .h4 a:hover, .text-light .h5 a:hover, .text-light .h6 a:hover {
	color: #fff;
}
.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark .h1, .text-dark .h2, .text-dark .h3, .text-dark .h4, .text-dark .h5, .text-dark .h6,
.text-dark h1 a, .text-dark h2 a, .text-dark h3 a, .text-dark h4 a, .text-dark h5 a, .text-dark h6 a, .text-dark .h1 a, .text-dark .h2 a, .text-dark .h3 a, .text-dark .h4 a, .text-dark .h5 a, .text-dark .h6 a {
	color: #000;
}
.text-dark h1 a:hover, .text-dark h2 a:hover, .text-dark h3 a:hover, .text-dark h4 a:hover, .text-dark h5 a:hover, .text-dark h6 a:hover, 
.text-dark .h1 a:hover, .text-dark .h2 a:hover, .text-dark .h3 a:hover, .text-dark .h4 a:hover, .text-dark .h5 a:hover, .text-dark .h6 a:hover {
	color: #B43B6B;
}

.text-black { color: #000 !important; }

.mark, mark {
    padding: 0.25em 0.5em;
    background-color: #F6D1DF;
}

textarea, select, input, button { outline: 0 !important; }
button:focus,
button:active {
  	outline: 0 !important;
  	box-shadow: none;
}

.form-control { height: auto; border-radius: 0.125rem; padding-right: 1rem; padding-left: 1rem; }


.text-light a {
	color: #fff;
}
.text-light a:hover {
	color: #ECA3BF;
}

.text-black,
.text-black a {
	color: #000 !important;
}

.text-primary,
.text-primary-1 {
	color: #de5c8e !important;
}
.text-primary-dark,
.text-primary-2 {
	color: #B43B6B !important;
}
.text-secondary,
.text-secondary-1 {
	color: #1D57A5 !important;
}
.text-secondary-2 {
	color: #004680 !important;
}
.text-primary-light {
	color: #de5c8e !important;
}
.text-gray-900,
.text-gray-500 {
	color: #de5c8e !important;
}
.text-alt {
	color: #808080 !important;
}
.has-text-align-center {
	text-align: center;
}

.line-height-xs { line-height: 1.25 !important; }
.line-height-sm { line-height: 1.5 !important; }
.line-height-md { line-height: 1.75 !important; }
.line-height-lg { line-height: 2 !important; }
.line-height-xl { line-height: 2.25 !important; }

.bg-light { background-color: #EEE !important; }
.bg-light-1 { background-color: #EAE3D8 !important; }
.bg-light-2 { background-color: #E2E4E4 !important; }
.bg-pink-light { background-color: #FFE9E9; }
.bg-dark { background-color: #141414 !important; }
.bg-black { background-color: #000 !important; }

.bg-info-light { background-color: #ddedf0 !important; }

.bg-primary { background-color: #de5c8e !important; }
.bg-primary-light { background-color: #F6D1DF !important; }
.bg-primary-dark { background-color: #b43b6b !important; }
.bg-secondary { background-color: #595959 !important; }
.bg-secondary-light { background-color: #b4b4b4 !important; }
.bg-secondary-dark { background-color: #4F4F4F !important; }

.bg-blur-5 { filter: blur(5px); transform: scale(1.25,1.25); }
.bg-blur-10 { filter: blur(10px); transform: scale(1.25,1.25); }
.bg-blur-15 { filter: blur(15px); transform: scale(1.25,1.25); }
.bg-blur-20 { filter: blur(20px); transform: scale(1.25,1.25); }
.bg-blur-25 { filter: blur(25px); transform: scale(1.25,1.25); }
.bg-blur-30 { filter: blur(30px); transform: scale(1.25,1.25); }
.backdrop-blur,
.backdrop-blur-5 {
	background-color: rgba(0,0,0,.25);
    -webkit-backdrop-filter: blur(5px);
    		backdrop-filter: blur(5px);
}

.bg-gradient-light-to-white { background-image: linear-gradient( 180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 0) 100%) !important; }
.bg-gradient-white-to-light { background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 1) 100%) !important; }

.btn {
	width: auto;
	padding: 0.75rem 2rem;
	font-family: var(--theme-font-heading);
	font-size: 1.25rem;
	border-radius: 0.125rem;
}
.btn-primary {
	background-color: #de5c8e !important;
	border-color: #de5c8e !important;
	color: #fff !important;
}
.btn-primary:hover {
	background-color: #B43B6B !important;
	border-color: #B43B6B !important;
}
.btn-secondary {
	background-color: #4F4F4F !important;
	border-color: #4F4F4F !important;
	color: #fff !important;
}
.btn-secondary:hover {
	background-color: #272727 !important;
	border-color: #272727 !important;
}
.btn-white {
	color: #de5c8e !important;
	background-color: #fff !important;
}
.btn-white:hover {
	color: #B43B6B !important;
	background-color: #fff !important;
}
.btn-rounded {
	border-radius: 50rem;
}
.btn-circle {
	border-radius: 100%;
	text-align: center;
}
.btn-clean {
    padding: 0;
    background-color: transparent;
}
.btn-200 {
	min-width: 200px;
}
.btn-210 {
	min-width: 210px;
}
.btn-220 {
	min-width: 220px;
}
.btn-230 {
	min-width: 230px;
}
.btn-240 {
	min-width: 240px;
}
.btn-250 {
	min-width: 250px;
}
.btn-260 {
	min-width: 260px;
}
.btn-sm {
	font-size: 0.875rem;
}
.btn-md {
	font-size: 1.125rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.bg-overlay {
	opacity: 0.5;
}
.bg-multiply {
	mix-blend-mode: multiply;
    overflow: hidden;
	opacity: 0.5;
}
@media (min-width: 576px) {
	.bg-sm-transparent {
		background-color: transparent !important;
	}
}
@media (min-width: 768px) {
	.bg-md-transparent {
		background-color: transparent !important;
	}
}

.icon-writer { display: inline-block; width: 16px; height: 16px; background: var(--wpr-bg-6bd06c44-5af0-4829-a5c2-c140d6ae5437) 0 0 no-repeat; background-size: 16px 16px; }
.text-light .icon-writer { background: var(--wpr-bg-edec23b3-099d-4d2d-ab06-385be21a8771) 0 0 no-repeat; background-size: 16px 16px; }


.max-w-1024 {
	max-width: 1024px !important;
}

.section-border-top,
.section-border-top-lg,
.section-border-bottom,
.section-border-bottom-lg {
	position: relative;
}
.section-border-top::before,
.section-border-bottom::after {
	content: '';
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.125);
}
.section-border-top.text-light::before,
.section-border-bottom.text-light::after {
	background-color: rgba(255,255,255,0.125);
}
.section-border-bottom::after {
	top: auto;
	bottom: 0;
}
@media (min-width: 992px) {
	.section-border-top-lg::before,
	.section-border-bottom-lg::after {
		content: '';
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: rgba(0,0,0,0.125);
	}
	.section-border-top-lg.text-light::before,
	.section-border-bottom-lg.text-light::after {
		background-color: rgba(255,255,255,0.125);
	}
}

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

	# Layouts
		## Display

*************************************************************/
.d-middle {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 100%; 
	-webkit-transform: translate(-50%, -50%) !important; 
			transform: translate(-50%, -50%) !important;
}
.d-bg,
.d-overlay,
.d-multiply {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.d-overlay {
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
	opacity: 0.75;
}
.d-slash {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(75%,rgba(255,255,255,0)),to(rgba(255,255,255,.05)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 75%,rgba(255,255,255,.05) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 75%,rgba(255,255,255,.05) 100%);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.d-multiply {
	mix-blend-mode: multiply;
    overflow: hidden;
	opacity: 0.5;
}
.d-entry {
	position: relative;
	width: 100%;
}

@media (min-width: 1400px) {
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
}



.btn-close { 
	position: absolute; 
	top: 0; 
	right: 0;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: transparent;
	width: 40px; 
	height: 40px; 
	cursor: pointer; 
	-webkit-transition: all 200ms ease-out; 
			transition: all 200ms ease-out; 
}
.btn-close::after, 
.btn-close::before { 
	position: absolute; 
	content: ""; 
	top: 50%; 
	left: 50%; 
	width: 18px; 
	height: 2px; 
	background-color: #000;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); 
			transform: translate3d(-50%, -50%, 0) rotate(45deg); 
	-webkit-transition: all 400ms cubic-bezier(0.25, 0.6, 0.36, 1); 
			transition: all 400ms cubic-bezier(0.25, 0.6, 0.36, 1); 
}
.btn-close.text-light::after,
.btn-close.text-light::before{
	background-color: #fff;
}
.btn-close::before { 
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); 
			transform: translate3d(-50%, -50%, 0) rotate(-45deg); 
	-webkit-transition-delay: 65ms; 
			transition-delay: 65ms; 
}
.btn-close:hover::after { 
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(225deg); 
			transform: translate3d(-50%, -50%, 0) rotate(225deg); 
}
.btn-close:hover::before { 
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg); 
			transform: translate3d(-50%, -50%, 0) rotate(135deg); 
}
.btn-close:active { 
	-webkit-transition: none; 
			transition: none; 
}




#header {
	z-index: 99;
	position: relative;
	width: 100%;
}
#header .widget {
	width: 100%;
	margin: 0;
}

.navbar {
	z-index: 500;
	position: relative;
	padding: 0;
}
.navbar::before {
	display: none;
}
.navbar > .container-outer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
@media (min-width: 1200px) { 
	.navbar > .container-outer {
		width: 100%;
	}
}
@media (min-width: 1400px) { 
	.navbar > .container-outer {
		width: 100%;
	}
}

/* 
	Logo
------------------------------------------------*/
#logo {
	z-index: 502;
	position: relative;
	width: 166px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
}
#logo img {
	display: none;
}
#logo .logo-chula {
	width: 166px;
	height: 60px;
	margin: 0;
	transition: all 0.3s ease;
}
#logo-dark {
	background: var(--wpr-bg-bc410be7-3ff7-4152-84ac-a752928cd35f) 0 0 no-repeat;
	background-size: contain;
}
#logo-light {
	background: var(--wpr-bg-ba9227db-4266-4516-9416-16fb1b88d1e9) 0 0 no-repeat;
	background-size: contain;
}
#logo-dark + #logo-light {
	position: absolute;
	top: 0; 
	left: 0;
	opacity: 0;
	visibility: hidden;
}
@media (min-width: 768px) {
	#logo .logo-chula {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	#logo.hide .logo-chula {
		display: none;
	}
}
@media (min-width: 992px) { 
	#header.text-light #logo-dark { 
		opacity: 0; 
		visibility: hidden; 
	}
	#header.text-light #logo-dark + #logo-light { 
		opacity: 1; 
		visibility: visible; 
	}
}
@media (min-width: 992px) and (max-width: 1279.98px) {
	#logo {
		width: 155px;
	}
	#logo .logo-chula {
		width: 155px;
		height: 56px;
	}
}

.header-actions {
	height: 60px;
}
@media (min-width: 1200px) {
	#logo {
		width: 172px;
	}
	.header-actions {
		height: 70px;
	}
}

.searchsite-toggler {
	width: 52px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background: var(--wpr-bg-29008bdd-9333-4b79-bbaf-47e094ee02c5) 50% 50% no-repeat;
	background-size: 16px 16px;
	color: #000;
}
@media (min-width: 1200px) {
	.searchsite-toggler {
		height: 70px;
		line-height: 70px;
	}
}

.navbar-toggler {
	position: relative;
	width: 52px;
	height: 60px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}
.navbar-toggler span.hamburger, 
.navbar-toggler span.hamburger::after, 
.navbar-toggler span.hamburger::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%; 
	right: 16px;
	left: auto;
	width: 10px;
	height: 3px;
	margin-top: -1px;
	border-radius: 2px;
	background-color: #000;
	-webkit-transform: rotate(0deg);
  	   -moz-transform: rotate(0deg);
  		 -o-transform: rotate(0deg);
  			transform: rotate(0deg);
	-webkit-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
	   -moz-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
		 -o-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
			transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000); 
	-webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
		 -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
			transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
	transition-delay: 0s;		
}
.navbar-toggler span.hamburger::before { 
	top: 0; 
	right: 0;
	margin-top: -8px; 
	width: 20px;
}
.navbar-toggler span.hamburger::after { 
	top: 0; 
	right: 0;
	margin-top: 8px; 
	width: 20px;
}
.navbar-toggler:not(.collapsed) span.hamburger { 
	background: transparent !important; 
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
.navbar-toggler:not(.collapsed) span.hamburger::before {  
	background-color: #000;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
			transform: rotate(135deg);
	margin-top: 0;
}
.navbar-toggler:not(.collapsed) span.hamburger::after {  
	background-color: #000;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
		 -o-transform: rotate(-135deg);
			transform: rotate(-135deg);
	margin-top: 0;
}
@media (min-width: 1200px) {
	.navbar-toggler {
		height: 70px;
	}
}

.language-switcher {
	display: flex;
	justify-content: space-between;
	width: 100px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-radius: 20px;
	border: 2px solid transparent;
	background-color: #e1e3e5;
	overflow: hidden;
}
.language-switcher li {
	list-style: none;
}
.language-switcher li a {
	display: block;
	width: 48px;
	height: 36px;
	line-height: 36px;
	border-radius: 50rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #898989;
	text-align: center;
	text-transform: uppercase;
}
.language-switcher li a:hover {
	color: #B43B6B;
}
.language-switcher li.current-lang a {
	background-color: #fff;
	color: #B43B6B;
}
@media (min-width: 576px) {
	.language-switcher {
		margin-right: 1rem;
	}
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .show > .nav-link
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show {
    color: #000;
}
.dropdown-item:focus, 
.dropdown-item:hover, 
.dropdown-link:focus, 
.dropdown-link:hover {
    color: #de5c8e;
}
.dropdown-item + .dropdown-item, 
.dropdown-item + .dropdown-link, 
.dropdown-link + .dropdown-item, 
.dropdown-link + .dropdown-link {
    margin-top: 0.5rem;
}
.dropdown-menu-fluid,
.dropdown-menu-full,
.dropdown-menu-fullwidth {
    min-width: 100vw;
}

.navbar-nav {
	font-family: var(--theme-font-heading);
}
.navbar-nav a {
	color: #000;
}
@media (max-width: 991.98px) {
	.navbar-nav .dropdown .dropdown-toggle:after {
		content: "";
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width: 52px;
		height: 44px;
		background: var(--wpr-bg-5697138c-d216-4b33-8e26-7ef8d70f85cd) 50% 50% no-repeat;
		background-size: 1rem 1rem;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		padding-right: 1rem;
		padding-left: 1rem;
		font-size: 1rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}
@media (max-width: 991.98px) {
	.navbar-nav {
		font-size: 1rem;
	}
	.navbar-nav > .nav-item {
		border-top: 1px solid #e1e3e5;
	}
	.navbar-nav > .nav-item:first-child {
		border-top: none;
	}
	.navbar-nav > .nav-item > .nav-link {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.navbar-nav > .nav-item.current-menu-item > .nav-link {
		color: #de5c8e;
		font-weight: 700;
	}
	.navbar-nav:first-child {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.navbar-nav > .dropdown > .dropdown-toggle {
		padding-right: 52px;
	}
	.navbar-nav .dropdown.show > .dropdown-toggle::after {
		-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				transform: rotate(0deg);
	}
	.navbar-nav > .dropdown .dropdown-menu {
		margin: 0;
		padding: 0.5rem 0 0.5rem 1.5rem;
		border-top: 1px solid #e1e3e5;
		background-color: #EEE;
	}
	.navbar-nav > .dropdown .dropdown-menu .dropdown-menu {
		margin-bottom: 0.5rem;
		padding-top: 0.5rem;
		padding-right: 0;
		padding-bottom: 0;
		border-top: 1px solid #e1e3e5;
	}
	.navbar-nav > .dropdown .dropdown-menu li + li {
		margin-top: 0;
		border-top: 1px solid #e1e3e5;
	}
	.dropdown-item,
	.dropdown-link {
		display: block;
		width: 100%;
		padding: 0.5rem 0;
		clear: both;
		font-weight: 400;
		color: #000;
		text-align: inherit;
		white-space: normal;
		background-color: transparent;
		border: 0;
	}
	.dropdown-item.dropright {
		padding: 0;
	}
}
.navbar-nav-desktop .nav-item > .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.925rem;
	text-transform: uppercase;
	line-height: 40px;
	border-radius: 0.25rem;
}
.navbar-nav-desktop .nav-item:hover > .nav-link,
.navbar-nav-desktop .nav-link:hover {
	background-color: #FFE9E9;
	color: #B43B6B !important;
}
.navbar-nav-desktop .dropdown-menu {
	margin-top: 34px;
	border-radius: 0;
	border-bottom-right-radius: 0.125rem;
	border-bottom-left-radius: 0.125rem;
	border-top: 1px solid #B43B6B;
	border-bottom: 2px solid #000;
	overflow: hidden;
}
.navbar-nav-desktop .dropdown-menu.dropdown-menu-fullwidth {
	margin-left: -16px;
}
.navbar-nav-desktop .dropdown-menu .dropdown-heading {
	font-size: 1.25rem;
	color: #de5c8e;
	margin-bottom: 1rem;
}
.navbar-nav-desktop .dropdown-menu .dropdown-heading a {
	color: #de5c8e;
}
.navbar-nav-desktop .dropdown-menu .dropdown-heading a:hover {
	color: #B43B6B;
}
.navbar-nav-desktop .dropdown-menu .list-menu {
	margin-bottom: 1.5rem !important;
	padding-left: 0;
	line-height: 1.5;
}
.navbar-nav-desktop .dropdown-menu .list-menu li {
	list-style: none;
	padding-bottom: 0.5rem;
	border-bottom: 1px dashed #e1e3e5;
}
.navbar-nav-desktop .dropdown-menu .list-menu li a {
	color: #000;
}
.navbar-nav-desktop .dropdown-menu .list-menu li a:hover {
	color: #B43B6B;
}
.navbar-nav-desktop .dropdown-menu .list-menu li + li {
	margin-top: 0.5rem;
}
@media (min-width: 1140px) {
	.navbar-nav-desktop .nav-item > .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}
@media (min-width: 1200px) {
	.navbar-nav-desktop .nav-item > .nav-link {
		font-size: 1rem;
	}
	.navbar-nav-desktop > .dropdown > .dropdown-toggle, 
	.navbar-nav-desktop > .dropdown > .nav-link {
		padding-right: 1.75rem;
	}
	.navbar-nav-desktop > .dropdown > .dropdown-toggle::after, 
	.navbar-nav-desktop > .dropdown > .nav-link::after {
		content: '';
		position: absolute;
		top: 0;
		width: 0.75rem;
		height: 100%;
		margin-left: 0.5rem;
		background: var(--wpr-bg-b40d3f5f-6bb2-4d4d-8450-fc570bde9ed0) right center no-repeat;
		background-size: contain;
	}
	.navbar-nav-desktop > .dropdown:hover > .dropdown-toggle::after, 
	.navbar-nav-desktop > .dropdown:hover > .nav-link::after {
		color: #B43B6B;
	}
}
@media (min-width: 1400px) {
	.navbar-nav-desktop > .nav-item {
		margin-left: 0.125rem;
		margin-right: 0.125rem;
	}
	.navbar-nav-desktop .nav-item > .nav-link {
		font-size: 1.125rem;
	}
	.navbar-nav-desktop .dropdown-menu {
		font-size: 1.125rem;
	}
}
@media (min-width: 1680px) {
	.navbar-nav-desktop > .nav-item {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}
	.navbar-nav-desktop .dropdown-menu .dropdown-heading {
		font-size: 1.325rem;
		margin-bottom: 0.75rem;
	}
	.navbar-nav-desktop .dropdown-menu .list-menu {
		margin-top: 0.75rem;
	}
	.navbar-nav-desktop .dropdown-menu .dropdown-menu-body {
		padding: 2rem 2rem 3rem 2rem;
	}
	
}
.dropdown-menu,
.dropdown-menu-col {
	border-radius: 0;
	box-shadow: none;
}
.dropdown-header {
	color: #de5c8e;
}

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

	# Header
		## Header Search Site

*************************************************************/
.header-searchsite {
	z-index: 510;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	padding: 0;
	background-color: #EEE;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transform: translateY(-100%); 
	   -moz-transform: translateY(-100%); 
			transform: translateY(-100%);
}
.searchsite-is-open .header-searchsite {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0); 
	   -moz-transform: translateY(0); 
			transform: translateY(0);
}
.header-searchsite .btn-close {
	z-index: 100;
	top: 0;
	left: 0;
	width: 72px;
	height: 92px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: #B43B6B;
}
.header-searchsite .btn-close::after, 
.header-searchsite .btn-close::before { 
	background-color: #fff; 
}
.searchsite-form {
	z-index: 1;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.searchsite-form .searchsite-input {
	float: left;
	display: inline-block; 
	box-sizing: border-box; 
	width: 100%;
	height: 92px;
	line-height: 92px;
	padding: 0 92px 0 24px;
	border: none;
	border-radius: 0;
	background-color: #fff;
	font-size: 1em;
	color: #000; 
	text-align: left;
	transition: all 0.3s ease;
}
.searchsite-form .searchsite-input::-webkit-input-placeholder {
	opacity: 0.25; 
	color: #000; 
}
.searchsite-form .searchsite-input::-moz-placeholder {
	opacity: 0.25; 
	color: #000; 
}
.searchsite-form .searchsite-input:-ms-input-placeholder {
	opacity: 0.25; 
	color: #000; 
}
.searchsite-form .searchsite-input::-webkit-search-cancel-button,
.searchsite-form .searchsite-input::-webkit-search-decoration { 
	-webkit-appearance: none; 
}
.searchsite-form .searchsite-input::-ms-clear { 
	display: none; 
}
.searchsite-form .searchsite-input:focus {
	color: #000;
}
.searchsite-form .searchsite-submit {
	position: absolute;
	right: 0;
	width: 72px;
	height: 92px;
	line-height: 92px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #de5c8e var(--wpr-bg-d1e917c2-90ab-41d2-b1b2-acb71255f7e1) 50% 50% no-repeat;
	background-size: 20px 20px;
	text-align: center;
	cursor: pointer;
}
@media (min-width: 576px) {
	.searchsite-form .searchsite-input {
		padding: 0 112px 0 32px;
	}
	.searchsite-form .searchsite-submit {
		width: 92px;
	}
}
@media (min-width: 1200px) {
	.searchsite-form .searchsite-input {
		padding-left: 48px;
	}
}




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

	# Plugin
		## Flickity

*************************************************************/
.flickity-page-dots {
	position: absolute;
	bottom: 16px;
	width: 100%;
}
.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.flickity-page-dots .dot.is-selected {
	width: 24px;
	border-radius: 4px;
    background-color: #fff;
}
@media (min-width: 576px) { 
	.flickity-page-dots {
		bottom: 24px;
	}
}
@media (min-width: 768px) { 
	.flickity-page-dots {
		bottom: 32px;
	}
}
@media (min-width: 1600px) { 
	.flickity-page-dots {
		bottom: 48px;
	}
}

.flickity.align-items-center .flickity-slider {
	display: flex;
	align-items: center;
}

/*
	Kadence
------------------------------------------------*/
.wp-bootstrap-blocks-row.row.alignfull{margin-left:0;margin-right:0}
.wp-block-kadence-icon.d-block a.kt-svg-icon-link > div {
	display: block !important;
}
.kt-row-has-bg > .kt-row-column-wrap {
    padding-left: unset;
    padding-right: unset;
}
.kb-row-layout-wrap.px-0 > .kt-row-column-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.kb-row-layout-wrap.p-0 > .kt-row-column-wrap {
	padding: 0 !important;
}
.wp-block-kadence-advancedgallery.img-rounded-1 img {
	border-radius: 0.5rem !important;
}
.wp-block-kadence-advancedgallery .kt-blocks-carousel .splide__arrow--prev {
	left: 1rem !important;
}
.wp-block-kadence-advancedgallery .kt-blocks-carousel .splide__arrow--next {
	right: 1rem !important;
}
.wp-block-kadence-image img {
	height: auto;
}



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

	Section: Inspiration Quote

*************************************************************/
.section-inspirational { 
	position: relative;
}
.section-inspirational blockquote {
	margin-bottom: 0;
}
.section-inspirational .inspirational-media {
	z-index: 51;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.section-inspirational .inspirational-media img {
    z-index: 1;
    position: relative;
	display: inline-block;
    width: 90px !important;
	max-width: 90px !important;
    height: 90px !important;
	max-height: 90px !important;
	margin-top: -45px;
	margin-bottom: 15px;
    border: 5px solid #fff;
	border-radius: 50%;
	transition: all 0.3s;
    -webkit-box-shadow: 0 15px 30px -20px black !important;
       -moz-box-shadow: 0 15px 30px -20px black !important;
    		box-shadow: 0 15px 30px -20px black !important;
}
.blockquote-inspirational {
	margin: 0;
	padding-top: 48px;
	padding-bottom: 48px;
	font-family: var(--theme-font-heading);
	font-size: 1.75rem;
	line-height: 1.375;
}
.blockquote-inspirational p {
	margin-bottom: 0;
}
.blockquote-inspirational p:first-child {
	text-indent: 90px;
}
.blockquote-inspirational > p:first-of-type::before, 
.blockquote-inspirational > p:first-of-type::after { 
	content: '“';
	font-family: Georgia, serif;
	font-size: 2.5rem;
	line-height: 0;
	vertical-align: -0.1em;
	margin-right: .2em;
}
.blockquote-inspirational > p:first-of-type::after { 
	content: '”';
}
.blockquote-inspirational > p:first-of-type::after { 
	margin-right: 0;
	margin-left: .25em;
}
.blockquote-inspirational cite {
	font-size: 0.625em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	color: #000;
}
.blockquote-inspirational cite small {
	display: block;
	margin-top: 0.5em;
}
.blockquote-inspirational cite small,
.blockquote-inspirational cite .text-alt {
	color: #4F4F4F;
}
.text-light .blockquote-inspirational,
.text-light .blockquote-inspirational cite,
.blockquote-inspirational.text-light,
.blockquote-inspirational.text-light cite {
	color: #fff;
}
.text-light .blockquote-inspirational cite small,
.text-light .blockquote-inspirational cite .text-alt,
.blockquote-inspirational.text-light cite small,
.blockquote-inspirational.text-light cite .text-alt {
	color: #bfbfbf;
}
@media (min-width: 576px) {
	.section-inspirational .inspirational-media img {
		width: 110px !important;
		max-width: 110px !important;
		height: 110px !important;
		max-height: 110px !important;
		margin-top: -55px;
	}
	.blockquote-inspirational {
		font-size: 2rem;
	}
	.blockquote-inspirational p:first-child {
		text-indent: 110px;
	}
	.blockquote-inspirational cite small {
		display: inline;
		margin-left: 10px;
	}
}
@media (min-width: 768px) {
	.blockquote-inspirational {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}
@media (min-width: 992px) {
	.blockquote-inspirational {
		font-size: 2.25rem;
	}
	.section-inspirational .inspirational-media img {
		width: 130px !important;
		max-width: 130px !important;
		height: 130px !important;
		max-height: 130px !important;
		margin-top: -65px;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.blockquote-inspirational {
		font-size: 2.5rem;
	}
	
	.blockquote-inspirational p:first-child {
		text-indent: 130px;
	}
}
@media (min-width: 1400px) {
	.section-inspirational .inspirational-media {
		left: 1rem;
	}
}

/*
	Box
------------------------------------------------*/
.box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	   -ms-flex-align: stretch;
		  align-items: stretch;
	-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	margin: 0 auto;
}
.box-cell {
  	position: relative;
	box-sizing: border-box;
}


/*	
	Box: Links (Page: Next & Previous & View All, Footer: Subscribe & Giving )
----------------------------------------------*/
.box-boldlink .box-cell {
	position: relative;
	width: 50%;
}
.box-boldlink .box-cell.cell-viewall {
	width: 100%;
}
.box-boldlink .box-cell a {
	display: block;
	height: 100%;
	padding: 32px 16px;
	font-family: var(--theme-font-heading);
	font-size: 1.25em;
	color: #000;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
}
.box-boldlink .box-cell a:hover {
	color: #de5c8e;
}
.box-boldlink .box-cell:nth-child(2)::before {
    content: '';
    position: absolute;
	top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}
.box-boldlink .box-cell:nth-child(2)::after {
    content: '';
    position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
}
.box-boldlink .box-cell.cell-viewall::before {
    content: '';
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
}
@media (min-width: 576px) {
	.box-boldlink .box-cell a {
		padding: 32px;
	}
}
@media (min-width: 1200px) {
	.box-boldlink .box-cell a {
		padding: 40px;
		font-size: 1.5em;
	}
}
@media (min-width: 1440px) {
	.box-boldlink .box-cell a {
		padding: 48px;
		font-size: 1.75em;
	}
}


/* 
	Sub Logo (Footer)
------------------------------------------------*/
.logo-sub {
    width: 122px;
    height: 60px;
    margin: 0 auto 1.25rem auto;
    background: var(--wpr-bg-ad0dfe60-440b-4671-99ed-1056a6c6d68f) 0 0 no-repeat;
    background-size: 122px 60px;
}
.logo-sub a {
	display: block;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.logo-sub {
		margin: 0;
	}
}

/* 
	Social Media Links
------------------------------------------------*/
.menu-socialmedia {
	margin: 0;
	padding: 0;
}
.menu-socialmedia li {
	display: inline-block;
	margin: 0 15px;
}
@media (min-width: 576px) {
	.menu-socialmedia li {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.menu-socialmedia {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.menu-socialmedia li {
		font-size: 1.25em;
		margin-right: 20px;
	}
}
.menu-socialmedia a,
.menu-socialmedia a:visited { color:  #000 !important; }
.menu-socialmedia svg { width: 1.5rem; height: 1.5rem; }
.menu-socialmedia .facebook a:hover svg { color: #446ebf !important; }
.menu-socialmedia .twitter a:hover svg { color: #39aadc !important; }
.menu-socialmedia .youtube a:hover svg { color: #ee423d !important; }
.menu-socialmedia .instagram a:hover svg { color: #95604b !important; }
.menu-socialmedia .line a:hover svg { color: #00b900 !important; }
@media (min-width: 1400px) {
	.menu-socialmedia svg { width: 2rem; height: 2rem; }
}

.menu-socialmedia-news {
	margin: 16px 0 0 0;
	padding: 0;
}
.menu-socialmedia-news li {
	display: inline-block;
	margin: 0 12px;
}
.menu-socialmedia-news li img {
	max-width: 24px;
	height: auto;
}
@media (min-width: 576px) {
	.menu-socialmedia-news li {
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.menu-socialmedia-news {
		margin-top: 0;
		margin-left: 12px;
		padding-left: 32px;
		border-left: 1px solid #e1e3e5;
	}
	.menu-socialmedia-news li:last-child {
		margin-left: 0;
	}
}
@media (min-width: 1400px) {
	.menu-socialmedia-news li img {
		max-width: 32px;
	}
}


/*
	Vertical Menu
------------------------------------------------*/
.menu-vertical {
	font-family: var(--theme-font-heading);
	line-height: 1.25;
	margin-bottom: 2rem;
	padding-left: 0;
}
.menu-vertical li {
	margin: 0;
	list-style: none;
}
.menu-vertical li i {
	width: 30px;
	text-align: left;
}
.menu-vertical li + li {
	margin-top: 0.75rem;
}
.menu-vertical li a {
	position: relative;
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.menu-vertical li a::before,
.menu-vertical li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(0,0,0,0);
}
.menu-vertical li a::after {
	left: 0;
	width: 0;
	opacity: 0;
	-webkit-transform: translateX(-0%);
  	   -moz-transform: translateX(-0%);
  		-ms-transform: translateX(-0%);
  		 -o-transform: translateX(-0%);
  			transform: translateX(-0%);
	transition: all 0.4s ease;
}
.menu-vertical li a:hover,
.menu-vertical li.current-menu-item > a,
.menu-vertical li.current_page_item > a {
	color: #de5c8e;
}
.menu-vertical li.current-page-ancestor > a,
.menu-vertical li.current-menu-ancestor > a,
.menu-vertical li.current-menu-parent > a,
.menu-vertical li.current-page-parent > a,
.menu-vertical li.current_page_parent > a,
.menu-vertical li.current_page_ancestor > a {
	color: #de5c8e;
}
.menu-vertical.text-center {
	padding-left: 0;
}
.menu-vertical.text-center li {
	list-style: none;
}
.text-light .menu-vertical li a {
	color: #fff;
}
.text-light .menu-vertical li a:hover {
	color: #ECA3BF;
}
.text-light .menu-vertical li a::before,
.text-light .menu-vertical li a::after {
	background-color: rgba(255,255,255,0);
}
.menu-vertical li.menu-item-has-children {
	position: relative;
}
.menu-vertical li.menu-item-has-children > a {
	padding-left: 20px;
}
.menu-vertical li.menu-item-has-children::after {
	content: "\f067";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 7px;
	width: 20px;
	height: 14px;
	line-height: 14px;
	font-size: 0.75rem;
	color: #000;
	text-align: left;
	transition: all 0.3s ease;
}
.menu-vertical li.menu-item-has-children.menu-item-has-children-open::after {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	  	 -o-transform: rotate(-45deg);
	  	    transform: rotate(-45deg);
	color: #de5c8e;
}
.menu-vertical li.menu-item-has-children > a::after {
	width: 0 !important;
}
.menu-vertical .sub-menu {
    position: relative;
    display: none;
    float: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 4px 0;
    background-color: transparent;
    padding-left: 19px;
    border-left: 1px solid #de5c8e;
}
@media (min-width: 768px) { 
	.menu-vertical {
		margin-top: 0;
	}
}
@media (min-width: 992px) { 
	.menu-vertical-pagetitle {
		padding-top: 16px;
	}
}




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

	Grid Post

*************************************************************/
.grid-post {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0;
	width: 100%;
}
.grid-post.grid-gap-0 {
	grid-column-gap: 0 !important;
	grid-row-gap: 0 !important;
}
.grid-post.grid-gap-post {
	grid-row-gap: 16px;
}
.grid-post.grid-gap-line {
	grid-row-gap: 1px;
}
.grid-post.grid-gap-sm {
	grid-row-gap: 8px;
}
.grid-post.grid-gap-md {
	grid-row-gap: 16px;
}
.grid-post.grid-gap-lg {
	grid-row-gap: 24px;
}
.grid-post.grid-gap-xl {
	grid-row-gap: 32px;
}
.grid-post.grid-template-landings {
	grid-template-columns: 1fr;
	grid-row-gap: 4px;
}
.grid-post.grid-template-features {
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 4px;
	grid-row-gap: 4px;
}
.grid-post.grid-template-separator {
	border-top: 5px solid #000;
}
.grid-post.grid-template-separator.separator-1 {
	border-top-width: 1px;
}
.grid-post.grid-template-separator.separator-white {
	border-color: #fff;
}
.grid-post.grid-template-separator::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #000;
}
.grid-post.grid-template-separator.separator-1::after {
	height: 1px;
}
.grid-post.grid-template-separator.separator-white::after {
	background-color: #fff;
}
.grid-post.grid-template-separator .grid-post-item {
	border-bottom: 5px solid #000;
}
.grid-post.grid-template-separator.separator-1 .grid-post-item {
	border-bottom-width: 1px;
}
.grid-post.grid-template-separator.separator-white .grid-post-item {
	border-color: #fff;
}
.no-cssgrid .grid-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-box-align: stretch;
	   -ms-flex-align: stretch;
		  align-items: stretch;
	-ms-flex-flow: row wrap;
		flex-flow: row wrap;
}
.no-cssgrid .grid-post.grid-gap-post {
	margin-bottom: -16px;
}
.no-cssgrid .grid-post.grid-gap-line {
	margin-bottom: -1px;
}
.no-cssgrid .grid-post.grid-gap-sm {
	margin-bottom: -8px;
}
.no-cssgrid .grid-post.grid-gap-md {
	margin-bottom: -16px;
}
.no-cssgrid .grid-post.grid-gap-lg {
	margin-bottom: -24px;
}
.no-cssgrid .grid-post.grid-gap-xl {
	margin-bottom: -32px;
}
.no-cssgrid .grid-post .grid-item {
	position: relative;
	box-sizing: border-box;
}
.no-cssgrid .grid-post.grid-gap-post .grid-item {
	margin-bottom: 16px;
}
.no-cssgrid .grid-post.grid-gap-sm .grid-item {
	margin-bottom: 8px;
}
.no-cssgrid .grid-post.grid-gap-md .grid-item {
	margin-bottom: 16px;
}
.no-cssgrid .grid-post.grid-gap-lg .grid-item {
	margin-bottom: 24px;
}
.no-cssgrid .grid-post.grid-gap-xl .grid-item {
	margin-bottom: 32px;
}
.no-cssgrid .grid-post.grid-template-landings {
	width: 100%;
	margin-bottom: -2px;
}
.no-cssgrid .grid-post.grid-template-landings .grid-item {
	margin: 0 0 4px 0;
}
.no-cssgrid .grid-post.grid-template-features {
	width: calc(100% + 4px);
	margin-bottom: -4px;
}
.no-cssgrid .grid-post.grid-template-features .grid-item {
	width: calc(50% - 4px);
	margin-right: 4px;
	margin-bottom: 4px;
}
@media (min-width: 576px) {
	.grid-post.grid-template-col-2,
	.grid-post.grid-template-col-3,
	.grid-post.grid-template-col-4,
	.grid-post.grid-template-col-5,
	.grid-post.grid-template-col-post {
		grid-template-columns: 1fr 1fr;
	}
	.grid-post.grid-gap-post {
		grid-column-gap: 16px;
	}
	.grid-post.grid-template-col-2.grid-gap-sm,
	.grid-post.grid-template-col-3.grid-gap-sm,
	.grid-post.grid-template-col-4.grid-gap-sm,
	.grid-post.grid-template-col-5.grid-gap-sm,
	.grid-post.grid-template-col-post.grid-gap-sm {
		grid-column-gap: 8px;
	}
	.grid-post.grid-template-col-2.grid-gap-md,
	.grid-post.grid-template-col-3.grid-gap-md,
	.grid-post.grid-template-col-4.grid-gap-md,
	.grid-post.grid-template-col-5.grid-gap-md,
	.grid-post.grid-template-col-post.grid-gap-md {
		grid-column-gap: 16px;
	}
	.grid-post.grid-template-col-2.grid-gap-lg,
	.grid-post.grid-template-col-3.grid-gap-lg,
	.grid-post.grid-template-col-4.grid-gap-lg,
	.grid-post.grid-template-col-5.grid-gap-lg,
	.grid-post.grid-template-col-post.grid-gap-lg {
		grid-column-gap: 24px;
	}
	.grid-post.grid-template-col-2.grid-gap-xl,
	.grid-post.grid-template-col-3.grid-gap-xl,
	.grid-post.grid-template-col-4.grid-gap-xl,
	.grid-post.grid-template-col-5.grid-gap-xl,
	.grid-post.grid-template-col-post.grid-gap-xl {
		grid-column-gap: 32px;
	}
	.grid-post.grid-template-landings {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 4px;
		grid-row-gap: 4px;
	}
	.grid-post.grid-template-separator.grid-template-col-2 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.grid-template-col-3 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.grid-template-col-4 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(2n+1) {
		border-right: 1px solid #000;
	}
	.grid-post.grid-template-separator.separator-white.grid-template-col-2 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.separator-white.grid-template-col-3 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.separator-white.grid-template-col-4 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.separator-white.grid-template-col-5 .grid-post-item:nth-child(2n+1) {
		border-color: #fff;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post {
		width: calc(100% + 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-sm,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-sm,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-sm,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-sm {
		width: calc(100% + 8px);
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-md,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-md,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-md,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-md {
		width: calc(100% + 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-lg,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-lg,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-lg,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-lg {
		width: calc(100% + 24px);
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-xl,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-xl,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-xl,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-xl {
		width: calc(100% + 32px);
	}
	.no-cssgrid .grid-post.grid-template-col-2 .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3 .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4 .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5 .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post .grid-item {
		width: 50%;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post .grid-item {
		width: calc(50% - 16px);
		margin-right: 16px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-sm .grid-item {
		width: calc(50% - 8px);
		margin-right: 8px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-md .grid-item {
		width: calc(50% - 16px);
		margin-right: 16px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-lg .grid-item {
		width: calc(50% - 24px);
		margin-right: 24px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-xl .grid-item {
		width: calc(50% - 32px);
		margin-right: 32px;
	}
	.no-cssgrid .grid-post.grid-template-landings {
		width: calc(100% + 4px);
		margin-bottom: -4px;
	}
	.no-cssgrid .grid-post.grid-template-landings .grid-item {
		width: calc(50% - 4px);
		margin-right: 4px;
		margin-bottom: 4px;
	}
}
@media (min-width: 768px) {
	.grid-post.grid-gap-post {
		grid-column-gap: 32px;
		grid-row-gap: 32px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post {
		width: calc(100% + 32px);
		margin-bottom: -32px;
	}
	.no-cssgrid .grid-post.grid-template-col-2.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post .grid-item {
		width: calc(50% - 32px);
		margin-right: 32px;
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.grid-post.grid-template-col-3,
	.grid-post.grid-template-col-4,
	.grid-post.grid-template-col-5,
	.grid-post.grid-template-col-post {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.grid-post.grid-template-separator.grid-template-col-3 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.grid-template-col-4 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(2n+1) {
		border-right: none;
	}
	.grid-post.grid-template-separator.grid-template-col-3 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.grid-template-col-3 .grid-post-item:nth-child(3n+2),
	.grid-post.grid-template-separator.grid-template-col-4 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.grid-template-col-4 .grid-post-item:nth-child(3n+2),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(3n+2) {
		border-right: 1px solid #000;
	}
	.grid-post.grid-template-separator.separator-white.grid-template-col-3 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.separator-white.grid-template-col-3 .grid-post-item:nth-child(3n+2),
	.grid-post.grid-template-separator.separator-white.grid-template-col-4 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.separator-white.grid-template-col-4 .grid-post-item:nth-child(3n+2),
	.grid-post.grid-template-separator.separator-white.grid-template-col-5 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.separator-white.grid-template-col-5 .grid-post-item:nth-child(3n+2) {
		border-color: #fff;
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-post .grid-item {
		width: calc(33.3333333% - 32px);
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-sm .grid-item {
		width: calc(33.3333333% - 8px);
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-md .grid-item {
		width: calc(33.3333333% - 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-lg .grid-item {
		width: calc(33.3333333% - 24px);
	}
	.no-cssgrid .grid-post.grid-template-col-3.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-post.grid-gap-xl .grid-item {
		width: calc(33.3333333% - 32px);
	}
}
@media (min-width: 1200px) {
	.grid-post.grid-template-landings {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 4px;
		grid-row-gap: 4px;
	}
	.no-cssgrid .grid-post.grid-template-landings {
		width: calc(100% + 4px);
		margin-bottom: -4px;
	}
	.no-cssgrid .grid-post.grid-template-landings .grid-item {
		width: calc(25% - 4px);
		margin-right: 4px;
		margin-bottom: 4px;
	}
}
@media (min-width: 1400px) {
	.grid-post.grid-template-col-4,
	.grid-post.grid-template-col-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.grid-post.grid-template-separator.grid-template-col-4 .grid-post-item,
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item {
		border-right: 1px solid #000;
	}
	.grid-post.grid-template-separator.separator-white.grid-template-col-4 .grid-post-item,
	.grid-post.grid-template-separator.separator-white.grid-template-col-5 .grid-post-item {
		border-color: #fff;
	}
	.grid-post.grid-template-separator.grid-template-col-4 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.grid-template-col-4 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.grid-template-col-4 .grid-post-item:nth-child(3n+2),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(3n+2) {
		border-right: 1px solid #000;
	}
	.grid-post.grid-template-separator.grid-template-col-4 .grid-post-item:nth-child(4n),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(4n) {
		border-right: none;
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-post .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item {
		width: calc(25% - 32px);
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-sm .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm .grid-item {
		width: calc(25% - 8px);
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-md .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md .grid-item {
		width: calc(25% - 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-lg .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg .grid-item {
		width: calc(25% - 24px);
	}
	.no-cssgrid .grid-post.grid-template-col-4.grid-gap-xl .grid-item,
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl .grid-item {
		width: calc(25% - 32px);
	}
}
@media (min-width: 1920px) {
	.grid-post.grid-template-col-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item {
		border-right: 1px solid #000;
	}
	.grid-post.grid-template-separator.separator-white.grid-template-col-5 .grid-post-item {
		border-color: #fff;
	}
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(3n+2),
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(4n+2) {
		border-right: 1px solid #000;
	}
	.grid-post.grid-template-separator.separator-white.grid-template-col-5 .grid-post-item:nth-child(2n+1),
	.grid-post.grid-template-separator.separator-white.grid-template-col-5 .grid-post-item:nth-child(3n+1),
	.grid-post.grid-template-separator.separator-white.grid-template-col-5 .grid-post-item:nth-child(3n+2),
	.grid-post.grid-template-separator.separator-white.grid-template-col-5 .grid-post-item:nth-child(4n+2) {
		border-color: #fff;
	}
	.grid-post.grid-template-separator.grid-template-col-5 .grid-post-item:nth-child(5n) {
		border-right: none;
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-post .grid-item {
		width: calc(20% - 32px);
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-sm .grid-item {
		width: calc(20% - 8px);
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-md .grid-item {
		width: calc(20% - 16px);
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-lg .grid-item {
		width: calc(20% - 24px);
	}
	.no-cssgrid .grid-post.grid-template-col-5.grid-gap-xl .grid-item {
		width: calc(20% - 32px);
	}
}
.grid-post .item-fullwidth {
    grid-column: 1 / -1;
}
.no-cssgrid .grid-post .item-fullwidth {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (max-width: 575px) {
	.grid-post.grid-template-list-xs {
		grid-template-columns: 1fr;
	}
	.grid-post.grid-template-list-xs .grid-post-item { 
		grid-column: 1 / -1;
	}
	.grid-post.grid-template-list-xs .grid-post-item .card { 
		-webkit-box-orient: horizontal !important;
		flex-direction: row !important;
		padding-bottom: 1rem;
		border-bottom: 1px dashed #b4b4b4;
		background-color: transparent;
		box-shadow: none;
	}
	.grid-post.grid-template-list-xs .grid-post-item .card .card-media img,
	.grid-post.grid-template-list-xs .grid-post-item .card .card-media .embed-responsive {
		width: 25vw !important;
		min-width: 80px !important;
		margin-right: 1rem;
	}
	.grid-post.grid-template-list-xs .grid-post-item .card .card-body {
		-ms-flex-preferred-size: 0 !important;
		flex-basis: 0 !important;
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
		padding: 0 !important;
	}
	.grid-post.grid-template-list-xs .grid-post-item .card .card-body .display-posttitle {
		font-size: 1.25rem;
	}
	.grid-post.grid-template-list-xs .grid-post-item .card .card-body [class*="post-meta"],
	.grid-post.grid-template-list-xs .grid-post-item .card .card-footer,
	.grid-post.grid-template-list-xs .grid-post-item .card .btn,
	.grid-post.grid-template-list-xs .grid-post-item .card .post-excerpt {
		display: none;
	}
}
@media (min-width: 1200px) {
	.grid-post.grid-template-list-xl {
		grid-template-columns: 1fr;
	}
	.grid-post.grid-template-list-xl .grid-post-item { 
		grid-column: 1 / -1;
	}
	.grid-post.grid-template-list-xl .grid-post-item .card { 
		-webkit-box-orient: horizontal !important;
		flex-direction: row !important;
		padding-bottom: 1rem;
		border-bottom: 1px dashed #b4b4b4;
		background-color: transparent;
		box-shadow: none;
	}
	.grid-post.grid-template-list-xl .grid-post-item .card .card-media {
		
	}
	.grid-post.grid-template-list-xl .grid-post-item .card .card-media img,
	.grid-post.grid-template-list-xl .grid-post-item .card .card-media .embed-responsive {
		width: 8rem !important;
		min-width: 80px !important;
		margin-right: 1rem;
	}
	.grid-post.grid-template-list-xl .grid-post-item .card .card-body {
		-ms-flex-preferred-size: 0 !important;
		flex-basis: 0 !important;
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
		padding: 0 !important;
	}
	.grid-post.grid-template-list-xl .grid-post-item .card .card-body .display-posttitle {
		font-size: 1.25rem;
	}
	.grid-post.grid-template-list-xl .grid-post-item .card .card-body [class*="post-meta"],
	.grid-post.grid-template-list-xl .grid-post-item .card .card-footer,
	.grid-post.grid-template-list-xl .grid-post-item .card .btn,
	.grid-post.grid-template-list-xs .grid-post-item .card .post-excerpt {
		display: none;
	}
}

.list-group-features li {
	list-style: none;
}
.list-group-features li + li {
	margin-top: 0.25rem;
}
.list-group-features .list-group-item {
	z-index: 1;
	padding: 0.75rem 1rem;
	border: none !important;
	color: #fff;
}
.list-group-features .list-group-item::before {
	z-index: -1;
	width: 100%;
	border-radius: 0.125rem;
	background-color: #abadbd !important;
	opacity: 1;
}
.list-group-features .list-group-item.active {
	border: none !important;
}
.list-group-features .list-group-item.active::before {
	background-color: #B43B6B !important;
	opacity: 1;
}
@media (min-width: 576px) and (max-width: 767px) {
	.list-group-features {
		display: flex;
		flex-direction: row;
	}
	.list-group-features li {
		width: 50%;
	}
	.list-group-features li:first-child {
		margin-right: 0.125rem;
	}
	.list-group-features li:last-child {
		margin-left: 0.125rem;
	}
	.list-group-features li + li {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.list-group-features .list-group-item {
		padding: 1rem 1.5rem;
	}
}


.list-tags {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -0.375rem 0;
	padding: 0;
}
.list-tags li {
	list-style: none;
	margin: 0 0.375rem 0.375rem 0;
}
.list-tags.justify-content-center li,
.list-tags.justify-content-sm-center li,
.list-tags.justify-content-md-center li,
.list-tags.justify-content-lg-center li,
.list-tags.justify-content-xl-center li {
	margin: 0 0.25rem 0.375rem 0.25rem;
}
.list-tags li a {
	display: block;
	padding: 0.125rem 0.875rem;
	border-radius: 50rem;
    background-color: #4F4F4F;
	font-family: 'Inter', 'CHULALONGKORN', sans-serif;
	font-size: 0.875rem;
	color: #fff;
}
.list-tags li a:hover {
    background-color: #B43B6B;
    border-color: #B43B6B;
	color: #fff;
}

.post-meta {
}
.post-meta .fe {
}
.post-meta a {
	text-decoration: underline;
}
.post-meta a:hover {
}
.post-meta.text-light,
.post-meta.text-light .fe,
.post-meta.text-light a {
	color: #fff;
}
.post-meta.text-light a:hover {
	color: #ECA3BF;
}


.post-meta-type {
	margin-bottom: 0.75rem;
	font-size: 0.875rem;
	color: #898989;
}
.post-meta-type .fe {
	color: #000;
}
.post-meta-type a {
	color: #898989;
	text-decoration: underline;
}
.post-meta-type a:hover {
	color: #B43B6B;
	text-decoration: underline;
}

.post-meta-goal {
    display: flex;
    flex-flow: row wrap;
	height: auto;
	min-height: 44px;
	margin-top: 1rem;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 60px;
    background: var(--wpr-bg-ce375c7d-1fff-43d2-a8ea-acf0e9d4a163) no-repeat 0 0;
    background-size: 44px 44px;
}
.post-meta-goal .post-meta-goal-item {
	position: relative;
	height: 24px;
    margin: 0 8px 8px 0;
}
.post-meta-goal .post-meta-goal-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.post-meta-goal .post-meta-goal-item img {
    width: 24px;
    height: auto;
	vertical-align: top;
}

.post-meta-calendar {
	height: auto;
	min-height: 36px;
	margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 54px;
    background: var(--wpr-bg-f78faa3a-9eca-47aa-bce6-c457f457b404) no-repeat 0 0;
    background-size: 36px 36px;
	font-size: 0.875rem;
	color: #c2292e;
}
.post-meta-calendar .fe {
	color: #000;
}
.post-meta-calendar a {
	color: #c2292e;
	text-decoration: underline;
}
.post-meta-calendar a:hover {
	color: #c2292e;
}

.post-meta-document {
	margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 48px;
    background: var(--wpr-bg-1a89195e-0f5b-46b8-972f-18115b9d7a6c) no-repeat 0 0;
    background-size: 36px 36px;
	font-size: 0.875rem;
}
.post-meta-document p {
	margin-bottom: 0.25rem;
}
.post-meta-document p:last-child {
	margin-bottom: 0;
}
.text-light .post-meta-document {
	background: var(--wpr-bg-f8cfd200-bedf-48de-acb2-722ecc3c6b89) no-repeat 0 0;
    background-size: 36px 36px;
}


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

	# Footer
		## Back to top

*************************************************************/
.btn-to-top {
	z-index: 1000;
	position: fixed;
	right: 16px;
	bottom: 16px;
  	display: inline-block;
  	width: 50px;
  	height: 50px;
	line-height: 50px;
  	text-align: center;
  	border-radius: 100%;
  	background-color: #4F4F4F;
	color: #fff;
  	opacity: 0;
  	visibility: hidden;
}
.btn-to-top:hover,
.btn-to-top:focus,
.btn-to-top:active {
	background-color: #B43B6B;
	color: #fff;
}
.btn-to-top.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1400px) {
	.btn-to-top {
		right: 3rem;
		bottom: 3rem;
	}
}


.hero {
	position: relative;
	margin: 0 auto;
}
.hero-gutters {
	width: calc(100% - 2rem);
}
@media (min-width: 1400px) {
	.hero-gutters {
		width: calc(100% - 6rem);
	}
}

.navbar-submenu-toggler {
	height: 64px;
}
.navbar-submenu-toggler .navbar-toggler-title {
	font-family: var(--theme-font-heading);
	font-size: 1.25rem;
	font-weight: 700;
	color: #000;
}
.menu-related { margin: 0; padding: 1rem; font-family: var(--theme-font-heading); font-size: 1rem; line-height: 1.5; }
.menu-related a { position: relative; display: inline-block; padding: 0.5rem 0; font-weight: normal; color: #000; }
.menu-related li { list-style: none; margin: 0; }
.menu-related li a::before { content: ''; position: absolute; top:0; left: 0; width: 0; height: 2px; background-color: #B43B6B; transition: all .2s ease-in-out; }
.menu-related li.current-menu-item a {
	color: #B43B6B;
}
@media (min-width: 768px) {
	.menu-related {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (min-width: 992px) {
	.container-related-menu { display: flex; white-space: nowrap; overflow-x: scroll; }
	.menu-related { display: flex; padding: 0; }
	.menu-related a { padding-top: 0; padding-bottom: 0; line-height: 56px; }
	.menu-related a:hover { color: #B43B6B; }
	.menu-related li { margin-right: 1.5rem; }
	.menu-related li + li { margin-top: 0; }
	.menu-related li.current-menu-item a::before { width: 100%; }
	.menu-related li a:hover::before { width: 100%; }
}

.collapsed .navbar-toggler-select-icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggler-select-icon {
    width: 52px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb-entry {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 28px;
	background: var(--wpr-bg-9c889121-0efa-4731-a5b2-e88f5fb6f969) 0 9px no-repeat;
	background-size: 20px 12px;
    font-size: 0.75rem;
    font-weight: normal;
	line-height: 24px;
	color: #000;
}
.breadcrumb-entry a {
    font-weight: normal;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
	color: #000;
}
.breadcrumb-entry a:hover {
	color: #B43B6B;
}
.breadcrumb-entry span:first-child > a {
	margin-left: 0;
}
.breadcrumb-entry.text-light,
.text-light .breadcrumb-entry {
	background: var(--wpr-bg-1472abf8-92e2-48b0-8dc0-ac2acf7b1928) 0 7px no-repeat;
	background-size: 24px 16px;
}
.breadcrumb-entry.text-light,
.breadcrumb-entry.text-light a,
.breadcrumb-entry.text-light a:hover,
.text-light .breadcrumb-entry,
.text-light .breadcrumb-entry a,
.text-light .breadcrumb-entry a:hover {
	color: #fff;
}
.breadcrumb-entry.text-light a:hover,
.text-light .breadcrumb-entry a:hover {
	color: #000;
}
@media (min-width: 992px) {
	.breadcrumb-entry {
		
	}
}


.menu-types {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-family: 'Inter', 'CHULALONGKORN', Helvetica, Arial, sans-serif !important;
	font-size: 1rem;
}
.menu-types.text-center {
	justify-content: center;
}
.menu-types li {
	list-style: none;
	margin: 0 0.25rem 0.25rem 0; 
}
.menu-types.text-center li {
	margin: 0 0.125rem 0.25rem 0.125rem; 
}
.menu-types li a {
	display: block;
	padding: 0.125rem 1rem;
	border-radius: 50rem;
	border: 1px solid #e6e5e5;
	background-color: #fff;
	color: #de5c8e;
}
.menu-types li a:hover,
.menu-types li.current-cat a{
	border: 1px solid #841940;
	background-color: #B43B6B;
	color: #fff;
}

.hero-link {
	z-index: 11;
	position: relative;
	margin-bottom: -8px;
}
.hero-link-inner {
	z-index: 2;
	position: relative;
	top: -8px;
	display: flex;
	align-items: center;
	width: auto;
	max-width: 75%;
	height: 60px;
	font-family: 'CHULALONGKORN', serif;
	font-size: 1.125rem;
}
.hero-link-inner::before {
	content: "";
	z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: calc(100% + 5rem);
    border-radius: 0.125rem;
	background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    	 -o-transition: all .2s ease-in-out;
    		transition: all .2s ease-in-out;
    -webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    		transform: translateX(-50%);
}
.hero-link-inner.shadow::before {
	-webkit-box-shadow: 0 0 24px rgba(27,22,66,.04), 0 44px 74px rgba(27,22,66,.06);
    		box-shadow: 0 0 24px rgba(27,22,66,.04), 0 44px 74px rgba(27,22,66,.06);
}
@media (min-width: 576px) {
	.hero-link-inner {
		max-width: 66.6666667%;
	}
}
@media (min-width: 768px) {
	.hero-link {
		margin-bottom: -12px;
	}
	.hero-link-inner {
		top: -12px;
		height: 70px;
	}
}
@media (min-width: 992px) {
	.hero-link-inner {
		max-width: 50%;
	}
}
@media (min-width: 1200px) {
	.hero-link-inner {
		max-width: 41.66667%;
	}
}
@media (min-width: 1600px) {
	.hero-link-inner {
		top: -16px;
		max-width: 41.66667%;
		height: 80px;
		font-size: 1.25rem;
	}
}

/*----------
	# Components
		## List Types, Categories, Taxonomies, Tags

*************************************************************/
.list-tags {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.list-tags li {
	list-style: none;
}
.list-tags a {
	display: block;
	position: relative;
	height: auto;
	line-height: 24px;
	margin: 0 0.375rem 0.375rem 0;
	padding: 4px 16px 4px 28px;
	border-radius: 2px;
  	background: #595959;
	font-family: 'Inter', 'CHULALONGKORN', sans-serif;
  	font-size: 0.875rem;
  	color: #fff;
  	text-decoration: none;
}
.list-tags a::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 12px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
  	background: #fff;
  	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
}

.list-tags a:hover,
.list-tags li.current-cat a {
  	background-color: #B43B6B;
}
.list-tags.tag-triangle a::after {
	content: '';
	position: absolute;
  	top: 0;
	right: 0;
  	border-bottom: 18px solid transparent;
  	border-left: 10px solid #595959;
  	border-top: 18px solid transparent;
  	background: #fff;
}
.list-tags.tag-triangle a:hover::after {
   	border-left-color: #B43B6B;
}




#portfolio-nav a,
#portfolio-nav a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#portfolio-nav a .controls-text {
	border-bottom: 1px solid #000;
}
#portfolio-nav a .icon-page-prev:after,
#portfolio-nav a .icon-page-next:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 2px;
    top: 50%;
	left: 16px;
	margin-top: -1px;
    background-color: #000;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.12,.75,.4,1);
    		transition: all .25s cubic-bezier(.12,.75,.4,1);
	opacity: 0;
}
#portfolio-nav a .icon-page-next:after {
	left: auto;
	right: 16px;
}
#portfolio-nav a .icon-page-prev,
#portfolio-nav a .icon-page-next {
	position: relative;
	width: 20px;
	height: 32px;
    box-sizing: content-box;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all .25s cubic-bezier(.12,.75,.4,1);
    		transition: all .25s cubic-bezier(.12,.75,.4,1);
}
#portfolio-nav a .icon-page-prev {
	margin-right: 16px;
	background-image: var(--wpr-bg-723be1da-765b-4123-9ebd-f720368a86ae);
	background-size: contain;
	background-repeat: no-repeat;
}
#portfolio-nav a .icon-page-next {
	margin-left: 16px;
	background-image: url(../../../../../../../../themes/phrakieo/assets/images/icon-page-next.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#portfolio-nav a:hover .icon-page-prev {
	margin-right: 24px;
}
#portfolio-nav a:hover .icon-page-next {
	margin-left: 24px;
}
#portfolio-nav #prev-link a:hover .icon-page-prev:after {
    opacity: 1;
	left: 2px;
    -webkit-transform: translateX(0);
    		transform: translateX(0);
}
#portfolio-nav #next-link a:hover .icon-page-next:after {
    opacity: 1;
	right: 2px;
    -webkit-transform: translateX(0);
    		transform: translateX(0);
}
#portfolio-nav.text-light a,
#portfolio-nav.text-light a {
    color: #fff;
}
#portfolio-nav.text-light a .controls-text {
	border-color:  #fff;
}
#portfolio-nav.text-light a .icon-page-prev:after,
#portfolio-nav.text-light a .icon-page-next:after {
	background-color: #fff;
}
#portfolio-nav.text-light a .icon-page-prev {
	background-image: var(--wpr-bg-7d629fa7-517c-453b-95f2-ed6cd99666b6);
	background-size: contain;
	background-repeat: no-repeat;
}
#portfolio-nav.text-light a .icon-page-next {
	background-image: var(--wpr-bg-992614ef-3690-472d-8f84-0e4d47f52891);
	background-size: contain;
	background-repeat: no-repeat;
}


.section-nextprev a,
.section-nextprev a {
    color: #000;
}
.section-nextprev a .controls-text {
	border-bottom: 1px solid #000;
	font-family: 'Inter', 'CHULALONGKORN', sans-serif;
	font-size: 1.5rem;
	color: #de5c8e;
}
.section-nextprev a .icon-page-prev:after,
.section-nextprev a .icon-page-next:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 2px;
    top: 50%;
	left: 16px;
	margin-top: -1px;
    background-color: #000;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.12,.75,.4,1);
    		transition: all .25s cubic-bezier(.12,.75,.4,1);
	opacity: 0;
}
.section-nextprev a .icon-page-next:after {
	left: auto;
	right: 16px;
}
.section-nextprev a .icon-page-prev,
.section-nextprev a .icon-page-next {
	position: relative;
	width: 20px;
	height: 32px;
    box-sizing: content-box;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all .25s cubic-bezier(.12,.75,.4,1);
    		transition: all .25s cubic-bezier(.12,.75,.4,1);
}
.section-nextprev a .icon-page-prev {
	margin-right: 16px;
	background-image: var(--wpr-bg-c6a4d734-1b43-4073-a626-c72bee764dc0);
	background-size: contain;
	background-repeat: no-repeat;
}
.section-nextprev a .icon-page-next {
	margin-left: 16px;
	background-image: url(../../../../../../../../themes/phrakieo/assets/images/icon-page-next.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.section-nextprev #prev-link a:hover .icon-page-prev:after {
    opacity: 1;
	left: 2px;
    -webkit-transform: translateX(0);
    		transform: translateX(0);
}
.section-nextprev #next-link a:hover .icon-page-next:after {
    opacity: 1;
	right: 2px;
    -webkit-transform: translateX(0);
    		transform: translateX(0);
}
.section-nextprev .controls-text-post {
	margin-top: 1rem;
	font-family: 'Inter', 'CHULALONGKORN', sans-serif;
	font-size: 1.5rem;
	line-height: 1.375;
}
.section-nextprev .interactive-links a {
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-nextprev.text-light a,
.section-nextprev.text-light a {
    color: #fff;
}
.section-nextprev.text-light a .controls-text {
	border-color:  #fff;
	color: #fff;
}
.section-nextprev.text-light a .icon-page-prev:after,
.section-nextprev.text-light a .icon-page-next:after {
	background-color: #fff;
}
.section-nextprev.text-light a .icon-page-prev {
	background-image: var(--wpr-bg-0fc72d25-dff5-4835-83ce-44e81636e685);
	background-size: contain;
	background-repeat: no-repeat;
}
.section-nextprev.text-light a .icon-page-next {
	background-image: var(--wpr-bg-e0d98387-e176-4049-a2a9-099af5c69266);
	background-size: contain;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.section-nextprev #prev-link .controls-text-post {
		margin-left: 40px;
	}
	.section-nextprev #next-link .controls-text-post {
		margin-right: 40px;
	}
}
@media (min-width: 1200px) {
	.section-nextprev .interactive-links a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

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

	# Template & Design
		## Hero

*************************************************************/
.hero {
	position: relative;
}




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

	# Template & Design
		## Hero - Style Bound

*************************************************************/
.hero-style-bound {
	position: relative;
	height: auto;
}
.hero-style-bound .text-title-primary {
	font-family: 'CHULALONGKORN', serif;
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.375;
}
.hero-style-bound .text-title-primary stong {
	font-family: 'chulalongkornbold', sans-serif;
	font-weight: normal;
}
.hero-style-bound .text-title-secondary {
	font-size: 1.25em;
}
.hero-style-bound .hero-bound,
.hero-style-bound .hero-media {
	position: relative;
}
.hero-style-bound .hero-entry {
	z-index: 10;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 100%; 
	-webkit-transform: translate(-50%, -50%) !important; 
			transform: translate(-50%, -50%) !important;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (min-width: 576px) {
	.hero-style-bound .text-title-primary {
		font-size: 2em;
	}
	.hero-style-bound .text-title-secondary {
		font-size: 1.375em;
	}
}
@media (min-width: 768px) {
	.hero-style-bound .hero-entry {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero-style-bound .text-title-primary {
		font-size: 2.25em;
	}
	.hero-style-bound .text-title-secondary {
		font-size: 1.5em;
	}
}
@media (min-width: 992px) {
	.hero-style-bound .text-title-primary {
		font-size: 2.5em;
	}
	.hero-style-bound .text-title-secondary {
		font-size: 1.625em;
	}
}
@media (min-width: 1200px) {
	.hero-style-bound .hero-entry {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hero-style-bound .text-title-primary {
		font-size: 3em;
	}
	.hero-style-bound .text-title-secondary {
		font-size: 1.75em;
	}
}

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

	# Template & Design
		## Hero - Style Circle with Call to Action

*************************************************************/
.hero-style-circle {
	position: relative;
	color: #000;
}
.hero-style-circle .col-media {
	margin-top: -16.66667%;
}
.hero-style-circle .post-media {
	border-radius: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform; 
	transform: scale(1.3,1.3);
}
.hero-style-circle .post-cta {
	z-index: 100;
	position: absolute;
	right: 1rem;
	bottom: -67px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-color: #de5c8e;
	font-family: 'CHULALONGKORN', serif;
	font-size: 1.5rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	box-shadow: 8px 8px 0 #000 !important;
	transition: all 0.3s ease;
}
.hero-style-circle .post-cta:hover {
	background-color: #B43B6B;
}
.hero-style-circle .post-entry {
	position: relative;
	padding-top: 6.5rem;
}
.hero-style-circle.no-media .post-entry {
	padding-top: 50px;
}
.hero-style-circle .table-of-content {
	display: none;
}
@media (min-width: 576px) {
	.hero-style-circle .col-media {
		margin-top: -25%;
		margin-left: -8.33333%;
	}
	.hero-style-circle .post-cta {
		right: -2.5rem;
		bottom: -4rem;
		width: 140px;
		height: 140px;
		font-size: 1.75rem;
	}
	.hero-style-circle .post-entry {
		padding-top: 8rem;
	}
}
@media (min-width: 768px) {
	.hero-style-circle .col-media {
		margin-left: 0;
	}
	.hero-style-circle .post-media {
		margin-top: -8.33333%;
		transform: scale(1,1);
	}
	.hero-style-circle .post-cta {
		right: 5rem;
		bottom: 0;
		width: 160px;
		height: 160px;
		font-size: 2rem;
	}
	.hero-style-circle .post-entry {
		padding-top: 2.5rem;
	}
	.hero-style-circle.no-media .post-entry {
		padding-top: 60px;
	}
}
@media (min-width: 992px) {
	.hero-style-circle .col-media {
		margin-left: -25%;
	}
	.hero-style-circle .post-media {
		margin-top: 0;
		transform: scale(1,1);
	}
	.hero-style-circle .post-cta {
		bottom: 16.666667%;
		right: 1rem;
	}
	.hero-style-circle .post-entry {
		margin-top: -6rem;
		padding-top: 4rem;
		border-radius: 0.25rem;
		background-color: #fff;
	}
	.hero-style-circle.no-media .post-entry {
		margin-top: 0;
	}
	.hero-style-circle .table-of-content {
		display: block;
		position: absolute;
		top: 4rem;
		right: 1rem;
		width: 240px;
	}
	.menu-anchors {
		margin: 0;
		padding: 10px 0;
		border-left: 1px solid #000;
		font-size: 0.875em;
	}
	.menu-anchors li {
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.menu-anchors li + li {
		margin-top: 1em;
	}
	.menu-anchors li a {
		position: relative;
		display: block;
		padding-left: 15px;
		line-height: 21px;
		color: #000;
	}
	.menu-anchors li a:hover {
		color: #db5f8e;
		text-decoration: none;
	}
	.menu-anchors li a::before {
		content: '';
		position: absolute;
		top: 5px;
		left: -6px;
		width: 11px;
		height: 11px;
		border: 1px solid #000;
		border-radius: 100%;
		background-color: #fff;
	}
	.menu-anchors li a:hover::before {
		border-color: #db5f8e;
	}
}
@media (min-width: 1200px) {
	.hero-style-circle .col-media {
		margin-left: -7.5rem;
	}
	.hero-style-circle .post-cta {
		right: 1rem;
		bottom: 16.666667%;
	}
	.hero-style-circle .post-entry {
		margin-top: -7rem;
		padding-top: 5rem;
	}
	.hero-style-circle.no-media .post-entry {
		padding-top: 70px;
	}
}
@media (min-width: 1600px) {
	.hero-style-circle.no-media .post-entry {
		margin-top: 0;
		padding-top: 80px;
	}
}

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

	# Template & Design
		## Hero - Style Circle with Title

*************************************************************/
.hero-style-circle-withtitle {
	position: relative;
	width: 100%;
}
.hero-style-circle-withtitle .hero-media-outer {
	position: relative;
	width: 100%;
	margin-top: -25%;
}
.hero-style-circle-withtitle .hero-media-inner {
	position: relative;
	left: 25%;
	width: 100%;
	border-radius: 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: contain;
}
.hero-style-circle-withtitle .hero-media-inner.bg-cover {
	background-size: cover;
}
.hero-style-circle-withtitle .hero-entry {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  	align-items: center;
	position: absolute;
	left: 0;
	top: 33.3333333%;
	width: 50%;
	height: 50%;
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.25);
	transition: all 0.3s ease;
}
@media (min-width: 576px) {
	.hero-style-circle-withtitle .hero-media-outer {
		margin-top: -41.666667%;
	}
	.hero-style-circle-withtitle .hero-entry {
		top: 50%;
		width: 240px;
		height: 240px;
	}
}
@media (min-width: 768px) {
	.hero-style-circle-withtitle .hero-media-outer {
		width: 91.666667%;
	}
	.hero-style-circle-withtitle .hero-entry {
		width: 280px;
		height: 280px;
	}
}
@media (min-width: 992px) {
	.hero-style-circle-withtitle .hero-media-outer {
		width: 83.333333%;
	}
	.hero-style-circle-withtitle .hero-media-inner {
		left: 16.666667%;
	}
	.hero-style-circle-withtitle .hero-entry {
		top: 58.33333%;
		bottom: auto;
	}
}
@media (min-width: 1200px) {
	.hero-style-circle-withtitle .hero-entry {
		top: 66.6666667%;
		left: 8.333333%
	}
}
/*----------

	# Template & Design
		## Heading

*************************************************************/
/* Rounded Image & Rounded Title */
.heading-title-and-rounded-image {
	position: relative;
}
.heading-title-and-rounded-image .heading-title-outer {
	z-index: 1;
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border-radius: 100%;
	background-color: #fff;
	font-family: 'CHULALONGKORN', serif;
	font-size: 3em;
	line-height: 0.375em;
	color: #de5c8e;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.25);
}
.heading-title-and-rounded-image .heading-title-inner {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.heading-title-and-rounded-image .heading-title-inner span {
	padding-top: 0.5em;
	padding-bottom: 0.25em;
}
.heading-title-and-rounded-image .heading-title-inner small {
	font-size: 50%;
}
.heading-title-and-rounded-image .heading-image {
	position: relative;
	margin-top: -50px;
	border-radius: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 576px) {
	.heading-title-and-rounded-image .heading-image {
		margin-top: 0;
	}
	.heading-title-and-rounded-image .heading-title-outer {
		position: absolute;
		left: -33.33333%;
		width: 240px;
		height: 240px;
		margin: 0;
	}
	.heading-title-and-rounded-image.align-middle .heading-title-outer {
		top: calc(50% - 130px);
	}
	.heading-title-and-rounded-image.align-bottom .heading-title-outer {
		top: auto;
		bottom: 0;
	}
}
@media (min-width: 768px) {
	.heading-title-and-rounded-image .heading-title-outer {
		position: absolute;
		left: -16.66667%;
		width: 300px;
		height: 300px;
		margin: 0;
		font-size: 3.5em;
	}
	.heading-title-and-rounded-image.align-middle .heading-title-outer {
		top: calc(50% - 160px);
	}
}
@media (min-width: 992px) {
	.heading-title-and-rounded-image .heading-title-outer {
		left: -25%;
	}
}
@media (min-width: 1200px) {
	.heading-title-and-rounded-image .heading-title-outer {
		left: -16.66667%;
	}
}

/* Rounded Number and Title */
.heading-title-and-number {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.heading-title-and-number .heading-number {
	position: relative;
	width: 72px;
	height: 72px;
	line-height: 72px;
	margin-bottom: 1.5rem;
	border-radius: 100%;
	background-color: #121212;
	font-family: 'Inter', Helvetica, Arial, sans-serif !important;
	font-size: 2em;
	color: #fff;
	text-align: center;
}
.heading-title-and-number .heading-title {
	width: calc(100% - 80px);
	font-family: 'CHULALONGKORN', serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.125;
	color: #000;
	margin-bottom: 1.5rem;
	padding: 0 0 0 20px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.heading-title-and-number .heading-number {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 2.5em;
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 1200px) {
	.heading-title-and-number .heading-number {
		width: 90px;
		height: 90px;
		line-height: 90px;
		margin-left: -45px;
	}
	.heading-title-and-number .heading-title {
		font-size: 1.75em;
	}
}

/* Heading Half Circle */
.heading-title-halfcircle {
	position: relative;
	width: 280px;
	height: 140px;
	border-bottom-left-radius: 140px;
	border-bottom-right-radius: 140px;
	background-color: #fff;
	line-height: 0.875;
	color: #000;
	margin: 0 auto;
	text-align: center;
}
.heading-title-halfcircle .heading-inner {
	position: absolute;
    top: 33.3333333%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -33.3333333%);
}
.heading-title-halfcircle .heading-inner .heading-title {
	font-family: 'CHULALONGKORN', serif;
	font-size: 1.5em;
	line-height: 0.875;
	color: #9b5fa3;
	margin-bottom: 0;
}
.heading-title-halfcircle .heading-inner .heading-title small {
	font-size: 66.6666667%;
}
@media (min-width: 768px) {
	.heading-title-halfcircle {
		width: 330px;
		height: 165px;
		border-bottom-left-radius: 165px;
		border-bottom-right-radius: 165px;
		font-size: 1.625rem;
	}
}
@media (min-width: 992px) {
	.heading-title-halfcircle {
		width: 350px;
		height: 175px;
		border-bottom-left-radius: 175px;
		border-bottom-right-radius: 175px;
	}
}
/*----------
	
	# Template & Design
		## Divider

*************************************************************/
.divider-style-bracket-start {
	position: relative;
}
.divider-style-bracket-start .bracket-line {
	position: relative;
	height: 68px;
	border-top: 10px solid #141414;
}
.divider-style-bracket-start .bracket-line::before,
.divider-style-bracket-start .bracket-line::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #000;
}
.divider-style-bracket-start .bracket-line::after {
	left: auto;
	right: 0;
}
.bracket-v-wrapper {
	position: relative;
	border-right: 10px solid #141414;
	border-left: 10px solid #141414;
	box-sizing: border-box;
}
.bracket-v-open,
.bracket-v-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.bracket-v-close {
	top: auto;
	bottom: 0;
}
.bracket-v-open::before,
.bracket-v-open::after,
.bracket-v-close::before,
.bracket-v-close::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 10px;
	background-color: #141414;
}
.bracket-v-open::after,
.bracket-v-close::after {
	left: auto;
	right: 0;
}
.bracket-v-close::before,
.bracket-v-close::after {
	top: auto;
	bottom: 0;
}
@media (min-width: 768px) {
	.bracket-v-open::before,
	.bracket-v-open::after,
	.bracket-v-close::before,
	.bracket-v-close::after {
		width: 38px;
	}
}

/*----------
	# Template & Design
		Divider: Style Bracket - Horizontal

*************************************************************/
.divider-bracket-h-open,
.divider-bracket-h-close {
	position: relative;
	height: 48px;
	border-top: 10px solid #141414;
	box-sizing: border-box;
}
.divider-bracket-h-close {
	border-top: none;
	border-bottom: 10px solid #141414;
}
.divider-bracket-h-open::before,
.divider-bracket-h-open::after,
.divider-bracket-h-close::before,
.divider-bracket-h-close::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #141414;
}
.divider-bracket-h-open::after,
.divider-bracket-h-close::after {
	left: auto;
	right: 0;
}
/* Light Color */
.divider-bracket-h-open.color-light,
.divider-bracket-h-close.color-light {
	border-color: #fff;
}
.divider-bracket-h-open.color-light::before,
.divider-bracket-h-open.color-light::after,
.divider-bracket-h-close.color-light::before,
.divider-bracket-h-close.color-light::after {
	background-color: #fff;
}
@media (min-width: 768px) {
	.divider-bracket-h-open,
	.divider-bracket-h-close {
		height: 58px;
	}
}
@media (min-width: 1200px) {
	.divider-bracket-h-open,
	.divider-bracket-h-close {
		height: 68px;
	}
}

/*----------
	# Template & Design
		Divider: Style Bracket - Vertical

*************************************************************/
.divider-bracket-v-open {
	position: relative;
	width: 100%;
	height: 100%;
}
.divider-bracket-v-close {
	position: relative;
	width: 100%;
	height: 100%;
}
.divider-bracket-v-open .divider-bracket-v-border,
.divider-bracket-v-close .divider-bracket-v-border {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #141414;
}
.divider-bracket-v-close .divider-bracket-v-border {
	left: auto;
	right: 0;
}
.divider-bracket-v-open::before, 
.divider-bracket-v-open::after,
.divider-bracket-v-close::before, 
.divider-bracket-v-close::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 10px;
    background-color: #141414;
}
.divider-bracket-v-open::after,
.divider-bracket-v-close::after {
	top: auto;
	bottom: 0;
}
.divider-bracket-v-close::before, 
.divider-bracket-v-close::after {
	left: auto;
	right: 0;
}
.divider-bracket-v-open.color-light .divider-bracket-v-border,
.divider-bracket-v-close.color-light .divider-bracket-v-border,
.divider-bracket-v-open.color-light::before, 
.divider-bracket-v-open.color-light::after,
.divider-bracket-v-close.color-light::before, 
.divider-bracket-v-close.color-light::after {
	background-color: #fff;
}

/*----------
	
	# Template & Design
		## Card: Faculty, Personnel

*************************************************************/
.card-personnel {
	float: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: left;
}
.card-personnel.aligncenter {
	text-align: center;
}
.card-personnel.alignright {
	text-align: right;
}
.card-personnel .card-media {
	margin-bottom: 1.25em;
}
.card-personnel .card-media.img-full img {
	width: 100%;
	max-width: 100%;
}
.card-personnel .card-media.img-lg img {
	width: auto;
	max-width: 200px;
}
.card-personnel .card-media.img-md img {
	width: auto;
	max-width: 160px;
}
.card-personnel .card-media.img-sm img {
	width: auto;
	max-width: 120px;
}
.card-personnel .card-media.img-circle img {
	border-radius: 100%;
}
.card-personnel .card-media.img-shadow img {
	box-shadow: 8px 8px 0 rgba(0,0,0,0.25);
}
.card-personnel .card-entry {
	
}
.card-personnel .card-entry p:last-child {
	margin-bottom: 0;
}
.card-personnel .card-entry .text-title-1 {
	font-size: 1.25em;
	line-height: 1.5;
	margin-bottom: 0.125em;
	color: #000;
}
.card-personnel .card-entry .text-title-2 {
	font-size: 1em;
	line-height: 1.375;
	margin-bottom: 0.125em;
	color: #9b5fa3;
}
.card-personnel .card-contact {
	margin-top: 0.5em;
	font-size: 0.875em;
}
.card-personnel .card-contact p {
	margin-bottom: 0;
}
.card-personnel .card-contact p + p {
	margin-top: 0.25em;
}
.card-personnel .card-contact i {
	width: 40px;
}

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

	# Template
		## Card - Team

*************************************************************/
.card-team {
	position: relative;
	margin-bottom: 4px;
	padding-bottom: 16px;
	border: 2px solid #000;
	background-color: #fff;
}
.card-team .text-position {
	position: relative;
	display: block;
	padding: 14px 20px 16px 20px;
	background-color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	color: #fff !important;
	margin-bottom: 0;
}
.card-team .text-position.text-dark {
	color: #000 !important;
}
.card-team .text-position::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
}
.card-team .contact-detail {
	padding: 16px 16px 0 16px;
}
.card-team .personnel-detail {
	display: flex;
	align-items: center;
}
.card-team .personnel-detail img {
	max-width: 80px;
	max-height: 80px;
	margin-right: 1em;
	border-radius: 100%;
	border: 4px solid #fff;
}
.card-team .text-name {
	flex: 1;
	font-family: 'Inter', 'CHULALONGKORN', sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0;
}
.card-team .list-contact {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 0.875rem;
}
.card-team .list-contact li {
	list-style: none;
	margin: 0;
}
.card-team .list-contact li + li {
	margin-top: 0.25em;
}
@media (min-width: 576px) {
	.card-team .personnel-detail img {
		max-width: 96px;
		max-height: 96px;
	}
}
@media (min-width: 768px) {
	.card-team::after {
		width: 30px;
	}
	.card-team .text-name {
		font-size: 1.25rem;
	}
	.card-team .list-contact {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.card-team .text-position {
		padding: 20px 16px 22px 16px;
	}
	.card-team .text-position::after {
		border-bottom: 20px solid #fff;
		border-left: 20px solid transparent;
	}
	.card-team .contact-detail {
		padding-top: 20px;
		padding-bottom: 5px;
		padding-left: 32px;
	}
}
@media (min-width: 1200px) {
	.card-team .personnel-detail img {
		max-width: 100px;
		max-height: 100px;
	}
	.card-team .text-name {
		font-size: 1.25rem;
	}
}

@media (min-width: 576px) {
	.card-president {
		width: calc((100% - 16px) / 2);
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.card-president {
		width: 100%;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		background-color: #acacac !important;
	}
	.card-president .card-media {
		width: calc(50% - 16px);
	}
	.card-president .card-media figure {
		margin-bottom: 0 !important;
	}
	.card-president .card-body {
		position: relative;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.card-president .card-body-inner {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 2rem;
	}
	.card-president .card-body-inner .display-teamtitle {
		font-size: 1.5rem;
		color: #B43B6B !important;
	}
	.card-president .card-body-inner .small {
		font-size: 100%;
		color: #000 !important;
	}
}
@media (min-width: 992px) {
	.card-president .card-body-inner {
		padding: 3rem;
	}
}
@media (min-width: 1200px) {
	.card-president .card-body-inner .display-teamtitle {
		font-size: 1.75rem;
	}
}
@media (min-width: 1400px) {
	.card-president .card-media {
		width: calc((100% - 64px) / 3);
		margin-left: 12.5%;
	}
}
@media (min-width: 1920px) {
	.card-president .card-body-inner .display-teamtitle {
		font-size: 2rem;
	}
	.card-president .card-body-inner {
		padding: 4rem;
	}
}


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

	# Template & Design
		## Card: Image and Inner Title

*************************************************************/
.card-image-title {
	position: relative;
}
.card-image-title .text-title {
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 0.25em;
}
.card-image-title .card-media {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.card-image-title .card-media img {
	width: 100%;
	height: auto;
}
.card-image-title .card-media .card-overlay {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient( 90deg,rgba(0,0,0,0.75) 5%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.25) 100% );
    background-image: -o-linear-gradient( 90deg,rgba(0,0,0,0.75) 5%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.25) 100% );
    background-image: linear-gradient( 0deg,rgba(0,0,0,0.75) 5%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.25) 100% );
	opacity: 0.75;
	overflow: hidden;
}
.card-image-title .card-media .card-title {
	z-index: 10;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 100%; 
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%) !important; 
			transform: translate(-50%, -50%) !important;
}
.card-image-title .card-media .card-title .text-title {
	color: #fff;
	margin-bottom: 0;
}
.card-image-title .card-media .card-title .text-title a {
	color: #fff;
}
.card-image-title .card-media .card-title .text-title a:hover {
	color: #fff;
	text-decoration: none;
}
.card-image-title .card-media + p {
	margin-top: 0.5em;
}
.card-image-title p:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.card-image-title .card-media .card-title {
		padding-right: 30px;
		padding-left: 30px;
	}
}

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

	# Template & Design
		## Post

*************************************************************/
.post-wrapper.post-media-circle .post-item .post-media img {
	border-radius: 100%;
}

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

	# Template & Design
		## Post: People (Faculty, Personnel)

*************************************************************/
.post-people .post-item {
	text-align: center;
}
.post-people .post-item .post-media {
	padding-right: 6em;
	padding-left: 6em;
	margin-bottom: 1.5em;
}
.post-people .post-media img {
	box-shadow: 10px 10px 0 rgba(0,0,0,0.25);
}
.post-people .post-entry {
	color: #9b5fa3;
	padding-bottom: 1em;
}
.post-people .post-entry p:last-child {
	margin-bottom: 0;
}
.post-people .post-entry .text-title {
	font-size: 1.125em;
	line-height: 1.25;
	margin-bottom: 0.25em;
	color: #000;
}
@media (min-width: 576px) {
	.post-people .post-item .post-media {
		padding-right: 3em;
		padding-left: 3em;
	}
}
@media (min-width: 992px) {
	.post-people .post-item .post-media {
		padding-right: 5em;
		padding-left: 5em;
	}
}

.post-excerpt p { margin-bottom: 0.5rem; }
.post-excerpt p:last-child { margin-bottom: 0; }

/*----------
	
	# Template & Design
		## Box: Opportunities

*************************************************************/
.box-opportunities {
	
}
.box-opportunities .box-cell {
	width: 100%;
}
.box-opportunities .box-media {
	z-index: 1;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.box-opportunities .box-media-inner {
	position: relative;
	border-radius: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.box-opportunities .box-media-inner img {
	max-width: 100%;
}
.box-opportunities .box-entry {
	z-index: 0;
	position: relative;
	align-self: center!important;
}
.box-opportunities .box-entry-inner {
	position: relative;
	padding: 0 0 40px 0;
}
.box-opportunities .box-entry-inner p:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.box-opportunities .box-cell {
		width: 50%;
	}
	.box-opportunities .box-media {
		margin-bottom: 0;
	}
	.box-opportunities .box-media-inner {
		margin-right: 15px;
	}
	.box-opportunities .box-media-inner img {
		margin-bottom: 10px;
		box-shadow: 10px 10px 0 rgba(0,0,0,0.25);
	}
	.box-opportunities .box-entry-inner {
		padding-bottom: 50px;
		margin-left: 15px;
	}
}
@media (min-width: 992px) {
	.box-opportunities .box-entry-inner {
		padding-bottom: 60px;
		font-size: 1.125em;
	}
}
@media (min-width: 1440px) {
	.box-opportunities .box-entry-inner {
		padding-bottom: 70px;
	}
}
@media (min-width: 1920px) {
	.box-opportunities .box-entry-inner {
		padding-bottom: 80px;
	}
}

/*----------
	
	# Template & Design
		## Box: Testimonial

*************************************************************/
.box-testimonial {
	align-items: flex-end;
}
.box-testimonial .box-cell {
	width: 100%;
}
.box-testimonial .box-media {
	z-index: 1;
	position: relative;
}
.box-testimonial .box-media-inner {
	position: relative;
	width: calc(100% - 20px);
}
.box-testimonial .box-entry {
	z-index: 0;
	position: relative;
}
.box-testimonial .box-entry-inner {
	position: relative;
	top: -16px;
	margin-left: 20px;
	padding: 48px 24px 32px 24px;
	background-color: #b487ba;
	color: #fff;
}
.box-testimonial .box-entry-inner .text-title-1 {
	font-size: 1.25em;
	margin-bottom: 0.125em;
}
.box-testimonial .box-entry-inner .text-title-2 {
	font-size: 1em;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.box-testimonial {
		align-items: center;
		padding-bottom: 30px;
	}
	.box-testimonial .box-cell {
		width: 50%;
	}
	.box-testimonial .box-media-inner img {
		margin-bottom: 10px;
		box-shadow: 10px 10px 0 rgba(0,0,0,0.25);
	}
	.box-testimonial .box-entry-inner {
		top: 0;
		width: calc(100% + 200px);
		margin-left: -200px;
		padding-top: 48px;
		padding-bottom: 48px;
		padding-right: 32px;
		padding-left: 210px;
	}
}

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

	# Template & Design
		## Table

*************************************************************/
.table {
	color: #333;
}
.table-sm td, 
.table-sm th {
    padding: 0.5rem;
}
.table-md td, 
.table-md th {
    padding: 0.75rem 1.25rem;
}
.table thead th {
    border-bottom: 0;
    text-transform: uppercase;
	font-family: var(--theme-font-heading);
    font-size: 1.125rem;
    color: #000;
}
.table-underline td,
.table-underline th {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    -webkit-transition: border-color 0.15s;
    -o-transition: border-color 0.15s;
    transition: border-color 0.15s;
}
.table-underline.table-hover {
	border-top-color: #0e0e0e;
}
.table-underline.table-hover tr:hover td,
.table-underline.table-hover tr:hover th {
    border-bottom-color: #0e0e0e;
}
.table-dark {
	border-color: #141414;
}
.table-dark td,
.table-dark th {
    border-color: #141414;
}
.table-dark.table-hover tr:hover td,
.table-dark.table-hover tr:hover th {
    border-bottom-color: #fff;
}
.table-custom-theme {
	padding: 2px;
	border-radius: 0.25rem;
	background-color: #fff;
	border-collapse: separate;
}
.table-custom-theme thead th,
.table-custom-theme tbody td {
	position: relative;
	padding: 0;
    width: 20%;
	border: 1px solid #fff;
    vertical-align: top;
	white-space: normal;
}
.table-custom-theme th::after,
.table-custom-theme td::after {
	content: "";
	z-index: 0;
	position: absolute;
	top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
	background-color: #EEE;
    box-sizing: border-box;
    overflow: hidden;
}
.table-custom-theme th div,
.table-custom-theme td div {
	z-index: 100;
    position: relative;
	width: 100%;
	padding: 0.75rem;
    border-radius: 0.25rem;
    overflow: hidden;
    vertical-align: middle;
}
.table-custom-theme th div {
	padding: 1rem 0.75rem;
	font-family: 'CHULALONGKORN', serif;
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.table-custom-theme th div {
		text-align: center;
	}
	.table-custom-theme th div,
	.table-custom-theme td div {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}

.table-custom-theme .bg-primary {
	color: #fff;
}
.table-custom-theme .bg-primary::after {
	background-color: #de5c8e;
}
.table-custom-theme .bg-secondary {
	color: #fff;
}
.table-custom-theme .bg-secondary::after {
	background-color: #133664;
}
.table-custom-theme .bg-black {
	color: #fff;
}
.table-custom-theme .bg-black::after {
	background-color: #000;
}
.table-custom-theme .bg-dark {
	color: #fff;
}
.table-custom-theme .bg-dark::after {
	background-color: #121212;
}
.table-custom-theme .bg-white {
	color: #000;
}
.table-custom-theme .bg-white::after {
	background-color: #fff;
}
.table-custom-theme .bg-light {
	color: #000;
}
.table-custom-theme .bg-light::after {
	background-color: #EEE;
}
.table-custom-theme .bg-light-1 {
	color: #000;
}
.table-custom-theme .bg-light-1::after {
	background-color: #EEE;
}
.table-custom-theme .bg-light-2 {
	color: #000;
}
.table-custom-theme .bg-light-2::after {
	background-color: #e1e3e5;
}
.table-custom-theme .bg-light-3 {
	color: #000;
}
.table-custom-theme .bg-light-3::after {
	background-color: #d1d3d5;
}


.dataTables_wrapper label {
	width: 100% !important;
	margin-bottom: 1rem !important;
	font-weight: bold !important;
	line-height: 2 !important;
	color: #000 !important;
	text-transform: uppercase;
}
.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left !important;
}
.dataTables_wrapper .dataTables_filter input {
	width: 100% !important;
	height: 50px!important;
	line-height: 48px!important;
    border-radius: 0 !important;
    padding: 0 1.25rem !important;
    background-color: #EEE !important;
	border: none !important;
	border: 1px solid #e1e3e5 !important;
    margin: 0 !important;
	font-weight: normal !important;
	color: #de5c8e !important;
}
.dataTables_wrapper .dataTables_filter input:focus {
	background-color: #fff !important;
}
table.dataTable thead th, 
table.dataTable thead td {
    padding: 1rem 1.25rem !important;
	border-top: 1px solid #b4b4b4 !important;
    border-bottom: 1px solid #b4b4b4 !important;
	background-color: #121212 !important;
	color: #fff !important;
	text-transform: none;
}
table.dataTable tbody th, 
table.dataTable tbody td {
    padding: 1.25rem 1.25rem !important;
}
table.dataTable tbody td {
	border-top: 1px dashed #b4b4b4;
}
table.dataTable tbody tr:last-child td {
	border-bottom: none !important;
}
table.dataTable tbody tr:first-child td {
	border-top: none !important;
}
table.dataTable tfoot th, 
table.dataTable tfoot td {
   	padding: 1rem 1.25rem !important;
    border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	background-color: #121212 !important;
	color: #fff !important;
}
.dataTables_wrapper .dataTables_info {
	font-size: 0.875rem;
}



.table-custom-fees {
	padding: 2px;
	border-radius: 0.25rem;
	background-color: #fff;
	border-collapse: separate;
	text-align: center;
}
.table-custom-fees thead th {
	padding-top: 0.5em;
}
.table-custom-fees thead th,
.table-custom-fees td {
	position: relative;
	padding: 0;
    width: 20%;
	border: 2px solid #fff;
    vertical-align: middle;
	white-space: nowrap;
}
.table-custom-fees thead th::after,
.table-custom-fees td::after {
	content: "";
	z-index: 0;
	position: absolute;
	top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 2px;
	background-color: #EEE;
    box-sizing: border-box;
    overflow: hidden;
}
.table-custom-fees thead th::after {
	background-color: #fff;
}
.table-custom-fees thead th.th-level-0::after {
	background-color: #575757;
}
.table-custom-fees thead th.th-level-1::after {
	background-color: #9b5fa3;
}
.table-custom-fees thead th.th-level-2::after {
	background-color: #000;
}
.table-custom-fees td.td-level-0::after {
	background-color: #575757;
}
.table-custom-fees td.td-level-1::after {
	background-color: #f6edec;
}
.table-custom-fees td.td-level-2::after {
	background-color: #e1e3e5;
}
.table-custom-fees thead th div,
.table-custom-fees td div {
	z-index: 100;
    position: relative;
	width: 100%;
	padding: 1.5rem 0.75rem;
    border-radius: 0.25rem;
    overflow: hidden;
    vertical-align: middle;
}
.table-custom-fees thead th div {
	font-family: 'CHULALONGKORN', serif;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
}
.table-custom-fees td.td-level-0 div {
	font-family: 'chulalongkornregular', sans-serif !important; 
	font-size: 1.125em;
	color: #fff;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.table-custom-fees thead th div {
		text-align: center;
	}
	.table-custom-fees thead th div,
	.table-custom-fees td div {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}
.table-custom-fees td .text-remark {
	display: block;
	line-height: 1;
	color: rgba(0,0,0,0.5);
}

/*	
	Table: International Program
------------------------------------------------*/
.table-custom-01 {
    padding: 0;
    border-radius: 0.25rem;
    background-color: #fff;
    border: 2px solid #202020;
    border-collapse: separate;
	font-size: 1rem;
    color: #000;
    text-align: center;
    overflow: visible;
}
.table-custom-01 a {
    color: #5C34FA;
    text-decoration: underline;
}
.table-custom-01 a:visited {
    color: #722769;
}
.table-custom-01 thead th {
    padding-top: 0.5em;
}
.table-custom-01 thead th,
.table-custom-01 td {
    position: relative;
    padding: 0;
    border: none;
    vertical-align: middle;
}
.table-custom-01 thead th::before,
.table-custom-01 td::before,
.table-custom-01 td::after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    background-color: #f1f3f5;
    box-sizing: border-box;
    overflow: hidden;
}
.table-custom-01 td::after {
    background-color: transparent;
}
.table-custom-01 thead th div,
.table-custom-01 td div {
    z-index: 100;
    position: relative;
    width: 100%;
    padding: 0.75rem 0.5rem;
    border-radius: 0.25rem;
    overflow: hidden;
    vertical-align: middle;
}
.table-custom-01 thead th::before {
    background-color: #202020;
}
.table-custom-01 thead th div {
    color: #fff;
}
.table-custom-01 .color-01 td::before {
    background-color: #F1E3DC;
}
.table-custom-01 .color-01 td.level-01::after {
    background-color: rgba(0, 0, 0, 0);
}
.table-custom-01 .color-01 td.level-02::after {
    background-color: #e1e3e5;
    mix-blend-mode: multiply;
    opacity: 0.75;
}
.table-custom-01 .color-02 td::before {
    background-color: #FAF8ED;
}
.table-custom-01 .color-02 td.level-01::after {
    background-color: rgba(0, 0, 0, 0);
}
.table-custom-01 .color-02 td.level-02::after {
    background-color: #d1d3d5;
    mix-blend-mode: multiply;
    opacity: 0.5;
}

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

	# Template & Design
		## Tags

*************************************************************/
.menu-tag {
    display: flex;
    flex-flow: row wrap;
    margin: 4em 0 0 0;
    padding: 0;
    font-size: 0.75em;
    font-style: italic;
}
.menu-tag li {
    list-style: none;
    margin: 0 4px 4px 0;
}
.menu-tag li a {
    display: block;
    padding: 4px 16px;
    line-height: 26px;
    border-radius: 2px;
	border: 1px solid #e1e3e5;
    background-color: #EEE;
    text-decoration: none;
}
.menu-tag li a:hover {
    background-color: #e1e3e5;
}
@media (min-width: 1200px) {
    .menu-tag {
        margin-top: 8em;
    }
}

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

	# Template & Design
		## Single Next / Previous / View All Links

*************************************************************/
.box-post-links {
	border-top: 1px dashed #c1c3c5;
    font-size: 1em;
}
.box-post-links .box-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px dashed #c1c3c5;
}
.box-post-links .box-cell:last-child {
    border-bottom: none;
}
.box-post-links .box-cell .text-meta {
	color: #9b5fa3;
}
.box-post-links .box-cell .text-meta .fe {
	width: 26px;
}
.box-post-links .box-cell:hover .text-meta,
.box-post-links .box-cell:hover .text-title {
	color: #9b5fa3;
}
@media (min-width: 576px) {
    .box-post-links .box-cell {
        width: 50%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .box-post-links .box-cell:nth-child(1) {
		padding-right: 24px;
        border-right: 1px dashed #c1c3c5;
    }
	.box-post-links .box-cell:nth-child(2) {
		 padding-left: 24px;
	}
    .box-post-links .box-cell:nth-child(3) {
		width: 100%;
        border-bottom: none;
    }
}
@media (min-width: 768px) {
   	.box-post-links .box-cell:nth-child(1) {
		padding-right: 32px;
    }
	.box-post-links .box-cell:nth-child(2) {
		 padding-left: 32px;
	}
}
@media (min-width: 992px) {
    .box-post-links {
        border-bottom: 1px dashed #c1c3c5;
    }
    .box-post-links .box-cell {
		padding: 32px;
		border-right: 1px dashed #c1c3c5;
		border-bottom: none;
    }
	.box-post-links .box-cell:nth-child(1) {
		width: calc(33.33% - 16px);
		padding-left: 0;
	}
	.box-post-links .box-cell:nth-child(2) {
		width: calc(33.33% + 32px);
	}
	.box-post-links .box-cell:nth-child(3) {
		width: calc(33.33% - 16px);
		padding-right: 0;
		border-right: none;
	}
}
@media (min-width: 1200px) {
    .box-post-links .box-cell:last-child {
        border-right: none;
    }
}


.card .card-header,
.card .card-body,
.card .card-footer,
.card.card-sm .card-header,
.card.card-sm .card-body,
.card.card-sm .card-footer {
	position: relative;
	width: 100%;
	padding: 2rem;
	background-color: transparent;
}
@media (min-width: 992px) {
	.card .card-header,
	.card .card-body,
	.card .card-footer {
		padding: 2rem 3rem;
	}
}
.card.flex-row .card-header,
.card.flex-row .card-body,
.card.flex-row .card-footer {
	width: 100%;
}
.card .corner {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: #f5f5f6;
}
.card .corner svg {
	vertical-align: top;
}
.bg-light .card .corner {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: #e5e4e6;
}

.img-hero-graphic { width: 240px; }
@media (min-width: 576px) {
	.img-hero-graphic { width: 260px; }
}
@media (min-width: 768px) {
	.img-hero-graphic { width: 280px; }
}
@media (min-width: 992px) {
	.img-hero-graphic { width: 300px; }
}
@media (min-width: 1200px) {
	.img-hero-graphic { width: 320px; }
}
@media (min-width: 1400px) {
	.img-hero-graphic { width: 340px; }
}
@media (min-width: 1680px) {
	.img-hero-graphic { width: 360px; }
}

.border-1 { border-width: 1px; }
.border-10 { border-width: 10px; }
.border-dark { border-color: #141414 !important; }
.border-primary { border-color: #de5c8e !important; }
.border-primary-dark { border-color: #B43B6B !important; }

@media (min-width: 992px) {
    .lines-style-1 {
        position: relative;
    }
    .lines-style-1 .line {
        position: absolute;
        display: block;
        border-color: currentColor;
        border-style: solid;
        border-width: 0;
    }
    .lines-style-1 .line:nth-of-type(1) {
        top: 130px;
        left: 0;
        width: 170px;
        border-top-width: 1px;
    }
    .lines-style-1 .line:nth-of-type(2) {
        right: 200px;
        bottom: 130px;
        height: 70px;
        border-right-width: 1px;
    }
    .lines-style-2 .line {
        position: absolute;
        display: block;
        top: 50%;
        right: -35px;
        width: 70px;
        border-top: 1px solid currentColor;
        z-index: 1;
    }
    .lines-style-3 .line {
        position: absolute;
        display: block;
        right: 50%;
        bottom: 0;
        height: 70px;
        border-right: 1px solid currentColor;
        z-index: 1;
    }
    .lines-style-4 .line {
        position: absolute;
        display: block;
        border-color: currentColor;
        border-style: solid;
        border-width: 0;
        z-index: 1;
    }
    .lines-style-4 .line:nth-of-type(1) {
       	top: 108px;	
        right: 0;
        width: 172px;
        border-top-width: 1px;
    }
    .lines-style-4 .line:nth-of-type(2) {
        bottom: 0;
        left: 200px;
        height: 48px;
        border-right-width: 1px;
    }
    .lines-style-5 .line {
        position: absolute;
        display: block;
        top: 37px;
        right: -35px;
        width: 70px;
        border-top: 1px solid currentColor;
        z-index: 1;
    }
    .lines-style-6 .line {
        position: absolute;
        display: block;
    }
    .lines-style-6 .line:nth-child(1) {
        top: 72px;
        right: 89px;
        width: 168px;
        border-top: 1px solid currentColor;
    }
    .lines-style-6 .line:nth-child(2) {
        bottom: -66px;
        left: 133px;
        height: 70px;
        border-left: 1px solid currentColor;
    }
}
@media (min-width: 1200px) {
	.lines-style-4 .line:nth-of-type(1) {
		top: 118px;	 
	}
	.lines-style-4 .line:nth-of-type(2) {
		height: 56px;
	}
}
@media (min-width: 1600px) {
	.lines-style-4 .line:nth-of-type(1) {
		top: 128px;	 
	}
}

.shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    display: none;
}
@media (min-width: 1200px) {
	.shape {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.nav.nav-bordered .nav-link {
	padding: 12px 0;
}
.nav-bordered .nav-item {
	border-bottom: 1px solid #D5DCE5;
}
.nav-bordered .nav-link {
}
.nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    margin-bottom: 0;
    font-weight: 500;
    will-change: opacity;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
}
.nav .nav-link>.icon-arrow-right, .nav .swiper-button-next .nav-link>svg, .swiper-button-next .nav .nav-link>svg {
    margin-left: auto;
}
.nav .nav-link>svg {
    -ms-flex-item-align: center;
    align-self: center;
}

.list-style-disc li {
	list-style: disc inside !important;
}
.list-style-circle li {
	list-style: circle inside !important;
}
.list-style-decimal li {
	list-style: decimal inside!important;
}
.border-style-dashed {
	border-style: dashed;
}
.border-style-dotted {
	border-style: dotted;
}
.border-style-double {
	border-style: double;
}
.border-style-solid {
	border-style: solid;
}

.hr-70 {
	width: 70px;
}


.interactive-links {
    position: relative;
    padding-left: 0;
    list-style: none;
}
.interactive-links.flex-column {
    font-size: 16px;
}
@media (max-width: 827.98px) {
    .interactive-links .h1 {
        font-size: 3.125em;
    }
}
.interactive-links .nav-item {
    position: relative;
}
.interactive-links a {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
    z-index: 1;
}
@media (min-width: 1200px) {
    .interactive-links .nav-link {
        padding-right: 100px;
        padding-left: 100px;
    }
}
.interactive-links .nav-link:focus,
.interactive-links .nav-link:hover {
    color: inherit;
}
.interactive-links .nav-link:focus ~ .subtitle,
.interactive-links .nav-link:hover ~ .subtitle {
    opacity: 1;
}
.interactive-links .subtitle {
    margin-top: -43px;
    margin-bottom: 0;
    margin-left: 15px;
    color: inherit;
    will-change: opacity, transform;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.15s, -webkit-transform 0.25s ease-in-out;
    -o-transition: opacity 0.15s, transform 0.25s ease-in-out;
    transition: opacity 0.15s, transform 0.25s ease-in-out;
    transition: opacity 0.15s, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.interactive-links.focus .subtitle,
.interactive-links:hover .subtitle {
    opacity: 0.6;
}
.interactive-links-image {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
.interactive-links-image.hover,
.interactive-links-image.transition-end {
    position: fixed;
    display: block;
}
.interactive-links-image.hover {
    opacity: 1;
}
.interactive-links.text-white a {
    color: #fff;
}
.interactive-links-style-2 .interactive-links-image {
    top: 20%;
    right: 20%;
    left: auto;
    width: 40%;
}
.interactive-links-style-2.flex-column {
    margin: -45px -100px;
}
.interactive-links-style-2.flex-column .nav-link {
    padding: 45px 140px;
}
.interactive-links-style-2.flex-column .nav-link ~ .subtitle {
    margin-left: 140px;
}
@media (max-width: 827.98px) {
    .interactive-links-style-2.flex-column {
        margin-right: 0;
        margin-left: 0;
    }
    .interactive-links-style-2.flex-column .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .interactive-links-style-2.flex-column .nav-link ~ .subtitle {
        margin-left: 0;
    }
}
@media (min-width: 828px) {
    .interactive-links-style-2.flex-column {
        padding-left: 10px;
    }
    .interactive-links-style-2.flex-column .subtitle {
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    .interactive-links-style-2.flex-column .nav-link {
        will-change: transform;
        -webkit-transition: opacity 0.25s, -webkit-transform 0.25s ease-in-out;
        transition: opacity 0.25s, -webkit-transform 0.25s ease-in-out;
        -o-transition: opacity 0.25s, transform 0.25s ease-in-out;
        transition: opacity 0.25s, transform 0.25s ease-in-out;
        transition: opacity 0.25s, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }
    .interactive-links-style-2.flex-column .nav-link::before {
        content: "";
        position: absolute;
        display: block;
        top: 1.21429em;
        left: 0;
        width: 70px;
        border-top: 1px solid currentColor;
        will-change: transform;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        -o-transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
    .interactive-links-style-2.flex-column .nav-link:focus,
    .interactive-links-style-2.flex-column .nav-link:hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .interactive-links-style-2.flex-column .nav-link:focus::before,
    .interactive-links-style-2.flex-column .nav-link:hover::before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    .interactive-links-style-2.flex-column .nav-link:focus ~ .subtitle,
    .interactive-links-style-2.flex-column .nav-link:hover ~ .subtitle {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.interactive-links-style-3 .interactive-links-image {
    position: absolute;
    top: 20%;
    right: 20%;
    left: auto;
    z-index: -1;
}
.interactive-links-style-3 .nav-item {
    position: relative;
}
.interactive-links-style-3.flex-column {
    margin: -45px 0;
}
.interactive-links-style-3.flex-column .subtitle {
    margin-left: 0;
}
.interactive-links-style-3.flex-column .nav-link {
    padding: 45px 0;
}
@media (max-width: 827.98px) {
    .interactive-links-style-3.flex-column {
        margin-right: 0;
        margin-left: 0;
    }
    .interactive-links-style-3.flex-column .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

.nav.nav-pills {
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav.nav-pills li {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.nav.nav-pills li a {
    text-align: center;
    flex-grow: 1;
}

.nav-tabs-custom .nav-item {
    position: relative;
    font-family: 'Inter', 'CHULALONGKORN', sans-serif;
}
.nav-tabs .nav-item {
    margin-bottom: -3px;
}

.nav-tabs-custom {
	border-top: 1px solid #fff;
	border-bottom: none;
	background-color: #fff;
}
.nav-tabs-custom .nav-item {
	position: relative;
	font-family: var(--theme-font-heading);
}
.nav-tabs-custom .nav-item + .nav-item {
	margin-left: 1px;
}
.nav-tabs-custom .nav-link {
	padding: 1.5rem 1rem;
	border-radius: 0;
	border: none;
	background-color: #595959 !important;
	font-weight: 700;
	color: #fff;
}
.nav-tabs-custom .nav-link.active {
	border: none;
	background-color: #B43B6B !important;
	color: #fff;
}
@media (max-width: 575px) {
	.nav-tabs-custom {
		display: block;
	}
	.nav-tabs-custom .nav-item {
		width: 100%;
	}
	.nav-tabs-custom .nav-item + .nav-item {
		margin-left: 0;
		margin-top: 1px !important;
	}
}

.nav-tabs-custom-4cols.nav.nav-pills {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
	background-color: #fff;
}
.nav-tabs-custom-4cols.nav.nav-pills .nav-item + .nav-item {
	margin-top: 0 !important;
	}
.nav-tabs-custom-4cols.nav.nav-pills .nav-item {
	-webkit-flex: 0 1 100%;
    flex: 0 1 100%;
	margin-bottom: 1px;
}
@media (min-width: 414px) {
	.nav-tabs-custom-4cols.nav.nav-pills {
		width: calc(100% + 1px);
	}
	.nav-tabs-custom-4cols.nav.nav-pills .nav-item {
		-webkit-flex: 0 1 50%;
    	flex: 0 1 50%;
	}
	.nav-tabs-custom-4cols.nav.nav-pills .nav-item + .nav-item {
		margin-left: 0;
	}
	.nav-tabs-custom-4cols.nav.nav-pills .nav-link {
		margin-right: 1px;
	}
	.nav-tabs-custom-4cols.nav.nav-pills .nav-link {
		padding: 0.75rem 1rem;
	}
}
@media (min-width: 768px) {
	.nav-tabs-custom-4cols.nav.nav-pills .nav-item {
		-webkit-flex: 0 1 33.33%;
    	flex: 0 1 33.33%;
	}
}
@media (min-width: 992px) {
	.nav-tabs-custom-4cols.nav.nav-pills .nav-item {
		-webkit-flex: 0 1 25%;
    	flex: 0 1 25%;
	}
}
@media (min-width: 1200px) {
	.nav-tabs-custom-4cols.nav.nav-pills {
		
	}
}

.nav-pills-custom .nav-link {
	height: 100%;
	padding: 0.625rem 1rem !important;
	border-radius: 0;
	background-color: #141414;
	font-family: var(--theme-font-heading);
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5;
	color: #595959;
}
.nav-pills-custom .nav-link.active {
	background-color: #BB2660;
	font-weight: bold;
	color: #fff;
}
@media (min-width: 576px) { 
	.nav-pills-custom .nav-link {
		font-size: 1.375rem;
	}
}


.list-group-custom {
	
}
.list-group-custom .list-group-item {
	border-color: #b4b4b4;
}
.list-group-custom a .list-group-title {
	line-height: 36px;
	color: #000;
}
.list-group-custom a:not(.collapsed) .list-group-title {
	color: #B43B6B;
}
.list-group-custom a .list-group-icon {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	background-color: #abadbd;
	color: #fff;
	text-align: center;
}
.list-group-custom a:not(.collapsed) .list-group-icon {
	background-color: #B43B6B;
	color: #fff;
	transform: rotate(180deg);
}


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

17. THUMB OVERLAY EFFECT

------------------------------------------------*/	
.thumb-hover {
	display: inline-block;
	position: relative;
	height: auto;
	vertical-align: middle;			/* workaround for inline-block margin */
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* overlay caption */
.thumb-hover .overlay-caption { 
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	padding: 7%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box; 
    		box-sizing: border-box;
	-webkit-transform: translateY(-50%);
  	   -moz-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		 -o-transform: translateY(-50%);
  			transform: translateY(-50%);
	z-index: 2;
}
.x2 .thumb-hover .overlay-caption,
.x3 .thumb-hover .overlay-caption,
.x4 .thumb-hover .overlay-caption,
.x5 .thumb-hover .overlay-caption { 
	padding: 3.5%; 
}
.thumb-hover .overlay-caption:not(.align-left):not(.align-right):not(.text-left):not(.text-right) { 
	text-align: center; 
}
.thumb-hover .overlay-caption.bottom { 
	top: inherit;
	bottom: 0;
	-webkit-transform: translateY(0%);
  	   -moz-transform: translateY(0%);
  		-ms-transform: translateY(0%);
  		 -o-transform: translateY(0%);
  			transform: translateY(0%);
}
.thumb-hover .overlay-caption.top { 
	top: 0;
	-webkit-transform: translateY(0%);
  	   -moz-transform: translateY(0%);
  		-ms-transform: translateY(0%);
  		 -o-transform: translateY(0%);
  			transform: translateY(0%);
}
.thumb-hover .overlay-caption.hidden {
	opacity: 0;
	visibility: hidden;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 0.5s ease;
}
.thumb-hover:hover .overlay-caption.hidden {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.thumb-hover .overlay-caption.hidden:not(.fade) .caption-sub, 
.thumb-hover .overlay-caption.hidden:not(.fade) .caption-name {
	display: block;
	-webkit-transform: translateY(20px);
  	   -moz-transform: translateY(20px);
  		-ms-transform: translateY(20px);
  		 -o-transform: translateY(20px);
  			transform: translateY(20px);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.5s ease 0s;
}
.thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-sub, 
.thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-name {
	-webkit-transform: translateY(-20px);
  	   -moz-transform: translateY(-20px);
  		-ms-transform: translateY(-20px);
  		 -o-transform: translateY(-20px);
  			transform: translateY(-20px);
}
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name { 
	transition-delay: 0.15s; 
}
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-sub, 
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name {
	-webkit-transform: translateX(0px) translateY(0px);
  	   -moz-transform: translateX(0px) translateY(0px);
  		-ms-transform: translateX(0px) translateY(0px);
  		 -o-transform: translateX(0px) translateY(0px);
  			transform: translateX(0px) translateY(0px);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.thumb-hover .overlay-caption .caption-sub, 
.thumb-hover .overlay-caption .caption-name { 
	line-height: 1.3em !important;
}
.caption-sub + .caption-name, 
.caption-name + .caption-sub { 
	margin-top: 5px; 
}
	
.caption-dark .caption-sub, 
.caption-dark .caption-name { 
	color: #000; 
	transition: color 0.3s ease; 
}	
.caption-light .caption-sub, 
.caption-light .caption-name { 
	color: #fff; 
	transition: color 0.3s ease; 
}	


/* img effect */
.thumb-hover img {
	transition: all 0.5s ease 0s;
}
.thumb-hover.scale img {
	-webkit-transform: scale(1.03);
  	   -moz-transform: scale(1.03);
  		-ms-transform: scale(1.03);
  		 -o-transform: scale(1.03);
  			transform: scale(1.03);
}
.thumb-hover.scale:hover img {
	-webkit-transform: scale(1.0);
  	   -moz-transform: scale(1.0);
  		-ms-transform: scale(1.0);
  		 -o-transform: scale(1.0);
  			transform: scale(1.0);
}

.thumb-hover.scale-in img {
	-webkit-transform: scale(1.0);
  	   -moz-transform: scale(1.0);
  		-ms-transform: scale(1.0);
  		 -o-transform: scale(1.0);
  			transform: scale(1.0);
}
.thumb-hover.scale-in:hover img {
	-webkit-transform: scale(1.03);
  	   -moz-transform: scale(1.03);
  		-ms-transform: scale(1.03);
  		 -o-transform: scale(1.03);
  			transform: scale(1.03);
}
	
/* overlay effect */
.thumb-hover.overlay-color::before { 
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 0.4s ease;
}
.thumb-hover.overlay-color.text-light::before { 
	background: rgba(0,0,0,0.5);
}
.thumb-hover.overlay-color:hover::before { 
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}	
.thumb-hover.overlay-color:hover .caption-sub, 
.thumb-hover.overlay-color:hover .caption-name { 
	color: #000; 
}	
.thumb-hover.text-light.overlay-color:hover .caption-sub, 
.thumb-hover.text-light.overlay-color:hover .caption-name { 
	color: #fff; 
}	

/* video hover (only for desktops) */
@media only screen and (min-width: 992px) {
	.thumb-hover.play-on-hover img {
		transition: all 0.3s ease;
	}
	.thumb-hover.play-on-hover:hover img {
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

/* 2nd hover image */
.thumb-hover .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.4s ease;
}
	
.thumb-hover .hover-image > img { 
	object-fit: cover; 
	object-position: 50% 50%; 
	width: 100%; 
	height: 100%; 
}
	
.thumb-hover.image:hover img:not(.hover) {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


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

	Flex Box : Posts

*************************************************************/
.flexbox-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-box-align: stretch;
	   -ms-flex-align: stretch;
		  align-items: stretch;
	-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-top: 5px solid #000;
}
.flexbox-post::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #000;
}
.flexbox-post .flexbox-cell {
	position: relative;
	width: 100%;
	border-bottom: 5px solid #000;
	box-sizing: border-box;
}
.flexbox-post .post-type {
	padding: 8px 20px;
	border-bottom: 1px dashed #000;
	font-size: 0.875em;
}
.flexbox-post .post-type a {
	color: #ab5814;
}
.flexbox-post .post-type a:hover {
	color: #de5c8e;
}
.flexbox-post .post-type i {
	width: 30px;
	color: #000;
}
.flexbox-post .post-entry {
	padding: 20px 20px 25px 20px;
} 
.flexbox-post .post-entry .text-title {
	font-size: 1.375em;
	margin-bottom: 0.25em;
}
.flexbox-post .post-entry .text-title a {
	color: #de5c8e;
}
.flexbox-post .post-entry .text-title a:visited {
	color: #7E2242;
}
.flexbox-post .post-entry p {
	font-size: 1.125em;
	line-height: 1.5em;
	color: #000;
	margin-bottom: 0.875em;
}
.flexbox-post .post-cta {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 0.875em;
}
.flexbox-post .post-cta i {
	width: 34px;
	color: #000 !important;
	transition: margin 0.3s ease;
}
.flexbox-post .post-cta a {
	text-decoration: underline;
}
.flexbox-post .post-cta-item + .post-cta-item {
	margin-top: 0.375em;
}
.flexbox-post .post-entry .post-meta {
	padding-top: 1em;
	padding-right: 0;
	padding-left: 0;
	font-size: 0.875em;
}
.flexbox-post .post-entry .post-meta-goal {
	display: flex;
	flex-flow: row wrap;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	background: var(--wpr-bg-f5099e70-4966-446a-87ff-79f958867d1a) no-repeat 0 0;
	background-size: 44px 44px;
}
.flexbox-post .post-meta-goal-item {
	margin: 5px 10px 5px 0;
}
.flexbox-post .post-meta-goal-item img {
	width: 24px;
	height: auto;
}

.flexbox-post .text-dark,
.flexbox-post .text-dark a,
.flexbox-post .text-dark a:hover,
.flexbox-post .text-dark .text-title,
.flexbox-post .text-dark .text-title a {
	color: #000;
}
.flexbox-post .text-dark .text-title a:visited {
	color: #000;
}
.flexbox-post .text-dark:not(.has-bg-color) .text-title a:hover {
	color: #de5c8e;
}
.flexbox-post .text-dark .post-meta {
	background-color: rgba(0,0,0,0.05);
}
.flexbox-post .text-light,
.flexbox-post .text-light a,
.flexbox-post .text-light a:hover,
.flexbox-post .text-light .text-title,
.flexbox-post .text-light .text-title a {
	color: #fff;
}
.flexbox-post .text-light .text-title a:visited {
	color: #fff;
}
.flexbox-post .text-light .post-meta {
	background-color: rgba(255,255,255,0.05);
}
@media (min-width: 576px) { 
	.flexbox-post .flexbox-cell {
		width: 50%;
	}
	.flexbox-post .flexbox-cell:nth-child(2n+1) {
		border-right: 1px solid #000;
	}
}
@media (min-width: 768px) { 
	.flexbox-post .post-type {
		padding-right: 30px;
		padding-left: 30px;
	}
	.flexbox-post .post-entry {
		padding: 20px 30px 30px 30px;
	}
	.flexbox-post .post-entry .text-title {
		font-size: 1.5em;
	}
}
@media (min-width: 992px) { 
	.flexbox-post.style-col-3 .flexbox-cell,
	.flexbox-post.style-col-4 .flexbox-cell,
	.flexbox-post.style-col-5 .flexbox-cell {
		width: 33.3333333%;
	}
	.flexbox-post.style-col-3 .flexbox-cell:nth-child(2n+1),
	.flexbox-post.style-col-4 .flexbox-cell:nth-child(2n+1),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(2n+1) {
		border-right: none;
	}
	.flexbox-post.style-col-3 .flexbox-cell:nth-child(3n+1),
	.flexbox-post.style-col-3 .flexbox-cell:nth-child(3n+2),
	.flexbox-post.style-col-4 .flexbox-cell:nth-child(3n+1),
	.flexbox-post.style-col-4 .flexbox-cell:nth-child(3n+2),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(3n+1),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(3n+2) {
		border-right: 1px solid #000;
	}
}	
@media (min-width: 1440px) { 
	.flexbox-post.style-col-4 .flexbox-cell,
	.flexbox-post.style-col-5 .flexbox-cell {
		width: 25%;
		border-right: 1px solid #000;
	}
	.flexbox-post.style-col-4 .flexbox-cell:nth-child(2n+1),
	.flexbox-post.style-col-4 .flexbox-cell:nth-child(3n+1),
	.flexbox-post.style-col-4 .flexbox-cell:nth-child(3n+2),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(2n+1),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(3n+1),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(3n+2) {
		border-right: 1px solid #000;
	}
	.flexbox-post.style-col-4 .flexbox-cell:nth-child(4n),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(4n) {
		border-right: none;
	}
	.flexbox-post .post-entry .text-title {
		font-size: 1.625em;
	}
}
@media (min-width: 1920px) { 
	.flexbox-post.style-col-5 .flexbox-cell {
		width: 20%;
		border-right: 1px solid #000;
	}
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(2n+1),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(3n+1),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(3n+2),
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(4n+2) {
		border-right: 1px solid #000;
	}
	.flexbox-post.style-col-5 .flexbox-cell:nth-child(5n) {
		border-right: none;
	}
}


progress {
	z-index: 900;
	position: fixed;
    top: 50%;
    right: calc(-0.5rem - 1px);
    width: 100px;
    height: 2px;
	border: none;
	background-color: transparent;
	color: #ccc;
	-webkit-transform: rotate(90deg);
    	-ms-transform: rotate(90deg);
    		transform: rotate(90deg);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
progress::-webkit-progress-bar {
	background-color: #fafafa;
	z-index: 900;
}
progress::-webkit-progress-value {
	background-color: #ccc;
	z-index: 900;
}
progress::-moz-progress-bar {
	background-color: #ccc;
	z-index: 900;
}
.progress-container {
	z-index: 900;
	position: fixed;
    top: 50%;
    right: calc(-0.5rem - 1px);
    width: 100px;
    height: 2px;
    background: #fafafa;
    -webkit-transform: rotate(90deg);
    	-ms-transform: rotate(90deg);
    		transform: rotate(90deg);
}
.progress-bar {
	width: 0%;
    height: 2px;
    background: #ccc;
}
@media (min-width: 1400px) {
	progress {
		right: calc(1.5rem - 1px);
	}
	.progress-container {
		right: calc(1.5rem - 1px);
	}
}
@media (max-width: 1199.98px) {
	progress,
	.progress-container {
		display: none;
	}
}


@media (max-width: 575.98px) {
	.w-xs-100 {
		width: 100%!important;
	}
}




.post-meta-datetime {
	position: relative;
    width: 80px;
	height: 80px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.post-meta-datetime .month {
	font-size: 0.75rem;
	font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #c2292e;
}
.post-meta-datetime .day {
    font-size: 36px;
	font-weight: bold;
    line-height: 55px;
	color: #000;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    border: 1px solid #e1e3e5;
	background-color: #fff;
	border-top: none;
}
.post-meta-datetime +.post-meta-datetime {
	width: calc(1.5rem + 80px);
	margin-left: 0.5rem;
	padding-left: 1.5rem;
}
.post-meta-datetime +.post-meta-datetime::before {
	content: '';
	position: absolute;
	top: 52px;
	left: 0;
	width: 1rem;
	height: 2px;
	margin-top: -1px;
	background-color: #000;
}
/*
.post-meta-datetime + .post-meta-datetime .day {
	font-size: 24px;
    line-height: 35px;
}
*/


/*
	Timeline
------------------------------------------------*/
.timeline {
	position: relative;
	list-style: none;
	margin: 0 0 1.5rem 0;
  	padding: 0 0 48px 8px;
	line-height: 1.4em;
  	border-left: 4px solid #000;
}
.timeline .event {
	position: relative;
	list-style: none;
  	margin-bottom: 0;
 	padding-top: 48px;
	padding-bottom: 48px;
	border-bottom: 1px dashed rgba(0, 0, 0, 1);
}
.timeline .event:last-of-type {
	margin-bottom: 0;
  	padding-bottom: 0;
  	border: none;
}
.timeline .event::after {
  	position: absolute;
	top: 0;
  	display: block;
}
.timeline .event::after {
  	content: "";
	top: 59px;
  	left: -48px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
  	background: #fff;
	box-shadow: 0 0 0 4px #000;
}
.timeline .event ul {
	margin-bottom: 1.5em;
	padding-left: 0;
}
.timeline .event ul:last-child {
	margin-bottom: 0;
}
.timeline .event li {
	margin-bottom: 10px;
}
.timeline .event li:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.timeline .event ul {
		padding-left: 48px;
	}
}


/* 
	Blockquote: With Quote ("...") Sign
----------------------------------------------*/
.blockquote-quote {
	font-family: 'CHULALONGKORN', 'Inter', sans-serif;
	font-size: 1.75rem;
	line-height: 1.5;
}
.blockquote-quote > p:first-of-type::before, 
.blockquote-quote > p:first-of-type::after { 
	content: '“';
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 0;
	vertical-align: -0.1em;
	margin-right: .25em;
}
.blockquote-quote > p:first-of-type::after { 
	content: '”';
}
.blockquote-quote > p:first-of-type::after { 
	margin-right: 0;
	margin-left: .25em;
}
.blockquote-quote cite {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-size: 0.875rem;
	color: #808080;
	line-height: 1.5;
	margin-top: -1rem;
}

/*------------------------------------
  Avatar
------------------------------------*/
.avatar {
  position: relative;
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.3125rem;
}

.avatar-img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
}

.avatar-initials {
  font-size: 1rem;
  font-weight: 600;
}

.avatar-circle {
  border-radius: 50%;
}

.avatar-circle .avatar-img {
  border-radius: 50%;
}

.avatar-centered {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.avatar-border-lg {
  border: 0.1875rem solid #fff;
}

/*------------------------------------
  Avatar Group
------------------------------------*/
.avatar-group {
  display: -ms-flexbox;
  display: flex;
}

.avatar-group .avatar-circle .avatar-initials {
  border-radius: 50%;
}

.avatar-group .avatar-xs .avatar-img,
.avatar-group .avatar-xs .avatar-initials,
.avatar-group .avatar-sm .avatar-img,
.avatar-group .avatar-sm .avatar-initials,
.avatar-group .avatar .avatar-img,
.avatar-group .avatar .avatar-initials {
  border: 2px solid #fff;
}

.avatar-group .avatar-lg .avatar-img,
.avatar-group .avatar-lg .avatar-initials {
  border: 5px solid #fff;
}

.avatar-group .avatar-xl .avatar-img,
.avatar-group .avatar-xl .avatar-initials {
  border: 7px solid #fff;
}

.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}

.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.6125rem;
}

.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.875rem;
}

.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1.5rem;
}

.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -2rem;
}

/*------------------------------------
  Avatar Initials
------------------------------------*/
.avatar-initials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}

/*------------------------------------
  Avatar Sizes
------------------------------------*/
.avatar.avatar-circle .avatar-status {
  bottom: -0.21875rem;
  right: -0.21875rem;
}

.avatar.avatar-circle .avatar-sm-status {
  bottom: 0;
  right: 0;
}

.avatar.avatar-circle .avatar-lg-status {
  bottom: -0.325rem;
  right: -0.325rem;
}

.avatar-xss {
  width: 1rem;
  height: 1rem;
}

.avatar-xss .avatar-initials {
  font-size: 0.75rem;
}

.avatar-xs {
  width: 1.75rem;
  height: 1.75rem;
}

.avatar-xs .avatar-initials {
  font-size: 0.75rem;
}

.avatar-xs.avatar-circle .avatar-status {
  bottom: -0.21875rem;
  right: -0.21875rem;
}

.avatar-xs.avatar-circle .avatar-sm-status {
  bottom: -0.11719rem;
  right: -0.11719rem;
}

.avatar-xs.avatar-circle .avatar-lg-status {
  bottom: -0.325rem;
  right: -0.325rem;
}

.avatar-xs {
  width: 1.75rem;
  height: 1.75rem;
}

.avatar-xs .avatar-initials {
  font-size: 0.75rem;
}

.avatar-xs.avatar-circle .avatar-status {
  bottom: -0.21875rem;
  right: -0.21875rem;
}

.avatar-xs.avatar-circle .avatar-sm-status {
  bottom: -0.11719rem;
  right: -0.11719rem;
}

.avatar-xs.avatar-circle .avatar-lg-status {
  bottom: -0.325rem;
  right: -0.325rem;
}

.avatar-sm {
  width: 2.6875rem;
  height: 2.6875rem;
}

.avatar-sm .avatar-initials {
  font-size: 0.8125rem;
}

.avatar-sm.avatar-circle .avatar-status {
  bottom: -0.21875rem;
  right: -0.21875rem;
}

.avatar-sm.avatar-circle .avatar-sm-status {
  bottom: -0.09375rem;
  right: -0.09375rem;
}

.avatar-sm.avatar-circle .avatar-lg-status {
  bottom: -0.40625rem;
  right: -0.40625rem;
}

.avatar-lg {
  width: 4.25rem;
  height: 4.25rem;
}

.avatar-lg .avatar-initials {
  font-size: 1.25rem;
}

.avatar-lg.avatar-circle .avatar-status {
  bottom: -0.13125rem;
  right: -0.13125rem;
}

.avatar-lg.avatar-circle .avatar-sm-status {
  bottom: 0.09375rem;
  right: 0.09375rem;
}

.avatar-lg.avatar-circle .avatar-lg-status {
  bottom: -0.20312rem;
  right: -0.20312rem;
}

.avatar-xl {
  width: 5.625rem;
  height: 5.625rem;
}

.avatar-xl .avatar-initials {
  font-size: 2rem;
}

.avatar-xl.avatar-circle .avatar-status {
  bottom: 0.16406rem;
  right: 0.16406rem;
}

.avatar-xl.avatar-circle .avatar-sm-status {
  bottom: 0.23438rem;
  right: 0.23438rem;
}

.avatar-xl.avatar-circle .avatar-lg-status {
  bottom: 0.13542rem;
  right: 0.13542rem;
}

.avatar-xxl {
  width: 7rem;
  height: 7rem;
}

.avatar-xxl .avatar-initials {
  font-size: 3rem;
}

.avatar-xxl.avatar-circle .avatar-status {
  bottom: 0.4375rem;
  right: 0.4375rem;
}

.avatar-xxl.avatar-circle .avatar-sm-status {
  bottom: 0.58333rem;
  right: 0.58333rem;
}

.avatar-xxl.avatar-circle .avatar-lg-status {
  bottom: 0.29545rem;
  right: 0.29545rem;
}

/*------------------------------------
  Avatar Status
------------------------------------*/
.avatar-status {
  position: absolute;
  bottom: -0.525rem;
  right: -0.525rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  text-align: center;
  vertical-align: baseline;
  border: 0.125rem solid #fff;
  width: 1.3125rem;
  height: 1.3125rem;
  line-height: 1;
  font-size: 0.625rem;
  border-radius: 50%;
}

.avatar-sm-status {
  bottom: -0.2625rem;
  right: -0.2625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  font-size: 0.5rem;
}

.avatar-lg-status {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 0.75rem;
}

/*------------------------------------
  Avatar Styles
------------------------------------*/
/* primary soft */
.avatar-primary {
  color: #fff;
  background-color: #377dff;
}

/* secondary soft */
.avatar-secondary {
  color: #fff;
  background-color: #71869d;
}

/* success soft */
.avatar-success {
  color: #fff;
  background-color: #00c9a7;
}

/* info soft */
.avatar-info {
  color: #fff;
  background-color: #09a5be;
}

/* warning soft */
.avatar-warning {
  color: #1e2022;
  background-color: #f5ca99;
}

/* danger soft */
.avatar-danger {
  color: #fff;
  background-color: #ed4c78;
}

/* light soft */
.avatar-light {
  color: #1e2022;
  background-color: #f7faff;
}

/* dark soft */
.avatar-dark {
  color: #fff;
  background-color: #1e2022;
}

/* indigo soft */
.avatar-indigo {
  color: #fff;
  background-color: #2d1582;
}

/* navy soft */
.avatar-navy {
  color: #fff;
  background-color: #21325b;
}

/* primary soft */
.avatar-soft-primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}

/* secondary soft */
.avatar-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
}

/* success soft */
.avatar-soft-success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}

/* info soft */
.avatar-soft-info {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
}

/* warning soft */
.avatar-soft-warning {
  color: #f5ca99;
  background-color: rgba(245, 202, 153, 0.1);
}

/* danger soft */
.avatar-soft-danger {
  color: #ed4c78;
  background-color: rgba(237, 76, 120, 0.1);
}

/* light soft */
.avatar-soft-light {
  color: #f7faff;
  background-color: rgba(247, 250, 255, 0.1);
}

/* dark soft */
.avatar-soft-dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}

/* indigo soft */
.avatar-soft-indigo {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
}

/* navy soft */
.avatar-soft-navy {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
}

/*------------------------------------
  Step
------------------------------------*/
.step {
  position: relative;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.step.step-dashed .step-icon::after {
  border-left-style: dashed;
}

.step-border-last-0 .step-item:last-child .step-icon::after {
  display: none;
}

.step .step-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 1.5rem;
}

.step .step-content-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.step .step-content {
  -ms-flex: 1;
      flex: 1;
}

/*------------------------------------
  Step Avatar
------------------------------------*/
.step .step-avatar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  font-weight: 600;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.step .step-avatar-img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.step .step-avatar::after {
  position: absolute;
  top: 3.59375rem;
  left: 1.5625rem;
  height: calc(100% - 2.65625rem);
  border-left: 0.125rem solid #e7eaf3;
  content: "";
}

/*------------------------------------
  Step Avatar
------------------------------------*/
.step-avatar-xs.step-avatar {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}

.step-avatar-xs.step-avatar::after {
  top: 2.21875rem;
  left: 0.8125rem;
  width: 1.0625rem;
  height: calc(100% - 1.28125rem);
}

.step-avatar-sm.step-avatar {
  font-size: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
}

.step-avatar-sm.step-avatar::after {
  top: 3.15625rem;
  left: 1.28125rem;
  width: 1.0625rem;
  height: calc(100% - 2.21875rem);
}

.step-avatar-lg.step-avatar {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}

.step-avatar-lg.step-avatar::after {
  top: 4.71875rem;
  left: 2.0625rem;
  width: 1.0625rem;
  height: calc(100% - 3.78125rem);
}

/*------------------------------------
  Step Icon
------------------------------------*/
.step .step-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  font-weight: 600;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.step .step-icon::after {
  position: absolute;
  top: 3.59375rem;
  left: 1.5625rem;
  height: calc(100% - 2.65625rem);
  border-left: 0.125rem solid #e7eaf3;
  content: "";
}
.step .step-icon.step-last::after {
	border: none;
}

.step .step-icon-pseudo::before {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #97a4af;
  border-radius: 50%;
  content: "";
}

/*------------------------------------
  Step Icon Sizes
------------------------------------*/
.step-icon-xs.step-icon {
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}

.step-icon-xs.step-icon::after {
  top: 2.21875rem;
  left: 0.8125rem;
  width: 1.0625rem;
  height: calc(100% - 1.28125rem);
}

.step-icon-sm.step-icon {
  font-size: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
}

.step-icon-sm.step-icon::after {
  top: 3.15625rem;
  left: 1.28125rem;
  width: 1.0625rem;
  height: calc(100% - 2.21875rem);
}

.step-icon-lg.step-icon {
  font-size: 1.25rem;
  width: 4.25rem;
  height: 4.25rem;
}

.step-icon-lg.step-icon::after {
  top: 4.71875rem;
  left: 2.0625rem;
  width: 1.0625rem;
  height: calc(100% - 3.78125rem);
}

/*------------------------------------
  Step Breakpoints
------------------------------------*/
@media (min-width: 576px) {
  .step-sm.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .step-sm .step-item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
  .step-sm:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .step-sm .step-icon {
    margin-bottom: 1rem;
  }
  .step-sm .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }
  .step-sm .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }
  .step-sm .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }
  .step-sm .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}

@media (min-width: 768px) {
  .step-md.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .step-md .step-item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
  .step-md:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .step-md .step-icon {
    margin-bottom: 1rem;
  }
  .step-md .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }
  .step-md .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }
  .step-md .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }
  .step-md .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}

@media (min-width: 992px) {
  .step-lg.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .step-lg .step-item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
  .step-lg:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .step-lg .step-icon {
    margin-bottom: 1rem;
  }
  .step-lg .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }
  .step-lg .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }
  .step-lg .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }
  .step-lg .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}

@media (min-width: 1200px) {
  .step-xl.step-dashed .step-icon::after {
    border-left: none;
    border-top-style: dashed;
  }
  .step-xl .step-item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
  .step-xl:not(.step-inline) .step-content-wrapper {
    display: block;
  }
  .step-xl .step-icon {
    margin-bottom: 1rem;
  }
  .step-xl .step-icon::after {
    top: 1.5625rem;
    left: 4.0625rem;
    width: calc(100% - 4.0625rem);
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    border-left: none;
  }
  .step-xl .step-icon.step-icon-xs::after {
    top: 0.875rem;
    left: 2.6875rem;
    width: calc(100% - 2.6875rem);
  }
  .step-xl .step-icon.step-icon-sm::after {
    top: 1.34375rem;
    left: 3.625rem;
    width: calc(100% - 3.625rem);
  }
  .step-xl .step-icon.step-icon-lg::after {
    top: 2.125rem;
    left: 5.1875rem;
    width: calc(100% - 5.1875rem);
  }
}

/*------------------------------------
  Step Centered
------------------------------------*/
@media (min-width: 576px) {
  .step-sm.step-centered {
    text-align: center;
  }
  .step-sm.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  .step-sm.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .step-sm.step-centered .step-icon::after {
    width: calc(100% - 3.125rem);
    left: calc(50% + 2.5rem);
  }
  .step-sm.step-centered .step-icon.step-icon-xs::after {
    width: calc(100% - 1.75rem);
    left: calc(50% + 1.8125rem);
  }
  .step-sm.step-centered .step-icon.step-icon-sm::after {
    width: calc(100% - 2.6875rem);
    left: calc(50% + 2.28125rem);
  }
  .step-sm.step-centered .step-icon.step-icon-lg::after {
    width: calc(100% - 4.25rem);
    left: calc(50% + 3.0625rem);
  }
}

@media (min-width: 768px) {
  .step-md.step-centered {
    text-align: center;
  }
  .step-md.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  .step-md.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .step-md.step-centered .step-icon::after {
    width: calc(100% - 3.125rem);
    left: calc(50% + 2.5rem);
  }
  .step-md.step-centered .step-icon.step-icon-xs::after {
    width: calc(100% - 1.75rem);
    left: calc(50% + 1.8125rem);
  }
  .step-md.step-centered .step-icon.step-icon-sm::after {
    width: calc(100% - 2.6875rem);
    left: calc(50% + 2.28125rem);
  }
  .step-md.step-centered .step-icon.step-icon-lg::after {
    width: calc(100% - 4.25rem);
    left: calc(50% + 3.0625rem);
  }
}

@media (min-width: 992px) {
  .step-lg.step-centered {
    text-align: center;
  }
  .step-lg.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  .step-lg.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .step-lg.step-centered .step-icon::after {
    width: calc(100% - 3.125rem);
    left: calc(50% + 2.5rem);
  }
  .step-lg.step-centered .step-icon.step-icon-xs::after {
    width: calc(100% - 1.75rem);
    left: calc(50% + 1.8125rem);
  }
  .step-lg.step-centered .step-icon.step-icon-sm::after {
    width: calc(100% - 2.6875rem);
    left: calc(50% + 2.28125rem);
  }
  .step-lg.step-centered .step-icon.step-icon-lg::after {
    width: calc(100% - 4.25rem);
    left: calc(50% + 3.0625rem);
  }
}

@media (min-width: 992px) {
  .step-lg.step-centered {
    text-align: center;
  }
  .step-lg.step-centered .step-item:last-child .step-icon::after {
    display: none;
  }
  .step-lg.step-centered .step-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .step-lg.step-centered .step-icon::after {
    width: calc(100% - 3.125rem);
    left: calc(50% + 2.5rem);
  }
  .step-lg.step-centered .step-icon.step-icon-xs::after {
    width: calc(100% - 1.75rem);
    left: calc(50% + 1.8125rem);
  }
  .step-lg.step-centered .step-icon.step-icon-sm::after {
    width: calc(100% - 2.6875rem);
    left: calc(50% + 2.28125rem);
  }
  .step-lg.step-centered .step-icon.step-icon-lg::after {
    width: calc(100% - 4.25rem);
    left: calc(50% + 3.0625rem);
  }
}

/*------------------------------------
  Step States
------------------------------------*/
.step .step-is-valid-icon,
.step .step-is-invalid-icon {
  display: none;
}

.step .active .step-icon,
.step .active.is-valid .step-icon {
  color: #fff;
  background-color: #377dff;
}

.step .is-valid .step-icon {
  color: #fff;
  background-color: #00c9a7;
}

.step .is-valid .step-is-valid-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.step .is-valid .step-is-default-icon,
.step .is-valid .step-is-invalid-icon {
  display: none;
}

.step .is-invalid .step-icon {
  color: #fff;
  background-color: #ed4c78;
}

.step .is-invalid .step-is-invalid-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.step .is-invalid .step-is-default-icon,
.step .is-invalid .step-is-valid-icon {
  display: none;
}

/*------------------------------------
  Step Colors
------------------------------------*/
/* primary */
.step-icon-primary {
  color: #fff;
  background-color: #377dff;
}

.step-icon-primary.step-icon-pseudo::before {
  background-color: #fff;
}

/* secondary */
.step-icon-secondary {
  color: #fff;
  background-color: #71869d;
}

.step-icon-secondary.step-icon-pseudo::before {
  background-color: #fff;
}

/* success */
.step-icon-success {
  color: #fff;
  background-color: #00c9a7;
}

.step-icon-success.step-icon-pseudo::before {
  background-color: #fff;
}

/* info */
.step-icon-info {
  color: #fff;
  background-color: #09a5be;
}

.step-icon-info.step-icon-pseudo::before {
  background-color: #fff;
}

/* warning */
.step-icon-warning {
  color: #1e2022;
  background-color: #f5ca99;
}

.step-icon-warning.step-icon-pseudo::before {
  background-color: #1e2022;
}

/* danger */
.step-icon-danger {
  color: #fff;
  background-color: #ed4c78;
}

.step-icon-danger.step-icon-pseudo::before {
  background-color: #fff;
}

/* light */
.step-icon-light {
  color: #1e2022;
  background-color: #f7faff;
}

.step-icon-light.step-icon-pseudo::before {
  background-color: #1e2022;
}

/* dark */
.step-icon-dark {
  color: #fff;
  background-color: #1e2022;
}

.step-icon-dark.step-icon-pseudo::before {
  background-color: #fff;
}

/* indigo */
.step-icon-indigo {
  color: #fff;
  background-color: #2d1582;
}

.step-icon-indigo.step-icon-pseudo::before {
  background-color: #fff;
}

/* navy */
.step-icon-navy {
  color: #fff;
  background-color: #21325b;
}

.step-icon-navy.step-icon-pseudo::before {
  background-color: #fff;
}

/* primary soft */
.step-icon-soft-primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}

.step-icon-soft-primary.step-icon-pseudo::before {
  background-color: #377dff;
}

/* secondary soft */
.step-icon-soft-secondary {
  color: #71869d;
  background-color: rgba(113, 134, 157, 0.1);
}

.step-icon-soft-secondary.step-icon-pseudo::before {
  background-color: #71869d;
}

/* success soft */
.step-icon-soft-success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}

.step-icon-soft-success.step-icon-pseudo::before {
  background-color: #00c9a7;
}

/* info soft */
.step-icon-soft-info {
  color: #09a5be;
  background-color: rgba(9, 165, 190, 0.1);
}

.step-icon-soft-info.step-icon-pseudo::before {
  background-color: #09a5be;
}

/* warning soft */
.step-icon-soft-warning {
  color: #f5ca99;
  background-color: rgba(245, 202, 153, 0.1);
}

.step-icon-soft-warning.step-icon-pseudo::before {
  background-color: #f5ca99;
}

/* danger soft */
.step-icon-soft-danger {
  color: #ed4c78;
  background-color: rgba(237, 76, 120, 0.1);
}

.step-icon-soft-danger.step-icon-pseudo::before {
  background-color: #ed4c78;
}

/* light soft */
.step-icon-soft-light {
  color: #f7faff;
  background-color: rgba(247, 250, 255, 0.1);
}

.step-icon-soft-light.step-icon-pseudo::before {
  background-color: #f7faff;
}

/* dark soft */
.step-icon-soft-dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}

.step-icon-soft-dark.step-icon-pseudo::before {
  background-color: #1e2022;
}

/* indigo soft */
.step-icon-soft-indigo {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
}

.step-icon-soft-indigo.step-icon-pseudo::before {
  background-color: #2d1582;
}

/* navy soft */
.step-icon-soft-navy {
  color: #21325b;
  background-color: rgba(33, 50, 91, 0.1);
}

.step-icon-soft-navy.step-icon-pseudo::before {
  background-color: #21325b;
}

/*------------------------------------
  Step Inline
------------------------------------*/
.step-inline .step-content-wrapper {
  -ms-flex-align: center;
      align-items: center;
}

.step-inline .step-item:last-child .step-inline-title::after {
  display: none;
}

.step-inline .step-inline-title {
  display: inline-block;
  color: #1e2022;
  font-weight: 600;
}

@media (min-width: 576px) {
  .step-sm.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }
  .step-sm.step-inline .step-item {
    overflow: hidden;
  }
  .step-sm.step-inline .step-icon {
    margin-bottom: 0;
  }
  .step-sm.step-inline .step-icon::after {
    display: none;
  }
  .step-sm.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }
  .step-sm.step-inline .step-icon-xs + .step-content .step-inline-title::after {
    top: 0.875rem;
  }
  .step-sm.step-inline .step-icon-sm + .step-content .step-inline-title::after {
    top: 1.34375rem;
  }
  .step-sm.step-inline .step-icon-lg + .step-content .step-inline-title::after {
    top: 2.125rem;
  }
}

@media (min-width: 768px) {
  .step-md.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }
  .step-md.step-inline .step-item {
    overflow: hidden;
  }
  .step-md.step-inline .step-icon {
    margin-bottom: 0;
  }
  .step-md.step-inline .step-icon::after {
    display: none;
  }
  .step-md.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }
  .step-md.step-inline .step-icon-xs + .step-content .step-inline-title::after {
    top: 0.875rem;
  }
  .step-md.step-inline .step-icon-sm + .step-content .step-inline-title::after {
    top: 1.34375rem;
  }
  .step-md.step-inline .step-icon-lg + .step-content .step-inline-title::after {
    top: 2.125rem;
  }
}

@media (min-width: 992px) {
  .step-lg.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }
  .step-lg.step-inline .step-item {
    overflow: hidden;
  }
  .step-lg.step-inline .step-icon {
    margin-bottom: 0;
  }
  .step-lg.step-inline .step-icon::after {
    display: none;
  }
  .step-lg.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }
  .step-lg.step-inline .step-icon-xs + .step-content .step-inline-title::after {
    top: 0.875rem;
  }
  .step-lg.step-inline .step-icon-sm + .step-content .step-inline-title::after {
    top: 1.34375rem;
  }
  .step-lg.step-inline .step-icon-lg + .step-content .step-inline-title::after {
    top: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .step-xl.step-inline.step-dashed .step-inline-title::after {
    border-top-style: dashed;
  }
  .step-xl.step-inline .step-item {
    overflow: hidden;
  }
  .step-xl.step-inline .step-icon {
    margin-bottom: 0;
  }
  .step-xl.step-inline .step-icon::after {
    display: none;
  }
  .step-xl.step-inline .step-inline-title::after {
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    height: 1.0625rem;
    border-top: 0.125rem solid #e7eaf3;
    margin-left: 0.9375rem;
    content: "";
  }
  .step-xl.step-inline .step-icon-xs + .step-content .step-inline-title::after {
    top: 0.875rem;
  }
  .step-xl.step-inline .step-icon-sm + .step-content .step-inline-title::after {
    top: 1.34375rem;
  }
  .step-xl.step-inline .step-icon-lg + .step-content .step-inline-title::after {
    top: 2.125rem;
  }
}

/*------------------------------------
  Step Dots
------------------------------------*/
.step-dots {
  position: relative;
}

@media (min-width: 768px) {
  .step-dots::after {
    position: absolute;
    right: -2.1875rem;
    top: 50%;
    width: 2.4375rem;
    height: 0.75rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 16'%3E %3Ccircle fill='%23e7eaf3' cx='27.7' cy='8.1' r='7.7'/%3E %3Ccircle fill='%23e7eaf3' cx='5' cy='8.1' r='5'/%3E %3Ccircle fill='%23e7eaf3' cx='50' cy='8.1' r='5'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    margin-top: -0.375rem;
  }
}

/*------------------------------------
  Step Flow
------------------------------------*/
.step-flow {
  position: relative;
  padding-left: 2.5rem;
}

.step-flow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -0.25rem;
  width: 2rem;
  height: 0.0625rem;
  border-top: 0.0625rem solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}

.step-flow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -0.3125rem;
  width: 0.0625rem;
  height: 100%;
  border-right: 0.0625rem solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}

.step-flow:first-child::after {
  height: 50%;
  top: auto;
}

.step-flow:last-child::after {
  height: 50%;
  bottom: auto;
}

.step-flow-inner {
  min-width: 3rem;
}

/*------------------------------------
  Step Timeline
------------------------------------*/
@media (min-width: 576px) {
  .step-timeline-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .step-timeline-sm .step-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  .step-timeline-sm .step-item:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  .step-timeline-sm .step-item:nth-child(even) .step-content-wrapper {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .step-timeline-sm .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.5625rem;
  }
  .step-timeline-sm .step-item:nth-child(even) .step-icon-xs {
    margin-right: -0.875rem;
  }
  .step-timeline-sm .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.34375rem;
  }
  .step-timeline-sm .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.125rem;
  }
  .step-timeline-sm .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  .step-timeline-sm .step-icon {
    margin-left: -1.5625rem;
  }
  .step-timeline-sm .step-icon::after {
    left: auto;
    width: auto;
  }
  .step-timeline-sm .step-icon-xs {
    margin-left: -0.875rem;
  }
  .step-timeline-sm .step-icon-sm {
    margin-left: -1.34375rem;
  }
  .step-timeline-sm .step-icon-lg {
    margin-left: -2.125rem;
  }
}

@media (min-width: 768px) {
  .step-timeline-md {
    margin-left: 0;
    margin-right: 0;
  }
  .step-timeline-md .step-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  .step-timeline-md .step-item:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  .step-timeline-md .step-item:nth-child(even) .step-content-wrapper {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .step-timeline-md .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.5625rem;
  }
  .step-timeline-md .step-item:nth-child(even) .step-icon-xs {
    margin-right: -0.875rem;
  }
  .step-timeline-md .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.34375rem;
  }
  .step-timeline-md .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.125rem;
  }
  .step-timeline-md .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  .step-timeline-md .step-icon {
    margin-left: -1.5625rem;
  }
  .step-timeline-md .step-icon::after {
    left: auto;
    width: auto;
  }
  .step-timeline-md .step-icon-xs {
    margin-left: -0.875rem;
  }
  .step-timeline-md .step-icon-sm {
    margin-left: -1.34375rem;
  }
  .step-timeline-md .step-icon-lg {
    margin-left: -2.125rem;
  }
}

@media (min-width: 992px) {
  .step-timeline-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .step-timeline-lg .step-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  .step-timeline-lg .step-item:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  .step-timeline-lg .step-item:nth-child(even) .step-content-wrapper {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .step-timeline-lg .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.5625rem;
  }
  .step-timeline-lg .step-item:nth-child(even) .step-icon-xs {
    margin-right: -0.875rem;
  }
  .step-timeline-lg .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.34375rem;
  }
  .step-timeline-lg .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.125rem;
  }
  .step-timeline-lg .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  .step-timeline-lg .step-icon {
    margin-left: -1.5625rem;
  }
  .step-timeline-lg .step-icon::after {
    left: auto;
    width: auto;
  }
  .step-timeline-lg .step-icon-xs {
    margin-left: -0.875rem;
  }
  .step-timeline-lg .step-icon-sm {
    margin-left: -1.34375rem;
  }
  .step-timeline-lg .step-icon-lg {
    margin-left: -2.125rem;
  }
}

@media (min-width: 1200px) {
  .step-timeline-xl {
    margin-left: 0;
    margin-right: 0;
  }
  .step-timeline-xl .step-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 50%;
  }
  .step-timeline-xl .step-item:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    text-align: right;
    margin-left: auto;
    margin-right: 50%;
  }
  .step-timeline-xl .step-item:nth-child(even) .step-content-wrapper {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .step-timeline-xl .step-item:nth-child(even) .step-icon {
    margin-left: 0;
    margin-right: -1.5625rem;
  }
  .step-timeline-xl .step-item:nth-child(even) .step-icon-xs {
    margin-right: -0.875rem;
  }
  .step-timeline-xl .step-item:nth-child(even) .step-icon-sm {
    margin-right: -1.34375rem;
  }
  .step-timeline-xl .step-item:nth-child(even) .step-icon-lg {
    margin-right: -2.125rem;
  }
  .step-timeline-xl .step-item:nth-child(even) .step-content {
    margin-right: 1.5rem;
  }
  .step-timeline-xl .step-icon {
    margin-left: -1.5625rem;
  }
  .step-timeline-xl .step-icon::after {
    left: auto;
    width: auto;
  }
  .step-timeline-xl .step-icon-xs {
    margin-left: -0.875rem;
  }
  .step-timeline-xl .step-icon-sm {
    margin-left: -1.34375rem;
  }
  .step-timeline-xl .step-icon-lg {
    margin-left: -2.125rem;
  }
}


.gradient-x-overlay-sm-indigo::before {
    background-image: linear-gradient(45deg, transparent, rgba(241, 243, 245, 0.25));
    background-repeat: repeat-x;
}
@media (min-width: 768px) {
	.gradient-x-overlay-sm-indigo::before {
		background-image: linear-gradient(45deg, transparent, rgba(241, 243, 245, 0.5));
		background-repeat: repeat-x;
	}
}
@media (min-width: 768px) {
	.gradient-x-overlay-sm-indigo::before {
		background-image: linear-gradient(45deg, transparent, rgba(241, 243, 245, 0.75));
		background-repeat: repeat-x;
	}
}

[class*="gradient-x-overlay-"]::before, 
[class*="gradient-y-overlay-"]::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}


.widget-title {
	margin-bottom: 0.75rem;
}


.section-error .copy-container {
	
}
.section-error .copy-container p {
	position: relative;
	display: inline-block;
	font-size: 2rem;
  	color: #000;
  	letter-spacing: .2px;
	padding-right: 24px;
}
.section-error .copy-container p::after {
	content: '';
	position: absolute;
	top: 0;
  	right: 0;
  	width: 14px;
  	height: 100%;
  	background: #ffe500;
}
.section-error.text-light {
	background-color: #111;
}
.section-error.text-light .copy-container p {
	color: #fff;
}
.section-error .tagcloud a {
	display: inline-block;
	margin-bottom: 4px;
	padding: 3px 10px;
	border-radius: 14px;
	font-size: 0.75em !important;
	line-height: 22px;
	text-decoration: none;
}
.section-error.text-light .tagcloud a {
	border: 1px solid #000;
	background-color: #c2292e;
	color: #fff;
}
.section-error.text-light .tagcloud a:hover {
	background-color: #911f22;
}
.search-form {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 0 60px 0;
	padding: 0;
}
.search-input[type="search"] {
	box-sizing: border-box; 
	width: 100%;
	height: 60px;
	line-height: 58px;
	padding: 0 84px 0 24px;
	border: none;
	border-radius: 0;
	background-color: #fff; 
	font-size: 1.125em;
	color: #000; 
	text-align: left;
}
.search-button {
	position: absolute;  
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #de5c8e var(--wpr-bg-3d6e2672-e5db-4062-aa41-a5f7509734a7) 50% 50% no-repeat;
	background-size: 20px 20px;
	text-align: center;
	cursor: pointer;
}

.input-group-search {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-right: 60px;
}
.input-group-search .search-input[type="search"] {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
	padding: 0 1rem;
}
.input-group-search .form-select {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
	padding: 0 52px 0 1rem;
	background: #fff var(--wpr-bg-32313a0e-b629-4789-b066-d3c7f2e25636) center right 1rem no-repeat;
	background-size: 20px 20px;
	border: none;
	border-left: 1px solid #4F4F4F;
	color: #000;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.input-group-search .form-select::-ms-expand {
    display: none;
}


.tab-custom .kt-tab-title {
	font-family: 'Inter', 'CHULALONGKORN', sans-serif;
}
.tab-custom .kt-tabs-accordion-title.kt-tab-title-active {
	position: relative;
}
.tab-custom .kt-tabs-accordion-title.kt-tab-title-active:after {
	content: '';
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	width: 0;
	height: 0;
	border-bottom: 8px solid white;
	border-left: 8px solid transparent;
}
@media (min-width: 768px) {
	.tab-custom .kt-title-item.kt-tab-title {
		position: relative;
	}
	.tab-custom .kt-title-item.kt-tab-title-active:after {
		content: '';
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
		width: 0;
		height: 0;
		border-bottom: 16px solid white;
		border-left: 16px solid transparent;
	}
}



.tab-custom-programs .kt-tab-title {
	font-family: 'Inter', 'CHULALONGKORN', sans-serif;
	font-size: 1.25rem !important;
}

.tab-custom-programs .kt-tabs-content-wrap > .kt-tabs-accordion-title {
	margin-top: 4px;
}
.tab-custom-programs .kt-tabs-content-wrap > .kt-tabs-accordion-title:first-child {
	margin-top: 0;
}
.tab-custom-programs .kt-tabs-accordion-title.kt-tab-title-active {
	position: relative;
}
.tab-custom-programs .kt-tabs-accordion-title.kt-tab-title-active:after {
	content: '';
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	width: 0;
	height: 0;
	border-bottom: 8px solid white;
	border-left: 8px solid transparent;
}
@media (min-width: 768px) {
	.tab-custom-programs {
		background-color: #fff;
	}
	.tab-custom-programs .kt-tabs-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tab-custom-programs .kt-tabs-layout-vtabs>.kt-tabs-title-list {
		float: none;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.tab-custom-programs .kt-tabs-layout-vtabs>.kt-tabs-content-wrap {
		position: relative;
		float: none;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.tab-custom-programs .kt-tabs-layout-vtabs>.kt-tabs-content-wrap::before {
		content: '';
		position: absolute;
		top: 0;
		left: 4px;
		width: 4px;
		height: 100%;
		background-color: #000;
	}
	.tab-custom-programs .kt-title-item {
		position: relative;
		font-size: 1.25em;
		line-height: 1.25;
	}
	.tab-custom-programs .kt-title-item + .kt-title-item {
		margin-top: 4px !important;
	}
	.tab-custom-programs .kt-title-item.kt-tab-title-active {
		
	}
	/*
	.tab-custom-programs .kt-title-item:after, 
	.tab-custom-programs .kt-title-item:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent;
	}
	.tab-custom-programs .kt-title-item:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
		border-width: 0 24px 48px 0;
	}
	.tab-custom-programs .kt-title-item:after {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
		border-width: 48px 24px 0 0;
	}
	*/
	.tab-custom-programs .kt-title-item {
		position: relative;
	}
	.tab-custom-programs .kt-title-item.kt-tab-title-active:after {
		content: '';
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
		width: 0;
		height: 0;
		border-bottom: 8px solid white;
      	border-left: 8px solid transparent;
	}
	.tab-custom-programs .kt-title-item .kt-tab-title {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		/* height: 96px; */
		padding: 1rem !important;
	}
	.tab-custom-programs .kt-tabs-content-wrap > .wp-block-kadence-tab {
		padding-left: 2rem !important;
	}
}
@media (min-width: 992px) {
	.tab-custom-programs .kt-title-item .kt-tab-title {
		padding: 1.5rem !important;
		font-size: 1.375rem !important;
	}
	.tab-custom-programs .kt-tabs-content-wrap > .wp-block-kadence-tab {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
}
@media (min-width: 1200px) {
	.tab-custom-programs .kt-title-item .kt-tab-title {
		padding: 1rem 2rem !important;
	}
	.tab-custom-programs .kt-tabs-content-wrap > .wp-block-kadence-tab {
		padding-left: 5rem !important;
	}
}

/* 
	Text Styling
----------------------------------------------*/
.text-line-right {
	position: relative;
	white-space: nowrap;
    overflow: hidden;
}
.text-line-right::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 120px;
	height: 1px;
	margin-top: -1px;
	background-color: #000;
	margin-left: 16px;
    box-sizing: border-box;
}
.text-line-left {
	position: relative;
	padding-left: 96px;
}
.text-line-left::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 80px;
	height: 1px;
	margin-top: -1px;
	background-color: #000;
}
.text-light .text-line-left::after,
.text-light .text-line-right::after,
.text-line-left.text-light::after,
.text-line-right.text-light::after{
	background-color: #fff;
}



.list-group-custom-song .list-group-item.active,
.list-group-custom-song .list-group-item.active .text-title,
.list-group-custom-song .list-group-item.active .text-meta {
	color: #de5c8e !important;
}
.list-group-custom-song.list-group-flush .list-group-item,
.list-group-custom-song.list-group-flush .list-group-item + .list-group-item {
    border-top-width: 0;
	border-bottom-width: 1px;
}
.list-group-custom-song .list-group-item.active {
    z-index: 2;
    color: #de5c8e;
    background-color: transparent;
    border-color: #de5c8e;
}

.sub-department { 
	position: relative;
	padding-left: 56px;
}
.sub-department::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 48px;
	height: 1px;
	background-color: #000;
}


/*
	Issuu
------------------------------------------------*/
.issuu-embed-container {
	position: relative;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* set the aspect ratio here as (height / width) * 100% */
	overflow: hidden;
}
.issuu-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.show-branding #branding {
    display: none !important;
}


#hero .taxterm-nextprev .taxterm-nextprev-prev,
#hero .taxterm-nextprev .taxterm-nextprev-next {
	z-index: 90;
	position: absolute;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	text-indent: -9999px;
}
#hero .taxterm-nextprev .taxterm-nextprev-prev {
	left: 20px;
	background: var(--wpr-bg-01ef7072-ca24-49ac-8b75-1c95f36b2026) 50% 50% no-repeat;
	background-size: cover;
}
#hero.text-light .taxterm-nextprev .taxterm-nextprev-prev {
	background: var(--wpr-bg-b74b3fb8-d49a-4df9-8dec-21409e919949) 50% 50% no-repeat;
	background-size: cover;
}
#hero .taxterm-nextprev .taxterm-nextprev-next {
	right: 20px;
	background: url(../../../../../../../../themes/phrakieo/assets/images/icon-arrow-next.svg) 50% 50% no-repeat;
	background-size: cover;
}
#hero.text-light .taxterm-nextprev .taxterm-nextprev-next {
	background: var(--wpr-bg-80a25858-8a33-4bd1-8156-6b34b464c5c3) 50% 50% no-repeat;
	background-size: cover;
}
#hero .taxterm-nextprev.top-bottom .taxterm-nextprev-prev {
	left: 50%;
	margin-left: -16px;
	top: 36px;
	margin-top: 0;
}
#hero .taxterm-nextprev.top-bottom .taxterm-nextprev-next {
	left: 50%;
	margin-left: -16px;
	top: auto;
	bottom: 36px;
	margin-top: 0;
}
@media (min-width: 992px) {
	#hero .taxterm-nextprev.top-bottom .taxterm-nextprev-prev {
		top: 48px;
	}
	#hero .taxterm-nextprev.top-bottom .taxterm-nextprev-next {
		bottom: 48px;
	}
}
@media (min-width: 1200px) {
	#hero .taxterm-nextprev.top-bottom .taxterm-nextprev-prev {
		top: 60px;
	}
	#hero .taxterm-nextprev.top-bottom .taxterm-nextprev-next {
		bottom: 60px;
	}
}
@media (min-width: 1680px) {
	#hero .taxterm-nextprev.top-bottom .taxterm-nextprev-prev {
		top: 72px;
	}
	#hero .taxterm-nextprev.top-bottom .taxterm-nextprev-next {
		bottom: 72px;
	}
}

.theme-goal-1 #hero { background-color: rgb(229, 36, 59) }
.theme-goal-2 #hero { background-color: rgb(221, 166, 58) }
.theme-goal-3 #hero { background-color: rgb(76, 159, 56) }
.theme-goal-4 #hero { background-color: rgb(197, 25, 45) }
.theme-goal-5 #hero { background-color: rgb(255, 58, 33) }
.theme-goal-6 #hero { background-color: rgb(38, 189, 226) }
.theme-goal-7 #hero { background-color: rgb(252, 195, 11) }
.theme-goal-8 #hero { background-color: rgb(162, 25, 66) }
.theme-goal-9 #hero { background-color: rgb(253, 105, 37) }
.theme-goal-10 #hero { background-color: rgb(221, 19, 103) }
.theme-goal-11 #hero { background-color: rgb(253, 157, 36) }
.theme-goal-12 #hero { background-color: rgb(191, 139, 46) }
.theme-goal-13 #hero { background-color: rgb(63, 126, 68) }
.theme-goal-14 #hero { background-color: rgb(10, 151, 217) }
.theme-goal-15 #hero { background-color: rgb(86, 192, 43) }
.theme-goal-16 #hero { background-color: rgb(0, 104, 157) }
.theme-goal-17 #hero { background-color: rgb(25, 72, 106) }


.crowdfunding-container {
	margin-bottom: 1px;
}
.crowdfunding-container .post-title {
	padding: 30px 15px 0 15px;
}
.crowdfunding-container .post-entry {
	width: auto;
	max-width: 1440px;
	padding: 0 15px 30px 15px;
}
.crowdfunding-container .post-limit {
	max-width: 960px;
}
.crowdfunding-container .post-title .text-title {
	font-family: 'CHULALONGKORN', sans-serif;
	font-size: 1.5em;
}
.crowdfunding-container .crowdfunding-case {
	margin-bottom: 1.5em;
}
.crowdfunding-container .crowdfunding-case figure {
	margin-bottom: 0;
}
.crowdfunding-donation {
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: antiquewhite;
}
.crowdfunding-donation .donation-qrcode {
	position: relative;
	width: 120px;
}
.crowdfunding-donation .donation-qrcode img {
	width: 100%;
}
.crowdfunding-donation .donation-entry {
	width: calc(100% - 120px);
	padding-left: 15px;
}
.crowdfunding-donation .donation-entry h4 {
	color: darkred;
	margin-bottom: 1em;
}
.crowdfunding-container.crowdfunding-chulaporn .col-title .text-title,
.crowdfunding-container.crowdfunding-chulaporn .col-entry .text-title {
	color: rgb(82, 57, 150);
}
.crowdfunding-container.crowdfunding-chulaporn .col-title .text-title {
	text-indent: -9999px;
}
.crowdfunding-container.crowdfunding-cancer .col-title .text-title,
.crowdfunding-container.crowdfunding-cancer .col-entry .text-title {
	color: #183d7b;
}
.crowdfunding-container.crowdfunding-cancer blockquote {
	border-left: 5px solid #df3feb;
	margin-bottom: 1em;
	padding-left: 20px;
	color: #df3feb;
}
.crowdfunding-container.crowdfunding-centenary .col-title .text-title,
.crowdfunding-container.crowdfunding-centenary .col-entry .text-title {
	color: #4b6635;
}
.text-underline {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.crowdfunding-container .post-title {
		padding: 40px 30px 0 30px;
	}
	.crowdfunding-container .post-entry {
		padding: 0 30px 40px 30px;
	}
	.crowdfunding-donation {
		align-items: center;
	}
	.crowdfunding-donation .donation-qrcode {
		position: relative;
		width: 150px;
	}
}
@media (min-width: 576px) {
	.crowdfunding-donation {
		padding: 30px;
	}
}
@media (min-width: 992px) {
	.crowdfunding-container .post-title,
	.crowdfunding-container .post-entry {
		padding: 50px 40px;
	}
	.crowdfunding-container .post-title .text-title {
		font-family: 'CHULALONGKORN', sans-serif;
		font-size: 1.75em;
	}
	.crowdfunding-container.crowdfunding-chulaporn .col-title {
		background-color: rgb(82, 57, 150);
	} 
	.crowdfunding-container.crowdfunding-chulaporn .col-title .text-title {
		
	}
	.crowdfunding-container.crowdfunding-cancer .col-title {
		background-color: #183d7b;
	} 
	.crowdfunding-container.crowdfunding-cancer .col-title .text-title {
		color: #fff;
	}
	.crowdfunding-container.crowdfunding-centenary .col-title {
		background-color: #4b6635;
	} 
	.crowdfunding-container.crowdfunding-centenary .col-title .text-title {
		color: #fff;
	}
	.crowdfunding-donation .donation-qrcode {
		position: relative;
		width: 200px;
	}
	.crowdfunding-donation .donation-entry h4 {
		font-size: 1.375em;
	}
}
@media (min-width: 1200px) {
	.crowdfunding-container .post-title,
	.crowdfunding-container .post-entry {
		padding: 60px 3.5vw;
	}
	.crowdfunding-container .post-title .text-title {
		font-size: 2em;
	}
	.crowdfunding-container .crowdfunding-case {
		margin-bottom: 3.5vw;
	}
}
@media (min-width: 1440px) {
	.crowdfunding-container .post-title,
	.crowdfunding-container .post-entry {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.crowdfunding-container .post-title .text-title {
		font-size: 2.25em;
	}
}


.card-giving {
	float: left;
	position: relative;
	width: 100%;
	background-color: #b43b6b;
	color: #fff;
}
.card-giving::before {
	content: "";
	display: block;
	padding-top: 100%;
	float: left;
}
.card-giving .card-entry {
	padding: 30px 30px 80px 30px;
	font-family: 'CHULALONGKORN', sans-serif;
	font-size: 1.875em;
	line-height: 1.5;
}
.card-giving .card-cta {
	z-index: 1;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-family: 'CHULALONGKORN', sans-serif;
	font-size: 1.125em;
	text-align: right;
}
.card-giving .card-cta i {
	margin-left: 10px;
}
.card-giving .card-cta a {
	color: rgba(255,255,255,0.75);
}
.card-giving .card-cta a:hover {
	color: #fff;
}
@media (min-width: 1440px) {
	.card-giving .card-entry {
		padding: 50px 50px 100px 50px;
		font-size: 2em;
	}
}




.list-news-announcement {
	position: relative;
	margin: 0;
	padding: 0;
}
.list-news-announcement li {
	position: relative;
	list-style: none;
	padding-bottom: 1em;
	border-bottom: 1px dashed #808080;
}
.list-news-announcement li + li {
	margin-top: 1em;
}
.list-news-announcement li .fe-bell {
	position: relative;
	top: 4px;
	font-size: 1.5rem;
	color: #000;
}
.list-news-announcement li.badge-new .text-title::before {
	content: 'NEW';
	position: relative;
	top: -3px;
	display: inline-block;
	width: auto;
	margin-right: 10px;
	height: 18px;
	line-height: 16px;
	padding: 0 10px 0 22px;
	border: 1px solid #B23730;
	border-radius: 9px;
	background-color: #EE2737;
	font-family: 'Inter', Helvetica, Arial, sans-serif !important;
	font-size: 0.5em;
	font-weight: bold;
	color: #fff;
}
.list-news-announcement li.badge-new .text-title::after {
	content: '';
	z-index: 1;
	position: absolute;
	top: 9px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #fff;
}
.list-news-announcement p {
	margin-bottom: 0.5em;
}
.list-news-announcement .post-meta {
	margin-top: 0.5em;
	font-size: 0.75em;
}
.list-news-announcement li .post-meta i {
	margin-right: 8px;
}
.text-light .list-news-announcement .text-title,
.text-light .list-news-announcement .text-title a,
.text-light .list-news-announcement .post-icon {
	color: #fff;
}
.text-light .list-news-announcement li + li {
	border-top: 1px dashed rgba(255,255,255,0.25);
}
@media (min-width: 1440px) { 
	.list-news-announcement .text-title {
		font-size: 1.125em;
		line-height: 30px;
	}
	.list-news-announcement li.badge-new .text-title::after {
		top: 12px;
	}
}

.box-featured-posts {
	justify-content: flex-start;
}
.box-featured-posts .post-wrapper {
	position: relative;
}
.box-featured-posts .post-wrapper::after {
  	content: "";
  	clear: both;
  	display: table;
}
.post-label {
	display: inline-block;
	position: relative;
	height: 24px;
	line-height: 22px;
	margin-bottom: 1em;
	padding: 0 16px;
	border: 1px solid #B43B6B;
	border-radius: 12px;
	background-color: #B43B6B;
	color: #fff;
	font-size: 0.75em;
	font-weight: normal !important;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry {
	z-index: 1;
	position: relative;
	margin-top: -10px;
	margin-right: 20px;
	padding: 20px 20px 30px 20px;
	background-color: #fff;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .post-label {
	padding-left: 28px;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .post-label::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 10px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 1px solid #B23730;
	background-color: #fff;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .text-title {
	font-size: 1.25em;
	line-height: 1.625;
	color: #000;
	margin-bottom: 0.125em;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .text-title a {
	color: #000;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .text-title a:hover {
	color: #de5c8e;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .post-excerpt {
	color: #465062;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .post-external-link {
	position: absolute;
	bottom: 0;
	right: 0;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry.has-external-link {
	padding-bottom: 58px;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .post-external-link a {
	display: inline-block;
	padding: 12px 20px;
	line-height: 1.5;
	background-color: #F6D1DF;
	color: #000 !important;
	font-weight: bold;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .post-external-link a:hover {
	background-color: #ECA3BF;
}
.box-featured-posts .box-cell-latest .post-wrapper .post-entry .post-external-link i {
	margin-right: 10px;
}
.box-featured-posts .box-cell-other {
	padding: 30px 20px;
}
.box-featured-posts .box-cell-other .post-wrapper + .post-wrapper {
	margin-top: 0.75em;
	padding-top: 0.75em;
	border-top: 1px dashed rgba(255,255,255,0.25);
}
.box-featured-posts .box-cell-other .post-wrapper .post-media {
	float: left;
	width: 120px;
	margin-right: 1em;
}
.box-featured-posts .box-cell-other .post-wrapper .post-entry {
	overflow: hidden;
}
.box-featured-posts .box-cell-other .post-wrapper .post-entry .text-title {
	font-size: 1em;
	line-height: 1.625;
}
.box-featured-posts .box-cell-other .post-wrapper .post-entry .text-title a:hover {
	text-decoration: none;
}
.box-featured-posts .box-cell-other .post-wrapper .post-entry .post-label {
	position: relative;
	top: -2px;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0 10px;
	font-size: 0.5em;
	line-height: 19px;
	border-radius: 10px;
}
.box-featured-posts .box-cell-other .post-wrapper .post-entry .post-external-link {
	margin-bottom: 15px;
}
.box-featured-posts .box-cell-other .post-wrapper .post-entry .post-external-link a {
	display: inline-block;
	font-weight: bold;
	font-size: 0.875em;
	line-height: 2;
	color: #F6D1DF;
	background-image: linear-gradient(transparent calc(100% - 2px),#F6D1DF 2px);
    transition: all 0s ease;
}
.box-featured-posts .box-cell-other .post-wrapper .post-entry .post-external-link a:hover {
	color: #ECA3BF;
	background-image: linear-gradient(transparent calc(100% - 2px),#ECA3BF 2px);
}
.box-featured-posts .box-cell-other .post-wrapper .post-entry .post-external-link i {
	margin-right: 8px;
}
@media (min-width: 576px) {
	.box-featured-posts .box-cell-other {
		padding: 40px 20px;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry {
		width: 75%;
		margin-right: 0;
		margin-left: 20px;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-media {
		width: 160px;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry .post-label {
		margin-bottom: 0.75em;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry a {
		position: relative;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry a::before {
		content: "";
		clear: both;
		display: table;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry.has-external-link {
		padding-bottom: 64px;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry .post-external-link a {
		padding: 15px 20px;
	}
}
@media (min-width: 768px) {
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry {
		margin-top: -15px;
		margin-right: 0;
		margin-left: 30px;
		padding: 30px;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry .text-title {
		font-size: 1.5em;
	}
	.box-featured-posts .box-cell-other {
		padding: 30px;
	}
	.box-featured-posts .box-cell-other .post-wrapper + .post-wrapper {
		margin-top: 1em;
		padding-top: 1em;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-media {
		width: 300px;
		margin-right: 1.25em;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry .text-title {
		font-size: 1.25em;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry.has-external-link {
		padding-bottom: 74px;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry .post-external-link a {
		padding: 20px 30px;
	}
}
@media (min-width: 992px) {
	.box-featured-posts .box-cell-latest {
		width: 58.333333%
	}
	.box-featured-posts .box-cell-latest .post-wrapper {
		margin-bottom: 30px;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry {
		width: calc(100% - 30px);
		margin-left: 0;
		padding-bottom: 40px;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry.has-external-link {
		padding-bottom: 84px;
	}
	.box-featured-posts .box-cell-other {
		width: 41.666667%
	}
	.box-featured-posts .box-cell-latest .post-wrapper {
		margin-top: -20px;
	}
	.box-featured-posts .box-cell-other {
		padding: 30px 50px;
	}
	.box-featured-posts .box-cell-other .post-wrapper + .post-wrapper {
		margin-top: 1em;
		padding-top: 0;
		border: none;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-media {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry .text-title {
		font-size: 1em;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry a::before {
		display: none;
	}
}
@media (min-width: 1200px) {
	.box-featured-posts .box-cell-latest,
	.box-featured-posts .box-cell-other {
		width: 50%;
	}
	.box-featured-posts .box-cell-latest .post-wrapper {
		margin-top: -30px;
		margin-bottom: 40px;
	}
	.box-featured-posts .box-cell-other .post-wrapper + .post-wrapper {
		margin-top: 1.25em;
		padding-top: 1.25em;
		border-top: 1px dashed rgba(255,255,255,0.25);
	}
	.box-featured-posts .box-cell-other {
		padding: 40px;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-media {
		float: left;
		width: 200px;
		margin-right: 15px;
		margin-bottom: 0;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry .text-title {
		font-size: 1.25em;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry a::before {
		display: block;
	}
}
@media (min-width: 1440px) {
	.box-featured-posts .box-cell-latest .post-wrapper {
		margin-top: -40px;
		margin-bottom: 50px;
	}
	.box-featured-posts .box-cell-other {
		padding: 50px;
	}
	.box-featured-posts .box-cell-other .post-wrapper + .post-wrapper {
		margin-top: 1.5em;
		padding-top: 1.5em;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-media {
		width: 240px;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry .text-title {
		font-size: 1.125em;
	}
}
@media (min-width: 1680px) {
	.box-featured-posts .box-cell-latest .post-wrapper {
		margin-top: -60px;
		margin-bottom: 70px;
		padding-left: calc(2vw + 30px);
	}
	.box-featured-posts .box-cell-other {
		padding: 60px;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry .text-title {
		font-size: 1.25em;
	}
}
@media (min-width: 1920px) {
	.box-featured-posts .box-cell-latest .post-wrapper {
		margin-top: -80px;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry {
		width: 75%;
		padding-right: 50px;
		padding-left: 50px;
	}
	.box-featured-posts .box-cell-latest .post-wrapper .post-entry .text-title {
		font-size: 1.75em;
	}
	.box-featured-posts .box-cell-other {
		padding: 80px 100px;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-media {
		width: 320px;
		margin-right: 1.25em;
	}
	.box-featured-posts .box-cell-other .post-wrapper .post-entry .text-title {
		font-size: 1.5em;
	}
}


.wp-block-embed.aligncenter .wp-block-embed__wrapper {
	text-align: center;
}
.wp-block-embed.responsive .wp-block-embed__wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.wp-block-embed.responsive .wp-block-embed__wrapper::before {
    display: block;
    content: "";
	padding-top: 56.25%;
}
.wp-block-embed.responsive .wp-block-embed__wrapper .embed-responsive-item,
.wp-block-embed.responsive .wp-block-embed__wrapper embed,
.wp-block-embed.responsive .wp-block-embed__wrapper iframe,
.wp-block-embed.responsive .wp-block-embed__wrapper object,
.wp-block-embed.responsive .wp-block-embed__wrapper video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.kb-table-of-content-nav .kb-table-of-content-wrap {
	padding: 28px !important;
	border: 2px solid #eee;
	background-color: #fff;
}
.kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-link-style-underline a {
    text-decoration: none !important;
	border-bottom: 1px dotted #000 !important;
}
.kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-link-style-underline a:hover {
	border-color: #B43B6B !important;
}
.kb-table-of-contents-title-wrap .kb-table-of-contents-title {
	font-family: 'Inter', 'CHULALONGKORN', sans-serif !important;
	color: #000 !important;
}
.kb-table-of-contents-title-wrap .kb-table-of-contents-icon-trigger {
	margin-left: 1.5rem !important;
}
@media (min-width: 768px) {
	.kb-table-of-content-nav .kb-table-of-content-wrap {
		padding: 36px !important;
	}
}

#header .navbar-covid-alert { 
	background-color: #ffe9e9 !important;
	color: #000;
}
#header .navbar-covid-alert:hover { 
	background-color: #ffe9e9 !important;
	color: #B43B6B !important;
}



.aligncenter {
	text-align: center;
}


.header-overlay {
	z-index: 510;
	position: fixed;
  	top: 0;
  	left: 0;
	width: 100%;
  	height: 0%;
  	background-color: #575757;
  	overflow-y: auto;
  	transition: 0.5s;
}
.header-overlay .header-overlay-content {
  	position: relative;
  	width: 100%;
}
.header-overlay .header-overlay-close {
	z-index: 1;
	display: block;
	height: 40px;
	line-height: 40px;
	font-family: 'Metropolis Bold', Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	color: #000;
	text-transform: uppercase;
}
.header-overlay .navbar-nav {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}
.header-overlay .navbar-nav a {
	color: #000;
}
.header-overlay.text-light .header-overlay-close,
.header-overlay.text-light .navbar-nav a {
	color: #fff;
}
.header-overlay.text-light .header-overlay-close:hover {
	color: #fff;
}
.header-overlay.text-light .navbar-nav a:hover {
	color: #D8574A;
}
@media screen and (max-width: 349.98px) {
	.header-overlay .header-overlay-close {
		font-size: 1rem;
	}
}


.embed-responsive{position:relative;width:100%}
.embed-responsive:before{display:block;padding-top:var(--aspect-ratio);content:""}
.embed-responsive>*{position:absolute;top:0;left:0;width:100%;height:100%}
.embed-responsive-16by9{--aspect-ratio:56.25%}

.kt-blocks-carousel { padding: 0 !important; }
.kt-blocks-carousel .slick-prev, 
.kt-blocks-carousel .slick-next {
    height: 50px !important;
    width: 50px !important;
	background-color: rgba(0,0,0,0.125) !important;
	border-radius: 100% !important;
}
.kt-btn-wrap {
    margin-bottom: 0 !important;
}
.kt-btn-svg-icon.kt-btn-side-left {
    padding-right: 12px !important;
}
.kt-btn-svg-icon.kt-btn-side-right {
    padding-left: 12px !important;
}
@media (min-width: 992px) {
	.split-content-theme .kt-sc-imgcol.kt-sc-imgcol-bg-cover {
		min-height: 100% !important;
	}
}
@media (max-width: 991px) {
	.split-content-theme .kt-split-content-wrap {
		display: block !important;
	}
}

.wp-block-kadence-rowlayout.h-100 .kt-row-layout-inner {
	height: 100%;
}
.kb-advanced-slider.slide-inner-h-100 .kb-advanced-slide-inner {
	height: 100%;
}

.flickity-banner {
	
}
.flickity-banner:before {
	content:"";
	position: relative;
	display:block;
	padding-top:42.84%;
}
.flickity-banner .flickity-viewport {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

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

	Plugin: FacetWP

------------------------------*/
#primary .facetwp-facet {
    margin-bottom: 0;
}
#primary .facetwp-facet.facetwp-facet-grants_pager_total {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: bold;
	color: #005f6f;
}
#primary .facetwp-sort select,
#primary .facetwp-type-sort select {
	width: auto;
	min-width: 180px;
	padding: 0.75rem 2rem 0.75rem 1rem;
	border: 1px solid #e1e3e5;
	border-radius: 4px;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat right 0.5rem center;
	font-size: 1rem;
	line-height: 1.5rem;
}
#primary .facetwp-selections ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-size: 0.75rem;
}
#primary .facetwp-selections ul li[data-facet*="sort"] {
	display: none !important;
}
#primary .facetwp-selections .facetwp-selection-label {
	display: none;
}
#primary .facetwp-reset {
	margin: 0.25rem 0.25rem 0 0;
	padding: 0.25rem 1.5rem 0.25rem 0.75rem;
	border: 1px solid #DE5D8E;
	border-radius: 50rem;
	background-color: #DE5D8E;
	line-height: 1.25rem;
	background-image: var(--wpr-bg-16f7c670-a084-4b3b-b148-cbbe8c0f2ee6);
	background-size: 8px 8px;
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}


#primary .facetwp-selections .facetwp-selection-value {
	list-style: none;
	margin: 0.25rem 0.25rem 0 0;
	padding: 0.25rem 1.5rem 0.25rem 0.75rem;
	border: 1px solid #DE5D8E;
	border-radius: 50rem;
	background-color: #fff;
	line-height: 1.25rem;
	background-size: 8px 8px;
	background-position: right 0.5rem center;
}
#primary .facetwp-selections .facetwp-selection-value:hover {
	color: var(--theme-color-link-hover);
}
#primary .facetwp-input-wrap {
    display: block;
    position: relative;
}
#primary .facetwp-input-wrap .facetwp-icon {
	width: 48px;
	text-align: center;
}
#primary .facetwp-facet input.facetwp-search, 
#primary .facetwp-facet input.facetwp-location,
#primary .facetwp-facet input.facetwp-date {
	width: 100%;
	min-width: unset;
    margin: 0;
    padding: 0.5rem 3rem 0.5rem 1rem;
	line-height: 2rem;
	border: 1px solid #000;
	border-radius: 4px;
	font-size: 1rem;
}
#primary .facetwp-facet input::-webkit-input-placeholder {
	opacity: 0.25;
}
#primary .facetwp-facet input:-ms-input-placeholde {
	opacity: 0.25;
}
#primary .facetwp-facet input::placeholder {
  	opacity: 0.25;
}
#primary .facetwp-facet input.facetwp-date + input.facetwp-date {
	margin-top: 2px;
}
#primary .facetwp-facet input.facetwp-search:focus, 
#primary .facetwp-facet input.facetwp-location {
	border-color: #000;
}
#primary .facetwp-facet .facetwp-radius.facetwp-radius-dropdown {
	width: auto;
	min-width: 100%;
	margin-top: -1px;
	padding: 0.5rem 3rem 0.5rem 1rem;
	border: 1px solid #000;
	border-radius: 4px;
    font-size: 1rem;
	line-height: 2rem;
}
#primary .facetwp-checkbox {
	margin-top: 8px;
	margin-bottom: 8px;
    padding-left: 34px;
    background: var(--wpr-bg-4ff77c36-0cba-4c00-9a63-62432af8bcd0) top 4px left 4px no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
	font-size: .875rem;
}
#primary .facetwp-checkbox:hover {
	color: var(--theme-color-link-hover);
}
#primary .text-light .facetwp-checkbox:hover {
	color: var(--theme-color-primary-lighter);
}
#primary .facetwp-checkbox.checked {
    background-image: var(--wpr-bg-bf075f2f-b67f-4cae-a9bd-27225b8a4584);
}
#primary .list-inline .facetwp-checkbox {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 0;
}
#primary .facetwp-type-fselect {
	height: 50px;
}

#primary .facetwp-type-fselect .fs-wrap .fs-checkbox {
	width: 46px;
}
#primary .facetwp-type-fselect .fs-dropdown .fs-option, 
#primary .facetwp-type-fselect .fs-dropdown .fs-optgroup-label {
    padding: 0.5rem 1rem 0.5rem 2.5rem;
}
#primary .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #005f6f;
}
#primary .facetwp-map-filtering {
	display: none;
}
#primary .facetwp-facet-total {
	font-size: 1rem;
	line-height: 30px;
}


#primary .facetwp-radio {
	margin-top: 8px;
	margin-bottom: 8px;
    padding-left: 28px;
    background: var(--wpr-bg-feebd2c6-b05e-4076-b45e-9927e2981130) top 4px left no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
	font-size: .875rem;
}
#primary .facetwp-radio:hover {
	color: var(--theme-color-link-hover);
}
#primary .text-light .facetwp-radio:hover {
	color: var(--theme-color-primary-lighter);
}
#primary .facetwp-radio.checked {
    background-image: var(--wpr-bg-3f041e34-0364-425f-86c1-2e3ec9863a86);
}
#primary .fs-wrap {
	width: 100%;
}
#primary .fs-label-wrap {
	border-radius: 4px;
	border-color: #000;
}
#primary .fs-label-wrap .fs-label {
	padding: 0.5rem 3rem 0.5rem 1rem;
	font-size: 1rem;
	line-height: 2rem;
}
#primary .fs-label-wrap .fs-arrow {
	right: 18px;
}
#primary .fs-dropdown {
	top: calc(100% - 1px);
	padding-bottom: 1rem;
	border-radius: 4px;
	border: 1px solid #000;
	overflow: hidden;
}
#primary .fs-dropdown .fs-option,
#primary .fs-dropdown .fs-optgroup-label {
    padding: 0.5rem 1rem;
	font-size: 1rem;
}
#primary .fs-dropdown .fs-search {
	margin-bottom: 1rem;
	padding: 1rem;
	border-bottom: 1px solid #aeaeae;
	font-size: 1rem;
}


#primary .facetwp-type-pager div.facetwp-pager {
	width: 100%;
    margin: 0;
    padding: 48px 0;
    text-align: left;
    font-size: 1.125rem;
    clear: both;
}
#primary .facetwp-type-pager a.facetwp-page {
	display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    margin: 0 6px 6px 0;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: #fff;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
}
#primary .facetwp-type-pager a.facetwp-page:hover {
	border-color: var(--theme-color-primary);
}
#primary .facetwp-type-pager a.facetwp-page.next,
#primary .facetwp-type-pager a.facetwp-page.prev {
	width: auto !important;
    border-radius: 22px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}
#primary .facetwp-type-pager a.facetwp-page.active {
    width: 44px;
    height: 44px;
    line-height: 40px;
    margin: 0 6px 6px 0;
    padding: 0;
    border-radius: 100%;
	border-color: var(--theme-color-primary);
    background-color: var(--theme-color-primary);
	font-weight: normal;
    color: #fff !important;
    text-align: center;
}
#primary .facetwp-template .facetwp-loop-header,
#primary .facetwp-template .facetwp-loop-footer {
	display: none;
}
@media (min-width: 768px) {
    #primary .facetwp-type-pager div.facetwp-pager {
        padding: 80px 0;
    }
}

#primary .facetwp-load-more {
	min-width: 200px;
	padding: 12px 16px;
	margin: 0 auto;
	background-color: #de5c8e !important;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
}
#primary .facetwp-load-more:hover {
	background-color: #b43b6b !important;
}