/*
Theme Name: Beltone VIP Theme
Author: PPWD
Author URI: https://ppwd.com.
Version: 1.0
*/

/* @import url(reset.css); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
	/* Primary Colors */
	--beltone--blue--dark: #005694;
	--beltone--blue--dark-hover: #00477a;
	--beltone--blue--dark-clear: #49afe8;
	--beltone--blue--dark-clear-hover: #49afe8; 

	/* Secondary Colors */
	--beltone--blue--dark-dark: #252b6b;
	--beltone--blue--dark-light: #b2d8f6;
	--c-gray-light: #b0b1b1;
	--c-gray-dark: #575756;
	--c-gray-clear: #ececec;
	--beltone--dark-3: #000000;
	--beltone--light-1: #ffffff; 

	/* Call to Action & Accent Colors */
	--c-orange: #e38928;
	--c-orange-hover: #cb6901;
	--c-green: #b6c930;
	--beltone--red: #c7352d;

	/* Utilities */
	/* --shadow--small: 0 2px 10px -2px rgba(0,0,0,0.3); */
	--border-radius-small: 3px;
	--border-radius: 6px;
	--border-radius-large: 12px;

	/* Color styles */
	--beltone--blue--dark: rgba(15, 85, 135, 1);
	--beltone--blue: rgba(0, 116, 199, 1);
	--beltone--blue--light: rgba(92, 175, 235, 1);
	--beltone--green--dark: rgba(49, 106, 55, 1);
	--beltone--green: rgba(53, 156, 63, 1);
	--beltone--green--light: rgba(200, 224, 202, 1);
	--beltone--gray--dark: rgba(128, 139, 147, 1);
	--beltone--gray: rgba(204, 204, 204, 1);
	--beltone--gray--light: rgba(232, 235, 238, 1);
	--beltone--red--dark: rgba(134, 33, 33, 1);
	--beltone--red: rgba(181, 52, 52, 1);
	--beltone--red--light: rgba(226, 143, 143, 1);
	--beltone--dark-1: rgba(102, 102, 102, 1);
	--beltone--dark-2: rgba(39, 52, 67, 1);
	--beltone--dark-3: rgba(0, 0, 0, 1);
	--beltone--light-1: rgba(255, 255, 255, 1);
	--beltone--light-2: rgba(249, 252, 255, 1);
	--beltone--light-3: rgba(225, 232, 245, 1);

	/* Text-size styles */
	--heading-1: 48px;
	--heading-2: 38px;
	--heading-3: 32px;
	--heading-4: 26px;
	--heading-5: 22px;
	--heading-6: 16px;
	--paragraph: 16px;
	--paragraph--bold: 14px;
	--paragraph--small: 10px;
	--heading-1--mobile: 38px;
	--heading-2--mobile: 32px;

	/* Effect styles */
	--shadow-1:  0px 5px 20px rgba(0, 0, 0, 0.24);
	--shadow--small:  0px 2px 6px rgba(0, 0, 0, 0.16);
	/* New Button Colors */
	--beltone-orange: #ca5001;
	--beltone-orange-hover: #ca5010;
	--beltone-orange-border: 2px solid #ca5010;
	--beltone-blue-hover: #2a7cb7;
	--beltone-shadow-hover: #0e5588 5px 5px 0px 0px;
	--beltone-border-hover: #2a7cb7; 
}

/* Buttons */
.btn,
.happyforms-styles input[type=submit].happyforms-button--submit,
.happyforms-styles input[type=submit][disabled].happyforms-button--submit,
.wp-block-button__link{
	display: inline-block;
	font-weight: 500;
	color: var(--beltone--light-1);
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0,0,0,0.3);
	transition: box-shadow 0.2s, background-color 0.2s;
	border: none;
}
.happyforms-styles input[type=submit].happyforms-button--submit:hover,
.happyforms-styles input[type=submit][disabled].happyforms-button--submit:hover,
.wp-block-button__link:hover,
.btn:hover{
	box-shadow: var(--shadow--small);
}
	
.wp-block-button__link, .btn.blue {
    background-color: #0074c8;
    font-family: 'MONTSERRAT';
    color: white;
}
.btn.blue {
    background-color: #0074c8;
    font-family: 'MONTSERRAT';
    color: white !important;
}

.wp-block-button__link,
.btn.blue{background-color: var(--beltone--blue--dark)}
.btn.blue-light{background-color: var(--beltone--blue--dark-clear) !important;}
.btn.orange{background-color: var(--beltone-orange) !important;}
.btn.green{background-color: var(--c-green) !important;}
.btn.red{background-color: var(--beltone--red) !important;}


.btn.blue:hover{background-color: var(--beltone--blue--dark-hover) !important;}
.btn.blue-light:hover{background-color: var(--beltone--blue--dark-clear) !important;}
.btn.green:hover{background-color: var(--c-green) !important;}
.btn.red:hover{background-color: var(--beltone--red) !important;}


.btn,
.wp-block-button__link,
.happyforms-styles input[type=submit].happyforms-button--submit,
.happyforms-styles input[type=submit][disabled].happyforms-button--submit,
input{
	padding: 10px 20px !important;
	border-radius: var(--border-radius);
}
.btn.btn-small{
	padding: 5px 10px !important;
	font-size: 75%;
}
input{
	border: none;
	box-shadow: 0 0 0 1px var(--c-gray-clear) inset;
}
p small{
	line-height: 1.4;
	display: block
}

html{
	scroll-behavior: smooth;
}

html, body {
	margin:0px !important;
	font-family: 'Montserrat';
	color:#000000;
	overflow-x:hidden !important;
	display: flex;
  	flex-direction: column;
}

footer {
	display: flex;
  width: 100%;
  flex-direction: column;
}

/* h1, .h1 {
	font-size:42px !important;
	font-family: 'Montserrat';
	font-weight:800;
	color:rgba(15, 85, 135, 1) !important;
}
h2, .h2 {
	font-size:30px !important;
	font-family: 'Montserrat';
	color:rgba(15, 85, 135, 1);
}
h3, .h3 {
	font-size:26px !important;
	font-family: 'Montserrat';
	color:rgba(15, 85, 135, 1);
}
h4, .h4 {
	font-size:18px !important;
	font-family: 'Montserrat';
	color:#000000;
}
h5, .h5 {
	font-size:18px !important;
	font-family: 'Montserrat';
	color:#000000;
}
h6, .h6 {
	font-size:16px !important;
	font-family: 'Montserrat';
	color:#000000;
}
 */
@media (max-width: 500px) {
/* 	h1, .h1 {
		font-size:32px !important;
	}
	h2, .h2 {
		font-size:28px !important;
	}
	h3, .h3 {
		font-size:22px !important;
	}
	h4, .h4 {
		font-size:18px !important;
	}
	h5, .h5 {
		font-size:18px !important;
	}
	h6, .h6 {
		font-size:16px !important;
	} */
}

.text-center {
	text-align:center;
}

.booking-cards {
    box-shadow: rgba(50, 50, 93, .25) 0px 0px 50px -20px, rgba(0, 0, 0, .3) -20px 18px 0 -30px, rgba(10, 37, 64, .35) 0px 4px 6px 0 !important;
    padding: 10px;
    min-height: 180px;
    border-radius: 4px;
}

.box-shadow {
	box-shadow: rgba(50,50,93,.25) 0 50px 50px -20px,rgba(0,0,0,.3) 0 30px 0 -30px,rgba(10,37,64,.35) 0 -2px 6px 0 inset;
}

.nav-topbar {
	height:30px;
}

.nav-main {
    display: flex;
    align-items: center;
    justify-content: center;
	height:80px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}

.nav-main img {
	height:40px;
}

.background-blue {
	background-color: #1C5794;
}
.background-white {
	background-color: #FFFFFF;
}

.light-text {
	color:#8a8a8a;
}

.white-text {
	color:#fff !important;
}

.home-banner-wrapper{
	width: 100%;
	height: 500px;
	position: relative;
}

.home-banner {		
	height: 500px;
	background-image:url('/wp-content/uploads/2024/05/banner-1-1.webp');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}

.ro { 
	display:flex;
	align-items: center;
	width: 100%;
	margin-left:20%;
	height:100%;
}

.col-50 {
	position:relative;
	align-content: center;
	height:auto;
	width:50%;
}

.banner-card {
	position:relative;
	padding:10px 10px;
	border-radius:10px;
	width:300px;
}

.banner-card h2{
	text-align:center;
	margin-top:0px;
}

.header-button {
	background: #ca5001;
	position:relative;
	border: none;
	font-family: 'Montserrat' !important;
	font-size: 12px;
	padding: 5px 4px;
	text-decoration: none !important;
	text-align: center;
	border-radius: 5px;
	color: white !important;
	font-weight: 700;
	cursor: pointer !important;
	display: block;
}
.header-button:hover {
	background: #ca5010;
}

.block-full-background {
	max-width: 100% !important;
	padding: 0px 0px !important;
}
.block-inner-width {
	max-width: 1300px !important;
	margin: auto !important;
	padding: 60px 30px;
}

@media screen and (max-width: 540px) {
	.ro:has(.banner-card) { 
		align-items: end;
		margin-left:0px;

		
	}
	.banner-card { 
		border-radius:0px;
		width:100%;
		background-color:#E1E8F5;
	}
}


@media (max-width: 781px) {
	.wp-block-columns:has(.block-full-background) {
		padding: 40px 0px !important;
	}
	.block-inner-width {
		padding: 40px 30px !important;
	}
	.light-text {
		color:#000000;
	}
}

/* Discount Pricing Styling */

.pricing-text .price p, .pricing-text .off, .pricing-text .msrp {
	margin:0px;
}
.pricing-text {
	gap:10px;
}

.discount-wrap .sub-text {
	margin: 0px;
    color: #195587;
    font-weight: 500;
    font-size: 14px;
}

.pricing-text .price {
	font-size: 60px;
    font-weight: 800;
	color: #1D8225 !important;
}
.pricing-text .off {
	position:relative;
	top:15px;
	font-size: 25px;
    font-weight: 700;
    color: #1D8225 !important;
}
.pricing-text .msrp {
	color: #1D8225;
    font-size: 25px;
    font-weight: 500;
}

.discount-group {
	display:flex;
	justify-content:center;
	gap:5px;
}

@media (max-width: 339px) {
	.pricing-text .price {
		font-size: 40px;
	}
	.pricing-text .off {
		top:5px;
		font-size: 20px;
	}
	.pricing-text .msrp {
		font-size: 20px;
	}
}

.h2 {
	font-family: montserrat;
	color: rgba(15, 85, 135, 1);
}
.h2 .light {
	font-weight: 500;
}
.h2 .bold {
	font-weight:700;
}

.remove-margin {
	margin:0px !important;
}

.and {
	position:relative;
	bottom:30px;
	white-space: nowrap;
}

.remove-bottom-padding {
	padding-bottom:0px !important;
}

.remove-section-spacing {
	padding: 0px 30px !important;
}
.discount-width {
	max-width:900px !important;
}

.s-modal {
	display: none;
	position: fixed;
	z-index: 1000000;
	padding: 100px 0;
	margin: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.s-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 40px;
	border: 1px solid #888;
	border-radius: 25px;
	max-width: 800px;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}
@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}
.s-modal .s-close {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.s-modal .s-close-icon {
	font-size: 16px;
	margin-left: 5px;
}
.s-modal .s-close:hover,
.s-modal .s-close:focus {
	cursor: pointer;
}
.s-modal-header {
	text-align: center;
	padding-bottom: 25px;
}
.s-modal-header h1 {
	color: var(--beltone--blue--dark);
}
.s-modal .btn.light-blue {
	background-color: var(--beltone--blue--dark-clear);
}
.s-modal .btn.orange,
.s-modal .btn.orange .icon {
	color: #fff !important;
}
.s-modal .btn.previous {
	border: 1px solid #eee;
	color: #777;
}
.s-modal .btn.right {
	float: right;
}
.s-modal .btn.right .icon {
	color: var(--beltone--blue--dark-clear);
	margin-left: 10px;
}
#page-1 {
	display: block;
	padding: 20px;
}
#page-2, #page-3, #page-4, #page-5, #page-6 {
	display: none;
}
.request-form{
	background: #fff !important;
	border-radius: 3px;
	padding: 20px;
	min-height: 400px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
@media(min-width: 768px){
	body.search  #wrapper > .container > aside > .request-form,
	body.page-template-contact #wrapper > .container > aside > .request-form,
	body.single-wpsl_stores #wrapper > .container > aside > .request-form,
	body.page-template-landing-page #wrapper > .container > aside > .request-form,
	body.page-template-landing-page-banner #wrapper > .container > aside > .request-form,
	body.error404 #wrapper > .container > aside > .request-form,
	body.page-template-homepage #wrapper > .container > aside > .request-form,
	body.page-template-locations #wrapper > .container > aside > .request-form,
	body.page-template-interior #wrapper > .container > aside > .request-form{
		position: sticky;
		position: -webkit-sticky;
		top: 140px;
	}
}
body.search #wrapper > .container > aside > .request-form h3,
body.page-template-contact #wrapper > .container > aside > .request-form h3,
body.single-wpsl_stores #wrapper > .container > aside > .request-form h3,
body.page-template-landing-page #wrapper > .container > aside > .request-form h3,
body.page-template-landing-page-banner #wrapper > .container > aside > .request-form h3,
body.error404 #wrapper > .container > aside > .request-form h3,
body.page-template-homepage #wrapper > .container > aside > .request-form h3,
body.page-template-locations #wrapper > .container > aside > .request-form h3,
body.page-template-interior #wrapper > .container > aside > .request-form h3{
	margin: 10px 0;
	padding: 0;
}
body.search #wrapper > .container > aside > .request-form p,
body.page-template-landing-page #wrapper > .container > aside > .request-form p,
body.page-template-landing-page-banner #wrapper > .container > aside > .request-form p,
body.page-template-contact #wrapper > .container > aside > .request-form p,
body.single-wpsl_stores #wrapper > .container > aside > .request-form p,
body.error404 #wrapper > .container > aside > .request-form p,
body.page-template-homepage #wrapper > .container > aside > .request-form p,
body.page-template-interior #wrapper > .container > aside > .request-form p{
	margin: 10px 0;
}
body.search #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-contact #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-landing-page #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-landing-page-banner #wrapper > .container > aside > .request-form .form-wrap,
body.single-wpsl_stores #wrapper > .container > aside > .request-form .form-wrap,
body.error404 #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-homepage #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-locations #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-interior #wrapper > .container > aside > .request-form .form-wrap{
	margin-top: 20px;
}


@media(min-width: 800px){
	body.search #wrapper > .container,
	body.page-template-landing-page #wrapper > .container,
	body.page-template-landing-page-banner #wrapper > .container,
	body.page-template-contact #wrapper > .container,
	body.single-wpsl_stores #wrapper > .container,
	body.error404 #wrapper > .container,
	body.page-template-homepage #wrapper > .container,
	body.page-template-locations #wrapper > .container,
	body.page-template-interior #wrapper > .container{
		display: flex;
	}
	body.search #wrapper > .container > .content,
	body.page-template-landing-page #wrapper > .container > .content,
	body.page-template-landing-page-banner #wrapper > .container > .content,
	body.page-template-contact #wrapper > .container > .content,
	body.single-wpsl_stores #wrapper > .container > .content,
	body.error404 #wrapper > .container > .content,
	body.page-template-homepage #wrapper > .container > .content,
	body.page-template-locations #wrapper > .container > .content,
	body.page-template-interior #wrapper > .container > .content{
		width: calc(100% - 0px);

	}
	body.search #wrapper > .container > aside,
	body.page-template-landing-page #wrapper > .container > aside,
	body.page-template-landing-page-banner #wrapper > .container > aside,
	body.page-template-contact #wrapper > .container > aside,
	body.single-wpsl_stores #wrapper > .container > aside,
	body.error404 #wrapper > .container > aside,
	body.page-template-homepage #wrapper > .container > aside,
	body.page-template-locations #wrapper > .container > aside,
	body.page-template-interior #wrapper > .container > aside{
		width: 400px;
		margin: -80px 0 40px 0;
	}
}

.ppwdf-errors{
	color: red;
	margin-bottom: 5px;
}
.request-form .form-group{
	display: block;
	margin-bottom: 20px;
}

.request-form label{
	display: block;
	margin-bottom: 5px;
}
.request-form input,
.request-form textarea{
	background: #eee;
}
.ppwd-form .req > label:first-of-type::before{
	margin-right: 5px;
	color: #f00;
}
.request-form input[type="text"],
.request-form input[type="email"],
.request-form input[type="tel"]{
	padding: 5px;
	width: 100%;
}
.request-form textarea{
	width: 100%;
	min-height: 150px;
	border: none;
	resize: none;
	padding: 10px;
	border-radius: 4px;
}
.request-form .btn-send{
	display: block;
	padding: 15px 10px;
	width: calc(100% - 10px);
}

#wpsl-result-list a {
    color: var(--beltone--blue--dark) !important;
}
/* .request-form .ppwdf-Zipcode,
.request-form .ppwdf-Phone{
	display: inline-block;
} */
.request-form .ppwdf-Zipcode{
	width: calc(30% - 2px);
}
.request-form .ppwdf-Phone{
/* 	margin-left: 10px;
	width: calc(70% - 20px); */
	width: 100%;
}

.request-form .radio{
	display: inline-block;
	margin-right: 10px;
	/*width: calc((100% / 3) - 5px);*/
}
.request-form .radio label{
	cursor: pointer;
}
.grecaptcha-logo,
.grecaptcha-badge{
	opacity: 0;
	display: none;
	z-index: -100;
}
.s-modal .request-form {
	border-radius: 0;
	padding: 0;
	min-height: unset;
	box-shadow: none;
}
.s-modal .row.radios {
	justify-content: space-between;
}
.s-modal .search-zipcode {
	max-width: 300px;
	position: relative;
	margin: 20px auto;
}
.s-modal .search-zipcode a {
	position: absolute;
	right: 0;
}
.s-modal #clinic-results {
	padding: 30px 0 100px;
	display: flex;
	flex-wrap: wrap;
}
.s-modal #clinic-results .clinic {
	display: flex;
	margin-bottom: 30px;
}
.s-modal #clinic-results .clinic label {
	margin-bottom: 0;
	margin-left: 10px;
	text-transform: uppercase;
}
.s-modal #clinic-results .clinic small {
	font-weight: bold;
	color: var(--c-orange);
}
.s-modal #selected-clinic {
	margin: 20px 0;
	text-align: center;
	font-size: 20px;
}

.s-modal .right.time label {
	font-weight: bold;
}
.s-modal .right.time label::before {
	display: none;
}

.s-modal .ppwd-form .req > label:first-of-type::before {
	content: '*';
}
.s-modal .ppwd-form .checkbox-inline:not(:last-child),
.s-modal .ppwd-form .radio-inline:not(:last-child) {
	margin-right: 20px;
}

.s-modal #page-4,
.s-modal #page-5 {
	margin-top: 30px;
	color: var(--beltone--blue--dark);
}
.s-modal .center {
	text-align: center;
}
.s-modal label.error {
	color: red;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid var(--c-orange) !important;
	background: var(--c-orange) !important;
	color: #fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid var(--beltone--blue--dark) !important;
	background: var(--beltone--blue--dark-clear) !important;
}

#sycleform {
	width: 0;
	height: 0;
	border: 0 !important;
}

@media screen and (max-width: 1000px) {
	.s-modal .row.radios {
		flex-direction: column;
	}
}
@media screen and (min-width: 782px) {
	.s-modal .row {
		display: flex;
	}
	.s-modal .form-group.left,
	.s-modal #appt-conf .left,
	.s-modal #appt-summ .left {
		width: 49%;
		margin-right: 1%;
	}
	.s-modal .form-group.right,
	.s-modal #appt-conf .right,
	.s-modal #appt-summ .right {
		width: 49%;
		margin-left: 1%;
	}
	.s-modal #clinic-results .clinic {
		width: 50%;
	}
	.s-modal #datetime {
		display: flex;
		padding: 0 40px 50px;
	}
	.s-modal #datetime .left.date {
		width: 59%;
		margin-right: 1%;
	}
	.s-modal #datetime .right.time {
		width: 39%;
		margin-left: 1%;
	}
	.s-modal .ui-widget.ui-datepicker {
		float: right;
		width: 20em;
	}
}
@media screen and (max-width: 781px) {
	.s-modal #datetime {
		text-align: center;
		padding-bottom: 40px;
	}
	.s-modal #datetime .left.date {
		display: flex;
		justify-content: center;
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 641px) {
	#schedule-appointment-1 .form-group {
		flex: 1 1 auto;
	}
}
@media screen and (min-width: 280px) and (max-width: 640px) {
	#schedule-appointment-1 .form-group {
		flex: 1 auto;
	}
}
@media screen and (max-width: 500px) {
	.s-modal-content {
		width: 96%;
		padding: 20px;
	}
	.s-modal .bottom-buttons .btn {
		padding: 10px 15px !important;
	}
}

/* progress bar */
.ProgressBar {
  margin: 0 auto;
  padding: 2em 0 3em;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
}
.ProgressBar-step:before,
.ProgressBar-step:after {
    content: "";
    height: 0.5em;
    background-color: #eee;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease-out;
}
  
.ProgressBar-step:first-child:before,
.ProgressBar-step:first-child:after { 
    display: none; 
}

.ProgressBar-step:after {
    background-color: var(--beltone--blue--dark-clear);
    width: 0%;
}

.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after,
.ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
    width: 100%;
}

.ProgressBar-icon {
  background-color: #eee;
  color: #eee;
  border-radius: 50%;
  padding: 10px;
  max-width: 100%;
  z-index: 10;
  position: relative;
  transition: all .25s ease-out;
} 
.is-current .ProgressBar-icon {
    color: var(--beltone--blue--dark-clear);
    background-color: var(--beltone--blue--dark-clear);
}
.is-complete .ProgressBar-icon {
    color: white;
    background-color: var(--beltone--blue--dark-clear);
}

.ProgressBar-stepLabel {
  display: block;
  position: absolute;
  padding-top: 10px;
  line-height: 15px;
  width: 100%;
  transition: all .25s ease-out;
}
.is-current .ProgressBar-stepLabel {
    color: var(--beltone--blue--dark);
    font-weight: bold;
}

.is-current > .ProgressBar-step,
.is-complete > .ProgressBar-step {
    color: var(--beltone--blue--dark-clear);
}

.button {
	font-size: 16px;
	text-decoration: none !important;
	padding: 10px 30px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	line-height: 18px;
	white-space: break-spaces; 
}


.button.blue {
	background-color: #1C5794;
}

.button.orange {
	background-color: #CA5001;
}

.button.blue:hover {
	background-color: #1C5794;
	color:#fff !important;
	cursor:pointer;
}

.button.orange:hover {
	background-color: #CA5001;
	color:#fff !important;
	cursor:pointer;
}

.small-text {
	font-size: 12px;
}
.margin-bottom {
	margin-bottom:30px;
}

.cleaned-margin {
	margin-bottom:0px !important;
}

body {
	margin-bottom:0px !important;
}

.footer-wrapper {
	padding:30px 20px;
	background-color: #273443;
}
.footer-wrapper {
	text-align: center;
}

.footer-wrapper p {
	margin:0px !important;
}

.footer-wrapper a {
	color:#fff;
	text-decoration: none;
	white-space: nowrap;
}


.ppwdf-thanks,
.ppwdf-marketing,
.ppwdf-location,
.ppwdf-timestamp,
.ppwdf-wait{
	display: none !important;
}

.text-12 {
	font-size: 12px;
}
.beltone-link a {
	color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.beltone-link a:hover {
	color: #007bff;
    text-decoration: none;
    background-color: transparent;
	cursor:pointer;
}
.hidden,.d-none{
	display: none;
}

.home-page-survey-form i.far{
	font-size: 40px;
}
.home-page-survey-form i.far.fa-grin{
	color: #16B852;
}
.home-page-survey-form i.far.fa-meh{
	color: #FAC402;
}
.home-page-survey-form i.far.fa-frown-open{
	color: #FA2341;
}
.home-page-survey-form .alert.alert-danger.ppwdf-errors {
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: white;
    margin-bottom: 2rem;
    border: solid 1px red;
}
.home-page-survey-form form#ppwdf-form {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1rem;
    max-width: 768px;
    margin-inline: auto;
}
.home-page-survey-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.home-page-survey-form .form-group .form-control{
    height: 32px;
    font-size: 1rem;
    padding: 8px 16px !important;
	border: solid 2px #000;
}
.home-page-survey-form .form-group.ppwdf-Second_Entry {
    justify-self: center;
    text-align: center;
	margin-top: 1rem;
}
.home-page-survey-form .form-group.ppwdf-Second_Entry label{
	font-weight:500;
}
.home-page-survey-form .form-group.ppwdf-Second_Entry .complete-survey-options{
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	gap: 1rem;
}
.home-page-survey-form .form-group .fld-help{
	color: #a9a9a9;
}
.home-page-survey-form #survey-questions-wrapper{
	display: none;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry{
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top:1rem;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .control-label{
	font-weight: 600;
	margin-bottom:0.75rem;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .rating-with-faces-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
	gap: 2rem;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .rating-without-faces-wrapper{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
	gap:1rem;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .rating-with-faces-wrapper .radio {
  	display: block;
  	position: relative;
  	width: 40px;
	height: 40px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .rating-with-faces-wrapper .radio input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
	padding: 0 !important;
	box-shadow: none;
	border-radius: 0;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .rating-with-faces-wrapper .radio .belt-rating-icon {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 40px;
  	width: 40px;
  	border-radius: 50%;
	cursor: pointer;
	text-align: center;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .rating-with-faces-wrapper .radio:hover input ~ .belt-rating-icon {
  	outline: solid 3px #ccc;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .rating-with-faces-wrapper .radio input:checked ~ .belt-rating-icon {
  	outline: solid 3px #3775FF;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .ppwdf-Improved_Experience_Other{
	display:none;
}
.home-page-survey-form #survey-questions-wrapper.--second-entry .ppwdf-Improved_Experience_Other.--selected{
	display:flex;
}
.home-page-survey-form .button-wrapper-and-recaptcha {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.home-page-survey-form .button-wrapper-and-recaptcha button.btn-send{
	background-color: #c7352d;
	color: #ffffff;
	font-weight: 500;
	font-style: italic;
	border-radius: 16px;
	padding: 10px 20px !important;
	font-size:18px;
	text-align:center;
	min-width: 150px;
	transition: box-shadow ease 300ms;
}
.home-page-survey-form .button-wrapper-and-recaptcha button.btn-send:hover{
	box-shadow: 0px 18px 40px -10px #00000026;
}
.home-page-survey-form .button-wrapper-and-recaptcha button.btn-send[disabled='true']{
	background-color: #808080;
    cursor: not-allowed;
}
@media (min-width: 500px){
	.home-page-survey-form form#ppwdf-form{
		grid-template-columns: repeat(2,1fr);
	}
	.home-page-survey-form .form-group.ppwdf-Second_Entry, .home-page-survey-form .button-wrapper-and-recaptcha, .home-page-survey-form #survey-questions-wrapper.--second-entry{
		grid-column: span 2;
	}
	.home-page-survey-form #survey-questions-wrapper.--second-entry .rating-with-faces-wrapper, .home-page-survey-form #survey-questions-wrapper.--second-entry .rating-without-faces-wrapper{
		flex-direction: row;
		align-items: center;
	}
	.home-page-survey-form #survey-questions-wrapper.--second-entry .rating-without-faces-wrapper>*{
		max-width: calc(50% - 1rem);
		width: 100%;
	}
}