@font-face {
	font-family: 'Buttercup-Sample';
	src: url('fonts/Buttercup-Sample.ttf.woff') format('woff'),
		url('fonts/Buttercup-Sample.ttf.svg#Buttercup-Sample') format('svg'),
		url('fonts/Buttercup-Sample.ttf.eot'),
		url('fonts/Buttercup-Sample.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Heavy';
	src: url('fonts/avenir-heavy-webfont.eot');
	src: url('fonts/avenir-heavy-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/avenir-heavy-webfont.woff') format('woff'),
		url('fonts/avenir-heavy-webfont.ttf') format('truetype'),
		url('fonts/avenir-heavy-webfont.svg#avenir_85_heavyregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Bold';
	src: url('fonts/Avenir Next Bold.eot');
	src: url('fonts/Avenir Next Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Avenir Next Bold.woff') format('woff'),
		url('fonts/Avenir Next Bold.woff2') format('woff2'),
		url('fonts//Avenir Next Bold.svg#AvenirNext-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body.store-new {
	width: 100%;
	height: 100%;
	color: #000;
}
body.store-new main a,
body.store-new main img,
body.store-new main button,
body.store-new main input {
	transition: none;
}
body.store-new main img.force-fit {
	max-height: 80%;
}
body.store-new main {
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Lato', sans-serif;
}
body.store-new main h3 {
	font-family: 'Lato', sans-serif;
	padding-top: inherit;
}
body.store-new main>* {
	margin-left: -15px;
	margin-right: -15px;
}
body.store-new main .s-container {
	width: 1345px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
	margin: 0 auto;
}
body.store-new .text-center {
	text-align: center;
}
body.store-new .uppercase {
	text-transform: uppercase;
}
body.store-new .clickable {
	display: inline-block;
	cursor: pointer;
}
body.store-new .flex {
	display: flex;
}
body.store-new .flex-column {
	flex-direction: column;
}
body.store-new .flex>.half {
	flex-basis: 50%;
}
body.store-new .flex>.full {
	flex-basis: 100%;
}
/* s-hidden-xl */
@media screen and (min-width:1240px) {
	body.store-new .s-hidden-xl {
		display: none !important
	}
}
/* s-hidden-lg */
@media screen and (min-width:992px) and (max-width:1239px) {
	body.store-new .s-hidden-lg {
		display: none !important
	}
}
/* s-hidden-md */
@media screen and (min-width:768px) and (max-width:991px) {
	body.store-new .s-hidden-md {
		display: none !important
	}
}
/* s-hidden-sm */
@media screen and (min-width:568px) and (max-width:767px) {
	body.store-new .s-hidden-sm {
		display: none !important
	}
}
/* s-hidden-xs */
@media screen and (max-width:567px) {
	body.store-new .s-hidden-xs {
		display: none !important
	}
}
/* Confetti */
@keyframes confetti-slow {
	0% {
		transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	}
	100% {
		transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
	}
}
@keyframes confetti-medium {
	0% {
		transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	}
	100% {
		transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
	}
}
@keyframes confetti-fast {
	0% {
		transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	}
	100% {
		transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
	}
}
body.store-new .confetti-container {
	perspective: 660px;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
body.store-new .confetti {
	position: absolute;
	z-index: 1;
	top: -10px;
	border-radius: 0%;
}
body.store-new .confetti--animation-slow {
	animation: confetti-slow 2.25s linear 1 forwards;
}
body.store-new .confetti--animation-medium {
	animation: confetti-medium 1.75s linear 1 forwards;
}
body.store-new .confetti--animation-fast {
	animation: confetti-fast 1.25s linear 1 forwards;
}
body.store-new .buttercup {
	font-family: 'Buttercup-Sample';
}
body.store-new .gotham-book {
	font-family: 'Gotham-Book';
}
body.store-new .gotham-medium {
	font-family: 'Gotham-Medium';
}
body.store-new .gotham-bold {
	font-family: 'Gotham-Bold';
}
body.store-new .gotham-black {
	font-family: 'Gotham-Black';
}
body.store-new .gotham-ultra {
	font-family: 'Gotham-Ultra';
}
body.store-new .avenir-nb {
	font-family: 'Avenir Next Bold';
}
body.store-new .avenir-nr {
	font-family: 'AvenirNext-Regular';
}
body.store-new .avenir-bl {
	font-family: 'Avenir-Black';
}
body.store-new .avenir-hv {
	font-family: 'Avenir Heavy';
}
body.store-new .assistant {
	font-family: 'Assistant', sans-serif;
}
body.store-new section .button {
	font-size: 18px;
}
body.store-new .price {
	font-size: 32px;
	line-height: 32px;
}
body.store-new .price sup {
	font-size: 60%;
	position: relative;
	line-height: 1;
}
body.store-new .price sup .period {
	font-size: 15px;
	line-height: 15px;
	position: absolute;
	white-space: nowrap;
	left: 0;
	bottom: -7px;
}
body.store-new #jedi-banner,
body.store-new .banner {
	width: inherit;
}
body.store-new .form-row.flex {
	justify-content: space-between;
}
body.store-new .form-field.full-field {
	margin-bottom: 18px;
	flex: 0 1 100%;
}
body.store-new .form-field.half-field {
	margin-bottom: 18px;
	flex: 0 1 calc(50% - 9px);
}
body.store-new input,
body.store-new select,
body.store-new textarea {
	width: 100%;
	font-size: 18px;
	line-height: normal;
	color: #939393;
	border: 1px solid #dcdcdc;
	text-indent: 12px;
	font-weight: 600;
}
body.store-new .form-field ::placeholder {
	font-size: 18px;
	color: #939393;
	opacity: 1;
	font-weight: normal;
}
body.store-new .form-field input,
body.store-new .form-field select {
	height: 55px;
}
body.store-new .form-field input[type="submit"] {
	height: 60px;
	color: #fff;
}
body.store-new select {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background-color: #fff;
}
body.store-new .form-field textarea {
	resize: none;
	padding-top: 20px;
	height: 160px;
}
body.store-new main .store-contact {
	position: relative;
	overflow: hidden;
}
body.store-new main .store-contact-overlay {
	width: 100%;
	height: 555px;
	background-image: url(../images/store-new/overlay-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 3;
	position: relative;
}
body.store-new main .store-contact-overlay .s-container {
	height: 100%;
	position: relative;
	justify-content: center;
	align-items: flex-end;
}
body.store-new main .so-trigger {
	position: absolute;
	bottom: -57px;
	left: -85px;
	margin-left: 50%;
	width: 170px;
	height: 57px;
	font-size: 18px;
	line-height: 18px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	color: #ed1b24;
	font-weight: 900;
	padding-bottom: 12px;
	justify-content: flex-end;
	transition: height 1s linear, bottom 1s linear;
}
body.store-new main .store-contact.open-so .so-trigger {
	height: 34px;
	bottom: -34px;
	padding-bottom: 8px;
}
body.store-new main .store-contact.open-so .so-trigger img {
	transform: rotate(180deg);
}
body.store-new main .store-contact.open-so .so-trigger span:last-child {
	display: none;
}
body.store-new main .sc-bottom {
	position: relative;
}
body.store-new main .store-contact #s-map {
	height: 640px;
}
body.store-new main .store-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 2s linear;
	pointer-events: none;
}
body.store-new main .store-container>div {
	height: 100%;
}
body.store-new main .sc-left,
body.store-new main .sc-right {
	flex: 1;
}
body.store-new main .sc-left {
	justify-content: flex-start;
	position: relative;
	z-index: 1;
}
body.store-new main .sc-middle {
	flex: 0 0 477px;
}
body.store-new main .store-contact-overlay .manager {
	position: relative;
	margin-right: 40px;
}
body.store-new main .store-contact-overlay .manager-name {
	position: absolute;
	bottom: 25px;
	/*right: -135px;*/
	white-space: nowrap;
}
body.store-new main .store-contact-overlay .manager-name p {
	font-size: 15px;
	line-height: normal;
	font-weight: 500;
}
body.store-new main .store-contact-overlay .manager-name p strong {
	font-weight: 900;
	font-size: 19px;
}
body.store-new main .store-contact-overlay .manager-top-image {
	width: 270px;
	height: 414px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	align-items: flex-end;
}
body.store-new main .store-contact-overlay .manager-top-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
body.store-new main .store-contact-overlay .manager-top-image:after {
	content: '';
	display: block;
	width: 294px;
	height: 212px;
	width: 240px;
	height: 175px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../images/store-new/bubble.png);
	position: absolute;
	top: -96px;
	right: -150px;
	opacity: 0;
	animation-name: chat-bubble;
	animation-duration: 3.5s;
	animation-delay: 1.5s;
	transition: opacity .5s linear;
}
body.store-new.store-gallipolis-ohio main .store-contact-overlay .manager-top-image:after {
	opacity: 1;
	animation: none;
}
@keyframes chat-bubble {
	0% {
		opacity: 0;
	}
	14% {
		opacity: 1;
	}
	86% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
body.store-new main .store-contact-overlay .manager-top-image:hover:after,
body.store-new main .store-contact-overlay .manager-top-image:active:after {
	opacity: 1;
}
body.store-new main .store-contact-overlay .store-cirlce {
	height: 477px;
	width: 476px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../images/store-new/circle-back.png);
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}
body.store-new.store-washington-courthouse-ohio main .store-contact-overlay .store-cirlce,
body.store-new.store-new-philadelphia-ohio main .store-contact-overlay .store-cirlce {
	padding: 0 20px;
}
body.store-new main .store-contact-overlay .store-cirlce h1 {
	padding: 0;
	font-family: Lato, sans-serif;
}
body.store-new main .store-contact-overlay .store-cirlce h1 span {
	display: block;
}
body.store-new main .store-contact-overlay .store-cirlce p {
	font-size: 15px;
	line-height: normal;
}
body.store-new main .store-contact-overlay .store-cirlce p strong {
	font-size: 19px;
	font-weight: 900;
}
body.store-new main .store-contact-overlay .store-cirlce .buttercup {
	font-size: 85px;
	margin-top: 41px;
	text-align: center;
}
body.store-new.store-piqua-ohio main .store-contact-overlay .store-cirlce .buttercup {
	margin-bottom: 40px;
}
body.store-new.long-store-name main .store-contact-overlay .store-cirlce .buttercup {
	font-size: 65px;
}
body.store-new.store-washington-courthouse-ohio main .store-contact-overlay .store-cirlce .buttercup {
	line-height: 1.3;
}
body.store-new main .store-contact-overlay .store-cirlce a {
	color: #000;
	text-transform: none;
	font-weight: 600;
	margin-top: 8px;
}
body.store-new main .store-contact-overlay .store-cirlce a.facebook-link {
	font-weight: normal;
	margin-top: 17px !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	width: 240px;
	height: 38px;
	line-height: 40px;
	display: inline-block;
	background-color: #3657ac;
	text-align: center;
}
body.store-new.store-flemingsburg-kentucky main .store-contact-overlay .store-cirlce a,
body.store-new.store-gallipolis-ohio main .store-contact-overlay .store-cirlce a,
body.store-new.store-georgetown-ohio main .store-contact-overlay .store-cirlce a,
body.store-new.store-grayson-kentucky main .store-contact-overlay .store-cirlce a,
body.store-new.store-logan-ohio main .store-contact-overlay .store-cirlce a,
body.store-new.store-maysville-kentucky main .store-contact-overlay .store-cirlce a,
body.store-new.store-milford-ohio main .store-contact-overlay .store-cirlce a,
body.store-new.store-new-philadelphia-ohio main .store-contact-overlay .store-cirlce a,
body.store-new.store-wilmington-ohio main .store-contact-overlay .store-cirlce a {
	margin-top: 35px;
}
body.store-new main .store-contact-overlay .chat-trigger {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #ed1c24;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 900;
	font-size: 15px;
	line-height: 18px;
}
body.store-new main .store-contact-overlay .chat-trigger p {
	margin-top: 5px;
}
body.store-new main .store-contact-overlay .chat-trigger u {
	text-transform: uppercase;
	color: #fff100;
}
body.store-new main .store-container>.s-container,
body.store-new main .store-info,
body.store-new main .store-form-container {
	height: 100%;
	position: relative;
}
body.store-new main .si-inner,
body.store-new main .store-form,
body.store-new main .store-thanks {
	pointer-events: all;
}
body.store-new main .store-info,
body.store-new main .store-form-container {
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	right: 0;
}
body.store-new main .store-info {
	opacity: 1;
	z-index: 1;
	background-color: #fff;
}
body.store-new main .store-container.form .store-info {
	opacity: 0;
	pointer-events: none;
	z-index: 0;
}
body.store-new main .store-form-container {
	opacity: 0;
	pointer-events: none;
}
body.store-new main .store-container.form .store-form-container {
	opacity: 1;
	pointer-events: auto;
	background-color: #fff;
}
body.store-new main .sd-top {
	background-color: #fff;
	padding: 35px 60px;
	min-width: 620px;
	margin-bottom: 20px;
}
body.store-new main .store-details .sd-bottom {
	justify-content: center;
}
body.store-new main .store-details .sd-bottom .button {
	height: 70px;
	line-height: 70px;
	flex-basis: 500px;
	margin-left: 60px;
	margin-right: 60px;
	font-size: 20px;
}
body.store-new main .sdt-left {
	flex: 0 0 245px;
	padding-right: 50px;
}
body.store-new main .sdt-left .store-manager {
	position: relative;
	margin-bottom: 14px;
}
body.store-new main .sdt-left .store-manager:after {
	content: '';
	display: block;
	height: 1px;
	width: 50px;
	background-color: #d2d2d2;
	margin: 0 auto;
}
body.store-new main .sdt-left .store-manager h5,
body.store-new main .sdt-left .store-manager p.h5 {
	color: #ed1c24;
	font-size: 22px;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 5px;
}
body.store-new main .sdt-left .store-manager p {
	color: #222222;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 12px;
}
body.store-new main .sdt-left .store p {
	font-size: 17px;
	line-height: normal;
	margin-bottom: 15px;
}
body.store-new main .sdt-left .store a {
	font-size: 30px;
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;
}
body.store-new main .sdt-right {
	padding-left: 35px;
	border-left: 1px solid #d2d2d2;
	letter-spacing: -0.01em;
	flex: 0 0 50%;
}
body.store-new main .sdt-right h3 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
}
body.store-new main .sdt-right .day {
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 0;
	color: #757575;
	font-size: 16px;
}
body.store-new main .sdt-right .day:last-child {
	border-bottom: none;
}
body.store-new main .sdt-right .d-name {
	flex-grow: 1;
}
body.store-new main .sdt-right .d-hours {
	flex: 0 0 85px;
	/* COVID */
	flex: 0 0 95px;
}
body.store-new main .sdt-right .d-hours strong {
	font-weight: bold;
}
body.store-new main .store-form,
body.store-new main .store-thanks {
	padding: 35px;
	background-color: #fff;
	width: 565px;
	max-width: 100%;
	position: relative;
}
body.store-new main .store-form .form-field.full-field,
body.store-new main .store-form .form-field.half-field {
	margin-bottom: 16px;
}
body.store-new main .store-form .form-field.half-field {
	flex-basis: calc(50% - 8px);
}
body.store-new main .store-form .form-field textarea {
	height: 120px;
	padding-top: 15px;
}
body.store-new main .store-form .form-field input,
body.store-new main .store-form .form-field select {
	height: 50px;
}
body.store-new main .store-form .form-field input[type="submit"] {
	height: 55px;
}
body.store-new main .store-form .form-row:last-child .form-field.full-field {
	margin-bottom: 0;
}
body.store-new main .store-form h3,
body.store-new main .store-form p.h3 {
	font-size: 27px;
	line-height: 27px;
	color: #000;
	margin-bottom: 30px;
	font-weight: 900;
}
body.store-new main .store-form p.h3 {
	margin-top: 0;
}
body.store-new main .store-form>.store-form-trigger,
body.store-new main .store-thanks>.store-form-trigger {
	position: absolute;
	right: 35px;
	top: 39px;
	font-size: 18px;
	line-height: 18px;
	color: #939393;
}
body.store-new main .store-thanks {
	padding-top: 117px;
	padding-bottom: 120px;
}
body.store-new main .store-thanks h3,
body.store-new main .store-thanks p.h3 {
	font-size: 40px;
	line-height: 40px;
	color: #000;
	margin-top: 17px;
	margin-bottom: 17px;
	font-weight: 800;
}
body.store-new main .store-thanks p {
	font-size: 20px;
	color: #777777;
	margin: 0 auto 35px;
	width: 335px;
	max-width: 100%;
}
body.store-new main .store-thanks .st-inner .close-form {
	font-size: 20px;
	color: #ed1b24;
	font-weight: bold;
	text-decoration: underline;
}
body.store-new main .top-picks {
	padding-top: 115px;
	padding-bottom: 95px;
}
body.store-new main .top-picks h3,
body.store-new main .top-picks p.h3 {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	color: #ed1c24;
}
body.store-new main .top-picks p.h3 {
	margin: 0;
}
body.store-new main .top-picks h3 strong,
body.store-new main .top-picks p.h3 strong {
	font-weight: 900;
}
body.store-new main .top-picks .item {
	margin-top: 120px;
}
body.store-new main .top-picks .item .image {
	width: 357px;
	height: 235px;
	flex-grow: 1;
	box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, 0.23);
}
body.store-new main .top-picks .item p {
	padding: 25px 0;
	font-size: 25px;
	line-height: 1.2;
}
body.store-new main .top-picks .button {
	width: 273px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
}
body.store-new main .top-picks .price {
	width: 138px;
	height: 138px;
	font-size: 57px;
	top: -46px;
	padding-top: 18px;
	right: -24px;
	background-color: #ed1c24;
	border-radius: 69px;
	box-shadow: -5px -4px 5px 0px rgba(0, 0, 0, 0.60);
}
body.store-new main .top-picks .price sup {
	font-size: 30px;
	vertical-align: 5px;
}
body.store-new main .top-picks .price span {
	display: block;
	font-size: 21px;
}
body.store-new main .top-picks>.s-container {
	position: relative;
}
body.store-new main .sp-step {
	position: relative;
}
body.store-new main .our-family {
	padding-top: 90px;
	padding-bottom: 100px;
}
body.store-new main .our-family h3 {
	font-size: 36px;
	line-height: normal;
	font-weight: 900;
	color: #000;
}
body.store-new main .our-family h3 span {
	color: #ed1c24;
}
body.store-new main .of-main {
	margin-top: 30px;
	justify-content: center;
}
body.store-new main .of-main a {
	width: 295px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
}
body.store-new main .of-quote {
	padding-left: 50px;
}
body.store-new main .of-quote p {
	font-size: 40px;
	line-height: normal;
	color: #ed1c24;
	letter-spacing: 0.01em;
	font-weight: bold;
	position: relative;
}
body.store-new main .of-quote p:before {
	content: '“';
	font-family: 'Gotham-Bold';
	color: #dadada;
	opacity: 0.6;
	position: absolute;
	z-index: -1;
	font-size: 135px;
	line-height: 135px;
	top: -36px;
	left: -47px;
}
body.store-new main .of-quote p small {
	color: #000;
	font-size: 20px;
}
body.store-new main .of-icon {
	flex: 1 1 33.333%;
	margin-bottom: 45px;
}
body.store-new main .of-icon p {
	font-size: 18px;
	line-height: normal;
	color: #757575;
	font-weight: bold;
	margin-top: 20px;
}
body.store-new main .about-manager {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/store-new/new/connect-back.jpg);
	background-size: cover;
	padding-top: 65px;
	padding-bottom: 65px;
}
body.store-new main .am-copy {
	margin-left: 40px;
	padding-right: 69px;
	flex-grow: 1;
	flex-shrink: 1;
}
body.store-new main .am-copy h3 {
	color: #000;
	font-size: 36px;
	line-height: normal;
	font-weight: 900;
	margin-bottom: 30px;
}
body.store-new main .amd-item {
	margin-bottom: 20px;
}
body.store-new main .amf-question {
	font-size: 24px;
	color: #ed1b24;
	line-height: normal;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 2px;
}
body.store-new main .amf-answer p {
	color: #404040;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
}
body.store-new main .am-graphic {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
}
body.store-new main .polaroid-container {
	position: relative;
}
body.store-new main .polaroid-container img {
	max-width: 100%;
}
body.store-new main .polaroid-slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.store-new main .amg-inner {
	width: 762px;
	height: 0;
	padding-top: 89%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	align-items: flex-end;
	justify-content: flex-start;
	margin-right: -55px;
	padding-bottom: 8%;
	padding-left: 20.5%;
}
body.store-new main .amg-gray {
	width: 467px;
	max-width: 76%;
	height: 198px;
	background-color: #3b3b3b;
	align-items: center;
	justify-content: center;
}
body.store-new main .amg-gray p {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 0;
}
body.store-new main .amg-gray p strong {
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
}
body.store-new main .connect {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/store-new/new/connect-back.jpg);
	background-size: cover;
	padding-bottom: 0;
}
body.store-new main .connect-top.s-container {
	align-items: center;
	padding-bottom: 34px;
	width: 1217px;
}
body.store-new main .connect-top.s-container.images {
	padding-bottom: 121px;
}
body.store-new main .connect-top h3,
body.store-new main .connect-top p.h3 {
	font-size: 36px;
	line-height: 36px;
	color: #000;
	font-weight: 900;
}
body.store-new main .connect-top p.h3 {
	margin: 0;
}
body.store-new main .connect-top .half.flex {
	align-items: center;
	justify-content: flex-end;
}
body.store-new main .store-social-bottom a {
	margin-right: 15px;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	box-shadow: -1px 3px 9px 0px rgba(0, 0, 0, 0.5);
}
body.store-new main .store-social-bottom a:last-child {
	margin-right: 0;
}
body.store-new main .store-rate {
	display: block;
	background-color: #fff;
	box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.25);
	padding: 23px 26px;
	text-decoration: none;
	margin-right: 105px;
}
body.store-new main .store-rate .gray,
body.store-new main .store-rate:hover .yellow {
	display: block;
}
body.store-new main .store-rate .yellow,
body.store-new main .store-rate:hover .gray {
	display: none;
}
body.store-new main .store-rate h5,
body.store-new main .store-rate p.h5 {
	color: #ed1c24;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.025em;
	padding: 10px 2px 0;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
}
body.store-new main .store-rate p.h5 {
	margin-bottom: 0;
}
body.store-new main .connect-top.images.flex {
	flex-wrap: wrap;
	justify-content: space-between;
}
body.store-new main .connect-top.images>img {
	flex: 0 1 calc(25% - 10.5px);
	margin-bottom: 14px;
	box-shadow: -2px 6px 12px 0px rgba(0, 0, 0, 0.24);
	align-self: center;
}
body.store-new main .seo {
	padding: 40px 0;
}
body.store-new main .seo .half {
	padding-right: 15px;
}
body.store-new main .seo .half:last-child {
	padding-left: 15px;
	padding-right: 0;
}
body.store-new main .seo p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 15px;
}
body.store-new main .seo p strong,
body.store-new main .seo p a {
	font-weight: 900;
	color: #ED1C22;
}
@media screen and (max-width:1199px) {
	body.store-new main .of-quote p br {
		display: none;
	}
	body.store-new main .of-quote p small {
		display: block;
	}
	body.store-new main .of-icon {
		padding: 0 10px;
	}
	body.store-new main .am-graphic {
		width: 50%;
	}
	body.store-new main .amg-inner {
		padding-bottom: 4%;
		padding-left: 20%;
		padding-top: 87%;
		width: 100%;
		height: 0;
	}
	body.store-new main .amg-gray {
		width: 75%;
	}
	body.store-new main .top-picks .item {
		width: 30%;
	}
	body.store-new main .top-picks .item .image {
		width: 100%;
		height: 18.8vw;
	}
	body.store-new main .top-picks .item .image img {
		max-height: 100%;
	}
	body.store-new main .top-picks .price {
		transform: scale(0.7);
		right: -35px;
	}
	body.store-new main .top-picks .item p {
		font-size: 20px;
	}
	body.store-new main .top-picks .item p br {
		display: none;
	}
	body.store-new main .top-picks .button {
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}
@media screen and (max-width:1120px) {
	body.store-new main .store-contact-overlay .manager-top-image {
		width: 200px;
		height: 310px;
	}
	body.store-new main .store-contact-overlay .manager-top-image:after {
		height: 180px;
		width: 260px;
		top: -120px;
		right: -160px;
	}
	body.store-new .flex>.half {
		max-width: 50%;
	}
	body.store-new main .of-icon img {
		max-width: 100%;
	}
	body.store-new main .connect-top .half:not(.flex) {
		flex-basis: auto;
	}
	body.store-new main .connect-top .half.flex {
		flex-grow: 1;
		max-width: inherit;
	}
	body.store-new main .about-manager {
		flex-direction: column;
		overflow: hidden;
	}
	body.store-new main .am-copy {
		margin-left: 0;
		padding-right: 0;
	}
	body.store-new main .am-copy h3 br {
		display: none;
	}
	body.store-new main .am-graphic {
		width: 100%;
	}
	body.store-new main .amg-inner {
		padding-bottom: 6%;
	}
	body.store-new main .amg-gray {
		padding-bottom: 19%;
		padding-top: 19%;
		height: 0;
	}
}
@media screen and (min-width:992px) {
	body.store-new main .store-contact-overlay .store-cirlce a.facebook-link.mobile {
		display: none;
	}
}
@media screen and (max-width:991px) {
	body.store-new main .store-contact #s-map {
		height: 674px;
	}
	body.store-new main .store-contact-overlay {
		height: 535px;
	}
	body.store-new main .store-contact.s-open .store-contact-overlay {
		top: -526px;
	}
	body.store-new main .store-contact-overlay .manager-top-image {
		width: 150px;
		height: 280px;
	}
	body.store-new main .store-contact-overlay .manager-top-image:after {
		width: 100px;
		height: 95px;
		top: -6px;
		right: -22px;
	}
	body.store-new main .sc-middle {
		flex: 0 0 308px;
		height: 100%;
		display: flex;
		align-items: center;
	}
	body.store-new main .store-contact-overlay .store-cirlce {
		width: 308px;
		height: 308px;
	}
	body.store-new main .store-contact-overlay .store-cirlce .buttercup {
		font-size: 60px;
		margin-top: 31px;
	}
	body.store-new.long-store-name main .store-contact-overlay .store-cirlce .buttercup {
		font-size: 42px;
	}
	body.store-new.store-piqua-ohio main .store-contact-overlay .store-cirlce .buttercup {
		margin-bottom: 30px;
	}
	body.store-new main .store-contact-overlay .store-cirlce a.facebook-link.desktop {
		display: none;
	}
	body.store-new main .store-contact-overlay .store-cirlce a.facebook-link.mobile {
		width: 38px;
		border-radius: 50%;
	}
	body.store-new.store-flemingsburg-kentucky main .store-contact-overlay .store-cirlce a, body.store-new.store-gallipolis-ohio main .store-contact-overlay .store-cirlce a, body.store-new.store-georgetown-ohio main .store-contact-overlay .store-cirlce a, body.store-new.store-grayson-kentucky main .store-contact-overlay .store-cirlce a, body.store-new.store-logan-ohio main .store-contact-overlay .store-cirlce a, body.store-new.store-maysville-kentucky main .store-contact-overlay .store-cirlce a, body.store-new.store-milford-ohio main .store-contact-overlay .store-cirlce a, body.store-new.store-new-philadelphia-ohio main .store-contact-overlay .store-cirlce a, body.store-new.store-wilmington-ohio main .store-contact-overlay .store-cirlce a {
		margin-top: 15px;
	}
	body.store-new main .store-contact-overlay .chat-trigger {
		width: 130px;
		height: 130px;
		font-size: 13px;
		line-height: 15px;
	}
	body.store-new main .of-quote p {
		font-size: 26px;
	}
	body.store-new main .connect-top.images>img {
		flex: 0 1 calc(33.33% - 9.75px);
		width: calc(33.33% - 9.75px);
	}
	body.store-new main .connect-top.s-container.flex:not(.images) {
		flex-direction: column;
	}
	body.store-new main .connect-top.s-container.flex>.half {
		flex-basis: 100%;
		max-width: 100%;
	}
	body.store-new main .connect-top h3,
	body.store-new main .connect-top p.h3 {
		margin-bottom: 30px;
	}
	body.store-new main .store-contact #s-map {
		height: 850px;
	}
	body.store-new main .store-info,
	body.store-new main .store-form-container {
		align-items: flex-end;
		width: 100%;
		right: inherit;
		height: auto;
		left: 0;
		bottom: 0;
		justify-content: center;
	}
	body.store-new main .store-info {
		padding-bottom: 35px;
	}
	body.store-new main .store-form-container {
		padding: 27px 15px 0;
		max-width: 100%;
	}
	body.store-new main .store-thanks p {
		width: 300px;
	}
	body.store-new .flex>.half.am-copy {
		max-width: 100%;
		flex-basis: auto;
	}
	body.store-new main .am-copy h3 img {
		max-width: 250px;
		float: right;
	}
	body.store-new main .top-picks {
		padding-top: 65px;
	}
	body.store-new main .connect {}
	body.store-new main .top-picks .item {
		margin-top: 80px;
	}
}
@media screen and (max-width:767px) {
	body.store-new main .sc-left {
		position: absolute;
		left: 15px;
		z-index: 1;
	}
	body.store-new main .sc-middle {
		align-items: flex-start;
		flex-basis: 100%;
		justify-content: center;
		padding-top: 30px;
	}
	body.store-new main .sc-right {
		position: absolute;
		right: 15px;
	}
	body.store-new main .si-inner {
		flex-direction: column;
		padding-bottom: 20px;
	}
	body.store-new main .top-picks {
		padding-top: 45px;
	}
	body.store-new main .top-picks h3,
	body.store-new main .top-picks p.h3 {
		font-size: 48px;
		line-height: 48px;
	}
	body.store-new main .our-family {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	body.store-new main .our-family .flags .services-title {
		padding-left: 50px;
		padding-right: 50px;
	}
	body.store-new main .of-main {
		flex-direction: column;
		margin-top: 40px;
	}
	body.store-new main .of-main.flex>.half {
		flex-basis: 100%;
		margin-bottom: 30px;
		max-width: 100%;
	}
	body.store-new main .of-main.flex>.half:last-child {
		margin-bottom: 0;
	}
	body.store-new main .of-icon {
		margin-bottom: 35px;
	}
	body.store-new main .confetti-container {
		perspective: 600px;
	}
	body.store-new main .store-social-bottom a {
		width: 55px;
		height: 55px;
	}
	body.store-new main .connect-top.s-container.images {
		padding-left: calc(50% - (538px / 4));
	}
	body.store-new main .connect-top.s-container.images img {
		flex-shrink: 0;
		box-shadow: -2px 6px 12px 0px rgba(0, 0, 0, 0.24);
	}
	body.store-new main .connect-top.s-container.images .swiper-slide {
		width: 285px;
	}
	body.store-new main .connect-top.s-container.images {
		position: relative;
		padding-bottom: 40px;
	}
	body.store-new main .images .swiper-button-next,
	body.store-new main .images .swiper-container-rtl .swiper-button-prev,
	body.store-new main .images .swiper-button-prev,
	body.store-new main .images .swiper-container-rtl .swiper-button-next {
		width: 71px;
		height: 71px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		filter: none;
		margin-top: -50px;
		outline: none;
	}
	body.store-new main .images .swiper-button-next,
	body.store-new main .images .swiper-container-rtl .swiper-button-prev {
		background-image: url(../images/store-new/mobile-arrow-right.png);
		right: 10px;
	}
	body.store-new main .images .swiper-button-prev,
	body.store-new main .images .swiper-container-rtl .swiper-button-next {
		background-image: url(../images/store-new/mobile-arrow-left.png);
		left: 5px;
	}
	body.store-new main .images .swiper-button-next.swiper-button-disabled,
	body.store-new main .images .swiper-button-prev.swiper-button-disabled {
		display: none;
	}
	body.store-new main .top-picks .item {
		width: 46%;
	}
	body.store-new main .top-picks .item .image {
		height: 29.5vw;
	}
}
@media screen and (max-width:567px) {
	body.store-new main .form-row.flex {
		flex-direction: column;
	}
	body.store-new main .form-field.half-field {
		flex: 0 1 100%;
	}
	body.store-new main .store-contact-overlay .store-cirlce .buttercup {
		font-size: 42px;
		margin-top: 20px;
	}
	body.store-new.store-piqua-ohio main .store-contact-overlay .store-cirlce .buttercup {
		margin-bottom: 20px;
	}
	body.store-new main .store-contact-overlay .manager-top-image {
		width: 206px;
		height: 316px;
	}
	body.store-new main .store-contact-overlay .manager-top-image:after {
		width: 180px;
		height: 170px;
		top: -105px;
		right: -70px;
		display: none;
	}
	body.store-new main .store-contact-overlay .manager-name {
		right: -100px;
	}
	body.store-new main .store-contact-overlay .manager-name p {
		font-size: 12px;
	}
	body.store-new main .store-contact-overlay .manager-name p strong {
		font-size: 15px;
	}
	body.store-new main .store-contact-overlay .chat-trigger {
		margin-bottom: 115px;
		font-size: 13px;
		line-height: 15px;
	}
	body.store-new main .store-info,
	body.store-new main .store-form-container {
		padding: 0 15px;
	}
	body.store-new main .store-form-container {
		padding-bottom: 20px;
	}
	body.store-new main .si-inner,
	body.store-new main .store-details {
		width: 100%;
	}
	body.store-new main .store-details {
		padding-right: 0;
	}
	body.store-new main .sd-top {
		flex-direction: column;
		min-width: inherit;
		padding: 22px 32px 15px;
		margin-bottom: 0;
	}
	body.store-new main .sdt-left,
	body.store-new main .sdt-right {
		flex-basis: 100%;
	}
	body.store-new main .sdt-left {
		padding-right: 0;
	}
	body.store-new main .sdt-right {
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #d2d2d2;
		padding-top: 15px;
		margin-top: 15px;
	}
	body.store-new main .sdt-right .d-hours {
		flex-grow: 1;
		text-align: right;
	}
	body.store-new main .store-hours {
		overflow: hidden;
		max-height: 0;
	}
	body.store-new main .sdt-right.s-open .store-hours {
		max-height: 300px;
	}
	body.store-new main .sdt-right h3 {
		cursor: pointer;
	}
	body.store-new main .sdt-right h3 span {
		position: relative;
	}
	body.store-new main .sdt-right h3 span:after {
		content: '';
		display: inline-block;
		position: relative;
		width: 13px;
		height: 8px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../images/store-new/down-arrow.png);
		margin-left: 8px;
		top: -2px;
	}
	body.store-new main .sdt-right.s-open h3 span:after {
		transform: rotate(180deg);
	}
	/*body.store-new main .store-form > .store-form-trigger,
	body.store-new main .store-thanks > .store-form-trigger{
		display: none;
	}*/
	body.store-new main .top-picks {
		padding-top: 35px;
	}
	body.store-new main .top-picks>.s-container {}
	body.store-new main .top-picks h3,
	body.store-new main .top-picks p.h3 {
		font-size: 32px;
		line-height: 32px;
	}
	body.store-new main .our-family .flags .services-title {
		padding-left: 18px;
		padding-right: 18px;
	}
	body.store-new main .our-family .flags .services-title h2 {
		font-size: 24px;
		line-height: 24px;
	}
	body.store-new main .our-family .flags .services-title h2 span {
		font-size: 30px;
	}
	body.store-new main .of-quote {
		padding-left: 10px;
	}
	body.store-new main .of-quote p {
		font-size: 25px;
	}
	body.store-new main .of-quote p small {
		font-size: 15px;
		margin-top: 10px;
	}
	body.store-new main .of-quote p:before {
		font-size: 115px;
		line-height: 115px;
		top: -36px;
		left: -10px;
	}
	body.store-new main .of-icon p {
		font-size: 12px;
	}
	body.store-new main .our-family h3 {
		font-size: 20px;
		line-height: normal;
		margin-bottom: 25px;
	}
	body.store-new main .confetti-container {
		perspective: 560px;
	}
	body.store-new main .connect-top h3,
	body.store-new main .connect-top p.h3 {
		font-size: 30px;
		text-align: center;
	}
	body.store-new main .connect-top .half.flex {
		flex-direction: column;
	}
	body.store-new main .store-social-bottom a:last-child {
		margin-right: 0;
	}
	body.store-new main .connect {}
	body.store-new main .store-rate {
		margin: 0 auto 20px;
	}
	body.store-new main .am-copy h3 {
		font-size: 30px;
		line-height: 32px;
		text-align: center;
		margin-bottom: 25px;
	}
	body.store-new main .am-faq {
		padding-left: 50px;
	}
	body.store-new main .amf-question {
		font-size: 20px;
		cursor: pointer;
		position: relative;
	}
	body.store-new main .amf-question:before {
		content: '+';
		display: inline-block;
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		font-size: 35px;
		position: absolute;
		top: -10px;
		left: -30px;
	}
	body.store-new main .amd-item.s-open .amf-question:before {
		content: '-';
		left: -25px;
	}
	body.store-new main .amf-answer {
		overflow: hidden;
		max-height: 0;
	}
	body.store-new main .amd-item.s-open .amf-answer {
		max-height: 300px;
	}
	body.store-new main .amf-answer p {
		font-size: 16px;
		line-height: normal;
	}
	body.store-new main .am-graphic {
		width: 130%;
	}
	body.store-new main .amg-inner {
		padding-bottom: 6%;
	}
	body.store-new main .amg-gray {
		height: 138px;
	}
	body.store-new main .amg-gray p {
		font-size: 15px;
	}
	body.store-new main .amg-gray p strong {
		font-size: 25px;
	}
	body.store-new main .seo .flex {
		flex-direction: column;
	}
	body.store-new main .seo .half,
	body.store-new main .seo .half:last-child {
		flex-basis: 100%;
		max-width: 100%;
		padding: 0;
	}
	body.store-new main .store-contact-overlay {
		height: 600px;
	}
	body.store-new main .store-details .sd-bottom .button {
		height: 55px;
		line-height: 55px;
		margin-left: 32px;
		margin-right: 32px;
		font-size: 18px;
	}
	body.store-new main .our-family {
		display: none;
	}
	body.store-new main .store-form>.store-form-trigger,
	body.store-new main .store-thanks>.store-form-trigger {
		top: 10px;
		right: 0px;
		font-size: 12px;
	}
	body.store-new main .am-copy h3 img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	body.store-new main .top-picks .button {
		width: 90%;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	body.store-new main .top-picks .item p {
		font-size: 14px;
	}
	body.store-new main .top-picks .item .image {
		height: 27.5vw;
	}
	body.store-new main .top-picks .price {
		transform: scale(0.6);
		right: -35px;
		top: -60px;
	}
}
@media screen and (max-width:320px) {
	body.store-new main .store-contact-overlay .store-cirlce {
		width: 280px;
		height: 280px;
	}
	body.store-new main .store-contact-overlay .manager-top-image {
		width: 170px;
		height: 300px;
	}
	body.store-new main .top-picks {
		padding-left: 0;
	}
	body.store-new main .top-picks>.container {
		padding-right: 15px;
	}
	body.store-new main .confetti-container {
		perspective: 600px;
	}
}
.store-new #dec-banner {
	background-image: none;
	background-color: #999696;
}