News - Public
If you have questions or concerns, please access the Accessibility page for further details.
Carousel News
News
Citizens Highlights
Menú de navegación
Ruta de navegación
News Overview
News
The News section offers the latest information about Citizens and what you need to know. Read the latest press releases, media resources, policyholder newsletter and agent bulletins.
Mobile Header - Press Release
Press Release
Current Policies in Force
Policies in Force as of April 25, 2025: 808,913.
Publicador de contenidos
02.06.25 - Citizens submitted a set of proposed rate recommendations to the Florida Office of Insurance Regulation for review. The agency reviewed the proposal, sought additional information, and approved rates for the upcoming cycle.
- http://x.com/intent/tweet?status=Statement%20on%20Office%20of%20Insurance%20Regulation%E2%80%99s%202025%20Rate%20Order%20Approvals+https://www.citizensfla.com/20250206-statement-on-office-of-insurance-regulation-s-2025-rate-order-approvals
- http://www.facebook.com/sharer/sharer.php?u=https://www.citizensfla.com/20250206-statement-on-office-of-insurance-regulation-s-2025-rate-order-approvals&title=Statement%20on%20Office%20of%20Insurance%20Regulation%E2%80%99s%202025%20Rate%20Order%20Approvals
- http://www.linkedin.com/shareArticle?mini=true&url=https://www.citizensfla.com/20250206-statement-on-office-of-insurance-regulation-s-2025-rate-order-approvals&title=Statement%20on%20Office%20of%20Insurance%20Regulation%E2%80%99s%202025%20Rate%20Order%20Approvals&source=https://www.citizensfla.com
- mailto:?subject=Statement%20on%20Office%20of%20Insurance%20Regulation%E2%80%99s%202025%20Rate%20Order%20Approvals&body=Check out this site I came across https://www.citizensfla.com/20250206-statement-on-office-of-insurance-regulation-s-2025-rate-order-approvals
12.04.24 - Citizens' policy count has dipped below 1 million for the first time in more than two years as the Florida property insurance market continues to improve.
- http://x.com/intent/tweet?status=Citizens%E2%80%99%20Policy%20Count%20Drops%20Below%201%20Million+https://www.citizensfla.com/20241204-citizens-policy-count-below-1m
- http://www.facebook.com/sharer/sharer.php?u=https://www.citizensfla.com/20241204-citizens-policy-count-below-1m&title=Citizens%E2%80%99%20Policy%20Count%20Drops%20Below%201%20Million
- http://www.linkedin.com/shareArticle?mini=true&url=https://www.citizensfla.com/20241204-citizens-policy-count-below-1m&title=Citizens%E2%80%99%20Policy%20Count%20Drops%20Below%201%20Million&source=https://www.citizensfla.com
- mailto:?subject=Citizens%E2%80%99%20Policy%20Count%20Drops%20Below%201%20Million&body=Check out this site I came across https://www.citizensfla.com/20241204-citizens-policy-count-below-1m
10.07.24 - Citizens urges policyholders and other Florida residents to prepare as Hurricane Milton is forecast to make landfall in the Tampa Bay region and impact the I-4 corridor in Central Florida.
- http://x.com/intent/tweet?status=Citizens%20Urges%20Policyholders%20to%20Prepare%20for%20Hurricane%20Milton+https://www.citizensfla.com/20241007-citizens-urges-policyholders-to-prepare-for-hurricane-milton
- http://www.facebook.com/sharer/sharer.php?u=https://www.citizensfla.com/20241007-citizens-urges-policyholders-to-prepare-for-hurricane-milton&title=Citizens%20Urges%20Policyholders%20to%20Prepare%20for%20Hurricane%20Milton
- http://www.linkedin.com/shareArticle?mini=true&url=https://www.citizensfla.com/20241007-citizens-urges-policyholders-to-prepare-for-hurricane-milton&title=Citizens%20Urges%20Policyholders%20to%20Prepare%20for%20Hurricane%20Milton&source=https://www.citizensfla.com
- mailto:?subject=Citizens%20Urges%20Policyholders%20to%20Prepare%20for%20Hurricane%20Milton&body=Check out this site I came across https://www.citizensfla.com/20241007-citizens-urges-policyholders-to-prepare-for-hurricane-milton
Publicador de contenidos
Publicador de contenidos
NOAA Graphical Forecast for the Atlantic
Se ha producido un error al procesar la plantilla.
Java method "com.liferay.portal.kernel.util.DateUtil_IW.parseDate(String, String, Locale)" threw an exception when invoked on com.liferay.portal.kernel.util.DateUtil_IW object "com.liferay.portal.kernel.util.DateUtil_IW@472c0f04"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: feedDateObj = dateUtil.parseDate("EEE... [in template "20154#20194#7206842" at line 24, column 7] ----
1<#-- Public scope -->
2<#assign
3 feedDoc = saxReaderUtil.readURL("${cpicNoaaFeed.getData()}")
4 feedItems = feedDoc.selectNodes("/rss/channel/item")
5 image_path = themeDisplay.getPathThemeImages()
6/>
7
8<#list feedItems as item>
9
10 <#assign title = item.selectSingleNode('title').getData() />
11
12 <#if title == "NHC Atlantic Outlook">
13 <style>
14 .news-feed-noaa {
15 height: 21.9rem;
16 overflow-x: hidden;
17 overflow-y: scroll;
18 padding: 1.25rem;
19 }
20 </style>
21
22 <#assign
23 feedDate = getterUtil.getString(item.selectSingleNode('pubDate').getData())
24 feedDateObj = dateUtil.parseDate("EEE, dd MMM yyyy hh:mm:ss Z", feedDate, locale)
25 description = item.selectSingleNode('description').getData()
26 description = description?replace('a href', 'a target="_blank" href')
27 />
28
29 <div class="cpic-content more-content news-feed">
30 <h2 class="h2 news-feed-header rounded-top text-center">
31 <img class="noaaHeaderImage" src="${image_path}/custom/NOAA Logo.png" alt="NOAA Logo" />
32 <div class="noaaHeaderText">Storm Tracker</div>
33 </h2>
34 <div class="news-feed-noaa">
35 <div class="feed-title noaa-feed-title" style="font-weight: bold;">${.vars['reserved-article-title'].data}</div>
36 <div class="feed-entries">
37 <div class="feed-entry">
38 <div class="feed-entry-title noaa-item-title" style="font-weight: bold;"><a href="${item.selectSingleNode('link').getData()}" target="_blank">${item.selectSingleNode('title').getData()}</a></div>
39 <div class="feed-entry-content">
40 <div class="feed-date noaa-feed-date" style="padding-bottom: .5rem;">${feedDateObj?datetime}</div>
41 <div class="noaa-item-description">${description}</div>
42 </div>
43 </div>
44 </div>
45 </div>
46 </#if>
47</#list>
Nodo: ewmas04-prd:8080