﻿.container.above-banner .page-title h1 {
    color: #872A00 !important;
   font-weight:bold;
}

.call-center .call-center-info .number {
    color: #872A00!important;
}

a {
    color: #872A00 ;
    cursor: pointer;
}


.bx-wrapper .bx-pager.bx-default-pager a{
    background-color:#000!important;
}

.sidebar-section .section-title {
    background: #f28c00;
    color: #000;
    padding: 0.5em;
    font-size: 17px;
    margin-bottom: 0.6em;
    font-weight: bold;
}


.sidebar-section .section-list > ul li a .more {
    color: #872A00 !important;
    font-weight:bold;
    /*font-size: 12px;*/
}

.newsfeed-section .newsfeed-list li.container .news-title {
    color: #872A00 !important;
    font-weight: bold;
    font-size: 16px;
}

.btnBlackcolor{
    color:#000;font-weight:bold;
}

/*button:focus {
    outline: 4px dashed darkorange;
}*/


.acctextbutton {
    display: block;
    line-height: 2em;
    opacity: 1;
    position: relative;
    top: 0px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.border_0_b_c_t {
    border: 0px;
    background-color: transparent;
}

footer.panel-footer .footer-list .list-title {
    color: #5A0400;
    font-weight: bold;
    margin-bottom: 0.3em;
    font-size:17px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover {
    background: #f28c00 /*#f47920*/;
    color: #000;
    border-color: #f28c00 /*#f47920*/;
    border-bottom: 0px solid #f28c00 /*#f47920*/;
    margin: 0;
    font-weight:bold;
}

.cG {
  color: #757575!important;
}


footer.panel-footer .footer-list {
      margin-left: 1em;
       font-size: 13px;
}
.black-color{
    color:#000!important;
}
.white-color {
    color: white !important;
}

.small-form-title {
    color: #872A00;
   
}

.tab-content {
    background: #EEEFF1;
  
}


.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-9, .col-3{position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group label {
    display: inherit;
  
}

a:focus {
    border: 1px solid red;
}