/*
 * Lupa-inspired editorial refresh for the Portuguese NewsCard demo.
 */

:root {
	--newscard-blue: #1842ff;
	--newscard-blue-dark: #0b2ec6;
	--newscard-blue-darker: #08239b;
	--newscard-blue-soft: #edf2ff;
	--newscard-text: #17315f;
	--newscard-text-soft: #61739e;
	--newscard-border: #d8e2ff;
	--newscard-green: #4f8cff;
	--newscard-green-dark: #2f6eff;
	--newscard-shadow: 0 12px 24px rgba(23, 49, 95, 0.06);
	--newscard-radius: 2px;
}

body,
button,
input,
select,
textarea {
	font-family: 'Manrope', sans-serif;
}

html,
body,
#page,
.site {
	max-width: 100%;
	overflow-x: hidden;
}

body.overflow-hide {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title {
	font-family: 'Lora', serif;
}

.site-title,
.site-description,
.stories-title,
.widget-title,
.main-navigation a,
.top-stories-bar .label-txt,
.entry-meta,
.btn,
.search-form .form-control,
.newscard-showcase-band__eyebrow,
.newscard-showcase-band__link {
	font-family: 'Poppins', sans-serif;
}

::selection,
::-moz-selection {
	background: var(--newscard-blue);
	color: #ffffff;
}

.info-bar {
	display: none !important;
}

.site-content,
body.custom-background {
	background: #ffffff;
}

.navbar-head,
.navbar-head.navbar-bg-set {
	background: linear-gradient(90deg, var(--newscard-blue) 0%, #2550ff 100%);
	padding: 0;
}

.navbar-head .container:before {
	display: none;
}

.navbar-head,
.navbar-head .site-title,
.navbar-head .site-title a,
.navbar-head .site-description {
	color: #ffffff;
}

.site-title {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.04;
	margin-bottom: 2px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #ffffff;
}

.site-description {
	display: block;
	font-size: 13px;
	font-weight: 500;
	opacity: 0.82;
}

.site-branding {
	margin-bottom: 0;
	max-width: 100%;
}

.site-branding.navbar-brand {
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.custom-logo-link {
	display: inline-flex;
	margin: 0;
	padding: 0;
}

.custom-logo-link img {
	max-height: 200px;
	width: auto;
	object-fit: contain;
}

.brand-logo-link {
	display: inline-flex;
	max-width: 100%;
}

.capital-delta-logo {
	display: block;
	height: auto;
	max-width: 100%;
}

.capital-delta-logo--header {
	max-width: 100%;
	width: auto;
}

.capital-delta-logo--footer {
	max-width: 250px;
	width: 100%;
}

.header-utility-col {
	display: flex;
	justify-content: flex-end;
}

.header-utility-panel {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: flex-end;
	width: 100%;
}

.header-search-form {
	max-width: 450px;
	width: 100%;
}

.header-search-form .search-form {
	margin-bottom: 0;
}

.header-search-form .input-group {
	align-items: center;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 8px 18px rgba(8, 35, 155, 0.12);
	padding: 2px 5px 2px 14px;
}

.header-search-form .form-control {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #41517c;
	font-size: 15px;
	min-height: 44px;
	padding-left: 0;
}

.header-search-form .form-control::placeholder {
	color: #6a79a3;
}

.header-search-form .form-control:focus {
	box-shadow: none;
}

.header-search-form .input-group-prepend {
	margin-left: 0;
}

.header-search-form .btn-theme,
.header-search-form .btn-theme:hover {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: none;
	color: var(--newscard-blue-dark);
	font-size: 0;
	min-height: 38px;
	min-width: 42px;
	padding-left: 14px;
	padding-right: 14px;
}

.header-social-profiles ul {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-bottom: 0;
	padding-left: 0;
}

.header-social-profiles ul li {
	float: none;
	padding: 0;
}

.header-social-profiles ul li a {
	background: transparent;
	color: #ffffff;
	height: auto;
	line-height: 1;
	padding: 0;
	width: auto;
}

.header-social-profiles ul li a:before {
	font-size: 18px;
}

.header-social-profiles ul li a:hover,
.header-social-profiles ul li a:focus {
	color: #dbe5ff;
	text-decoration: none;
}

.social-profiles ul li a[href*="wa.me"]:before,
.social-profiles ul li a[href*="api.whatsapp.com"]:before {
	content: "\f232";
}

.navigation-bar {
	background: linear-gradient(90deg, var(--newscard-blue-darker) 0%, var(--newscard-blue-dark) 54%, var(--newscard-blue) 100%);
	box-shadow: 0 6px 14px rgba(8, 35, 155, 0.08);
	color: #ffffff;
}

.navigation-bar .container {
	position: relative;
}

.navigation-bar:before {
	background: rgba(255, 255, 255, 0.16);
	content: '';
	display: block;
	height: 1px;
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
}

.navbar-main .container {
	display: flex;
	justify-content: center;
}

.navbar-collapse {
	flex-grow: 0;
}

.main-navigation .nav-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.main-navigation .nav-menu > li {
	float: none;
}

.nav-search {
	display: none;
}

.main-navigation a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 16px;
}

.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.show > a,
.main-navigation ul li:hover > a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	color: #ffffff;
}

.main-navigation .dropdown-menu a,
.main-navigation li ul a {
	color: var(--newscard-text);
}

.main-navigation .dropdown-menu a:hover,
.main-navigation li ul li:hover > a {
	background-color: #f4f7ff;
	color: var(--newscard-blue);
}

.top-stories-bar {
	background: #ffffff;
	border-top: 1px solid var(--newscard-border);
	border-bottom: 1px solid var(--newscard-border);
	box-shadow: 0 6px 16px rgba(24, 66, 255, 0.04);
}

.top-stories-bar .top-stories-label .top-stories-label-wrap {
	padding: 8px 0 8px 31px;
}

.top-stories-bar .top-stories-label .label-txt {
	font-size: 15px;
}

.top-stories-bar .top-stories-lists .row,
.top-stories-bar .top-stories-lists .marquee,
.top-stories-bar {
	height: 46px;
}

.top-stories-bar .top-stories-label {
	background: var(--newscard-blue-soft);
	color: var(--newscard-text);
}

.top-stories-bar .top-stories-label:after {
	background: var(--newscard-blue-soft);
}

.top-stories-bar .top-stories-label .flash-icon,
.top-stories-bar .top-stories-label .flash-icon:before {
	background-color: var(--newscard-blue);
}

.top-stories-bar .top-stories-label .flash-icon:after {
	border-color: var(--newscard-blue);
}

.top-stories-bar .top-stories-lists .marquee a {
	color: var(--newscard-text);
	font-size: 14px;
	font-weight: 600;
	padding-left: 28px;
	position: relative;
}

.top-stories-bar .top-stories-lists .marquee a:hover {
	color: var(--newscard-blue);
}

.top-stories-bar .top-stories-lists .marquee a:before {
	background: var(--newscard-green);
	border-radius: 50%;
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.featured-section {
	background: #ffffff;
	padding-top: 18px;
	padding-bottom: 10px;
}

.featured-section .stories-title,
.featured-section .stories-title a,
.featured-section .stories-title a:hover {
	border-left-color: var(--newscard-green);
	color: var(--newscard-text);
}

.featured-section .post-block,
.featured-section .post-boxed {
	background: #ffffff;
	border: 1px solid var(--newscard-border);
	border-radius: var(--newscard-radius);
	box-shadow: var(--newscard-shadow);
	overflow: hidden;
}

.featured-section .post-boxed.inlined {
	padding: 12px 12px 0;
}

.featured-section .post-boxed.inlined .post-img-wrap {
	border-radius: 3px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.featured-section .post-boxed .entry-title a,
.featured-section .post-boxed .entry-meta,
.featured-section .post-boxed .entry-meta a,
.featured-section .post-boxed .entry-content {
	color: var(--newscard-text);
}

.featured-section .post-boxed .entry-content,
.entry-content,
.entry-summary {
	color: var(--newscard-text-soft);
}

.post-block .post-img-wrap a:after {
	background: none;
}

.featured-section .post-block .entry-header {
	padding: 18px 18px 14px;
}

.featured-section .post-block .entry-title,
.featured-section .post-block .entry-title a,
.featured-section .post-block .entry-meta,
.featured-section .post-block .entry-meta a {
	color: #ffffff;
}

.stories-title,
.widget-title {
	border-left-color: var(--newscard-blue);
	color: var(--newscard-text);
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.site-main > .widget,
.site-main > .newscard-showcase-band {
	margin-bottom: 34px;
}

.newscard-widget-horizontal-vertical-posts,
.newscard-widget-card-block-posts {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.newscard-widget-recent-posts {
	background: #ffffff;
	border: 1px solid var(--newscard-border);
	border-radius: var(--newscard-radius);
	box-shadow: var(--newscard-shadow);
	padding: 22px;
}

.newscard-widget-recent-posts .row {
	row-gap: 16px;
}

.newscard-widget-recent-posts .post-boxed.inlined {
	border: 1px solid var(--newscard-border);
	border-radius: var(--newscard-radius);
	box-shadow: none;
	height: 100%;
	margin-bottom: 0;
	padding: 16px;
}

.site-content .post-boxed,
.site-content .post-block,
.site-content .post-item {
	background: #ffffff;
	border: 1px solid var(--newscard-border);
	border-radius: var(--newscard-radius);
	box-shadow: var(--newscard-shadow);
	overflow: hidden;
}

.site-content .post-boxed:hover,
.site-content .post-block:hover,
.site-content .post-item:hover {
	box-shadow: 0 18px 34px rgba(24, 66, 255, 0.12);
}

.post-img-wrap,
.page-single-img-wrap {
	border-radius: 3px;
	overflow: hidden;
}

.post-boxed.inlined .post-img-wrap,
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .post-img-wrap {
	border-radius: 3px;
	overflow: hidden;
}

.post-img-wrap .post-img,
.newscard-showcase-band__hero-media,
.newscard-showcase-band__thumb {
	filter: none !important;
}

.post-img-wrap .entry-meta .cat-links a,
.post-img-wrap + .entry-header .entry-meta .cat-links a {
	background-color: var(--newscard-blue);
	border-radius: 999px;
	color: #ffffff;
	padding: 4px 10px;
}

.theme-color,
a:hover,
.widget ul li a:hover,
.widget_archive li a[aria-current="page"],
.widget_categories .current-cat a,
.widget_nav_menu ul li.current_page_item > a,
.widget_nav_menu ul li.current_page_ancestor > a,
.widget_nav_menu ul li.current-menu-item > a,
.widget_nav_menu ul li.current-menu-ancestor > a,
.widget_pages ul li.current_page_item > a,
.widget_pages ul li.current_page_ancestor > a,
.widget_tag_cloud a:hover {
	color: var(--newscard-blue);
}

.theme-bg-color,
.btn-theme,
.btn-outline-theme:hover,
.show > .btn-outline-info.dropdown-toggle,
.scrollup,
.readmore,
.page-links span,
.page-links a:hover span,
.page-links a span:hover,
.woocommerce span.onsale,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: var(--newscard-blue);
	color: #ffffff;
}

.btn-outline-theme {
	border-color: var(--newscard-blue);
	color: var(--newscard-blue);
}

.btn-theme:hover,
.btn-outline-theme:hover,
.btn-outline-theme:hover a,
.scrollup:hover,
.readmore:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: var(--newscard-blue-dark);
	color: #ffffff;
}

.newscard-showcase-band {
	margin: 42px 0 34px;
}

.newscard-showcase-band__inner {
	background: linear-gradient(180deg, var(--newscard-blue) 0%, var(--newscard-blue-dark) 100%);
	border-radius: 4px;
	padding: 30px 28px;
}

.newscard-showcase-band__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.newscard-showcase-band__eyebrow {
	color: rgba(255, 255, 255, 0.74);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	padding-left: 16px;
	position: relative;
	text-transform: uppercase;
}

.newscard-showcase-band__eyebrow:before {
	background: var(--newscard-green);
	border-radius: 99px;
	content: '';
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.newscard-showcase-band__title {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}

.newscard-showcase-band__link {
	background: var(--newscard-green);
	border-radius: 999px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
}

.newscard-showcase-band__link:hover {
	background: var(--newscard-green-dark);
	color: #ffffff;
	text-decoration: none;
}

.newscard-showcase-band__hero {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.newscard-showcase-band__hero-media {
	background-color: transparent;
	background-position: center;
	background-size: cover;
	border-radius: 3px;
	display: block;
	min-height: 420px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 16px 34px rgba(5, 19, 83, 0.2);
}

.newscard-showcase-band__hero-media:after {
	display: none;
}

.newscard-showcase-band__hero-content {
	padding: 18px 4px 0;
}

.newscard-showcase-band__category {
	background: var(--newscard-green);
	border-radius: 999px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 12px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.newscard-showcase-band__hero-title,
.newscard-showcase-band__side-title {
	line-height: 1.18;
	margin-bottom: 10px;
}

.newscard-showcase-band__hero-title {
	font-size: 28px;
}

.newscard-showcase-band__hero-title a,
.newscard-showcase-band__side-title a {
	color: #ffffff;
}

.newscard-showcase-band__hero-title a:hover,
.newscard-showcase-band__side-title a:hover {
	color: #ffffff;
	text-decoration: none;
}

.newscard-showcase-band__meta {
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	font-weight: 600;
}

.newscard-showcase-band__side-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: 100%;
}

.newscard-showcase-band__side-item {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: flex;
	gap: 16px;
	min-height: 0;
	padding: 0;
}

.newscard-showcase-band__thumb {
	background-color: transparent;
	background-position: center;
	background-size: cover;
	border-radius: 3px;
	display: block;
	flex: 0 0 42%;
	min-height: 112px;
	box-shadow: 0 12px 26px rgba(5, 19, 83, 0.18);
}

.newscard-showcase-band__body {
	flex: 1 1 auto;
	padding-right: 8px;
}

.newscard-showcase-band__side-title {
	font-size: 19px;
	line-height: 1.24;
	margin-bottom: 8px;
}

.site-footer .widget-area {
	background: #ffffff;
	border-top: 1px solid var(--newscard-border);
	color: var(--newscard-text);
	padding-top: 58px;
	padding-bottom: 34px;
}

.site-footer .widget {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.footer-widget-grid {
	row-gap: 28px;
}

.site-footer .widget-title {
	border-left-color: var(--newscard-blue);
	color: var(--newscard-text);
	font-size: 22px;
	margin-bottom: 18px;
}

.site-footer .widget p,
.site-footer .widget li,
.site-footer caption,
.site-footer .widget ul li a,
.site-footer .widget_tag_cloud a {
	color: var(--newscard-text);
}

.site-footer .widget ul li a:hover,
.site-footer .widget_tag_cloud a:hover {
	color: var(--newscard-blue);
}

.site-footer .widget-area .newscard-widget-recent-posts,
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.site-footer .widget-area .newscard-widget-recent-posts .post-boxed {
	margin-bottom: 14px;
}

.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-title,
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-title a,
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-meta,
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-meta a {
	color: var(--newscard-text);
}

.site-info {
	background: linear-gradient(90deg, var(--newscard-blue) 0%, #2550ff 100%);
	color: rgba(255, 255, 255, 0.88);
	padding-top: 24px;
	padding-bottom: 20px;
}

.site-info a {
	color: #ffffff;
}

.site-info__top {
	gap: 24px 0;
}

.site-info__brand-col {
	display: flex;
	align-items: center;
}

.footer-branding {
	display: inline-flex;
	align-items: center;
}

.site-info__contacts-col {
	display: flex;
	align-items: center;
}

.footer-contact-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	justify-content: flex-end;
	margin-left: auto;
	width: 100%;
}

.footer-contact-item {
	color: rgba(255, 255, 255, 0.92);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding-left: 22px;
	position: relative;
	word-break: break-word;
}

.footer-contact-item:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer-contact-item:before {
	color: var(--newscard-green);
	font-family: 'FontAwesome';
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer-contact-item--location:before {
	content: "\f041";
}

.footer-contact-item--email:before {
	content: "\f0e0";
}

.footer-contact-item--phone:before {
	content: "\f095";
}

.site-info__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	margin-top: 20px;
	padding-top: 18px;
}

.footer-legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-bottom: 8px;
}

.footer-legal-links a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.footer-legal-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer-copyright {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.footer-social-profiles {
	margin-bottom: 0;
}

.footer-social-profiles ul {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	padding-left: 0;
}

.footer-social-profiles ul li,
.portal-footer-directory__social ul li {
	float: none;
	padding: 0;
}

.footer-social-profiles ul li a {
	color: #ffffff;
	font-size: 18px;
}

.newscard-editorial-briefing {
	background: #ffffff;
	border: 1px solid var(--newscard-border);
	border-radius: var(--newscard-radius);
	box-shadow: var(--newscard-shadow);
	margin: 0 0 36px;
	padding: 28px;
}

.newscard-editorial-briefing__header {
	margin-bottom: 24px;
}

.newscard-editorial-briefing__eyebrow {
	color: var(--newscard-blue);
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.newscard-editorial-briefing__title {
	color: var(--newscard-text);
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.newscard-editorial-briefing__lead,
.newscard-editorial-briefing__note {
	height: 100%;
}

.newscard-editorial-briefing__lead-media {
	display: block;
	margin-bottom: 18px;
}

.newscard-editorial-briefing__lead-media img,
.newscard-editorial-briefing__stack-thumb img {
	border-radius: 3px;
	display: block;
	height: auto;
	width: 100%;
}

.newscard-editorial-briefing__category {
	color: #0f45da;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.newscard-editorial-briefing__lead-title,
.newscard-editorial-briefing__stack-title,
.newscard-editorial-briefing__note-title {
	color: var(--newscard-text);
	font-family: 'Lora', serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}

.newscard-editorial-briefing__lead-title {
	font-size: 34px;
}

.newscard-editorial-briefing__stack-title {
	font-size: 22px;
}

.newscard-editorial-briefing__note-title {
	font-size: 23px;
}

.newscard-editorial-briefing__lead-title a,
.newscard-editorial-briefing__stack-title a,
.newscard-editorial-briefing__note-title a {
	color: inherit;
}

.newscard-editorial-briefing__lead-title a:hover,
.newscard-editorial-briefing__stack-title a:hover,
.newscard-editorial-briefing__note-title a:hover {
	color: var(--newscard-blue);
	text-decoration: none;
}

.newscard-editorial-briefing__meta {
	color: var(--newscard-text-soft);
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}

.newscard-editorial-briefing__excerpt {
	color: var(--newscard-text-soft);
	font-size: 15px;
	line-height: 1.7;
}

.newscard-editorial-briefing__stack {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.newscard-editorial-briefing__stack-item {
	align-items: flex-start;
	border-bottom: 1px solid #edf1fb;
	display: grid;
	gap: 14px;
	grid-template-columns: 138px minmax(0, 1fr);
	padding-bottom: 18px;
}

.newscard-editorial-briefing__stack-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.newscard-editorial-briefing__footer {
	margin-top: 18px;
}

.newscard-editorial-briefing__note {
	border-top: 1px solid #edf1fb;
	padding-top: 18px;
}

@media (min-width: 992px) {
	.navigation-bar-top {
		display: none;
	}
}

@media (max-width: 991px) {
	.navbar-head,
	.navbar-head.navbar-bg-set {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.header-utility-panel {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		margin-top: 16px;
	}

	.header-search-form {
		max-width: none;
	}

	.capital-delta-logo--header {
		max-width: 228px;
	}

	.header-social-profiles ul {
		justify-content: flex-start;
	}

	.navigation-bar-top .search-toggle {
		background-color: transparent;
	}

	.navbar-main .container {
		justify-content: flex-start;
	}

	.main-navigation .nav-menu {
		display: block;
	}

	.newscard-showcase-band__hero-media {
		min-height: 300px;
	}

	.newscard-editorial-briefing {
		padding: 24px 20px;
	}

	.newscard-editorial-briefing__lead-title {
		font-size: 28px;
	}

	.newscard-editorial-briefing__stack-title,
	.newscard-editorial-briefing__note-title {
		font-size: 20px;
	}

	.site-info__contacts-col {
		justify-content: flex-start;
	}

	.footer-contact-list {
		justify-content: flex-start;
		margin-left: 0;
	}

	.footer-social-profiles ul {
		justify-content: flex-start;
		margin-top: 14px;
	}
}

@media (max-width: 767px) {
	.capital-delta-logo--header {
		max-width: 186px;
	}

	.capital-delta-logo--footer {
		max-width: 220px;
	}

	.main-navigation a {
		font-size: 15px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.newscard-showcase-band__inner {
		padding: 20px 18px;
	}

	.newscard-showcase-band__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.newscard-showcase-band__hero-title {
		font-size: 24px;
	}

	.newscard-showcase-band__hero-content {
		padding: 16px 0 0;
	}

	.newscard-showcase-band__side-item {
		align-items: flex-start;
		flex-direction: column;
	}

	.newscard-showcase-band__thumb {
		flex-basis: auto;
		min-height: 150px;
		width: 100%;
	}

	.newscard-showcase-band__body {
		padding-right: 0;
	}

	.newscard-editorial-briefing {
		padding: 20px 16px;
	}

	.newscard-editorial-briefing__title {
		font-size: 24px;
	}

	.newscard-editorial-briefing__lead-title {
		font-size: 24px;
	}

	.newscard-editorial-briefing__stack-item {
		grid-template-columns: 1fr;
	}

	.newscard-editorial-briefing__stack-thumb {
		display: block;
		max-width: 160px;
	}

	.top-stories-bar .top-stories-lists {
		background-color: #ffffff;
	}

	.site-footer .widget-area {
		padding-top: 42px;
		padding-bottom: 24px;
	}

	.site-footer .widget-title {
		font-size: 20px;
	}

	.site-info {
		padding-top: 22px;
		padding-bottom: 18px;
	}

	.site-info__bottom {
		margin-top: 18px;
		padding-top: 16px;
	}

	.footer-contact-list,
	.footer-legal-links {
		gap: 10px 16px;
	}

	.footer-contact-item,
	.footer-legal-links a {
		font-size: 13px;
	}

	.footer-copyright {
		font-size: 12px;
		line-height: 1.5;
	}
}

.navbar-head {
	position: relative;
}

.navbar-head .container:after {
	background: rgba(255, 255, 255, 0.16);
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 15px;
	position: absolute;
	right: 15px;
}

.navbar-head-row {
	padding-bottom: 14px;
}

.capital-delta-logo--header {
	max-width: 220px;
}

.header-utility-panel {
	gap: 12px;
}

.header-search-form {
	max-width: 430px;
}

.header-social-profiles ul {
	gap: 14px;
}

.header-live-link {
	display: none !important;
}

.header-live-link a {
	align-items: center;
	background: linear-gradient(90deg, #10c843 0%, var(--newscard-green) 100%);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(7, 30, 120, 0.14);
	color: #ffffff;
	display: inline-flex;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	gap: 10px;
	line-height: 1;
	padding: 12px 18px;
	white-space: nowrap;
}

.header-live-link a:hover,
.header-live-link a:focus {
	color: #ffffff;
	text-decoration: none;
}

.header-live-link__label {
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
}

.header-live-link__status {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	opacity: 0.82;
	text-transform: uppercase;
}

.main-navigation .nav-menu {
	gap: 2px;
}

.main-navigation a {
	font-size: 16px;
	font-weight: 500;
	padding: 15px 14px;
}

.main-navigation li {
	position: relative;
}

.main-navigation li ul,
.main-navigation .sub-menu {
	background: #ffffff;
	border: 1px solid var(--newscard-border);
	border-radius: 2px;
	box-shadow: 0 18px 34px rgba(11, 46, 198, 0.12);
	min-width: 240px;
	padding: 10px 0;
}

.main-navigation li ul li,
.main-navigation .sub-menu li {
	width: 100%;
}

.main-navigation .sub-menu a,
.main-navigation li ul a {
	color: var(--newscard-text);
	font-size: 14px;
	font-weight: 500;
	padding: 10px 16px;
}

.portal-reference-masthead {
	background: #ffffff;
	padding: 26px 0 18px;
}

.portal-reference-masthead__headline {
	margin: 0 auto 30px;
	max-width: 1120px;
	text-align: center;
}

.portal-reference-masthead__eyebrow {
	color: var(--newscard-blue);
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.portal-reference-masthead__title {
	color: var(--newscard-text);
	font-family: 'Lora', serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.02;
	margin: 0 0 14px;
}

.portal-reference-masthead__title a {
	color: inherit;
}

.portal-reference-masthead__title a:hover {
	color: var(--newscard-blue);
	text-decoration: none;
}

.portal-reference-masthead__summary {
	color: var(--newscard-text-soft);
	font-size: 21px;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 980px;
}

.portal-reference-masthead__lead-card {
	background: #ffffff;
	border: 1px solid var(--newscard-border);
	border-radius: 2px;
	box-shadow: var(--newscard-shadow);
	overflow: hidden;
}

.portal-reference-masthead__lead-media,
.portal-reference-masthead__side-thumb {
	display: block;
}

.portal-reference-masthead__lead-media img,
.portal-reference-masthead__side-thumb img {
	display: block;
	filter: none !important;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.portal-reference-masthead__lead-media img {
	aspect-ratio: 16 / 10;
}

.portal-reference-masthead__lead-body {
	padding: 18px 18px 20px;
}

.portal-reference-masthead__kicker {
	color: var(--newscard-blue);
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.portal-reference-masthead__lead-title,
.portal-reference-masthead__side-title {
	color: var(--newscard-text);
	font-family: 'Lora', serif;
	font-weight: 700;
	line-height: 1.16;
	margin-bottom: 8px;
}

.portal-reference-masthead__lead-title {
	font-size: 28px;
}

.portal-reference-masthead__side-title {
	font-size: 20px;
}

.portal-reference-masthead__lead-title a,
.portal-reference-masthead__side-title a {
	color: inherit;
}

.portal-reference-masthead__lead-title a:hover,
.portal-reference-masthead__side-title a:hover {
	color: var(--newscard-blue);
	text-decoration: none;
}

.portal-reference-masthead__meta {
	color: var(--newscard-text-soft);
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 500;
}

.portal-reference-masthead__side-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.portal-reference-masthead__side-item {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 300px minmax(0, 1fr);
}

.portal-reference-masthead__side-thumb {
	border-radius: 2px;
	overflow: hidden;
}

.portal-reference-masthead__side-thumb img {
	aspect-ratio: 16 / 9;
}

.portal-reference-masthead__side-body {
	padding-right: 6px;
}

.top-stories-bar {
	box-shadow: 0 8px 18px rgba(24, 66, 255, 0.05);
}

.portal-reference-home {
	padding-top: 10px;
}

.portal-reference-section,
.portal-reference-video {
	margin-bottom: 46px;
}

.portal-reference-section__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.portal-reference-section__title {
	color: var(--newscard-text);
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.12;
	margin: 0;
	padding-left: 18px;
	position: relative;
}

.portal-reference-section__title:before {
	background: var(--newscard-blue);
	border-radius: 99px;
	content: '';
	height: 28px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 4px;
}

.portal-reference-section__link {
	color: var(--newscard-blue);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.portal-reference-section__link:hover,
.portal-reference-section__link:focus {
	color: var(--newscard-blue-dark);
	text-decoration: none;
}

.portal-reference-columns__lead,
.portal-reference-columns__item,
.portal-reference-story,
.portal-reference-latest__item {
	background: #ffffff;
	border: 1px solid var(--newscard-border);
	border-radius: 2px;
	box-shadow: var(--newscard-shadow);
	height: 100%;
	overflow: hidden;
}

.portal-reference-columns__lead-media,
.portal-reference-story__media,
.portal-reference-latest__thumb {
	display: block;
}

.portal-reference-columns__lead-media img,
.portal-reference-story__media img,
.portal-reference-latest__thumb img,
.portal-reference-video__media img,
.portal-reference-video__thumb img {
	display: block;
	filter: none !important;
	height: auto;
	mix-blend-mode: normal !important;
	object-fit: cover;
	width: 100%;
}

.portal-reference-columns__lead-media img {
	aspect-ratio: 1.15 / 1;
}

.portal-reference-columns__lead-body,
.portal-reference-story__body,
.portal-reference-latest__body {
	padding: 18px 18px 20px;
}

.portal-reference-columns__label,
.portal-reference-story__kicker {
	color: var(--newscard-blue);
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.portal-reference-columns__label:empty,
.portal-reference-columns__author:empty,
.portal-reference-story__kicker:empty,
.portal-reference-story__meta:empty,
.portal-reference-video__meta:empty {
	display: none;
}

.portal-reference-columns__author {
	color: var(--newscard-text-soft);
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}

.portal-reference-columns__lead-title,
.portal-reference-columns__item-title,
.portal-reference-story__title,
.portal-reference-latest__title {
	color: var(--newscard-text);
	font-family: 'Lora', serif;
	font-weight: 700;
	line-height: 1.18;
	margin-bottom: 10px;
}

.portal-reference-columns__lead-title {
	font-size: 34px;
}

.portal-reference-columns__item-title,
.portal-reference-latest__title {
	font-size: 24px;
}

.portal-reference-story__title {
	font-size: 26px;
}

.portal-reference-columns__lead-title a,
.portal-reference-columns__item-title a,
.portal-reference-story__title a,
.portal-reference-latest__title a {
	color: inherit;
}

.portal-reference-columns__lead-title a:hover,
.portal-reference-columns__item-title a:hover,
.portal-reference-story__title a:hover,
.portal-reference-latest__title a:hover {
	color: var(--newscard-blue);
	text-decoration: none;
}

.portal-reference-columns__excerpt,
.portal-reference-story__excerpt {
	color: var(--newscard-text-soft);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.portal-reference-columns__grid {
	row-gap: 18px;
}

.portal-reference-columns__item {
	padding: 18px;
}

.portal-reference-story__meta {
	color: var(--newscard-text-soft);
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}

.portal-reference-story__media img {
	aspect-ratio: 16 / 10;
}

.portal-reference-story--compact .portal-reference-story__title {
	font-size: 22px;
}

.portal-reference-story--compact .portal-reference-story__body {
	padding: 16px 16px 18px;
}

.portal-reference-story--stacked .portal-reference-story__title {
	font-size: 24px;
}

.portal-reference-video__inner {
	background: linear-gradient(180deg, var(--newscard-blue) 0%, var(--newscard-blue-dark) 100%);
	border-radius: 2px;
	padding: 34px 32px;
}

.portal-reference-video .portal-reference-section__title,
.portal-reference-video .portal-reference-section__link {
	color: #ffffff;
}

.portal-reference-video .portal-reference-section__title:before {
	background: var(--newscard-green);
}

.portal-reference-video__media,
.portal-reference-video__thumb {
	display: block;
	overflow: hidden;
	position: relative;
}

.portal-reference-video__media img {
	aspect-ratio: 1.15 / 1;
}

.portal-reference-video__thumb img {
	aspect-ratio: 16 / 9;
}

.portal-reference-video__play {
	background: #ffffff;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(12, 32, 120, 0.18);
	height: 56px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
}

.portal-reference-video__play:before {
	border-color: transparent transparent transparent var(--newscard-green-dark);
	border-style: solid;
	border-width: 10px 0 10px 16px;
	content: '';
	left: 22px;
	position: absolute;
	top: 18px;
}

.portal-reference-video__title,
.portal-reference-video__item-title {
	color: #ffffff;
	font-family: 'Lora', serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}

.portal-reference-video__title {
	font-size: 40px;
	margin-top: 18px;
}

.portal-reference-video__item-title {
	font-size: 24px;
}

.portal-reference-video__title a,
.portal-reference-video__item-title a,
.portal-reference-video__title a:hover,
.portal-reference-video__item-title a:hover {
	color: #ffffff;
	text-decoration: none;
}

.portal-reference-video__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: 100%;
}

.portal-reference-video__item {
	display: grid;
	gap: 18px;
	grid-template-columns: 220px minmax(0, 1fr);
}

.portal-reference-video__meta {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 500;
}

.portal-reference-latest__item {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
}

.portal-reference-latest__thumb img {
	height: 100%;
}

.portal-reference-latest__body {
	padding: 16px 18px;
}

.portal-footer-directory {
	background: #ffffff;
	border-top: 1px solid var(--newscard-border);
	padding: 58px 0 36px;
}

.portal-footer-directory__grid {
	row-gap: 30px;
}

.portal-footer-directory__title {
	color: var(--newscard-text);
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px;
}

.portal-footer-directory__about {
	color: var(--newscard-text-soft);
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}

.portal-footer-directory__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.portal-footer-directory__links li {
	margin-bottom: 9px;
}

.portal-footer-directory__links a {
	color: var(--newscard-text);
	font-size: 15px;
	font-weight: 500;
}

.portal-footer-directory__links a:hover {
	color: var(--newscard-blue);
	text-decoration: none;
}

.portal-footer-directory__social ul {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: flex-start;
	margin-bottom: 16px;
	padding-left: 0;
}

.portal-footer-directory__social ul li a {
	color: var(--newscard-text);
}

.portal-footer-directory__links--inline li {
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.navbar-head .container:after {
		left: 12px;
		right: 12px;
	}

	.header-live-link a {
		align-self: flex-start;
	}

	.portal-reference-section__title {
		font-size: 28px;
	}

	.portal-reference-masthead {
		padding-top: 20px;
	}

	.portal-reference-masthead__headline {
		margin-bottom: 24px;
	}

	.portal-reference-masthead__title {
		font-size: 44px;
	}

	.portal-reference-masthead__summary {
		font-size: 18px;
	}

	.portal-reference-masthead__side-item {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.portal-reference-columns__lead-title,
	.portal-reference-video__title {
		font-size: 30px;
	}

	.portal-reference-columns__item-title,
	.portal-reference-story__title,
	.portal-reference-video__item-title,
	.portal-reference-latest__title {
		font-size: 22px;
	}

	.portal-reference-video__item {
		grid-template-columns: 180px minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.navbar-head-row {
		padding-bottom: 12px;
	}

	.header-live-link a {
		font-size: 13px;
		padding: 10px 15px;
	}

	.portal-reference-section,
	.portal-reference-video {
		margin-bottom: 34px;
	}

	.portal-reference-section__title {
		font-size: 24px;
	}

	.portal-reference-masthead {
		padding-top: 14px;
		padding-bottom: 8px;
	}

	.portal-reference-masthead__headline {
		margin-bottom: 18px;
	}

	.portal-reference-masthead__title {
		font-size: 30px;
		line-height: 1.08;
	}

	.portal-reference-masthead__summary {
		font-size: 16px;
	}

	.portal-reference-masthead__lead-title {
		font-size: 24px;
	}

	.portal-reference-masthead__side-title {
		font-size: 18px;
	}

	.portal-reference-masthead__side-item {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.portal-reference-masthead__side-thumb img {
		aspect-ratio: 16 / 10;
	}

	.portal-reference-masthead__side-body {
		padding-right: 0;
	}

	.portal-reference-columns__lead-title,
	.portal-reference-story__title,
	.portal-reference-video__title,
	.portal-reference-columns__item-title,
	.portal-reference-latest__title {
		font-size: 22px;
	}

	.portal-reference-story__media img,
	.portal-reference-video__media img,
	.portal-reference-video__thumb img {
		aspect-ratio: 16 / 10;
	}

	.portal-reference-video__inner {
		padding: 24px 18px;
	}

	.portal-reference-video__item,
	.portal-reference-latest__item {
		grid-template-columns: 1fr;
	}

	.portal-reference-latest__thumb img {
		aspect-ratio: 16 / 9;
	}

	.portal-footer-directory {
		padding: 44px 0 22px;
	}
}

.entry-meta,
.entry-meta a,
.post-boxed .entry-meta,
.post-boxed .entry-meta a,
.post-col .entry-meta,
.post-col .entry-meta a {
	color: var(--newscard-text-soft);
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta .cat-links a,
.entry-meta .tag-links a,
.category-meta .cat-links a,
.main-navigation .dropdown-menu a.current-menu-item,
.main-navigation li ul li.current-menu-item > a,
.main-navigation li ul li.current-menu-ancestor > a,
.main-navigation ul li li.current_page_item > a,
.main-navigation li ul li.current_page_ancestor > a,
#comments .required {
	color: var(--newscard-blue) !important;
}

.navigation.pagination .page-numbers,
.comments-pagination .page-numbers,
.page-links .post-page-numbers {
	background: #ffffff;
	border: 1px solid var(--newscard-border);
	box-shadow: 0 8px 18px rgba(24, 66, 255, 0.06);
	color: var(--newscard-text);
}

.navigation.pagination .current,
.navigation.pagination a:hover,
.comments-pagination .current,
.comments-pagination a:hover,
.page-links span,
.page-links a:hover span,
.page-links a span:hover,
.comment-reply-link,
.comment-edit-link {
	background-color: var(--newscard-blue) !important;
	border-color: var(--newscard-blue) !important;
	color: #ffffff !important;
}

.comment-reply-link,
.comment-edit-link {
	border-radius: 2px;
}

.portal-ad-slot {
	margin: 14px 0 34px;
}

.portal-ad-slot .widget {
	background: #f8fbff;
	border: 1px dashed #b8ccff;
	border-radius: 2px;
	box-shadow: none;
	margin-bottom: 0;
	padding: 14px;
	text-align: center;
}

.portal-ad-slot .widget-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.portal-ad-slot ins,
.portal-ad-slot iframe,
.portal-ad-slot img,
.portal-ad-slot .adsbygoogle {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100%;
}

.portal-ad-slot--hero {
	margin-top: 24px;
}

/* Production launch responsive hardening */
html,
body {
	max-width: 100%;
}

body.theme-body {
	overflow-x: hidden;
}

#page,
#content,
.site-content,
.site-content .container,
.site-content-row,
#primary,
#secondary,
.portal-reference-home,
.portal-reference-masthead,
.portal-reference-section,
.portal-reference-video,
.portal-reference-columns,
.portal-reference-masthead__grid,
.portal-reference-columns__grid,
.portal-reference-video__grid,
.portal-reference-latest__grid,
.newscard-showcase-band__grid {
	min-width: 0;
}

.row > [class*='col-'],
.site-content-row > [class*='col-'],
.portal-reference-masthead__grid > [class*='col-'],
.portal-reference-columns__grid > [class*='col-'] {
	min-width: 0;
}

.entry-title,
.portal-reference-section__title,
.portal-reference-masthead__title,
.portal-reference-masthead__lead-title,
.portal-reference-masthead__side-title,
.portal-reference-columns__lead-title,
.portal-reference-columns__item-title,
.portal-reference-story__title,
.portal-reference-video__title,
.portal-reference-video__item-title,
.portal-reference-latest__title,
.newscard-editorial-briefing__title,
.newscard-editorial-briefing__lead-title,
.newscard-editorial-briefing__stack-title,
.newscard-editorial-briefing__note-title {
	hyphens: auto;
	overflow-wrap: anywhere;
	word-break: normal;
}

.main-navigation a,
.portal-reference-section__link,
.footer-legal-links a,
.footer-contact-item {
	overflow-wrap: anywhere;
}

.navbar-collapse,
.main-navigation,
.top-stories-bar,
.portal-ad-slot .widget {
	overflow: hidden;
}

@media (max-width: 1199px) {
	.container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.portal-reference-masthead__title {
		font-size: 52px;
	}
}

@media (max-width: 991px) {
	.container {
		padding-left: 22px;
		padding-right: 22px;
	}

	.navbar-head .container:after {
		left: 22px;
		right: 22px;
	}

	.navbar-head-row {
		padding-bottom: 10px;
	}

	.header-utility-col {
		justify-content: flex-start;
		margin-top: 10px;
	}

	.header-utility-panel {
		align-items: flex-start;
		margin-top: 0;
		width: 100%;
	}

	.header-search-form {
		width: 100%;
	}

	.header-social-profiles {
		width: 100%;
	}

	.header-social-profiles ul {
		flex-wrap: wrap;
		row-gap: 8px;
	}

	.navigation-bar {
		position: relative;
	}

	.navigation-bar-top .container {
		align-items: center;
		display: flex;
		min-height: 54px;
	}

	.menu-toggle.navbar-toggler,
	.navigation-bar-top .search-toggle {
		align-items: center;
		border: 0;
		display: inline-flex;
		height: 44px;
		justify-content: center;
		padding: 0;
		width: 44px;
	}

	.navigation-bar-top .search-toggle {
		right: 22px;
	}

	.navbar-collapse {
		background: #ffffff;
		box-shadow: 0 18px 34px rgba(11, 46, 198, 0.12);
		margin-left: -22px;
		margin-right: -22px;
		width: calc(100% + 44px);
	}

	.navbar-main {
		background: transparent;
	}

	.main-navigation {
		background: #ffffff;
		border-bottom: 0;
	}

	.main-navigation .navbar-nav,
	.main-navigation .nav-menu,
	.main-navigation .nav-menu > li,
	.main-navigation ul,
	.main-navigation li {
		display: block;
		float: none;
		width: 100%;
	}

	.main-navigation .nav-menu {
		gap: 0;
	}

	.main-navigation li {
		clear: both;
		margin: 0;
		position: relative;
	}

	.main-navigation li + li {
		border-top: 0;
	}

	.main-navigation ul li a {
		border-top: 1px solid rgba(10, 35, 110, 0.1);
		display: block;
		padding: 14px 62px 14px 22px;
		width: 100%;
	}

	.main-navigation .nav-menu > li:first-child > a {
		border-top: 0;
	}

	.main-navigation ul li.current_page_item > a,
	.main-navigation ul li.current_page_ancestor > a,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current-menu-ancestor > a,
	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus,
	.main-navigation ul li.show > a,
	.main-navigation ul li:hover > a {
		background: transparent;
		color: var(--newscard-blue) !important;
	}

	.main-navigation .dropdown-parent.menu-item-has-children > a,
	.main-navigation .dropdown-parent.page_item_has_children > a {
		padding-right: 62px;
	}

	.main-navigation .dropdown-parent .dropdown-toggle {
		align-items: center;
		background: transparent;
		border-left: 1px solid var(--newscard-border);
		display: flex;
		height: 52px;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 0;
		width: 54px;
	}

	.main-navigation .dropdown-parent .dropdown-toggle:hover {
		background: #f4f7ff;
	}

	.main-navigation .dropdown-parent .dropdown-toggle .dropdown-icon,
	.main-navigation .dropdown-parent .dropdown-toggle .dropdown-icon:after {
		border-color: var(--newscard-blue);
	}

	.main-navigation .dropdown-parent .sub-menu,
	.main-navigation .dropdown-parent .children,
	.main-navigation li ul,
	.main-navigation .sub-menu {
		background: #f7faff;
		border: 0;
		border-top: 1px solid var(--newscard-border);
		box-shadow: none;
		margin: 0;
		min-width: 0;
		padding: 0;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}

	.main-navigation ul li ul li a,
	.main-navigation .sub-menu a {
		font-size: 14px;
		padding: 12px 20px 12px 34px;
	}

	.main-navigation ul li ul li ul li a {
		padding-left: 46px;
	}

	.main-navigation ul li ul li ul li ul li a {
		padding-left: 58px;
	}

	.top-stories-bar,
	.top-stories-bar .top-stories-lists .row,
	.top-stories-bar .top-stories-lists .marquee {
		height: auto;
		min-height: 0;
	}

	.top-stories-bar .top-stories-box {
		display: block;
	}

	.top-stories-bar .top-stories-label {
		display: block;
	}

	.top-stories-bar .top-stories-label:after,
	.top-stories-bar .top-stories-lists:after {
		display: none;
	}

	.top-stories-bar .top-stories-label .top-stories-label-wrap {
		padding: 11px 14px 11px 30px;
	}

	.top-stories-bar .top-stories-lists {
		padding: 8px 0 10px;
	}

	.top-stories-bar .top-stories-lists .marquee a {
		display: inline-block;
		padding: 0 18px 0 26px;
		white-space: nowrap;
	}

	.portal-reference-section__header {
		align-items: flex-start;
	}

	.site-info__top,
	.site-info__bottom {
		row-gap: 18px;
	}
}

@media (max-width: 767px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.navbar-head .container:after {
		left: 16px;
		right: 16px;
	}

	.navbar-head,
	.navbar-head.navbar-bg-set {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.capital-delta-logo--header {
		max-width: 170px;
	}

	.header-utility-col {
		margin-top: 8px;
	}

	.header-utility-panel {
		gap: 10px;
	}

	.header-search-form {
		display: none;
	}

	.header-social-profiles ul {
		gap: 12px;
	}

	.header-social-profiles ul li a:before {
		font-size: 17px;
	}

	.navigation-bar-top .container {
		min-height: 50px;
	}

	.navigation-bar-top .search-toggle {
		right: 16px;
	}

	.navbar-collapse {
		margin-left: -16px;
		margin-right: -16px;
		width: calc(100% + 32px);
	}

	.main-navigation ul li a {
		font-size: 16px;
		line-height: 1.35;
		padding: 14px 56px 14px 16px;
	}

	.main-navigation .dropdown-parent .dropdown-toggle {
		height: 50px;
		width: 50px;
	}

	.main-navigation ul li ul li a,
	.main-navigation .sub-menu a {
		padding: 11px 16px 11px 30px;
	}

	.main-navigation ul li ul li ul li a {
		padding-left: 40px;
	}

	.top-stories-bar .top-stories-label .label-txt {
		font-size: 14px;
	}

	.top-stories-bar .top-stories-lists .marquee a {
		font-size: 13px;
	}

	.site-content {
		padding-top: 20px;
	}

	.post,
	.hentry,
	.product.type-product,
	.type-attachment {
		padding: 20px 18px;
	}

	.portal-reference-masthead__title {
		font-size: 28px;
	}

	.portal-reference-masthead__summary {
		font-size: 15px;
	}

	.portal-reference-columns__lead-title,
	.portal-reference-story__title,
	.portal-reference-video__title,
	.portal-reference-columns__item-title,
	.portal-reference-latest__title,
	.newscard-editorial-briefing__lead-title,
	.newscard-editorial-briefing__stack-title,
	.newscard-editorial-briefing__note-title {
		font-size: 20px;
	}

	.footer-contact-list,
	.footer-legal-links {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
	}

	.portal-footer-directory__social ul,
	.footer-social-profiles ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

@media (max-width: 479px) {
	.container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.navbar-head .container:after {
		left: 14px;
		right: 14px;
	}

	.capital-delta-logo--header {
		max-width: 154px;
	}

	.navbar-collapse {
		margin-left: -14px;
		margin-right: -14px;
		width: calc(100% + 28px);
	}

	.portal-reference-masthead__title {
		font-size: 25px;
	}

	.portal-reference-section__title,
	.newscard-editorial-briefing__title {
		font-size: 22px;
	}

	.newscard-editorial-briefing,
	.portal-reference-video__inner {
		padding-left: 14px;
		padding-right: 14px;
	}
}

.portal-ad-slot--hero .widget,
.portal-ad-slot--inline .widget,
.portal-ad-slot--footer .widget {
	max-width: 980px;
}

.portal-ad-slot--footer {
	margin-bottom: 0;
	padding-top: 8px;
}

@media (max-width: 767px) {
	.portal-ad-slot {
		margin: 12px 0 26px;
	}

	.portal-ad-slot .widget {
		padding: 12px;
	}
}

/* Final cleanup: remove remaining red accents and harden mobile layout */
a,
a:visited,
.entry-meta a,
.widget a,
.page-links a,
.comment-list a {
	color: var(--newscard-blue);
}

a:hover,
a:focus,
a:active,
.entry-meta a:hover,
.widget a:hover,
.widget_archive li a[aria-current="page"],
.widget_categories li a[aria-current="page"],
.widget_pages li a[aria-current="page"],
.widget_nav_menu li a:hover,
.main-navigation li:hover > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current_page_parent > a {
	color: var(--newscard-blue-dark) !important;
}

.theme-color,
blockquote:before,
.format-quote blockquote:before,
.post.sticky .entry-header:before,
.stories-title:before,
.widget-title:before {
	color: var(--newscard-blue) !important;
}

.theme-bg-color,
input[type="reset"],
input[type="button"],
input[type="submit"],
.btn-theme,
.btn-outline-theme:hover,
.show > .btn-outline-info.dropdown-toggle,
.post-img-wrap .entry-meta .cat-links a,
.post-img-wrap + .entry-header .entry-meta .cat-links a,
.category-meta .cat-links a,
.entry-meta .cat-links a,
.entry-meta .tag-links a,
.navigation.pagination .current,
.navigation.pagination a:hover,
.comments-pagination .current,
.comments-pagination a:hover,
.page-links span,
.page-links a:hover span,
.page-links a span:hover,
.comment-reply-link,
.comment-edit-link {
	background-color: var(--newscard-blue) !important;
	border-color: var(--newscard-blue) !important;
	color: #ffffff !important;
}

.header-search-form .btn-theme,
.header-search-form .btn-theme:hover,
.header-search-form .btn-theme:focus {
	background: #ffffff !important;
	border-color: transparent !important;
	color: var(--newscard-blue-dark) !important;
}

.entry-meta .cat-links a:hover,
.entry-meta .tag-links a:hover,
.category-meta .cat-links a:hover,
.comment-reply-link:hover,
.comment-edit-link:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn-theme:hover,
.btn-outline-theme,
.btn-outline-theme:focus {
	background-color: var(--newscard-blue-dark) !important;
	border-color: var(--newscard-blue-dark) !important;
	color: #ffffff !important;
}

.navigation.pagination .page-numbers,
.comments-pagination .page-numbers,
.page-links .post-page-numbers {
	border-radius: 3px;
}

@media (max-width: 991px) {
	#secondary,
	.widget-area,
	.right-sidebar,
	.left-sidebar {
		margin-top: 24px;
		min-width: 0;
	}

	.portal-reference-section,
	.portal-reference-video,
	.newscard-editorial-briefing,
	.portal-reference-masthead,
	.widget,
	.post-boxed,
	.post,
	.hentry {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.site-content,
	.content-area,
	.site-main,
	.widget-area,
	.row > [class*="col-"] {
		min-width: 0;
	}

	.main-navigation ul,
	.main-navigation li {
		width: 100%;
	}

	.main-navigation > ul > li,
	.main-navigation .menu > li {
		border-bottom: 1px solid var(--newscard-border);
	}

	.main-navigation > ul > li:last-child,
	.main-navigation .menu > li:last-child {
		border-bottom: 0;
	}

	.entry-title,
	.widget-title,
	.stories-title,
	.portal-reference-section__title,
	.portal-reference-story__title,
	.portal-reference-video__title,
	.portal-reference-latest__title,
	.portal-reference-columns__lead-title,
	.portal-reference-columns__item-title,
	.newscard-editorial-briefing__lead-title,
	.newscard-editorial-briefing__stack-title,
	.newscard-editorial-briefing__note-title {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.portal-reference-columns__side-item,
	.portal-reference-latest__item,
	.newscard-editorial-briefing__stack-item {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.header-social-profiles,
	.portal-footer-directory__social,
	.footer-social-profiles {
		overflow: visible !important;
	}

	.top-stories-bar,
	.top-stories-bar .top-stories-box,
	.top-stories-bar .top-stories-lists {
		overflow: hidden;
	}
}

@media (max-width: 479px) {
	.portal-reference-columns__side-item,
	.portal-reference-latest__item,
	.newscard-editorial-briefing__stack-item {
		gap: 12px;
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.widget,
	.post-boxed,
	.post,
	.hentry,
	.portal-reference-story,
	.portal-reference-video__item,
	.portal-reference-latest__item,
	.portal-reference-columns__side-item,
	.newscard-editorial-briefing__stack-item {
		border-radius: 3px;
	}
}

/* Final responsive hardening for real devices */
@media (max-width: 1199px) {
	.header-search-form {
		display: none;
	}

	.header-utility-col,
	.header-utility-panel {
		width: 100%;
	}

	.header-utility-panel {
		align-items: flex-start;
		gap: 10px;
		justify-content: flex-start;
	}

	.site-content-row,
	.portal-reference-masthead__grid,
	.portal-reference-columns__grid,
	.portal-reference-video__grid,
	.portal-reference-latest__grid,
	.newscard-showcase-band__grid,
	.row.gutter-parent-24,
	.row.gutter-parent-14 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.site-content-row > [class*='col-'],
	.portal-reference-masthead__grid > [class*='col-'],
	.portal-reference-columns__grid > [class*='col-'],
	.portal-reference-video__grid > [class*='col-'],
	.portal-reference-latest__grid > [class*='col-'],
	.newscard-showcase-band__grid > [class*='col-'],
	.row.gutter-parent-24 > [class*='col-'],
	.row.gutter-parent-14 > [class*='col-'] {
		min-width: 0;
	}
}

@media (max-width: 991px) {
	.container,
	.row,
	.site-content,
	.site-content-row,
	.portal-reference-home,
	.portal-reference-masthead,
	.portal-reference-section,
	.portal-reference-video,
	.portal-reference-video__inner,
	.newscard-editorial-briefing,
	.navbar-main,
	.navbar-collapse {
		max-width: 100%;
		overflow-x: hidden;
	}

	.header-utility-panel {
		flex-direction: column;
		margin-top: 12px;
	}

	.main-navigation .navbar-nav,
	.main-navigation .nav-menu,
	.main-navigation .nav-menu > li,
	.main-navigation ul,
	.main-navigation li,
	.site-content-row > [class*='col-'],
	.portal-reference-masthead__grid > [class*='col-'],
	.portal-reference-columns__grid > [class*='col-'],
	.portal-reference-video__grid > [class*='col-'],
	.portal-reference-latest__grid > [class*='col-'] {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.portal-reference-masthead__side-item,
	.portal-reference-video__item,
	.portal-reference-latest__item,
	.portal-reference-columns__side-item,
	.newscard-editorial-briefing__stack-item {
		grid-template-columns: 1fr;
	}

	.portal-reference-masthead__side-thumb img,
	.portal-reference-video__thumb img,
	.portal-reference-latest__thumb img,
	.portal-reference-columns__side-thumb img,
	.newscard-editorial-briefing__stack-thumb img {
		aspect-ratio: 16 / 10;
		width: 100%;
	}

	.top-stories-bar .top-stories-lists {
		padding: 8px 0 10px;
	}

	.top-stories-bar .top-stories-lists .row,
	.top-stories-bar .top-stories-lists .marquee {
		display: block;
		height: auto !important;
		min-height: 0;
	}

	.top-stories-bar .top-stories-lists .marquee {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
	}

	.top-stories-bar .top-stories-lists .marquee a {
		display: inline-block;
		padding: 0 18px 0 26px;
		white-space: nowrap;
	}

	.header-social-profiles ul,
	.footer-social-profiles ul,
	.portal-footer-directory__social ul {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.header-utility-panel,
	.header-social-profiles ul {
		justify-content: flex-start;
	}

	.site-content-row > [class*='col-'],
	.portal-reference-masthead__grid > [class*='col-'],
	.portal-reference-columns__grid > [class*='col-'],
	.portal-reference-video__grid > [class*='col-'],
	.portal-reference-latest__grid > [class*='col-'],
	.row.gutter-parent-24 > [class*='col-'],
	.row.gutter-parent-14 > [class*='col-'] {
		padding-left: 0;
		padding-right: 0;
	}

	.portal-reference-section,
	.portal-reference-video,
	.newscard-editorial-briefing {
		margin-bottom: 28px;
	}
}

/* Emergency mobile/tablet ticker fix after real browser testing */
@media (max-width: 991px) {
	.top-stories-bar,
	.top-stories-bar .container {
		overflow: hidden !important;
	}

	.top-stories-bar .top-stories-box {
		align-items: stretch !important;
		display: flex !important;
		flex-direction: column !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.top-stories-bar .top-stories-box > .col-sm-auto,
	.top-stories-bar .top-stories-box > .top-stories-lists,
	.top-stories-bar .top-stories-box > [class*='col-'] {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	.top-stories-bar .top-stories-label {
		align-items: center !important;
		display: flex !important;
		float: none !important;
		height: auto !important;
		justify-content: center !important;
		margin: 0 !important;
		padding: 10px 16px 8px !important;
		text-align: center !important;
		width: 100% !important;
	}

	.top-stories-bar .top-stories-label .top-stories-label-wrap {
		align-items: center !important;
		display: inline-flex !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 0 0 0 22px !important;
	}

	.top-stories-bar .top-stories-label .flash-icon {
		left: 0 !important;
	}

	.top-stories-bar .top-stories-lists,
	.top-stories-bar .top-stories-lists .row,
	.top-stories-bar .top-stories-lists .row > .col,
	.top-stories-bar .top-stories-lists .marquee {
		display: block !important;
		height: auto !important;
		margin: 0 !important;
		max-width: 100% !important;
		min-height: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}

	.top-stories-bar .top-stories-lists .marquee {
		-webkit-overflow-scrolling: touch;
		background: #ffffff;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		padding: 0 0 8px !important;
		white-space: nowrap !important;
	}

	.top-stories-bar .top-stories-lists .marquee a {
		align-items: center !important;
		display: inline-flex !important;
		height: auto !important;
		min-height: 34px !important;
		padding: 6px 18px 6px 24px !important;
		vertical-align: top !important;
		white-space: nowrap !important;
	}

	.top-stories-bar:before,
	.top-stories-bar .top-stories-label:after,
	.top-stories-bar .top-stories-lists:after {
		display: none !important;
	}
}

@media (max-width: 359px) {
	.container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.portal-reference-masthead__headline,
	.portal-reference-masthead__grid,
	.portal-reference-masthead__grid > [class*='col-'],
	.portal-reference-masthead__lead-card,
	.portal-reference-masthead__side-list,
	.portal-reference-masthead__side-item,
	.portal-reference-masthead__side-body,
	.portal-reference-masthead__lead-body {
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: hidden !important;
		width: 100% !important;
	}

	.capital-delta-logo--header {
		max-width: 138px;
	}

	.portal-reference-masthead__title {
		font-size: 19px !important;
		line-height: 1.12 !important;
		padding: 0 2px;
	}

	.portal-reference-masthead__summary {
		font-size: 13px !important;
		max-width: 100% !important;
		padding: 0 2px;
	}

	.portal-reference-masthead__lead-title,
	.portal-reference-video__title,
	.portal-reference-columns__lead-title,
	.newscard-editorial-briefing__lead-title {
		font-size: 18px !important;
	}

	.portal-reference-story__title,
	.portal-reference-video__item-title,
	.portal-reference-latest__title,
	.portal-reference-columns__item-title,
	.newscard-editorial-briefing__stack-title,
	.newscard-editorial-briefing__note-title {
		font-size: 17px !important;
		line-height: 1.24 !important;
	}

	.top-stories-bar .top-stories-label .label-txt,
	.top-stories-bar .top-stories-lists .marquee a {
		font-size: 12px !important;
	}

	.top-stories-bar .top-stories-lists .marquee a {
		display: inline-block !important;
		max-width: calc(100vw - 44px);
		overflow: hidden;
		padding-right: 14px !important;
		text-overflow: ellipsis;
	}
}

/* Final mobile ticker hardening */
@media (max-width: 991px) {
	.top-stories-bar .top-stories-lists {
		padding: 0 !important;
	}

	.top-stories-bar .top-stories-lists .marquee {
		-ms-overflow-style: none;
		background: #ffffff;
		overflow: hidden !important;
		padding: 0 14px 10px !important;
		scrollbar-width: none;
		white-space: normal !important;
	}

	.top-stories-bar .top-stories-lists .marquee::-webkit-scrollbar {
		display: none;
	}

	.top-stories-bar .top-stories-lists .marquee a {
		display: none !important;
		margin: 0 !important;
		max-width: 100% !important;
		overflow: hidden !important;
		padding: 0 0 0 18px !important;
		position: relative;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
		width: 100% !important;
	}

	.top-stories-bar .top-stories-lists .marquee a:before {
		left: 2px !important;
	}

	.top-stories-bar .top-stories-lists .marquee a.is-mobile-active {
		align-items: center !important;
		display: block !important;
		line-height: 1.35;
		min-height: 18px !important;
	}
}

@media (max-width: 479px) {
	.top-stories-bar .top-stories-lists .marquee {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.top-stories-bar .top-stories-lists .marquee a {
		font-size: 12px !important;
		padding-left: 16px !important;
	}

	.portal-reference-masthead__title {
		font-size: 21px !important;
		line-height: 1.14 !important;
		max-width: 100% !important;
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.portal-reference-masthead__summary {
		font-size: 14px !important;
		line-height: 1.55 !important;
		max-width: 100% !important;
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.portal-reference-masthead__lead-title,
	.portal-reference-video__title,
	.portal-reference-columns__lead-title,
	.newscard-editorial-briefing__lead-title,
	.portal-reference-story__title,
	.portal-reference-video__item-title,
	.portal-reference-latest__title,
	.portal-reference-columns__item-title,
	.newscard-editorial-briefing__stack-title,
	.newscard-editorial-briefing__note-title {
		font-size: 18px !important;
		line-height: 1.24 !important;
	}
}

/* Final mobile header cleanup */
@media (max-width: 991px) {
	.header-utility-col,
	.header-utility-panel,
	.header-social-profiles,
	.site-info__contacts-col,
	.footer-social-profiles,
	.portal-footer-directory__social {
		max-width: 100%;
		min-width: 0;
		overflow: visible !important;
	}

	.header-social-profiles {
		padding-left: 2px;
	}

	.header-social-profiles ul {
		flex-wrap: wrap !important;
		gap: 12px !important;
		justify-content: flex-start !important;
		margin-left: 0 !important;
		overflow: visible !important;
		padding-left: 0 !important;
		row-gap: 10px !important;
		width: 100%;
	}

	.header-social-profiles ul li,
	.header-social-profiles ul li a {
		overflow: visible !important;
	}

	.header-social-profiles ul li:first-child,
	.header-social-profiles ul li:first-child a {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 767px) {
	.header-social-profiles {
		padding-left: 4px;
	}

	.header-social-profiles ul {
		gap: 10px !important;
	}

	.site-info__top,
	.site-info__bottom {
		row-gap: 14px !important;
	}

	.site-info__brand-col,
	.site-info__contacts-col,
	.site-info__bottom > [class*='col-'] {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.footer-branding {
		justify-content: flex-start;
		max-width: 100%;
	}

	.footer-contact-list {
		gap: 10px;
		width: 100%;
	}

	.footer-contact-item {
		display: block;
		width: 100%;
	}

	.footer-social-profiles,
	.portal-footer-directory__social {
		max-width: 100%;
		overflow: visible !important;
		padding-left: 4px;
	}

	.footer-social-profiles ul,
	.portal-footer-directory__social ul {
		flex-wrap: wrap !important;
		gap: 10px !important;
		justify-content: flex-start !important;
		margin-top: 0 !important;
		max-width: 100%;
		overflow: visible !important;
		padding-left: 0 !important;
		row-gap: 10px !important;
		width: 100%;
	}

	.footer-social-profiles ul li,
	.footer-social-profiles ul li a,
	.portal-footer-directory__social ul li,
	.portal-footer-directory__social ul li a {
		overflow: visible !important;
	}

	.footer-social-profiles ul li:first-child,
	.footer-social-profiles ul li:first-child a,
	.portal-footer-directory__social ul li:first-child,
	.portal-footer-directory__social ul li:first-child a {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
}

/* Mobile header search restore */
@media (max-width: 1199px) {
	.header-utility-panel {
		align-items: flex-start !important;
		display: flex;
		flex-direction: column;
		gap: 12px !important;
		justify-content: flex-start !important;
	}

	.header-social-profiles {
		order: 1;
		width: 100%;
	}

	.header-search-form {
		display: block !important;
		max-width: none !important;
		order: 2;
		width: 100% !important;
	}

	.header-search-form .search-form {
		width: 100%;
	}

	.header-search-form .input-group {
		border-radius: 8px;
		padding: 2px 5px 2px 12px;
		width: 100%;
	}

	.header-search-form .form-control {
		font-size: 14px;
		min-height: 42px;
	}

	.header-search-form .btn-theme,
	.header-search-form .btn-theme:hover,
	.header-search-form .btn-theme:focus {
		min-width: 44px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 767px) {
	.header-utility-col {
		margin-top: 10px;
	}

	.header-utility-panel {
		gap: 10px !important;
		margin-top: 10px !important;
	}

	.header-search-form {
		margin-top: 2px;
	}

	.header-search-form .input-group {
		border-radius: 7px;
	}
}

@media (max-width: 479px) {
	.header-utility-panel {
		gap: 8px !important;
	}

	.header-search-form .input-group {
		padding: 2px 4px 2px 10px;
	}

	.header-search-form .form-control {
		font-size: 13px;
		min-height: 40px;
	}

	.header-search-form .btn-theme,
	.header-search-form .btn-theme:hover,
	.header-search-form .btn-theme:focus {
		min-width: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
