@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
}

body {
	overflow-x: hidden;
}

html {
	overflow-x: visible!important;
	scroll-behavior: smooth;
}

@font-face {
  font-family: Bochan;
  src: url("fonts/bochan_serif/Bochan Serif.ttf");
}

.animated-text span {
    display: inline-block;
}

/*FONTS*/

.primary-font-400{
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

.primary-font-500{
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;
}

.primary-font{
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-style: normal;
}

.primary-font-700{
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;
}

.primary-font-800{
font-family: "futura-pt", sans-serif;
font-weight: 800;
font-style: normal;
}

.serif-font{
font-family: "acier-bat-noir", sans-serif;
font-weight: 400;
font-style: normal;
}

.fancy-font{
font-family: "Bochan", serif;
font-weight: 400;
font-style: normal;
}

/*GENERAL RULES*/
.z-to-front{
	z-index: 900;
}

.no-bullets{
	list-style-type:none!important;
}

.no-decoration{
	text-decoration: none!important;
}

.image-contain{
	object-fit: contain;
}

.image-cover{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-pic{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.border-white{
	border-style: solid none solid none;
	border-width: thin;
	border-color: #eaeef4;
}

.border-gold{
	border-style: solid none solid none;
	border-width: thin;
	border-color: #b5985e;
}

.goldline{
	height: 6px;
	background-color: #b5985e;
}

.goldlineThin{
	height: 1px;
	background-color: #b5985e;
}

.whiteline{
	height: 3px;
	background-color: #eaeef4;
}

.waypoint-vis{
	opacity: 0;
}

.gold-vertical-line-left{
	border-left: 5px solid #b5985e;
    height: 100px;
}

.gold-vertical-line-right{
	border-right: 5px solid #b5985e;
    height: 100px;
}

.center-vertical{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}


/*TEXT FORMATTING*/
 
.text-charcoal{
	color:#0b0c0c!important;
}

.text-darkgrey{
	color: #1e2023!important;
}

.text-gold{
	color: #b5985e!important;
}

.text-cream{
	color: #f4f1ea!important;
}

.text-superdarkblue{
	color: #20394b!important;
}

.text-darkblue{
	color: #647785!important;
}

.text-midblue{
	color: #8396a3!important;
}

.text-lightblue{
	color: #d1dee5!important;
}

.xl-tracking{
	letter-spacing: 12px;
}

.lg-tracking{
	letter-spacing: 9px;
}

.md-tracking{
	letter-spacing: 6px;
} 

.sm-tracking{
	letter-spacing: 4px;
}

.xs-tracking{
	letter-spacing: 2px;
}

.xxs-tracking{
	letter-spacing: 1px;
}

.justify-text{
	text-align: justify;
  	text-justify: inter-word;
}

.text-xs{
	font-size: 0.8rem;
}

/*LINK AND HOVER EFFECTS*/

.link-hover{
	text-decoration: none;
}

.link-hover:hover{
	text-decoration-line: overline;
	text-decoration-color: #b5985e;
}

.texthover{
	opacity: 75%;
}

.texthover:hover{
	opacity: 100%;
}

.gold-link{
	text-decoration-line: underline!important;
	text-decoration-color: #b5985e!important;
}

.gold-link:hover{
	text-decoration-line: underline!important;
	text-decoration-color:#685022!important;
	color:  #685022!important;
}


/*BACKGROUNDS*/
.gold-bgnd{
	background-color: #b5985e!important;
}

.offwhite-bgnd{
	background-color: #f7f5eb!important;
}

.light-blue-bgnd{
	background-color: #d1dee5!important;
}

.mid-blue-bgnd{
	background-color: #93a6b4!important;
}

.dark-blue-bgnd{
	background-color: #647784!important;
}

.cincinatti-blue{
	background-color: #455160!important
}

.mainBackground{ 
	background-color: #f4f1ea;
	height: 100%;
	z-index: -2;
}

.mainBackgroundImg{ 
	background-image: url("images/landing-background-image2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -100;
}


.faqBackgroundImg{ 
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/bw-blur-field.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -100;
	clip-path: polygon(100% 0, 100% 89%, 67% 96%, 0 90%, 0 0);

}

.faq-bottom-img{
  background-image: url('images/bw-walking.jpg')!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  height: 45vh!important; 
}

@media (min-width: 768px) {
  .faq-bottom-img {
    height: 60vh!important; /* Shorter height on larger screens */
    background-position: center center!important; /* Adjust cropping */
  }
}



.waveTop {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  background: rgb(247, 245, 235);
  transform: scale(1, 1);
  z-index: -1;
}

.waveTop:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #455160;
  right: -25%;
  top: 20px;
}

.waveTop:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: rgb(247, 245, 235);
  left: -25%;
  top: -240px;
  clip-path: ellipse(100% 15% at -15% 100%);
}

.waveBottom {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  background:  #455160;
  transform: scale(1, 1);
}

.waveBottom:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color:  rgb(247, 245, 235);
  right: -25%;
  top: 20px;
}

.waveBottom:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #455160;
  left: -25%;
  top: -240px;
  clip-path: ellipse(100% 15% at -15% 100%);
}

/*NAVIGATION*/
.nav-color.scrolled {
    background-color: #acb9c1!important;
    transition: background-color 200ms linear;
}

.menu-hover{
	border-top-style: solid!important;
	border-top-color: transparent!important;
	border-top-width: thin!important;
}

.menu-hover:hover{
	border-top-style: solid;
	border-top-color: #acb9c1!important;
	border-top-width: thin;
}

.active{
	border-top-style: solid!important;
	border-top-color: #b5985e!important;
	border-top-width: thin!important;
}

.nav-bgnd-blue{
	 background-color:#acb9c1!important;
}


.faq-menu-hover{
	border-top-style: solid!important;
	border-top-color: transparent!important;
	border-top-width: thin!important;
}

.faq-menu-hover:hover{
	border-top-style: solid;
	border-top-color: #263944!important;
	border-top-width: thin;
}

/*BUTTONS*/

.light-grey-solid-button{
	border: none;
	background-color: #acb0b5!important;
	color: #1b1c1c;
	border-radius: 3px;
}

.light-grey-solid-button:hover{
	background-color: #acb0b5!important;
	color: white!important;
}

.curved-edges{
	border-radius: 10px;
}


.flash-slide {
	border: none;  
	display: inline-block;  
	color: rgb(255, 255, 255);  
	width: 180px;  
	height: 50px;  
	border-radius: 10px;  
	position: relative;  
	overflow: hidden;  
	text-decoration: none;  
	text-align: center;
}  

.flash-slide::before {
	content: "";  
	position: absolute;  
	top: -30px;  
	left: -80px;  
	height: 100px;  
	width: 70px;  
	background: rgba(255, 255, 255, 0.3);  
	transform: rotate(20deg);
}  

.flash-slide:hover::before {  
	left: 500px;  
	transition: all 0.5s ease 0s;
}  

.flash-slide--gold {  
	background: rgb(181, 152, 94);
}  

/*OTHER CLASSES*/

.slick-prev{
	z-index: 900!important;
}

.slick-next{
	z-index: 900!important;
}

.slick-prev:before {
	color: #647784!important;
}
.slick-next:before {
	color: #647784!important;
}

.slick-dots li button::before {
    font-size: 16px;
    color: #647784!important;
    opacity: 0.7;
	padding-top: 8px;
  }

.slick-dots li.slick-active button::before {
    color: #647784!important;
    opacity: 1;
	padding-top: 8px;
  }

.btn:active,
.btn:focus {
  box-shadow: 3px 3px 3px #647784!important;
}

.custom-circle-padding{
	margin-bottom: 17%!important;
	margin-right: 1%!important;
}

.custom-wave-width{
	width: 185%!important;
}

.wave-container{
	position: relative;
	width: 400%;
	padding-top: calc(400% / 39.2); /* Aspect ratio padding hack */
}

.h-custom{
	height: 80vh!important;
}

.navbar-toggler {
    border: 2px solid white!important; /* Adjust thickness and color */
    border-radius: 4px!important; /* Optional: rounds the corners */
}

.navbar-toggler-icon {
    filter: brightness(150%);
}


.animated-text {
	font-size: 3rem; /* Default size */
	display: inline-block;
	white-space: nowrap; /* Prevents unintended wrapping */
}


/*MEDIA QUERIES*/

@media only screen and (max-width: 1400px) {
.custom-circle-padding{
	margin-bottom: 19%!important;
	margin-right: 1%!important;
}

.custom-wave-width{
	 width: 175%!important;
}
}

@media only screen and (max-width: 1200px) {
.custom-circle-padding{
	margin-bottom: 22%!important;
	margin-right: 0%!important;
	padding-left: 2%!important;
	padding-right: 3%!important;
}

.custom-wave-width{
	 width: 185%!important;
}

.h-custom{
	height:60vh!important;
}
}

@media only screen and (max-width: 992px) {
.custom-circle-padding{
	margin-bottom: 27%!important;
	margin-right: 0%!important;
	padding-left: 4%!important;
	padding-right: 5%!important;
}

.custom-wave-width{
	 width: 170%!important;
}

 .h-custom{
	height:57vh!important;
}
}

@media only screen and (max-width: 768px) {
.custom-circle-padding{
	margin-bottom: 35%!important;
	margin-right: 0%!important;
	padding-left: 3%!important;
	padding-right: 4%!important;
}

.custom-wave-width{
	 width: 195%!important;
}

.wave-container{
	position: relative;
	width: 800%;
	padding-top: calc(800% / 39.2); /* Aspect ratio padding hack */
}

 .h-custom{
	height:53vh!important;
}

.animated-text {
	font-size: 2rem; /* Slightly smaller on tablets */
}
}

@media only screen and (max-width: 576px) {
.custom-circle-padding{
	margin-bottom: 50%!important;
	margin-right: 0%!important;
	padding-left: 0%!important;
	padding-right: 1%!important;
}

.custom-wave-width{
	 width: 350%!important;
}

 .h-custom{
	height:50vh!important;
}
.animated-text {
	font-size: 1.3rem; /* More compact on mobile */
}
}