  .eds_news_flcSkyhawkStation .admin_actions a {
	color: red;
}
.eds_news_flcSkyhawkStation .article {
	margin-bottom: 1.5rem!important;
	padding-bottom: 1.5rem!important;
}
.eds_news_flcSkyhawkStation .default-list-title {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
}

.eds_news_flcSkyhawkStation .categories {
	margin-bottom: 1.5rem;
	font-style: italic;
	font-size: .9rem;
	font-weight: 600;
}


/*.eds_news_flcSkyhawkStation * {
	box-sizing: content-box;
}
.eds_news_flcSkyhawkStation .summary {
	font-weight: 600;
	overflow: hidden;
}
.eds_news_flcSkyhawkStation img.mainimage {
	max-width: 80%;
	margin-right: 10px;
	float: left;
}
.eds_news_flcSkyhawkStation .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_flcSkyhawkStation .whitecards a:hover .linkstyle, .eds_news_flcSkyhawkStation .whitecards a:focus .linkstyle {
    padding-right: 1.8rem;
}
@media only screen and (max-width: 767.98px) {
	.eds_news_flcSkyhawkStation img.mainimage {
		max-width: 100%;
		float: none;
		margin-left: 0;
	}
}
/* CARDS */
.eds_news_flcSkyhawkStation .whitecards {
	display: flex; 
	flex-flow: row wrap; 
	justify-content: space-between;
}
.eds_news_flcSkyhawkStation .whitecards a.article {
	border-bottom: none;
	padding: 30px; 
	margin-bottom: 3rem!important; 
	flex-flow: column nowrap!important;
	text-decoration: none;
	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_flcSkyhawkStation .whitecards a:hover, .eds_news_flcSkyhawkStation .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_flcSkyhawkStation .whitecards a p {
	color: #0f0f0f;
}

.eds_news_flcSkyhawkStation .whitecards a.article::before {

}
.eds_news_flcSkyhawkStation .whitecards h3, .eds_news_flcSkyhawkStation .whitecards h4 {
	padding-bottom: 0; 
}
.eds_news_flcSkyhawkStation .whitecards .col-md figure {
    margin: auto 0 auto auto;
}

/* 2-COLUMN CARDS */
.eds_news_flcSkyhawkStation .whitecards.two-column a.article {
	width: 43%; 
}
@media only screen and (max-width: 991.8px) {
	.eds_news_flcSkyhawkStation .whitecards.two-column a.article {
		width: 100%; 
	}
}

/* TABLE */
.eds_news_flcSkyhawkStation table {
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
    margin-bottom: 1.2rem;
    table-layout: auto;
    background: #eee;
}
.eds_news_flcSkyhawkStation table thead {
    color: #fff;
    background: #004b8d;
}
.eds_news_flcSkyhawkStation table thead th {
    min-width: 8rem;
    padding: 0.75rem 1rem;
    text-align: center;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
}
.eds_news_flcSkyhawkStation table tr th, table tr td {
    border: solid 2px #fff;
}
.eds_news_flcSkyhawkStation table tbody td {
    min-width: 8rem;
    padding: 0.75rem 1rem;
    text-align: left;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    line-height: 1;
}




