#tool {
	border-bottom: 1px solid #eaeaea;
}
#tool .container {
	padding-top: 40px;
}
#tool .row {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
#tool h2 {
    /*font-family: "CiscoSans-Thin", helvetica, sans-serif;*/
    /*color: #049fd9;*/
    margin-bottom: 50px;
    font-size: 40px;
}
#tool h2 {
	font-style: italic;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 18px;
	font-weight: 700;
}
.tool-title {
	padding-bottom: 4%;
}
#slider {
    width: 100%;
    height: 2px;
    background: #000;
	margin-bottom: 40px;
}
.ui-slider-handle {
	font-weight: normal;
	position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    width: 0; 
    height: 0; 
    background: #049fd9;
    border-radius: 50%;
    padding-left: 18px;
    padding-top: 18px;
    bottom: 32px;
}
.ui-slider-handle:focus {
	outline: none;
}
#slider-wrap {
	padding-right: 0;
	padding-left: 2px;
	margin-top: 34px;
}
#slider-wrap h3 {
	margin-bottom: 14px;
	margin-left: -6px;
}
#slide-group {
	margin-bottom: 10px;
}
.service-item {
	white-space: nowrap;
}
.asterisk {
	color: #049fd9 !important;
	display: inline !important;
}
#sup-wrap {
	width: 80%;
	font-weight: 100;
	font-style: italic;
	font-size: 12px;
	padding-top: 20px;
}
#tool #all-label {
	text-indent: 0;
    border: 1px solid #049fd9;
    width: 154px;
    color: #049fd9;
    text-align: center;
    padding: 10px 0;
    border-radius: 25px;
    left: -10px;
    position: relative;
    margin-bottom: 16px;
	transition: all 0.3s;
}
#tool #all-label:hover {
	color: #FFF;
	background: #049fd9;
}
#services > div {
	padding-left: 0;
}
#serve-form input,
#services input,
#capabilities input {
	display: none;
}
#serve-form label :checked + span,
#services label :checked + span,
#capabilities label :checked + span {
    background: #FFF;
    background-image: url(../images/check-mark.png);
    background-size: contain;
}
#serve-form label span,
#services label span,
#capabilities label span {
    display: inline-block;
    border: 2px solid #58585b;
    border-radius: 0;
    width: 22px;
    height: 22px;
    background: #FFF;
    vertical-align: middle;
    margin: 3px 6px;
}
#services #existing-ld {
		display: block;
}
#services #existing-lm {
	display: none;
}
#capabilities label span {
	border: none;
}
#serve-form label {
	display: initial;
}
#tool .tool-title,
.tool-titles {
	font-family: "CiscoSans-Thin", helvetica, sans-serif;
	color: #049fd9;
	font-size: 28px;
	font-weight: 100;
	text-transform: none;
	font-style: normal;
}
#tool .tool-title {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#cost-title,
#cost-impact,
#rev-impact,
#revenue-title {
	text-align: center;
}
#cost-impact,
#rev-impact {
	margin: 22px 0;
}
#cost-impact span,
#rev-impact span {
	font-weight: 400;
    font-size: 26px;
    color: white;
    background: #049fd9;
    padding: 12px 12px;
}
#check-title {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#cost-title,
#revenue-title {
	margin-bottom: 0 !important;
}
.slider-mark {
	position: absolute;
	text-align: center;
	margin-top: 16px;
}
.graph-title {
	text-align: center;
}
#revenue-growth {
	padding-bottom: 1%;
}
#cost-ivp {
	border-left: none;
}
.tool-btn {
	color: #049fd9;
	margin-top: 10%;
	padding: 15px 40px;
	font-size: 16px;
	border: 1px solid #049fd9;
    border-radius: 25px;
    padding: 12px 45px;
    -moz-transition: all 100ms ease .05s;
    -o-transition: all 100ms ease .05s;
    transition: all 100ms ease .05s;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    margin-left: -28px;
}
#tool .tool-btn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #049fd9;
}
#tool .tool-btn:hover a {
	color: #FFF;
}
.recalc-btn span {
	color: #444;
    font-size: 24px;
    font-family: "CiscoSans-Light", helvetica, sans-serif;
	transition: all 0.5s;
	cursor: pointer;
}
.recalc-btn span:hover {
	color: #049fd9;
	border-bottom: 1px solid #049fd9;
}
.indent {
	margin-left: 26px;
}
.canvas-wrap {
	margin-top: 30px;
}
#rpu {
	border-right: 2px solid #f4f4f4;
}
#roi-output {
	/*display: none;*/
	padding-bottom: 5%;
}
#mail-link a {
	color: #049fd9;
}
#mail-link a:active {
	text-decoration: none;
}
#mail-link a:hover {
	color: #FFF;
	text-decoration: none;
}

@media (max-width: 1056px) {
	#rev-impact span {
		line-height: 30px;
	}
	#rev-impact {
		padding: 10px 10px;
		margin: 8px 0;
	}
}
@media (max-width: 992px) {
	#revenue-growth,
	#cost-current, 
	#cost-ivp {
	    padding-left: 0%;
	    padding-bottom: 5%;
	}
	#tool .container {
		width: 98%;
	}
	#services,
	#check-title {
		padding-left: 20px;
	}
	#cost-impact span, 
	#rev-impact span {
		font-size: 18px;
	}
}
@media (max-width: 920px) {
	
}
@media (max-width: 830px) {
	#rev-impact {
		margin-right: 15px;
    	margin-left: 15px;
	}
	#rpu {
		padding-right: 0;
    	padding-left: 0;
	}
}
@media (max-width: 768px) {
	.canvas-wrap {
		padding-right: 0;
	}
	#cost-hide {
		padding-right: 0;
		padding-left: 0;
	}
	.tool-btn {
		margin-left: 0;
	}
	#shedule {
		text-align: center;
	}
	#recalc-wrap {
		margin-top: 30px;
	}
	.hide-rev {
		display: none;
	}
	#roi-output {
	    padding-top: 9%;
	}
	#services label {
		display: block;
	}
	#services #existing-ld {
		display: none;
	}
	#services #existing-lm {
		display: block;
	}
}
@media (max-width: 767px) {
	#rev-canvas {
		display: none;
	}
	#rpu .graph-title {
		display: none;
	}
}
@media (max-width: 760px) {
	#rpu {
		width: 100%;
		margin-bottom: 40px;
		border-right: none;
	}
	#cost-hide {
		width: 100%;
	}
	#rev-canvas {
		width: 50% !important;
		margin: auto;
	}
	#cost-impact span, #rev-impact span {
		background: #049fd9;
		padding: 12px 12px;
	}
	#recalc-wrap,
	#shedule {
		padding: 0;
	}
	#mail-link {
		margin-top: 36px;
		padding: 12px 20px;
	}
	#roi-foot {
		padding: 0;
	}
}
@media (max-width: 576px) {
	#tool .tool-title {
    	margin-bottom: 30px;
	}
	#capabilities {
		padding-left: 20px;
	}
	#check-right {
		padding-top: 30px;
		padding-bottom: 5%;
	}
	.ui-slider-handle {
		bottom: -7px;
	}
	.tool-btn {
		margin-top: 8%;
	}
}
@media (max-width: 540px) {
	#roi-output {
		padding-right: 0;
    	padding-left: 0;
	}
	#cost-hide {
		padding-right: 0;
    	padding-left: 0;
	}
	#cost-current, 
	#cost-ivp {
		padding-right: 0;
	}
}
@media (max-width: 500px) {
	#rev-canvas {
		width: 70% !important;
	}
	#slider-wrap {
		width: 92%;
	}
}
@media (max-width: 400px) {
	.canvas-wrap {
		display: none;
	}
}
@media (max-width: 365px) {
	#rev-impact span {
		line-height: 30px;
	}
	#rev-impact {
		padding: 10px 10px;
		margin: 5px 0;
	}
}
@media (max-width: 340px) {
	#tool .tool-title {
		line-height: 40px;
	}
}