body{
	position: relative;
	overflow-y: scroll;
}
a, button, input{
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.form-control:active,
.form-control:focus,
a:focus,
a:active,
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	border: 0
}
img {
	max-width: 100%;
	height: auto
}
input:not([type=radio]):not([type=checkbox]),
textarea,
button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	resize: vertical
}
a[href^=tel] {
	color: inherit;
	text-decoration: none
}

#primary{
	max-width: 100%;
	overflow: hidden;
}

.navbar-expand>.container, .navbar-expand>.container-fluid{
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-left: 10px;
	padding-right: 10px;
}

.btn{
	min-width: 265px;
	line-height: 80px;
	padding: 0 30px;
	border: none;
	border-radius: 12px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	font-size: 36px;
}
.btn:focus{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar{
	padding: 40px 0;
}
.navbar-brand{
	margin: 0;
	padding: 0;
}

#colophon{
	padding: 60px 0;
	font-size: 14px;
	color: #000;
}

#welcome{
	padding: 24px 0 100px;
}

#step1,
#step2,
#step3,
#step4{
	padding: 100px 0;
	background: #f5f5f5;
}
#step2{
	background: #e1e1e1;
}
#step3{
	background: #cdcdcd;
}
#step4{
	background: #b9b9b9;
}

.number{
	margin-right: 20px;
}
.number span{
	display: block;
	width: 75px;
	height: 75px;
	background: #d8415d;
	border-radius: 50%;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 75px;
	color: #fff;
}

label{
	display: block;
	margin: 20px 0 0;
	cursor: pointer;
}
label input{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
label div{
	position: relative;
	padding: 75px 30px 58px;
	background: #fff;
	border: 4px solid #fff;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #000;
	opacity: .6;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transition-property: opacity, border;
	transition-property: opacity, border;
}
label div:after{
	content: url(images/check-off.svg);
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
}
label:hover div{
	border-color: #229a98;
}
label input:checked ~ div{
	opacity: 1;
	border-color: #229a98;
}
label input:checked ~ div:after{
	content: url(images/check-on.svg);
}

#cups label div{
	padding: 0;
}

.form-control{
	height: 80px;
	margin: 20px 0 0;
	padding: 0 20px;
	background: #fff;
	border: none;
	border-radius: 0;
	font-size: 28px;
	color: #000;
}
.form-control::-webkit-input-placeholder {
	color: #bebebe;
}

.form-control::-moz-placeholder {
	color: #bebebe;
}

.form-control:-ms-input-placeholder {
	color: #bebebe;
}

.form-control::-ms-input-placeholder {
	color: #bebebe;
}

.form-control::placeholder {
	color: #bebebe;
}

@-webkit-keyframes short-press {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes short-press {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.submit-button{
	position: relative;
	overflow: hidden;
	background: #229a98;
	color: #fff;
}
.submit-button:not(:disabled):not(.disabled):active,
.submit-button:hover{
	background: #1D8381;
	color: #fff;
}
.submit-button.animated{
	-webkit-animation: 0.75s short-press cubic-bezier(0.77, 0, 0.175, 1) forwards;
	animation: 0.75s short-press cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.submit-button > span{
	display: block;
	-webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.submit-button .done-state-msg,
.submit-button .current-state-msg{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.submit-button .done-state-msg{
	top: 200%;
}
.submit-button.state-1 > span{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.submit-button.state-2 > span{
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
}

.thanks{
	display: none;
	margin-left: 20px;
	font-size: 36px;
	color: #000000;
}

@media (min-width: 1200px){
	.container {
		max-width: 1150px;
	}
}

@media (max-width: 991px){
	.thanks,
	label div{
		font-size: 30px;
	}
}

@media (max-width: 767px){
	body{
		text-align: center;
	}
	h2, h3 {
		margin: 20px 0 15px;
		font-size: 30px;
	}
	p br{
		display: none;
	}
	.container,
	.navbar-expand>.container,
	.navbar-expand>.container-fluid{
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn{
		width: 100%;
	}
	.number{
		width: 75px;
		margin: 0 auto;
	}
	.thanks, label div {
		font-size: 24px;
	}
	.thanks{
		margin-top: 20px;
	}
}