/* BAU Changes*/
.bau-color-white {
    color: #fff !important;
}

.g-color-black-opacity-0_6 {
    color: rgba(0, 0, 0, .6) !important;
}

.btn-bau-primary {
    color: #003571 !important;
}

.btn-bau-primary-light {
    color: #0089c9 !important;
}

.btn-bau-white-bg {
    background: #fff !important;
}

.bauIRnewsBlock .bauIRnewsBlock-content {
    padding: 30px;
    margin-top: 30px;
    position: relative;
}

.youtubecontainer {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

.youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.baunewstabs .nav-item .nav-link.active {
    background: #0089c9 !important;
    color: #fff !important;
}

.baunewstabs .nav-item {
    background: white !important;
    color: black !important
}

.bauIRnewsBlock .bauIRnewsBlock-content {
    padding: 30px;
    margin-top: 30px;
    position: relative;
}

.baunewstabs .nav-link {
    color: #000 !important;
}

.bau-IR-AboutBlock {
    padding: 0;
}

.bau-IR-AboutBlock .IR-About-Item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

.bau-IR-AboutBlock .IR-About-Item {
    padding: 60px 40px;
    color: #fff;
    z-index: 10;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-size: 100% !important;
    background-position: center center !important;
    position: relative;
    transition: all 0.3s;
}

.bau-IR-AboutBlock .IR-About-Item.blue::before {
    background: rgba(23,73,146,0.89);
}

.bau-IR-AboutBlock .IR-About-Item.yellow::before {
    background: rgba(141,131,52,0.89);
}

.bau-IR-AboutBlock .IR-About-Item.red::before {
    background: rgba(193,58,43,0.89);
}

.block-content h3 {
    padding-bottom: 10px !important;
}

.block-content p {
    font-size: 16px !important
}

.btn-bau-pdf, .btn-bau-primary-bg-light, .btn-bau-pdf:hover, .btn-bau-pdf:focus {
    color: #fff !important;
    /*background: #fa0325 !important;*/
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-center {
    text-align: center !important;
}

.table-bordered {
    border: 1px solid #e9ecef !important;
}

.table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem !important;
    background-color: transparent !important;
}

table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

thead {
    display: table-header-group !important;
    vertical-align: middle !important;
    unicode-bidi: isolate !important;
    border-color: inherit !important;
    width: 100%;
}

.u-heading-v3-1, .u-heading-v2-3--bottom {
    width: 100%;
    padding-top: 10px;
}

.u-heading-v3-1, .u-heading-v2-3--bottom, p {
    text-align: start; /* Aligns left for LTR, right for RTL */
    /*padding-inline-start: 20px;*/ /* Left in LTR, right in RTL */
    /*padding-inline-end: 20px;*/ /* Right in LTR, left in RTL */
    direction: inherit; /* Inherit direction from HTML */
}

.fa-small {
    font-size: 7px;
}

.date--simple {
    font-size: 18px;
    font-weight: 700;
    color: #009dd6;
    padding-bottom: 5px;
}

.g-bg-primary--hover:hover{
    background-color: #0089c9 !important;
}

.u-bg-overlay--primary:after {
    background-color: rgba(0, 75, 142, 0.8) !important;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.btn-bau-pdf, .btn-bau-pdf:hover, .btn-bau-pdf:focus {
    color: #fff;
    background: #fa0325 !important;
}

.newsListing .tag {
    position: absolute;
    top: 0;
    left: 15px;
}

.tag--blue {
    font-size: 13px;
    text-transform: none;
    background: #2586b1;
}

.tag {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
    background: #4a50a2;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.date--small {
    font-size: 14px;
    font-weight: 700;
    color: #009dd6;
    padding-bottom: 15px;
}

.listingItemLI::marker {
    content: none;
}
.bau-float-right{
    float:right;
}
/* BAU Changes*/