/*
Theme Name: UNODA Meetings
Theme URI: http://piperthemes.com/wordpress-themes/job-portal
Author: PiperThemes, Kena Alexander (for UNODA)
Author URI: https://piperthemes.com
Description: This theme was derived from the Job Portal theme v1.0.6 developed by PiperThemes. The theme was heavily customized to meet the needs of the UNODA, however, full acknowledgement to the original authors is maintained.
Version: 1.0.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: job-portal
Tags: left-sidebar, right-sidebar, full-width-template, one-column, two-columns, theme-options, custom-background, custom-header, custom-menu, editor-style, featured-images, blog , translation-ready
*/
/* WordPress Core */

html, body {
	height: 100%;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

b,
strong {
	font-weight: 600;
}

nav ul li.page_item { list-style: none; display: inline-block; padding: 0px;}

.home, .blog, .page {
	width: 100%;
}

.burger-opened .fa-bars,
.burger-closed .fa-close{
	display: none;
}

.burger-opened .fa-close {
	color: black;
}


.searchandfilter {
	margin-top: -10px;
}

.searchandfilter ul li {
	width: 100%;
	padding-right: 0!important;
}


.searchandfilter ul li label {
	width: 100%;
}
.searchandfilter ul li:nth-child(1) input {
	margin-right: 5px;
}

.sf-label-radio {
	width: 80% !important;
}

.searchandfilter ul li select {
	width: 100%;
	border-color: #ced4da;
}

.searchandfilter ul li input[type="text"] {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.searchandfilter ul li input[type="submit"] {
	background-color: var(--primary-transparency-9);
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 6px 1px lightgrey;
	box-shadow: 0 0 6px 1px lightgrey;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	/*font-size: 0.875rem;*/
	font-weight: 800;
	line-height: 1;
	padding: 0.72em 1.7em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

.search-sidebar .searchandfilter > ul > .sf-field-search,
.search-content .searchandfilter > ul > .sf-field-post_type,
.search-content .searchandfilter > ul > .sf-field-taxonomy-meeting_types,
.search-content .searchandfilter > ul > .sf-field-taxonomy-meeting_tags,
.search-content .searchandfilter > ul > .sf-field-post-meta-session,
.search-content .searchandfilter > ul > .sf-field-post-meta-session_year,
.search-content .searchandfilter > ul > .sf-field-sort_order,
.search-content .searchandfilter > ul > .sf-field-post-meta-_start_date,
/*.search-sidebar .searchandfilter > ul > .sf-field-submit,*/
.search-content .searchandfilter > ul > .sf-field-reset {
	display: none;
}

.search-sidebar .searchandfilter > ul > .sf-field-taxonomy-meeting_types {
	width: 100%;
	padding-right: 0;
}

.search-sidebar .searchandfilter > ul > .sf-field-taxonomy-meeting_tags {
	width: 100%;
	padding-left: 0;
}
.search-sidebar .searchandfilter > ul > .sf-field-post-meta-session {
	width: 37.5%;
	padding-right: 5px;
}
.search-sidebar .searchandfilter > ul > .sf-field-post-meta-session_year {
	width: 25%;
	/*padding-left: 5px;*/
	padding-right: 5px;
}
.search-sidebar .searchandfilter > ul > .sf-field-sort_order {
	width: 25%;
	padding-left: 5px;
}

.search-sidebar .searchandfilter > ul > .sf-field-submit,
.search-sidebar .searchandfilter > ul > .sf-field-reset {
	width: 50%;
}

.search-sidebar .searchandfilter > ul > .sf-field-submit{
	text-align: right;
}

.search-content .searchandfilter > ul > .sf-field-search {
	width: calc(100% - 130px);
}

.search-content .searchandfilter > ul > .sf-field-submit {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	margin-left: 15px;
}

.blog-post-title>a {
	color: var(--primary);
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.hidden {
	display: none;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a:hover {
	text-decoration: none!important;
}
.sticky{}
.bypostauthor{}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
figcaption{
	margin: 10px 0px;
}

.home-page-content, .page-content {

	margin-left: 0;
	margin-right: 0;
}


.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Home page */

ul.offside {
	margin-top: 15px!important;
}

.featured-content {
	height: 0;
	overflow: hidden;
	padding-top: 40%;
	background: white;
	position: relative;
	margin-bottom: 10px;
}
.carousel-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
	width: 5%;
}

#meetings_timeline-section {
	min-height: 1000px;
}
#meetings {
	z-index: 10;
}
#sidebar {
	padding: 0 !important;
	z-index: 100;
	background-color: var(--primary-transparency-3);
	color: var(--text);
}

#sidebar:before {
	content: ' ';
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
}


/* Menu Section*/
.type-menu {
	padding: 10px 15px 5px 15px;
	background-color: white;
}

#type-menu-collapse {
	background-color: white;
}

#type-menu-collapse.show {
	min-height: 172px;
}

.menu-toggle {
	text-align: center;
	text-decoration: none!important;
	color: var(--text)!important;
	font-weight: 600;
	font-size: 16px;
}

.menu-back{
	position: absolute;
	text-decoration: none!important;
	padding: 5px 8px;
	color: var(--text);
	font-weight: 600;
	font-size: 18px;
	top: 5px;
}
.menu-button {
	text-decoration: none!important;
	width: 100%;
	height: 100%;
	display: none;
	padding: 5px 8px;
	color: black;
	font-size: var(--unoda-base);
	font-weight: 300;
}

.menu-container {
	left: 50%;
	height: 0;
	width: 50%;
	visibility: hidden;
	position: relative;
	transition: left 300ms, width 300ms;
}

.menu-container:hover {
	background-color: var(--primary-transparency-6);
}

.menu-container:hover>a {
	text-decoration: none;
	color: white;
}

.has-submenu:after{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: var(--unoda-base);
	position: absolute;
	top: 20%;
	right: 1px;
	padding-right: 4px;
	height: 30px;
	background-color: transparent;
	color: var(--text);
}

.selected-menu {
	background-color: var(--primary-transparency-7)!important;
}

.selected-menu>a {
	text-decoration: none;
	color: var(--text-invert);
}


.has-submenu:hover:after{
	content: "\f054";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	font-size: var(--unoda-base);
	position: absolute;
	top: 20%;
	right: 1px;
	height: 30px;
	background-color: transparent;
	color: var(--text-invert);
}

.show_side-menu{
	left: 0;
	height: auto;
	width: 100%;
	visibility: visible;
	margin: 5px 0;
}

.show_side-menu > .menu-button {
	display: inline-block;
}


.main-menu::-webkit-scrollbar { display: none !important }
/*-----------------------------------------------------*/

/*Meetings and paginator */
.type-select {
	margin: 15px 0;
	padding-left: 15px;
}
#page_num_label {
	color: var(--text);
	opacity: 1;
}
#btn-label,
#dropdownMenuLink{
	min-width: 200px;
	max-width:300px;
	width: 200px;
	color: var(--text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 1;
}
#btn-paginator_label {
	min-width: 50px;
	width: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#dropdown-types {
	min-width: 200px;
	width: 200px;
	max-width: 300px;
}
#dropdown-paginate {
	min-width: 75px;
	width: 75px;
}
#dropdown-types a {
	font-size: 0.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--primary-transparency-9);
}
#page_num_input{
	border: none;
	font-size: 0.9rem;
}
.front-page-meetings {
	background-color: white;
	margin: 10px 0 0 0;
	padding: 0;
	min-height: 1000px;
	border-radius: 5px;
}
.page-controls {
	padding: 0;
	justify-content: space-between;
}
#pagination {
	margin: 15px 0;
}
#paginator-items {
	/*padding: 15px 0 0 0;*/
}
.meeting-article {
	padding: 20px 5px;
}
.meeting-article p {
	margin-bottom: 5px;
}
.meeting-article:hover {
	background-color: rgba(238, 238, 238, 0.4);
}
.meeting-article:first-child {
	border-top: 1px solid #eeeeee;
}
.meeting-article-body {
	/*color: var(--hue);*/
}
.dates {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--gray);
}

.details-btn {
	margin-left: 5px;
	font-weight: 500;
	color: var(--primary);
	text-decoration: none;
}
.pages-title {
	margin-bottom: 0.7rem;
	color: var(--text);
	font-weight: 400;
	font-size: 16px;
}

.search_title {
	font-size: 16px;
	font-weight: 600;
}

.title-session {
	margin-bottom: 15px;
}
.session-yr {
	text-align: end;
}
.session-body,
.session-body p {
	font-size: 14px;
}

.session-dates,
.session-dates p {
	font-size: 14px;
}

.col-session-yr {
	justify-content: flex-end!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}

.navigation .page-numbers li a {
	color: var(--text);
}

/*-----------------------------------------------------*/

/****       timeline   ****/

.year_col {
	border-right: 1px dashed var(--gray);
}
.year_div {
	padding: 0;
}
.info_div {
	padding: 0 2px;
	transition: background-color 1250ms, box-shadow 1250ms;
	position: relative;
}

.timeline-container {
	height: 100%;
	max-height: 1480px;
	overflow-y: scroll ;
	overflow-x: hidden;
	overflow-scrolling: touch;
	text-shadow: 0 0 1px var(--primary-transparency-3);
}
.year_month_container {
	/*padding: 8px 0;*/
	/*min-height: 600px;*/
}
.sticky-item{
	position: sticky;
	top: 0;
	margin-top: -5px;
}

.timeline-container::-webkit-scrollbar { display: none !important }

#timeline p {
	margin: 0 0 10px 0;
	font-size: var(--unoda-base);
}
.day_div{ padding: 0; }
.month_name{background: transparent; }
.month_name::before {
	content: "";
	position: absolute;
	left: -16px;
	width: 12px;
	height: 12px;
	background: var(--primary-transparency-8);
	border: 2px solid var(--background);
	border-radius: 50%;
	margin-top: 4px;
}
.month_item::before {
	content: "";
	position: absolute;
	left: -12px;
	width: 8px;
	height: 8px;
	background: var(--gray);
	border: 2px solid var(--background);
	border-radius: 50%;
	margin-top: 5px;
}

.month_name, .year_col {
	font-weight: 600;
	color: var(--primary);
}
.month_name {
	color: var(--primary);
	font-size: var(--unoda-font3);
	top: 0;
	z-index: 10;
}
.meeting_link-item {
	font-size: 13px!important;
}
.meeting_link a {
	text-decoration: none;
	color: var(--text);
}
.meeting_link a:before{
	content:"";
	position: absolute;
	left: -8px;
	color: var(--text);
	background-color: var(--text);
	width: 4px;
	height: 4px;
	margin-top: 7px;
	border-radius: 50%;
}

/*-----------------------------------------------------------*/

/* single page blog */

.page-content {
	min-height: calc(100vh - 92px);
}

.landing_page-content {
	min-height: calc(95vh - 0px);
	padding-left: 0!important;
	padding-right: 0!important;
}
/*-----------------------------------------------------------*/

/* sidebar */
.sub-toggle {
	position: relative;
	top: -28px;
	left: 90%;
}
.no-height {
	height: 0;
}

/*
 Override the menu color
 */
#cssmenu > ul > li > a {
	color: var(--text-invert);
	font-size: var(--unoda-base);
	font-weight: 400;
}

.entry-header>a {
	text-decoration: none;
	color: rgb(48, 63, 117);
}

.entry-header>a:hover {
	text-decoration: underline;
	color: rgb(48, 63, 117);
}

.type-meeting {
	/*margin: 15px 0;*/
	/*border-bottom: 1px dashed #9bccd3;*/
}

.type-meeting:last-child {
	/*border-bottom: none;*/
}

.side-sections {
	transition: background-color 1250ms, box-shadow 1250ms;
}

.side-sections a {
	text-decoration: none;
	color: inherit;
}

.side-sections .collapse,
.side-sections .collapsing {
	border-top: 1px solid var(--gray-light);
	border-bottom: 1px solid var(--gray-light);
}

#overview {
	font-size: 16px;
	border-bottom: 1px solid var(--gray-light);
	font-weight: 700;
}

.section-selector, .sub-section-selector, .section-selector-toggle {
	padding: 10px 1px 10px 10px;
	font-size: var(--unoda-base);
	font-weight: 400;
	margin: 5px 0;
	border-left: 5px solid var(--primary-transparency-1);
}
.section-selector-toggle {
	border-left: none!important;
}

.split-btn {
	margin: 5px 0;
}
.section-selector:hover{
	background-color: var(--unoda-menu-hov);
	color: var(--text);
	padding: 10px 0px 10px 10px;
	font-weight: 400;
	border-left: 5px solid var(--primary-transparency-9);
}
.section-selector-toggle{
	height: 100%;
	text-align: center;
	margin: 0;
}
.section-selector-toggle:hover{
	background-color: transparent;
	color: var(--text);
}

.split-btn:hover {
	background-color: var(--unoda-menu-hov);
	color: var(--text);
	border-left: 5px solid var(--primary-transparency-9);
}

.split-btn:hover .sub-section-selector {
	padding-left: 10px;
	margin-left: -5px;
}

.split-btn:hover .sub-section-selector.selected {
	/*border-left: none;*/
}

a[aria-expanded="false"]>.section-selector-toggle>.fa-chevron-down{
	display:block;
}

a[aria-expanded="true"]>.section-selector-toggle>.fa-chevron-down{
	display:none;
}

a[aria-expanded="false"]>.section-selector-toggle>.fa-chevron-up{
	display:none;
}

a[aria-expanded="true"]>.section-selector-toggle>.fa-chevron-up{
	display:block;
}

.section-selector.selected {
	background-color: var(--unoda-menu-hov);!important;
	padding: 10px 0px 10px 10px;
	border-left: 5px solid var(--primary-transparency-9);
}

.sub-section-selector {
	margin: 0;
	padding: 10px 1px 10px 10px;
}

.sub-section-selector.selected {
	background-color: var(--unoda-menu-hov);!important;
	padding: 10px 65px 10px 10px;
	border-left: 5px solid var(--primary-transparency-9);
	margin-right: -63.5px;
}

.section-selector-toggle:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	left: 0;
	margin-top: -10px;
	background-color: var(--primary-transparency-1);
}

.related-sections button,
.related-sections button:hover,
.related-sections button:focus {
	padding-left: 0;
	background-color: transparent!important;
	border: none;
	width: 300px!important;
}

.related-sections .bootstrap-select {
	width: 300px!important;
}

.un-emblem, .footer-menu {
	padding: 12px 0 0 0;
}

.un-emblem .site-name{
	color: black;
}

.footer-menu-item {
	padding: 0 5px;
	border-right: 1px dashed #a8a8a8;
}

.footer-menu-item>a{
	color: black;
}

.footer-menu>ul>li:last-child>.footer-menu-item {
	border-right: none;
}

/* Reactive media queries*/

/* Extra large and large devices (large desktops, 1200px, desktops, 992px and up) */
/* xl, l */

@media (min-width: 992px){
	.home-page-section {
		padding: unset;
	}

	.menu-row {
		height: 70px;
	}

	.masthead-logo {
		height: 50px;
		width: 100%;
		background-size: contain!important;
		background: transparent url("./assets/images/UNODA-masthead-meetingsplace-01.png") no-repeat left;
		background-position-y: top;
	}

	.container {
		padding-left: 0;
		padding-right:0;
	}

	.content {
		max-width: calc(75% - 5px)!important;
	}

	.carousel-overlay {
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
	}
	.carousel-content {
		margin: 20px 50px;
		color: var(--text-invert);
	}

	#meetings {
		/*background-color: white;*/
		padding-right: 0!important;
		padding-left: 0!important;
		z-index: 10;
		max-width: calc(75% - 5px);
		margin: 0 0 0 5px;
		/*padding-top: 15px;*/
	}
	.page-controls {
		flex-direction: row;
	}

	.title-session {
		flex-direction: row;
	}

	.pages-title {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 15px!important;
	}

	.session-yr {
		font-weight: 600;
		font-size: 14px;
		color: var(--primary);
		text-align: end;
	}

	.session-body,
	.session-body p,
	.session-dates,
	.session-dates p {
		font-size: 13px;
		font-weight: 400;
	}

	.side-burger{
		display: none;
	}

	.burger-bar{
		background-color: white;
		max-width: calc(25% - 5px);
		margin: 0 5px 0 0;
		padding-top: 15px;
	}

	.sticky-item {
		margin-top: 0;
	}

	#sidebar-menu,
	.search-sidebar{
		padding-top: 25px;
		margin: 0 5px 0 0;
		max-width: calc(25% - 5px)!important;
	}

	.search-content {
		padding: 25px 25px 10px 10px;
		margin-left: 5px;
		max-width: calc(75% - 5px)!important;
	}

	.search-content>.blog-post {
		padding: 0 10px;
		border-bottom: 1px solid #eeeeee;
	}

	.searchandfilter > ul > li {
		display: inline-block;
		vertical-align: top;
		/*padding: 20px;*/
	}
	.searchandfilter > ul > .sf-field-taxonomy-meeting_types {
		width: 75%;
		padding-right: 5px;
	}

	.searchandfilter > ul > .sf-field-taxonomy-meeting_tags {
		width: 25%;
		padding-left: 5px;
	}
	.searchandfilter > ul > .sf-field-post-meta-session {
		width: 37.5%;
		padding-right: 5px;
	}
	.searchandfilter > ul > .sf-field-post-meta-session_year {
		width: 25%;
		padding-left: 5px;
		/*padding-right: 5px;*/
	}
	.searchandfilter > ul > .sf-field-sort_order {
		width: 25%;
		padding-left: 5px;
	}

	.searchandfilter > ul > .sf-field-post-meta-_start_date {
		width: 75%;
		/*padding-left: 5px;*/
	}

	.sf-field-post_type label,
	.sf-field-taxonomy-meeting_types label,
	.sf-field-taxonomy-meeting_tags label,
	.sf-field-post-meta-session label,
	.sf-field-post-meta-session_year label,
	.sf-field-sort_order label,
	.sf-field-post-meta-_start_date label {
		font-size: 13px;
	}
}

/* Small devices and medium devices (landscape phones, up to 992px) */
@media (max-width: 992px) {

	.featured-content {
		width: 100%;
		margin-top: -15px;
		height: 0;
		overflow: hidden;
		padding-top: 40%;
		position: absolute;
		margin-bottom: 10px;
		left: 0;
	}


	.featured-content::after {
		display: block;
		position: relative;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, var(--background)) 80%;
		margin-top: -88px;
		height: 90px;
		width: 100%;
		content: '';
	}

	.home-page-section {
		padding: 0;
	}

	.fixed {
		position: fixed;
		overflow-x: unset;
	}

	.menu-row {
		height: 70px;
	}

	.masthead-logo {
		height: 50px;
		width: 100%;
		background-size: contain!important;
		background: transparent url("./assets/images/UNODA-masthead-meetingsplace-01.png") no-repeat left;
		background-position-y: top;
	}

	#cssmenu > ul > li > a {
		color: var(--text-invert);
		font-size: 16px;
		font-weight: 400;
	}

	.header-top {
		height: 70px;
		box-shadow: 0 0 4px 1px rgb(201, 201, 201);
	}
	.header-search {
		margin-top: 5px;
		padding-left: 15px;
	}

	.container {
		padding: 0;
		max-width: 100%;
	}

	.content {
		position: relative;
		/*margin: 1.5rem 1.8rem;*/
		z-index: 10;
		max-width: 100%;
		margin: 0;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}

	.carousel-overlay {
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
	}
	.carousel-content {
		margin: 20px 25px;
		color: var(--text-invert)
	}

	.type-menu {
		padding: 10px 15px 5px 15px;
		margin-top: calc(40vw - 70px);
		border-radius: 5px;
	}

	#type-menu-collapse {
		/*border: 1px solid var(--primary-transparency-1);*/
		border-radius: 6px;
		margin-top: 15px;
		/*background-color: var(--primary-transparency-9);*/
	}

	.menu-row{
		/*background-color: var(--primary-transparency-1);*/
		height: 70px;
	}

	.menu-back{
		top: 0px;
	}
	.menu-container>a{
		color: var(--text);
		font-size: 15px;
		font-weight: 500;
	}
	.selected-menu>a{
		font-size: 15px;
		font-weight: 500;
		color: white !important;
	}

	/*.menu-container>a:hover{*/
	/*	color: var(--text);*/
	/*}*/

	/*.menu-container:hover,*/
	/*.selected-menu{*/
	/*	background-color: inherit;*/
	/*}*/

	.selected-menu {
		/*box-shadow: 0 0 8px 2px var(--primary-transparency-2)!important;*/
	}

	.page-controls {
		border-bottom: 1px solid #ced4da;
	}

	.has-submenu:after{
		color: var(--text);
	}

	.menu-toggle {
		text-align: center;
		height: 45px;
		text-decoration: none!important;
		color: var(--text)!important;
		font-weight: 800;
		font-size: var(--unoda-base);
		padding: 12px 5px;
		/*border: 1px solid black;*/
		/*border-radius: 6px;*/
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: white;
	}

	.type-select {
		text-align: center;
	}

	/*.page-controls {
		flex-direction: column;
	}
	#prev-page,
	#next-page {
		background-color: var(--blueberry-transparency-3);
		border: 1px solid var(--primary-transparency-1)
	}*/
	#prev-page>i,
	#next-page>i {
		border: none!important;
	}

	#dropdownMenuLink {
		/*background-color: var(--blueberry-transparency-3);*/
		border: 1px solid var(--primary-transparency-1)
	}

	#pagination {
		padding: 0!important;
	}

	.menu-row>div {
		justify-content: space-between;
	}

	.menu-button {
		padding: 10px 8px;
	}

	.menu-container:hover>a {
		box-shadow: none;
		color: black;
	}

	.menu-container:hover {
		background-color: white;
	}

	.menu-back.on {
		padding-top: 12px;
		/*background: var(--accent);*/
		color: var(--text);
		/*border-radius: 5px;*/
		height: 45px;
	}

	.menu-toggle.on{
		/*filter: brightness(60%);*/
		width: 65%;
		align-self: center;
	}

	.show_side-menu > .menu-button {
		display: inline-block;
		border-top: 1px solid var(--primary-transparency-1);
	}


	#cssmenu ul.offside {
		/*margin: -15px auto 0 auto;*/
		margin-top: 0!important;
	}

	.meeting-article {
		padding-top: 15px;
		/*border-bottom: 1px solid #ced4da;*/
	}
	.meeting-article:nth-child(odd ) {
		/*background: #ced4da;*/
	}

	.title-session {
		flex-direction: column;
		width: 100%;
		margin-bottom: 0;
	}

	.pages-title {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 15px!important;
	}

	.session-yr {
		font-weight: 700;
		font-size: 12px;
		color: var(--primary);
	}

	.session-body,
	.session-body p,
	.session-dates,
	.session-dates p {
		font-size: 12px;
		font-weight: 400;
	}


	/*.session-yr {*/
	/*	!*font-family: "Roboto Condensed";*!*/
	/*	font-weight: 600;*/
	/*	text-align: end;*/
	/*	font-size: 13px;*/
	/*}*/

	.single-blog-page-section,
	.blog-page-section {
		padding-top: 15px;
		padding-bottom: 20px;
		/*margin-bottom: 40px;*/
		/*background-color: white;*/
	}

	.burger-sub-content.show-burger:after {
		transition: opacity 250ms;
	}

	.burger-sub-content.show-burger:after {
		content: "";
		display: block;
		width: 100%;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.31);
		z-index: 10;
		margin-top: 0;
		top: 0;
		left: 0;
		bottom: -100%;
		/*-webkit-backdrop-filter: blur(6px);*/
	}

	.side-burger {
		margin: auto 0;
		z-index: 1000;
	}

	.side-burger>a {
		color: var(--text-invert) !important;
		border-color: transparent !important;
		background-color: transparent !important;
	}

	.side-burger>a>i {
		font-size: 18px;
	}

	#sidebar-timeline {
		margin-top: -90px;
		top: 0;
		/*height: calc(100vh - 100px);*/
		/*height: 100vh;*/
		padding-top: 0;
		/*box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4);*/
	}

	.timeline-container {
		margin-top: 75px;
	}

	#sidebar-menu {
		top: 0;
		margin-top: 0;
		height:100vh;
		overflow-y: scroll;
		overflow-scrolling: touch;
	}

	.search-sidebar {
		margin-top: 0;
		top: 0;
		/*height: 100vh;*/
		min-height: 100%;
	}

	.burger-bar {
		left: -100vw;
		position: absolute;
		width: 85vw;
		max-width: 28.55rem;
		transition: left 250ms ease-in-out;
		z-index: 100;
		background-color: white;
	}

	.noScroll {
		position: relative;
		overflow: hidden;
	}

	.burger-bar.show-burger {
		left: 0;
		width: 85vw;
		max-width: 28.55rem;
		bottom: 0;
		box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4);
	}

	.side-sections {
		margin-top: 75px;
		padding-bottom: 50px;
	}

	.section-selector,
	.sub-section-selector,
	.split-btn {
		transition: none;
	}

	.year_month_container:last-child {
		padding: 8px 0 30px 0;
	}

	.home-page-content,
	.page-content {
		box-shadow: none;
	}

	.search-sidebar>form {
		margin: 65px 0 0 0;
	}

	.search-content.show-burger:after {
		content: "";
		display: block;
		width: 100%;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.31);
		z-index: 10;
		margin-top: -130px;
		top: 0;
		left: 0;
		bottom: -100%;
	}

	.search-content>.blog-post {

		border-bottom: 1px solid #eeeeee;
	}

	.search_title {
		font-size: 16px;
		font-weight: 600;
	}

	footer>.container-fluid {
		/*background-color: var(--primary-transparency-1);*/
	}

	.searchandfilter > ul > li {
		display: inline-block;
		/*vertical-align: top;*/
		/*padding: 20px;*/
	}
	.searchandfilter > ul > .sf-field-taxonomy-meeting_types {
		width: 75%;
		padding-right: 5px;
	}

	.searchandfilter > ul > .sf-field-taxonomy-meeting_tags {
		width: 25%;
		padding-left: 5px;
	}
	.searchandfilter > ul > .sf-field-post-meta-session {
		width: 37.5%;
		padding-right: 5px;
	}
	.searchandfilter > ul > .sf-field-post-meta-session_year {
		width: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.searchandfilter > ul > .sf-field-sort_order {
		width: 25%;
		padding-left: 5px;
	}

	.searchandfilter > ul > .sf-field-post-meta-_start_date {
		width: 50%;
		padding-left: 5px;
	}

	.sf-field-post_type label,
	.sf-field-taxonomy-meeting_types label,
	.sf-field-taxonomy-meeting_tags label,
	.sf-field-post-meta-session label,
	.sf-field-post-meta-session_year label,
	.sf-field-sort_order label, 
	.sf-field-post-meta-_start_date label{
		font-size: 13px;
	}

	.search-content .searchandfilter > ul > .sf-field-search {
		margin-top: 15px;
	}

}

@media (max-width: 600px) {

	.featured-content {
		width: 100%;
		margin-top: -15px;
		height: 0;
		overflow: hidden;
		padding-top: 70%;
		position: absolute;
		margin-bottom: 10px;
		left: 0;
	}

	.featured-content::after {
		display: block;
		position: relative;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, var(--background)) 80%;
		margin-top: -88px;
		height: 90px;
		width: 100%;
		content: '';
	}

	.masthead-logo {
		display: none;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}

	.type-menu {
		padding: 10px 15px 5px 15px;
		margin-top: calc(60vw - 70px);
	}

	.footer-copyrights .container {
		flex-direction: column!important;
		/*align-items: center;*/
	}

	.footer-menu .menu {
		flex-direction: column!important;
	}

	.footer-menu-item {
		border-right: unset;
		padding-left: 40px;
	}

	.footer-menu-item>a {
		color: white
	}

	.footer-menu-item:before {
		content: "";
		position: absolute;
		/*left: calc(50vw - 80px);*/
		left: 35px;
		margin-top: 6px;
		border-radius: 5px;
		width: 10px;
		height: 10px;
		background-color: white;
	}

	.un-emblem {
		-webkit-filter: invert();
		filter: invert();
	}

	.un-emblem>a>span {
		font-weight: 600;
	}

	.pages-title {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 15px!important;
	}
	.title-session {
		margin-bottom: 0;
	}

	.session-yr {
		font-weight: 700;
		font-size: 12px;
		color: var(--primary);
	}

	.session-body,
	.session-body p,
	.session-dates,
	.session-dates p {
		font-size: 12px;
		font-weight: 400;
	}

	footer>.container-fluid {
		/*background-color: var(--gray-dark);*/
		background-color: rgb(75, 75, 75);
		border-top: 5px solid #009edb;
		padding-bottom: 18px;
	}

	.type-menu {
		/*height: 325px;*/
		border-radius: 5px;
	}

	.searchandfilter > ul > li {
		display: inline-block;
		/*vertical-align: top;*/
		/*padding: 20px;*/
	}
	.searchandfilter > ul > .sf-field-taxonomy-meeting_types {
		width: 100%;
		padding-right: 0;
	}

	.searchandfilter > ul > .sf-field-taxonomy-meeting_tags {
		width: 100%;
		padding-left: 0;
	}
	.searchandfilter > ul > .sf-field-post-meta-session {
		width: 100%;
		padding-right: 0;
	}
	.searchandfilter > ul > .sf-field-post-meta-session_year {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.searchandfilter > ul > .sf-field-sort_order {
		width: 100%;
		padding-left: 0;
	}

	.searchandfilter > ul > .sf-field-post-meta-_start_date {
		width: 100%;
		padding-left: 0;
	}

	.sf-field-taxonomy-meeting_types label,
	.sf-field-taxonomy-meeting_tags label,
	.sf-field-post-meta-session label,
	.sf-field-post-meta-session_year label,
	.sf-field-sort_order label,
	.sf-field-post-meta-_start_date label{
		font-size: 13px;
	}

	.search-content .searchandfilter > ul > .sf-field-search {
		margin-top: 15px;
	}

	.footer-menu {
		display: none;
	}

}

.separator {
	margin: 0 5px;
}
