/*////// HERO SECTION //////*/
section.hero-section {
	padding-top: 21rem;
    background: #09C;	
}
section.hero-section div.hero-container {
	height: 54.4rem;
	background: #09C;
	padding: 12rem 0 0 15rem;
	background: linear-gradient(180deg, #09C 0%, #006696 44.23%, #000 98.08%);
}

/*//// FLEX ////*/
div.hero-container div.hero-flex-container {}
div.hero-flex-container div.hero-flex-item {}

/*// FLEX SPECIFICS //*/
#hero-flex-item-1 {}

/*// ELEMENTS //*/
div.hero-flex-item h1 {
	margin: 0 0;
	margin-bottom: 1.8rem;
	color: #FFF;
	font-family: Montserrat;
	font-size: 5.6rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
div.hero-flex-item h2 {
	margin: 0 0;
	margin-bottom: 5rem;
	color: #FFF;
	font-family: Montserrat;
	font-size: 3.2rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
div.hero-flex-item p {}
div.hero-flex-item strong {}
div.hero-flex-item ul {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
}
div.hero-flex-item ul li {
	margin: 0 0;
	margin-bottom: 2rem;
}
div.hero-flex-item ul li, 
div.hero-flex-item ul li p {
	color: #FFF;
	font-family: Montserrat;
	font-size: clamp( 18px, 2.4rem, 24px );
	line-height: 1.2;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}
div.hero-flex-item ul li a {
	color: #FBB03B;
	font-family: Montserrat;
	font-size: clamp( 18px, 2.4rem, 24px );
	line-height: 1.2;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}
div.hero-flex-item img {
	max-width: 53.5rem;
	margin-left: 3rem;
	margin-top: -11.1rem;
	margin-top: -8.1rem;
}





/*////// ABOUT SECTION //////*/
section.about-section {
	overflow: hidden;
}
section.about-section div.about-container {
	padding: 10rem 5rem 10rem 5rem;	
}

/*//// FLEX ////*/
div.about-container div.about-flex-container {}
div.about-flex-container div.about-flex-item {}

/*// FLEX SPECIFICS //*/
#about-flex-item-1 {
	padding-left: 15rem;
}
#about-flex-item-2 {
	overflow: hidden;
}

/*// ELEMENTS //*/
div.about-flex-item h2 {
	margin: 0 0;
	margin-bottom: 3rem;
	color: #000;
	font-family: Montserrat;
	font-size: 3.2859rem;
	line-height: 1; /* 100% */
	font-style: normal;
	font-weight: 700;
}
div.about-flex-item h3 {
	position: relative;
	margin: 0 0;
	margin-bottom: 3rem;	
	color: #069;
	text-align: right;
	font-family: Montserrat;
	font-size: 3.2rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 700;
	cursor: pointer;
	transition: color .3s ease;
}
div.about-flex-item h3:hover,
div.about-flex-item h3.active {
	color: #FF5917;
}
div.about-flex-item h3:after {
	position: absolute;
	top: 50%;
	right: -4rem;
	transform: translateY(-50%);
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url('/wp-content/uploads/2025/12/ehrenstein-navigation-icon-arrow.png') no-repeat center;
	background-size: contain;
	transition: all .3s ease;
}
div.about-flex-item h3.active:after,
div.about-flex-item h3:hover:after {
	right: -6rem;
	background-image: url('/wp-content/uploads/2025/12/ehrenstein-navigation-icon-arrow-active.png');
}
div.about-flex-item h4 {
	margin-top: 0;
	color: #000;
	font-family: Montserrat;
	font-size: 3.2859rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 100% */
}
div.about-flex-item p {
	margin: 0 0 2rem 0;
	color: #000;
	font-family: Montserrat;
	font-size: clamp( 14px, 2rem, 20px );
	line-height: 3.2rem;
	line-height: 1.6;	
	font-style: normal;
	font-weight: 400;
}
div.about-flex-item p strong {}
div.about-flex-item p.indent {
	padding-left: 4.5rem;
}
/*/ LISTS /*/
div.about-flex-item ul {
	margin: 0 0 6rem 0;
}
div.about-flex-item ul ul {
	margin: 0 0 0 0;
}
div.about-flex-item li,
div.about-flex-item li p {
	margin: 0 0 0 0;
	color: #000;
	font-family: Montserrat;
	font-size: clamp( 14px, 2rem, 20px );
	line-height: 1.8;
	font-style: normal;
	font-weight: 400;
}
/*/ LINKS /*/
div.about-flex-item a {
	color: #FF5917;
	font-family: Montserrat;
	font-size: clamp( 14px, 2rem, 20px );
	line-height: 3.2rem;
	line-height: 1.6;	
	font-style: normal;
	font-weight: 400;
}
/*/ HORIZONTAL RULE /*/
div.about-flex-item hr {
	margin: 3rem 0;
	height: 0.1rem;
	background: #29ABE2;
	color: #29ABE2;
}

/*//// CONTANT PANES ////*/
div.about-flex-item div.about-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	opacity: 0;
	transition: all .4s ease;
}
div.about-flex-item div.about-content.active {
	position: relative;
	transform: none;
	opacity: 1;
}





/*////// TESTIMONIALS SECTION //////*/
section.testimonials-section {}
section.testimonials-section div.testimonials-container {
	padding: 10rem 34rem 25rem 34rem;
	background: #F1F1F1;
}

/*//// FLEX ////*/
div.testimonials-container div.splat-flex-container.testimonials-flex-container {}
div.testimonials-flex-container div.testimonials-flex-item {}

/*//// TESTIMONIAL SLIDER ////*/
#testimonial-slider {
	height: auto;
}
#testimonial-slider div.slick-list {
	height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#testimonial-slider div.slide {
	width: 55.6rem;
	height: auto;
	margin: 0 5rem;
	border: .2rem solid #FF5917;
	background: #ffffff;
}
/*/ SLIDER DOTS /*/
ul.slick-dots {
	position: absolute;
    bottom: -7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    text-align: center;
}
ul.slick-dots li {
	display: inline-block;
	text-align: center;
}
ul.slick-dots li button {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 1rem;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    background: #ffffff;
    border: 1px solid #ffffff;
    border: 1px solid #00548E;
}
ul.slick-dots li.slick-active button {
    background: #00548E;
    border: 1px solid #00548E;
}

/*//// TESTIMONIAL BLOCK ////*/
div.testimonial-block {
	position: relative;
	width: 100%;
	padding: 3.8rem 4rem;
}
div.testimonial-block:before {
	content: '';
	position: absolute;
}
div.testimonial-block:after {
	content: '';
	position: absolute;
}
div.testimonial-block p.quote {
	margin: 0 0;
	margin-bottom: 3rem;
	color: #000;
	font-family: Montserrat;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.41; /* 141.667% */
}
div.testimonial-block p.name {
	margin: 0 0;
	color: #FF5917;
	font-family: Montserrat;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 600;
	line-height: 3.4rem;
}

/* QUOTES */
div.open-quote {
	position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, -57%);
    width: 5.068rem;
	height: 5.2281rem;
}
div.close-quote {
	position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(100%, 60%);
    width: 5.068rem;
	height: 5.2281rem;
}
div.open-quote svg,
div.close-quote svg {
	width: 100%;
	height: auto;
}





/*//// GRANULAR RESPONSIVE CSS HERE ////*/
/*// VERY LARGE SCREEN //*/
@media only screen and (max-width: 1920px) { }
/*// LARGE SCREEN //*/
@media only screen and (max-width: 1800px) { }
/*// MEDIUM & LAPTOP //*/
@media only screen and (max-width: 1600px) { }
@media only screen and (max-width: 1440px) { } /*< DESIGN WIDTH */
/*// SMALL & TABLET //*/
@media only screen and (max-width: 1200px) { }
@media only screen and (max-width: 1100px) { }
/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1024px) { }
/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) {

		/*////// HERO SECTION //////*/
		section.hero-section { padding: 0 0; }
		section.hero-section div.hero-container { height: auto; padding: 13rem 4rem 8rem 4rem; }
		#hero-flex-item-2 { padding-top: 4rem; }
		div.hero-flex-item img { width: 100%; max-width: 100%; margin: 0 0; }
    

		/*////// ABOUT SECTION //////*/
		section.about-section { padding: 0 0; }
		section.about-section div.about-container { padding: 8rem 4rem; }

		/*/ ABOUT NAV  /*/
		#about-flex-item-1 { widtH: 100%; padding: 0 0 6rem 0; }
		nav.about-sidebar-nav {}
		nav.about-sidebar-nav h3 { display: inline-block; width: calc( 49.5% - 1rem ); padding: 1rem 2rem; margin: 0 1rem 1rem 0; vertical-align: top; text-align: center;
		    border-radius: 10px; border: 1px solid #09C; font-size: 14px; }
		nav.about-sidebar-nav h3 br { display: none; }
		nav.about-sidebar-nav h3:after { display: none; }
		div.about-flex-item hr { display: none; }
		#sidebar-nav-1 { padding: 2.14rem 0; }


		/*////// TESTIMONIALS SECTION //////*/
		section.testimonials-section { padding: 0 0; }
		section.testimonials-section div.testimonials-container { padding: 8rem 4rem; }
		/*// SLIDER //*/
		#testimonial-slider div.slide { margin-bottom: 10rem; }
        ul.slick-dots { bottom: -5rem; }

} 
@media only screen and (max-width: 480px) { 

		/*////// HERO SECTION //////*/
		section.hero-section { padding: 0 0; }
		section.hero-section div.hero-container { height: auto; padding: 13rem 3rem 8rem 3rem; }
		#hero-flex-item-2 { padding-top: 4rem; }
		div.hero-flex-item img { width: 100%; max-width: 100%; margin: 0 0; }
    

		/*////// ABOUT SECTION //////*/
		section.about-section { padding: 0 0; }
		section.about-section div.about-container { padding: 8rem 3rem; }


		/*/ ABOUT NAV  /*/
		#about-flex-item-1 { widtH: 100%; padding: 0 0 6rem 0; }
		nav.about-sidebar-nav {}
		nav.about-sidebar-nav h3 { display: inline-block; width: calc( 49.5% - 1rem ); padding: 1rem 2rem; margin: 0 1rem 1rem 0; vertical-align: top; text-align: center;
		    border-radius: 10px; border: 1px solid #09C; font-size: 14px; }
		nav.about-sidebar-nav h3 br { display: none; }
		nav.about-sidebar-nav h3:after { display: none; }
		div.about-flex-item hr { display: none; }
		#sidebar-nav-1 { padding: 2.14rem 0; }


		/*////// TESTIMONIALS SECTION //////*/
		section.testimonials-section { padding: 0 0; }
		section.testimonials-section div.testimonials-container { padding: 8rem 3rem; }
		/*// SLIDER //*/
		#testimonial-slider div.slide { margin-bottom: 10rem; }
        ul.slick-dots { bottom: -5rem; }

}
/*// LANDSCAPE ORIENTATION - TABLET & SMALLER //*/
@media screen and (max-width: 1024px) and (orientation: landscape) { }
@media screen and (max-width: 813px) and (orientation: landscape) { }