/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



/* 

FranklinGothic URW Light
font-family: "franklin-gothic-urw", sans-serif;
font-weight: 300;
font-style: normal;

FranklinGothic URW Light Italic
font-family: "franklin-gothic-urw", sans-serif;
font-weight: 300;
font-style: italic;

FranklinGothic URW Book
font-family: "franklin-gothic-urw", sans-serif;
font-weight: 400;
font-style: normal;

FranklinGothic URW Book Italic
font-family: "franklin-gothic-urw", sans-serif;
font-weight: 400;
font-style: italic;

Calluna Light
font-family: "calluna", serif;
font-weight: 300;
font-style: normal;

Calluna Regular
font-family: "calluna", serif;
font-weight: 400;
font-style: normal;

Calluna Italic
font-family: "calluna", serif;
font-weight: 400;
font-style: italic;

Calluna Bold
font-family: "calluna", serif;
font-weight: 700;
font-style: normal;

Calluna Bold Italic
font-family: "calluna", serif;
font-weight: 700;
font-style: italic;

*/


/* TYPOGRAPHY */


html {
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

body {

}

p {
	font-family: "calluna", serif;
	font-weight: 400;
	font-style: normal;
}

h1 {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
}

h2 {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
}

h3 {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.02em;
}

h4 {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 1.5em !important;
}

h5 {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
}

h6 {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.bold, b, strong {
	font-family: inherit;
	font-weight: inherit;
}

em, i {
	font-style: italic;
}


ol, ul {
	font-family: "calluna", serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0px;
}


/* REFERENCE LISTS — ordered list with hanging indent; spacing matches body lists */

.reference-list {
	--ref-gutter: 2em;
	margin: 0;
	padding: 0;
}

/* WPBakery puts el_class on .wpb_text_column; list items are nested inside <ol> */
.reference-list > ol > li,
.reference-list ol > li,
ol.reference-list > li {
	margin: 0 !important;
	margin-left: 0 !important;
	padding-bottom: 1.25em;
}

/* Ordered list inside reference block (vc_column_text el_class="reference-list") */
.reference-list > ol,
.reference-list ol,
ol.reference-list {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0;
	padding-left: var(--ref-gutter);
}

.reference-list > ol > li,
.reference-list ol > li,
ol.reference-list > li {
	padding-left: 0.35em;
	text-indent: 0;
}

/* Manual [1] markers in paragraphs (not used with <ol>) */
.reference-list > p,
.reference-list p {
	padding-left: var(--ref-gutter);
	text-indent: calc(-1 * var(--ref-gutter));
	margin: 0 !important;
	padding-bottom: 1.25em;
}

/* Explicit marker span (optional) */
.reference-list .ref-marker {
	display: inline-block;
	width: var(--ref-gutter);
	margin-left: calc(-1 * var(--ref-gutter));
	text-indent: 0;
}


.nectar-cta[data-style=arrow-animation] {
	margin-top: 2em;
}

.nectar-cta[data-style=arrow-animation] + .nectar-cta[data-style=arrow-animation] {
	margin-top: 0;
}

/* Stacked arrow buttons: space between rows (overrides column el_spacing_0px) */
.nectar-cta[data-style=arrow-animation]:has(+ .nectar-cta[data-style=arrow-animation]) {
	margin-bottom: 1.25em !important;
}

#translations .nectar-cta[data-style=arrow-animation]:has(+ .nectar-cta[data-style=arrow-animation]) {
	margin-bottom: calc(1.25em - 15px) !important;
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text {
	margin-bottom: 0;
}

blockquote, blockquote p {
	letter-spacing: 0;
	font-weight: 300;
}

p,
ul li {
	padding-bottom: 1.25em;
}

ol li:not(:has(> h4)) {
	padding-bottom: 1.25em;
}

ol li,
ul li {
	margin-left: -10px;
}

/* Ordered lists with h4 items: spacing on li; h4 carries no extra margin */
ol:has(li > h4) {
	margin-bottom: 1.5em;
}

ol li:has(> h4) {
	padding-bottom: 1.25em;
	margin-bottom: 0;
}

body .wpb_text_column ol li > h4,
ol li > h4 {
	margin: 0 !important;
	padding: 0 !important;
}

ol li > h4 + h4 {
	margin-top: 0 !important;
}

body .wpb_text_column h1:last-child, body .wpb_text_column h2:last-child {
	margin-bottom: 0.5em !important;
}

body .wpb_text_column h3:last-child {
	margin-bottom: 0.75em !important;
}

@media only screen and (max-width:690px) {
	
	p,
	ul li {
		padding-bottom: 1.25em;
	}

	ol li:not(:has(> h4)) {
		padding-bottom: 1.25em;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 0.75em !important;
	}

	ol:has(li > h4) {
		margin-bottom: 1.5em;
	}

	ol li:has(> h4) {
		padding-bottom: 1.25em;
		margin-bottom: 0;
	}

	body .wpb_text_column ol li > h4,
	ol li > h4 {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.wpb_column:not([class*=vc_col-xs]) {
		margin-bottom: 0px;
	}
	
}





/* NAVIGATION */

#top #logo {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0px;
}

.sf-menu li {
	font-weight: 300;
	letter-spacing: 0px;
}

#header-outer[data-lhe="default"] #top nav > ul > li > a:hover, #header-outer[data-lhe="default"] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a, #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a, #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_ancestor > a, #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-ancestor > a, #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a, #header-outer[data-lhe="default"] #top nav > ul > .button_bordered > a:hover, #header-outer[data-lhe="default"] #top nav > .sf-menu > .button_bordered.sfHover > a, #header-outer:not(.transparent) .nectar-mobile-only.mobile-header a:hover, #header-outer:not(.transparent) .nectar-mobile-only.mobile-header li[class*="current"] a {
	color: rgba(0,0,0,0.25) !important;
}


#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a {
	font-family: "calluna", serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
	letter-spacing: 0px !important;
}

@media only screen and (min-width :1px) and (max-width :999px) {
	#header-outer #logo.no-image, #header-outer[data-format="centered-menu"] .logo-spacing[data-using-image="false"], #header-outer[data-format="centered-logo-between-menu"] .logo-spacing[data-using-image="false"] {
		font-size: 21px;
	}

	/* Keep site title clear of hamburger; wrap after “Mobile” */
	body[data-slide-out-widget-area="true"] #header-outer[data-has-menu="true"] #top .col.span_3 {
		text-align: left;
	}

	#header-outer #top .col.span_3 #logo.no-image {
		max-width: min(calc(100% - 3.25rem), 13em);
		box-sizing: border-box;
	}
}


.slide-out-widget-area-toggle.mobile-icon .lines-button:after, .slide-out-widget-area-toggle.mobile-icon .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines:before {
	height: 1px !important;
}




/* FOOTER */

#footer-outer .widget,
#footer-outer #footer-widgets .col p {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 20px;
}

#footer-outer {
	border-top: 1px #000000 solid;
}

#footer-outer .row {
	padding: 28px 0;
}

#footer-outer a {
	border-bottom: none;
}

#footer-outer a:hover {
	color: rgba(0,0,0,0.25) !important;
}

#footer-outer .col:last-child {
	text-align: right;
}


@media only screen and (min-width :1px) and (max-width :999px) {

	#footer-widgets .container .row > .col {
		width: 100% !important;
		margin-left: 0 !important;
	}

	#footer-outer .col,
	#footer-outer .col:last-child,
	#footer-outer .has-text-align-right,
	#footer-outer .wp-block-paragraph {
		text-align: left !important;
	}

	#footer-widgets .container .col {
		margin-bottom: 0.5em;
		font-size: 12px;
		line-height: 15px;
	}
	
}








/* BLOG INDIVIDUAL POST */

.featured-media-under-header__cat-wrap .meta-category a:not(:hover) {
	background-color: transparent;
}

.featured-media-under-header__cat-wrap .meta-category a:hover {
	color: #000000;
	background-color: transparent;
}


.featured-media-under-header__cat-wrap .meta-category a {
	line-height: 1;
	padding: 0px 0px;
	margin-right: 0px;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
}

[data-animate="fade_in"] .featured-media-under-header__meta-wrap {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
}

.featured-media-under-header h1 {
	margin: max(min(1.5em,35px),20px) 0 max(min(1.5em,35px),20px) 0;
}

body.single .post .wpb_text_column h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.caption p, .awardeeurl p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	font-size: 15px;
	line-height: 20px;
}

@media only screen and (min-width :1px) and (max-width :999px) {

	.post .content-inner {
		padding-bottom: 1em;
	}
	
	.blog_next_prev_buttons:not(.full-width-content)+.related-post-wrap:not(.post-loop-builder), .related-post-wrap[data-using-post-pagination=false] {
		margin-top: 2em;
	}

}


body.single .post .wpb_text_column h2 {
	border-top:  1px solid #000000;
	padding: 24px 0px 18px 0px;
}

body.single .post .content-inner>h2, body.single .post .content-inner>h3, body.single .post .content-inner>h4, body.single .post .content-inner>h5, body.single .post .content-inner>h6, body.single .post .wpb_text_column h2, body.single .post .wpb_text_column h3, body.single .post .wpb_text_column h4, body.single .post .wpb_text_column h5, body.single .post .wpb_text_column h6 {
	margin-top: 0px;
}



.nectar-social.vertical .nectar-social-inner a {
	border: 1px solid rgba(0,0,0,0.1);
}

.wpb_text_column a, p a, .nectar-fancy-box .inner a, .nectar-fancy-ul a, .nectar_team_member_overlay .team-desc a, .main-content > .row > h1 a, .main-content > .row > h2 a, .main-content > .row > h3 a, .main-content > .row > h4 a, .main-content > .row > h5 a, .main-content > .row > h6 a, .wp-block-quote a {
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.wpb_text_column a:hover, p a:hover, .nectar-fancy-box .inner a:hover, .nectar-fancy-ul a:hover, .nectar_team_member_overlay .team-desc a:hover, .main-content > .row > h1 a:hover, .main-content > .row > h2 a:hover, .main-content > .row > h3 a:hover, .main-content > .row > h4 a:hover, .main-content > .row > h5 a:hover, .main-content > .row > h6 a:hover, .wp-block-quote a:hover {
	color: rgba(0,0,0,0.25);
}


/* RELATED POSTS */

.blog_next_prev_buttons:not(.full-width-content)+.related-post-wrap:not(.post-loop-builder), .related-post-wrap[data-using-post-pagination=false] {
	border-top: 1px solid #000000;
}

.related-post-wrap .row-bg-wrap .row-bg {
	background-color: transparent;
}

.related-post-wrap h3.related-title:not(.nectar-blog-single-section-title) {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 48px;
}

.related-post-wrap h3.related-title {
	padding-top: 48px;
	font-size: 48px;
	line-height: 64px;
}

@media only screen and (max-width:690px) {
	
.related-post-wrap h3.related-title {
	font-size: 38.4px;
	line-height: 51.2px;
}
	
}

.related-posts[data-style=material] .meta-category {
	display: none;
}

body .related-posts[data-style=material] .inner-wrap {
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0,0,0,0.0);
}

.masonry.material .masonry-blog-item .article-content-wrap, .related-posts[data-style=material] .article-content-wrap {
	padding: 18px 0 32px 0 !important;
}

.blog-recent.related-posts h3.title {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
}

.related-posts .article-content-wrap .excerpt {
	margin-top: 0.75em;
	font-family: "calluna", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}

.masonry.material .masonry-blog-item .grav-wrap .text span, .related-posts[data-style=material] .grav-wrap .text span {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	font-size: 15px !important;
}

.related-posts[data-style=material] .grav-wrap {
	bottom: 0px;
	left: 0px;
}

body .related-posts[data-style=material] .article-content-wrap {
	padding-bottom: 2em!important;
}

.comments-section {
	display: none !important;
}






/* POST GRID */

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item .content {
	padding: 18px 0 32px 0;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content .meta-excerpt {
	max-width: 100%;
	font-family: "calluna", serif;
	font-weight: 400;
	font-style: normal;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading {
	margin-bottom: 0.25em !important;
}

.nectar-post-grid-item__meta-wrap {
	margin-top: 20px;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	font-size: 15px;
}

.nectar-view-indicator {
	text-transform: uppercase;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	font-size: 15px;
	height: 20px;
}


@media only screen and (min-width:1001px) {

	.spacing-2vw .nectar-post-grid-filters {
		padding-top: 0;
	}
	
}

.wpb_row:not(.full-width-content) .vc_col-sm-12 .nectar-post-grid-filters[data-sortable=yes] {
	margin-bottom: 12px;
}

.nectar-post-grid-filters a {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 48px;
	line-height: 64px;
}

.nectar-post-grid-filters a:after {
	height: 0px;
}

.nectar-post-grid-filters a.active, .nectar-post-grid-filters a:hover {
	color: rgba(0,0,0,0.25) !important;
}

@media only screen and (min-width:1000px) {
	
	.nectar-post-grid-filters[data-align=left] a {
		margin: 0 32px 0 0;
	}
	
}

.nectar-post-grid-wrap .load-more {
	padding: 10px 20px;
	border: 1px solid rgba(0,0,0,1.0);
	text-transform: uppercase;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	font-size: 15px;
}

.nectar-post-grid-wrap .load-more-wrap {
	margin: 32px 0;
}

@media only screen and (max-width: 1000px) {
    .nectar-post-grid-filters div {
        display: block !important;
    }
    .light .nectar-post-grid-wrap .nectar-post-grid-filters h4 {
        display: none !important;
    }
    
    .nectar-post-grid-filters a {
	    margin: 0px 32px 0 0;
		font-size: 38.4px;
		line-height: 51.2px;
    }
    
    .nectar-post-grid-filters div:not(.n-sticky) {
    	margin-top: 0px; 
	}
	
	.nectar-post-grid-filters {
		max-width: 100%;
		padding: 1em 0 0 0 !important;
	}
	
	.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content .meta-excerpt {
		font-size: 16px;
		line-height: 21px;
	}
	
	.nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
		font-size: 24px;
		line-height: 32px;
	}
	
	.nectar-post-grid .nectar-post-grid-item__meta-wrap * {
		font-size: 14px;
	}
	
	.featured-media-under-header h1 {
		margin: max(min(0.0em,20px),20px) 0 max(min(0.0em,0px),0px) 0; 
	}
	
}

.nectar-post-grid-wrap .nectar-post-grid-filters h4 {
	display: none !important;
}










/* HOME – DOWN ARROW */


.nectar-next-section-wrap.minimal-arrow svg path{
    stroke-width:1px;
    stroke: #000000 ;
}

.nectar-next-section-wrap.minimal-arrow a:hover svg path {
	animation: none !important;
}

.nectar-next-section-wrap.minimal-arrow svg polyline{
    stroke-width:1px;
    stroke: #000000 !important;
}







/* HOME – SLIDER */

.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
	line-height: 20px;
}

.swiper-slide .content {

}

.swiper-slide .content p.transparent-bg span {
	padding: 6px 8px;
	display: block;
	position: relative;
	background: none repeat scroll 0 0 #F8F8F8;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	line-height: 18px;
	color: #000000;
}


.swiper-slide .content p::selection,
.swiper-slide .content h1::selection,
.swiper-slide .content h2::selection,
.swiper-slide .content h3::selection,
.swiper-slide .button a::selection {
	color: #000000;
}

.swiper-container div::selection,
.swiper-container span::selection,
.swiper-container img::selection {
	color: #F8F8F8;
}


.vc_span3 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-3 .nectar-slider-wrap .swiper-slide .content p, .vc_span4 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-4 .nectar-slider-wrap .swiper-slide .content p, .vc_span6 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-6 .nectar-slider-wrap .swiper-slide .content p, .vc_span8 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-8 .nectar-slider-wrap .swiper-slide .content p, .vc_span9 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-9 .nectar-slider-wrap .swiper-slide .content p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	font-size: 15px !important;
	line-height: 20px !important;
}


.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
	padding: 6px 6px;
}

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide[data-x-pos="right"] .content {
	padding: 0 12px 0 0;
	bottom: 10px !important;
	right: 6px !important;
}

@media only screen and (min-width :1px) and (max-width :999px) {

	.swiper-slide .container {
		max-width: 100% !important;
	}
	
	body .swiper-slide .content p {
		font-size: 12px !important;
		line-height: 16px !important;
		padding-bottom: 0px !important;
	}
		
}


@media only screen and (max-width : 690px) {
	
	body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
		padding-bottom: 0px;
	}
	
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
		font-size: 12px !important;
		line-height: 16px !important;
	}
}

#nectar-slider-instance-1, #nectar-slider-instance-1 .swiper-container {
	background-color: #F8F8F8;
}

.swiper-slide[data-x-pos="right"] .content {
	width: auto !important;
	max-width: 50% !important;
}

.swiper-slide .slide-bg-wrap {
	background: #F8F8F8 !important;
}






/* GALLERY */

.album {
	border-top: 1px solid #000;
}

.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item h3, .portfolio-items .col .work-item.style-2 h3 {
	font-family: "calluna", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}






/* ABOUT, JOURNAL */

.affiliate {
	border-top: 1px solid #000000;
	padding-top: 1em;
	margin-top: 2em !important;
} 

.awardee {
	border-top: 1px solid #000000;
	padding-top: 0.75em;
	margin-bottom: 0.75em !important;
}


.affiliateurl, .awardeeurl {
	text-align: right;
}

.topissue h3 {
	border-bottom: 1px solid #000000;
	padding-bottom: 0.25em;
	margin-bottom: 2em !important;
	padding-top: 2em;
}

.issue h3 {
	border-bottom: 1px solid #000000;
	padding-bottom: 0.25em;
	margin-bottom: 2em !important;
	padding-top: 3em;
}

/* First section heading (e.g. Publications) — align with page title in adjacent column */
.wpb_text_column.issue:first-child h3 {
	padding-top: 0;
}

/* Single posts: Resources (and other .issue h3) — 1em above when no gallery precedes */
body.single .post .content-inner .wpb_text_column.issue h3 {
	padding-top: 1em;
}

/* Events category — hide publication date on single posts */
body.single-post.category-events .featured-media-under-header__meta-wrap,
body.single-post.category-events .meta-date {
	display: none !important;
}

/* Library & single-post Resources — publication rows (Salient 3/4 + 1/4 columns) */
body.page-id-15 .article,
body.single .post .content-inner .article {
	--pub-h5-lh: 24px;
	--pub-row-gap: 36px;
	padding-bottom: var(--pub-row-gap) !important;
}

/* Top-align columns so links sit with the first title line when titles wrap */
body.page-id-15 .article .row_col_wrap_12_inner,
body.single .post .content-inner .article .row_col_wrap_12_inner {
	align-items: flex-start;
}

body.page-id-15 .article .wpb_row.inner_row .wpb_column_inner:last-child,
body.single .post .content-inner .article .wpb_row.inner_row .wpb_column_inner:last-child {
	margin-top: 0 !important;
}

body.page-id-15 .article .wpb_text_column:not(.affiliateurl) h4:has(+ h5),
body.single .post .content-inner .article .wpb_text_column:not(.affiliateurl) h4:has(+ h5) {
	margin-bottom: 0.665em !important; /* 0.5× h4 line-height */
}

body.page-id-15 .article .wpb_text_column:not(.affiliateurl) h4:not(:has(+ h5)),
body.single .post .content-inner .article .wpb_text_column:not(.affiliateurl) h4:not(:has(+ h5)) {
	margin-bottom: 0 !important;
}

body.page-id-15 .article .wpb_text_column:not(.affiliateurl) h5,
body.single .post .content-inner .article .wpb_text_column:not(.affiliateurl) h5 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Stacked language links — one h5 line-height per baseline */
body.page-id-15 .article .wpb_text_column.affiliateurl h5,
body.single .post .content-inner .article .wpb_text_column.affiliateurl h5 {
	margin: 0 !important;
	line-height: var(--pub-h5-lh) !important;
	min-height: var(--pub-h5-lh);
}

@media only screen and (min-width: 1000px) {
	body.page-id-15 .article .wpb_text_column.affiliateurl,
	body.single .post .content-inner .article .wpb_text_column.affiliateurl {
		text-align: right;
	}
}

@media only screen and (max-width: 690px) {
	body.page-id-15 .article,
	body.single .post .content-inner .article {
		--pub-h5-lh: 18px;
	}

	body.page-id-15 .article .wpb_text_column:not(.affiliateurl) h4:has(+ h5),
	body.single .post .content-inner .article .wpb_text_column:not(.affiliateurl) h4:has(+ h5) {
		margin-bottom: 0.65em !important;
	}

	body.page-id-15 .article .wpb_text_column:not(.affiliateurl) h4:not(:has(+ h5)),
	body.single .post .content-inner .article .wpb_text_column:not(.affiliateurl) h4:not(:has(+ h5)) {
		margin-bottom: 0 !important;
	}
}

.article {
	border-bottom: 1px solid #000000;
	padding-bottom: 0em;
}

.awardtitle {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1em 0em;
	margin-bottom: 2.5em !important;
}


@media only screen and (min-width :1px) and (max-width :999px) { 

.affiliateurl, .awardeeurl {
	text-align: left;
}

.article {
	padding-bottom: 1em !important;
}


}


@media only screen and (max-width:999px) and (min-width:690px) {
	
	.article h4 {
		margin-bottom: 1em !important;
	}
	
	.article {
		padding-bottom: 2em !important;
	}
	
}












/* PAGE SUBMENU */

.page-submenu .full-width-content, .page-submenu .full-width-section {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.page-submenu li {
	padding-bottom: 0em;
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 36px 0 0;
}

body .page-submenu li a {
	opacity: 1.0;
}

.page-submenu li a:hover, .page-submenu.stuck .current-menu-item a {
	opacity: 0.25;
}

.page-submenu.stuck {
	margin-top: 6px;
	transition: transform 0.3s ease, top 0.3s ease;
}

/* Salient resets full-width breakout on stick (margin-left: 0), causing a ~1–2px horizontal jump */
@media only screen and (min-width: 1000px) {
	body[data-ext-responsive="true"] .page-submenu.stuck .full-width-content {
		position: relative;
		left: 50% !important;
		margin-left: calc(-50vw + var(--scroll-bar-w, -2px) / 2) !important;
		width: calc(100vw - var(--scroll-bar-w, -2px)) !important;
	}
}

.page-submenu .mobile-menu-link {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.salient-page-submenu-icon {
	display: none !important;
}

.page-submenu .mobile-menu-link,
.page-submenu li {
	font-size: 18px;
}


@media only screen and (min-width :1px) and (max-width :999px) {
	
	.page-submenu.stuck {
		margin-top: 0px;
	}
	
	#ajax-content-wrap .page-submenu ul li {
		border-bottom: 1px solid #000;
	}
	
	#ajax-content-wrap .page-submenu ul li:first-child {
		border-top: 1px solid #000;
	}
	
	.page-submenu ul li a {
		padding: 13px 20px;
	}
	
	
}







/* COOKIES YES BANNER */

.cky-consent-container .cky-consent-bar {
	background: #F8F8F8 !important;
    border: 1px solid RGBA(0,0,0,0) !important;
    padding: 20px 20px !important;
    box-shadow: 0 -1px 4px 0 RGBA(0,0,0,0.2) !important;
    border-radius: 0px !important;
}

.cky-notice .cky-title {
	display: none !important;
}

.cky-notice-des,
.cky-notice-des p {
	font-size: 15px !important;
    line-height: 18px !important;
    font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 0.25em;
}

.cky-notice-des * {
	color: #212121 !important;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.cky-consent-container { 
	width: 340px !important;
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

.cky-box-bottom-left {
    bottom: 20px !important;
    left: 20px !important;
}

.cky-btn-accept {
	background: #000000 !important;
    color: #F8F8F8 !important;
    border: 1px solid #000000 !important;
}

.cky-btn-reject {
	color: #000000 !important;
    border: 1px solid #000000 !important;
}

.cky-btn {
	border-radius: 0px !important;
	font-size: 15px !important;
    line-height: 18px !important;
    font-family: "franklin-gothic-urw", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
}




/* NINJA FORMS — Endorse section */

#endorse .nf-form-cont {
	color: #000000;
}

#endorse .nf-form-cont .nf-form-fields-required {
	display: none;
}

#endorse .nf-form-cont .nf-form-content {
	padding: 0;
	margin: 0;
}

#endorse .nf-form-cont .nf-field-container {
	margin-bottom: 1.5em;
}

/* Checkbox / radio list section — tighter rhythm matching reference */
#endorse .nf-form-cont .nf-field-container:has(.listcheckbox-wrap),
#endorse .nf-form-cont .nf-field-container:has(.listradio-wrap) {
	margin-bottom: 2.5em !important;
}

#endorse .nf-form-cont .nf-field-container:has(.checkbox-wrap) {
	margin-bottom: 0.65em !important;
}

#endorse .nf-form-cont .nf-field-container:has(.checkbox-wrap):has(+ .nf-field-container .submit-wrap) {
	margin-bottom: 1.25em !important;
}

#endorse .nf-form-cont .nf-field-label label,
#endorse .nf-form-cont .nf-field-label .nf-label-span,
#endorse .nf-form-cont .nf-field-description,
#endorse .nf-form-cont .nf-field-description p {
	font-family: "calluna", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
}

/* Checkbox / radio option text — 12pt, same size for all choices */
#endorse .nf-form-cont .listcheckbox-wrap .nf-field-element li label,
#endorse .nf-form-cont .listradio-wrap .nf-field-element li label,
#endorse .nf-form-cont .label-right .checkbox-wrap .nf-field-label label,
#endorse .nf-form-cont .checkbox-container.label-right .nf-field-label label,
#endorse .nf-form-cont .label-right .checkbox-wrap .nf-field-description,
#endorse .nf-form-cont .label-right .checkbox-wrap .nf-field-description p,
#endorse .nf-form-cont .checkbox-container.label-right .nf-field-description,
#endorse .nf-form-cont .checkbox-container.label-right .nf-field-description p {
	font-family: "calluna", serif !important;
	font-weight: 300 !important;
	font-size: 12pt !important;
	line-height: 1.33 !important;
	color: #000000 !important;
}

#endorse .nf-form-cont .nf-field-label label,
#endorse .nf-form-cont .nf-field-label .nf-label-span {
	font-weight: 300 !important;
}

#endorse .nf-form-cont .ninja-forms-req-symbol {
	color: inherit;
}

#endorse .nf-form-cont .label-above .nf-field-label {
	margin-bottom: 0.5em;
	padding: 0;
}

#endorse .nf-form-cont input.ninja-forms-field:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
#endorse .nf-form-cont textarea.ninja-forms-field {
	display: block;
	width: 100%;
	background: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #000000;
	font-family: "calluna", serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	padding: 0.35em 0.5em;
	margin: 0;
	height: auto;
	min-height: 0;
	-webkit-appearance: none;
	appearance: none;
}

#endorse .nf-form-cont textarea.ninja-forms-field {
	min-height: 9em;
	height: 9em;
	resize: vertical;
}

#endorse .nf-form-cont input.ninja-forms-field:focus,
#endorse .nf-form-cont textarea.ninja-forms-field:focus {
	background: #ffffff;
	border: none;
	box-shadow: none;
	outline: none;
	color: #000000;
}

/* List checkboxes / radios — “Can we share your endorsement?” */
#endorse .nf-form-cont .listcheckbox-wrap .nf-field-element ul,
#endorse .nf-form-cont .listradio-wrap .nf-field-element ul {
	margin: 0 !important;
	padding: 0 !important;
}

#endorse .nf-form-cont .listcheckbox-wrap .nf-field-element li,
#endorse .nf-form-cont .listradio-wrap .nf-field-element li {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	clear: both;
	line-height: normal;
	margin: 0 0 0.5em !important;
	padding: 0 !important;
	overflow: visible;
}

#endorse .nf-form-cont .listcheckbox-wrap .nf-field-element li:last-child,
#endorse .nf-form-cont .listradio-wrap .nf-field-element li:last-child {
	margin-bottom: 0 !important;
}

#endorse .nf-form-cont .listcheckbox-wrap .nf-field-element li label,
#endorse .nf-form-cont .listradio-wrap .nf-field-element li label {
	display: block;
	margin: 0 !important;
	flex: 1;
	float: none;
	width: auto;
}

#endorse .nf-form-cont .listcheckbox-wrap .nf-field-element li input[type="checkbox"],
#endorse .nf-form-cont .listradio-wrap .nf-field-element li input[type="radio"] {
	float: none;
	flex-shrink: 0;
	margin: 0.12em 0 0 0 !important;
	width: 18px !important;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
}

/* Consent / mailing-list checkboxes */
#endorse .nf-form-cont .label-right .checkbox-wrap .field-wrap,
#endorse .nf-form-cont .checkbox-container.label-right .field-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 0.5em;
}

#endorse .nf-form-cont .label-right .checkbox-wrap .nf-field-element,
#endorse .nf-form-cont .checkbox-container.label-right .nf-field-element {
	order: 5;
	flex: 0 0 18px;
	width: 18px;
	min-width: 18px;
	margin-top: 0.12em;
}

#endorse .nf-form-cont .label-right .checkbox-wrap .nf-field-label,
#endorse .nf-form-cont .checkbox-container.label-right .nf-field-label {
	order: 10;
	flex: 1;
	width: auto;
	padding-left: 0;
	align-items: flex-start;
}

#endorse .nf-form-cont .label-right .checkbox-wrap .nf-field-label label,
#endorse .nf-form-cont .checkbox-container.label-right .nf-field-label label {
	display: block;
	width: 100%;
	text-align: left;
}

/* Mailing list: description text beside checkbox, hide duplicate label */
#endorse .nf-form-cont .label-right .checkbox-wrap:has(.nf-field-description) .nf-field-label,
#endorse .nf-form-cont .checkbox-container.label-right:has(.nf-field-description) .nf-field-label {
	display: none !important;
}

#endorse .nf-form-cont .label-right .checkbox-wrap:has(.nf-field-description) .nf-field-description,
#endorse .nf-form-cont .checkbox-container.label-right:has(.nf-field-description) .nf-field-description {
	order: 10;
	flex: 1;
	width: auto !important;
	margin: 0 !important;
	padding: 0;
}

/* Checkbox text: no further than column 9 (cols 5–9 when form starts at col 5) */
@media only screen and (min-width: 691px) {

	#endorse .nf-form-cont .listcheckbox-wrap,
	#endorse .nf-form-cont .listradio-wrap {
		max-width: 62.5%; /* 5 of 8 form columns = grid columns 5–9 */
	}

	#endorse .nf-form-cont .nf-field-container:has(.checkbox-wrap) .field-wrap {
		max-width: 62.5%;
	}

}

@media only screen and (max-width: 690px) {

	#endorse .nf-form-cont .listcheckbox-wrap,
	#endorse .nf-form-cont .listradio-wrap,
	#endorse .nf-form-cont .nf-field-container:has(.checkbox-wrap) .field-wrap {
		max-width: 100%;
	}

}

#endorse .nf-form-cont input[type="checkbox"].ninja-forms-field,
#endorse .nf-form-cont input[type="radio"].ninja-forms-field {
	-webkit-appearance: none;
	appearance: none;
	width: 18px !important;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	background: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	flex-shrink: 0;
}

#endorse .nf-form-cont input[type="checkbox"].ninja-forms-field:checked,
#endorse .nf-form-cont input[type="radio"].ninja-forms-field:checked {
	background: #000000;
	box-shadow: none;
}

/* Submit */
#endorse .nf-form-cont .nf-field-container:has(.submit-wrap) {
	margin-bottom: 0 !important;
}

#endorse .nf-form-cont .submit-wrap {
	margin-top: 1.25em;
	margin-bottom: 0.5em;
}

#endorse .nf-form-cont .submit-wrap .nf-field-element {
	width: auto;
}

#endorse .nf-form-cont .submit-wrap input[type="button"],
#endorse .nf-form-cont .submit-wrap input[type="submit"] {
	background: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #000000;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 1em 3.25em;
	width: auto !important;
	height: auto;
	min-height: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

#endorse .nf-form-cont .submit-wrap input[type="button"]:hover,
#endorse .nf-form-cont .submit-wrap input[type="submit"]:hover {
	background: #000000;
	color: #ffffff;
}

#endorse .nf-form-cont .nf-error-msg,
#endorse .nf-form-cont .nf-after-field .nf-error-msg {
	color: #ffffff;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

#endorse .nf-form-cont .nf-error .ninja-forms-field,
#endorse .nf-form-cont .nf-error input.ninja-forms-field:not([type="checkbox"]):not([type="radio"]),
#endorse .nf-form-cont .nf-error textarea.ninja-forms-field {
	border: none !important;
	box-shadow: none !important;
}

#endorse .nf-form-cont .nf-error.field-wrap .nf-field-element:after {
	display: none !important;
}

@media only screen and (max-width: 690px) {

	#endorse .nf-form-cont .nf-field-label label,
	#endorse .nf-form-cont .nf-field-label .nf-label-span,
	#endorse .nf-form-cont input.ninja-forms-field:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
	#endorse .nf-form-cont textarea.ninja-forms-field {
		font-size: 20px;
		line-height: 26px;
	}

	#endorse .nf-form-cont .checkbox-wrap .nf-field-description,
	#endorse .nf-form-cont .checkbox-wrap .nf-field-description p,
	#endorse .nf-form-cont .label-right .checkbox-wrap .nf-field-label label,
	#endorse .nf-form-cont .checkbox-container.label-right .nf-field-label label,
	#endorse .nf-form-cont .listcheckbox-wrap .nf-field-element li label,
	#endorse .nf-form-cont .listradio-wrap .nf-field-element li label {
		font-size: 12pt !important;
		line-height: 1.33 !important;
	}

}




