body,
html {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	background: #f4f4f4;
	letter-spacing: 0.2px;
	font-weight: 300;
	display: flex;
    flex-direction: column;
}

select:focus{
 outline:0;
 box-shadow:none;
}

input, textarea, button {outline: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px rgba(0,0,0,0) inset !important;
}

input:-webkit-autofill { 
    -webkit-background-clip: text;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.advanceStepButton {
	display: none;
}

.form-progress-bar {
	display: block;
	width: 100%;
	background-color: #e0e0e0;
	height: 20px;
	border-radius: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	z-index: 99;
}

.form-progress-bar-width {
	background-color: #5ab352;
}

.form-progress-bar-width {
	top: 0;
	left: 0;
	width: 0;
	background-color: #5ab352;
	border-radius: 0;
	height: 100%;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
}

.form-progress-value {
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	position: absolute;
	top: -5px;
	line-height: 20px;
	display: block;
	margin: auto;
	width: 100%;
}

.showOnLoading {
	display: none;
	padding: 180px 0;
}

header {
	background: #fff;
	padding: 2.2rem 1rem 1rem;
}

header img {
	display: block;
	margin: auto;
	width: 15%;
	max-width: 320px;
}

.content-section {
	background-color: #fafafa;
	padding: 1rem;
	text-align: center;
}

form {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px;
	background: #fafafa;
	margin: 1rem 0;
/*	min-height: 250px; */
	font-size: 1.5rem;
	text-align: center;
}

form span.error{
    font-size: 14px;
    position: absolute;
    bottom: -23px;
}

form #LandlinePhone.error{
    color: #dc3545 !important;
}

form .column.error{
    border-bottom: solid 2px #dc3545 !important;
    position: relative;
}

.form-steps__step.activeFormStep {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .5s;
}

.sliderValue,
.sliderValue2{
    font-size: 2rem;
    font-weight: bold;
}

.back-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.inner-wrapper {
	width: 100%;
}

#starthere {
	float: left;
	height: 70px;
	margin-left: -120px;
	position: relative;
	width: 120px;
}

#starthere img {
	width: 100%;
}

.formLabel{
    margin-bottom: 1.5rem;
}

.formLabel span{
    color:#dc3545!important;
}

.button-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.imageRadioButton-faux input {
	position: absolute;
	top: 0;
	left: -9999px;
}

.imageRadioButton,
.advanceStepButton,
.submitBtn{
    padding: 1rem;
}
.imageRadioButton-faux,
.advanceStepButton,
.submitBtn {
	position: relative;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	display: block;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
	font-size: 1.15rem;
	background: linear-gradient(to right, #2d4e5d, #152c36);
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.advanceStepButton,
.submitBtn {
	width: 50%;
	margin: 30px auto 0;
	border: 0;
	position:relative;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.advanceStepButton:disabled,
.submitFormButton:disabled {
	background-color: #e0e0e0;
	background: #e0e0e0;
	cursor: not-allowed;
	pointer-events: none;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.wave {
  animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;        /* Change to speed up or slow down */
  animation-iteration-count: infinite;  /* Never stop waving :) */
  transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
  display: inline-block;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

.imageRadioButton-faux.full, .selectGroup .full, .inputGroup .full {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.inputGroup .full {
    border-bottom: solid 2px #dddddd;
}

.imageRadioButton-faux{
    margin-bottom: 8px;
}

.imageRadioButton-faux.half,
.inputGroup .half,
.imageRadioButton-faux.firstStepHalf{
	width: 48%;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}



.imageRadioButton-faux.third,
.selectGroup .third,
.inputGroup .third {
	width: 32%;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.inputGroup .half,
.inputGroup .third,
.selectGroup .third{
    border-bottom: solid 2px #dddddd;
}

 .imageRadioButton-faux.quarter{
    width: 24%;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
        
.imageRadioButton-faux.fifth{
    width: 19%;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.imageRadioButton {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	width: 100%;
	cursor: pointer;
}

.imageRadioButton i {
	font-size: 1.2rem;
	opacity: 0.6;
	cursor: pointer;
}

.imageRadioButton span {
    cursor: pointer;
    margin: auto;
}

.formTextInput {
	/*background: transparent url(../img/theuser.svg) no-repeat scroll left 62% / 25px 42px;*/
	height: 44px;
	font-size: 22px;
	padding-left: 20px;
	border-image: none;
	border-style: none;
	border:0;
	border-width: medium medium 0;
	width: 100%;
}

.selectGroup,
.inputGroup {
	display: flex;
	justify-content: space-between;
}
.formGroup.inputGroup i,
.formGroup .selectGroup i{
    opacity:.5;
    font-size:1.5rem;
    min-width:25px;
}

form.formSubmitted .form-steps__step {
	display: none
}

.form-steps,
form.formSubmitted .form-steps__step--has-error {
	display: block
}

.form-steps {
	padding-left: 32px;
	padding-right: 32px;
	margin: 0 auto
}

.form-steps__step {
	width: 100%;
	display: none
}

.form-steps__step.activeFormStep {
	display: block
}

.disclaimer {
	margin-top: 1rem;
	font-size: .8rem;
	margin-top: 2rem;
}

.underFormContent p{
    text-align: center;
    padding: 1rem 0;
}

footer {
	font-size: 12px;
	line-height: 17px;
	color: #777777;
	padding-bottom: 1rem;
	padding-top: 1rem;
	margin-top:auto;
}

footer ul {
	list-style: none;
	margin: auto;
	margin-bottom: 15px;
	margin: 0;
	padding: 0
}

footer ul li {
	display: inline-block;
}


/* Load */
#loader{
    width:100%;
    height:100%;
    background-color:rgba(225,225,225,1);
    position:fixed;
    top:0px;
    left:0px;
    z-index:99999;
    display:none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#loader .loaderMsg{
    width:60%;
    padding:30px;
    text-align:center;
    font-size:2em;
    margin:30px auto;
    background-color:#ffffff;
}
#loader .inner{
/*    width:100px;
    height:100px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-50px;
    margin-top:-50px;*/
    margin-bottom:1rem;
}

.popUpContainer{
	width:100%;
	display:none;
	margin-top: 15px;
}

.popUpBox {
	position: relative;
	background: #ffffff;
	border: 1px solid #d4d4d4;
	padding:20px
}
.popUpBox:after, .popUpBox:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.popUpBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.popUpBox:before {
	border-color: rgba(212, 212, 212, 0);
	border-bottom-color: #d4d4d4;
	border-width: 11px;
	margin-left: -11px;
}

#discPopBtn{
	cursor: pointer;
	text-decoration:underline;
}

#closeBtn {
    position: absolute;
    right: 6px;
    top: 5px;
    cursor: pointer;
    z-index: 10;
}
.main-content h1, h2, h3 {
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1220px) {
    #starthere {
        margin-left: -90px;
        margin-top: 50px;
        position: relative;
        width: 90px;
    }
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 1.5rem;
	}
	h2, h3 {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	p {
		font-size: 0.93rem;
	}
	header img {
		width: 50%;
		max-height: 50px;
	}
	header {
	    padding: 1.8rem 1rem 0.6rem;
	}
	#starthere {
		display: none;
	}
	form {
		font-size: 1rem;
		padding: 12px 15px;
		width: 98%;
		margin: 1rem auto;
	}
	.formLabel {
        margin-bottom: 1rem;
    }
    .formTextInput {
        font-size: 18px !important;
    }
	
    .content-section {
        padding: 0.5rem;
    }
	.form-steps {
		padding-left: 0;
		padding-right: 0;
	}
	.selectGroup,
	.inputGroup {
		flex-direction: column;
	}
	.imageRadioButton-faux.third,
	.selectGroup .third,
	.inputGroup .third,
	.imageRadioButton-faux.half,
	.inputGroup .half {
		width: 100%;
		margin-bottom: .5rem;
	}
	 .imageRadioButton-faux.quarter,
	 .imageRadioButton-faux.fifth{
        width: 49%;
    }
 
	.imageRadioButton {
		margin: 0;
	}
	.imageRadioButton i {
		font-size: 1.2rem;
	}
	.well>div {
		font-size: 2rem;
		font-weight: 600;
		margin: .5rem;
	}
	.advanceStepButton,
	.submitBtn {
		width: 100%;
	}
	.wave img {
	    height: 25px;
	}
}

@media only screen and (max-width: 425px) {
	 .imageRadioButton-faux.quarter,
	 .imageRadioButton-faux.fifth{
        width: 100%;
    }
}