/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * Table of contents
 * 1. General
 * 2. Header
 * 3. Homepage
 * 4. Interior
 * 5. Footer
 * 6. QC
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* A11y Fixes */

/* Allow for esc key to close Kadence submenu */
.nav--toggle-sub li:hover > ul,
.nav--toggle-sub li.menu-item--toggled-on > ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
 display: none;
}

.main-navigation .menu-item .sub-menu {
  display: none;
}
.main-navigation .menu-item .sub-menu.submenu-open,
.main-navigation .menu-item .sub-menu.toggle-show {
  display: block;
}

/* Styling for floating label for gravity forms. 
 * Add class of floating-label to desired form fields */
.floating-label {
	 position: relative;
}
.floating-label label {
	 cursor: text;
	 font-size: 1rem;
	 left: 1rem;
	 margin: 0;
	 opacity: 0;
	 padding-right: 3.5em;
	 position: absolute;
	 top: 0.75rem;
	 font-weight: 500;
	 transition: all ease 0.4s;
}
.floating-label:focus-within label {
	 position: absolute;
    left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -15px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.floating-label input:focus ~ label, 
.floating-label textarea:focus ~ label,
.floating-label input.valid ~ label,
.floating-label textarea.valid ~ label, 
.floating-label input:visited ~ label,
.floating-label textarea:visited ~ label,
.floating-label input:-webkit-autofill ~ label,
.floating-label textarea:-webkit-autofill ~ label {
	 position: absolute;
    left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -15px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;

}
 .floating-label.input-active label {
	position: absolute;
    left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -15px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}

/* Basic A11Y fixes for Kadence Blocks */
body .kt-blocks-modal-link:not(.kb-btn-global-inherit):focus-within {
	outline:inherit;
}

/* Search Bar */
.woocommerce-product-search {
	position:relative;
}
.woocommerce-product-search .screen-reader-text {
	cursor: text;
	 font-size: 1rem;
	 left: 1rem;
	 margin: 0;
	 opacity: 0;
	 padding-right: 3.5em;
	 position: absolute;
	 top: 0.75rem;
	 font-weight: 500;
	 transition: all ease 0.4s;
}
.woocommerce-product-search:focus-within .screen-reader-text {
	clip:unset;
	clip-path:unset;
	height:auto;
	width:auto;
	left: 12px;
    padding: 0 5px !important;
    background: #fff;
    font-size: 13px!important;
    top: -13px;
    left: 1px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.woocommerce-product-search input[type='search']::placeholder,
.search-form input[type='search']::placeholder {
	opacity:1;
}

/* menu */
body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle {
	opacity:1 !important;
}
body #search-drawer .drawer-inner form ::-webkit-input-placeholder {
	opacity:1;
}

/* Cookies */
.cky-preference-header .cky-btn-close img {
	filter:brightness(0);
}

/* Kadence Slider */
.kb-splide .splide__pagination__page:focus-visible {
	outline:2px solid #000;
}

/* Smart Slider */
body .n2-ss-slider :focus-visible,
body .n2-ss-slider a.n2-ow:focus-visible, 
body .n2-ss-slider .n2-ow-all a:focus-visible {
	outline:1px solid #fff !important;
	box-shadow:inset 0 0 0 1px #000000 !important;
}
.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
	display:none;
}

/* Forms */
body select {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='kadence-svg-icon kadence-arrow-down-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5.293 9.707l6 6c0.391 0.391 1.024 0.391 1.414 0l6-6c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'%3E%3C/path%3E%3C/svg%3E");
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, body select, body .select2-container--default .select2-selection--single {
	border-color:#4E5C74;
}

/* Events Calendar */
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
	outline:2px solid #000;
}
.tribe-events-c-search__input-group {
	position:relative;
}
.tribe-events-c-search__input-group label {
	opacity:0;
	transition: all ease 0.4s;
}
.tribe-events-c-search__input-group:focus-within label {
	clip:unset;
	height:auto;
	width:auto;
	opacity:1;
	margin:0;
	top:-40px;
}
@media (max-width:807px) {
	body #primary .tribe-events .tribe-events-c-events-bar__search-container {
		padding-top:40px;
	}
}
.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, #primary .tribe-events .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path,
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path {
	fill:#707070;
}
.tribe-common .tribe-events-calendar-list__month-separator .tribe-common-h--alt {
	font-weight:600;
}

/* WooCommerce */
select.orderby:focus-visible {
	outline:2px solid #000;
}
.kadence-shop-top-row {
	position:relative;
}
.kadence-shop-top-row .skip-link {
	right:0;
	left:auto;
}
span.required {
	color:red;
}
.form-description {
	font-size:1rem;
}


/* End A11y Fixes */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 1. General
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* *:focus-visible {
	outline:2px solid #f20000 !important;
} */

body .single-content h1, 
body .single-content h2, 
body .single-content h3, 
body .single-content h4, 
body .single-content h5, 
body .single-content h6 {
	margin-top:0;
}

.single-content li {
	margin-bottom:15px;
}

/* Remove when Latin America tab is needed /operations-advisors/ */
#search-filter-form-345 .sf-item-26 {
/* 	display:none; */
}

 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 2. Header
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* A11y Fixes */
.nav--toggle-sub li:hover > ul,
.nav--toggle-sub li.menu-item--toggled-on > ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
  display: none !importaint;
}

.main-navigation .menu-item .sub-menu {
  display: none !importaint;
}
.main-navigation .menu-item .sub-menu.submenu-open {
  display: block !importaint;
}

.header-search-bar form,
.header-search-bar form input.search-field {
	height:45px;
}
header .search-form .search-submit[type="submit"] {
	background:var(--global-palette9);
	border-radius:0 2px 2px 0;
}
header .search-form .search-submit[type="submit"]:hover,
header .search-form .search-submit[type="submit"]:focus {
	background:var(--global-palette6);
}
.header-search-bar form .kadence-search-icon-wrap {
	color:var(--global-palette1);
}
.kadence-search-icon-wrap .kadence-svg-iconset svg {
	width:20px;
	height:20px;
}
.transparent-header .site-main-header-wrap .site-header-row-container-inner {
	border-bottom:0;
}
.dropdown-nav-toggle .kadence-svg-iconset {
	color:var(--global-palette7);
}
.header-html-inner a {
	color:var(--global-palette9);
	text-decoration:none !important;
	font-size:0.813rem;
	text-transform:uppercase;
}
.header-html-inner a:hover,
.header-html-inner a:focus {
	text-decoration:underline !important;
}
.header-html-inner a::before {
	content:url(/wp-content/uploads/logout.png);
	display:inline-block;
	position:relative;
	top:2px;
	margin-right:7px;
	width:11px;
	height:11px;
}

 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 3. Homepage
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.wp-block-navigation.resource-nav .wp-block-navigation-item__content.wp-block-navigation-item__content {
	font-size:0.875rem;
	text-transform:uppercase;
	font-weight:800;
	color:var(--global-palette2);
	line-height:1.1;
}
.wp-block-navigation.resource-nav .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.wp-block-navigation.resource-nav .wp-block-navigation-item__content.wp-block-navigation-item__content:focus {
	color:var(--global-palette3);
	text-decoration:underline;
}
@media (min-width:1025px) {
.wp-block-navigation.resource-nav .wp-block-navigation-item:not(:last-child) {
	padding-right:14px;
	margin-right:14px;
	border-right:1px solid #D0D0D0;
}
	.wp-block-navigation.resource-nav .wp-block-navigation-item {
		margin-bottom:0;
	}
}
@media (max-width:1024px) {
	.wp-block-navigation.resource-nav .wp-block-navigation-item:not(:last-child) {
		margin-bottom:15px;
	}
}
.wp-block-post-excerpt__more-link mark {
	clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
	clip-path: inset(50%);
}
.is-layout-grid {
	display:grid;
	gap:50px;
}

.taxonomy-category a {
	background:var(--global-palette2);
	color:var(--global-palette9);
	text-decoration:none;
	padding:6px 10px;
	font-size:0.875rem;
}
.wp-block-post-excerpt__more-link {
	font-weight:800;
	text-decoration:none;
	text-transform:uppercase;
}
.wp-block-post-excerpt__more-link:hover,
.wp-block-post-excerpt__more-link:focus {
	text-decoration:underline;
	color:var(--global-palette2);
}
.wp-block-post-excerpt__more-link::after {
	content:url(/wp-content/uploads/arrow-right.png);
	margin-left:12px;
	width:12px;
}
@media (max-width:767px) {
	div#n2-ss-2 .nextend-arrow.nextend-arrow-previous {
		right:80% !important;
	}
	div#n2-ss-2 .nextend-arrow.nextend-arrow-next {
		left:80% !important;
	}
}
@media (max-width:1024px) {
	body .header-mobile-search-bar form .kadence-search-icon-wrap {
		color:var(--global-palette1);
	}
	body .header-mobile-search-bar form,
	body .header-mobile-search-bar form input.search-field,
	body .header-mobile-search-bar {
		width:100%;
		max-width:100%;
		background:var(--global-palette9);
		color:var(--global-palette1);
		border:0;
	}
	body .header-mobile-search-bar form input.search-field:focus {
		color:#000;
	}
}

/* Events */

.tribe-events .tribe-events-calendar-list__event-title-link {
	color:var(--global-palette2) !important;
	text-decoration:none;
}
.event-actions .event-details-btn {
	color:var(--global-palette9) !important;
}
.event-actions .event-details-btn:hover,
.event-actions .event-details-btn:focus {
	color:var(--global-palette4) !important;
	border-color:var(--global-palette6) !important;
	background:var(--global-palette6) !important;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
	margin-top:0;
}
.tribe-events .tribe-events-calendar-list__month-separator:not(:first-child) {
	margin-top:80px;
}
@media (max-width:767px) {
	.tribe-events .tribe-events-calendar-list__month-separator:not(:first-child) {
	margin-top:40px;
}
	
}
.tribe-events-calendar-list__month-separator-text {
	font-size:24px !important;
}

.events {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:50px;
}
@media (max-width:1024px) {
	.events {
		grid-template-columns:repeat(1,1fr);
	}
}
.event {
	display:grid;
	grid-template-columns:33.33% 66.66%;
	grid-column-gap:30px;
	grid-row-gap:10px;
	align-items:fle
}
@media (max-width:767px) {
	.event {
		grid-template-columns:repeat(1,1fr);
	}
}
.event-image {
	position:relative;
}
.event-image-date {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:50px;
	height:54px;
	padding:5px;
	background-color:var(--global-palette2);
	color:var(--global-palette9);
	line-height:1.1;
	text-align:center;
	position:absolute;
	top:10px;
	left:10px;
}
.event-image-date-month {
	font-size:0.75rem;
	font-weight:700;
	text-transform:uppercase;
}
.event-image-date-day {
	font-size:1.5rem;
	font-weight:500;
}
.event-image img {
	aspect-ratio:1/0.95;
	object-fit:cover;
	border-radius:2px;
}
.event-info {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:10px;
}
.event-details {
	display:flex;
	flex-direction:column;
	gap:10px;
}
.event-info .event-title {
	margin-bottom:0;
	font-size:1.25rem;
	font-weight:800;
	line-height:1.2;
	color:var(--global-palette2);
}
.event-date {
	font-size:0.875rem;
	font-weight:600;
}
 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 4. Interior
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/




.yoast-breadcrumbs a {
	text-decoration:none;
}
.yoast-breadcrumbs a:hover,
.yoast-breadcrumbs a:focus {
	text-decoration:underline;
}
.breadcrumb_last {
	color:var(--global-palette2);
}
.kb-section-has-link:focus-within div.kt-blocks-info-box-title,
.kb-section-has-link:focus-within .kt-blocks-info-box-media,
.kb-section-has-link:focus-within .kb-svg-icon-wrap,
.kb-section-has-link:hover div.kt-blocks-info-box-title,
.kb-section-has-link:hover .kt-blocks-info-box-media,
.kb-section-has-link:hover .kb-svg-icon-wrap{
	color:var(--global-palette3);
	text-decoration:underline;
}

.kb-section-dir-horizontal .wp-block-kadence-spacer.aligncenter {
	width:auto;
	margin:0;
}

/* Gravity Forms */
.gform_footer input[type="submit"] {
	padding:14px 16px 12px 16px !important;
	border-radius:
}
.gform-theme--framework .gfield_list_group_item:before, 
.gform-theme--framework .gform-field-label {
	font-weight:700;
	font-size:0.875rem;
}
.gform-theme--foundation .gfield .ginput_password, 
.gform-theme--foundation .gfield input:not([type="checkbox"]), 
.gform-theme--foundation .gfield select,
.gform-theme--foundation .ginput_complex select {
	height:48px;
	line-height:48px;
	border-color:var(--global-palette3);
	border-radius:2px;
	box-shadow:none;
}
.gform-theme--foundation .gfield input[type="checkbox"] {
	border-color:var(--global-palette3);
	border-radius:2px;
	box-shadow:none;
}
.gform-theme--foundation .gfield select {
	background-image:url(/wp-content/uploads/chevron.png);
	background-size: 16px 10px;
}

.gform-theme--framework .gform-field-label>.gfield_required {
	font-size: 1rem;
}

#gform_wrapper_1.gform-theme--foundation .ginput_address_country {
	width:100%;
}

/* Download button */

.download-btn a {
	/*min-width:250px;*/
	text-align:center;
}
/* sidebar menu */

#sidebar .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding:0 20px 0 0;
	width:100%;
}
#sidebar .wp-block-navigation .wp-block-navigation-item {
	width:100%;
	margin-bottom:0;
	border-bottom:1px solid #DFE1E3;
	display:block;
	position:relative;
}
#sidebar .wp-block-navigation .wp-block-navigation__submenu-icon {
	position:absolute;
	right:0;
	top:15px;
	font-size:1.5rem;
}
#sidebar .wp-block-navigation .wp-block-navigation-item:last-child {
	border-bottom:0;
}
#sidebar .wp-block-navigation .wp-block-navigation-item__content {
	padding:8px;
}
#sidebar .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle:hover,
#sidebar .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle:focus,
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle:hover + .wp-block-navigation__submenu-icon,
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle:focus + .wp-block-navigation__submenu-icon,
#sidebar .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
#sidebar .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:focus {
	background-color:#DFE1E3;
}
#sidebar .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	position:static;
	padding:0 10px;
}
#sidebar .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content.wp-block-navigation-item__content {
	padding:0;
}
#sidebar .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item,
#sidebar .wp-block-navigation .wp-block-navigation-submenu:not(.has-child) {
	border:0;
}

.sidebar-nav {
	background-color:var(--global-palette9);
	border-radius:4px;
}
.sidebar-subheading {
	color:var(--global-palette6);
	text-transform:uppercase;
	font-weight:800;
	font-size:0.75rem;
	letter-spacing:1px;
}
.sidebar-heading-wrap {
	background-color:var(--global-palette4);
	border-bottom:4px solid var(--global-palette6);
	border-radius:4px 4px 0 0;
	padding:15px 10px;
	margin:0;
}
body .sidebar-nav .sidebar-heading {
	font-size:1.5rem;
	color:var(--global-palette9);
	margin:0;
}
body .sidebar-nav ul {
	list-style:none;
	padding:10px 8px 5px;
	margin:0;
}
.sidebar-nav ul li {
	margin:0;
}
.sidebar-nav ul li.parent-nav-item:not(:last-child) {
	border-bottom:1px solid #DFE1E3;
}
.sidebar-nav ul li a:not(.toggle) {
	display:block;
	width:100%;
	color:var(--global-palette4);
	text-decoration:none;
	padding:8px;
	line-height:1.2;
}
.sidebar-nav ul li li a:not(.toggle) {
	padding-left:12px;
}

.sidebar-nav ul li.child-nav-item a:hover,
.sidebar-nav ul li.child-nav-item a:focus {
	background:transparent;
	color:var(--global-palette2);
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li a:focus {
	background-color:#DFE1E3;
	transition:all .1s linear;
}
.toggle {
    cursor: pointer;
    display: inline-block;
	min-height:100%;
	position:relative;
	width:25px;
	min-width:25px;
	transition:all .1s linear;
}
.toggle::before {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    display: inline-block;
    width:15px;
	height:15px;
	position:absolute;
	top:44%;
	left:50%;
	transform:translate(-50%,-50%);
}

.sidebar-nav ul li.child-nav-item a.toggle:hover::before,
.sidebar-nav ul li.child-nav-item a.toggle:focus::before {
	content:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%230077b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.toggle[aria-expanded="true"]::before {
	content:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
} 
.parent-nav-item > div,
.child-nav-item > div {
	display:flex;
	justify-content:space-between;
}

.sidebar-nav ul li.child-nav-item a.toggle[aria-expanded="true"]:hover::before,
.sidebar-nav ul li.child-nav-item a.toggle[aria-expanded="true"]:focus::before {
	content:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%230077b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
}

/* Archive */
.page-title.archive-title {
	font-size:2rem;
	 font-weight:700;
	color:var(--global-palette1);
}
.widget_block > p,
.sidebar-inner-wrap > p{
	margin:0;
}
@media screen and (min-width: 1025px) {
	.has-left-sidebar .content-container {
		grid-template-columns:minmax(0, 20%) minmax(0, 80%);
	}
}
@media screen and (max-width:1024px) {
	.has-left-sidebar .content-container {
		grid-template-columns:minmax(0, 1fr);
	}
}
body .custom-archive-loop-item.entry {
	background:var(--global-palette9);
	border-radius:4px;
	box-shadow:0px 4px 10px 0px rgba(96, 107, 123, 0.05);
	overflow:hidden;
	position:relative;
}

/* Events */
.tribe-events-view--month .tribe-events-c-subscribe-dropdown__container {
	margin:40px 0;
}
.post-type-archive-tribe_events .content-area {
	margin-bottom:100px;
}
body #primary .tribe-events .tribe-events-c-view-selector__content, 
body #primary .tribe-events .tribe-events-c-events-bar__search-container  {
	background-color:transparent;
}
@media (max-width:807px) {
	body #primary .tribe-events .tribe-events-c-view-selector__content,
	body #primary .tribe-events .tribe-events-c-events-bar__search-container {
		background:#fff;
	}
	.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
		padding-left:10px;
	}
	.tribe-events .tribe-events-c-search__input-control-icon-svg {
		margin-right:5px;
	}
}
@media (min-width:768px) {
/* 	.tribe-events-event-image {
		float:left;
		padding-right:40px;
		width:calc(50% + 20px);
	} */
/* 	.tribe-events-single .tribe_events {
		overflow:hidden;
	} */
}
/* .single-tribe_events .content-area {
	margin-right:20px;
	margin-left:20px;
} */

.tribe-events-view {
	background:var(--global-palette9);
	padding:40px;
	box-shadow: 0px 4px 10px 0px rgba(96, 107, 123, 0.05);
	border: 1px solid #ECEAE4;
	border-radius:4px;
}
@media (max-width:767px) {
	.tribe-events-view {
		padding:20px;
	}
}
#primary .tribe-events-back {
	margin-top:0;
	
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
	position:relative;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
	width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:12px 18px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
	white-space:nowrap;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon {
	min-width:21px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	min-width:10px;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
	width:210px;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	color:var(--global-palette2);
	font-size:1.5rem;
	position:relative;
	width: 100%;
    display: inline-block;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before {
	background:url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24609 5.65234L6.02734 0.90625C6.34375 0.554688 6.87109 0.554688 7.1875 0.90625C7.53906 1.22266 7.53906 1.75 7.1875 2.06641L3.84766 5.40625H18.1562C18.6133 5.40625 19 5.79297 19 6.25C19 6.74219 18.6133 7.09375 18.1562 7.09375L3.84766 7.12891L7.1875 10.4688C7.53906 10.7852 7.53906 11.3125 7.1875 11.6289C6.87109 11.9805 6.34375 11.9805 6.02734 11.6289L1.24609 6.84766C0.894531 6.53125 0.894531 6.00391 1.24609 5.65234Z' fill='%230077B8'/%3E%3C/svg%3E") center left no-repeat;
	    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover::before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus::before {
	background:url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24609 5.65234L6.02734 0.90625C6.34375 0.554688 6.87109 0.554688 7.1875 0.90625C7.53906 1.22266 7.53906 1.75 7.1875 2.06641L3.84766 5.40625H18.1562C18.6133 5.40625 19 5.79297 19 6.25C19 6.74219 18.6133 7.09375 18.1562 7.09375L3.84766 7.12891L7.1875 10.4688C7.53906 10.7852 7.53906 11.3125 7.1875 11.6289C6.87109 11.9805 6.34375 11.9805 6.02734 11.6289L1.24609 6.84766C0.894531 6.53125 0.894531 6.00391 1.24609 5.65234Z' fill='%23141827'/%3E%3C/svg%3E") center left no-repeat;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::before {
	display:none;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after {
	background:url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7539 6.84766L12.9727 11.6289C12.6211 11.9805 12.0938 11.9805 11.7773 11.6289C11.4258 11.3125 11.4258 10.7852 11.7773 10.4336L15.1172 7.09375H0.84375C0.351562 7.09375 0 6.74219 0 6.25C0 5.79297 0.351562 5.40625 0.84375 5.40625H15.1172L11.7773 2.06641C11.4258 1.75 11.4258 1.22266 11.7773 0.871094C12.0938 0.554688 12.6211 0.554688 12.9727 0.871094L17.7539 5.6875C18.0703 6.00391 18.0703 6.53125 17.7539 6.84766Z' fill='%230077B8'/%3E%3C/svg%3E") center right no-repeat;
	position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover::after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus::after {
	background:url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7539 6.84766L12.9727 11.6289C12.6211 11.9805 12.0938 11.9805 11.7773 11.6289C11.4258 11.3125 11.4258 10.7852 11.7773 10.4336L15.1172 7.09375H0.84375C0.351562 7.09375 0 6.74219 0 6.25C0 5.79297 0.351562 5.40625 0.84375 5.40625H15.1172L11.7773 2.06641C11.4258 1.75 11.4258 1.22266 11.7773 0.871094C12.0938 0.554688 12.6211 0.554688 12.9727 0.871094L17.7539 5.6875C18.0703 6.00391 18.0703 6.53125 17.7539 6.84766Z' fill='%23141827'/%3E%3C/svg%3E") center right no-repeat;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a {
	text-align:right;
}
.tribe-events-single .tribe-events-sub-nav {
	gap:40px;
}
@media (max-width:767px) {
	.tribe-events-single .tribe-events-sub-nav {
		padding:0 20px;
		flex-direction:column;
	}
}
body #primary .tribe-events .tribe-common-form-control-text__input::placeholder {
	color:var(--global-palette3);
}
body #primary .tribe-events .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, 
body #primary .tribe-events .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
	fill:var(--global-palette3);
}
.tribe-events .tribe-events-calendar-list__event-datetime {
	font-weight:700;
	font-size:1rem;
}
.tribe-common p {
	font-size:1rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus, 
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within, 
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover {
	background:var(--global-palette6);
}
.tribe-events .tribe-events-calendar-day__event-featured-image-link, 
.tribe-events .tribe-events-calendar-list__event-featured-image,
.tribe-events-event-image img {
	border-radius:4px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row,
.tribe-events .tribe-events-calendar-list__event-row {
	padding-bottom:40px;
	border-bottom:1px solid #DFE1E3;
	align-items:flex-start;
}

.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-event-meta {
	font-size:1rem;
}
@media (min-width:768px) {
	.tribe-events-single-event-description p {
		margin-top:0;
	}
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	justify-content: center;
    background: var(--global-palette2);
}
.tribe-events .tribe-events-calendar-list__event-date-tag {
	min-height:54px;
	margin-right:10px;
}
body #primary .tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
body #primary .tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
	color:var(--global-palette9);
}

.breadcrumbs--light {
	font-size: .875rem;
}
.breadcrumbs--light a {
	color:var(--global-palette6);
}
.breadcrumbs--light .breadcrumb_last,
.breadcrumbs--light {
	color: #fff;
}


/* Search & Filter */

body .searchandfilter ul {
	padding-left: 0;
}

.searchandfilter ul li {
	padding: 0;
}

.searchandfilter ul ul {
	padding-left: 0;
	display: flex;
    flex-wrap: wrap;
    grid-row-gap: 10px;
}

.searchandfilter ul li li {
	padding: 0 24px;
}

.searchandfilter input:checked + label {
	color: #fff;
}

.searchandfilter label {
	cursor: pointer;
	color: var(--global-palette7);
	font-size: 1.125rem;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 0 !important;
}
@media (max-width:767px) {
	.searchandfilter label {
		font-size:0.85rem;
	}
	.searchandfilter ul ul {
		justify-content:center;
	}
}
.searchandfilter ul li li:focus-within label {
	text-decoration: underline;
}

.searchandfilter input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.searchandfilter input[type="radio"]:checked + label {
	color: #fff;
}

.searchandfilter input[type="radio"]:focus + label {
	color: #fff;
	text-decoration: underline;
}

.searchandfilter label:hover {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.searchandfilter ul ul {
		text-align: center;
	}

	.searchandfilter label {
		padding-left: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.searchandfilter ul ul {
		display: flex;
		justify-content: center;
	}
	
	.searchandfilter ul li li {
		display: inline-block;
	}

	.searchandfilter ul li:not(:first-child)::before {
		content: "|";
		position: relative;
		left: -24px;
		color: #677283;
	}
}

.search-filter-results ul.sf-results {
	list-style: none;
	padding-left: 0;
}

.sf-results {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
	column-gap: 20px;
}

.sf-results li.sf-result {
	margin-bottom: 0;
}

.sf-result__link {
	margin-top: auto;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	font-size: .875rem;
	line-height: 1;
}

.sf-result__link::after {
	content: '';
	margin-left: 10px;
	margin-bottom: 1px;
	display: inline-block;
	width: 12px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow_FA12solid' d='M11.7686 4.52734L8.76855 7.52734C8.4873 7.83203 7.99512 7.83203 7.71387 7.52734C7.40918 7.24609 7.40918 6.75391 7.71387 6.47266L9.4248 4.73828H0.75293C0.331055 4.73828 0.00292969 4.41016 0.00292969 3.98828C0.00292969 3.58984 0.331055 3.23828 0.75293 3.23828H9.4248L7.71387 1.52734C7.40918 1.24609 7.40918 0.753906 7.71387 0.472656C7.99512 0.167969 8.4873 0.167969 8.76855 0.472656L11.7686 3.47266C12.0732 3.75391 12.0732 4.24609 11.7686 4.52734Z' fill='%230077B8'/%3E%3C/svg%3E%0A");
}

.sf-result__link:hover::after,
.sf-result__link:focus::after {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow_FA12solid' d='M11.7686 4.52734L8.76855 7.52734C8.4873 7.83203 7.99512 7.83203 7.71387 7.52734C7.40918 7.24609 7.40918 6.75391 7.71387 6.47266L9.4248 4.73828H0.75293C0.331055 4.73828 0.00292969 4.41016 0.00292969 3.98828C0.00292969 3.58984 0.331055 3.23828 0.75293 3.23828H9.4248L7.71387 1.52734C7.40918 1.24609 7.40918 0.753906 7.71387 0.472656C7.99512 0.167969 8.4873 0.167969 8.76855 0.472656L11.7686 3.47266C12.0732 3.75391 12.0732 4.24609 11.7686 4.52734Z' fill='%234f5965'/%3E%3C/svg%3E%0A");
}


.wp-pagenavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
/* 	gap: 10px; */
	font-weight: 600;
}

.wp-pagenavi .pages {
	text-indent: -10000px;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: none;
	padding: 10px;
	margin: 0;
	min-width: 42px;
	height: 42px;
	text-align: center;
}


.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: var(--global-palette1);
	background-color: transparent;
}

.wp-pagenavi span.current {
	font-weight: inherit;
}

@media screen and (min-width: 600px) {
	.people-results {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 900px) {
	.people-results {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 40px;
		row-gap: 50px;
	}
}

@media screen and (min-width: 1200px) {
	.people-results {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 1500px) {
	.people-results {
		grid-template-columns: repeat(5, 1fr);
	}
}

.person {
	display: flex;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(96, 107, 123, 0.05);
}

.person__image-wrapper {
	flex: 0 0;
	flex-basis: 40%;
}

.person__image-wrapper img {
	min-width: 100%;
    min-height: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	aspect-ratio: 140 / 166;
	object-fit: cover;
}

.person__content-wrapper {
	flex: 0 0;
	flex-basis: 60%;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 600px) {
	.person {
		flex-direction: column;
	}

	.person__image-wrapper {
		flex-basis: auto;
		border-bottom: 4px solid var(--global-palette6);
	}

	.person__image-wrapper img {
		width: 100%;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
		aspect-ratio: 248 / 220;
		object-position: top;
	}
	
	.person__content-wrapper {	
		flex-grow: 1;
		flex-basis: auto;
		padding: 24px 16px 30px;
		align-items: center;
	}
}

.person__name {
	margin-bottom: 8px;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.3;
}

.person__position {
	margin-bottom: 4px;
	font-weight: 500;
	line-height: 1.3;
}

.person__region,
.person__company {
	margin-bottom: 16px;
	color: var(--global-palette5);
	font-size: .875rem;
	line-height: 1.3;
}



@media screen and (min-width: 600px) {
	.person__name {
		margin-bottom: 14px !important;
	}
	
	.person__position {
		text-align: center;
	}

	.person__region,
	.person__company {
		margin-bottom: 24px;
	}
	.person__name {
		text-align:center;
	}
}

@media screen and (min-width: 768px) {
	.company-results {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media screen and (min-width: 1025px) {
	.company-results {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 1025px) {
	.company-results {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 40px;
		row-gap: 50px;
	}
}

@media screen and (min-width: 1300px) {
	.company-results {
		grid-template-columns: repeat(4, 1fr);
	}
}

.company-results .company {
	margin-bottom: 0;
}

.company {
	padding: 16px 16px 22px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ECEAE4;
	box-shadow: 0px 4px 10px 0px rgba(96, 107, 123, 0.05);
}

@media screen and (min-width: 768px) {
	.company {
		padding: 24px 24px 30px;
		display: flex;
		flex-direction: column;
	}
}

.company__image-wrapper,
.company__image {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.company__image-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ECEAE4;
}

@media screen and (min-width: 768px) {
	.company__image-wrapper {
		height: 130px;
	}
}

.company__content-wrapper {
	padding-top: 16px;
}

@media screen and (min-width: 768px) {
	.company__content-wrapper {
		flex-grow: 1;
		padding-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.company .company__name {
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.company .company__name {
		margin-bottom: 14px;
		font-size: 1.5rem;
	}
}

.company__excerpt p {
	margin-bottom: 18px !important;

}

.company__excerpt p,
.company__regions,
.company__sectors {
	font-size: .875rem;
	line-height: 1.3;
	color: var(--global-palette3);
}

.company__regions span,
.company__sectors span {
	color: #282E34;
	font-weight: 600;
}

.company__regions {
	margin-bottom: 2px !important;
}

.company .company__sectors {
	margin-bottom:0;
}
.company__link.sf-result__link {
	margin-top:20px;
	display:inline-block;
}

.company-details__regions,
.company-details__sectors {
	
}


@media (min-width:768px) {
	.company__content-wrapper {
		position:relative;
		padding-bottom:30px;
	}
	.company__link.sf-result__link {
		position:absolute;
		bottom:0;
		left:0;
	}
}

.company-details__executives-table-wrapper {
	background-color: #fff;
	border: 1px solid var(--global-palette6);
	padding: 4px;
	line-height: 1.3;
}

.company-details__executives-table {
	border-collapse: collapse;
}

.company-details__executives-table tr:not(:last-of-type) td {
	border-bottom: 1px solid #DFE1E3;
}

.company-details__executives-table th {
	width: 50%;
	background-color: #F7F7F8;
	padding: 8px;
	font-weight: 700;
}

.company-details__executives-table td {
	width: 50%;
	padding: 8px 12px;
}

.company-details__executives-table td {
	vertical-align: top;
}

.company-details__executives-table a {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.company-details__executives-table th {
		width: 33%;
	}

	.company-details__executives-table td {
		width: 66%;
	}
}

/* People details */

.people-details__navigation a,
.company-details__navigation a {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.people-details__navigation a,
	.people-details__navigation .is-arrow-arrow,
	.company-details__navigation a,
	.company-details__navigation .is-arrow-arrow {
		font-size: 1.5rem;
	}
}

/* Events */


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content {
	flex-direction: row;
	gap: 40px;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-year,
.tribe-events .tribe-events-calendar-list__event-date-tag-year {
	display: none;
}

.tribe-events .tribe-events-calendar-day__event:before {
	content: none;
}

.tribe-common-g-row {
	position: relative;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag,
.tribe-events .tribe-events-calendar-list__event-date-tag {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	background-color: var(--global-palette2);
}

@media screen and (min-width: 808px) {
	.tribe-events .tribe-events-calendar-latest-past__event-date-tag,
	.tribe-events .tribe-events-calendar-list__event-date-tag  {
		top: 50px;
	}
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-daynum,
.tribe-events .tribe-events-calendar-list__event-date-tag-month,
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
	color: #fff !important;	
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events .tribe-events-calendar-list__event-date-tag-month {
	font-weight: 700;
	font-size: .75rem;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-daynum,
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum  {
	font-weight: 500;
	font-size: 1.5rem;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-date-tag,
.tribe-events .tribe-events-calendar-list__event-date-tag,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
	min-width: 50px;
	width: auto;
	padding: 8px 12px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
	margin: 0;
	padding: 40px 0;
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image,
.tribe-events .tribe-events-calendar-latest-past__event-featured-image-link,
.tribe-events .tribe-events-calendar-list__event-featured-image,
.tribe-events .tribe-events-calendar-list__event-featured-image-link  {
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters {
	margin: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row:not(:last-of-type),
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:not(:last-of-type) {
	border-bottom: 1px solid #DFE1E3;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row>.tribe-common-g-col,

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col  {
	padding: 0;
}

.tribe-events .tribe-events-calendar-latest-past__event-description,
.tribe-events .tribe-events-calendar-list__event-description {
	display: block !important;
	visibility: visible !important;
}

@media screen and (min-width: 808px) {
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-featured-image-wrapper,
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
		width: calc(25% + 40px);
	}

	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-details,
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
		width: calc(75% - 80px);
		padding: 10px 0 !important;
	}

	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper,
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper  {
		margin-bottom: 10px;
	}

	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-description,
	.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
		margin-top: 12px;
		line-height: 1.4;
	}
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image-wrapper,
.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper  {
	margin-bottom: 0;
}

@media screen and (max-width: 807px) {
	.tribe-events .tribe-events-calendar-latest-past__event,
	.tribe-events .tribe-events-calendar-list__event  {
		box-shadow: 0px 4px 10px 0px rgba(96, 107, 123, 0.05);
		margin: 0;
	}

	.tribe-events-calendar-latest-past__event-featured-image-wrapper,
	.tribe-events-calendar-list__event-featured-image-wrapper {
		padding: 0 !important;
	}

	.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper,
	.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
		background-color: var(--global-palette4);
		color: #fff !important;
		border-bottom: 3px solid var(--global-palette6);
		padding: 12px 16px;
		margin: 0 -1px 16px;
	}

	.tribe-events .tribe-events-calendar-latest-past__event-datetime,
	.tribe-events .tribe-events-calendar-list__event-datetime {
		color: #fff;
	}

	.tribe-events .tribe-events-calendar-latest-past__event-title,
	.tribe-events .tribe-events-calendar-list__event-title {
		margin-bottom: 16px !important;
		font-size: 1.125rem;
		line-height: 1.3;
	}

	.tribe-events .tribe-events-calendar-latest-past__event-title,
	.tribe-events .tribe-events-calendar-latest-past__event-description,
	.tribe-events .tribe-events-calendar-list__event-title,
	.tribe-events .tribe-events-calendar-list__event-description  {
		padding: 0 16px;
	}

	.tribe-events .tribe-events-calendar-latest-past__event-details,
	.tribe-events .tribe-events-calendar-list__event-details {
		border-radius: 0px 0px 4px 4px;
		border-right: 1px solid #ECEAE4;
		border-bottom: 1px solid #ECEAE4;
		border-left: 1px solid #ECEAE4;
		background: #FFF;
		padding: 0 0 16px !important;
	}

	.tribe-events .tribe-events-calendar-latest-past__event-description p,
	.tribe-events .tribe-events-calendar-list__event-description p {
		font-size: .875rem;
	}
}

.tribe-events-calendar-latest-past__event-featured-image,
.tribe-events-calendar-list__event-featured-image {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tribe-events-calendar-latest-past__event-datetime,
.tribe-events-calendar-list__event-datetime {
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.4;
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link {
	font-weight: 800;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row:last-child,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child  {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.tribe-events-view {
		padding: 0;
		background: transparent;
		border: none;
		box-shadow: none;
	}
}

@media screen and (min-width: 808px) {
	 .tribe-events-view {
		padding: 40px 40px 0;
	}

	.tribe-events-calendar-latest-past__event-featured-image,
	.tribe-events-calendar-list__event-featured-image {
		border-radius: 4px;
	}

	.tribe-events-calendar-latest-past__event-datetime,
	.tribe-events-calendar-list__event-datetime {
		font-size: 1rem;
	}
}

body #primary .tribe-events-back {
	margin-bottom: 15px;
}

.tribe-events-back a,
.tribe-events-back a:visited {
	color: var(--global-palette2);
	font-weight: 400;
}

.tribe-events-back-arrow {
	display: inline-block;
	margin-right: 10px;
}

.tribe-events-back-arrow svg path {
	fill: var(--global-palette2);
}

#tribe-events-pg-template {
	background-color: transparent;
}

.tribe-events-single {
	background:var(--global-palette9);
	box-shadow: 0px 4px 10px 0px rgba(96, 107, 123, 0.05);
	border: 1px solid #ECEAE4;
	border-radius: 4px;
}

.tribe-events-single-event-title {
	margin-bottom: 18px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .24px;
	color: var(--global-palette1);
}

.tribe-events-schedule {
	margin: 0 0 20px;
}

.tribe-events-schedule h2 {
	font-weight: 800;
	line-height: 1.4;
}

.single-tribe_events #primary .tribe-events-schedule {
	background-color: transparent;	
}

.tribe-events-content {
	color: var(--global-palette3);
	line-height: 1.4;
	letter-spacing: 0.16px;
}

.tribe-events-meta-group-organizer {
	width: 100%;
	display: flex;
	padding: 0;
	margin: 0 0 16px;
}

.tribe-events-meta-group-organizer .tribe-events-single-section-title {
	text-transform: capitalize;
	margin-bottom: 0;
}

.tribe-events-meta-group-organizer .tribe-events-single-section-title::after {
	content: ": ";
}

.tribe-events-meta-group-organizer dl {
	margin: 0;
}

.tribe-events-meta-group-organizer .tribe-organizer {
	margin-left: 8px;
	color: var(--global-palette3);
}

.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
	border-top: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
	margin: 0;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
	text-transform: capitalize;
	color: var(--global-palette2);
	font-size: 1rem;
}

.tribe-events-event-image {
	margin-bottom: 0;	
}

.tribe-events-event-info {
	padding: 24px 16px 20px;
}

@media screen and (max-width: 768px) {
	body.single-tribe_events #primary .tribe-events-schedule {
		background-color: transparent;
	}

	.single-tribe_events #primary .tribe-events-schedule h2 {
		margin: 0;
		color: #282E34;
	}
	
	.tribe-events-content ol:last-child, .tribe-events-content p:last-child, .tribe-events-content ul:last-child {
		margin-bottom: 20px;
	}
	
	.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
		padding-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container {
		max-width: 1160px;
	}

	body #primary .tribe-events-back {
		margin-bottom: 24px;
		letter-spacing: 0.36px;
	}
	
	.tribe-events-back a,
	.tribe-events-back a:visited {
		font-size: 1.125rem;
	}
	
	.tribe-events-single {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 50px;
		padding: 40px !important;
	}
	
	.tribe-events-event-image {
		flex-basis: calc(45% - 50px);
	}

	.tribe-events-event-info {
		flex-basis: 55%;
	}
	
	.tribe-events-single-event-title {
		margin-bottom: 20px;
		font-size: 2rem;
		letter-spacing: .64px;
	}
	
	.tribe-events-schedule {
		margin: 0 0 30px;
	}
	
	.tribe-events-schedule h2 {
		font-size: 1.25rem;
		color: #282E34;
	}
	
	.tribe-events-content {
		font-size: 1.125rem;
		color: var(--global-palette3);
		line-height: 1.6;
		letter-spacing: 0.36px;
	}
	
	.tribe-events-meta-group-organizer {
		margin-bottom: 40px;
	}
}

#primary #tribe-events-footer {
	border-top: none;
	padding-top: 40px;
	padding-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
	#primary #tribe-events-footer {
		padding-top: 80px;
		padding-bottom: 0 !important;
	}
}

@media screen and (min-width: 1025px) {
	#primary #tribe-events-footer {
		padding-top: 140px;
	}
}

@media screen and (min-width: 1200px) {
	.tribe-events-footer {
		margin: 0 calc((100vw - 1160px) / -2);
	}

	#primary #tribe-events-footer {
		padding-left: 90px;
		padding-right: 90px;
	}
}

.tribe-events-sub-nav {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	margin: 0;
}


.tribe-events-sub-nav a {
	display: flex;
	gap: 10px;
	line-height: 1.3;
	text-decoration: none;
	max-width: 450px;
}

.tribe-events-sub-nav .tribe-events-nav-previous a {
	flex-direction: column-reverse;
}

.tribe-events-sub-nav .tribe-events-nav-next a {
	flex-direction: column;
	align-items: end;
}

@media screen and (min-width: 1025px) {
	.tribe-events-sub-nav .tribe-events-nav-previous a,
	.tribe-events-sub-nav .tribe-events-nav-next a {
		flex-direction: row;
		align-items: center;
		gap: 20px;
		font-size: 1.5rem;
	}

}

.tribe-events-sub-nav .tribe-events-nav-previous a::before,
.tribe-events-sub-nav .tribe-events-nav-next a::after {
	content: '';
	display: inline-block;
	width: 18px;
	max-width:18px;
	height: 12px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-grow: 1;
	flex-shrink: 0;
	margin-right: 0;
	margin-left: 0;
}

.tribe-events-sub-nav .tribe-events-nav-previous a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='12' viewBox='0 0 19 12' fill='none'%3E%3Cpath d='M1.24609 5.65234L6.02734 0.90625C6.34375 0.554688 6.87109 0.554688 7.1875 0.90625C7.53906 1.22266 7.53906 1.75 7.1875 2.06641L3.84766 5.40625H18.1562C18.6133 5.40625 19 5.79297 19 6.25C19 6.74219 18.6133 7.09375 18.1562 7.09375L3.84766 7.12891L7.1875 10.4688C7.53906 10.7852 7.53906 11.3125 7.1875 11.6289C6.87109 11.9805 6.34375 11.9805 6.02734 11.6289L1.24609 6.84766C0.894531 6.53125 0.894531 6.00391 1.24609 5.65234Z' fill='%230077B8'/%3E%3C/svg%3E");
}

.tribe-events-sub-nav .tribe-events-nav-next a::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='12' viewBox='0 0 19 12' fill='none'%3E%3Cpath d='M17.7539 6.84766L12.9727 11.6289C12.6211 11.9805 12.0938 11.9805 11.7773 11.6289C11.4258 11.3125 11.4258 10.7852 11.7773 10.4336L15.1172 7.09375H0.84375C0.351562 7.09375 0 6.74219 0 6.25C0 5.79297 0.351562 5.40625 0.84375 5.40625H15.1172L11.7773 2.06641C11.4258 1.75 11.4258 1.22266 11.7773 0.871094C12.0938 0.554688 12.6211 0.554688 12.9727 0.871094L17.7539 5.6875C18.0703 6.00391 18.0703 6.53125 17.7539 6.84766Z' fill='%230077B8'/%3E%3C/svg%3E");
}

.tribe-events-sub-nav a span {
	display: none;
}

.tribe-events-nav-next {
	display: flex;
	justify-content: end;
	text-align: right;
}

.tribe-common .event-actions {
	margin-top: 24px;
	padding: 0 16px;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	column-gap: 24px;
}

@media screen and (min-width: 650px) {
	.tribe-common .event-actions {
		flex-direction: row;
		align-items: start;
	}
}

@media screen and (min-width: 808px) {
	.tribe-common .event-actions {
		padding: 0;
	}
}

.tribe-common .event-details-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--global-palette2);
	border-radius: 4px;
	background-color: var(--global-palette2);
	color: #fff;
	padding: 9px 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .14px;
	font-weight: 800;
	line-height: 1.3;
}

.tribe-common .event-details-btn:visited {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.tribe-common .event-details-btn {
		padding: 11px 20px;
	}
}

.tribe-events-c-subscribe-dropdown__button {
	display: flex !important;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}

.tribe-events-c-subscribe-dropdown__export-icon {
	fill: var(--global-palette2);
}

.tribe-events-c-subscribe-dropdown__button:hover .tribe-events-c-subscribe-dropdown__export-icon,
.tribe-events-c-subscribe-dropdown__button:focus .tribe-events-c-subscribe-dropdown__export-icon {
	fill: #fff;
}

.tribe-events-c-subscribe-dropdown__button:hover .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events-c-subscribe-dropdown__button:focus-within .tribe-events-c-subscribe-dropdown__button-text {
	color: #fff !important;
}

.tribe-events-c-subscribe-dropdown__button:focus-within svg {
	fill: #fff;
}

.tribe-events-c-subscribe-dropdown__button::hover {
	display: flex;
	align-items: center;
}

.tribe-common .event-details-btn:hover,
.tribe-common .event-details-btn:focus {
	color: var(--global-palette2);
	background-color: #fff;
}

.tribe-events-c-subscribe-dropdown__content {
	position: absolute;
	z-index: 4;
}

.tribe-events-calendar-list-nav + .tribe-events-c-subscribe-dropdown__container {
	margin: 16px 0;
}

.tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-text,
.tribe-events-c-view-selector__list-item-link:focus .tribe-events-c-view-selector__list-item-text {
	color: var(--global-palette4) !important;
}

.highlight-block .kt-highlight {
	display: block;
}

input[name="mo_saml_wp_sso_button"] {
	width: auto !important;
	height: auto !important;
	background-color: #001e41 !important;
	color: #C9A969 !important;
	border: 1px solid #001e41 !important;
	font-weight: 400;
	font-size: 1.125rem !important;
	letter-spacing: .2px;
	padding: 8px 16px !important;
}

input[name="mo_saml_wp_sso_button"]:hover {
	background-color: #C9A969;
	color: #3B3B3B;
}

a[title="logout"] {
	color: #3b3b3b;
	text-decoration: underline;
}





/* Listing page */
.button-bottom {
	position:absolute;
	bottom:20px;
	left:20px;
}
.wp-block-post-navigation-link a {
	text-decoration:none;
}
@media (min-width:768px) {
	.wp-block-post-navigation-link {
		font-size:1.5rem;
	}
}
.buttons-bottom-align {
	position:absolute;
	bottom:20px;
	left:20px;
}
@media (min-width:1025px) {

.archive .error .page-content .sidebar-nav {
	float:left;
	width:20%;
}
.archive .error .category-no-post {
	float:left;
	width:80%;
	padding-left:var(--global-xl-spacing);
}
}
.archive section.entry-hero {
	display:none;
}
@media (max-width:1024px) {
	.archive .error .page-content .sidebar-nav {
		display:none !important;
	}
}

/* Removing listing from /functional-support-type/strategy-transformation/ */
body.term-45 .custom-archive-loop-item.entry {
	display:none;
}

/* Custom Post prev/next nav */
body .post-navigation ul {
	display:flex;
	margin:0;
	list-style:none;
	width: 100%;
    justify-content: space-between;
	padding:0;
}
@media(min-width:768px) {
	body .post-navigation li {
		max-width:50%;
		margin-bottom:0;
	}
}
body .post-navigation a {
	display:flex;
	gap:5px;
	color:var(--global-palette-highlight);
	font-size:1.5rem;
	margin:40px 20px;
}
body .post-navigation a:hover,
body .post-navigation a:focus,
body .post-navigation a span {
	color:var(--global-palette-highlight-alt);
}
body .post-navigation li:last-child a {
	justify-content:flex-end;
}
@media (max-width:1024px) {
	body .post-navigation a {
		flex:0 1 100%;
		font-size:1rem;
		margin:0 20px;
	}
	body .post-navigation li:last-child {
		margin-bottom:40px;
	}
	body .post-navigation ul {
		flex-wrap:wrap;
		gap:20px;
	}
}
@media (max-width:767px) {
	body .post-navigation ul {
		display:block;
	}
	body .post-navigation li a {
		justify-content:center !important;
	}
	body .post-navigation li:first-child {
		margin-bottom:20px;
	}
}
body .post-nav-dark .post-navigation a,
body .post-nav-dark .post-navigation a span {
	color:var(--global-palette6);
	transition:all .1s linear;
}
body .post-nav-dark .post-navigation a:hover,
body .post-nav-dark .post-navigation a:focus,
body .post-nav-dark .post-navigation a:hover span,
body .post-nav-dark .post-navigation a:focus span {
	color:var(--global-palette9);
	transition:all .1s linear;
}
body .post-navigation {
	margin:0;
}
 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 5. Footer
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
footer a {
	margin:0 15px;
	text-decoration:none;
}
footer a:hover,
footer a:focus {
	text-decoration:underline;
}
footer a:first-child {
	margin-left:25px;
}
 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 6. QC
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.selected {
	font-weight: bold;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button:focus-within {
	background:var(--global-palette2);
}
#primary .tribe-events .tribe-events-c-subscribe-dropdown__button:focus-within .tribe-common-c-svgicon__svg-fill {
	fill:#fff;
}
.tribe-common .tribe-events-calendar-list-nav .tribe-common-a11y-visual-hide {
	clip:unset;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}
#hu #hu-cookies-notice-consent-duration label {
	font-weight:700;
	margin-top:-2px;
	background:transparent;
}
body #hu .hu-btn {
	background:#148069;
	border-color:#148069;
}
body #hu #hu-top,
body #hu-revoke .hu-revoke-button {
	background:#148069;
}
body #hu .hu-btn.hu-btn-link {
	color:#148069;
}
body #hu .hu-dropdown-toggle-container select {
	box-shadow:0 3px 5px 0 rgba(0,0,0,.1),inset 0 0 0 2px #148069;
}

.tribe-events .datepicker .day.current, .tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover {
	color:#fff;
}
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
	color:var(--global-palette4);
}
.home .open #tribe-events-subscribe-dropdown-content {
	display:block !important;
}
.search-filter-results .status {
	color:#fff;
	margin-top:-25px;
}
div.advent-logout-message {
    border-radius: 4px;
    margin: auto auto 20px auto;
    width: fit-content;
    padding: 10px 60px;
    text-transform: uppercase;
    border: 2px solid var(--global-palette4);
    color: var(--global-palette4);
}

.tribe-events-c-nav__next-label{

	text-transform:capitalize !important;
}
