/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 17:07:53 */
@import url("https://use.typekit.net/mgc3okw.css");

html {
	scroll-behavior: smooth;
}
a, input{
	outline: none;
}
p, li{
	font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Serif Pro', serif;
}
.gform-theme--foundation .gform_fields{
	gap:20px;
}
#table-of-content {
	position: fixed;
	background: #a3cad1 !important;
	padding: 100px 3em 4em 3em;
	top: 0;
	left: 0;
	height: 100vh;
	overflow-y: auto;
	transition: transform 1s ease-in-out;
	transform: translateX(0);
}
#table-of-content .inner{
	z-index: 20;
	position: relative;
}
#table-of-content hr{
	opacity:1;
	color: black;
}
#table-of-content a{
	color: black;
	text-decoration: none;
}
.top-btn{
	position: fixed;
	right:20px;
	bottom:20px;
	background: white;
	padding: 10px;
}
.close-btn{
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
}

#table-of-content.hidden {
	transform: translateX(-100%);
}

#toc-toggle {
	cursor: pointer;
	font-size: 24px;
	text-align: right;
	margin-bottom: 10px;
	user-select: none;
}

#table-of-content ol {
	display: none;
	margin-left: 20px;
}

#table-of-content .chapter.active > ol {
	display: block;
}

.chapter-title {
	cursor: pointer;
}
/* Default chevron */
.toggle-btn svg {
	transition: transform 0.3s ease;
}

/* Rotate when the chapter is active */
.chapter.active .toggle-btn svg {
	transform: rotate(180deg);
}
.open-btn{
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
	height: 50%;
	bottom: 0;
	background: #78B1BB;
	width: 70px;
	min-height: 300px;
	border-radius: 0 0 15px 0;
	transition: transform 1s ease-in-out;
	transform: translateX(-100%);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	z-index:10;
}
.open-btn p{
	position: absolute;
	top: 50%;
	transform: translate(-50%) rotate(-90deg);
	font-size: 1.5em;
	white-space: nowrap;
	left: 50%;
	color: white;
	padding-right: 100px;
}
#table-of-content:not(.hidden) ~ .open-btn {
	display: none;
}
.open-btn.hidden {
	transform: translateX(-100%);
}

.open-btn:not(.hidden) {
	transform: translateX(0);
}
a:hover, #toc-toggle:hover, .open-btn p:hover{
	opacity: .6 !important;
}
/* tr{
	display: flex;
	flex-direction: column;
}
th, td, thead{
	border: none !important;
}
td, th{
	padding: 0 !important;
}
table br, blockquote br{
	display: none;
} */
figure{
	margin-top:0 !important;
}
header{
	position: relative;
	z-index: 100;
}
header nav a{
	color: #07283a !important;
	text-transform: uppercase;
	font-size: 13px !important;
	font-family: 'acumin-pro', sans-serif;;
}
header nav a:hover{
	color: #07283a !important;
	opacity:1 !important;
}
.chapter-content {
	display: none !important;
	margin-top:0;
}

.chapter-content.active {
	display: block !important;
}
blockquote{
	padding: 0!important;
	border-style: none !important;
}
a {
	color: #65adbb !important;
}

header a,
footer a,
#table-of-content a {
	color: inherit !important; /* or your desired original color */
}
.v-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.intro-header .limit-width{
	max-width: 600px;
}
#intro .toggle-button{
	cursor: pointer;
	text-decoration: underline;
}
#intro .toggle-button.active svg{
	transform: rotate(90deg);
}
.intro-single-section {
	display: none !important;
}

.intro-single-section.active {
	display: block!important;
}
hr{
	color: gray !important;
}
main{
	margin-top:0 !important;
}
@media(max-width: 600px){
	.open-btn{
		width: 200px;
		height: 70px;
		min-height: 70px;
		top: auto;
		        border-radius: 0 15px 0 0;
		padding: 25px;
		bottom:0;
	}
	header{
		z-index:1;
	}
	.open-btn p {
    position: relative;
    top: auto;
    transform: none;
    font-size: 1em;
    white-space: nowrap;
    left: auto;
    color: white;
    padding-right: 0;
}

	#table-of-content{
		padding: 100px 10px 10px 10px;
		max-width: 180px;
	}
	.chapter-title{
		gap:0;
		position: relative;
		padding-right: 30px;

	}

	.chapter-title .toggle-btn{
		position: absolute;
		right: 5px;
		top: 3px;
	}
	.close-btn{
		top:-20px;
	}
	#intro .btn-wrapper{
		display: flex;
		flex-direction: column;
		align-items: start;
	}
}
