/* Grid
------------------------------------------------------ */

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
	display: table;
	content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
	clear: both;
}
.fl-clear {
	clear: both;
}

/* Utilities
------------------------------------------------------ */

.fl-clearfix:before,
.fl-clearfix:after {
	display: table;
	content: " ";
}
.fl-clearfix:after {
	clear: both;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Responsive Utilities
------------------------------------------------------ */

.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: none;
}

/* Rows
------------------------------------------------------ */

.fl-row,
.fl-row-content {
	margin-left: auto;
	margin-right: auto;
}
.fl-row-content-wrap {
	position: relative;
}

/* Photo Bg */
.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
	background-attachment: scroll;
}

/* Video and Embed Code Bg */
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content,
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content {
	position: relative;
}

.fl-row-bg-video .fl-bg-video,
.fl-row-bg-embed .fl-bg-embed-code {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.fl-row-bg-video .fl-bg-video video,
.fl-row-bg-embed .fl-bg-embed-code video {
	bottom: 0;
	left: 0px;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.fl-row-bg-video .fl-bg-video iframe,
.fl-row-bg-embed .fl-bg-embed-code iframe {
	pointer-events: none;
	width: 100vw;
  	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  	max-width: none;
  	min-height: 100vh;
  	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
.fl-bg-video-fallback {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Slideshow Bg */
.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
	position: relative;
}
.fl-row .fl-bg-slideshow {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
	bottom: 0;
	height: auto !important;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
}

/* Row Bg Overlay */
.fl-row-bg-overlay .fl-row-content-wrap:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
	position: relative;
	z-index: 1;
}

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

}
.fl-row-overlap-top .fl-row-content-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}
.fl-row-custom-height .fl-row-content-wrap {
	min-height: 0;
}
.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
	min-height: calc( 100vh - 48px );
}
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
	max-width: 100%;
	width: 100%;
}

/* IE 11 - Row full height - vertical alignment center/bottom fix */
.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),
.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* Stupid IE Full Height Row Fixes */
.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
	height: auto;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
	flex: 0 0 auto;
	flex-basis: 100%;
	margin: 0;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
    margin: 0 auto;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Full height align center */
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Full height align bottom */
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	align-items: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-align: end;
	-ms-flex-pack: end;
}

/* IE 11 - height bottom > row align bottom - center fix */
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

/* Full height iPad with portrait orientation. */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .fl-row-full-height .fl-row-content-wrap{
    min-height: 1024px;
  }
}

/* Full height iPad with landscape orientation. */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape){
  .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 (device-aspect-ratio: 40/71) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 500px;
  }
}

/* Column Groups
------------------------------------------------------ */

.fl-col-group-equal-height,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fl-col-group-equal-height{
    -webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
			    width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
    -webkit-flex-wrap: nowrap;
    	-ms-flex-wrap: nowrap;
    		flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content{
	    -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
			   flex-shrink: 1;
			     min-width: 1px;
            	 max-width: 100%;
            	 	 width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after{
	content: none;
}

/* Equal height align center */
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Equal height align bottom */
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	width: 100%;
}

/* IE11 fix for images with height:auto in equal height columns. */
.fl-builder-ie-11 .fl-col-group-equal-height,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	min-height: 1px;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	float: left;
	min-height: 1px;
}

/* Column Bg Overlay */
.fl-col-bg-overlay .fl-col-content {
	position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-col-bg-overlay .fl-module {
	position: relative;
	z-index: 2;
}

/* Modules
------------------------------------------------------ */

.fl-module img {
	max-width: 100%;
}

/* Module Templates
------------------------------------------------------ */

.fl-builder-module-template {
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px;
}

/* Buttons
------------------------------------------------------ */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: none;
}
.fl-builder-content .fl-button:hover {
	text-decoration: none;
}
.fl-builder-content .fl-button:active {
	position: relative;
	top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
	display: block;
	text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
.fl-builder-content .fl-button-left {
	text-align: left;
}
.fl-builder-content .fl-button-center {
	text-align: center;
}
.fl-builder-content .fl-button-right {
	text-align: right;
}
.fl-builder-content .fl-button i {
	font-size: 1.3em;
	height: auto;
	margin-right:8px;
	vertical-align: middle;
	width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
	margin-left: 8px;
	margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
	vertical-align: middle;
}

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

.fl-icon-wrap {
	display: inline-block;
}
.fl-icon {
	display: table-cell;
	vertical-align: middle;
}
.fl-icon a {
	text-decoration: none;
}
.fl-icon i {
	float: right;
	height: auto;
	width: auto;
}
.fl-icon i:before {
	border: none !important;
	height: auto;
	width: auto;
}
.fl-icon-text {
	display: table-cell;
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
}
.fl-icon-text-empty {
	display: none;
}
.fl-icon-text *:last-child {
	margin: 0 !important;
	padding: 0 !important;
}
.fl-icon-text a {
	text-decoration: none;
}
.fl-icon-text span {
	display: block;
}
.fl-icon-text span.mce-edit-focus {
	min-width: 1px;
}

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

.fl-photo {
	line-height: 0;
	position: relative;
}
.fl-photo-align-left {
	text-align: left;
}
.fl-photo-align-center {
	text-align: center;
}
.fl-photo-align-right {
	text-align: right;
}
.fl-photo-content {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}
.fl-photo-img-svg {
	width: 100%;
}
.fl-photo-content img {
	display: inline;
	height: auto;
	max-width: 100%;
}
.fl-photo-crop-circle img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.fl-photo-caption {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl-photo-caption-below {
	padding-bottom: 20px;
	padding-top: 10px;
}
.fl-photo-caption-hover {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	color: #fff;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	padding: 10px 15px;
	position: absolute;
	right: 0;
	-webkit-transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	transition:opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
	opacity: 100;
	filter: alpha(opacity = 100);
}

/* Pagination
------------------------------------------------------ */

.fl-builder-pagination,
.fl-builder-pagination-load-more {
	padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.fl-builder-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
	background: #f5f5f5;
	text-decoration: none;
}

/* Slideshows
------------------------------------------------------ */

.fl-slideshow,
.fl-slideshow * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

}
.fl-slideshow .fl-slideshow-image img {
	max-width: none !important;
}
.fl-slideshow-social {
	line-height: 0 !important;
}
.fl-slideshow-social * {
	margin: 0 !important;
}

/* Sliders
------------------------------------------------------ */

.fl-builder-content .bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
}

/* Lightbox
------------------------------------------------------ */

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 50%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
	top: 32px!important;
}
img.mfp-img {
	padding: 0;
}
.mfp-counter {
	display: none;
}

.mfp-wrap .mfp-preloader.fa {
	font-size: 30px;
}

/* Form Fields
------------------------------------------------------ */

.fl-form-field {
	margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
	border-color: #DD6420;
}
.fl-form-error-message {
	clear: both;
	color: #DD6420;
	display: none;
	padding-top: 8px;
	font-size: 12px;
	font-weight: lighter;
}
.fl-form-button-disabled {
	opacity: 0.5;
}

/* Animations
------------------------------------------------------ */

.fl-animation {
	opacity: 0;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
	opacity: 1;
}
.fl-animated {
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

/* Button Icon Animation */
.fl-button.fl-button-icon-animation i {
	width: 0 !important;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
	opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
	margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
	margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
	margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
	margin-right: 20px !important;
    margin-left: -10px;
}

/* Templates
------------------------------------------------------ */

.single:not(.woocommerce).single-fl-builder-template .fl-content {
	width: 100%;
}

/* Shapes & Patterns
------------------------------------------------------- */
.fl-builder-layer {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.fl-builder-shape-layer {
	z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 2;
}
.fl-row-has-layers .fl-row-content {
	z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
	z-index: 2;
}

.fl-builder-layer > * {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.fl-builder-layer + .fl-row-content {
	position: relative;
}
.fl-builder-layer .fl-shape {
	fill: #aaa;
	stroke: none;
	stroke-width: 0;
	width:100%;
}
/*
Fix ipad parallax issue on safari
https://core.trac.wordpress.org/ticket/48802
https://core.trac.wordpress.org/ticket/49285
https://github.com/WordPress/gutenberg/issues/17718
*/
@supports (-webkit-touch-callout: inherit) {
  .fl-row.fl-row-bg-parallax .fl-row-content-wrap,
  .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
    background-position: center !important;
    background-attachment: scroll !important;
  }
}

@supports (-webkit-touch-callout: none) {
	.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
		background-position: center !important;
		background-attachment: scroll !important;
	}
}
.fl-row-content-wrap { margin: 0px; }.fl-row-content-wrap { padding: 0px; }.fl-row-fixed-width { max-width: 1200px; }.fl-col-content { margin: 0px; }.fl-col-content { padding: 0px; }.fl-module-content { margin: 0px; }@media (max-width: 992px) { /* Responsive Utilities
------------------------------------------------------ */
body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop,
body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop {
	display: none !important;
}
.fl-visible-desktop,
.fl-visible-mobile,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: none;
}
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col {
	display: block;
}
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
	display: flex;
}
 }@media (max-width: 768px) { /* Responsive Utilities
------------------------------------------------------ */
body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop,
body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop,
body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop-medium,
body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop-medium {
	display: none !important;
}

.fl-visible-desktop,
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col {
	display: none;
}

.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: block;
}

/* Rows
------------------------------------------------------ */

.fl-row-content-wrap {
	background-attachment: scroll !important;
}
.fl-row-bg-parallax .fl-row-content-wrap {
	background-attachment: scroll !important;
	background-position: center center !important;
}

/* Column Groups
------------------------------------------------------ */

/* Equal Heights */
.fl-col-group.fl-col-group-equal-height {
	display: block;
}
.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Reversed Responsive Stacking */
.fl-col-group.fl-col-group-responsive-reversed {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-ms-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
}
.fl-col-group.fl-col-group-responsive-reversed .fl-col {
	-webkit-box-flex: 0 0 100%;
  	 -moz-box-flex: 0 0 100%;
  	  -webkit-flex: 0 0 100%;
  		  -ms-flex: 0 0 100%;
  			  flex: 0 0 100%;
		 min-width: 0;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
	-webkit-box-ordinal-group: 12;   /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-ordinal-group: 12;      /* OLD - Firefox 19- */
  	-ms-flex-order: 12;              /* TWEENER - IE 10 */
  	-webkit-order: 12;               /* NEW - Chrome */
	order: 12;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
	-webkit-box-ordinal-group: 11;
  	-moz-box-ordinal-group: 11;
  	-ms-flex-order: 11;
  	-webkit-order: 11;
	order: 11;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
	-webkit-box-ordinal-group: 10;
  	-moz-box-ordinal-group: 10;
  	-ms-flex-order: 10;
  	-webkit-order: 10;
	order: 10;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
	-webkit-box-ordinal-group: 9;
  	-moz-box-ordinal-group: 9;
  	-ms-flex-order: 9;
  	-webkit-order: 9;
	order: 9;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
	-webkit-box-ordinal-group: 8;
  	-moz-box-ordinal-group: 8;
  	-ms-flex-order: 8;
  	-webkit-order: 8;
	order: 8;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
	-webkit-box-ordinal-group: 7;
  	-moz-box-ordinal-group: 7;
  	-ms-flex-order: 7;
  	-webkit-order: 7;
	order: 7;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
	-webkit-box-ordinal-group: 6;
  	-moz-box-ordinal-group: 6;
  	-ms-flex-order: 6;
  	-webkit-order: 6;
	order: 6;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
	-webkit-box-ordinal-group: 5;
  	-moz-box-ordinal-group: 5;
  	-ms-flex-order: 5;
  	-webkit-order: 5;
	order: 5;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
	-webkit-box-ordinal-group: 4;
  	-moz-box-ordinal-group: 4;
  	-ms-flex-order: 4;
  	-webkit-order: 4;
	order: 4;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
	-webkit-box-ordinal-group: 3;
  	-moz-box-ordinal-group: 3;
  	-ms-flex-order: 3;
  	-webkit-order: 3;
	order: 3;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
	-webkit-box-ordinal-group: 2;
  	-moz-box-ordinal-group: 2;
  	-ms-flex-order: 2;
  	-webkit-order: 2;
	order: 2;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
	-webkit-box-ordinal-group: 1;
  	-moz-box-ordinal-group: 1;
  	-ms-flex-order: 1;
  	-webkit-order: 1;
  	order: 1;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
}
.fl-col-small:not(.fl-col-small-full-width) {
	max-width: 400px;
}
.fl-block-col-resize {
	display:none;
}
/* Rows
------------------------------------------------------ */

.fl-row[data-node] .fl-row-content-wrap {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
.fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
	left: 0;
	right: 0;
}

/* Columns
------------------------------------------------------ */

.fl-col[data-node] .fl-col-content {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
 }


















.fl-node-6088129bdd160 {
	width: 100%;
}




.fl-node-6088169036d92 {
	width: 100%;
}




.fl-node-60881283cbf52 {
	width: 100%;
}
.fl-node-6088127560588 header {
    display: block;
    padding-top: 62px;
}
.fl-node-6088127560588 .tg_line {
    text-align: center;
    min-height: 30px;
    padding: 5px;
    background: #fff;
    color: #535E6D;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .fl-node-6088127560588 header {

    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6088127560588 header {
    }
}

.fl-node-6088127560588 .this-content {
    margin-top: 51px;
}

.fl-node-6088127560588 .this-fixed {
    background: #434A54;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    height: 40px;
    right: 0;
    z-index: 1000;
}

@media only screen and (min-width: 768px) {
    body.admin-bar .fl-node-6088127560588 .this-fixed {
        top: 32px;
    }
}

/* Topline */

.fl-node-6088127560588 .this-topline {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    height: 40px;
    max-width: 1100px;
    margin: auto;
    padding: 0 12px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .fl-node-6088127560588 .this-topline {
        padding: 0 10px;
    }
}

/* Logo */

.fl-node-6088127560588 .this-logo {
    flex: 1 0 auto;
    min-width: 100px;
}

@media only screen and (min-width: 768px) {
    .fl-node-6088127560588 .this-logo {
        max-width: 200px;
    }
}

.fl-node-6088127560588 .this-logo img {
    max-width: 90px;
}

/* Menu */

.fl-node-6088127560588 .this-menu {
    flex: 1 0 auto;
}
.niva-mobile {
    display: none;
}
.niva {
    background: url(https://reis.zr.ru/storage/niva.gif) 0px 14px no-repeat !important;
    padding-top: 30px !important;;
    padding-bottom: 30px !important;;
    width: 177px !important;;
    padding-left: 12px !important;;
}

@media only screen and (min-width: 768px) {
    .fl-node-6088127560588 .this-menu {
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6088127560588 .this-menu {
        display: none;
    }
    .niva-mobile {
        display: block;
        background: url(https://reis.zr.ru/storage/niva.gif) 0px 0px no-repeat;
        padding-top: 14px;
        padding-bottom: 30px;
        width: 177px;
        padding-left: 16px;
        position: absolute;
        top: 0;
        left: 121px;
        font-weight: 600;
        font-size: 11px;
        line-height: 1;
        color: #fff;
    }
}

.fl-node-6088127560588 .this-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fl-node-6088127560588 .this-menu li {
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    padding: 0 6px;
    text-transform: uppercase;
}

.fl-node-6088127560588 .this-menu li a {
    color: white;
}

/*Mobile Menu*/

.fl-node-6088127560588 .this-mobile-menu {
    background: #434A54;
    flex: 1 0 auto;
}

@media only screen and (min-width: 768px) {
    .fl-node-6088127560588 .this-mobile-menu {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6088127560588 .this-mobile-menu {

    }
}

.fl-node-6088127560588 .this-mobile-menu .this-mobile-links {
    align-items: stretch;
    background: #434A54;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fl-node-6088127560588 .this-mobile-menu .this-mobile-links li {
    background: #7E8899;
    flex: 1 1 calc((100% / 3) - 2px);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    padding: 10px;
    text-transform: uppercase;
}

.fl-node-6088127560588 .this-mobile-menu .this-mobile-links li a {
    color: white;
}

/*Signup*/

.fl-node-6088127560588 .this-mobile-menu .this-mobile-signin {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fl-node-6088127560588 .this-mobile-menu .this-mobile-signin li {
    flex: 1 1 auto;

    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #E5E5E5;

    padding: 10px;
}

.fl-node-6088127560588 .this-mobile-menu .this-mobile-signin li a {
    color: white;
}


/*Mobile external links*/

.fl-node-6088127560588 .this-mobile-menu .this-mobile-external {
    display: flex;
    list-style: none;
    padding: 0;
    margin: auto;
    width: 224px;
}

.fl-node-6088127560588 .this-mobile-menu .this-mobile-external li {
    padding: 0;
    margin: 12px;
    min-width: 32px;
    height: 32px;
}

.fl-node-6088127560588 .this-mobile-menu .this-mobile-external li a {
    color: #E5E5E5;
}

/*Search*/

.fl-node-6088127560588 .this-mobile-search {
    background: #434A54;
    padding: 10px;
}

.fl-node-6088127560588 .this-mobile-search form {
    display: flex;
    width: 100%;
}

.fl-node-6088127560588 .this-mobile-search ::placeholder {
    color: white;
    opacity: 1;
}

.fl-node-6088127560588 .this-mobile-search input {
    background: transparent;
}

.fl-node-6088127560588 .this-mobile-search button {
    background: transparent;
    border: none;
}

/*Signup*/

this-mobile-signin

/*Actions*/

.fl-node-6088127560588 .this-actions {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
    .fl-node-6088127560588 .this-actions {
        max-width: 200px;
    }
}

.fl-node-6088127560588 .this-actions button {
    background: transparent;
    border: none;
    margin-left: 10px;
}

.fl-node-6088127560588 .this-actions a {
    color: white;
    font-size: 11px;
    line-height: 1;
    margin-left: 10px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .fl-node-6088127560588 .this-actions button {
        display: none;
    }
    .fl-node-6088127560588 .this-actions a {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6088127560588 .this-actions button {
        display: inline-block;
    }
    .fl-node-6088127560588 .this-actions a {
        display: none;
    }
}
.fl-node-60881283cbe41 {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .fl-node-60881283cbe41 {
        padding: 0 12px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-60881283cbe41 {
        display: none;
    }
    body.home .fl-node-60881283cbe41 {
        display: block;
        padding: 12px;
    }
    body.home .fl-node-60881283cbe41 .this-form {
        display: none;
    }
}

.fl-node-60881283cbe41 section {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

/*Logo*/

.fl-node-60881283cbe41 .this-logo {
    flex: 3 0 auto;
}

.fl-node-60881283cbe41 .this-logo img {
    max-width: 260px;
}

/*Form*/

.fl-node-60881283cbe41 .this-form {
    flex: 1 0 auto;
}

.fl-node-60881283cbe41 .this-form form {
    display: flex;
}

.fl-node-60881283cbe41 .this-form input {
    border: 1px solid #434A54;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fl-node-60881283cbe41 .this-form button {
    background: #434A54;
    border: 1px solid #434A54;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* Start Global CSS */

/* End Global CSS */


/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */

/* Sticky */
.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.admin-bar .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
	top: 32px;
}

/* Shrink */
.fl-builder-content[data-shrink="1"] .fl-row-content-wrap,
.fl-builder-content[data-shrink="1"] .fl-col-content,
.fl-builder-content[data-shrink="1"] .fl-module-content,
.fl-builder-content[data-shrink="1"] img {
	-webkit-transition: all 0.4s ease-in-out, background-position 1ms;
	-moz-transition: all 0.4s ease-in-out, background-position 1ms;
	transition: all 0.4s ease-in-out, background-position 1ms;
}
.fl-builder-content[data-shrink="1"] img {
	width: auto;
}
.fl-builder-content[data-shrink="1"] img.fl-photo-img {
	width: auto;
	height: auto;
}
.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-row-content-wrap {
	margin-bottom: 0;
	margin-top: 0;
}
.fl-theme-builder-header-shrink-row-bottom.fl-row-content-wrap {
	padding-bottom: 5px;
}
.fl-theme-builder-header-shrink-row-top.fl-row-content-wrap {
	padding-top: 5px;
}
.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-col-content {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.fl-theme-builder-header-shrink-module-bottom.fl-module-content {
	margin-bottom: 5px;
}
.fl-theme-builder-header-shrink-module-top.fl-module-content {
	margin-top: 5px;
}
.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img {
	-webkit-transition: all 0.4s ease-in-out, background-position 1ms;
	-moz-transition: all 0.4s ease-in-out, background-position 1ms;
	transition: all 0.4s ease-in-out, background-position 1ms;
}

/* Overlay */
.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
	position: absolute;
	width: 100%;
	z-index: 100;
}
.fl-builder-edit body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"] {
	display: none;
}
body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-scrolled):not([data-overlay-bg="default"]) .fl-row-content-wrap,
body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-scrolled):not([data-overlay-bg="default"]) .fl-col-content {
	background: transparent;
}

                                
        
                                
        
                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
		
        
		
        
		
        
		
        
		
        
		
        




.fl-node-6019bb4f56adf > .fl-row-content-wrap {
	background-color: #434A54;
}




.fl-node-60880ea3eb8e9 {
	width: 100%;
}
.fl-node-60880ea3eb800 .this-menus {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .fl-node-60880ea3eb800 .this-menus {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-60880ea3eb800 .this-menus {
    }
}

.fl-node-60880ea3eb800 h3 {
    color: #E5E5E5;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    padding: 12px 12px 0px 12px;
    margin: 0;
}

.fl-node-60880ea3eb800 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fl-node-60880ea3eb800 li {
    padding: 5px 11px 0px 11px;
}

.fl-node-60880ea3eb800 a {
    color: #9DA1A6;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}

.fl-node-60880ea3eb800 .this-beauty {
    display: flex;
    flex-direction: row;
    padding: 12px;
}

.fl-node-60880ea3eb800 .this-logo {
    flex: 1 1 auto;
}

.fl-node-60880ea3eb800 .this-logo img {
    max-width: 83px;
}

/*Usercard*/

.fl-node-60880ea3eb800 .this-usercard {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}
@media only screen and (min-width: 768px) {
    .fl-node-60880ea3eb800 .this-usercard {
        display: none;
    }
}
.fl-node-60880ea3eb800 .this-usercard a {
    color: #E5E5E5;
}
.fl-node-60880ea3eb800 .this-usercard img {
    margin-right: 6px;
}

/*Text*/

.fl-node-60880ea3eb800 .this-white-text {
    color: #E5E5E5;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 10px 0px 10px;
}

.fl-node-60880ea3eb800 .this-text {
    color: #9DA1A6;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    padding: 10px;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */


                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
		
        
		
        








.fl-node-601861af6787c {
	width: 33.33%;
}
 .fl-node-601861af6787c > .fl-col-content {
	margin-top:20px;
	margin-bottom:20px;
}




.fl-node-601861af67882 {
	width: 58.67%;
}
 .fl-node-601861af67882 > .fl-col-content {
	margin-top:20px;
	margin-bottom:20px;
}




.fl-node-601861af67887 {
	width: 8%;
}
 .fl-node-601861af67887 > .fl-col-content {
	margin-top:20px;
	margin-bottom:20px;
}
.fl-node-609a20b28dbe4 .this-feed {
    margin: 20px 0;
}

@media only screen and (max-width: 768px) {
    .fl-node-609a20b28dbe4 .this-feed {
        border-top: 1px solid #AAB2BC;
        padding: 22px 15px 0 15px;
        margin: 22px 0;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609a20b28dbe4 .this-feed {

    }
}

.fl-node-609a20b28dbe4 .this-head {
    color: #434A54;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.fl-node-609a20b28dbe4 .this-record {
    display: flex;
    margin-bottom: 10px;
    padding-right: 3rem;
}

.fl-node-609a20b28dbe4 .this-body {

}

@media only screen and (min-width: 768px) {
    .fl-node-609a20b28dbe4 .this-body {

    }
}

@media only screen and (max-width: 768px) {
    .fl-node-609a20b28dbe4 .this-body {
        display: flex;
    }
}

.fl-node-609a20b28dbe4 .this-date {
    color: #9DA1A6;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-right: 10px;
    text-align: left;
}

.fl-node-609a20b28dbe4 .this-link a {
    color: #434A54;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: left;

}

/*Main link*/

.fl-node-609a20b28dbe4 .this-main-link {
    border: 1px solid #535E6D;
    box-sizing: border-box;
    border-radius: 3px;
    color: #434A54;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0 30px 0;
    padding: 3px 12px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .fl-node-609a20b28dbe4 .this-main-link {
        display: none;
    }
}.fl-node-609a3981b395d {
    border-radius: 4px;
    background: #434a54;
    padding: 12px;
}


.fl-node-609a3981b395d .this-image {
    text-align: center;
}

.fl-node-609a3981b395d .this-title {
    color: #FFF;
    font-size: 17px;
    margin-top: 16px;
}

.fl-node-609a3981b395d .this-description {
    color: #ccd1d9;
    font-size: 11px;
    margin-top: 8px;
    line-height: 11px;
    text-transform: uppercase;
}

.fl-node-609a3981b395d .this-links {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #61676f;
}

.fl-node-609a3981b395d .this-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fl-node-609a3981b395d .this-links li {
    padding: 0;
    margin-bottom: 12px;
}

.fl-node-609a3981b395d .this-links a {
    color: #ccd1d9;
    font-size: 12px;
    line-height: 10px;
    text-decoration: none;
}

.fl-node-609a3981b395d .this-links a:hover {
    text-decoration: underline;
}/* Item */

.fl-node-608269c50524e .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-608269c50524e .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-608269c50524e .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-608269c50524e .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-608269c50524e .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-608269c50524e .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-608269c50524e .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-608269c50524e .this-terms {
    margin: 20px 0;
}

.fl-node-608269c50524e .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-608269c50524e .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-608269c50524e .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-608269c50524e .this-metadata-item .far {
}

.fl-node-608269c50524e .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-608269c50524e .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-608269c50524e .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-608269c50524e .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}/* Item */
67c976eb7a3cd
.fl-node-67c976eb7a3cd {
    border:1px solid  silver;
}

.fl-node-67c976eb7a3cd .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-67c976eb7a3cd .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-67c976eb7a3cd .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-67c976eb7a3cd .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-67c976eb7a3cd .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-67c976eb7a3cd .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-67c976eb7a3cd .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-67c976eb7a3cd .this-terms {
    margin: 20px 0;
}

.fl-node-67c976eb7a3cd .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-67c976eb7a3cd .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-67c976eb7a3cd .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-67c976eb7a3cd .this-metadata-item .far {
}

.fl-node-67c976eb7a3cd .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-67c976eb7a3cd .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-67c976eb7a3cd .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-67c976eb7a3cd .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}.pp-clear:before,
.pp-clear:after {
	content: " ";
	display: table;
}
.pp-clear:after {
	clear: both;
}
.pp-category,
.pp-category .category-inner,
.pp-category .pp-category__img {
	position: relative;
	top: 0;
}

.pp-category__title_wrapper .pp-category-count{
	display: block;
}
.pp-category .category-inner > .pp-category__link {
	display: block;
	outline: none;
	text-decoration: none !important;
}

/* Style - 0 ( Default ) */
.pp-category .category-style-0 .pp-category__content {
	height: auto !important;
	width: 90%;
	position: absolute;
	left: 5%;
	right: 5%;
	background: #fff;
	text-align: center;
	margin-left:0;
	margin-right:0;
	left: 50%;
	transform: translateX(-50%);
	display: table;
}
.rtl .pp-category .category-style-0 .pp-category__content {
	left: auto;
    right: 50%;
    transform: translateX(50%);
}
.pp-category.pp-category__no-image .pp-category__content {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pp-category .category-style-0 .pp-category__title {
	margin: 0;
}

.pp-categories-container.swiper-container-horizontal > .swiper-pagination-bullets, .pp-categories-container .swiper-pagination-fraction {
	bottom: 20px;
	position: inherit;
}

.pp-categories-container .swiper-button-prev svg, .pp-categories-container .swiper-button-next svg {
	position: absolute;
    left: 25%;
    top: 15%;
    height: 70%;
}

.pp-categories-container .swiper-pagination {
	cursor: pointer;
}
@media (max-width: 768px) { 
 }	.fl-node-62c1555118572 .pp-category:nth-of-type(3n) {
		margin-right: 0;
	}

.fl-node-62c1555118572 .pp-categories-container .swiper-button-prev,
.fl-node-62c1555118572 .pp-categories-container .swiper-button-next {
	background: none;
	top:46%;
			height : 30px;
		width : 30px;
		
}

.fl-node-62c1555118572 .pp-categories-container .swiper-button-prev svg,
.fl-node-62c1555118572 .pp-categories-container .swiper-button-next svg {

	
}

.fl-node-62c1555118572 .pp-categories-container .swiper-button-prev:hover,
.fl-node-62c1555118572 .pp-categories-container .swiper-button-next:hover {
	
}

.fl-node-62c1555118572 .pp-categories-container .swiper-button-prev:hover svg,
.fl-node-62c1555118572 .pp-categories-container .swiper-button-next:hover svg {

	
}


.fl-node-62c1555118572 .pp-category {

	width : 31.666666666667%;
	height : 300px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right : 2%;
	margin-bottom : 2%;
	overflow: hidden;
}
.fl-node-62c1555118572 .pp-category .pp-category__link {
	background-color : #fff192;
}
.fl-node-62c1555118572 .pp-category:hover .pp-category__link {
					background-color : #ffffff;
			}
.fl-node-62c1555118572 .pp-category .pp-category__content {

				bottom : 0;
			height: 300px;
	width: calc( 100% - 0px );

				width : 100%;
						margin-bottom : 0px;
			}

.fl-node-62c1555118572 .pp-category.pp-category__no-image .pp-category__content {
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
	height: 300px !important;
				align-items: flex-end;
		}

.fl-node-62c1555118572 .pp-category .pp-category__title {

	}
.fl-node-62c1555118572 .pp-category .pp-category__title_wrapper span {

	
}
.fl-node-62c1555118572 .pp-category .pp-category__description {

	}
.fl-node-62c1555118572 .pp-category__button_wrapper {
		z-index: 9999;
}
.fl-node-62c1555118572 .pp-category__button_wrapper .pp-category__button {

					margin-top : 10px;
							margin-bottom : 15px;
				text-align: center;
	float: none;
	z-index: 999999;
}
.fl-node-62c1555118572 .pp-category__button_wrapper .pp-category__button:hover {

	}

.fl-node-62c1555118572 .pp-category__img {
					height : 300px;
				overflow: hidden;
}
.fl-node-62c1555118572 .pp-category__img img {
	width: calc(100% + 0px);
	object-fit: cover;
					height : 300px;
			}

.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__content,
.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__img,
.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__img img,
.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__button_wrapper,
.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__button_wrapper .pp-category__button,
.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__content::before,
.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__content::after,
.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__description_wrapper {
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__img img {
					opacity : 1;
			}
.fl-node-62c1555118572 .pp-category .category-style-0:hover .pp-category__img img {
	}

.fl-node-62c1555118572 .pp-category .category-style-0:hover .pp-category__title {
	}

.fl-node-62c1555118572 .pp-category .category-style-0:hover .pp-category__description {
	}

.fl-node-62c1555118572 .pp-category .category-style-0:hover .pp-category__title_wrapper span {
	}

	.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__link {
		background-color: transparent;
	}
	.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__content {
							background-color : #fff192;
					}
	.fl-node-62c1555118572 .pp-category .category-style-0:hover .pp-category__content {
							background-color : #ffffff;
					}
	.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__title_wrapper span {
			}
	.fl-node-62c1555118572 .pp-category .category-style-0 .pp-category__img img,
	.fl-node-62c1555118572 .pp-category .category-style-0:hover .pp-category__img img {
		opacity: 1;
	}


.fl-node-62c1555118572 .pp-categories-container .swiper-pagination-bullet {
	opacity: 1;
		background-color: #999999;
			width: 10px;
			height: 10px;
			border-radius: 50%;
		box-shadow: none;
}

.fl-node-62c1555118572 .pp-categories-container.swiper-container-horizontal > .swiper-pagination-bullets, .pp-categories-container .swiper-pagination-fraction {
		padding-top: 20px;
	}

.fl-node-62c1555118572 .pp-categories-container .swiper-pagination-progressbar {
		background-color: #999999;
	}
.fl-node-62c1555118572 .pp-categories-container .swiper-pagination-bullet:hover,
.fl-node-62c1555118572 .pp-categories-container .swiper-pagination-bullet-active,
.fl-node-62c1555118572 .pp-categories-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		background-color: #000000;
		opacity: 1;
	box-shadow: none;
}

.fl-node-62c1555118572 .pp-categories-container .swiper-pagination-fraction .swiper-pagination-total {
		color: #999999;
	}

.fl-node-62c1555118572 .pp-categories-container .swiper-pagination-fraction .swiper-pagination-current {
		color: #000000;
	}


@media only screen and ( max-width: 992px ) {
	
	.fl-node-62c1555118572 .pp-category:nth-of-type(3n) {
		margin-right : 3%;
	}

	.fl-node-62c1555118572 .pp-category:nth-of-type(3n) {
		margin-right: 0;
	}

	

	.fl-node-62c1555118572 .pp-category {
		width : 31.666666666667%;
							width : 31.666666666667%;
									margin-right : 2%;
					margin-bottom : 2%;
					}
	.fl-node-62c1555118572 .pp-category .pp-category__content {
			}

	.fl-node-62c1555118572 .pp-category__button_wrapper .pp-category__button {
			}

	.fl-node-62c1555118572 .pp-category__img {
			}
}

@media only screen and ( max-width: 768px ) {
	
		.fl-node-62c1555118572 .pp-category:nth-of-type(3n) {
			margin-right : 3%;
		}

		.fl-node-62c1555118572 .pp-category:nth-of-type(3n) {
			margin-right : 3%;
		}

		.fl-node-62c1555118572 .pp-category:nth-of-type(3n) {
			margin-right: 0;
		}
		.fl-node-62c1555118572 .pp-category {
		width : 31.666666666667%;
							width : 31.666666666667%;
											margin-right : 2%;
					margin-bottom : 2%;
					}

	.fl-node-62c1555118572 .pp-category .pp-category__content {
			}

	.fl-node-62c1555118572 .pp-category__button_wrapper .pp-category__button {
			}

	.fl-node-62c1555118572 .pp-category__img {
			}
}
.fl-node-62c1555118572 .pp-category .pp-category__content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fl-node-62c1555118572 .pp-categories-container.swiper-container-horizontal > .swiper-pagination-bullets, .fl-node-62c1555118572 .pp-categories-container .swiper-pagination-fraction {
	padding-top: 20px;
}
.fl-node-62c1555118572 .pp-category .category-inner .pp-category__content {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}
.fl-node-62c1555118572 .pp-categories-container .swiper-button-prev, .fl-node-62c1555118572 .pp-categories-container .swiper-button-next {
	bottom: 30%;
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-row .fl-col .fl-node-62cfda58e806f h2.fl-heading a,
.fl-row .fl-col .fl-node-62cfda58e806f h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-62cfda58e806f h2.fl-heading .fl-heading-text *,
.fl-node-62cfda58e806f h2.fl-heading .fl-heading-text {
	color: #434a54;
}
.fl-node-62cfda58e806f.fl-module-heading .fl-heading {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.2;
}
 .fl-node-62cfda58e806f > .fl-module-content {
	margin-top:-0.6%;
	margin-bottom:1.6%;
	margin-left:2.6%;
}
@media ( max-width: 992px ) {
 .fl-node-62cfda58e806f.fl-module > .fl-module-content {
	margin-left:2.6%;
}
}
@media (max-width: 768px) { .fl-node-62cfda58e806f > .fl-module-content { margin-top:0px;margin-bottom:0px;margin-left:0px; } }/* Post Slider */

/* Wrappers */
body.rtl .fl-module-post-carousel .bx-viewport {
	direction: ltr;
}
body.rtl .fl-post-carousel-post {
	direction: rtl;
}
.fl-module-post-carousel .bx-wrapper {
	max-width: 100% !important;
	margin: 0 auto 40px;
}
.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: 20;
	margin-top: -16px;
}
.fl-post-carousel-navigation a{
	position: absolute;
	display: inline-block;
	opacity: .7;
}
.fl-post-carousel-navigation a:hover{ opacity: 1; }

.fl-post-carousel-navigation .carousel-prev{ left: 0; }
.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,
.bx-controls a.disabled {
	pointer-events: none;
}

/*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;
	filter: alpha(opacity = 0);
	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 {
	filter: alpha(opacity = 100);
	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-text h2.fl-post-carousel-title {
	font-size: 22px;
	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-62cfdb03838fc .fl-post-carousel-wrapper{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
	}

	

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

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



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




.fl-node-62cfdb03838fc .fl-post-carousel-title a {
	color: #434a54;
}
.fl-node-62cfdb03838fc .fl-post-carousel-title a:hover {
	color: #434a54;
}
.fl-node-62cfdb03838fc .fl-post-carousel-title {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
}
.fl-node-62cfdb03838fc .fl-post-carousel-meta {
	color: #7E8899;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
}
.fl-node-62cfdb03838fc .fl-post-carousel-meta a {
	color: #7E8899;
}
.fl-node-62cfdb03838fc .fl-post-carousel-meta a:hover {
	color: #ffffff;
}
.fl-node-609a21098cef8 .this-feed {
    margin: 20px 0;
}

@media only screen and (max-width: 768px) {
    .fl-node-609a21098cef8 .this-feed {
        border-top: 1px solid #AAB2BC;
        padding: 22px 15px 0 15px;
        margin: 22px 0;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609a21098cef8 .this-feed {

    }
}

.fl-node-609a21098cef8 .this-head {
    color: #434A54;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.fl-node-609a21098cef8 .this-record {
    display: flex;
    margin-bottom: 10px;
    padding-right: 3rem;
}

.fl-node-609a21098cef8 .this-body {

}

@media only screen and (min-width: 768px) {
    .fl-node-609a21098cef8 .this-body {

    }
}

@media only screen and (max-width: 768px) {
    .fl-node-609a21098cef8 .this-body {
        display: flex;
    }
}

.fl-node-609a21098cef8 .this-date {
    color: #9DA1A6;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-right: 10px;
    text-align: left;
}

.fl-node-609a21098cef8 .this-link a {
    color: #434A54;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: left;

}

/*Main link*/

.fl-node-609a21098cef8 .this-main-link {
    border: 1px solid #535E6D;
    box-sizing: border-box;
    border-radius: 3px;
    color: #434A54;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0 30px 0;
    padding: 3px 12px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .fl-node-609a21098cef8 .this-main-link {
        display: none;
    }
}/* Item */

.fl-node-6093de14f0dcd .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de14f0dcd .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de14f0dcd .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de14f0dcd .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de14f0dcd .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de14f0dcd .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de14f0dcd .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de14f0dcd .this-terms {
    margin: 20px 0;
}

.fl-node-6093de14f0dcd .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de14f0dcd .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de14f0dcd .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de14f0dcd .this-metadata-item .far {
}

.fl-node-6093de14f0dcd .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de14f0dcd .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de14f0dcd .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de14f0dcd .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}/* Item */

.fl-node-6093df5987d21 .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093df5987d21 .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093df5987d21 .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093df5987d21 .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093df5987d21 .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093df5987d21 .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093df5987d21 .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093df5987d21 .this-terms {
    margin: 20px 0;
}

.fl-node-6093df5987d21 .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093df5987d21 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093df5987d21 .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093df5987d21 .this-metadata-item .far {
}

.fl-node-6093df5987d21 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093df5987d21 .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093df5987d21 .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093df5987d21 .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}.fl-node-609a25c52f822 {
    background: #434A54;
    color: white;
    padding: 10px 0;
}

@media only screen and (min-width: 768px) {
    .fl-node-609a25c52f822  {
        border-radius: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-609a25c52f822  {
    }
}

.fl-node-609a25c52f822 a,
.fl-node-609a25c52f822 a:hover,
.fl-node-609a25c52f822 a:active{
    color: white;
}

.fl-node-609a25c52f822 .this-header {
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 12px;
    text-transform: uppercase;
}

.fl-node-609a25c52f822 .this-items .this-item {
    border-bottom: 1px solid #AAB2BC;
    display: flex;
    padding: 12px 0;
}

.fl-node-609a25c52f822 .this-items .this-item:last-child {
    border: none;
}

.fl-node-609a25c52f822 .this-image-section {
    max-width: 40%;
    min-width: 40%;
    padding: 0px 6px 0px 12px;
}

.fl-node-609a25c52f822 .this-text-section {
    padding: 0px 12px 0px 6px;
}

.fl-node-609a25c52f822 .this-headline {
    font-style: normal;
    line-height: 17px;
    text-align: left;
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}

@media only screen and (min-width: 768px) {
    .fl-node-609a25c52f822 .this-headline {
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-609a25c52f822 .this-headline {
        font-size: 15px;
        font-weight: 700;
    }
}

.fl-node-609a25c52f822 .this-metadata {
    color: #AAB2BF;
    display: flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.fl-node-609a25c52f822 .this-metadata-item {
    padding: 10px 10px 0 0;
}

.fl-node-609a25c52f822 .this-metadata-item .far {
}

.fl-node-609a25c52f822 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-609a25c52f822 .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

/*Main link*/

.fl-node-609a25c52f822 .this-main-link {
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 16px 12px 20px 12px;
    padding: 3px 12px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .fl-node-609a25c52f822 .this-main-link {
        display: none;
    }
}/* Item */

.fl-node-6093de132a3d3 .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de132a3d3 .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de132a3d3 .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de132a3d3 .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de132a3d3 .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de132a3d3 .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de132a3d3 .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de132a3d3 .this-terms {
    margin: 20px 0;
}

.fl-node-6093de132a3d3 .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de132a3d3 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de132a3d3 .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de132a3d3 .this-metadata-item .far {
}

.fl-node-6093de132a3d3 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de132a3d3 .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de132a3d3 .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de132a3d3 .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}/* Item */

.fl-node-6093de12e3857 .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de12e3857 .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de12e3857 .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de12e3857 .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de12e3857 .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de12e3857 .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de12e3857 .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de12e3857 .this-terms {
    margin: 20px 0;
}

.fl-node-6093de12e3857 .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de12e3857 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de12e3857 .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de12e3857 .this-metadata-item .far {
}

.fl-node-6093de12e3857 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de12e3857 .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de12e3857 .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de12e3857 .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}.fl-node-609a26c9299ad {
    margin: 20px 0;
}

@media only screen and (max-width: 768px) {
    .fl-node-609a26c9299ad  {
        background: #e5e5e5;
        padding: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609a26c9299ad  {
    }
}

.fl-node-609a26c9299ad .this-h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0 12px 12px;
    padding: 0;
    text-transform: uppercase;
}

.fl-node-609a26c9299ad .this-item {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .fl-node-609a26c9299ad .this-item {
        padding: 0 0 12px 0;
    }
    .fl-node-609a26c9299ad .this-item:last-child {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609a26c9299ad .this-item {
        padding: 12px 0;
    }
}

.fl-node-609a26c9299ad .this-link,
.fl-node-609a26c9299ad .this-link a {
    color: #434A54;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    flex-grow: 1;
    line-height: 16px;
}

.fl-node-609a26c9299ad .this-metadata {
    color: #7E8899;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    min-width: 50px;
    max-width: 60px;
}

@media only screen and (max-width: 768px) {
    .fl-node-609a26c9299ad .this-link {
        order: 2;
    }
    .fl-node-609a26c9299ad .this-metadata {
        order: 1;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609a26c9299ad .this-link {
        order: 1;
    }
    .fl-node-609a26c9299ad .this-metadata {
        order: 2;
    }
}

.fl-node-609a26c9299ad .this-metadata-item {
    padding: 10px 10px 0 0;
}

.fl-node-609a26c9299ad .this-metadata-item .far {
}

.fl-node-609a26c9299ad .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-609a26c9299ad .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}
/* Item */

.fl-node-6093de119d2c3 .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de119d2c3 .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de119d2c3 .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de119d2c3 .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de119d2c3 .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de119d2c3 .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de119d2c3 .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de119d2c3 .this-terms {
    margin: 20px 0;
}

.fl-node-6093de119d2c3 .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de119d2c3 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de119d2c3 .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de119d2c3 .this-metadata-item .far {
}

.fl-node-6093de119d2c3 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de119d2c3 .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de119d2c3 .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de119d2c3 .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}/* Item */

.fl-node-6093de11638f4 .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de11638f4 .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de11638f4 .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de11638f4 .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de11638f4 .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de11638f4 .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de11638f4 .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de11638f4 .this-terms {
    margin: 20px 0;
}

.fl-node-6093de11638f4 .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de11638f4 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de11638f4 .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de11638f4 .this-metadata-item .far {
}

.fl-node-6093de11638f4 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de11638f4 .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de11638f4 .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de11638f4 .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}/* Item */

.fl-node-6093de105b7b2 .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de105b7b2 .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de105b7b2 .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de105b7b2 .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de105b7b2 .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de105b7b2 .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de105b7b2 .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de105b7b2 .this-terms {
    margin: 20px 0;
}

.fl-node-6093de105b7b2 .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de105b7b2 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de105b7b2 .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de105b7b2 .this-metadata-item .far {
}

.fl-node-6093de105b7b2 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de105b7b2 .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de105b7b2 .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de105b7b2 .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}/* Item */

.fl-node-6093de0f57b4c .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de0f57b4c .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de0f57b4c .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de0f57b4c .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de0f57b4c .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de0f57b4c .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de0f57b4c .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de0f57b4c .this-terms {
    margin: 20px 0;
}

.fl-node-6093de0f57b4c .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de0f57b4c .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de0f57b4c .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de0f57b4c .this-metadata-item .far {
}

.fl-node-6093de0f57b4c .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de0f57b4c .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de0f57b4c .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de0f57b4c .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}/* Item */

.fl-node-6093de0e55eab .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de0e55eab .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de0e55eab .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de0e55eab .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de0e55eab .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de0e55eab .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de0e55eab .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de0e55eab .this-terms {
    margin: 20px 0;
}

.fl-node-6093de0e55eab .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de0e55eab .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de0e55eab .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de0e55eab .this-metadata-item .far {
}

.fl-node-6093de0e55eab .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de0e55eab .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de0e55eab .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de0e55eab .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}/* Item */

.fl-node-6093de0d4e519 .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de0d4e519 .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de0d4e519 .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de0d4e519 .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de0d4e519 .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de0d4e519 .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de0d4e519 .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de0d4e519 .this-terms {
    margin: 20px 0;
}

.fl-node-6093de0d4e519 .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de0d4e519 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de0d4e519 .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de0d4e519 .this-metadata-item .far {
}

.fl-node-6093de0d4e519 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de0d4e519 .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de0d4e519 .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de0d4e519 .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}/* Item */

.fl-node-6093de0c28f3e .this-item {

}

@media only screen and (min-width: 768px) {
    .fl-node-6093de0c28f3e .this-item {
        border-radius: 4px;
        box-shadow: 0 0 4px #cfcfcf;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-6093de0c28f3e .this-item {
        border-top: 1px solid #aab2bc;
    }
}

/* Item Image */

@media only screen and (max-width: 768px) {
    .fl-node-6093de0c28f3e .this-image-section {
        padding: 20px 20px 0px 20px;
    }
}

/* Item Text */

.fl-node-6093de0c28f3e .this-text-section {
    padding: 20px;
}


/* Item Headline */

.fl-node-6093de0c28f3e .this-headline a {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #434a54;
}

/* Item Excerpt */

.fl-node-6093de0c28f3e .this-excerpt {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #535E6D;
}

/* Item Terms */

.fl-node-6093de0c28f3e .this-terms {
    margin: 20px 0;
}

.fl-node-6093de0c28f3e .this-term {
    border-radius: 4px;
    border: 1px solid #535E6D;
    color: #434A54;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 16px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
    text-transform: uppercase;
}

.fl-node-6093de0c28f3e .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

.fl-node-6093de0c28f3e .this-metadata-item {
    color: #7E8899;
    font-size: 10px;
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de0c28f3e .this-metadata-item .far {
}

.fl-node-6093de0c28f3e .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-6093de0c28f3e .this-metadata-left .this-metadata-item {
    padding: 0px 10px 0px 0px;
}

.fl-node-6093de0c28f3e .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.fl-node-6093de0c28f3e .this-metadata-right .this-metadata-item {
    padding: 0px 0px 0px 10px;
}.fl-node-60882db02116e .page-numbers {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}


.fl-node-60882db02116e .page-numbers li {
    list-style: none;
}

.fl-node-60882db02116e .page-numbers li a.page-numbers,
.fl-node-60882db02116e .page-numbers li span.page-numbers {
    color: #7E8899;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    padding: 10px;
    text-align: center;
}

.fl-node-60882db02116e .page-numbers li span.page-numbers.current {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #535E6D;
}.fl-node-609a2592803c2 {
    background: #434A54;
    color: white;
    padding: 10px 0;
}

@media only screen and (min-width: 768px) {
    .fl-node-609a2592803c2  {
        border-radius: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-609a2592803c2  {
    }
}

.fl-node-609a2592803c2 a,
.fl-node-609a2592803c2 a:hover,
.fl-node-609a2592803c2 a:active{
    color: white;
}

.fl-node-609a2592803c2 .this-header {
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 12px;
    text-transform: uppercase;
}

.fl-node-609a2592803c2 .this-items .this-item {
    border-bottom: 1px solid #AAB2BC;
    display: flex;
    padding: 12px 0;
}

.fl-node-609a2592803c2 .this-items .this-item:last-child {
    border: none;
}

.fl-node-609a2592803c2 .this-image-section {
    max-width: 40%;
    min-width: 40%;
    padding: 0px 6px 0px 12px;
}

.fl-node-609a2592803c2 .this-text-section {
    padding: 0px 12px 0px 6px;
}

.fl-node-609a2592803c2 .this-headline {
    font-style: normal;
    line-height: 17px;
    text-align: left;
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}

@media only screen and (min-width: 768px) {
    .fl-node-609a2592803c2 .this-headline {
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-609a2592803c2 .this-headline {
        font-size: 15px;
        font-weight: 700;
    }
}

.fl-node-609a2592803c2 .this-metadata {
    color: #AAB2BF;
    display: flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.fl-node-609a2592803c2 .this-metadata-item {
    padding: 10px 10px 0 0;
}

.fl-node-609a2592803c2 .this-metadata-item .far {
}

.fl-node-609a2592803c2 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-609a2592803c2 .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

/*Main link*/

.fl-node-609a2592803c2 .this-main-link {
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 16px 12px 20px 12px;
    padding: 3px 12px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .fl-node-609a2592803c2 .this-main-link {
        display: none;
    }
}.fl-node-609a26b0b1a0e {
    margin: 20px 0;
}

@media only screen and (max-width: 768px) {
    .fl-node-609a26b0b1a0e  {
        background: #e5e5e5;
        padding: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609a26b0b1a0e  {
    }
}

.fl-node-609a26b0b1a0e .this-h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0 12px 12px;
    padding: 0;
    text-transform: uppercase;
}

.fl-node-609a26b0b1a0e .this-item {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .fl-node-609a26b0b1a0e .this-item {
        padding: 0 0 12px 0;
    }
    .fl-node-609a26b0b1a0e .this-item:last-child {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609a26b0b1a0e .this-item {
        padding: 12px 0;
    }
}

.fl-node-609a26b0b1a0e .this-link,
.fl-node-609a26b0b1a0e .this-link a {
    color: #434A54;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    flex-grow: 1;
    line-height: 16px;
}

.fl-node-609a26b0b1a0e .this-metadata {
    color: #7E8899;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    min-width: 50px;
    max-width: 60px;
}

@media only screen and (max-width: 768px) {
    .fl-node-609a26b0b1a0e .this-link {
        order: 2;
    }
    .fl-node-609a26b0b1a0e .this-metadata {
        order: 1;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609a26b0b1a0e .this-link {
        order: 1;
    }
    .fl-node-609a26b0b1a0e .this-metadata {
        order: 2;
    }
}

.fl-node-609a26b0b1a0e .this-metadata-item {
    padding: 10px 10px 0 0;
}

.fl-node-609a26b0b1a0e .this-metadata-item .far {
}

.fl-node-609a26b0b1a0e .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

.fl-node-609a26b0b1a0e .this-metadata-right {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */


                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
		
        
		
        