h1 i, h2 i, h3 i, h4 i, h5 i, h6 i
{
    color: rgba( 96,44,100, 1 ) !important;
    color: rgba( 40,49,126, 1 ) !important;
    /* color: rgba( 0,22,137, 1 ) !important; */
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
    /* color: rgba( 96,44,100, 1 ) !important; */
    color: rgba( 40,49,126, 1 );
    /* color: rgba( 0,22,137, 1 ) !important; */
}
div.contrast-top-bar
{
    /* border-top: 2px dotted rgba( 96,44,100, 1 ) !important;
    border-top: 2px dotted rgba( 40,49,126, 1 ) !important; */
    /* border-top: 2px dotted rgba( 0,22,137, 1 ) !important; */

    border-bottom: 2px dotted rgba( 96,44,100, 1 ) !important;
    border-bottom: 2px dotted rgba( 40,49,126, 1 ) !important;
    /* border-bottom: 2px dotted rgba( 0,22,137, 1 ) !important; */
    /* background-image: linear-gradient(to bottom right, rgba( 40,49,126, 0.85) , rgba( 40,49,126, .85)) !important; */
}
div.container-quicklinks
{
    margin-top: 1.84em;
    position: relative;
    padding-bottom: 0;
    text-align: center;
    font-weight: bold;
    /* background-image: linear-gradient( to bottom right, rgba( 40,49,126, 0.85), rgba( 40,49,126, .5)) !important; */
}
div.container-side i
{
    color: rgba( 231,225,230, 1 ) !important;
}
div.container-side .secondary i
{
    color: #222 !important;
}
/* div.card-title
{
    background-color: transparent !important;
    background-image: linear-gradient( to bottom right, rgba( 40,49,126, 0.85), rgba( 40,49,126, .5)) !important;
} */
div.callout-em
{
    border-top: 3px solid rgba( 96,44,100, 1 ) !important;
    border-top: 3px solid rgba( 40,49,126, 1 ) !important;
    /* border-top: 3px solid rgba( 0,22,137, 1 ) !important; */
}
div.callout-side
{
    border-left: 3px solid rgba( 40,49,126, 1 ) !important;
    border-left: 3px solid rgba( 0,22,137, 1 ) !important;
}
/* .hollow
{
    color: #eee !important;
} */
.purple
{
    color: #682666;
}
.button.warning
{
    color: #fff !important;
}
.label.success i
{
    color: #fff !important;
}
.benefits-boxes h4, .benefits-boxes div
{
    text-align: center;
}
.orbit-next, .orbit-previous
{
    background-color: #cd6040;
}
.button.secondary.hollow
{
    color: #333;
}
.button.hollow
{
    color: #333;
}
.margin-min
{
    margin-bottom: 0.2em;
}
.grey
{
    background-color: #ddd;
}
#menu-sm li.accordion-item.is-active a.accordion-title
{
    background-color: rgba( 40,49,126, 1 ) !important;
    color: #fff;
}
.drag-highlight
{
    background-color: #eee !important;
}
.pure-material-progress-linear {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 0.25em;
    color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.12);
    font-size: 16px;
    width: 100%;
}

.pure-material-progress-linear::-webkit-progress-bar {
    background-color: transparent;
}

/* Determinate */
.pure-material-progress-linear::-webkit-progress-value {
    background-color: currentColor;
    transition: all 0.2s;
}

.pure-material-progress-linear::-moz-progress-bar {
    background-color: currentColor;
    transition: all 0.2s;
}

.pure-material-progress-linear::-ms-fill {
    border: none;
    background-color: currentColor;
    transition: all 0.2s;
}

/* Indeterminate */
.pure-material-progress-linear:indeterminate {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, currentColor 50%, currentColor 60%, transparent 60%, transparent 71.5%, currentColor 71.5%, currentColor 84%, transparent 84%);
    animation: pure-material-progress-linear 2s infinite linear;
}

.pure-material-progress-linear:indeterminate::-moz-progress-bar {
    background-color: transparent;
}

.pure-material-progress-linear:indeterminate::-ms-fill {
    animation-name: none;
}

@keyframes pure-material-progress-linear {
    0% {
        background-size: 200% 100%;
        background-position: left -31.25% top 0%;
    }
    50% {
        background-size: 800% 100%;
        background-position: left -49% top 0%;
    }
    100% {
        background-size: 400% 100%;
        background-position: left -102% top 0%;
    }
}
