/*Allina Health custom css*/

/*Basic styles*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #55575b;
    font-family: Arial,Sans-serif;
}
/*Header*/
.TopMenu {
    color: #55575b;
    font-size: 12px;
}
.TopMenu a {
    color: #004976;
}
.TopMenu a:hover, .TopMenu a:active, .header-logo a:hover, .header-logo a:active, #SideCategoryList li a:hover, #SideCategoryList li a:active, .footer-main a:hover, .footer-main a:active {
    color: #43802d;
    text-decoration: underline;
}
.header-phone {
    float: right;
}
.header-secondary {
    clear: right;
}
#SearchForm input#search_query, #SearchForm .Button {
    background-color: #d4e6cb;
    color: #55575b;
}
#SearchForm .Button {
    background: url(https://cdn3.bigcommerce.com/s-7hcnu/product_images/uploaded_images/searchicon-green.png) no-repeat scroll 50% 50% #d4e6cb;   
}
#SearchForm .Button:hover {
    background: url("../images/searchIcon.png") no-repeat scroll 50% 50% #43802D;
}
#cart-amount {
    background-color: #e4e4e5;
}
.PageMenu {
    font-family: Arial,Sans-serif;
}
/*Breadcrumb*/
.Breadcrumb a {
    color: #004976;
    text-decoration: underline;
}
/*Category page*/
.SortBox {
    color: #55575b;
}
input, select, textarea, input.Textbox, input[type="text"], #SearchForm input {
    color: #55575b;
}
.ProductList li .ProductCompareButton {
    color: #55575b;
}
#CategoryContent .ProductList .ProductActionAdd .btn:hover {
    background-color: #43802d;
}
#CategoryContent .CompareButton .btn:hover {
    border-color: #43802d;
    color: #43802d;
}
/*Footer*/
.footer-links a {
    text-decoration: underline;
}
a.icon-social:hover, .header-logo #LogoImage:hover {
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}
/*Responsive menu*/
.fa-bars {
    background-color: #1462ad;
    color: #ffffff;
}
#DrawerMenu {
    background-color: #ffffff;
}
#DrawerMenu li a:hover {
    background-color: #43802d;
    color: #ffffff;
}
#DrawerMenu h3 {
    background: #1462ad;
}
    #DrawerMenu li {
        border-bottom: 1px solid #1462ad;
    }
#DrawerMenu a {
    color: #000000;
}
