/* ======================================================== 
   Fonts
   ======================================================== */

/* ======================================================== 
   HTML tag overrides 
   ======================================================== */

/* ======================================================== 
   image overrides 
   ======================================================== */

/*   a.svg-cursor::before
{
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	cursor: pointer;
	width:auto;
	height:auto;
}
*/

/*
   @namespace svg url(http://www.w3.org/2000/svg);
*/

/* Necessary to select only SVG <a> elements, not to HTML's.    */
/*
svg|a:link, svg|a:visited 
{
  	cursor: pointer;
}

svg|a:hover, svg|a:active 
{
	text-decoration: none;
}
*/

/* ======================================================== 
   Sitewide template styles 
   ======================================================== */




body
{
	/*background: url(../Images/body_bg.jpg) repeat;*/
    width:1665px;
    
}

body.sfDialog
{
	background: none;
}

#headerWrapper
{
	background: #fff;
}

#header
{
	position: relative;
	width: 915px;
	margin: auto;
	height: 82px;
}

#logo
{
	/*
	background: url(../images/logo2.png) no-repeat 0 18px;
	width: 322px;
	*/
	background: url(../images/logo2023.jpg) no-repeat 0 18px;
	width: 662px;
	height: 52px;
	padding-top: 18px;
	float: left;
}
#logo a
{
	display: block;
	width: 661px;
	height: 52px;
}


#logo2023
{
	/* width: 957px; */
	/* height: 82px; */
	width:780px;
	height: 45px;
	position:absolute;
	display: block;
	/* left: -490px; */
	/* top: -7px; */
	top:15px;
	left:-515px;
	padding-top: 0;/* 34px; */
	background: #ffffff;
	/* margin: 0px 0px -50px -662px; */
}
#logo2023 a
{
	display: block;
	cursor: pointer;
}

#logo2023 a img
{
	position:absolute;
	display: block;
	right: 0px;
	top: 0;
	padding-top: 0;/* 34px; */
	/* width:661px; */
	/* width:957px; */
	width:780px;
	/* height: 82px; */
	height:45px;
	background: #ffffff;
}

.logo2023 img
   {
	   position:absolute;
	   display:inline-block;
	   right: 0px;
	   top: 0;
	   padding-top: 0;
	   /* width:957px; */
	   width:780px;
	   /* height: 82px; */
	   height:45px;
	   background: #ffffff;
   }

#search
{
	float: right;
	margin-top: 11px;
	height: 18px;
	width: 137px;
	background: url(../images/search_bg.jpg) no-repeat;
}

#searchHomepage
{
	position:absolute;
	/* left:0px; */
	/* left:-500px; */
	/* top:-6px; */
	/* height: 28px; */
	width: 137px;
	/* margin-left:-100px; */
	margin-left:-75px;
	/* background: url(../images/searchwindow.jpg) no-repeat; */
	background: url(../images/search-window.jpg) no-repeat;
	left:320px;
	margin-top: 33px;	
}

#searchHomepage input.searchBox
{
	float: left;

	width: 107px;
	padding: 9px 0px 2px 10px;
	border: none;
 
	height: 12px;
	line-height: 12px;
	font-size: 12px;

	outline: none;
	background: transparent;
	/* color: #444; */
	/* use select 2023 dark blue = midnight blue */
	color:#202452;
}

#searchHomepage input.searchButton
{
	float: left;

	width: 20px;
	height: 18px;
	
	background: transparent;
	border: none;
}

#search input.searchBox
{
	float: left;

	margin: 0;
	width: 107px;
	padding: 4px 0px 2px 10px;
	border: none;

	height: 12px;
	line-height: 12px;
	font-size: 11px;

	outline: none;
	background: transparent;
	/* color: #444; */
	/* use select 2023 dark blue */
	color:#202452;
}

#search input.searchButton
{
	float: left;

	width: 20px;
	height: 18px;
	
	background: transparent;
	border: none;
}


.rightBox
{
	float: right;
}


/* ======================================================== 
   CONNECT buttons
   ======================================================== */
#connectlogo
{
	
	position: absolute;
	background: url(../images/connect_logo.png) no-repeat;
	right: 155px;
	width: 100px;
	height: 31px;
	margin-top: 30px;
	float: right;
}

#reconnectlogo
{
	position: absolute;
	/* left:725px; */
	left: 625px;
	top:0px;
	margin-top:-5px;
}

#claimantlogo
{
	
	position: absolute;
	background: url(../images/connect_login_Claimants.png) no-repeat;
	right:90px;
	width: 60px;
	height: 20px;
	margin-top: 40px;
	float: right;
}

#employerlogo
{
	
	position: absolute;
	background: url(../images/connect_login_Employers.png) no-repeat;
	right: 20px;
	width: 60px;
	height: 20px;
	margin-top: 40px;
	float: right;
}



.connectButtonclaimant
{
	position: absolute;
	
	right:90px;
	width: 60px;
	height: 20px;
	margin-top: 40px;
	float: right;
	
}

.connectButtonemployer
{
	position: absolute;
	
	right: 20px;
	width: 60px;
	height: 20px;
	margin-top: 40px;
	float: right;
	
}
.connectButtons a
{
	display: inline-block;
}

.connectButtons a img
{
	height: 60px;
	width: 20px;
}



/* ======================================================== 
   Top Nav 
   ======================================================== */

#topNav
{
	height: 27px;
	float: right;
	margin-top: 9px;
	clear: both;
	width: 520px;
}

#topNav ul
{
	padding: 0;
	margin: 0;
	float: right;
}

#topNav ul li
{
	float: left;
	list-style: none;
	height: 27px;
	background: url(../images/top_nav_bg.png) no-repeat center top;
	border-right: 1px solid #7db3c5;
}

#topNav ul li.first
{
	background-position: left top;
	padding-left: 6px;
}

#topNav ul li.last
{
	background-position: right top;
	border-right: none;
	padding-right: 6px;
}

#topNav ul li a
{
	display: block;
	float: left;
	height: 17px;
	color: #fff;
	font-size: 12px;
	padding: 5px 9px;
	text-decoration: none;
}
#topNav ul li a:hover
{
	text-decoration: underline;
}

/* ======================================================== 
   Font Toggle
   ======================================================== */

.fontToggle 
{
	float: right;
/*
	position:absolute;
	right:150px;
	top:-3px;
*/
	font-size:12px;
	color:#474747;

	line-height: 18px;
	margin: 12px 10px 0 0;
}
.fontToggle p
{
	margin: 0;
}
.fontToggle a { display:inline-block; padding: 0 3px; color:#1C81AA; text-decoration:none; }
.fontToggle a:hover { text-decoration:underline; color:inherit; }
.fontToggle a:visited { color:inherit; }
.fontToggle a.textresizer-active { text-decoration:none; font-weight:bold; color:#156B94; }
.fontToggle strong { color:#474747; text-transform:uppercase; }
	
.txtSmall { font-size:10px; }
.txtMedium { font-size:11px; }
.txtLarge { font-size:12px; }

/* ======================================================== 
   Social buttons
   ======================================================== */

#socialButtonsHomepage
{
	/* position:absolute; */
	position:absolute;
	top:0px;
	left:225px;
	display: block;
	margin: 0px 0px -50px -662px;
	padding-top: 0px;
	height: 46px;
	width: 75px;
	background-color: #ffffff;
	/* margin-inline-start:-200px; */
	/* margin-top:-20px; */
}


#socialBtnsHomepage
{
	position:absolute;
	top:0px;
	/* right:500px; */
	/* left:800px; */
	display: inline;
	/* margin: 0px 0px -50px -662px; */
	padding-top: 0px;
	height: 52px;
	width: 50px;
	border: 1px solid #c3c3c3;
	display: flex;
	justify-content: center;
	/* margin-inline-start:-200px; */
	/* margin-top:-20px; */
}


.socialBtn
{
	position:absolute;
	top:7px;
	/* left: 310px; */
	left: 100px;
	display: grid;
	
  	grid: 22px / auto auto auto;
	  /* row is 22px high */
  	grid-gap: 2px;
  	padding: 2px;
}
.socialBtn > div
{
	background-color: rgba(255, 255, 255, 0.8);
  	text-align: center;
  	font-size: 30px;
}

.socialBtn1 a, .socialBtn2 a, .socialBtn3 a 
{
	display: block;
	cursor: pointer;
}

.socialBtn1 a img, .socialBtn2 a img, .socialBtn3 a img 
{
	height: 22px;
	width: 22px;
	display: block;
	position:absolute;
	right:0px;
	padding-top: 0;/* 34px; */
}

.socialBtn1 img
{
	left:0px;
	top: 0px;
}


.socialBtn2 img
{
	left:20px;
	top: 0px;
}

.socialBtn3 img
{
	left:30px;
	top: 0;
}

/* ======================================================== 
    Select Florida button
   ======================================================== */

   .selectfloridaHomepage
   {
	   position:absolute;
	   display: block;
	   left: 1090px;
	   /* top: 25px; */
	   padding-top: 0;/* 34px; */
	   /* width:300px; */
	   width:200px;
	   /* height: 52px; */
	   height:34px;
	   background: #ffffff;
	   margin-top: 25px;
   }
      
   .selectflorida
   {
	   /* margin: 12px 95px 0 20px; */
	   margin:0px;
	   float: right;
   }
   
   .selectflorida a
   {
	   display: inline-block;
	   cursor: pointer;
   }
   
   
   .selectflorida a img
   {
	   position:absolute;
	   display: block;
	   right: 0px;
	   top: 0;
	   padding-top: 0;/* 34px; */
	   /* width:300px; */
	   width:200px;
	   /* height: 52px; */
	   height:34px;
	   background: #ffffff;
   }

   .selectflorida img
   {
	   position:absolute;
	   /* display: block; */
	   display:inline-block;
	   right: 0px;
	   top: 0;
	   padding-top: 0;/* 34px; */
	   /* width:300px; */
	   width:200px;
	   /* height: 52px; */
	   height:34px;
	   background: #ffffff;
   }
      

/* =======================================================
	RECONNECT
	====================================================== */
	

.reconnectToggleHomepage 
{
	width:200px;
	font-size:12px;
	/* color:#065271; */
	color:#5fa243; /* 2023 reconnect green */
	margin: 30px 65px 0 0;
	position:absolute;
	/* left:875px; */
	left:775px;
	/* margin-top:40px; */
}

.reconnectToggleHomepage p
{
	margin: 0;
}
.reconnectToggleHomepage a { display:inline-block; padding: 0 3px; color:#0891c7; text-decoration:none; }
.reconnectToggleHomepage a:hover { text-decoration:underline; color:#0891c7; }
.reconnectToggleHomepage a:visited { color:#0891c7; }
.reconnectToggleHomepage strong { color:#0891c7; text-transform:uppercase; }


/* ======================================================== 
   Language selection
   ======================================================== */

.languageToggleHomepage 
{
	width: 150px;
	font-size:12px;
	/* use DarkBlue2023 */
	color:#202452;
	/* margin: -15px 65px 0 0; */
	position:absolute;
	
	left: 435px;
	top:-5px;
	/* margin: 20px 65px 0 0; */
	/* right:250px; */
	margin-top:40px;
}

.languageToggleHomepage p
{
	margin: 0;
}
.languageToggleHomepage a { display:inline-block; padding: 0 3px; color:#1C81AA; text-decoration:none; }
.languageToggleHomepage a:hover { text-decoration:underline; color:#1C81AA; }
.languageToggleHomepage a:visited { color:#1C81AA; }
.languageToggleHomepage strong { color:#474747; text-transform:uppercase; }




/* ======================================================== 
   Main Nav (Mega Menu)
   ======================================================== */

#mainNavigationWrapper
{
	/*background: url(../images/menu_default_bg.jpg) repeat-x #053c57;*/
	/* old background: #053c57; */
	/* 2023 dark blue */
	background-color: #202452;
	/* border-top: 2px solid #8fbf3c; */
	/* border-top: 2px solid #00a651; */
	border-top: #00a651 !important;
	border-bottom: 1px solid #333;
	height: 44px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainNav
{
	position: relative;
	z-index: 95; /*2000*/ /*wch updated so chatbot stays in front*/
	height: 44px;
	width: 1600px;
	margin: auto;
	/*top: -10px;*/
}

#mainNav ul#megaMenu
{
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	position: relative;
	left: 50%;
}

#mainNav ul#megaMenu li.mega
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	list-style: none;
	height: 38px;
}

#mainNav ul#megaMenu li.primary
{
	/* background: url(../images/menu_highlighted_bg.jpg) repeat-x #053c57; */
	background: #202452;
	/* added */
	/* border-top: #00a651; */
}

#mainNav ul#megaMenu li.mega a.level2link
{
	font-weight: bold;
	font-style: normal;
	float: left;
	display: block;
	height: 28px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 9px 30px;
	text-decoration: none;
	text-align: center;
	/* background: url(../images/menu_arrow.gif) top right no-repeat; */
	background: url(../images/menu_arrow-new.gif) top right no-repeat;
}

.notHovering {
	color: #000;
}

#mainNav ul#megaMenu li.hovering a.level2link
{
	background: #fff;
	/* darkish blue */
	/* color: #05405c; */
	/* 2023 link dark blue */
	color: #202452;
	padding: 9px 29px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}


#mainNav ul#megaMenu li.mega div.holder
{
	display: none;
	position: absolute;
	top: 45px;
	left: 0px;
	width: 605px;
	border: 1px solid #dddddd;
	border-top: none;
	z-index: 2001;
	/* background: #e0eca5 url(../images/content_bottom_corner.png) no-repeat bottom right; */
	background: #00a651 url(../images/content_bottom_corner_plain.gif) no-repeat bottom right;
}

#mainNav ul#megaMenu li.center div.holder
{
	left: -200px;
}

#mainNav ul#megaMenu li.right div.holder
{
	left: auto;
	right: 0;
}

#mainNav ul#megaMenu li.hovering div.holder
{
	display: block;
}

/*
#mainNav ul#megaMenu li.hovering div.holder *
{
	
}
*/

#mainNav ul#megaMenu li.mega div.holder div.menuColumnWrapper
{
	float: left;
	padding: 0 0 0 20px;
	background-color: #fff;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn
{
	float: left;
	width: 195px;
	padding: 20px 20px 20px 0;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn h3
{
	margin: 10px 0 3px;
	font-weight: bold;
	/* old - dark blue */
	/* color: #05405c; */
	/* 2023 dark blue */
	color: #202452;
	font-size: 1.3em;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn ul
{
	margin: 3px 0 10px;
	list-style: none;
	padding: 0;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn ul ul
{
	margin: 0 0 0 5px;
}

#mainNav ul#megaMenu li.mega div.holder div.megaColumn ul ul a
{
	padding: 3px 0 3px 10px;
	/* background: url("../images/sidebar_arrow.png") no-repeat scroll left 6px transparent; */
	background: url("../images/sidebar_arrow-new.png") no-repeat scroll left 6px transparent;
}


/*old arrow 
{#mainNav ul#megaMenu li.mega div.holder div.megaColumn ul ul a:before
content: "> ";}
*/


#mainNav ul#megaMenu li.mega div.holder div.megaColumn a
{
	font-size: 1.1em;
	line-height: 1.1em;
	/* old medium blue color */
	/* color: #156b94; */
	/* 2023 dark blue */
	color: #202452;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0;
	display: inline-block;
}
#mainNav ul#megaMenu li.mega div.holder div.megaColumn a:hover
{
	/*color before 9/21/11 color: #156b94;*/
	/* Pre 2023 */
	/* color: #1bc3f6; */
	/* 2023 light blue */
	color: #0891c7;
}

#mainNav ul#megaMenu li.mega div.holder div.imageColumn
{
	background-color: transparent;
	width: 144px;
	padding: 0 0 0 11px;
}

#mainNav ul#megaMenu li.mega div.holder div.imageColumn img
{
	margin-top: 15px;
	/* pre rebranding */
	/* border: 2px solid #b6c086; */
	/* 2023 green is 00a651*/
	border: 2px solid #5fa243;
	height: 72px;
	width: 129px;
}

/* ======================================================== 
   Content section
   ======================================================== */

#midsectionWrapper
{
	    
	padding-top: 10px;
    background-color:white;
}

#midsection
{
	background-color:white;
}

#contentWrapper
{
	padding-top: 25px;
    
}

#content
{
	background: #fff url(../images/content_bg.jpg) bottom repeat-x;
	background-color: #fff;
	width: 913px;
    /*width: 1200px;*/
    margin: auto;
       

}

#content
{
	font-size: 10px;
}

.contentDropShadow
{
	/*width: 913px;
	margin: auto;
	height: 5px;
	background-image: url(../images/content_dropShadow.png);*/
}

#contentHeaderRibbon {
	/*background: url("../images/header_ribbon_bg.png") no-repeat scroll 0 0 transparent;*/
	height: 53px;
	left: -15px;
	position: absolute;
	top: 19px;
	width: 37px;
	z-index:500;
}

#contentInnerHomepage
{
	
	position: relative;
	padding: 0 0 35px;
    background-color:white;
	
}

#contentInner
{
	
	position: relative;
	/*padding: 0 0 35px;
	background: url(../images/content_bottom_corner.gif) bottom right no-repeat;*/
	background-color:white;
}

#lowerContent
{
	width: 913px;
    margin: auto;
}

#lowerContent .sfContentBlock
{
	margin-top: 10px;
}

#mastFoot
{
	background: url(../images/footer_silhouette.gif) no-repeat center bottom;
	height: 128px;
}

/* ======================================================== 
   Footer
   ======================================================== */

#footerWrapper *
{
	margin: 0;
	padding: 0;
}
#footerWrapper
{
	background: #202452; /* #05405c */
	color: #fff;
}

#footerWrapper a
{
	color: #fff;
}

#footerWrapper ul
{
	list-style-type: none;
}

#footer
{
	width: 100%;
	margin: auto;
	/*padding-top: 38px;*/
}

#bottomNav
{
	float: right;
	height: 20px;
	padding-bottom: 33px;
}

#bottomNav ul li
{
	float: left;
	height: 10px;
	margin-left: 15px;
	font-size: .8em;
}

#bottomNav ul li a
{
	text-decoration: none;
}

#footerSitemap
{
	float: right;
	margin-bottom: 5px;
}

#footerSitemap .column
{
	float: left;
	width: 120px;
	overflow: hidden;
	border-right: 1px solid #316279;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	height: 40px;
	margin-bottom: 10px;
}

#footerSitemap .column li
{
	margin-bottom: 10px;
	line-height: 11px;
}

#footerSitemap .column li a
{
	font-size: .6em;
	text-decoration: none;
}

#footerSitemap h3
{
	font-size: .7em;
	margin: 0 0 10px;
}

#footerSitemap .f-col1 {}
#footerSitemap .f-col2 {}
#footerSitemap .f-col3 { width:100px; }
#footerSitemap .f-col4 { width:145px; }
#footerSitemap .f-col5 {}

#footerCopyright 
{
	padding-bottom:10px;
	float: right;
}

#footerCopyright #myFlorida { float: right; margin-left: 40px; }
#footerCopyright ul { float: right; text-align:right; }
#footerCopyright ul li { padding-left:9px; }
#footerCopyright ul li a { font-size:0.8em; text-decoration:none; }



#footerLeftColumn
{
	float: left;
	width: 152px;
	background: url(../images/footer_logo.jpg) no-repeat top center;
	text-align: right;
	font-size: .85em;
	padding-top: 46px;
	font-size: .7em;
}

#footerLeftColumn ul
{
	margin-top: 17px;
}

#footerLeftColumn #socialButtons ul 
{
	margin-top: 20px;
}

#footerLeftColumn #socialButtons ul li
{
	float: right;
	margin-left: 5px;
}
#footerLeftColumn #socialButtons ul li a
{
	display: block;
}

#footerLeftColumn #socialButtons ul li a img
{
	height: 24px;
	width: 24px;
}

#disclaimerWrapper
{
	background: url(../images/footer_bg.png) repeat-x;
	color: #fff;
}

#disclaimer
{
	width: 915px;
	margin: auto;
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: .7em;
}

/* ======================================================== 
    Utility classes
   ======================================================== */

.clearfix:after, .ui-helper-clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix, .ui-helper-clearfix
{
	display: inline-block;
}


.clear
{
	clear: both;
}

/* Image Replacement */
.ir
{
	overflow: hidden;
	text-indent: -10000px;
	outline: none;
}
/*Skip to Content*/
.skiplink
{
	display: none;
}


/* ======================================================== 
    External link confirmation
   ======================================================== */
   
#externalOK, #externalCancel
{
	/* border: 2px solid #05405C; */
	border: 2px solid #202452;
	/* background: #97c93f; */
	background-color: #5fa243;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
}

#externalMessage
{
	margin: 0 0 20px;
}

#externalOverlay
{
	/* old dark blue 05405c  */
	/* color: #05405C; */
	/* 2023 dark blue */
	color: #202452;
	display: none;
	position: absolute;
	/* border: 4px solid #05405C; */
	border: 4px solid #202452;
	background: #fff;
	padding: 20px;
	text-align: center;
	z-index: 5000;
	width: 450px;
}


/* ======================================================== 
    Business Units Link Blocks
   ======================================================== */

/* new - using 6 little blocks:                             */
 
.businessUnitBlock 
{
	vertical-align:top;
	/* gray 209 210 212 */
	background-color: #D1D2D4;
	margin-left:0px;
	padding: 0px 23px 0px 2px; /* good */
	position:relative;
	z-index:0;
}

div.businessUnitBlock
{
	height:70px;
}

.businessUnitBlock p
{
	padding:0;
	height:1em;
}

.businessUnitBlock p:before
{
	margin: 0 0 0 25px;
	content:" ";
	padding: 0px 7px 0px 10px;
	background-image: url('../images/business_arrow_gray3.png');
	background-repeat: no-repeat;
	background-position: left center;
	/* background-position: left center; */
	background-size: 10px;
	vertical-align: middle;
}	
	

.businessUnitBlock ul li 
{
/* list-style-image: url('../images/business_arrow_gray.png') !important; */
/* the above works but size is bonkers */
	margin: 0 0 0 -10px;
	padding: 6px 10px 5px 4px;
	list-style: none;
	background-image: url('../images/business_arrow_gray.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
}
	
.businessUnitBlock img
{
	text-align:center;
	vertical-align:middle;
	border:0;
}

.businessUnitBlock ul
{
	width:283px!important;
/*	left: -12px !important; */
	position: relative;
}


.businessUnitBlock ul li a
{
  text-decoration: none;
	padding: 3px 0 3px 5px;
	/* background: url('../images/business_arrow_gray.png') no-repeat scroll left 6px transparent;  */
	/* list-style-image: url(../images/business_arrow_gray.png);*/
  }

.businessUnitBlock ul li a:hover
{
  text-decoration: underline;
  list-style: none;
}

/*  end new */
   
   
div.BusinessUnitTable 
{
  border: 5px solid #D1D2D4;
  background-color: #FFFFFF;
  width: 913px;  
  height: 400px;
  text-align: left;
  display: table;
}

.divTableRow
{ 
    display: table-row; 
    border:5px solid red; 
    background: yellow;
}

.divTableCell
{
  border: 1px solid #D1D2D4;
  padding: 5px 5px;
  display: table-cell;
  font-size: 13px;
  color: #330A01;
}
.divTableBody 
{ 
    display: table-row-group;

}

/* ======================================================== 
    Universal Colors 
   ======================================================== */

.NavyBlue2
{
	background-color:#003F6D;
}
.DEOGreen{
	background-color:#96C841;
}
.DEOBlue2{
	background-color:#166B95;
}

/* Color of SELECT and COMMERCE */
.DarkBlue2023
{
	background-color: #202452;
}

.LightBlue2023
{
	background-color: #0891c7;
}

/* color of FLORIDA */
.DarkGreen2023
{
	background-color: #00a651;
}

/* color of CONNECT */
.LightGreen2023
{
	background-color: #5fa243;
}

/* color of FLORIDA on SelectFlorida */
.Orange2023
{
	background-color: #f58024;
}
/* ----- */

/*      */
