/* Newsroom CSS */

#content .ast-container {
	display: block;
	margin: 0;
	padding: 0;
	max-width: none;
}

.pagebanner {
	position: relative;
}
.pagebanner .image {
	width: 100%;
	height: 100%;
	min-height: 90vh;
	object-fit: cover;
	object-position: 50% 50%;
}
.pagebanner .title {
	position: absolute;
	left: 0rem;
	top: 28%;
	color: white;
	text-transform: uppercase;
	font-size: 2.8em;
	font-weight: 700;
}

@media only screen and (min-width: 1025px) {
    .pagebanner .title.cardeffect {
        max-width: max-content;
        background: var(--primaryColor);
        padding: 20px 120px 20px 100px;
        clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 2.5rem) 0);
    }
}

@media only screen and (max-width: 1024px) {
	.pagebanner .image {
		height: auto;
		min-height: 0;
	}
	.pagebanner .title {
		position: static;
		text-align: center;
		color: var(--primaryColor);
		margin-top: 2rem;
		font-size: 2.5em;
	}
}

@media only screen and (max-width: 700px) {
	.pagebanner .title {
		margin-top: 1.2rem;
		font-size: 2em;
	}
}

#archive-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 1500;
	margin: 0 auto;
	padding: 0 20px;
}

#archive-nav {
	margin: 3rem 0rem 3rem 0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 1rem 1rem 1rem;
}
#archive-nav .searchbox {
	margin: 0 1rem 2rem 1rem;
	padding: 0.65rem 1rem 0.5rem 1rem;
	border: 1px solid var(--secondaryColor);
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 1.1em;
	min-width: 20rem;
}

#archive-nav .searchbox:focus,
#archive-nav .searchbox:focus-visible,
#archive-nav .searchbox:active {
	outline: none;
}


@media screen and (max-width: 450px) {
	#archive-nav .searchbox {
		min-width: calc(100% - 2rem);
	}
}

#archive-nav .categories-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#archive-nav .categories-list .category {
	margin: 0 calc(1rem + 0.2vw);
	margin-bottom: 2rem;
	transition: all 0.4s ease;
}

#archive-nav .categories-list .category .link {
	color: var(--secondaryColor);
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0.65rem 2rem;
	border: 1px solid var(--secondaryColor);
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#archive-nav .categories-list .category:hover {
	transform: scale(1.05);
}

#archive-nav .categories-list .category.active:hover {
	transform: initial;
}

#archive-nav .categories-list .category.active .link {
	background-color: var(--secondaryColor);
	color: white;
	border-color: var(--secondaryColor);
}

#archive-content {
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 1rem;
	position: relative;
	min-height: 8rem;
}

#archive-content .loader-overlay {
	display: none;
	position: absolute;
	top: -10px;
	left: -20px;
 	width: calc(100% + 40px);
	height: 100%;
	background-color: white;
	z-index: 2;
}

#archive-content .loader-overlay .loader-effect {
	position: absolute;
	top: 2rem;
	left: calc(50% - 60px / 2);
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-top: 5px solid var(--secondaryColor);
	border-radius: 50%;
 	width: 60px;
	height: 60px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	z-index: 3;
}

#archive-content #primary {
	float: initial;
}

#archive-content .ast-row {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
}

#archive-content article {
	padding: 1.7vw;
	border: none!important;
}

@media screen and (max-width: 992px) {
	.#rchive-content .ast-row {
		display: flex;
		align-items: stretch;
		flex-flow: row wrap;
	}
	#archive-content article {
		width: 50%!important;
		display: flex;
	}
}

@media screen and (max-width: 700px) {
	#archive-content .ast-row {
		display: block;
	}
	
	#archive-content article {
		width: 100%!important;
		display: block;
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}

#archive-content article > div {
	outline: 1px solid gray;
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.2), -8px 8px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
	border-bottom: none;
}

#archive-content article .post-content {
	padding-bottom: 3rem;
	position: static;
}

#archive-content article .post-content .post-thumb-img-content a {
	overflow: hidden;
}

#archive-content article .post-content .post-thumb-img-content a img {
	transition: all 0.4s ease;
}

#archive-content article .post-content .post-thumb-img-content a img:hover {
	transform: scale(1.05);
}

#archive-content article .post-content .entry-header {
	padding: 0 1.25rem;
}

#archive-content article .post-content .entry-header .entry-title {
	margin-bottom: 0;
	line-height: 0.9;
}

#archive-content article .post-content .entry-header .entry-title a {
	font-family: "Source Sans Pro", sans-serif;
  	font-size: 0.8em;
 	text-transform: uppercase;
  	color: #268cff;
	font-weight: normal;
	position: relative;
}

/*#archive-content article .post-content .entry-header .entry-title a::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--secondaryColor);
	height: 1px;
	width: 0;
	transition: all 0.55s ease;
}

#archive-content article .post-content .entry-header .entry-title a:hover::before {
	width: calc(100% + 2px);
}

#archive-content article .post-content .entry-meta .cat-links a {
	position: relative;
}

#archive-content article .post-content .entry-meta .cat-links a::before {
	display: block;
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: var(--primaryColor);
	height: 1px;
	width: 0;
	transition: all 0.5s ease;
}

#archive-content article .post-content .entry-meta .cat-links a:hover::before {
	width: calc(100% + 2px);
}*/

#archive-content article .post-content .entry-content {
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	font-size: 0.95em;
	line-height: 1.3;
}

#archive-content article .post-content .entry-content .read-more {
	position: absolute;
	bottom: 18px;
	right: 10px;
	display: flex;
	justify-content: flex-end;
	text-align: right!important;
}

#archive-content article .post-content .entry-content .read-more a {
	text-align: right;
	padding: 0rem 1.2rem 0rem 0rem;
	font-size: 1rem;
}

@media only screen and (max-width: 700px) {
	.ast-container {
		padding-left: 0;
		padding-right: 0;
	}
	#archive-content {
		padding-left: 0;
		padding-right: 0;
	}
	#archive-content article {
		padding-left: 0;
		padding-right: 0;
	}
	#archive-content article .post-content .entry-content .read-more {
		bottom: 18px;
		right: 0px;
	}
}


/* --- End Newsroom CSS --- */