/*!
Theme Name: BRD
Theme URI: http://underscores.me/
Author: whhroo
Author URI: https://www.linkedin.com/in/whhroo/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BRD is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

article.post .post__thumbnail img {
	height: 150px;
	object-fit: cover;
}

.header .header__right .languages .languages-list {
	padding: 0;
}
.header .header__right .languages .languages-list__item {
	width: auto;
}
.header .header__right .languages .languages-list__item.current {
	font-weight: 600;
}
.header .header__right .languages .languages-list__item {
	padding: 0 !important;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #ededed;
}

.header .header__right .languages .languages-list__item a {
	padding: 16px;
	display: flex;
	align-items: center;
	transition: 0.3s;
	gap: 8px;
}

.header .header__right .languages .languages-list__item a:hover {
	background-color: #e6e6e6;
}

.subcompartiment {
	margin-top: 20px;
}

.site-main {
	margin-top: 20px;
}

aside.aside-menu .aside-menu__navigation ul li a.active-page {
	background-color: #07214d;
	color: #fff;
}

.site-main.page-12 .wp-block-group {
	padding: 24px;
	border-bottom: 1px solid #ededed;
}

.site-main.page-12 .program-single__content {
	padding-bottom: 0;
	border-bottom: 0;
}

.wp-block-group h4 {
	margin-bottom: 24px;
}

.wp-block-group h6 {
	margin-bottom: 10px;
}

.wp-block-group h6:not(:first-child) {
	margin-top: 24px;
}

.wp-block-group p {
	color: rgba(35, 35, 35, 0.7);
}

.wp-block-group li {
	color: rgba(35, 35, 35, 0.7);
	list-style-position: inside;
	line-height: 24px;
}

.wp-block-group ol:not(:has(ul)) li {
	margin-bottom: 4px;
}

.wp-block-group ol {
	padding-left: 16px;
}

.wp-block-group ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

.wp-block-group ul li {
	list-style-type: disc;
	list-style-position: outside;
}

.wp-block-group ol:has(ul) li {
	color: #232323;
}
.wp-block-group ol:has(ul) li:not(:last-child) {
	margin-bottom: 24px;
}

.wp-block-group ol:has(ul) li ul {
	margin-top: 8px;
	margin-bottom: 24px;
	padding-left: 8px;
}

.wp-block-group ol:has(ul) li ul li {
	color: rgba(35, 35, 35, 0.7);
	margin-bottom: 4px;
}

.wp-block-list li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
	color: rgba(35, 35, 35, 0.7);
	line-height: 23px;
}

.profile-details ul li {
	line-height: 150%;
}

.profile-details ul li::before {
	margin-top: 8px;
}

.profile-main img {
	height: 320px;
	object-fit: cover;
}

.team__item img {
	width: 100%;
	height: 205px;
}

.custom-post .categories {
	margin-top: 16px;
}

.pagination__button.pagination__button--navigation.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.pagination {
	flex-wrap: wrap;
}

@media (max-width: 29.99875rem) {
	.pagination {
		flex-direction: column;
		justify-content: center;
	}
}

.links-item__details p {
	overflow-wrap: break-word;
	word-break: break-all;
}

.highlight {
	color: #ffd200;
}

.otgs-development-site-front-end {
	display: none !important;
}

.cards-grid {
	height: fit-content;
}

.mb-4 {
	margin-bottom: 16px;
}

.mb-5 {
	margin-bottom: 20px;
}

.col-span-full {
	grid-column: 1 / -1;
}

.program-single__thumbnail {
	max-height: 600px;
	object-fit: cover;
	width: 100%;
}

.accordion-body strong {
	color: #232323;
}
.accordion-body a,
.accordion-body p {
	margin-bottom: 8px !important;
}
.accordion-body a {
	text-decoration: underline;
	color: #656565;
}

.accordion-body hr {
	background: #ededed;
	height: 1px;
	border: none;
	margin: 12px 0;
}

.program-single__body {
	overflow: hidden;
}

.program-single__body
	.wp-block-group:has(.wp-block-heading.section-title)
	.wp-block-group {
	padding: 24px;
}

.wp-block-group__inner-container:has(.link) {
	padding: 0;
}

.page-12 .program-single__content {
	padding: 0;
}

.wp-block-group.files-block .link-title {
	font-size: 16px;
	font-weight: 500;
	transition: 0.2s;
	color: #232323;
}

.wp-block-group.files-block .wp-block-file.link {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.program-single .media {
	margin-bottom: 0;
}

.wp-block-group.files-block .wp-block-group:last-child {
	padding-bottom: 0 !important;
}

.subcompartimente_results {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 10px;
	margin-bottom: 30px;
}

.wp-block-embed iframe {
	width: 100%;
	min-height: 420px;
}

.header
	.header-nav
	.header-nav__list
	.nav-list__item:last-child:hover
	.submenu {
	right: 0;
	left: unset;
}

.header
	.header__nav--mobile
	.header-nav__list
	.nav-list__item
	.submenu
	.submenu__item {
	padding: 16px 20px;
}

.header .header__nav--mobile {
	overflow: hidden;
}
.header
	.header__nav--mobile
	.header-nav__list
	.nav-list__item
	.submenu
	.submenu__item
	a {
	color: #232323;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
	line-height: 24px;
	padding: 16px 20px 16px 24px;
	display: block;
	white-space: initial;
}

.header
	.header__nav--mobile
	.header-nav__list
	.nav-list__item
	.submenu
	.submenu__item:hover {
	background-color: #07214d;
}

.header
	.header__nav--mobile
	.header-nav__list
	.nav-list__item
	.submenu
	.submenu__item:hover
	a {
	color: #fff;
}
.header
	.header__nav--mobile
	.header-nav__list
	.nav-list__item
	.submenu
	.submenu__item {
	padding: 0;
}

.header .header__nav--mobile .header-nav__list {
	overflow: auto;
}

.header{
	border-bottom: 1px solid #e6e6e6;
}


/* p > strong, li > strong {
	font-size: 14px;
	color: rgba(35, 35, 35, 0.7);
} */