.hide {
    display: none;
}

hr,
legend,
td,
th {
    padding: 0;
}

a,
a:visited,
body,
mark {
    color: #000;
}

hr,
legend {
    border: 0;
}

.box-social,
.btn {
    text-align: center;
}

pre,
textarea {
    overflow: auto;
}

hr,
p {
    clear: both;
}

.bg--flavour-way img,
.bg--memberships img,
.bg--sustainability img,
.menu-overlay {
    visibility: hidden;
}

.btn.burger,
.slicknav_btn,
.slicknav_nav a,
a,
div.infoBox a {
    text-decoration: none;
}

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

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

.bx-wrapper img,
article,
aside,
details,
dl,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
ol,
p,
section,
summary,
ul {
    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: 0 0;
    transition: all .2s;
    word-wrap: break-word;
}

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

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
}

small {
    font-size: 80%;
}

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

.job-posts .job,
.slicknav_btn,
img {
    vertical-align: middle;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    moz-box-sizing: content-box;
}

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] {
    cursor: pointer;
    margin: 10px 0;
    outline: 0;
    webkit-appearance: button;
}

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

.btn.burger,
.cursor,
a:hover {
    cursor: pointer;
}

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

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    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] {
    box-sizing: content-box;
    moz-box-sizing: content-box;
    webkit-appearance: textfield;
    webkit-box-sizing: content-box;
}

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

optgroup {
    font-weight: 700;
}

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

html {
    font-size: 100%;
    font-smoothing: always;
    height: 100%;
    moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
    webkit-font-smoothing: antialiased;
}

body {
    background-color: black;
    font: 400 100%/1.5;
    font-family: proxima_novasemibold, sans-serif;
    margin: 0;
}

a:focus {
    outline: dotted thin;
}

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

a:hover {
    color: rgb(150, 85, 85);
}

a:active {
    color: #ddd;
}

article a,
article a:hover {
    border-bottom: 1px solid #3b87b8;
    color: #000;
}

dl,
ol,
ul {
    margin: 1.375rem 0;
    padding: 0 0 0 1.0625rem;
}

dl.indented,
ol.indented,
ul.indented {
    margin-left: 1.0625rem;
}

dl dl,
ol ol,
ul ul {
    margin-bottom: 0;
}

ul li ul {
    margin: 0;
}

ul li {
    font-family: proxima_nova_rgregular, sans-serif;
    font-size: .875rem;
    font-size: 14px;
}

hr {
    border-top: 2px solid #eef;
    float: left;
    height: 1px;
    margin: .75rem 0 1.375rem;
    width: 48px;
}

hr.long {
    border-top: 1px solid #000;
    width: 100%;
}

.btn {
    border: 3px solid;
    font-size: .8125rem;
    font-size: 13px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.btn.purple,
.btn.white {
    font-weight: 700;
    text-transform: none;
}

.btn.white {
    border-color: #fff;
}

.btn.black {
    border-color: #000;
    color: #000;
}

.btn.purple {
    background: rgb(150, 85, 85);
    border: 2px solid rgb(150, 85, 85);
    color: #fff;
}

.btn.white {
    background: #fff;
    color: rgb(150, 85, 85);
}

.read-more,
h1,
h3 {
    text-transform: uppercase;
}

.btn.simple {
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-radius: none;
    font-weight: 700;
    padding: 0 0 5px;
}

.btn.simple:hover {
    background: 0 0;
}

.btn.burger {
    border: none;
    line-height: 1.125em;
    margin: 9px 5px 6px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 3;
}

select,
textarea {
    background: #fff !important;
    border: 1px solid !important;
    border-color: rgb(150, 85, 85) !important;
    border-radius: 0 !important;
}

.btn.burger .btn--icon-bar {
    background-color: rgb(97, 94, 97);
    color: #fff;
    display: block;
    height: 2px;
    margin: 5px;
    width: 1.7em;
    z-index: 2;
}

.logo-white-footer {
    max-width: 144px;
    padding-bottom: 12px;
}

select,
textarea {
    outline: 0;
    padding: 10px 20px;
}

.box-subscribe {
    float: left;
    width: 70%;
}

.box-social {
    float: right;
    width: 28%;
}

q {
    quotes: none;
}

q:after,
q:before {
    content: "";
    content: none;
}

blockquote,
cite,
q {
    font-style: italic;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input[type=email],
input[type=text] {
    border: 1px solid rgb(150, 85, 85);
    height: 41px;
    margin: 10px 0;
    outline: 0;
    padding: 10px 20px;
    width: 100%;
}

select {
    height: 41px;
    margin: 10px 0;
}

textarea {
    margin: 10px 0 40px;
    resize: vertical;
    width: 100%;
}

.jobs .job-title,
.mission h4,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-family: proxima_novasemibold, sans-serif;
    font-size: 1.375rem;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.quotestandout p,
h2 {
    font-family: revival_555semibolditalica, Georgia, serif;
}

h1.product-profile {
    color: #ffb718;
    font-size: 2.25rem;
    font-size: 36px;
    line-height: 30px;
}

h2 {
    font-size: 1.125rem;
    font-size: 18px;
}

h2.lead {
    font-size: 16px;
    font-size: 1rem;
}

.quotestandout p {
    border-bottom: 1px solid #000;
    font-size: 1.375rem;
    font-size: 22px;
    padding-bottom: 10px;
}

.quotestandout p:last-child,
.venoframe {
    border: none;
}

h3 {
    font-family: proxima_novasemibold, sans-serif;
    font-size: 1.125rem;
    font-size: 18px;
}

.jobs .job-title,
.mission h4,
h4 {
    font-family: revival_555semibolditalica, Georgia, serif;
    font-size: .875rem;
    font-size: 14px;
    font-style: italic;
}

.jobs .mission .job-title,
.mission .jobs .job-title,
.mission h4,
h5 {
    font-family: proxima_novasemibold, sans-serif;
    text-transform: uppercase;
}

.jobs .mission .job-title,
.mission .jobs .job-title,
.mission h4 {
    font-size: 1.25rem;
    font-size: 20px;
    font-style: normal;
}

h5 {
    font-size: 1.125rem;
    font-size: 18px;
    margin-bottom: .75rem;
}

h6 {
    font-size: .875rem;
    font-size: 14px;
    margin: 1.5rem 0 .75rem;
}

p {
    font-family: proxima_nova_rgregular, sans-serif;
    font-size: 1rem;
    font-size: 16px;
    line-height: 1.33333;
    margin: 0 0 1.5rem;
}

p.left {
    text-align: left;
}

p.right {
    text-align: right;
}

.bx-wrapper .bx-controls-auto,
p.center {
    text-align: center;
}

b,
strong {
    font-weight: 700;
}

address {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
}

.headline-index {
    background: #080808;
    color: white;
    margin: 0 !important;
    padding: 2.75rem 0;
    text-align: center;
}

.headline-index h4 {
    font-family: proxima_novasemibold, sans-serif;
    font-style: normal;
}

.headline-index p {
    font-family: revival_555italica, Georgia, serif;
    font-size: 1.3rem;
    line-height: 28px;
    opacity: .9;
    display: grid;
}

.headline-index hr {
    float: inherit;
    margin: .75rem auto 1.375rem;
}

.columns--list div {
    border-bottom: 1px solid #000;
    font-size: 28px;
    line-height: 34px;
    margin: 0 10% 10px 2.75rem;
    padding-bottom: 10px;
    font-family: revival_555semibolditalica, Georgia, serif;
    justify-content: space-between;
    display: flex;
}

.columns--list p {
    font-size: 1rem;
    font-family: proxima_nova_rgregular, sans-serif;
    line-height: 18px;
    margin: 0 10% 10px 2.75rem;
}

.over-copy {
    position: relative;
    padding: 6% 8%;
    color: white;
    background: hsla(0, 0%, 0%, 0.52);
    width: 100% !important;
    height: 100%;
}

.over-copy .copy {
    display: grid;
    max-width: 450px;
    margin: 0 auto;
}

.over-copy h3 {
    font-family: revival_555semibolditalica, Georgia, serif;
    margin: 1rem 0;
    text-transform: initial;
    font-size: 2rem;
    line-height: 2rem;
}

.over-copy hr {
    margin: 1rem auto;
}

.over-copy h1 {
    font-size: 2rem;
    line-height: 2.2rem;
}

.over-copy .copy div {
    border-bottom: 2px solid #fff;
    color: #fff !important;
    display: block;
    font-family: proxima_novasemibold, sans-serif;
    font-style: normal;
    left: 0;
    margin: 8% auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    width: 92px;
    opacity: 1;
    bottom: 0;
}

.over-events .copy h6 {
    border-bottom: 2px solid orange;
    color: #fff !important;
    font-family: proxima_novasemibold, sans-serif;
    width: 92px;
    font-size: 1rem;
    margin: 1% auto;
}

.over-copy .copy div a,
.over-events .copy h6 a {
    text-decoration: none;
    color: orange;
}

.over-copy:hover .copy div {
    opacity: 1;
    bottom: 10px;
}

.copy-events h4 {
    line-height: 34px
}