@import url(fontawesome-all.min.css);
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400';

/*
	Stellar by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: #1d3a5e;
	vertical-align: baseline;
	/*text-shadow: 2px 2px 5px gray, -2px -2px 5px #357ae8;*/
}


.hero-container {
	/* Your existing border and radius */
	border: 1px solid #e0e0e0;
	border-radius: 20px;

	/* --- The Background --- */
	/* White keeps it clean, but you can use a very light grey (#f9f9f9) */
	background-color: #ffffff;

	/* --- The Drop Shadow --- */
	/* Logic: Horizontal Offset | Vertical Offset | Blur | Spread | Color */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

	/* --- Layout Essentials --- */
	padding: 40px;
	max-width: 800px;
	margin: 40px auto;
	overflow: auto;
}

/* This is the div that needs the float */
.hero-image {
	float: right;
	width: 25%;
	/* Uses percentage for fluid scaling */
	max-width: 180px;
	/* Prevents it from getting too big on desktops */
	min-width: 120px;
	/* Prevents it from getting too small */
	margin: 0 0 15px 20px;
}

.hero-image img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	display: block;
}


.mantra {
	display: block;
	font-weight: 700;
	color: #00008B;
	/* Your Dark Blue */
	margin: 20px 0;
	font-size: 1.25rem;
}

.signature {
	text-align: right;
	margin-top: 20px;
	margin-right: 30%;
	font-size: 1.0em;
	font-family: 'ui-serif';
	font-style: italic;
	color: #1d3a5e;
	

}

.cta-flow {
	color: #00008B;
	/* Your Dark Blue */
	text-decoration: none;
	font-weight: 700;
	position: relative;
	display: inline-block;
	transition: color 0.3s ease;
}

/* The "Cool" Underline */
.cta-flow::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #00008B;
	transform: scaleX(0.3);
	/* Starts small and subtle */
	transform-origin: bottom left;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	/* Slight bounce */
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	/* Slight bounce */
}



.cta-flow:hover {
	color: #4169E1;
	/* Shifts to a slightly lighter blue on hover */
}

.cta-flow:hover::after {
	transform: scaleX(1);
	/* Expands to full width on hover */
}

small {
	font-size: 0.9rem;
	font-style: italic;

}

#interview_prep.major button {
	margin: 15px;
	padding-top: 0px;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	height: 100%;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth !important;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/* Type */



body,
input,
select,
textarea {
	font-family: "Plus Jakarta Sans", "Source Sans Pro", Helvetica, sans-serif;
	background-color: #023657;
	/*#87cefa*/
	font-size: 15pt;
	font-weight: 200;
	line-height: 1.30;
}

p,
strong {
	font-size: 14pt;
}



a {
	-moz-transition: color 0.2s ease, border-bottom 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
	transition: color 0.2s ease, border-bottom 0.2s ease;
	text-decoration: none;
	border-bottom: dotted 1px;
	color: inherit;
}

a:hover {
	border-bottom-color: transparent;
}

strong,
b {
	font-weight: 400;
	text-transform: uppercase;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 1em 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 0.7em 0;
	letter-spacing: -0.025em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 1.50em;
	text-align: center;
	font-family: 'Nanum Pen Script';

}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.7em;
}


sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 4px;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	border-radius: 8px;
	border: solid 1px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}

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

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

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

input,
select,
textarea {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

strong,
b {
	color: #1d3a5e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
}

blockquote {
	border-left-color: rgba(255, 255, 255, 0.35);
}

code {
	background: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.35);
}

hr {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 2.75em;
	line-height: 2.75em;
	min-width: 9.25em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
	padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
	font-size: 1.35em;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	pointer-events: none;
	opacity: 0.25;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
	color: #ffffff !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: rgba(255, 255, 255, 0.2);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	color: rgba(255, 255, 255, 0.5);
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	background-color: #8cc9f0;
	color: #ffffff !important;
	box-shadow: none;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
	background-color: #9acff2;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
	background-color: #7ec3ee;
}

input[type="submit"].primary.icon:before,
input[type="reset"].primary.icon:before,
input[type="button"].primary.icon:before,
button.primary.icon:before,
.button.primary.icon:before {
	color: #ffffff !important;
}

/* Form */

form {
	padding-bottom: 2em;
}


input[type="text"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 8px;
	border: solid 1px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

select {
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	height: 2.75em;
	padding-right: 2.75em;
	text-overflow: ellipsis;
}

select:focus::-ms-value {
	background-color: transparent;
}

select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="email"],
select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}





::-webkit-input-placeholder {
	opacity: 1.0;
}

:-moz-placeholder {
	opacity: 1.0;
}

::-moz-placeholder {
	opacity: 1.0;
}

:-ms-input-placeholder {
	opacity: 1.0;
}

input[type="text"],
input[type="email"],
select,
textarea {
	background-color: rgba(255, 255, 255, 0.075);
	border-color: rgba(255, 255, 255, 0.35);
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}

select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.35)' /%3E%3C/svg%3E");
}

form label {
	line-height: 2;
}

::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

.formerize-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

/* Icon */

.icon {
	text-decoration: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon:before {
	line-height: solid;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

.icon.major {
	border: solid 1px;
	display: inline-block;
	border-radius: 100%;
	padding: 0.65em;
	margin: 0 0 2em 0;
	cursor: default;
}

.icon.major:before {
	display: inline-block;
	font-size: 6.25rem;
	width: 2.25em;
	height: 2.25em;
	line-height: 2.2em;
	border-radius: 100%;
	border: solid 1px;
	text-align: center;
}

.icon.alt {
	display: inline-block;
	border: solid 1px;
	border-radius: 100%;
}

.icon.alt:before {
	display: block;
	font-size: 1.25em;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
}


/* Image */

.image {
	border-radius: 8px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 8px;
	display: block;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
	font-size: 14pt;

}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px;
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

dl dt {
	display: block;
	font-weight: 400;
	margin: 0 0 1em 0;
}

dl dd {
	margin-left: 2em;
}

dl.alt dt {
	display: block;
	width: 3em;
	margin: 0;
	clear: left;
	float: left;
}

dl.alt dd {
	margin: 0 0 0.85em 5.5em;
}

dl.alt:after {
	content: '';
	display: block;
	clear: both;
}

ul.alt li {
	border-top-color: rgba(255, 255, 255, 0.35);
}

dl dt {
	color: #ffffff;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}


/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 0.65em 0 0;
}

ul.icons li:last-child {
	padding-right: 0 !important;
}

/* Section/Article */
/* Target the SECTIONS, not the NAV */
section[id] {
	scroll-margin-top: 130px !important;
}

section.special,
article.special {
	text-align: center;
}



header.major h2 {
	font-size: 1.5em;
}

header.major h2:after {
	display: block;
	content: '';
	width: 3.25em;
	height: 2px;
	margin: 0.7em 0 1em 0;
	border-radius: 2px;
}

section.special header.major h2:after,
article.special header.major h2:after {
	margin-left: auto;
	margin-right: auto;
}

header.major p {
	font-size: 1.25em;
	letter-spacing: -0.025em;
}

header.major.special {
	text-align: center;
}

header.major.special h2:after {
	margin-left: auto;
	margin-right: auto;
}

footer.major {
	margin-top: 3em;
}

header.major h2:after {
	background-color: rgba(255, 255, 255, 0.35);
}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

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

table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	font-size: 0.9em;
	font-weight: 400;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px;
}

table tfoot {
	border-top: solid 2px;
}



table tbody tr {
	border-color: rgba(255, 255, 255, 0.35);
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.075);
}

table th {
	color: #ffffff;
}

table thead {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}


.coaching-table {
	width: 80%;
	/* Only as wide as the text */
	max-width: 100%;
	/* Prevents overflow */
	font-size: 1rem;
	/* Makes text slightly smaller */
	border-collapse: collapse;
}

.coaching-table th,
.coaching-table td {
	padding: 4px 8px;
	/* Tightens the space inside cells */
	text-align: left;
}

/* Optional: reduce width of the Level column specifically */
.coaching-table td:nth-child(3) {
	white-space: normal;
	/* Allows the longest text to wrap if needed */
	max-width: 200px;
}


/* Spotlight */

.spotlight {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 2em 0;
}

.spotlight .content {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.spotlight .content> :last-child {
	margin-bottom: 0;
}

.spotlight .content header.major {
	margin: 0 0 2em 0;
}

.spotlight .image {
	display: inline-block;
	margin-left: 4em;
	padding: 0.65em;
	border-radius: 100%;
	border: solid 1px;
}

.spotlight .image img {
	display: block;
	border-radius: 100%;
	width: 13em;
}



.spotlight .image {
	border-color: rgba(255, 255, 255, 0.35);
}

/* Header */

#header {
	padding: 5em 5em 1em 5em;
	text-align: center;
}

#header h1 {
	margin: 0 0 0.25em 0;
}

#header p {
	font-size: 1.25em;
	letter-spacing: -0.025em;
}

#header.alt {
	padding: 7em 5em 4em 5em;
}

#header.alt h1 {
	font-size: 3.25em;
}

#header.alt>* {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

#header.alt .logo {
	-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
	-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
	-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
	transition: opacity 1.25s ease, transform 0.5s ease;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	display: block;
	margin: 0 0 1.5em 0;
}

.logo {
	width: 30%;
	cursor: pointer;
}

#header.alt .logo img {
	display: block;
	margin: 0 auto;
	max-width: 75%;
}


body.is-preload #header.alt>* {
	opacity: 0;
}

body.is-preload #header.alt .logo {
	-moz-transform: scale(0.8) rotate(-30deg);
	-webkit-transform: scale(0.8) rotate(-30deg);
	-ms-transform: scale(0.8) rotate(-30deg);
	transform: scale(0.8) rotate(-30deg);
}

/* Nav */

#nav {
	/* Change this line */
	position: -webkit-sticky;
	/* Support for Safari */
	position: sticky;
	top: 0;
	z-index: 1000;
	/* Keeps it above the content */

	/* Keep your existing styles */
	display: flex;
	align-items: center;
	gap: 20px;
	width: 64em;
	max-width: calc(100%);
	padding: 0.5em;
	background-color: #f7f7f7;
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	cursor: default;
	text-align: center;
	margin: 0 auto;
	/* Centers the sticky nav */

	/* Transition fix: keep it snappy */
	transition: background-color 0.2s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#nav input,
#nav select,
#nav textarea {
	color: #636363;
}


#nav a:hover {
	color: #636363;
}

#nav strong,
#nav b {
	color: #636363;
}

#nav h1,
#nav h2,
#nav h3,
#nav h4,
#nav h5,
#nav h6 {
	color: #636363;
}

#nav blockquote {
	border-left-color: #dddddd;
}

#nav code {
	background: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}

#nav hr {
	border-bottom-color: #dddddd;
}

#nav+#main {
	padding-top: 1.0em;
	background-color: white;
}

#nav ul {
	margin: 0;
	padding-left: 60px;
	list-style: none;
}

#nav ul li {
	-moz-transition: margin 0.2s ease;
	-webkit-transition: margin 0.2s ease;
	-ms-transition: margin 0.2s ease;
	transition: margin 0.2s ease;
	display: inline-block;
	margin: 0 0.35em;
	padding: 0;
	vertical-align: middle;
}

#nav ul li a {
	-moz-transition: font-size 0.2s ease;
	-webkit-transition: font-size 0.2s ease;
	-ms-transition: font-size 0.2s ease;
	transition: font-size 0.2s ease;
	display: inline-block;
	height: 2.25em;
	line-height: 2.25em;
	padding: 0 1.25em;
	border: 0;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px transparent;
	/* clamp(minimum, preferred, maximum) */
	font-size: clamp(0.8rem, 1.5vw, 1.2rem) !important;

	/* Ensures the text stays on one line if possible */
	white-space: nowrap;
}

#nav ul li a:hover {
	background-color: rgba(222, 222, 222, 0.25);
}

#nav ul li a.active {
	background-color: #96b8ef;
	box-shadow: none;
	color: black;
}

#nav.alt {
	position: fixed;
	top: 0;
	padding: 0.5em 1em;
	Background: linear-gradient(to right, white 30%, #acc5f6 45%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 10000;
	/* Horizontal | Vertical | Blur | Color */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#nav.alt ul li {
	margin: 0 0.175em;
}

#nav.alt ul li a {
	font-size: 1em;
	color: #1d3a5e;
	font-weight: bold;
}


/* Main */

#main {
	font-size: 1.1em;
	/* 3. The main section stretches to fill the remaining space */
	display: flex;
	flex-direction: column;
}



#main input,
#main select,
#main textarea {
	color: #636363;
}

#main a:hover {
	color: #636363;
}


#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	color: #1d3a5e;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
}

#main blockquote {
	border-left-color: #1d3a5e;
}

#main code {
	background: rgba(222, 222, 222, 0.25);
	border-color: #1d3a5e;
}

#main hr {
	border-bottom-color: #000;
}




#main .box {
	border-color: #000;
	padding: 0.2em;
}

#main input[type="submit"],
#main input[type="reset"],
#main input[type="button"],
#main button,
#main .button {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #000;
	color: #1d3a5e !important;
}

#main input[type="submit"]:hover,
#main input[type="reset"]:hover,
#main input[type="button"]:hover,
#main button:hover,
#main .button:hover {
	background-color: rgba(222, 222, 222, 0.25);
}

#main input[type="submit"]:active,
#main input[type="reset"]:active,
#main input[type="button"]:active,
#main button:active,
#main .button:active {
	background-color: rgba(222, 222, 222, 0.5);
}

#main input[type="submit"].icon:before,
#main input[type="reset"].icon:before,
#main input[type="button"].icon:before,
#main button.icon:before,
#main .button.icon:before {
	color: rgba(99, 99, 99, 0.25);
}

#main input[type="submit"].primary,
#main input[type="reset"].primary,
#main input[type="button"].primary,
#main button.primary,
#main .button.primary {
	background-color: #8cc9f0;
	color: #ffffff !important;
	box-shadow: none;
}

#main input[type="submit"].primary:hover,
#main input[type="reset"].primary:hover,
#main input[type="button"].primary:hover,
#main button.primary:hover,
#main .button.primary:hover {
	background-color: #9acff2;
}

#main input[type="submit"].primary:active,
#main input[type="reset"].primary:active,
#main input[type="button"].primary:active,
#main button.primary:active,
#main .button.primary:active {
	background-color: #7ec3ee;
}

#main input[type="submit"].primary.icon:before,
#main input[type="reset"].primary.icon:before,
#main input[type="button"].primary.icon:before,
#main button.primary.icon:before,
#main .button.primary.icon:before {
	color: #ffffff !important;
}



#main input[type="text"],
#main input[type="email"],
#main select,
#main textarea {
	background-color: white;
	border-color: #dddddd;
	width: 80%;
}



#main input[type="text"]:focus,
#main input[type="email"]:focus,
#main select:focus,
#main textarea:focus {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}

#main select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dddddd' /%3E%3C/svg%3E");
}

#main select option {
	color: #636363;
	background: #ffffff;
}





#main ::-webkit-input-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main :-moz-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main ::-moz-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main :-ms-input-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main .formerize-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main .icon.major {
	border-color: #dddddd;
}

#main .icon.major:before {
	border-color: #dddddd;
}

#main .icon.alt {
	border-color: #dddddd;
	color: #636363;
}

#main .icon.alt:hover {
	background-color: rgba(222, 222, 222, 0.25);
}

#main .icon.alt:active {
	background-color: rgba(222, 222, 222, 0.5);
}

#main ul.alt li {
	border-top-color: #dddddd;
}

#main dl dt {
	color: #636363;
}

#main header.major h2:after {
	background-color: #dddddd;
	background-image: -moz-linear-gradient(90deg, white, #88cefa, #77abe2);
	background-image: -webkit-linear-gradient(90deg, white, #88cefa, #77abe2);
	background-image: -ms-linear-gradient(90deg, white, #88cefa, #77abe2);
	background-image: linear-gradient(90deg, white, #88cefa, #77abe2);
	margin: 0;
}

#main table tbody tr {
	border-color: #dddddd;
}

#main table tbody tr:nth-child(2n + 1) {
	background-color: rgba(222, 222, 222, 0.25);
}

#main table th {
	color: #636363;
}




#main>.main {
	padding: 0em 5em 0em 5em;
	/* border-top: solid 1px #dddddd; */
	background-color: white;
}



#main>.main:first-child {
	border-top: 0;
}

#main>.main>.image.main:first-child {
	margin: -5em 0 5em -5em;
	width: calc(100% + 10em);
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#main>.main>.image.main:first-child img {
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}



/* Footer */

#footer {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5em 5em 3em 5em;
	width: calc(100% + 2em);
	margin: 0 0 3em -2em;
}

#footer>* {
	width: calc(50% - 2em);
	margin-left: 2em;
}

#footer .copyright {
	width: 100%;
	margin: 2.5em 0 2em 0;
	font-size: 0.8em;
	text-align: center;
}

/* Wrapper */

#wrapper {
	width: 64em;
	max-width: calc(100% - 4em);
	margin: 0 auto;
	min-height: 100vh;
}



input[type="checkbox"] {
	appearance: auto;
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	accent-color: #007bff;
	/* Styles the checkbox color */
	border-radius: 50%;
	/* Makes it round */
	vertical-align: text-top;
}

label {
	cursor: pointer;
}

/* --- 1. TABLETS & SMALL LAPTOPS (Max 1280px) --- */
@media screen and (max-width: 1280px) {
	#wrapper {
		width: 90%;
		/* Give the edges some breathing room */
	}

	#footer {
		padding: 4em 4em 2em 4em;
	}
}

/* --- 2. TABLETS & LARGE PHONES (Max 980px) --- */
/* This is usually where the "Break" happens (Side-by-side to Stacked) */
@media screen and (max-width: 980px) {

	/* 1. Force the containers to span 100% of the screen */
	#wrapper {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	/* 2. Make the Navigation bar 100% width and remove rounded corners */
	#nav {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		transform: none !important;
		/* Remove the centering transform */
		width: 100% !important;
		max-width: 100% !important;
		height: 100px !important;
		background: #f7f7f7 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		z-index: 2000 !important;
		border-radius: 0 !important;
		margin: 0 !important;
	}

	#nav ul {
		display: none !important;
	}

	#nav .logo {
		height: 75px !important;
		width: auto !important;
	}

	/* 3. Make the main content area 100% width and remove rounded corners */
	#main {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 100px !important;
		/* Stays matched to nav height */
		border-radius: 0 !important;
		padding: 0 !important;
	}



	/* 5. Clean up the About Me section */
	#about_me .image {
		display: none !important;
	}

	#about_me .content {
		width: 100% !important;
	}

	header#header {
		display: none !important;
	}

	.coaching-table {
		width: 100%;
		/* Only as wide as the text */

	}


}


@media screen and (max-width: 1280px) and (min-width: 981px) {

	/* 1. Make the Nav container more flexible */
	#nav {
		/*  padding: 2vw !important; /* Reduces side padding as screen shrinks */
	}

	/* 2. Fluid Font Size for Nav Links */
	#nav ul li a {

		padding: 0 0.8vw !important;
		/* Tightens space between words */
		letter-spacing: 0 !important;
		/* Reduces letter spacing to save room */
	}

	/* 3. Ensure the Logo doesn't push the links away */
	#nav .logo {
		font-size: 1.2rem !important;
		margin-right: 1em !important;
	}

	/* 4. Keep everything on one line */
	#nav ul {
		display: flex !important;
		flex-wrap: nowrap !important;
	}

	.coaching-table {
		width: 100%;
		/* Only as wide as the text */

	}

}


/* --- 3. SMALL MOBILE DEVICES (Max 480px) --- */
@media screen and (max-width: 480px) {

	body,
	input,
	select,
	textarea {
		font-size: 14pt;
		/* Better readability on small screens */
	}

	#main>.main {
		padding: 0.5em 1.5em;
	}

	h1 {
		font-size:1.25em;
	}

	.hero-container {
		padding: 20px;
	}

	.coaching-table {
		width: 100%;
		/* Only as wide as the text */

	}
}



/* 1. The Container: This handles the screen position */
#flash-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 🎯 This is the secret to perfect centering */
	z-index: 10000;
	pointer-events: none;
	/* 🖱️ Allows clicking "through" the background to the page */
}

/* 2. The Box: This handles the 200x100 shape */
#flash-container .flash-modal {

	/* 📱 Responsive Sizing */
	height: 200px;
	width: 80vw !important;
	/* 80% of the viewport width */
	max-width: 400px !important;
	/* But never wider than 400px */
	min-height: 100px !important;
	/* Minimum height to keep the shape */
	height: auto !important;
	/* Grow if the text is long */

	/* 🎨 RGBA: 51,51,51 is dark grey, 0.85 is 85% opacity */
	background-color: rgba(51, 51, 51, 0.85) !important;
	backdrop-filter: blur(4px);
	/* ✨ Optional: adds a nice frosted glass effect */

	color: white;

	/* Centering text inside the rectangle */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;



	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	pointer-events: auto;
	/* 🖱️ Re-enables clicking for the close button */
	border: 1px solid #555;
}

#flash-container .modal-content {
	font-size: 14px;
	line-height: 1.4;
	color: white;
	font-size: 1em;
}

/* Use the ID to outrank the theme's #main button styles */
#flash-container .flash-modal .close-btn {
	all: unset !important;
	/* 🧹 Hard reset of all theme styles */

	/* Re-establishing the look */
	position: absolute !important;
	top: 5px !important;
	right: 10px !important;
	cursor: pointer !important;

	/* Typography */
	color: #999 !important;
	font-size: 20px !important;
	font-weight: bold !important;
	line-height: 1 !important;

	/* Remove any background or borders the theme might be forcing */
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	height: auto !important;

	pointer-events: auto !important;
	/* 👈 This makes it clickable again */
	cursor: pointer !important;
}

#flash-container .flash-modal .close-btn:hover {
	color: white !important;
}

/* --- Reusing Flash Modal Styles for Generic Modals --- */
.modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(3px);
}

.modal-content {
	/* Copying properties from #flash-container .flash-modal */
	background-color: rgb(243, 238, 238);
	margin: 15% auto;
	padding: 50px 30px 40px;
	border: 1px solid #555;
	width: 80%;
	max-width: 500px;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	color: black;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	font-size: 1em;
	line-height: 1.4;
	position: relative;
}

.modal-content p {
	font-size: inherit;
	margin: 0;
}

.modal .close-btn {
	/* Copying properties from #flash-container .flash-modal .close-btn */
	position: absolute;
	top: 5px;
	right: 15px;
	color: #999;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	background: transparent;
	border: none;
}

.modal .close-btn:hover,
.modal .close-btn:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

/* Nav Panel */
#navPanel {
	background: rgba(243, 238, 238, 0.95);
	/* Matches .modal-content background */
	backdrop-filter: blur(3px);
	/* Match backdrop blur */
	color: black;
	/* Matches .modal-content text color */
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 200px;
	z-index: 10002;
	transform: translateX(-275px);
	transition: transform 0.2s ease;
	box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #555;
	/* Matches modal border */
}

/* The plugin toggles 'is-navPanel-visible' on the BODY, which then affects the #navPanel via this selector */
body.is-navPanel-visible #navPanel {
	transform: translateX(0);
}

body.is-navPanel-visible #main {
	filter: blur(2px);
}

#navPanel nav {
	padding: 1rem;
}

#navPanel .link {
	display: block;
	color: #555;
	/* Darker grey for links */
	text-decoration: none;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	/* Lighter border */
	padding: 0.75rem 0;
	font-size: 0.9rem;
	font-weight: bold;
	/* Bold like modal text */
}

#navPanel .link:first-child {
	border-top: 0;
}

#navPanel .link {
	position: relative;
	width: calc(100% + 2rem);
	margin-left: -1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

#navPanel .link:hover,
#navPanel .link:active {
	color: black !important;
	/* Darkest for hover */
	background-color: #e0e0e0 !important;
	/* Subtle highlight */
}

#navPanel .link.active {
	color: black;
	font-weight: 800;
	/* Extra bold for active */
}

/* Nav Button (Hamburger) */
#navButton {
	text-decoration: none;
	position: fixed;
	top: 10px;
	left: 10px;
	height: 3em;
	/* Reduced height */
	width: 3.5em;
	/* Narrower but wide enough for touch */
	z-index: 10001;
	display: none;
}

#navButton .toggle {
	border-bottom: none;
}

#navButton .toggle:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

#navButton .toggle {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10002;
}

#navButton .toggle:before {
	content: '\f0c9';
	/* FontAwesome bars */
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.2rem;
	/* Smaller icon */
	color: #424040;
	position: absolute;
	top: 60%;
	left: 30%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 980px) {
	#navButton {
		display: block;
	}
}

/* Blog Slider Styles */
.blog-slider {
	padding: 0 0 2em;
}

.blog-slider-container {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 1em;
	padding: 0 1em;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
	height:300px;
}

.blog-slider-container::-webkit-scrollbar {
	display: none; /* Chrome, Safari, and Opera */
}

.blog-slider-card {
	flex: 0 0 200px;
	scroll-snap-align: start;
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease;
	position: relative;
	padding-bottom: 2.5em; /* Space for absolute link */
}

.blog-slider-card:hover {
	transform: translateY(-5px);
}

.blog-slider-card img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.blog-slider-card h3 {
	padding: 0.5em 0.5em 0.25em;
	margin: 0;
	font-size: 0.9em;
	color: #1d3a5e;
	font-weight: bold;
}

.blog-slider-card p {
	padding: 0 0.5em;
	color: #666;
	font-size: 0.7em;
	line-height: 1.3;
	margin-bottom: 1em;
}

.blog-slider-card a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5em;
	color: #19385a;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.6em;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
}

.blog-slider-card a:hover {
	text-decoration: underline;
}

.explore-more {

	margin-top: 1em;
}

.explore-more a {
    color: #183656;
    text-decoration: none;
    font-weight: bold;
    font-size: .8em;
}

.explore-more a:hover {
	text-decoration: underline;
}

#latest-blog-posts {
    margin: 1em 0;
	background: linear-gradient(to bottom, #eeeded, #ffffff);
    padding-top: 20px !important;
    border-top: solid 2px #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
