/*FOR VISUALIZATION OF DIVS*//*
div {
border-style: solid;
border-width: 1px;
border-color: black;
}*/

/*
body * {
outline: 2px solid rgba(255, 0, 0, 0.4) !important;
}*/
/**/

ul.conditions-list {
display: flex;
flex-wrap: wrap;
gap: 8px 20px;
list-style: none;
margin: 16px auto 28px;
padding: 0;
justify-content: center;
max-width: 800px;
}

ul.conditions-list li {
color: white;
font-size: 15px;
padding: 4px 0;
}

ul.conditions-list li::marker {
  content: '✓';
  color: white;
  font-size: 1.2em;
}

.conditions-expand {
max-width: 780px;
margin: 20px auto 28px;
width: 100%;
}

.condition-item {
margin-bottom: 10px;
}

.condition-item summary {
color: white;
font-size: 1rem;
font-weight: bold;
padding: 10px 18px;
cursor: pointer;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
background: rgba(0,0,0,0.25);
border-radius: 20px;
transition: background 0.2s;
}

.condition-item[open] summary {
border-radius: 20px 20px 0 0;
background: rgba(0,0,0,0.35);
}

.condition-item summary::-webkit-details-marker {
display: none;
}

.condition-item summary::after {
content: '+';
font-size: 1.2rem;
font-weight: 300;
color: rgba(255,255,255,0.85);
transition: transform 0.2s;
flex-shrink: 0;
margin-left: 12px;
}

.condition-item[open] summary::after {
transform: rotate(45deg);
}

.condition-body {
background: white;
border-radius: 0 0 20px 20px;
padding: 16px 20px 20px;
box-shadow: 0px 4px #417aac;
}

body {

background-color: white;
font-family: sans-serif;
margin: 0;
padding: 0;
width: 100%;

}


.banner {
top: 0;
left: 0;
margin: 0;
padding: 0;
position: static;
display: block;
height: auto;
text-align: center;
z-index: 1;
overflow: visible;
}

.contact {
position: static;
top: 0;
margin: 0;
padding: 6px 16px;
width: 100%;
background-color: #417aac;
color: white;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
}

.contact-inner {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
max-width: 100%;
}

/* address used as contact-inner wrapper */
address.contact-inner {
font-style: normal;
}

/* Global link colors — themed to site blue */
a {
color: #417aac;
text-decoration: none;
}

a:visited {
color: #2d5a7a;
}

a:hover {
color: #2d6090;
text-decoration: underline;
}

a:active {
color: #1a3f5f;
}

/* White links in contact bar stay white */
.contact a,
.contact a:visited,
.contact a:hover,
.contact a:active {
color: white;
text-decoration: none;
}

/* Nav links stay white */
.nav-menu li a,
.nav-menu li a:visited,
.nav-menu li a:hover,
.nav-menu li a:active {
color: white;
text-decoration: none;
}

/* Dropdown links stay blue on white */
.nav-dropdown li a,
.nav-dropdown li a:visited {
color: #417aac;
text-decoration: none;
}

.contact-nowrap {
display: inline-block;
white-space: nowrap;
}

.contact h5 {
margin: 0;
padding: 0;
font-size: 0.8rem;
line-height: 1.5;
text-align: right;
}

.social-links {
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
flex-shrink: 0;
}

@media (max-width: 480px) {
.social-links {
    flex-direction: column;
    gap: 4px;
}
}

.social-links a {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 50%;
background: rgba(255,255,255,0.15);
transition: background 0.2s;
}

.social-links a:hover {
background: rgba(255,255,255,0.3);
}

.contact a {
color: white;
text-decoration: none;
}

.contact a:visited {
color: white;
text-decoration: none;
}

.tagline{
color: #417aac;
margin: 0;
padding: 0;
position: static;
text-align: center;
z-index: 1;
}


.accent {
    position: relative;
    top: 15px;
    left: 10%;
    height: 30px;
    width: 80%;
    background-color: #417aac;
    border-style: hidden;
    border-radius: 15px;
    box-shadow: 0px 4px white;
    z-index: 6!important;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.nav-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    flex: 1;
    min-width: 0;
}

.nav-menu li a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    padding: 0 4px;
    line-height: 30px;
    border-radius: 15px;
    display: block;
    white-space: nowrap;
}

.nav-menu li a:hover {
    background: rgba(255,255,255,0.2);
}

.nav-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    margin-right: 4px;
}

.nav-toggle:hover {
    background: rgba(255,255,255,0.2);
}

.nav-toggle span {
    display: block;
    width: 16px;
    height: 2px;
    background: white;
    border-radius: 2px;
}

.nav-toggle-check {
    display: none;
}

nav {
    position: relative;
}

.nav-dropdown {
    position: absolute;
    top: 34px;
    left: 10%;
    right: 10%;
    background: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    list-style: none;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 0;
    z-index: 2;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease-out, padding-bottom 0.25s ease-out;
}

.nav-toggle-check:checked ~ .nav-dropdown {
    max-height: 90px;
    padding-bottom: 4px;
}

.nav-dropdown li a {
    display: block;
    color: #417aac;
    text-decoration: none;
    font-size: 12px;
    padding: 0 20px;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
    border-radius: 15px;
    transition: box-shadow 0.2s;
}

.nav-dropdown li a:hover {
    box-shadow: 0px 5px #417aac;
    background: rgba(65,122,172,0.2);
}

.accent ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8vw;
}

.accent li {
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.corpus{/*
position: static;*/
margin: 0 auto;
padding: 0 20px;
max-width: 1100px;
width: 100%;
box-sizing: border-box;
/*contain: layout style paint;*/
}

.graphic {
position: relative;
display: block;
margin: 0 auto;
padding: 0;
background-color: white;
max-width: 100%;

}

.responsive-image{
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
width: auto;
}
.graphic img{
display: block;
width: 100%;
height: auto;
aspect-ratio: 983 / 738;
z-index: 0;
}

.overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(65,122,172,0.4);
z-index: 1;
margin: 0;
padding: 0;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}

.hero-byline {
color: #0a1f3d !important;
font-size: clamp(0.6rem, 1.4vw, 0.8rem) !important;
font-style: italic;
font-family: serif;
font-weight: 400;
margin: 0 !important;
padding: 4px 12px !important;
text-align: right !important;
line-height: 1.4;
background: rgba(255,255,255,0.4);
border-radius: 20px;
display: inline-block;
}








/*SHIT SHOW BEGINS*/








.reviews {
position: relative;
top: 10px;
width: 100%;
height: 300px;          /* FIXED HEIGHT - NO min-height CONFLICT */
overflow: hidden;       /* NOTHING ESCAPES THIS BOX */
margin: 0px 0px 30px;
padding: 20px 10px;
background-color: rgba(0,0,0,0);
color: #417aac;
align-items: center;
z-index: 3;
contain: style paint;
box-sizing: border-box;
}

.carousel {
display: flex;
width: 600%;
height: 100%;
transition: transform 0.3s ease-in-out;
transform: translateX(0%);
align-items: center;
will-change: transform;
}

/* .carousel img rule removed - .carousel a img handles all img sizing below */

.carousel a {
width: 16.67%;
flex: 0 0 16.67%;
margin: 0;
padding: 0 10px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}

.carousel a img {
width: 100%;        /* FILL THE SLOT WIDTH */
height: auto;       /* LET ASPECT RATIO FROM width/height ATTRIBUTES CONTROL HEIGHT */
max-height: 100%;   /* BUT DON'T OVERFLOW THE CONTAINER */
object-fit: contain;
cursor: pointer;
display: block;
}

input {
display: none;
}

@keyframes slideAnimation {
    /* 0.3s TRANSITION, 7s PAUSE, TOTAL 43.8s */
    0% { transform: translateX(0%); }
    0.68% { transform: translateX(0%); }      /* SLIDE 1 HOLD */
    16.67% { transform: translateX(-16.67%); } /* SLIDE TO 2 */
    17.35% { transform: translateX(-16.67%); } /* SLIDE 2 HOLD */
    33.34% { transform: translateX(-33.34%); } /* SLIDE TO 3 */
    34.02% { transform: translateX(-33.34%); } /* SLIDE 3 HOLD */
    50.01% { transform: translateX(-50.01%); } /* SLIDE TO 4 */
    50.69% { transform: translateX(-50.01%); } /* SLIDE 4 HOLD */
    66.68% { transform: translateX(-66.68%); } /* SLIDE TO 5 */
    67.36% { transform: translateX(-66.68%); } /* SLIDE 5 HOLD */
    83.35% { transform: translateX(-83.35%); } /* SLIDE TO 6 */
    84.03% { transform: translateX(-83.35%); } /* SLIDE 6 HOLD */
    100% { transform: translateX(0%); }       /* LOOP BACK */
}












.nav-dots {
position: absolute;
bottom: 10px;
left: 50%;
display: flex;
gap: 10px;
transform: translateX(-50%);
}

.nav-dots label {
width: 10px;
height: 10px;
background-color: rgba(65,122,172,0.5);
border-radius: 50%;
cursor: pointer;
transition: background-color 0.3s;
}


    


#slide1:checked ~ .nav-dots label[for="slide1"],
        #slide2:checked ~ .nav-dots label[for="slide2"],
        #slide3:checked ~ .nav-dots label[for="slide3"],
        #slide4:checked ~ .nav-dots label[for="slide4"],
        #slide5:checked ~ .nav-dots label[for="slide5"],
        #slide6:checked ~ .nav-dots label[for="slide6"] {
            background-color: rgba(65,122,172,1.0);
			}


/*focus layer*/

.review-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65,122,172,0.5);
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.review-overlay:target {
    display: flex;
}

.review-overlay img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    border: 2px solid #417aac;
}

.overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: rgba(65,122,172,0.8);
    border-radius: 50%;
    cursor: pointer;
    display: block;
}

.overlay-close::before,
.overlay-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
    left: 5px;
    top: 14px;
}

.overlay-close::before {
    transform: rotate(45deg);
}

.overlay-close::after {
    transform: rotate(-45deg);
}







/* bio overlay */

.bio-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,31,61,0.82);
    z-index: 5;
    justify-content: center;
    align-items: center;
}

.bio-overlay:target {
    display: flex;
}

@media (max-width: 600px) {
    .bio-overlay:target {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    .bio-card {
        max-height: 80vh;
        overflow-y: auto;
    }
}

.bio-card {
    max-width: 680px;
    width: 88%;
    padding: 32px 36px;
    background: rgba(255,255,255,0.97);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.bio-card p,
.bio-p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin: 0 0 16px !important;
    text-align: left !important;
    color: #2d4a6a !important;
    font-family: arial !important;
}

.bio-card p:last-child,
.bio-p:last-child {
    margin-bottom: 0 !important;
}

.bio-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    background: rgba(65,122,172,0.8);
    border-radius: 50%;
    cursor: pointer;
    display: block;
}

.bio-close::before,
.bio-close::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
    left: 5px;
    top: 14px;
}

.bio-close::before { transform: rotate(45deg); }
.bio-close::after  { transform: rotate(-45deg); }

.graphic > a {
    display: block;
    cursor: pointer;
}

/*SHIT SHOW ENDS*/




.page {
position: relative;
top: -7px;
margin: 0px;
padding: 10px 5px 30px;
background-color: rgba(0,0,0,0);
color: #417aac;
z-index: 3;
}

.page p {
position: static;
}

.pagealt {
position: relative;
top: 0px;
margin: 0px;
padding: 10px 5px 30px;
background-color: #417aac;
color: white;
}

.calendly {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}

.calendly iframe {
width: 90%;
height: 90vh;
border: 0;
}

.pagealt h2 {
position: relative;
top: -50px;
margin-bottom: -25px;
left: 50%;
transform: translateX(-50%);
width: 80%;
border-radius: 20px;
color: white;
background-color: #417aac;
box-shadow: 0px 4px white;
z-index: 4;
}

.pagealt p {
position: static;
}

.pagealt h4 {
position: static;
}

h1 {
color: #417aac;
text-align: center;
}

h2, .corpus > div > h3 {
color: #417aac;
text-align: center;
padding: 5px 20px;
border-style: hidden;
border-radius: 20px;
background-color: white;
box-shadow: 0px 4px #417aac;
position: relative;
top: -43px;
margin-bottom: -25px;
left: 50%;
transform: translateX(-50%);
width: 80%;
}

.pagealt h3 {
color: white !important;
background-color: transparent !important;
box-shadow: none !important;
border-radius: 0 !important;
left: auto !important;
width: auto !important;
text-align: center;
font-size: 1.1rem;
font-weight: bold;
margin: 1rem 0 0.5rem;
padding: 8px 0;
position: static;
border-bottom: 1px solid rgba(255,255,255,0.3);
}

.page h3 {
color: #417aac !important;
background-color: transparent !important;
box-shadow: none !important;
border-radius: 0 !important;
left: 50% !important;
width: auto !important;
text-align: center;
font-size: 1.1rem;
font-weight: bold;
margin: 1.5rem 0 0.5rem;
padding: 8px 0;
position: relative;
top: -20px !important;

border-bottom: 1px solid rgba(65,122,172,0.2);
}

h4 {
text-align: center;
}

h5 {
color: white;
}

h6 {
color: #417aac;
text-align: center;
}
















.hname{
position: absolute;
top: 25px;
text-shadow: 2px 2px 5px darkslategrey;
}


.hamburger{
padding: 10px 14px 0px 0px;
position: relative;
float: right;
overflow: visible;
height: 55px;
}


.dropbtn {
position: relative;
height: 55px;
width: 55px;
  background-color: rgba(65,122,172,0);
  background-image: linear-gradient(rgba(65,122,172,1) 2%, rgba(253,245,230,1) 10%, rgba(65,122,172,1) 20%, rgba(65,122,172,1) 80%, rgba(47,79,79,0) 100%);
  color: oldlace;
  /*padding: 16px;*/
  font-size: 32px;
  border: solid;
  border-color: oldlace;
  border-width: 2px 1px 2px 1px;
  border-radius: 7px;
  border-style: ridge;
  cursor: pointer;
float: right;
}

.dropdown-content {
  display: none;
  position: relative;
  right: 0;
  background-color: #f9f9f9;
  min-width: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: visible;
}

.hamburger:hover .dropbtn {
background-color: rgba(65,122,172,0);
background-image: linear-gradient(rgba(64,108,108,1) 2%,
 rgba(253,245,230,1) 10%, rgba(64,108,108,1) 20%,
 rgba(64,108,108,1) 80%, rgba(64,108,108,0) 100%);
}

.hamburger:hover .dropdown-content{
clear: right;
display: block;
overflow: visible;
z-index: 2;
}



.videopage {
margin: 0px;
padding: 5px;
}

.lastpage {
margin: 0px;
padding: 5px;
}

.foot{
bottom: 0;
left: -15px;
margin: 350px 0px 0px 0px;
padding: 10px;
background-color: rgba(47,79,79,0);
background-image: linear-gradient(rgba(253,245,230,0) 5%, rgba(47,79,79,1) 15%, rgba(47,79,79,1) 90%, rgba(253,245,230,1) 100%);
position: absolute;
clear: both;
display: block;
height: 100px;
width: 102%;
overflow: visible;
text-align: center;
z-index: 0;
}

ul {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

.accent li a {
display: block;
padding: 0 14px;
line-height: 30px;
background-color: transparent;
color: white;
text-align: center;
border: none;
border-radius: 15px;
text-decoration: none;
font-size: 14px;
transition: background-color 0.2s;
}

.accent li a:hover {
background-color: rgba(255,255,255,0.2);
}



h3 a {
text-align: center;
text-decoration: none;
color: oldlace;
background-color: darkslategrey;
border-style: hidden;
border-radius: 8px;
/*width: 100%;*/
display: block;
padding: 8px;
padding-left: auto;
padding-right: auto;
margin-left: auto;
margin-right: auto;
}

h3 a:hover{
color: black;
background-color: cadetblue;
}



p {
text-align: center;
font-family: arial;
font-size: 20px;
margin: 0px 0px 40px 0px;
}

video {
display: block;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}
