
footer, footer a, footer a:focus, footer a:hover {
    color: #fff !important
}

* {
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}

header h1 {
    font-family: Poppins,sans-serif
}

    header h1 small {
        font-family: 'Open Sans',sans-serif;
        color: #333
    }

.memberof svg, .stores svg {
    width: 100%;
    margin-left: 15px
}

.navbar, .navbar .dropdown-menu {
    text-align: left !important
}

.navbar {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out
}

    .navbar.scrolled {
        background: #007081
    }

.memberof {
    text-align: center;
    background: #eee
}

    .memberof img {
        height: 40px;
        margin: 0 15px
    }

    .memberof h4 {
        margin: 0
    }

.memberof, .stores {
    padding: 20px 0;
    border-top: 1px solid #ddd
}

footer {
    padding: 40px 0;
    background: #000
}

    footer h4 {
        border-bottom: 5px solid #fff !important;
        color: #fff
    }

    footer img {
        max-width: 30px;
        width: 100%;
        margin-right: 20px
    }

.disclaimer {
    padding: 20px 0;
    background: #D4D4D4
}

    .disclaimer p {
        font-size: 12px
    }

.stores svg {
    max-width: 400px
}

.prog {
    height: 10px;
    background-color: rgba(142,142,142,1.00);
}

.bar {
    background-color: #EE332F;
    height: 100%;
}

.btn-red {
    background-color: #E67B84;
    color: #FFFFFF;
}

.btn-clear {
    background-color: transparent;
    font-size: large;
    border-style: none;
}

.loc-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.full {
    width: 100%;
}

body {
    display: table;
    width: 100%;
    height: 100%;
}

html {
    height: 100%;
}

.page-row {
    display: table-row;
    height: 1px;
}

.page-row-expanded {
    height: 100%;
}

.provider:nth-child(even) {
    background: gray;
    color: white;
    border-radius: 5px;
}

.LocSearchTable {
    text-align: center;
}

    .LocSearchTable th {
        text-align: center;
        background: #000000;
        color: #FFFFFF;
    }

#hero {
    padding-top: 270px;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10px;
    background-position: right top;
    margin-top: 40px;
}


@media (max-width:1024px) {
    svg {
        width: 100%;
        max-width: 400px;
        margin-left: 0
    }
}

@media (max-width:769px) {
    .navbar {
        background: #007081 !important
    }
}

@media (max-width:480px) {
    header h1 {
        font-size: 30px
    }
}

.phone {
    display: inline-block !important;
}

.phone {
    display: inline-block !important;
}

.tab-content {
    padding: 10px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right: 1px solid #000000;
    border-top-style: none;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.w9 {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
}

.icons i {
    color: #EE332F;
}

/*Range css*/
input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #DD3D4C;
        border-radius: 1.3px;
        border: 0.2px solid #010101;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -14px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #DD3D4C;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #DD3D4C;
        border-radius: 1.3px;
        border: 0.2px solid #010101;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #DD3D4C;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range]::-ms-fill-upper {
        background: #DD3D4C;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 36px;
        width: 16px;
        border-radius: 3px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #DD3D4C;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #DD3D4C;
    }
