@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: #F2F2F2; */
	font-family: 'Open Sans';
	justify-content: space-around;
	/*margin-top: 50px;*/
	font-size: 16px;
}

h2,
h3,
h4 {
	font-family: 'HelveticaNeue-CondensedBold';
}

a {
	color: #646464;
	font-family: 'HelveticaNeue-CondensedBold';
	text-decoration: none;
}

.wrapper {
    width: 90%;
    margin: 0 auto 90px auto;
    padding-top: 30px;
}

.newsMain {
	display: grid;
    grid-template-columns: min(65%, 1250px) min(30%, 500px);
    grid-template-rows: auto auto;
    column-gap: 5%;
    justify-content: center;
}

.article {
    background: #fff;
}

.article.topInfo {
    grid-row: 1/2;
    grid-column: 1/3;
}

.article > img {
	max-width: 100%;
	margin: 1em 0;
}

.sidenav {
	max-width: 500px;
}

.tagFeature img {
	width: 90%;
}

.tagFeature {
	display: flex;
	width: 100%;
}

.tagFeature div {
	width: 20%;
}

.tagFeature a {
	font-size: 0.8em;
	overflow-wrap: break-word;
}

.feature h4 {
	font-size: 20px;
/* 	margin: 0; */
}

.copy {
	text-align: justify;
	text-justify: inter-word;
	line-height: 2;
	margin-bottom: 0.5em;
	text-indent: 1em;
}

.article .copy em {
	font-style: italic;
	margin: 0;
	display: initial;
}

.tag {
	color: #8c8c8c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2em;
    margin-top: 0.5em;
}

.newsTag h2 {
	color: #646464;
	margin-bottom: 1em;
}

.newsTag .item-list {
	display: flex;
	flex-flow: row wrap;
	gap: 2em;
}

.newsTag .item {
	width: calc(25% - 2em);
	display: flex;
    flex-flow: column;
	gap: 1em;
}

.newsTag .item .image {
	flex: 1;
}

.newsTag .item .image a {
    width: 100%;
    height: 100%;
    display: block;
}

.newsTag .item .image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsTag .item-list .detail {
    height: 48px;
}

.newsTag .item-list .detail a p {
	font-size: .9em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsTag .morefeatureTag {
	display: flex;
	margin: 3em 0;
    gap: 0.6em;
}

.newsTag .morefeatureTag h3 {
	color: var(--color-evergreen);
}

.newsTag .morefeatureTag svg {
	fill: none;
    stroke: var(--color-evergreen);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 10px;
    width: 18px;
    height: 20px;
    margin: 0;
}

.tagFeature div a h4 {
	color: #8c8c8c;
}

.article > h3,
.article > h2,
.article > em {
	margin-bottom: 1em;
}

.article .articleTitle {
	font-size: 1.7em;
	margin-bottom: 0;
}

.article em {
	font-family: 'HelveticaNeue';
	font-style: italic;
	width: 100%;
	margin: 30px 0;
	display: block;
}

.list {
	display: flex;
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
	padding-block: 15px;
	gap: 20px;
	box-sizing: border-box;
}

:not(.list-page) .list:last-of-type {
	margin-bottom: 30px;
}

.sidenavImg {
	min-width: 80px;
	width: 25%;
	max-width: 120px;
}

.sidenavImg img {
	object-fit: cover;
	max-width: initial;
}

.sidenavImg.featureImg {
	min-width: 140px;
    width: 40%;
    max-width: initial;
}

.sidenavCardContent {
	width: 75%;
	color: #8c8c8c;
	text-transform: uppercase;
	font-family: Open Sans;
	font-size: 0.95rem;
	display: flex;
	flex-direction: column;
}

.sidenavTag {
	margin: 0;
}

.sidenavCardContent p.title {
	margin: 5px 0;
	font-size: 0.8rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Next Up Sidebar */

.nextUp .nextUpHeader {
	width: 100%;
    display: flex;
    border-bottom: solid 1px #c4c4c4;
    justify-content: space-between;
    align-items: flex-end;
}

.nextUp .sidenavHeader {
	text-transform: uppercase;
	font-size: 1.2rem;
	color: var(--color-evergreen);
	margin-bottom: 0.7rem;
}

.nextUp .pageControls {
    display: flex;
    flex-flow: row nowrap;
}

.nextUp .pageControls button {
    background: none;
    border: none;
    width: 50px;
    height: 50px;
	cursor: pointer;
}

.nextUp .pageControls button:first-of-type {
	border-right: solid 1px #c4c4c4;
}

.nextUp .pageControls button i {
	transition: all .3s ease-out;
	color: #C4C4C4;
}

.nextUp .pageControls button i.clickable {
	transition: all .3s ease-out;
	color: var(--color-evergreen);
}

.nextUp .nextUpPages {
	display: grid;
	position: relative;
	overflow: hidden;
}

.nextUp .nextUpPages .listPage {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	display: flex;
	flex-flow: column nowrap;
	transition: all .3s ease-out;
}

.nextUp .nextUpPages .listPage.pageHidden {
	visibility: hidden;
	pointer-events: none;
	transition: none;
}

.nextUp .nextUpPages .listPage.pageHidden * {
    transition: none;
}

.nextUp .nextUpPages .listPage .list:last-of-type {
    margin: 0;
}

.nextUp .nextUpPages .listPage .sidenavButton {
	margin: auto 1rem;
}

.nextUp .nextUpStatus {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
	gap: 0.3rem;
	padding-block: 1.2rem;
}

.nextUp .nextUpStatus button {
    background: none;
    border: none;
	cursor: pointer;
}

.nextUp .nextUpStatus button i {
	color: #c4c4c4;
}

.nextUp .nextUpStatus button i.focused {
	color: #8c8c8c;
}

/* End Next Up Sidebar */

.events {
	text-transform: uppercase;
}

.eventsCopy {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
	padding-bottom: 30px;
}

.eventsCopy i {
	color: var(--color-evergreen);
}

.eventsCopyInner {
    margin-top: -1.5px;
}

.eventsCopy .eventsCopyInner h4 {
	color: #184f2c;
}

.events.list {
	border-top: none;
	padding-bottom: 0.5em;
}

.eventsDetails {
	color: #8c8c8c;
	font-weight: 500;
	margin-top: 0.4em;
}

.article.main .events {
	display: none;
	margin-top: 30px;
}

.byline {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	font-style: italic;
	justify-content: center;
	align-items: center;
	margin-top: 2em;
}

.attribute {
	margin-right: 2%;
}

.author {
	font-family: 'HelveticaNeue-Bold';
	font-weight: 700;
}

.article .fa {
	padding: 15px;
	font-size: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}

/* Add a hover effect if you want */
.article .fa:hover {
	opacity: 0.7;
}

.article .socials {
	text-align: center;
	margin-top: 2em;
}

hr {
	margin-top: 25px;
}

/*Disclaimer*/
.disclaimer {
	margin: 3% 0 7% 0;
	font-size: 0.8rem;
	font-style: italic;
	line-height: 2;
}

/** start | arrows | start **/

.arrow {
	margin: 10px;
	display: inline-block;
	height: 5px;
	position: relative;
	width: 5px;
}
.arrow::after {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-right-width: 3px;
	content: '';
	display: inline-block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	width: 12px;
}

.arrow.is-right {
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.arrow.is-left {
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.arrow::after,
.arrow .arrow::after {
	border-color: #c4c4c4;
}

.arrow::before,
.arrow .arrow::before {
	background-color: #c4c4c4;
}

/** end | arrows | end **/

/** start | underline hover | start **/

.underline {
	position: relative;
	color: #184f2c;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	padding-bottom: 0.3em;
	margin-bottom: 0.4em;
	padding-top: 0.3em;
}

.underline::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #184f2c;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.2s linear;
}

.feature.list:hover .underline::after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

/** end | underline hover | end **/

/** start | carousel | start **/

.carousel {
	margin-bottom: 45px;
}

/* *:has(.carousel):not(:first-child) {
	margin-top: 15px;
} */

.carousel .carousel-cell {
	width: 100%;
	height: 700px;
}

.carousel .carousel-cell img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.carousel.flickity-enabled.is-fullscreen {
	margin: 0;
	z-index: 1000;
}

.carousel.is-fullscreen .carousel-cell {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel.is-fullscreen .carousel-cell img {
	display: block;
	height: 80%;
	max-height: 100%;
}

#carouselCaption {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -120px;
	text-align: center;
	color: #fff;
	width: 250px;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 10px 25px;
	box-sizing: border-box;
}

#carouselCaption:empty {
	display: none;
}

.carousel.is-fullscreen #carouselCaption {
	bottom: 150px;
}

.carousel .flickity-page-dots .dot {
	margin: 0 0.15rem;
    background: #C4C4C4;
}

.carousel .flickity-page-dots .dot.is-selected {
	background: #8C8C8C;
}
/* end carousel */

@media screen and (max-width: 900px) {
	.newsMain {
		flex-direction: column;
		gap: 0;
	}
	.mainpagecontent {
		flex-direction: column;
	}
	.article {
		width: 100%;
		grid-column: 1/3;
	}
	.carousel .carousel-cell {
		height: 400px;
	}
	.carousel .carousel-cell img {
		height: 400px;
	}
	.carousel.is-fullscreen .carousel-cell img {
		height: 50%;
	}
	.carousel.is-fullscreen #carouselCaption {
		bottom: 350px;
	}
	.sidenav {
		width: 100%;
		margin-top: 20px;
		grid-column: 1/3;
		max-width: 100%;
	}
	.sidenav .events {
		display: none;
	}
	.article.main .events {
		display: block;
	}
}

@media screen and (max-width: 400px) {
	.carousel .carousel-cell {
		height: 250px;
	}
	.carousel .carousel-cell img {
		height: 250px;
	}
}

#grid {
	font-family: Helvetica;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	box-sizing: border-box;
}

.item {
  width: calc(25% - 8px);
}

.container {
	max-width: 1430px;
	margin: 0 auto;
}

.mainpagecontent {
	display: flex;
}

.components {
	margin: 0 auto;
	width: 100%;
}

.sidebar {
	min-width: 250px;
	width: 250px;
	max-width: 100%;
	position: relative;
	margin: 0 0 60px 15px;
	background-color: rgba(255, 255, 255, 0.3);
	border: solid 1px #ced54a;
}

/* Flexbox standard classes */
.fb {
	display: flex;
	justify-content: center;
}

.ac {
	align-items: center;
}

.strt {
	justify-content: flex-start;
}

.flcol {
	flex-direction: column;
}

.flend {
	justify-content: flex-end;
}
/* End flexbox standar */

h1,
h2,
h3 {
	/* font-family: 'Neue Helvetica Condensed'; */
	text-transform: uppercase;
	color: #184f2c;
}

h4,
h5,
h6 {
	/* font-family: 'Neue Helvetica Condensed'; */
	color: #184f2c;
}

.display-none {
	display: none !important;
}

.component {
	background: rgba(255, 255, 255, 0.4);
}

.component .has_triangle:before {
	content: '';
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	position: absolute;
	top: 25%;
	left: -12px;
	background-color: #fff;
}

.c5 .video-heading.has_triangle:before {
	width: 21px;
	height: 21px;
	left: -10px;
}

/* ++++++++++++++++++++++

Background Color Classes

++++++++++++++++++++++ */

.lime-green {
	background: #ced54a;
	color: #184f2c;
}
.evergreen {
	background: #184f2c;
	color: #ced54a;
}
.brand-blue {
	background: #025293;
	/* FONT COLOR NEEDED */
}
.brand-orange {
	background: #ff8849;
	/* FONT COLOR NEEDED*/
}
.brand-maroon {
	background: #96172d;
	/* FONT COLOR NEEDED*/
}
.light-gray {
	background: #f8f8f8;
	/* FONT COLOR NEEDED*/
}

/* End Color Classes */

/* ++++++++++++++++++++++

Components

+++++++++++++++++++++++ */
.component {
	margin: 100px auto 50px auto;
}
.component > .version {
	margin-top: 0px;
}
.component .version ~ .version {
	margin-top: 100px;
}

.component {
	margin: 0 auto 30px auto;
	clear: both;
}

.component h1 {
	font-weight: 700;
}

.component p {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.1rem;
	color: #111;
	line-height: 1.7;
}

.component a {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: inherit;
	color: #111;
	line-height: 1.7;
}
.component strong a,
.component strong p,
.component a strong,
.component p strong {
	font-weight: bold;
}

.component p,
.component ul {
	margin: 0 0 1em 0;
}

.component li ul {
	margin: 0;
}

.component-header {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
}

.component-header select {
	min-width: 200px;
	color: #184f2c;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Neue Helvetica Condensed';
	height: 33px;
	border: solid 1px #ced54a;
	text-align: center;
}

.component-header h3 {
	text-align: left;
	padding: 0 0 30px 0;
	font-size: 24px;
}

.component-header p {
	max-width: 800px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	line-height: 1.4;
}

/* 001 Hero V1 */
.hero-component {
	background-color: #184f2c;
	position: relative;
	max-height: 500px;
}

.hero-component img {
	width: 100%;
	object-fit: cover;
}

.hero-component:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(https://sau-assets.s3.amazonaws.com/framework/img/bg-diamonds-white.png)
		right top no-repeat;
	background-size: 50%;
	position: absolute;
}

.hero-component-text {
	position: absolute;
	left: -30px;
	bottom: 45px;
	padding: 20px;
	background-color: #ced54a;
	z-index: 1;
}

.hero-component-text:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 21px solid transparent;
	border-left: 31px solid transparent;
	border-right: 31px solid #184f2c;
	position: absolute;
	bottom: -21px;
	left: -32px;
}

.hero-component .hero-component-text h1 {
	margin: 0 0 0 0;
	padding: 0 15px 0 60px;
	/* font-family: 'Neue Helvetica Condensed'; */
	font-weight: 700;
	font-size: 2em;
	color: #184f2c;
}

/* Hero */
@media (max-width: 900px) {
	#hero.component {
		margin: 0 auto 30px auto;
	}
	.hero-component.v1 {
		min-height: 250px;
	}
	.hero-component.v1 img {
		max-width: 100%;
	}
	.hero-component.v3 {
		min-height: 250px;
	}
	.hero-component.v3 img {
		max-width: 100%;
	}
}

/* Hero */
@media (max-width: 600px) {
	.hero-component.v1 {
		min-height: 200px;
	}
	.v1 .hero-component-text {
		max-width: 100%;
	}
	.hero-component .hero-component-text h1 {
		font-size: 1.8em;
		padding: 0 15px 0 30px;
	}
	.hero-component:after {
		background-size: 70%;
	}
}

@media (max-width: 400px) {
	.hero-component-text {
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		background-color: rgba(21, 88, 45, 0.6);
		display: flex;
		align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.hero-component .hero-component-text h1 {
		font-weight: 300;
		color: #fff;
	}
	.hero-component-text:after {
		border: none;
	}
	.component-header {
		flex-direction: column;
	}
	.component-header h3 {
		text-align: center;
	}
	#searchN h3 {
		text-align: center;
	}
}
/* End 001 C1 Hero Component V1 */
.hero-component.v2 {
	background-color: #ced54a;
	min-height: 400px;
	background-image: url(https://www.southern.edu/connect/celebrates/static/img/topo-white.8f66381.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

/* Breadcrumbs */
.breadcrumbs {
	list-style-type: none;
    display: flex;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
}

.breadcrumbs li {
	color: #666;
	font-size: 0.8rem;
	font-family: 'Open Sans';
}

.breadcrumbs li a {
	text-decoration: underline;
	color: #666;
	font-size: 0.8rem;
	font-family: 'Open Sans';
}

.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 0.5rem;
	opacity: 1;
	content: '\203A';
	color: #666;
}
/* 001 C1 Hero V3 */
.hero-component.v3 {
	background-color: #184f2c;
	position: relative;
	min-height: 300px;
	max-height: 300px;
}

.hero-component.v3:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(https://sau-assets.s3.amazonaws.com/framework/img/bg-diamonds-white.png)
		right top no-repeat;
	background-size: 30%;
	position: absolute;
}

.hero-component.v3 .hero-component-text h1 {
	margin: 0 0 0 0;
	padding: 0 15px 0 60px;
	/* font-family: 'Neue Helvetica Condensed'; */
	font-weight: 700;
	font-size: 2em;
	color: #184f2c;
}

/* Hero */
@media (max-width: 600px) {
	.hero-component.v3 {
		min-height: 200px;
	}
	.hero-component.v3:after {
		background-size: 65%;
	}
}

@media (max-width: 400px) {
	.hero-component.v3 .hero-component-text h1 {
		font-weight: 300;
		color: #fff;
	}
}
/* End 001 C1 Hero V3 */

.news-search {
	width: 100%;
	padding: 30px 0 60px 0;
	position: relative;
}

.news-search .search-filter {
	gap: 25px;
}

.news-search div {
	display: flex;
	position: relative;
}

.news-search h3 {
	font-size: 1.5em;
	padding-bottom: 1em;
}

.news-search input {
	/*   padding: 15px 0 15px 25px; */
	padding: 15px 0 15px 15px;
	border: solid 2px #ddd;
	width: 100%;
	box-sizing: border-box;
	/*   margin-right: 3px; */
	margin: 0;
	height: 50px;
	border-radius: 2px;
}

input::placeholder {
	text-transform: uppercase;
	font-family: "helvetica neue", helvetica;
	font-size: 1rem;
	font-weight: 400;
}

.news-search .search-input {
	width: 100%;
}

.news-search .search-input:after {
	font-family: "fontawesome";
	/*     font-weight: 900; */
	font-weight: 400;
	content: "\f002";
	position: absolute;
	/*     top: 30%; */
	top: 28%;
	margin-top:0;
	/*     right: 15px; */
	right: 17px;
	color: #184F2C;
	font-size: 1.2em;
}


.custom-select {
	position: relative;
	border: solid 2px #ddd;
	width: auto;
	float: left;
	max-width: 100%;
	border-radius: 2px;
	height: 50px;
	box-sizing: border-box;
}

#searchN select {
	text-transform: uppercase;
	font-family: "helvetica neue", helvetica;
	font-size: 1rem;
	font-weight: 400;
	color: #000000;
	max-width: 100%;
	/*   padding: 1em 6em 1em 1.5em; */
	padding: 15px 75px 15px 15px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:after {
	font-family: "fontawesome";
	/*   font-weight: 900;
	content: "\f0b0"; */
	font-weight: 400;
	content: "\f1de";
	position: absolute;
	/*   top: 30%; */
	top: 25%;	
	margin-top: 0;
	right: 15px;
	color: #184F2C;
	pointer-events: none;
	font-size: 1.2em;
}

#grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	box-sizing: border-box;
}

.content {
	background-color: #ededed;
	position: relative;
	height: 100%;
}

.thumbnail {
	position: relative;
	transition: height 500ms;
}

.photothumb {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: height 500ms;
}

.category {
	position: absolute;
	bottom: 4px;
	left: 0;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #184f2c;
}

.news .title {
	padding: 15px;
}

.title small {
	/* color: #184f2c; */
	padding: 10px 0;
	display: block;
	font-size: 0.8rem;
}

.title h3 {
	font-size: 1.2em;
	/* color: #184f2c; */
	padding: 0 0 5px 0;
	font-size: 18px;
	font-family: Helvetica;
}

.title h4 {
	/* color: #184f2c; */
	padding-bottom: 5px;
	font-size: 20px;
}

.title h6 {
	/* color: #184f2c; */
	padding: 5px 0;
	font-size: 0.8rem;
}

.desc {
	padding: 0 15px 15px 15px;
	opacity: 0;
	height: 0;
	transition: height 500ms, opacity 300ms;
}

.desc p {
	font-weight: 400;
	font-family: 'Open Sans';
	font-size: 0.9em;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content:hover .desc {
	height: 100px;
	opacity: 1;
	transition: height 500ms, opacity 1200ms;
}

.content:hover .photothumb {
	height: 200px;
	transition: height 500ms;
}

.itemfoot {
	padding: 0 15px 15px 15px;
}

.itemfoot span {
	font-size: 0.9em;
	color: #999999;
}

.itemfoot span:first-of-type {
	padding: 0 15px 0 0;
}

.itemfoot i,
.itemfoot svg path {
	font-size: 0.9em;
	color: #999999;
}

@media (max-width: 1450px) {
	.components,
	.news-search {
		/*     padding: 0 15px; */
		padding: 0 15px 15px;  
		box-sizing: border-box;
	}
	.news-search .fa-search {
		top: 60%;
	}
}

@media (max-width: 1100px) {
	.item {
		width: calc(33.33% - 7px);
	}
	.custom-select{
		width: initial;
	}
}

@media (max-width: 769px) {
	.item {
		width: calc(50% - 5px);
	}
	.news-search .search-filter {
		gap: 15px;
	}
}

@media (max-width: 550px) {
	.item {
		width: 100%;
	}
	.news-search div{
		flex-flow: column;
	}
}

@media print {
	#sau-header-container,
	nav.navigation {
		display: none;
	}
}

/* =====================

Article CSS

===================== */

#article-credits {
	background-color: #efefef;
	display: flex;
	padding: 15px;
	align-items: center;
	justify-content: center;
	margin-top: -60px;
}

#article-credits .article-author-image {
	padding-right: 15px;
}

#article-credits .article-author-image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}

#article-credits .article-information {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 400px) {
	#article-credits {
		padding-right: 0px;
		flex-direction: column;
	}
}

/* =====================

Pagination CSS

===================== */

.pagination {
	display: flex;
	flex-flow: row;
	justify-content: center;
	gap: 20px;
	align-items: center;
	font-family: 'HelveticaNeue-CondensedBold';
	padding: 1em;
	padding-top: 50px;
}

.pagination a {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border-radius: 5px;
	color: #646464;
	text-transform: uppercase;
	border: 2px solid #FFF;  
	background: rgba(255, 255, 255, 0.25 );
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.18);

}

.pagination a:hover:not(.active){
	background-color: #184F2C;
	border: 1px solid #144225;
	color: #FFFFFF;
	box-shadow: 0 8px 32px 0 rgba( 24, 79, 44, 0.14);
}

.pagination a:active {
	background-color: #144225;
	border: 1px solid #184F2C;
	color: #FFFFFF;
	box-shadow: 0 8px 32px 0 rgba( 24, 79, 44, 0.14);
}

.pagination .prev,
.pagination .next{
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	border: 1px solid rgba(209, 213, 219, 0.5);
	color:#184F2C;
}

.pagination .prev{
	margin-right: 70px;
}

.pagination .next{
	margin-left: 70px;
}

.pagination svg {
	fill: none;
	stroke: #8CA796;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 15px;
	width: 18px;
	height: 18px;
}

.prev svg:first-of-type{
	transform: rotate(180deg);
}


