/* Underline From Center */
header .logoTop .navbar .navbar-nav > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
header .logoTop .navbar .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #1c2156;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .logoTop .navbar .navbar-nav > li > a:hover:before {
  left: 0;
  right: 0;
}

/*
.sec-filling .row{
    margin-left: 0;
    margin-right: 0;
}
*/

.download-pdf{
    margin-bottom: 100px;
}


/*
.sec-filling .row .col-md-8{
    padding-left: 0;
    padding-right: 0;
}
.sec-filling .row .col-md-4{
    padding-left: 0;
    padding-right: 0;
}
*/
.sec-filling h3{
    border-top: 1px solid #b1aca9;
    border-bottom: 1px solid #b1aca9;
    color: #716e6a;
    padding: 10px 0;
    font-size: 20px;
    margin-top: 0;
}

.two-column ul{
   -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    
}

.two-column h3{
    width: 110%;
}

.sec-filling .row ul{
    padding: 0;
    margin: 0 0 20px;
}

.sec-filling .row ul li{
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
    width: 100%;
    display: inline-block;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    
}

.sec-filling .row ul li a{
    color: #5e4f47;
    font-weight: 700;
/*    background: url(../images/download-arrow.svg) no-repeat 0 3px;*/
    background-size: 21px 21px;
    padding: 0 0 0 23px;
    font-size: 16px;
    position: relative;
    display: block;
}

.sec-filling .row ul li a span.dwn-ico{
    background: url(../images/download-arrow.svg) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 4px;
    height: 21px;
    width: 21px;
    background-size: cover;
}

.sec-filling .row ul li a span.pdftext{
    color: #aea8a5;
    font-weight: 500;
}

.sec-filling .row ul li a:hover, .sec-filling .row ul li a:hover .pdftext{
    color: #0047bb;
    background-color: transparent;
}

.search-bar form input[type="text"]{
    position: static;
    padding-left: 0;
    font-family: "fs_silas_sans";
    letter-spacing: 0;
}

.filterSearch{
    background: #e6e6e2;
    border-top: 1px solid #b0aca8;
    border-bottom: 1px solid #b0aca8;
    margin-bottom: 25px;
    padding-left: 15px;
}

.filterSearch .sideTitle{
    float: left;
    display: block;
    background: #e6e6e2;
    min-height: 60px;
    line-height: 62px;
    font-size: 15px;
    font-weight: 700;
    color: #716e6a;
}

.filterSearch .btn{
    background: #e6e6e2;
    min-height: 60px;
    border-right: 1px solid #b0aca8;
    font-size: 17px;
    font-weight: 700;
    color: #5e4f47;
    padding-right: 35px;
    margin-right: 15px;
}

.filterSearch .btn:focus, .filterSearch .btn-group.open .dropdown-toggle{
    box-shadow: none;
}

.filterSearch .dropdown-menu{
    left: 40px;
    border-radius: 0;
}

.filterSearch .btn .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 15px dashed;
    position: absolute;
    right: 15px;
    top: 40%;
}

.filterSearch .dropdown-menu li:first-child{
    padding-top: 15px;
}

.filterSearch .filterSearchBox{
    float: right;
    min-height: 62px;
    line-height: 62px;
    max-width: 330px;
    width: 100%;
    position: relative;
}

.filterSearchBox input[type="search"]{
    float: left;
    height: 62px;
    border: none;
    border-left: 1px solid #b0aca8;
    max-width: 300px;
    width: 100%;
    font-size: 20px;
    font-style: italic;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}

.filterSearchBox input[type="button"]{
    background: url(../images/search-ico-grey.svg) no-repeat center center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 62px;
    width: 55px;
    background-size: 50%;
    position: absolute;
        right: 0;
        top: 0;
        background-color: #e6e6e2;
}


.filterSearchBox input::-webkit-input-placeholder {
  color: #ada8a4;
}
.filterSearchBox input::-moz-placeholder {
  color: #ada8a4;
}
.filterSearchBox input:-ms-input-placeholder { 
  color: #ada8a4;
}
.filterSearchBox input:-moz-placeholder { 
  color: #ada8a4;
}

.filterSearchBox input:focus{
    outline: none;
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.searchLoader{
    background: rgba(255,255,255,0.3);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.searchLoader i{
    bottom: 0;
    margin: auto;
    max-height: 25px;
    position: absolute;
    top: 0;
}

.filterSearch input {
    -webkit-appearance: none;
    border-radius: 0;
}

.showBtnWrap button{
    margin-bottom: 25px !important;
}

.noval{
    margin: 0 15px;
    border-radius:0;
}

/*BDC TAX INFORMATION*/
.taxinfo h2{
    margin-bottom: 30px;
}

.taxinfo .row{
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.taxinfo .taxdetail .row:first-child{
    border-top: 1px solid #ccc;
}

.taxinfo .taxdetail .row:last-child{
    border-bottom: none;
}

.taxinfo .taxtTitle{
    position: relative;
    padding-right: 50px;
}

.taxinfo .taxtTitle p, .taxinfo .taxDate p{
    margin-bottom: 0;
}

.downloadPDF{
    display: block;
    height: 30px;
    width: 30px;
    background: url(../images/pdf.svg) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

/*BDC TAX INFORMATION*/

@media (min-width:768px){
    header .logoTop .navbar .navbar-brand {
        max-width: 270px;
        min-width: 263px;
    }
}


.topBainCapitalInfo img {
    max-width: 140px;
}

header .topLinks nav .topBainCapitalInfo a.header_top_logo {
    height: 35px;
    max-width: 140px;
    min-width: 140px;
}

header .logoEquity.scrolllogo .navbar .navbar-brand{
    margin-top: 10px;
}

/*
header .logoTop .navbar .navbar-nav > li > a:focus:before{
    background: none;
}
*/

@media (min-width: 1100px) and (max-width: 1200px) {
    .filterSearch .filterSearchBox{
        max-width: 300px;
    }
    
}

@media (min-width: 768px) and (max-width: 1100px) {
    .filterSearch .filterSearchBox{
        max-width: 35%;
        width: 100%;
    }
    
    .filterSearchBox input[type="search"]{
        max-width: 245px;
        width: 100%;
    }
}


@media (max-width:991px){
    .two-column h3{
        width: auto;
    }
}

@media (max-width:767px){
    .filterSearch .btn-group, .filterSearch .btn-group-vertical{
        width: 100%;
        border-bottom: 1px solid #b0aca8;
    }
    
    
    .filterSearch .btn {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        width: 100%;
        text-align: left;
        background-color: transparent;
        padding-left: 50px;
    }
    
    .filterSearch .filterSearchBox{
        max-width: 100%;
        float: none;
        position: relative;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .filterSearch{
        padding-right: 15px;
    }
    
    .filterSearchBox input[type="search"]{
        max-width: 100%;
        border: none;
        padding-right: 65px;
    }
    
    .filterSearchBox input[type="button"]{
        
    }
    
    .filterSearch .dropdown-menu {
        left: 0;
        border-radius: 0;
        width: 100%;
    }
    
    .filterSearch .btn-group{
        position: relative;
    }
    
    .filterSearch .sideTitle{
        position: absolute;
        left: 0;
        top: 0;
        background-color: transparent;
    }
    
    
    
}

/*
@media (max-width:650px){
    .filterSearch .btn{
        padding: 0;
        width: 100%;
        min-height: 30px;
    }
    
    .filterSearch .filterSearchBox{
        margin-top: 30px;
    }
}
*/

    
@media (max-width:480px){
    .two-column ul{
       -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    
    }
}

/* START: css changes on 11 June 2019*/
.taxdetail span.dwn-ico {
    background: url(../images/download-arrow.svg) no-repeat 0 0;
    height: 23px;
    width: 23px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.taxdetail .taxDate {
    margin-left: 15px;
    -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
}

.taxdetail .taxDate a{
	    color: #5e4f47;
        display: block;
}

.taxdetail .downloadPDF {
	position: static;
}

.taxinfo .taxtTitle {
    padding-right: 0;
}
.taxinfo .taxtTitle > p > a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.taxinfo .taxtTitle p {
	margin-right: 0;
}

.taxinfo .taxDate-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width:767px){
	.taxDate-col {
		margin-bottom: 5px;
	}
}
/* END: css changes on 11 June 2019*/


/* bullet list css for news page 27-04-2021 start */
.sec-filling .row .newsdetailWraps ul.bwlistdisc,
.sec-filling .row .newsdetailWraps ul {
    list-style-type: disc;
    margin: 0 0 20px 1.5em;
    padding: 0;
    list-style-position: outside;
}

.sec-filling .row .newsdetailWraps ul li {
    list-style-type: disc;
    margin-bottom: 0;
    display: list-item;
}
/* bullet list css for news page 27-04-2021 end */
/* Start:  Local Website menu link */
.header-section-left h3.localwebsite_heading {
    margin-top: 35px;
    margin-bottom: 12px;
}
.header-section-left h3.localwebsite_heading a {
    font-size: 18px;
}
/* End:  Local Website menu link */