/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2025 | 06:39:36 */
.job_search_top_facet select.facetwp-dropdown {
	outline: none !important;
    background: #ffffff;
    padding: 18px 24px;
    border: none;
    border-radius: 100px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2024/11/Arrow-1.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 22px center !important;
}

.rn_guide_main_container .row {
	margin-left: auto;
	margin-right: auto;
}

.rn_guide_listings {
    background: #ffffff;
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}

.rn_guide_left {
	padding-left: 0;
}

.rn_guide_left .pp-content-grid-post-image {
    padding: 0 !important;
}

.rn_guide_left .pp-content-grid-post-image img {
	object-fit: cover;
	width: 100%;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	aspect-ratio: 4 / 2;
}

.rn_guide_listings {
    display: flex;
    align-items: center;
}

.rn_guide_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
}

.learn_more_button_customs {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
    color: #ffffff;
    background: #FF7028;
    padding: 10px 30px;
    border-radius: 100px;
    border: none;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
    transition: all .3s ease;
	width: fit-content;
	cursor: pointer;
}

.learn_more_button_customs:hover {
    background: #de5134;
    transition: all .3s ease;
	cursor: pointer;
}

.rn_guide_more_info {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
    padding: 4px 16px 4px 16px;
    background: #F4F4F4;
    border-radius: 100px;
    width: fit-content;
}

.rn_guide_more_info_div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rn_guide_hover_box {
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 32px;
	background: #ffffff;
}

.rn_guide_hover_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333333;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
}

.rn_guide_hover_seperator {
    border-top: 1px solid #666666;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rn_guide_hover_more_info {
    color: #333333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
}

.rn_guide_hover_more_info span {
    color: #666666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}


.rn_guide_helpful_link_heading {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333333;
    margin-top: 60px;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
}

.rn_guide_helpful_links p, .rn_guide_helpful_links p a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
	color: #666666 !important;
}

.rn_guide_grid_customs .pp-content-post {
	overflow: visible;
}

.right_grid_guide {
    position: absolute;
    right: 0;
    top: 0;
	transition: all .3s ease;
	z-index: 6;
	height: 400px !important;
}

.rn_guide_grid_customs .pp-content-post {
    position: static !important;
}

.right_grid_guide {
    opacity: 0;
/* 	overflow: hidden; */
    max-height: 0;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.rn_guide_hover_info {
	height: 400px;
}

.rn_guide_hover_box {
	height: 400px;
	overflow-y: scroll;
}


.right_grid_guide.show {
    opacity: 1;
    max-height: 400px;
/*     overflow-y: scroll; */
	z-index: 66;
}

.left_grid_guide.active .rn_guide_title {
	color: #DE5134 !important;
}

.rn_guide_hover_info {
    margin-bottom: 20px;
}

.licensure_guide_row_custom_main .fl-row-content-wrap {
	padding-bottom: 15%;
	overflow-y: hidden;
	position: relative;
}


/* POPUP */
#pods_new_data .rn_guide_left .pp-content-grid-post-image img {
    aspect-ratio: 4 / 2;
}

.pod_page_heading {
    background: linear-gradient(90deg, #333333 45%, #62002E 25.07%, #A6294B 54.84%, #DE5134 61.9%, #FF7028 69.72%, #FF8A29 77.16%, #FFB32A 84.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 0;
}

.pod_page_seperator {
    border-top: 1px solid #000000;
}

.pod_page_more_info_div p {
    color: #333333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
}

.pod_page_more_info span {
    color: #666666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

.pod_page_helpful_link_heading {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333333;
    margin-top: 60px;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
}

.pod_page_helpful_links, .pod_page_helpful_links p, .pod_page_helpful_links p a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    font-family: "aktiv-grotesk", Verdana, Arial, sans-serif;
    color: #666666 !important;
}

.popup_data_div {
	display: none;
}

.popup_data_div.shown {
	display: block;
}
/* POPUP */