.btn-skin{
    margin-left: 5%;
}


.step {
    display: none;
}
.radio {
    padding-left: 0px;   
}
.hero {
    padding-top:5px;
    padding-bottom: 5px;
    border-color:#005b94;
    
}
.digitSelect  {
    width:75px !important; 
    margin-top:10px; 
}
.selectContainer {
    float:left;
    width:90px;
}
.selectCaption {
    font-weight: 600;
    color:#005b94;
    float: left;
    margin-top:5px;
    width:80%;
}
.summaryCaption {
    float:left;
    width:150px;
}
.summaryContainer {
    float: left;
    margin-top:5px;
    width:360px;
}
.selectSeperator {
    clear:both;
    height:20px;
}
.fullLengthTextInput {
    padding-left:10px;
    width:100%;
       
}
.radioGroupIndent {
    margin-left: 20px;   
}
.radioGroupIndent > .radio {
    margin: 0px;   
}
.summary label {
    padding-top:10px;
}
.summary .form-control {
    width:95%;   
}
.summaryContainer > label {
    padding-top: 3px !important;   
}
 
blockquote small:before {
    content:"" ;   
    
}
label {
    font-size:14px;
  
    margin-bottom: 2px;
    width:100%;
}

h1{
    color:#005b94;
}

h5 {
    text-transform: uppercase;   
}

h4 {
    font-size: 16px;
    line-height: 150%;
}
h3 {
    font-size: 22px;   
}


input[type="radio" ]{
    margin: 7px 3px 3px 4px;
    margin-left: 0px !important; 
    left: 1px;
}
input[type="checkbox" ] {
     
}




.form-control, input, select, textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  min-height: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 2px solid #e1e1e1;
 
}
 