body {
	--wp--preset--font-size--small: clamp(1rem, 1.5vw, 1rem) !important;  
	--wp--preset--font-size--medium: clamp(1.5rem, 3vw, 1.875rem) !important; 
	--wp--preset--font-size--large: clamp(2rem, 5vw, 3.2375rem) !important;   
	--wp--preset--font-size--x-large: clamp(2.5rem, 7vw, 4.375rem) !important;
}

/**********************************************************
// Titles
**********************************************************/

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	padding: .5em 0;
	}

.post h1 {
	font-size: clamp(2.5rem, 4vw + 1rem, 3.3rem);
	line-height: 1;
}

.post h2 {
	font-size: clamp(2rem, 2vw + 0.7rem, 2.65rem);
	line-height: 1.1;
}

.post h3 {
	font-size: clamp(1.5rem, 2vw + 0.5rem, 2rem);
	line-height: 1.1;
}

.post h4 {
	font-size: clamp(1.25rem, 1.7vw + 0.5rem, 1.75rem);
	line-height: 1.4;
}

.post h5 {
	font-size: 1rem;
	line-height: 1.5;
}

h6 {
	font-size: 0.875rem;
	line-height: 1.5;
}

/**********************************************************
// Special
**********************************************************/

.Tightest { line-height: 1em!important; }
.Loose { line-height: 1.6em; }

.No-Gap { gap: 0; }
.Small-Gap { gap: .5em; }

.No-Padding { padding: 0!important; }
.No-Padding-Bottom { padding-bottom: 0!important; }
.No-Padding-Top { padding-top: 0!important; }

.No-Margin { margin: 0!important; }
.No-Margin-Bottom { margin-bottom: 0!important; }
.No-Margin-Top { margin-top: 0!important; }

.Sticky { position: sticky!important; top: 0; }

.Border-Radius-10 { border-radius: 10px; overflow: hidden; }
.Border-Radius-20 { border-radius: 20px; overflow: hidden; }

mark.Dumpling { font-size: 1.2em; font-weight: 400; }

/**********************************************************
// Block Defaults
**********************************************************/

.post .wp-block-columns.alignfull { gap: 0; }
.post .wp-block-columns.alignfull .wp-block-column.has-background { padding: clamp(1rem, 6vw, 5rem)!important; }

.post .wp-block-column.has-background { padding: clamp(1rem, 3vw + 0.5rem, 2rem); border-radius: 20px; }
.post .wp-block-columns + .wp-block-columns { margin-top: 2rem; }

.post .wp-block-separator { max-width: 100%; }
.post .wp-block-separator.has-white-color { border-top: 1px solid #fff; max-width: 100%; }

.post .wp-block-media-text.alignfull>.wp-block-media-text__content { padding: clamp(1rem, 6vw, 5rem)!important; }

.post .wp-block-buttons { margin: 20px 0; }
.post .wp-block-buttons .wp-block-button__link:hover { background: var(--Alt); color: #fff; }
.post .wp-block-buttons .wp-block-button__link {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: calc(.667em + 3px) clamp(1rem, 3.5vw, 3rem);
    font-size: .8em;
	font-weight: bold;
	background: var(--Links);
	color: #fff;
	border-radius: 10px;
}

.post .wp-block-buttons .wp-block-button__link.has-small-font-size {
	padding: calc(.467em + 3px) clamp(1rem, 2.5vw, 2rem);
}

.post .wp-block-buttons .is-style-outline .wp-block-button__link.has-small-font-size {
	background: none;
	border: 1px solid var(--Links);
	color: var(--Links);
}
}

/**********************************************************
// Arrow Link
**********************************************************/

.Service-Columns .Arrow-Link { display: block; }
.Pathways-Columns .Arrow-Link { display: block; text-transform: uppercase; }
.Arrow-Link a:after, .Service-Columns .Arrow-Link:after, .Pathways-Columns .Arrow-Link:after {
	content: "\f178";
    font-family: "FontAwesome", serif;
    font-weight: 400;
    margin-left: 8px;
    vertical-align: middle;
    font-size: 17px;
	display: inline-block;
    margin-top: -4px;
}

.Arrow-Link a:hover:after {
}

/**********************************************************
// New Homepage
**********************************************************/

.Service-Columns .wp-block-column { position: relative; }
.Service-Columns .wp-block-column a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.Service-Columns .wp-block-column:has(a:hover) {
    background: var(--Red)!important;
}

.Service-Columns .wp-block-column:has(a:hover) *  { color: #fff!important; }

.Pathways-Columns .wp-block-column { position: relative; }
.Pathways-Columns .wp-block-column a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.Pathways-Columns .wp-block-column:has(a:hover) { background: var(--Red)!important; }
.Pathways-Columns .wp-block-column.Teal:has(a:hover) { background: var(--Teal)!important; }
.Pathways-Columns .wp-block-column.Yellow:has(a:hover) { background: var(--Yellow)!important; }

.Pathways-Columns .wp-block-column:has(a:hover) *  { color: #fff!important; }

.Philosophy-Section ol {
    list-style: none;
    counter-reset: my-counter;
    padding-left: 0;
}

.Philosophy-Section ol li {
    counter-increment: my-counter;
    position: relative;
    padding-left: 65px;
	font-weight: bold;
}

.Philosophy-Section ol li::before {
    content: counter(my-counter);
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.Philosophy-Section .Block-Container:nth-of-type(1) ol { counter-reset: my-counter 0; } 
.Philosophy-Section .Block-Container:nth-of-type(2) ol { counter-reset: my-counter 1; } 
.Philosophy-Section .Block-Container:nth-of-type(3) ol { counter-reset: my-counter 2; } 
.Philosophy-Section .Block-Container:nth-of-type(4) ol { counter-reset: my-counter 3; } 

.Philosophy-Section .Block-Container:nth-of-type(1) ol li::before { background: var(--Red); } 
.Philosophy-Section .Block-Container:nth-of-type(2) ol li::before { background: var(--Yellow); } 
.Philosophy-Section .Block-Container:nth-of-type(3) ol li::before { background: var(--Teal); } 
.Philosophy-Section .Block-Container:nth-of-type(4) ol li::before { background: var(--Green); } 

/**********************************************************
// Media Queries
**********************************************************/

@media
all and (max-width: 1050px),
all and (max-device-width: 1050px)
{
	.No-Mobile-Break br { display: none; }
}

@media
all and (max-width: 600px),
all and (max-device-width: 600px)
{
	.wp-block-columns.Mobile-Reverse { flex-direction: column-reverse; }
	.No-Mobile-Gap { gap: 0; }
}