body {
    background-color: #003DA5;
    color: #FFFFFF;
    font-family: "Fira Sans Regular","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 16px;
    margin: 0;
}

@media print {
    body {
        color: #000000;
    }

    .no-print {
        display: none;
    }
}

h1 {
    font-size: 3em;
    text-align: center;
}

h2 {
    font-size: 2em;
    margin: 0;
}

h3 {
    font-size: 1.5em;
}

.center {
    text-align: center;
}

img.menu-icon {
    border: 0;
    display: inline-block;
    margin-left: -3px;
    max-height: 24px;
    vertical-align: top;
}

span.icon-container {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 16px;
    color: #000000;
    display: inline-block;
    padding: 3px 6px;
    line-height: 24px;
}

.inline-icons {
    line-height: 24px;
}

/* Page layout */

div.content-wrapper
{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px !important;
    padding: 0 10px 0 10px;
}

div.column-wrapper
{
    display: block;
}

@media screen and (min-width: 48em) {
    div.column-wrapper {
        align-content: flex-start;
        align-items: flex-start;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: space-between;
    }

    div.column {
        flex-grow: 1;
    }

    div.column-nogrow {
        flex-grow: 0;
    }
}

/* Header */

#label-header-logo {
    background: url(../images/UCR-monogram-over-blue-bg.svg) no-repeat;
    display: inline-block;
    height: 57px;
    margin: 20px 0 10px 20px;
    overflow: hidden;
    position: relative;
    text-align: right !important;
    vertical-align: middle;
    width: 78px;
}

@media screen and (min-width: 48em) {
    #label-header-logo {
        background: url(../images/UCR-white-horizontal-logo-over-blue-bg.svg) no-repeat;
        position: relative;
        display: inline-block;
        overflow: hidden;
        text-align: left !important;
        width: 215px;
        height: 57px;
        transition: all 0.25s ease;
    }

    .label-header-text h1 {
        font-size: 1.2rem;
        margin-bottom: 7px;
        transition: all 0.25s ease;
    }
}

.label-header-text h1 {
    color: #fff;
    display: inline-block;
    font-family: "Fira Sans Regular",sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    left: -25px;
    line-height: 1.08;
    margin-bottom: 0;
    padding-left: 7px;
    position: relative;
    top: 21px;
    vertical-align: top;
}

.show-for-sr, .show-on-focus {
    border: 0 !important;
    clip: rect(0,0,0,0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

div.slogan {
    display: none;
}

@media screen and (min-width: 48em) {
    div.slogan {
        display: block;
        float: right;
        font-size: 1.2rem;
        margin: 34px 20px 7px 0;
        transition: all 0.25s ease;
    }
}

hr.header-end {
    border: 0;
    border-bottom: 1px solid #86BAFF;
    clear: both;
    margin: 0;
}

/* Nutrition Facts layout & text */

div.nf-container {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    font-family: "Helvetica Regular", Helvetica, Arial, Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1;
    margin: 0 auto 5px auto;
    max-width: fit-content;
    padding: 0 5px 3px 5px;
    white-space: nowrap;
    zoom: 1.25;
}

div.nf-container div {
    border: 0;
    margin: 0;
    padding: 0;
}

div.nf-row {
    align-items: flex-end;
    border: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

div.nf-container div.nf-indent {
    margin-left: 12px;
}

.nf-right {
    text-align: right;
}

h2.nf-title {
    font-family: "Helvetica Black", "Arial Black", "Roboto Black", "Helvetica Regular", Helvetica, Arial, Verdana, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 28px;
    margin: 0;
    text-align: center;
}

div.nf-serving, div.nf-serving h4.nf-label-heavy {
    font-size: 14px;
}

h3.nf-column-header {
    font-family: "Helvetica Black", "Arial Black", "Roboto Black", "Helvetica Regular", Helvetica, Arial, Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: 900;
    margin: 0;
}

div.nf-container h4 {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

div.nf-container h4.nf-calorie-label {
    font-family: "Helvetica Black", "Arial Black", "Roboto Black", "Helvetica Regular", Helvetica, Arial, Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

div.nf-container h4.nf-label-heavy {
    font-family: "Helvetica Black", "Arial Black", "Roboto Black", "Helvetica Regular", Helvetica, Arial, Verdana, Geneva, sans-serif;
    font-weight: 900;
}

div.nf-calorie-count {
    font-family: "Helvetica Black", "Arial Black", "Roboto Black", "Helvetica Regular", Helvetica, Arial, Verdana, Geneva, sans-serif;
    font-size: 32px;
    font-weight: 900;
}

div.nf-right-value {
    font-family: "Helvetica Black", "Arial Black", "Roboto Black", "Helvetica Regular", Helvetica, Arial, Verdana, Geneva, sans-serif;
    font-weight: 900;
    text-align: right;
}

p.nf-disclaimer {
    font-size: 9px;
    margin: 0;
    white-space: nowrap;
}

div.nf-lower-section {
}

    div.nf-lower-section hr:last-child {
        display: none;
    }

/* Nutrition Facts rules/bars */

div.nf-container hr {
    border: 0;
    border-top: 1px solid #000000;
    margin: 2px -1px 2px -1px;
    /*width: calc(100% + 2px);*/
}

    div.nf-container hr.nf-medium {
        border-top: 4px solid #000000;
    }

    div.nf-container hr.nf-thick {
        border-top: 9px solid #000000;
    }

/* Ingredients & Allergens Styles */

div.ingred-header-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

button.ingred-toggle {
    background-color: #FFB81C;
    border-radius: 6px;
    color: #000000;
    padding: 6px;
}

div.ingred-list {
    display: none;
}

div.ingred-list ul {
    list-style-type: none;
    margin: 1px 0 0 4px;
    padding: 0 0 0 1px;
    /* padding-inline-start: 20px; */
}

div.ingred-list ul li {
    border-left: 1px solid #FFFFFF;
    padding-left: 12px;
    position: relative;
}

div.ingred-list ul li:last-child {
    border-left: none;
    padding-left: 13px;
}

div.ingred-list ul li:last-child:before {
    border-left: 1px solid #FFFFFF;
    height: 0.5em;
    margin-top: -0.5em;
}

div.ingred-list ul li:before {
    border-bottom: 1px solid #FFFFFF;
    content: '';
    left: 0px;
    position: absolute;
    top: 0.5em;
    width: 8px;
}

@media print {
    div.ingred-list ul li {
        border-left: 1px solid #000000;
    }

    div.ingred-list ul li:last-child:before {
        border-left: 1px solid #000000;
    }

    div.ingred-list ul li:before {
        border-bottom: 1px solid #000000;
    }
}