body, h1, h2, h3, h4, p, 
#sidebar > h4, #sidebar h4.sort,
.plan-name p, .phone {font-family:'muli'; color: #333}

.phone-number span {
    font-family: 'muli' !important;
}

/* font size */
h1 {
    font-size: 1.6rem;
}

html, body {
    font-size: .97rem
 }

.registration h2 {
    font-size: 1.6rem;
}
/* Navbar */
.navbar-default, .navbar.navbar, .navbar-default.navbar,.navbar-collapse, .navbar-form {background: #fff}
.number, .glass-content p {color:#fff}
.number {padding: 10px 4px;}

#primary-navbar {width: 100%;     background: #0085FF; }

a {color: #5161AC} 
a:hover {color: #005580;}

#secondary-navbar li a, #secondary-navbar li a:hover {color:#808080; border-color: #0085FF}

#secondary-navbar {border-top: 1px solid #E7E7E7;}
a:hover {color:#0093D2}
.navbar-default .navbar-toggle, .call-us:before{ border-color: #0085FF; background-color: #0085FF;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background: #0093D2}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {background: #fff !important; border: 0}

.navbar .navbar-brand img {margin-top: 3px;}

/* .navbar-default .navbar-collapse, .navbar-default .navbar-form {background: #0085FF}
 */

footer {background: #dad6d4; color: #666;}
footer p {color: #3d3d3d;}

footer.home-section-footer .copyright {border-top: 1px solid #fff}

/* buttons */
.btn-primary {background: #ff8920; border:1px solid #ff8920; }
.btn-primary:hover {background: #E17719; border-color: #E17719}
.btn:focus, .btn:active {background: #E17719; border-color: #E17719}

.quote-form input, .quote-form select, .sup-quote-form select, .sup-quote-form input, .registration input {
    border-left: 1px solid #0085FF;
    border-right: 1px solid #0085FF;
    border-top: 1px solid #0085FF;
    border-bottom: 4px solid #0085FF;
 }
    
.topbar {
        border-bottom: 3px solid #0085FF;
} 

.editInfo {
    margin-top: 1.3em;
}
    
    input[type=text]:focus, input[type=password]:focus, 
    input[type=email]:focus, input[type=date]:focus, textarea:focus { border-bottom: 3px solid #0085FF;}
    [type="checkbox"]:checked + label:after, [type="checkbox"]:checked + label:after {border-color: #0085FF}
    
    .compare {width: 32%}
    
    
    [type="radio"]:checked + label:after  {background: #0085FF; box-shadow: 0px 0px 0px 2px #0085FF;}
@media (max-width: 798px) {
    .navbar .navbar-brand {
        padding: 0 0 0 20px;
        height: 50px;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 987px) {
    .editInfo {
    margin-top: 0 !important;
    }
}   


/* Responsive side bar */

@media screen and (max-width: 992px) {
  .sidebar--slidable__wrapper {
    position: relative;
  }
  .sidebar--slidable__wrapper--overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: block;
  }
  .sidebar--slidable {
    position: absolute;
    z-index: 100;
    width: 85%;
    background-color: rgba(255, 255, 255, 0.95);
    top: 0;
    bottom: 0;
    left: -84.5%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2em 1em;
    min-height: 100%;
    -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .sidebar--slidable__trigger {
    cursor: pointer;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0.5em 0.75em;
    border: 1px solid #e9e9e9;
    border-left: none;
    position: absolute;
    top: 1vh;
    right: -5.4em;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .sidebar--slidable__trigger:hover {
    color: #0085FF;
  }
  .sidebar--slidable__trigger.sidebar--slidable__trigger--fixed {
    position: fixed;
    left: 17px;
    width: 5.7em;
    z-index: 1000;
    top: 11vh;
  }
  .sidebar--slidable.in {
    left: 0;
  }
  .sidebar--slidable.in .sidebar--slidable__trigger--fixed {
    left: 82.5%;
  }
}

@media (max-device-width: 500px) {
    .plan .table tr th, .plan .table tr td {width: 100%}
    .benefit> table tbody tr:last-child {width: auto; float: none}
    .row.topbar {display: none}
    
     .editInfo {
    margin-top: 0 !important;
    }
}


/* Maintenance page */


#medicareRedirect ol {
    counter-reset: li;
    margin: 60px 0;
    padding-left: 16px;
    font-size: 1.35em;
}

#medicareRedirect ol li {
    position: relative;
    margin: 0 0 26px 2em;
    padding: 4px 8px;
    list-style: none
}

#medicareRedirect ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -2.5em;
    width: 2.15em;
    margin-right: 8px;
    padding: 6px;
    background: #e9e9e9;
    color: #4ba760;
    text-align: center;
    font-size: 16px;
    z-index: 2;
    zoom: 1;
    filter: alpha(opacity = 75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

#medicareRedirect ol li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}


.contact-agent {
    font-size: 1.35em;
    margin-top: 2em;
}

.contact-agent .phone-number {
    display: block;
    font-size: 1em;
    color: #e6e6e6
}

.contact-agent .phone-number span {
    color: #fff;
    font-size: 1.3em;
    line-height: 1.5;
    font-family: roboto_slabregular, Georgia, sans-serif
}

.contact-agent .hours-of-operation {
    display: block;
    font-size: .8em;
    color: #e6e6e6
}


