:root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#85d0df;
    --cyan:#8ed4e2;
    --white:#fff;
    --gray:#898989;
    --gray-dark:#343a40;
    --primary:#85d0df;
    --secondary:#898989;
    --success:#28a745;
    --info:#8ed4e2;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#fff;
    --dark:#f2f2f2;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:1024px;
    --font-family-sans-serif:"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    --font-family-monospace:"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.375;
    color: #4a4a4a;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.4rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    font-style: normal;
    line-height: inherit;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}

dl, ol, ul {
    margin-top: 0;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #85d0df;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #48b9cf;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #898989;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.4rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
}

.h1, h1 {
    font-size: 3rem;
}

.h2, h2 {
    font-size: 2.4rem;
}

.h3, h3 {
    font-size: 2rem;
}

.h4, h4 {
    font-size: 2.4rem;
}

.h5, h5 {
    font-size: 2rem;
}

.h6, h6 {
    font-size: 1.5rem;
}

.lead {
    font-size: 2rem;
    font-weight: 300;
}

.display-1 {
    font-size: 4.8rem;
}

.display-1, .display-2 {
    font-weight: 100;
    line-height: 1;
}

.display-2 {
    font-size: 3.6rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1;
}

.display-4 {
    font-size: 3.5rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #eaecea;
}

.small, small {
    font-size: 75%;
    font-weight: 300;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-inline, .list-unstyled, .menu-planner .breadcrumbs, .recipe .content-left > .card .recipe-info .servingNotes ul, .recipe .content-left > .recipe-item .recipe-info .servingNotes ul {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #898989;
}

    .blockquote-footer:before {
        content: "\2014 \00A0";
    }

#MainBody .header-main > .inner, .container, .footer-inner, .header-info > .inner, .home-content .inner, .info > .inner-content, .main-content > .inner-content, header.header-main > .inner {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    #MainBody .header-main > .inner, .container, .footer-inner, .header-info > .inner, .home-content .inner, .info > .inner-content, .main-content > .inner-content, header.header-main > .inner {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    #MainBody .header-main > .inner, .container, .footer-inner, .header-info > .inner, .home-content .inner, .info > .inner-content, .main-content > .inner-content, header.header-main > .inner {
        max-width: 768px;
    }
}

@media (min-width:1024px) {
    #MainBody .header-main > .inner, .container, .footer-inner, .header-info > .inner, .home-content .inner, .info > .inner-content, .main-content > .inner-content, header.header-main > .inner {
        max-width: 1020px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}

.main-content.recipe .inner-content > .inner, .recipe-list, .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .main-content.recipe .content-left, .main-content.recipe .content-right, .recipe .content-left > .card .recipe-info .left, .recipe .content-left > .card .recipe-info .right, .recipe .content-left > .card .recipe-top .right, .recipe .content-left > .card .recipe-top h1, .recipe .content-left > .recipe-item .recipe-info .left, .recipe .content-left > .recipe-item .recipe-info .right, .recipe .content-left > .recipe-item .recipe-top .right, .recipe .content-left > .recipe-item .recipe-top h1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1, .col-auto {
    -webkit-box-flex: 0;
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-2, .col-3 {
    -webkit-box-flex: 0;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-4, .col-5 {
    -webkit-box-flex: 0;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-6, .col-7 {
    -webkit-box-flex: 0;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-8, .col-9 {
    -webkit-box-flex: 0;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-10, .col-11 {
    -webkit-box-flex: 0;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12, .main-content.recipe .content-left, .main-content.recipe .content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3, .main-content.recipe .content-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4, .recipe .content-left > .card .recipe-info .right, .recipe .content-left > .card .recipe-top .right, .recipe .content-left > .recipe-item .recipe-info .right, .recipe .content-left > .recipe-item .recipe-top .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8, .recipe .content-left > .card .recipe-info .left, .recipe .content-left > .card .recipe-top h1, .recipe .content-left > .recipe-item .recipe-info .left, .recipe .content-left > .recipe-item .recipe-top h1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9, .main-content.recipe .content-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

.recipe .content-left > .card .recipe-info table.ingredients, .recipe .content-left > .recipe-item .recipe-info table.ingredients, .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .recipe .content-left > .card .recipe-info table.ingredients td, .recipe .content-left > .card .recipe-info table.ingredients th, .recipe .content-left > .recipe-item .recipe-info table.ingredients td, .recipe .content-left > .recipe-item .recipe-info table.ingredients th, .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 0 solid #e5e5e5;
    }

    .recipe .content-left > .card .recipe-info table.ingredients thead th, .recipe .content-left > .recipe-item .recipe-info table.ingredients thead th, .table thead th {
        vertical-align: bottom;
        border-bottom: 0 solid #e5e5e5;
    }

    .recipe .content-left > .card .recipe-info table.ingredients tbody + tbody, .recipe .content-left > .recipe-item .recipe-info table.ingredients tbody + tbody, .table tbody + tbody {
        border-top: 0 solid #e5e5e5;
    }

    .recipe .content-left > .card .recipe-info .table table.ingredients, .recipe .content-left > .card .recipe-info table.ingredients .table, .recipe .content-left > .card .recipe-info table.ingredients table.ingredients, .recipe .content-left > .recipe-item .recipe-info .table table.ingredients, .recipe .content-left > .recipe-item .recipe-info table.ingredients .table, .recipe .content-left > .recipe-item .recipe-info table.ingredients table.ingredients, .table .recipe .content-left > .card .recipe-info table.ingredients, .table .recipe .content-left > .recipe-item .recipe-info table.ingredients, .table .table {
        background-color: #fff;
    }

    .recipe .content-left > .card .recipe-info table.ingredients td, .recipe .content-left > .card .recipe-info table.ingredients th, .recipe .content-left > .recipe-item .recipe-info table.ingredients td, .recipe .content-left > .recipe-item .recipe-info table.ingredients th, .table-sm td, .table-sm th {
        padding: 1rem;
    }

.table-bordered, .table-bordered td, .table-bordered th {
    border: 0 solid #e5e5e5;
}

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 0;
    }

.recipe .content-left > .card .recipe-info table.ingredients tbody tr:nth-of-type(odd), .recipe .content-left > .recipe-item .recipe-info table.ingredients tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #ddf2f6;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #c9eaf1;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #dedede;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #d1d1d1;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
    background-color: #dff3f7;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #cbebf2;
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fff;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #f2f2f2;
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #fbfbfb;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #eee;
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,.075);
}

.recipe .content-left > .card .recipe-info table.ingredients .thead-dark th, .recipe .content-left > .recipe-item .recipe-info table.ingredients .thead-dark th, .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.recipe .content-left > .card .recipe-info table.ingredients .thead-light th, .recipe .content-left > .recipe-item .recipe-info table.ingredients .thead-light th, .table .thead-light th {
    color: #4a4a4a;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .recipe .content-left > .card .recipe-info table.table-dark.ingredients tbody tr:nth-of-type(odd), .recipe .content-left > .recipe-item .recipe-info table.table-dark.ingredients tbody tr:nth-of-type(odd), .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: hsla(0,0%,100%,.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: hsla(0,0%,100%,.075);
    }

@media (max-width:575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm.table-bordered {
            border: 0;
        }
}

@media (max-width:767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md.table-bordered {
            border: 0;
        }
}

@media (max-width:1023px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg.table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive.table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 1.1rem 1.9rem;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #4a4a4a;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #eaecea;
    border-radius: .4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        color: #4a4a4a;
        background-color: #fff;
        border-color: #85d0df;
        outline: none;
        box-shadow: 0 0 0 .2rem rgba(133,208,223,.25);
    }

    .form-control::-webkit-input-placeholder {
        color: #898989;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #898989;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #898989;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e5e5e5;
        opacity: 1;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(4.2rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #4a4a4a;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
}

.col-form-label {
    padding-top: calc(1.1rem + 1px);
    padding-bottom: calc(1.1rem + 1px);
    margin-bottom: 0;
    line-height: 1.25;
}

.col-form-label-lg {
    padding-top: calc(1.7rem + 1px);
    padding-bottom: calc(1.7rem + 1px);
    font-size: 2rem;
    line-height: 1.44;
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 1.4rem;
    line-height: 1.5;
}

.col-form-legend {
    font-size: 1.6rem;
}

.col-form-legend, .form-control-plaintext {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 0;
}

.form-control-plaintext {
    line-height: 1.25;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .4rem;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.6rem + 2px);
}

.form-control-lg {
    padding: 1.7rem 2rem;
    font-size: 2rem;
    line-height: 1.44;
    border-radius: 1rem;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(6.28rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem;
}

    .form-check.disabled .form-check-label {
        color: #898989;
    }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

.form-check-inline {
    display: inline-block;
    margin-right: .75rem;
}

    .form-check-inline .form-check-label {
        vertical-align: middle;
    }

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .2rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745;
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block;
    }

.form-check-input.is-valid + .form-check-label, .was-validated .form-check-input:valid + .form-check-label {
    color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-indicator, .was-validated .custom-control-input:valid ~ .custom-control-indicator {
    background-color: rgba(40,167,69,.25);
}

.custom-control-input.is-valid ~ .custom-control-description, .was-validated .custom-control-input:valid ~ .custom-control-description {
    color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control, .was-validated .custom-file-input:valid ~ .custom-file-control {
    border-color: #28a745;
}

    .custom-file-input.is-valid ~ .custom-file-control:before, .was-validated .custom-file-input:valid ~ .custom-file-control:before {
        border-color: inherit;
    }

.custom-file-input.is-valid:focus, .was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .2rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block;
    }

.form-check-input.is-invalid + .form-check-label, .was-validated .form-check-input:invalid + .form-check-label {
    color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-indicator, .was-validated .custom-control-input:invalid ~ .custom-control-indicator {
    background-color: rgba(220,53,69,.25);
}

.custom-control-input.is-invalid ~ .custom-control-description, .was-validated .custom-control-input:invalid ~ .custom-control-description {
    color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control, .was-validated .custom-file-input:invalid ~ .custom-file-control {
    border-color: #dc3545;
}

    .custom-file-input.is-invalid ~ .custom-file-control:before, .was-validated .custom-file-input:invalid ~ .custom-file-control:before {
        border-color: inherit;
    }

.custom-file-input.is-invalid:focus, .was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width:576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .form-group, .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .form-check-label {
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn, .home .day-selector .day a, .home .timeofday .day_button.name, .tag, button.white {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 1.1rem 1.9rem;
    font-size: 1.6rem;
    line-height: 1.25;
    border-radius: .4rem;
    transition: border .25s,color .25s,background .25s,opacity .25s,-webkit-transform .15s;
    transition: border .25s,color .25s,background .25s,opacity .25s,transform .15s;
    transition: border .25s,color .25s,background .25s,opacity .25s,transform .15s,-webkit-transform .15s;
}

    .btn:focus, .btn:hover, .home .day-selector .day a:focus, .home .day-selector .day a:hover, .home .timeofday .day_button.name:focus, .home .timeofday .day_button.name:hover, .tag:focus, .tag:hover, button.white:focus, button.white:hover {
        text-decoration: none;
    }

    .btn.focus, .btn:focus, .focus.tag, .home .day-selector .day a.focus, .home .day-selector .day a:focus, .home .timeofday .day_button.name:focus, .home .timeofday .focus.day_button.name, .tag:focus, button.focus.white, button.white:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(133,208,223,.25);
    }

    .btn.disabled, .btn:disabled, .disabled.tag, .home .day-selector .day a.disabled, .home .day-selector .day a:disabled, .home .timeofday .day_button.name:disabled, .home .timeofday .disabled.day_button.name, .tag:disabled, button.disabled.white, button.white:disabled {
        opacity: .65;
    }

    .btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active, .home .day-selector .day a:not([disabled]):not(.disabled).active, .home .day-selector .day a:not([disabled]):not(.disabled):active, .home .timeofday .day_button.name:not([disabled]):not(.disabled).active, .home .timeofday .day_button.name:not([disabled]):not(.disabled):active, .tag:not([disabled]):not(.disabled).active, .tag:not([disabled]):not(.disabled):active, button.white:not([disabled]):not(.disabled).active, button.white:not([disabled]):not(.disabled):active {
        background-image: none;
    }

    .home .day-selector .day a.disabled, .home .day-selector .day fieldset[disabled] a, .home .timeofday a.disabled.day_button.name, .home .timeofday fieldset[disabled] a.day_button.name, a.btn.disabled, a.disabled.tag, fieldset[disabled] .home .day-selector .day a, fieldset[disabled] .home .timeofday a.day_button.name, fieldset[disabled] a.btn, fieldset[disabled] a.tag {
        pointer-events: none;
    }

.btn-primary {
    color: #111;
    background-color: #85d0df;
    border-color: #85d0df;
}

    .btn-primary:hover {
        color: #111;
        background-color: #67c4d7;
        border-color: #5dc0d4;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(133,208,223,.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #85d0df;
        border-color: #85d0df;
    }

    .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #111;
        background-color: #5dc0d4;
        border-color: #52bdd2;
        box-shadow: 0 0 0 .2rem rgba(133,208,223,.5);
    }

.btn-secondary {
    color: #fff;
    background-color: #898989;
    border-color: #898989;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #767676;
        border-color: #707070;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem hsla(0,0%,54%,.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #898989;
        border-color: #898989;
    }

    .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #707070;
        border-color: dimgray;
        box-shadow: 0 0 0 .2rem hsla(0,0%,54%,.5);
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

.btn-info {
    color: #111;
    background-color: #8ed4e2;
    border-color: #8ed4e2;
}

    .btn-info:hover {
        color: #111;
        background-color: #70c8da;
        border-color: #65c5d8;
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(142,212,226,.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #8ed4e2;
        border-color: #8ed4e2;
    }

    .btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #111;
        background-color: #65c5d8;
        border-color: #5bc1d5;
        box-shadow: 0 0 0 .2rem rgba(142,212,226,.5);
    }

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #111;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #111;
        background-color: #d39e00;
        border-color: #c69500;
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

.btn-light, button.white {
    color: #111;
}

    .btn-light:hover, button.white:hover {
        color: #111;
        background-color: #ececec;
        border-color: #e6e6e6;
    }

    .btn-light.focus, .btn-light:focus, button.focus.white, button.white:focus {
        box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
    }

    .btn-light.disabled, .btn-light:disabled, button.disabled.white, button.white:disabled {
        background-color: #fff;
        border-color: #fff;
    }

    .btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle, .show > button.dropdown-toggle.white, button.white:not([disabled]):not(.disabled).active, button.white:not([disabled]):not(.disabled):active {
        color: #111;
        background-color: #e6e6e6;
        border-color: #dfdfdf;
        box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
    }

.btn-disabled {
    color: #fff;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.btn-disabled:hover {
    color: #fff;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.btn-dark {
    color: #111;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

    .btn-dark:hover {
        color: #111;
        background-color: #dfdfdf;
        border-color: #d9d9d9;
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem hsla(0,0%,95%,.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #111;
        background-color: #d9d9d9;
        border-color: #d2d2d2;
        box-shadow: 0 0 0 .2rem hsla(0,0%,95%,.5);
    }

.btn-outline-primary {
    color: #85d0df;
    background-color: transparent;
    background-image: none;
    border-color: #85d0df;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #85d0df;
        border-color: #85d0df;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(133,208,223,.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #85d0df;
        background-color: transparent;
    }

    .btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #85d0df;
        border-color: #85d0df;
        box-shadow: 0 0 0 .2rem rgba(133,208,223,.5);
    }

.btn-outline-secondary {
    color: #898989;
    background-color: transparent;
    background-image: none;
    border-color: #898989;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #898989;
        border-color: #898989;
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem hsla(0,0%,54%,.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #898989;
        background-color: transparent;
    }

    .btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #898989;
        border-color: #898989;
        box-shadow: 0 0 0 .2rem hsla(0,0%,54%,.5);
    }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

.btn-outline-info {
    color: #8ed4e2;
    background-color: transparent;
    background-image: none;
    border-color: #8ed4e2;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #8ed4e2;
        border-color: #8ed4e2;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(142,212,226,.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #8ed4e2;
        background-color: transparent;
    }

    .btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info:not([disabled]):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #8ed4e2;
        border-color: #8ed4e2;
        box-shadow: 0 0 0 .2rem rgba(142,212,226,.5);
    }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #ffc107;
        border-color: #ffc107;
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

.btn-outline-light, .genre-selector button.white, .home .day-selector .day a, .home .timeofday .day_button.name {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

    .btn-outline-light:hover, .genre-selector button.white:hover, .home .day-selector .day a:hover, .home .timeofday .day_button.name:hover {
        color: #212529;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-light.focus, .btn-outline-light:focus, .genre-selector button.focus.white, .genre-selector button.white:focus, .home .day-selector .day a.focus, .home .day-selector .day a:focus, .home .timeofday .day_button.name:focus, .home .timeofday .focus.day_button.name {
        box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled, .genre-selector button.disabled.white, .genre-selector button.white:disabled, .home .day-selector .day a.disabled, .home .day-selector .day a:disabled, .home .timeofday .day_button.name:disabled, .home .timeofday .disabled.day_button.name {
        color: #fff;
        background-color: transparent;
    }

    .btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .genre-selector .show > button.dropdown-toggle.white, .genre-selector button.white:not([disabled]):not(.disabled).active, .genre-selector button.white:not([disabled]):not(.disabled):active, .home .day-selector .day .show > a.dropdown-toggle, .home .day-selector .day a:not([disabled]):not(.disabled).active, .home .day-selector .day a:not([disabled]):not(.disabled):active, .home .timeofday .day_button.name:not([disabled]):not(.disabled).active, .home .timeofday .day_button.name:not([disabled]):not(.disabled):active, .home .timeofday .show > .dropdown-toggle.day_button.name, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
    }

.btn-outline-dark {
    color: #f2f2f2;
    background-color: transparent;
    background-image: none;
    border-color: #f2f2f2;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem hsla(0,0%,95%,.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #f2f2f2;
        background-color: transparent;
    }

    .btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        box-shadow: 0 0 0 .2rem hsla(0,0%,95%,.5);
    }

.btn-link {
    font-weight: 300;
    color: #85d0df;
}

    .btn-link, .btn-link:hover {
        background-color: transparent;
    }

        .btn-link:hover {
            color: #48b9cf;
            text-decoration: none;
            border-color: transparent;
        }

        .btn-link.focus, .btn-link:focus {
            border-color: transparent;
            box-shadow: none;
        }

        .btn-link.disabled, .btn-link:disabled {
            color: #898989;
        }

.btn-jumbo, .btn-lg, .home .day-selector .day a, .home .timeofday .day_button.name, button.white {
    padding: 1.7rem 2rem;
    font-size: 2rem;
    line-height: 1.44;
    border-radius: .6rem;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: .5rem;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

    .fade.show {
        opacity: 1;
    }

#MainBody .header-main .right, .collapse, header.header-main .right {
    display: none;
}

    #MainBody .header-main .show.right, .collapse.show, header.header-main .show.right {
        display: block;
    }

#MainBody .header-main tr.show.right, header.header-main tr.show.right, tr.collapse.show {
    display: table-row;
}

#MainBody .header-main tbody.show.right, header.header-main tbody.show.right, tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.375rem;
    padding-left: 3.8rem;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-indicator {
        color: #fff;
        background-color: #85d0df;
    }

    .custom-control-input:focus ~ .custom-control-indicator {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(133,208,223,.25);
    }

    .custom-control-input:active ~ .custom-control-indicator {
        color: #fff;
        background-color: #48b9cf;
    }

    .custom-control-input:disabled ~ .custom-control-indicator {
        background-color: #e8eae8;
    }

    .custom-control-input:disabled ~ .custom-control-description {
        color: #4a4a4a;
    }

.custom-control-indicator {
    position: absolute;
    top: -.7125rem;
    left: 0;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g fill="none" fill-rule="evenodd"><path stroke="%23fff" stroke-width="1.75" d="M8 15l5 5 9-9"/></g></svg>');
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #85d0df;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g fill="none" fill-rule="evenodd"><path stroke="%23fff" stroke-width="1.75" d="M8 15l5 5 9-9"/></g></svg>');
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .custom-controls-stacked .custom-control {
        margin-bottom: .25rem;
    }

        .custom-controls-stacked .custom-control + .custom-control {
            margin-left: 0;
        }

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(4.2rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #4a4a4a;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #eaecea;
    border-radius: .4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #eaf7f9;
        outline: none;
    }

        .custom-select:focus::-ms-value {
            color: #4a4a4a;
            background-color: #fff;
        }

    .custom-select[multiple] {
        height: auto;
        background-image: none;
    }

    .custom-select:disabled {
        color: #898989;
        background-color: #e5e5e5;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(2.6rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.custom-file, .custom-file-input {
    max-width: 100%;
    height: calc(4.2rem + 2px);
}

.custom-file-input {
    min-width: 14rem;
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-control {
        box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #85d0df;
    }

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(4.2rem + 2px);
    padding: 1.1rem 1.9rem;
    line-height: 1.25;
    color: #4a4a4a;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #eaecea;
    border-radius: .4rem;
}

    .custom-file-control:lang(en):empty:after {
        content: "Choose file...";
    }

    .custom-file-control:before {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 6;
        display: block;
        height: calc(4.2rem + 2px);
        padding: 1.1rem 1.9rem;
        line-height: 1.25;
        color: #4a4a4a;
        background-color: #e5e5e5;
        border: 1px solid #eaecea;
        border-radius: 0 .4rem .4rem 0;
    }

    .custom-file-control:lang(en):before {
        content: "Browse";
    }

.footer ul, .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    #MainBody .header-main .language a, .footer ul a, .nav-link, header.header-main .language a {
        display: block;
        padding: .7rem 1.5rem;
    }

        #MainBody .header-main .language a:focus, #MainBody .header-main .language a:hover, .footer ul a:focus, .footer ul a:hover, .nav-link:focus, .nav-link:hover, header.header-main .language a:focus, header.header-main .language a:hover {
            text-decoration: none;
        }

        #MainBody .header-main .language a.disabled, .footer ul a.disabled, .nav-link.disabled, header.header-main .language a.disabled {
            color: #898989;
        }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    #MainBody .header-main .language .nav-tabs a, .footer ul .nav-tabs li, .nav-tabs #MainBody .header-main .language a, .nav-tabs .footer ul li, .nav-tabs .nav-item, .nav-tabs header.header-main .language a, header.header-main .language .nav-tabs a {
        margin-bottom: -1px;
    }

    #MainBody .header-main .language .nav-tabs a, .footer ul .nav-tabs a, .nav-tabs #MainBody .header-main .language a, .nav-tabs .footer ul a, .nav-tabs .nav-link, .nav-tabs header.header-main .language a, header.header-main .language .nav-tabs a {
        border: 1px solid transparent;
        border-top-left-radius: .4rem;
        border-top-right-radius: .4rem;
    }

        #MainBody .header-main .language .nav-tabs a:focus, #MainBody .header-main .language .nav-tabs a:hover, .footer ul .nav-tabs a:focus, .footer ul .nav-tabs a:hover, .nav-tabs #MainBody .header-main .language a:focus, .nav-tabs #MainBody .header-main .language a:hover, .nav-tabs .footer ul a:focus, .nav-tabs .footer ul a:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs header.header-main .language a:focus, .nav-tabs header.header-main .language a:hover, header.header-main .language .nav-tabs a:focus, header.header-main .language .nav-tabs a:hover {
            border-color: #e5e5e5 #e5e5e5 #ddd;
        }

        #MainBody .header-main .language .nav-tabs a.disabled, .footer ul .nav-tabs a.disabled, .nav-tabs #MainBody .header-main .language a.disabled, .nav-tabs .footer ul a.disabled, .nav-tabs .nav-link.disabled, .nav-tabs header.header-main .language a.disabled, header.header-main .language .nav-tabs a.disabled {
            color: #898989;
            background-color: transparent;
            border-color: transparent;
        }

        #MainBody .header-main .language .footer ul .nav-tabs li.show a, #MainBody .header-main .language .nav-tabs .footer ul li.show a, #MainBody .header-main .language .nav-tabs .nav-item.show a, #MainBody .header-main .language .nav-tabs a.active, #MainBody .header-main .language .nav-tabs a.show .nav-link, #MainBody .header-main .language .nav-tabs a.show a, #MainBody .nav-tabs header.header-main .language a.show a, .footer ul .nav-tabs .nav-item.show a, .footer ul .nav-tabs a.active, .footer ul .nav-tabs li.show #MainBody .header-main .language a, .footer ul .nav-tabs li.show .nav-link, .footer ul .nav-tabs li.show a, .footer ul .nav-tabs li.show header.header-main .language a, .nav-tabs #MainBody .header-main .language a.active, .nav-tabs #MainBody .header-main .language a.show .nav-link, .nav-tabs #MainBody .header-main .language a.show a, .nav-tabs .footer ul a.active, .nav-tabs .footer ul li.show #MainBody .header-main .language a, .nav-tabs .footer ul li.show .nav-link, .nav-tabs .footer ul li.show a, .nav-tabs .footer ul li.show header.header-main .language a, .nav-tabs .nav-item.show #MainBody .header-main .language a, .nav-tabs .nav-item.show .footer ul a, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item.show header.header-main .language a, .nav-tabs .nav-link.active, .nav-tabs header.header-main .language a.active, .nav-tabs header.header-main .language a.show .nav-link, .nav-tabs header.header-main .language a.show a, header.header-main .language .footer ul .nav-tabs li.show a, header.header-main .language .nav-tabs .footer ul li.show a, header.header-main .language .nav-tabs .nav-item.show a, header.header-main .language .nav-tabs a.active, header.header-main .language .nav-tabs a.show .nav-link, header.header-main .language .nav-tabs a.show a {
            color: #4a4a4a;
            background-color: #fff;
            border-color: #ddd #ddd #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

#MainBody .header-main .language .nav-pills a, .footer ul .nav-pills a, .nav-pills #MainBody .header-main .language a, .nav-pills .footer ul a, .nav-pills .nav-link, .nav-pills header.header-main .language a, header.header-main .language .nav-pills a {
    border-radius: .4rem;
}

    #MainBody .header-main .language .nav-pills .show > a, #MainBody .header-main .language .nav-pills a.active, .footer ul .nav-pills .show > a, .footer ul .nav-pills a.active, .nav-pills #MainBody .header-main .language .show > a, .nav-pills #MainBody .header-main .language a.active, .nav-pills .footer ul .show > a, .nav-pills .footer ul a.active, .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills header.header-main .language .show > a, .nav-pills header.header-main .language a.active, header.header-main .language .nav-pills .show > a, header.header-main .language .nav-pills a.active {
        color: #fff;
        background-color: #85d0df;
    }

#MainBody .header-main .language .nav-fill a, .footer ul .nav-fill li, .nav-fill #MainBody .header-main .language a, .nav-fill .footer ul li, .nav-fill .nav-item, .nav-fill header.header-main .language a, header.header-main .language .nav-fill a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

#MainBody .header-main .language .nav-justified a, .footer ul .nav-justified li, .nav-justified #MainBody .header-main .language a, .nav-justified .footer ul li, .nav-justified .nav-item, .nav-justified header.header-main .language a, header.header-main .language .nav-justified a {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

#MainBody .header-main, .navbar, header.header-main {
    position: relative;
    padding: .9rem 1rem;
}

    #MainBody .header-main, #MainBody .header-main > .container, #MainBody .header-main > .container-fluid, #MainBody .header-main > .footer-inner, #MainBody .header-main > .inner, #MainBody .home-content .header-main > .inner, #MainBody .info.header-main > .inner-content, #MainBody .main-content.header-main > .inner-content, .header-info.navbar > .inner, .home-content .navbar > .inner, .home-content header.header-main > .inner, .info.navbar > .inner-content, .main-content.navbar > .inner-content, .navbar, .navbar > .container, .navbar > .container-fluid, .navbar > .footer-inner, header.header-main, header.header-main > .container, header.header-main > .container-fluid, header.header-main > .footer-inner, header.header-main > .inner, header.info.header-main > .inner-content, header.main-content.header-main > .inner-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        #MainBody .header-main .logo > a, .navbar-brand, header.header-main .logo > a {
            display: inline-block;
            padding-top: -.35rem;
            padding-bottom: -.35rem;
            margin-right: 1rem;
            font-size: 2.4rem;
            line-height: inherit;
            white-space: nowrap;
        }

            #MainBody .header-main .logo > a:focus, #MainBody .header-main .logo > a:hover, .navbar-brand:focus, .navbar-brand:hover, header.header-main .logo > a:focus, header.header-main .logo > a:hover {
                text-decoration: none;
            }

        #MainBody .header-main .language, .navbar-nav, header.header-main .language {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

            #MainBody .header-main .language .nav-link, #MainBody .header-main .language a, .footer ul .navbar-nav a, .navbar-nav .footer ul a, .navbar-nav .nav-link, header.header-main .language .nav-link, header.header-main .language a {
                padding-right: 0;
                padding-left: 0;
            }

            #MainBody .header-main .language .dropdown-menu, .navbar-nav .dropdown-menu, header.header-main .language .dropdown-menu {
                position: static;
                float: none;
            }

.navbar-text {
    display: inline-block;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

#MainBody .header-main .right, .navbar-collapse, header.header-main .right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0;
    font-size: 2rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .4rem;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
}

@media (max-width:575px) {
    #MainBody .header-main.navbar-expand-sm > .inner, .header-info.navbar-expand-sm > .inner, .home-content .navbar-expand-sm > .inner, .info.navbar-expand-sm > .inner-content, .main-content.navbar-expand-sm > .inner-content, .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .footer-inner, header.header-main.navbar-expand-sm > .inner {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        #MainBody .header-main .navbar-expand-sm .language, .navbar-expand-sm #MainBody .header-main .language, .navbar-expand-sm .navbar-nav, .navbar-expand-sm header.header-main .language, header.header-main .navbar-expand-sm .language {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            #MainBody .header-main .navbar-expand-sm .language .dropdown-menu, .navbar-expand-sm #MainBody .header-main .language .dropdown-menu, .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm header.header-main .language .dropdown-menu, header.header-main .navbar-expand-sm .language .dropdown-menu {
                position: absolute;
            }

            #MainBody .header-main .navbar-expand-sm .language .dropdown-menu-right, .navbar-expand-sm #MainBody .header-main .language .dropdown-menu-right, .navbar-expand-sm .navbar-nav .dropdown-menu-right, .navbar-expand-sm header.header-main .language .dropdown-menu-right, header.header-main .navbar-expand-sm .language .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            #MainBody .header-main .language .navbar-expand-sm .navbar-nav a, #MainBody .header-main .navbar-expand-sm .language .nav-link, #MainBody .header-main .navbar-expand-sm .language a, #MainBody .navbar-expand-sm header.header-main .language a, .footer ul .navbar-expand-sm .navbar-nav a, .navbar-expand-sm #MainBody .header-main .language .nav-link, .navbar-expand-sm #MainBody .header-main .language a, .navbar-expand-sm .navbar-nav .footer ul a, .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm header.header-main .language .nav-link, .navbar-expand-sm header.header-main .language a, header.header-main .language .navbar-expand-sm .navbar-nav a, header.header-main .navbar-expand-sm .language .nav-link, header.header-main .navbar-expand-sm .language a {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        #MainBody .header-main.navbar-expand-sm > .inner, .header-info.navbar-expand-sm > .inner, .home-content .navbar-expand-sm > .inner, .info.navbar-expand-sm > .inner-content, .main-content.navbar-expand-sm > .inner-content, .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .footer-inner, header.header-main.navbar-expand-sm > .inner {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        #MainBody .header-main .navbar-expand-sm .right, .navbar-expand-sm #MainBody .header-main .right, .navbar-expand-sm .navbar-collapse, .navbar-expand-sm header.header-main .right, header.header-main .navbar-expand-sm .right {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width:767px) {
    #MainBody .header-main > .container, #MainBody .header-main > .container-fluid, #MainBody .header-main > .footer-inner, #MainBody .header-main > .inner, #MainBody .home-content .header-main > .inner, #MainBody .info.header-main > .inner-content, #MainBody .main-content.header-main > .inner-content, .header-info.navbar-expand-md > .inner, .home-content .navbar-expand-md > .inner, .home-content header.header-main > .inner, .info.navbar-expand-md > .inner-content, .main-content.navbar-expand-md > .inner-content, .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .footer-inner, header.header-main > .container, header.header-main > .container-fluid, header.header-main > .footer-inner, header.header-main > .inner, header.info.header-main > .inner-content, header.main-content.header-main > .inner-content {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    #MainBody .header-main, .navbar-expand-md, header.header-main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        #MainBody .header-main .language, #MainBody .header-main .navbar-nav, .navbar-expand-md .navbar-nav, header.header-main .language, header.header-main .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            #MainBody .header-main .language .dropdown-menu, #MainBody .header-main .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .dropdown-menu, header.header-main .language .dropdown-menu, header.header-main .navbar-nav .dropdown-menu {
                position: absolute;
            }

            #MainBody .header-main .language .dropdown-menu-right, #MainBody .header-main .navbar-nav .dropdown-menu-right, .navbar-expand-md .navbar-nav .dropdown-menu-right, header.header-main .language .dropdown-menu-right, header.header-main .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            #MainBody .header-main .language .nav-link, #MainBody .header-main .language a, #MainBody .header-main .navbar-nav .footer ul a, #MainBody .header-main .navbar-nav .nav-link, .footer ul #MainBody .header-main .navbar-nav a, .footer ul .navbar-expand-md .navbar-nav a, .footer ul header.header-main .language a, .footer ul header.header-main .navbar-nav a, .navbar-expand-md .navbar-nav .footer ul a, .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md header.header-main .language a, header.header-main .language .footer ul a, header.header-main .language .nav-link, header.header-main .language .navbar-nav a, header.header-main .language a, header.header-main .navbar-expand-md .language a, header.header-main .navbar-nav .footer ul a, header.header-main .navbar-nav .language a, header.header-main .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        #MainBody .header-main > .container, #MainBody .header-main > .container-fluid, #MainBody .header-main > .footer-inner, #MainBody .header-main > .inner, #MainBody .home-content .header-main > .inner, #MainBody .info.header-main > .inner-content, #MainBody .main-content.header-main > .inner-content, .header-info.navbar-expand-md > .inner, .home-content .navbar-expand-md > .inner, .home-content header.header-main > .inner, .info.navbar-expand-md > .inner-content, .main-content.navbar-expand-md > .inner-content, .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .footer-inner, header.header-main > .container, header.header-main > .container-fluid, header.header-main > .footer-inner, header.header-main > .inner, header.info.header-main > .inner-content, header.main-content.header-main > .inner-content {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        #MainBody .header-main .navbar-collapse, #MainBody .header-main .right, .navbar-expand-md .navbar-collapse, header.header-main .navbar-collapse, header.header-main .right {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        #MainBody .header-main .navbar-toggler, .navbar-expand-md .navbar-toggler, header.header-main .navbar-toggler {
            display: none;
        }

        #MainBody .header-main .dropup .dropdown-menu, .navbar-expand-md .dropup .dropdown-menu, header.header-main .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width:1023px) {
    #MainBody .header-main.navbar-expand-lg > .inner, .header-info.navbar-expand-lg > .inner, .home-content .navbar-expand-lg > .inner, .info.navbar-expand-lg > .inner-content, .main-content.navbar-expand-lg > .inner-content, .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .footer-inner, header.header-main.navbar-expand-lg > .inner {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1024px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        #MainBody .header-main .navbar-expand-lg .language, .navbar-expand-lg #MainBody .header-main .language, .navbar-expand-lg .navbar-nav, .navbar-expand-lg header.header-main .language, header.header-main .navbar-expand-lg .language {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            #MainBody .header-main .navbar-expand-lg .language .dropdown-menu, .navbar-expand-lg #MainBody .header-main .language .dropdown-menu, .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg header.header-main .language .dropdown-menu, header.header-main .navbar-expand-lg .language .dropdown-menu {
                position: absolute;
            }

            #MainBody .header-main .navbar-expand-lg .language .dropdown-menu-right, .navbar-expand-lg #MainBody .header-main .language .dropdown-menu-right, .navbar-expand-lg .navbar-nav .dropdown-menu-right, .navbar-expand-lg header.header-main .language .dropdown-menu-right, header.header-main .navbar-expand-lg .language .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            #MainBody .header-main .language .navbar-expand-lg .navbar-nav a, #MainBody .header-main .navbar-expand-lg .language .nav-link, #MainBody .header-main .navbar-expand-lg .language a, #MainBody .navbar-expand-lg header.header-main .language a, .footer ul .navbar-expand-lg .navbar-nav a, .navbar-expand-lg #MainBody .header-main .language .nav-link, .navbar-expand-lg #MainBody .header-main .language a, .navbar-expand-lg .navbar-nav .footer ul a, .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg header.header-main .language .nav-link, .navbar-expand-lg header.header-main .language a, header.header-main .language .navbar-expand-lg .navbar-nav a, header.header-main .navbar-expand-lg .language .nav-link, header.header-main .navbar-expand-lg .language a {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        #MainBody .header-main.navbar-expand-lg > .inner, .header-info.navbar-expand-lg > .inner, .home-content .navbar-expand-lg > .inner, .info.navbar-expand-lg > .inner-content, .main-content.navbar-expand-lg > .inner-content, .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .footer-inner, header.header-main.navbar-expand-lg > .inner {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        #MainBody .header-main .navbar-expand-lg .right, .navbar-expand-lg #MainBody .header-main .right, .navbar-expand-lg .navbar-collapse, .navbar-expand-lg header.header-main .right, header.header-main .navbar-expand-lg .right {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    #MainBody .header-main.navbar-expand > .inner, .header-info.navbar-expand > .inner, .home-content .navbar-expand > .inner, .info.navbar-expand > .inner-content, .main-content.navbar-expand > .inner-content, .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .footer-inner, header.header-main.navbar-expand > .inner {
        padding-right: 0;
        padding-left: 0;
    }

    #MainBody .header-main .navbar-expand .language, .navbar-expand #MainBody .header-main .language, .navbar-expand .navbar-nav, .navbar-expand header.header-main .language, header.header-main .navbar-expand .language {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        #MainBody .header-main .navbar-expand .language .dropdown-menu, .navbar-expand #MainBody .header-main .language .dropdown-menu, .navbar-expand .navbar-nav .dropdown-menu, .navbar-expand header.header-main .language .dropdown-menu, header.header-main .navbar-expand .language .dropdown-menu {
            position: absolute;
        }

        #MainBody .header-main .navbar-expand .language .dropdown-menu-right, .navbar-expand #MainBody .header-main .language .dropdown-menu-right, .navbar-expand .navbar-nav .dropdown-menu-right, .navbar-expand header.header-main .language .dropdown-menu-right, header.header-main .navbar-expand .language .dropdown-menu-right {
            right: 0;
            left: auto;
        }

        #MainBody .header-main .language .navbar-expand .navbar-nav a, #MainBody .header-main .navbar-expand .language .nav-link, #MainBody .header-main .navbar-expand .language a, #MainBody .navbar-expand header.header-main .language a, .footer ul .navbar-expand .navbar-nav a, .navbar-expand #MainBody .header-main .language .nav-link, .navbar-expand #MainBody .header-main .language a, .navbar-expand .navbar-nav .footer ul a, .navbar-expand .navbar-nav .nav-link, .navbar-expand header.header-main .language .nav-link, .navbar-expand header.header-main .language a, header.header-main .language .navbar-expand .navbar-nav a, header.header-main .navbar-expand .language .nav-link, header.header-main .navbar-expand .language a {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    #MainBody .header-main.navbar-expand > .inner, .header-info.navbar-expand > .inner, .home-content .navbar-expand > .inner, .info.navbar-expand > .inner-content, .main-content.navbar-expand > .inner-content, .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .footer-inner, header.header-main.navbar-expand > .inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #MainBody .header-main .navbar-expand .right, .navbar-expand #MainBody .header-main .right, .navbar-expand .navbar-collapse, .navbar-expand header.header-main .right, header.header-main .navbar-expand .right {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

#MainBody .header-main .navbar-light .logo > a, #MainBody .header-main .navbar-light .logo > a:focus, #MainBody .header-main .navbar-light .logo > a:hover, .navbar-light #MainBody .header-main .logo > a, .navbar-light #MainBody .header-main .logo > a:focus, .navbar-light #MainBody .header-main .logo > a:hover, .navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light header.header-main .logo > a, .navbar-light header.header-main .logo > a:focus, .navbar-light header.header-main .logo > a:hover, header.header-main .navbar-light .logo > a, header.header-main .navbar-light .logo > a:focus, header.header-main .navbar-light .logo > a:hover {
    color: rgba(0,0,0,.9);
}

#MainBody .header-main .language .navbar-light .navbar-nav a, #MainBody .header-main .navbar-light .language .nav-link, #MainBody .header-main .navbar-light .language a, #MainBody .navbar-light header.header-main .language a, .footer ul .navbar-light .navbar-nav a, .navbar-light #MainBody .header-main .language .nav-link, .navbar-light #MainBody .header-main .language a, .navbar-light .navbar-nav .footer ul a, .navbar-light .navbar-nav .nav-link, .navbar-light header.header-main .language .nav-link, .navbar-light header.header-main .language a, header.header-main .language .navbar-light .navbar-nav a, header.header-main .navbar-light .language .nav-link, header.header-main .navbar-light .language a {
    color: rgba(0,0,0,.5);
}

    #MainBody .header-main .language .navbar-light .navbar-nav a:focus, #MainBody .header-main .language .navbar-light .navbar-nav a:hover, #MainBody .header-main .navbar-light .language .nav-link:focus, #MainBody .header-main .navbar-light .language .nav-link:hover, #MainBody .header-main .navbar-light .language a:focus, #MainBody .header-main .navbar-light .language a:hover, #MainBody .navbar-light header.header-main .language a:focus, #MainBody .navbar-light header.header-main .language a:hover, .footer ul .navbar-light .navbar-nav a:focus, .footer ul .navbar-light .navbar-nav a:hover, .navbar-light #MainBody .header-main .language .nav-link:focus, .navbar-light #MainBody .header-main .language .nav-link:hover, .navbar-light #MainBody .header-main .language a:focus, .navbar-light #MainBody .header-main .language a:hover, .navbar-light .navbar-nav .footer ul a:focus, .navbar-light .navbar-nav .footer ul a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light header.header-main .language .nav-link:focus, .navbar-light header.header-main .language .nav-link:hover, .navbar-light header.header-main .language a:focus, .navbar-light header.header-main .language a:hover, header.header-main .language .navbar-light .navbar-nav a:focus, header.header-main .language .navbar-light .navbar-nav a:hover, header.header-main .navbar-light .language .nav-link:focus, header.header-main .navbar-light .language .nav-link:hover, header.header-main .navbar-light .language a:focus, header.header-main .navbar-light .language a:hover {
        color: rgba(0,0,0,.7);
    }

    #MainBody .header-main .language .navbar-light .navbar-nav a.disabled, #MainBody .header-main .navbar-light .language .nav-link.disabled, #MainBody .header-main .navbar-light .language a.disabled, #MainBody .navbar-light header.header-main .language a.disabled, .footer ul .navbar-light .navbar-nav a.disabled, .navbar-light #MainBody .header-main .language .nav-link.disabled, .navbar-light #MainBody .header-main .language a.disabled, .navbar-light .navbar-nav .footer ul a.disabled, .navbar-light .navbar-nav .nav-link.disabled, .navbar-light header.header-main .language .nav-link.disabled, .navbar-light header.header-main .language a.disabled, header.header-main .language .navbar-light .navbar-nav a.disabled, header.header-main .navbar-light .language .nav-link.disabled, header.header-main .navbar-light .language a.disabled {
        color: rgba(0,0,0,.3);
    }

    #MainBody .header-main .language .navbar-light .navbar-nav .active > a, #MainBody .header-main .language .navbar-light .navbar-nav .show > a, #MainBody .header-main .language .navbar-light .navbar-nav a.active, #MainBody .header-main .language .navbar-light .navbar-nav a.show, #MainBody .header-main .navbar-light .language .active > .nav-link, #MainBody .header-main .navbar-light .language .active > a, #MainBody .header-main .navbar-light .language .footer ul .active > a, #MainBody .header-main .navbar-light .language .footer ul .show > a, #MainBody .header-main .navbar-light .language .nav-link.active, #MainBody .header-main .navbar-light .language .nav-link.show, #MainBody .header-main .navbar-light .language .show > .nav-link, #MainBody .header-main .navbar-light .language .show > a, #MainBody .header-main .navbar-light .language a.active, #MainBody .header-main .navbar-light .language a.show, #MainBody .navbar-light header.header-main .language .active > a, #MainBody .navbar-light header.header-main .language .show > a, #MainBody .navbar-light header.header-main .language a.active, #MainBody .navbar-light header.header-main .language a.show, .footer ul .navbar-light .navbar-nav .active > a, .footer ul .navbar-light .navbar-nav .show > a, .footer ul .navbar-light .navbar-nav a.active, .footer ul .navbar-light .navbar-nav a.show, .navbar-light #MainBody .header-main .language .active > .nav-link, .navbar-light #MainBody .header-main .language .active > a, .navbar-light #MainBody .header-main .language .footer ul .active > a, .navbar-light #MainBody .header-main .language .footer ul .show > a, .navbar-light #MainBody .header-main .language .nav-link.active, .navbar-light #MainBody .header-main .language .nav-link.show, .navbar-light #MainBody .header-main .language .show > .nav-link, .navbar-light #MainBody .header-main .language .show > a, .navbar-light #MainBody .header-main .language a.active, .navbar-light #MainBody .header-main .language a.show, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .footer ul .active > a, .navbar-light .navbar-nav .footer ul .show > a, .navbar-light .navbar-nav .footer ul a.active, .navbar-light .navbar-nav .footer ul a.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light header.header-main .language .active > .nav-link, .navbar-light header.header-main .language .active > a, .navbar-light header.header-main .language .footer ul .active > a, .navbar-light header.header-main .language .footer ul .show > a, .navbar-light header.header-main .language .nav-link.active, .navbar-light header.header-main .language .nav-link.show, .navbar-light header.header-main .language .show > .nav-link, .navbar-light header.header-main .language .show > a, .navbar-light header.header-main .language a.active, .navbar-light header.header-main .language a.show, header.header-main .language .navbar-light .navbar-nav .active > a, header.header-main .language .navbar-light .navbar-nav .show > a, header.header-main .language .navbar-light .navbar-nav a.active, header.header-main .language .navbar-light .navbar-nav a.show, header.header-main .navbar-light .language .active > .nav-link, header.header-main .navbar-light .language .active > a, header.header-main .navbar-light .language .footer ul .active > a, header.header-main .navbar-light .language .footer ul .show > a, header.header-main .navbar-light .language .nav-link.active, header.header-main .navbar-light .language .nav-link.show, header.header-main .navbar-light .language .show > .nav-link, header.header-main .navbar-light .language .show > a, header.header-main .navbar-light .language a.active, header.header-main .navbar-light .language a.show {
        color: rgba(0,0,0,.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5);
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9);
    }

.unlockfood-link {
    margin-right: 40px;
}

#MainBody .header-main .language .nav-link, #MainBody .header-main .unlockfood-link a, #MainBody .header-main .unlockfood-link a:hover, #MainBody .header-main .unlockfood-link a:focus, #MainBody .header-main .language .nav-link:focus, #MainBody .header-main .language .nav-link:hover, #MainBody .header-main .language a, #MainBody .header-main .language a:focus, #MainBody .header-main .language a:hover, #MainBody .header-main .logo > a, #MainBody .header-main .logo > a:focus, #MainBody .header-main .logo > a:hover, #MainBody .header-main .navbar-brand, #MainBody .header-main .navbar-brand:focus, #MainBody .header-main .navbar-brand:hover, #MainBody .header-main .navbar-dark .logo > a, #MainBody .header-main .navbar-dark .logo > a:focus, #MainBody .header-main .navbar-dark .logo > a:hover, #MainBody .header-main .navbar-nav .footer ul a, #MainBody .header-main .navbar-nav .footer ul a:focus, #MainBody .header-main .navbar-nav .footer ul a:hover, #MainBody .header-main .navbar-nav .nav-link, #MainBody .header-main .navbar-nav .nav-link:focus, #MainBody .header-main .navbar-nav .nav-link:hover, .footer ul #MainBody .header-main .navbar-nav a, .footer ul #MainBody .header-main .navbar-nav a:focus, .footer ul #MainBody .header-main .navbar-nav a:hover, .footer ul .navbar-dark .navbar-nav a, .footer ul .navbar-dark .navbar-nav a:focus, .footer ul .navbar-dark .navbar-nav a:hover, .footer ul header.header-main .navbar-nav a, .footer ul header.header-main .navbar-nav a:focus, .footer ul header.header-main .navbar-nav a:hover, .navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-nav .footer ul a, .navbar-dark .navbar-nav .footer ul a:focus, .navbar-dark .navbar-nav .footer ul a:hover, .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark header.header-main .language a, .navbar-dark header.header-main .language a:focus, .navbar-dark header.header-main .language a:hover, header.header-main .language .nav-link, header.header-main .language .nav-link:focus, header.header-main .language .nav-link:hover, header.header-main .language .navbar-nav a, header.header-main .language .navbar-nav a:focus, header.header-main .language .navbar-nav a:hover, header.header-main .language a, header.header-main .language a:focus, header.header-main .language a:hover, header.header-main .logo > a, header.header-main .logo > a:focus, header.header-main .logo > a:hover, header.header-main .navbar-brand, header.header-main .navbar-brand:focus, header.header-main .navbar-brand:hover, header.header-main .navbar-dark .language a, header.header-main .navbar-dark .language a:focus, header.header-main .navbar-dark .language a:hover, header.header-main .navbar-dark .logo > a, header.header-main .navbar-dark .logo > a:focus, header.header-main .navbar-dark .logo > a:hover, header.header-main .navbar-nav .footer ul a, header.header-main .navbar-nav .footer ul a:focus, header.header-main .navbar-nav .footer ul a:hover, header.header-main .navbar-nav .language a, header.header-main .navbar-nav .language a:focus, header.header-main .navbar-nav .language a:hover, header.header-main .navbar-nav .nav-link, header.header-main .navbar-nav .nav-link:focus, header.header-main .navbar-nav .nav-link:hover {
    color: #fff;
}



    #MainBody .header-main .language .nav-link.disabled, #MainBody .header-main .language a.disabled, #MainBody .header-main .navbar-nav .footer ul a.disabled, #MainBody .header-main .navbar-nav .nav-link.disabled, .footer ul #MainBody .header-main .navbar-nav a.disabled, .footer ul .navbar-dark .navbar-nav a.disabled, .footer ul header.header-main .navbar-nav a.disabled, .navbar-dark .navbar-nav .footer ul a.disabled, .navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark header.header-main .language a.disabled, header.header-main .language .nav-link.disabled, header.header-main .language .navbar-nav a.disabled, header.header-main .language a.disabled, header.header-main .navbar-dark .language a.disabled, header.header-main .navbar-nav .footer ul a.disabled, header.header-main .navbar-nav .language a.disabled, header.header-main .navbar-nav .nav-link.disabled {
        color: hsla(0,0%,100%,.25);
    }

    #MainBody .header-main .language .active > .nav-link, #MainBody .header-main .language .active > a, #MainBody .header-main .language .footer ul .active > a, #MainBody .header-main .language .footer ul .show > a, #MainBody .header-main .language .nav-link.active, #MainBody .header-main .language .nav-link.show, #MainBody .header-main .language .navbar-nav .active > a, #MainBody .header-main .language .navbar-nav .show > a, #MainBody .header-main .language .show > .nav-link, #MainBody .header-main .language .show > a, #MainBody .header-main .language a.active, #MainBody .header-main .language a.show, #MainBody .header-main .navbar-nav .active > .nav-link, #MainBody .header-main .navbar-nav .footer ul .active > a, #MainBody .header-main .navbar-nav .footer ul .show > a, #MainBody .header-main .navbar-nav .footer ul a.active, #MainBody .header-main .navbar-nav .footer ul a.show, #MainBody .header-main .navbar-nav .nav-link.active, #MainBody .header-main .navbar-nav .nav-link.show, #MainBody .header-main .navbar-nav .show > .nav-link, .footer ul #MainBody .header-main .navbar-nav .active > a, .footer ul #MainBody .header-main .navbar-nav .show > a, .footer ul #MainBody .header-main .navbar-nav a.active, .footer ul #MainBody .header-main .navbar-nav a.show, .footer ul .navbar-dark .navbar-nav .active > a, .footer ul .navbar-dark .navbar-nav .show > a, .footer ul .navbar-dark .navbar-nav a.active, .footer ul .navbar-dark .navbar-nav a.show, .footer ul header.header-main .language .active > a, .footer ul header.header-main .language .show > a, .footer ul header.header-main .navbar-nav .active > a, .footer ul header.header-main .navbar-nav .show > a, .footer ul header.header-main .navbar-nav a.active, .footer ul header.header-main .navbar-nav a.show, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .footer ul .active > a, .navbar-dark .navbar-nav .footer ul .show > a, .navbar-dark .navbar-nav .footer ul a.active, .navbar-dark .navbar-nav .footer ul a.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark header.header-main .language .active > a, .navbar-dark header.header-main .language .show > a, .navbar-dark header.header-main .language a.active, .navbar-dark header.header-main .language a.show, header.header-main .language .active > .nav-link, header.header-main .language .active > a, header.header-main .language .footer ul .active > a, header.header-main .language .footer ul .show > a, header.header-main .language .nav-link.active, header.header-main .language .nav-link.show, header.header-main .language .navbar-nav .active > a, header.header-main .language .navbar-nav .show > a, header.header-main .language .navbar-nav a.active, header.header-main .language .navbar-nav a.show, header.header-main .language .show > .nav-link, header.header-main .language .show > a, header.header-main .language a.active, header.header-main .language a.show, header.header-main .navbar-dark .language .active > a, header.header-main .navbar-dark .language .show > a, header.header-main .navbar-dark .language a.active, header.header-main .navbar-dark .language a.show, header.header-main .navbar-nav .active > .nav-link, header.header-main .navbar-nav .footer ul .active > a, header.header-main .navbar-nav .footer ul .show > a, header.header-main .navbar-nav .footer ul a.active, header.header-main .navbar-nav .footer ul a.show, header.header-main .navbar-nav .language .active > a, header.header-main .navbar-nav .language .show > a, header.header-main .navbar-nav .language a.active, header.header-main .navbar-nav .language a.show, header.header-main .navbar-nav .nav-link.active, header.header-main .navbar-nav .nav-link.show, header.header-main .navbar-nav .show > .nav-link {
        color: #fff;
    }

#MainBody .header-main .navbar-toggler, .navbar-dark .navbar-toggler, header.header-main .navbar-toggler {
    color: #fff;
    border-color: transparent;
}

#MainBody .header-main .navbar-toggler-icon, .navbar-dark .navbar-toggler-icon, header.header-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

#MainBody .header-main .navbar-text, #MainBody .header-main .navbar-text a, #MainBody .header-main .navbar-text a:focus, #MainBody .header-main .navbar-text a:hover, .navbar-dark .navbar-text, .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover, header.header-main .navbar-text, header.header-main .navbar-text a, header.header-main .navbar-text a:focus, header.header-main .navbar-text a:hover {
    color: #fff;
}

.card, .recipe-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .4rem;
}

    .card > hr, .recipe-item > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child, .card > .list-group:first-child .recipe .content-left > .card .recipe-inner > :first-child, .card > .list-group:first-child .recipe .content-left > .recipe-item .recipe-inner > :first-child, .recipe-item > .list-group:first-child .list-group-item:first-child, .recipe-item > .list-group:first-child .recipe .content-left > .card .recipe-inner > :first-child, .recipe-item > .list-group:first-child .recipe .content-left > .recipe-item .recipe-inner > :first-child, .recipe .content-left > .card .card > .list-group:first-child .recipe-inner > :first-child, .recipe .content-left > .card .content-left > .card > .recipe-inner:first-child .recipe-inner > :first-child, .recipe .content-left > .card .content-left > .recipe-item .card > .recipe-inner:first-child .recipe-inner > :first-child, .recipe .content-left > .card .content-left > .recipe-item > .recipe-inner:first-child .recipe-inner > :first-child, .recipe .content-left > .card .recipe-item > .list-group:first-child .recipe-inner > :first-child, .recipe .content-left > .card .recipe-item > .recipe-inner:first-child .content-left > .recipe-item .recipe-inner > :first-child, .recipe .content-left > .card .recipe-item > .recipe-inner:first-child .list-group-item:first-child, .recipe .content-left > .card .recipe-item > .recipe-inner:first-child .recipe-inner > :first-child, .recipe .content-left > .card > .recipe-inner:first-child .content-left > .card .recipe-inner > :first-child, .recipe .content-left > .card > .recipe-inner:first-child .content-left > .recipe-item .recipe-inner > :first-child, .recipe .content-left > .card > .recipe-inner:first-child .list-group-item:first-child, .recipe .content-left > .recipe-item .card > .list-group:first-child .recipe-inner > :first-child, .recipe .content-left > .recipe-item .card > .recipe-inner:first-child .content-left > .card .recipe-inner > :first-child, .recipe .content-left > .recipe-item .card > .recipe-inner:first-child .list-group-item:first-child, .recipe .content-left > .recipe-item .card > .recipe-inner:first-child .recipe-inner > :first-child, .recipe .content-left > .recipe-item .content-left > .card .recipe-item > .recipe-inner:first-child .recipe-inner > :first-child, .recipe .content-left > .recipe-item .content-left > .card > .recipe-inner:first-child .recipe-inner > :first-child, .recipe .content-left > .recipe-item .content-left > .recipe-item > .recipe-inner:first-child .recipe-inner > :first-child, .recipe .content-left > .recipe-item .recipe-item > .list-group:first-child .recipe-inner > :first-child, .recipe .content-left > .recipe-item > .recipe-inner:first-child .content-left > .card .recipe-inner > :first-child, .recipe .content-left > .recipe-item > .recipe-inner:first-child .content-left > .recipe-item .recipe-inner > :first-child, .recipe .content-left > .recipe-item > .recipe-inner:first-child .list-group-item:first-child {
        border-top-left-radius: .4rem;
        border-top-right-radius: .4rem;
    }

    .card > .list-group:last-child .list-group-item:last-child, .card > .list-group:last-child .recipe .content-left > .card .recipe-inner > :last-child, .card > .list-group:last-child .recipe .content-left > .recipe-item .recipe-inner > :last-child, .recipe-item > .list-group:last-child .list-group-item:last-child, .recipe-item > .list-group:last-child .recipe .content-left > .card .recipe-inner > :last-child, .recipe-item > .list-group:last-child .recipe .content-left > .recipe-item .recipe-inner > :last-child, .recipe .content-left > .card .card > .list-group:last-child .recipe-inner > :last-child, .recipe .content-left > .card .content-left > .card > .recipe-inner:last-child .recipe-inner > :last-child, .recipe .content-left > .card .content-left > .recipe-item .card > .recipe-inner:last-child .recipe-inner > :last-child, .recipe .content-left > .card .content-left > .recipe-item > .recipe-inner:last-child .recipe-inner > :last-child, .recipe .content-left > .card .recipe-item > .list-group:last-child .recipe-inner > :last-child, .recipe .content-left > .card .recipe-item > .recipe-inner:last-child .content-left > .recipe-item .recipe-inner > :last-child, .recipe .content-left > .card .recipe-item > .recipe-inner:last-child .list-group-item:last-child, .recipe .content-left > .card .recipe-item > .recipe-inner:last-child .recipe-inner > :last-child, .recipe .content-left > .card > .recipe-inner:last-child .content-left > .card .recipe-inner > :last-child, .recipe .content-left > .card > .recipe-inner:last-child .content-left > .recipe-item .recipe-inner > :last-child, .recipe .content-left > .card > .recipe-inner:last-child .list-group-item:last-child, .recipe .content-left > .recipe-item .card > .list-group:last-child .recipe-inner > :last-child, .recipe .content-left > .recipe-item .card > .recipe-inner:last-child .content-left > .card .recipe-inner > :last-child, .recipe .content-left > .recipe-item .card > .recipe-inner:last-child .list-group-item:last-child, .recipe .content-left > .recipe-item .card > .recipe-inner:last-child .recipe-inner > :last-child, .recipe .content-left > .recipe-item .content-left > .card .recipe-item > .recipe-inner:last-child .recipe-inner > :last-child, .recipe .content-left > .recipe-item .content-left > .card > .recipe-inner:last-child .recipe-inner > :last-child, .recipe .content-left > .recipe-item .content-left > .recipe-item > .recipe-inner:last-child .recipe-inner > :last-child, .recipe .content-left > .recipe-item .recipe-item > .list-group:last-child .recipe-inner > :last-child, .recipe .content-left > .recipe-item > .recipe-inner:last-child .content-left > .card .recipe-inner > :last-child, .recipe .content-left > .recipe-item > .recipe-inner:last-child .content-left > .recipe-item .recipe-inner > :last-child, .recipe .content-left > .recipe-item > .recipe-inner:last-child .list-group-item:last-child {
        border-bottom-right-radius: .4rem;
        border-bottom-left-radius: .4rem;
    }

    .card-body, .recipe-item .recipe-item-info a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 2rem;
    }

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 2rem;
}

.card-header {
    padding: .75rem 2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0 solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: 0.4rem 0.4rem 0 0;
    }

    .card-header + .list-group .list-group-item:first-child, .card-header + .list-group .recipe .content-left > .card .recipe-inner > :first-child, .card-header + .list-group .recipe .content-left > .recipe-item .recipe-inner > :first-child, .recipe .content-left > .card .card-header + .list-group .recipe-inner > :first-child, .recipe .content-left > .card .card-header + .recipe-inner .list-group-item:first-child, .recipe .content-left > .card .card-header + .recipe-inner > :first-child, .recipe .content-left > .card .content-left > .recipe-item .card-header + .recipe-inner > :first-child, .recipe .content-left > .recipe-item .card-header + .list-group .recipe-inner > :first-child, .recipe .content-left > .recipe-item .card-header + .recipe-inner .list-group-item:first-child, .recipe .content-left > .recipe-item .card-header + .recipe-inner > :first-child, .recipe .content-left > .recipe-item .content-left > .card .card-header + .recipe-inner > :first-child {
        border-top: 0;
    }

.card-footer {
    padding: .75rem 2rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 0.4rem 0.4rem;
    }

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0;
}

.card-header-pills, .card-header-tabs {
    margin-right: -1rem;
    margin-left: -1rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: 0.4rem;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

.card-img-properties {
    /*position: absolute;
    left: 0;
    top: 0;
    height: 33.5rem;*/
    width: 100%;
    width: -webkit-fill-available;
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card, .card-deck .recipe-item {
        margin-bottom: 1rem;
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -1rem;
        margin-left: -1rem;
    }

        .card-deck .card, .card-deck .recipe-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 1rem;
            margin-bottom: 0;
            margin-left: 1rem;
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group .card, .card-group .recipe-item {
        margin-bottom: 1rem;
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group .card, .card-group .recipe-item {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group .card + .card, .card-group .card + .recipe-item, .card-group .recipe-item + .card, .card-group .recipe-item + .recipe-item {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child, .card-group .recipe-item:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top, .card-group .recipe-item:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom, .card-group .recipe-item:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child, .card-group .recipe-item:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top, .card-group .recipe-item:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom, .card-group .recipe-item:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:only-child, .card-group .recipe-item:only-child {
                border-radius: .4rem;
            }

                .card-group .card:only-child .card-img-top, .card-group .recipe-item:only-child .card-img-top {
                    border-top-left-radius: .4rem;
                    border-top-right-radius: .4rem;
                }

                .card-group .card:only-child .card-img-bottom, .card-group .recipe-item:only-child .card-img-bottom {
                    border-bottom-right-radius: .4rem;
                    border-bottom-left-radius: .4rem;
                }

            .card-group .card:not(:first-child):not(:last-child):not(:only-child), .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group .recipe-item:not(:first-child):not(:last-child):not(:only-child), .card-group .recipe-item:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .recipe-item:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                border-radius: 0;
            }
}

.card-columns .card, .card-columns .recipe-item {
    margin-bottom: .75rem;
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card, .card-columns .recipe-item {
            display: inline-block;
            width: 100%;
        }
}

.list-group, .recipe .content-left > .card .recipe-inner, .recipe .content-left > .recipe-item .recipe-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #4a4a4a;
    text-align: inherit;
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #4a4a4a;
        text-decoration: none;
        background-color: #f2f2f2;
    }

    .list-group-item-action:active {
        color: #4a4a4a;
        background-color: #e5e5e5;
    }

.list-group-item, .recipe .content-left > .card .recipe-inner > *, .recipe .content-left > .recipe-item .recipe-inner > * {
    position: relative;
    display: block;
    padding: 2rem 3rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #eaecea;
}

    .list-group-item:first-child, .recipe .content-left > .card .recipe-inner > :first-child, .recipe .content-left > .recipe-item .recipe-inner > :first-child {
        border-top-left-radius: .4rem;
        border-top-right-radius: .4rem;
    }

    .list-group-item:last-child, .recipe .content-left > .card .recipe-inner > :last-child, .recipe .content-left > .recipe-item .recipe-inner > :last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .4rem;
        border-bottom-left-radius: .4rem;
    }

    .list-group-item:focus, .list-group-item:hover, .recipe .content-left > .card .recipe-inner > :focus, .recipe .content-left > .card .recipe-inner > :hover, .recipe .content-left > .recipe-item .recipe-inner > :focus, .recipe .content-left > .recipe-item .recipe-inner > :hover {
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled, .recipe .content-left > .card .recipe-inner > .disabled, .recipe .content-left > .card .recipe-inner > :disabled, .recipe .content-left > .recipe-item .recipe-inner > .disabled, .recipe .content-left > .recipe-item .recipe-inner > :disabled {
        color: #898989;
        background-color: #fff;
    }

    .list-group-item.active, .recipe .content-left > .card .recipe-inner > .active, .recipe .content-left > .recipe-item .recipe-inner > .active {
        z-index: 2;
        color: #fff;
        background-color: #85d0df;
        border-color: #85d0df;
    }

.list-group-flush .list-group-item, .recipe .content-left > .card .content-left > .recipe-item .recipe-inner > *, .recipe .content-left > .card .list-group-flush .recipe-inner > *, .recipe .content-left > .card .recipe-inner .list-group-item, .recipe .content-left > .card .recipe-inner > *, .recipe .content-left > .recipe-item .content-left > .card .recipe-inner > *, .recipe .content-left > .recipe-item .list-group-flush .recipe-inner > *, .recipe .content-left > .recipe-item .recipe-inner .list-group-item, .recipe .content-left > .recipe-item .recipe-inner > * {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child, .list-group-flush:first-child .recipe .content-left > .card .recipe-inner > :first-child, .list-group-flush:first-child .recipe .content-left > .recipe-item .recipe-inner > :first-child, .recipe .content-left > .card .list-group-flush:first-child .recipe-inner > :first-child, .recipe .content-left > .card .recipe-inner:first-child .content-left > .recipe-item .recipe-inner > :first-child, .recipe .content-left > .card .recipe-inner:first-child .list-group-item:first-child, .recipe .content-left > .card .recipe-inner:first-child .recipe-inner > :first-child, .recipe .content-left > .recipe-item .list-group-flush:first-child .recipe-inner > :first-child, .recipe .content-left > .recipe-item .recipe-inner:first-child .content-left > .card .recipe-inner > :first-child, .recipe .content-left > .recipe-item .recipe-inner:first-child .list-group-item:first-child, .recipe .content-left > .recipe-item .recipe-inner:first-child .recipe-inner > :first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child, .list-group-flush:last-child .recipe .content-left > .card .recipe-inner > :last-child, .list-group-flush:last-child .recipe .content-left > .recipe-item .recipe-inner > :last-child, .recipe .content-left > .card .list-group-flush:last-child .recipe-inner > :last-child, .recipe .content-left > .card .recipe-inner:last-child .content-left > .recipe-item .recipe-inner > :last-child, .recipe .content-left > .card .recipe-inner:last-child .list-group-item:last-child, .recipe .content-left > .card .recipe-inner:last-child .recipe-inner > :last-child, .recipe .content-left > .recipe-item .list-group-flush:last-child .recipe-inner > :last-child, .recipe .content-left > .recipe-item .recipe-inner:last-child .content-left > .card .recipe-inner > :last-child, .recipe .content-left > .recipe-item .recipe-inner:last-child .list-group-item:last-child, .recipe .content-left > .recipe-item .recipe-inner:last-child .recipe-inner > :last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #456c74;
    background-color: #ddf2f6;
}

a.list-group-item-primary, button.list-group-item-primary {
    color: #456c74;
}

    a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
        color: #456c74;
        background-color: #c9eaf1;
    }

    a.list-group-item-primary.active, button.list-group-item-primary.active {
        color: #fff;
        background-color: #456c74;
        border-color: #456c74;
    }

.list-group-item-secondary {
    color: #474747;
    background-color: #dedede;
}

a.list-group-item-secondary, button.list-group-item-secondary {
    color: #474747;
}

    a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
        color: #474747;
        background-color: #d1d1d1;
    }

    a.list-group-item-secondary.active, button.list-group-item-secondary.active {
        color: #fff;
        background-color: #474747;
        border-color: #474747;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

a.list-group-item-success, button.list-group-item-success {
    color: #155724;
}

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #155724;
        background-color: #b1dfbb;
    }

    a.list-group-item-success.active, button.list-group-item-success.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #4a6e76;
    background-color: #dff3f7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #4a6e76;
}

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #4a6e76;
        background-color: #cbebf2;
    }

    a.list-group-item-info.active, button.list-group-item-info.active {
        color: #fff;
        background-color: #4a6e76;
        border-color: #4a6e76;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #856404;
}

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #856404;
        background-color: #ffe8a1;
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #721c24;
}

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #721c24;
        background-color: #f1b0b7;
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #858585;
    background-color: #fff;
}

a.list-group-item-light, button.list-group-item-light {
    color: #858585;
}

    a.list-group-item-light:focus, a.list-group-item-light:hover, button.list-group-item-light:focus, button.list-group-item-light:hover {
        color: #858585;
        background-color: #f2f2f2;
    }

    a.list-group-item-light.active, button.list-group-item-light.active {
        color: #fff;
        background-color: #858585;
        border-color: #858585;
    }

.list-group-item-dark {
    color: #7e7e7e;
    background-color: #fbfbfb;
}

a.list-group-item-dark, button.list-group-item-dark {
    color: #7e7e7e;
}

    a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
        color: #7e7e7e;
        background-color: #eee;
    }

    a.list-group-item-dark.active, button.list-group-item-dark.active {
        color: #fff;
        background-color: #7e7e7e;
        border-color: #7e7e7e;
    }

.modal, .modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}

    .modal.fade .modal-dialog {
        transition: -webkit-transform .4s ease-out;
        transition: transform .4s ease-out;
        transition: transform .4s ease-out,-webkit-transform .4s ease-out;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 1rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .65;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 0 solid #e5e5e5;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

    .modal-header .close {
        padding: 15px;
        margin: -15px -15px -15px auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.375;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 0 solid #e5e5e5;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 74.5rem;
        margin: 8rem auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:1024px) {
    .modal-lg {
        max-width: 800px;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary, .footer .social a {
    background-color: #85d0df !important;
}

    .footer .social a:focus, .footer .social a:hover, a.bg-primary:focus, a.bg-primary:hover {
        background-color: #5dc0d4 !important;
    }

.bg-secondary {
    background-color: #898989 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #707070 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #8ed4e2 !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #65c5d8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #fff !important;
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #e6e6e6 !important;
}

.bg-dark {
    background-color: #f2f2f2 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #d9d9d9 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #e5e5e5 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary, a.border-dark:focus, a.border-dark:hover {
    border-color: #85d0df !important;
}

.border-secondary {
    border-color: #898989 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #8ed4e2 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #fff !important;
}

.border-dark {
    border-color: #f2f2f2 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: .4rem !important;
}

.rounded-top {
    border-top-left-radius: .4rem !important;
}

.rounded-right, .rounded-top {
    border-top-right-radius: .4rem !important;
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .4rem !important;
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .4rem !important;
}

.rounded-left {
    border-top-left-radius: .4rem !important;
}

.btn-circle img, .circle, .footer .social a, .home .category > .item img, .home .day-selector .tod > .item img, .menu-planner .step, .modal .close, .rounded-circle, table.menu-plan .nav-next, table.menu-plan .nav-prev {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1024px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.d-print-block {
    display: none !important;
}

@media print {
    .d-print-block {
        display: block !important;
    }
}

.d-print-inline {
    display: none !important;
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
}

.d-print-inline-block {
    display: none !important;
}

@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive:before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9:before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive-4by3:before {
    padding-top: 75%;
}

.embed-responsive-1by1:before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width:1024px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

#MainBody .header-main, .fixed-top, header.header-main {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .2rem !important;
}

.mt-1, .my-1 {
    margin-top: .2rem !important;
}

.mr-1, .mx-1 {
    margin-right: .2rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .2rem !important;
}

.ml-1, .mx-1 {
    margin-left: .2rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.home .genre-button-wrapper > * > :first-child, .mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.btn-circle > a, .home .category > .item > a, .home .day-selector .tod > .item > a, .mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 2rem !important;
}

.mt-5, .my-5 {
    margin-top: 2rem !important;
}

.mr-5, .mx-5 {
    margin-right: 2rem !important;
}

.home .timeofday .day_button.icon, .mb-5, .my-5 {
    margin-bottom: 2rem !important;
}

.ml-5, .mx-5 {
    margin-left: 2rem !important;
}

.m-6 {
    margin: 3rem !important;
}

.mt-6, .my-6 {
    margin-top: 3rem !important;
}

.mr-6, .mx-6 {
    margin-right: 3rem !important;
}

.mb-6, .my-6 {
    margin-bottom: 3rem !important;
}

.ml-6, .mx-6 {
    margin-left: 3rem !important;
}

.m-7 {
    margin: 4rem !important;
}

.mt-7, .my-7 {
    margin-top: 4rem !important;
}

.mr-7, .mx-7 {
    margin-right: 4rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 4rem !important;
}

.ml-7, .mx-7 {
    margin-left: 4rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .2rem !important;
}

.pt-1, .py-1 {
    padding-top: .2rem !important;
}

.pr-1, .px-1 {
    padding-right: .2rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .2rem !important;
}

.pl-1, .px-1 {
    padding-left: .2rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 2rem !important;
}

.pt-5, .py-5 {
    padding-top: 2rem !important;
}

.header-info > .inner, .info > .inner-content, .pr-5, .px-5 {
    padding-right: 2rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 2rem !important;
}

.header-info > .inner, .info > .inner-content, .pl-5, .px-5 {
    padding-left: 2rem !important;
}

.p-6 {
    padding: 3rem !important;
}

.pt-6, .py-6 {
    padding-top: 3rem !important;
}

.pr-6, .px-6 {
    padding-right: 3rem !important;
}

.pb-6, .py-6 {
    padding-bottom: 3rem !important;
}

.pl-6, .px-6 {
    padding-left: 3rem !important;
}

.p-7 {
    padding: 4rem !important;
}

.pt-7, .py-7 {
    padding-top: 4rem !important;
}

.pr-7, .px-7 {
    padding-right: 4rem !important;
}

.pb-7, .py-7 {
    padding-bottom: 4rem !important;
}

.pl-7, .px-7 {
    padding-left: 4rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .2rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .2rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .2rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .2rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .2rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 2rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 2rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 2rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 2rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 2rem !important;
    }

    .m-sm-6 {
        margin: 3rem !important;
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 3rem !important;
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 3rem !important;
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 3rem !important;
    }

    .m-sm-7 {
        margin: 4rem !important;
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 4rem !important;
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 4rem !important;
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 4rem !important;
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 4rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .2rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .2rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .2rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .2rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .2rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 2rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 2rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 2rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 2rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 2rem !important;
    }

    .p-sm-6 {
        padding: 3rem !important;
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 3rem !important;
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 3rem !important;
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 3rem !important;
    }

    .p-sm-7 {
        padding: 4rem !important;
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 4rem !important;
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 4rem !important;
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 4rem !important;
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 4rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .2rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .2rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .2rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .2rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .2rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 2rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 2rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 2rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 2rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 2rem !important;
    }

    .m-md-6 {
        margin: 3rem !important;
    }

    .mt-md-6, .my-md-6 {
        margin-top: 3rem !important;
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 3rem !important;
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 3rem !important;
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 3rem !important;
    }

    .m-md-7 {
        margin: 4rem !important;
    }

    .mt-md-7, .my-md-7 {
        margin-top: 4rem !important;
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 4rem !important;
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 4rem !important;
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 4rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .2rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .2rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .2rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .2rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .2rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .header-info > .inner, .info > .inner-content, .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .header-info > .inner, .info > .inner-content, .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 2rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 2rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 2rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 2rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 2rem !important;
    }

    .p-md-6 {
        padding: 3rem !important;
    }

    .pt-md-6, .py-md-6 {
        padding-top: 3rem !important;
    }

    .pr-md-6, .px-md-6 {
        padding-right: 3rem !important;
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 3rem !important;
    }

    .pl-md-6, .px-md-6 {
        padding-left: 3rem !important;
    }

    .p-md-7 {
        padding: 4rem !important;
    }

    .pt-md-7, .py-md-7 {
        padding-top: 4rem !important;
    }

    .pr-md-7, .px-md-7 {
        padding-right: 4rem !important;
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 4rem !important;
    }

    .pl-md-7, .px-md-7 {
        padding-left: 4rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1024px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .2rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .2rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .2rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .2rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .2rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 2rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 2rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 2rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 2rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 2rem !important;
    }

    .m-lg-6 {
        margin: 3rem !important;
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 3rem !important;
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 3rem !important;
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 3rem !important;
    }

    .m-lg-7 {
        margin: 4rem !important;
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 4rem !important;
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 4rem !important;
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 4rem !important;
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 4rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .2rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .2rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .2rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .2rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .2rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 2rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 2rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 2rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 2rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 2rem !important;
    }

    .p-lg-6 {
        padding: 3rem !important;
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 3rem !important;
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 3rem !important;
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 3rem !important;
    }

    .p-lg-7 {
        padding: 4rem !important;
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 4rem !important;
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 4rem !important;
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 4rem !important;
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 4rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.recipe .content-left > .card .recipe-info table.ingredients td:first-child, .recipe .content-left > .card .recipe-info table.ingredients td:last-child, .recipe .content-left > .recipe-item .recipe-info table.ingredients td:first-child, .recipe .content-left > .recipe-item .recipe-info table.ingredients td:last-child, .text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:1024px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 100 !important;
}

.font-weight-normal {
    font-weight: 300 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.tag, .text-primary {
    color: #85d0df !important;
}

a.tag:focus, a.tag:hover, a.text-primary:focus, a.text-primary:hover {
    color: #5dc0d4 !important;
}

.menu-planner .breadcrumbs, .text-secondary {
    color: #898989 !important;
}

.menu-planner a.breadcrumbs:focus, .menu-planner a.breadcrumbs:hover, a.text-secondary:focus, a.text-secondary:hover {
    color: #707070 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #8ed4e2 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #65c5d8 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #fff !important;
}

a.text-light:focus, a.text-light:hover {
    color: #e6e6e6 !important;
}

.text-dark {
    color: #f2f2f2 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #d9d9d9 !important;
}

.text-muted {
    color: #898989 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

html {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:768px) and (max-width:1023px) {
    html {
        font-size: 7.5px;
    }
}

#MainBody .header-main, .cookspiration-fouc, .home .home-top > .inner, .main-content.recipe .inner-content > .inner, .recipe-list, header.header-main {
    opacity: 0;
    transition: opacity .15s linear;
}

    #MainBody .menu-planner .header-main, #MainBody .show.header-main, .cookspiration-fouc.show, .home .home-top > .show.inner, .home .menu-planner .home-top > .inner, .main-content.recipe .inner-content > .show.inner, .main-content.recipe .menu-planner .inner-content > .inner, .menu-planner #MainBody .header-main, .menu-planner .cookspiration-fouc, .menu-planner .home .home-top > .inner, .menu-planner .main-content.recipe .inner-content > .inner, .menu-planner .recipe-list, .menu-planner header.header-main, .show.recipe-list, header.show.header-main {
        opacity: 1;
    }

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    body.action-bar {
        margin-bottom: 5.6rem;
    }

@media (min-width:768px),print {
    body.action-bar {
        margin-bottom: 6.2rem;
    }
}

@media (max-width:466px) {
    body.action-bar-lg {
        margin-bottom: 9.8rem;
    }
}

#form1, .menu-planner #MainBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    #form1 > #fourth, .menu-planner #MainBody > .footer {
        margin-top: auto;
    }

.blur-bg, .main-content.recipe, body.menu-planner {
    background: linear-gradient(180deg,hsla(0,0%,100%,.85),#fff) no-repeat top,url(http://cookspiration.com/templates/images/bg.jpg) no-repeat top;
    background-size: 100% 68rem;
}

.bg-black {
    background-color: #000 !important;
}

h2 {
    color: #85d0df;
    line-height: 3rem;
}

* + h2 {
    margin-top: 2rem;
}

h2:last-child {
    margin-bottom: 0;
}

h3 {
    margin-bottom: 1rem;
}

* + h3 {
    margin-top: 2rem;
}

h3:last-child {
    margin-bottom: 0;
}

h6 {
    line-height: 2rem;
    margin-bottom: .2rem;
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}

.display-1, .display-2 {
    -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (max-width:767px) {
    .display-1 {
        font-size: 4.2rem;
    }

    .display-2 {
        font-size: 2.6rem;
    }
}

p {
    line-height: 1.42857;
    margin-bottom: 1.2em;
}

.text-sm {
    font-size: 1.4rem;
}

b, strong {
    font-weight: 700;
}

a {
    transition: color .25s;
}

    .footer .social a, a.bg-primary {
        transition: border .25s,color .25s,background .25s,opacity .25s,-webkit-transform .15s;
        transition: border .25s,color .25s,background .25s,opacity .25s,transform .15s;
        transition: border .25s,color .25s,background .25s,opacity .25s,transform .15s,-webkit-transform .15s;
    }

.text-muted {
    font-weight: 400;
}

    .dismiss a, .link-underline, .menu-planner .main p a, .menu-planner .main ul a, .text-muted a {
        color: inherit;
        border-bottom: 1px solid rgba(133,208,223,.25);
    }

        .dismiss a:focus, .dismiss a:hover, .link-underline:focus, .link-underline:hover, .menu-planner .main p a:focus, .menu-planner .main p a:hover, .menu-planner .main ul a:focus, .menu-planner .main ul a:hover, .text-muted a:focus, .text-muted a:hover {
            color: #85d0df;
        }

.bar {
    background: #e5e5e5;
    height: .2rem;
}

@media (min-width:768px),print {
    .bar {
        margin: 0 16.4rem;
    }
}

.bg-cover, .card-img-top {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.arrow-back, .arrow-forward, .arrow-icon, .bg-contain, .check-icon-lg, .check-icon-light, .check-icon-primary, .chevron-forward, .close-icon-lg-primary, .close-icon-light, .close-icon-primary, .cookspiration-icon, .custom-icon, .day-night-icon, .download-icon-light, .facts-icon, .menu-planner-icon, .menu-planner-icon-primary, .menu-planner-lg-icon, .modal .close, .plus-icon, .plus-icon-lg-primary, .plus-icon-light, .search-icon, .spice-icon, .switch-icon-primary, button.arrow:before, table.menu-plan .nav-next, table.menu-plan .nav-prev {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.arrow-back, .arrow-forward, .arrow-icon, .check-icon-lg, .check-icon-light, .check-icon-primary, .chevron-forward, .close-icon-lg-primary, .close-icon-light, .close-icon-primary, .cookspiration-icon, .custom-icon, .day-night-icon, .download-icon-light, .facts-icon, .menu-planner-icon, .menu-planner-icon-primary, .menu-planner-lg-icon, .modal .close, .plus-icon, .plus-icon-lg-primary, .plus-icon-light, .search-icon, .spice-icon, .switch-icon-primary, table.menu-plan .nav-next, table.menu-plan .nav-prev {
    display: inline-block;
    transition: border .25s,color .25s,background .25s,opacity .25s,-webkit-transform .15s;
    transition: border .25s,color .25s,background .25s,opacity .25s,transform .15s;
    transition: border .25s,color .25s,background .25s,opacity .25s,transform .15s,-webkit-transform .15s;
}

.arrow-back, .flip-icon, table.menu-plan .nav-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arrow-back, .arrow-forward, .arrow-icon {
    width: 1.7rem;
    height: 1.2rem;
}

.arrow-forward {
    margin-left: 1rem;
}

.arrow-back {
    margin-right: 1rem;
}

.arrow-light {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="13" viewBox="0 0 17 13"><g fill="none" stroke="%23fff" stroke-width="1.25"><path d="M0 6h16M10 0l6 6-6 6"/></g></svg>');
}

.arrow-primary {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="13" viewBox="0 0 17 13"><g fill="none" stroke="%2385d0df" stroke-width="1.25"><path d="M0 6h16M10 0l6 6-6 6"/></g></svg>');
}

.chevron-light {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g fill="none" stroke="%23fff" stroke-width="1.25"><path d="M9 6l5 5-5 5"/></g></svg>');
}

.chevron-primary, table.menu-plan .nav-next, table.menu-plan .nav-prev {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g fill="none" stroke="%2385d0df" stroke-width="1.25"><path d="M9 6l5 5-5 5"/></g></svg>');
}

.btn:active .arrow-primary, .btn:hover .arrow-primary, .home .day-selector .day a:active .arrow-primary, .home .day-selector .day a:hover .arrow-primary, .home .timeofday .day_button.name:active .arrow-primary, .home .timeofday .day_button.name:hover .arrow-primary, .tag:active .arrow-primary, .tag:hover .arrow-primary, button.white:active .arrow-primary, button.white:hover .arrow-primary {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="13" viewBox="0 0 17 13"><g fill="none" stroke="%23fff" stroke-width="1.25"><path d="M0 6h16M10 0l6 6-6 6"/></g></svg>');
}

.btn:active .plus-icon-lg-primary, .btn:hover .plus-icon-lg-primary, .home .day-selector .day a:active .plus-icon-lg-primary, .home .day-selector .day a:hover .plus-icon-lg-primary, .home .timeofday .day_button.name:active .plus-icon-lg-primary, .home .timeofday .day_button.name:hover .plus-icon-lg-primary, .tag:active .plus-icon-lg-primary, .tag:hover .plus-icon-lg-primary, button.white:active .plus-icon-lg-primary, button.white:hover .plus-icon-lg-primary {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><g fill="%23fff" fill-rule="evenodd"><path d="M4.5 0h1v10h-1z"/><path d="M10 4.5v1H0v-1z"/></g></svg>');
}

.search-icon {
    width: 2.4rem;
    height: 2.4rem;
    vertical-align: middle;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="9 9 23 23"><g fill="none" fill-rule="evenodd"><circle cx="21" cy="21" r="21"/><circle cx="17" cy="17" r="7" stroke="%23fff" stroke-width="2"/><path stroke="%23fff" stroke-width="2" d="M22 22l9 9"/></g></svg>');
}

.menu-planner-icon {
    width: 1.8rem;
    height: 2.8rem;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="39" viewBox="0 0 26 39"><g fill="none" fill-rule="evenodd"><path stroke="%23fff" stroke-width="2" d="M9 14l3 3 5-5"/><path fill="%23fff" d="M9 24h12v-2H9zM9 29h12v-2H9zM9 34h12v-2H9z"/><path stroke="%23fff" stroke-width="2" d="M19 7V2.619a11.924 11.924 0 0 0-12 0V7h12z"/><path fill="%23fff" d="M7 23a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 28a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 33a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/><path stroke="%23fff" stroke-width="2" d="M19 6h6v32H1V6h6"/></g></svg>');
}

@media (min-width:768px),print {
    .menu-planner-icon {
        width: 2.4rem;
        height: 3.7rem;
    }
}

.menu-planner-lg-icon {
    width: 5rem;
    height: 7.6rem;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="76" viewBox="0 0 50 76"><g stroke="none" stroke-width="1" fill="none" transform="translate(1, 1)"><polyline stroke="%23fff" stroke-width="2" points="15 27 21 33 33 21"></polyline><path d="M16,45 L40,45 L40,43 L16,43 L16,45 Z M16,55 L40,55 L40,53 L16,53 L16,55 Z M16,65 L40,65 L40,63 L16,63 L16,65 Z" fill="%23fff" fill-rule="nonzero"></path><g stroke="%23fff" stroke-width="2"><path d="M36,12 L36,3.237 C32.3563546,1.11647674 28.2157764,-0.000444238538 24,0 C19.623,0 15.533,1.19 12,3.237 L12,12 L36,12 Z M12,44 C11.9998214,44.7147098 11.6183632,45.3750336 10.999317,45.7322338 C10.3802708,46.0894341 9.61768452,46.0892435 8.99881698,45.7317338 C8.37994944,45.3742242 7.99882136,44.7137098 7.999,43.999 C7.99927616,42.8941544 8.89515437,41.9987239 10,41.999 C11.1048456,41.9992762 12.0002761,42.8951544 12,44 Z M12,54 C11.9998214,54.7147098 11.6183632,55.3750336 10.999317,55.7322338 C10.3802708,56.0894341 9.61768452,56.0892435 8.99881698,55.7317338 C8.37994944,55.3742242 7.99882136,54.7137098 7.999,53.999 C7.99927616,52.8941544 8.89515437,51.9987239 10,51.999 C11.1048456,51.9992762 12.0002761,52.8951544 12,54 L12,54 Z M12,64 C11.9998214,64.7147098 11.6183632,65.3750336 10.999317,65.7322338 C10.3802708,66.0894341 9.61768452,66.0892435 8.99881698,65.7317338 C8.37994944,65.3742242 7.99882136,64.7137098 7.999,63.999 C7.99927616,62.8941544 8.89515437,61.9987239 10,61.999 C11.1048456,61.9992762 12.0002761,62.8951544 12,64 Z" id="Shape"></path><polyline points="36 10 48 10 48 74 0 74 0 10 11.999 10"></polyline></g></g></svg>');
}

.menu-planner-icon-primary {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="39" viewBox="0 0 26 39"><g fill="none" fill-rule="evenodd"><path stroke="%2385d0df" stroke-width="2" d="M9 14l3 3 5-5"/><path fill="%2385d0df" d="M9 24h12v-2H9zM9 29h12v-2H9zM9 34h12v-2H9z"/><path stroke="%2385d0df" stroke-width="2" d="M19 7V2.619a11.924 11.924 0 0 0-12 0V7h12z"/><path fill="%2385d0df" d="M7 23a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 28a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 33a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/><path stroke="%2385d0df" stroke-width="2" d="M19 6h6v32H1V6h6"/></g></svg>');
}

.facts-icon {
    width: 4.4rem;
    height: 6rem;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="60" viewBox="0 0 44 60"><g fill="%2385d0df" fill-rule="evenodd"><path d="M2 58h40V2H2v56zm41 2H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h42a1 1 0 0 1 1 1v58a1 1 0 0 1-1 1z"/><path d="M34 49H10a1 1 0 1 1 0-2h24a1 1 0 1 1 0 2M34 37H10a1 1 0 1 1 0-2h24a1 1 0 1 1 0 2M34 25H10a1 1 0 1 1 0-2h24a1 1 0 1 1 0 2M34 43H10a1 1 0 1 1 0-2h24a1 1 0 1 1 0 2M34 31H10a1 1 0 1 1 0-2h24a1 1 0 1 1 0 2M34 19H10a1 1 0 1 1 0-2h24a1 1 0 1 1 0 2M34 13H10a1 1 0 1 1 0-2h24a1 1 0 1 1 0 2"/></g></svg>');
}

.spice-icon {
    width: 6.5rem;
    height: 6rem;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="65" height="60" viewBox="0 0 65 60"><g fill="%2385d0df" fill-rule="evenodd"><path d="M22.466 10.7c-3.133 0-5.05.551-6.027 1.732-1.816 2.192-.89 7.08.51 14.476.419 2.21.894 4.716 1.347 7.438.995 5.972 1.565 10.648 2.022 14.406.653 5.37 1.126 9.248 2.148 9.248 1.022 0 1.494-3.879 2.147-9.246.457-3.758 1.026-8.435 2.022-14.408.453-2.72.928-5.226 1.347-7.435 1.4-7.399 2.327-12.287.51-14.479-.978-1.18-2.893-1.732-6.026-1.732m0 49.3c-2.794 0-3.187-3.223-4.134-11.007-.455-3.738-1.02-8.39-2.01-14.318-.45-2.7-.92-5.195-1.337-7.395-1.56-8.236-2.501-13.208-.086-16.123C16.286 9.48 18.692 8.7 22.466 8.7s6.179.78 7.567 2.457c2.415 2.915 1.474 7.888-.087 16.126a330.584 330.584 0 0 0-1.338 7.392c-.99 5.93-1.555 10.582-2.01 14.32C25.653 56.778 25.26 60 22.467 60"/><path d="M16.994 11.675a.998.998 0 0 1-.943-1.332 6.784 6.784 0 0 1 3.964-4.081V2.45c0-1.35 1.1-2.45 2.451-2.45 1.35 0 2.45 1.1 2.45 2.45v3.806c1.981.728 3.432 2.193 4.037 4.11a1 1 0 0 1-1.908.602c-.466-1.48-1.697-2.575-3.379-3.01a1 1 0 0 1-.75-.968V2.45a.45.45 0 0 0-.9 0v4.54a1 1 0 0 1-.75.969 4.788 4.788 0 0 0-3.329 3.048 1 1 0 0 1-.943.668M36.249 18.037a1 1 0 0 1-.92-.608 7.149 7.149 0 0 1-.439-4.185 7.184 7.184 0 0 1 2.852-4.456l-.595-2.384a2.555 2.555 0 0 1 1.857-3.089 2.535 2.535 0 0 1 1.93.287c.584.351.996.91 1.161 1.57l.569 2.287a7.232 7.232 0 0 1 6.252 5.349 1 1 0 0 1-.716 1.22 1.006 1.006 0 0 1-1.22-.716 5.224 5.224 0 0 0-4.038-3.794 5.561 5.561 0 0 0-1.056-.095c-.457.01-.87-.309-.983-.758l-.75-3.01a.545.545 0 0 0-.665-.399.549.549 0 0 0-.399.665l.767 3.077a.999.999 0 0 1-.474 1.11 5.187 5.187 0 0 0-2.213 6.537 1 1 0 0 1-.92 1.392"/><path d="M43.214 12.371c-2.068 0-3.755.85-4.88 2.46-2.018 2.887-1.98 7.732.108 13.294 3.444 9.184 3.1 18.237-1.08 28.49a2.094 2.094 0 0 1-.042.098c-.004.015-.023.072-.035.134a.97.97 0 0 0 .767 1.135.96.96 0 0 0 .85-.252c3.647-3.588 8.486-10.159 11.125-21.368 2.2-9.337 1.624-17.318-1.543-21.35-1.363-1.736-3.116-2.624-5.208-2.64h-.062zM38.23 60a2.973 2.973 0 0 1-2.757-4.052c4.015-9.846 4.352-18.435 1.094-27.119-2.321-6.188-2.275-11.708.126-15.144 1.496-2.138 3.809-3.313 6.522-3.313h.075c2.694.021 5.033 1.2 6.766 3.405 3.59 4.574 4.29 12.974 1.918 23.045-2.75 11.673-7.835 18.562-11.618 22.285l-.075.074a2.986 2.986 0 0 1-2.051.82zM22.466 25.2a5.36 5.36 0 0 1-5.046-3.567 1.003 1.003 0 0 1 .61-1.277 1.003 1.003 0 0 1 1.277.611 3.353 3.353 0 0 0 6.319 0 1 1 0 1 1 1.885.667 5.36 5.36 0 0 1-5.045 3.566"/><path d="M41.997 26.552c-1.307 0-2.484-.61-3.187-1.728a1.001 1.001 0 0 1 1.696-1.062c.475.76 1.438.996 2.445.599 1.135-.444 2.023-1.552 2.21-2.758a1 1 0 1 1 1.977.304c-.292 1.887-1.682 3.622-3.458 4.317a4.636 4.636 0 0 1-1.683.328M63.208 28.1h-2.9a1 1 0 1 1 0-2h2.9a1 1 0 1 1 0 2M3.9 28.1H1a1 1 0 1 1 0-2h2.9a1 1 0 1 1 0 2M58.934 44.05a.992.992 0 0 1-.5-.134l-2.511-1.45a1 1 0 0 1 1-1.732l2.512 1.45a1 1 0 0 1-.501 1.866M7.785 13.6a.992.992 0 0 1-.499-.134l-2.512-1.45a1 1 0 0 1 1-1.731l2.512 1.449a1 1 0 0 1-.5 1.866M56.424 13.6a1 1 0 0 1-.501-1.866l2.512-1.45a1.001 1.001 0 0 1 1 1.733l-2.512 1.449a.992.992 0 0 1-.5.134M5.275 44.05a1 1 0 0 1-.501-1.866l2.512-1.45a1 1 0 0 1 1 1.732l-2.512 1.45a.992.992 0 0 1-.499.134"/></g></svg>');
}

.day-night-icon {
    width: 12.6rem;
    height: 6rem;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="126" height="60" viewBox="0 0 126 60"><g fill="%2385d0df" fill-rule="evenodd"><path d="M30 12.875c-9.442 0-17.125 7.682-17.125 17.125S20.558 47.125 30 47.125 47.125 39.443 47.125 30 39.442 12.875 30 12.875m0 36.25c-10.546 0-19.125-8.58-19.125-19.125S19.454 10.875 30 10.875 49.125 19.455 49.125 30 40.546 49.125 30 49.125M30 5.625a1 1 0 0 1-1-1V1a1 1 0 1 1 2 0v3.625a1 1 0 0 1-1 1M30 60a1 1 0 0 1-1-1v-3.625a1 1 0 1 1 2 0V59a1 1 0 0 1-1 1M12.058 13.057a.997.997 0 0 1-.707-.293l-2.564-2.563a1 1 0 0 1 1.415-1.414l2.563 2.563a.999.999 0 0 1-.707 1.707M50.506 51.506a.997.997 0 0 1-.707-.293l-2.564-2.563a1 1 0 0 1 1.415-1.414l2.563 2.563a.999.999 0 0 1-.707 1.707M4.625 31H1a1 1 0 1 1 0-2h3.625a1 1 0 1 1 0 2M59 31h-3.625a1 1 0 1 1 0-2H59a1 1 0 1 1 0 2M9.494 51.506a.999.999 0 0 1-.707-1.707l2.563-2.563a1 1 0 1 1 1.415 1.414l-2.564 2.563a.997.997 0 0 1-.707.293M47.942 13.057a.999.999 0 0 1-.707-1.707l2.563-2.563a1 1 0 1 1 1.415 1.414l-2.564 2.563a.997.997 0 0 1-.707.293M99.361 8.095a22.045 22.045 0 0 0-8.234 2.775 21.898 21.898 0 0 0-10.27 13.382 21.9 21.9 0 0 0 2.202 16.724 21.898 21.898 0 0 0 13.383 10.269c5.686 1.524 11.624.74 16.724-2.202a22.04 22.04 0 0 0 6.52-5.743c-8.979 2.209-18.659-1.762-23.394-9.963-4.735-8.202-3.336-18.566 3.07-25.242m2.823 45.912c-2.089 0-4.19-.275-6.26-.83-6.204-1.662-11.387-5.64-14.598-11.201-6.628-11.48-2.68-26.21 8.8-32.84a24.04 24.04 0 0 1 12-3.216 1 1 0 1 1 .637 1.786c-7.437 5.842-9.474 16.43-4.74 24.63s14.924 11.73 23.7 8.212a1 1 0 0 1 1.24 1.428 24.045 24.045 0 0 1-8.798 8.8 23.907 23.907 0 0 1-11.98 3.23M118 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0M73 15a1 1 0 1 1-2 0 1 1 0 0 1 2 0M126 21.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/><path d="M108 28a1 1 0 1 1-2 0 1 1 0 0 1 2 0M85 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"/></g></svg>');
}

.switch-icon-primary {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="none" stroke="%2385d0df" d="M5 7h10M12 4l3 3-3 3M5 13h10M8 10l-3 3 3 3"/></svg>');
}

.close-icon-primary {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="none" stroke="%2385d0df" stroke-width="1.25" d="M6 6l8 8M14 6l-8 8"/></svg>');
}

.close-icon-light, .modal .close {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="none" stroke="%23fff" stroke-width="1.25" d="M6 6l8 8M14 6l-8 8"/></svg>');
}

.close-icon-lg-primary {
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8"><g stroke-width="1" fill="none" fill-rule="evenodd" stroke="%2385d0df"><path d="M1 0l8 8M9 0L1 8"/></g></svg>');
}

.plus-icon, .plus-icon-light {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="none" stroke="%2385d0df" stroke-width="1.5" d="M10 5v10M5 10h10"/></svg>');
}

.plus-icon-light {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="none" stroke="%23fff" stroke-width="1.5" d="M10 5v10M5 10h10"/></svg>');
}

.plus-icon-lg-primary {
    width: 1rem;
    height: 1rem;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><g fill="%2385d0df" fill-rule="evenodd"><path d="M4.5 0h1v10h-1z"/><path d="M10 4.5v1H0v-1z"/></g></svg>');
}

.cookspiration-icon {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="44" viewBox="0 0 40 44"><g fill="%2385d0df" fill-rule="evenodd"><path d="M24.876,29.314 C24.7859923,29.2548597 24.6806982,29.2232367 24.573,29.223 L22.913,29.223 L22.913,24.973 L23.955,20.802 C24.068,20.57 24.13,20.31 24.13,20.035 C24.1309893,19.7549377 23.9224504,19.5183512 23.644479,19.4841786 C23.3665076,19.450006 23.1068743,19.6290373 23.04,19.901 L22.916,20.397 C22.755032,20.6423345 22.4522925,20.7531709 22.1709687,20.6697645 C21.8896448,20.5863581 21.6962375,20.328425 21.695,20.035 C21.695,19.7293104 21.4471896,19.4815 21.1415,19.4815 C20.8358104,19.4815 20.588,19.7293104 20.588,20.035 C20.5686427,20.3875741 20.277105,20.6635445 19.924,20.6635445 C19.570895,20.6635445 19.2793573,20.3875741 19.26,20.035 C19.2473925,19.7384547 19.0033131,19.5045319 18.7065,19.5045319 C18.4096869,19.5045319 18.1656075,19.7384547 18.153,20.035 C18.1511013,20.3278091 17.9579,20.5849198 17.6771818,20.6682149 C17.3964636,20.75151 17.0942959,20.6413858 16.933,20.397 L16.808,19.901 C16.8072465,19.6877019 16.6838884,19.4938528 16.4909848,19.4028317 C16.2980813,19.3118105 16.0700271,19.3398466 15.9049138,19.4748808 C15.7398005,19.609915 15.6670679,19.8278707 15.718,20.035 C15.718,20.31 15.781,20.57 15.892,20.802 L16.935,24.974 L16.935,29.223 L15.275,29.223 C15.1673948,29.2228815 15.0620926,29.2541594 14.972,29.313 C14.411,25.743 11.069,23.505 11.069,19.261 C11.069,14.627 15.291,10.848 19.924,10.848 C24.557,10.848 28.779,14.628 28.779,19.261 C28.779,23.505 25.437,25.743 24.876,29.314 L24.876,29.314 Z M15.501,35.644 L24.348,35.644 C23.479,36.261 21.509,37.525 19.924,37.525 C18.339,37.525 16.368,36.261 15.501,35.643 L15.501,35.644 Z M24.573,34.536 L15.275,34.536 C15.1988745,34.5362035 15.1236202,34.5522078 15.054,34.583 L15.054,32.939 C15.1233118,32.9696572 15.1982117,32.9856585 15.274,32.986 L24.573,32.986 C24.6494442,32.9857613 24.7250179,32.9697615 24.795,32.939 L24.795,34.583 C24.7250179,34.5522385 24.6494442,34.5362387 24.573,34.536 Z M24.573,30.33 C24.653,30.33 24.728,30.312 24.795,30.282 L24.795,31.926 C24.7251173,31.8949306 24.649478,31.8789169 24.573,31.879 L15.275,31.879 C15.1988433,31.8789075 15.1235283,31.8949247 15.054,31.926 L15.054,30.33 L15.052,30.282 C15.121,30.312 15.195,30.33 15.275,30.33 L24.573,30.33 L24.573,30.33 Z M18.026,24.772 L17.282,21.795 C17.8040493,21.8569165 18.3265105,21.6827628 18.707,21.32 C19.3883878,21.969397 20.4596122,21.969397 21.141,21.32 C21.5217113,21.6823941 22.0439945,21.8564885 22.566,21.795 L21.823,24.772 C21.8118889,24.8158061 21.8061798,24.8608071 21.806,24.906 L21.806,29.223 L18.043,29.223 L18.043,24.906 C18.0428202,24.8608071 18.0371111,24.8158061 18.026,24.772 L18.026,24.772 Z M29.886,5.977 C29.612,5.977 29.34,5.992 29.071,6.014 C27.4951365,2.36375632 23.8998804,-0.000106484089 19.924,-0.000106484089 C15.9481196,-0.000106484089 12.3528635,2.36375632 10.777,6.014 C10.507,5.992 10.237,5.977 9.962,5.977 C4.46,5.977 0,10.438 0,15.94 C0,20.837 3.534,24.906 8.191,25.742 L8.191,43.612 L31.657,43.612 L31.657,25.742 C36.314,24.906 39.848,20.837 39.848,15.94 C39.848,10.438 35.388,5.977 29.886,5.977 Z"></path></g></svg>');
}

.check-icon-primary {
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g fill="none" fill-rule="evenodd"><path stroke="%2385d0df" stroke-width="1.25" d="M8 15l5 5 9-9"/></g></svg>');
}

.check-icon-light {
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g fill="none" fill-rule="evenodd"><path stroke="%23fff" stroke-width="1.25" d="M8 15l5 5 9-9"/></g></svg>');
}

.check-icon-lg {
    width: 7.2rem;
    height: 7.2rem;
    margin-bottom: -.7rem;
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" viewBox="0 0 72 72"><defs><filter id="a" width="183.3%" height="183.3%" x="-41.7%" y="-33.3%" filterUnits="objectBoundingBox"><feOffset dy="4" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="6"/><feColorMatrix in="shadowBlurOuter1" result="shadowMatrixOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/><feMerge><feMergeNode in="shadowMatrixOuter1"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g fill="none" fill-rule="evenodd" stroke="%23fff" stroke-width="2" filter="url(#a)" transform="translate(12 8)"><circle cx="24" cy="24" r="23"/><path d="M10 23l10 10 18-18"/></g></svg>');
}

.download-icon-light {
    width: 1.3rem;
    height: 1.8rem;
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="18" viewBox="0 0 13 18"><g fill="none" fill-rule="evenodd"><path fill="%23fff" d="M6 0h1v14H6zM0 17h13v1H0z"/><path stroke="%23fff" d="M1 9l5.503 5.5L12 9"/></g></svg>');
}

.card, .recipe-item, .rounded-lg {
    border-radius: 1rem;
    overflow: hidden;
}

.item-description {
    color: #898989;
    font-weight: 400;
    font-size: 1.4rem;
}

.circle, .menu-planner .step, .modal .close, table.menu-plan .nav-next, table.menu-plan .nav-prev {
    border-width: 1px;
    border-style: solid;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0 !important;
    transition: border .25s,color .25s,background .25s,opacity .25s,-webkit-transform .15s;
    transition: border .25s,color .25s,background .25s,opacity .25s,transform .15s;
    transition: border .25s,color .25s,background .25s,opacity .25s,transform .15s,-webkit-transform .15s;
}

.card-planner .step, .circle-lg, .circle-xl {
    width: 4.4rem;
    min-width: 4.4rem;
    height: 4.4rem;
    font-size: 2.6rem;
}

@media (min-width:768px),print {
    .card-planner .step, .circle-lg, .circle-xl {
        width: 4.8rem;
        height: 4.8rem;
        font-size: 3.6rem;
    }
}

.circle-xl {
    border-width: .2rem;
}

#action-bar .step, .circle-sm, .circle-xs, table.menu-plan .nav-next, table.menu-plan .nav-prev {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.2rem;
    font-size: 1.4rem;
}

@media (min-width:768px),print {
    #action-bar .step, .circle-sm, .circle-xs, table.menu-plan .nav-next, table.menu-plan .nav-prev {
        font-size: 1.6rem;
    }
}

.circle-xs {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
}

.circle-primary, .menu-planner .breadcrumbs .active .step {
    border-color: #85d0df;
    color: #fff;
    background-color: #85d0df;
}

.circle-outline-primary, .menu-planner .breadcrumbs .complete .step {
    border-color: #85d0df;
    color: #85d0df;
    background-color: transparent;
}

.circle-outline-secondary, .menu-planner .step {
    border-color: #898989;
    color: #898989;
    background-color: transparent;
}

.circle-outline-gray {
    border-color: #ced4da;
    color: #ced4da;
    background-color: transparent;
}

.circle-light, table.menu-plan .nav-next, table.menu-plan .nav-prev {
    border-color: #fff;
    color: #85d0df;
    background-color: #fff;
}

#action-bar .step, .circle-outline-light {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.circle-black, .modal .close {
    border-color: #000;
    color: #fff;
    background-color: #000;
}

#action-bar {
    box-shadow: 0 0 3rem 0 rgba(0,0,0,.06);
    padding: .9rem 0;
}

    #action-bar .step {
        margin-right: .9rem;
    }

@media (max-width:374px) {
    #action-bar .step {
        display: none;
    }

    #action-bar .arrow-forward {
        margin-left: .4rem;
        margin-right: -.2rem;
    }

    #action-bar .arrow-back {
        margin-left: -.2rem;
        margin-right: .4rem;
    }
}

#action-bar .btn, #action-bar .home .day-selector .day a, #action-bar .home .timeofday .day_button.name, #action-bar .tag, #action-bar button.white, .home .day-selector .day #action-bar a, .home .timeofday #action-bar .day_button.name {
    margin: .2rem 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
    height: 4rem;
}

@media screen and (max-width:767px) {
    #action-bar .btn, #action-bar .home .day-selector .day a, #action-bar .home .timeofday .day_button.name, #action-bar .tag, #action-bar button.white, .home .day-selector .day #action-bar a, .home .timeofday #action-bar .day_button.name {
        font-size: 1.4rem;
        padding: .6rem 1.1rem;
        height: 3.6rem;
    }
}

.list-group-item-sm {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .tags > * {
        font-size: 1.4rem;
        margin: 0 .4rem .4rem 0;
        padding: 1rem 1.5rem;
    }

@media screen and (max-width:767px) {
    .tags > * {
        padding: .4rem 1.2rem;
        line-height: 2rem !important;
    }
}

.tag {
    border-color: #f2f2f2;
}

    .tag .close-icon-lg-primary:focus, .tag .close-icon-lg-primary:hover {
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8"><g stroke-width="1" fill="none" fill-rule="evenodd" stroke="%23dc3545"><path d="M1 0l8 8M9 0L1 8"/></g></svg>');
    }

@page {
    size: letter portrait;
    margin: .4in .5in;
}

@media print {
    .d-md-none, .d-print-none {
        display: none !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    #MainBody .header-main > .inner, .container, .footer-inner, .header-info > .inner, .home-content .inner, .info > .inner-content, .main-content > .inner-content, header.header-main > .inner {
        padding: 0;
        max-width: none;
    }

    .col-print-4, .recipe .content-left > .card .recipe-info .right, .recipe .content-left > .card .recipe-top .right, .recipe .content-left > .recipe-item .recipe-info .right, .recipe .content-left > .recipe-item .recipe-top .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-print-8, .recipe .content-left > .card .recipe-info .left, .recipe .content-left > .card .recipe-top h1, .recipe .content-left > .recipe-item .recipe-info .left, .recipe .content-left > .recipe-item .recipe-top h1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media print {
    html {
        font-size: 8px;
    }
}

.print header {
    margin: 1.5rem 0 5.6rem;
}

@media print {
    .print header {
        margin-top: 0;
    }
}

.print header .cookspiration-svg {
    width: 4rem;
}

.print header .menu-planner-svg {
    width: 2.4rem;
}

.print footer {
    margin: 3.3rem 0;
}

@media print {
    .print footer {
        margin-bottom: 0;
    }
}

button {
    cursor: pointer;
}

    .btn, .home .day-selector .day a, .home .timeofday .day_button.name, .tag, button.white {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:not([disabled]):not(.disabled):active {
    color: #fff;
}

.btn-outline-light, .genre-selector button.white, .home .day-selector .day a, .home .timeofday .day_button.name {
    transition: background .25s;
}

    .btn-outline-light:focus, .btn-outline-light:hover, .genre-selector button.white:focus, .genre-selector button.white:hover, .home .day-selector .day a:focus, .home .day-selector .day a:hover, .home .timeofday .day_button.name:focus, .home .timeofday .day_button.name:hover {
        color: #fff;
        background: hsla(0,0%,100%,.2);
    }

    .btn-outline-light.active, .btn-outline-light:active, .genre-selector button.active.white, .genre-selector button.white:active, .home .day-selector .day a.active, .home .day-selector .day a:active, .home .timeofday .active.day_button.name, .home .timeofday .day_button.name:active {
        background-color: hsla(0,0%,100%,.2) !important;
        color: #fff !important;
    }

.btn-jumbo, .home .timeofday .day_button.name {
    font-size: 1.8rem;
}

@media (min-width:768px),print {
    .btn-jumbo, .home .timeofday .day_button.name {
        font-size: 2.5rem;
    }
}

.btn-jumbo.btn-outline-light, .genre-selector button.btn-jumbo.white, .home .day-selector .day a.btn-jumbo, .home .timeofday .day_button.name {
    border-width: 1px;
}

@media (min-width:768px),print {
    .btn-jumbo.btn-outline-light, .genre-selector button.btn-jumbo.white, .home .day-selector .day a.btn-jumbo, .home .timeofday .day_button.name {
        border-width: .2rem;
    }
}

.btn-circle, .home .category > .item, .home .day-selector .tod > .item {
    margin: 0 1.1rem 2rem;
}

@media (min-width:768px),print {
    .btn-circle, .home .category > .item, .home .day-selector .tod > .item {
        margin: 0 1.5rem 2rem;
    }
}

.btn-circle > a > img, .home .category > .item > a > img, .home .day-selector .tod > .item > a > img {
    height: 8.4rem !important;
}

@media (min-width:768px),print {
    .btn-circle > a > img, .home .category > .item > a > img, .home .day-selector .tod > .item > a > img {
        height: 11.8rem !important;
    }
}

.btn-circle > *, .home .category > .item > *, .home .day-selector .tod > .item > * {
    display: block;
    width: 8.4rem !important;
}

@media (min-width:768px),print {
    .btn-circle > *, .home .category > .item > *, .home .day-selector .tod > .item > * {
        width: 11.8rem !important;
    }
}

.btn-circle img, .home .category > .item img, .home .day-selector .tod > .item img {
    height: auto !important;
    width: 100% !important;
    transition: background .25s;
}

.btn-circle.active img, .btn-circle:focus img, .btn-circle:hover img, .home .category > .active.item img, .home .category > .item:focus img, .home .category > .item:hover img, .home .day-selector .tod > .active.item img, .home .day-selector .tod > .item:focus img, .home .day-selector .tod > .item:hover img {
    background: hsla(0,0%,100%,.2);
}

.btn-light, button.white {
    border-color: #fff;
    background-color: #fff;
    color: #85d0df;
    font-weight: 300;
}

    .btn-light:focus, .btn-light:hover, button.white:focus, button.white:hover {
        border-color: #fff;
        background-color: hsla(0,0%,100%,.8);
        color: #85d0df;
    }

button.white {
    padding: 1.5rem 3.6rem;
}

@media screen and (max-width:767px) {
    button.white {
        font-size: 1.8rem;
        padding: 1.3rem 3.6rem;
    }
}

button.arrow:before {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .7rem;
    margin-left: -.2rem;
    content: "";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="13" viewBox="0 0 17 13"><g fill="none" stroke="%23fff" stroke-width="1.25"><path d="M0 6h16M10 0l6 6-6 6"/></g></svg>');
}

.menu-planner a.step:active, .modal a.close:active, a.arrow-back:active, a.arrow-forward:active, a.arrow-icon:active, a.check-icon-lg:active, a.check-icon-light:active, a.check-icon-primary:active, a.chevron-forward:active, a.circle:active, a.close-icon-lg-primary:active, a.close-icon-light:active, a.close-icon-primary:active, a.cookspiration-icon:active, a.custom-icon:active, a.day-night-icon:active, a.download-icon-light:active, a.facts-icon:active, a.menu-planner-icon-primary:active, a.menu-planner-icon:active, a.menu-planner-lg-icon:active, a.plus-icon-lg-primary:active, a.plus-icon-light:active, a.plus-icon:active, a.search-icon:active, a.spice-icon:active, a.switch-icon-primary:active, table.menu-plan a.nav-next:active, table.menu-plan a.nav-prev:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.menu-planner a.arrow-back.step:active, .menu-planner a.flip-icon.step:active, .modal a.arrow-back.close:active, .modal a.flip-icon.close:active, a.arrow-back:active, a.circle.arrow-back:active, a.circle.flip-icon:active, a.custom-icon.flip-icon:active, a.flip-icon.arrow-forward:active, a.flip-icon.arrow-icon:active, a.flip-icon.check-icon-lg:active, a.flip-icon.check-icon-light:active, a.flip-icon.check-icon-primary:active, a.flip-icon.chevron-forward:active, a.flip-icon.close-icon-lg-primary:active, a.flip-icon.close-icon-light:active, a.flip-icon.close-icon-primary:active, a.flip-icon.cookspiration-icon:active, a.flip-icon.day-night-icon:active, a.flip-icon.download-icon-light:active, a.flip-icon.facts-icon:active, a.flip-icon.menu-planner-icon-primary:active, a.flip-icon.menu-planner-icon:active, a.flip-icon.menu-planner-lg-icon:active, a.flip-icon.plus-icon-lg-primary:active, a.flip-icon.plus-icon-light:active, a.flip-icon.plus-icon:active, a.flip-icon.search-icon:active, a.flip-icon.spice-icon:active, a.flip-icon.switch-icon-primary:active, table.menu-plan a.arrow-back.nav-next:active, table.menu-plan a.flip-icon.nav-next:active, table.menu-plan a.nav-prev:active {
    -webkit-transform: rotate(180deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
}

.card, .recipe-item {
    box-shadow: 0 .6rem 2rem 0 rgba(0,0,0,.06);
}

.print .card, .print .recipe-item {
    box-shadow: none;
    margin-bottom: -1rem !important;
}

.card .new-label, .recipe-item .new-label {
    background-color: #85d0df;
    color: #fff;
    border-radius: 0 0 .4rem .4rem;
    padding: .8rem 1.2rem;
    top: 0;
    left: 4rem;
    position: absolute;
    text-transform: uppercase;
    line-height: 2rem;
}

.card-body, .recipe-item .recipe-item-info a {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

.card-img-top {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*height: 33.5rem;*/
    text-shadow: 0 4px 12px rgba(0,0,0,.75);
}

.card-img-top-sm {
    height: 20rem;
}

.recipe .content-left > .card .recipe-info table.ingredients, .recipe .content-left > .recipe-item .recipe-info table.ingredients, .table {
    margin-top: 1.5rem;
}

    .recipe .content-left > .card .recipe-info table.ingredients td, .recipe .content-left > .card .recipe-info table.ingredients th, .recipe .content-left > .recipe-item .recipe-info table.ingredients td, .recipe .content-left > .recipe-item .recipe-info table.ingredients th, .table-sm td, .table-sm th {
        padding-top: .7rem;
        padding-bottom: .7rem;
    }

table.menu-plan {
    width: 100%;
}

    table.menu-plan th {
        font-weight: 300;
        font-size: 1.5rem;
        padding: .8rem 1rem;
    }

    table.menu-plan td {
        padding: 1.7rem 1rem;
        vertical-align: top;
    }

    table.menu-plan td, table.menu-plan th {
        width: 100%;
    }

@media (min-width:768px),print {
    table.menu-plan td, table.menu-plan th {
        width: 14.28571%;
    }
}

table.menu-plan td:first-child, table.menu-plan td:last-child, table.menu-plan th:first-child, table.menu-plan th:last-child {
    width: 0;
}

.print table.menu-plan td:first-child, .print table.menu-plan td:last-child, .print table.menu-plan th:first-child, .print table.menu-plan th:last-child {
    padding-left: 2rem;
}

@media screen and (max-width:767px) {
    table.menu-plan td:first-child, table.menu-plan th:first-child {
        padding-left: 2rem;
    }

    table.menu-plan td:last-child, table.menu-plan th:last-child {
        padding-right: 2rem;
    }
}

@media screen and (max-width:767px) {
    table.menu-plan tbody td, table.menu-plan thead th {
        display: none;
    }

        table.menu-plan tbody td.shown, table.menu-plan tbody td:first-child, table.menu-plan tbody td:last-child, table.menu-plan thead th.shown, table.menu-plan thead th:first-child, table.menu-plan thead th:last-child {
            display: table-cell;
        }
}

@media (min-width:768px),print {
    table.menu-plan td:first-child > *, table.menu-plan td:last-child > *, table.menu-plan th:first-child > *, table.menu-plan th:last-child > * {
        display: none;
    }
}

table.menu-plan thead th {
    color: #fff;
    background-color: #85d0df;
}

table.menu-plan tbody th {
    background-color: #f2f2f2;
}

table.menu-plan .nav-next.disabled, table.menu-plan .nav-prev.disabled {
    opacity: 0;
    pointer-events: none;
}

table.menu-plan .bg-cover, table.menu-plan .card-img-top {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
    margin-top: -.2rem;
    margin-bottom: -.3rem;
}

    table.menu-plan .bg-cover:focus + div > a:first-child, table.menu-plan .bg-cover:hover + div > a:first-child, table.menu-plan .card-img-top:focus + div > a:first-child, table.menu-plan .card-img-top:hover + div > a:first-child {
        color: #85d0df;
    }

table.menu-plan .small {
    color: #898989;
    font-weight: 400;
}

table.menu-plan a.small:focus, table.menu-plan a.small:hover {
    color: #85d0df;
}

table.menu-plan th .small {
    margin-bottom: .2rem;
}

table.menu-plan .recipe-stub .small {
    margin-bottom: .7rem;
    display: block;
}

@media (min-width:768px),print {
    table.menu-plan .recipe-stub .small {
        margin-top: 1rem;
    }

    .print table.menu-plan .recipe-stub .small {
        margin-top: 0;
    }
}

.menu-planner .print table.menu-plan .step, .modal .print table.menu-plan .close, .print table.menu-plan .bg-cover, .print table.menu-plan .card-img-top, .print table.menu-plan .circle, .print table.menu-plan .menu-planner .step, .print table.menu-plan .modal .close, .print table.menu-plan .nav-next, .print table.menu-plan .nav-prev {
    display: none !important;
}

.form-control {
    padding: 1.1rem 1.5rem;
}

.form-control, .form-control-sm {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.form-control-sm {
    padding: .9rem 1.5rem;
}

.custom-control {
    margin-right: 0;
}

    .custom-control.form-control-sm {
        padding: .7rem 0 .7rem 3rem;
    }

.custom-control-indicator {
    border: 1px solid #e0e2e0;
    top: -.3rem;
    transition: background .25s;
}

.form-control-sm .custom-control-indicator {
    width: 2rem;
    height: 2rem;
    top: .5rem;
}

.custom-control-input:checked ~ .custom-control-indicator {
    border-color: #85d0df;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    border-color: #e8eae8;
}

.custom-control-active:checked ~ .custom-control-indicator {
    border-color: #48b9cf;
}

label {
    margin-bottom: .8rem;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.modal .close {
    position: fixed;
    top: 2rem;
    right: 3rem;
    z-index: 1;
}

.modal .card, .modal .recipe-item {
    margin: 0 !important;
}

.menu-planner .modal-backdrop {
    background-color: #eaecea;
}

    .menu-planner .modal-backdrop.show {
        opacity: .75;
    }

.modal-dialog {
    margin: 8rem 10px;
}

@media (min-width:768px),print {
    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:768px),print {
    #substitute-recipe-modal .modal-dialog, #tag-selector-modal .modal-dialog {
        max-width: 82rem;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #tutorial-modal .modal-dialog {
        max-width: 55.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.dismiss {
    font-size: 75%;
    margin: 1.2rem 0 -.3rem;
    color: #898989;
    font-weight: 400;
}

@media (min-width:768px),print {
    .dismiss {
        position: absolute;
        right: 3rem;
        top: 3.1rem;
        margin: 0;
    }
}

#MainBody .header-main, header.header-main {
    background: rgba(133,208,223,.9);
}

@media screen and (max-width:767px) {
    #MainBody .header-main > .inner, header.header-main > .inner {
        max-width: none;
        padding: 0 1rem;
    }
}

#MainBody .header-main .logo > a, header.header-main .logo > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #MainBody .header-main .logo > a img, header.header-main .logo > a img {
        margin-right: 1.2rem;
        height: 4.3rem;
    }

#MainBody .header-main .right, header.header-main .right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#MainBody .header-main .social-right, header.header-main .social-right {
    display: none;
}

#MainBody .header-main .language, header.header-main .language {
    font-size: 1.4rem;
}

    #MainBody .header-main .language a:before, header.header-main .language a:before {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        content: "";
        display: inline-block;
        width: 1.2rem;
        height: 1rem;
        margin-right: .7rem;
        vertical-align: middle;
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10"><path fill="%23FFF" fill-rule="evenodd" d="M6 0C2.687 0 0 2.015 0 4.5c0 1.331.775 2.523 2 3.348V10l2.07-1.242A7.842 7.842 0 0 0 6 9c3.313 0 6-2.015 6-4.5S9.313 0 6 0"/></svg>');
    }

body {
    padding-top: 6.1rem;
}

    body.no-navbar, body.print {
        padding-top: 0;
    }

@media (min-width:768px),print {
    #MainBody .header-main .language + *, .navbar-nav + *, header.header-main .language + * {
        margin-left: 3rem;
    }

    #MainBody .header-main .language .nav-link, #MainBody .header-main .language a, .footer ul .navbar-nav a, .navbar-nav .footer ul a, .navbar-nav .nav-link, header.header-main .language .nav-link, header.header-main .language a {
        padding-left: 0;
        padding-right: 0;
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -20rem;
    width: 20rem;
    box-shadow: 0 .6rem 2rem 0 rgba(0,0,0,.16);
    opacity: 0;
    padding: 1.5rem 2rem;
    transition: opacity .4s,right .4s;
    font-weight: 300;
    z-index: 100;
}

    #mobile-nav .navbar-toggler {
        margin-bottom: 5rem;
    }

        #mobile-nav .navbar-toggler ~ * {
            margin-bottom: 4rem !important;
        }

    #mobile-nav .nav-primary {
        font-size: 2rem;
    }

    #mobile-nav .nav-secondary {
        font-size: 1.4rem;
    }

        #MainBody .header-main .language #mobile-nav .nav-secondary a, #mobile-nav .nav-secondary #MainBody .header-main .language a, #mobile-nav .nav-secondary .footer ul a, #mobile-nav .nav-secondary .nav-link, #mobile-nav .nav-secondary header.header-main .language a, .footer ul #mobile-nav .nav-secondary a, header.header-main .language #mobile-nav .nav-secondary a {
            padding-top: .5rem;
            padding-bottom: .5rem;
        }

    #mobile-nav .language {
        font-size: 1.2rem;
    }

    #MainBody .header-main .language #mobile-nav a, #mobile-nav #MainBody .header-main .language a, #mobile-nav .footer ul a, #mobile-nav .nav-link, #mobile-nav header.header-main .language a, .footer ul #mobile-nav a, header.header-main .language #mobile-nav a {
        color: #fff;
        padding-left: 0;
        padding-right: 0;
    }

    #mobile-nav.mobile-nav-expanded {
        opacity: 1;
        right: 0;
    }

.page-overlay {
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.5));
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s;
}

.mobile-nav-expanded .page-overlay {
    opacity: 1;
}

.navbar-toggler-icon {
    width: 3.8rem;
    height: 3rem;
    background-size: 100% 100%;
}

.main-content > .inner-content {
    padding-top: 2rem;
}

@media (min-width:768px),print {
    .main-content > .inner-content {
        padding-top: 4rem;
    }
}

.main-content > .inner-content > h1:first-child {
    margin-bottom: 1.7rem;
}

.behind-navbar, .header-info, .home .home-top {
    margin-top: -6.1rem;
}

.footer {
    margin-top: 5rem;
    background: #f4f4f4;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 2.2rem 0 1.8rem;
}

@media (min-width:768px),print {
    .footer {
        margin-top: -5rem;
    }
}

.footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:576px) and (max-width:639px) {
    .footer .social {
        padding-left: 10rem;
    }
}

.footer .social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-left: .3rem;
    background-size: contain;
}

.footer .social .fb {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="-11 -7 30 30"><g stroke="none" transform="translate(-11, -7)" fill="%23FFFFFF"><path d="M18.9915,7.39285714 L18.9915,9.75 L17.5897143,9.75 C17.077807,9.75 16.7325723,9.85714179 16.554,10.0714286 C16.3754277,10.2857154 16.2861429,10.6071407 16.2861429,11.0357143 L16.2861429,12.7232143 L18.9022143,12.7232143 L18.554,15.3660714 L16.2861429,15.3660714 L16.2861429,22.1428571 L13.554,22.1428571 L13.554,15.3660714 L11.2772143,15.3660714 L11.2772143,12.7232143 L13.554,12.7232143 L13.554,10.7767857 C13.554,9.66963732 13.8635207,8.81101496 14.4825714,8.20089286 C15.1016221,7.59077076 15.9260187,7.28571429 16.9557857,7.28571429 C17.8307901,7.28571429 18.5093547,7.32142821 18.9915,7.39285714 Z"></path></g></svg>');
}

.footer .social .twitter {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="-8 -9 30 30"><g stroke="none" transform="translate(-8, -9)" fill="%23FFFFFF"><path d="M22.0352857,10.9285714 C21.6364742,11.5119077 21.1543362,12.0089265 20.5888571,12.4196429 C20.5948096,12.5029766 20.5977857,12.6279754 20.5977857,12.7946429 C20.5977857,13.5684563 20.4846916,14.34077 20.2585,15.1116071 C20.0323084,15.8824443 19.6885618,16.6220203 19.22725,17.3303571 C18.7659382,18.038694 18.2168365,18.6651758 17.5799286,19.2098214 C16.9430206,19.754467 16.1751712,20.1889865 15.2763571,20.5133929 C14.3775431,20.8377992 13.4162432,21 12.3924286,21 C10.7793253,21 9.30314955,20.5684567 7.96385714,19.7053571 C8.17219152,19.7291668 8.40433205,19.7410714 8.66028571,19.7410714 C9.99957812,19.7410714 11.1930186,19.3303612 12.2406429,18.5089286 C11.6156397,18.4970238 11.0561215,18.3050614 10.5620714,17.9330357 C10.0680213,17.56101 9.72873902,17.0863124 9.54421429,16.5089286 C9.74064384,16.5386906 9.92218964,16.5535714 10.0888571,16.5535714 C10.3448108,16.5535714 10.5977845,16.5208337 10.8477857,16.4553571 C10.1811157,16.3184517 9.6290379,15.9866098 9.19153571,15.4598214 C8.75403353,14.9330331 8.53528571,14.3214321 8.53528571,13.625 L8.53528571,13.5892857 C8.94004964,13.8154773 9.37456911,13.9374999 9.83885714,13.9553571 C9.44599804,13.6934511 9.13350116,13.3511926 8.90135714,12.9285714 C8.66921312,12.5059503 8.55314286,12.0476215 8.55314286,11.5535714 C8.55314286,11.0297593 8.68409393,10.5446451 8.946,10.0982143 C9.6662417,10.9851235 10.542721,11.6949378 11.5754643,12.2276786 C12.6082075,12.7604193 13.7138512,13.0565473 14.8924286,13.1160714 C14.8448093,12.8898798 14.821,12.6696439 14.821,12.4553571 C14.821,11.6577341 15.1022472,10.9776814 15.66475,10.4151786 C16.2272528,9.85267576 16.9073055,9.57142857 17.7049286,9.57142857 C18.5382661,9.57142857 19.24064,9.87499696 19.8120714,10.4821429 C20.4608842,10.3571422 21.0709971,10.1250017 21.6424286,9.78571429 C21.4221894,10.4702415 20.9995746,10.9999981 20.3745714,11.375 C20.9281456,11.3154759 21.4817115,11.1666679 22.0352857,10.9285714 Z"></path></g></svg>');
}

@media screen and (max-width:767px) {
    #MainBody .header-main .language .footer a, .footer #MainBody .header-main .language a, .footer .nav-link, .footer header.header-main .language a, .footer ul a, header.header-main .language .footer a {
        padding-left: .8rem;
        padding-right: .8rem;
    }
}

#MainBody .footer header.header-main .language a:first-child a, #MainBody .header-main .language .footer .nav-item:first-child a, #MainBody .header-main .language .footer a:first-child .nav-link, #MainBody .header-main .language .footer a:first-child a, #MainBody .header-main .language .footer ul li:first-child a, .footer #MainBody .header-main .language a:first-child .nav-link, .footer #MainBody .header-main .language a:first-child a, .footer .nav-item:first-child #MainBody .header-main .language a, .footer .nav-item:first-child .nav-link, .footer .nav-item:first-child header.header-main .language a, .footer .nav-item:first-child ul a, .footer header.header-main .language a:first-child .nav-link, .footer header.header-main .language a:first-child a, .footer ul .nav-item:first-child a, .footer ul li:first-child #MainBody .header-main .language a, .footer ul li:first-child .nav-link, .footer ul li:first-child a, header.header-main .language .footer .nav-item:first-child a, header.header-main .language .footer a:first-child .nav-link, header.header-main .language .footer a:first-child a {
    padding-left: 0;
}

#MainBody .footer header.header-main .language a:last-child a, #MainBody .header-main .language .footer .nav-item:last-child a, #MainBody .header-main .language .footer a:last-child .nav-link, #MainBody .header-main .language .footer a:last-child a, #MainBody .header-main .language .footer ul li:last-child a, .footer #MainBody .header-main .language a:last-child .nav-link, .footer #MainBody .header-main .language a:last-child a, .footer .nav-item:last-child #MainBody .header-main .language a, .footer .nav-item:last-child .nav-link, .footer .nav-item:last-child header.header-main .language a, .footer .nav-item:last-child ul a, .footer header.header-main .language a:last-child .nav-link, .footer header.header-main .language a:last-child a, .footer ul .nav-item:last-child a, .footer ul li:last-child #MainBody .header-main .language a, .footer ul li:last-child .nav-link, .footer ul li:last-child a, header.header-main .language .footer .nav-item:last-child a, header.header-main .language .footer a:last-child .nav-link, header.header-main .language .footer a:last-child a {
    padding-right: 0;
}

.footer-nav {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
}

@media (min-width:576px) {
    .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width:767px) {
    .footer-inner {
        max-width: none;
        padding: 0 2rem;
    }
}

.footer-logo img {
    margin-bottom: .3rem;
    width: 16.5rem;
}

.footer-misc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer-misc .copyright {
        font-size: 1.2rem;
        margin: 1.4rem 0 1rem;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        color: #898989;
        font-weight: 400;
    }

@media (min-width:640px) {
    .footer-misc .copyright {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
        margin: 0 auto 0 3rem;
    }
}

@media (min-width:768px),print {
    .home {
        /* margin-bottom: -4rem; */
    }
}

.home .selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #8ed4e2;
    overflow: auto;
    position: fixed;
    transition: height .5s,opacity .5s;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    text-align: center;
}

    .home .selector > .inner {
        margin: auto;
        padding: 3rem 0;
    }

    .home .selector.active {
        height: 100%;
        opacity: 1;
    }

    .home .selector h1 {
        color: #fff;
        margin-bottom: 3.8rem;
        font-size: 3.6rem;
    }

@media (min-width:768px),print {
    .home .selector h1 {
        font-size: 4.8rem;
        margin-bottom: 10rem;
    }
}

.home .home-top {
    color: #fff !important;
    line-height: 1.2;
    background-color: #000;
    background-position: 50% !important;
    padding-bottom: 9rem;
}

@media (min-width:768px),print {
    .home .home-top {
        padding-bottom: 14.4rem;
    }
}

.home .home-top > .inner {
    text-align: center;
    padding-top: 8.5rem;
}

@media (min-width:768px),print {
    .home .home-top > .inner {
        padding-top: 11rem;
    }
}

.home .home-top a, .home .selector a {
    color: #fff !important;
}

@media (min-width:768px),print {
    .home .home-top, .home .selector {
        font-size: 2rem;
    }
}



.home .timeofday img {
    width: 12.7rem;
    width: 8.8rem;
}

@media (min-width:768px),print {
    .home .timeofday img {
        width: 23.5rem;
        height: 16.3rem;
    }
}

.home .timeofday .day_button {
    cursor: pointer;
}

.home .category {
    margin: 3.2rem auto 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 37.5rem;
}

@media (min-width:768px),print {
    .home .category {
        margin: 5.5rem auto 1.2rem;
        max-width: none;
    }
}

.home .genre-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .home .genre-button-wrapper > * {
        cursor: pointer;
        margin: 0 1.8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.home .genre-button > img {
    width: 2.8rem;
    height: 1.6rem;
}

@media (min-width:768px),print {
    .home .genre-button > img {
        width: 3.7rem;
        height: 2.3rem;
    }
}

.dayselect, .genreselect {
    overflow: hidden;
}

    .dayselect .header-main, .genreselect .header-main {
        opacity: 0 !important;
        pointer-events: none;
    }

.home .day-selector .day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.6rem;
}

@media (min-width:768px),print {
    .home .day-selector .day {
        margin-bottom: 5.5rem;
    }
}

@media (min-width:768px),print {
    .home .day-selector .day a {
        padding: 1.2rem 0;
        width: 12.6rem;
        margin: 0 .5rem;
    }
}

@media screen and (max-width:767px) {
    .home .day-selector .day a {
        font-size: 1.6rem;
        line-height: 1.25;
        text-indent: -30rem;
        overflow: hidden;
        padding: .9rem 0;
        position: relative;
        width: 5rem;
        border-right-width: 0;
        border-radius: 0;
        color: #8ed4e2 !important;
    }

        .home .day-selector .day a:first-child {
            border-radius: .6rem 0 0 .6rem;
        }

        .home .day-selector .day a:last-child {
            border-right-width: 1px;
            border-radius: 0 .6rem .6rem 0;
        }

        .home .day-selector .day a:before {
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            text-indent: 0;
        }

    [lang=en] .home .day-selector .day a:first-child::before {
        content: "Sun";
    }

    [lang=fr] .home .day-selector .day a:first-child::before {
        content: "dim";
    }

    [lang=en] .home .day-selector .day a:nth-child(2):before {
        content: "Mon";
    }

    [lang=fr] .home .day-selector .day a:nth-child(2):before {
        content: "lun";
    }

    [lang=en] .home .day-selector .day a:nth-child(3):before {
        content: "Tue";
    }

    [lang=fr] .home .day-selector .day a:nth-child(3):before {
        content: "mar";
    }

    [lang=en] .home .day-selector .day a:nth-child(4):before {
        content: "Wed";
    }

    [lang=fr] .home .day-selector .day a:nth-child(4):before {
        content: "mer";
    }

    [lang=en] .home .day-selector .day a:nth-child(5):before {
        content: "Thu";
    }

    [lang=fr] .home .day-selector .day a:nth-child(5):before {
        content: "jeu";
    }

    [lang=en] .home .day-selector .day a:nth-child(6):before {
        content: "Fri";
    }

    [lang=fr] .home .day-selector .day a:nth-child(6):before {
        content: "ven";
    }

    [lang=en] .home .day-selector .day a:nth-child(7):before {
        content: "Sat";
    }

    [lang=fr] .home .day-selector .day a:nth-child(7):before {
        content: "sam";
    }
}

@media (max-width:374px) {
    .home .day-selector .day a {
        width: 4.2rem;
        font-size: 1.5rem;
    }
}

.home .day-selector .tod {
    margin: 0 auto 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .home .day-selector .tod {
        margin-bottom: 0;
        max-width: 37.5rem;
    }
}

.home .day-selector .tod > .item {
    margin: 0 1rem 2rem;
}

@media (max-width:399px) {
    .home .day-selector {
        padding: 1.5rem 0;
    }

        .home .day-selector .day, .home .day-selector h1 {
            margin-bottom: 3rem;
        }

        .home .day-selector .tod > .item {
            margin-bottom: 1rem;
        }
}

@media (max-width:349px) {
    .home .day-selector .day, .home .day-selector h1 {
        margin-bottom: 1.5rem;
    }

    .home .day-selector .tod > .item {
        margin-bottom: 0;
    }
}

.genre-selector h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:768px),print {
    .genre-selector h1 {
        margin-bottom: 6.8rem !important;
    }
}

.genre-selector h1 img {
    width: 3.7rem;
    margin-right: 1.8rem;
}

@media screen and (max-width:767px) {
    .genre-selector h1 img {
        display: none;
    }
}

.genre-selector ul {
    list-style: none;
    padding: 0;
    margin: 3.6rem 0;
    line-height: 2.6rem;
}

@media (min-width:768px),print {
    .genre-selector ul {
        line-height: 1.5;
        margin: 0 0 6rem;
        text-align: left;
        width: 58rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .genre-selector ul > li {
            width: 45%;
        }
}

.genre-selector button.white {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

#second {
    background: #E7F6F9;
}

#second > .inner .devices {
    background: url(../img/three-devices-1.png) no-repeat left 5rem; 
    background-size: 37rem;
    margin-top: 0rem;
    margin-left: 1rem;
    padding: 14rem 1rem 4.2rem 0rem;
    width: 100%;
}


@media (min-width:768px),print {
    #second > .inner .devices {
        background-position: 100% 0;
        background-position: 0rem;
        background-size: 62rem;
        margin-left: 0rem;
        margin-top: 0rem;  
        padding: 20rem 0 15rem;
    }
    
}

#second > .inner .devices .top-text {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    height: 45.8rem;
}

@media (min-width:768px),print {
    #second > .inner .devices .top-text {
        font-size: 2rem;
        text-align: right;
        width: 56rem;
        height: auto;
        padding-bottom: 20.8rem;
    }
}



@media (max-width:374px) {
    #second > .inner .devices {
        background-size: 30rem;
    }

        #second > .inner .devices .top-text {
            height: 41.4rem;
        }
}

#second > .inner .devices .content {
    text-align: left;
    margin: 3rem auto 0;
    margin-top: 13rem;
    margin-left: 0rem;
    max-width: 38rem;
}

@media (min-width:768px),print {
    #second > .inner .devices .content {
        margin: 0rem auto 0 66.15rem;
        max-width: none;
        width: 34rem;
        text-align: left;
    }
}

#second > .inner .devices .content p {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 3.1rem;
}

    #second > .inner .devices .content p + a {
        margin-right: .5rem;
    }

#second > .inner .devices .content br {
    display: none;
}

@media (max-width:400px),print {
    #second > .inner .devices {
    background-size: 18em;
    background-position: 0rem 10rem;
    }

}

.home-content-sub {
    height: 35rem;
    margin: 7.2rem;
    width: 70rem;
}

.home-content-sub > div > img.icon {
    padding: 2rem 0rem;
}

.home-content-sub > div > p {
    font-size: 1.8rem;
    font-weight: 300;
}

.right-text {
    max-width: 60rem;
}

.left-text {
    max-width: 45rem;

}

.third-right {
    background: url(../img/ipad-2-review.png) no-repeat left 0rem; 
    background-size: 20.5rem;
    margin-left: 15rem;
}

#third > div:nth-child(2) {
    background: #FAFAFA;
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 0.4rem 0rem;
    max-width: 100%;
}


.third-left {
    background: url(../img/ipad-1-dessert.png) no-repeat right 0rem; 
    background-size: 20.5rem;
    margin-left: 15rem;
}

.third-left2 {
    background: url(../img/ipad-3-nutrition.png) no-repeat right 0rem; 
    background-size: 20.5rem;
    margin-left: 15rem;

}

.text-section {
    margin-left: 25rem;
}

@media (max-width:767px),print {

    .home-content-sub {
        height: 35rem;
        margin: 5rem 1rem !important;
        margin-bottom: -3rem !important;
    }

    .home-content-sub > div > p {
        font-size: 1.8rem;
        font-weight: 300;
    }

    #third > div > div > section > div > img, #third > div > section.home-content-sub.third-left > div > img, #third > div > section.home-content-sub.third-left2 > div > img
    {
        padding-top: 18.9rem;
        margin-left: 19.5rem;
    }
    
    
    .third-right {
        background: url(../img/ipad-2-review.png) no-repeat left 0rem; 
    }

    .third-left {
        background: url(../img/ipad-1-dessert.png) no-repeat left 0rem; 
    }
    
    .third-left2 {
        background: url(../img/ipad-3-nutrition.png) no-repeat left 0rem; 
    }

    .third-left, .third-left2, .third-right {
        background-size: 17.9rem;
        margin: 10rem 0rem;
        padding-bottom: 60rem;
        width: 95%;
    }

    .text-section {
        margin: 0rem;
        margin-top: 10rem;
    }

    .right-text {
        max-width: none;
        margin-top: 0rem;
    }

    #third > div:nth-child(3) > section {
        padding-bottom: 43rem;
    }
}

@media (max-width:400px),print {
    #third > div:nth-child(1) > section > div > img {
        /* margin-left: 1rem !important; */
        width: 10rem;
        margin-bottom: 1.2rem;
    }
    
}



@media (min-width:576px) {
    .recipe-list {
        max-width: 78rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:575px) {
    .main-content.recipe .inner-content.content-right > .inner, .recipe-list, .recipe .content-right > .recipe-list, .recipe .content-right > .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.recipe-item {
    width: 100%;
    transition: box-shadow .25s;
}

    .recipe-item:focus, .recipe-item:hover {
        box-shadow: 0 .6rem 2rem 0 rgba(0,0,0,.16);
    }

    .recipe-item .new-recipe {
        display: none;
    }

    .recipe-item.new .new-recipe {
        display: block;
        position: absolute;
        right: 3rem;
        top: -.4rem;
        width: 3rem;
    }

    .recipe-item .recipe-image a {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        display: block;
        height: 33.5rem;
    }

    .recipe-item .recipe-image:focus + .recipe-item-info a, .recipe-item .recipe-image:hover + .recipe-item-info a {
        color: #85d0df;
    }

    .recipe-item .recipe-item-info a {
        display: block;
        color: #4a4a4a;
    }

        .recipe-item .recipe-item-info a:focus, .recipe-item .recipe-item-info a:hover {
            color: #85d0df;
        }

.main-content.recipe .content-right {
    margin-top: 2rem;
}

@media (min-width:768px),print {
    .main-content.recipe .content-right {
        margin-top: 0;
    }
}

.print .recipe .content-left > .card, .print .recipe .content-left > .recipe-item {
    margin-bottom: -3rem !important;
}

.recipe .content-left > .card .recipe-image, .recipe .content-left > .recipe-item .recipe-image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: block;
    height: 44.6rem;
}

.print .recipe .content-left > .card .recipe-image, .print .recipe .content-left > .recipe-item .recipe-image {
    display: none;
}

@media screen and (max-width:767px) {
    .recipe .content-left > .card .recipe-inner > *, .recipe .content-left > .recipe-item .recipe-inner > * {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.print .recipe .content-left > .card .recipe-inner > *, .print .recipe .content-left > .recipe-item .recipe-inner > * {
    padding-left: 4rem;
    padding-right: 4rem;
}

.recipe .content-left > .card .recipe-top, .recipe .content-left > .recipe-item .recipe-top {
    border-top: none;
}

.print .recipe .content-left > .card .recipe-top, .print .recipe .content-left > .recipe-item .recipe-top {
    padding-top: 0;
}

.recipe .content-left > .card .recipe-top h1, .recipe .content-left > .recipe-item .recipe-top h1 {
    font-size: 2.6rem;
}

@media (min-width:768px),print {
    .recipe .content-left > .card .recipe-top h1, .recipe .content-left > .recipe-item .recipe-top h1 {
        font-size: 3.6rem;
    }
}

.recipe .content-left > .card .recipe-top h1, .recipe .content-left > .recipe-item .recipe-top h1 {
    margin-bottom: 0;
}

.recipe .content-left > .card .recipe-top h2, .recipe .content-left > .recipe-item .recipe-top h2 {
    margin: .3rem 0;
}

.recipe .content-left > .card .recipe-top .right, .recipe .content-left > .recipe-item .recipe-top .right {
    color: #898989;
    font-weight: 400;
    font-size: 1.4rem;
}

@media (min-width:768px),print {
    .print .recipe .content-left > .card .recipe-top .right, .print .recipe .content-left > .recipe-item .recipe-top .right {
        padding-left: 3rem;
    }
}

.recipe .content-left > .card .recipe-info, .recipe .content-left > .recipe-item .recipe-info {
    font-size: 1.4rem;
}

    .recipe .content-left > .card .recipe-info h2, .recipe .content-left > .recipe-item .recipe-info h2 {
        margin-bottom: 1rem;
    }

@media (min-width:768px),print {
    .recipe .content-left > .card .recipe-info .left, .recipe .content-left > .recipe-item .recipe-info .left {
        padding-right: 2rem;
    }
}

.recipe .content-left > .card .recipe-info .right, .recipe .content-left > .recipe-item .recipe-info .right {
    margin-top: 2rem;
}

@media (min-width:768px),print {
    .recipe .content-left > .card .recipe-info .right, .recipe .content-left > .recipe-item .recipe-info .right {
        margin-top: 0;
    }

    .print .recipe .content-left > .card .recipe-info .right, .print .recipe .content-left > .recipe-item .recipe-info .right {
        padding-left: 3rem;
    }
}

.recipe .content-left > .card .recipe-info .ingredients-content, .recipe .content-left > .recipe-item .recipe-info .ingredients-content {
    margin: 2rem 0 2.4rem;
}

.recipe .content-left > .card .recipe-info .servingNotes, .recipe .content-left > .recipe-item .recipe-info .servingNotes {
    margin: -.5rem 0 2rem;
}

    .recipe .content-left > .card .recipe-info .servingNotes ul li + li, .recipe .content-left > .recipe-item .recipe-info .servingNotes ul li + li {
        margin-top: .5rem;
    }

.recipe .content-left > .card .recipe-info table.ingredients, .recipe .content-left > .recipe-item .recipe-info table.ingredients {
    font-size: 75%;
}

    .recipe .content-left > .card .recipe-info table.ingredients td, .recipe .content-left > .recipe-item .recipe-info table.ingredients td {
        font-size: 1.2rem;
    }

.recipe .content-left > .card .recipe-info br + strong, .recipe .content-left > .card .recipe-info div > strong:first-child, .recipe .content-left > .card .recipe-info p > strong:first-child, .recipe .content-left > .recipe-item .recipe-info br + strong, .recipe .content-left > .recipe-item .recipe-info div > strong:first-child, .recipe .content-left > .recipe-item .recipe-info p > strong:first-child {
    display: block;
    margin: .6rem 0;
}

    .recipe .content-left > .card .recipe-info br + strong + br, .recipe .content-left > .card .recipe-info div > strong:first-child + br, .recipe .content-left > .card .recipe-info p > strong:first-child + br, .recipe .content-left > .recipe-item .recipe-info br + strong + br, .recipe .content-left > .recipe-item .recipe-info div > strong:first-child + br, .recipe .content-left > .recipe-item .recipe-info p > strong:first-child + br {
        display: none;
    }

.recipe .content-left > .card .copyright, .recipe .content-left > .recipe-item .copyright {
    font-size: 75%;
    border-bottom: none;
    color: #898989;
    font-weight: 400;
}

.nutritionLabel {
    border: .2rem solid #000;
    color: #333;
    font-family: sans-serif;
    font-size: 1.1rem;
    line-height: normal;
    margin-bottom: 1.1em;
    padding: .68em;
    max-width: 21.5rem;
}

    .nutritionLabel .title {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1;
        padding-bottom: .4rem;
        white-space: nowrap;
    }

    .nutritionLabel .m {
        font-size: .9em;
    }

    .nutritionLabel .serving {
        font-size: 1.1em;
        line-height: 1.28em;
        padding-bottom: .2rem;
    }

    .nutritionLabel .name {
        font-size: 1.1em;
        line-height: 1.3em;
    }

        .nutritionLabel .name.inline {
            padding-top: .2em;
        }

    .nutritionLabel #calcDisclaimer, .nutritionLabel .dvCalorieDiet {
        font-size: .9em;
    }

    .nutritionLabel .line {
        border-top: 1px solid #333;
        padding: .1rem 0;
    }

        .nutritionLabel .line.last {
            border-bottom: 1px solid #333;
        }

        .nutritionLabel .line.indent {
            margin-left: 1.5rem;
        }

    .nutritionLabel .dv {
        float: right;
    }

        .nutritionLabel .dv:before {
            content: " ";
        }

    .nutritionLabel .bar1 {
        height: .2rem;
    }

    .nutritionLabel .bar1, .nutritionLabel .bar2 {
        background: none repeat scroll 0 0 #333;
        font-size: .1rem;
        line-height: 0;
    }

    .nutritionLabel .bar2 {
        height: .5rem;
    }

    .nutritionLabel .calorieNote {
        padding: .6em 0 0 .7em;
    }

    .nutritionLabel .star {
        margin-left: -.7rem;
    }

    .nutritionLabel .tblCalorieDiet th {
        border-bottom: 1px solid #333;
        color: #777;
        font-size: .7em;
        text-align: left;
    }

    .nutritionLabel .tblCalorieDiet {
        width: 100%;
    }

        .nutritionLabel .tblCalorieDiet td {
            color: #777;
            font-size: .7em;
            line-height: normal;
            padding: 0;
        }

    .nutritionLabel .ar {
        text-align: right;
    }

    .nutritionLabel .fr {
        float: right;
        text-align: right;
    }

    .nutritionLabel .fl {
        float: left;
    }

.notApplicable {
    color: gray;
    cursor: default;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: .2em;
}

.naTooltip {
    background-color: #ffc;
    border: 1px solid #000;
    display: none;
    height: 1.8rem;
    padding: .2rem;
    position: absolute;
    text-align: center;
    width: 12rem;
    z-index: 10000;
}

.nutritionLabel .spaceAbove {
    height: 1rem;
}

.nutritionLabel .setter {
    left: 0;
    padding: .3rem 0 0;
    position: absolute;
    top: 0;
    width: 1.2rem;
    z-index: 100;
}

    .nutritionLabel .setter a {
        display: block;
        font-size: .1rem;
        height: .7rem;
        line-height: 0;
        width: .9rem;
    }

.nutritionLabel a.unitQuantityUp {
    background: url(/templates/images/up.png) no-repeat scroll 0 0 transparent;
    padding-bottom: .1rem;
    z-index: 9999;
}

.nutritionLabel a.unitQuantityDown {
    background: url(/templates/images/down.png) no-repeat scroll 0 100% transparent;
    padding-top: .1rem;
    z-index: 9999;
}

.nutritionLabel input.unitQuantityBox {
    font-size: .9em !important;
    height: 1.5rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
    padding: .2rem;
    width: 2.5rem;
}

    .nutritionLabel input.unitQuantityBox.arrowsAreHidden {
        margin-left: 0;
    }

.nutritionLabel .rel {
    position: relative;
}

.nutritionLabel .servingSizeField {
    float: left;
    margin-bottom: .2em;
    margin-right: .4em;
    margin-top: .2em;
}

.nutritionLabel .servingUnit {
    float: left;
    margin-bottom: .2em;
    margin-top: .3em;
    padding: 0;
}

.nutritionLabel .servingWeightGrams {
    margin-bottom: .2em;
    margin-top: .3em;
    padding: 0 0 0 .3em;
}

.nutritionLabel .servingSizeText, .nutritionLabel .servingUnitQuantity {
    margin-top: .3em;
    padding-right: .3em;
}

.cf:after, .cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.nutritionLabel .servingSizeText {
    display: inline-block;
}

#calcDisclaimer.scroll, .ingredientListDiv.scroll {
    overflow-y: scroll !important;
}

#calcDisclaimer {
    line-height: normal;
}

.header-info {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(/templates/images/info_bg.jpg);
    padding: 22.4rem 0 2rem;
}

@media (min-width:768px),print {
    .header-info {
        padding-bottom: 2.4rem;
    }
}

.header-info > .inner h1 {
    font-size: 3.6rem;
    font-weight: 100;
    line-height: 5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    margin: 0;
}

@media (min-width:768px),print {
    .header-info > .inner h1 {
        font-size: 4.8rem;
    }
}

.header-info > .inner, .info > .inner-content {
    max-width: 78rem;
}

.main-content.info > .inner-content {
    font-size: 1.4rem;
    line-height: 1.42857;
    padding-top: 5.4rem;
}

[lang=en] #form1[action="./acknowledgements.aspx"] .inner-content > .inner h2 {
    text-transform: capitalize;
}

#form1[action="./acknowledgements.aspx"] .inner-content > .inner td:first-child {
    width: 9rem !important;
    padding: 1.1rem 2rem 1.1rem 0 !important;
    height: auto !important;
}

    #form1[action="./acknowledgements.aspx"] .inner-content > .inner td:first-child img {
        width: 100%;
    }

#form1[action="./acknowledgements.aspx"] .inner-content > .inner td:last-child {
    line-height: 2rem;
}

@media screen and (max-width:767px) {
    #form1[action="./acknowledgements.aspx"] .inner-content > .inner td:last-child {
        padding: 0 0 1.1rem;
    }
}

@media screen and (max-width:767px) {
    #form1[action="./acknowledgements.aspx"] .inner-content > .inner table {
        margin-top: 1.9rem;
    }

    #form1[action="./acknowledgements.aspx"] .inner-content > .inner td {
        vertical-align: top;
    }

        #form1[action="./acknowledgements.aspx"] .inner-content > .inner td:first-child {
            padding: 0 2rem 2.2rem 0 !important;
        }
}

#form1[action="./terms.aspx"] .inner-content > .inner br + br {
    display: none;
}

#form1[action="./terms.aspx"] .inner-content > .inner b {
    display: block;
    margin: 3rem 0 1.4rem;
}

    #form1[action="./terms.aspx"] .inner-content > .inner b + br {
        display: none;
    }

#form1[action="./terms.aspx"] .inner-content > .inner h2 + b {
    margin: 1.3rem 0 3rem;
}

#form1[action="./terms.aspx"] .inner-content > .inner p:nth-last-child(-n+5), .menu-planner p:last-child {
    margin-bottom: 0;
}

.menu-planner .main p, .menu-planner .main ul {
    margin-bottom: .8rem;
    font-size: 1.4rem;
    color: #898989;
    font-weight: 400;
}

.menu-planner .main ul {
    padding-left: 4rem;
}

    .menu-planner .main ul li + li {
        margin-top: .7rem;
    }

.menu-planner.print {
    background: none;
}

.menu-planner .card, .menu-planner .recipe-item, .menu-planner .sidebar > * {
    margin-bottom: 2rem;
}

.menu-planner .sidebar > :last-child {
    margin-bottom: 0;
}

.menu-planner .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .menu-planner .breadcrumbs li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .menu-planner .breadcrumbs li + li {
            margin-left: 1rem;
        }

@media (min-width:768px),print {
    .menu-planner .breadcrumbs li + li {
        margin-left: 2rem;
    }
}

@media (max-width:374px) {
    .menu-planner .breadcrumbs li + li {
        margin-left: .8rem;
    }
}

.menu-planner .breadcrumbs .step-title {
    margin: 0 1rem;
}

@media screen and (max-width:767px) {
    .menu-planner .breadcrumbs .step-title {
        display: none;
    }
}

@media (max-width:374px) {
    .menu-planner .breadcrumbs .step-title {
        font-size: 1.4rem;
        margin: 0 .5rem;
    }
}

.menu-planner .breadcrumbs .active {
    color: #4a4a4a;
}

    .menu-planner .breadcrumbs .active .step-title {
        display: inline;
    }

.menu-planner .breadcrumbs .complete {
    color: #85d0df;
}

.card-planner .step-title {
    display: inline-block;
    padding: .9rem 0 .2rem;
}

.card-planner .card-img-top {
    background-image: url(../img/mp-header.jpg);
}

@media (max-width:374px) {
    .card-planner .card-img-top h1 {
        font-size: 3.8rem;
    }

    .card-planner .card-img-top h2 {
        font-size: 2.1rem;
    }
}

.card-planner .plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .5rem 0 3rem;
}

@media (min-width:768px),print {
    .card-planner .plan {
        margin: 1rem 0 4rem;
    }
}

.card-planner .plan .bg-cover, .card-planner .plan .card-img-top {
    min-width: 9rem;
    height: 9rem;
}

.card-planner .plan-title {
    font-size: 1.5rem;
    margin-bottom: .6rem;
}

@media (min-width:768px),print {
    .card-planner .plan-title {
        font-size: 1.6rem;
    }
}

.card-planner .item-description {
    margin-bottom: 1.2rem;
}

.modal .card-planner .card-img-top {
    background-image: linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.25)),url(../img/mp-header.jpg);
    height: 30rem;
}

/*.card-tips .card-img-top {
    background-image: url(../img/mp-tips-header.jpg);
    background-position: 0 0;
}*/

.card-tips h3 {
    margin-bottom: .5rem;
}

.card-this-plan .card-img-top {
    background-image: url(../img/eating-out.jpg);
    background-position: center 25%;
    height: 20rem;
}

#substitute-recipe .recipe-item {
    position: relative;
    margin-bottom: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    #substitute-recipe .recipe-item .recipe-image a {
        height: 28rem;
    }

    #substitute-recipe .recipe-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: .24rem solid #85d0df;
        border-radius: 1.05rem;
        opacity: 0;
        transition: opacity .25s;
        pointer-events: none;
    }

    #substitute-recipe .recipe-item.active:after {
        opacity: 1;
    }

    #substitute-recipe .recipe-item .custom-control {
        margin: 0 2rem 2rem;
    }

#tag-selector .custom-checkbox {
    margin-bottom: 0;
}

.card-shopping-list textarea {
    height: 8rem;
}

.print .shopping-list-item > div {
    border-top: 1px solid #eaecea;
    padding: .8rem 0;
    margin-right: 4rem;
}

.print .shopping-list-item:first-child > div {
    border-top: none;
}

@media (min-width:768px),print {
    .print .shopping-list-item:nth-child(2) > div {
        border-top: none;
    }
}

.card-download-print h3 {
    margin-top: 2rem;
}

@media (max-width:374px) {
    .card-resource-list .btn-jumbo, .card-resource-list .btn-lg, .card-resource-list .home .day-selector .day a, .card-resource-list .home .timeofday .day_button.name, .card-resource-list button.white, .home .day-selector .day .card-resource-list a, .home .timeofday .card-resource-list .day_button.name {
        font-size: 1.75rem;
    }
}

@media screen and (max-width:767px) {
    #tutorial div.card-img-top {
        height: 28rem;
    }
}

#tutorial img.card-img-top {
    background: none;
    height: auto;
}

#tutorial .card-body p, #tutorial .recipe-item .recipe-item-info a p, .recipe-item .recipe-item-info #tutorial a p {
    margin: 0;
}

#tutorial .pane {
    opacity: 0;
    pointer-events: none;
    transition: opacity .75s;
}

    #tutorial .pane .card-body, #tutorial .pane .card-img-top, #tutorial .pane .recipe-item .recipe-item-info a, .recipe-item .recipe-item-info #tutorial .pane a {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: -webkit-transform .75s;
        transition: transform .75s;
        transition: transform .75s,-webkit-transform .75s;
    }

    #tutorial .pane + .pane {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    #tutorial .pane.active {
        opacity: 1;
        pointer-events: auto;
    }

        #tutorial .pane.active .card-body, #tutorial .pane.active .card-img-top, #tutorial .pane.active .recipe-item .recipe-item-info a, .recipe-item .recipe-item-info #tutorial .pane.active a {
            -webkit-transform: none;
            transform: none;
        }

        #tutorial .pane.active ~ .pane .card-body, #tutorial .pane.active ~ .pane .card-img-top, #tutorial .pane.active ~ .pane .recipe-item .recipe-item-info a, .recipe-item .recipe-item-info #tutorial .pane.active ~ .pane a {
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
        }

@media (min-width:768px),print {
    #tutorial .pane.d-md-none.active + .pane {
        opacity: 1;
        pointer-events: auto;
    }

        #tutorial .pane.d-md-none.active + .pane .card-body, #tutorial .pane.d-md-none.active + .pane .card-img-top, #tutorial .pane.d-md-none.active + .pane .recipe-item .recipe-item-info a, .recipe-item .recipe-item-info #tutorial .pane.d-md-none.active + .pane a {
            -webkit-transform: none;
            transform: none;
        }

        #tutorial .pane.d-md-none.active + .pane ~ .pane .card-body, #tutorial .pane.d-md-none.active + .pane ~ .pane .card-img-top, #tutorial .pane.d-md-none.active + .pane ~ .pane .recipe-item .recipe-item-info a, .recipe-item .recipe-item-info #tutorial .pane.d-md-none.active + .pane ~ .pane a {
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
        }
}

#tutorial .card-body, #tutorial .recipe-item .recipe-item-info a, .recipe-item .recipe-item-info #tutorial a {
    border-bottom: 1px solid #eaecea;
}

#tutorial p .circle, #tutorial p .menu-planner .step, #tutorial p .modal .close, #tutorial p table.menu-plan .nav-next, #tutorial p table.menu-plan .nav-prev, .menu-planner #tutorial p .step, .modal #tutorial p .close, table.menu-plan #tutorial p .nav-next, table.menu-plan #tutorial p .nav-prev {
    margin-left: .3rem;
    vertical-align: bottom;
}

@media screen and (max-width:767px) {
    #tutorial-intro .card-img-top {
        padding-top: 2rem;
    }
}
