<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.acgCssButton
{	
	jbackground-color:rgb(233,233,233);
	color:rgb(37,37,37);
	jborder-radius:3px;
	padding:0.25em 1em;

	text-align:center;
	jbox-shadow:1px 1px 1px 1px rgba(0,0,0,0.5);	/* hoffset,voffset,blur,spread,color */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.acgCssButton:not(.acgCssButtonDisabled):hover
{
	jbackground-color:rgb(235,95,7);
}

.acgCssButton.acgSlideMenuItem
{
	position: relative;
	background-color:rgb(233,233,233);
}

.acgCssButton.acgSlideMenuItem.acgCssButtonSelected:after
{
	jbackground-color:rgb(0,104,181);
	jcolor:rgb(255,255,255);
	
	content: '';
	border-bottom: 3px solid #00b1f5;

	position: absolute;
	bottom: 0;
	jheight: 3px;
	right: 5%;
	left: 5%;
	jbackground: #00b1f5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.acgCssButton.acgSlideMenuItem.acgCssButtonSelected.downloadButton:after
{
	jbackground-color:rgb(0,104,181);
	jcolor:rgb(255,255,255);
	
	content: '';
	border-bottom: none;

	position: absolute;
	bottom: 0;
	jheight: 3px;
	right: 5%;
	left: 5%;
	jbackground: #00b1f5;
	-webkit-transition: none;
	transition: none;

}

.acgCssButton.findProductsButton
{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 1em;
}
.acgCssButton .findProductsButtonText
{
	font-family: "intel-one", "intel-clear", Helvetica, Arial, sans-serif;
	color: #0068B5;
	text-align: left;
	font-size: 24px;
	font-weight: 300;
}
.acgCssButton:hover .findProductsButtonText
{
	text-decoration: underline;
	text-decoration-thickness: .5px;
	text-underline-offset: .3rem;
    text-decoration-skip-ink: auto;
}


.acgCssButton.backButton
{
	background-color:rgb(0,107,187);
	color:rgb(255,255,255);
	margin-top: 10px;
	margin-bottom: 10px;
}
.acgCssButton .backButtonText
{
	display:inline;
	jmax-height:2em;
}
</pre></body></html>