    .primary {
        background: #00599d;
    }

    .warning {
        background: #F6C00D;
    }
    
    .primary-text,
    .active {
        color: #00599d;
    }
    
    .tabs .tab a {
        color: #00599d
    }
    
    .tabs .tab a:focus,
    .tabs .tab a:focus.active {
        background-color: indianred;
    }
    
    .tabs .tab a:hover,
    .tabs .tab a.active {
        color: orangered;
    }
    
    .tabs .indicator {
        background-color: orangered;
    }
    
    .secondary {
        background: red;
    }
    
    .secondary-text {
        color: darkred;
    }