Baldwin Park City Council Special Meeting
"Create a Website Account - Manage notification subscriptions, save form progress and more.
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
//
Agendas & MinutesClick here to view the full agenda list and detailsLearn More
.fancyButton47.fancyButton:link,.fancyButton47.fancyButton:visited, .fancyButton47div.fancyButton{
width: 100%;
background-image: url('/ImageRepository/Document?documentID=68');
background-repeat: no-repeat;
background-position: center top;
background-size:cover;
max-width:320px;
height:320px;
margin:30px auto 30px auto;
position:relative;
transition:.2s ease-in-out;
box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3);
border-radius:4px;
}
.fancyButton47>span{
background:rgba(16,42,77,.85);
height:100%;
border-radius:4px;
transition:.2s ease-in-out;}
.fancyButton47.fancyButton:hover,.fancyButton47.fancyButton:focus,.fancyButton47.fancyButton:active,.fancyButton47.fancyButton.hover{
background-repeat: no-repeat;
background-position: center top;
margin:0px auto 0px auto;
height:380px;
box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px;
}
.fancyButton47:focus .text .textStyle1, .fancyButton47:active .text .textStyle1{
color:#515151;
}
.fancyButton47>span:hover{
background:rgba(51,51,51,0);
height:100%;}
.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{
color: #ffffff;
font-size: 1.2em;
font-family: "Poppins";
font-weight: 600;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
transition:.2s ease-in-out;
position:absolute;
padding:1.5em 1em 0 1em;
bottom:0;
border-radius:0px 0px 4px 4px;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton47.fancyButton:hover .text,.fancyButton47.fancyButton:focus .text,.fancyButton47.fancyButton:active .text,.fancyButton47.fancyButton.hover .text{
color: #1A4378;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
padding:1.5em 1em 1em 1em;
background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
.fancyButton47.fancyButton .textStyle1{
color: rgb(255, 255, 255);
font-size: .8em;
font-family: Open Sans;
font-style: normal;
text-decoration: none;
display:block;
padding-top:1.5em;
line-height:1.2;
font-weight:200;}
.fancyButton47.fancyButton:hover .textStyle1, .fancyButton47.fancyButton.hover .textStyle1{
color: rgb(5, 0, 42);
text-decoration: none;
}
.fancyButton47.fancyButton .textStyle2{
color: rgb(5, 0, 42);
font-size: .7em;
font-family: Inter;
font-weight: 500;
text-decoration: none;
display:block;
padding:1em;
margin-top:20px;
font-weight:400;
border-radius:4px;
background:#fff;
color:#333;
width:140px;
text-align:center;
opacity:0;
transition:.2s ease-in-out;
border:2px solid #efefef;
margin:20px auto 0;
}
.fancyButton47.fancyButton:hover .textStyle2, .fancyButton47.fancyButton.hover .textStyle2{
color: rgb(255, 255, 255);
text-decoration: none;
opacity:1;
color:#333;
}
.fancyButton47:focus .text .textStyle2, .fancyButton47:active .text .textStyle2{
opacity:1;
}
.fancyButton47 .textStyle2:hover{
background:#0F3459;
border-color:#0F3459;
color:#fff!important;
box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px;}
Report an IssueClick here to find resources and help with community issuesLearn More
.fancyButton299.fancyButton:link,.fancyButton299.fancyButton:visited, .fancyButton299div.fancyButton{
width: 100%;
background-image: url(/ImageRepository/Document?documentID=71);
background-repeat: no-repeat;
background-position: center top;
background-size:cover;
max-width:320px;
height:320px;
margin:30px auto 30px auto;
position:relative;
transition:.2s ease-in-out;
box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3);
border-radius:4px;
}
.fancyButton299>span{
background:rgba(16,42,77,.85);
height:100%;
border-radius:4px;
transition:.2s ease-in-out;}
.fancyButton299.fancyButton:hover,.fancyButton299.fancyButton:focus,.fancyButton299.fancyButton:active,.fancyButton299.fancyButton.hover{
background-repeat: no-repeat;
background-position: center top;
margin:0px auto 0px auto;
height:380px;
box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px;
}
.fancyButton299:focus .text .textStyle1, .fancyButton299:active .text .textStyle1{
color:#515151;
}
.fancyButton299>span:hover{
background:rgba(51,51,51,0);
height:100%;}
.fancyButton299.fancyButton:link > span,.fancyButton299.fancyButton:visited > span, .fancyButton299div.fancyButton > span{
}
.fancyButton299.fancyButton:hover > span,.fancyButton299.fancyButton:focus > span,.fancyButton299.fancyButton:active > span,.fancyButton299.fancyButton.hover > span{
}
.fancyButton299.fancyButton .text{
color: #ffffff;
font-size: 1.2em;
font-family: "Poppins";
font-weight: 600;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
transition:.2s ease-in-out;
position:absolute;
padding:1em 1.5em 0 1em;
bottom:0;
border-radius:0px 0px 4px 4px;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton299.fancyButton:hover .text,.fancyButton299.fancyButton:focus .text,.fancyButton299.fancyButton:active .text,.fancyButton299.fancyButton.hover .text{
color: #1A4378;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
padding:1.5em 1.5em 1.5em 1.5em;
background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
.fancyButton299.fancyButton .textStyle1{
color: rgb(255, 255, 255);
font-size: .8em;
font-family: Open Sans;
font-style: normal;
text-decoration: none;
display:block;
padding-top:1.5em;
line-height:1.2;
font-weight:200;}
.fancyButton299.fancyButton:hover .textStyle1, .fancyButton299.fancyButton.hover .textStyle1{
color: rgb(5, 0, 42);
text-decoration: none;
}
.fancyButton299.fancyButton .textStyle2{
color: rgb(5, 0, 42);
font-size: .7em;
font-family: Inter;
font-weight: 500;
text-decoration: none;
display:block;
padding:1em;
margin-top:20px;
font-weight:400;
border-radius:4px;
background:#fff;
color:#333;
width:140px;
text-align:center;
opacity:0;
transition:.2s ease-in-out;
border:2px solid #efefef;
margin:20px auto 0;
}
.fancyButton299.fancyButton:hover .textStyle2, .fancyButton299.fancyButton.hover .textStyle2{
color: rgb(255, 255, 255);
text-decoration: none;
opacity:1;
color:#333;
}
.fancyButton299:focus .text .textStyle2, .fancyButton299:active .text .textStyle2{
opacity:1;
}
.fancyButton299 .textStyle2:hover{
background:#0F3459;
border-color:#0F3459;
color:#fff!important;
box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px;
}
Job OpportunitiesClick here to view employment information Learn More
.fancyButton301.fancyButton:link,.fancyButton301.fancyButton:visited, .fancyButton301div.fancyButton{
width: 100%;
background-image: url(/ImageRepository/Document?documentID=3309);
background-repeat: no-repeat;
background-size:cover;
max-width:320px;
height:320px;
margin:30px auto 30px auto;
position:relative;
transition:.2s ease-in-out;
box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3);
border-radius:4px;
}
.fancyButton301>span{
background:rgba(16,42,77,.85);
height:100%;
border-radius:4px;
transition:.2s ease-in-out;}
.fancyButton301.fancyButton:hover,.fancyButton301.fancyButton:focus,.fancyButton301.fancyButton:active,.fancyButton301.fancyButton.hover{
background-repeat: no-repeat;
background-position: center top;
margin:0px auto 0px auto;
height:380px;
box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px;
}
.fancyButton301:focus .text .textStyle1, .fancyButton301:active .text .textStyle1{
color:#515151;
}
.fancyButton301>span:hover{
background:rgba(51,51,51,0);
height:100%;}
.fancyButton301.fancyButton:link > span,.fancyButton301.fancyButton:visited > span, .fancyButton301div.fancyButton > span{
}
.fancyButton301.fancyButton:hover > span,.fancyButton301.fancyButton:focus > span,.fancyButton301.fancyButton:active > span,.fancyButton301.fancyButton.hover > span{
}
.fancyButton301.fancyButton .text{
color: #ffffff;
font-size: 1.2em;
font-family: "Poppins";
font-weight: 600;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
transition:.2s ease-in-out;
position:absolute;
padding:1.5em 1em 0 1em;
bottom:0;
border-radius:0px 0px 4px 4px;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton301.fancyButton:hover .text,.fancyButton301.fancyButton:focus .text,.fancyButton301.fancyButton:active .text,.fancyButton301.fancyButton.hover .text{
color: #1A4378;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
padding:1.5em 1em 1em 1em;
background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
.fancyButton301.fancyButton .textStyle1{
color: rgb(255, 255, 255);
font-size: .8em;
font-family: Open Sans;
font-style: normal;
text-decoration: none;
display:block;
padding-top:1.5em;
line-height:1.2;
font-weight:200;}
.fancyButton301.fancyButton:hover .textStyle1, .fancyButton301.fancyButton.hover .textStyle1{
color: rgb(5, 0, 42);
text-decoration: none;
}
.fancyButton301.fancyButton .textStyle2{
color: rgb(5, 0, 42);
font-size: .7em;
font-family: Inter;
font-weight: 500;
text-decoration: none;
display:block;
padding:1em;
margin-top:20px;
font-weight:400;
border-radius:4px;
background:#fff;
color:#333;
width:140px;
text-align:center;
opacity:0;
transition:.2s ease-in-out;
border:2px solid #efefef;
margin:20px auto 0;
}
.fancyButton301.fancyButton:hover .textStyle2, .fancyButton301.fancyButton.hover .textStyle2{
color: rgb(255, 255, 255);
text-decoration: none;
opacity:1;
color:#333;
}
.fancyButton301:focus .text .textStyle2, .fancyButton301:active .text .textStyle2{
opacity:1;
}
.fancyButton301 .textStyle2:hover{
background:#0F3459;
border-color:#0F3459;
color:#fff!important;
box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px;}
.fancyButton301.fancyButton .textStyle3{
color: rgb(255, 255, 255);
font-size: 1.2em;
font-style: normal;
text-decoration: none;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton301.fancyButton:hover .textStyle3, .fancyButton301.fancyButton.hover .textStyle3{
color: rgb(26, 67, 120);
text-decoration: none;
text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
Immigration ResourcesImmigration know your rights & resourcesLearn More
.fancyButton300.fancyButton:link,.fancyButton300.fancyButton:visited, .fancyButton300div.fancyButton{
width: 100%;
background-image: url('/ImageRepository/Document?documentID=3572');
background-repeat: no-repeat;
background-position: right top;
background-size:cover;
max-width:320px;
height:320px;
margin:30px auto 30px auto;
position:relative;
transition:.2s ease-in-out;
box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3);
border-radius:4px;
}
.fancyButton300>span{
background:rgba(16,42,77,.85);
height:100%;
border-radius:4px;
transition:.2s ease-in-out;}
.fancyButton300.fancyButton:hover,.fancyButton300.fancyButton:focus,.fancyButton300.fancyButton:active,.fancyButton300.fancyButton.hover{
background-repeat: no-repeat;
margin:0px auto 0px auto;
height:380px;
box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px;
}
.fancyButton300:focus .text .textStyle1, .fancyButton300:active .text .textStyle1{
color:#515151;
}
.fancyButton300>span:hover{
background:rgba(51,51,51,0);
height:100%;}
.fancyButton300.fancyButton:link > span,.fancyButton300.fancyButton:visited > span, .fancyButton300div.fancyButton > span{
}
.fancyButton300.fancyButton:hover > span,.fancyButton300.fancyButton:focus > span,.fancyButton300.fancyButton:active > span,.fancyButton300.fancyButton.hover > span{
}
.fancyButton300.fancyButton .text{
color: #ffffff;
font-size: 1.2em;
font-family: "Poppins";
text-align: center;
font-weight: 600;
text-decoration: none;
background-repeat: no-repeat;
background-position: center top;
transition:.2s ease-in-out;
position:absolute;
padding:1.5em 1em 0 1em;
bottom:0;
border-radius:0px 0px 4px 4px;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton300.fancyButton:hover .text,.fancyButton300.fancyButton:focus .text,.fancyButton300.fancyButton:active .text,.fancyButton300.fancyButton.hover .text{
color: #1A4378;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
padding:1.5em 1em 1em 1em;
background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
.fancyButton300.fancyButton .textStyle1{
color: rgb(255, 255, 255);
font-size: .8em;
font-family: Open Sans;
font-style: normal;
text-decoration: none;
display:block;
padding-top:1.5em;
line-height:1.2;
font-weight:200;}
.fancyButton300.fancyButton:hover .textStyle1, .fancyButton300.fancyButton.hover .textStyle1{
color: rgb(5, 0, 42);
text-decoration: none;
}
.fancyButton300.fancyButton .textStyle2{
color: rgb(5, 0, 42);
font-size: .7em;
font-family: Inter;
font-weight: 500;
text-decoration: none;
display:block;
padding:1em;
margin-top:20px;
font-weight:400;
border-radius:4px;
background:#fff;
color:#333;
width:140px;
text-align:center;
opacity:0;
transition:.2s ease-in-out;
border:2px solid #efefef;
margin:20px auto 0;
}
.fancyButton300.fancyButton:hover .textStyle2, .fancyButton300.fancyButton.hover .textStyle2{
color: rgb(255, 255, 255);
text-decoration: none;
opacity:1;
color:#333;
}
.fancyButton300:focus .text .textStyle2, .fancyButton300:active .text .textStyle2{
opacity:1;
}
.fancyButton300 .textStyle2:hover{
background:#0F3459;
border-color:#0F3459;
color:#fff!important;
box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px;}
.fancyButton300.fancyButton .textStyle3{
color: rgb(255, 255, 255);
font-size: 1.2em;
font-style: normal;
text-decoration: none;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton300.fancyButton:hover .textStyle3, .fancyButton300.fancyButton.hover .textStyle3{
color: rgb(26, 67, 120);
text-decoration: none;
text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
RecreationClick here to find community event informationLearn More
.fancyButton302.fancyButton:link,.fancyButton302.fancyButton:visited, .fancyButton302div.fancyButton{
width: 100%;
background-image: url(/ImageRepository/Document?documentID=69);
background-repeat: no-repeat;
background-position: center top;
background-size:cover;
max-width:320px;
height:320px;
margin:30px auto 30px auto;
position:relative;
transition:.2s ease-in-out;
box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3);
border-radius:4px;
}
.fancyButton302>span{
background:rgba(16,42,77,.85);
height:100%;
border-radius:4px;
transition:.2s ease-in-out;}
.fancyButton302.fancyButton:hover,.fancyButton302.fancyButton:focus,.fancyButton302.fancyButton:active,.fancyButton302.fancyButton.hover{
background-repeat: no-repeat;
background-position: center top;
margin:0px auto 0px auto;
height:380px;
box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px;
}
.fancyButton302:focus .text .textStyle1, .fancyButton302:active .text .textStyle1{
color:#515151;
}
.fancyButton302>span:hover{
background:rgba(51,51,51,0);
height:100%;}
.fancyButton302.fancyButton:link > span,.fancyButton302.fancyButton:visited > span, .fancyButton302div.fancyButton > span{
}
.fancyButton302.fancyButton:hover > span,.fancyButton302.fancyButton:focus > span,.fancyButton302.fancyButton:active > span,.fancyButton302.fancyButton.hover > span{
}
.fancyButton302.fancyButton .text{
color: #ffffff;
font-size: 1.2em;
font-family: "Poppins";
font-weight: 600;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
transition:.2s ease-in-out;
position:absolute;
padding:1em 1.5em 0 1em;
bottom:0;
border-radius:0px 0px 4px 4px;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton302.fancyButton:hover .text,.fancyButton302.fancyButton:focus .text,.fancyButton302.fancyButton:active .text,.fancyButton302.fancyButton.hover .text{
color: #1A4378;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
padding:1.5em 1.5em 1.5em 1.5em;
background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
.fancyButton302.fancyButton .textStyle1{
color: rgb(255, 255, 255);
font-size: .8em;
font-family: Open Sans;
font-style: normal;
text-decoration: none;
display:block;
padding-top:1.5em;
line-height:1.2;
font-weight:200;}
.fancyButton302.fancyButton:hover .textStyle1, .fancyButton302.fancyButton.hover .textStyle1{
color: rgb(5, 0, 42);
text-decoration: none;
}
.fancyButton302.fancyButton .textStyle2{
color: rgb(5, 0, 42);
font-size: .7em;
font-family: Inter;
font-weight: 500;
text-decoration: none;
display:block;
padding:1em;
margin-top:20px;
font-weight:400;
border-radius:4px;
background:#fff;
color:#333;
width:140px;
text-align:center;
opacity:0;
transition:.2s ease-in-out;
border:2px solid #efefef;
margin:20px auto 0;
}
.fancyButton302.fancyButton:hover .textStyle2, .fancyButton302.fancyButton.hover .textStyle2{
color: rgb(255, 255, 255);
text-decoration: none;
opacity:1;
color:#333;
}
.fancyButton302:focus .text .textStyle2, .fancyButton302:active .text .textStyle2{
opacity:1;
}
.fancyButton302 .textStyle2:hover{
background:#0F3459;
border-color:#0F3459;
color:#fff!important;
box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px;
}
Baldwin Park NOWStay up-to-date with the latest newsLearn More
.fancyButton221.fancyButton:link,.fancyButton221.fancyButton:visited, .fancyButton221div.fancyButton{
width: 100%;
background-image: url('/ImageRepository/Document?documentID=4686');
background-repeat: no-repeat;
background-position: center top;
background-size:cover;
max-width:320px;
height:320px;
margin:30px auto 30px auto;
position:relative;
transition:.2s ease-in-out;
box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3);
border-radius:4px;
}
.fancyButton221>span{
background:rgba(16,42,77,.85);
height:100%;
border-radius:4px;
transition:.2s ease-in-out;}
.fancyButton221.fancyButton:hover,.fancyButton221.fancyButton:focus,.fancyButton221.fancyButton:active,.fancyButton221.fancyButton.hover{
background-repeat: no-repeat;
background-position: center top;
margin:0px auto 0px auto;
height:380px;
box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px;
}
.fancyButton221:focus .text .textStyle1, .fancyButton221:active .text .textStyle1{
color:#515151;
}
.fancyButton221>span:hover{
background:rgba(51,51,51,0);
height:100%;}
.fancyButton221.fancyButton:link > span,.fancyButton221.fancyButton:visited > span, .fancyButton221div.fancyButton > span{
}
.fancyButton221.fancyButton:hover > span,.fancyButton221.fancyButton:focus > span,.fancyButton221.fancyButton:active > span,.fancyButton221.fancyButton.hover > span{
}
.fancyButton221.fancyButton .text{
color: #ffffff;
font-size: 1.2em;
font-family: "Poppins";
font-weight: 600;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
transition:.2s ease-in-out;
position:absolute;
padding:1em 1.5em 0 1em;
bottom:0;
border-radius:0px 0px 4px 4px;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton221.fancyButton:hover .text,.fancyButton221.fancyButton:focus .text,.fancyButton221.fancyButton:active .text,.fancyButton221.fancyButton.hover .text{
color: #1A4378;
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
padding:1.5em 1.5em 1.5em 1.5em;
background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
.fancyButton221.fancyButton .textStyle1{
color: rgb(255, 255, 255);
font-size: .8em;
font-family: Open Sans;
font-style: normal;
text-decoration: none;
display:block;
padding-top:1.5em;
line-height:1.2;
font-weight:200;}
.fancyButton221.fancyButton:hover .textStyle1, .fancyButton221.fancyButton.hover .textStyle1{
color: rgb(5, 0, 42);
text-decoration: none;
}
.fancyButton221.fancyButton .textStyle2{
color: rgb(5, 0, 42);
font-size: .7em;
font-family: Inter;
font-weight: 500;
text-decoration: none;
display:block;
padding:1em;
margin-top:20px;
font-weight:400;
border-radius:4px;
background:#fff;
color:#333;
width:140px;
text-align:center;
opacity:0;
transition:.2s ease-in-out;
border:2px solid #efefef;
margin:20px auto 0;
}
.fancyButton221.fancyButton:hover .textStyle2, .fancyButton221.fancyButton.hover .textStyle2{
color: rgb(255, 255, 255);
text-decoration: none;
opacity:1;
color:#333;
}
.fancyButton221:focus .text .textStyle2, .fancyButton221:active .text .textStyle2{
opacity:1;
}
.fancyButton221 .textStyle2:hover{
background:#0F3459;
border-color:#0F3459;
color:#fff!important;
box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px;
}
.fancyButton221.fancyButton .textStyle3{
color: rgb(255, 255, 255);
font-size: 1.2em;
font-style: normal;
text-decoration: none;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton221.fancyButton:hover .textStyle3, .fancyButton221.fancyButton.hover .textStyle3{
color: rgb(26, 67, 120);
text-decoration: none;
text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
.fancyButton221.fancyButton .textStyle4{
color: rgb(255, 255, 255);
font-size: 1.2em;
font-style: normal;
text-decoration: none;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton221.fancyButton:hover .textStyle4, .fancyButton221.fancyButton.hover .textStyle4{
color: rgb(26, 67, 120);
text-decoration: none;
text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
.fancyButton221.fancyButton .textStyle5{
color: rgb(255, 255, 255);
font-size: 1.2em;
font-style: normal;
text-decoration: none;
line-height:1;
display:block;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}
.fancyButton221.fancyButton:hover .textStyle5, .fancyButton221.fancyButton.hover .textStyle5{
color: rgb(26, 67, 120);
text-decoration: none;
text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);}
HOME
.fancyButton55.fancyButton:link,.fancyButton55.fancyButton:visited, .fancyButton55div.fancyButton{
height: 90px;
padding-top: 9px;
background-repeat: no-repeat;
background-position: center top;
transition: all .3s ease-in-out;
background-color: rgba(238, 242, 245,.9);
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);}
.fancyButton55.fancyButton:hover,.fancyButton55.fancyButton:focus,.fancyButton55.fancyButton:active,.fancyButton55.fancyButton.hover{
background-color: rgb(16, 42, 77);
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton55.fancyButton:link > span,.fancyButton55.fancyButton:visited > span, .fancyButton55div.fancyButton > span{
}
.fancyButton55.fancyButton:hover > span,.fancyButton55.fancyButton:focus > span,.fancyButton55.fancyButton:active > span,.fancyButton55.fancyButton.hover > span{
}
.fancyButton55.fancyButton .text{
color: rgb(5, 0, 42);
font-size: .9em;
font-family: "Inter";
padding-top: 48px;
padding-bottom: 5px;
padding-right: 4px;
padding-left: 4px;
font-weight: 500;
text-decoration: none;
padding-top: 48px;
padding-bottom: 5px;
padding-right: 4px;
padding-left: 4px;
background-image: url('/ImageRepository/Document?documentID=83');
background-repeat: no-repeat;
background-position: center top;
background-size: 35px;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.1;}
.fancyButton55.fancyButton:hover .text,.fancyButton55.fancyButton:focus .text,.fancyButton55.fancyButton:active .text,.fancyButton55.fancyButton.hover .text{
color: rgb(255, 255, 255);
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=79');
background-repeat: no-repeat;
background-position: center top;
background-size: 45px;
}
Police
.fancyButton56.fancyButton:link,.fancyButton56.fancyButton:visited, .fancyButton56div.fancyButton{
height: 90px;
padding-top: 9px;
background-repeat: no-repeat;
background-position: center top;
transition: all .3s ease-in-out;
background-color: rgba(238, 242, 245,.9);
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);}
.fancyButton56.fancyButton:hover,.fancyButton56.fancyButton:focus,.fancyButton56.fancyButton:active,.fancyButton56.fancyButton.hover{
background-color: rgb(16, 42, 77);
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton56.fancyButton:link > span,.fancyButton56.fancyButton:visited > span, .fancyButton56div.fancyButton > span{
}
.fancyButton56.fancyButton:hover > span,.fancyButton56.fancyButton:focus > span,.fancyButton56.fancyButton:active > span,.fancyButton56.fancyButton.hover > span{
}
.fancyButton56.fancyButton .text{
color: rgb(5, 0, 42);
font-size: .9em;
font-family: "Inter";
padding-top: 48px;
padding-bottom: 5px;
padding-right: 4px;
padding-left: 4px;
font-weight: 500;
text-decoration: none;
padding-top: 48px;
padding-bottom: 5px;
padding-right: 4px;
padding-left: 4px;
background-image: url('/ImageRepository/Document?documentID=82');
background-repeat: no-repeat;
background-position: center top;
background-size: 35px;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.1;}
.fancyButton56.fancyButton:hover .text,.fancyButton56.fancyButton:focus .text,.fancyButton56.fancyButton:active .text,.fancyButton56.fancyButton.hover .text{
color: rgb(255, 255, 255);
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=77');
background-repeat: no-repeat;
background-position: center top;
background-size: 45px;
}
Subscribe
.fancyButton57.fancyButton:link,.fancyButton57.fancyButton:visited, .fancyButton57div.fancyButton{
height: 90px;
padding-top: 9px;
background-repeat: no-repeat;
background-position: center top;
transition: all .3s ease-in-out;
background-color: rgba(238, 242, 245,.9);
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);}
.fancyButton57.fancyButton:hover,.fancyButton57.fancyButton:focus,.fancyButton57.fancyButton:active,.fancyButton57.fancyButton.hover{
background-color: rgb(16, 42, 77);
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton57.fancyButton:link > span,.fancyButton57.fancyButton:visited > span, .fancyButton57div.fancyButton > span{
}
.fancyButton57.fancyButton:hover > span,.fancyButton57.fancyButton:focus > span,.fancyButton57.fancyButton:active > span,.fancyButton57.fancyButton.hover > span{
}
.fancyButton57.fancyButton .text{
color: rgb(5, 0, 42);
font-size: .9em;
font-family: "Inter";
padding-top: 48px;
padding-bottom: 5px;
padding-right: 4px;
padding-left: 4px;
font-weight: 500;
text-decoration: none;
padding-top: 48px;
padding-bottom: 5px;
padding-right: 4px;
padding-left: 4px;
background-image: url('/ImageRepository/Document?documentID=81');
background-repeat: no-repeat;
background-position: center top;
background-size: 35px;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.1;}
.fancyButton57.fancyButton:hover .text,.fancyButton57.fancyButton:focus .text,.fancyButton57.fancyButton:active .text,.fancyButton57.fancyButton.hover .text{
color: rgb(255, 255, 255);
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=76');
background-repeat: no-repeat;
background-position: center top;
background-size: 45px;
}
Instagram
.fancyButton58.fancyButton:link,.fancyButton58.fancyButton:visited, .fancyButton58div.fancyButton{
height: 90px;
padding-top: 9px;
background-repeat: no-repeat;
background-position: center top;
transition: all .3s ease-in-out;
background-color: rgba(238, 242, 245,.9);
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);}
.fancyButton58.fancyButton:hover,.fancyButton58.fancyButton:focus,.fancyButton58.fancyButton:active,.fancyButton58.fancyButton.hover{
background-color: rgb(16, 42, 77);
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton58.fancyButton:link > span,.fancyButton58.fancyButton:visited > span, .fancyButton58div.fancyButton > span{
}
.fancyButton58.fancyButton:hover > span,.fancyButton58.fancyButton:focus > span,.fancyButton58.fancyButton:active > span,.fancyButton58.fancyButton.hover > span{
}
.fancyButton58.fancyButton .text{
color: rgb(5, 0, 42);
font-size: .9em;
font-family: "Inter";
padding-top: 48px;
padding-bottom: 5px;
padding-right: 4px;
padding-left: 4px;
font-weight: 500;
text-decoration: none;
padding-top: 48px;
padding-bottom: 5px;
padding-right: 4px;
padding-left: 4px;
background-image: url('/ImageRepository/Document?documentID=80');
background-repeat: no-repeat;
background-position: center top;
background-size: 35px;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.1;}
.fancyButton58.fancyButton:hover .text,.fancyButton58.fancyButton:focus .text,.fancyButton58.fancyButton:active .text,.fancyButton58.fancyButton.hover .text{
color: rgb(255, 255, 255);
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=78');
background-repeat: no-repeat;
background-position: center top;
background-size: 45px;
}
Helpful Links
Agendas & Minutes
Election & Voter Information
Report Issues
Public Transit
City Council
/QuickLinks.aspx
Site Links
Home
Site Map
Contact Us
Accessibility
Copyright Notices
Privacy Policy
/QuickLinks.aspx
Contact Us
City Hall: 14403 E. Pacific Avenue, Baldwin Park, CA 91706
Phone: 626-960-4011
Fax: 626-962-2625
City Hours: 7:30am - 5:30pm Monday -ThursdayClosed Friday, Saturday, and Sunday"