/* Generating Color Pack*/
.color-highlight {
  color: #F37321 !important;
}

.bg-highlight {
  background-color: #F37321 !important;
  color: #FFF !important;
}

.border-highlight {
  border-color: #F37321 !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #FC6E51, #F37321) !important;
}

.gradient-menu {
  background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

/*Footer Bar Colors*/
.footer-bar-1 .active-nav strong {
  background-color: #FC6E51;
}

.footer-bar-2 .active-nav strong {
  background-color: #FC6E51;
}

.footer-bar-3 .active-nav span {
  color: #FC6E51;
}

.footer-bar-3 .active-nav i {
  color: #FC6E51;
}

.footer-bar-4 .active-nav strong {
  background-color: #FC6E51;
}

.footer-bar-5 .active-nav strong {
  background-color: #FC6E51;
}

.footer-bar-6 .active-nav em {
  background-image: linear-gradient(to bottom, #FC6E51 0%, #F37321 100%) !important;
}

.footer-bar-6 .circle-nav strong {
  background-image: linear-gradient(to bottom, #FC6E51 0%, #F37321 100%) !important;
}

/*Input Fields*/
.input-style .input-style-1-active {
  color: #FC6E51 !important;
}

.input-style input:focus, .input-style textarea:focus, .input-style select:focus {
  border-color: #FC6E51;
}

/*Interest Page*/
.interest-check input:checked ~ label {
  background-color: #F37321 !important;
}

.btn-group.flex>.btn.btn-highlight.active, .btn-group.flex>.btn.btn-highlight.active:hover {
    background: #F37321 !important;
    color: #fff !important;
    border-color: #F37321 !important;
    z-index: 1;
}
.btn-group.flex>.btn.btn-highlight.active p, .btn-group.flex>.btn.btn-highlight.active:hover p,
.btn-group.flex>.btn.btn-highlight.active span, .btn-group.flex>.btn.btn-highlight.active:hover span	{
	color: #fff !important;
}

span.label.label-highlight	{
	background: #F37321;
	border-color: #F37321;
	color: #ffffff;
}
.tab-controls a.no-click {
    color: #F37321 !important;
}