.webForm {
		margin-left: auto;
		margin-right: auto;
		color: #888;
	}
.webForm label{
	font-size: 18px;
	}
	
.webForm H3{
	font-size: 30px;
	line-height: 30px;
    font-weight: Normal;
    color: #c10331;
	margin:0;
	}
.webForm H4{
	margin:0;
	}
	
/*	Class used to hide totals from user
	Comment out if you need to see totals
	*/
/**/
	.hideTotals{
		display:none;
	}	
	
.input-hidden {
  position: absolute;
  left: -9999px;
}


.imgRadio[type=radio] {
 display: none;
}
	
.imgRadio[type=radio]:checked + label>img {
  border: 2px solid #1e2945;
  /*box-shadow: 0 0 5px 5px #73cbf1;*/
  opacity: 1;
}

.imgRadio[type=radio] + label>img {
  border: 2px dashed #cecece;
  padding: 5px;
  width: 150px;
  height: auto;
  transition: 500ms all;
	opacity: .5;
}
	
.imgRadio[type=radio] + label>P {
  padding: 3px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #50bcf2;
    text-align: center;}


	
	
	
	
	
.divRadio[type=radio] {
 display: none;
}
	
.divRadio[type=radio]:checked + label {
  border: 2px solid #1e2945;
  /*box-shadow: 0 0 5px 5px #73cbf1;*/
}

.divRadio[type=radio] + label {
  border: 2px dashed #cecece;
  padding: 5px;
  margin: 10px;
  width: 28%;
  min-height: 250px;
  display: inline-block;
  transition: 500ms all;
	vertical-align: top;
}
	
	
.divRadio[type=radio] + label>img {
	opacity: .5;
}
	
.divRadio[type=radio]:checked + label>img {
	opacity: 1;
}
	
	
.divRadio[type=radio] + label>P {
  	padding: 3px;
    margin: 0;
    font-size: 18px;
	line-height: 24px;
    font-weight: 100;
    color: #787878;
    text-align: center;}
	
.divRadio[type=radio] + label>P.ImpDesc {
 	padding: 3px;
	padding-bottom: 10px;
    margin: 0;
    font-size: 24px;
	line-height: 32px;
    font-weight: 100;
    color: #1e2945;
    text-align: center;}
	
.divRadio[type=radio] + label>H2 {
  padding: 3px;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #c10331;
    text-align: center;}


/**/

input:disabled {display:none;}

.ImpISection {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 5px;
    float: left;
    border: 2px solid #50bcf2;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    color: #333;
}

.ImpISection div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: .5s ease;
}

.ImpISection input {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100px;
  opacity: 0;
  cursor: pointer;
}

.ImpISection input[type=checkbox]:checked ~ div {
  background-color: #50bcf2;
  color: #fff;
}

	
	
	
.switch-field {
	display: flex;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field img{
    width: 65px;
    height: 65px;
    display: block;
    padding-bottom: 15px;
	margin: 0 auto;
	}
	
.switch-field label {
	min-width: 80px;
	background-color: #fff;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #50bcf2;
	color: #fff;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

	.SelectLabel {
		display:inline-block;
		vertical-align: top;
		margin: 0px 10px 0px 10px;
		padding: 5px;
	}	
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	position: fixed !important;
    top: 0;
    right: 0;
    width: 320px !important;
    transition-timing-function: ease-in;
    transition: all 2s;
    animation: slide-down 0.7s;
}    

    
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

	#PriceBox {
		position: relative;
		z-index: 1000;
		padding:10px;
		margin: 10px;
		border: 2px solid #333;
	text-align: right;
    color: #c10331;
		background-color: #fff;
    
	}
	.makeRed {color: #c10331;}
	.makeBig {font-size: 36px;line-height: 50px;}
	.lineItem {
		font-size: 20px;
		line-height: 24px;
		color: #585858;
	}
	.grandTotalLabel {
		padding-right: 10px;
		font-weight: 600;
		display: inline-block;
	}
	#grandTotalHeader {
		display: inline-block;
	}
	
	
	
			
.slidecontainer {
	padding: 0;
	margin: 0;
    width: 100%;
    height: 15px;
    background-color: #b5b5b5;
    display: block;
    position: relative;
    z-index: 1;
}
#pageSliderValue {
	color: #333;
    font-size: 30px;
    padding-top: 10px;
    
    width: 100%;
    text-align: center;
}
/* The slider itself */
.PageSlider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    background: #d3d3d3;
    outline: none;
	opacity: 0.7;
    display: block;
    -webkit-transition: .2s;
    transition: opacity .2s;
    position: relative;
	top:-10px;
    z-index: 20;
}

/* Mouse-over effects */
.PageSlider:hover {
   /*opacity: 1;*/
}


.PageSlider::-webkit-slider-thumb {
  -webkit-appearance: none; 
  appearance: none;
  width: 40px; 
  height: 40px; 
	border-radius:20px;
  background: #50bcf2; 
  cursor: pointer; 
}

.PageSlider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #50bcf2; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
		
	
.infoPopup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    z-index: 1000;
    width: 25px;
    text-align: center;
    height: 27px;
	top: -5px;
	margin-left: 20px;
	margin-right:10px;
}


.infoPopup .popuptext {
  visibility: hidden;
  width: 200px;
  background-color: #8DC63F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: -60%;
  margin-left: -80px;
  padding: 10px;
	font-weight: 600;
}
	.infoPopup .popuptext P{color:#fff;}
	.infoPopup .widePopup {width: 500px; text-align: left;}
	
	
.infoPopup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #8DC63F transparent transparent transparent;
}


.infoPopup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}	
	
	.legal {
		font-size:14px;
		line-height: 18px;
		color: #5B5B5B;
	}
	.packageDetails {
		font-size:16px;
		font-weight: 600;
		color: #5B5B5B;}
	
	
	
@media only screen and (max-width:782px) {
	
	.divRadio[type=radio] + label>H2 {
    font-size: 26px;
	}
	
	.divRadio[type=radio] + label {
    width: 26%;
	height:340px;
    
	}
	.imgRadio[type=radio] + label>img {
    width: 140px;
	}
	
	.webForm H4 {
     font-size: 20px;
	}
	.infoPopup {
    margin-left: 0px;
	}
	.switch-field label {
	min-width: 60px;
	}
	.switch-field img {
    width: 60px;
    height: 60px;
	}
}
	
@media only screen and (max-width:614px) {
	.divRadio[type=radio] + label>H2 {
    font-size: 20px;
	}
	.divRadio[type=radio] + label>P.ImpDesc {
    font-size: 18px;
    line-height: 24px;
	}
	
	.divRadio[type=radio] + label>P {
    font-size: 16px;
    line-height: 20px;
	}
	
	.divRadio[type=radio] + label {
	height:300px;
    margin: 5px;
	}	
	.imgRadio[type=radio] + label>img {
    width: 120px;
	}
	
	.ImpISection {
    width: 100px;
	font-size: 14px;
	}
	.sticky {
    width: 94% !important;
		margin: 0px !important;
	}
}	

@media only screen and (max-width:494px) {
	#InteriorContent H1 {
    font-size: 54px;
	}
	#InteriorContent H2 {
    font-size: 28px;
	}
	.IconInsidePage {display:none;}
	#PriceBox {
    width: 94%;
    margin-bottom: 60px;
    display: block;
	}
	.slidecontainer {
    width: 320px;
	}
	.divRadio[type=radio] + label {
	width:100%;
	height:250px;
    margin: 5px;
	}	
	.divRadio[type=radio] + label>P.ImpDesc {
    display:none;
	}
	
	.imgRadio[type=radio] + label>img {
    width: 70px;
    margin: 0px !important;
	}
	.SelectLabel {
    margin: 0px 3px 0px 3px;
	padding: 0px;
    }
	#ImpISections {
		width: 300px;
	}
	.ImpISection {
    width: 90px;
    font-size: 12px;
    height: 90px;
    font-weight: 600;
	}
	
	table td:nth-child(1) H4{
		position: absolute;
	}
	table td:nth-child(2) {
	position: relative;
    top: 50px;
    bottom: 0;
    left: -30px;
    padding-bottom: 30px;
    padding-top: 40px;
	}
	
	.switch-field img {
		width: 40px;
		height: 40px;
	}
	.emailChoices {
		padding-top: 13px;
		display: inline-block;
		width:300px;
	}
	.emailChoices label{
		display: inline-block;
	}
	.appChoices {
		padding-top: 13px;
		display: inline-block;
	}
	.appChoices label{
		display: inline-block;
	}
	.emailHead {
		position: relative;
		top: -65px;
	}
	.appHead {
		position: relative;
		top: -65px;
	}
	
	
}
