.component.container-fluid.col-lg-12.brand-d-theme {
    background: #0099D8;
}

.component.container-fluid.col-lg-12.brand-d-theme .ow-card-content {
    color: #fff;
} 

.brand-d-theme a {
    color: #608391;
}

.brand-d-theme a:hover,
.brand-d-theme a:focus {
    color: #0099D8;
}

@media only screen and (min-width: 1200px) {
    .brand-d-theme a:focus-visible {
        outline-color: #0099D8;
    }
}

.brand-d-theme .global-search input:focus,
.brand-d-theme .global-search input:active {
    border-color: #0099D8;
}

.brand-d-theme .btn.btn-primary,
.brand-d-theme .btn.btn-secondary,
.brand-d-theme .button.btn-default,
.brand-d-theme .slider-content .btn.btn-primary:focus,
.brand-d-theme .slider-content .btn.btn-primary:active,
.brand-d-theme .slider-content .btn.btn-tertiary:focus,
.brand-d-theme .slider-content .btn.btn-tertiary:active {
    border-color: #0099D8 !important;
    color: #fff !important;
    background-color: #0099D8 !important;
}

.brand-d-theme  .ow-businesscard-container .ow-card-heading::after {
     background: #608391; 
}

.brand-d-theme  .ow-card-tiles.slick-slider .ow-businesscard-container .date {
    color: #0099D8;
}

.component.container-fluid.light-theme.brand-d-theme
{
	background: #ED9595;
}

.component.container-fluid.brand-d-theme .ow-header-content h3 {
    color: #fff;
}

.brand-d-theme .left-primary-heading-border
{
	border-left: 1px solid #ED9595;
}

.brand-d-theme a.nav-link {
    color: white;
}

.brand-d-theme .navbar-nav .nav-link:hover,
.brand-d-theme .navbar-nav .nav-link:focus {
    color: #0099D8;
}

.brand-d-theme .main-navigation .nav-item.active .nav-link:after,
.brand-d-theme .main-navigation .nav-item.active.nav-link:after {
    background-color: #fff;
}

.brand-d-theme .ow-card-tiles.slick-slider .slick-arrow {
    background: #608391;
}

.brand-d-theme .ow-card-tiles.slick-slider .slick-dots li {
    border-color: #fff;
}

.brand-d-theme .ow-card-tiles.slick-slider .slick-dots li.slick-active {
    background-color: #fff;
}

.brand-d-theme .slider-content h2 {
    color: #0099D8;
}

@media only screen and (max-width: 991px) {
    .brand-d-theme .mobile-menu {
        background: #0099D8;
    }

    .brand-d-theme .handburger span {
        background: #0099D8;
    }
}

.brand-d-theme .tabs .tabs-heading::-webkit-scrollbar-thumb {
    background: #0099D8;
}

.brand-d-theme .tabs .tabs-heading li .field-heading {
    color: #0099D8;
}

.brand-d-theme .tabs .tabs-container {
    border-color: #0099D8;
}

@media only screen and (min-width: 992px) {
    .brand-d-theme .tabs .tabs-heading li {
        border-bottom-color: #0099D8 !important;
    }

    .brand-d-theme .tabs .tabs-heading li.active {
        border-color: #0099D8;
    }
}

.brand-d-theme .ow-accordion .items .item.active .toggle-header .field-heading::after {
    color: #0099D8;
}

.brand-d-theme .ow-card-dowload .component-content a .card-title-group {
    background: rgba(0, 153, 216, .8);
}

.brand-d-theme .slick-slider:not(.ow-card-tiles) .slick-arrow::after {
    border-color: #0099D8;
}
