/*
Theme Name:     ToxStrategies
Description:    Child theme for the PKD Theme
Author:         Peter King Design
Author URI:     http://peterkingdesign.com
Template:       PKD
Version:        1.0
*/



/* =COLORS
-------------------------------------------------------------- 
4b8b2a	Dark Green
82bc00	Light Green

021b58 	Dark Blue
0A65A8	Royal Blue Ridge Blue
2179bf 	light blue

*/

/* =Global Typography
-------------------------------------------------------------- */


body {
font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
font-style: normal;

}

a, a:link, a:visited,
#mainnav li.current_page_item > a, #mainnav li.current_parent_item > a,
#mainnav li:hover > a , #mainnav ul ul :hover > a,
.typography  a.button:hover, .typography  a.button-rev:hover, .button, .button-rev,
.widget li a,
#home-columns .home-title,
.typography h1.entry-title, .typography h1.page-title, 
.typography h4,
.typography .archive-list:hover a h3,
#searchsubmit:active i.fa.fa-search 
{ color: #4b8b2a }

#mainnav li:active > a , #mainnav ul ul :active > a,
#side-menu li:hover a, #side-menu li.current_page_item a,
a:hover,
#searchsubmit:hover i.fa.fa-search,
#side-menu li.current-cat a 
{ color: #021b58 }

.category-title, 
#side-menu .section-title a,
#secondary .widget-title { color: #333; }

h1, h2, h3, h4, h5, h6,
#mainnav, .menu-footer-container li, #side-menu, .slideshow-title, #page-menu a, .typography .menu-solutions-container, 
.archive-item span, .post-type-archive-staff .staff-person, 
.staff-vcard, .staff-cv-pdf       {

	font-weight: normal;
	color:#444;
	}


/* =Structure
-------------------------------------------------------------- */

#primary.subarchive {width: 100%; }
#primary {position:relative;  z-index:10;}
.home #primary {padding: 0;}

.single-staff #primary {float: none; width: auto; }

#secondary {min-width: 25%; width: 25%;}

article.careers-list-item { margin-bottom: 26px; }





.typography .section-title {
	font-size: 2.5em;
	font-weight: 900;
	color: #021b58;
	text-align: center;
	text-transform: uppercase;
}
.reverse .section-title, 
.section-title.reverse { color: #FFF; }




/* =Header
-------------------------------------------------------------- */

#branding {
	display:block;
	height: 110px;
	background: #FFF;
}
#logo {
	background:url(images/Blue-Ridge-2025-Logo-Update_ToxStrategies_web.png) no-repeat 0 50%;
	background-size: contain;
    width: 255px;
    height: 100%;
    vertical-align: top;
    display: block;
	}
#BR-logo {
	background: url('images/Blue-Logo-bg.png') no-repeat ;
	background-size: cover;
	background-position: bottom;
	width: 280px;
	height: 110px;
	display: flex;
	z-index: 10;
}

.br-logo {
	background:url(images/BlueRidge_Logo_reverse.png) no-repeat 100% 50%;
	background-size: contain;
	width: 160px;
	height: auto;
	    margin-left: 90px;
	}


.borderline {
	background: url('images/header-border.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-position: 50% 50%;
}

.print-logo { width: 260px; height: auto; display:none;  }

#site-description {display: none; }

/* =Sliders & Background
-------------------------------------------------------------- */
#banner  {	overflow:hidden; }

.swiper-slide::after,
.featured-banner::after {
	content: '';
	position: absolute; top:0; left:0; right:0; bottom:0; z-index: 10;
	background: url('images/bg-blueridge-gradient.jpg') no-repeat;
	background-position: 0% 50%;
	background-size: cover;	
    opacity: .25;
    mix-blend-mode: hard-light;
	pointer-events: none;
}

.swiper-slide::before,
.featured-banner::before {
content: '';
	position: absolute; top:0; left:0; right:0; bottom:0; z-index: 10;
background: linear-gradient(180deg,rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
	pointer-events: none;
}

.swiper-content {
	border-left: 1px solid #FFF;
	padding-left: 1vw;
	width: 61vw;
	flex-wrap: nowrap;
}

.swiper-title {
	line-height: 1.1;
}
.swiper-link  {white-space: nowrap; }	



.featured-banner {
	width: 100%;
	margin: 0 auto;
	min-height: 400px;
}

#featured-image { background-repeat: no-repeat; }


.hero-message {
position: absolute;
z-index: 20;
bottom: 7vw;
width: 70%;
left: 2vw;
}

.hero-title {
	font-size: 2.7em;
	text-shadow: 1px 1px 1px #0004;
	color: #FFF;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 2px;
	}





/* =Home Page
-------------------------------------------------------------- */

#Section-Home-About{}

.about-flex { justify-content: center; align-items: center;}
.about-logo { width: 28%;  }
.about-content { 
    width: 54%;
    border-left: 1px solid #ddd;
    margin-left: 2vw;
    padding-left: 2vw;
    font-size: 1.2em;
    font-weight: 300;
}


#Section-Home-News {
	background: blue;
	background: #213469;
background: linear-gradient(180deg,rgba(33, 52, 105, 1) 0%, rgba(10, 101, 168, 1) 100%);
}

.news-flex {
	display: flex;
	column-gap: 40px;
	box-sizing: border-box;
}
.blog-flex-column-1 {font-size: 1.1em; }
.blog-flex-item { 
	width: 30%; 
	background: #FFF;
	border-top: 20px solid #0A65A8;
	border-radius: 10px;
	padding: 20px;
	
}
.blog-flex-column-2 {
	display: flex;
	flex-direction: column;
	width: 60%;
	grid-row-gap: 40px;
	font-size: .88em;
}
.blog-flex-column-2 .blog-flex-item {
	width: 100%;
	
}

#Section-Home-News .entry-title {
font-size: 1.6em;
line-height: 1.2;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 20px;
}



#Section-Home-Publications {
}
#Section-Home-Publications::before {
content: '';
    position: absolute;
    top: 4vw;
    left: 50vw;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(images/bg-blueridge-large-peaks.png) no-repeat;
    background-size: cover;
    background-position: left top;
	
}

.home .publications-flex { display: flex; width: 60%; flex-flow:column; }

.publications-flex-item {
margin-bottom: 2em;
}

#Section-Home-Publications .section-title { text-align: left; }



#Section-Home-Expertise {
	background: linear-gradient(-30deg,rgba(33, 121, 191, 1) 0%, rgba(10, 101, 168, 1) 100%);
}

.expertise-flex { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 2vw;}
.expertise-flex-item { display: flex; width: 40%;  margin-bottom: 2vw;}
.counter-number {
	font-size: 3em;
	font-weight: 900;
	text-align: right;
	width: 30%;
	line-height: 1;
}
.counter-title {
	font-size: 1.3em;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #FFF5;
	width: 70%;
	min-height: 2.5em;
	text-transform: uppercase;
	line-height: 1.3;
letter-spacing: 1px;
font-weight: 200;
	align-content: center;
}




#Section-Home-Parters {}

.partners-flex {display: flex; align-items: center;}
.partners-list{ 
	display: flex; 
	flex-flow: wrap; 
	width: 70%; 
	margin: auto; 
	justify-content: space-between; 
	align-items: center;
	border-left: 1px solid #0a65a8;
    padding-left: 4%;
    margin-left: 5%;
}
.partners-list p {margin:0;}
.partners-list img {
	padding: 10px;
	width: auto;
	height: auto;
	max-width: 210px;
	max-height: 70px; }

.partners-icon {
	width: 25%;
}

.partners-sub-title { 
	width: 100%;
	color: #555;
	letter-spacing: 1px;
}

/* =Slideshow 
-------------------------------------------------------------- */


/* =Menu
-------------------------------------------------------------- */

#mainnav { margin-top: 24px; clear: right; position: static; }

#mainnav ul { display:flex; }
#mainnav ul li { display:block; }
#mainnav ul ul  { background: rgba(237,242,234,.95);}
#mainnav ul ul li { background: none;}
#mainnav ul li ul  { border-bottom: solid 1px #DDD; }

#menu-main-menu > li a {height: 80px;}

#menu-main-menu .sub-menu li a {height: 16px;}

#mainnav .services-main-menu { position:static; } 

#mainnav .services-main-menu ul { left:0; right:0; }

#mainnav .services-main-menu ul li { width: 49.8%;
margin-right: .15%; }
#mainnav ul li.services-main-menu:hover > ul { display: flex;
flex-wrap: wrap; }


#desktop-menu { display:block; }
	#responsive-menu { display: none; }

/* =Top Menu
-------------------------------------------------------------- */


/* =Content
-------------------------------------------------------------- */

footer.entry-meta {font-size: .88em; color: #777; }


#content nav {
	display: block;
	overflow: hidden;
	
}
#content nav .nav-previous {
	float:none;
	display: inline-block;
	width: auto;
}
#content nav .nav-next {
	float:none;
	display: inline-block;
	text-align: center;
	width: auto;
}
#content nav .nav-previous a,
#content nav .nav-next a { width: 150px; display:block; color: #FFF; text-decoration:none; padding: .5em 1em; }

#content nav .nav-previous:hover a,
#content nav .nav-next:hover a {  color: #666; }

.pagination { text-align: center; display:block; }

.page-template-blog-page #content nav .nav-previous { display:none; }

.paged #content nav .nav-previous  {display:inline-block; }



/* Pagination */
.num-pagination {
 	text-align:right;
	margin: 4px 0;
	position: absolute;
	right:0;
}
 
.num-pagination span, .num-pagination a {
	display: inline-block;
	margin: 1px 0 1px 1px;
	padding: 4px 6px;
	line-height: 1;
	text-decoration: none;
	width: auto;
	color: #0A65A8;
	background: #eee;
	font-size: .8em;
	border-radius: 2px;
}
.num-pagination div {
	display:block;
	background: none; 
	color: #AAA; 
	padding: 2px 0;
	font-size: .8em;

}

.typography .num-pagination a  { text-decoration:none; }
 
.num-pagination a:hover{
    color:#fff;
    background: #0A65A8; /* Pagination background on hover */
}
 
.num-pagination .current{
    background: #0A65A8; /* Current page background */
    color:#fff;
}



/* =Images
-------------------------------------------------------------- */

img { max-width: 100%; }

.featured-post-image { margin: 20px 0; }

/* =Forms
-------------------------------------------------------------- */
#Location-Contact {
	float: right;
	margin-left: 2%;
	width:50%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select,
input#s { 
	margin-bottom: 4px;
	font-size: .94rem;
	color: #4b8b2a;
	background: none;
	border: 1px solid #DDD;
}

input[type="submit"].button {
	font-size: .94rem;
	padding: 6px 18px;
}



/* =Comments
-------------------------------------------------------------- */



/* =Widgets
-------------------------------------------------------------- */

	.widget select {
    margin: 0 0;
}



/* = Side Menu
-------------------------------------------------------------- */

#sgr-custom-taxonomies-menu-4 ul li { display:inline-block; width: 17%;  }
#sgr-custom-taxonomies-menu-4 ul li a { font-size: .76em; padding: 0;   }


/* = PKD Content
-------------------------------------------------------------- */



.page-header, .entry-header {
    position: absolute;
    top: -6vw;
    width: 100%;
    padding: 0;
    text-align: center;
    height: auto;
}
 


.typography h1.entry-title, .typography h1.page-title {
    letter-spacing: .2vw;
    font-size: 3em;
	font-weight:900;
    color: #FFF;
    position: absolute;
    bottom: 4vh;
    left: 0;
    right: auto;
    line-height: 1;
    text-align: left;
	text-shadow: 1px 1px 1px #0003;
}


.typography h3 {text-transform: uppercase; font-size: 1.3em;}

.typography ul ul li {  list-style:outside circle; }
.typography ul li ul { padding: 0 0 0 20px; }


/* Button */

.typography a.button, .typography a.button-rev,
.button, .button-rev {
	background: #FFF;
	border: 1px solid #4b8b2a;
	color:#4b8b2a;
	border-radius: 5px;
	transition: all .2s ease-in-out;
	padding: .6em 1.5em;
}


.typography a.button-rev,
.button-rev {
}

.typography  a.button:hover,
.typography  a.button-rev:hover,
.button:hover,
.button-rev:hover {
	color: #FFF;
	border-color: #82bc00;
	background:#82bc00;
	
}
.typography  a.button-rev:hover,
.button-rev:hover {
	
}

/* =Video
-------------------------------------------------------------- */


/* =Footer
-------------------------------------------------------------- */

#colophon {
    background: #333;
    color: #FFF;
    padding: 6vw 0;
    min-height: 90vh;
    box-sizing: border-box;
	height: auto;
}

.footer-logo {
	text-align: center;
}

#footer4 {
	border-left: 1px solid #FFF5;
	margin-left: 2vw;
	padding-left: 2vw;
max-width: 300px;
}


#colophon input,
#colophon textarea {border-color: #555;}

#colophon input[type="submit"].button {
	background: #666;
}

/* =Date Box 
-------------------------------------------------------------- */
.entry-date { 
	display: flex;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
.entry-month span, .entry-day span, .entry-year span { 	

}

.entry-month {
	margin-right: 5px;

}
.entry-day {
	display:none;
}
.entry-year {
}


/* =PAGE 
-------------------------------------------------------------- */	



/* =Publications Section
-------------------------------------------------------------- */


.publications-flex {
	display: flex; 
	flex-flow: row-reverse; 
	justify-content: space-between;}

.publications-container {width: 70%; }


.publications-archive p { margin-bottom: 2px; }
.publications-archive { 
margin-bottom: 1.5em;
padding-bottom: 1em;
}


.typography .publication-title {
font-size: 1.2em;
text-transform: none;
letter-spacing: 0;
font-weight: 200;
	color: #888;
	border-bottom: 1px solid #ccc;
padding-bottom: 3px;
margin-bottom: 1.1em;
}

.view-abstract {
	
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
	background: #0A65A8;
	padding: .4em 1em;
	border: 1px solid #0A65A8;
	border-radius: 2px;
	margin-bottom: 1em;
	display: inline-block;
}
.view-abstract a { color: #FFF; }

.view-abstract:hover { background: #333;  }
.view-abstract:hover a { text-decoration:none; color: #FFF; }

.open-access { background: #FFF; border-color: #333;  font-size: .85em; }
.open-access a { }
.view-abstract:hover {  }
.view-abstract:hover a { color: #FFF;  }

.view-abstract .fa { 
	font-size: 1.3em;
	color: #FFFc;
 }

/* =Staff Section
-------------------------------------------------------------- */


.single-staff .entry-content { width: 66%; }
.single-staff .staff-meta { width: auto; }
h1 .staff-title { font-size:1rem; color: #FFFc; margin-top: 8px; line-height: 1.3; letter-spacing: .5px; }

.flex-staff-meta {
	display: flex;
	row-gap: 5px;
}

.staff-page-flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.staff-archive { 
	display: block;
	width: 100%;
	margin:  0;
	padding: 10px  0;
	vertical-align:top;
	border-bottom: 1px dotted #DDD;
}
.staff-archive:hover { background-color: #F2F2F2;}

.staff-meta .archive-item span {
	width: 40px;
	font-size: 1.2em;
	color: #021b58;
}


.post-type-archive-staff .staff-person {font-size: 1.1em; clear:left;}

.post-type-archive-staff .archive-item {float:left; width: 35%; line-height: 1.2; margin-right: 2%;  }
.post-type-archive-staff .staff-location { width: 23%; } 



ul#staff-list  {margin:0; padding: 0;}
#staff-list li {margin:0; padding: 0; list-style-type:none; display:inline-block; width: 30%; margin: 10px 2% 10px 0; vertical-align: top;}




.staff-vcard , .staff-cv-pdf  {
	display: inline-block;
}

.staff-vcard .button, .staff-cv-pdf .button {
}



#anchor-letters { 
    margin: 0px 0 10px 0;
}
#anchor-letters a { display:inline-block; text-transform:uppercase; color: #aaa; font-size: 1.1em; padding: 5px; margin-left: -4px; }
#anchor-letters a:hover { text-decoration: none; color: #333; }

.anchor { display:block; position: relative; }



.post-type-archive-staff #content { position: relative; }

.post-type-archive-staff .page-header {
	position: sticky;
	top: 130px;
	background: #FFFFFF;
	padding-top: 10px;
    border-bottom: 1px solid #CCC;
}

.post-type-archive-staff .page-header #searchform { margin: 16px 0px 0 0; }



/* STAFF FILTER */

.staff-filter {}

.staff-filter h2.staff-heading {font-size: 1.4em; margin:0; padding:0; font-weight: bold;}
#content h2.staff-heading a {
	display: block;
	font-size: inherit;
	color: #0A65A8;
	margin-top: 0;
	text-decoration:none;
}
#content h2.staff-heading a:hover {
	color: #021b58;
}

.staff-filter .staff-title {font-weight: bold; margin: 0.2em 0 0.4em 0; font-size: 1.1em;}
.staff-filter .staff-location {letter-spacing: 1px; text-transform: uppercase; font-size: .85em;}


#content .post-item {
	font-size: inherit;
	padding: 2em 1.5em;
	background: #f6f6f6;
	position: relative;
	border-radius: 10px;
}
#content .staff-card-bg {
	position: absolute; top:0; bottom:0; right:0; left:0; z-index: 0;
	background:  url(images/bg-blueridge-gray-peaks.png) no-repeat;
	background-size: 60%;
	background-position: bottom right;
	opacity: 0.25;
	pointer-events: none;
}


#content .staff-filter  .menu-active {
	border-radius: 10px;
}

.ymc-smart-filter-container .filter-layout5 .selected-items .item, .ymc-extra-filter .filter-layout5 .selected-items .item, .ymc-extra-search .filter-layout5 .selected-items .item, .ymc-extra-sort .filter-layout5 .selected-items .item {
	background: #0A65A8;
}
.ymc-smart-filter-container .search-layout .search-form__submit, .ymc-extra-filter .search-layout .search-form__submit, .ymc-extra-search .search-layout .search-form__submit, .ymc-extra-sort .search-layout .search-form__submit {
	background: #0A65A8;
	border-color: #0A65A8;
}


/* =Locations Section
-------------------------------------------------------------- */


.locations-archive {width: 47%; }

#Location-map  { position:relative; width: auto; height:auto;}
#Location-map img  { width: 100%; height: auto; }
.location-map-link {
display: block;
position: absolute;
z-index:100;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;


 }
 .location-map-link:hover {
background-color: rgba(0,0,0,.05);
border: 2px solid rgba(255,255,255,.9);
cursor:pointer;
 }

#Austin {
	left: 32%;
	top: 70%;
	width: 10%;
	height: 12%;}
#Houston {
	left: 42%;
	top: 73%;
	width: 11%;
	height: 12%;}
#Tallahassee {
	left: 68%;
	top: 70%;
	width: 14%;
	height: 12%;}
#SanFran {
	left: 0%;
	top: 34%;
	width: 17%;
	height: 12%;}
#OrangeCounty {
	left: 4%;
	top: 49%;
	width: 11%;
	height: 14%;  }
#Boston {
	left: 90%;
	top: 20%;
	width: 10%;
	height: 12%; }
#Rockville {
	left: 68%;
	top: 37%;
	width: 11%;
	height: 11%; }
#Ashville {
	left: 60%;
	top: 50%;
	width: 10%;
	height: 12%; }
	


/* =Scientist Map  */
#Welsh		{ left: 33%;	top: 65%;	width: 16%;	height: 17%; }
#Wood		{ left: 49%;	top: 66%;	width: 14%;	height: 18%; }
/*#Demady		{ left: 79%;	top: 17%;	width: 19%;	height: 10%; }*/
#Kimzey		{ left: 79%; 	top: 19%; 	width: 19%; height: 13%; }
#Mease		{ left: 71%;	top: 52%;	width: 21%;	height: 17%; } 
#Lansita	{ left: 74%;	top: 36%;	width: 17%;	height: 14%; }
#Chesney	{ left: 51%;	top: 29%;	width: 15%;	height: 15%; }
#Rodrigues	{ left: 3%; 	top: 44%; 	width: 18%; height: 17%;}


.scientist-container { 
	position: absolute;
	width: auto;
	height: auto;
	max-height: 0;
	overflow: hidden;
	z-index: 100;
	width: 49%;
	padding:0;
	
	-webkit-transition:	max-height 500ms ease-out, padding 500ms ease-out;
	-moz-transition: 	max-height 500ms ease-out, padding 500ms ease-out;
	-o-transition: 		max-height 500ms ease-out, padding 500ms ease-out;
	transition: 		max-height 500ms ease-out, padding 500ms ease-out;
}
	
.scientist-details { 
	background: rgba(255,255,255,.95);
	box-shadow: 2px 2px 5px rgb(0,0,0,.4);
	border: 1px solid #4b8b2a;
	padding: 12px 10px 10px 20px;
	border-top: 4px solid #4b8b2a;
	border-radius: 10px;
	position:relative;
}

#Location-map .scientist-details p { margin-bottom: 4px;}
#Location-map .scientist-details ul { padding: 0 18px; margin:0; font-size: .85em;}
#Location-map .scientist-details li {  }
#Location-map .scientist-details strong { font-size: 1.2em;  }

.scientist-container.show { max-height: 400px; z-index: 101; padding:.5%;}


.scientist-container-close {
position: absolute;
right: 0;
top: 0;
padding: 15px;
font-weight: bold;
font-size: 1.5em;
line-height: 0.5;
cursor: pointer;
}
.scientist-container-close:hover { color: #4b8b2a; }



#Welsh-Details { top: 74%; right: 50%; }
#Wood-Details { top: 75%; left: 48.5%; } 
#Demady-Details { top: 24%; right: 2%; }
#Kimzey-Details { top: 28%; right: 2%; } 
#Mease-Details { top: 58%; right:6% }
#Lansita-Details { top: 40%; right: 2% }
#Chesney-Details { top: 35%; right: 34%; }
#Rodrigues-Details { top: 53%; left: 4%; }


/* =Services Section
-------------------------------------------------------------- */

#Service-Slider .swiper-pagination {
	text-align: right;
right: 1vw;
left: auto;
}
#Service-Slider .swiper-pagination-bullet {
background: #FFF;
opacity: .5;
width: 10px;
height: 10px;
}

#Service-Slider .swiper-slide .swiper-content {display: none; font-size:.8em;width:100%; box-sizing: border-box;}
#Service-Slider .swiper-slide-active .swiper-content {display: block;}


.service-tax-flex {
    justify-content: space-between;
	position: relative;


}
.service-tax-item {}

.service-tax-item:nth-child(1) {
    width: 42%;
    font-size: 1.2em;
}

.service-tax-item:nth-child(2) {
    width: 50%;
}

.service-tax-item a.button {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.service-tax-buttons {}
.service-tax-button {}


.services-flex  { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 1.2vw;}


.services-item {
	width: 32%;
	position: relative;	
		transition: all 500ms ease-in-out;

}
.services-item a:hover  {text-decoration: none; }

.services-image::after {
	content: '';
	position: absolute;top:0;left:0;bottom:0;right:0;z-index: 1;
	background: #0005;
	background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 50%,  rgba(0, 0, 0, 0.5) 100%);
	opacity:1;
}
.services-image { 
	position: relative; 
	line-height: 0;
	aspect-ratio: 1.5;
}

.services-item .services-image::after {
		transition: all 500ms ease-in-out;
}
.services-item:hover .services-image::after {
	opacity:0;
}



.services-image img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.typography h3.services-title {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
	margin:0;
	padding:0;
	padding-top: 5px;		
	transition: all 500ms ease-in-out;

}
.typography .services-item:hover h3.services-title {
	color: #0A65A8; 
}


.term-description {
    padding: 5vw 0;
    background: #efefef;
    margin-bottom: 6vw;
	position: relative;
}
.term-description p {
	max-width: 800px;
}
.term-description::after {
	    content: '';
    position: absolute;
    top: 1vw;
    left: 50vw;
    bottom: 0;
    right: -6vw;
    z-index: 1;
    background: url(images/bg-blueridge-gray-peaks.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
    opacity: .5;
	pointer-events: none;
}


.single-service-flex {
	display: flex;
	column-gap: 4vw;
}



.sidebar-buttons-flex {
	margin-bottom: 2em;
}
.sidebar-button {
	margin-bottom: 10px;
}
.sidebar-button .button {
	text-align: left;
	font-size: .92em;
	letter-spacing: .5px;
	width: 100%;
	box-sizing: border-box;
}

/* =Blog Section
-------------------------------------------------------------- */

.page-template-page-latest-news #main article { padding-top: 3em; }

.cw-erpv-post p:empty { display: none; }


/* = Careers Section
-------------------------------------------------------------- */

.careers-header-button { position:absolute; right:0; top: 15px; }





/* = History Page
-------------------------------------------------------------- */


#History-Slider { padding: 10vw 0;
}

#History-Slider .swiper-container  {
		border-bottom: 3px solid #ccc;
}

#History-Slider .swiper-slide {
	margin-top:15vh;
	height: 35vh;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	
		transition: all 1000ms ease-in-out;



}
#History-Slider .swiper-slide:before { display: none; }

#History-Slider .swiper-slide::after {
content: '';
position: absolute;
top: auto;
left: -10px;
right: auto;
bottom: -11px;
z-index: 10;
background: #82bc00;
background-position: auto;
background-size: auto;
opacity:1 ;
mix-blend-mode: normal;
pointer-events: none;
	
	width: 20px;
	height: 20px;
	border-radius: 10px;
	

}


#History-Slider .swiper-slide.swiper-slide-next,
#History-Slider .swiper-slide.swiper-slide-prev {
	margin-top: 10vh;
	height: 40vh
}

#History-Slider .swiper-slide.swiper-slide-active {
margin-top: 0;
height: 50vh;
}

	
#History-Slider .history-year {
	background: #82bc00;
	padding: 10px 3vw;
	text-align: center;
	display: inline-block;
	border-radius: 0 10px 10px 0 ;
	font-size: 3em;
	line-height: 1;
	font-weight: 900;
	color: #FFF;
}
#History-Slider .swiper-slide:nth-child(1) .history-year,
#History-Slider .swiper-slide:nth-child(2) .history-year,
#History-Slider .swiper-slide:nth-child(1):after,
#History-Slider .swiper-slide:nth-child(2):after {
		background: #0A65A8;
}





#History-Slider .history-entry {
	font-size: 1.5em;
line-height: 1.3;
padding: 1em;
}


#History-Slider .swiper-button-next, 
#History-Slider .swiper-button-prev { color: #BBB; }

#History-Slider .pagination {}




/* =SOCIAL MEDIA 
-------------------------------------------------------------- */

.socicon {	
	background: #FFF;
	padding: 7px;
	color: #DDD;
	border: #DDD 1px solid;
}
.socicon:hover { background: #82bc00; }


a.newsletter-signup { 
	position: relative;
	top: 0px;
	display: inline-block;
	font-size: 0.8em;
	background: #FFF;
	color: #aaa;
	text-decoration:none;
	text-transform: uppercase;
	margin: 0 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0.32em 1.2em;
	border: #DDD 1px solid;
	}
	
a.newsletter-signup:hover { 
	background: #82bc00;
	color: #FFF;
	}




/* Accordion Styles 
-------------------------------------------------------------- */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.typography h3.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0 7px 0;
    cursor: pointer;
	font-size: 1em;
	color: #333;
	line-height: 1.5;
	position: relative;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {
	padding-bottom: 7px;
	font-size: .9375em;
	color: #666;
}

.typography h3.accordion-title:hover,
.typography h3.accordion-title.open{
	color: #4b8b2a;
}

.typography h3.accordion-title:focus{
    outline: none;
}

.typography h3.accordion-title:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f054";
	position: absolute;
	left: -18px;
	top: 1.7em;
	transform: rotate(0deg);
	font-size: 0.8em;
	
	-webkit-transition: transform 200ms ease-out;
	-moz-transition: 	transform 200ms ease-out;
	-o-transition: 		transform 200ms ease-out;
	transition: 		transform 200ms ease-out;
	
}
.typography h3.accordion-title.open:before{
	transform: rotate(90deg);
}



/* HISTORY PAGE */
/*4b8b2a	Dark Green
82bc00	Light Green

021b58 	Dark Blue
0A65A8	Royal Blue Ridge Blue
2179bf 	light blue
*/

#content .wp-block-columns.history { }


#content .wp-block-columns.history .wp-block-column { }

#content .wp-block-columns.history .wp-block-column:nth-child(1) { font-size: 3em; background: #82bc00; padding:0; color: #FFF; border-radius: 10px;}

#content .wp-block-columns.history .wp-block-column:nth-child(2) { font-size: 1.3em;  }

#content .wp-block-columns.history .wp-block-column p { padding:0; margin:0;  }

#content .wp-block-columns.history:nth-child(2) .wp-block-column:nth-child(1),
#content .wp-block-columns.history:nth-child(3) .wp-block-column:nth-child(1) { background: #0A65A8;}



/* =EVENT ESPRESSO
-------------------------------------------------------------- */

#primary .ee-event-datetimes-ul {
	display: flex;
	justify-content: space-between;
	padding:0;
	margin: 0 0 3em;
}

#primary .ee-event-datetimes-ul:before {
	display: none;
}

#primary .ee-clearfix .ee-event-datetimes-li {
	float: none;
	width: 30%;
	background: #efefef;
	padding: 2em 1em 4em 1.5em;
	box-sizing: border-box;
	border-radius: 3px;
}

#primary .tkt-slctr-tbl-wrap-dv {
	margin: 3em 0 0;
}

#primary .tkt-slctr-tbl {
	width: auto;
	margin: auto;
}
#primary .tkt-slctr-tbl td {
	background: #efefef;
	padding: 1em;
	border: none;
	border-right: 2px solid #FFF;
}
#primary .tkt-slctr-tbl th {
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 2px;
	color: #EEE;
	background: #4b8b2a;
	border-right: 2px solid #FFF;
}

#primary .powered-by-event-espresso-credit {
	display: none;
}

#primary .ticket-selector-submit-btn-wrap {
	text-align: center;
	display: block;
	float: none;
	margin: 1em 0;
}

#primary .ticket-selector-submit-btn,
#eea-square-pay-button{
	background: #82bc00;
	padding: 1em 2em;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FFF;
	border: none;
	float:none;
	transition: background .3s ease-in-out;
}
#primary .ticket-selector-submit-btn:hover,
#eea-square-pay-button:hover{
	background: #4b8b2a;
	cursor: pointer;
}


.espresso-venue-dv h4 a {pointer-events: none;}


.display-tckt-slctr-tkt-details {display: none;}

/* =Override
-------------------------------------------------------------- */

.ssba-share-text { display:none; }
.ssbp-wrap  { margin-bottom: 20px; }



/* =Responsive Actions
-------------------------------------------------------------- */

@media screen and (min-width: 2000px) { 

	#featured-image-right .image-bg {background-size: auto 200%;}

	}

@media screen and (max-width: 1239px) { 
.featured-banner {  }

	.featured-sub-images .image-bg { 
	width: 180%; 
	height:100%; 
	margin-left: -40%;
	}

	}
	
@media screen and (max-width: 1199px) { 
	.slideshow { height: 360px; }
}

@media screen and (max-width: 1140px) { 
	#logo { margin-top: 15px; }
 	#BR-logo {margin-top: 7px;	}
	#mainnav { margin-top: 8px; }
}

@media screen and (max-width: 1024px) { 
	.slideshow { height: 300px; }
	#mainnav li a { font-size: .8em; }
}

@media screen and (max-width: 960px) {
	
	#BR-logo {background: url("images/BlueRidge_Icon_reverse.png") no-repeat; }
	
	
	.featured-sub-images  {display:none; }
	.featured-banner { width: auto; }
	
	.news-flex, .about-flex, .partners-list, .expertise-flex, .footer-flex {flex-flow: column;}

	.blog-flex-item { width: auto; margin-bottom: 1vw; }
		.about-content {
width: auto; 
border-left: 0;
margin-left: 0;
			padding-left: 0;}
	.expertise-flex-item, .home .publications-flex {width:auto;}
	
	#Main-Slider {height: 100vw; font-size: .6em;}
	.about-logo { width: 65vw; margin-bottom: 2em; }
	
}

@media only print, only screen and (max-width: 768px) {
	
	#main, .home #main { margin-top: 30px; }
	#branding { height: 110px; }
	#logo { width: 260px; }
	#site-description { font-size: .9em }
	#socialmedia { display:none; }
	
	.single-careers #primary { width:auto; }
	.single-careers #secondary { width: auto; }
		
	
	#mainnav {margin-top: 0; }
	#desktop-menu { display:none; }
	#responsive-menu { display:block; }
	#responsive-menu .menu-text { padding-bottom: 17px;font-size: 1.2em;padding: 12px 10px;letter-spacing: 1px; border: 1px solid #CCC; border-width: 0 1px;
	overflow: hidden;
-ms-transform: skewX(-10deg);
/* IE 9 */
-webkit-transform: skewX(-10deg);
/* Safari */
transform: skewX(-10deg);
}

	#mainnav ul {display:block; }
	
	#hamburger { padding: 40px 15px ; width: 32px;}
	#hamburger .layer { background: #4b8b2a; }
	
	#mainnav #responsive-menu { width: 104%; top: 110px; }
	#mainnav.openmenu #responsive-menu { left: -2%; }
	#mainnav #responsive-menu ul a  {background: rgba(255, 255, 255, 0.95);}
	
	#mainnav li a { font-size: 1.1em; }


	
	#col1.home-column, #col2.home-column, #col3.home-column { width: 100%; display: block; margin: 0 5% 30px 5%; height: auto; width: auto;}
	.home-column aside:last-child { position:relative; }
		

	.slideshow { height: 220px; }
	.slideshow .swiper-slide { background-size: contain !important; background-position: 0% 0% !important; }
	
	.featured-banner { height: 240px; width: 100%; }
	
 .typography h1.entry-title, .typography h1.page-title {margin-bottom: 0px; font-size: 2em; }
	
	#searchform { width: 30%; }
	#searchform input[type=text] { float: right; width: 65%; }

	#side-menu li  a {padding-left: 0; }
	#secondary { border-top: 1px solid #DFDFDF;  padding-top: 13px;}

	.services-archive { width: 99%; }
}
@media screen and (max-width: 700px) { 
 	.locations-archive { width: 48%; }
	.slideshow { height: 200px; }

.single-post .entry-content,
.single-post .entry-summary,
.single-post  footer.entry-meta,
.page-template-blog-page-php .entry-summary,
.page-template-blog-page-php  footer.entry-meta{ margin-left: 0; }
.typography h2 { font-size: 1.5em; }

.typography h1.entry-title, .typography h1.page-title, #home-columns .home-title { margin-left:0; padding-left:0; background-image:none; }

}

@media screen and (max-width: 520px) { 
	.post-type-archive-staff .archive-item { width: 100%; }
	#Location-Contact {
		float: none;
		margin-left: 0;
		width:auto;
	}
	#searchform { display:none; }
	.slideshow { height: 140px; }

	.careers-header-button { position: static; margin: 5px 0; }

}


@media screen and (max-width: 400px) {  
	.slideshow { height: 90px; }
	#logo { width: 190px; }
	#site-description { font-size: .65em }
	 .locations-archive { width: 48%; }

	.featured-banner { width: 100%; height: 130px;}


}


/* Print Style Sheet */
@media print {
body { background:white; color:black; width: auto; margin:0 ; }
.site-width { width: auto; margin:0 5%; }
#header { }
#branding { 
position: static ; 
height: auto;
-moz-box-shadow: none ;
-webkit-box-shadow: none;
box-shadow: none;
}

.print-logo  { display:block; }
#logo { background-image:none; }



#banner, .home #banner, #searchform, #mainnav, #socialmedia, #tox-bubbles, .services-sm-icon, #secondary, .typography a.button, .typography .button { display:none; }

.single-services .typography h1.entry-title, .typography h1.entry-title, .typography h1.page-title, #home-columns .home-title  { margin: 0;
padding:  20px 0; background-image:none; }

#col1.home-column, #col2.home-column, #col3.home-column { margin: 0 0 20px 0; }

#primary { float:none; width: auto; }
#content { }
#comments { }
#sidebar { }
#footer { }
}