/*////// 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;
	line-height: 1.2;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
div.hero-flex-item h2 {}
div.hero-flex-item p {}
div.hero-flex-item strong {}


            .content-block,
            #our-team,
            #related-posts {
                scroll-margin-top: 80px;
            }


/*////// CONTENT SECTION //////*/
section.content-section { }
section.content-section div.content-container {
	padding: 10rem 5rem 10rem 5rem;		
}

/*//// FLEX ////*/
div.content-container div.splat-flex-container.content-flex-container {}
div.content-flex-container div.content-flex-item {}

/*// FLEX ITEM SPECIFICS //*/
#content-flex-item-1 {
    position: sticky;
    top: 12rem;
    align-self: flex-start;
    padding: 0 0 8rem 0;
}
#content-flex-item-2 {}

/*// ELEMENTS //*/
div.content-flex-item h2 {
	margin: 0 0;
	margin-bottom: 3rem;
	color: #000;
	font-family: Montserrat;
	font-size: 3.2rem;
	line-height: 1; /* 100% */
	font-style: normal;
	font-weight: 700;
}
div.content-flex-item h2.content-headline a {
    margin: 0 0 4rem 0;
    color: #069;
    font-family: Montserrat;
    font-size: 3.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: .8425; /* 84.253% */
    font-size: 2.8rem;
    line-height: 3.2859rem; 
}
div.content-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;
	text-align: left;
}
div.content-flex-item h3:hover,
div.content-flex-item h3.active {
	color: #FF5917;
}
div.content-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.content-flex-item h3.active:after,
div.content-flex-item h3:hover:after {
	right: -6rem;
	background-image: url('/wp-content/uploads/2025/12/ehrenstein-navigation-icon-arrow-active.png');
}

div.content-flex-item h3.related-posts-title,
div.content-flex-item h3.related-posts-title a {
	color: #069;
	font-family: Montserrat;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.2859rem;
	text-align: left;
}
div.content-flex-item h3.related-posts-title:after,
div.content-flex-item h3.related-posts-title a:after {
	content: none;
}
div.content-flex-item h4 {
	position: relative;
	margin: 4rem 0 2rem 0;
	font-size: 3.2rem;
	font-size: 2.8rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 700;
	text-align: left;
}


/*// WITHIN CONTENT BODY - ACF //*/
div.content-flex-item .content-body h2 {
	/*margin-top: 2rem;*/
	margin-top: 12rem;
}

div.content-flex-item .content-body,
div.content-flex-item .content-team-intro,
div.content-flex-item p,
div.content-flex-item li  {
	color: #000;
	font-family: Montserrat;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.2rem;
}
div.content-flex-item p a,
div.content-flex-item li a {
	font-size: inherit;
}
div.content-flex-item .content-body p.sample-case {
    margin: 2rem 2rem;
    margin: 2rem 3rem;
    width: 90%;
    display: inline-block;
    padding: 3rem 3rem;
    background: white;
    font-size: 2.2rem;
    font-style: italic;
	border: 1px solid silver;
}
div.content-flex-item p strong {}
div.content-flex-item p.indent {
	padding-left: 4.5rem;
}
div.content-flex-item hr {
	margin: 3rem 0;
	height: 0.1rem;
	background: #29ABE2;
	color: #29ABE2;
}
div.content-flex-item p {
	margin-bottom: 3rem;
}
#overview > h2 {
	margin-top: 0;
}

/*//// NESTED FLEX ////*/
div.content-block div.splat-flex-container.content-team-flex-container {
	justify-content: space-between;
}
div.content-team-flex-container div.content-team-flex-item {
	padding: 4rem 4rem;
	padding: 3rem 2rem;
}

/*// NESTED ELEMENTS //*/
div.content-team-flex-item img.content-team-image {}
div.content-team-flex-item p.content-team-name {
	color: #069;
	text-align: center;
	font-family: Montserrat;
	font-size: 1.9rem;
	font-style: normal;
	font-weight: 700;
	line-height: 4.2rem; /* 150% */    
}

/*// BUTTONS & LINKS //*/
.content-sidebar-link {}
.content-sidebar-link:hover {}
.content-sidebar-link.is-active {}
.content-team-link {}
.content-team-link:hover {}

/*// DECORATIVE //*/
.content-arrow-icon {}
.content-watermark {}

/*//// CONTENT BLOCKS ////*/
div.content-block {
	margin-bottom: 12rem;
}
/*// READY TO TALK //*/
#ready-to-talk {
	margin-top: 12rem;
}
#ready-to-talk a {
	text-decoration: underline;
}

/*//// RELATED POSTS ////*/
#related-posts {
    margin-top: 8rem;
}
div.content-block article.related-posts-flex-item {
   	display: inline-block; 
    width: 90%;
    margin: 2rem 3rem;
    padding: 3rem 3rem;
    font-size: 2.2rem;
    background: #ffffff;
    border: 1px solid silver;
}
div.content-block article.related-posts-flex-item p.related-posts-meta {
	margin-bottom: .5rem;
}
div.content-flex-item p.blog-meta span {
    font-style: italic;
}
article.posts-flex-item p.posts-meta a {
    color: #069;
    font-size: inherit;
}
article.posts-flex-item p.posts-meta a:hover {
	text-decoration: underline;
}
div.content-block article.related-posts-flex-item h3.related-posts-title {
	margin-bottom: 2rem;
	text-transform: capitalize;
}
div.content-block article.related-posts-flex-item p.related-posts-excerpt {
    margin-bottom: 3rem;
}

div.content-flex-item p.content-contact,
div.content-flex-item p.content-closing {
    color: #000;
    font-family: Montserrat;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
}

/*//// OFFSET FOR INTERNAL SCROLL ////*/
.content-block,
#our-team,
#related-posts {
    scroll-margin-top: 80px;
}





/*////// TESTIMONIALS SECTION //////*/
section.testimonials-section {}
section.testimonials-section div.testimonials-container {
	padding: 12.5rem 34rem 25rem 34rem;
	background: #F1F1F1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*//// 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;
	/*padding: 3.8rem 4rem;*/
	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) { 

		/*////// HERO SECTION //////*/
		section.hero-section { padding: 0 0; }
		section.hero-section div.hero-container { height: auto; padding: 13rem 5rem 8rem 5rem; }

		/*////// CONTENT SECTION //////*/
		section.content-section { padding: 0 0; }
		section.content-section div.content-container { padding: 8rem 5rem; }
		div.content-team-flex-item p.content-team-name { line-height: 1.2; }

		/*////// TESTIMONIALS SECTION //////*/
		section.testimonials-section { padding: 0 0; }
		section.testimonials-section div.testimonials-container { padding: 8rem 5rem; }

}
/*// 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; }
    
		/*////// CONTENT SECTION //////*/
		section.content-section { padding: 0 0; }
		section.content-section div.content-container { padding: 8rem 4rem; /*overflow: hidden;*/ }

		/*/ CONTENT NAV  /*/
		#content-flex-item-1 { top: 0; }
		#content-flex-item-1 { widtH: 100%; padding: 0 0 6rem 0; }
		nav.content-sidebar-nav {}
		nav.content-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.content-sidebar-nav h3 br { display: none; }
		nav.content-sidebar-nav h3:after { display: none; }
		div.content-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; }

} 
@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; }
    
		/*////// CONTENT SECTION //////*/
		section.content-section { padding: 0 0; }
		section.content-section div.content-container { padding: 8rem 3rem; overflow: hidden; }
		/*/ CONTENT NAV  /*/
		#content-flex-item-1 { top: 0; }
		#content-flex-item-1 { widtH: 100%; padding: 0 0 6rem 0; }
		nav.content-sidebar-nav {}
		nav.content-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.content-sidebar-nav h3 br { display: none; }
		nav.content-sidebar-nav h3:after { display: none; }
		div.content-flex-item hr { display: none; }
		/*#sidebar-nav-1 { padding: 2.14rem 0; }*/
		div.content-team-flex-item p.content-team-name { line-height: 1.2; }

		/*////// 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) { }