  ﻿.eds_news_flcDefaultCSS * {
	box-sizing: content-box;
}
.eds_news_flcDefaultCSS .empty-list {
	margin-bottom: -1.7rem;
}
.eds_news_flcDefaultCSS .summary {
	font-weight: 600;
	overflow: hidden;
}
.eds_news_flcDefaultCSS img.mainimage {
	max-width: 80%;
	margin-right: 10px;
	float: left;
}


.eds_news_flcDefaultCSS img.mainimage.right {
	margin-left: 10px;
	float: right;
}
.eds_news_flcDefaultCSS .linkstyle {
	color: #004b8d;
    background: url(https://www.fortlewis.edu/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg) no-repeat center right;
	background-size: 1rem;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    padding-right: 1.5rem;
    width: fit-content;
}
.eds_news_flcDefaultCSS .whitecards a:hover .linkstyle, .eds_news_flcDefaultCSS .whitecards a:focus .linkstyle {
    padding-right: 1.8rem;
}
@media only screen and (max-width: 767.98px) {
	.eds_news_flcDefaultCSS img.mainimage {
		max-width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.eds_news_flcDefaultCSS img.mainimage.right {
		margin-left: 0;
	}
}

/* PAGINATION */
.eds_news_flcDefaultCSS .article_pager .page {
	text-decoration: none;
    padding: 2px 5px;
    background-color: #004b8d;
    color: white;
    border: solid 1px #004b8d;
    border-radius: 2px;
    margin-right: 5px;
	-webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}
.eds_news_flcDefaultCSS .article_pager .active.page, .eds_news_flcDefaultCSS .article_pager .page:hover, .eds_news_flcDefaultCSS .article_pager .page:focus {
	background-color: transparent;
    border: solid 1px #004b8d;
    color: #004b8d;
}

/* CARDS */
.eds_news_flcDefaultCSS .whitecards {
	display: flex; 
	flex-flow: row wrap; 
	justify-content: space-between;
}
.eds_news_flcDefaultCSS .whitecards a.article {
	border-bottom: none;
	padding: 30px; 
	margin-bottom: 3rem!important; 
	flex-flow: column nowrap!important;
	text-decoration: none;
	width: 100%;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 2px 2px 8px rgb(0 0 0 / 15%);
	-moz-box-shadow: 2px 2px 8px rgb(0 0 0 / 15%);
}
.eds_news_flcDefaultCSS .whitecards a:hover, .eds_news_flcDefaultCSS .whitecards a:focus {
	background-color: #edf6fb;
	-webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}
.eds_news_flcDefaultCSS .whitecards a p {
	color: #0f0f0f;
}

.eds_news_flcDefaultCSS .whitecards a.article::before {

}
.eds_news_flcDefaultCSS .whitecards h3, .eds_news_flcDefaultCSS .whitecards h4 {
	padding-bottom: 0; 
}
.eds_news_flcDefaultCSS .whitecards .col-md figure {
    margin: auto 0 auto auto;
}

/* 2-COLUMN CARDS */
.eds_news_flcDefaultCSS .whitecards.two-column a.article {
	width: 43%; 
}
@media only screen and (max-width: 991.8px) {
	.eds_news_flcDefaultCSS .whitecards.two-column a.article {
		width: 100%; 
	}
}
/* Splash Cards 3 Column */
.eds_news_flcDefaultCSS .flc-splash-card .card-heading {
	display: flex;
}
.eds_news_flcDefaultCSS .flc-splash-card .card-heading i {
	font-size: 2.5rem;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}
.eds_news_flcDefaultCSS .flc-splash-card .flc-card-wrapper a .card-heading.no-caret h3 {
	background: none;
}
/* EVENT CARDS */

.eds_news_flcDefaultCSS .flc-events {
	padding: 20px 0!important;
}
.eds_news_flcDefaultCSS .flc-events .date-box {
    float: left;
    border-right: solid #fdbb2d;
    text-align: center;
    color: #004b8d;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	height: 100%;
}
.eds_news_flcDefaultCSS .flc-events .date-box .month {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.eds_news_flcDefaultCSS .flc-events .date-box .day {
    font-size: 3rem;
    line-height: 1;
}
.eds_news_flcDefaultCSS .flc-events .date-box .multiday-dash {
	font-size: 3rem;
	line-height: 1;
	display: flex;
	align-items: center;
	margin: auto 1rem;
}
.eds_news_flcDefaultCSS .flc-events .date-box .multimonth {
	display: flex;
    justify-content: center;
}
.eds_news_flcDefaultCSS .flc-events .date, .eds_news_flcDefaultCSS .flc-events .time, .eds_news_flcDefaultCSS .flc-events .location, .eds_news_flcDefaultCSS .flc-events .price {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.eds_news_flcDefaultCSS .flc-events.details .date, .eds_news_flcDefaultCSS .flc-events.details .time, .eds_news_flcDefaultCSS .flc-events.details .location, .eds_news_flcDefaultCSS .flc-events.details .price {
	font-size: inherit;
	line-height: 2;
}
.eds_news_flcDefaultCSS .flc-events .date::before, .eds_news_flcDefaultCSS .flc-events .time::before, .eds_news_flcDefaultCSS .flc-events .location::before, .eds_news_flcDefaultCSS .flc-events .price::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 5px;
}
.eds_news_flcDefaultCSS .flc-events .time::before {
    content: "\f017";
}
.eds_news_flcDefaultCSS .flc-events .location::before {
    content: "\f3c5";
}
.eds_news_flcDefaultCSS .flc-events .price::before {
    content: "\f145";
}
.eds_news_flcDefaultCSS .flc-events .summary {
    margin-top: 0.8rem;
}
@media only screen and (max-width: 767px) {
	.eds_news_flcDefaultCSS .flc-events .date-box {
		justify-content: flex-start;
		border-right: none;
		height: fit-content;
		margin-bottom: 2rem;
		border-bottom: solid #fdbb2d;
    	padding-bottom: 1rem;
	}
	.eds_news_flcDefaultCSS .whitecards .flc-events .col-md figure {
		margin: 0;
	}
}
/* TAGS */
.eds_news_flcDefaultCSS .tags {
	margin-bottom: .5rem;
}
.eds_news_flcDefaultCSS .tags .date {
	font-weight: bold;
	font-style: italic;
}
.eds_news_flcDefaultCSS .tags a {
	-webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    width: fit-content;
}
.eds_news_flcDefaultCSS .tags a::before {
	content: "\f02b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	padding-right: 2px;
}
.eds_news_flcDefaultCSS .tags a:hover, .eds_news_flcDefaultCSS .tags a:focus {
	font-weight: 600;
    color: #004b8d;
	text-decoration: underline;
}
.eds_news_flcDefaultCSS .tags a:hover::before, .eds_news_flcDefaultCSS .tags a:focus::before {
	font-weight: 600;
}
/* EVENTS SIMPLE */
.eds_news_flcDefaultCSS .events-simple .margin-bottom {
	margin-bottom: 2rem;
}
.eds_news_flcDefaultCSS .events-simple .date {
	font-weight: bold;
}
.eds_news_flcDefaultCSS .events-simple .date::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 5px;
	content: "\f073";
}
.eds_news_flcDefaultCSS .events-simple p {
	margin-bottom: 0;
}
/* EVENT CARDS SIMPLE */
.eds_news_flcDefaultCSS .whitecards a.article.flc-events.eventscardssimple {
	margin-bottom: 1.5rem!important;
}
.eds_news_flcDefaultCSS .flc-events.eventscardssimple {
	padding: .5rem!important;
}
.eds_news_flcDefaultCSS .flc-events.eventscardssimple .col, .eds_news_flcDefaultCSS .flc-events.eventscardssimple .col-4 {
	display: flex;
	align-items: center;
}
.eds_news_flcDefaultCSS .flc-events.eventscardssimple .col-4 {
	padding-left: 0;
}
.eds_news_flcDefaultCSS .flc-events.eventscardssimple .col {
	padding: 0;
}
.eds_news_flcDefaultCSS .flc-events.eventscardssimple .date-box .month {
	font-size: 1rem;
}
.eds_news_flcDefaultCSS .flc-events.eventscardssimple .date-box .day {
	font-size: 2rem;
}
.eds_news_flcDefaultCSS .flc-events.eventscardssimple h3 {
	font-size: 1.3rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.eds_news_flcDefaultCSS .flc-events.eventscardssimple .date-box {
		justify-content: flex-start;
		border-right: solid #fdbb2d;
		height: fit-content;
		margin-bottom: 0;
		border-bottom: none;
    	padding-bottom: 0;
	}
	.eds_news_flcDefaultCSS .whitecards .flc-events.eventscardssimple .col-md figure {
		margin: 0;
	}
}

/* CONTENT BLOCK MODIFIED FROM PRESS THEME */


.eds_news_flcDefaultCSS .edn_clear::after {
	content: "";
	width: 100%;
	clear: both;
	display: table;
}
.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle1 .edn__contentBlock_header {
	width: calc(100% - 11rem);
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle2 .edn__contentBlock_header {
	width: calc(100% - 6.5rem);
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle2 .edn__contentBlock_itemList > li {
	font-size: 1rem;
	line-height: 2.5rem;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle2 .edn__contentBlock_itemList.edn__contentBlock_itemsHidden {
	padding-right: 2.5rem;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle2 .edn__contentBlock_hiddenItemWrapper {
	height: 2.5rem;
	width: 2rem;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle2 .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger {
	right: 6rem;
  }
  @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle2 .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger {
	  right: 0;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle2 .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger::after {
	line-height: 2.5rem;
	font-size: 1.5rem;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle2 .edn__contentBlock_hiddenItemList::after {
	box-shadow: -3px -3px 0 0 #d4d4d4 inset;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle2 .edn__contentBlock_hiddenItemList > li {
	line-height: 2rem;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 {
	float: left;
	border-right: solid 1px #ddd;
	padding-right: 1rem;
  }
  @media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 {
	  float: none;
	  width: auto !important;
	  border-right: none;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn_widgetTitle {
	display: block;
	float: none;
  }
  @media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn_widgetTitle {
	  float: none;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn_widgetTitle::after {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_itemList {
	margin: 0;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_itemList > li {
	display: block;
	padding: 0.5rem 0;
	line-height: 1.5;
  }
  @media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_itemList > li {
	  display: inline-block;
	  margin: 0 0.5rem 0.3rem 0;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_itemList > li.edn__contentBlock_hide {
	display: none;
	position: absolute;
	visibility: hidden;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_itemList.edn__contentBlock_visibleItemList {
	display: block;
	white-space: normal;
	float: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li {
	display: block;
  }
  @media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li {
	  display: inline-block;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper .edn_contentBlock_trigger {
	position: static;
	text-align: center;
	width: auto;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden {
	display: block;
	position: static;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden .edn__contentBlock_itemList {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden .edn__contentBlock_itemList::after {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden .edn__contentBlock_itemList > li {
	visibility: hidden;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden .edn__contentBlock_itemList > li::after {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList {
	display: block;
	visibility: visible;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li {
	white-space: normal;
	line-height: 1.3;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_widgetHeaderWrapper.edn_headerStyle3 .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li.edn__contentBlock_hide {
	display: block !important;
	visibility: visible;
	position: relative;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_verticalListRight {
	padding: 0 1rem;
	float: right;
  }
  @media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_verticalListRight {
	  width: auto !important;
	  float: none;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_verticalListRight .edn_prevNextPagination {
	margin-top: 2rem;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_header {
	font-size: 0;
	line-height: 0;
  }
  @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_header {
	  width: auto !important;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_header .edn_widgetTitle {
	float: left;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_itemList {
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_itemList > li {
	font: 1.1rem/3.6rem "Source Sans Pro", sans-serif;
	color: #3f3f3f;
	cursor: pointer;
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	border: 0;
	transition: color 0.1s;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_hide {

  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li:first-of-type {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
    background: none;
    color: #004b8d;
    text-align: left;
    padding-left: 10px;
    height: 2rem;
  } 
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li:first-of-type span {
	font-weight: bold;
    font-style: italic;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList > li {
	display: table-cell;
	flex: 1;    
	min-width: calc(31.4% - 20px);
    max-width: calc(31.4% - 20px);
    background-color: #eee;
	color: #004b8d;
    margin: 10px;
	text-align: center;
	-webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_itemList > li:hover, .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_itemList > li.edn__contentBlock_active {
	color: #fff;
	background-color: #004b8d;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_itemList.edn__contentBlock_visibleItemList {
	display: flex;
	white-space: nowrap;
	float: left;
	flex-wrap: wrap;
    justify-content: space-between;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList {
	margin: 0;
	padding: 0 0.8rem;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	background-color: #f4f4f4;
	z-index: 10000;
  }
  @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList {
	  right: 0 !important;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 2rem;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -3px;
	content: "";
	display: inline-block;
	width: 2rem;
	box-shadow: -3px -3px 0 0 #fc4c3b inset;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList > li {
	margin: 0;
	padding: 0.2rem 1rem;
	list-style: none;
	white-space: nowrap;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #3f3f3f;
	font-size: 1rem;
  }
  @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList > li {
	  white-space: normal;
	  line-height: 1.5rem !important;
	}
  }
  @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList > li:first-child::after {
	  display: none;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList > li::after {
	content: "";
	top: 15%;
	right: 0;
	bottom: 15%;
	position: absolute;
	background-color: #dcdcdc;
	width: 1px;
  }
  @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemList > li::after {
	  width: auto;
	  top: 0;
	  right: 2%;
	  bottom: auto;
	  left: 2%;
	  height: 1px;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper.edn__contentBlock_itemsHidden {
	display: block;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger {
	width: 2rem;
	height: 3.6rem;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	position: absolute;
	right: 11rem;
  }
  @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger {
	  right: 0;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper > .edn_contentBlock_trigger::after {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	font: 2.4rem/3.6rem "FontAwesome";
	content: "";
	color: #d4d4d4;
	display: block;
	text-align: center;
	position: absolute;
	transition: color 0.1s ease;
	cursor: pointer;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList {
	display: block;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li.edn__contentBlock_hide {
	display: inline-block !important;
  }
  @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn__contentBlock_hiddenItemList > li.edn__contentBlock_hide {
	  display: block !important;
	}
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn__contentBlock_hiddenItemWrapper:hover > .edn_contentBlock_trigger::after {
	color: #fc4c3b;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .ednCB_mainWrapper {
	position: relative;
	margin: 1rem auto auto;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .ednCB_mainWrapper .edn__articleListWrapper {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
	opacity: 0;
	transition: opacity 500ms ease 300ms;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .ednCB_mainWrapper .edn__articleListWrapper::after {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .ednCB_mainWrapper::before, .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .ednCB_mainWrapper::after {
	position: absolute;
	visibility: hidden;
	display: block;
	opacity: 0;
	transition: opacity 400ms;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .ednCB_mainWrapper::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.6);
	content: "";
	z-index: 1;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .ednCB_mainWrapper::after {
	left: 50%;
	top: 50%;
	margin-left: -50px;
	width: 100px;
	height: 0;
	text-align: center;
	content: "";
	font-family: "FontAwesome";
	line-height: 0;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	z-index: 2;
	color: #fc4c3b;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_isotopeLayout > .edn__articleListWrapper {
	position: relative;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_isotopeLayout > .edn__articleListWrapper > article {
	position: absolute;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .eds_noContent,
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .eds_contentError {
	font: 16px/1.3 "Source Sans Pro", sans-serif, sans-serif;
	display: none;
	border: 0;
	padding: 30px 0;
	margin: 0;
	color: #888;
	text-align: center;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock article {
	opacity: 0;
	max-width: 100%;
	transition: opacity 500ms;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock article * {
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 650ms;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock article:first-child * {
	opacity: 1;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock article:nth-child(2) * {
	opacity: 0.8;
	transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 200ms;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock article:nth-child(3) * {
	transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 300ms;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock article:nth-child(4) * {
	transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 400ms;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock article:nth-child(5) * {
	transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 500ms;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock article:nth-child(6) * {
	transition: opacity 0.3s cubic-bezier(0.05, 0.3, 0.9, 0.5) 600ms;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock .edn_articleImage {
	transition: all 400ms ease-in-out;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage .edn__contentBlock_previousPage {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_disableNextPage .edn__contentBlock_nextPage {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage.edn__contentBlock_disableNextPage .edn_prevNextPagination, .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn_prevNextPagination, .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn_prevNextPagination {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_disablePreviousPage.edn__contentBlock_disableNextPage .edn__contentBlock_header, .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_contentError .edn__contentBlock_header, .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_noContent .edn__contentBlock_header {
	width: auto;
	border-bottom: solid 3px #004b8d;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_loading .ednCB_mainWrapper::before {
	opacity: 1;
	visibility: visible;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_loading .ednCB_mainWrapper::after {
	opacity: 1;
	visibility: visible;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_loading .ednCB_mainWrapper article {
	opacity: 0;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_ready .edn__contentBlock_itemList {
	visibility: visible;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_ready .edn__articleListWrapper {
	opacity: 1;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_pageReady .ednCB_mainWrapper .edn__articleListWrapper {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	display: flex;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_pageReady .ednCB_mainWrapper article {
	opacity: 1;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_pageReady .ednCB_mainWrapper article * {
	opacity: 1 !important;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_pageReady.edn__contentBlock_loading article {
	opacity: 0;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_triggeredNextPage .ednCB_mainWrapper .edn__articleListWrapper {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_triggeredPreviousPage .ednCB_mainWrapper .edn__articleListWrapper {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_noContent .ednCB_mainWrapper .edn__articleListWrapper {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_noContent .ednCB_mainWrapper .eds_noContent {
	display: block;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_contentError .ednCB_mainWrapper .edn__articleListWrapper {
	display: none;
  }
  .eds_news_flcDefaultCSS.eds_subCollection_contentBlock.edn__contentBlock_contentError .ednCB_mainWrapper .eds_contentError {
	display: block;
  }