.brandlogo {
    background-image: url(../img/logos/dcgov_logo2.jpg);
    width: 161px;
    height: 100px;
    margin: 5px 5px 10px 10px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.iconLogin:before {
    content: "\ea6a";
}

.iconRegister:before {
    content: "\e965";
}

body {
    font-size: 1.3rem;
}

.col-widget {
    background:none;
}
.col-widget a:hover {color:#004b98;}
.col-widget .sl-white {color:inherit;}
.col-widget h4 {color:#0077c8;}
.help-block-login {color: #77777A;}
.col-widget .sl-stack {
    width: 3em;
    height: 3em;
    line-height: 3em;
}
.col-widget .sl-stack-2x {
    font-size: 3em;
}

#footer,
.box-header {
    background-color: #4b6f9f;
}
.copyRight {
    background-color: #2B4888;
}

a,
.col-widget.white-background h4,
a.col-widget.white-background:hover .widget-title
.idcard,
.sl-blue,
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #4b6f9f;}

.headerContent {
    float: right;
    text-align: center;
    width: 150px;
    background-color: transparent;
    clear: left;
}
.headerContent img {
    border: 1px solid #ccc;
    padding: 2px;
    width: 65%;
    height: auto;
    margin-bottom: 3px;
    background-color: white;
}
#portalHeader.globalNav2 {
    background-position: right 60%;
}
.lnkContact ul {
    margin-right: 20px;
}

#footer > .container.footerLinks {
    padding-left: 0;
    padding-right: 0;
}

.brandlogo {
    margin-left: 0;
}

.btn-primary {
    background-color: #4b6f9f;
}

.panel-heading {
    background-image: linear-gradient(to bottom,#eeefef 0,#e1e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeefef', endColorstr='#ffe1e3e3', GradientType=0);
    border-radius: 3px;
}