#main-content .container-fluid .card
{
    margin: 0px auto;
}

#main-content .container-fluid .range-field
{
    width: 90%;
}

#main-content .container-fluid .range-field .thumb
{
    background: #67BAEA;
    color: #fff;
}
input[type=range]::-webkit-slider-thumb {
    background-color: #67BAEA !important;
}
input[type=range]::-moz-range-thumb {
    background-color: #67BAEA !important;
}
input[type=range]::-ms-thumb {
    background-color: #67BAEA !important;
}

#placeholder-1 p, #compile-results p
{
    font-family: 'Montserrat', sans-serif; 
    text-align:center; 
    font-size: 24px; 
    padding-bottom: 20px;
}

ul.stepper-horizontal .stepper-content 
{
    margin-top: 10px;
}

.stepper-content .row .md-form .row 
{
    margin-top: 20px;
}

.stepper-content .md-form 
{
    margin-bottom: 20px;
}


.light-blue-skin input[type="checkbox"]:checked+label:before 
{
    border-right: 2px solid #67BAEA;
    border-bottom: 2px solid #67BAEA;
}

/* - - - - - MDBOOTSTRAP OVERRIDES - - - - - */
.md-outline.select-wrapper+label 
{
    top: .5em !important;
    z-index: 2 !important;
}
.md-outline.select-wrapper input.select-dropdown
{
    margin-bottom: 0.5rem;
}

.md-form.md-outline
{
    margin-bottom: 0px;
}