.Aggies_InAction-viewList{
	--ImgWidth: 369;
	--ImgHeight: 305;
	--AccentColor: #732f2f;
	--ButtonTextColor: #ffffff;
	--ButtonBackgroundColor: #732f2f;
	--HoverButtonTextColor: #fce300;
	--HoverButtonBackgroundColor: #3c0000;
}
.Aggies_InAction-viewList{
	position: relative;
}
.Aggies_InAction-viewList .viewList-Search{
	position: relative;
	margin-bottom: 54px;
}
.Aggies_InAction-viewList .viewList-Search > .title{
	margin: 0 0 39px;
	font-size: 32px;
	line-height: 1.2;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.Aggies_InAction-viewList .viewList-Search > .title span:empty{
	display: none;
}
.Aggies_InAction-viewList .viewList-Search .Search-box{
	padding: 45px 35px;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
}
.Aggies_InAction-viewList .viewList-Search .Search-box .box-title{
	margin: 0 0 35px;
	font-size: 24px;
	line-height: 1.2;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: var(--AccentColor);
}
.Aggies_InAction-viewList .viewList-Search .Search-box .box-title:empty{
	display: none;
}
.Aggies_InAction-viewList .viewList-Search .Search-box .box-row{
	display: flex;
	flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.Aggies_InAction-viewList .viewList-Search .Search-box .box-row .box-col{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){
	.Aggies_InAction-viewList .viewList-Search .Search-box .box-row .box-col{
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 1200px){
	.Aggies_InAction-viewList .viewList-Search .Search-box .box-row .box-col{
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

.Aggies_InAction-viewList .viewList-Search .Search-item{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.Aggies_InAction-viewList .viewList-Search .Search-item label{
	margin: 0;
	padding: 0 14px 0 0;
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	line-height: 1.625;
}
@media only screen and (max-width: 1199px) {
	.Aggies_InAction-viewList .viewList-Search .Search-item label{
		width: 90px;
	}
}
.Aggies_InAction-viewList .viewList-Search .Search-item select,
.Aggies_InAction-viewList .viewList-Search .Search-item input{
	flex-grow: 1;
	padding: 0 10px;
	width: 0;
	height: 40px;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
}
.Aggies_InAction-viewList .viewList-Search .Search-button{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: -20px;
}
.Aggies_InAction-viewList .viewList-Search .Search-button a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 40px 20px 0;
	padding: 10px 17px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	border: none;
	border-radius: 3px;
}
.Aggies_InAction-viewList .viewList-Search .Search-button a:not(:hover):not(:focus){
	color: var(--ButtonTextColor);
	background-color: var(--ButtonBackgroundColor);
}
.Aggies_InAction-viewList .viewList-Search .Search-button a:hover,
.Aggies_InAction-viewList .viewList-Search .Search-button a:focus{
	color: var(--HoverButtonTextColor);
	background-color: var(--HoverButtonBackgroundColor);
}

.Aggies_InAction-viewList .viewList-List{
	display: flex;
	flex-direction: column;
}
.Aggies_InAction-viewList .viewList-List .list-item{
	position: relative;
}
.Aggies_InAction-viewList .viewList-List .list-item + .list-item{
	margin-top: 60px;
	padding-top: 75px;	
}
.Aggies_InAction-viewList .viewList-List .list-item + .list-item:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--AccentColor);
}
.Aggies_InAction-viewList .viewList-List .list-item .item-title{
	margin: 0 0 40px;
	font-size: 28px;
	line-height: 1.2;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #202020;
}
.Aggies_InAction-viewList .viewList-List .list-item .item-pic{
	position: relative;
	float: left;
	margin-right: 50px;
	margin-bottom: 25px;
	max-width: calc( var(--ImgWidth) * 1px );
	width: 100%;
}
.Aggies_InAction-viewList .viewList-List .list-item .item-pic .pic-box{
	position: relative;
	width: 100%;
	padding-bottom: calc( var(--ImgHeight) / var(--ImgWidth) * 100% );
}
.Aggies_InAction-viewList .viewList-List .list-item .item-pic .pic-box img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.Aggies_InAction-viewList .viewList-List .list-item ul{
	list-style-type: disc;
}
@media only screen and (max-width: 991px) {
	.Aggies_InAction-viewList .viewList-List .list-item + .list-item{
		margin-top: 40px;
		padding-top: 55px;	
	}
	.Aggies_InAction-viewList .viewList-List .list-item .item-pic{
		float: none;
		margin-right: 0;
	}
}




.Aggies_InAction-viewList .viewList-Pager{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.Aggies_InAction-viewList .viewList-Pager .pager{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px -5px;
	margin-bottom: -5px;
}
.Aggies_InAction-viewList .viewList-Pager .pager > *{
	display: inline-block;
	margin: 0 5px 5px;
	padding: 10px 17px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

}
.Aggies_InAction-viewList .viewList-Pager .pager > .total{
	padding: 0;
}
.Aggies_InAction-viewList .viewList-Pager .pager > *:not(.total){
	color: var(--AccentColor);
	border: 1px solid var(--AccentColor);
	transition: all ease 300ms;
}
.Aggies_InAction-viewList .viewList-Pager .pager > span.disabled{
	cursor: no-drop;
}
.Aggies_InAction-viewList .viewList-Pager .pager > span.index, 
.Aggies_InAction-viewList .viewList-Pager .pager > a:hover,
.Aggies_InAction-viewList .viewList-Pager .pager > a:focus{
	color: #fff;
	background-color: var(--AccentColor);
}