*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

body{
	overflow-x:hidden;
}
/* common styles */

h1{
	font-family: Times, sans-serif;
	font-style:italic;
}
h2,h3,h4,h5,h6,p,a,li{
    font-family: Helvetica, Arial, sans-serif;
}

li{
	list-style:none;
}
a{
	text-decoration:none;
}

h1,.fl-main-hd{
	text-transform: capitalize;
	font-family: Times, sans-serif;
	font-size: 44px;
	line-height:52px;
	color:var(--green);
}
h2,.fl-mediam-hd{
	font-size: 25px;
	line-height:33px;
	text-transform:uppercase;
}
h3{
	text-transform: capitalize;
	font-size: 22px;
	line-height:28px;
}
h4{
	text-transform: capitalize;
	font-size: 20px;
	line-height:25px;
}
   
p,.para{
	font-size:17px;
	line-height:26px;
}
.para{
font-style:normal !important;
font-size:17px !important;
	line-height:26px !important;
}
/* header */

.fl-badge-desk,.fl-header-text-col,.fl-badge-text,.desk-nav-menu{
	display:none !important;
}
.fl-badge{
    width: 45px;
	display:none;
}
.header_main.scrolled .fl-badge{
display:flex
}
.fl-badge img{
    width: 100%;
	height:auto;
}
.mob-nav-menu{
	display:none;
	position: absolute;
	top: 48px;
	width: 100%;
	left: 0;
	max-height: 80vh;
	overflow: auto;
}
.fl-primary-header.active .mob-nav-menu{
		display:block;
}
.mob-nav-menu li a{
	display:block;
	padding:14px 14px 14px 10%;
	background:var(--black);
	border:1px solid var(--white);
	text-transform:uppercase;
	color:var(--white);
	    font-size: 20px;
    line-height: 28px;
	font-weight:400;
	border-bottom:unset;
		transition:0.3s ease-in-out;
	position:relative;
	display: inline-flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
}
.mob-nav-menu .menu-item-has-children .sub-menu{
	max-height:0;
	transition:0.5s ease-in-out;
    overflow: hidden;
}
.mob-nav-menu .menu-item-has-children .sub-menu.active{
	    max-height: fit-content;
/*      overflow: auto; */
}
.mob-nav-menu li.menu-item-has-children > a::after{
/* 		position:absolute; */
		content:''; 
		background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/dropdown.svg") no-repeat;
		background-size:100%;
		width:14px;
		height:11px;
		right:15px;
		top:17px;
	transition:0.3s ease-in-out;
        
	}
.mob-nav-menu li.active > a{
		background:var(--white);
		color:var(--green);
	}
.mob-nav-menu li.menu-item-has-children.active > a::after{
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/dropup-green.svg") no-repeat;
	background-size:100%;
}
.mob-nav-menu li ul li a{
	padding:14px 14px 14px 15%;
	background:var(--green);
	text-transform:capitalize;
		font-size:19px;
	line-height:27px;
}
.mob-nav-menu  li.menu-item-home a{
	border:none;
}
.fl-primary-header{
	padding:2px 20px;
	border-bottom: 3px solid var(--soft-black);
	background:var(--green);
	display:flex;
	align-items:center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:48px;
	justify-content: space-between;
	z-index:999;
}
.desk-logo img{
	height:65px;
	width:auto;
}
.fl-secondary-header{
	background-color:var(--green) !important;
	display:flex;
       align-items: center;
	justify-content:center;
	padding:14px 0;
	border-bottom: 3px solid var(--soft-black);
	background: url("/wp-content/themes/alpha-x-theme-framework/assets/images/Flagler-Wave.webp") no-repeat center center;
	margin-top: 48px;
}
.fl-hdr-badgetext{
	display:flex;
	gap:5px;
	align-items:center;
}
.fl-toggle>span {
    position: relative;
    display: block;
	margin-top: 14px;
}
.fl-toggle>span::before, .fl-toggle>span::after{
	position:absolute;
	content:'';
}
.fl-toggle>span, .fl-toggle>span::before, .fl-toggle>span::after {
    background-color: var(--white);
    height: 3.5px;
    width: 26px;
    border-radius: 5px;
	display:block;
}
.fl-toggle {
    height: 30px;
    width:26px;
    float: right;
    cursor: pointer;
    z-index: 999;
    position: relative;
}
.fl-toggle>span::before {
     top: -8px;
}
.fl-toggle>span::after {
    top: 8px;
}
.fl-primary-header.active .fl-toggle span::before {
    transform: rotate(-45deg);
	top:0;
}
.fl-primary-header.active .fl-toggle span::after {
    transform: rotate(45deg);
	top:0;
}
.fl-primary-header.active .fl-toggle > span{
	background-color:var(--green);
}
.header_main{
	    z-index: 999;
    position: relative;
}

/* footer */

.sidebar-primary-widget,figcaption{
	display:none !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
	content:none;
}
.footer-widget-two{
	background-color:var(--green);
	color:var(--white);
	padding:22px 0;

}
.lf-footer-address-col > div:first-child h3{
	display:none;
}
.lf-footer-address-col > div:first-child{
	align-items:center;
	display:flex;
	justify-content:center;
	text-align:center;
	    flex-direction: column;
}
.lf-footer-address-col > div:last-child{
	display:flex;
	justify-content:center;
	text-align:center;
	    flex-direction: column;
	gap:14px;
}
	#menu-footer-menu{
		display:flex;
		gap:12px;
	}
.lf-footer-address-col  p{
	font-weight:700;
    font-size: 14px;
	line-height:26px;
}
.lf-footer-address-col a{
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    color: var(--white);
}
.lf-footer-address-col a:hover{
	text-decoration:underline;
}
.menu-footer-menu-container{
	    padding: 25px 0;
}
.lf-footer-address-col > div:first-child p{
	margin-top:14px;
}
.fl-ftr-contact-col{
	padding:40px 0;
	flex-direction:column;
	gap:30px;
}
.fl-ftr-contact-col h2{
	text-transform:uppercase;
	font-size:25px;
	line-height:33px;
	font-style:italic;
	padding-bottom:15px;
}
.fl-ftr-contact-col p,.fl-ftr-contact-col a,.fl-ftr-contact-col h3{
	color:var(--green);
	font-weight:700;
}
.fl-ftr-contact-col p a{
	text-decoration:underline;
}
.fl-footer-emg-text{
	color:var(--red) !important;
	padding-top:20px;
}
.fl-ftr-contact-search{
	padding:17px 0;
	
}
.fl-ftr-contact-search a{
	background:transparent;
	border-radius:0;
	border:2px solid var(--green);
	color:var(--green);
	font-size:19px;
	line-height:21px;
	transition:0.5s ease-in-out;
}
.fl-ftr-contact-search a:hover{
	background:var(--green);
	color:var(--white);
}
.fl-ftr-contact-itlc-para{
	margin-top:17px;
}
.fl-footer-search{
	margin:auto;
}
.fl-footer-search .wp-block-search__inside-wrapper{
	flex-direction: row-reverse;
	gap:10px;
	margin-bottom:25px;
	width:220px;
	margin: auto;
}
.lf-footer-address-col {
/* 	flex-direction:column-reverse; */
	gap:30px;
}
.fl-footer-search .wp-block-search__inside-wrapper svg {
	fill:#787777;
    min-height: 30px;
    min-width: 30px;
}
.fl-footer-search .wp-block-search__inside-wrapper button{
	margin-left:unset;
	background: var(--white);
	border: 1px solid var(--white);
	transform: rotate(270deg);
}

.fl-footer-search .wp-block-search__inside-wrapper input{
	border:2px solid var(--white);
	padding:5px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
}
.wp-block-search .wp-block-search__input:focus-visible,
.wp-block-search .wp-block-search__button:focus-visible {
    outline: 3px solid #000 !important;
    outline-offset: 2px;
}

.wp-block-search__label{
	display:none;
}
.fl-ftr-contact-col > div:last-child p:last-child,
.fl-ftr-contact-col > div:last-child p:nth-last-child(2),
.fl-ftr-contact-col > div:last-child h2{
    display: none;
}
.home .fl-ftr-contact-col > div:last-child p:last-child,
.home .fl-ftr-contact-col > div:last-child p:nth-last-child(2),
.home .fl-ftr-contact-col > div:last-child h2{
    display: block;
}
/* Home */
.fl-common-spcr{
	height:40px !important;
}
.fl-home-hero-grp{
	padding-top:40px;
}
.fl-home-hero-grp h1{
	padding-bottom:20px;
}
.fl-home-hero-grp iframe{
	width:100%;
}
    .fl-swiper-grp .swiper-nav-prev, .fl-swiper-grp .swiper-nav-next {
        background: unset !important;
        border: unset !important;
    }
.fl-hm-second{
	position:relative;
	background-color: var(--green);
	
}
.fl-hm-second > div{	    
	background: url("/wp-content/themes/alpha-x-theme-framework/assets/images/faq-background.webp") no-repeat left fixed;
	padding:20px 0;
}
.fl-hm-second-yt-stack h2{
	color:var(--white);
	font-style:italic;
	padding-bottom:15px;

}
.fl-hm-second-yt-stack{
	padding:20px 30px;
}
.fl-hm-second-yt-stack iframe{
	border:2px solid #d1ccccde;
}
.fl-swiper-grp{
	position:relative;
}
.fl-swiper-grp img{
	width:100%;
	
}
.fl-swiper-grp .swiper-pagination{
    background: rgba(255, 255, 255, 0.4);
    width: fit-content !important;
    bottom: 0 !important;
    padding: 10px;
    right: 0;
    left: unset !important;
	display:none;
	gap:12px;
}
.fl-swiper-grp .swiper-pagination span{
	margin:unset !important;
}
.fl-swiper-grp .swiper-pagination-bullet{
	   background-color:var(--green) !important;
	width:12px !important;
	height:12px !important;
	opacity:1 !important;
}
.fl-swiper-grp .swiper-pagination-bullet-active{
	    background-color:var(--yellow) !important;
}
.fl-swiper-grp .swiper-nav-prev img,.fl-swiper-grp .swiper-nav-next img{
    width: 30px;
    height: 30px;
}
.fl-swiper-grp .swiper-nav-prev,.fl-swiper-grp .swiper-nav-next{
    width: 30px;
    height: 30px;
    position: absolute;
       bottom: 50%;
    transform: translatey(49%);
    z-index: 3;
    opacity: 0.8;
	left:20px;
	cursor:pointer;
}
.fl-swiper-grp .swiper-nav-next{
	right:20px;
	left:unset;
}
.main-content{
	overflow:hidden;
}
.fl-hm-logo-row{
	gap:40px;
	    flex-wrap: wrap !important;
}
.fl-hm-logo-row img{
	width:210px;
	height:auto;
}

/* form */
.fl-contact-form input,.fl-contact-form button{
	font-family: Helvetica, Arial, sans-serif !important;
	height:56px !important;
}
.fl-contact-form input,.fl-contact-form textarea{
	color:var(--black) !important;
}
.fl-contact-form input::placeholder,
.fl-contact-form textarea::placeholder {
/*     color: var(--black) !important; */
    opacity: 1 !important;
}
.fl-contact-form {
	font-family: Helvetica, Arial, sans-serif !important;
}
.fl-contact-form textarea{
		font-family: Helvetica, Arial, sans-serif !important;
	min-height:81px !important;
}
.fl-contact-form .wpforms-field, .wp-core-ui .fl-contact-form .wpforms-field {
    padding: 10px 0 !important;
}
.fl-name-field .wpforms-field-row,.wpforms-layout-row{
	flex-wrap:wrap !important;
}
.fl-name-field .wpforms-field-row-block{
padding:unset !important;
}
.fl-name-field .wpforms-field-row-block,.wpforms-layout-row .wpforms-layout-column{
	width:100% !important;
	
}

.wpforms-submit:focus{
	outline:none !important;
}
.fl-name-field .wpforms-first{
	margin-bottom:20px;
}
.fl-contact-form .wpforms-field-layout{
	padding:unset !important;
}
.fl-contact-form .wpforms-submit-container{
	margin-top:20px !important;
}
.fl-contact-button{
	width:145px !important;
	height:54px !important;
	padding: 1em 2em .8em !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size:18px !important;
	line-height:20px !important;
	transition:0.5s ease-in-out;
}
.fl-contact-button:hover{
	background:transparent !important;
	color:#231f20 !important;
}
.fl-news-release-sec{
	background:var(--green);
	padding:40px 30px;
	color:var(--white);
    margin-bottom: 40px;
	
}
.fl-news-release-sec h2{
	padding-bottom:15px;
}
.news-item{
	padding:20px 0;
	border-bottom: 1px solid #ccc;
}
.news-item:last-child{
	padding-bottom:unset;
	border-bottom:none;
}
.news-item img{
	width:250px;
	height:auto;
}
.news-item-title a{
	color:var(--white);
	font-weight:700;
	text-transform:capitalize;
	font-style:italic;
	font-size:25px;
	line-height:28px;
}
.news-item-title a:hover{
	text-decoration:underline;
}
.news-item-title{
		padding:10px 0;
}
.news-item-excerpt,.news-item-read-more{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size:17px;
	line-height:26px;
}
.news-item-read-more{
	margin-top:20px;
	display:block;
	color:var(--white);
	position:relative;
	padding-right:22px;
	width:fit-content;
}
.news-item-read-more::after{
	position:absolute;
	content:''; 
	background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/right-link-arrow.svg") no-repeat;
	background-size:100%;
	width:17px;
	height:17px;
	right:0;
	top:2px;
}
.news-item-read-more:hover{
	text-decoration:underline;
}

/* about */
.fl-about-grp{
	padding-top:50px;
}
.fl-about-grp h2{
	color:var(--green);
	padding:22px 0 17px 0;
}
.fl-about-grp P{
	font-weight:500;
	padding-bottom:17px;
}
.fl-about-grp img{
	width: 225px;
	height: 300px;
	border:10px solid var(--black);
}
.fl-about-sheriff{
	gap:20px;
	margin-bottom:20px;
}
.fl-about-sheriff > div{
	max-width:fit-content !important;
}
.fl-about-sheriff a,.fl-history-grp a{
	font-size:17px;
	line-height:26px;
}

.fl-about-sheriff a,.fl-history-grp a,
.fl-commonstruct-grp a,.fl-help-desk-grp a,.fl-privacy-grp a,.fl-commonstruct-grp a,.sheriff-single-content a,
.fl-history-grp a,.news-pagination a,.news-release-single-content a,.commanders-report-list a,.fl-cpd-second-grp a,.search-pagination a{
		position:relative;
	color:var(--black) !important;
	text-decoration:underline;
	transition:0.3s ease-in-out;
	font-weight:500;
}
.fl-about-sheriff a::after,.fl-history-grp a::after,
.fl-commonstruct-grp a::after,.fl-help-desk-grp a::after,.fl-privacy-grp a::after,.fl-commonstruct-grp a::after,.sheriff-single-content a::after,
.fl-history-grp a::after,.news-pagination a::after,.news-release-single-content a::after,.commanders-report-list a::after,.fl-cpd-second-grp a::after,
.search-pagination a::after{
	position:absolute;
	content:'';
	width:0%;
	height:1px;
	background-color:var(--black);
	left:0;
	bottom:1px;
	transition:0.3s ease-in-out;
}
.fl-commonstruct-grp a::after{
	bottom:-2px;
}
.fl-about-sheriff a:hover,
.fl-history-grp a:hover,
.fl-commonstruct-grp a:hover,
.fl-help-desk-grp a:hover,
.fl-privacy-grp a:hover,
.sheriff-single-content a:hover,.news-pagination a:hover,.news-release-single-content a:hover,.commanders-report-list a:hover,
.fl-cpd-second-grp a:hover,.search-pagination a:hover{
	text-decoration-color:transparent;
}
.fl-about-sheriff a:hover::after,
.fl-history-grp a:hover::after,
.fl-commonstruct-grp a:hover::after,
.fl-help-desk-grp a:hover::after,
.fl-privacy-grp a:hover::after,
.sheriff-single-content a:hover::after,.news-pagination a:hover::after,.news-release-single-content a:hover::after,.commanders-report-list a:hover::after,
.fl-cpd-second-grp a:hover::after,.search-pagination a:hover::after{
	width:100%;

}
.sheriff-item a::after{
	content:none;
}
/* History of FCSO */
.fl-history-grp{
	padding-top:25px;
}
.fl-history-hd{
	padding:40px 0 20px 0;
}
.fl-history-swiper .swiper-wrapper,.fl-home-slider .swiper-wrapper{
	height:250px;
}

.fl-history-swiper .swiper-wrapper img,.fl-home-slider .swiper-wrapper img {
     width: 100%;
    height: 100%;
	object-fit:cover;
}


/* fallen heroes */
.fl-fallen-hero-grp h2{
	color:var(--green);
	font-style:italic;
}
.fl-fallen-hero-grp{
	padding:50px 0 60px 0;
}
.fl-fallen-hero-grp h2{
	padding:25px 0 20px 0;
}
.fl-fallen-hero-grp img{
	border:5px solid var(--black);
}
.fl-fallen-heroes-cols p{
	font-weight:500;
	padding-bottom:17px;
}
.fl-fallen-heroes-cols img{
	width:183px;
	height:auto;
}
.fl-fallen-heroes-cols div.wp-block-columns{
	gap:17px;
	margin-bottom:43px;
}
.fl-fallen-embeded-grp{
	display: flex;
	justify-content: center;
}
.fl-fallen-logorow{
	gap:23px;
	margin:31px 0 23px 0;
}
.fl-fallen-logorow figure:first-child img{
	width:165px;
	height:auto;
}
.fl-fallen-logorow figure:last-child img{
	width:150px;
	height:auto;
}
/* Active assailant */
.fl-commonstruct-grp,.fl-help-desk-grp,.fl-privacy-grp{
	padding:50px 0 40px 0;
}
.fl-commonstruct-grp p,.fl-commonstruct-grp .para,.fl-welker-grp .para{
	color:var(--green);

}
.fl-commonstruct-grp.fl-paracommon-grp .para{
	color:var(--black);
}


.fl-commonstruct-grp h1{
	padding-bottom:22px;
}
.fl-commonstruct-grp a{
	word-break:break-word;
}
.fl-commonstruct-grp p,.fl-help-desk-grp p,.fl-privacy-grp p{
	padding-bottom:17px;
}
.fl-gallery-grid{
		display:grid !important;
	gap:10px !important;
}
.fl-gallery-sec,.fl-commonstruct-grp .wp-block-gallery{
/* 	display:grid !important; */
	gap:10px !important;
}
body .fl-gallery-grid figure{
	width:unset !important;
}

.fl-aa-logo-row{
	flex-wrap:wrap !important;
	margin-top:10px;
}
.fl-aa-logo-row img{
	width:300px;
}
.fl-honer-grp iframe{
	width:100%;
	margin:17px 0 40px 0;
}
.fl-honer-grp h2,.fl-bc-grp h2,.fl-bp-frp h2,.fl-commonstruct-grp h2,.fl-commonstruct-grp h3,.fl-commonstruct-grp h4{
	color:var(--green);
	padding-bottom:15px;
	font-style:italic;
}
.fl-bc-grp li,.fl-commitment-list li,.fl-commonstruct-grp li,.fl-help-desk-grp li,.fl-privacy-grp li{
	list-style:disc;
	color:var(--green);
	font-size:17px;
	line-height:26px;
	font-weight:500;
	padding-bottom: 5px;
}
.fl-commonstruct-grp.fl-paracommon-grp li,.fl-commonstruct-grp.fl-paracommon-grp h3,.fl-commonstruct-grp.fl-paracommon-grp h4{
	color:var(--black);
}
.fl-paracommon-grp p,.fl-help-desk-grp p,.fl-help-desk-grp li,.fl-privacy-grp li{
	color:var(--black);
}
.fl-commonstruct-grp a,.fl-commonstruct-grp p,.fl-help-desk-grp p,.fl-privacy-grp p{
	font-weight:500;
}

.fl-help-desk-grp ul{
	padding:3px 0 20px 40px;
	    word-break: break-all;
}
.fl-help-desk-grp h1{
    font-family: Helvetica, Arial, sans-serif;
	font-style:normal;
	color:var(--black);
	padding-bottom:22px;
}
.fl-commitment-list,.fl-privacy-grp ul,.fl-commonstruct-grp ul,.fl-commonstruct-grp ol{
	padding: 0 0 17px 40px;
}
.fl-bc-lists {
	padding:0 0 40px 40px;
}
.fl-bc-lists ul,.fl-commitment-list ul,.fl-privacy-grp ul,.fl-commonstruct-grp ul li ul,.fl-commonstruct-grp ol li ul{
	padding-left:20px
}
.fl-bc-lists ul li,.fl-commitment-list ul li,.fl-commonstruct-grp ul li ul li,.fl-commonstruct-grp ol li ul li{
	    list-style-type: circle;
}
.fl-commitment-list ul li ul li,.fl-commonstruct-grp ul li ul li ul li,.fl-commonstruct-grp ol li ul li ul li{
	   list-style-type: square;
}
.fl-bc-buttons,.fl-commonstruct-grp .wp-block-buttons{
	margin-bottom:17px;
    row-gap: 20px;
/*     justify-content: center; */
}
.fl-bc-buttons a,.fl-commonstruct-grp .wp-block-buttons a{
	border-radius:0;
	border:2px solid var(--green);
	text-decoration:unset !important;
	background:transparent;
	transition:0.3s ease-in-out;
	text-transform:uppercase;
	color:var(--green) !important;
	padding:13px 19px;
	font-size:14px;
	font-weight:400;
	
}
.fl-bc-buttons a::after,.fl-commonstruct-grp .wp-block-buttons a::after{
	content:none;
}
.fl-hr-hero-img{
	margin-bottom:17px;
}
.fl-emergency-team-gllry figure{
	width:unset !important;
}
.fl-emergency-team-gllry{
	margin-top:23px;
}
.fl-fptable-grp .wp-block-table table {
    table-layout: auto;
}

.fl-fptable-grp  .wp-block-table th,
.fl-fptable-grp  .wp-block-table td {
    white-space: nowrap;
    width: 1%;
	  font-family: Helvetica, Arial, sans-serif;
	font-style:normal;
	line-height:normal;
	font-weight:500;
	color:var(--green);
	padding: 10px 15px;
}
.fl-fptable-grp thead{
	border-bottom:2px solid;
}
.fl-fptable-grp .wp-block-table th{
	padding: 20px 15px;
	    text-align: left;
}
.fl-homerights-lists{
	    padding: 0 0 17px 35px;
}
.fl-homerights-lists li,.fl-decimal-list li{
	list-style:decimal;
}
.fl-homrights-conclsn-p{
	padding-top:28px;
	color:#999999;
}
.fl-marine-gllry{
	margin-bottom:17px;
}
.fl-knine-unit-gllry figure{
	max-width:325px !important;
}
.fl-underline-para{
	text-decoration:underline;
	padding-bottom:0;
text-transform:uppercase;
}
.fl-underline-s-para strong{
		text-decoration:underline;
}
/* privacy policy */
.fl-privacy-grp h1{
	padding-bottom:22px;
}
.fl-privacy-grp h2{
	padding-bottom:20px;
	padding-top:20px;
	color:var(--green);
}
.fl-privacy-grp h3,.fl-privacy-grp h4{
		padding-bottom:15px;
	color:var(--green);
}
.fl-fptable-grp .wp-block-table td:nth-child(4),
.fl-fptable-grp .wp-block-table td:nth-child(5){
white-space:wrap;	
    line-height: 23px;
}
/* news */
.news-releases-list {
	margin-bottom:30px;
}
.news-release-heading{
	padding-top:50px;
	padding-bottom:20px;
}
.news-release-item{
	display:flex;
	flex-direction:column;
	gap:10px;
	padding:30px 0;
	border-bottom:1px solid var(--gray);
}
.news-release-row-one img{
	width:180px;
	height:auto;
	max-height:180px;
}
.news-release-title {
    text-transform: uppercase;
	font-size: 25px;
	line-height:33px;
	font-style: italic;
	color:var(--green);
	font-weight:700;
	padding-bottom:17px;
	display:block;
}
.news-release-item p{
	color:var(--green);
	font-weight:500;
}
.news-pagination{
	width:fit-content;
	display:flex;
	gap:10px;
	margin: auto;
}
.post-type-archive-news-release .fl-ftr-contact-col{
	padding-top:90px;
}
.news-pagination a,.news-pagination span{
	font-family: Helvetica, Arial, sans-serif;
    font-weight:700;
	font-size:14px;
	line-height:20px;
}
.news-pagination span{
	color:var(--green);
}

.news-single-title{
	padding:50px 0 20px 0;    
	font-size: 29px;
    line-height: 30px;
}
.news-release-single-cols {
	padding-bottom:40px;
	min-height: 250px;
}
.news-release-single-content p,.news-release-single-content a{
	color:var(--green);
	font-weight:500;
}
.news-release-single-content p:not(:nth-last-child(2)) {
    padding-bottom: 17px;
}
.news-release-single-image img{
	width: 300px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.news-release-meta-list{
	padding-bottom:20px;
}
.news-release-single-cols img{
	margin-bottom:10px;
}
.news-release-meta-list li{
	color:var(--soft-black);
	font-weight:700;
	padding-bottom:10px;
}
.news-release-pdf{
	padding-top:20px;
}
/*  */
.fl-ofsherif-grp .fl-sheriff-main img{
	width:337px;
	height:462px;
	border:10px solid var(--black);
	object-fit:cover;
	margin-bottom:17px;
}
.fl-ofsherif-grp p{
	font-style:italic;
}
.fl-ofsherif-grp h2{
	padding:20px 0;
}
.fl-sheriff-teamrow{
	flex-wrap: wrap !important;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.fl-sheriff-teamrow img{
	width:186px;
	height:auto;
	object-fit:cover;
}
.fl-thnku-grp {
    padding: 60px 0;
}
/* office of sheriff */
.fl-sheriffsection-head,.cm-reports-head{
	padding-top:50px;
}
.fl-sheriffsection-head h1,.cm-reports-head h1{
	padding-bottom:22px;
}
.fl-sheriffsection-head p,.cm-reports-head p{
	font-weight:500;
	color:var(--green);
}
.sheriffs-grid{
	display:flex;
	flex-wrap:wrap;
	gap:5px;
	margin-top:25px;
	padding-bottom:60px;
}
.sheriffs-grid .sheriff-item{
	background:#236545;
	padding:5px;
	width: 150px;
}
.sheriffs-grid img{
	width:100%;
	height:188px;
	object-fit:cover;
}
.sheriff-info{
	padding-top:5px;
}
.sheriff-info p{
	color:var(--white);
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
    line-height: 18px;
	padding:unset;
}
.sheriff-single-container{
	padding:50px 0;
}
.sheriff-single-container h1{
		padding-bottom:25px;
}
.sheriff-single-container h2{
	padding-bottom:20px;
	color:var(--green);
}
.sheriff-single-image img{
	width: 200px;
	height: 266px;
	border:10px solid var(--black);
	object-fit:cover;
}
.sheriff-single-content p:first-child{
	padding-top:20px;
}
.sheriff-single-content p{
	color:var(--black);
	padding-bottom:17px;
	font-weight:500;
}
/*  */
.commanders-report-list{
	padding:20px 0  40px 60px;
}

.commanders-report-list li{
	padding-bottom:10px;
	list-style:disc;
}
/* search */
.search-head{
	padding-top:50px;
}
.fl-searchpage-container{
	padding:0 0 50px 0;
}
.fl-serchform-container{
	padding:22px 0 30px 0;
}
.fl-searchpage-container input,.fl-searchpage-container button{
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	font-weight:700;
	line-height: 1.4;
	color: #555555;
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 0;
	border-radius: 4px;
}
.fl-searchpage-container input:focus-visible,
.fl-searchpage-container button:focus-visible{
		border: 1px solid #2fa4e7 !important;
	outline:none;
}
.fl-searchpage-container button{
	background-color: #2fa4e7;
	border: 1px solid #2fa4e7;
	color: var(--white);
	cursor:pointer;
	transition:0.3s ease-in-out;
}
.fl-searchpage-container button:hover{
	    background-color: #0179bd;
  border-color: #0179bd;
}
.fl-searchpage-container form{
	display: flex;
    align-items: center;
    gap: 8px;
}
.search-results-count,.search-result-title a,.search-result-meta,.no-results{
	color:var(--green);
    font-weight:500;
	font-style:italic;
}
.search-results-count{
	padding-bottom:30px;
}
.search-result-title a{
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 10px;
	display: inline-block;
	font-style: normal;
	text-transform:capitalize;
}
.search-pagination,.search-pagination .pagination-links{
	margin-top:20px;
	display:flex;
	gap:10px;
	align-items:center;
	justify-content:center;
    font-family: Helvetica, Arial, sans-serif;
	
}
.search-pagination .pagination-links{
	margin:unset;
    font-size: 13px;
	font-weight:500;
}
.search-pagination span{
	color:var(--green);
	font-weight:500;
    font-size: 13px;
}
.search-result-item{
	padding:20px 0;
	border-bottom:1px dashed var(--green);
}
.search-result-meta{
	    font-size: 13px;
    line-height: 18px;

}
/*  */
.fl-blck-list li{
	color:var(--black);
}
.fl-welker-grp h1{
	padding-bottom:22px;
}
.fl-welker-grp p{
	color:var(--green);
}
.fl-welker-img img {
    border: 10px solid var(--green);
}
.fl-cpd-second-grp{
	padding-bottom:50px;
}

.fl-cpd-second-grp h2{
	text-transform:uppercase;
	color:var(--black);
}
.fl-cpd-second-grp img{
	border:unset;
	margin-bottom:30px;
}
.fl-cpd-second-grp .fl-underline-para{
	padding-bottom:5px;
	padding-top:20px;
}
.fl-jon-details{
	gap:0;
padding-bottom:20px
}
.fl-jon-details p{
	padding-bottom:0;
}
.fl-nmbr-para{
	padding-top:20px;
}
.fl-ifap-img{
	margin-top:20px;
}
.fl-para-stack p,.fl-para-stack h2,.fl-para-stack h3{
	padding-bottom:0 !important;
	
}
.fl-para-stack{
	padding-bottom:17px;
	gap:0;
}
.fl-faq-stack{
	margin-top:20px;
	gap:0;
	padding:20px 0;
	border-bottom:1px solid var(--gray);
}
.fl-faq-stack h3{
	font-size:22px;
	line-height:30px;
	text-transform:uppercase;
	color:var(--green);
}
.fl-dev-single h2{
	padding:15px 0;
	font-size:25px;
}
.fl-isd-hero-col{
	gap:10px;
}
.fl-isd-hero-col img{
	width:204px;
	height:253px;
    border:10px solid var(--green);
	margin-bottom:10px;
	object-fit:cover;
}
.fl-isd-hero-content{
	gap:0;
}
.fl-volunteers-btns{
	flex-direction:column;
align-items: flex-start;
margin-bottom:60px;
}
/* videos */
.fl-video-cols{
	flex-direction:column;
	    gap: 0;
	margin-top:40px;
}
.fl-video-cols > div{
	padding:20px 0;
	border-bottom:1px solid var(--gray);
	width:fit-content;
}
.fl-video-cols h2{
	font-size: 22px;
	line-height: 28px;
}
/* cold case  */
.fl-cc-head,.cold-single-content-wrapper{
	padding-top:50px;
}
.fl-cc-head img{
		width: 100%;
	height: auto;
	margin-bottom:17px;
}
.fl-cc-head p,.cold-case-tip p,.cold-single-content-wrapper p{
	color:var(--green);
	font-weight:500;
	padding-bottom:17px;
}
.cold-case-tip p:last-child,.cold-single-content-wrapper p:last-child{
	padding-bottom:0;
}
.fl-cc-cat-stack{
	gap:10px;
	margin-top:40px;
}
.fl-cc-cat-stack img{
	width:306px;
	height:306px;
}
.fl-cc-cat-stack a{
	display:flex;
}
.cold-case-grid{
   display:flex;
	gap:10px;
	flex-wrap:wrap;
}
.cold-single-content-wrapper img{
	width: 100%;
	height: auto;
}
.cold-case-tip {
	padding:50px 0;
}
.cold-case-tip h2{
	padding-bottom:17px;
	font-style:italic;
}
.cold-single-content-wrapper h1{
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-style: italic;
	padding:60px 0 20px 0;
	text-decoration:underline;
}
.fl-coldcase-form{
	max-width:300px;
  font-family: "Helvetica Neue", Helvetica, sans-serif !important;
margin:unset !important;
}
.fl-coldcase-form .wpforms-field{
  padding:10px 0 !important;
}
.fl-coldcase-form .wpforms-field label{
	    word-break: keep-all !important;
	margin-bottom:5px !important;
}
.fl-simple-form{
	font-family: "Helvetica Neue", Helvetica, sans-serif !important;
}
div.wpforms-container-full input:focus,div.wpforms-container-full textarea:focus{
	box-shadow:none !important;
}
.fl-form-btn:hover{
	background:transparent !important;
	color:#232A38 !important;
}
.fl-form-btn{
font-weight:700 !important

}

/*  */
.fl-sru-stack{
	gap:10px;
	margin-top:50px;
}
.fl-sru-stack h2{
	color:var(--black);
}
.fl-sru-stack .is-layout-flex{
	gap:10px;
	flex-wrap:wrap !important;
/*     justify-content:center; */
	
}
.fl-sru-stack .is-layout-flex img{
	width:300px;
	height:auto;
}
.fl-sru-img{
	margin-bottom:20px
}
.fl-nbhd-img{
	margin-top:20px;
}
.fl-commonvideo-cols{
	flex-direction:column;
	gap:30px;
margin:40px 0;
}
.fl-image-heading-slides{
	margin-bottom:50px !important;
}
.fl-image-heading-slides p,.fl-image-heading-slides h2{
	position:absolute;
	bottom:0;
	font-size:14px;
	line-height:18px;
	padding:20px;
	color:var(--white);
	font-weight:700;
	background:#000000ad;
	width:100%;
	text-align:center;
	text-transform:unset;
}
/*  */
.fl-embed-form iframe{
	width:100%;
	border:none;
	height:100vh !important;
}

.fl-emp-grp iframe{
	width:100%;
	height:100vh !important;
}
.fl-emp-vdo iframe{
	width:100%;
	height:350px !important;
}
/* skip content */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px 16px;
    z-index: 9999;
    text-decoration: none;
}

.skip-link:focus,
.skip-link:focus-visible {
    top: 10px;
}

.wpforms-required-label::after {
    content: " (Required)";
    font-size: 12px;
    color: #000;
}
/* error */
.fl-error-hero-section{
	padding:50px 0;
background:url("/wp-content/themes/alpha-x-theme-framework/assets/images/backgroung_404.webp");
	background-size:cover;
}
.fl-error-hero-section img{
	width:100%;
}
.fl-error-hero-section .fl-bc-buttons a{
	display:block;
width:fit-content;
}
.fl-error-page p,.fl-error-page h1{
	text-transform:uppercase !important;
    max-width:335px;
}
.fl-error-page > div{
	display:flex;
	flex-direction:column;
	align-items:center;
text-align:center;
gap:15px;
margin-bottom:30px;

}
.fl-help-desk-grp h2{
	padding-bottom:15px;
}
.news-release-single-content ul:not(.news-release-meta-list ul),.news-release-single-content ol:not(.news-release-meta-list ol){
	padding-left:40px;
}
.news-release-single-content li{
	color:var(--green);
	padding-bottom:0.625rem;
	font-weight:500;
	list-style:disc;
line-height: 22px;
}
.fl-record-stack .is-layout-flex{
	padding-bottom:20px;
	flex-wrap:wrap !important;
}
.wp-block-table {
  overflow-x: auto;
}