body {
  font-family: Roboto;
}

img {
    vertical-align: middle;
    border: none;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.quick-public-footer {
  padding: 30px 0;
  font-size: 15px;
  color: #a9a8a8;
}

.public-footer-links {
    margin-bottom: 1rem;
}

.public-footer-links a {
    color: #777777;
}

.privacy-header {
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    font-family: 'Roboto Slab', 'sans-serif';
}

.has-error {
    border-color: #e00e0e !important;
    color: #e00e0e;
    background-color: #FBBCBC;
}

.has-error::placeholder {
    color: #222222;
}

a:hover {
    text-decoration: none !important;
}

.slider-btn {
  max-width: 255px;
}
.slider-btn .slider-btn-text-wrapper {
    overflow: hidden;
}

.slider-btn .slider-btn-text-wrapper span {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slider-btn .slider-btn-text-wrapper span:first-child {
    margin-left: -100%;
    transition: margin-left .3s ease-in-out;
}

.slider-btn .slider-btn-text-wrapper span:last-child {
    margin-right: 0;
    transition: margin-right .3s ease-in-out;
}

.slider-btn:hover .slider-btn-text-wrapper span:first-child {
    margin-left: 0;
}

.slider-btn:hover {
    border-bottom: 5px solid #01a6d6;
    background: #01a6d6;
    transition: all .5s;
    margin-top: 0;
}

.slider-btn:hover .slider-btn-text-wrapper span:last-child {
    margin-right: -100%;
}

.medicare-disclaimer {
    max-height: 200px;
    overflow-y: auto;
    border: solid 1px #cccccc;
    padding: 15px;
}

@media all and (max-width: 320px) {
    .hero-header h1 {
        font-size: 29px;
    }
}
