CRA Board Meeting - City of North Miami
"Search autocomplete is currently not responding. Please try again later.
View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community.
Agenda
Facility
Submit Event
Print
Email
Event Subscription
View RSS Feeds
Select on Calendar
Expand
Collapse
Previous
Next
Down
Up
Map
Share
Show more
Agenda
$(window).on("load", function () {
$('.icalDescription').urlToLink({ target: '_blank' });
});
var currentTextBox = null;
var currentDatePicker = null;
function hidePopup() {
return currentDatePicker && currentDatePicker.hidePopup();
}
//This method is called to handle the onclick and onfocus client side events for the texbox
function showPopup(sender, e) {
//this is a reference to the texbox which raised the event
//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);
// hide previous pop-up if open
textBox !== currentTextBox && hidePopup();
currentTextBox = textBox;
}
function dismissHook(e) {
return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
}
function handleKeydown(e) {
dismissHook(e) || searchTextHook(e);
}
//this handler is used to set the text of the TextBox to the value of selected from the popup
function dateSelected(sender, args) {
if (currentTextBox != null) {
//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
//value of the picker
currentTextBox.value = args.get_newValue();
}
}
//this function is used to parse the date entered or selected by the user
function parseDate(sender, e) {
if (currentDatePicker != null) {
var date = currentDatePicker.get_dateInput().parseDate(sender.value);
var dateInput = currentDatePicker.get_dateInput();
if (date == null) {
date = currentDatePicker.get_selectedDate();
}
var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
sender.value = formattedDate;
}
}
function clearPostBack() {
Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
$('.icalDescription').urlToLink({ target: '_blank' });
}
function redrawContentCalendar() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
else
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');
blockMenuSpawn = false;
}
function previousFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
}
function nextFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
}
order+='ModuleContent\n'
Live Edit
//
About UsLearn more
.fancyButton47.fancyButton:link,.fancyButton47.fancyButton:visited, .fancyButton47div.fancyButton{
height: 250px;
background-image: url('/ImageRepository/Document?documentID=93');
background-repeat: no-repeat;
background-position: left top;
background-size:cover;
position:relative;
margin:0 auto;}
.fancyButton47.fancyButton:hover,.fancyButton47.fancyButton:focus,.fancyButton47.fancyButton:active,.fancyButton47.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 1px 1.1px 0px rgba(10, 35, 75,0.16), 0px 3.3px 3.7px -0.8px rgba(10, 35, 75,0.06), 0px 8.2px 9.2px -1.7px rgba(10, 35, 75,0.06), 0px 20px 22.5px -2.5px rgba(10, 35, 75,0.46);
}
.fancyButton.fancyButton47:hover:after,
.fancyButton.fancyButton47:focus:after,
.fancyButton.fancyButton47:active:after{
opacity: 0;
}
.fancyButton.fancyButton47:hover:before,
.fancyButton.fancyButton47:focus:before,
.fancyButton.fancyButton47:active:before{
opacity: 1;
}
.fancyButton47.fancyButton:link > span,.fancyButton47.fancyButton:visited > span, .fancyButton47div.fancyButton > span{
}
.fancyButton47.fancyButton:hover > span,.fancyButton47.fancyButton:focus > span,.fancyButton47.fancyButton:active > span,.fancyButton47.fancyButton.hover > span{
}
.fancyButton47.fancyButton .text{
text-align: left;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
text-decoration: none;
background-color: rgb(255, 255, 255);
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
background-repeat: no-repeat;
background-position: left top;
transition: all .3s ease-in-out;
position: absolute;
left: 0;
width: 220px;
max-width: 100%;
min-height: 1%;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.fancyButton47.fancyButton:hover .text,.fancyButton47.fancyButton:focus .text,.fancyButton47.fancyButton:active .text,.fancyButton47.fancyButton.hover .text{
text-decoration: none;
background-color: rgba(24, 39, 59, 0.866);
background-repeat: no-repeat;
background-position: left top;
min-height: 100%;
width: 100%;
}
.fancyButton47.fancyButton .textStyle1{
color: rgb(223, 85, 41);
font-size: 1.3em;
font-family: Afacad Flux;
font-weight: 500;
text-decoration: none;
line-height: 1.2;
text-transform: uppercase;
display: block;
position: relative;
transition: all .3s ease-in-out;
padding-bottom: 12px;
}
.fancyButton47 .textStyle1:after {
content: "";
position: absolute;
background-color: #d9d9d9;
height: 3px;
width: 60px;
max-width: 100%;
left: 0;
bottom: 0;
transition: all .3s ease-in-out;}
.fancyButton47.fancyButton:hover .textStyle1, .fancyButton47.fancyButton.hover .textStyle1{
color: rgb(255, 255, 255);
text-decoration: none;
margin-bottom: 8px;
}
.fancyButton47:is(:hover,:focus,:active) .textStyle1:after {
width: 100px;
background-color: #CC481E;}
.fancyButton47.fancyButton .textStyle2{
color: rgb(255, 255, 255);
font-family: Open Sans;
font-style: normal;
text-decoration: none;
line-height: 0;
opacity: 0;
display: block;
transition: all .3s ease-in-out;}
.fancyButton47.fancyButton:hover .textStyle2, .fancyButton47.fancyButton.hover .textStyle2{
text-decoration: none;
line-height: 1.5;
opacity: 1;}
Public NoticeLearn more
.fancyButton46.fancyButton:link,.fancyButton46.fancyButton:visited, .fancyButton46div.fancyButton{
height: 250px;
background-image: url('/ImageRepository/Document?documentID=98');
background-repeat: no-repeat;
background-position: right top;
background-size:cover;
position:relative;
margin:0 auto;
}
.fancyButton46.fancyButton:hover,.fancyButton46.fancyButton:focus,.fancyButton46.fancyButton:active,.fancyButton46.fancyButton.hover{
background-repeat: no-repeat;
background-position: right top;
box-shadow: 0px 1px 1.1px 0px rgba(10, 35, 75,0.16), 0px 3.3px 3.7px -0.8px rgba(10, 35, 75,0.06), 0px 8.2px 9.2px -1.7px rgba(10, 35, 75,0.06), 0px 20px 22.5px -2.5px rgba(10, 35, 75,0.46);
}
.fancyButton.fancyButton46:hover:after,
.fancyButton.fancyButton46:focus:after,
.fancyButton.fancyButton46:active:after{
opacity: 0;
}
.fancyButton.fancyButton46:hover:before,
.fancyButton.fancyButton46:focus:before,
.fancyButton.fancyButton46:active:before{
opacity: 1;
}
.fancyButton46.fancyButton:link > span,.fancyButton46.fancyButton:visited > span, .fancyButton46div.fancyButton > span{
}
.fancyButton46.fancyButton:hover > span,.fancyButton46.fancyButton:focus > span,.fancyButton46.fancyButton:active > span,.fancyButton46.fancyButton.hover > span{
}
.fancyButton46.fancyButton .text{
text-align: left;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
text-decoration: none;
background-color: rgb(255, 255, 255);
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
background-repeat: no-repeat;
background-position: left top;
transition: all .3s ease-in-out;
position: absolute;
left: 0;
width: 220px;
max-width: 100%;
min-height: 1%;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.fancyButton46.fancyButton:hover .text,.fancyButton46.fancyButton:focus .text,.fancyButton46.fancyButton:active .text,.fancyButton46.fancyButton.hover .text{
text-decoration: none;
background-color: rgba(24, 39, 59, 0.866);
background-repeat: no-repeat;
background-position: left top;
min-height: 100%;
width: 100%;
}
.fancyButton46.fancyButton .textStyle1{
color: rgb(223, 85, 41);
font-size: 1.3em;
font-family: Afacad Flux;
font-weight: 500;
text-decoration: none;
line-height: 1.2;
text-transform: uppercase;
display: block;
position: relative;
transition: all .3s ease-in-out;
padding-bottom: 12px;
}
.fancyButton46 .textStyle1:after {
content: "";
position: absolute;
background-color: #d9d9d9;
height: 3px;
width: 60px;
max-width: 100%;
left: 0;
bottom: 0;
transition: all .3s ease-in-out;}
.fancyButton46.fancyButton:hover .textStyle1, .fancyButton46.fancyButton.hover .textStyle1{
color: rgb(255, 255, 255);
text-decoration: none;
margin-bottom: 8px;
}
.fancyButton46:is(:hover,:focus,:active) .textStyle1:after {
width: 100px;
background-color: #CC481E;}
.fancyButton46.fancyButton .textStyle2{
color: rgb(255, 255, 255);
font-family: Open Sans;
font-style: normal;
text-decoration: none;
line-height: 0;
opacity: 0;
display: block;
transition: all .3s ease-in-out;}
.fancyButton46.fancyButton:hover .textStyle2, .fancyButton46.fancyButton.hover .textStyle2{
text-decoration: none;
line-height: 1.5;
opacity: 1;}
Explore ProjectsLearn more
.fancyButton48.fancyButton:link,.fancyButton48.fancyButton:visited, .fancyButton48div.fancyButton{
height: 250px;
background-image: url('/ImageRepository/Document?documentID=95');
background-repeat: no-repeat;
background-position: left top;
background-size:cover;
position:relative;
margin:0 auto;
}
.fancyButton48.fancyButton:hover,.fancyButton48.fancyButton:focus,.fancyButton48.fancyButton:active,.fancyButton48.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 1px 1.1px 0px rgba(10, 35, 75,0.16), 0px 3.3px 3.7px -0.8px rgba(10, 35, 75,0.06), 0px 8.2px 9.2px -1.7px rgba(10, 35, 75,0.06), 0px 20px 22.5px -2.5px rgba(10, 35, 75,0.46);
}
.fancyButton.fancyButton48:hover:after,
.fancyButton.fancyButton48:focus:after,
.fancyButton.fancyButton48:active:after{
opacity: 0;
}
.fancyButton.fancyButton48:hover:before,
.fancyButton.fancyButton48:focus:before,
.fancyButton.fancyButton48:active:before{
opacity: 1;
}
.fancyButton48.fancyButton:link > span,.fancyButton48.fancyButton:visited > span, .fancyButton48div.fancyButton > span{
}
.fancyButton48.fancyButton:hover > span,.fancyButton48.fancyButton:focus > span,.fancyButton48.fancyButton:active > span,.fancyButton48.fancyButton.hover > span{
}
.fancyButton48.fancyButton .text{
text-align: left;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
text-decoration: none;
background-color: rgb(255, 255, 255);
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
background-repeat: no-repeat;
background-position: left top;
transition: all .3s ease-in-out;
position: absolute;
left: 0;
width: 220px;
max-width: 100%;
min-height: 1%;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.fancyButton48.fancyButton:hover .text,.fancyButton48.fancyButton:focus .text,.fancyButton48.fancyButton:active .text,.fancyButton48.fancyButton.hover .text{
text-decoration: none;
background-color: rgba(24, 39, 59, 0.866);
background-repeat: no-repeat;
background-position: left top;
min-height: 100%;
width: 100%;
}
.fancyButton48.fancyButton .textStyle1{
color: rgb(223, 85, 41);
font-size: 1.3em;
font-family: Afacad Flux;
font-weight: 500;
text-decoration: none;
line-height: 1.2;
text-transform: uppercase;
display: block;
position: relative;
transition: all .3s ease-in-out;
padding-bottom: 12px;
}
.fancyButton48 .textStyle1:after {
content: "";
position: absolute;
background-color: #d9d9d9;
height: 3px;
width: 60px;
max-width: 100%;
left: 0;
bottom: 0;
transition: all .3s ease-in-out;}
.fancyButton48.fancyButton:hover .textStyle1, .fancyButton48.fancyButton.hover .textStyle1{
color: rgb(255, 255, 255);
text-decoration: none;
margin-bottom: 8px;
}
.fancyButton48:is(:hover,:focus,:active) .textStyle1:after {
width: 100px;
background-color: #CC481E;}
.fancyButton48.fancyButton .textStyle2{
color: rgb(255, 255, 255);
font-family: Open Sans;
font-style: normal;
text-decoration: none;
line-height: 0;
opacity: 0;
display: block;
transition: all .3s ease-in-out;}
.fancyButton48.fancyButton:hover .textStyle2, .fancyButton48.fancyButton.hover .textStyle2{
text-decoration: none;
line-height: 1.5;
opacity: 1;}
ProgramsLearn more
.fancyButton49.fancyButton:link,.fancyButton49.fancyButton:visited, .fancyButton49div.fancyButton{
height: 250px;
background-image: url('/ImageRepository/Document?documentID=97');
background-repeat: no-repeat;
background-position: left top;
background-size:cover;
position:relative;
margin:0 auto;
}
.fancyButton49.fancyButton:hover,.fancyButton49.fancyButton:focus,.fancyButton49.fancyButton:active,.fancyButton49.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 1px 1.1px 0px rgba(10, 35, 75,0.16), 0px 3.3px 3.7px -0.8px rgba(10, 35, 75,0.06), 0px 8.2px 9.2px -1.7px rgba(10, 35, 75,0.06), 0px 20px 22.5px -2.5px rgba(10, 35, 75,0.46);
}
.fancyButton.fancyButton49:hover:after,
.fancyButton.fancyButton49:focus:after,
.fancyButton.fancyButton49:active:after{
opacity: 0;
}
.fancyButton.fancyButton49:hover:before,
.fancyButton.fancyButton49:focus:before,
.fancyButton.fancyButton49:active:before{
opacity: 1;
}
.fancyButton49.fancyButton:link > span,.fancyButton49.fancyButton:visited > span, .fancyButton49div.fancyButton > span{
}
.fancyButton49.fancyButton:hover > span,.fancyButton49.fancyButton:focus > span,.fancyButton49.fancyButton:active > span,.fancyButton49.fancyButton.hover > span{
}
.fancyButton49.fancyButton .text{
text-align: left;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
text-decoration: none;
background-color: rgb(255, 255, 255);
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
background-repeat: no-repeat;
background-position: left top;
transition: all .3s ease-in-out;
position: absolute;
left: 0;
width: 220px;
max-width: 100%;
min-height: 1%;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.fancyButton49.fancyButton:hover .text,.fancyButton49.fancyButton:focus .text,.fancyButton49.fancyButton:active .text,.fancyButton49.fancyButton.hover .text{
text-decoration: none;
background-color: rgba(24, 39, 59, 0.866);
background-repeat: no-repeat;
background-position: left top;
min-height: 100%;
width: 100%;
}
.fancyButton49.fancyButton .textStyle1{
color: rgb(223, 85, 41);
font-size: 1.3em;
font-family: Afacad Flux;
font-weight: 500;
text-decoration: none;
line-height: 1.2;
text-transform: uppercase;
display: block;
position: relative;
transition: all .3s ease-in-out;
padding-bottom: 12px;
}
.fancyButton49 .textStyle1:after {
content: "";
position: absolute;
background-color: #d9d9d9;
height: 3px;
width: 60px;
max-width: 100%;
left: 0;
bottom: 0;
transition: all .3s ease-in-out;}
.fancyButton49.fancyButton:hover .textStyle1, .fancyButton49.fancyButton.hover .textStyle1{
color: rgb(255, 255, 255);
text-decoration: none;
margin-bottom: 8px;
}
.fancyButton49:is(:hover,:focus,:active) .textStyle1:after {
width: 100px;
background-color: #CC481E;}
.fancyButton49.fancyButton .textStyle2{
color: rgb(255, 255, 255);
font-family: Open Sans;
font-style: normal;
text-decoration: none;
line-height: 0;
opacity: 0;
display: block;
transition: all .3s ease-in-out;}
.fancyButton49.fancyButton:hover .textStyle2, .fancyButton49.fancyButton.hover .textStyle2{
text-decoration: none;
line-height: 1.5;
opacity: 1;}
CRA NewsLearn more
.fancyButton50.fancyButton:link,.fancyButton50.fancyButton:visited, .fancyButton50div.fancyButton{
height: 250px;
background-image: url('/ImageRepository/Document?documentID=96');
background-repeat: no-repeat;
background-position: left top;
background-size:cover;
position:relative;
margin:0 auto;
}
.fancyButton50.fancyButton:hover,.fancyButton50.fancyButton:focus,.fancyButton50.fancyButton:active,.fancyButton50.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 1px 1.1px 0px rgba(10, 35, 75,0.16), 0px 3.3px 3.7px -0.8px rgba(10, 35, 75,0.06), 0px 8.2px 9.2px -1.7px rgba(10, 35, 75,0.06), 0px 20px 22.5px -2.5px rgba(10, 35, 75,0.46);
}
.fancyButton.fancyButton50:hover:after,
.fancyButton.fancyButton50:focus:after,
.fancyButton.fancyButton50:active:after{
opacity: 0;
}
.fancyButton.fancyButton50:hover:before,
.fancyButton.fancyButton50:focus:before,
.fancyButton.fancyButton50:active:before{
opacity: 1;
}
.fancyButton50.fancyButton:link > span,.fancyButton50.fancyButton:visited > span, .fancyButton50div.fancyButton > span{
}
.fancyButton50.fancyButton:hover > span,.fancyButton50.fancyButton:focus > span,.fancyButton50.fancyButton:active > span,.fancyButton50.fancyButton.hover > span{
}
.fancyButton50.fancyButton .text{
text-align: left;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
text-decoration: none;
background-color: rgb(255, 255, 255);
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
background-repeat: no-repeat;
background-position: left top;
transition: all .3s ease-in-out;
position: absolute;
left: 0;
width: 220px;
max-width: 100%;
min-height: 1%;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.fancyButton50.fancyButton:hover .text,.fancyButton50.fancyButton:focus .text,.fancyButton50.fancyButton:active .text,.fancyButton50.fancyButton.hover .text{
text-decoration: none;
background-color: rgba(24, 39, 59, 0.866);
background-repeat: no-repeat;
background-position: left top;
min-height: 100%;
width: 100%;
}
.fancyButton50.fancyButton .textStyle1{
color: rgb(223, 85, 41);
font-size: 1.3em;
font-family: Afacad Flux;
font-weight: 500;
text-decoration: none;
line-height: 1.2;
text-transform: uppercase;
display: block;
position: relative;
transition: all .3s ease-in-out;
padding-bottom: 12px;
}
.fancyButton50 .textStyle1:after {
content: "";
position: absolute;
background-color: #d9d9d9;
height: 3px;
width: 60px;
max-width: 100%;
left: 0;
bottom: 0;
transition: all .3s ease-in-out;}
.fancyButton50.fancyButton:hover .textStyle1, .fancyButton50.fancyButton.hover .textStyle1{
color: rgb(255, 255, 255);
text-decoration: none;
margin-bottom: 8px;
}
.fancyButton50:is(:hover,:focus,:active) .textStyle1:after {
width: 100px;
background-color: #CC481E;}
.fancyButton50.fancyButton .textStyle2{
color: rgb(255, 255, 255);
font-family: Open Sans;
font-style: normal;
text-decoration: none;
line-height: 0;
opacity: 0;
display: block;
transition: all .3s ease-in-out;}
.fancyButton50.fancyButton:hover .textStyle2, .fancyButton50.fancyButton.hover .textStyle2{
text-decoration: none;
line-height: 1.5;
opacity: 1;}
Contact UsLearn more
.fancyButton51.fancyButton:link,.fancyButton51.fancyButton:visited, .fancyButton51div.fancyButton{
height: 250px;
background-image: url('/ImageRepository/Document?documentID=94');
background-repeat: no-repeat;
background-position: left top;
background-size:cover;
position:relative;
margin:0 auto;
}
.fancyButton51.fancyButton:hover,.fancyButton51.fancyButton:focus,.fancyButton51.fancyButton:active,.fancyButton51.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 1px 1.1px 0px rgba(10, 35, 75,0.16), 0px 3.3px 3.7px -0.8px rgba(10, 35, 75,0.06), 0px 8.2px 9.2px -1.7px rgba(10, 35, 75,0.06), 0px 20px 22.5px -2.5px rgba(10, 35, 75,0.46);
}
.fancyButton.fancyButton51:hover:after,
.fancyButton.fancyButton51:focus:after,
.fancyButton.fancyButton51:active:after{
opacity: 0;
}
.fancyButton.fancyButton51:hover:before,
.fancyButton.fancyButton51:focus:before,
.fancyButton.fancyButton51:active:before{
opacity: 1;
}
.fancyButton51.fancyButton:link > span,.fancyButton51.fancyButton:visited > span, .fancyButton51div.fancyButton > span{
}
.fancyButton51.fancyButton:hover > span,.fancyButton51.fancyButton:focus > span,.fancyButton51.fancyButton:active > span,.fancyButton51.fancyButton.hover > span{
}
.fancyButton51.fancyButton .text{
text-align: left;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
text-decoration: none;
background-color: rgb(255, 255, 255);
padding-top: 1em;
padding-bottom: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
background-repeat: no-repeat;
background-position: left top;
transition: all .3s ease-in-out;
position: absolute;
left: 0;
width: 220px;
max-width: 100%;
min-height: 1%;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.fancyButton51.fancyButton:hover .text,.fancyButton51.fancyButton:focus .text,.fancyButton51.fancyButton:active .text,.fancyButton51.fancyButton.hover .text{
text-decoration: none;
background-color: rgba(24, 39, 59, 0.866);
background-repeat: no-repeat;
background-position: left top;
min-height: 100%;
width: 100%;
}
.fancyButton51.fancyButton .textStyle1{
color: rgb(223, 85, 41);
font-size: 1.3em;
font-family: Afacad Flux;
font-weight: 500;
text-decoration: none;
line-height: 1.2;
text-transform: uppercase;
display: block;
position: relative;
transition: all .3s ease-in-out;
padding-bottom: 12px;
}
.fancyButton51 .textStyle1:after {
content: "";
position: absolute;
background-color: #d9d9d9;
height: 3px;
width: 60px;
max-width: 100%;
left: 0;
bottom: 0;
transition: all .3s ease-in-out;}
.fancyButton51.fancyButton:hover .textStyle1, .fancyButton51.fancyButton.hover .textStyle1{
color: rgb(255, 255, 255);
text-decoration: none;
margin-bottom: 8px;
}
.fancyButton51:is(:hover,:focus,:active) .textStyle1:after {
width: 100px;
background-color: #CC481E;}
.fancyButton51.fancyButton .textStyle2{
color: rgb(255, 255, 255);
font-family: Open Sans;
font-style: normal;
text-decoration: none;
line-height: 0;
opacity: 0;
display: block;
transition: all .3s ease-in-out;}
.fancyButton51.fancyButton:hover .textStyle2, .fancyButton51.fancyButton.hover .textStyle2{
text-decoration: none;
line-height: 1.5;
opacity: 1;}
Helpful Links
Agendas & Minutes
Grant Assistance
Projects
Annual Reports
Annual Budgets
City Of North Miami
Community Redevelopment Act
Become A Vendor
FAQ's
Explore NoMi
/QuickLinks.aspx
Site Links
Home
Site Map
Accessibility
Copyright Notices
Privacy Policy
Staff Website Login
/QuickLinks.aspx
Contact Us
North Miami Community Redevelopment Agency735 NE 125th Street, Suite 100, North Miami, FL 33161
Monday to Thursday, 8 am to 5 pm Friday, 8 am to 2 pm"