
.widget {
	margin: 2rem 0;
}
.widget:before, .widget:after {
	content: '';
	display: table;
}
.widget:after {
	clear: both;
}
.widget:first-child {
	margin-top: 0;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget > img, .widget .slide img, .widget .feed img {
	float: left;
	margin: 0 1rem 0 0;
}
.widget .feed li {
	margin-bottom: 2rem;
}
.widget .feed li:before, .widget .feed li:after {
	content: '';
	display: table;
}
.widget .feed li:after {
	clear: both;
}
.widget .feed i {
	font-size: 1.5rem;
}
.widget h6 {
	margin-bottom: 0.5rem;
}
.widget h6:last-child {
	margin-bottom: 0;
}
.widget ul {
	list-style: none;
	padding-inline-start: 0px;
}
.widget > img, .widget .slide img, .widget .feed img {
	width: 100px;
}
.widget h2 {
	font-size: 1.8rem;
	font-weight: 400;    
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}
.pagination {
	margin: 20px auto !important;
}
.pagination a.page-link {
	background-image:none;
}
.pagination .page-item .page-link{
	text-decoration: none !important;
}
.pagination .page-item.active .page-link{
	background-color: #FF2EAA !important;
	border-color: #FF2EAA !important;
	color: #461D7C;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
	color: #000;
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.screenreader {
			    display: none;
			}
			.formTags,
			.formTags label {
			    float: left;
			}
			.main .formTags .form--select {
			    margin: 0px;
			}
			
			.formTags label {
			    padding-right: 10px;
			}