﻿/* Sandy chgd for for approved contrast */

.label.label-default.footerlabelstyle{
  display: inline-block;
  margin-bottom: 5px;
  font-weight:400;
  color:#efefef;
}

.label.label-default.footerlabelstyle {
	background:#333333;
}

a.label.label-default.footerlabelstyle:hover {
  background-color: #000000;
}

/* Existing code (default state) */
.footer_widget, .site-footer .footer_widget a {
    color: #efefef;
}

/* Hover state - apply to both selectors individually */
.footer_widget a:hover {
    color: #6087ae;
    text-decoration:underline;
}
.site-footer-bottom{
	background-color:#333;
	padding:20px 0;
	color:#ffffff;
}

.accent-color-bluelink {
		color:#2D5C97;
}

/* Hide the icons with display none */
.fa-plus-circle, .fa-minus-circle {
    display: none;
}

/* Show the plus icon only when collapsed */
.accordion-heading.collapsed .fa-plus-circle {
    display: inline-block;
    aria-hidden: false;
}

/* Show the minus icon only when expanded */
.accordion-heading:not(.collapsed) .fa-minus-circle {
    display: inline-block;
    aria-hidden: false;
}
