/* 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-equ




.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-609a2aeac27fc .this-feed {
    margin: 20px 0;
}

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

    }
}

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

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

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

}

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

    }
}

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

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

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

}

/*Main link*/

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

.fl-node-607eb65768f7b .this-breadcrumbs,
.fl-node-607eb65768f7b .this-breadcrumbs span,
.fl-node-607eb65768f7b .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-607eb65768f7b .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-62d7a0225fc9b .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-62d7a0225fc9b .fl-module-content .fl-rich-text * {
		color: #434a54;
	}
	.fl-builder-content .fl-node-62d7a0225fc9b .fl-rich-text, .fl-builder-content .fl-node-62d7a0225fc9b .fl-rich-text *:not(b, strong) {
	font-weight: 800;
	font-size: 2.6rem;
	line-height: 1.2;
}
 .fl-node-62d7a0225fc9b > .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-62d7a0225fc9b.fl-module > .fl-module-content {
	margin-right:2.6%;
	margin-left:2.6%;
}
}
@media ( max-width: 768px ) {
 .fl-node-62d7a0225fc9b.fl-module > .fl-module-content {
	margin-right:2.6%;
	margin-left:2.6%;
}
}
@media (max-width: 768px) { .fl-node-62d7a0225fc9b > .fl-module-content { margin-top:0px;margin-bottom:0px; } }.fl-node-607eb56588399 .this-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -1px 20px -1px;
}

.fl-node-607eb56588399 .this-item {
    align-items: center;
    background: #7E8899;
    border: 1px solid white;
    color: #FFFFFF;
    display: flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.fl-node-607eb56588399 .this-item.this-active {
    background: #434A54;
}

@media only screen and (min-width: 768px) {
    .fl-node-607eb56588399 .this-item {
        flex: 0 1 33.33%;
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-607eb56588399 .this-item {
        flex: 0 1 50%;
    }
}/* 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 */

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Main link*/

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

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

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

}

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

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

/* Item Image */

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

/* Item Text */

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


/* Item Headline */

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

/* Item Excerpt */

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

/* Item Terms */

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

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

/* Item Metadata */

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

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

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

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

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

.fl-node-6093dca6e24a8 .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-609adf711550a {
    background: #434A54;
    color: white;
    padding: 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Main link*/

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

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

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

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

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

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

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

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

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

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








.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-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;
        }
        
        
        
        
        
        
		
        
		
        