/*
Theme Name:     Channel 8 Child Theme
Theme URI:      https://channel8.co
Description:    Child theme for Channel 8 Theme
Author:         Channel 8
Author URI:     https://channel8.co
Template:       channel8
Version:        1.6.4
Tags:           custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments
*/

/* @font-face {
    font-family: "The8-Bold";
    src: url(https://media8.fra1.cdn.digitaloceanspaces.com/assets/fonts/CHANNEL8-Bold.woff2) format("woff2"),
		 url(https://media8.fra1.cdn.digitaloceanspaces.com/assets/fonts/CHANNEL8-Bold.woff) format("woff");
    font-display: block
}
@font-face {
    font-family: "The8-Regular";
    src: url(https://media8.fra1.cdn.digitaloceanspaces.com/assets/fonts/CHANNEL8-Regular.woff2) format("woff2"),
		 url(https://media8.fra1.cdn.digitaloceanspaces.com/assets/fonts/CHANNEL8-Regular.woff) format("woff");
    font-display: block
} */

@font-face {
    font-family: "The8-Bold";
    src: url('fonts/CHANNEL8-Bold.woff2') format("woff2"),
		 url('fonts/CHANNEL8-Bold.woff') format("woff");
    font-display: block
}
@font-face {
    font-family: "The8-Regular";
    src: url('fonts/CHANNEL8-Regular.woff2') format("woff2"),
		 url('fonts/CHANNEL8-Regular.woff') format("woff");
    font-display: block
}

:root{
	--textColor: #000;
	--deepblue: #001f44;
	--offwhite: #f5f5fa; 
	--vibrantRed: #e01929;
	--DomesticInternationalPolitics: #C5627A;
	--EnvironmentClimateChange: #6FD2BE;
	--FinanceEconomy: #96B5A7;
	--HumanRightsFreedoms: #FF9A90;
	--SecurityDefense: #B2C6FF;

	--channel8-font-bold: 'The8-Bold';
	--channel8-font-regular: 'The8-Regular';
	
	scroll-padding-top: 120px;
}

/* --- Disable Image Drag --- */
/* img {
	pointer-events: none !important;
	-webkit-user-drag: none; 
	-khtml-user-drag: none; 
	-moz-user-drag: none; 
	-o-user-drag: none; 
	user-drag: none;
} */
/* --- Disable Image Drag --- */

/* ============================ */
/* --- Font Initialization --- */
/* ========================== */
body, p, a, li, ul,
.entry-date time,
.post-item-meta{
	font-family: var(--channel8-font-regular), sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--channel8-font-bold), sans-serif !important;
	font-weight: 500 !important;
}
.post-item-title a{
	font-family: unset !important;
}
a{
	letter-spacing: 0 !important;
}
p,
.elementor-widget-container ul li,
.elementor-widget-container ol li {
	font-size: 19px !important;
}
.readMore {
	color: var(--textColor);
	opacity: 0.5;
	text-transform: uppercase;
	transition: all ease-in-out 200ms;
}
.readMore:hover {
	opacity: 1;
}

/* ============================ */
/* --- Font Initialization --- */
/* ========================== */


/* ===================== */
/* --- Misc Changes --- */
/* =================== */
html {
	background: var(--deepblue);
	scroll-behavior: smooth;
}
.single56 {
    padding-top: 80px;
	padding-bottom: 40px;
}
::selection {
	background: var(--deepblue);
	color: var(--offwhite);
}
iframe.visme {
	margin-bottom: 4em !important;
}

sup.fn {
	color: var(--vibrantRed);
}

sup.fn a {
	position: relative;
	padding: 0 7px;
}

sup.fn a:before {
	content: "[";
	position: absolute;
	top: 50%;
	left: 0;
	color: var(--vibrantRed);
	transform: translateY(-50%);
}

sup.fn a:after {
	content: "]";
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--vibrantRed);
	transform: translateY(-50%);
}

.wp-block-table::-webkit-scrollbar {
    display: none;
}

.wp-block-table {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wp-block-pullquote,
.wp-block-quote {
	border-left: solid 7px var(--vibrantRed);
	background: var(--offwhite);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 1.75em 1em 1.75em;
	margin: 3em 0;
}

.wp-block-quote {
	position: relative;
}

.wp-block-quote:before {
	content: '\201D';
    position: absolute;
    display: block;
    top: -43px;
    right: -10px;
    font-size: 8em;
	background: none !important;
}

.wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
}

.wp-block-pullquote p,
.wp-block-quote p{
	margin: 0 !important;
	width: 100% !important;
	
}

.entry-content .tnp-subscription {
	max-width: 360px !important;
} 

.wp-block-footnotes {
	border-top: solid 1px #001f441f;
  	padding-top: 2em;
}

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.anchorFocus {
	background-color: var(--vibrantRed);
}

.anchorFocus a span {
	font-family: var(--channel8-font-bold);
}
/* ========================= */
/* --- END Misc Changes --- */
/* ======================= */


/* ========================= */
/* --- Home Header NAV  --- */
/* ======================= */
.masthead__wrapper .main_header56 .sub-menu {
	background: var(--offwhite);
	color: var(--textColor);
	border: none;
    border-radius: 5px;
}

li.megaMenuHeader a span {
	font-family: var(--channel8-font-bold);
	font-size: 1.3em;
}

li.megaMenuHeader ul li a span {
	font-family: var(--channel8-font-regular);
	font-size: 1.1em;
	opacity: 0.7;
	transition: all ease-in-out 200ms;
}

li.megaMenuHeader ul li a:hover span {
	opacity: 1;
	text-decoration: underline;
}

.mainnav li.mega > .sub-menu ul {
	width: 100%;
}

.megaMenuHeader .sub-menu li {
	padding-left: 10px;
}

.mainnav li.mega > .sub-menu > li:before {
	border-left: 1px solid #d5d5d5;
}

.mega.column-3 > .sub-menu {
    width: calc(3*300px) !important;
}

.home .masthead__wrapper .main_header56 {
	position: fixed;
	width: 100%;
	color: var(--offwhite) !important;
	background: transparent !important;
	z-index: 99;
	backdrop-filter: blur(7px);
}

.home .masthead__wrapper.is-sticky .main_header56 {
	position: unset;
	width: unset;
	z-index: unset;
	background: var(--deepblue) !important;
	backdrop-filter: unset;
}

.home .masthead__wrapper .header56__part--center, 
.masthead__wrapper .header56__part--center {
	justify-content: center;
}

.header_mobile56 {
	background-color: var(--deepblue) !important;
}

.header_mobile56 .hamburger i {
	color: var(--offwhite);
}

#menu-item-59 ul.sub-menu {
	padding: 20px 10px;
	width: 190px;
}

#menu-item-59 ul.sub-menu li a span {
	font-size: 1.1em;
	opacity: 0.7;
  	transition: all ease-in-out 200ms;
}


#menu-item-59 ul.sub-menu li a:hover span {
	opacity: 1;
	text-decoration: underline;
}
/* ============================= */
/* --- END Home Header NAV  --- */
/* =========================== */


/* ============================ */
/* ------ Hero Section ------- */
/* ========================== */

#homeHeroContainer {
	position: relative;
	background: #d7d7d702;
	color: var(--offwhite);
	padding: 70px 25px;
	backdrop-filter: blur(7px);
}

#homeHeroContainer::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 5%;
	background: var(--vibrantRed);
	height: 11px;
	width:100px;
}

#homeHeroContainer h1 {
	font-size: 45px;
	margin-bottom: 29px;
}

#homeHeroContainer p {
	margin-bottom: 90px;
}

#homeHeroContainer a {
	color: var(--vibrantRed);
	background: var(--offwhite);
	padding: 13px 26px;
	text-transform: uppercase;
	border-radius: 5px;
	transition: all ease-in-out 200ms;
}

#homeHeroContainer a:hover {
	text-decoration: underline;
}

#homeVideoBackground video {
	left: 49% !important;
	transform: translate(-49%, -50%) !important;
}

/* ================================ */
/* ------ END Hero Section ------- */
/* ============================== */

/* ================================== */
/* ------ Home Event Section ------- */
/* ================================ */
.homeEventContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.homeEventContainer .homeEventCard {
    display: flex;
	flex-basis: calc(100% - 5px);
	align-items: center;
    background: #f5f5f5;
	border-radius: 5px;
}

.homeEventContainer .homeEventCard .homeEventImage {
    width: 50%;
	height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.homeEventContainer .homeEventCard .homeEventInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	width: 50%;
	padding: 30px 45px
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventTitle {
    margin: 0;
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventDetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-top: 15px;
	gap: 10px;
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventDetails p {
	margin: 0;
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventDetails p span {
	font-size: 13px;
    display: block;
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventDetails .homeEventLocation span {
	opacity: 0.5;
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventDetails .homeEventDate {
    margin: 0;
    font-size: 0.9em !important;
	text-transform: uppercase;
	text-align: center;
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventDetails .homeEventDate span {
	font-size: 24px;
	font-family: var(--channel8-font-bold);
	margin-top: -7px;
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventDetails .homeEventLocation {
    margin: 0;
    font-size: 0.9em !important;
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventDetails .homeEventLink {
	font-size: 0.9em !important;
	color: var(--textColor);
	opacity: 0.5;
	transition: all ease-in-out 200ms;
}

.homeEventContainer .homeEventCard .homeEventInfo .homeEventDetails .homeEventLink:hover {
	opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .homeEventContainer .homeEventCard {
		flex-basis: calc(100%);
		margin-bottom: 10px;
		flex-direction: column;
	}
	.homeEventContainer .homeEventCard .homeEventInfo {
		padding: 10px 45px 0 45px;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .homeEventContainer .homeEventCard {
		width: 100%;
		margin-bottom: 10px;
		flex-basis: calc(100%);
	}
	.homeEventContainer .homeEventCard .homeEventInfo {
		padding: 10px 45px 0 45px;
	}
}
/* ====================================== */
/* ------ END Home Event Section ------- */
/* ==================================== */


/* ================================= */
/* ------ Single Event Page ------- */
/* =============================== */
.eventSinglePostHeader .eventHeaderImage img {
	height: 433px;
    width: 100%;
    object-fit: cover;
	margin-top: 80px;
	border-radius: 5px;
}

.eventSinglePostHeader .eventHeaderTitle {
	margin-top: 66px;
}

.eventSinglePostHeader .eventSingleMetaPresented {
	margin-top: 35px;
}

.eventSinglePostHeader .eventSingleMeta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	gap: 20px;
}

.eventSinglePostHeader .eventSingleMeta .eventDate,
.eventSinglePostHeader .eventSingleMeta .eventTime {
	text-align: center;
}

.eventSinglePostHeader .eventSingleMeta .eventDateMonth,
.eventSinglePostHeader .eventSingleMeta .eventTimeTime {
	display: block;
	text-transform: uppercase;
	margin-bottom: -7px;
}

.eventSinglePostHeader .eventSingleMeta .eventDateDay,
.eventSinglePostHeader .eventSingleMeta .eventTimeZone {
	font-size: 24px;
    font-family: var(--channel8-font-bold);
}

.eventSinglePostHeader .eventSingleMeta .eventLocation {
	width: 14%;
	text-align: center;
}

.eventSinglePostHeader .eventSingleMeta .eventAddCalndar a {
	text-decoration: underline;
	color: var(--textColor);
	transition: all ease-in-out 200ms;
}

.eventSinglePostHeader .eventSingleMeta .eventAddCalndar a:hover {
	color: var(--vibrantRed);
}

.eventSinglePostHeader .eventSingleMeta .eventAddCalndar span {
	font-size: 20px;
}

.eventSinglePostHeader .eventSingleHr {
	display: block;
	background: rgba(0, 0, 0, 0.20);
	width: 100%;
	height: 2px;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.eventSinglePostContent .wp-block-columns.is-layout-flex {
	margin-top: 100px;
}

.eventSinglePostContent img {
	width: 100%;
}
/* ===================================== */
/* ------ End Single Event Page ------- */
/* =================================== */


/* ====================================== */
/* ------ Home Publications Card ------- */
/* ==================================== */
.home-publications-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-publications-card {
	display: flex;
	flex-direction: column;
    flex-basis: calc(33.3333% - 8px);
	position: relative;
    padding: 10px;
    background: transparent;
	border-radius: 20px;
	margin-bottom: 2em;
	transition: all ease-in-out 200ms;
}

.home-publications-card:hover {
	box-shadow: 0 0 10px #00000050;
}

.home-publications-author-date {
    display: flex;
	align-items: center;
    width: 100%;
}

.home-publications-author{
    font-size: 0.8em;
	opacity: 0.5;
	text-transform: uppercase;
	margin-right: 3em;
	color: var(--textColor);
}

.home-publications-date {
    font-size: 0.8em;
	color: var(--textColor);
}

.home-publications-thumbnail {
	position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}

.home-publications-thumbnail img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
}

.home-publications-tags {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 10;
}

.home-publications-tag {
	font-size: 0.8em;
    background-color: #f5f5f5;
    color: var(--textColor);
    padding: 2px 5px 1px;
}

.home-publications-main-categories,
.home-publications-title,
.home-publications-author-date {
	padding: 0 12px;
}

.home-publications-main-categories .home-publications-category {
	display: inline-block;
	color: var(--offwhite);
	font-size: 0.9em;
    padding: 5px 10px 3px;
    margin-right: 5px;
	margin-bottom: 5px;
    border-radius: 2px;
	background-color: #001f4470;
}

.home-publications-main-categories a {
	transition: all ease-in-out 200ms;
}

.home-publications-title {
	margin: 15px 0;
	color: var(--textColor);
}

.home-publications-title a {
	font-family: unset !important;
	color: var(--textColor);
}

.home-publications-footer {
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-top: auto;
	padding-top: 40px;
}

.home-publications-reading-time {
    font-size: 0.8em;
	text-transform: uppercase;
}

.home-publications-readmore {
    color: var(--offwhite);
	text-align: center;
	opacity: 0.5;
	transition: all ease-in-out 200ms;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 5px 10px 2px 10px;
	background: var(--deepblue);
	border-radius: 5px;
}

.home-publications-readmore:hover {
	opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .home-publications-card {
		flex-basis: 100%;
	}
	.home-publications-thumbnail img {
		height: 200px;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .home-publications-card {
		flex-basis: calc(50% - 5px);
	}
	.home-publications-thumbnail img {
		height: 200px;
	}
}
/* ========================================== */
/* ------ END Home Publications Card ------- */
/* ======================================== */


/* ======================================== */
/* ------ Home Research Focus Card ------- */
/* ====================================== */
.researchCardsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.researchCards {
	position: relative;
    flex: 1 1 calc(33.333% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 10px;
    box-sizing: border-box;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25) !important;
	border-radius: 5px;
	transition: all ease-in-out 200ms;
}

.researchCards:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25) !important;
}

.researchCards h4 {
	text-transform: uppercase;
}

.researchCards h4,
.researchCards p {
	color: var(--textColor);
}

.researchCardsContainer .researchCards.posterDIP::before,
.researchCardsContainer .researchCards.posterSD::before,
.researchCardsContainer .researchCards.posterHRF::before,
.researchCardsContainer .researchCards.posterECC::before,
.researchCardsContainer .researchCards.posterFE::before  {
	content: "";
	opacity: .3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0; 
	background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.researchCardsContainer .researchCards.posterDIP::before {
	background-image: url('/wp-content/uploads/2023/12/DIPx2.webp');
}

.researchCardsContainer .researchCards.posterSD::before {
	background-image: url('/wp-content/uploads/2023/12/SDx2.webp');
}

.researchCardsContainer .researchCards.posterHRF::before {
	background-image: url('/wp-content/uploads/2023/12/HRFx2.webp');
}

.researchCardsContainer .researchCards.posterECC::before {
	background-image: url('/wp-content/uploads/2023/12/ECCx2.webp');
}

.researchCardsContainer .researchCards.posterFE::before {
	background-image: url('/wp-content/uploads/2023/12/FEx2.webp');
}

.researchLearnMoreBtn {
    align-self: flex-end;
    color: var(--textColor);
	text-transform: uppercase;
	opacity: 0.5;
	font-size: 0.9em;
	transition: all ease-in-out 200ms;
}

.researchCards:hover .researchLearnMoreBtn {
	opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .researchCards {
        flex-basis: calc(50% - 10px);
    }
}
/* ============================================ */
/* ------ END Home Research Focus Card ------- */
/* ========================================== */


/* ===================================== */
/* ------ Home Researchers Card ------- */
/* =================================== */
.researchersCardsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.researchersCards {
	display: flex;
	flex-basis: calc(33.3333% - 7px);
	flex-direction: column;
	position: relative;
    padding: 0 0 10px 0;
    background: #f5f5f5;
	border-radius: 5px;
}

.researchersCards img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	object-position: top;
}

.researchersCards h4 {
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 0;
}

.researchersCards p {
	padding-left: 20px;
}

.researchersCards .researchersLearnMoreBtn {
	align-self: flex-end;
    color: var(--textColor);
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 0.9em;
	margin-right: 20px;
    transition: all ease-in-out 200ms;
}

.researchersCards .researchersLearnMoreBtn:hover {
	opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .researchersCardsContainer .researchersCards {
		width: 100%;
		margin-bottom: 10px;
		flex-basis: calc(100%);
	}
}

/* ========================================= */
/* ------ END Home Researchers Card ------- */
/* ======================================= */


/* =============================== */
/* ------ Home Chips Card ------- */
/* ============================= */
.chipsCardsContainer {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.chipsCardsContainer .chipsCards {
    flex: 1 1 calc(20% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    box-sizing: border-box;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position: relative;
	transition: all ease-in-out 200ms;
}

.chipsCardsContainer .chipsCards h5 {
	color: var(--deepblue);
	z-index: 1;
	text-transform: uppercase;
}

.chipsCardsContainer .chipsCards::before {
	content: "";
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0; 
	background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2023/12/Rectangle42.png');
	border-radius: 5px;
}

.chipsCardsContainer .chipsCards:nth-child(2)::before {
	background-image: url('/wp-content/uploads/2023/12/Rectangle43.png');
}

.chipsCardsContainer .chipsCards:hover {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

.chipsCardsContainer .chipsCards:hover .chipsLearnMoreBtn{
	opacity: 1;
}

.chipsCardsContainer .chipsLearnMoreBtn {
    align-self: flex-end;
    color: var(--textColor);
	text-transform: uppercase;
	opacity: 0.5;
	font-size: 0.8em;
	z-index: 99;
	transition: all ease-in-out 200ms;
}


@media (max-width: 600px) {
    .chipsCardsContainer .chipsCards {
        flex-basis: calc(50% - 10px);
    }
}
/* =================================== */
/* ------ END Home Chips Card ------- */
/* ================================= */


/* ======================================== */
/* ------ Main Category Color Init ------- */
/* ====================================== */
.domestic-and-international-politics {
	background-color: var(--DomesticInternationalPolitics);	
} 
.environment-and-climate-change {
	background-color: var(--EnvironmentClimateChange);
}
.finance-and-economy {
	background-color: var(--FinanceEconomy);
}
.human-rights-and-freedoms {
	background-color: var(--HumanRightsFreedoms);
}
.security-and-defense {
	background-color: var(--SecurityDefense);
}
/* ============================================ */
/* ------ END Main Category Color Init ------- */
/* ========================================== */


/* ===================================== */
/* ------ Newsletter Page Style ------- */
/* =================================== */
.page-id-234 #wi-main {
	display: flex;
    align-items: center;
    justify-content: center;
	height: 60vh;
}

.page-id-234 #wi-main p {
	text-align: center;
}
/* ========================================= */
/* ------ END Newsletter Page Style ------- */
/* ======================================= */


/* ====================================== */
/* ------ Publications Page Card ------- */
/* ==================================== */
.publicationPageRow,
.searchPageRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.publicationsPageMainTitle,
.searchResultTitle {
	margin-top: 40px;
	text-transform: uppercase;
}

.searchResultTitle .searchResultLabel {
	font-size: 18px !important;
	opacity: .7;
}

.searchResultAgain .searchform {
	margin-bottom: 40px;
}

.searchResultAgain .searchform input {
	border-radius: 5px;
}

.publicationsPageMainContent {
	margin-bottom: 50px;
}

.publicationsPageCard,
.searchPageCard {
	display: flex;
	flex-direction: column;
    flex-basis: calc(33.3333% - 7px);
	position: relative;
    padding: 10px;
	margin-bottom: 2em;
    background: transparent;
	border-radius: 20px;
	margin-bottom: 2em;
  	transition: all ease-in-out 200ms;
}

.publicationsPageCard:hover,
.searchPageCard:hover {
	box-shadow: 0 0 10px #00000050;
}

.publicationsPageAuthorDate,
.searchPageAuthorDate {
    display: flex;
	align-items: center;
	width: 100%;
	padding: 0 12px;
}

.publicationsPageAuthor,
.searchPageAuthor{
    font-size: 0.8em;
	opacity: 0.5;
	text-transform: uppercase;
	margin-right: 3em;
	color: var(--textColor);
}

.publicationsPageDate,
.searchPageDate {
    font-size: 0.8em;
  	color: var(--textColor);
}

.publicationsPageThumbnail,
.searchPageThumbnail {
	position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}

.publicationsPageThumbnail img,
.searchPageThumbnail img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
}

.publicationsPageTags,
.searchPageTags {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 10;
}

.publicationsPageTag,
.searchPageTag {
	font-size: 0.8em;
    background-color: #f5f5f5;
    color: var(--textColor);
    padding: 2px 5px 1px;
}

.publicationsPageMainCategories,
.searchPageMainCategories {
	padding: 0 12px;
}

.publicationsPageMainCategories .publicationsPageCategory,
.searchPageMainCategories .searchPageCategory {
	display: inline-block;
	color: var(--offwhite);
	font-size: 0.9em;
    padding: 5px 10px 3px;
    margin-right: 5px;
	margin-bottom: 5px;
    border-radius: 2px;
	background-color: #001f4470;
}

.publicationsPageTitle,
.searchPageTitle {
    margin: 15px 0;
	color: var(--textColor);
	padding: 0 12px;
}

.publicationsPageFooter,
.searchPageFooter {
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-top: auto;
	padding-top: 40px;
}

.publicationsPagePagination,
.searchPagePagination {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.publicationsPagePagination .page-numbers,
.searchPagePagination .page-numbers {
	color: var(--textColor);
	opacity: 0.5;
	margin-right: 10px;
	font-family: var(--channel8-font-regular);
}

.publicationsPagePagination .page-numbers:hover,
.searchPagePagination .page-numbers:hover {
	color: var(--vibrantRed);
}

.publicationsPagePagination .current,
.searchPagePagination .current {
	font-family: var(--channel8-font-bold);
	font-size: 30px;
	opacity: 1;
}

.publicationsPagePagination .current:hover,
.searchPagePagination .current:hover {
	color: var(--textColor);
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .publicationsPageCard,
	.searchPageCard {
		flex-basis: 100%;
	}
	.publicationsPageThumbnail img,
	.searchPageThumbnail img {
		height: 200px;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .publicationsPageCard,
	.searchPageCard {
		flex-basis: calc(50% - 5px);
	}
	.publicationsPageThumbnail img,
	.searchPageThumbnail img {
		height: 200px;
	}
}
/* ========================================== */
/* ------ END Publications Page Card ------- */
/* ======================================== */


/* ================================== */
/* ------ Event Page Section ------- */
/* ================================ */
.mainEventContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
	margin-bottom: 50px;
}

.eventsPageMainTitle {
	margin-top: 40px;
}

.mainEventContainer .mainEventCard {
    display: flex;
	align-items: center;
	flex-basis: calc(100% - 5px);
    background: #f5f5f5;
	border-radius: 5px;
	margin-bottom: 2rem;
}

.mainEventContainer .mainEventCard .mainEventImage {
    width: 50%;
	height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.mainEventContainer .mainEventCard .mainEventInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	width: 50%;
	padding: 20px 45px
}

.mainEventContainer .mainEventCard .mainEventInfo .mainEventTitle {
    margin: 0;
}

.mainEventContainer .mainEventCard .mainEventInfo .mainEventDetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-top: 15px;
	gap: 10px;
}

.mainEventContainer .mainEventCard .mainEventInfo .mainEventDetails p {
	margin: 0;
}

.mainEventContainer .mainEventCard .mainEventInfo .mainEventDetails p span {
	font-size: 13px;
    display: block;
}

.homeEventContainer .mainEventCard .mainEventInfo .mainEventDetails .mainEventLocation span {
	opacity: 0.5;
}

.mainEventContainer .mainEventCard .mainEventInfo .mainEventDetails .mainEventDate {
    margin: 0;
    font-size: 0.9em !important;
	text-transform: uppercase;
	text-align: center;
}

.mainEventContainer .mainEventCard .mainEventInfo .mainEventDetails .mainEventDate span {
	font-size: 24px;
	font-family: var(--channel8-font-bold);
	margin-top: -7px;
}

.mainEventContainer .mainEventCard .mainEventInfo .mainEventDetails .mainEventLocation {
    margin: 0;
    font-size: 0.9em !important;
}

.mainEventContainer .mainEventCard .mainEventInfo .mainEventDetails .mainEventLink {
	font-size: 0.9em !important;
	color: var(--textColor);
	opacity: 0.5;
	transition: all ease-in-out 200ms;
}

.mainEventContainer .mainEventCard .mainEventInfo .mainEventDetails .mainEventLink:hover {
	opacity: 1;
}

.mainEventPagination {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.mainEventPagination .page-numbers {
	color: var(--textColor);
	opacity: 0.5;
	margin-right: 10px;
	font-family: var(--channel8-font-regular);
}

.mainEventPagination .page-numbers:hover {
	color: var(--vibrantRed);
}

.mainEventPagination .current {
	font-family: var(--channel8-font-bold);
	font-size: 30px;
	opacity: 1;
}

.mainEventPagination .current:hover {
	color: var(--textColor);
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .mainEventContainer .mainEventCard {
		flex-basis: calc(100%);
		margin-bottom: 10px;
		flex-direction: column;
	}
	.mainEventContainer .mainEventCard .mainEventInfo {
		padding: 10px 45px 0 45px;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .mainEventContainer .mainEventCard {
		flex-basis: calc(100%);
		margin-bottom: 10px;
	}
	.mainEventContainer .mainEventCard .mainEventInfo {
		padding: 10px 45px 0 45px;
	}
}
/* ====================================== */
/* ------ END Event Page Section ------- */
/* ==================================== */


/* =========================== */
/* ------ Author Page ------- */
/* ========================= */
.authorProfile {
	display: flex;
	align-items: center;
	position: relative;
	margin: 40px 0;
	padding-bottom: 50px;
}

.authorProfile::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 70%;
	height: 1px;
	background-color: var(--deepblue);
	opacity: 0.2;
	transform: translateX(-50%);
}

.authorProfile .authorImage {
	flex: 0 0 25%;
}

.authorProfile .authorImage img {
	width: 80%;
    border-radius: 5px;
}

.authorProfile .authorInfo {
	flex: 1; 
	padding-left: 20px;
}
/* =============================== */
/* ------ END Author Page ------- */
/* ============================= */


/* =========================== */
/* ------ Single Page ------- */
/* ========================= */
.singlePublicationPost {
	padding: 80px 0 50px;
}

.singlePublicationPost ul li,
.singlePublicationPost ol li{
	font-size: 19px !important;
}

.singlePublicationPost .singleThumbnail {
	height: 433px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.singlePublicationPost .singleThumbnailCaption {
	display: block;
	margin-top: 5px;
	opacity: .7;
	padding-left: 2em;
	padding-right: 2em;
}

.singlePublicationPost .singleCat {
	display: inline-block;
    color: var(--offwhite);
    font-size: 0.9em;
    padding: 5px 5px 1px;
    margin-right: 5px;
    border-radius: 2px;
	transition: all ease-in-out 200ms;
}

.singlePublicationPost .singleCat:hover {
	text-decoration: underline;
}

.singlePublicationPost .SingleInitLabel {
	display: block;
    color: var(--textColor);
    opacity: 0.5;
    text-transform: uppercase;
	margin-top: 20px;
}

.singleLabelsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
}

.singleLabels, .singleControls {
    flex: 1;
}

.singleControls {
    text-align: right;
}

.singleControls .downloadButton {
	background: var(--deepblue);
	color: var(--offwhite);
	padding: 5px 10px;
	margin-right: 10px;
	line-height: unset;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 2px;
	transition: all 0.3s ease-out;
}

.singleControls .printButton {
	background: var(--deepblue);
	color: var(--offwhite);
	padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: unset;
	font-weight: 400;
	letter-spacing: 0;
	border-radius: 2px;
}

.singleControls .button:hover {
	background: var(--vibrantRed);
}

.singleControls .button .dashicons {
	vertical-align: middle !important;
	font-size: 19px !important;
}

.singleControls .printButton .dashicons {
	margin-right: 2px;
}

.singlePublicationPost .singleInitCat {
	color: var(--textColor);
    opacity: 0.7;
	transition: all ease-in-out 200ms;
}

.singlePublicationPost .singleInitCat:hover {
	opacity: 1;
}

.singlePublicationPost .separator::before {
	content: "";
    width: 5px;
    height: 5px;
    background-color: var(--deepblue);
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
    opacity: .5;
}

.singlePublicationPost .singleTitle {
	margin: 25px 0;
}

.singlePublicationPost  .singlePostMeta {
	margin-bottom: 3em;
    border-bottom: solid 1px #001f441f;
    padding-bottom: 2em;
}

.singlePublicationPost  .singlePostMeta .metaBy {
	opacity: .6;
	font-size: .8em;
	text-transform: uppercase;
}

.singlePublicationPost .singlePostMeta .singleAuthorName {
	color: var(--deepblue);
	text-transform: uppercase;
}

.singlePublicationPost .singlePostMeta .singleAuthorName:hover {
	text-decoration: underline;
}

.singlePublicationPost .singleTag {
	text-align: center;
}

.singlePublicationPost .singleTagLabel {
	opacity: .6;
	font-size: .8em;
	text-transform: uppercase;
	margin-right: 5px;
}

.singlePublicationPost .singleTagName {
	color: var(--deepblue);
	background: #001f4410;
	padding: 2px 5px;
	border-radius: 5px;
	transition: all ease-in-out 200ms;
}

.singlePublicationPost .singleTagName:hover {
	text-decoration: underline;
}

.singlePublicationPost p {
	width: 75%;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
	hyphens: auto;
 	-webkit-hyphens: auto;
 	-ms-hyphens: auto;
}

.singlePublicationPost ul,
.singlePublicationPost ol {
	width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.singlePublicationPost h2.wp-block-heading,
.singlePublicationPost h3.wp-block-heading {
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

.singleRelatedPostRow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}


/* Single Related Post Section */
.singleRelatedPostHeading {
	position: relative;
	text-align: center;
	margin-top: 50px;
	padding-top: 38px;
}

.singleRelatedPostHeading::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    height: 1px;
    background-color: var(--deepblue);
    opacity: 0.2;
    transform: translateX(-50%);
}

.singleRelatedPostRow .singleRelatedPostCard {
	display: flex;
	flex-direction: column;
	flex-basis: calc(33.3333% - 6.7px);
	position: relative;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

.singleRelatedPostRow .singleRelatedPostCard img {
	width: 100%;
	height: 174px;
	object-fit: cover;
	border-radius: 5px;
}

.singleRelatedPostRow .singleRelatedPostCard .singleRelatedPostTitle {
	margin-top: 20px;
	transition: all ease-in-out 200ms;
}

.singleRelatedPostRow .singleRelatedPostCard .singleRelatedPostTitle:hover {
	text-decoration: underline;
}

.singleRelatedPostRow .singleRelatedPostCard .singleRelatedPostTitle a {
	color: var(--textColor);
}

.singleRelatedPostRow .singleRelatedPostCard .singleRelatedPostCat a {
	display: inline-block;
	color: var(--offwhite);
	font-size: 0.9em;
    padding: 2px 5px 1px;
	border-radius: 2px;
	transition: all ease-in-out 200ms;
}

.singleRelatedPostRow .singleRelatedPostCard .singleRelatedPostCat a:not(:last-child) {
	margin-bottom: 2px;
}

.singleRelatedPostRow .singleRelatedPostCard .singleRelatedPostCat a:hover {
	text-decoration: underline;
}

.single-post .wp-block-group {
	border-radius: 5px;
	margin-bottom: 1.5em;
	background: var(--offwhite);
}

.single-post .wp-block-group h2,
.single-post .wp-block-group h3 {
	width: 100% !important;
	margin-top: 0 !important;
}

.single-post .wp-block-group p,
.single-post .wp-block-group ol,
.single-post ol ul,
.single-post .wp-block-group ul{
	width: 100% !important;
}

.single-post .wp-block-group .wp-block-group__inner-container {
	padding: 2em 2em .1em 2em;
}

p sup,
h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
	font-size: 14px !important;
}

.wp-block-table {
	border-radius: 5px;
}

.wp-block-table table tbody tr:first-child {
	background: var(--deepblue) !important;
	color: var(--offwhite) !important;
}

.wp-block-table table tbody tr:first-child td {
	border: solid 1px var(--deepblue);
}

.wp-block-table table tbody tr:not(first-child){
	background: #f5f5f5 !important;
}

.wp-block-table table tbody tr:not(first-child) td {
	border: solid 1px #001f4420;
}

/*
.wp-block-table table tbody tr:not(first-child) td strong {
	font-weight: normal !important;
}
*/

.socialShareContainer {
	display: flex;
	align-items: center;
	margin-top: 3em;
}

.socialShareContainer h6 {
	text-transform: uppercase;
	opacity: .6;
  	font-size: .8em;
	font-family: var(--channel8-font-regular) !important;
}

.socialShareContainer .socialShareButtons {
	display: flex;
	align-items: center;
	margin-left: 5px !important;
	margin-right: auto !important;
	list-style: none;
	padding-left: 0;
}

.socialShareContainer .socialShareButtons a {
	display: block;
	text-align: center;
	transition: all 0.15s ease-out;
	color: var(--offwhite);
	background-color: var(--deepblue);
	padding: 7px 10px;
  	margin-right: 8px;
}

.socialShareContainer .socialShareButtons a:hover {
	background: var(--vibrantRed);
}

.socialShareContainer .socialShareButtons a img {
	width: 20px;	
}

/* Responsive adjustments */
@media (max-width: 480px) {
	.singlePublicationPost .singleThumbnail,
	.eventSinglePostHeader .eventHeaderImage img {
		height: auto;
	}
	.singlePublicationPost p,
	.singlePublicationPost h2.wp-block-heading,
	.singlePublicationPost h3.wp-block-heading,
	.singlePublicationPost ul,
	.singlePublicationPost ol {
		width: 100% !important;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .singlePublicationPost .singleThumbnail {
		height: auto;
	}
}
/* =============================== */
/* ------ END Single Page ------- */
/* ============================= */


/* ==================================== */
/* ------ Activities Page Card ------- */
/* ================================== */
.activityPageRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.activityPageMainTitle {
	margin-top: 40px;
}

.activityPageMainContent {
	margin-bottom: 50px;
}

.activityPageRow .activityPageCardLink {
	display: flex;
	flex-direction: column;
    flex-basis: calc(33.3333% - 7px);
	position: relative;
    padding: 10px;
    background: transparent;
	border-radius: 20px;
	transition: all ease-in-out 200ms;
}

.activityPageAuthorDate {
    display: flex;
    justify-content: start;
    width: 100%;
}

.activityPageDate {
    font-size: 0.8em;
	color: #00000060;
}

.activityPageThumbnail {
	position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}

.activityPageThumbnail img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 0 10px #00000050;
}

.activityPageTitle {
    margin-bottom: 10px;
	color: var(--textColor);
	font-family: var(--channel8-font-regular) !important;
  	font-weight: normal !important;
	padding: 0 12px;
}

.activityPageCategories {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1em;
	padding: 0 12px;
}

.activityPageCategories .activityCat {
	text-transform: uppercase;
	display: inline-block;
	color: var(--offwhite);
	font-size: 0.9em;
    padding: 5px 10px 3px;
    margin-right: 5px;
	margin-bottom: 5px;
    border-radius: 2px;
	background-color: #001f4470;
}

.activityPageRow .activityPageCardLink:hover {
	box-shadow: 0 0 10px #00000050;
}

.activityPagePagination {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.activityPagePagination .page-numbers {
	color: var(--textColor);
	opacity: 0.5;
	margin-right: 10px;
	font-family: var(--channel8-font-regular);
}

.activityPagePagination .page-numbers:hover {
	color: var(--vibrantRed);
}

.activityPagePagination .current {
	font-family: var(--channel8-font-bold);
	font-size: 30px;
	opacity: 1;
}

.activityPagePagination .current:hover {
	color: var(--textColor);
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .activityPageRow .activityPageCardLink {
		flex-basis: 100%;
	}
	.activityPageThumbnail img {
		height: 200px;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .activityPageRow .activityPageCardLink {
		flex-basis: calc(50% - 5px);
	}
	.activityPageThumbnail img {
		height: 200px;
	}
}
/* ======================================== */
/* ------ END Activities Page Card ------- */
/* ====================================== */


/* ===================================== */
/* ------ Single Acitivity Page ------- */
/* =================================== */
.singleActivityPost {
	padding: 50px 0 50px;
}

.singleActivityPost p {
	width: 75%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}

.singleActivityPost ul {
  	width: 75%;
  	text-align: justify;
  	margin-right: auto;
  	margin-left: auto;
  	font-size: 19px !important;
	padding-left: 0 !important;
}

.singleActivityContent {
	margin-top: 3em;
}

.singleActivityContent .wp-block-group h2, 
.singleActivityContent .wp-block-group h3 {
	width: 100% !important;
	margin-top: 0 !important;
}

.singleActivityContent .wp-block-group {
	padding: 2em 2em .1em 2em;
}

.singleActivityPost .singleActivityThumbnail {
	height: 433px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.singleActivityPost .singleActivityThumbnailCaption {
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
	opacity: .7;
	padding-left: 2em;
	padding-right: 2em;
}

.singleActivityPost .singleActivityCat {
	display: inline-block;
    color: var(--offwhite);
    font-size: 0.9em;
    padding: 5px 5px 1px;
    margin-right: 5px;
    border-radius: 2px;
	transition: all ease-in-out 200ms;
}

.singleActivityLabelsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.singleActivityPost .singleActivityTitle {
	margin: 25px 0;
}

.singleActivityPost  .singleActivityPostDate {
	color: #00000050;
}

.singleActivityPost .singleActivityCat {
	color: var(--offwhite);
	background: var(--deepblue);
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 1em;
  	padding: 5px 10px 3px;
}






.singleActivityPost .wp-block-group {
	border-radius: 5px;
	margin-bottom: 1.5em;
	background: var(--offwhite);
}

.singleActivityPost .wp-block-group .wp-block-group__inner-container {
	padding: 2em 2em .1em 2em;
}

.wp-block-table {
	border-radius: 5px;
}

.wp-block-table table tbody tr:first-child {
	background: var(--deepblue) !important;
	color: var(--offwhite) !important;
}

.wp-block-table table tbody tr:first-child td {
	border: solid 1px var(--deepblue);
}

.wp-block-table table tbody tr:not(first-child){
	background: #f5f5f5 !important;
}

.wp-block-table table tbody tr:not(first-child) td {
	border: solid 1px #001f4420;
}

.wp-block-table table tbody tr:not(first-child) td strong {
	font-weight: normal !important;
}





.activitySocialShareContainer {
	display: flex;
	align-items: center;
	margin-top: 3em;
}

.activitySocialShareContainer h6 {
	text-transform: uppercase;
	opacity: .6;
  	font-size: .8em;
	font-family: var(--channel8-font-regular) !important;
}

.activitySocialShareContainer .activitySocialShareButtons {
	display: flex;
	align-items: center;
	margin-left: 5px !important;
	margin-right: auto !important;
	list-style: none;
	padding-left: 0;
}

.activitySocialShareContainer .activitySocialShareButtons a {
	display: block;
	text-align: center;
	transition: all 0.15s ease-out;
	color: var(--offwhite);
	background-color: var(--deepblue);
	padding: 7px 10px;
  	margin-right: 8px;
}

.activitySocialShareContainer .activitySocialShareButtons a:hover {
	background: var(--vibrantRed);
}

.activitySocialShareContainer .activitySocialShareButtons a img {
	width: 20px;	
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .singleActivityPost .singleActivityThumbnail {
		height: auto;
	}
	.singleActivityPost p {
		width: 100%;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .singleActivityPost .singleActivityThumbnail {
		height: auto;
	}
	.singleActivityPost p {
		width: 100%;
	}
}
/* ========================================= */
/* ------ END Single Acitivity Page ------- */
/* ======================================= */


/* ============================== */
/* ------ Publisher Page ------- */
/* ============================ */
.publisherHeaderTitle {
	margin-top: 40px;
	text-transform: uppercase;
}

.publisherContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 20px;
	margin-bottom: 50px;
}

.publisherContainer .publisherCard {
    display: flex;
    flex-direction: column;
    flex-basis: calc(33.3333% - 14px);
    position: relative;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

.publisherContainer .publisherCard img {
	width: 100%;
	height: 370px;
	object-fit: cover;
	object-position: top;
	border-radius: 5px;
	margin-bottom: 14px;
}

.publisherContainer .publisherName {
	color: var(--deepblue);
	margin-bottom: 0;
}

.publisherContainer .publisherSpeciality {
	color: var(--vibrantRed);
	margin-bottom: 0;
}

.publisherContainer .publisherPostsPublished {
	color: var(--textColor);
	font-size: .9em !important;
	opacity: .6;
	margin-top: 15px;
	margin-bottom: 0;
}

.publisherContainer .publisherCard a:hover img {
	filter: grayscale(.2);
}

.publisherPagePagination {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.publisherPagePagination .page-numbers {
	color: var(--textColor);
	opacity: 0.5;
	margin-right: 10px;
	font-family: var(--channel8-font-regular);
}

.publisherPagePagination .page-numbers:hover {
	color: var(--vibrantRed);
}

.publisherPagePagination .current {
	font-family: var(--channel8-font-bold);
	font-size: 30px;
	opacity: 1;
}

.publisherPagePagination .current:hover {
	color: var(--textColor);
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .publisherContainer .publisherCard {
		flex-basis: 100%;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .publisherContainer .publisherCard {
		flex-basis: calc(50% - 10px);
	}
}
/* ================================== */
/* ------ END Publisher Page ------- */
/* ================================ */


/* ==================================== */
/* ------ Endnotes Single Page ------- */
/* ================================== */
.singleEndNotesHeader {
	margin-top: 80px;
}

.singleEndNotesContent {
	overflow: hidden;
}

.singleEndNotesContent ol li {
	font-size: 19px;
}

.singleEndNotesContent ol li:not(:last-child) {
	margin-bottom: 15px;
}
/* ======================================== */
/* ------ END Endnotes Single Page ------- */
/* ====================================== */


/* ======================================= */
/* ------ Built-in Timeline Style ------- */
/* ===================================== */
div.wp-block-cp-timeline-content-timeline-block {
	margin-top: 3em;
	margin-bottom: 3em;
}

.cool-vertical-timeline-body.ctlb-wrapper::before {
  background: linear-gradient(to bottom,hsla(0,0%,90%,0) 0,#001f44 10%,#001f44 90%,hsl(0, 0%, 90.2%) 100%);
  width: 4px;
}

.cool-vertical-timeline-body::before {
	opacity: 1;
}

.cool-vertical-timeline-body.ctlb-wrapper .timeline-content.icon-false .timeline-block-icon svg {
	fill: var(--vibrantRed);
}

.cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details::before,
.cool-vertical-timeline-body.one-sided.left .timeline-content .story-details::before {
	border: 1.3px solid var(--vibrantRed);
	border-right: unset;
	content: "";
	display: block;
	left: -40px;
	position: absolute;
	top: 29px;
	width: 39px;
}

.cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details::before {
	border: 1.3px solid var(--vibrantRed);
    border-left: unset;
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    top: 29px;
    width: 39px;
}

.cool-vertical-timeline-body .timeline-content .story-time p {
	font-family: var(--channel8-font-bold) !important;
    color: var(--border-color);
    font-size: 25px !important;
	text-align: inherit;
    width: inherit;
}

.cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details,
.cool-vertical-timeline-body.one-sided.left .timeline-content .story-details {
	border-left: 2px solid var(--vibrantRed);
}

.cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details {
	border-right: 2px solid var(--vibrantRed);
}

.cool-vertical-timeline-body .timeline-content .story-details {
	border-radius: 16px;
}

.cool-vertical-timeline-body.ctlb-wrapper .story-details :where(.timeline-block_desc p, .ctlb-block-desc) {
	width: inherit;
	text-align: inherit;
}

.cool-vertical-timeline-body .story-details :where(.timeline-block_title, .ctlb-block-title) {
	margin-top: 0 !important;
}

.cool-vertical-timeline-body .story-details .story-content .ctlb-block-title {
	font-size: 1.4em !important;
  	width: 100% !important;
}
/* =========================================== */
/* ------ END Built-in Timeline Style ------- */
/* ========================================= */


/* =============================== */
/* ------ Accordion Style ------- */
/* ============================= */
.lightweight-accordion {
	background-color: #fff;
	box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
    border-left: 2px solid var(--vibrantRed);
	border-radius: 16px;
	margin-bottom: 1em !important;
}

.lightweight-accordion .lightweight-accordion-title {
	background: #F5F5FA !important;
	border-radius: 16px;
	padding: 20px 12px 20px 18px !important;
}

.lightweight-accordion .lightweight-accordion-title span {
	font-family: var(--channel8-font-bold) !important;
  	font-size: 19px !important;
}

.lightweight-accordion .lightweight-accordion-title::marker {
	color: var(--deepblue) !important;
}

.lightweight-accordion .lightweight-accordion-body {
	padding: 20px 12px 20px 18px !important;
}

.lightweight-accordion p,
.lightweight-accordion ul,
.lightweight-accordion li {
	width: 100% !important;
	margin-bottom: 0 !important;
}

.lightweight-accordion p:not(:first-child) {
	margin-top: 24px !important;
}
/* =================================== */
/* ------ END Accordion Style ------- */
/* ================================= */


/* ============================ */
/* ------ Footer Style ------- */
/* ========================== */
footer .container {
	width: 1264px;
}
footer a {
	transition: all ease-in-out 200ms;
}

footer a:hover {
	text-decoration: underline;
}

footer .footer56__copyright {
	text-align: left;
}

footer span.footerCopyRightText {
	font-size: 0.9em;
	opacity: 0.6;
}

span.footerSeperatorA {
	padding: 0 1em;
	opacity: 0.6;
}

span.footerSeperatorB {
	padding: 0 .5em
}

footer .textwidget h3 {
	margin-bottom: 5px;
}

footer .tnp-subscription {
	width: 80%;
	margin: 0;
}

footer .tnp-subscription .tnp-field-email {
	margin-bottom: 16px;
}

footer .tnp-subscription .tnp-field-email label {
	display: none !important;
}

footer .tnp-subscription .tnp-field-email .tnp-email {
	text-transform: none;
	font-size: 0.9em;
	padding: 14px 20px;
	background: transparent;
	color: var(--offwhite);
    border: solid 2px var(--offwhite);
    border-radius: 5px;
}

footer .tnp-subscription .tnp-field-email .tnp-email::placeholder {
	color: var(--offwhite);
	opacity: 0.5;
}

footer .tnp-subscription .tnp-privacy-field a {
	color: var(--offwhite);
	opacity: 0.6;
	text-decoration: none;
	line-height: 1.3;
	transition: all ease-in-out 200ms;
}

footer .tnp-subscription .tnp-privacy-field a:hover {
	opacity: 1;
}

footer .tnp-subscription .tnp-privacy-field label {
	display: flex;
    align-items: start;
}

footer .tnp-subscription .tnp-submit {
	font-family: var(--channel8-font-regular);
	background: transparent;
	font-size: 0.9em;
	padding: 10px 20px;
	border: solid 2px var(--offwhite);
    border-radius: 5px; 
}

footer .fox56-social-list.align-center ul {
	justify-content: left;
}

.fox56-social-list .ic-icon a::before,
.fox56-social-list .ic-icon a::after {
	display: none !important;
}

.fox56-social-list .ic-icon a:hover {
	text-decoration: none;
}

footer .footerHotLinks ul {
	list-style: none;
	padding: 0;
}

footer .footerHotLinks ul li:not(:first-child) {
	padding-top: 10px;
}

footer .footerHotLinks ul li a {
	color: var(--offwhite);
	font-family: var(--channel8-font-bold) !important;
	font-size: 1em;
	transition: all ease-in-out 200ms;
	text-transform: uppercase;
	opacity: 0.8;
}

footer .footerContact {
	padding-top: 21px;
}

footer .footerContact p {
	font-size: 1.1em !important;
}

footer .footerContact h4 {
	margin-bottom: 8px;
}

footer .footerContact a {
	display: block;
	color: var(--offwhite);
	margin-bottom: 3px;
	transition: all ease-in-out 200ms;
	opacity: 0.7;
}

.footer56__copyright p {
	width: 100% !important;
}

/* Footer Responsive */
@media (max-width: 840px) {
    footer {
		text-align: center;
	}
	footer .tnp-subscription {
		margin: 0 auto;
	}
	footer .fox56-social-list.align-center ul {
		justify-content: center;
	}
	footer .footerContact p {
		width: 80%;
  		margin: 0 auto;
	}
	footer .footer56__copyright {
		text-align: center;
	}
	footer span.footerCopyRightText {
		display: block;
	}
	span.footerSeperatorA {
		display: none;
	}
}

/* ================================ */
/* ------ END Footer Style ------- */
/* ============================== */
.postid-3411 .eventSingleMetaPresented,
.postid-3411 .eventSingleMeta {
	display: none !important;
}
.page-template-events-page .mainEventContainer .mainEventCard:first-child .mainEventLocation {
  display: none !important;
}


/* ================================== */
/* ------ Contact Form Style ------- */
/* ================================ */
.wpcf7-tel {
	box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: var(--input-color);
  border: 1px solid var(--input-border-color);
  border-radius: var(--input-border-radius);
  background: var(--input-background);
  border-width: var(--input-border-width);
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, box-shadow 0.15s ease-out;
  line-height: var(--input-height);
  padding: 0 14px;
  font-size: 0.9em;
  font-family: var(--font-body);
  box-shadow: var(--input-shadow);
  width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
	text-transform: unset !important;
}
/* ====================================== */
/* ------ END Contact Form Style ------- */
/* ==================================== */