<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.featured-box 
{
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	-moz-box-sizing: border-box;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	background: #FFFfff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(#FFFfff,0.01),color-stop(#f9f9f9,0.98));
	background: -webkit-linear-gradient(top,  #FFFfff 1%, #f9f9f9 98%);
	background: -moz-linear-gradient(top,  #FFFfff 1%, #f9f9f9 98%);
	background: -o-linear-gradient(top,  #FFFfff 1%, #f9f9f9 98%);
	background: linear-gradient(top,  #FFFfff 1%, #f9f9f9 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFfff), color-stop(98%,#f9f9f9));
	background: -webkit-linear-gradient(top,  #FFFfff 1%,#f9f9f9 98%);
	background: -moz-linear-gradient(top,  #FFFfff 1%,#f9f9f9 98%);
	background: -o-linear-gradient(top,  #FFFfff 1%,#f9f9f9 98%);
	background: linear-gradient(top,  #FFFfff 1%,#f9f9f9 98%);
	background: -webkit-linear-gradient(to bottom,  #FFFfff 1%,#f9f9f9 98%);
	background: -moz-linear-gradient(to bottom,  #FFFfff 1%,#f9f9f9 98%);
	background: -o-linear-gradient(to bottom,  #FFFfff 1%,#f9f9f9 98%);
	background: linear-gradient(to bottom,  #FFFfff 1%,#f9f9f9 98%);
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #eee;
	border-radius: 8px;
	border-right: 1px solid #eee;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFfff', endColorstr='#f9f9f9',GradientType=0 );
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.icon-featured:hover{
	cursor: pointer;
}

.featured-box .box-content {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*border-top: 3px solid #33B8FF;*/
	border-top-width: 4px;
	padding: 15px;
}

.featured-box p a.learn-more {
	display: block;
	margin-top: 10px;
}

.featured-box i.image-icon,
i.icon-featured {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 100%;
	color: #FFF;
	font-size: 40px;
	line-height: 110px;
	margin: 25px 0;
	padding: 25px;
}

i.icon-featured {
	display: inline-block;
	padding: 0;
	width: 110px;
	height: 110px;
}

.featured-box h4 {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -0.7px;
	margin-top: 5px;
	text-transform: uppercase;
}

.read-more,
.read-more a,
.learn-more,
.learn-more a {
	display: inline-block;
	white-space: nowrap;
}

.featured-boxes .featured-box {
	margin-bottom: 30px;
	margin-top: 45px;
}

.featured-boxes .featured-box.info-content {
	text-align: left;
}

.box-success .box-content i.fa{
	background-color: #3c763d;
}
.box-success .pi-title{
	color: #3c763d;
}
.box-success .box-content{
	border-top: 3px solid #3c763d;
}

.box-danger .box-content i.fa{
	background-color: #a94442;
}
.box-danger .pi-title{
	color: #a94442;
}
.box-danger .box-content{
	border-top: 3px solid #a94442;
}


.box-info .box-content i.fa{
	background-color: #5bc0de;
}
.box-info .pi-title{
	color: #5bc0de;
}
.box-info .box-content{
	border-top: 3px solid #5bc0de;
}


.box-warning .box-content i.fa{
	background-color: #f0ad4e
}
.box-warning .pi-title{
	color: #f0ad4e
}
.box-warning .box-content{
	border-top: 3px solid #f0ad4e;
}
</pre></body></html>