#searchStore {
    background-color:#221c46 !important;
    min-height: 35px;
    padding-top: 5px;
}
.company-logo.left{
    width: 190px !important;
    height: 60px!important;
    max-height: 79px;
    min-width: 70px;
    margin-top: 22px;
    margin-bottom: 8px !important;
}
.company-logo.right{
    width: 171px;
    height: 34px;
    float: right;
    margin-bottom: 50px;
}
#pFooter{
    position: fixed;
    bottom: 0;
    width: 100%; 
    background-color: #221c46;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    font-size: 13px;
    line-height: 24px;
}
.group.top-nav { margin-bottom: -20px }
.group.top-nav nav a { text-decoration: none }
.group.top-nav nav a:hover {
	color: #221c46; -webkit-transition: all .25s ease-in-out;
   -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
}
.top-nav .item-nav li.active a {
    color: #221c46;
}
header, p > h2{
    color: #221c46;
}
.content .post p {
    color: #221c46;
    font-family: Arial, "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-weight: bold;
    color: #221c46 !important;
    text-rendering: optimizeLegibility;
    margin: 0 0 0.5em 0;
}
.content .post p > strong{
    font-weight: bold;
    color: #221c46;
}

