@charset "UTF-8";
/*
Description: WebsiteValet CSS customizations.
Version: 05.15.20
Author: Tim Taricco
*/

.fpo {
	border: 5px dotted pink;
}
.fpo:before {
	content: "FPO" !important;
	color: #FFFFFF;
	text-align: center;
	background-color: pink;
	border: 1px solid pink;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: 600;
	z-index: 100010;
	position: absolute;
	white-space: nowrap;
}

@media (min-width: 992px) {
	.hide-desktop {display: none !important;}
}
@media (max-width: 991px) and (min-width: 768px) {
	.hide-tablet {display: none !important;}
}
@media (max-width: 767px) {
	.hide-mobile {display: none !important;}
}