





.fl-node-9igs64kzc0p2 > .fl-row-content-wrap {
	background-color: #f9f9f9;
}
.fl-node-9igs64kzc0p2.fl-row-default-height > .fl-row-content-wrap, .fl-node-9igs64kzc0p2.fl-row-full-height > .fl-row-content-wrap, .fl-node-9igs64kzc0p2.fl-row-custom-height > .fl-row-content-wrap {
	align-items: center;
	justify-content: center;
}
 .fl-node-9igs64kzc0p2 > .fl-row-content-wrap {
	margin-top:20px;
}






.fl-node-h9fypv3b0m5i.fl-row-default-height > .fl-row-content-wrap, .fl-node-h9fypv3b0m5i.fl-row-full-height > .fl-row-content-wrap, .fl-node-h9fypv3b0m5i.fl-row-custom-height > .fl-row-content-wrap {
	align-items: center;
	justify-content: center;
}




.fl-node-kyowb24x7sue {
	width: 100%;
}




.fl-node-6luapmnhfwk9 {
	width: 75%;
}




.fl-node-1zkv08qlt4um {
	width: 25%;
}




.fl-node-tboydws6zcvg {
	width: 100%;
}
.fl-node-tboydws6zcvg > .fl-col-content {
	background-color: #f9f9f9;
}
 .fl-node-tboydws6zcvg > .fl-col-content {
	margin-top:20px;
	margin-bottom:40px;
}




.fl-node-m97cr6ba2zt1 {
	width: 100%;
}
.fl-node-m97cr6ba2zt1 > .fl-col-content {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #f9f9f9;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}
/* Generic Styles */
.fl-module-post-grid .fl-sep {
	display: inline-block;
	margin: 0 2px;
}
div:where(.fl-module-post-grid :not(.fl-builder-pagination)) > ul {
	all: unset;
	list-style: none;
}

/* Post Columns */
body.rtl .fl-post-column {
	float: right;
}
.fl-post-column {
	float: left;
}
.fl-post-column .fl-post-grid-post {
	visibility: visible;
}

/* Post Grid */
.fl-post-grid {
	margin: 0 auto;
	position: relative;
}
.fl-post-grid:before,
.fl-post-grid:after {
	display: table;
	content: " ";
}
.fl-post-grid:after {
	clear: both;
}
.fl-post-grid-post {
	background: #fff;
	border: 1px solid #e6e6e6;
	visibility: hidden;
}
.fl-post-grid-post,
.fl-post-feed-post {
	overflow: hidden;
}

.fl-post-grid-image {
	position: relative;
}
.fl-post-grid-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-grid-text {
	padding: 20px;
}
.fl-post-grid-title {
	padding-bottom: 7px;
}
body .fl-post-grid-text,
body .fl-post-grid-content p {
	font-size: 14px;
	line-height: 22px;
}
body .fl-post-grid-text > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-text a {
	text-decoration: none;
}
body .fl-post-grid-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
	padding: 0;
}
body .fl-post-grid-meta {
	font-size: 14px;
	padding-bottom: 10px;
}
.fl-post-feed-comments .fa {
	vertical-align: text-top;
}
.fl-post-grid-more {
	margin-top: 10px;
	display: inline-block;
}
.fl-post-grid #infscr-loading {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Post Gallery */
.fl-post-gallery-post {
	overflow: hidden;
	position: relative;
	visibility: hidden;
}
.fl-post-gallery-link {
	display: block;
	height: 100%;
}
.fl-post-gallery-img {
	position: relative;
	z-index: 1;
}
.fl-post-gallery-img-horiz {
	height: 100% !important;
	max-height: 100% !important;
	max-width: none !important;
	width: auto !important;
}
.fl-post-gallery-img-vert {
	height: auto !important;
	max-height: none !important;
	max-width: 100% !important;
	width: 100% !important;
}
.fl-post-gallery-text-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

.fl-post-gallery-link:hover .fl-post-gallery-text-wrap {
	opacity: 1;
}

.fl-post-gallery-text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

/* Gallery Transitions */
.fl-post-gallery-text,
.fl-post-gallery-link:hover .fl-post-gallery-text{
	-webkit-transform: translate3d(-50%,-50%,0);
	   -moz-transform: translate3d(-50%,-50%,0);
	    -ms-transform: translate(-50%,-50%);
			transform: translate3d(-50%,-50%,0);
}

/* Gallery Icons */
.fl-post-gallery-text .fl-gallery-icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fl-post-gallery-text .fl-gallery-icon i,
.fl-post-gallery-text .fl-gallery-icon i:before{
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.fl-post-gallery-text h2.fl-post-gallery-title {
	font-size: 22px;
	margin: 0 0 5px 0;
}
.fl-post-gallery #infscr-loading {
	clear: both;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* Post Feed */
.fl-post-feed-post {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}
.fl-post-feed-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-header {
	margin-bottom: 20px;
}
.fl-post-feed-header a {
	text-decoration: none;
}
body h2.fl-post-feed-title {
	margin: 0 0 10px;
	padding: 0;
	clear: none;
}
body .fl-post-feed-meta {
	font-size: 14px;
	margin-bottom: 5px;
}
.fl-post-feed-meta .fl-sep {
	margin: 0 3px;
}
.fl-post-feed-image {
	margin-bottom: 25px;
	position: relative;
}
.fl-post-feed-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image {
	float: left;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text {
	margin-left: 37%;
}
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	float: right;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-right: 37%;
}
.fl-post-feed-content a {
	text-decoration: none;
}
.fl-post-feed-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-more {
	margin-top: 15px;
	display: inline-block;
}
.fl-post-feed #infscr-loading {
	padding: 40px 0;
	text-align: center;
	width: 100%;
}
@media (max-width: 768px) { /* Post Feed */
.fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside .fl-post-feed-image img,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image img,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image img,
.fl-post-feed-image-beside-content-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image img {
	float: none;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	margin-bottom: 20px;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text,
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
 }.fl-node-o87hgs9milrp .fl-post-feed-post {
	margin-bottom: 20px;
}
.fl-node-o87hgs9milrp .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}


.fl-builder-content .fl-node-o87hgs9milrp .fl-post-feed-post {
	
		text-align: left;
	}

		.fl-node-o87hgs9milrp .fl-post-feed-post {
		padding: 30px;
	}
	
				.fl-node-o87hgs9milrp .fl-post-feed-image {
			width: 40%;
		}
				.fl-node-o87hgs9milrp .fl-post-feed-image-beside .fl-post-feed-text {
			margin-left: 44%;
		}
			
.fl-builder-content .fl-node-o87hgs9milrp .fl-post-feed-title a {
	color: #10264b;
}




.fl-node-o87hgs9milrp .fl-post-feed-post {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #ededed;
	border-bottom-width: 1px;
}
.fl-node-o87hgs9milrp .fl-post-feed-title {
	font-size: 20px;
	text-transform: uppercase;
}
/* Post Carousel */

/* Wrappers */
body.rtl .fl-module-post-carousel .bx-viewport {
	direction: ltr;
}
body.rtl .fl-post-carousel-post {
	direction: rtl;
}
.fl-module-post-carousel {
	flex-grow: 1;
	place-self: stretch;
}
.fl-module-post-carousel .bx-controls {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin-top: 20px;
}

.fl-post-carousel-navigation{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	margin-top: -16px;
}
.fl-post-carousel-navigation button,
.fl-post-carousel-navigation button:focus,
.fl-post-carousel-navigation button:hover{
	all: unset;
	cursor: pointer;
	position: absolute;
}
.fl-post-carousel-navigation a,
.fl-post-carousel-navigation button{
	position: absolute;
	display: inline-block;
	opacity: .7;
}
.fl-post-carousel-navigation a:hover,
.fl-post-carousel-navigation button:hover {
	opacity: 1;
}

.fl-module-post-carousel .fl-post-carousel-navigation .carousel-prev{ left: 0; }
.fl-module-post-carousel .fl-post-carousel-navigation .carousel-next{ right: 0; }

.fl-post-carousel-navigation .fl-post-carousel-svg-container{
	position: relative;
	width: 32px;
	height: 32px;
}
.fl-post-carousel-navigation svg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.fl-post-carousel-navigation path{ fill: #fff; }

.fl-post-carousel-navigation a.disabled,
.fl-post-carousel-navigation button.disabled,
.bx-controls a.disabled,
.bx-controls button.disabled {
	cursor: not-allowed;
	opacity: .2;
}

/*Module styles =======================================*/

/* Post Carousel */
.fl-post-carousel {
	margin: 0 auto;
	position: relative;
}

.fl-post-carousel-wrapper:before,
.fl-post-carousel-wrapper:after {
	content: '';
	display: table;
}
.fl-post-carousel-wrapper:after {
	clear: both;
}

.fl-post-carousel-post {
	position: absolute;
	top: 0;
	float: left;
	visibility: hidden;
	background: #fff;
}

.fl-post-carousel-loaded .fl-post-carousel-post {
	position: relative;
	visibility: visible;
	margin: 0;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

.fl-post-carousel-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-carousel-image .fl-photo-content {
	display: block;
}

/* Layout - post grid */
.fl-post-carousel-post {
	border: 1px solid #e6e6e6;
	border: 1px solid rgba(0,0,0,0.1);
}
.fl-post-carousel-text {
	padding: 20px;
}
.fl-post-carousel-title {
	padding-bottom: 7px;
}
.fl-post-carousel-content {
	font-size: 14px;
	line-height: 22px;
}
.fl-post-carousel-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-carousel-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
	padding: 0;
}
.fl-post-carousel-meta {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}

/* Layout - post gallery */

.fl-post-carousel-gallery .fl-post-carousel-link {
	display: block;
	height: 100%;
	text-decoration: none;
}
.fl-post-carousel-gallery .fl-post-carousel-img {
	position: relative;
	z-index: 1;
}

.fl-post-carousel-gallery .fl-post-carousel-text-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}
.fl-post-carousel-gallery .fl-post-no-crop .fl-post-carousel-text-wrap,
.fl-post-carousel-gallery .fl-post-no-crop .fl-post-carousel-text{
	position: relative;
	padding: 20px;
	top: 0;
	left: 0;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.fl-post-carousel-gallery .fl-post-carousel-link:hover .fl-post-carousel-text-wrap,
.fl-post-carousel-gallery .fl-post-carousel-post.fl-post-no-thumb .fl-post-carousel-text-wrap {
	opacity: 1;
}

.fl-post-carousel-gallery .fl-post-carousel-text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

.fl-post-carousel-gallery .fl-post-carousel-title {
	margin: 0 0 5px 0;
}

/* slide ratio - for slides with no thumb */
.fl-post-carousel-gallery .fl-post-carousel-ratio{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.fl-post-carousel-gallery .fl-post-carousel-ratio{ padding-bottom: 70%; }

.fl-post-carousel-gallery .fl-carousel-icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fl-post-carousel-gallery .fl-carousel-icon i,
.fl-post-carousel-gallery .fl-carousel-icon i:before{
	width: 24px;
	height: 24px;
	font-size: 24px;
}

/* Gallery Transitions */
.fl-post-carousel-gallery .fl-post-carousel-text,
.fl-post-carousel-gallery .fl-post-carousel-link:hover .fl-post-carousel-text,
.fl-post-carousel-gallery .fl-post-carousel-post.fl-post-no-thumb .fl-post-carousel-text{
	-webkit-transform: translate3d(-50%,-50%,0);
	   -moz-transform: translate3d(-50%,-50%,0);
	    -ms-transform: translate(-50%,-50%);
			transform: translate3d(-50%,-50%,0);
}

/* Common Styles */
body .fl-post-carousel-text a {
	text-decoration: none;
}

	.fl-node-sgjq7byc5319 .fl-post-carousel-wrapper{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
	}

	

.fl-node-sgjq7byc5319 .fl-post-carousel .fl-post-carousel-post {
	width: 33.33%;
}

.fl-node-sgjq7byc5319 .fl-post-carousel .fl-post-carousel-post:nth-child(-n+3) {
	position: relative;
}



	.fl-builder-content .fl-node-sgjq7byc5319 .fl-post-carousel-post{
		background-color: #ffffff;
	}




.fl-node-sgjq7byc5319 .fl-post-carousel-title {
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.fl-node-sgjq7byc5319 .fl-post-carousel-meta a {
	color: #cccccc;
}
.fl-node-sgjq7byc5319 .fl-post-carousel-meta a:hover {
	color: #ffffff;
}
.fl-node-l6v5bf9dh7sa, .fl-node-l6v5bf9dh7sa .fl-photo {
	text-align: center;
}
.fl-node-5vuja84kh1mi, .fl-node-5vuja84kh1mi .fl-photo {
	text-align: center;
}
.fl-node-5vuja84kh1mi .fl-photo-content, .fl-node-5vuja84kh1mi .fl-photo-img {
	width: 190px;
}
 .fl-node-5vuja84kh1mi.fl-module-photo {
	margin-top:-45px;
}
@media (max-width: 768px) { .fl-node-5vuja84kh1mi.fl-module-photo { margin-top:20px; } }/* Title
---------------------------------------------------*/

body a.fl-callout-title-link {
	text-decoration: none;
}
body h1.fl-callout-title,
body h2.fl-callout-title,
body h3.fl-callout-title,
body h4.fl-callout-title,
body h5.fl-callout-title,
body h6.fl-callout-title {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Text
---------------------------------------------------*/

.fl-callout-text p {
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
}

/* Button
---------------------------------------------------*/

.fl-callout-button {
	padding: 10px 0 0 0;
}

/* CTA Link
---------------------------------------------------*/

.fl-callout-cta-link {
	display: block;
}

/* Icons
---------------------------------------------------*/

/* Above/Below Title */
.fl-callout-icon-above-title .fl-icon {
	display: block;
	margin-bottom: 20px;
}
.fl-callout-icon-below-title .fl-icon {
	display: block;
	margin: 10px 0 15px;
}
.fl-callout-icon-above-title .fl-icon i,
.fl-callout-icon-below-title .fl-icon i {
	display: inline-block;
	float: none;
}

/* Left/Right of Title */
.fl-callout-icon-left-title .fl-callout-title,
.fl-callout-icon-right-title .fl-callout-title {
	display: inline-block;
}
.fl-callout-icon-left-title .fl-callout-title span,
.fl-callout-icon-right-title .fl-callout-title span {
	display: table-cell;
	vertical-align: middle;
}
.fl-callout-icon-left-title .fl-icon {
	padding-right: 15px;
}
.fl-callout-icon-right-title .fl-icon {
	padding-left: 15px;
}

/* Left/Right */
.fl-callout-icon-left,
.fl-callout-icon-right {
	display: table;
}
.fl-callout-icon-left .fl-icon,
.fl-callout-icon-left-text .fl-icon {
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
}
.fl-callout-icon-right .fl-icon,
.fl-callout-icon-right-text .fl-icon {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}

.fl-callout-icon-left .fl-callout-content,
.fl-callout-icon-right .fl-callout-content,
.fl-callout-icon-left-text .fl-callout-text-wrap,
.fl-callout-icon-right-text .fl-callout-text-wrap {
	display: table-cell;
}

/* Photos
---------------------------------------------------*/

/* Above Title */
.fl-callout-photo-above-title .fl-photo {
	margin-bottom: 15px;
}

/* Below Title */
.fl-callout-photo-below-title .fl-photo {
	margin-bottom: 15px;
	margin-top: 5px;
}

/* Left */
.fl-callout-photo-left {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fl-callout-photo-left .fl-callout-photo,
.fl-callout-photo-left-text .fl-callout-photo {
	display: table-cell;
	padding-right: 30px;
	width: 50%;
	vertical-align: top;
}
.fl-callout-photo-left .fl-callout-content,
.fl-callout-photo-left-text .fl-callout-text-wrap {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

/* Right */
.fl-callout-photo-right {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fl-callout-photo-right .fl-callout-photo,
.fl-callout-photo-right-text .fl-callout-photo {
	display: table-cell;
	padding-left: 30px;
	width: 50%;
	vertical-align: top;
}
.fl-callout-photo-right .fl-callout-content,
.fl-callout-photo-right-text .fl-callout-text-wrap {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.fl-module-callout .fl-module-content {
	overflow: hidden;
}
@media (max-width: 768px) { .fl-callout-photo-left,
.fl-callout-photo-right {
	display: block;
}
.fl-callout-photo-left .fl-callout-photo,
.fl-callout-photo-left-text .fl-callout-photo {
	display: block;
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
.fl-callout-photo-right .fl-callout-photo,
.fl-callout-photo-right-text .fl-callout-photo {
	display: block;
	margin-top: 25px;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}
.fl-callout-photo-left .fl-callout-content,
.fl-callout-photo-left-text .fl-callout-content,
.fl-callout-photo-right .fl-callout-content,
.fl-callout-photo-right-text .fl-callout-content {
	display: block;
	width: auto;
} }








.fl-node-wj5ky09rlcbp .fl-callout {
	text-align: center;
}
.fl-node-wj5ky09rlcbp .fl-callout-icon-left, .fl-node-wj5ky09rlcbp .fl-callout-icon-right {
	float: none;
}
.fl-node-wj5ky09rlcbp.fl-button-wrap, .fl-node-wj5ky09rlcbp .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button) {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button), .fl-builder-content .fl-node-wj5ky09rlcbp a.fl-button:visited, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp a.fl-button:visited {
	border: 1px solid #7697b2;
	background-color: #82a3be;
	background-image: none;
}
.fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):hover, .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):focus, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):focus {
	border: 1px solid #7697b2;
}
.fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button), .fl-builder-content .fl-node-wj5ky09rlcbp a.fl-button:visited, .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):hover, .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):focus, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp a.fl-button:visited, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):focus {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):hover, .fl-page .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button):hover {
	background-color: #82a3be;
	background-image: none;
}
.fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button), .fl-builder-content .fl-node-wj5ky09rlcbp a.fl-button:visited, .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button) *, .fl-builder-content .fl-node-wj5ky09rlcbp a.fl-button:visited *, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp a.fl-button:visited, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button) *, .fl-page .fl-builder-content .fl-node-wj5ky09rlcbp a.fl-button:visited * {
	color: #ffffff;
}
:where(.fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button)), :where(.fl-builder-content .fl-node-wj5ky09rlcbp .fl-button:is(a, button) *) {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
@media(max-width: 992px) {
	.fl-node-wj5ky09rlcbp .fl-callout-icon-left, .fl-node-wj5ky09rlcbp .fl-callout-icon-right {
		float: none;
	}
}
@media(max-width: 768px) {
	.fl-node-wj5ky09rlcbp .fl-callout-icon-left, .fl-node-wj5ky09rlcbp .fl-callout-icon-right {
		float: none;
	}
}



.fl-node-719bdzqskrua .fl-icon i, .fl-node-719bdzqskrua .fl-icon i:before {
	font-size: 25px;
	color: #82a3be;
}
.fl-node-719bdzqskrua .fl-icon-wrap .fl-icon-text {
	height: 43.75px;
}
.fl-node-719bdzqskrua .fl-icon i:hover, .fl-node-719bdzqskrua .fl-icon i:hover:before, .fl-node-719bdzqskrua .fl-icon a:hover i, .fl-node-719bdzqskrua .fl-icon a:hover i:before {
	color: #82a3be;
}
@media(max-width: 1200px) {
	.fl-node-719bdzqskrua .fl-icon-wrap .fl-icon-text {
		height: 43.75px;
	}
}
@media(max-width: 992px) {
	.fl-node-719bdzqskrua .fl-icon-wrap .fl-icon-text {
		height: 43.75px;
	}
}
@media(max-width: 768px) {
	.fl-node-719bdzqskrua .fl-icon-wrap .fl-icon-text {
		height: 43.75px;
	}
}
				
	
	
				
	
	
				
	
	
.fl-node-719bdzqskrua .fl-icon-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}
.fl-node-719bdzqskrua .fl-icon-group .fl-icon {
	margin: 0;
}
.fl-node-nemfxra02ibp .fl-callout {
	text-align: center;
}
.fl-node-nemfxra02ibp .fl-callout-icon-left, .fl-node-nemfxra02ibp .fl-callout-icon-right {
	float: none;
}
.fl-builder-content .fl-node-nemfxra02ibp .fl-callout-content .fl-callout-title, .fl-builder-content .fl-node-nemfxra02ibp .fl-callout-content .fl-callout-title-text, .fl-builder-content .fl-node-nemfxra02ibp .fl-callout-content .fl-callout-title-text:hover {
	color: #10264b;
}
.fl-node-nemfxra02ibp .fl-callout-title {
	text-transform: uppercase;
}
.fl-builder-content .fl-node-nemfxra02ibp .fl-callout-content .fl-callout-text *, .fl-builder-content .fl-node-nemfxra02ibp .fl-callout-content .fl-callout-cta-link {
	color: #10264b;
}
.fl-node-nemfxra02ibp .fl-callout-text, .fl-node-nemfxra02ibp .fl-callout-cta-link {
	font-size: 14px;
}
@media(max-width: 992px) {
	.fl-node-nemfxra02ibp .fl-callout-icon-left, .fl-node-nemfxra02ibp .fl-callout-icon-right {
		float: none;
	}
}
@media(max-width: 768px) {
	.fl-node-nemfxra02ibp .fl-callout-icon-left, .fl-node-nemfxra02ibp .fl-callout-icon-right {
		float: none;
	}
}
 .fl-node-nemfxra02ibp > .fl-module-content {
	margin-bottom:0px;
}









.fl-node-6gj27iz3nb5d .fl-subscribe-form input:not([type=checkbox]) {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.fl-node-6gj27iz3nb5d .fl-button:is(a, button), .fl-node-$id a.fl-button:visited, .fl-node-6gj27iz3nb5d .fl-button:is(a, button) *, .fl-node-$id a.fl-button:visited * {
	color: #ffffff;
}
.fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button) {
	width: 100%;
}
.fl-node-6gj27iz3nb5d.fl-button-wrap, .fl-node-6gj27iz3nb5d .fl-button-wrap {
	text-align: left;
}
.fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button), .fl-builder-content .fl-node-6gj27iz3nb5d a.fl-button:visited, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d a.fl-button:visited {
	border: 1px solid #7697b2;
	background-color: #82a3be;
	background-image: none;
}
.fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):hover, .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):focus, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):focus {
	border: 1px solid #7697b2;
}
.fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button), .fl-builder-content .fl-node-6gj27iz3nb5d a.fl-button:visited, .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):hover, .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):focus, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d a.fl-button:visited, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):focus {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):hover, .fl-page .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button):hover {
	background-color: #82a3be;
	background-image: none;
}
.fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button), .fl-builder-content .fl-node-6gj27iz3nb5d a.fl-button:visited, .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button) *, .fl-builder-content .fl-node-6gj27iz3nb5d a.fl-button:visited *, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d a.fl-button:visited, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button) *, .fl-page .fl-builder-content .fl-node-6gj27iz3nb5d a.fl-button:visited * {
	color: #ffffff;
}
:where(.fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button)), :where(.fl-builder-content .fl-node-6gj27iz3nb5d .fl-button:is(a, button) *) {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.fl-node-6gj27iz3nb5d .fl-form-success-message {
	display: none;
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-node-qgsv83aj4if0.fl-module-heading, .fl-node-qgsv83aj4if0.fl-module-heading :where(a, q, p, span) {
	text-align: center;
}
.fl-node-6kosxe4a0c1j .fl-post-feed-post {
	margin-bottom: 10px;
}
.fl-node-6kosxe4a0c1j .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}


.fl-builder-content .fl-node-6kosxe4a0c1j .fl-post-feed-post {
	
		text-align: center;
	}


		




.fl-node-6kosxe4a0c1j .fl-post-feed-post {
	border-style: none;
	border-width: 0;
	background-clip: border-box;
}
.fl-node-6kosxe4a0c1j .fl-post-feed-title {
	font-size: 16px;
}
 .fl-node-6kosxe4a0c1j > .fl-module-content {
	margin-top:0px;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */

