


*, *:before, *:after {
    --theme-color: #002776;
}

.KandoDoc H1,
.KandoDoc H2,
.KandoDoc H3,
.KandoDoc H4,
.KandoDoc H5 {
    color: #00236A;
}

.lightTxtShift{
    
}

.intButton {
    background: #002776;
    background-image: -webkit-linear-gradient(top, #002776, #00236A);
    background-image: -moz-linear-gradient(top, #002776, #00236A);
    background-image: -ms-linear-gradient(top, #002776, #00236A);
    background-image: -o-linear-gradient(top, #002776, #00236A);
    background-image: linear-gradient(to bottom, #002776, #00236A);
}

.timeline-wrapper .nav-tabs > li.active > a,
.timeline-wrapper .nav-tabs > li.active > a:hover,
.timeline-wrapper .nav-tabs > li.active > a:focus {
    color: #fff !important;
    background-color: #002776;
    border: 0;
}

.intButton:not(.disabled):hover {
    background: #335291;
    background-image: -webkit-linear-gradient(top, #335291, #002776);
    background-image: -moz-linear-gradient(top, #335291, #002776);
    background-image: -ms-linear-gradient(top, #335291, #002776);
    background-image: -o-linear-gradient(top, #335291, #002776);
    background-image: linear-gradient(to bottom, #335291, #002776);
    text-decoration: none;
    color:#FFFFFF;
}

.intCallout {
    padding: 10px;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid #dddddd;
    background: #FFF;
    border-left: 10px solid #002776;
}

.tags .tag {
    background-color:#002776;
    
}

.insight-carousel:hover {
    background-color: #c4203c;
}

.themeHoverText {
    color: #002776;
}

.themeHoverText:hover{
    color: #c4203c;
}

.themeBack {
    background-color: #002776 !important;
}

.themeBackDark {
    background-color: #00236A !important;
}

.themeText {
    color: #002776 !important;
}

.themeTextDark {
    color: #00236A !important;
}

.themeBorder{
    border-color: #00236A !important;
}

.main__menu li.selected {
    color: #c4203c;
}

.highColText {
    color: #c4203c !important;
}

.highColBack {
    background-color: #c4203c !important;
}

.highColBorder {
    border-color: #c4203c;
}

.navigatorview .folder-items .header .drill-items .badge {
    background-color:  #c4203c;
}

.appBar {
    background-color: #faf9f7;
    color:#000 !important;;
}