/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/* Ensure all elements calculate width with padding/border included */
*, *::before, *::after {
    box-sizing: inherit;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}


mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
.button,
.recipe .image a,
.recipe .method .recipe-trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.65em 1.5em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase
}

button:hover,
button:focus,
[type='button']:hover,
[type='button']:focus,
[type='reset']:hover,
[type='reset']:focus,
[type='submit']:hover,
[type='submit']:focus,
.button:hover,
.recipe .image a:hover,
.recipe .method .recipe-trigger:hover,
.button:focus,
.recipe .image a:focus,
.recipe .method .recipe-trigger:focus {
    color: #000
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
.button:disabled,
.recipe .image a:disabled,
.recipe .method .recipe-trigger:disabled {
    cursor: not-allowed;
    opacity: 0.5
}

button:disabled:hover,
[type='button']:disabled:hover,
[type='reset']:disabled:hover,
[type='submit']:disabled:hover,
.button:disabled:hover,
.recipe .image a:disabled:hover,
.recipe .method .recipe-trigger:disabled:hover {
    background-color: #1565c0
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0
}

label {
    color: #000;
    display: block;
    font-weight: 600;
    margin-bottom: 0.375em;
    text-transform: uppercase
}

abbr {
    display: none
}

input,
select,
textarea {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1em
}

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-weight: 300;
    margin-bottom: 0.75em;
    padding: 0.5em;
    -webkit-transition: border-color 150ms ease;
    transition: border-color 150ms ease;
    width: 100%
}

[type='color']:hover,
[type='date']:hover,
[type='datetime']:hover,
[type='datetime-local']:hover,
[type='email']:hover,
[type='month']:hover,
[type='number']:hover,
[type='password']:hover,
[type='search']:hover,
[type='tel']:hover,
[type='text']:hover,
[type='time']:hover,
[type='url']:hover,
[type='week']:hover,
input:not([type]):hover,
textarea:hover {
    border-color: #c2c2c2
}

[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus {
    border-color: #1565c0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none
}

[type='color']:disabled,
[type='date']:disabled,
[type='datetime']:disabled,
[type='datetime-local']:disabled,
[type='email']:disabled,
[type='month']:disabled,
[type='number']:disabled,
[type='password']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='text']:disabled,
[type='time']:disabled,
[type='url']:disabled,
[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled {
    background-color: black;
    cursor: not-allowed
}

[type='color']:disabled:hover,
[type='date']:disabled:hover,
[type='datetime']:disabled:hover,
[type='datetime-local']:disabled:hover,
[type='email']:disabled:hover,
[type='month']:disabled:hover,
[type='number']:disabled:hover,
[type='password']:disabled:hover,
[type='search']:disabled:hover,
[type='tel']:disabled:hover,
[type='text']:disabled:hover,
[type='time']:disabled:hover,
[type='url']:disabled:hover,
[type='week']:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover {
    border: 1px solid #f2f2f2
}

[type='color']::-webkit-input-placeholder,
[type='date']::-webkit-input-placeholder,
[type='datetime']::-webkit-input-placeholder,
[type='datetime-local']::-webkit-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='month']::-webkit-input-placeholder,
[type='number']::-webkit-input-placeholder,
[type='password']::-webkit-input-placeholder,
[type='search']::-webkit-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='text']::-webkit-input-placeholder,
[type='time']::-webkit-input-placeholder,
[type='url']::-webkit-input-placeholder,
[type='week']::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000
}

[type='color']::-moz-placeholder,
[type='date']::-moz-placeholder,
[type='datetime']::-moz-placeholder,
[type='datetime-local']::-moz-placeholder,
[type='email']::-moz-placeholder,
[type='month']::-moz-placeholder,
[type='number']::-moz-placeholder,
[type='password']::-moz-placeholder,
[type='search']::-moz-placeholder,
[type='tel']::-moz-placeholder,
[type='text']::-moz-placeholder,
[type='time']::-moz-placeholder,
[type='url']::-moz-placeholder,
[type='week']::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000
}

[type='color']:-ms-input-placeholder,
[type='date']:-ms-input-placeholder,
[type='datetime']:-ms-input-placeholder,
[type='datetime-local']:-ms-input-placeholder,
[type='email']:-ms-input-placeholder,
[type='month']:-ms-input-placeholder,
[type='number']:-ms-input-placeholder,
[type='password']:-ms-input-placeholder,
[type='search']:-ms-input-placeholder,
[type='tel']:-ms-input-placeholder,
[type='text']:-ms-input-placeholder,
[type='time']:-ms-input-placeholder,
[type='url']:-ms-input-placeholder,
[type='week']:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000
}

[type='color']::-ms-input-placeholder,
[type='date']::-ms-input-placeholder,
[type='datetime']::-ms-input-placeholder,
[type='datetime-local']::-ms-input-placeholder,
[type='email']::-ms-input-placeholder,
[type='month']::-ms-input-placeholder,
[type='number']::-ms-input-placeholder,
[type='password']::-ms-input-placeholder,
[type='search']::-ms-input-placeholder,
[type='tel']::-ms-input-placeholder,
[type='text']::-ms-input-placeholder,
[type='time']::-ms-input-placeholder,
[type='url']::-ms-input-placeholder,
[type='week']::-ms-input-placeholder,
input:not([type])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000
}

[type='color']::placeholder,
[type='date']::placeholder,
[type='datetime']::placeholder,
[type='datetime-local']::placeholder,
[type='email']::placeholder,
[type='month']::placeholder,
[type='number']::placeholder,
[type='password']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='text']::placeholder,
[type='time']::placeholder,
[type='url']::placeholder,
[type='week']::placeholder,
input:not([type])::placeholder,
textarea::placeholder {
    color: #000
}

textarea {
    resize: vertical
}

[type="checkbox"],
[type="radio"] {
    display: inline;
    margin-right: 0.375em
}

[type="file"] {
    margin-bottom: 0.75em;
    width: 100%
}

select {
    margin-bottom: 0.75em;
    width: 100%
}

.custom-file {
    background: white;
    border: 1px solid #000;
    width: 100%;
    height: 39px
}

.custom-file {
    pointer-events: none;
    position: relative
}

.custom-file span {
    color: #000;
    font-weight: 300;
    line-height: 38px;
    text-align: center
}

.custom-file .error {
    display: block;
    margin-top: 5px
}

.custom-file>* {
    pointer-events: none
}

.custom-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: all;
    cursor: pointer;
    height: 100%;
    width: 100%
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@media only screen and (min-width: 1024px) {
    html,
    body {
        position: relative;
        height: 100%;
        max-width: 100%;
    }
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.6em;
    margin: 0.67em 0;
}

h3 {
    font-size: 1.4em;
    margin: 0.67em 0;
}

h4 {
    font-size: 1.4em;
    margin: 0.67em 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl {
    margin: 0 0 1.5em;
    font-size: 1.375em;
    line-height: 1.28;
}

dt {
    font-weight: 400;
    margin: 0;
}

dd {
    font-weight: 300;
    margin: 0;
}

figure {
    margin: 0;
}

img,
picture {
    margin: 0;
    max-width: 100%;
    vertical-align: top;
}

video {
    margin: 0;
    height: auto;
    width: 100%;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0.75em 0 0;
    width: 100%;
    table-layout: fixed;
    white-space: normal !important;
}

th {
    font-weight: 300;
    padding: 0 0 10px;
    text-align: right;
}

td {
    font-weight: 300;
    padding: 0;
    text-align: right;
}

tr td:first-of-type,
tr th:first-of-type {
    text-align: left;
    width: 65%;
}

@media only screen and (min-width: 1024px) {
    tr td:first-of-type,
    tr th:first-of-type {
        width: 78%;
    }
}

table strong {
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

tr,
td,
th {
    vertical-align: middle;
}

body {
    background: #000;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.careers li.position,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 0.75em;
    text-transform: uppercase;
}

h1,
h3,
.careers li.position {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.225;
}

p {
    margin: 0 0 0.75em;
}

a {
    color: #fff;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    color: #bfbfbf;
}

hr {
    border-bottom: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0;
}

td,
th {
    font-size: 1.125em;
    line-height: 1.33;
}

body.fp-viewing-section-home .centered-navigation {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

body.fp-viewing-section-home .centered-navigation .logo {
    opacity: 1;
}

body.page-template-default .centered-navigation {
    position: relative;
}

body.page-template-default .logo {
    opacity: 1;
}

.centered-navigation-mobile-menu {
    color: white;
    line-height: 60px;
    margin: 30px 10px 0 0;
    padding-right: 2em;
    position: fixed;
    right: 0;
    text-decoration: none;
    width: 24px;
    height: 20px;
    background: url("../images/menu-icon.svg") no-repeat;
    z-index: 10000;
}

@media only screen and (min-width: 1024px) {
    .centered-navigation-mobile-menu {
        margin: 30px 20px 0 0;
    }
}

.centered-navigation {
    pointer-events: none;
    min-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.centered-navigation .logo {
    text-align: center;
    width: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

@media only screen and (min-width: 1024px) {
    .centered-navigation .logo {
        opacity: 1;
    }
}

.centered-navigation .logo a {
    display: inline-block;
}

.centered-navigation .logo img {
    width: 120px;
    height: 64px;
}

.centered-navigation .centered-navigation-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 999;
}

.centered-navigation .centered-navigation-wrapper::after {
    clear: both;
    content: "";
    display: block;
}

.centered-navigation ul.centered-navigation-menu {
    pointer-events: all;
    background: #000;
    clear: both;
    display: none;
    margin: 0px auto 0;
    overflow: visible;
    padding: 23px 28px 12px;
    position: fixed;
    right: 60px;
    left: 60px;
    top: 24px;
    -webkit-transform-style: preserve-3d;
    z-index: 99999;
}

@media only screen and (min-width: 1024px) {
    .centered-navigation ul.centered-navigation-menu {
        background: rgba(0, 0, 0, 0.75);
        right: 30px;
        left: auto;
        margin: 0 auto 0;
        top: 60px;
        width: 156px;
    }
}

.centered-navigation ul.centered-navigation-menu.show {
    display: block;
}

.centered-navigation ul li.nav-link {
    display: block;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    z-index: 9999;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
    .centered-navigation ul li.nav-link {
        font-family: "Roboto Condensed", sans-serif;
        margin-bottom: 10px;
        text-align: left;
        text-transform: none;
    }
}

.centered-navigation ul li.nav-link a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    outline: none;
    text-decoration: none;
}

.centered-navigation ul li.nav-link a:focus,
.centered-navigation ul li.nav-link a:hover {
    color: #aaa;
}

.centered-navigation li.logo.nav-link {
    display: none;
    line-height: 0;
}

@media only screen and (min-width: 1024px) {
    .centered-navigation li.logo.nav-link {
        display: inline;
    }
}

.centered-navigation .logo img {
    width: 220px;
    height: 64px;
    margin: 30px auto;
}

@media only screen and (min-width: 1024px) {
    .centered-navigation .logo img {
        width: 220px;
        height: 64px;
        margin: 60px auto 0;
    }
}

.centered-navigation li.more {
    overflow: visible;
}

.centered-navigation li.more>a {
    position: relative;
}

.centered-navigation li.more:focus>.submenu,
.centered-navigation li.more:hover>.submenu {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .centered-navigation li.more {
        position: relative;
    }
}

.centered-navigation ul.submenu {
    padding-left: 0;
    margin: 5px auto;
}

.centered-navigation ul.submenu li {
    display: block;
    line-height: 40px;
}

.centered-navigation ul.submenu li a {
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .centered-navigation ul.submenu li a {
        font-size: 0.9375em;
        padding-left: 2em;
        text-align: left;
        width: 12em;
    }
}

@media only screen and (min-width: 1024px) {
    .centered-navigation ul.submenu li {
        line-height: 20px;
    }
}

body.menu-open .centered-navigation-mobile-menu {
    margin-top: 30px;
    width: 22px;
    height: 22px;
    background: url("../images/close-icon.svg") no-repeat;
}

@media only screen and (min-width: 1024px) {
    body.menu-open .centered-navigation-mobile-menu {
        margin-top: 30px;
    }
}

.flash-alert {
    background-color: #fff6bf;
    color: #66624c;
    display: block;
    margin-bottom: 0.75em;
    padding: 0.75em;
    text-align: center
}

.flash-alert a {
    color: #4d4a39;
    text-decoration: underline
}

.flash-alert a:focus,
.flash-alert a:hover {
    color: #1a1913
}

.flash-error {
    background-color: #fbe3e4;
    color: #645b5b;
    display: block;
    margin-bottom: 0.75em;
    padding: 0.75em;
    text-align: center
}

.flash-error a {
    color: #4b4444;
    text-decoration: underline
}

.flash-error a:focus,
.flash-error a:hover {
    color: #191717
}

.flash-notice {
    background-color: #e5edf8;
    color: #5c5f63;
    display: block;
    margin-bottom: 0.75em;
    padding: 0.75em;
    text-align: center
}

.flash-notice a {
    color: #45474a;
    text-decoration: underline
}

.flash-notice a:focus,
.flash-notice a:hover {
    color: #171819
}

.flash-success {
    background-color: #e6efc2;
    color: #5c604e;
    display: block;
    margin-bottom: 0.75em;
    padding: 0.75em;
    text-align: center
}

.flash-success a {
    color: #45483a;
    text-decoration: underline
}

.flash-success a:focus,
.flash-success a:hover {
    color: #171813
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.modal.has-visited {
    display: none;
    position: relative;
 }

.modal .modal-state {
    display: none;
}

.modal .modal-state:checked ~ .modal-fade-screen {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
}

.modal .modal-state:checked ~ .modal-fade-screen .modal-inner {
    top: 0;
    opacity: 1;
}

.modal .modal-fade-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 999999;
    pointer-events: none;
}

.modal .modal-inner {
    background: #fff;
    margin: auto;
    margin-top: 1rem;
    max-height: 90%;
    overflow: auto;
    padding: 0;
    position: relative;
    transition: opacity 0.25s ease, top 0.25s ease;
    text-align: center;
    width: 95%;
    color: #000;
    border-radius: 4px;
    top: -20px;
}

.modal-inner-2 {
    padding: 1rem;
}

@media only screen and (min-width: 600px) {
    .modal .modal-inner {
        margin-top: 2rem;
        padding: 0;
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) {
    .modal .modal-inner {
        width: 470px;
    }
}

.modal .modal-close {
    position: absolute;
    top: 30px;
    right: 20px;
    height: 1.5em;
    width: 1.5em;
    cursor: pointer;
    z-index: 100;
}

.modal .modal-close::after,
.modal .modal-close::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    height: 1.5em;
    width: 0.15em;
    background: #fff;
    content: "";
    display: block;
    margin: -3px 0 0 -1px;
    transform: rotate(45deg);
}

.modal .modal-close::before {
    transform: rotate(-45deg);
}

.modal .modal-close:hover::after,
.modal .modal-close:hover::before {
    background: #e6e6e6;
}

.modal .modal-inner h1,
.modal .modal-inner h2,
.modal .modal-inner h3,
.modal .modal-inner h4,
.modal .modal-inner h5,
.modal .modal-inner h6 {
    color: #000;
    margin-bottom: 1rem;
}

.modal .modal-inner p {
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1em;
}

.modal .modal-inner a {
    color: #000;
    text-decoration: underline;
}

.modal .modal-inner a:hover {
    text-decoration: none;
}

.modal-open {
    overflow: hidden;
}

.about {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    padding: 100px 0;
    text-align: center
}

@media only screen and (min-width: 1024px) {
    .about {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        left: calc(25% - 25px + 20px);
        position: relative
    }
}

.about h3,
.about .careers li.position,
.careers .about li.position {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.225
}

.about p {
    font-size: 1.375em;
    font-weight: 300;
    line-height: 1.28
}

.about a {
    border-bottom: 1px solid #fff;
    font-weight: 400
}

.careers {
    height: 100%
}

.careers::after {
    clear: both;
    content: "";
    display: block
}

.careers h3,
.careers li.position {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.225
}

.careers .image {
    background-size: cover;
    padding: 150px 0;
    position: relative;
    height: 100%;
    width: auto
}

@media only screen and (min-width: 1024px) {
    .careers .image {
        padding: 50px
    }
}

@media only screen and (min-width: 1024px) {
    .careers .image {
        float: left;
        width: 50%
    }
}

.careers .copy {
    padding: 50px 20px 0;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .careers .copy {
        padding: 50px 50px 0
    }
}

@media only screen and (min-width: 1024px) {
    .careers .copy {
        float: left;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%
    }
}

.careers .copy p {
    font-size: 1.375em;
    font-weight: 300;
    line-height: 1.28;
    margin: 0 auto 0.75em
}

@media only screen and (min-width: 1024px) {
    .careers .copy p {
        width: 60%
    }
}

.careers .positions {
    margin-top: 30px
}

@media only screen and (min-width: 1024px) {
    .careers .positions {
        margin-top: 50px
    }
}

.careers li.position {
    font-size: 20px;
    text-transform: uppercase
}

.careers li.position a:hover {
    border-bottom: 1px solid #fff
}

.role-information {
    margin: 0 auto
}

@media only screen and (min-width: 1024px) {
    .role-information {
        width: 66%
    }
}

.contact-form {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    margin-top: 50px
}

.contact-form .btn {
    margin-top: 50px
}

div.field {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    text-align: center
}

.action {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    text-align: center
}

/* Carousel */
.carousel {
    height: 80vh;
    position: relative;
    margin: 0 auto 1.5rem;
    width: 100%;
}

.carousel .flickity-viewport {
    height: 80vh;
}

.carousel .item {
    border: 6px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    width: 90%;
    margin: 0 10rem;
    height: 80vh;
    text-align: center;
}

.carousel h2 {
    font-size: 2em;
    font-weight: 500;
    text-transform: capitalize;
}

@media only screen and (min-width: 1024px) {
    .carousel h2 {
        font-size: 5em;
    }
}

.carousel p {
    font-size: 1.5em;
    font-weight: 300;
}

/* Flickity Navigation */
.carousel .flickity-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    outline: none;
}

.carousel .flickity-button:focus {
    outline: none;
    box-shadow: none;
}

.carousel .flickity-button:disabled {
    opacity: 0.3;
}

.carousel .flickity-button-icon {
    display: none;
}

.carousel .flickity-prev-next-button.previous {
    left: 20px;
    background-image: url("../images/left-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.carousel .flickity-prev-next-button.next {
    right: 20px;
    background-image: url("../images/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 1024px) {
    .carousel .flickity-prev-next-button.previous {
        left: 0;
    }
    .carousel .flickity-prev-next-button.next {
        right: 0;
    }
}

/* Remove any text content from arrows */
.carousel .slick-prev:before,
.carousel .slick-next:before {
    display: none;
}

/* Slick Dots */
.carousel .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel .slick-dots li {
    margin: 0 5px;
}

.carousel .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: none;
    padding: 0;
    font-size: 0;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.carousel .slick-dots li.slick-active button {
    opacity: 1;
}

.footer .inner {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    border-top: 1px solid #9e9e9e;
    padding: 25px 0
}

.footer .logo {
    padding-left: 20px;
    float: left;
    width: 25%
}

@media only screen and (min-width: 1024px) {
    .footer .logo {
        padding: 0
    }
}

.footer .logo img {
    height: 54px;
    width: 54px
}

.footer .social {
    padding-right: 20px;
    float: left;
    width: 75%;
    text-align: right
}

@media only screen and (min-width: 1024px) {
    .footer .social {
        padding: 0
    }
}

.footer .social ul {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer .social li {
    margin: 0 10px
}

@media only screen and (min-width: 1024px) {
    .footer .social li {
        margin: 0 18px
    }
}

.footer .social li:last-of-type {
    margin-right: 0
}

.footer .social .twitter-icon img {
    height: 15px;
    margin-top: 5px
}

.footer .social .instagram-icon img {
    height: 24px
}

.footer .social .facebook-icon img {
    height: 24px
}

.footer .social .email-icon img {
    height: 15px;
    margin-top: 5px
}

@media only screen and (min-width: 1024px) {
    html.fp-enabled,
    .fp-enabled body {
        margin: 0;
        padding: 0;
        overflow: hidden;
        -webkit-tap-highlight-color: transparent
    }
}

.instagram {
    text-align: center
}

.instagram::after {
    clear: both;
    content: "";
    display: block
}

.instagram h3,
.instagram .careers li.position,
.careers .instagram li.position {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.225;
    margin: 30px auto
}

.instagram li {
    background-size: cover;
    float: left;
    position: relative;
    width: 50%;
    padding-bottom: 50%
}

.instagram li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block
}

.instagram li:nth-child(n+7) {
    display: none
}

@media only screen and (min-width: 1024px) {
    .instagram li {
        width: 33%;
        padding-bottom: 33%
    }
    .instagram li:nth-child(n+7) {
        display: block
    }
    .instagram li:nth-child(n+10) {
        display: none
    }
}

@media only screen and (min-width: 1024px) {
    .instagram li {
        width: 25%;
        padding-bottom: 25%
    }
    .instagram li:nth-child(n+7),
    .instagram li:nth-child(n+10) {
        display: block
    }
}

.wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.wrap::after {
    clear: both;
    content: "";
    display: block
}

section {
    position: relative
}

@media only screen and (min-width: 1024px) {
    .section {
        height: 100vh;
        overflow: hidden
    }
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.legal {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 2em;
    margin-top: 8em
}

@media only screen and (min-width: 1024px) {
    .legal {
        width: calc(83.3333333333% - 36.6666666667px);
        float: left;
        margin-left: 20px;
        margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
        margin-bottom: 6em;
        margin-top: 10em
    }
}

.section.location {
    padding: 40px 0 60px
}

@media only screen and (min-width: 1024px) {
    .section.location {
        padding: 0
    }
}

.locations {
    position: relative;
}

.locations .location-page {
    display: none;
    padding: 120px 40px 60px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Location tab content visibility */
.locations #location1:checked ~ .location-page.borough-market,
.locations #location2:checked ~ .location-page.shoreditch {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.locations .location-page .wrap {
    max-width: 1200px;
}

@media only screen and (min-width: 1100px) {
    .locations .location-page {
        height: 100vh;
        margin-left: 20px;
        padding: 80px 30px 0
    }
}

@media only screen and (max-width: 1099px) and (max-height: 999px) {
    .locations .location-page {
        height: auto;
        max-width: 1024px;
        padding: 130px 30px 0;
    }
}

.locations .location-page .column {
    margin-bottom: 40px;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 1100px) {
    .locations .location-page .column {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px;
        text-align: left;
        margin-bottom: 0
    }
}

.locations .location-page p {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.33;
    margin-top: 10px;
    white-space: normal
}

.locations .location-page h3,
.locations .location-page .careers li.position,
.careers .locations .location-page li.position {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.225;
    margin-bottom: 0
}

.locations .location-page h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.625em;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 0;
    letter-spacing: 0.02em
}

.locations .location-page a {
    text-decoration: underline
}

.locations .location-page small {
    line-height: 20px
}

.locations .location-page .notices {
    margin-top: 20px
}

.locations .location-page .notices.desktop {
    display: none
}

.locations .location-page .notices.mobile {
    display: block
}

@media only screen and (min-width: 1024px) {
    .locations .location-page .notices.desktop {
        display: block
    }
    .locations .location-page .notices.mobile {
        display: none
    }
}

.locations .location-page .notices p {
    font-size: 0.875em;
    line-height: 1.43
}

.locations input {
    display: none
}

.locations input:checked+label {
    color: #fff
}

.locations input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 4px solid #fff
}

.locations label {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    color: rgba(255, 255, 255, 0.6);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 90px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px;
    position: absolute;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    transition: color 0.3s ease;
}

.locations label:last-of-type {
    border-right: 0;
    right: 0
}

@media only screen and (min-width: 1024px) {
    .locations label {
        height: auto;
        padding: 20px 0;
        font-size: 1.625em;
        line-height: 1;
    }
}

.locations label:hover {
    color: #fff;
    cursor: pointer;
}

.map {
    background: #f2f2f2;
    color: #000;
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .map {
        float: left;
        height: 100%;
        width: 50%;
    }
}

.map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.menu-section {
    padding: 0 0 40px 0;
}

@media only screen and (min-width: 1024px) {
    .menu-section {
        height: auto;
        padding: 80px 0;
    }
}

.menu {
    text-align: center;
}

.menu .careers li.position,
.careers .menu li.position {
    display: none;
}

.menu h3 {
    margin: 1rem 0;
}

@media only screen and (min-width: 1024px) {
    .menu {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        border: 6px solid #fff;
        padding: 20px 0;
        white-space: nowrap;
    }

    .menu .careers li.position,
    .careers .menu li.position {
        display: block;
        font-size: 2.5em;
        font-weight: 500;
        line-height: 1.225;
        margin-bottom: 0;
    }

}

.menu .page {
    display: none;
    padding: 7rem 2rem;
}

@media only screen and (min-width: 1024px) {
    .menu .page {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        display: block;
        padding: 10px 30px
    }
}

@media only screen and (min-width: 1024px) {
    .menu .page {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px
    }
}

.menu .page p {
    display: none;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.33;
    margin-top: 10px;
    text-align: left;
    white-space: normal
}

@media only screen and (min-width: 1024px) {
    .menu .page p {
        display: block
    }
}

.menu input {
    display: none
}

.menu input:checked+label {
    color: #fff
}

.menu input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 4px solid #fff
}

.menu label {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 90px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50%
}

.menu label:last-of-type {
    border-right: 0;
    right: 0
}

@media only screen and (min-width: 1024px) {
    .menu label {
        display: none
    }
}

.menu label:hover {
    color: #fff;
    cursor: pointer
}

.menu #tab1:checked~.page.food,
.menu #tab2:checked~.page.drinks {
    display: block
}

.recipe-modal .modal-content {
    margin: auto
}

@media only screen and (min-width: 1024px) {
    .recipe-modal .modal-content {
        width: 50%
    }
}

.recipe {
    height: 100%
}

.recipe::after {
    clear: both;
    content: "";
    display: block
}

.recipe .image {
    background-size: cover;
    padding: 40px 0 40px 20px;
    position: relative;
    height: 100%;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .recipe .image {
        padding: 50px
    }
}

@media only screen and (min-width: 1024px) {
    .recipe .image {
        float: right;
        width: 50%
    }
}

.recipe .image h3,
.recipe .image .careers li.position,
.careers .recipe .image li.position {
    font-size: 5em;
    font-weight: 500
}

@media only screen and (min-width: 1024px) {
    .recipe .image h3,
    .recipe .image .careers li.position,
    .careers .recipe .image li.position {
        font-size: 7.125em
    }
}

.recipe .image a {
    background: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 1.375em
}

@media only screen and (min-width: 1024px) {
    .recipe .image a {
        position: absolute;
        bottom: 70px
    }
}

.recipe .image a:hover,
.recipe .image a:focus {
    background: #fff;
    color: #000
}

.recipe .method {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 50px 20px 0;
    text-align: center
}

@media only screen and (min-width: 1024px) {
    .recipe .method {
        padding: 50px 50px 0
    }
}

@media only screen and (min-width: 1024px) {
    .recipe .method {
        float: left;
        width: 50%;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }
}

.recipe .method p {
    font-size: 1.375em;
    font-weight: 300;
    line-height: 1.28
}

.recipe .method .recipe-trigger-container {
    margin-bottom: 50px;
    text-align: center
}

@media only screen and (min-width: 1024px) {
    .recipe .method .recipe-trigger-container {
        margin: 0 auto;
        position: absolute;
        bottom: 80px;
        left: 0;
        right: 0
    }
}

.recipe .method .recipe-trigger {
    font-size: 13px;
    background: transparent;
    color: #fff;
    border-color: #fff
}

.recipe .method .recipe-trigger:hover,
.recipe .method .recipe-trigger:focus {
    background: #fff;
    color: #000
}

.recipe .download {
    text-align: center
}

@media only screen and (min-width: 1024px) {
    .recipe .download {
        text-align: right;
        padding-right: 25px;
        position: absolute;
        bottom: 25px;
        right: 0
    }
}

.recipe .download img {
    height: 28px;
    width: 30px
}

.recipe ol {
    border-spacing: 20px;
    display: table;
    list-style: none;
    counter-reset: item;
    margin: 0;
    padding: 0
}

.recipe ol li {
    display: table-row;
    counter-increment: item;
    padding-left: 0
}

.recipe ol li:before {
    display: table-cell;
    content: counter(item);
    background: url("../images/list-circle.svg") no-repeat top center;
    background-size: 30px 30px;
    margin-left: -30px;
    text-align: center;
    line-height: 30px;
    width: 50px
}

.reviews--wrapper {
    width: 90%;
    display: flex;
    align-items: center;
    min-height: 100%;
}

.reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    padding: 0;
    width: 100%;
}

.reviews .review {
    background: #232323;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.33;
    flex: 0 0 calc(50% - 1px);
    min-height: 175px;
    padding: 10px;
    position: relative;
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.reviews .review:nth-child(n+5) {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .reviews .review {
        align-items: center;
        font-size: 1.125em;
        padding: 20px;
        flex: 0 0 calc(33.33% - 2px);
        min-height: 225px;
        text-align: center;
    }
    .reviews .review:nth-child(n+5) {
        display: flex;
    }
}

.reviews .review .overlay {
    background: #fff;
    color: #1d1d1b;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.33;
    text-align: left;
    padding: 10px;
    text-align: center;
    transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1024px) {
    .reviews .review .overlay {
        font-size: 1.125em;
        align-items: center;
        padding: 0;
        text-align: center;
    }
}

.reviews .review:hover .overlay {
    opacity: 1;
}

.reviews .review span {
    margin-bottom: 10px;
}

.reviews .review h4 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

.reviews .review .rating {
    display: flex;
    gap: 3px;
    margin-top: 10px;
}

.reviews .review img {
    height: 12px;
    width: 13px;
}

@media only screen and (min-width: 1024px) {
    .reviews .review img {
        height: 18px;
        width: 20px;
    }
}

.transitions,
.centered-navigation .logo,
.reviews .review .overlay,
.reviews .review:hover .overlay {
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

section.video {
    position: relative;
    height: 100vh;
    width: 100%
}

section.video video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("../images/poster.jpg") no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity
}

.scroll {
    display: none;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

@media only screen and (min-width: 1024px) {
    .scroll {
        display: block
    }
}

.scroll:after {
    background: transparent url("../images/down-arrow.svg") no-repeat;
    content: "";
    display: block;
    height: 15px;
    width: 28px;
    margin: 0 auto
}

/* Menu Styles */
.menu-container,
.drinks-menu {
    text-align: left;
}

.menu-course,
.drinks-category {

}


@media only screen and (min-width: 1024px) {

    .menu-container,
    .drinks-menu {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        text-align: left;
    }

    .menu-course,
    .drinks-category {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

}

.course-title,
.category-title {
    font-weight: 600;
    margin: 0 0 1rem;
    text-align: left;
}

@media only screen and (min-width: 1024px) {
    .course-title,
    .category-title {
        margin: 0;
    }
}

.dishes, .drinks-category {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
    .dishes, .drinks-category {
        margin-bottom: 0;
    }
}

.dishes,
.drinks-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.dish,
.drink-item {
    display: grid;
    gap: .5rem;
    font-size: 1.125em;
    align-items: baseline;
}

.dish {
    grid-template-columns: 1fr auto;
}

.drink-item {
    grid-template-columns: 1fr 40px 40px;
}

.dish-name,
.drink-name {
    font-weight: 300;
    text-align: left;
    line-height: 1.2;
}

.drink-name {
    text-wrap: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.dish-price,
.drink-price,
.drink-price-small,
.drink-price-large {
    font-weight: 600;
    min-width: 60px;
}

@media only screen and (min-width: 1024px) {
    .dish-price,
    .drink-price,
    .drink-price-small,
    .drink-price-large {

        white-space: nowrap;
    }
}

.dish-price {
    text-align: right;
}

.drink-price,
.drink-price-small,
.drink-price-large {
    text-align: right;
}

/* Drinks menu specific styles */
.category-header {
    display: grid;
    grid-template-columns: 1fr 40px 40px;
    gap: 1rem;
}

.size-headers {
    display: grid;
    grid-template-columns: 40px 40px;
    gap: 1rem;
    text-align: right;
}

/* Special case for standard drinks (single price) */
.drink-item:has(.drink-price) {
    grid-template-columns: 1fr 0 40px;
}

.drink-item:has(.drink-price) .drink-price {
    grid-column: 3;
}

/* Note styles */
.course-note,
.category-note {
    font-weight: 300;
    font-size: 0.875rem;
    font-style: italic;
    color: #aaa;
    margin-top: 0.25rem;
    text-align: left;
}