/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2025 | 13:04:38 */
.lucid_licensure_nursing_front_content {
	display: flex;
}

.lucid_licensure_nursing_feat_img img {
	aspect-ratio: 265/190;
	object-fit: cover;
	width: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.lucid_licensure_nursing_feat_img {
	width: 35%;
}

.lucid_licensure_nursing_content {
	width: 55%;
	padding-left: 20px;
	padding-right: 20px;
}

.lucid_licensure_nursing_title, .pod_page_heading {
	color: #5F9E8F;
	font-family: "ivypresto-display", Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 37px;
	line-height: 20px;
}

.lucid_licensure_nursing_more_info {
	display: flex;
	justify-content: space-between;
}

.licensure_nursing_content_info {
	color: #4A4A4A;
	font-family: "azo-sans-web", Verdana, Arial, sans-serif;
	font-size: 14px;
}

.licensure_nursing_content_info span {
	color: #4A4A4A;
	font-family: "azo-sans-web", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.pod_page_seperator {
	border-top: 1px solid #4A4A4A;
	margin-top: 20px;
	margin-bottom: 10px;
}

.lucid_licensure_nursing_learn_more_btn {
	margin-top: 47px;
}

.lucid_licensure_nursing_learn_more_btn a {
	background: #5F9E8F;
	padding: 5px 40px 7px 40px;
	color: #FFFFFF;
	font-family: "azo-sans-web", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #5F9E8F;
	border-radius: 100px;
	text-decoration: none !important;
}

.lucid_licensure_nursing_learn_more_btn a:hover {
	background: transparent;
	color: #5F9E8F;
}

.state_img_map_custom {
	width: 10%;
}

.pod_page_more_info {
	color: #000000;
	font-family: "azo-sans-web", Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
}

.pod_page_more_info span {
	color: #000000;
	font-family: "azo-sans-web", Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 700;
}

.helpful_head {
	color: #5F9E8F;
	font-family: "azo-sans-web", Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}

.helpful_links_custom p {
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
}

.popup_data_div {
	background: #E9EFF2 !important;
	border-radius: 15px !important;
	padding: 20px !important;
}




/* 
Popup */


/* wrapper & layout */
.licensure_popup_wrapper {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

/* grid should take remaining space */
.licensure_popup_wrapper > .licensure_nursing_grid_custom {
	flex: 1 1 0;
	box-sizing: border-box;
}

/* global popup panel (side panel) as sibling inside wrapper */
.licensure_popup_wrapper > #global_popup_panel {
	width: 430px;
	box-sizing: border-box;
	background: #E9EFF2;
	border-radius: 15px;
	padding: 20px;
	display: none;
	align-self: flex-start;
	/* 	position: absolute;
	left: 100%;
	top: 20px; */
}

/* close button */
#global_popup_panel .close-popup {
	display: inline-block;
	float: right;
	cursor: pointer;
	font-size: 14px;
	padding: 4px 5px;
	border-radius: 14px;
	background: transparent;
	color: #5F9E8F;
	border: 1px solid #5F9E8F;
}

.helpful_links_custom p {
	display: flex;
	flex-direction: column;
}

/* small screens: stack (popup below grid) */
@media (max-width: 900px) {
	.licensure_popup_wrapper { display: block; }
	.licensure_popup_wrapper > #global_popup_panel {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-top: 16px;
		box-shadow: none;
	}
}
