
.bulletinwp-bulletins {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bulletinwp-bulletins .bulletinwp-bulletin-item {
	padding: 0 12px;
	position: relative;
	-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-bulletin-item {
		padding: 12px 24px;
	}
}

.bulletinwp-bulletins .bulletinwp-main-container {
	margin: 0 auto;
}

.bulletinwp-bulletins .bulletinwp-top-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-top-container {
		margin-bottom: 0;
	}
}

.bulletinwp-bulletins .bulletinwp-left-container {
	position: relative;
	z-index: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.bulletinwp-bulletins .bulletinwp-center-container {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.bulletinwp-bulletins .bulletinwp-right-container {
	position: relative;
	z-index: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper {
	width: 100%;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper p {
	color: currentColor;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper p:last-child {
	margin: 0;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper a {
	text-decoration: underline;
	color: currentColor;
	border: none;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper a:hover {
	text-decoration: none;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content {
	display: none;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-bulletin-content {
		display: block;
	}
}

.bulletinwp-bulletins .bulletinwp-bulletin-mobile-content {
	display: block;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-bulletin-mobile-content {
		display: none;
	}
}

.bulletinwp-bulletins .bulletinwp-bulletin-admin-edit-link {
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 5px;
	position: absolute;
	right: 10px;
	text-decoration: none;
}

.bulletinwp-bulletins code {
	color: currentColor;
	background-color: rgba(0, 0, 0, .3);
	padding: .3em;
	border-radius: 5px;
}

.bulletinwp-bulletins.bulletinwp-init .bulletinwp-bulletin-item {
	pointer-events: initial;
	opacity: 1;
}

.bulletinwp-bulletins.bulletinwp-placement-top {
	position: relative;
	width: 100%;
	max-width: none;
}

.bulletinwp-bulletins.bulletinwp-placement-top .bulletinwp-bulletin-admin-edit-link {
	top: 100%;
	right: 0;
	z-index: 2;
}

.bulletinwp-bulletins.bulletinwp-placement-top .bulletinwp-bulletin-item {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bulletinwp-bulletins.bulletinwp-placement-top.bulletinwp-top-fixed {
	position: sticky;
	top: 0;
	z-index: 100;
}

.bulletinwp-bulletins.bulletinwp-placement-sticky-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.bulletinwp-bulletins.bulletinwp-placement-sticky-footer .bulletinwp-bulletin-admin-edit-link {
	right: 0;
	bottom: 100%;
}

.bulletinwp-bulletins.bulletinwp-placement-float-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0 8px 8px;
	z-index: 1;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins.bulletinwp-placement-float-bottom {
		padding: 0 20px 20px;
		pointer-events: none;
	}
}

.bulletinwp-bulletins.bulletinwp-placement-float-bottom .bulletinwp-bulletin-item {
	padding: 12px;
	border-radius: 8px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.bulletinwp-bulletins.bulletinwp-placement-float-bottom .bulletinwp-bulletin-admin-edit-link {
	bottom: 100%;
}

.bulletinwp-bulletins.bulletinwp-placement-float-bottom.bulletinwp-init .bulletinwp-bulletin-item {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.bulletinwp-bulletins.bulletinwp-placement-corner {
	position: fixed;
	width: 100%;
	padding: 8px 8px;
	z-index: 100;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins.bulletinwp-placement-corner {
		padding: 20px 20px;
		pointer-events: none;
	}
}

.bulletinwp-bulletins.bulletinwp-placement-corner .bulletinwp-bulletin-item {
	padding: 12px;
	border-radius: 8px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	margin: 0;
}

.bulletinwp-bulletins.bulletinwp-placement-corner.bulletinwp-init .bulletinwp-bulletin-item {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.bulletinwp-bulletins.bulletinwp-corner-top-left {
	top: 0;
	left: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-top-left .bulletinwp-bulletin-admin-edit-link {
	top: 100%;
	right: 0;
	z-index: 2;
}

.bulletinwp-bulletins.bulletinwp-corner-top-right {
	top: 0;
	right: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-top-right .bulletinwp-bulletin-item {
	margin-left: auto;
	margin-right: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-top-right .bulletinwp-bulletin-admin-edit-link {
	top: 100%;
	right: 0;
	z-index: 2;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-left {
	bottom: 0;
	left: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-left .bulletinwp-bulletin-admin-edit-link {
	bottom: 100%;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-right {
	bottom: 0;
	right: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-right .bulletinwp-bulletin-item {
	margin-left: auto;
	margin-right: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-right .bulletinwp-bulletin-admin-edit-link {
	bottom: 100%;
}

.bulletinwp-bulletin-image-wrapper {
	display: block;
}

@media (max-width: 768px) {
	.bulletinwp-bulletin-image-wrapper {
		display: none;
	}
}

.bulletinwp-bulletins[data-placement-location] {
	display: none;
}

@-webkit-keyframes marquee-part-one {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes marquee-part-one {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes webkit-marquee-part-one {
	from {
		-webkit-transform: translateX(100%);
	}
	
	to {
		-webkit-transform: translateX(-100%);
	}
}

@-webkit-keyframes marquee-part-two {
	from {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	
	to {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

@keyframes marquee-part-two {
	from {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	
	to {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

@-webkit-keyframes webkit-marquee-part-two {
	from {
		-webkit-transform: translateX(0%);
	}
	
	to {
		-webkit-transform: translateX(-200%);
	}
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-bulletin-item.has-countdown {
		padding: 0px 24px;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-bulletin-item.has-countdown .bulletinwp-countdown-timer {
		padding: 17px;
	}
}

.bulletinwp-bulletins .bulletinwp-placement-corner-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
}

.bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-left, .bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-center, .bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-left, .bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-center, .bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-left .bulletinwp-bulletin-content-wrapper, .bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-center .bulletinwp-bulletin-content-wrapper, .bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-right .bulletinwp-bulletin-content-wrapper {
	width: auto;
}

.bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-center-container.bulletinwp-content-alignment-right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.bulletinwp-bulletins .bulletinwp-icon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
	border-radius: 8px;
	margin-right: 12px;
	background-color: rgba(0, 0, 0, .2);
}

.bulletinwp-bulletins .bulletinwp-icon-wrapper svg {
	max-width: 24px;
	max-height: 24px;
}

.bulletinwp-bulletins .bulletinwp-swiper-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.bulletinwp-bulletins .bulletinwp-swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.bulletinwp-bulletins .swiper-container-android .bulletinwp-swiper-slide, .bulletinwp-bulletins .bulletinwp-swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.bulletinwp-bulletins .swiper-container-vertical>.bulletinwp-swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bulletinwp-bulletins .bulletinwp-swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.bulletinwp-bulletins .bulletinwp-desktop-rotation {
	display: none;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-desktop-rotation {
		display: block;
	}
}

.bulletinwp-bulletins .bulletinwp-mobile-rotation {
	display: block;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-mobile-rotation {
		display: none;
	}
}

.bulletinwp-bulletins .bulletinwp-slide-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bulletinwp-bulletins .bulletinwp-button {
	padding: 8px 16px;
	border: none;
	border-radius: 5px;
	margin: 0 8px 0 12px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	display: none;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-button {
		display: inline-block;
	}
}

.bulletinwp-bulletins .bulletinwp-button.bulletinwp-button-mobile {
	padding: 8px 0;
	width: 100%;
	margin: 0;
	display: inline-block;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-button.bulletinwp-button-mobile {
		display: none;
	}
}

.bulletinwp-bulletins .bulletinwp-button .bulletinwp-button-label {
	display: none;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-button .bulletinwp-button-label {
		display: block;
	}
}

.bulletinwp-bulletins .bulletinwp-button .bulletinwp-button-mobile-label {
	display: block;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-button .bulletinwp-button-mobile-label {
		display: none;
	}
}

.bulletinwp-bulletins .bulletinwp-countdown-timer {
	white-space: nowrap;
	text-align: center;
	margin-right: 15px;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.bulletinwp-bulletins .bulletinwp-countdown-timer .bulletinwp-time-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	margin: 0 5px;
}

.bulletinwp-bulletins .bulletinwp-countdown-timer .bulletinwp-time-wrapper .bulletinwp-countdown-label {
	font-size: 15px;
}

.bulletinwp-bulletins .bulletinwp-marquee-text-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.bulletinwp-bulletins .bulletinwp-marquee-text-wrapper .bulletinwp-marquee-part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bulletinwp-bulletins .bulletinwp-marquee-text-wrapper .bulletinwp-marquee-part-1 {
	-webkit-animation: webkit-marquee-part-one 40s linear infinite;
	animation: marquee-part-one 40s linear infinite;
	-webkit-animation-delay: -40s;
	animation-delay: -40s;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.bulletinwp-bulletins .bulletinwp-marquee-text-wrapper .bulletinwp-marquee-part-2 {
	-webkit-animation: webkit-marquee-part-two 40s linear infinite;
	animation: marquee-part-two 40s linear infinite;
	-webkit-animation-delay: -20s;
	animation-delay: -20s;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.bulletinwp-bulletins .bulletinwp-marquee-text-wrapper .bulletinwp-marquee-text-item {
	margin-left: 10px;
	margin-right: 10px;
	white-space: nowrap;
}

.bulletinwp-bulletins .bulletinwp-marquee-text-wrapper:hover .bulletinwp-marquee-part-1, .bulletinwp-bulletins .bulletinwp-marquee-text-wrapper:hover .bulletinwp-marquee-part-2 {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.bulletinwp-bulletins .bulletinwp-bulletin-close-button {
	cursor: pointer;
	padding: 8px;
	border-radius: 5px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}

.bulletinwp-bulletins .bulletinwp-bulletin-close-button:hover {
	background-color: rgba(255, 255, 255, .2);
}

.bulletinwp-bulletins .bulletinwp-bulletin-close-button .bulletinwp-close-button {
	position: relative;
	width: 20px;
	height: 20px;
}

.bulletinwp-bulletins .bulletinwp-bulletin-close-button .bulletinwp-close-button::before, .bulletinwp-bulletins .bulletinwp-bulletin-close-button .bulletinwp-close-button::after {
	content: "";
	border-radius: 2px;
	position: absolute;
	height: 19px;
	width: 2px;
	left: 9px;
	top: 1px;
}

.bulletinwp-bulletins .bulletinwp-bulletin-close-button .bulletinwp-close-button::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bulletinwp-bulletins .bulletinwp-bulletin-close-button .bulletinwp-close-button::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bulletinwp-bulletins .bulletinwp-right-container .bulletinwp-bulletin-close-button {
	margin-left: 4px;
}

.bulletinwp-bulletins.bulletinwp-placement-corner .bulletinwp-center-container.bulletinwp-content-alignment-left, .bulletinwp-bulletins.bulletinwp-placement-corner .bulletinwp-center-container.bulletinwp-content-alignment-center, .bulletinwp-bulletins.bulletinwp-placement-corner .bulletinwp-center-container.bulletinwp-content-alignment-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

.bulletinwp-bulletins.bulletinwp-placement-corner .bulletinwp-bottom-container {
	margin-top: 16px;
}

.bulletinwp-bulletins.bulletinwp-placement-corner .bulletinwp-button-mobile {
	width: 100%;
	margin: 0;
	display: block;
}
