:root {
  --evo-brand-secondary: #7ed957;
  --evo-brand-third:#0097b2;
  --evo-brand-fourth:#f47124;
  --evo-brand-accent: #E6EFFB;
  --evo-header-background: #d3d3d3;
  --evo-brand-fifth:#7a0000;
  --evo-brand-6th:#e67ff2;
  --evo-brand-7th:#a66bff;
  --evo-brand-8th:#535353;
  --evo-brand-9th:#4dafc6;
  --evo-brand-10th:#5ea8ef;
  --evo-brand-11th:#f47124;
  --evo-brand-12th:#cdde0b;
  }

.countyOX-mobileBaner {
	background-color:#535353;
        text-align:center;

}
.countyOX-mobileBaner a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: -.5px;
    font-weight: bold;
    padding: 10px 5px 10px;
}

.countyOX-mobileBaner-widget {
	display:none;

}

@media only screen and (max-width: 768px) {

	.countyOX-mobileBaner-widget {
		display:block;

	}
}

.headersection-1 .header-links a:hover,
.headersection-1 .header-links a:focus {
  color: var(--evo-brand-secondary);
}