﻿/*# sourceMappingURL=main.59c9c8a9.css.map*/



.stories-filter {
	display: grid;
	grid-template-columns: 1fr;
	padding-top: 2rem;
}

@media (min-width:1024px) {
	.stories-filter {
		grid-template-columns: 1fr 2fr;
	}
}

@media (min-width:1279px) {
	.stories-filter {
		grid-template-columns: 1fr 3fr;
	}
}

.stories-filter .stories-filter-aside {
	margin-bottom: 3rem;
}

@media (min-width:1024px) {
	.stories-filter .stories-filter-aside {
		margin-bottom: 0;
	}
	
	.stories-filter .stories-filter-aside .stories-filter-filters {
		max-width: 18rem;
		padding-right: 1rem;
	}
}

.stories-filter .stories-filter-aside .stories-filter-filters .stories-filter-filters__cats {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding-bottom: 2rem;
}

.stories-filter .stories-filter-aside .stories-filter-filters .stories-filter-filters__cats .stories-filter-filters__cats-title {
	font-size: 1.5rem;
	margin: 0 0 1.75rem;
}

.stories-filter .stories-filter-aside .stories-filter-filters .stories-filter-filters__reset {
	margin-bottom: .5rem;
	padding-bottom: 1rem;
}

.stories-filter .stories-filter-aside .stories-filter-filters .stories-filter-filters__reset .stories-filter-filters__reset-link {
	color: var(--red-brand);
	display: block;
	font-weight: 600;
	margin-left: auto;
	text-decoration: none;
	width: max-content;
}

.stories-filter .stories-filter-aside .stories-filter-filters .stories-filter-filters__reset .stories-filter-filters__reset-link.non-active {
	color: #e7e7e7;
}

@media (min-width:768px) {
	.stories-filter .stories-filter-main {
		padding-left: .5rem;
	}
}

.stories-filter .stories-filter-main__result {
	grid-gap: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	min-height: 4rem;
	position: relative;
}

@media (min-width:768px) {
	.stories-filter .stories-filter-main__result {
		grid-gap: 2rem;
		grid-template-columns: 1fr;
	}
}

@media (min-width:1024px) {
	.stories-filter .stories-filter-main__result {
		grid-template-columns: 1fr;
	}
}

@media (min-width:1279px) {
	.stories-filter .stories-filter-main__result {
		grid-template-columns: 1fr 1fr;
	}
}

.stories-filter .stories-filter-main__load-more {
	margin: 2.5rem 0;
	text-align: center;
}

.stories-filter .stories-filter-main__load-more .stories-filter-main__load-more-link {
	font-size: 1.15rem;
	font-weight: 600;
	text-decoration: none;
}

.stories-filter .stories-filter-main__load-more .stories-filter-main__load-more-link:focus, .stories-filter .stories-filter-main__load-more .stories-filter-main__load-more-link:hover {
	text-decoration: underline;
}

.stories-filter-result {
	border: 1px solid #ccc;
	position: relative;
}

@media (min-width:1279px) {
	.stories-filter-result.sticky-stories-post {
		grid-column: 1/3;
	}
	
	.stories-filter-result.sticky-stories-post .stories-filter-result__img {
		height: 28.5rem;
		width: 100%;
	}
	
	.stories-filter-result.sticky-stories-post .stories-filter-result__summary {
		height: 11.5rem;
	}
}

.stories-filter-result__img {
	height: 14.5rem;
	width: 100%;
}

.stories-filter-result__img img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.stories-filter-result__summary {
	background-color: #fff;
	display: flex;
	flex-flow: column;
	padding: 1.5rem;
}

@media (min-width:1024px) {
	.stories-filter-result__summary {
		height: 17rem;
	}
}

.stories-filter-result__summary .stories-filter-result__cats {
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.stories-filter-result__summary .stories-filter-result__cats .cat-itm {
	color: #000;
	font-size: .94rem;
	text-decoration: none;
}

.stories-filter-result__summary .stories-filter-result__cats .cat-itm a {
	color: #000;
	text-decoration: none;
}

.stories-filter-result__summary .stories-filter-result__cats .cat-itm span {
	display: inline-block;
	font-size: .5rem;
	padding: 0 .5rem;
	transform: translateY(-.15rem);
}

.stories-filter-result__summary .stories-filter-result__cats .stories-filter-result__date {
	color: #000;
	font-size: .94rem;
	text-decoration: none;
}

.stories-filter-result__summary .stories-filter-result__title {
	font-size: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width:1024px) {
	.stories-filter-result__summary .stories-filter-result__title {
		max-height: 9rem;
	}
}

.stories-filter-result__summary .stories-filter-result__title .stories-filter-result__title-text {
	margin-bottom: 1rem;
}

.stories-filter-result__summary .stories-filter-result__excerpt {
	font-size: 1rem;
}

@media (min-width:1024px) {
	.stories-filter-result__summary .stories-filter-result__excerpt {
		max-height: 3rem;
	}
}

.stories-filter-result__summary .stories-filter-result__pseudo-link {
	margin-top: auto;
	text-align: right;
}

.stories-filter-result__summary .stories-filter-result__pseudo-link .stories-filter-result__read-more {
	color: #000;
	font-size: 1.1rem;
	font-weight: 600;
}

.stories-filter-result .stories-filter-result__link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.stories-filter-result:hover .stories-filter-result__summary .stories-filter-result__title {
	font-size: 1.5rem;
}

.stories-filter-result:hover .stories-filter-result__summary .stories-filter-result__title .stories-filter-result__title-text {
	text-decoration: underline;
}

.stories-filter-result:hover .stories-filter-result__summary .stories-filter-result__pseudo-link .stories-filter-result__read-more {
	color: var(--red-brand);
}

.stories-filter-checkbox {
	word-wrap: break-word;
	cursor: pointer;
	display: block;
	font-size: 1.06rem;
	max-width: max-content;
	padding-left: 2rem;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}

.stories-filter-checkbox:not(:last-child) {
	margin-bottom: 1rem;
}

.stories-filter-checkbox:before {
	background-color: #fff;
	border: 1px solid #ccc;
	content: " ";
	height: 1.2rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.2rem;
}

.stories-filter-checkbox .stories-filter-checkbox__input {
	display: none;
}

.stories-filter-checkbox .stories-filter-checkbox__input.checked+svg {
	display: inline-block;
}

.stories-filter-checkbox svg {
	fill: var(--red-brand);
	display: none;
	height: 1rem;
	left: .2rem;
	position: absolute;
	top: .2rem;
	width: 1rem;
}

.stories-filter-filters-search {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 1rem;
	outline: none;
	padding: .5rem;
	width: 100%;
}

.react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon:before, .react-datepicker__year-read-view--down-arrow {
	border-color: #ccc;
	border-style: solid;
	border-width: 3px 3px 0 0;
	content: "";
	display: block;
	height: 9px;
	position: absolute;
	top: 6px;
	width: 9px;
}

.react-datepicker-wrapper {
	border: 0;
	display: inline-block;
	padding: 0;
}

.react-datepicker {
	background-color: #fff;
	border: 1px solid #aeaeae;
	border-radius: .3rem;
	color: #000;
	display: inline-block;
	font-family: Helvetica Neue, helvetica, arial, sans-serif;
	font-size: .8rem;
	line-height: normal;
	position: relative;
}

.react-datepicker--time-only .react-datepicker__time-container {
	border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time, .react-datepicker--time-only .react-datepicker__time-box {
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.react-datepicker-popper {
	line-height: 0;
	z-index: 1;
}

.react-datepicker-popper .react-datepicker__triangle {
	stroke: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
	fill: #f0f0f0;
	color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
	fill: #fff;
	color: #fff;
}

.react-datepicker__header {
	background-color: #f0f0f0;
	border-bottom: 1px solid #aeaeae;
	border-top-left-radius: .3rem;
	padding: 8px 0;
	position: relative;
	text-align: center;
}

.react-datepicker__header--time {
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
	border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
	border-top-right-radius: .3rem;
}

.react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__year-dropdown-container--select {
	display: inline-block;
	margin: 0 15px;
}

.react-datepicker-time__header, .react-datepicker-year-header, .react-datepicker__current-month {
	color: #000;
	font-size: .944rem;
	font-weight: 700;
	margin-top: 0;
}

h2.react-datepicker__current-month {
	margin: 0;
	padding: 0;
}

.react-datepicker-time__header {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.react-datepicker__navigation {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	height: 32px;
	justify-content: center;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	text-indent: -999em;
	top: 2px;
	width: 32px;
	z-index: 1;
}

.react-datepicker__navigation--previous {
	left: 2px;
}

.react-datepicker__navigation--next {
	right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
	right: 85px;
}

.react-datepicker__navigation--years {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.react-datepicker__navigation--years-previous {
	top: 4px;
}

.react-datepicker__navigation--years-upcoming {
	top: -4px;
}

.react-datepicker__navigation:hover :before {
	border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
	font-size: 20px;
	position: relative;
	top: -1px;
	width: 0;
}

.react-datepicker__navigation-icon--next {
	left: -2px;
}

.react-datepicker__navigation-icon--next:before {
	left: -7px;
	transform: rotate(45deg);
}

.react-datepicker__navigation-icon--previous {
	right: -2px;
}

.react-datepicker__navigation-icon--previous:before {
	right: -7px;
	transform: rotate(225deg);
}

.react-datepicker__month-container {
	float: left;
}

.react-datepicker__year {
	margin: .4rem;
	text-align: center;
}

.react-datepicker__year-wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
	display: inline-block;
	margin: 2px;
	width: 4rem;
}

.react-datepicker__month {
	margin: .4rem;
	text-align: center;
}

.react-datepicker__month .react-datepicker__month-text, .react-datepicker__month .react-datepicker__quarter-text {
	display: inline-block;
	margin: 2px;
	width: 4rem;
}

.react-datepicker__input-time-container {
	clear: both;
	float: left;
	margin: 5px 0 10px 15px;
	text-align: left;
	width: 100%;
}

.react-datepicker__input-time-container .react-datepicker-time__caption, .react-datepicker__input-time-container .react-datepicker-time__input-container {
	display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
	display: inline-block;
	margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
	width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button, .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
	-moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
	display: inline-block;
	margin-left: 5px;
}

.react-datepicker__time-container {
	border-left: 1px solid #aeaeae;
	float: right;
	width: 85px;
}

.react-datepicker__time-container--with-today-button {
	border: 1px solid #aeaeae;
	border-radius: .3rem;
	display: inline;
	position: absolute;
	right: -87px;
	top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
	background: #fff;
	border-bottom-right-radius: .3rem;
	position: relative;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
	border-bottom-right-radius: .3rem;
	margin: 0 auto;
	overflow-x: hidden;
	text-align: center;
	width: 85px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
	box-sizing: initial;
	height: calc(195px + .85rem);
	list-style: none;
	margin: 0;
	overflow-y: scroll;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
	height: 30px;
	padding: 5px 10px;
	white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
	background-color: #f0f0f0;
	cursor: pointer;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
	background-color: #216ba5;
	color: #fff;
	font-weight: 700;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
	background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
	color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
	background-color: initial;
	cursor: default;
}

.react-datepicker__week-number {
	color: #ccc;
	display: inline-block;
	line-height: 1.7rem;
	margin: .166rem;
	text-align: center;
	width: 1.7rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
	cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected, .react-datepicker__week-number--keyboard-selected):hover {
	background-color: #f0f0f0;
	border-radius: .3rem;
}

.react-datepicker__week-number--selected {
	background-color: #216ba5;
	border-radius: .3rem;
	color: #fff;
}

.react-datepicker__week-number--selected:hover {
	background-color: #1d5d90;
}

.react-datepicker__week-number--keyboard-selected {
	background-color: #2a87d0;
	border-radius: .3rem;
	color: #fff;
}

.react-datepicker__week-number--keyboard-selected:hover {
	background-color: #1d5d90;
}

.react-datepicker__day-names {
	margin-bottom: -8px;
	white-space: nowrap;
}

.react-datepicker__week {
	white-space: nowrap;
}

.react-datepicker__day, .react-datepicker__day-name, .react-datepicker__time-name {
	color: #000;
	display: inline-block;
	line-height: 1.7rem;
	margin: .166rem;
	text-align: center;
	width: 1.7rem;
}

.react-datepicker__day, .react-datepicker__month-text, .react-datepicker__quarter-text, .react-datepicker__year-text {
	cursor: pointer;
}

.react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover {
	background-color: #f0f0f0;
	border-radius: .3rem;
}

.react-datepicker__day--today, .react-datepicker__month-text--today, .react-datepicker__quarter-text--today, .react-datepicker__year-text--today {
	font-weight: 700;
}

.react-datepicker__day--highlighted, .react-datepicker__month-text--highlighted, .react-datepicker__quarter-text--highlighted, .react-datepicker__year-text--highlighted {
	background-color: #3dcc4a;
	border-radius: .3rem;
	color: #fff;
}

.react-datepicker__day--highlighted:hover, .react-datepicker__month-text--highlighted:hover, .react-datepicker__quarter-text--highlighted:hover, .react-datepicker__year-text--highlighted:hover {
	background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1, .react-datepicker__month-text--highlighted-custom-1, .react-datepicker__quarter-text--highlighted-custom-1, .react-datepicker__year-text--highlighted-custom-1 {
	color: #f0f;
}

.react-datepicker__day--highlighted-custom-2, .react-datepicker__month-text--highlighted-custom-2, .react-datepicker__quarter-text--highlighted-custom-2, .react-datepicker__year-text--highlighted-custom-2 {
	color: green;
}

.react-datepicker__day--holidays, .react-datepicker__month-text--holidays, .react-datepicker__quarter-text--holidays, .react-datepicker__year-text--holidays {
	background-color: #ff6803;
	border-radius: .3rem;
	color: #fff;
	position: relative;
}

.react-datepicker__day--holidays .overlay, .react-datepicker__month-text--holidays .overlay, .react-datepicker__quarter-text--holidays .overlay, .react-datepicker__year-text--holidays .overlay {
	background-color: #333;
	border-radius: 4px;
	bottom: 100%;
	color: #fff;
	left: 50%;
	opacity: 0;
	padding: 4px;
	position: absolute;
	transform: translateX(-50%);
	transition: visibility 0s, opacity .3s ease-in-out;
	visibility: hidden;
	white-space: nowrap;
}

.react-datepicker__day--holidays:hover, .react-datepicker__month-text--holidays:hover, .react-datepicker__quarter-text--holidays:hover, .react-datepicker__year-text--holidays:hover {
	background-color: #cf5300;
}

.react-datepicker__day--holidays:hover .overlay, .react-datepicker__month-text--holidays:hover .overlay, .react-datepicker__quarter-text--holidays:hover .overlay, .react-datepicker__year-text--holidays:hover .overlay {
	opacity: 1;
	visibility: visible;
}

.react-datepicker__day--in-range, .react-datepicker__day--in-selecting-range, .react-datepicker__day--selected, .react-datepicker__month-text--in-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--selected, .react-datepicker__quarter-text--in-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--selected, .react-datepicker__year-text--in-range, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--selected {
	background-color: #216ba5;
	border-radius: .3rem;
	color: #fff;
}

.react-datepicker__day--in-range:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--selected:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__year-text--in-range:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--selected:hover {
	background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
	background-color: #bad9f1;
	border-radius: .3rem;
	color: #000;
}

.react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover, .react-datepicker__year-text--keyboard-selected:hover {
	background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
	background-color: rgba(33, 107, 165, .5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
	background-color: #f0f0f0;
	color: #000;
}

.react-datepicker__day--disabled, .react-datepicker__month-text--disabled, .react-datepicker__quarter-text--disabled, .react-datepicker__year-text--disabled {
	color: #ccc;
	cursor: default;
}

.react-datepicker__day--disabled:hover, .react-datepicker__month-text--disabled:hover, .react-datepicker__quarter-text--disabled:hover, .react-datepicker__year-text--disabled:hover {
	background-color: initial;
}

.react-datepicker__day--disabled .overlay, .react-datepicker__month-text--disabled .overlay, .react-datepicker__quarter-text--disabled .overlay, .react-datepicker__year-text--disabled .overlay {
	background-color: #333;
	border-radius: 4px;
	bottom: 70%;
	color: #fff;
	left: 50%;
	opacity: 0;
	padding: 4px;
	position: absolute;
	transform: translateX(-50%);
	transition: visibility 0s, opacity .3s ease-in-out;
	visibility: hidden;
	white-space: nowrap;
}

.react-datepicker__input-container {
	display: inline-block;
	position: relative;
	width: 100%;
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
	box-sizing: initial;
	padding: .5rem;
	position: absolute;
}

.react-datepicker__view-calendar-icon input {
	padding: 6px 10px 5px 25px;
}

.react-datepicker__month-read-view, .react-datepicker__month-year-read-view, .react-datepicker__year-read-view {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: .3rem;
	position: relative;
}

.react-datepicker__month-read-view:hover, .react-datepicker__month-year-read-view:hover, .react-datepicker__year-read-view:hover {
	cursor: pointer;
}

.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
	border-top-color: #b3b3b3;
}

.react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow {
	right: -16px;
	top: 0;
	transform: rotate(135deg);
}

.react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown, .react-datepicker__year-dropdown {
	background-color: #f0f0f0;
	border: 1px solid #aeaeae;
	border-radius: .3rem;
	left: 25%;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 50%;
	z-index: 1;
}

.react-datepicker__month-dropdown:hover, .react-datepicker__month-year-dropdown:hover, .react-datepicker__year-dropdown:hover {
	cursor: pointer;
}

.react-datepicker__month-dropdown--scrollable, .react-datepicker__month-year-dropdown--scrollable, .react-datepicker__year-dropdown--scrollable {
	height: 150px;
	overflow-y: scroll;
}

.react-datepicker__month-option, .react-datepicker__month-year-option, .react-datepicker__year-option {
	display: block;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type, .react-datepicker__year-option:first-of-type {
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type, .react-datepicker__year-option:last-of-type {
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
	-webkit-user-select: none;
	user-select: none;
}

.react-datepicker__month-option:hover, .react-datepicker__month-year-option:hover, .react-datepicker__year-option:hover {
	background-color: #ccc;
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
	border-bottom-color: #b3b3b3;
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
	border-top-color: #b3b3b3;
}

.react-datepicker__month-option--selected, .react-datepicker__month-year-option--selected, .react-datepicker__year-option--selected {
	left: 15px;
	position: absolute;
}

.react-datepicker__close-icon {
	background-color: initial;
	border: 0;
	cursor: pointer;
	display: table-cell;
	height: 100%;
	outline: 0;
	padding: 0 6px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
}

.react-datepicker__close-icon:after {
	background-color: #216ba5;
	border-radius: 50%;
	color: #fff;
	content: "×";
	cursor: pointer;
	display: table-cell;
	font-size: 12px;
	height: 16px;
	line-height: 1;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	width: 16px;
}

.react-datepicker__close-icon--disabled {
	cursor: default;
}

.react-datepicker__close-icon--disabled:after {
	background-color: #ccc;
	cursor: default;
}

.react-datepicker__today-button {
	background: #f0f0f0;
	border-top: 1px solid #aeaeae;
	clear: left;
	cursor: pointer;
	font-weight: 700;
	padding: 5px 0;
	text-align: center;
}

.react-datepicker__portal {
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__time-name {
	line-height: 3rem;
	width: 3rem;
}

@media (max-height:550px),(max-width:400px) {
	.react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__time-name {
		line-height: 2rem;
		width: 2rem;
	}
}

.react-datepicker__portal .react-datepicker-time__header, .react-datepicker__portal .react-datepicker__current-month {
	font-size: 1.44rem;
}

.react-datepicker__children-container {
	height: auto;
	margin: .4rem;
	padding-left: .2rem;
	padding-right: .2rem;
	width: 13.8rem;
}

.react-datepicker__aria-live {
	border: 0;
	clip-path: circle(0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.react-datepicker__calendar-icon {
	height: 1em;
	vertical-align: -.125em;
	width: 1em;
}

.stories-filter-dates {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	position: relative;
}

.stories-filter-dates__group {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

.stories-filter-dates__group .stories-filter-dates__col .stories-filter-dates__col-group {
	background-color: #fff;
	position: relative;
}

.stories-filter-dates__group .stories-filter-dates__col .stories-filter-dates__col-group svg.calendar-ico {
	fill: #000;
	height: 1rem;
	position: absolute;
	right: .5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.stories-filter-dates__group .stories-filter-dates__col .react-datepicker__tab-loop {
	position: absolute;
}

.stories-filter-dates__group .stories-filter-dates__col .react-datepicker-wrapper {
	width: 100%;
}

.stories-filter-dates__group .stories-filter-dates__col .react-datepicker-wrapper input {
	background-color: initial;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: .75rem;
	outline: none;
	padding: .5rem;
	width: 100%;
}

@media (min-width:1440px) {
	.stories-filter-dates__group .stories-filter-dates__col .react-datepicker-wrapper input {
		font-size: 1rem;
	}
}

.stories-filter-dates .date-change-error {
	color: tomato;
	font-size: .725rem;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -1rem;
}

.stories-filters-result-warning {
	background-color: var(--red-brand);
	border-radius: .25rem;
	left: 0;
	padding: .5rem;
	position: absolute;
	right: 0;
	top: 0;
}

.stories-filters-result-warning .stories-filters-result-warning__group {
	align-items: center;
	display: flex;
	justify-content: center;
}

.stories-filters-result-warning .stories-filters-result-warning__group .stories-filters-result-warning__message {
	color: #fff;
	font-size: 1.2rem;
	height: 1rem;
	margin: 0;
	padding: 0;
}

.stories-filters-result-warning .stories-filters-result-warning__group svg {
	fill: #fff;
	height: 1rem;
	margin: 0 .5rem;
	width: 1rem;
}

.stories-loader {
	background-color: #f5f5f5;
	bottom: 0;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: .8;
	position: absolute;
	right: 0;
	top: 0;
}

.stories-loader svg {
	height: 10rem;
	position: sticky;
	top: 20vh;
	width: 10rem;
}
