#logo a {
     min-width: 367px;
     width:100%;
}
 .ui-slider-handle {
     cursor: pointer !important;
}
 #logo a {
     min-width: 267px;
     width:100%;
}
 .ui-slider {
     background: rgb(187, 233, 228);
     border-color: rgb(187, 233, 228);
}
 .ui-slider-handle {
     border-color: #ffffff;
}
 .sliderimage {
     float:left;
     width:50px;
     height:50px;
     margin-right:5px;
     background-image:url(../img/default_profile.png);
}
 .ui-widget {
     margin-top:15px;
}
 .data-list-2 li {
     margin-top: 50px;
     margin-bottom: 50px;
     height:70px;
}
 .nameslider {
     font-weight: bold;
     size:14px;
     padding: 20px 6px; 
     border-top:1px solid #ececec;

}
 .col-md-10 {
     width:100%;
}
 .labelclass {
     float:right;
}
 #sortable {
     list-style-type: none;
     margin: 0;
     padding: 0;
     width: 60%;
}
 #sortable li {
     margin: 0 3px 3px 3px;
     padding: 0.4em;
     padding-left: 1.5em;
     font-size: 1.4em;
     height: 18px;
}
 #sortable li span {
     position: absolute;
     margin-left: -1.3em;
}
 #sortable li {
     height: 36px;
}
 .threechoice{
     width: 100%;
     max-width: 800px;
     margin: 0 auto;
     margin-top: 30px;
     border-top: 1px solid #ececec;
}
 .threechoice h4{
     text-align: left;
     margin: 15px;
}
/*
 .threechoice:nth-child(odd){
     background-color:#f5fffb;
}
*/
 .backward:hover, .forward:hover {
     background: #1ab9a7;
     color: #fff;
}
 .ui-widget-header {
     background: #1ab9a7;
}
 .buttongroup{
     margin-left: -7px;
     margin-bottom: 40px;
     padding-top: 2px;
}

 .buttongroupthree{
     padding-top: 15px;
     text-align: center 
}
 .buttongroupseven{
     padding-bottom: 15px;
}
 h4.skillsubheader{
     margin-bottom: 25px;
     line-height:34px;
}
 .btn-default{
     margin: 5px;
}
 .section_comments{
     margin-top: 12px;
}

 input[type='radio']:after {
     width: 15px;
     height: 15px;
     border-radius: 15px;
     top: -2px;
     left: -1px;
     position: relative;
     background-color: #d1d3d1;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 2px solid white;
}
 input[type='radio']:checked:after {
     width: 15px;
     height: 15px;
     border-radius: 15px;
     top: -2px;
     left: -1px;
     position: relative;
     background-color: #1ab9a7;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 2px solid white;
}
label.error {
    color: red;
    max-width: 176px;
    width: 100%;
    position: absolute;
    margin-top: -48px;
    float: left;
    margin-left: -65px;
    display: block;
}
 h5 {
     line-height: 26px;
}
 h4 {
     line-height: 27px;
     font-weight: 500;
     margin-top: 13px;
}
 h3{
     line-height: normal;
}

.step h3 {
    margin-top: 22px !important;
    border-top: 1px solid #ececec;
    padding-top: 19px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0;

}

.step h3.title {
    margin-top: 22px !important;
    padding-top: 2px;
    border:none;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 15px;

}
.step h3.steptitle {
        margin-bottom: 11px;
        line-height: 1.5;
}

.itslogo{
    width:371px;
}

@media (max-width: 480px){
    #top-nav ul {
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 701px) {
    min-height: 62px;
}
 
