/* basic classes */
img.alignleft {
	margin: 0 10px 10px 0;
	float: left;
}

img.alignright {
	margin: 0 0 10px 10px;
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed';
	font-weight: bold;
	color: #001f33;
}

h1 {
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.9em;
	color: #000;
	padding: 16px 0 0px 16px;
	border-top: 1px solid black;
}

h3 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}

.ts-article-text h2+p,
.ts-article-text h2+ul,
.ts-article-text h2+ol {
	margin-top: 0;
}
.ts-article-text h3+p,
.ts-article-text h3+ul,
.ts-article-text h3+ol {
	margin-top: 0;
}
.ts-article-text h4 + p,
.ts-article-text h4 + ul,
.ts-article-text h4 + ol {
	margin-top: 0;
}

/* widgets */
.widget {
	margin-top: 8px;
	margin-bottom: 8px;
}

.widget::before,
.widget::after {
	content: '';
	clear: both;
	display: table;
}

.widget {
	color: #42515a;
}

.widget a {
	color: inherit;
}

.widget ol,
.widget ul {
	margin: 1em 0;
	padding: 0 0 0 1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: normal;
	word-wrap: break-word;
}

.widget ol li {
	list-style: decimal;
}

.widget.champagne {
	padding: 2px;
}

.widget--accordion {
	margin: 0;
}

.widget--accordion .accordionButton:first-child {
	margin-top: 0;
	border-top-width: 0;
	line-height: 1;
}

#ts-blog-rcol-topics {
	line-height: 1;
}

.widget--accordion .menu {
	margin: 1em 0;
	padding: 0;
}

.widget--accordion .menu li {
	list-style: none;
	margin: 4px 0;
}

.widget ul .widget-archives-link {
	list-style: none;
	margin: 5px 0 5px -12px;
}

/* comments */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.img.wp-smiley, img.emoji {
	font-size: inherit;
}

.comment-respond {
	font-family: 'Georgia';
}

.notice {
	background: #f5f2ed;
	color: #001f33;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0px;
	padding: 2px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	clear: both;
}

.notice p {
	padding: 0;
}

.notice > *:first-child {
	margin-top: 0;
}

.notice > *:last-child {
	margin-bottom: 0;
}

.wp-block-button__link {
	height: auto;
}

.wp-block-image img {
	max-width: 100%;
	height: auto;
}

.content-nav {
	font-size: 12px;
}

.ts-article-text span[id^="more-"]:empty + br {
	display: none;
}

hr,
hr.wp-block-separator {
	border: solid #dddbd7;
	border-width: 1px 0 0 0;
}

.frbny-container {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	display: flow-root;
}

.frbny-container::before,
.frbny-container::after {
	content: '';
	display: table;
}

.masthead-menu {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto Condensed';
	margin: 10px auto;
}

.masthead-menu-items {
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 15px;
}

.masthead-menu-items > .menu-item {
	list-style: none;
}

.masthead-menu-items a {
	color: inherit;
}

.frbny-content {
	clear: both;
	display: flex;
	margin: 0 auto;
	padding: 0 10px;
	gap: 100px;
}

.frbny-content__main {
	flex: 1 0 460px;
	padding: 0 10px;
	margin-left: 70px;
	box-sizing: border-box;
	max-width: 460px;
	position: relative;
}

.frbny-content__aside {
	flex: 0 0 300px;
}

.widget-archives-link-year-link {
	font-weight: 600;
}

li.widget-archives-link ul {
	display:none;
}
li.widget-archives-link.open ul {
	display:block;
}

.widget-archives-link-month {
	padding-left: 10px;
}
.frbny-chart-container {
	margin-block: 26px;
}