/* GENERAL */
#wizardContainer .slide {
display: none;
}

#wizardContainer .hide_when_not_valid {
display: none;
}

#wizardContainer .recaptcha_button_next_container {
display: none;
}

#wizardContainer #emailsupportbox {
display: none;
}

.su_body .clearfix:after {
display: block;
content: "";
clear: both;
}
.su_btn {
padding: 1% 5%;
min-width: 80px;
position: relative;
text-decoration: none;
text-align: center;
text-transform: uppercase;
display: inline-block;
font-size: 1em!important;
cursor: pointer;
border-radius: 4px;
}
.su_btn:hover {
text-decoration: none!important;
color: inherit!important;
opacity: 0.9!important;
}
.su_btn.su_btnemail {
padding: 3% 4%;
font-size: 1em!important;
margin: 2% 0;
}
.su_btnBack {
/*                padding: 1% 0px;
background: none;
color: #fff;
min-width: auto;*/
float: left;
}
.su_btnNext {
float: right;
}
.su_container {
overflow-x: hidden;
}
.su_container,
.su_container .slide {
height: 100%;
width: 100%;
}

/* HEADER */
.su_header {
height: 20%;
}
.su_header .su_question {
padding: 2%;
text-align: center;
}
.su_header .su_question h2 {
line-height: 1;
font-size: 1.8em!important;
margin: 0px!important;
padding: 0px!important;
}

/* BODY */
.su_body {
height: 58%;
display: table;
margin: 0 auto;
width: 100%;
text-align: center;
}
.su_body .su_answerContainer {
padding: 0 2%;
display: table-cell;
vertical-align: middle;
}
.su_body .su_answerContainer.final p {
    margin-bottom: 0!important;
}
.su_answer p {
font-size: 0.8em!important;
}
.su_body .button {
padding: 2%!important;
min-width: 100px!important;
margin: 0 1% 1% 1%!important;
display: inline-block;
position: relative;
font-size: 1.6em!important;
font-weight: 700;
border-radius: 4px;
cursor: pointer;
}
.su_body .button:after {
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
background-color: rgba(0,0,0,0);
transition: background-color 0.5s;
border-radius: 4px;
}
.su_body .button:hover:after {
background-color: rgba(0,0,0,0.1);
transition: background-color 0.25s;
}
.su_quicklink {
margin-top: 4%;
}
.su_quicklink a {
cursor: pointer;
text-decoration: underline;
font-size: 1em!important;
}
.su_quicklink a:hover{
text-decoration: none;
}
.su_selectheader, .su_betweenselect {
margin: 2%;
font-size: 1.6em!important;
}
.su_singleselect > div, .su_multiselect > div {
display: inline-block;
width: auto;
}
.su_singleselect select {
padding: 4% 5%;
}
.su_betweenselect {
font-size: 1em!important;
}
.su_inputwrapper {
position: relative;
display: inline-block;
}
.su_inputwrapper span {
position: absolute;
right: -65%;
top: 25%;
font-size: 0.8em!important;
width: 55%;
text-align: left;
}
.su_inputwrapper span .fa {
 font-size: 1.6em!important;
}
.su_inputwrapper input {
padding: 3%!important;
}
.su_helptext {
font-size: 0.8em!important;
display: block;
padding: 1%;
margin-bottom: 1%;
}
.su_inputwrapper.su_email::after {
content: '';
display: block;
width: 50px;
height: 50px;
margin: 0 0 0 5px;
background-image: url("/Landers/DisplayImage/2019_1144_81_nospam.png?c=174e195c-5416-4491-9f79-2f5f2d7104bf");
background-size: contain;
background-repeat: no-repeat;
position: absolute;
left: -70px;
top: 50%;
transform: translateY(-50%);
}
.su_body .terms {
width: 85%;
position: relative;
margin: 2% auto 0 auto;
text-align: left;
padding-bottom: 0px;
}
.su_body .terms input {
position: absolute;
left: 0;
top: 0;
height: 35%!important;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background-color: transparent!important;
}
.su_body .terms label {
display: none!important;
}
.su_body .terms p {
display: block;
padding-left: 7%;
font-size: 0.7em!important;
line-height: 1.2;
margin-top: 0px!important;
margin-bottom: 0px!important;
padding-top: 0px!important;
padding-bottom: 0px!important;
}
.su_body .terms a {
font-size: 1em!important;
cursor: pointer;
text-decoration: underline;
}
.su_body .terms a:hover{
text-decoration: none;
}
.su_body .terms .su_helptext,
.su_captcha .su_helptext {
font-size: 0.7em!important;
opacity: 0.8;
margin-bottom: 0;
padding-bottom: 0;
}
.su_body .terms .su_helptext {
position: absolute;
padding-left: 7%;
bottom: -15px;
width: 90%;
}
.su_captcha .su_helptext {
display: block;
margin: -17px auto 0 auto;
}
.su_captcha {
text-align: center;
margin-top: 1%;
}
.su_captcha > div > div {
display: inline-block;
}
.su_captcha #rc-imageselect, 
.su_captcha .g-recaptcha {
transform: scale(0.6);
-webkit-transform: scale(0.6);
}
.su_body .customer_email_address {
display: block;
font-size: 1.4em!important;
font-weight: 700;
padding: 1%;
}
.su_body .happyEnd {
font-size: 1.4em!important;
font-weight: 700;
}

/* FOOTER */
.su_footer {
height: 22%;
display: table;
width: 100%;
}
.su_footer .su_footerContainer {
padding: 0 2% 2% 2%;
display: table-cell;
vertical-align: bottom;
}
.su_footer .su_navButtons {
padding: 0 0 2% 0px;
}
.su_progressContainer .su_Progress {
background-color: #fff;
height: 2%;
min-height: 20px;
}

/* ADDED JP */

/* Form elements */
.su_body select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #444;
}

.su_body input::-ms-clear {
display: none;
}

.su_body select, 
.su_body input[type="text"], 
.su_body input[type="password"], 
.su_body input[type="email"] { 
border-radius: 3px;
display: inline-block;
line-height: normal;
width: auto;
font-size: 1.2em!important;
padding: 4% 5%;
margin-top: 0;
border: none!important;
} 

.su_body select {
font-size: 1.6em!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
  opacity: 0.6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
  opacity: 0.6;
}
:-moz-placeholder { /* Firefox 18- */
  color: inherit;
  opacity: 0.6;
}

.su_body input[type="checkbox"] {
cursor: pointer;
padding: 0;
margin-top: 0px!important;
-webkit-appearance: checkbox; 
-moz-appearance: checkbox;
appearance: checkbox;
width: 15px!important;
height: 15px!important;
}


/* Input validated with a checkmark */
.su_body .checkNickname, 
.su_body .checkPassword, 
.su_body .checkEmail {
font-size: 1em!important;
line-height: normal;
display: none;
}

.su_body .fa.fa-check-circle {
color: #bce02c !important;
}

.su_body .mailboxprovider {
display: none;
text-align: center;
}

/* Email autocomplete */
.su_body #tags-list ul {
position: absolute;
left: 0 !important;
top: 100% !important;
width: 100% !important;
z-index: 10 !important;
padding: 0 !important;
line-height: normal !important;
text-align: left;
border-radius: 0 0 3px 3px;
overflow: hidden;
right: 0;
}

.su_body #tags-list ul li {
padding: 0 5px;
font-size: 1em;
}    

/* Progress bar */    
.su_footer .percentage_wrapper {
z-index: 1;
margin: 0 auto;
width: auto;
}

.su_footer .percentage_done {
height: 2%;
min-height: 20px;
}

.su_footer .percentage_text {
padding: 0 0 0 2%!important;
height: auto!important;
float: none!important;
background-color: transparent!important;
font-size: 0.75em!important;
line-height: 20px;
text-align: left;
}

/*Animation */
.su_animated {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.su_animated.su_infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}


/* fadeIn */
@-webkit-keyframes su_fadeIn {
0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}
@keyframes fadeIn {
0% {
	opacity: 0;
}

100% {
	opacity: 1;
}
}

.su_fadeIn {
-webkit-animation-name: su_fadeIn;
animation-name: su_fadeIn;
}

/* ZoomInLeft */
@-webkit-keyframes su_zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

@keyframes su_zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

.su_zoomInLeft {
-webkit-animation-name: su_zoomInLeft;
animation-name: su_zoomInLeft;
}

@-webkit-keyframes su_zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

@keyframes su_zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

.su_zoomInRight {
-webkit-animation-name: su_zoomInRight;
animation-name: su_zoomInRight;
}

@-webkit-keyframes su_flipInX {
  from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }

  40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }

  60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
  }

  80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}

@keyframes su_flipInX {
from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}
}

.su_flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: su_flipInX;
animation-name: su_flipInX;
}

@-webkit-keyframes su_pulse {
0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}
100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}@keyframes pulse {
	0% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}
100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

.su_pulse {
-webkit-animation-name: su_pulse;
animation-name: su_pulse;
}

.su_animated.su_delay-200ms {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}