@import './css/buttonStyle.css'; /* Using a string */
:root {
	--JFD-p-text-font-family: 'Acumin VF', Helvetica;
	--JFD-p-text-font-weight: 400;
	--JFD-p-text-font-size: 20px;
	--JFD-p-text-letter-spacing: 0px;
	--JFD-p-text-line-height: 28px;
	--JFD-p-text-font-style: normal;
	--JFD-h2-style-font-family: 'Outfit', Helvetica;
	--JFD-h2-style-font-weight: 700;
	--JFD-h2-style-font-size: 36px;
	--JFD-h2-style-letter-spacing: 0px;
	--JFD-h2-style-line-height: 62.400001525878906px;
	--JFD-h2-style-font-style: normal;
	--JFD-h1-style-font-family: 'Outfit', Helvetica;
	--JFD-h1-style-font-weight: 900;
	--JFD-h1-style-font-size: 48px;
	--JFD-h1-style-letter-spacing: 0px;
	--JFD-h1-style-line-height: 48px;
	--JFD-h1-style-font-style: normal;
	--JFD-h1-mobile-font-family: 'Outfit', Helvetica;
	--JFD-h1-mobile-font-weight: 900;
	--JFD-h1-mobile-font-size: 36px;
	--JFD-h1-mobile-letter-spacing: 0px;
	--JFD-h1-mobile-line-height: 36px;
	--JFD-h1-mobile-font-style: normal;
	--JFD-h3-style-font-family: 'Outfit', Helvetica;
	--JFD-h3-style-font-weight: 900;
	--JFD-h3-style-font-size: 28px;
	--JFD-h3-style-letter-spacing: 0px;
	--JFD-h3-style-line-height: 28px;
	--JFD-h3-style-font-style: normal;
	--JFD-p-mobile-font-family: 'Acumin Pro', Helvetica;
	--JFD-p-mobile-font-weight: 400;
	--JFD-p-mobile-font-size: 16px;
	--JFD-p-mobile-letter-spacing: 0px;
	--JFD-p-mobile-line-height: 19px;
	--JFD-p-mobile-font-style: normal;
	--JFD-h2-mobile-font-family: 'Outfit', Helvetica;
	--JFD-h2-mobile-font-weight: 700;
	--JFD-h2-mobile-font-size: 28px;
	--JFD-h2-mobile-letter-spacing: 0px;
	--JFD-h2-mobile-line-height: 35px;
	--JFD-h2-mobile-font-style: normal;
	--JFD-h4-mobile-font-family: 'Outfit', Helvetica;
	--JFD-h4-mobile-font-weight: 900;
	--JFD-h4-mobile-font-size: 24px;
	--JFD-h4-mobile-letter-spacing: 0px;
	--JFD-h4-mobile-line-height: 24px;
	--JFD-h4-mobile-font-style: normal;
	--JFD-h3-mobile-font-family: 'Outfit', Helvetica;
	--JFD-h3-mobile-font-weight: 700;
	--JFD-h3-mobile-font-size: 16px;
	--JFD-h3-mobile-letter-spacing: 0px;
	--JFD-h3-mobile-line-height: 17px;
	--JFD-h3-mobile-font-style: normal;
	--JFD-h4-font-family: 'Outfit', Helvetica;
	--JFD-h4-font-weight: 700;
	--JFD-h4-font-size: 32px;
	--JFD-h4-letter-spacing: 0px;
	--JFD-h4-line-height: 35px;
	--JFD-h4-font-style: normal;
	--single-line-body-base-font-family: 'Inter', Helvetica;
	--single-line-body-base-font-weight: 400;
	--single-line-body-base-font-size: 16px;
	--single-line-body-base-letter-spacing: 0px;
	--single-line-body-base-line-height: 100%;
	--single-line-body-base-font-style: normal;
	--body-base-font-family: 'Inter', Helvetica;
	--body-base-font-weight: 400;
	--body-base-font-size: 16px;
	--body-base-letter-spacing: 0px;
	--body-base-line-height: 139.9999976158142%;
	--body-base-font-style: normal;
	--variable-collection-JFD-hyperlink: rgba(235, 97, 54, 1);
	--color-text-default-default: var(--color-primitives-gray-900);
	--color-background-default-default: var(--color-primitives-white-1000);
	--color-border-default-default: var(--color-primitives-gray-300);
	--color-primitives-gray-900: rgba(30, 30, 30, 1);
	--color-primitives-white-1000: rgba(255, 255, 255, 1);
	--color-primitives-gray-300: rgba(217, 217, 217, 1);
	--color-primitives-gray-600: rgba(68, 68, 68, 1);
	--size-space-400: 16px;
	--size-space-300: 12px;
	--size-radius-200: 8px;
	--size-space-200: 8px;

	/* Colors */
	--jfd-primary-blue: #133eaf;
	--jfd-navy: #26277d;
	--jfd-medium-blue: #1c88ed;
	--jfd-light-blue: #d2e9ff;
	--jfd-gray: #B2B2B2;
	--jfd-light-gray: #F4F4F4;
	--jfd-gradient: linear-gradient(180deg, #133eaf 0%, #1c88ed 100%);
}
.jfd-primary-blue{
	background-color: var(--jfd-primary-blue);
}
.jfd-medium-blue{
	background-color: var(--jfd-medium-blue);
}
.jfd-light-blue{
	background-color: var(--jfd-light-blue);
}
.jfd-light-gray{
	background-color: var(--jfd-light-gray);
}
.jfd-gray{
	background-color: var(--jfd-gray);
}
:root :where(.is-layout-flow) > * {
	margin-block-start: 0px !important;
	margin-block-end: 0;
}
:where(.wp-site-blocks) > * {
	margin-block-start: 0px !important;
}

.downloadFile {
	padding: 0rem 1rem;
}
img.lazyloaded[src*='svg'] {
	width: 100%;
	height: auto;
}
.sponsorSlider img {
	width: 100% !important;
	height: auto !important;
	max-width: 250px;
	max-height: 250px;
}
.kadence-columnjfd-theme__download-template_421841-8e {
	margin: unset;
}
a {
	display: inline-block;
	text-decoration: none;
	color: var(--jfd-medium-blue);
	font-size: 0;

}
a:focus {
	outline: none;
}
a:hover {
	color: var(--jfd-navy);
}
h1 {
	/* color: var(--jfd-medium-blue, #1c88ed); */
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-size: 10cqw;
	line-height: 10cqw; /* 100% */
	text-transform: uppercase;
}
h2 {
	font-family: 'Outfit';
	font-weight: 800;
	font-size: 5.6cqw;
	margin-bottom: unset;
}
h3 {
	text-align: left;
	margin-top: unset;
	font-family: 'Outfit';
	font-size: 6.645833cqw;
	line-height: 6.645833cqw;
	font-weight: 500;
	color: var(--jfd-primary-blue);
}
h4 {
	font-family: 'Outfit';
	font-size: 5.64583333cqw;
	line-height: 5.64583333cqw;
}
h5 {
	font-size: 4.64583333cqw;
	line-height: 4.64583333cqw;
}
h6 {
	font-size: 3.64583333cqw;
	line-height: 3.64583333cqw;
}
ul {
	padding-left: 0cqw;
}
ul,
li {
	font-family: 'Acumin-Pro';
	font-size: 4cqw;
	font-weight: 400;
	list-style-type: none;
}

ul strong,
li strong {
	font-family: 'acumin-pro';
	font-weight: bold;
}
.firstParagraph {
	font-family: 'acumin-pro';
	font-weight: 500;
	font-size: 4.4cqw;
	line-height: 4.8cqw;
}
.downloadContent {
	margin: 0 1rem;
}
.downloadContent li {
	/*	line-height: 4.5cqw;
	margin-top: 6.4cqw;*/
}
.downloadFile p {
	margin-top: unset;
	font-size: 4.4cqw;
	line-height: 4.8cqw;
}
.downloadFile img {
	max-width: 50%;
}

.aboutSection {
	font-family: 'Outfit';
}
.aboutSection p {
	font-weight: 500;
	font-size: 6cqw;
	line-height: 6cqw;
	margin-top: 0px;
}
.aboutSection p:not(:first-of-type) {
	font-weight: 300;
	font-size: 3.875cqw;
	line-height: 4.3cqw;
}
.sectionHolder {
	/* Custom Pattern for Section */
	padding: 0cqw 7cqw;
	margin: auto;
	margin-block-start: 0rem;
}

.committeeMemberContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.00601202cqw;
	align-items: flex-start;
}
.committeeMember {
	flex: 1 1 calc(50% - 3.00601202cqw);
}
.committeeMember img {
	width: 52.50501002cqw;
	height: 52.50501002cqw;
	aspect-ratio: 1;
	object-fit: cover;

	box-shadow: 0 0 1.80360721cqw 0 rgba(0, 0, 0, 0.34);
}
.committeeMember h5 {
	font-family: 'Outfit';
	font-weight: bold;
	font-size: 3.51002004cqw;
}
.captionSlide {
	/* box-shadow: 0 0 0.875cqw 0 rgba(0, 0, 0, 0.34); */
	padding: 5.69230769cqw;
	padding-bottom: 5.94871795cqw;
	flex-grow: 0;
	align-items: stretch;
	justify-content: space-between;
	container-type: inline-size; /* enables width-based container queries */
	container-name: caption; /* optional, lets you name it */
	resize: horizontal;
	overflow: auto; /* so you can drag-resize in a demo */
	overflow-y: hidden;
	width: 100%;
}
.captionSlide p {
	font-family: 'Outfit';
	/* font-size: 5.770833cqw; */
	/* line-height: 8.552083cqw; */
	font-size: clamp(1.5rem, 7cqw, 2.5rem);
	margin: 0px auto;
	width: 90%;
}
.captionSlide > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 95cqw;
}
.captionSlide .swipeMore {
	font-family: 'acumin-pro';
	font-size: 3.02564103cqw;
	line-height: 3.02564103cqw;
	color: var(--jfd-medium-blue);
	text-align: right;
	margin: 0px;
}
.captionSlide figure {
	margin: 0px auto;
	width: 75%;
}

.highlightContainer {
	display: flex;
	flex-direction: column;
}
.highlightContainer .highlightRow {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.highlightTitle h3 {
	font-family: 'Outfit';
	font-size: 7cqw;
	line-height: 7cqw;
	font-weight: 600;
	margin-bottom: 0px;
}
.highlightSection h4 {
	font-size: 7.21442886cqw;
	font-family: 'Outfit';
	font-weight: 700;
	color: var(--jfd-primary-blue);
}
.highlightSection p {
	font-family: 'acumin-pro';
	font-size: 6cqw;
}
.highlightRow img {
	margin-bottom: 0px !important;
	aspect-ratio: 5/4;
	object-fit: cover;
	box-shadow: 0 0 0.46875cqw 0 rgba(0, 0, 0, 0.34);
}

.wp-block-image figcaption {
	font-family: 'Acumin Pro';
	font-weight: normal;
	font-style: italic;
	line-height: 1;
	text-align: right;
	background: white;
	max-width: 26cqw;
	z-index: 2;
	position: relative;
	float: right;
	padding: 2.5cqw;
	font-size: 3cqw;
}
.glightbox-JFD .gslide-media.gslide-image {
	position: relative;
}
.glightbox-container.glightbox-JFD .gslide-description,
.glightbox-mobile .glightbox-container.glightbox-JFD .gslide-description {
	background: white;
	width: 25%;
	position: absolute;
	bottom: 15%;
	right: 0;
	padding: 0.83333333cqw;

	width: auto;
	min-width: 35%;
	padding: 2cqw;
}
.glightbox-container.glightbox-JFD .gslide-description .gslide-title {
	font-family: 'Acumin Pro';
	font-weight: bold;
	line-height: 1;
	margin: unset;
	color: black;
	font-size: 2.59375cqw;
}
.glightbox-container.glightbox-JFD .gslide-description .gslide-desc {
	font-family: 'Acumin Pro';
	font-weight: normal;
	font-style: italic;
	font-size: 2.59375cqw;
	line-height: 1;
	margin: unset;
	margin-top: 2cqw;
	color: black;
}
.glightbox-JFD .gclose {
	width: auto;
	height: auto;
	top: 15px;
	right: 10px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.25);
}

.glightbox-JFD .gnext {
	position: absolute;
	top: 50vh;
	right: 1.5625cqw;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.25);
}
.glightbox-JFD .gbtn i {
	font-size: 3.75cqw;
	color: white;
}
.glightbox-JFD .gbtn.gclose i {
	font-size: 1.5rem;
	color: white;
}
.glightbox-JFD .gprev {
	position: absolute;
	top: 50vh;
	left: 1.5625cqw;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.25);
}

.resumator-job-info {
	font-size: 3cqw;
}

.resumator-job-title {
	font: bold 3.75cqw 'Acumin Pro';
	border-top: 0;
	padding-top: 15px;
}

.resumator-job-info {
	font-family: 'Outfit';
	margin: 0.25em 1em 0.25em 0;
}

.resumator-job-heading {
	font-weight: 400;
}
@media screen and (min-width: 782px) {
	.wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--prev {
		left: calc(3em - 30px) !important;
	}
	.wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--next {
		right: calc(3em - 30px) !important;
	}
}
@media (min-width: 769px) {
	.glightbox-JFD .gclose {
		opacity: 0.7;
		right: 20px;
	}
}

@media (min-width: 500px) {
	.DAF_titleContainer {
		background: #fff;
		/* Drop */
		box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.34);
		margin: unset;
	}
	.firstParagraph {
		font-size: 1.45833333cqw;
		line-height: 1.61458333cqw;
	}
	.downloadFile {
		padding: 0cqw 5.20833333cqw 0cqw 7.8125cqw;
	}
	.downloadFile p {
		font-size: 1.5625cqw;
		line-height: 1.77083333cqw;
		margin-top: unset;
	}
	.downloadTitle {
		margin-left: 7.8125cqw;
	}
	.downloadContent {
		max-width: 46.66666667cqw;
		margin: unset;
	}
	.downloadContent ul {
		margin-top: 1.5rem;
	}
	.downloadContent ul.kt-svg-icon-list {
		margin-top: 1.5rem !important;
	}
	.downloadContent li {
		/*line-height: 1.8cqw;
		margin-top: 1.66666667cqw;*/
	}
	.downloadFile img {
		max-width: 100%;
	}
	.downloadContent,
	.downloadFile {
		padding-top: 0.625cqw;
	}
	ul {
		/* padding-left: 2.08333333cqw; */
	}
	h1 {
		font-size: 4.94791667cqw; /* 95px */
		line-height: 4.94791667cqw; /* 100% */
	}
	h2 {
		font-size: 2.60416667cqw;
	}
	h3 {
		font-size: 2.34583333cqw;
		line-height: 2.34583333cqw;
	}
	h4 {
		font-size: 2.08333333cqw;
		line-height: 2.08333333cqw;
	}
	h5 {
		font-size: 1.6cqw;
		line-height: 1.6cqw;
	}
	h6 {
		font-size: 1.5cqw;
		line-height: 1.5cqw;
	}
	p {
		font-size: 1.45833333cqw;
		font-size: clamp(13px, 1.28cqw, 28px);
	}
	ul,
	li {
		font-size: 1.30208333cqw;
		line-height: 1.45833333cqw;
	}

	.aboutSection {
		width: 85%;
	}
	.aboutSection p {
		font-size: 2.125cqw;
		line-height: 2.5cqw;
	}
	.aboutSection p:not(:first-of-type) {
		font-size: 1.875cqw;
		line-height: 2cqw;
	}

	.committeeMemberContainer {
		gap: 0.78125cqw;
	}
	.committeeMember {
		flex: 0 1 calc(25% - 0.78125cqw) !important;
	}
	.committeeMember img {
		width: 13.64583333cqw;
		height: 13.64583333cqw;
		aspect-ratio: 1;
		box-shadow: 0 0 0.46875cqw 0 rgba(0, 0, 0, 0.34);
	}
	.committeeMember h5 {
		font-size: 1.30208333cqw;
	}

	.captionSlide {
		padding: 1.69230769cqw;
		min-width: 19cqw;
	}
	.captionSlide p {
		/* font-size: 1.5cqw;
        line-height: 2cqw; */
		font-size: clamp(0.5rem, 8cqw, 1.25rem);
		line-height: clamp(1rem, 9cqw, 3.5rem);
	}
	.captionSlide .swipeMore {
		font-size: 1.02564103cqw;
		line-height: 1.02564103cqw;
		font-size: clamp(0.75rem, 3cqw, 1rem);
	}
	.highlightContainer .kt-inside-inner-col .highlightRow {
		justify-content: center;
		flex-direction: row;
	}
	.highlightContainer .kt-inside-inner-col {
		gap: 3cqw;
	}
	.highlightContainer
		.kt-inside-inner-col
		.highlightRow
		.kt-inside-inner-col {
		flex-direction: row;
		gap: 2cqw;
		flex-wrap: nowrap;
	}
	.highlightContainer
		.kt-inside-inner-col
		div:nth-child(2n + 3)
		.kt-inside-inner-col {
		flex-direction: row-reverse;
	}
	.highlightTitle h3 {
		font-size: 3.64583333cqw;
		line-height: 3.64583333cqw;
	}
	.highlightSection h4 {
		font-size: 1.875cqw;
	}
	.highlightSection p {
		font-size: 1.5625cqw;
		line-height: 1.5625cqw;
		width: 27cqw;
	}
	.highlightRow img {
		max-width: 33.33333333cqw;
	}
	.highlightRow .kt-inside-inner-col > * {
		/* Styles applied only to direct children of .parent-element */
		flex-basis: calc(50% - 2cqw);
	}
	.wp-block-image figcaption {
		padding: 0.65cqw;
		font-size: clamp(0.75rem, 1cqw, 1.3rem);
	}

	.tribe-common .tribe-common-l-container {
		max-width: 89cqw !important;
	}
	/* GLightbox Stuff */
	.glightbox-container.glightbox-JFD .gslide-description,
	.glightbox-mobile .glightbox-container.glightbox-JFD .gslide-description {
		width: 25%;
		padding: 1.75cqw;
	}
	.glightbox-container.glightbox-JFD .gslide-description .gslide-title,
	.glightbox-container.glightbox-JFD .gslide-description .gslide-desc {
		font-size: 1.09375cqw;
	}

	.glightbox-container.glightbox-JFD .gslide-description .gslide-desc {
		margin-top: 0.375cqw;
	}
	.resumator-job{
		margin-bottom: 30px !important;
	}
	.resumator-job-info {
		font-size: 1cqw !important;
	}

	.resumator-job-title {
		font: bold 1.30208333cqw 'Outfit' !important;
		border-top: 0 !important;
		margin: 0px !important;
		padding:0px !important;
	}

	.resumator-job-info {
		font-family: 'Outfit' !important;
	}

	.resumator-job-heading {
		font-weight: 400 !important;
	}
	
}

/*
  
  To enable a theme in your HTML, simply add one of the following data attributes to an HTML element, like so:
  
  <body data-color-mode="SDS-light">
      <!-- the rest of your content -->
  </body>
  
  You can apply the theme on any DOM node, not just the `body`
  
  */

[data-color-mode='SDS-light'] {
	--color-text-default-default: var(--color-primitives-gray-900);
	--color-background-default-default: var(--color-primitives-white-1000);
	--color-border-default-default: var(--color-primitives-gray-300);
}

[data-color-mode='SDS-dark'] {
	--color-text-default-default: var(--color-primitives-white-1000);
	--color-background-default-default: var(--color-primitives-gray-900);
	--color-border-default-default: var(--color-primitives-gray-600);
}

/* Custom Delays */

body[data-aos-delay='4000'] [data-aos],
[data-aos][data-aos][data-aos-delay='4000'] {
	transition-delay: 4000ms;
}
body[data-aos-delay='5000'] [data-aos],
[data-aos][data-aos][data-aos-delay='5000'] {
	transition-delay: 5000ms;
}
body[data-aos-delay='6000'] [data-aos],
[data-aos][data-aos][data-aos-delay='6000'] {
	transition-delay: 6000ms;
}
body[data-aos-delay='7000'] [data-aos],
[data-aos][data-aos][data-aos-delay='7000'] {
	transition-delay: 7000ms;
}
body[data-aos-delay='8000'] [data-aos],
[data-aos][data-aos][data-aos-delay='8000'] {
	transition-delay: 8000ms;
}
body[data-aos-delay='9000'] [data-aos],
[data-aos][data-aos][data-aos-delay='9000'] {
	transition-delay: 9000ms;
}
