





	/* Full Height Rows */
	.fl-node-e5u1w26m7pal.fl-row-full-height > .fl-row-content-wrap,
	.fl-node-e5u1w26m7pal.fl-row-custom-height > .fl-row-content-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.fl-node-e5u1w26m7pal.fl-row-full-height > .fl-row-content-wrap {
		min-height: 100vh;
	}
	.fl-node-e5u1w26m7pal.fl-row-custom-height > .fl-row-content-wrap {
		min-height: 0;
	}

	.fl-builder-edit .fl-node-e5u1w26m7pal.fl-row-full-height > .fl-row-content-wrap {
		min-height: calc( 100vh - 48px );
	}

	/* Full height iPad with portrait orientation. */
	@media all and (width: 768px) and (height: 1024px) and (orientation:portrait){
		.fl-node-e5u1w26m7pal.fl-row-full-height > .fl-row-content-wrap {
			min-height: 1024px;
		}
	}
	/* Full height iPad with landscape orientation. */
	@media all and (width: 1024px) and (height: 768px) and (orientation:landscape){
		.fl-node-e5u1w26m7pal.fl-row-full-height > .fl-row-content-wrap {
			min-height: 768px;
		}
	}
	/* Full height iPhone 5. You can also target devices with aspect ratio. */
	@media screen and (aspect-ratio: 40/71) {
		.fl-node-e5u1w26m7pal.fl-row-full-height > .fl-row-content-wrap {
			min-height: 500px;
		}
	}
.fl-node-e5u1w26m7pal > .fl-row-content-wrap {
	background-color: var(--fl-global-st-background-midnight);
}
.fl-node-e5u1w26m7pal.fl-row-default-height > .fl-row-content-wrap, .fl-node-e5u1w26m7pal.fl-row-full-height > .fl-row-content-wrap, .fl-node-e5u1w26m7pal.fl-row-custom-height > .fl-row-content-wrap {
	align-items: flex-start;
	justify-content: flex-start;
}
.fl-node-e5u1w26m7pal.fl-row-custom-height > .fl-row-content-wrap {
	min-height: 90vh;
}
 .fl-node-e5u1w26m7pal > .fl-row-content-wrap {
	padding-top:180px;
	padding-bottom:90px;
}




.fl-node-vqisragktfu4 {
	width: 66.66%;
}




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




.fl-node-khitaqxjg5l8 {
	width: 33.33%;
}
 .fl-node-3xgdmbi45se6 > .fl-module-content {
	margin-top:0px;
}
/* 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;
} }img.mfp-img {
    padding-bottom: 40px !important;
}

/* Support for object-fit */
.fl-builder-edit .fl-fill-container img {
	transition: object-position .5s;
}

.fl-fill-container :is(.fl-module-content, .fl-photo, .fl-photo-content, img) {
	height: 100% !important;
	width: 100% !important;
}

.fl-node-zausywj6hgtm .fl-callout {
	text-align: left;
}
.fl-node-zausywj6hgtm .fl-callout-icon-left, .fl-node-zausywj6hgtm .fl-callout-icon-right {
	float: none;
}
.fl-node-zausywj6hgtm, .fl-node-zausywj6hgtm .fl-photo {
	text-align: left;
}
.fl-node-zausywj6hgtm .fl-photo-content, .fl-node-zausywj6hgtm .fl-photo-img {
	width: 80px;
}
@media(max-width: 992px) {
	.fl-node-zausywj6hgtm .fl-callout-icon-left, .fl-node-zausywj6hgtm .fl-callout-icon-right {
		float: none;
	}
}
@media(max-width: 768px) {
	.fl-node-zausywj6hgtm .fl-callout-icon-left, .fl-node-zausywj6hgtm .fl-callout-icon-right {
		float: none;
	}
}
 .fl-node-zausywj6hgtm > .fl-module-content {
	margin-bottom:0px;
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
} .fl-node-ba6tcxjzhyvn.fl-module-heading {
	margin-bottom:0px;
}
.fl-node-evz8bxkpt5l7 .fl-separator {
	border-top-width: 1px;
	max-width: 100%;
	width: 100%;
	margin: auto;
}

			.fl-node-evz8bxkpt5l7 .fl-separator {
	border-top-color: var(--fl-global-st-accent);
	border-top-style: solid;
}
 .fl-node-78yvix03tlum > .fl-module-content {
	margin-top:0px;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
.fl-callout.fl-callout-has-photo.fl-callout-photo-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.fl-callout-photo-left .fl-callout-photo, .fl-callout-photo-left-text .fl-callout-photo{
    width: auto;
}

a.comment-edit-link{
    display: none;
}

.fl-comments-list ol li{
    background-color: rgb(45, 45, 45);
    padding: 20px;
    margin: 20px 0;
}

.fl-comments-list ol li br{
    display: none;
}

.fl-comments-list .comment-content{
    border: none;
    padding: 0;
}

.fl-comments-list .comment-meta {
    margin: 0 0 20px 0;
}
/* End Layout CSS */

