





.fl-node-cxhnr29t4vkp > .fl-row-content-wrap {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}




.fl-node-apfxz95nlium {
	width: 75%;
}




.fl-node-wiv1h4fjepbk {
	width: 25%;
}
.fl-node-wiv1h4fjepbk > .fl-col-content {
	background-color: #e3e3e3;
}
 .fl-node-d82gqcu09xwb > .fl-module-content {
	margin-bottom:10px;
}
.fl-search-form {
	position: relative;
}
.fl-search-form-wrap {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	position: relative;
}
.fl-search-form-fields {
	flex-basis: 100%;
}
.fl-search-form .fl-form-field input,
.fl-search-form .fl-form-field input[type=search] {
	height: auto;
	width: 100%;
}

/* Selected Layouts */
.fl-search-button-expand .fl-search-form-fields,
.fl-search-form-inline .fl-search-form-fields {
	align-items: center;
	display: inline-flex;
	flex-wrap: nowrap;
	max-width: 100%;
}

/* Form layout */
.fl-search-form-width-full .fl-search-form-wrap {
	width: 100%;
}

.fl-search-form-input-wrap {
	position: relative;
}

/* Input field */
.fl-search-form .fl-form-field {
	display: flex;
	align-items: center;
}
.fl-search-form-input .fl-form-field,
.fl-search-form-button .fl-form-field,
.fl-search-form-inline .fl-form-field,
.mfp-container .fl-form-field {
	margin: 0;
}

/* Inline Layout */
.fl-search-form-inline .fl-search-form-input-wrap {
	width: 100%;
}
.fl-search-form-inline .fl-form-field {
	padding-right: 10px;
}

/* Button Layout - General */
.fl-search-button-center .fl-search-form-fields {
	justify-content: center;
}
.fl-search-button-left .fl-search-form-fields {
	justify-content: flex-start;
}
.fl-search-button-right .fl-search-form-fields {
	justify-content: flex-end;
}
.fl-search-button-expand .fl-button-wrap,
.fl-search-form-inline .fl-button-wrap {
	flex: 0 0 auto;
}

/* Button layout - Expand */
.fl-search-button-expand .fl-search-form-fields {
	align-items: center;
	display: inline-flex;
	flex-wrap: nowrap;
	max-width: 100%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.fl-search-button-expand .fl-search-form-input-wrap {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	overflow: hidden;
}
.fl-search-button-expand .fl-search-form-input-wrap {
	width: 0;
}
.fl-search-expanded .fl-search-form-input-wrap {
	width: 100%;
}
.fl-search-button-expand-right .fl-search-form-fields {
	flex-direction: row-reverse;
}
.fl-search-button-expand-right.fl-search-button-right .fl-search-form-fields {
	justify-content: flex-start;
}
.fl-search-button-expand-right.fl-search-button-left .fl-search-form-fields {
	justify-content: flex-end;
}
.fl-search-button-expand .fl-button {
	outline: none;
}
.fl-search-button-expand-right .fl-form-field {
	margin-left: 10px;
}
.fl-search-button-expand-left .fl-form-field {
	margin-right: 10px;
}
.fl-search-button-expand.fl-search-button-center .fl-form-field {
	justify-content: center;
}
.fl-search-button-expand.fl-search-button-left .fl-form-field {
	justify-content: flex-start;
}
.fl-search-button-expand.fl-search-button-right .fl-form-field {
	justify-content: flex-end;
}

/* Button layout - Fullscreen */
.fl-search-button-fullscreen.fl-search-button-center .fl-search-form-wrap {
	justify-content: center;
}
.fl-search-button-fullscreen.fl-search-button-left .fl-search-form-wrap {
	justify-content: flex-start;
}
.fl-search-button-fullscreen.fl-search-button-right .fl-search-form-wrap {
	justify-content: flex-end;
}
.fl-search-button-fullscreen .fl-search-form-fields {
	display: contents;
}
.fl-search-button-fullscreen .fl-search-form-input-wrap {
	display: none;
}
.mfp-container .fl-search-form-input-wrap {
	box-sizing: border-box;
	margin: 0 auto;
}

/* Button Layout - Reveal */

/* Stacked Layout */
.fl-search-form-stacked .fl-search-results-content.fl-search-open {
	margin-top: -12px;
}

/* Search Results - Ajax */
.fl-search-results-content {
	visibility: hidden;
	opacity: 0;
    -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
	-webkit-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.40);
	box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.40);
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	overflow-y: auto;
	background: #fff;
	text-align: left;
	position: absolute;
	max-height: 0;
	width: calc(100% - 10px);
	z-index: 1100;
}
.fl-search-results-content.fl-search-open {
	max-height: 400px;
	height: auto;
	visibility: visible;
	opacity: 1;
	padding: 15px;
	margin: 5px 0;
}
.fl-search-form-center.fl-search-form-width-custom .fl-search-results-content {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.fl-search-form-left .fl-search-results-content {
	left: 0;
}
.fl-search-form-right .fl-search-results-content {
	right: 0;
}
.fl-search-post-item {
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 10px 0;
	cursor: pointer;
}
.fl-search-post-item:last-child {
	border-bottom: 0 none;
}
.fl-search-post-image {
	float: left;
	position: relative;
	margin-right: 10px;
	width: 60px;
}
.fl-search-post-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-search-post-title {
	font-size: 15px;
}

/* Search Loader */
.fl-search-loader-wrap {
	display: none;
	line-height: 16px;
	position: relative;
	height: 30px;
}
.fl-search-loader {
	animation: fl-spin 2s linear infinite;
	z-index: 2;
	position: absolute;
	padding: 2px;
	right: 10px;
	top: 0;
	width: 30px;
	height: 30px;
}
.fl-search-loader .path {
	stroke: hsla(210, 77%, 75%, 1);
    stroke-linecap: round;
    animation: fl-dash 1.5s ease-in-out infinite;
}
@keyframes fl-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fl-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}









.fl-node-9pmvqz57yhow .fl-search-form-wrap {
	font-size: 16px;
	padding: 10px;
	min-height: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fl-node-9pmvqz57yhow .fl-search-form {
	text-align: center;
}
.fl-node-9pmvqz57yhow .fl-search-form-wrap:hover {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.fl-node-9pmvqz57yhow .fl-form-field input[type=search] {
	border-radius: 4px;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 24px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.fl-node-9pmvqz57yhow.fl-button-wrap, .fl-node-9pmvqz57yhow .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-9pmvqz57yhow .fl-button:is(a, button), .fl-builder-content .fl-node-9pmvqz57yhow .fl-button:is(a, button) * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
 .fl-node-9pmvqz57yhow > .fl-module-content {
	margin-bottom:10px;
}
 .fl-node-f5huicx1nzq7.fl-module-heading {
	margin-bottom:0px;
}
/* Generic Styles */
.fl-module-post-grid .fl-sep {
	display: inline-block;
	margin: 0 2px;
}
.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-td76v15kuspg .fl-post-feed-post {
	margin-bottom: 0px;
}
.fl-node-td76v15kuspg .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}


.fl-builder-content .fl-node-td76v15kuspg .fl-post-feed-post {
	
	}



.fl-builder-content .fl-node-td76v15kuspg .fl-post-feed-title a {
	color: #db0000;
}




.fl-node-td76v15kuspg .fl-post-feed-title {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 16px;
}
 .fl-node-td76v15kuspg > .fl-module-content {
	margin-top:10px;
}
.fl-node-f5ouwajg0p8r .fl-separator {
	border-top-width: 1px;
	max-width: 100%;
	margin: auto;
}

			.fl-node-f5ouwajg0p8r .fl-separator {
	border-top-color: #444444;
	border-top-style: solid;
}
 .fl-node-f5ouwajg0p8r.fl-module-separator {
	margin-top:0px;
	margin-bottom:0px;
}
 .fl-node-zp9mcqlxtsf8.fl-module-heading {
	margin-bottom:0px;
}
.fl-node-viluz6bkxgjf .fl-post-feed-post {
	margin-bottom: 0px;
}
.fl-node-viluz6bkxgjf .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}


.fl-builder-content .fl-node-viluz6bkxgjf .fl-post-feed-post {
	
	}



.fl-builder-content .fl-node-viluz6bkxgjf .fl-post-feed-title a {
	color: #db0000;
}




.fl-node-viluz6bkxgjf .fl-post-feed-title {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 16px;
}
 .fl-node-viluz6bkxgjf > .fl-module-content {
	margin-top:10px;
}
.fl-node-743uf01mloyz .fl-post-feed-post {
	margin-bottom: 40px;
}
.fl-node-743uf01mloyz .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}


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


				.fl-node-743uf01mloyz .fl-post-feed-image {
			width: 40%;
		}
				.fl-node-743uf01mloyz .fl-post-feed-image-beside-content .fl-post-feed-text {
			margin-left: 44%;
		}
			




.fl-node-743uf01mloyz .fl-post-feed-post {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
 .fl-node-743uf01mloyz > .fl-module-content {
	margin-top:10px;
}

/* Start Global Nodes CSS */
.afsidebar h2.widgettitle {
    font-size: 20px;
}
/* End Global Nodes CSS */


/* Start Layout CSS */
.archive-dropdown {
    font-size: 26px;
}
/* End Layout CSS */


                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
		
        
		
        
        			.fl-node-cxhnr29t4vkp .fl-row-content {
				min-width: 0px;
			}
		