/*////// HERO SECTION //////*/
section.hero-section {
	padding-top: 12rem;
	background: #09C;
}
section.hero-section div.hero-container {
	height: 23.4rem;
	background: #09C;
	padding: 15rem;
}

/*//// 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 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 5.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
div.hero-flex-item h2 {}
div.hero-flex-item p {}
div.hero-flex-item strong {}





/*////// ABOUT SECTION //////*/
section.about-section {}
/*// OFFSET FOR INTERNAL LINKS //*/
#about-section {
    scroll-margin-top: 8rem;
}
section.about-section div.about-container {
	padding: 12rem 5rem 0 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;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 100% */
}
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;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	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 ul {
    margin: 0 0 3rem 0;
}
div.about-flex-item p,
div.about-flex-item li {
	color: #000;
	font-family: Montserrat;
	font-size: clamp( 14px, 2rem, 20px );
	line-height: 1.6;
	font-style: normal;
	font-weight: 400;
}
div.about-flex-item p strong,
div.about-flex-item li strong {}
div.about-flex-item p.indent,
div.about-flex-item li.indent {
	padding-left: 4.5rem;
}
div.about-flex-item hr {
	margin: 3rem 0;
	height: 0.1rem;
	background: #29ABE2;
	color: #29ABE2;
}

/*//// CONTANT PANES ////*/
div.about-flex-item div.content-pane {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	opacity: 0;
	transition: all .4s ease;
}
div.about-flex-item div.content-pane.active {
	position: relative;
	transform: none;
	opacity: 1;
}

/*// DOWNLOAD LINKS //*/
div.download-btn,
a.download-btn {
	position: relative;
    display: inline-block;
    width: auto;
    margin: 0 1rem 1rem 0;
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #09C;
    font-size: 2rem;
    line-height: 1.2;
    cursor: pointer;
    transition: all .3s ease;	
}
div.download-btn:hover,
a.download-btn:hover {
	background: #09C;
    color: #ffffff;
}
/*/ PDF /*/
div.download-btn.pdf:after,
a.download-btn.pdf:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -4rem;
	transform: translateY(-50%);
	width: 3rem;
	height: 4rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2026/04/PDF_file_icon.svg.png');
}





/*////// TESTIMONIAL SECTION //////*/
section.testimonial-section {}
section.testimonial-section div.testimonial-container {
	padding: 0 31.5rem;
}

/*//// FLEX ////*/
div.testimonial-container div.testimonial-flex-container {}
div.testimonial-flex-container div.testimonial-flex-item {}

/*// FLEX SPECIFICS //*/
#testimonial-flex-item-1 {}

/*//// 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 ////*/
div.testimonial-block {
	position: relative;
	width: 90%;
	max-width: 94.6rem;
	/*height: 25.9rem;*/
	padding: 3.4rem 3.7rem 4.3rem 4.8rem;
	margin: 12rem auto;
	border: 2px solid #FF5917;
	background: rgba(217, 217, 217, 0.00);
}
div.testimonial-block:before {
	content: '';
	position: absolute;
}
div.testimonial-block:after {
	content: '';
	position: absolute;
}
div.testimonial-block p.quote {
	margin: 0 0;
	margin-bottom: 4rem;
	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;
	padding-right: 12rem;
	padding-right: 2rem;
	color: #FF5917;
	font-family: Montserrat;
	font-size: 2.4rem;
	line-height: 3.4rem;
	line-height: 1.41;
	font-style: italic;
	font-weight: 600;
	text-align: right;
}

/* QUOTES */
div.open-quote {
	position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, -57%);
}
div.close-quote {
	position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(100%, 60%);
}





/*//// GRANULAR RESPONSIVE CSS HERE ////*/
/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1024px) { 

		/*////// HERO SECTION //////*/
		section.hero-section { margin-top: 8rem; padding: 0 0; }
		section.hero-section div.hero-container { padding: 5rem 5rem; }

		/*////// ABOUT SECTION //////*/
		section.about-section { padding: 0 0; }
		section.about-section div.about-container { padding: 5rem 5rem; }
		#about-flex-item-1 { padding: 0 0 0 0; }
		div.about-flex-item h3 { font-size: 2.2rem; }
		div.about-flex-item h3 br { display: none; }

		/*////// TESTIMONIAL SECTION //////*/	
		section.testimonial-section { padding: 0 0; }
		section.testimonial-section div.testimonial-container { padding: 5rem 5rem; }

}
/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) { 

		/*////// HERO SECTION //////*/
		section.hero-section { margin-top: 8rem; padding: 0 0; }
		section.hero-section div.hero-container { padding: 5rem 4rem; }
		div.hero-flex-item h1 { margin: 0 0; }

		/*////// ABOUT SECTION //////*/
		section.about-section { padding: 0 0; }
		section.about-section div.about-container { padding: 5rem 4rem; }
		 /*/ ABOUT NAV - MOBILE BUTTONS  /*/
		#about-flex-item-1 { widtH: 100%; padding: 0 0 6rem 0; }
		nav.about-sidebar-nav {}
		nav.about-sidebar-nav a { display: inline-block; width: 49.5%; margin: 0 0 1rem 0; vertical-align: top; text-align: center; }
		nav.about-sidebar-nav h3 { display: inline-block; width: 90%; padding: 1rem 2rem; margin: 0 0; 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; }

		/*////// TESTIMONIAL SECTION //////*/	
		section.testimonial-section { padding: 0 0; }
		section.testimonial-section div.testimonial-container { padding: 5rem 4rem; }
		/*// SLIDER //*/
        ul.slick-dots { bottom: -2rem; }

} 
@media only screen and (max-width: 480px) {

		/*////// HERO SECTION //////*/
		section.hero-section { margin-top: 8rem; padding: 0 0; }
		section.hero-section div.hero-container { padding: 5rem 2rem; }
		div.hero-flex-item h1 { margin: 0 0; }

		/*////// ABOUT SECTION //////*/
		section.about-section { padding: 0 0; }
		section.about-section div.about-container { padding: 5rem 2rem; }
		 /*/ ABOUT NAV  /*/
		#about-flex-item-1 { widtH: 100%; padding: 0 0 6rem 0; }
		nav.about-sidebar-nav {}
		nav.about-sidebar-nav a { display: inline-block; width: 49.5%; margin: 0 0 1rem 0; vertical-align: top; text-align: center; }
		nav.about-sidebar-nav h3 { display: inline-block; width: 90%; padding: 1rem 2rem; margin: 0 0; 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; }

		/*////// TESTIMONIAL SECTION //////*/	
		section.testimonial-section { padding: 0 0; }
		section.testimonial-section div.testimonial-container { padding: 5rem 2rem; }
		/*// SLIDER //*/
        ul.slick-dots { bottom: -2rem; }

}
@media only screen and (max-width: 380px) { }
/*// LANDSCAPE ORIENTATION - TABLET & SMALLER //*/
@media screen and (max-width: 851px) and (orientation: landscape) { }
@media screen and (max-width: 480px) and (orientation: landscape) { }


