<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* blog creation */
.hero-image-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    color: #333;
	padding:12em 0;
	
}
.resource-detail-hero .hero-image-wrapper .hero-image-text {
    display: block;
    margin-bottom: .5em;
    padding-left:8%;
    color: #fff;
    text-align: left;
	position: relative;
}
.resource-detail-hero .hero-image-wrapper .hero-image-text h1 {
    color: #fff;
    font-size: 3.125em;
    font-weight: 300;
	width: 60%;
    line-height: 1em;
    margin-bottom: 0;
    margin-bottom: 0;
}
.resource-detail-hero .hero-image-wrapper .hero-image-text p{
		width: 60%;
}
.hero-image-wrapper .hero-image-text strong{
font-weight:600;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.resource-detail-hero &gt; .component-content {
    height: 600px;
}
.resource-detail-content-stack ol li strong,.resource-detail-content-stack ul li strong,
.resource-detail-content-stack ol li,.resource-detail-content-stack ul li{ 
	color:#666; 
}
.resource-detail-content-stack ol li strong,.resource-detail-content-stack ul li strong { font-weight:500; }
.resource-detail-content-stack ol { list-style:decimal; padding-left:30px; }

.resource-detail-label .contentdetail-label.typeBlog {
    background-color: #c27377;
}
.resource-detail-label .contentdetail-label.typePress {
    background-color: #66c266;
}
.resource-detail-label .contentdetail-label.typeNews {
    background-color: #c2b4bb;
}
.resource-detail-label .contentdetail-label.typeCustomer {
    background-color: #0099ff;
}
.resource-detail-label .contentdetail-label {
    float: right;
    font-size: 1.25em;
    line-height: 2em;
    bottom: -8.375em;
    right: 0;
    padding: 0 1em;
    color: #fff;
}
.resource-detail-content-stack .blog-videoframe-wrap iframe {
    width: 100%;
}
.resource-detail-content-stack p, .resource-detail-content-stack ul, .resource-detail-content-stack ol, .content-block p, .content-block ul, .content-block ol, .resource-detail-content-stack .field-image-caption{
    font-size: 1.25em;
    line-height: 1.7em;
	font-weight:100;
}
.resource-detail-content-stack ul:not([class^=checklist]), .content-block ul:not([class^=checklist]) {
    padding-left: 1em;
}
.resource-detail-content-stack ul:not([class^=checklist]) li, .content-block ul:not([class^=checklist]) li {
    list-style: none;
    padding-left: 0;
    position: relative;
}
.resource-detail-content-stack ul:not([class^=checklist]) li:before, .content-block ul:not([class^=checklist]) li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: -1em;
}
.resource-detail-content-stack .field-section-title &gt;*{
	font-size: 1.875em;
    line-height: 1.333em;
    font-weight: 400;
	color: #666;
	padding-top:1em;
}
.content-block p strong,.content-block strong,.resource-detail-content-stack p strong,.resource-detail-content-stack strong{
	font-weight: 500;
}
.resource-detail-content-stack .row:first-child{
	margin-top:1em;
}

.resource-detail-content-stack .resource-title {
    font-size: 1.875em;
    line-height: 1.333;
    font-weight: 400;
}
.resource-detail-content-stack .resource-subtitle {
    font-weight: 700;
    font-size: 1.25em;
}

.content-quote-stack .content-quote-wrapper {
    border-top: 3px solid #09f;
    border-bottom: 3px solid #09f;
    padding: 2.25em 0;
}
.content-quote-stack .content-quote-wrapper .content-quote {
    position: relative;
    color: #09f;
    font-size: 1.875em;
    line-height: 1.333em;
    text-align: left;
    margin: 0;
    padding: 0 .5em;
    font-weight: 300;
}
.content-quote-stack .content-quote-wrapper .content-quote:before {
    content: "\"";
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}
/* search result */
.search-results .card {  
	min-height:100%;
}
.search-results div[class^="col-"] .card,
.search-results div[class^="col-"] a .card,
.search-results div[class^="col-"] a:focus .card,
.search-results div[class^="col-"] a:visited .card,
.search-results div[class^="col-"] a:active .card{
	box-shadow: none;
    border: 1px solid #eeeeee;
}
.search-results a.card .field-title,.search-results .card .field-title {
    font-size: 1.375em;
    line-height: 2rem;
    color: #666;
}
.search-results p.card-text{
    color: #666;
}
/* resource page newly added */
.facet-single-selection-list .contentContainer{
	display:none;
}
.facet-single-selection-list .facet-search-filter{
	position: absolute;
    z-index: 99;
    border: 1px solid #eeeeee;
    padding: 15px 0px 10px;
    background-color: #fff;
	width: 230px;
	display:block;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.36);
    height: 300px;
    overflow: auto;
    width: 90%;
}
.facet-types .facet-search-filter{
	z-index:98;
}
.facet-single-selection-list .facet-search-filter .facet-value {
    margin-bottom:0.25em;
    margin-left: 15px;
    margin-right: 15px;
}
.facet-single-selection-list .show-content {
	position:relative;
	height:35px;
}
.show-content .clear-filter{ display: none; } 
.show-content.dropdown-toggle::after {
    display: inline-block;
    float: right;
    margin-top: 8px;
	border: solid #0099ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.show-content.dropdown-toggle.down::after{
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	margin-top:10px;
}
.facet-single-selection-list .facet-value label { padding-left:10px; }
.facet-single-selection-list .show-content {
    position: relative;
    border: 1px solid #ddd;
    display: block;
    /* width: 230px; */
    width: 100%;
    color: #666666;
    text-align: left;
    padding: 4px 15px;
	cursor:pointer;
}
.facet-single-selection-list .facet-title{ color: #666; }
.facet-value {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.facet-value input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 100%;
    left: 0;
    z-index: 999;
}
p.facet-value label{ vertical-align:middle; }
.facet-value .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border:1px solid #0099ff;
}
.facet-value:hover input ~ .checkmark {
  background-color: #fff;
}
.facet-value input:checked ~ .checkmark {
  background-color: #0099ff;
}
.facet-value .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.facet-value input:checked ~ .checkmark:after {
  display: block;
}
.facet-value .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}
.facet-single-selection-list .facet-value label { padding-left:10px; }
.resource-detail-content-stack .field-section-wide-image .visual-caption {
    position: absolute;
    bottom: 2em;
    left: 8.3334%;
    width: 41.6667%;
    color: #fff;
    z-index: 10;
}
.resource-detail-content-stack .field-section-wide-image img
{
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -o-filter: brightness(80%);
    -ms-filter: brightness(80%);
}
.resource-detail-content-stack.bright-100 img
{
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
}
.resource-detail-content-stack.bright-90 img
{
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
}
.resource-detail-content-stack.bright-50 img
{
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}
.resource-detail-content-stack.img-wh-auto img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media(max-width:768px)
{
    .hero-image-wrapper {
        padding: 2em 0;
    }
	.facet-single-selection-list .facet-search-filter,.facet-single-selection-list .show-content {
	  width:100%;
	  max-width:100%;
	}
	.facet-single-selection-list .facet-title {
		margin-top: 1rem;
	}
	.facet-single-selection-list .facet-search-filter{
		width:94%;
	}
	.search-results .card {
		padding: 0;
		margin: 0;
    }
    .component.search-results.overViewWrap.recentNews div[role=listitem],
    .component.search-results.overViewWrap.recentNews .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width:991px){
	.resource-detail-content-stack p, .resource-detail-content-stack ul, .resource-detail-content-stack ol, .content-block p, .content-block ul, .content-block ol, .resource-detail-content-stack .field-image-caption {
		margin-bottom: 1em;
		font-size: 1em;
		line-height: 1.438em;
		font-weight: 300;
		margin-top:0.5em;
	}
	.content-quote-stack .content-quote-wrapper .content-quote {
		font-size: 1.5em;
		line-height: 1.333em;
		margin: 0;
		padding: 0 .5em;
		font-weight: 300;
	}
	.resource-detail-content-stack .field-section-title &gt; *{
		padding-top: 0.75em;
		color: #666;
		font-size:1.5em;
	}
	.resource-detail-hero &gt; .component-content {
		height: auto;
	}
	.resource-detail-hero .hero-image-wrapper .hero-image-text h1 {
		font-size: 2.125em;
        font-weight: 300;
        width: 100%;
        line-height: 1.04em;
        padding-bottom: 0;
        margin-bottom: 0;
	}
	.resource-detail-hero .hero-image-wrapper .hero-image-text {
		padding: 10px 1em;
		margin:0;
    }
    .search-results.overViewWrap.recentNews a.card .field-title, 
    .search-results.overViewWrap.recentNews .card .field-title {
        font-size: 1.25em;
        line-height: 1.5;
    }
    .component.facet-single-selection-list {
        margin-bottom: 1em;
    }
	
}
@media(max-width:991px) and (min-width:768px){
	.blog-full-width-ipad{
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.blog-75-width-ipad{
		flex: 0 0 75%;
		max-width: 75%;
		margin: 0 auto;	
	}
}
@media(min-width:1400px){
	.resource-detail-hero .hero-image-wrapper .hero-image-text {
		padding-left: 5%;
	}
	.resource-detail-hero .hero-image-wrapper .hero-image-text h1 {
		width: 63.6%;
	}
	.hero-image-wrapper { padding:12em 0; }
}

.resource-detail-content-stack .blog-75-width-ipad a &gt; img
{
	max-width: 100%;
    width: auto;
    border: 0;
}

.resource-detail-content-stack div.col-lg-3.col-md-3.col-12.mr-auto &gt; img
{	
	width: auto !important;
}


p.field-publish-date {
    margin-top: 2rem !important;
}

.blog-75-width-ipad.field-section-wide-image {
    margin-left: 0%;
}

@media(min-width:992px){
    .search-result-list { margin:0 auto; }	
    .search-result-list .card { height:500px;max-height:500px;  }
    .search-result-list .card img { max-height:180px;min-height:180px; max-width: 100%;}
    .search-result-list .card .card-title { height:95px; }
    .component.search-results.overViewWrap.recentNews .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .facet-single-selection-list .facet-search-filter{
        width: calc(100% - 30px);
    }
}</pre></body></html>