/*!
Theme Name: GBC Ortho
Theme URI: https://gobecreative.com
Author: Underscores.me
Author URI: https://gobecreative.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gbc-ortho
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GBC Ortho is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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


/*
d9e1e5 grey

Old colors 
80985c logo green
497136 green accent
3e673e
#80985c;

// NEW COLORS
174, 177, 154 laurel light green - like bu light
76, 96, 76 Feldgrau
92, 112, 92 axolotl green
192, 189, 181 sand grey - like
153, 151, 130 artichoke

#667eea
Soft Rust: #B85A3A
Muted Terracotta: #A94E3B




*/




/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

html * {
	margin:0;
	padding:0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/**
 * Render the `main` element consistently in IE.
 */

.post-template-single-standard main { padding-top:110px; }

main {
	display: block;
	margin-top: 0;
	padding-bottom: 110px;
	/* background-color: rgba(248,248,248,1); */
}

body.home main { padding-bottom:0; }

body.logged-in {}

h1 {
	margin: 0.67em 0;
	font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: rgb(85, 121, 161);
}


:root {
	--accent-color: #bb4c54; /* rgb(85, 121, 161); */
	/* orig  rgb(88, 110, 123) */
	/* more blue rgb(85, 121, 161);
	/* default was: #667eea */
	--link-accent-1: rgba(92, 112, 92, .80);
	--axolotl: rgba(125, 141, 125, 1);
	--accent-color-1:rgb(85, 121, 161);
	--accent-color-2: #bb4c54; /* #b24f41;  #A94E3B; */
	--ink: rgba(255,255,255,0.98);
    --ink-dim: rgba(255,255,255,0.92);
    --accent: rgb(85, 121, 161);
    --bar-track: rgba(244,241,234,0.18);
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: rgb(65, 65,65, 1);
}

h2.bar { color: rgb(85, 121, 161); }

/*

	Add lightslategrey-
	color: lightslategray;

*/


.bar {
	display: flex;
	align-items: center;
	text-align: center;
	gap: 1rem;
}
.bar::before,
.bar::after {
  content: '';
  width: 100px;
  height: 1px;
  background-color:rgba(88, 110, 123, .7); 
}

.blue.bar::before, .blue.bar::after { background-color:rgba(88, 110, 123, .7); }
.white.bar::before, .white.bar::after { background-color:rgba(255,255,255, .9); }

h1.bar { font-size:48px;color:var(--accent-color-1); }


p {
	margin-bottom: 1.5em;
	font-size:18px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	/* color: #80985c; */
	/* color: #80985c; */
	color: #80985c;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none; 
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.center-h-wrapper {
	display: block;
    width: fit-content;
    clear: both;
    margin: 0 auto;
}



.fremont {
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
.orthopaedics {
	font-family: "Lato", sans-serif;
	font-weight: 400;
}



ul.no-indent {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}
ul.no-indent li a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 5px 0;
}

.lighten-segment { background-color: rgba(255, 255, 255, .16); }

.padded-std {
	padding:36px 24px;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* .textured-bg {
	position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
} */



header { 
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 99;
	height:104px;
	width:100%;
	background-color: rgba(92, 112, 92, .80);
	background: linear-gradient(to bottom right, rgba(92, 112, 92, 0.8), rgba(96, 116, 102, .9));
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .32);
}

header #fullHeaderWrapper {
	position:absolute;
	width:100%;
	height:100%;
	z-index:49;
	background: linear-gradient(90deg, rgb(85, 121, 161) 20%, transparent 60%);
}


.headerInnerWrapper {
    width: calc(100% - 80px);
    max-width: 1600px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	/* background: linear-gradient(90deg, rgb(85, 121, 161) 20%, transparent 60%); */
	background: transparent;
	position: relative;
    z-index: 88;
}

.headerRightSide {
    position: relative;
    display: inline-block;
    min-height: 102px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	min-height:100vh;
	box-sizing: border-box;
	padding: 0;
	/* background-color: rgb(210, 210, 210); */
}

.site-branding { 
	min-height: 102px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    background: linear-gradient(80deg, rgb(85, 121, 161) 20%, transparent);
}
.site-branding .bluefix {
    background-color: rgb(85, 121, 161);
    position: absolute;
    top: 0;
    width: 500px;
    height: 100%;
    z-index: 89;
    left: -450px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.page-template-team .site, .page-template-services .site { margin-top:0; }


section .content-padded {
	position: relative;
	display: block;
	margin:0 auto;
	margin-top:48px;
	width:calc(100% - 200px);
	max-width: 1500px;
}

.wp-block-columns { 
	display: flex;
	gap: 36px;
	justify-content: space-between;
}


/* section .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	margin: 18px;
	box-sizing: border-box;
	padding: 18px;
	border-radius: 6px;
}
*/

section .wp-block-columns .wp-block-column {
    flex: 1;
	margin: 18px 0 18px 0;
    box-sizing: border-box;
    padding: 18px;
    border-radius: 6px;
	transition: all .3s ease-in-out;
	cursor:pointer;
	max-width:calc(25% - 36px);
}
	
section .wp-block-columns .wp-block-column:hover {
	transform: translateY(-5px);
}

section .wp-block-column.grey {
	transition: all .5s ease;
	background-color: rgba(50, 50, 50, .06);
}

section .wp-block-column.grey:hover {
	background-color: rgba(50, 50, 50, .12);
	cursor: pointer;
}



section .wp-block-column h3 {
	font-size:32px;
	color: rgba(92, 112, 92, 1);
}

 section .wp-block-column .preview {
	font-size: 18px;
	color: rgba(0,0,0, .8);
}

section .wp-block-column h3, section .wp-block-column p {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.main-navigation {
	min-height: 104px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.main-navigation ul { 
	display: inline-block;
	height: 104px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.main-navigation ul li { 
	display: inline-block;
    box-sizing: border-box;
    height: 104px;
	position: relative;
	transition: all .25s ease-in-out;
}

.main-navigation ul li:hover { background-color:rgba(255,255,255,.10); }

.main-navigation ul li.current-menu-item { 
	background-image: radial-gradient(rgba(255, 255, 255, .16), rgba(255, 255, 255, .02));
	/* background-color:rgba(255,255,255,.10); */
}

.main-navigation ul li a { 
	display:inline-block;
	text-decoration: none;
	color: white;
	font-size:18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 104px;
	height: 100%;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .12);
	box-sizing: border-box;
	padding: 4px 14px;
}


.main-navigation ul li ul.sub-menu {
	display: none;
	/* background-color:rgba(92, 112, 92, 0.8); */
	background: linear-gradient(150deg, rgba(85, 121, 161, .8) 5%, rgba(92, 112, 92, .8) 90%, rgba(96, 116, 102, .9) 100%);
	position:absolute;
	top: 104px;
    left: 0;
    margin: 0;
    padding: 0;
    height: auto;
	transition: all .25s ease-in-out;
}
.main-navigation ul li:hover ul.sub-menu { 
	display:block;
}

.main-navigation ul li ul.sub-menu li, .main-navigation ul li:hover ul.sub-menu li {
	height:auto;
	min-width:240px;
    width: fit-content;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.main-navigation ul li ul.sub-menu li a, .main-navigation ul li:hover ul.sub-menu li a {
	height: 48px;
    line-height: 48px;
	min-width:240px;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0 14px;
}





.secondary-navigation {
    min-height: 102px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secodary-menu-container {
	height: auto;
	position: relative;
	display: block;
}

.secondary-navigation ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.secondary-navigation ul li { 
	display:inline;
	box-sizing: border-box;
	margin: 4px 8px;
}
.secondary-navigation ul li a { 
	text-decoration: none;
	color: white;
	font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
	text-transform: capitalize;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .12);
}


/*	Patient Portal Button Header
----------------------------------------------------------*/

.patient-portal-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: var(--accent-color);
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	border-radius: 6px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.3px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .12);
	text-transform: uppercase;
}

.patient-portal-btn:hover {
	background-color: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.6);
	transform: translateY(-1px);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .18);
}


.sim-btn {
	font-size: 18px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}



/* Animations
---------------------------------------------------- */
.fade-in-up {
	animation: 0.9s both fadeInUp;
}


.custom-logo-link img {
	height: 72px;
	margin: 16px 24px 0 24px;
}






/* ===================== BANNER ===================== */
  .banner {
    position: relative;
    width: 100%;
    height: 780px;
    min-height: 420px;
    overflow: hidden;
    background: #111;
    isolation: isolate;
    /* margin-top: 104px; */
}

  /* Each slide gets its own layer. Layers cross-fade and slowly
     "breathe" (Ken Burns) to create depth. On top of that, the
     background media itself shifts vertically as the page scrolls
     (slower than scroll speed, see updateParallax() in the script),
     and the overlay text drifts opposite the pointer — two
     independent parallax effects working together. */
  .slide {
    position:absolute;
    inset:0;
    opacity:0;
    transform: scale(1.10);
    transition: opacity 1200ms ease, transform 8000ms linear;
    will-change: opacity, transform;
  }

  .slide.is-active {
    opacity:1;
    transform: scale(1);
    z-index:2;
  }

  .slide.is-prev {
    opacity:0;
    z-index:1;
  }

  .slide-media {
    position:absolute;
    left:0;
    right:0;
    top:-15%;
    width:100%;
    height:130%;
    object-fit:cover;
    object-position:center;
    will-change: transform;
  }

  /* darken media so overlay text stays legible regardless of source art */
  .slide::after {
    content:"";
    position:absolute;
    inset:0;
    /* background:
      linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%); */
    pointer-events:none;
  }

  .banner-overlay {
    position:absolute;
    inset:0;
    z-index:5;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding: 8%;
    pointer-events:none;
    transition: transform 300ms ease-out;
	background: linear-gradient(to top right, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 50%);
  }

  .overlay-text {
    position:absolute;
    left:8%;
    right:8%;
    bottom:20%;
    opacity:0;
    transform: translateY(18px);
    transition: opacity 700ms ease, transform 700ms ease;
    max-width:640px;
  }

  .overlay-text.is-active {
    opacity:1;
    transform: translateY(0);
    transition-delay: 250ms;
  }

  .eyebrow {
    color:var(--accent);
    font-size:28px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    margin:0 0 0.6rem;
    font-weight:600;
  }

  .headline {
    color:var(--ink);
	font-size: clamp(24px, 48px, 50px);
    line-height: 1.20;
    margin: 0 0 12px 0;
    font-weight: 700;
    text-wrap: balance;
    /* border-bottom: 1px solid rgba(255, 255, 255, .4); */
    padding: 0 0 12px 0;
  }

  .subhead {
    color:var(--ink);
    font-size:clamp(18px, 22px, 22px);
    margin:0;
    max-width:980px;
  }

  /* ===================== SLIDE PROGRESS / NAV ===================== */
  .banner-controls {
    position:absolute;
    left:6vw;
    right:6vw;
    top:5vh;
    z-index:6;
    display:none; /* was flex */
    gap:0.6rem;
  }

  .progress-pip {
    flex:1;
    height:3px;
    background:var(--bar-track);
    border-radius:2px;
    overflow:hidden;
    cursor:pointer;
  }

  .progress-pip-fill {
    height:100%;
    width:0%;
    background:var(--ink);
    transform-origin:left;
  }

  .progress-pip-fill.filling {
    transition: width linear;
  }

  .progress-pip-fill.filled {
    width:100%;
  }

  .banner-arrows {
    position:absolute;
    z-index:6;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    display:none; /* was flex */
    justify-content:space-between;
    padding:0 1.2rem;
    pointer-events:none;
  }

  .arrow-btn {
    pointer-events:auto;
    background:rgba(0,0,0,0.35);
    border:1px solid rgba(244,241,234,0.25);
    color:var(--ink);
    width:2.6rem;
    height:2.6rem;
    border-radius:50%;
    cursor:pointer;
    font-size:1.1rem;
    line-height:1;
    display:none; /* was flex */
    align-items:center;
    justify-content:center;
    transition: background 200ms ease;
  }

  .arrow-btn:hover { background:rgba(0,0,0,0.6); }



/* EOF NEW BANNER
-----------------------------------------------------------*/


body.logged-in .site-header.light { top:32px; }


.columns-2 {
    display: flex;
    flex-direction: row;
	padding: 0;
	box-sizing: border-box;
    min-height: 600px;
    height: auto;
}

.cols-2 {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    min-height: 600px;
    height:100%;
    width: 50%;
    box-sizing: border-box;
}

.text-axolotl { color: rgba(92, 112, 92, .80); }
.text-slategrey { color: slategray; }

.axolotl { background-color: rgba(92, 112, 92, .80);color:white; }
.olive-tan { background-color: rgba(200, 194, 181, 1); }
.soft-tan { background-color: rgba(210, 200, 181, .50); }
.softer-tan { background-color: rgba(210, 200, 181, .20); }
.feldgrau { background-color: rgba(76, 96, 76, 1); }

span.white { color:rgba(255,255,255,.4); }

.left-column-inner {
	float: right;
    padding: 64px 64px 0 36px;
}
.right-column-inner {
    float: left;
    padding: 64px 36px 0 64px;
}
.left-column-inner, .right-column-inner {
    width: calc(100% - 100px);
    display: block;
    box-sizing: border-box;
    text-align: start;
}

.left-column-inner h3, .right-column-inner h3 {
	font-size: 32px;
    font-weight: 500;
	color: rgba(88, 110, 123, .8);
}
.left-column-inner p.black, .right-column-inner p.black {
	border-top: 1px solid rgba(0, 0, 0, .24);
    padding-top: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .24);
    padding-bottom: 18px;
}
.left-column-inner p.white, .right-column-inner p.white {
    border-top: 1px solid rgba(255, 255, 255, .94);
    padding-top: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .94);
    padding-bottom: 18px;
	color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 4px rgba(0, 20, 20, .24);
}

.softer-tan h3, .softer-tan p { 
	color: rgb(88, 110, 123);
}

.softer-tan p { 
	border-top: 1px solid rgba(88, 110, 123, .8);
    padding-top: 18px;
    border-bottom: 1px solid rgba(88, 110, 123, .8);
    padding-bottom: 18px;
}

.gradient-axolotl-bg h3, .gradient-axolotl-bg .p.white { color:rgba(255, 255, 255, .96);text-shadow: 1px 1px 3px rgba(0, 0, 0, .18); }

/* Social Icons
**************************************************************/
/* "/wp-content/themes/gbc-ortho/assets/images/icons/facebook_96.png
background-image: url("/wp-content/themes/gbc-ortho/assets/images/icons/instagram_96.png
/wp-content/themes/gbc-ortho/assets/images/icons/reddit_96.png
/wp-content/themes/gbc-ortho/assets/images/icons/twitter_96.png
/wp-content/themes/gbc-ortho/assets/images/icons/youtube_96.png
/wp-content/themes/gbc-ortho/assets/images/icons/email_96.png
/wp-content/themes/gbc-ortho/assets/images/icons/rss_96.png
/wp-content/themes/gbc-ortho/assets/images/icons/linkedin_96.png
/wp-content/themes/gbc-ortho/assets/images/icons/linkedin_96.png
/wp-content/themes/gbc-ortho/assets/images/icons/instagram_96.png
*/



/* Footer
--------------------------------------------------------------*/
.site-footer {
	display:block;
	width:100%;
	/* background-color:rgba(64, 64, 64, 1); */
	/* background-color: rgba(92, 112, 92, .80); */
	background:linear-gradient(to bottom right, rgba(92, 112, 92, 0.8), rgba(96, 116, 102, .9));
	/* background-image: linear-gradient(270deg, rgba(24, 24, 24, 1), rgba(34, 44, 54, 1)); */
	color:rgba(255, 255, 255, 1);
	padding:24px 48px;
	/* border-top:1px solid black; */
}

.footer-standard-row {
	display: block;
	clear:both;
	width:100%;
	margin:0 auto;
}

.footer-flex-row {
	display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    max-width: 1600px;
	margin:0 auto;
    gap: 0;
    flex-direction: row;
    align-items: start;
    align-content: space-between;
}


/* Create four equal columns */
.footer-flex-column {
	flex: calc( 25% - 40px);
	padding: 40px 20px;
	box-sizing: border-box;
}

.footer-flex-column .smaller-brand {
	margin-top: 24px;
    margin-bottom: 24px;
}

.footercol1 p {
	padding-left:24px;
}
 
.footer-flex-column h3 {
	text-align: center;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: 8px;
	color:rgb(255, 255, 255);
}

.footer-branding {
	flex: 25%;
	padding: 20px;
	box-sizing: border-box;
}
.footer-branding img { max-width:240px; }









/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


.page-header h1 {
	margin: 0 auto;
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}




/* Homepage and Banners
--------------------------------------------- */
.homepage .row {
	margin: 0;
	height: fit-content;
}

.homepage .row .section-image {
	min-height: 532px;
}

section.hp-banner { 
    min-height: 100px;
    height: auto;
    margin-bottom: 0px;
    display: block;
}


/*
    Home Page Banners
----------------------------------------------------------------------- */

.home .main { margin-top:0px;padding-top:0px; }

.page-template-template-homepage .site-main {margin-top:0px;padding-top:0px !important;  }
.page-template-template-homepage article {
    width: calc(94% - 48px);
    margin: 0 auto;
}


.banner-content {
	color: white;
    position: relative;
    display: block;
    z-index: 92;
    width: 100%;
    max-width: 1500px;
    height: auto;
    font-size: 66px;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 40px;
	margin-top: 102px;
	opacity: 1;
	transition: all .3s ease-in-out;
}

.banner-content .dynamicCopy { transition: all .3s ease-in-out;display: block;position:relative;opacity: 1;visibility: visible;z-index: 89; }
.banner-content .dynamicCopy.inactive { opacity: 0; }
.banner-content .dynamicCopy.active { opacity: 1; }

#bannercontent1 { position:absolute;left:0;top:80px;z-index:70; }
#bannercontent2 { position:absolute;right:0;top:80px;z-index:72; }

.typewriter h2 { 
	display: block;
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
    border-right: none;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
	line-height: 1.35em;
    font-size: 66px;
	font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
	color:rgb(255, 255, 255);
	text-shadow: 1px 1px 5px rgba(55, 55, 55, .14);
}

.typewriter h3 { 
	display: block;
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
    border-right: none;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
	line-height: 1.35em;
    font-size: 66px;
	font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
	color:rgb(255, 255, 255);
	text-shadow: 1px 1px 5px rgba(55, 55, 55, .14);
}

.typewriter .smaller {
	display: block;
	position: relative;
	float: left;
	clear: both;
	letter-spacing: .15em; /* Adjust as needed */
	line-height: 1.35em;
	font-size:48px;
	font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 700;
	color:rgb(255, 255, 255);
	text-shadow: 1px 1px 5px rgba(55, 55, 55, .14);
}

.left .typewriter h2, .left .typewriter h3, .left .typewriter .smaller, .left .banner-cta-block .cta-button { float: left; }
.right .typewriter h2, .right .typewriter h3, .right .typewriter .smaller { 
	/* color:rgb(85, 121, 161); */
    /* color:rgba(96, 116, 102, 1); */
	text-shadow: 0px 1px 3px rgba(80, 80, 80, .2);
}
.right .typewriter h2, .right .typewriter h3, .right .typewriter .smaller, .right .banner-cta-block .cta-button { float: right; }

.page-template {
    padding-top: 102px;
}

.page-template-content-basic article {
	display:block;
	position: relative;
	width:100%;
	min-height:800px;
	margin:0 auto;
	margin-top:104px;
}
.page-template-content-basic article .entry-header {
	display:block;
	clear:both;
	width:100%;
	position: relative;
	margin:0 auto;
	color: rgba(0,0,0, .70);
	background-color: rgba(255,255,255,0);
}




h2.people::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('icon.svg');
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}



.resource-item {
	display: block;
    align-items: center;
    min-width: 100%;
    padding: 16px 8px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-decoration: none;
    color: #333333;
    text-align: center;
    min-height: 120px;
	margin:24px 0 12px 0;
}

.flex-item .resource-item img {
    /* width: 150px; */
    /* height: 250px; */
    /* object-fit: scale-down; */
    display: block;
    transition: all 0.3s ease;
    height: 64px;
	width:auto;
    margin: 0 auto;
	margin-bottom: 18px;
}


.resource-item .pdf-name {
    font-size: 15px;
    line-height: 1.3;
    word-break: break-word;
    display: block;
}


p.black.resource {
	margin: 24px 0 48px 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 24px;
}



/* Patient Handouts
---------------------------------------------------------------------*/
.pdf-row {
	display: flex;
	flex-direction: row;
	gap: 16px;
	flex-wrap: wrap; /* remove this if you never want wrapping on small screens */
}

.pdf-item {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - (16px * 5)) / 6);
	align-items: center;
	min-width: 120px;
	padding: 16px 8px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	text-decoration: none;
	color: #333333;
	text-align: center;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
	min-height:200px;
}

.pdf-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.pdf-icon {
	width: 64px;
	height: 64px;
	margin-bottom: 18px;
}

.pdf-name {
	font-size: 15px;
	line-height: 1.3;
	word-break: break-word;
}






/* Universal Buttons, Button Containers and Banners
--------------------------------------------- */
.flex-link-container {
	display: flex;
	gap: 20px;
}

.flex-center {
	justify-content: center;
	align-items: center;
}

a.button.cta.standard {
	transition: all ease-in-out .3s;
}


a.button.cta.standard.whitedrab, a.button.cta.standard.drab {
	font-size: 20px;
    font-weight: 700;
    text-decoration: none;
	width: fit-content;
    padding: 8px 18px;
	background-color:var(--accent-color-1);
	border: 1px solid rgba(55, 55, 55, 1);
	/*border:1px solid rgba(92, 112, 92, .86);
	color:rgba(92, 112, 92, .86); */
	color:white;
	cursor: pointer;
	width:fit-content;
	min-width:160px;
	text-shadow: 1px 1px 3px rgba(55, 55, 55, .10);
}
a.button.cta.standard.whitedrab:hover, a.button.cta.standard.drab:hover { background-color:white;border: 1px solid rgba(55, 55, 55, 1);color:var(--accent-color-1);transform: translateY(-5px); }

/*
a.button.cta.standard.drab {
	font-size: 20px;
    font-weight: 700;
    color: white;
    text-decoration: none;
	width: fit-content;
    padding: 8px 18px;
	border: 1px solid rgba(55, 55, 55, 1);
	cursor: pointer;
	width:fit-content;
	min-width:160px;
	background-color: rgba(92, 112, 92, .86);
	text-shadow: 1px 1px 3px rgba(55, 55, 55, .10);
}
a.button.cta.standard.drab:hover { background-color:white;border-color: rgba(92, 112, 92, .86);color:rgba(92, 112, 92, .86);transform: translateY(-5px); }
*/

.block { display:block; }
.center { text-align:center;margin:0 auto; }
.margin-bottom { margin-bottom: 240px; }




/* Icon Containers and Styles
--------------------------------------------- */
.small-icons div {
	height: 110px;
    width: 110px;
    text-align: center;
    background-color: dimgrey;
	/* background-color:rgba(68, 90, 103, 1); */
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
	border:1px solid rgba(0, 0, 0, .76);
	margin-bottom:10px;
}
.small-icons img {
	max-width: 100%;
	margin:0 auto;
}

.small-icons h4 { 
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
	color:rgba(68, 90, 103, 1);
}

.small-icons p {
	font-size: 18px;
    color:rgba(68, 90, 103, 1);
}

/* Team Styles
--------------------------------------------- */

section.surgery {
	display:block;
	position: relative;
	width: 100%;
    margin: 0 auto;
    min-height: 50vh;
    height:auto;
    box-sizing: border-box;
    padding: 0;
	margin-top: 104px;
}

.columns { 
    width:calc(100% - 120px);
    display:flex;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    min-height: 400px;
}


.surgeries-white .info-box {
	border: 1px solid rgba(0,0,0,.64);
    color: rgba(0,0,0,1);
	background-color: rgba(248,248,248,1);
}

.info-box {
    padding: 48px 24px;
	box-sizing: border-box;
    margin:24px;
    border: 1px solid rgba(255,255,255,.64);
    color: rgba(255,255,255,1);
	flex: 1 1 33%;
}

.info-box p { padding:0 24px;color:rgba(255,255,255,.84); }
.surgeries-white .info-box p { color:rgba(0,0,0,.84); }


.col-3 { flex: 33%; }


.parallax-bg h1, .parallax-bg h2, .parallax-bg .subtitle-expanded { text-align: center; margin:0 auto; }

.subtitle-expanded-black { text-align: center; margin:0 auto;color:rgba(0,0,0,.84);font-size: 20px; }

h2.larger-black {
	font-size: 44px;
    font-weight: 400;
	color:rgba(0,0,0,.84);
}

.section-screen-dark {
	position:relative;
	background-color: rgba(0,0,0,.84);
	width:100%;
	height:100%;
	margin:0;
	padding: 0;
}


.page-template-surgeries .section-screen-dark { padding:0;background-color: rgba(0, 0, 0, .84); }
.page-template-surgeries main { padding:0; }

section.title-header { 
	height: fit-content;
	min-height: 100px;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .84);
	background: linear-gradient(to right, rgba(24, 24, 24, 1), rgba(34, 44, 54, 1));
}

section.title-header-white { 
	background-color: rgba(255,255,255, 1);
	height: fit-content;
	min-height: 100px;
	margin: 0;
	padding: 0;
	width: 100%;
}

section.title-header-grey { 
	background-color: rgba(248, 248, 248, 1);
	height: fit-content;
	min-height: 100px;
	margin: 0;
	padding: 0;
	width: 100%;
}



section.title-header .section-screen-dark {
	background-color: rgba(0, 0, 0, 0);
	display: block;
    width: calc(100% - 240px);
	margin:0 auto;
	padding: 0;
}


.section-screen-dark h1 {
	margin: 0;
	padding: 24px 0 16px 0;
    width: 100%;
    display: block;
	position: relative;
	color:rgba(255,255,255,.84); 
	text-align: center;
	font-size: 60px;
    font-weight: 500;
}

section.title-header-white .section-screen {
	background-color: rgba(248, 248, 248, 0);
	display: block;
    width: calc(100% - 240px);
	margin:0 auto;
	padding: 0;
}
section.title-header-white .section-screen h1 {
	margin: 0;
    padding: 24px 0 16px 0;
    width: 100%;
    display: block;
    position: relative;
    color: rgb(96 96 96);
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
}

section.title-header-grey .section-screen {
	background-color: rgba(248, 248, 248, 0);
	display: block;
    width: calc(100% - 240px);
	margin:0 auto;
	padding: 0;
}
section.title-header-grey .section-screen h1 { 
	margin: 0;
	padding: 24px 0 16px 0;
    width: 100%;
    display: block;
	position: relative;
	color:rgba(64,64,64,1);
	text-align: center;
	font-size: 60px;
    font-weight: 500;
}




.page-caption { padding:0 0 32px 0;font-size: 18px; }
.section-screen-dark .page-caption { color: rgba(255,255,255,.84); }


.larger-white { font-size:44px;font-weight:500;color: rgba(255,255,255,.84); }
.subtitle-expanded {
    display: block;
    width: calc(100% - 120px);
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,.84);
    margin-top: 24px;
    margin-bottom: 24px;
}

.icons-surgery {
    width: 220px;
    height:220px;
    border-radius: 110px;
    border: 1px solid #333;
}
.surgeries-white .icons-surgery { border: 1px solid #333; }


.icon-title {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0,0,0,.84);
    text-align: center;
    margin-top: 24px;
    text-shadow: none;
}
.surgeries-white .icon-title { 
	color: rgba(0,0,0,.84);
	text-shadow: none;
 }


.dark-section-cta { 
    margin:0 auto;
    text-align: center;
    padding: 36px 0 0 0;
    box-sizing: border-box;
}

.dark-section-cta a.cta-btn {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    padding: 6px 16px;
    border: 1px solid rgba(255, 255, 255, .84);
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
}

.dark-section-cta a.cta-btn:hover {
    color:#80985c;
    border-color:#80985c;
}




/* Team Styles
--------------------------------------------- */

.blue { color:var(--accent-color); }
.bg-blue { background-color:var(--accent-color); }

/*
.blue { color:#80985c; }
.bg-blue { background-color:#80985c; }
*/
/*
	// . blue { color:rgba(6,183,255,1); }
	// . bg-blue { background-color:rgba(6,183,255,1); }
*/

.slate { color:rgba(47, 79, 79,1); }
.bg-slate { background-color: rgba(47, 79, 79,1); }

.lightgrey { color:rgba(248,248,248,1); }
.bg-lightgrey { background-color:rgba(248,248,248,1); }

.more-grey { background-color:rgb(210, 210, 210); }


.tmp-page {
    display:block;
    position: relative;
    width:100%;
    min-height:100%;
    clear: both;
    padding:0;
    margin:0;
}



.wrapper-90 {
    display:block;
    position: relative;
    margin:0 auto;
    padding:0;
    width:90%;
    clear: both;
}

.block-subheader {
    display: block;
    position: relative;
    clear: both;
    min-height: 90px;
    height: fit-content;
    margin: 0;
    padding: 2px 0;
}

.block-subheader h2 {
    font-size: 48px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
	color:rgba(96,96,96,1);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
}

.block-content {
	display:block;
    position: relative;
	clear:both;
    min-height:320px;
    margin: 0 auto;
    padding: 0;
    text-align:center;
}


.columns-3 { 
    width: 100%;
    display: flex;
    margin: 0 auto;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
}


.profile { 
    flex:1;
    margin: 0;
    text-align:center;
	transition: all 3s ease-in-out;
}

/* .profile:hover { transform: translateY(5px); } */

a.profile:visited { color:rgba(0,0,0, .8); }

.profile .profile-image { display:block;position:relative;max-width:360px;margin:0 auto;text-align:center;margin-bottom:24px;overflow:hidden; }
.profile .profile-image img { position:relative;z-index:66;max-width:240px;height:auto;border-radius: 50%;margin:0 auto;text-align:center;aspect-ratio: 1 / 1;
    border: 1px solid rgba(0, 0, 0, .4);
    /* background-color: rgba(120, 150, 150, .1); */
	background-color: rgba(210, 210, 210, .36);
	background: rgba(255,255,255,1);
	background: linear-gradient(148deg, rgba(234,240,240,.86) 0%, rgba(210,210,210,.86) 100%);
}
  
.profile H3 { font-size:20px;margin: 0;line-height: 1.6em;font-weight: 500;text-shadow: 1px 1px 3px rgba(0, 0, 0, .08);
    color: rgba(55, 55, 55, .94); }
.profile H4.blue { font-size:18px;margin: 0;line-height: 1.6em;margin-bottom:16px;color:var(--accent-color-2);text-shadow: 1px 1px 3px rgba(0, 0, 0, .08); }
.profile .job-description { 
    margin:0 auto;
    text-align:center;
    font-size:16px;
    font-weight:400;
    display:block;
    clear:both;
    width:100%;
    max-width:360px;
    margin-top: 16px;
    line-height: 1.65em;
    padding: 16px 2px 16px 2px;
    text-transform: uppercase;
	color:rgba(0,0,0, .8);
}

.profile .job-description ul { list-style-type: none;padding: 0;margin-left:0; }
.profile .job-description ul li { 
	list-style: none;
	padding: 0;
	margin-bottom: 16px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .08);
    color: rgba(55, 55, 55, .94);
}
.profile .job-description ul .creds { font-weight: 700; }

.profile .job-description ul .creds.accent { color:var(--accent-color-1); }

/* .profile .profile-image .overlay-hover { 
    position:absolute;
    z-index:78;
    left:100%;
    top:100%;
    width:1200px;
    height:1200px;
    opacity:0;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    // background: linear-gradient(135deg, #fff 0%, #fff 90%, transparent 90%, transparent 100%);
    background: linear-gradient(135deg, transparent 10%, transparent 50%, #fff 50%, #fff 100% );
}
*/
.profile .profile-image:hover .overlay-hover {
    left:-600px;
    top:-600px;
    opacity:.24;
}

.overlay-cta { display:none;z-index:-9999; }
.overlay-cta:hover { display:none;z-index:-9999; }




 h3.employment { 
	margin: 0 0 12px 0;
    text-align: center;
    font-size: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
	text-transform: capitalize;
 }
 p.job-description { 
	border-top:1px solid rgba(255, 255, 255, 0.8);
	border-bottom:1px solid rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
	padding:12px 0;
}





/* Our Team Bio Widget
--------------------------------------------- */
.miniBioWidget {
	display:flex;
	gap:12px;
}
.miniBio { 
	flex:1;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.miniBio:hover { transform: translateY(-5px); }

.miniBio .miniPic {
	border-radius: 50%;
	width:80%;
	height:auto;
	aspect-ratio: 1 / 1;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .4);
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(148deg, rgba(234, 240, 240, .86) 0%, rgba(210, 210, 210, .86) 100%);
	overflow: clip;
	position: relative;
}

.miniBio .miniPic img {
    width: 110%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease-in-out;
	/* filter: grayscale(.2) brightness(1.05); */
}

.miniBio:hover .miniPic img { filter: grayscale(1) brightness(1.15); }

.miniBio .miniCap { width:100%;height:auto;font-size:16px;text-align:center;color:var(--accent-color);text-decoration: none;margin-top:12px; }
a.miniCap:visited { text-decoration: none; }




	/* filter: grayscale(0) brightness(1);
    border: 1px solid rgba(0, 0, 0, 0.8); */



/* Reach Out Section
--------------------------------------------- */
#ReachOut { margin-bottom:48px;min-height:200px; }

.reachOutWrapper {
	color: rgba(255, 255, 255, .9);
	background-color: rgba(92, 112, 92, .80);
	/* background: linear-gradient(to bottom right, rgba(92, 112, 92, 0.8), rgba(96, 116, 102, .9)); */
	background: linear-gradient(115deg, rgb(85, 121, 161) 20%, rgba(92, 112, 92, 0.9) 90%, rgba(96, 116, 102, 1) 100%);
    border-radius: none;
    max-width: 1500px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(92, 112, 92, 1);
}
	
.reachOutInnerWrapper {
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    margin-bottom: 0;
	color: rgba(255, 255, 255, .9);
	align-content: space-between;
	align-items: center;
}

.reachOutInnerWrapper div { flex: 1 1 calc(33% - 72px);padding:0px;box-sizing: border-box; }

.reachOutInnerWrapper div .balance-wrapper {
	width:fit-content;
	margin:0 auto;
}
/*
.reachOutInnerWrapper .schedule div {
	display:block;
	width:100%;
	clear: both;
} */
.reachOutInnerWrapper .schedule .balance-wrapper div.cta { font-size:20px; }
.reachOutInnerWrapper .schedule .balance-wrapper div.doit {	font-size:20px;border-top:1px solid rgba(255, 255, 255, 0.8);text-align: center; }
.reachOutInnerWrapper .schedule .balance-wrapper div.phone { font-size:30px; }
.reachOutInnerWrapper .balance-wrapper div.JFU { font-size:20px;text-align: center; }

.reachOutInnerWrapper .schedule .balance-wrapper div.phone {
	display: flex;
    padding: 6px 0;
	margin-bottom:4px;
}
.reachOutInnerWrapper .schedule .balance-wrapper div.phone svg { margin-right:6px; }
.reachOutInnerWrapper .schedule .balance-wrapper div.phone .number {
	display: flex;
    font-size: 30px;
    line-height: 30px;
}




/* Newsletter Section
--------------------------------------------- */
#NewsletterSection { margin-bottom:48px;min-height:200px; }


#NewsletterSection .section-subtitle {
    text-align: center;
}

#NewsletterSection .wpcf7 {
    padding: 20px 60px;
}

.wpcf7 {
    background: white;
    border-radius: none;
    padding: 60px;
    max-width: 1500px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid #555;
}

.newsletter-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 0;
}

.newsletter-heading h2 {
    font-size: 36px;
    color: rgba(45, 55, 72, 1);
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.2em;
}

.newsletter-heading p {
    font-size: 18px;
    color: rgba(45, 55, 72, .9);
    line-height: 1.5em;
    border-top: 1px solid rgba(0, 0, 0, .4);
	padding-top:6px;
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}

.wpcf7-form-control {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #4a5568;
    box-shadow: 0 0 0 3px rgba(74, 85, 104, 0.1);
}

.wpcf7-form-control::placeholder {
    color: #a0aec0;
}

.wpcf7-submit {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: white;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.wpcf7-submit:hover {
    background: linear-gradient(135deg, #1a202c 0%, #000000 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.wpcf7-submit:active {
    transform: translateY(0);
}


/* WPCF7 shortcode overides for HP
--------------------------------------*/
#wpcf7-f1925-o1 {
    border:none;
    padding:0px;
    box-shadow: none;
    background-color: transparent;
    min-width: 80%;
    margin-bottom:48px;
}

#wpcf7-f1925-o1 label { /* display:none;*/ } 

#wpcf7-f1925-o1 p { margin:0; }

#wpcf7-f1925-o1 .wpcf7-submit {
    transition: all 0.3s ease;
    color: #fff;
    background-color: var(--accent-color-1);
    padding: 12px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .16);
}



.social-media-section {
    border-top: 1px solid #333;
    padding-top: 24px;
    text-align: center;
}

.social-media-section h3 {
    font-size: 20px;
    color: rgba(45, 55, 72, .9);
    margin-bottom: 4px;
    font-weight: 600;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-icons a.social-icon:visited { background: #f7fafc;color: #4a5568; }

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f7fafc;
    border-radius: 50%;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 22px;
	box-shadow:1px 1px 4px rgba(0,0,0,.10);
}

.social-icon.darkBG { box-shadow:1px 1px 8px rgba(0,0,0,.36); }

.social-icon:hover {
    background: #2d3748;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.wpcf7-response-output {
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
}

.wpcf7-validation-errors {
    background: #fed7d7;
    color: #c53030;
    border: 1px solid #fc8181;
}

.wpcf7-mail-sent-ok {
    background: #c6f6d5;
    color: #2f855a;
    border: 1px solid #9ae6b4;
}

.wpcf7-not-valid-tip {
    color: #e53e3e;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

















/* Accolades
--------------------------------------------- */
.accoladesSection .bio { 
	margin: 0 auto;
	text-align:center;
    border-radius: 50%;
    overflow: clip;
    width: 240px;
    height: 240px;
    border: 10px solid rgba(210, 200, 181, .50);
    margin-bottom: 64px;
}
.accoladesSection .bio img {
    margin: 0 auto;
    max-width: 240px;
	border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    aspect-ratio: 1 / 1;
}

.accoladesSection .preview {
    position: relative;
    padding: 6px 16px;
}

.accoladesSection p.quote-text {
    color: rgba(50,50,50, .80);
	padding: 0;
    margin: 0;
}

.accoladesSection p.quote-text a {
	color: rgba(92, 112, 92, .7);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.accoladesSection p.quote-text a:hover { text-decoration: underline; }

.accoladesSection .quote-mark.opening {
    position: absolute;
    top: -20px;
    left: -10px;
	height: 30px;
    width: 30px;
    opacity: .5;
}

.accoladesSection .quote-mark.closing {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    width: 30px;
    opacity: .5;
}

.accoladesSection h4.name::before {
	content: "- ";
}
.accoladesSection h4.name {
		color: rgba(92, 112, 92, 1); 
	    margin: 18px 36px 0 0;
		text-align: right;
		font-weight:600;
}
.accoladesSection h4.biz { 
		color:#21759b;
		margin: 0 36px 0 0;
		text-align: right;
}


/* Mini Accolades rev 2
---------------------------------------------------------*/
a.patientMiniReview {
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 1200px;
	margin: 20px auto;
	background-color: white;
	border-radius: 10px;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	box-sizing: border-box;
	padding: 0 20px;
	text-decoration: none;
}

a.patientMiniReview:hover { cursor: pointer;}

.patientMiniPic {
	flex: 1;
	min-width:240px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.patientMiniPic img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	object-fit: cover;
	background-color: #fff;
}

.patientMiniQuote {
	flex: 5;
	position:relative;
}

.patientMiniQuote .quote-container {
	position: relative;
}

.patientMiniQuote p.quote-text {
	font-style: italic;
	color: #5e5e5e;
	padding: 0 30px;
	text-shadow: none;
}

p.quote-text .more {  font-style: italic; color:var(--link-accent-1); }

.patientMiniQuote .quote-container .quote-mark.opening { top: -10px; }

.patientMiniReview .patientName { float:left;margin-left:5%;color:var(--accent-color-2);    margin-top: 12px; }
.quote .patientName {
    float: left;
    margin-left: 5%;
    color: var(--accent-color-2);
    margin-top: 12px;
}

.patientMiniReview .patientJob { float:left;margin-right:5%;color:var(--accent-color-2); }

/* Reverse order for even rows */
.patientMiniReview:nth-child(even) {
	flex-direction: row-reverse;
	padding-left:150px;
	padding-right:20px;
}
.patientMiniReview:nth-child(even) .patientName, .patientMiniReview:nth-child(even) .patientJob { float: right;margin-right: 8%; }


.bio {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 36px;
}

.bio img {
	margin: 0 auto;
	max-width: 240px;
	border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    aspect-ratio: 1 / 1;
}

.patientReviewBlock:nth-child(even) .patientQuote { background-color: #f2f2f2; }

.patientQuote { 
	display:block;
	clear: both;
	width:100%;
	background-color: #fff; 
	border-radius: 24px;
	padding: 12px 24px;
}

.patientQuote p {
	font-style:italic;
	font-size:17px;
	color: #5e5e5e;
	padding: 18px 12px 0 4px;
	text-shadow: none;
	border-radius: 24px;
}

.patientWhoIs { width:100%;box-sizing: border-box;padding: 16px 0 0 60px; }
.patientWhoIs .patientDash { display:inline-block;float:left;padding:0 12px 0 0; }
.patientWhoIs .patientName { display:inline-block;float:left; }


















.flip-card {
	background-color: transparent; 
	width: 300px;
	height: 200px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 15px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: white;
}

.flip-card-front {
	/* background: linear-gradient(45deg, #667eea 0%, #764ba2 100%); */
	background: linear-gradient(145deg, rgba(210, 200, 181, .90) 0%, rgba(210, 200, 181, .5) 100%);

}

.flip-card-back {
	/* background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%); */
	background: linear-gradient(145deg, rgba(210, 200, 181, .90) 0%, rgba(210, 200, 181, .5) 100%);
	transform: rotateY(180deg);
}

.card-content {
	padding: 20px;
}

.card-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.card-text {
	font-size: 16px;
	line-height: 1.4;
}









.curved-section {
	position: relative;
	width: 100%;
	background: linear-gradient(145deg, rgb(153, 151, 130) 0%, rgb(92, 112, 92) 80%);
	/* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
	padding: 80px 20px;
	color: white;
	text-align: center;
	min-height: 400px;
}

/* Top curve */
.curved-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: white;
	border-radius: 0 0 50% 50%;
}

/* Bottom curve */
.curved-section::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: white;
	border-radius: 50% 50% 0 0;
}

.content {
	position: relative;
	z-index: 1;
	width:100%;
	/* max-width: 800px; */
	margin: 0 auto;
}






.gradient-axolotl { 
	background: linear-gradient(145deg, rgb(153, 151, 130) 0%, rgb(92, 112, 92) 80%);
}

/* rgba(232, 227, 218, 1); */

.solid-softer-tan-bg { background-color: rgba(232, 227, 218, 1); }
.solid-axolotl-bg { background-color: rgba(125, 141, 125, 1); }
.gradient-axolotl-bg { 
	background-color: rgba(125, 141, 125, 1);
	/* background: linear-gradient(to bottom right, rgba(92, 112, 92, 0.8), rgba(96, 116, 102, .9)); */ 
	background: linear-gradient(150deg, rgba(85, 121, 161, .8) 5%, rgba(92, 112, 92, .8) 90%, rgba(96, 116, 102, .9) 100%);
}
.gradient-axolotl-bg h2, .gradient-axolotl-bg h3, .gradient-axolotl-bg p, .gradient-axolotl-bg ul, .gradient-axolotl-bg li {
	color: rgba(255,255,255, 1); 
}


.new-blue { background-color: rgba(85, 121, 161, 1); }



/*
*
*	Bio Page Template
*
----------------------------------------------------*/

.bioSPCL {
	margin-bottom: 64px;
    border-bottom: 1px solid rgba(105, 105, 105, .2);
    padding-bottom: 64px;
}

.biofxcontainer {
	position: relative;
	width: 100%;
	height: auto;
	min-height:100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.side-left, .side-right {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.biofxcontainer .card {
	display: block;
	min-width:300px;
	width: 30vw;
	min-height:50px;
	height: auto;
	backdrop-filter: blur(10px);
	transition: transform 0.1s ease-out;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
}

.biofxcontainer .card h1 {
    margin: 0 0 4px 0;
	font-size: 40px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .14);
	text-align: center;	
    border-bottom: 1px solid rgba(85,85,85,.7);
    width: fit-content;
    margin: 0 auto;
	color: rgba(85, 85, 85, 1);
}

.center-oval {
	position: relative;
	width: 400px;
	height: 600px;
	border-radius:0;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	/* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2); */
	overflow: clip;
	transition: transform 0.1s ease-out;
}

.parallax-betabg {
	position: absolute;
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
	background-image: url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=800&h=1200&fit=crop');
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease-out;
}

.parallax-betabg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.8) 100%);
	pointer-events: none;
}

.parallax-fg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.doctor-image {
	position: absolute;
	width: 400px;
	height: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	/* background-image: url('//gobecreative.com/Projects/Theme/wp-content/themes/gbc-ortho/assets/images/Doc1.webp'); */
	background-size: cover;
	background-position: center;
	filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4));
}

.biofxcontainer .quote-wrapper {
	max-width: 400px;
    margin-top: 40px;
}

.biofxcontainer .quote-container {
	padding: 5px 30px;
	position: relative;
	margin-bottom: 20px;
}
.biofxcontainer .quote-mark { position: absolute;width: 30px;height: 30px;opacity: 0.8;min-width:30px;max-width:30px; }
.biofxcontainer .quote-mark.opening { top: 0;left: 0;width: 30px;height: 30px; }
.biofxcontainer .quote-mark.closing { bottom: 0;right: 0;width: 30px;height: 30px; }
.biofxcontainer .quote-text { font-size: 20px;line-height: 1.35em;color: rgba(85, 85, 85, .96);margin: 0;text-align: center;font-style: italic; }
.biofxcontainer .quote-attribution { text-align: right;font-size: 18px;font-style: normal;padding-right: 20px; }
.biofxcontainer .quote-attribution::before { content: "— "; }
.biofxcontainer .author-name { font-weight: bold;color:var(--accent-color-1); }



.biofxcontainer .profile { 
    width:100%;
    padding:1rem;
    margin: 0;
    text-align:center;
}

.biofxcontainer .profile .profile-image { display:block;position:relative;width:360px;border-radius: 180px;margin:0 auto;text-align:center;margin-bottom:24px;overflow:hidden; }
.biofxcontainer .profile .profile-image img { position:relative;z-index:66;width:360px;height:360px;border-radius: 180px;margin:0 auto;text-align:center;
    border: 1px solid rgba(0, 0, 0, .4);
    /* background-color: rgba(120, 150, 150, .1); */
	background-color: rgba(210, 210, 210, .36);
	/* background: rgba(255,255,255,1);
	background: linear-gradient(148deg, rgba(234,240,240,.86) 0%, rgba(210,210,210,.86) 100%); */
	background-size: cover;
}

.biofxcontainer .profile H3 { font-size:20px;margin: 0;line-height: 1.6em;font-weight: 600; }
.biofxcontainer .profile H4 { font-size:20px;margin: 0;line-height: 1.6em;margin-bottom:16px;color:rgba(55,55,55,1);text-shadow: 1px 1px 5px rgba(0, 0, 0, .12); }
.biofxcontainer .profile .job-description { 
    margin:0 auto;
    text-align:center;
    font-size:16px;
    font-weight:400;
    display:block;
    clear:both;
    width:100%;
    max-width:360px;
    margin-top: 16px;
    line-height: 1.65em;
    padding: 16px 2px 16px 2px;
    text-transform: uppercase;
}

.biofxcontainer .profile .job-description ul { list-style-type: none;padding: 0;margin-left:0; }
.biofxcontainer .profile .job-description ul li { list-style: none;padding: 0;margin-bottom: 16px;color: rgba(65, 65, 65, .9);
}
.biofxcontainer .profile .job-description ul .creds { font-weight: 700; }


.focus-header {
	margin:0 auto;
	width:fit-content;
	margin-bottom:12px;
}
.focus-header h3 {
	text-align: center;
}

.focus-badges {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.focus-badges .badge { 
	flex:1;
	max-width:54px;
	height:auto;
	aspect-ratio: 1 / 1 ;
	position: relative;
	border-radius:50%;
	overflow: hidden;
	border:1px solid rgba(55,55,55,.48);
}

.focus-badges .badge img { 
	width:100%;
	height:auto;
}


.biofxcontainer a.patientMiniReview { width:100%;display: block; }

.biofxcontainer a.patientMiniReview .patientMiniPic { width:100%;text-align: center;display: block;height: fit-content; }
.biofxcontainer a.patientMiniReview .patientMiniPic img { 
	width: 140px;
    height: 140px;
    max-width: 140px;
    min-width: 140px;
    margin: 0 auto;
 }

.biofxcontainer a.patientMiniReview {
    align-items: start;
}
.biofxcontainer a.patientMiniReview {}
.biofxcontainer a.patientMiniReview .patientMiniQuote { min-width:140px;width:100%;max-width:100%; }

.bio-bottom-section {
	position: relative;
	width:100%;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
	gap:36px;
}

.bio-bottom-section div {
	flex:1;
}

.bio-bottom-section div .scheduleCTA {
	width:calc(100% - 40px);
	height:auto;
	min-height:240px;
	padding:24px;
}

.bio-bottom-section div .scheduleCTA h5 { color:rgba(255,255,255,.9);font-size:20px; }
.phoneNumber { color:rgba(255,255,255,.9);font-size:24px; }
.catchphrase { color:rgba(255,255,255,.9);font-size:20px; }

.bio-bottom-section h3 {
	font-size: 24px;
    text-align: center;
	color:var(--accent-color);
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
}

.bio-bottom-section p, .bio-bottom-section ul {
    margin-top: 8px;
    padding: 12px 8px;
	border-top: 1px solid rgba(105, 105, 105, 0.86);
	border-bottom: 1px solid rgba(105, 105, 105, 0.86);
}

.bio-bottom-section ul li {
	font-size: 18px;
    margin-left: 20px;
    margin: 8px 0 8px 20px;
    list-style: lower-greek;
    padding-left: 8px;
}
.bio-bottom-section ul li::marker {
  color:var(--accent-color);
}

.bio-bottom-section .personal-images { display:flex;gap:24px;padding: 0 12px; }
.bio-bottom-section .personal-images div {
	flex:1 1 calc(33% - 12px);
}
.bio-bottom-section .personal-images div img {
	height: auto;
    width: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .8);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .14);
}


.bio-bottom-bg {
	display: block;
	position: relative; 
	width:100%;
	margin:0 auto;
	height:500px;
	padding:0;
	margin:0;
}

.bio-bottom-bg img {
	position:absolute;
	bottom:0;
	left:0;
	z-index:-29;
	height: 100%;
	width:auto;
}

.bio-bottom-bg #miniReachOut {
	width: 440px;
    position: absolute;
    left: 60%;
    top: 120px;
}



/*
*
*	Locations Page
*
----------------------------------------------------*/
.locations-container {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.location {
	flex:1 1 calc(50% - 160px);
	min-width: 40%;
	padding:24px 80px;
}









/*
*
*	Blog Previews / Widgets
*
----------------------------------------------------*/

h2.blog-heading { 
	width:100%;
	margin:0 auto;
	margin-top:48px;
	margin-bottom:48px;
	font-size:36px;
	font-weight:500;
	text-align: center;
	color: rgba(85,121,161, 1);
}

.full.padded { padding:0 80px;}

.flex-content {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
}

a.flex-item, a.flex-item:visited { text-decoration:none; }

.flex-item {
	flex: 1 1 calc(33.333% - 36px);
	min-width: 250px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.flex-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


.flex-item.floating, .flex-item.floating:hover { border:none;box-shadow: none; }


.flex-item:hover img { opacity:.8; }

.flex-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	transition: all 0.3s ease;
}

.flex-item-text {
	padding: 15px;
	text-align: center;
}

.flex-item-text h3 {
	text-rendering: optimizeLegibility;
	font-weight: 400;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.98);
	font-size: 22px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .24);
}

.flex-item-text p {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.98);
	line-height: 1.5;
	text-align: justify;
	border-top: 1px solid rgba(255, 255, 255, 0.90);
	border-bottom: 1px solid rgba(255, 255, 255, 0.90);
	margin: 12px 0;
	padding: 12px 0;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .24);
}


 
/* Blog Page
--------------------------------------------- */

.post-template-single-standard .container {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
}

.post-template-single-standard .blog-header {
	text-align: center;
	margin-bottom: 48px;
}

.post-template-single-standard .blog-parent, .post-template-single-standard .blog-category {
	display: inline-block;
	color: var(--accent-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.post-template-single-standard h1 {
	font-size: 42px;
	font-weight: 800;
	color: #1a202c;
	margin-bottom: 20px;
	line-height: 1.2;
}

.post-template-single-standard .meta {
	color: #718096;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.post-template-single-standard .author {
	display: flex;
	align-items: center;
	gap: 8px;
}

.post-template-single-standard .featured-image {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 48px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.post-template-single-standard section {
	background: white;
	padding: 48px;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	min-height:1px;
	height:auto;
}

.post-template-single-standard section p {
	margin-bottom: 24px;
	font-size: 18px;
	color: rgba(88, 110, 123, .8);
}

.post-template-single-standard section h2 {
	font-size: 28px;
	font-weight: 700;
	color: #1a202c;
	margin-top: 48px;
	margin-bottom: 20px;
}

.post-template-single-standard .content-image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 8px;
	margin: 40px 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.post-template-single-standard .pullquote {
	font-size: 24px;
	font-weight: 600;
	color: #667eea;
	padding: 32px;
	margin: 40px 0;
	border-left: 4px solid #667eea;
	background: #f7fafc;
	border-radius: 0 8px 8px 0;
}


.blog-image-row-flex { display:flex;flex-direction:row;width:100%;flex-wrap: wrap;align-items: center;align-content: space-around; }
.blog-image-row-flex a { flex:1;max-width:50%;height:auto; }



/* Chat Bot
--------------------------------------------- */
.agent {
	display:block;
	position:fixed;
	top:50%;
	right:-10px;
	height:70px;
	width:80px;
	background-color: var(--accent-color);
	z-index:9999;
	border:1px solid rgba(0,0,0,.64);
	color:white;
	cursor: pointer;
	transition: all .3s ease-in-out;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .12);
	padding: 10px;
	box-sizing: border-box;
}
.agent:hover {
	right:-2px;
}
.agent svg { width:50px;height:auto; }


/* To Top
--------------------------------------------- */
.toTop {
	display:block;
	position:fixed;
	bottom:12px;
	right:12px;
	height:40px;
	width:40px;
	background-color: rgba(85, 121, 161, .80);
	z-index:9999;
	border:1px solid rgba(0,0,0,.44);
	color:white;
	text-align: center;
	padding:4px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .12);
}
.toTop:hover {
	right:12px;
	bottom:15px;
}




/* Nice Blog Layout 1
----------------------------------------------------------------------*/

.post-template {
	padding-top: 102px;
}


:root {
	--bg: #ffffff;
	--bg-secondary: #f5f4f1;
	--text-primary: #1a1a18;
	--text-secondary: #6b6b67;
	--text-tertiary: #9e9e9a;
	--border-light: rgba(0,0,0,0.1);
	--border-mid: rgba(0,0,0,0.18);
	--accent-blog: #185FA5;
	--accent-bg: #E6F1FB;
	--accent-text: #185FA5;
	--radius-md: 8px;
	--radius-lg: 12px;
}

@media (prefers-color-scheme: dark) {
	:root {
	--bg: #1c1c1a;
	--bg-secondary: #252523;
	--text-primary: #f0ede8;
	--text-secondary: #a0a09b;
	--text-tertiary: #6b6b67;
	--border-light: rgba(255,255,255,0.1);
	--border-mid: rgba(255,255,255,0.18);
	--accent-blog: #85B7EB;
	--accent-bg: #042C53;
	--accent-text: #85B7EB;
	}
}

body.post-template-blog-layout {
	background: var(--bg);
	color: var(--text-primary);
	/* font-family: 'Lora', Georgia, serif; */
	font-size: 16px;
	line-height: 1.85;
	/* padding: 2rem 1.25rem 4rem;  */
}

.post-template-blog-layout main {
	max-width: 1200px;
	margin: 0 auto;
}

/* Tag */
.post-template-blog-layout .blog-tag {
	display: inline-block;
	font-family: system-ui, sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent-text);
	background: var(--accent-bg);
	padding: 4px 10px;
	border-radius: var(--radius-md);
	margin-bottom: 1rem;
}

/* Title */
.post-template-blog-layout h1 {
	/* font-family: 'Playfair Display', Georgia, serif; */
	font-size: clamp(26px, 5vw, 38px);
	font-weight: 700;
	line-height: 1.22;
	color: var(--text-primary);
	margin-bottom: 1rem;
}

/* Meta row */
.post-template-blog-layout .blog-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: system-ui, sans-serif;
	font-size: 13px;
	color: var(--text-secondary);
	margin-bottom: 1.75rem;
	flex-wrap: wrap;
}

.post-template-blog-layout .avatar {
	width: 32px; height: 32px;
	border-radius: 50%;
	background: var(--accent-bg);
	display: flex; align-items: center; justify-content: center;
	font-size: 12px; font-weight: 500;
	color: var(--accent-text);
	flex-shrink: 0;
}

.post-template-blog-layout .meta-dot { color: var(--border-mid); }

.post-template-blog-layout .read-dot {
	display: inline-block;
	width: 5px; height: 5px;
	border-radius: 50%;
	background: var(--text-tertiary);
	margin-right: 4px;
	vertical-align: middle;
}

/* Images */
.post-template-blog-layout .img-wrap { margin: 1.75rem 0; }
.post-template-blog-layout .img-wrap.float-right {
	float: right;
	width: 44%;
	margin: 0.25rem 0 1.25rem 1.75rem;
}

.post-template-blog-layout .img-wrap img,
.post-template-blog-layout .img-placeholder {
	width: 100%;
	display: block;
	border-radius: var(--radius-lg);
	border: 1px solid var(--border-light);
}

.post-template-blog-layout .img-wrap img { object-fit: cover; }

/* Image placeholders */
.post-template-blog-layout .img-placeholder {
	background: var(--bg-secondary);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: system-ui, sans-serif;
	font-size: 13px;
	color: var(--text-tertiary);
}

.post-template-blog-layout .img-placeholder svg { opacity: 0.4; }

.post-template-blog-layout .hero-ph    { aspect-ratio: 16/9; }
.post-template-blog-layout .inline-ph  { aspect-ratio: 4/3; }
.post-template-blog-layout .wide-ph    { aspect-ratio: 16/7; }

.post-template-blog-layout .img-caption {
	font-family: system-ui, sans-serif;
	font-size: 12px;
	color: var(--text-tertiary);
	margin-top: 0.4rem;
	text-align: center;
}

/* Intro pull quote */
.post-template-blog-layout .blog-intro {
	font-size: 17px;
	line-height: 1.8;
	color: var(--text-primary);
	margin-bottom: 2rem;
	padding-left: 1rem;
	border-left: 2.5px solid var(--accent);
}

/* Body copy */
.post-template-blog-layout .blog-body {
	font-size: 16px;
	line-height: 1.85;
	color: var(--text-primary);
	margin-bottom: 1.5rem;
}

/* Sub-headings */
.post-template-blog-layout h2, .post-template-blog-layout h3:not(.footsy), .post-template-blog-layout h4 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(19px, 3vw, 23px);
	font-weight: 500;
	color: var(--text-primary);
	margin: 2.25rem 0 0.85rem;
	line-height: 1.3;
}

/* Divider */
.post-template-blog-layout hr {
	border: none;
	border-top: 1px solid var(--border-light);
	margin: 2.25rem 0;
}

/* Clearfix for floats */
.post-template-blog-layout .clearfix::after { content: ''; display: table; clear: both; }

/* Footer */
.post-template-blog-layout .blog-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 1.25rem;
	border-top: 1px solid var(--border-light);
	font-family: system-ui, sans-serif;
	font-size: 13px;
	color: var(--text-secondary);
}

.post-template-blog-layout .tag-list { display: flex; gap: 8px; flex-wrap: wrap; }

.post-template-blog-layout .tag {
	background: var(--bg-secondary);
	border: 1px solid var(--border-light);
	border-radius: var(--radius-md);
	padding: 4px 10px;
	font-size: 12px;
	color: var(--text-secondary);
}

/* Responsive: unstack float on small screens */
@media (max-width: 520px) {
	.post-template-blog-layout .img-wrap.float-right {
	float: none;
	width: 100%;
	margin: 1.25rem 0;
	}
}
































/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}






















































/* Layout Overrides
--------------------------------------------- */
.no-100vh { min-height:10px;height:auto; }


.accent { color:var(--accent-color); }







@media (max-width: 768px) {
	.full.padded { padding:0 20px;}
	.flex-item {
		flex: 1 1 calc(50% - 36px);
	}
}

@media (max-width: 480px) {
	.full.padded { padding:0 8px;}
	.flex-item {
		flex: 1 1 100%;
	}
}




/*
--------------------------------------------------------*/
/* CSS */
@keyframes fadeInUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.fade-in-up { animation: 0.9s both fadeInUp; }

/* CSS */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fade-in { animation: 0.9s both fadeIn; }




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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		/* display: flex; */
	}
}