<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.slider-arrow-right,.slider-arrow-left{z-index:9999;cursor:pointer;color:#383b5b;font-size:40px !important;top:25%;}
/* .slider-arrow-right:before,.slider-arrow-left:before{font-size:20px;font-weight:100;cursor:pointer} */
.slider-arrow-right{position:absolute;right:0px;}
.slider-arrow-left{position:absolute;left:0px;}
.testimony-slider{text-align:center;padding:0 50px;}
.testimony-slider .et_pb_blurb_content{margin:0 20px;display:none}

.testimony-slider .slick-initialized .et_pb_blurb_content{display:block}
.et-pb-icon{color:#383b5b}
.slider-arrow-left,.slider-arrow-right{}
.single-bp_testimony #main-content,.post-type-archive-bp_testimony #main-content{min-height:600px}
.single-bp_testimony h2.entry-title,.post-type-archive-bp_testimony h2.entry-title{margin-top:0}
.testimony-slider .et_pb_blurb_content{/* position:static */}

.testimony-slider .et_pb_blurb_content.slick-slide.slick-center .et_pb_blurb_container{display:block;}
.testimony-slider .et_pb_blurb_content.slick-slide.slick-center .et_pb_blurb_container .et_pb_blurb_description{position:relative;bottom:0;left:0;z-index:9999}
.et_pb_post.type-bp_testimony{margin-bottom:0;padding-top:60px}
.single-bp_testimony .et_pb_post:first-child{padding-top:0}
@media(min-width:981px){
.single-bp_testimony .profile-image,.post-type-archive-bp_testimony .profile-image{width:120px;height:120px; border-radius:100%;background-size: cover !important;background-position:center top !important;background-repeat:no-repeat !important;}
.testimony-slider .slick-slide img{max-height:150px}
}
@media(max-width:980px){
	.single-bp_testimony .profile-image,.post-type-archive-bp_testimony .profile-image
	{
	width: 75px;
    height: 75px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius:100%;
    background-position:center top !important;
    }

}
@media(max-width:480px){
	.single-bp_testimony .profile-image,.post-type-archive-bp_testimony .profile-image
	{
	width: 200px;
    height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin:0 auto;
    border-radius:100%;
    background-position:center top !important;
    }    
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}
/**************************************End Responsive Grid******************/</pre></body></html>