<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --item-color: #0353a3;
  
  --MOA-gold: #ffc60b;
  --MOA-blue: #001589;
  
  --MOA-gray: #f0efe9;
  --MOA-blue-light: #4583d0; 
  --MOA-gold-light: #fad100;
  --MOA-orange: #f1a051;
  --MOA-green: #7e9f96; 
  --MOA-green-light: #c7e5db;   
}

/* SharePoint specific styles*/
/*--- getting rid of SharePoint random junk inflicted on the layout, without clobbering it for Admin mode ---*/
body {
	overflow:visible !important;
}

#s4-workspace {
	TEXT-ALIGN: left; 
	PADDING-BOTTOM: 6px; 
	MARGIN: 0px auto; 
	PADDING-LEFT: 0px; 
	/*WIDTH: 960px !important;*/
	PADDING-RIGHT: 0px; 
	border:none !important;
	overflow: visible !important;
	height: auto !important;
	padding-left:6px;
}

#s4-bodyContainer  {
	padding-right:6px;
}

#sideNavBox {
	display:none;
}

#contentBox {
	margin-left:0px !important;
	margin-right:0px !important;
}

#titleAreaBox {
	display:none;
}

#s4-titlerow {
	height:0px;
	margin:0px;
	padding:0px;
}

.ms-webpart-titleText {
	padding-bottom:0px;
	color:black;
}

.ms-webpart-chrome-title {
	border-bottom:1px solid black;
	margin-bottom:8px;
}

#ms-designer-ribbon {
	position:fixed;
	z-index: 1000;
}

#ms-designer-ribbon-spacing {
	min-height:80px;
}

.ms-cui-menu {
	position: fixed !important;	

}

.ms-cui-tooltip {
	position: fixed !important;
}

.ms-dlgContent{
	position: fixed;
}

#s4-bodyContainer {
	padding-bottom: 0;
}

/* Override style.css */
*, ::after, ::before {
    box-sizing: border-box;
}

html, body {
	background-color: #fff;
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif
}

a,
a:visited {
	color: #00579d;
}

.form-control {
	border-radius: 0.75rem;
}

.btn {
	border-radius: 0.75rem;
	border-color: transparent;
}

button:focus {
	outline: 0;
}

.btn-primary,
.btn-blue {
	background-color: #00579d;
	color: #fff !important;
}

.btn-primary:hover,
.btn-blue:hover {
	background-color: #1A71B7;
	color: #fff;
}

.btn-secondary,
.btn-yellow {
	background-color: #f9ae1a;
	color: #343434;
}

.btn-secondary:hover,
.btn-yellow:hover {
	background-color: #FFC834;
	color: #343434;
}

.highlighted-content {
	background-color: #D8e0c3;
	border-radius: 0.75rem;
	padding: 1rem;
	margin-bottom: 1rem;
}

/* Search box styles */
.search-group input.form-control {
	border-radius: 0.75rem;
	border: 0;
}

.search-group-grey input.form-control {
	background-color: #ededed;
}

.ms-srch-sb-border, .ms-srch-sb-borderFocused {
	border: none;
}

.search-group .input-group-sm&gt;.input-group-append&gt;.btn {
	border-radius: 0 0.75rem 0.75rem 0;
	background-color: #00579d;
	color: #fff;
}

.search-group .input-group-sm&gt;.input-group-append&gt;.btn:hover {
	background-color: #1A71B7;
}

.search-group button {
	min-width: auto;
}

/* Rich text elements available for styling */
a.ms-rteElement-BlueButton
{
    -ms-name: "Blue Button";
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0.75rem;
	border-color: transparent;
	background-color: #00579d;
	color: #fff !important;
	user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
}

a[class*="ms-rteElement-BlueButton"]:hover
{
    -ms-name: "Blue Button";;
    background-color: #1A71B7;
	color: #fff;
}

a.ms-rteElement-YellowButton
{
    -ms-name: "Yellow Button";
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0.75rem;
	border-color: transparent;
	background-color: #FFC834;
	color: #343434!important;
	user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
}

a[class*="ms-rteElement-YellowButton"]:hover
{
    -ms-name: "Yellow Button";;
    background-color: #FFC834;
	color: #343434;
}

div.ms-rteElement-GreenBox
{
    -ms-name: "Green Box";
    background-color: #D8e0c3;
	border-radius: 0.75rem;
	padding: 1rem;
	margin-bottom: 1rem;
}

#MOA_TemporaryTopImg {
	width:100%;
}

/* Side section styles */
#sidebar {
	height: 100%;
	background-color: #ededed;
}

#sidebar {
	padding: 2rem 1rem 1rem 1rem;
}

#page_layout h2 {
	color: #00579d;
	font-size: 1.5rem;
}

#page_layout h3 {
	color: #00579d;
	font-size: 1.3rem;
}

#page_layout h4 {
	color: #00579d;
	font-size: 1.2rem;
	font-style: italic;
}

#sidebar img {
	width: 100%;
	max-width: 200px;
}

#sidebar img.ms-webpart-menuArrowImg {
	width: auto;
	max-width: inherit;
}

#sidebar .sidebar-section {
	padding-bottom: 1rem;
}

#sidebar .contact-info {
	background-color: #ddd;
	border-radius: 0.75rem;
	padding: 1rem;
}

#sidebar .list-group .list-group-item {
	background-color: #00579d;
	border-color: #ededed;
	color: #fff;
}

#sidebar .list-group .list-group-item:hover {
	background-color: #1A71B7;
}

#sidebar .list-group .list-group-item i {
	font-size: 1.2rem;
	padding-right: 0.5rem;
}

#sidebar .list-group .list-group-item:first-child {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}

#sidebar .list-group .list-group-item:last-child {
	border-bottom-left-radius: 0.75rem;
	border-bottom-right-radius: 0.75rem;
}

/* Main section styles */
#main-content {
	padding: 2rem 1rem 1rem 0.5rem;
}

#main-content .row {
	margin-bottom: 1rem;
}

.same-height-content .highlighted-content {
	height: 100%;
}

/* Make page images added via sharepoint responsive */
.image-section img {
	max-width: 100%;
	height: auto;
}

/* News styles */
#main-content .news {
	margin: 0 1rem;
}

#main-content .news-item {
	padding-bottom: .25rem;
	margin-bottom: .25rem;
	border-bottom: 1px solid #ccc;
}

#main-content .news-item h3 {
	font-size: 1.1rem;
	padding-top: 0.5rem;
}

/* FAQ styles */
#faq-content .accordion {
	margin-bottom: 2rem;
}

#faq-content .btn-link {
	color: #00579d;
}

#faq-content .btn-link:hover {
	color: #00579d;
}

#faq-content .card-header button&gt;div {
	white-space: normal;
	text-align: left;
}

/* Global Muni Header */
#anc-resp-header {
  width: 100%;
  border-bottom: 1px solid #00579d;
  position: relative;
  z-index: 10;
}

#anc-resp-header .navbar,
#anc-resp-header .navbar-brand {
	padding: 0;
}

#anc-resp-header #muni-logo {
}

#anc-resp-header #muni-logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#anc-resp-header #muni-logo img {
  width: 73%;
  height: auto;
}

.muni-header-logo {
	transform: scale(0.73);
}

#anc-resp-header #breadcrumb_content {
	padding: .7rem 0 .7rem .7rem;
}

#anc-resp-header ul.breadcrumb-item {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
}

#anc-resp-header ul.breadcrumb-item li {
	display: inline;
	margin: 0;
	padding: 0;
}

#anc-resp-header .breadcrumb-item+.breadcrumb-item::before {
	content: "&gt;";
}

#muni-menu-button .navbar-toggler {
	height: 1.7rem;
	padding: 0.1rem 0.5rem;
	font-size: .9rem;
	color: #fff;
	background-color: #00579d;
	border-radius: 0 0 .5rem .5rem;
}

#muni-menu-button .navbar-toggler:hover {
	background-color: #1A71B7;
}

#muni-menu-button {
	position: absolute;
	right: 5px;
	bottom: -1.7rem;
}

#navbarToggleMuniMenu {
	padding-top: 1rem;
}

#navbarToggleMuniMenu &gt; .row{
	padding-bottom: 1rem;
}

#anc-global-nav .navbar-toggler,
#anc-global-nav&gt;div&gt;a {
	font-size: 1rem;
	color: #00579d;
	font-weight: bold;
}

#anc-global-nav .navbar-toggler:hover,
#anc-global-nav&gt;div&gt;a:hover {
	text-decoration: underline;
}

#muni-menu button {
	min-width: auto;
}

#anc-global-nav .navbar {
	position: relative;
}

#anc-global-nav .navbar .navbar-collapse {
	position: absolute;
	top: 2rem;
	left: 0;
	background-color: #ededed;
	border: 1px solid #00579d;
	padding: 0.5rem;
}

#anc-global-nav .navbar .navbar-collapse .nav-link:hover {
	text-decoration: underline;
}

#anc-global-nav .navbar .navbar-collapse .nav-link img {
	width: 30px;
}

.ms-srch-item {
	width:100%;
}

#MOA_Searchbar {
	width:100%;
}

.deptsearchbar {
	width:100%;
	background-color:#7E8987;
	padding-top:5px;
	padding-bottom:5px;
}

#muniSearchButton {
	background-color:#8DB580;
}

#deptSearchButton {
	background-color:#8DB580;
}

/*  press release with image styles */
#MOAPressReleasePic{
	width:300px;
	height:180px;
	object-fit:cover;
	overflow:hidden;
}

#MOAPressReleasePic &gt; div &gt; div &gt; div &gt; span &gt; div &gt; span &gt; span &gt; div &gt; span &gt; img {
	width:100%
	object-fit:cover;
}

#MOAPressReleasePic &gt; div &gt; div &gt; div &gt; img {
	width:100%;
	object-fit:cover;
}


#MOAPressReleaseTitleBlock {
	padding-top:10px;
}
#MOAPressReleaseDate {
	position:absolute;
	bottom:10px;
}



/* special styles for sm and md screens */
@media (max-width: 991.98px) {
	#anc-resp-header #muni-logo {
	  width: 191px;
	  height: 45px;
	}

	#anc-resp-header #muni-logo a {
	  display: block;
	  position: relative;
	}

	#anc-resp-header #muni-logo img {
	  width: 191px;
	  height: 45px;
	}

	#breadcrumbs, #google-translate {
		display: none;
	}

	#muni-menu-button {
		position: absolute;
		right: 0;
		bottom: auto;
	}
}

/* special styles for sm screens only */
@media (max-width: 767.98px) {
	#anc-global-nav .navbar .navbar-collapse {
		position: relative;
		top: 0.5rem;
		border: 0;
		padding: 0 2rem;
	}

	#anc-global-nav .navbar-toggler {
		padding: 0.5rem 0;
	}
	
	#MOA_Logo {
		width:350px;
	}
	
	.ms-srch-sbLarge&gt;input {
	
		width:250px;
	}
	#MOAPressReleaseDate {
		position:relative;
	}
	#MOAPressReleasePic{
	width:100%;
	height:auto;
	text-align:center;
	}

}

@media (max-width: 450px) {
	
	#MOA_Logo {
		width:280px;
	}
	

}


#dept-header-space {
	position: relative;
  	z-index: 5;
}

/* Global Muni Footer */
#anc-resp-footer {
  padding-top: 1rem;
  background-color: #ededed;
  color: #b5b5b5;
  font-size: 0.8rem;
}

#anc-resp-footer a {
  
}

#anc-resp-footer .footer-block {
	margin-bottom: 1rem;
}

#MOA_PageCenter {
	width:100%;
	text-align:center;
	display:inline-block;
}

#MOA_PageBody {
	width:960px;
	margin:auto;
	display:inline-block;
	text-align:left;
	background:white;
}

.MOA_Right_Column {
	margin-top:10px;
}

</pre></body></html>