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