.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper 
{
	background:#00558c;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 0px;
    text-align: center;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

a {
	text-decoration: none;
	text-shadow: none;
	color:#222BD3;
}
new
.localWrap {
	background:#C8C8C8;
	padding:10px;
}

span {
	color:red;
}

#reportsOutput a {
	color:#FFFFFF !important;
}

#claims a {
	color: #FFFFFF !important;
}

#constitution a {
	color: #FFFFFF;
}

#rosterOutput a {
	color:#FFFFFF !important;
}

#agreementsOutput a {
	color:#FFFFFF !important;
}

#notesOutput a {
	color:#FFFFFF !important;
}

#awardsOutput a {
	color:#FFFFFF !important;
}

#links a {
	color:#FFFFFF !important;
}

#newsOutput a {
	color:#00558C !important;
}

.popupModal a {
	color:#00558C !important;
}

.noimage {
	font-size:96px;
	text-align:center;
	line-height:0;	
}

.newsImage {
	text-align:center;
}

h1 {
	text-align:center;
	text-shadow:none;
	color:#ffffff;
	margin-top:0;
	font-size:1em;
}

ul {
	padding-left:0;
}

li {
	list-style:none;
}

.mfp-content h4 {
	margin:0;
}

#logo {
	display:block;
	width:200px;
	margin:0 auto;
	margin-top:25px;
}

#logo-sub {
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}

#login-wrap {
	margin:0 auto;
	margin-top:140px;
}

#login label {
	text-shadow:none;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold !important;
	font-size:24px !important;
}

#address label {
	text-shadow:none;
	color:#FFFFFF;
	font-weight:bold !important;
}

#error {
	text-shadow: none;
    color: #cf0909;
    text-align: center;
    font-weight: bold;
}

.error {
	font-size:12px !important;
	color:red !important;
}

#successMessage {
    text-shadow: none;
    color: #FFFFFF;
    text-align: center;
    background: green;
    padding: 10px;
}

#successMessage34 {
    text-shadow: none;
    color: #FFFFFF;
    text-align: center;
    background: green;
    padding: 10px;
}

.notification {
    background: #FFC500;
    padding: 3px;
    margin-top:10px;
    margin-bottom: -10px;
    font-size: 10px;
    width:40px;
    color:#000000;
}

.customButton {
	background:#f68a0b !important;
	color:#FFFFFF !important;
	border:0;
}

#menu {
	display:table;
	margin: 0 auto;
	padding-left:0;
}

#menu li {
	margin-top:10px;
	list-style:none;
	text-shadow:none;
	background:#C10001;
	padding:10px;
	font-size:1em;
	display:block;
}

#menu a {
	color: #FFFFFF;
}

#menu .fas {
	margin-right:5px;
}


#header {
	background:#C10001 !important;
	height:60px;
	width:100%;
	border:0 !important;
	text-shadow:none !important;
}

#header .fa-bars {
	color: #FFFFFF;
    font-size: 50px;
    margin-left: 10px;
    margin-top: 5px;
}


.newsWrap {
	background:#FFFFFF;
	border:2px solid #FFFFFF;
	color:#000000;
	margin-bottom:25px;
}

#newsOutput h4 {
	text-align:center;
	text-shadow:none;
	margin-top:0;
	margin-bottom:0;
	font-size:1.2em;
}

p {
	text-align:center;
	text-shadow:none;
	font-size:0.9em;
}

.newsButton {
	text-shadow: none;
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	background: red;
	width: 110px;
	padding: 10px;
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
	cursor: pointer;
	display:block;
}

.newsDate {
	text-shadow: none;
	color: #808080;
	margin-top: -26px;
	position: absolute;
	margin-top: -26px;
	background: #ffffff;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}

.newsBodyFull {
	padding:5px;
}

.newsBodyShort {
	padding:5px;
}

.pdfLinks {
	text-align:center;
	font-size:0.8em;
}

.pdfLinks li {
	padding:2px;
}

.pdfLinks .far {
	text-shadow:none;
	color:#FFFFFF;
}

/* ACCORDION STYLES */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#accordion-wrap {
	margin-bottom:25px;
}

#accordion-wrap {
	margin-top:0;
	margin-bottom:0;
}

#accordion-wrap h2 {
	color:#FFFFFF !important;
	text-shadow:none !important;
	text-align:center !important;
	font-size:13px;
	margin-top:20px;
	margin-bottom:20px;
}

#accordion-wrap button {
	border-radius:0;
	text-shadow:none;
	background:#C10001;
	color:#FFFFFF;
	margin-bottom:1px !important;
}

/* END ACCORDION STYLES */


