@import url('https://fonts.googleapis.com/css?family=Noto+Serif|Open+Sans:300,400');

a{
    color: #296da8;
}

/* di calc styles */
.di-calc .big{
    font-size:30px;
    font-weight:700;
    color: #002d73;
    padding: 0 2px;
}
.di-calc .topPrice{
  padding-bottom: 8px;
  line-height: 40px;
}
.di-calc .btn br{
  border-bottom: 1px solid black;
  display: block;
  content: "";
  margin-bottom: 8px;
}

.di-calc .slidervalue {
    font-size:28px;
    font-weight:700;
    position:absolute;
    right:40px;
    margin-top:-38px;
}

.di-calc label{
    font-size:20px;
    font-weight: 600;
    width: 100%;
}

.di-calc .slidervalue:before{
    content:'$';
}

.di-calc .ui-widget-header{
    background: #61ccdc;
}

.di-calc .ui-slider{
    margin-bottom:30px;
}

.di-calc .sliderprompt{
    display:block!important;
    font-size: 20px;
    color: #333;
     margin: 4px 0 12px;
}

.di-calc .slidervalue.no_currency:before{
	content:"";
}
.ltd-choice-btn .btn{
    white-space:normal;
    margin-bottom:10px;
    border-radius: 4px;

    font-weight: 600;
    color: #000;
    background-color: #e3f2f4;
    background-image: none;
    border-color: #999;
    display: block;
    padding:  6px 16px;
    font-size: 16px;

}
.ltd-choice-btn .btn:hover{
    background-color:#a4d2d8;
}

.di-calc .answer{
	margin-top: -58px;
}
/* journey beautification below this point*/

/* padding spacing*/
.ltd-calculator {
	color: #333;
	line-height: 1.5em;
}

.ltd-calculator h1{
	color: #333;
	line-height: 1.5em;
}
.ltd-calculator h6{
margin-bottom: 0;
}
.well-left label{
    margin-top: -4px;
}
.no_currency{
    display: none;
}
@media (min-width: 480px) {
.no_currency{
    display: inline-block;
}
}
.disclosures .glyphicon{
    top: 5px;
    left: -5px;
}

.buttonState{
    background:none !important;
}

input[type="text"], input[type="password"], select{
    border: 1px solid #888;
}

.addButton .buttonState{
    border-color: #888;
}

@media(max-width:400px){
    .enrollDate img{
        width: 110px;
        height: auto;
    }
}




