/* 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;
}
.f




.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-601a96b698246 {
	width: 33.33%;
}
 .fl-node-601a96b698246 > .fl-col-content {
	margin-top:20px;
	margin-bottom:20px;
}




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




.fl-node-601a96b69824f {
	width: 8%;
}
 .fl-node-601a96b69824f > .fl-col-content {
	margin-top:20px;
	margin-bottom:20px;
}
.fl-node-609a2aae1a453 .this-feed {
    margin: 20px 0;
}

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

    }
}

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

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

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

}

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

    }
}

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

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

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

}

/*Main link*/

.fl-node-609a2aae1a453 .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-609a2aae1a453 .this-main-link {
        display: none;
    }
}.fl-node-6087fd02ad9a1 .this-breadcrumbs {
    padding: 10px 0;
}

.fl-node-6087fd02ad9a1 .this-breadcrumbs,
.fl-node-6087fd02ad9a1 .this-breadcrumbs span,
.fl-node-6087fd02ad9a1 .this-breadcrumbs a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #7E8899;
}

@media only screen and (max-width: 768px) {
    .fl-node-6087fd02ad9a1 .this-breadcrumbs {
        padding: 10px 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #AAB2BC;
    }
}.fl-builder-content .fl-rich-text strong {
	font-weight: bold;
}
	.fl-builder-content .fl-node-62da758da8098 .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-62da758da8098 .fl-module-content .fl-rich-text * {
		color: #434a54;
	}
	.fl-builder-content .fl-node-62da758da8098 .fl-rich-text, .fl-builder-content .fl-node-62da758da8098 .fl-rich-text *:not(b, strong) {
	font-weight: 800;
	font-size: 2.6rem;
	line-height: 1.2;
}
 .fl-node-62da758da8098 > .fl-module-content {
	margin-top:-0.6%;
	margin-right:2.6%;
	margin-bottom:1.6%;
	margin-left:2.6%;
}
@media ( max-width: 992px ) {
 .fl-node-62da758da8098.fl-module > .fl-module-content {
	margin-right:2.6px;
	margin-left:2.6px;
}
}
@media ( max-width: 768px ) {
 .fl-node-62da758da8098.fl-module > .fl-module-content {
	margin-right:2.6%;
	margin-left:2.6%;
}
}
@media (max-width: 768px) { .fl-node-62da758da8098 > .fl-module-content { margin-top:0px;margin-bottom:0px; } }/* Item */

.fl-node-6087fd6946532 .this-item {

}

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

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

/* Item Image */

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

/* Item Text */

.fl-node-6087fd6946532 .this-text-section {
    padding: 20px;
}


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

.fl-node-6087fd6946532 .this-terms {
    margin: 20px 0;
}

.fl-node-6087fd6946532 .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-6087fd6946532 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

.fl-node-6087fd6946532 .this-metadata-item .far {
}

.fl-node-6087fd6946532 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

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

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

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

.fl-node-6087fdb2c4a05 .this-item {

}

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

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

/* Item Image */

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

/* Item Text */

.fl-node-6087fdb2c4a05 .this-text-section {
    padding: 20px;
}


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

.fl-node-6087fdb2c4a05 .this-terms {
    margin: 20px 0;
}

.fl-node-6087fdb2c4a05 .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-6087fdb2c4a05 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

.fl-node-6087fdb2c4a05 .this-metadata-item .far {
}

.fl-node-6087fdb2c4a05 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

.fl-node-6093dd24c73f5 .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-6093dd24c73f5 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fl-node-609ade8a79d6b .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-609ade8a79d6b .this-headline {
        font-size: 11px;
    }
}

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

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

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

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

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

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

/*Main link*/

.fl-node-609ade8a79d6b .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-609ade8a79d6b .this-main-link {
        display: none;
    }
}/* Item */

.fl-node-6087fdb77d2df .this-item {

}

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

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

/* Item Image */

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

/* Item Text */

.fl-node-6087fdb77d2df .this-text-section {
    padding: 20px;
}


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

.fl-node-6087fdb77d2df .this-terms {
    margin: 20px 0;
}

.fl-node-6087fdb77d2df .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-6087fdb77d2df .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

.fl-node-6087fdb77d2df .this-metadata-item .far {
}

.fl-node-6087fdb77d2df .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

.fl-node-6093dd399f651 .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-6093dd399f651 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

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

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

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

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

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

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

.fl-node-609aded40238c .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-609aded40238c .this-item {
    display: flex;
}

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

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

.fl-node-609aded40238c .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-609aded40238c .this-link {
        order: 2;
    }
    .fl-node-609aded40238c .this-metadata {
        order: 1;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609aded40238c .this-link {
        order: 1;
    }
    .fl-node-609aded40238c .this-metadata {
        order: 2;
    }
}

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

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

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

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

.fl-node-6087fdb8f2f04 .this-item {

}

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

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

/* Item Image */

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

/* Item Text */

.fl-node-6087fdb8f2f04 .this-text-section {
    padding: 20px;
}


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

.fl-node-6087fdb8f2f04 .this-terms {
    margin: 20px 0;
}

.fl-node-6087fdb8f2f04 .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-6087fdb8f2f04 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

.fl-node-6087fdb8f2f04 .this-metadata-item .far {
}

.fl-node-6087fdb8f2f04 .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

.fl-node-6093dd4cc35e6 .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-6093dd4cc35e6 .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

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

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

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

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

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

.fl-node-6087fdbe66afb .this-item {

}

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

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

/* Item Image */

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

/* Item Text */

.fl-node-6087fdbe66afb .this-text-section {
    padding: 20px;
}


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

.fl-node-6087fdbe66afb .this-terms {
    margin: 20px 0;
}

.fl-node-6087fdbe66afb .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-6087fdbe66afb .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

.fl-node-6087fdbe66afb .this-metadata-item .far {
}

.fl-node-6087fdbe66afb .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

.fl-node-6093dd625028c .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-6093dd625028c .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

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

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

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

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

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

.fl-node-6087fdf20d61e .this-item {

}

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

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

/* Item Image */

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

/* Item Text */

.fl-node-6087fdf20d61e .this-text-section {
    padding: 20px;
}


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

.fl-node-6087fdf20d61e .this-terms {
    margin: 20px 0;
}

.fl-node-6087fdf20d61e .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-6087fdf20d61e .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

.fl-node-6087fdf20d61e .this-metadata-item .far {
}

.fl-node-6087fdf20d61e .this-metadata-left {
    display: flex;
    flex: 1 1 auto;
}

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

.fl-node-6093dd7f0c9dd .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-6093dd7f0c9dd .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

.fl-node-6093dd82946fb .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-6093dd82946fb .this-metadata {
    display: flex;
    font-weight: 400;
    font-size: 11px;
    line-height: 18.85px;
    color: #9da1a6;
}

/* Item Metadata */

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

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

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

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

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

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


.fl-node-6087fe0de8f6a .page-numbers li {
    list-style: none;
}

.fl-node-6087fe0de8f6a .page-numbers li a.page-numbers,
.fl-node-6087fe0de8f6a .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-6087fe0de8f6a .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-609addfa0c86f {
    background: #434A54;
    color: white;
    padding: 10px 0;
}

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

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

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

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

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

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

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

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

.fl-node-609addfa0c86f .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-609addfa0c86f .this-headline {
        font-size: 11px;
    }
}

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

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

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

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

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

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

/*Main link*/

.fl-node-609addfa0c86f .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-609addfa0c86f .this-main-link {
        display: none;
    }
}.fl-node-609a2ac61dcbc {
    margin: 20px 0;
}

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

.fl-node-609a2ac61dcbc .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-609a2ac61dcbc .this-item {
    display: flex;
}

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

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

.fl-node-609a2ac61dcbc .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-609a2ac61dcbc .this-link {
        order: 2;
    }
    .fl-node-609a2ac61dcbc .this-metadata {
        order: 1;
    }
}
@media only screen and (min-width: 768px) {
    .fl-node-609a2ac61dcbc .this-link {
        order: 1;
    }
    .fl-node-609a2ac61dcbc .this-metadata {
        order: 2;
    }
}

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

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

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

.fl-node-609a2ac61dcbc .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;
        }
        
        
        
        
        
        
		
        
		
        