/* Minification failed. Returning unminified contents.
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,22): run-time error CSS1039: Token not allowed after unary operator: '-heading-color'
(40,17): run-time error CSS1039: Token not allowed after unary operator: '-meta_primary'
(46,17): run-time error CSS1039: Token not allowed after unary operator: '-meta_secondary'
 */
@font-face {
    font-family: 'KumbhSans';
    src: url('/Fonts/KumbhSans-VariableFont_wght.woff2') format('woff2 supports variations'), url('/Fonts/KumbhSans-VariableFont_wght.woff2') format('woff2-variations'), url('/Fonts/KumbhSans-VariableFont_wght.woff') format('woff'), url('/Fonts/KumbhSans-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --base-color: #838694;
    --heading-color: #386CAD;
    --primary-color: #F59A00;
    --secondary-color: #5EBEB2;
    --lighter-color: #f7f7f9;
}

.headingColor{
    background: var(--heading-color);
}

.DRC_logo {
    width: 9rem;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link{
    color:white !important;
}


body, h1, h2, h3, h4, h5, h6, p {
    font-family: KumbhSans;
}

body {
    font-size: 16px;
}


h1 {
    font-size: 1.8rem;
    color: var(--meta_primary);
    font-weight: 600;
}

h2 {
    font-size: 1.6rem;
    color: var(--meta_secondary)
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.0rem;
}

h6 {
    font-size: 0.8rem;
}

ul li {
    font-size: 16px !important;
}

ol li {
    font-size: 16px !important;
}


p, strong, i, ol {
    font-size: 1rem;
}

.form-section h3 {
    border-bottom: 1px solid #a7a6a6;
    padding-bottom: .5rem;
}

.loginDropdownMenu{
    right:0px;
    left:auto;
}

.footerLogo{
    max-width: 40rem;
}
