.txtSlideHome{font-size:3.0rem !important; line-height:2.8rem; color:#bc280a !important; font-weight: 700 !important;}
@media (max-width: 767px) {
	.txtSlideHome{font-size:2.0rem !important; line-height:2.8rem;}
}
@media (max-width: 576px) {
	.txtSlideHome{font-size:1.8rem !important; line-height:2.8rem;}
}

.fbox-icon{
    width: calc(var(--cnvs-featured-box-icon) + var(--cnvs-featured-box-padding-x) * 9);
    height: var(--cnvs-featured-box-icon);
    padding: 0 var(--cnvs-featured-box-padding-x);
}
.bg_gradient2{
  background: #f5f5f5; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, #a9ff00, #2f9fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, #a9ff00, #2f9fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, #a9ff00, #2f9fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, #a9ff00, #2f9fff); /* Standard syntax */
}
.bg_gradient{
  background: #c5c6c2; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg, #f3f3f3, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg, #f3f3f3, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg, #f3f3f3, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, #f3f3f3, #ffffff); /* Standard syntax */
}
.btgrid{min-height:1px;}
a>.text-white, .text-white{ color:#FFFFFF;}