﻿body {
    overflow-x: hidden;
}

.new-footer {
    display: inline-block;
    padding: 35px 0;
    padding-bottom:0px;
    width: 100%;
    background: #292929;
    border-top: 1px solid #292929;
    font-size: smaller;
    padding-bottom:12px;
}

.new-footer hr {
    border-color: #424242;
    margin-bottom: 10px;
    margin-top: 10px;
}

.child-care .fa-phone {
    position: relative;
    padding-left: -40px !important;
    color: #999;
    left: -1px;
    top: 22px;
    font-size: 14px;
}

.child-care .fa-building {
    position: relative;
    padding-left: -40px !important;
    color: #999;
    left: -1px;
    top: 22px;
    font-size: 14px;
}

.child-care .fa-chevron-right {
    position: relative;
    padding-left: -40px !important;
    color: #999;
    left: -21px;
    top: 22px;
    font-size: 14px;
}

.small-footer {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 12px;
    padding-bottom: 0px !important;
    text-align: center;
    background-color: #292929;
    border-top: 1px solid #292929;
}
footer {
    clear: both;
    width: 100%;
    height: 100%;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: none !important;
    margin-top: 60px;
    border-top: none !important;
}

.bg-gray-light {
    background-color: #fcfcfc !important;
    height: auto;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.checkbox input[type=checkbox] {
    margin-left: 0px;
}

.width-parent {
    width: 100%;
}

.text-black {
    font-size: 14px !important;
    color: grey !important;
    font-family: 'Raleway', sans-serif;
}