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

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

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

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

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

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

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

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

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

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

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

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

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

/*Input Fields*/
.input-style .input-style-1-active {
  color: black !important; /* @TODO customer color *(
}

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

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