/**
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
	.la-line-scale,
	.la-line-scale > div {
	    position: relative;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.la-line-scale {
	    display: table-cell;
	    font-size: 0;
	    color: #fff;
	    margin: auto;
	    position: absolute;
	    top: 0; bottom: 0; left: 0; right: 0;
	}
	.la-line-scale.la-dark {
	    color: #ddd;
	}
	.la-line-scale > div {
	    display: inline-block;
	    float: none;
	    background-color: currentColor;
	    border: 0 solid currentColor;
	}
	.la-line-scale {
	    width: 40px;
	    height: 32px;
	}
	.la-line-scale > div {
	    width: 4px;
	    height: 32px;
	    margin: 2px;
	    margin-top: 0;
	    margin-bottom: 0;
	    border-radius: 0;
	    -webkit-animation: line-scale 1.2s infinite ease;
	       -moz-animation: line-scale 1.2s infinite ease;
	         -o-animation: line-scale 1.2s infinite ease;
	            animation: line-scale 1.2s infinite ease;
	}
	.la-line-scale > div:nth-child(1) {
	    -webkit-animation-delay: -1.2s;
	       -moz-animation-delay: -1.2s;
	         -o-animation-delay: -1.2s;
	            animation-delay: -1.2s;
	}
	.la-line-scale > div:nth-child(2) {
	    -webkit-animation-delay: -1.1s;
	       -moz-animation-delay: -1.1s;
	         -o-animation-delay: -1.1s;
	            animation-delay: -1.1s;
	}
	.la-line-scale > div:nth-child(3) {
	    -webkit-animation-delay: -1s;
	       -moz-animation-delay: -1s;
	         -o-animation-delay: -1s;
	            animation-delay: -1s;
	}
	.la-line-scale > div:nth-child(4) {
	    -webkit-animation-delay: -.9s;
	       -moz-animation-delay: -.9s;
	         -o-animation-delay: -.9s;
	            animation-delay: -.9s;
	}
	.la-line-scale > div:nth-child(5) {
	    -webkit-animation-delay: -.8s;
	       -moz-animation-delay: -.8s;
	         -o-animation-delay: -.8s;
	            animation-delay: -.8s;
	}
	
	/*
	 * Animation
	 */
	@-webkit-keyframes line-scale {
	    0%,
	    40%,
	    100% {
	        -webkit-transform: scaleY(.4);
	                transform: scaleY(.4);
	    }
	    20% {
	        -webkit-transform: scaleY(1);
	                transform: scaleY(1);
	    }
	}
	@-moz-keyframes line-scale {
	    0%,
	    40%,
	    100% {
	        -webkit-transform: scaleY(.4);
	           -moz-transform: scaleY(.4);
	                transform: scaleY(.4);
	    }
	    20% {
	        -webkit-transform: scaleY(1);
	           -moz-transform: scaleY(1);
	                transform: scaleY(1);
	    }
	}
	@-o-keyframes line-scale {
	    0%,
	    40%,
	    100% {
	        -webkit-transform: scaleY(.4);
	             -o-transform: scaleY(.4);
	                transform: scaleY(.4);
	    }
	    20% {
	        -webkit-transform: scaleY(1);
	             -o-transform: scaleY(1);
	                transform: scaleY(1);
	    }
	}
	@keyframes line-scale {
	    0%,
	    40%,
	    100% {
	        -webkit-transform: scaleY(.4);
	           -moz-transform: scaleY(.4);
	             -o-transform: scaleY(.4);
	                transform: scaleY(.4);
	    }
	    20% {
	        -webkit-transform: scaleY(1);
	           -moz-transform: scaleY(1);
	             -o-transform: scaleY(1);
	                transform: scaleY(1);
	    }
	}
.loaded-calculator .la-line-scale { display: none;}

.loader-mask {
	position: absolute;
	width: 100%; height: 100%;
	text-align: center;
}
.loaded-calculator .loader-mask { display: none;}

:focus {
  outline: 0 !important;
}


	
#priceDiff {
  font: normal 18px CNN;
  color: #777777;
  margin-top: 15px;
}
	#priceDiff li {
	  list-style: none;
	  margin: 10px 0;
	}
	.priceDiffHead {
	  border-top: 1px solid #dbdbdb;
	  padding-top: 10px;
	  font: normal 20px CNN;
	  color: #000;
	}	
	#priceDiff .col1 {
	  float: left;
	  display: block;
	  width: 80%;
	}	
	#priceDiff .col2 {
	  font-weight: normal;
	}
	#priceDiff .col3 {
	  font-weight: normal;
	  float: right;
	}
		#priceDiff .neg .col2,
		#priceDiff .neg .col3 {
		  color: #f85445;
		}
		#priceDiff .pos .col2,
		#priceDiff .pos .col3 {
		  color: #029ea7;
		}
.salaryComp {
  margin-left: 10px;
  font: normal 3.5em CNN;
}
.salaryHead {
  margin-top: 38px;
  font-size: 20px;
  margin-left: 10px;
}



.inputElements {
	opacity: 0;
}
.loaded-calculator .inputElements {
	opacity: 1;
	-webkit-transition: opacity .75s ease-in;
	transition: opacity .75s ease-in;
}
	.inputElements .formfield--select {
	  background-color: transparent;
	  border: 0;
	  font-family:'CNN';
	  font-size: 18px;
	  width: 120%; height: 40px;
	  padding: 0 0 0 10px;
	  position: absolute; top: 0; left: 0;
	}
	
	div.selector span {
	  font-family: 'CNN';
	}
#uniform-fromState.selector, 
#uniform-toState.selector, 
#uniform-fromCity.selector, 
#uniform-toCity.selector {
  font-size: 18px;
  height: 40px;
  border: 0;
  float: left;
  background: #E5EAED url('https://i.cdn.turner.com/money/calculator/pf/cost-of-living/img/arrowDown@2x.png') no-repeat;
  margin-top: 11px;
  margin-bottom: 20px;
  font-family:'HelveticaNeue-Roman';
  overflow: hidden;
    position: relative;
}
#uniform-fromCity.selector, #uniform-toCity.selector {
  width: 70%;
  margin-left: 5%;
  background-position: 93% 50%;
  font-family:'HelveticaNeue-Roman';
  overflow: hidden;
}
#uniform-fromState.selector, #uniform-toState.selector {
  width: 25%;
  background-position: 90% 50%;
  background-color: #E5EAED;
  border:0;
}
.cnnslider .cnnSliderLabels {
  color: #b1b6bd;
  font-size: 16px;
  text-align: left;
  width: 100%; height: 0;
}	
.cnnSliderLabel3 {
font-size:28px;
}
.label {
  color: #343434;
  font: normal 18px CNN;
  margin-top: 45px;
}


#option_salary_container .salary_slider {
	margin: auto;
	position: relative;
	width: 90%; height: 0;
	z-index: 2;
}
#option_salary_container .salary_slider .ui-slider-handle {
  background: transparent url(https://i.cdn.turner.com/money/calculator/pf/cost-of-living/img/slider@2x.png) no-repeat;
  background-size:contain;
  display: block;
  margin-left: -27px;
  width: 54px; height: 54px;
  position: relative; top: -12px;
}
#option_salary_container .slidercontainer {
  background: #e5eaed;
  margin: 14px 0 0 0;
  position: relative;
  width: 100%; height: 25px;

	-webkit-border-top-right-radius: 12.5px;
	-webkit-border-bottom-right-radius: 12.5px;
	-moz-border-radius-topright: 12.5px;
	-moz-border-radius-bottomright: 12.5px;
	border-top-right-radius: 12.5px;
	border-bottom-right-radius: 12.5px;
	-webkit-border-top-left-radius: 12.5px;
	-webkit-border-bottom-left-radius: 12.5px;
	-moz-border-radius-topleft: 12.5px;
	-moz-border-radius-bottomleft: 12.5px;
	border-top-left-radius: 12.5px;
	border-bottom-left-radius: 12.5px;
}
#option_salary_container .sliderbg {
  position: relative;
  text-align: center;
}

.calculatorInput, .calculatorOutput {
  background-color: transparent;
  border: 0;
  float: left;
  font-family: CNN;
  padding-left: 0;
  position: relative;
  width: 45%;
}
.calculatorInput {
	margin-right: 5%;
}
.calculatorOutput {
    width: 50%;
  margin-left: 0;
  padding-right: 0
}	


.salary {
  color: #fcc467;
  margin: 10px 0px 32px 8px;
  font-size: 5em;
}	
#option_salary_container .sliderprog {
  background: #fcc467;
  width: 10%; height: 25px;
  position: absolute; top: 0;
  z-index: 1;

	-webkit-border-top-left-radius: 12.5px;
	-webkit-border-bottom-left-radius: 12.5px;
	-moz-border-radius-topleft: 12.5px;
	-moz-border-radius-bottomleft: 12.5px;
	border-top-left-radius: 12.5px;
	border-bottom-left-radius: 12.5px;
}		
.cnnslider .cnnSliderLabel1 {
  position: relative;
  top: 47px;
}
.cnnslider .cnnSliderLabel2 {
  position: relative;
  float: right;
  top: 47px;
}


.formfield--salary {
display:none;
}
.cnn-calculator #calculator h1 {
  color:#262626;
  font-family: CNN;
}



.salaryMobile {
  text-align: center;
  width: 100%;
  z-index:2;
  background-color:#fff;
  display: none;
}


/* Trulia */
.findaHome {
	display:none;
}
@media (max-width: 1024px) { 
	#option_salary_container .salary_slider {
		height: auto; /* allows for clicking (not just dragging) on mobile (smaller) devices */
		width: 92%;
	}
}
@media (max-width: 736px) { 
	html {
	  overflow-x: hidden;
	}

	.salaryMobile { display: block;}

	#option_salary_container .salary_slider {
	  width: 95%;
	}
	#option_salary_container .slidercontainer {
		height: 15px;
	}
	#option_salary_container .sliderprog {
		height: 15px;
	}
	#option_salary_container .salary_slider .ui-slider-handle
	{
		height: 30px;
		margin-left: -15px;
		top: -7px;
	}
	.cnn-calculator #calculator h1 {
	  font-size: 2em;
	    margin-bottom: 50px;
	}
	.salaryHeadMobile {
	  font-size: 1em;
	  font-weight: normal;
	  padding-top: 15px;
	}
	.salaryHeadMobile .endingPoint {
	  font-size: 1.5em;
	}



	.calculatorInput, .calculatorOutput {
	width: 100%;
	  margin-bottom: 40px;
	  margin-top: 0;
	  height: auto;
	}
	.priceDiffHead {
	  border-top: 0;
	  margin-top: 10px;
	  font-size: 1em;
	}
	
	#priceDiff .col1 {
	  width: 75%;
	}
	
	#salHead, #salComp, #sal {
	    display:none;
	}
	.label {
	  margin-top: 0px;
	}
	.salary {
	font-size:3em;
	margin: 10px;
	}
	.endingPoint {
		display: block;
	}
	

	#uniform-fromCity.selector, #uniform-toCity.selector {
		width: 70%;
	}

}


@media (max-width: 480px) { 

	 .salary {
	 	font-size: 2em;	 	
	 }
}

@media (max-width: 320px) {
	#priceDiff .col1 {
	  width: 70%;
	}
}

