.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;
}

#home-carousel h2 {
    font-size: 2.5rem;
}

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: .875rem;
    font-size: 14px;
    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;
}

.bx-wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.bx-wrapper a {
    border-bottom: none;
    transition: none;
}

.bx-wrapper img {
    max-width: 100%;
}

.bx-wrapper .bx-viewport {
    background: #fff;
    moz-transform: translatez(0);
    ms-transform: translatez(0);
    o-transform: translatez(0);
    transform: translatez(0);
    webkit-transform: translatez(0);
}

.bx-wrapper .bx-loading {
    background: url(../img/ui/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    display: none !important;
}

.bx-wrapper .bx-controls-direction a.disabled,
.vbox-num,
.vbox-title {
    display: none;
}

.bx-wrapper .bx-prev {
    background: url(../img/ui/ui-sprite-left.svg);
    left: 20px;
}

.bx-wrapper .bx-next {
    background: url(../img/ui/ui-sprite-right.svg);
    right: 20px;
}

.bx-wrapper .bx-prev:hover {
    background: url(../img/ui/ui-sprite-left-hover.svg);
    right: 20px;
}

.bx-wrapper .bx-next:hover {
    background: url(../img/ui/ui-sprite-right-hover.svg);
    right: 20px;
}

.bx-wrapper .bx-controls-direction a {
    height: 40px;
    margin: 10px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    width: 40px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-auto .bx-start {
    background: url(../img/ui/controls.png) -86px -11px no-repeat;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0;
    text-indent: -9999px;
    width: 10px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    background: url(../img/ui/controls.png) -86px -44px no-repeat;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0;
    text-indent: -9999px;
    width: 9px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    background: #6669;
}

.bx-wrapper .bx-caption span {
    display: block;
}

article .bx-wrapper .bx-controls-direction a:hover {
    border: none!important;
}

.vbox-overlay *,
.vbox-overlay:after,
.vbox-overlay:before {
    box-sizing: border-box;
    moz-box-sizing: border-box;
    webkit-backface-visibility: hidden;
    webkit-box-sizing: border-box;
}

.vbox-overlay {
    background: #fdfdfd;
    background: rgba(255, 255, 255, .9);
    bottom: 0;
    height: auto;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.vbox-preloader {
    animation: playload 1.4s steps(12) infinite;
    background-image: url(preload-ios.png);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    moz-animation: playload 1.4s steps(12) infinite;
    ms-animation: playload 1.4s steps(12) infinite;
    o-animation: playload 1.4s steps(12) infinite;
    overflow: hidden;
    position: fixed;
    text-indent: -100px;
    top: 50%;
    webkit-animation: playload 1.4s steps(12) infinite;
    width: 32px;
}

.vbox-close,
.vbox-next,
.vbox-prev {
    color: #fff;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    position: fixed;
    text-indent: -100px;
    width: 40px;
}

@-webkit-keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -384px;
    }
}

@-moz-keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -384px;
    }
}

@-ms-keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -384px;
    }
}

@-o-keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -384px;
    }
}

@keyframes playload {
    from {
        background-position: 0;
    }
    to {
        background-position: -384px;
    }
}

.vbox-close {
    background: url(../img/ui/ui-sprite-venobox.png) -80px 0 no-repeat;
    display: block;
    right: 24px;
    top: 12px;
}

.vbox-next,
.vbox-prev {
    border: 0!important;
    box-sizing: content-box;
    margin-top: -20px;
    top: 50%;
}

.vbox-prev {
    background: url(../img/ui/ui-sprite-venobox.png) no-repeat;
    left: 24px;
}

.vbox-num,
.vbox-title {
    height: 40px;
    left: 0;
    line-height: 28px;
    overflow: hidden;
    position: fixed;
}

.vbox-next {
    background: url(../img/ui/ui-sprite-venobox.png) -40px 0 no-repeat;
    right: 24px;
}

.vbox-title {
    background: #fff;
    bottom: -1px;
    color: rgb(150, 85, 85);
    float: left;
    font-size: 1em;
    padding: 6px 40px;
    text-align: center;
    width: 100%;
}

.vbox-num {
    background: #161617;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 6px 10px;
    top: -1px;
}

.collapsing,
.main-content,
.main-header,
.slicknav_btn,
.vbox-container,
.vbox-content {
    position: relative;
}

.vbox-inline {
    background: #fff;
    height: 315px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px;
    text-align: left;
    width: 420px;
}

.vbox-content,
.vbox-open {
    overflow: hidden;
}

.venoframe {
    height: 720px;
    width: 960px;
}

.vbox-container {
    background: #000;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
}

.vbox-content {
    float: left;
    text-align: center;
    width: 100%;
}

.vbox-container img {
    height: auto;
    max-width: 100%;
}

.slicknav_btn {
    cursor: pointer;
    display: block;
    float: right;
    line-height: 1.125em;
    padding: .438em .625em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em;
}

.slicknav_menu .slicknav_menutxt {
    color: #000;
    display: block;
    float: left;
    font-weight: 700;
    line-height: 1.188em;
    text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    display: block;
    height: .125em;
    moz-border-radius: 1px;
    moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    webkit-border-radius: 1px;
    webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    width: 1.125em;
}

.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

.cf:after,
.clearfix:after,
.group:after,
.grower-profile .grower-stats .top:after,
.l-constrained:after,
.media figure:after,
.module--image-trigger:after,
.product-stats .top:after,
article:after,
section:after {
    clear: both;
    content: "";
}

.slicknav_nav li,
.slicknav_nav ul {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_menu {
    background: #fff;
    box-sizing: border-box;
    font-size: 16px;
    padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.slicknav_btn {
    background-color: #222;
    border-radius: 4px;
    margin: 5px 5px 6px;
    moz-border-radius: 4px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    top: 20px;
    webkit-border-radius: 4px;
}

.slicknav_nav {
    clear: both;
    color: #000;
    font-size: .875em;
    margin: 5rem 0 0;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    margin: 2px 5px;
    padding: 5px 10px;
}

.slicknav_nav .slicknav_row:hover {
    background: #ccc;
    color: #000;
}

.slicknav_nav a {
    color: #000;
}

.slicknav_nav a:hover {
    background: #ccc;
    color: #222;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    margin: 0;
    padding: 0;
}

.slicknav_brand {
    color: #000;
    float: left;
    font-size: 18px;
    height: 44px;
    line-height: 30px;
    padding: 7px 12px;
}

.fade {
    moz-transition: opacity .15s linear;
    opacity: 0;
    transition: opacity .15s linear;
    webkit-transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    height: 0;
    moz-transition: height .35s ease;
    overflow: hidden;
    transition: height .35s ease;
    webkit-transition: height .35s ease;
}

.container {
    padding: 0;
}

.column,
.columns,
.eight--columns,
.eleven--columns,
.five--columns,
.four--columns,
.media.one-third figure,
.media.two-thirds figure,
.nine--columns,
.one--column,
.seven--columns,
.six--columns,
.ten--columns,
.three--columns,
.twelve--columns,
.two--columns {
    display: block;
    float: left;
    margin-bottom: .75rem;
    margin-right: 1.07247%;
    padding: 0;
    width: 100%;
}

.column:after,
.columns:after,
.eight--columns:after,
.eleven--columns:after,
.five--columns:after,
.four--columns:after,
.media.one-third figure:after,
.media.two-thirds figure:after,
.nine--columns:after,
.one--column:after,
.seven--columns:after,
.six--columns:after,
.ten--columns:after,
.three--columns:after,
.twelve--columns:after,
.two--columns:after {
    clear: both;
    content: "";
    display: table;
}

.column:last-child,
.columns:last-child,
.eight--columns:last-child,
.eleven--columns:last-child,
.five--columns:last-child,
.four--columns:last-child,
.media.one-third figure:last-child,
.media.two-thirds figure:last-child,
.nine--columns:last-child,
.one--column:last-child,
.seven--columns:last-child,
.six--columns:last-child,
.ten--columns:last-child,
.three--columns:last-child,
.twelve--columns:last-child,
.two--columns:last-child {
    margin-right: 0;
}

.twelve--columns {
    float: none;
    margin: 0 auto;
    max-width: 1000px;
    padding: 15px;
}

.twelve--columns:last-child {
    margin: 0 auto;
}

.no__margin-right {
    margin-right: 0!important;
}

.mobile--only {
    display: block;
}

.mobile--hidden {
    display: none;
}

* {
    box-sizing: border-box;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
}

.l-constrained {
    display: block;
    margin: 0 auto;
    max-width: 1150px;
    width: 90%;
}

.page {
    margin: 0 auto;
    max-width: 1200px;
}

.cf:after,
.clearfix:after,
.group:after,
.l-constrained:after {
    display: table;
}

.margin-top {
    margin-top: 4px!important;
}

.margin-top-article {
    margin-top: 30px !important;
}

.bg--purple {
    background: rgb(150, 85, 85);
}

.bg--light-blue {
    background: #7998ac;
}

.bg--orange,
.bg--yellow {
    background: #ffb718;
}

.bg--flavour-way {
    background: url(../img/pages/inside-natoora/natoora-insidenatoora-mission.jpg) no-repeat;
    background-size: cover;
}

.bg--memberships {
    background: url(../img/pages/inside-natoora/natoora-insidenatoora-memberships.jpg) no-repeat;
    background-size: cover;
}

.bg--sustainability {
    background: url(../img/pages/inside-natoora/natoora-insidenatoora-sustainability.jpg) no-repeat;
    background-size: cover;
}

.main-content {
    z-index: 1;
    background: white;
    padding-top: 112px;
}

article.nomargin {
    margin: 0 0 6rem;
}

article.produce-grid {
    margin: 0;
}

article.working-with-chef-grid {
    margin: 0 0 6rem!important;
}

.main-header {
    background: #fff;
    padding: 1.8em 0 2em;
    z-index: 3;
    position: fixed;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.2);
}

.main-header.is__collapsed {
    height: 350px;
    max-width: 1200px;
    /* position: absolute; */
    width: 100%;
}

.grid-item img,
embed,
img,
object,
video {
    max-width: 100%;
}

.main-header .burger,
.main-header .mobile-logo {
    display: block;
}

.mobile-logo {
    background: url(../img/sprite.svg) no-repeat;
    background-size: 90%;
    height: 60px;
    left: 50.5%;
    margin-left: -60px;
    position: absolute;
    top: 14px;
    width: 120px;
}

.mobile-logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -10px;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

.caret.is__visible {
    display: block;
}

article,
section {
    clear: both;
}

article:after,
section:after {
    display: table;
}

article {
    margin: 1.375rem 0 2.75rem;
}

article.contact {
    margin: 1.375rem 0 0;
}

.banner {
    color: #fff;
    padding-bottom: 34.7%;
    position: relative;
    z-index: 1;
}

.banner img {
    position: absolute;
    z-index: 1;
}

.banner .copy,
.banner .module--hover-switch .alternative,
.module--hover-switch .banner .alternative {
    bottom: 0%;
    position: absolute;
    z-index: 3;
}

.banner hr {
    border-color: #fff;
}

.banner .coverer {
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .54) 100%);
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .54) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.insidebanner .copy,
.insidebanner .module--hover-switch .alternative,
.module--hover-switch .insidebanner .alternative {
    bottom: 5%;
}

.insidebanner .copy .btn.simple,
.insidebanner .module--hover-switch .alternative .btn.simple,
.module--hover-switch .insidebanner .alternative .btn.simple {
    display: inline!important;
}

img {
    border: 0;
    ms-interpolation-mode: bicubic;
}

.img-box {
    border: 4px solid #fff;
}

.media figure {
    float: left;
    height: 115px;
    margin: 0;
    margin-bottom: 0!important;
    width: 100%;
}

.media figure:after {
    display: table;
}

.media figure:last-child {
    margin-right: 0!important;
}

.media.two-images div.box {
    display: block;
    float: left;
    margin-right: 1.07247%;
    width: 49.46376%;
}

.media.two-images div.box:last-child {
    margin-right: 0;
}

.media.three-images figure {
    display: block;
    float: left;
    margin-right: 1.07247%;
    width: 32.61835%;
}

.media.three-images figure:last-child {
    margin-right: 0;
}

.media.two-thirds div.box:first-child {
    display: block;
    float: left;
    margin-right: 1.07247%;
    width: 66.30918%;
}

.media.two-thirds div.box:first-child:last-child {
    margin-right: 0;
}

.media.two-thirds div.box:nth-child(2) {
    display: block;
    float: left;
    margin-right: 1.07247%;
    width: 32.61835%;
}

.media.two-thirds div.box:nth-child(2):last-child {
    margin-right: 0;
}

.media.one-third div.box:first-child,
.media.one-third figure:first-child {
    display: block;
    float: left;
    margin-right: 1.07247%;
    width: 32.61835%;
}

.media.one-third div.box:first-child:last-child,
.media.one-third figure:first-child:last-child {
    margin-right: 0;
}

.media.one-third div.box:nth-child(2),
.media.one-third figure:nth-child(2) {
    display: block;
    float: left;
    margin-right: 1.07247%;
    width: 66.30918%;
}

.media.one-third div.box:nth-child(2):last-child,
.media.one-third figure:nth-child(2):last-child {
    margin-right: 0;
}

.carousel ul {
    margin: 0;
    padding: 0;
}

.carousel ul li {
    height: 15.625rem;
    height: 250px;
    list-style: none;
}

.ribbon {
    height: .75rem;
    height: 12px;
}

.ribbon.brown {
    background-color: #905926;
}

.ribbon.red {
    background-color: #e84936;
}

.ribbon.green {
    background-color: #6ea948;
}

.ribbon.orange {
    background-color: #ffb718;
}

.ribbon.purple {
    background-color: rgb(150, 85, 85);
}

.ribbon.lightblue {
    background-color: #7998ac;
}

.module--image-boxes .box {
    cursor: pointer;
    height: 192px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}

.module--image-boxes .overlay {
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .54) 100%);
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .54) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.module--image-boxes figure {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.module--hover-switch .module--image-boxes .alternative,
.module--image-boxes .copy,
.module--image-boxes .module--hover-switch .alternative {
    color: #fff;
    font-family: proxima_novasemibold, sans-serif;
    font-style: normal;
    height: 65%;
    left: 5%;
    padding-right: 10%;
    position: relative;
    text-align: left;
    top: 38%;
    transition: all .5s;
    z-index: 3;
}

.module--hover-switch .module--image-boxes .alternative a,
.module--image-boxes .copy a,
.module--image-boxes .module--hover-switch .alternative a {
    color: #fff;
    margin-top: 20px!important;
}

.read-more {
    border-bottom: 2px solid #fff;
    opacity: 0;
    transition: .5s all;
}

.module--hover-switch .module--image-boxes .alternative h3,
.module--image-boxes .copy h3,
.module--image-boxes .module--hover-switch .alternative h3 {
    font-size: 1.5rem;
    font-size: 24px;
    line-height: 40px;
}

.module--hover-switch .module--image-boxes .alternative hr,
.module--image-boxes .copy hr,
.module--image-boxes .module--hover-switch .alternative hr {
    float: left;
    width: 48px;
}

.module--hover-switch .module--image-boxes .box:hover .alternative,
.module--image-boxes .box:hover .copy,
.module--image-boxes .box:hover .module--hover-switch .alternative {
    top: 35%;
}

.module--image-boxes .box:hover a {
    opacity: 1!important;
}

.module--hover-boxes .box .copy p,
.module--hover-boxes .box .module--hover-switch .alternative p,
.module--hover-switch .alternative p,
.module--hover-switch .copy p,
.module--hover-switch .module--hover-boxes .box .alternative p,
.module--instagram div:hover span {
    opacity: 1;
}

.module--image-trigger:after {
    display: table;
}

.module--image-trigger .box {
    height: 228px;
    margin-bottom: 1.375rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}

.module--image-trigger .box:last-child {
    margin-right: 0;
}

.module--image-trigger figure {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.module--image-trigger .overlay {
    background: rgba(0, 0, 0, .25);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.module--image-trigger .trigger {
    background: url(../img/ui/image-interface.png) no-repeat;
    display: none;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    z-index: 3;
}

.module--hover-switch .box {
    cursor: pointer;
    height: 418px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}

.module--hover-switch figure {
    height: 130%;
    left: -20%;
    position: absolute;
    top: -20%;
    width: 130%;
}

.module--hover-switch figure .is__blurred {
    filter: blur(8px);
    webkit-filter: blur(8px);
}

.module--hover-switch .overlay {
    background-color: transparent;
    background-image: linear-gradient(to top, #161414, transparent);
    background-image: -webkit-linear-gradient(bottom, #161414, transparent);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.module--hover-switch .overlay.is__visible {
    display: block;
}

.module--hover-switch .alternative,
.module--hover-switch .copy {
    color: #fff;
    display: block;
    font-family: proxima_novasemibold, sans-serif;
    font-style: normal;
    left: 5%;
    padding-right: 10%;
    position: relative;
    text-align: left;
    top: 50%;
    z-index: 3;
}

.module--hover-switch .alternative h3,
.quote q {
    font-family: revival_555semibolditalica, Georgia, serif;
}

.module--hover-switch .alternative h3,
.module--hover-switch .copy h3 {
    font-size: 1.5rem;
    font-size: 24px;
    line-height: 40px;
}

.module--hover-switch .alternative hr,
.module--hover-switch .copy hr {
    float: left;
    width: 20%;
}

.module--hover-switch .alternative {
    height: 40%;
    text-align: center;
    top: 40%;
}

.module--hover-switch .alternative h3 {
    font-style: italic;
    text-transform: none;
}

.module--hover-switch .alternative a {
    border-bottom: 2px solid #fff;
    bottom: 3%;
    color: #fff;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 92px;
}

.module--hover-switch .is__visible {
    display: block;
}

.module--hover-switch .is__hidden {
    display: none;
}

.label-instafeed {
    bottom: 20px;
    height: 24px;
    /*left: 30px;*/
    padding: 3px 0 0 30px;
    position: absolute;
    color: white;
}

.module--instagram h3 {
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.module--instagram div {
    float: left;
    height: 100px;
    position: relative;
    width: 50%;
}

.module--instagram div icon {
    background: url(../img/ui/instagram-icon.svg) no-repeat;
    bottom: 20px;
    height: 24px;
    left: 30px;
    padding: 3px 0 0 30px;
    position: absolute;
    width: 60px;
}

.module--instagram div icon span {
    color: #fff;
    opacity: 0;
    transition: opacity .3s;
}

.quote {
    padding: 2.75rem 0 1.5rem;
    text-align: center;
}

.jobs .quote .job-title,
.quote .jobs .job-title,
.quote h4 {
    text-transform: uppercase;
}

.quote q {
    display: block;
    font-size: 2.25rem;
    font-size: 36px;
    margin-bottom: .75rem;
}

.quote span {
    color: #c8c8c8;
    font-family: proxima_nova_rgregular, sans-serif;
}

.module--shop {
    color: #fff;
    padding: 1.5rem 0;
}

.module--shop ul li:first-child {
    list-style: none;
}

.module--shop ul li {
    float: left;
}

.module--shop ul li:last-child {
    clear: both;
    list-style: none;
}

.module--join-us {
    color: #000;
    padding: 1.5rem 0 0;
    position: relative;
}

.module--join-us h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.module--join-us hr {
    border-color: #000;
}

.module--multi .bg--flavour-way hr,
.module--multi .memberships hr,
.module--multi .module--copy hr,
.module--multi .sustainability hr {
    border-color: #fff;
}

.module--join-us .btn {
    position: static;
}

.module--join-us .six--columns>img {
    display: none;
}

.module--multi .bg--flavour-way,
.module--multi .memberships,
.module--multi .sustainability {
    position: relative;
    z-index: 1;
}

.module--hover-switch .module--multi .bg--flavour-way .alternative,
.module--hover-switch .module--multi .memberships .alternative,
.module--hover-switch .module--multi .sustainability .alternative,
.module--multi .bg--flavour-way .copy,
.module--multi .bg--flavour-way .module--hover-switch .alternative,
.module--multi .memberships .copy,
.module--multi .memberships .module--hover-switch .alternative,
.module--multi .sustainability .copy,
.module--multi .sustainability .module--hover-switch .alternative {
    height: 100%;
    left: 10%;
    position: absolute;
    top: 1.5rem;
    width: 80%;
    z-index: 3;
}

.module--multi .bg--flavour-way .btn,
.module--multi .memberships .btn,
.module--multi .sustainability .btn {
    bottom: 20%;
    position: absolute;
}

.module--multi .memberships {
    color: #fff;
}

.module--multi .memberships .coverer {
    background: rgba(0, 0, 0, .3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.module--multi .bg--flavour-way,
.module--multi .sustainability {
    color: #fff;
}

.module--multi .bg--flavour-way .btn {
    display: inline-block;
    margin-top: 30px;
    position: relative;
}

.module--multi .module--copy {
    color: #fff;
    position: relative;
}

.module--hover-switch .module--multi .module--copy .alternative,
.module--multi .module--copy .copy,
.module--multi .module--copy .module--hover-switch .alternative {
    bottom: 0;
    font-style: normal;
    left: 5%;
    padding-right: 10%;
    position: absolute;
    text-align: left;
    transition: .5s all;
    z-index: 3;
}

.module--hover-switch .module--multi .module--copy .alternative a,
.module--multi .module--copy .copy a,
.module--multi .module--copy .module--hover-switch .alternative a {
    color: #fff;
    display: block;
    font-family: proxima_novasemibold, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    transition: .5s all;
    width: 92px;
    z-index: 3;
}

.module--multi .module--copy .overlay {
    background-color: transparent;
    background-image: linear-gradient(to top, #161414, transparent);
    background-image: -webkit-linear-gradient(bottom, #161414, transparent);
    display: block;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.module--multi .module--copy .overlay.is__visible {
    display: block;
}

.module--hover-switch .module--multi .module--copy:hover .alternative,
.module--multi .module--copy:hover .copy,
.module--multi .module--copy:hover .module--hover-switch .alternative {
    bottom: 10%;
}

.module--hover-switch .module--multi .module--copy:hover .alternative a,
.module--multi .module--copy:hover .copy a,
.module--multi .module--copy:hover .module--hover-switch .alternative a {
    opacity: 1;
}

.module--social ul .social {
    margin-top: 3.75rem;
}

.module--social ul .facebook,
.module--social ul .instagram,
.module--social ul .instagram-chefs,
.module--social ul .twitter,
.module--social ul .twitter-chefs {
    margin: 10px;
}

.module--social ul .instagram-chefs a,
.module--social ul .twitter-chefs a {
    display: inline-block;
    float: left;
    height: 23px;
    width: 23px;
}

.module--social form input,
.module--social form label {
    margin: 10px 0;
    width: 100%;
}

.auto--columns {
    padding: 2.75rem 0 0;
}

.auto--columns .column,
.auto--columns .one--column {
    margin-bottom: 0;
    width: 100%!important;
}

.grower-profile .grower-stats,
.product-stats {
    border-bottom: 1px solid #c8c8c8;
    margin: 0;
}

.grower-profile .grower-stats .top,
.product-stats .top {
    border-top: 1px solid #c8c8c8;
}

.grower-profile .grower-stats .top:after,
.product-stats .top:after {
    display: table;
}

.grower-profile .grower-stats .top>div,
.product-stats .top>div {
    display: block;
    float: left;
    margin-right: 1.07247%;
    width: 100%;
}

.grower-profile .grower-stats .top>div:last-child,
.product-stats .top>div:last-child {
    margin-right: 0;
}

.grower-profile .grower-stats .top>div span:first-child,
.product-stats .top>div span:first-child {
    font-family: proxima_novasemibold, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.grower-profile .grower-stats .top>div>span,
.product-stats .top>div>span {
    display: inline-block;
    font-family: proxima_nova_rgregular, sans-serif;
    margin: 1.25rem 0;
    text-transform: none;
}

.grower-profile .grower-stats .top>div:first-child,
.grower-profile .grower-stats .top>div:nth-child(3),
.product-stats .top>div:first-child,
.product-stats .top>div:nth-child(3) {
    padding-left: 0;
}

.grower-profile .grower-stats .top>div:last-child,
.grower-profile .grower-stats .top>div:nth-child(2),
.product-stats .top>div:last-child,
.product-stats .top>div:nth-child(2) {
    border-right: none;
}

.blog-feed a,
.blog-feed span {
    border-bottom: 1px solid #fff;
}

.grower-profile .grower-stats .bottom span,
.product-stats .bottom span {
    display: block;
    text-transform: uppercase;
}

.grower-profile .grower-stats .bottom span:last-child,
.product-stats .bottom span:last-child {
    clear: both;
    text-transform: none;
}

.blog-feed {
    color: #fff;
    height: 270px;
    padding: 1.5rem;
    text-align: left;
}

.blog-feed a {
    bottom: 24px;
    color: #fff;
    font-family: proxima_novasemibold, sans-serif;
    left: 24px;
    position: absolute;
    text-transform: uppercase;
    width: 92px;
}

.blog-feed span {
    display: block;
    margin-bottom: .375rem;
    padding-bottom: .375rem;
    text-transform: uppercase;
}

.product-notes ul:after,
.product-notes:after {
    clear: both;
    content: "";
    display: table;
}

.product-notes {
    background: #ffb718;
    clear: both;
    color: #fff;
    padding: .75rem;
}

.jobs .product-notes .job-title,
.product-notes .jobs .job-title,
.product-notes h4 {
    font-family: proxima_novasemibold, sans-serif;
    font-style: normal;
    text-transform: uppercase;
}

.product-notes ul {
    margin: 0;
    padding-left: 0;
}

.product-notes ul li {
    float: left;
    font-family: revival_555semibolditalica, Georgia, serif;
    list-style: none;
    padding: .3125rem;
}

.product-notes ul li::after {
    content: " /";
}

.product-notes ul li:last-child::after {
    content: " ";
}

.verisdiagram {
    border: 2px solid #c7c7c7;
}

.button-group .button,
.button-group span {
    background: #ffb718;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0;
    margin-right: 1px;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    transition: all .5s;
}

.button-group:after,
.grid:after {
    content: '';
    display: block;
}

.button-group .button:hover {
    color: #000;
}

.button-group .button.is-checked,
.grid h3 {
    color: #fff;
}

.button-group .button.is-checked,
.button-group .button:active {
    background-color: #000;
}

.button-group {
    background: #ffb718;
}

.button-group:after {
    clear: both;
}

.grid {
    background: #000;
}

.grid h3 {
    font-size: 1.25rem;
    font-size: 20px;
    line-height: 24px;
    margin-right: 12px;
    text-transform: uppercase;
}

.grid div {
    left: 48px;
    position: absolute;
    top: 36px;
}

.grid:after {
    clear: both;
}

.how-to-buy:after,
.job-posts .job:after,
.module--social ul:after,
header nav:after {
    clear: both;
    content: "";
}

.grid-item,
.grid-sizer {
    width: 33.333%;
}

.grid-item {
    float: left;
}

.blog-post hr,
.grid-item hr {
    float: none;
}

.read-more-our-produce {
    border-bottom: 2px solid #fff;
    clear: both;
    color: #fff!important;
    display: inline-block;
    font-family: proxima_novasemibold, sans-serif;
    font-style: normal;
    opacity: 0;
    padding-top: 6px;
    text-align: left;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.link-image .overlay,
.link-image .trigger {
    opacity: 0;
    position: absolute;
    transition: opacity .3s;
}

.title-our-produce {
    border: 0!important;
}

.grid-item div a:hover {
    border-bottom: 2px solid #fff;
}

.grid-item:hover div a {
    opacity: 1;
    padding-top: 0;
}

.grid-item img {
    display: block;
}

.blog-post {
    background: rgb(155, 183, 214);
    color: #fff;
    padding: 36px 0 24px;
}

.blog-post span {
    clear: both;
    font-family: revival_555semibolditalica, Georgia, serif;
    font-size: 2.5rem;
}

.blog-post a {
    color: #fff;
}

.border-bottom-white {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    width: 93px;
}

.blog-post img {
    border: 5px solid #fff;
}

#home-carousel div {
    cursor: pointer;
}

.bx-wrapper:hover .bx-caption {
    opacity: 1;
}

.bx-wrapper .bx-caption {
    background: 0 0;
    bottom: 20px;
    left: 0;
    opacity: 0;
    padding: 12px;
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: proxima_novasemibold, sans-serif!important;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 0;
    text-shadow: 0 1px 8px #000;
}

.mobile-nav .mainvav,
header nav a,
header nav a:visited {
    font-family: proxima_novasemibold, sans-serif;
}

.chef .box {
    padding-bottom: 27.16%;
}

.chef .box figure {
    width: 100%;
}

.singlecarousel div,
.singlecarousel ul li {
    height: auto!important;
}

.singlecarousel .bx-pager {
    display: none!important;
}

.singlecarousel .bx-wrapper .bx-caption {
    bottom: -10px!important;
}

.single-box-image .box {
    height: auto;
    padding-bottom: 324px;
    width: 100%;
}

.link-image .box {
    position: relative;
}

.link-image .box:hover .overlay,
.link-image .box:hover .trigger {
    opacity: 1;
}

.link-image .overlay {
    background: rgba(0, 0, 0, .25);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.link-image .trigger {
    background: url(../img/ui/image-interface.png) no-repeat;
    height: 15px;
    right: 10px;
    top: 10px;
    width: 15px;
    z-index: 3;
}

#primary-nav li,
#primary-nav li a {
    transition: all .2s;
}

.padding-top {
    padding-top: .75rem!important;
}

.two-thirds figure:nth-child(1) {
    padding-bottom: 46%!important;
}

.sourcing-sum li {
    overflow: hidden;
}

.sourcing-sum .is__blurred {
    filter: blur(2px);
    webkit-filter: blur(2px);
}

.natooraproduce p {
    font-size: .875rem;
    font-size: 14px;
    line-height: 18px;
}

.module--hover-switch .natooraproduce .alternative a,
.natooraproduce .copy a,
.natooraproduce .module--hover-switch .alternative a {
    display: inline-block!important;
    width: auto!important;
}

.module--hover-switch .natooraproduce .alternative .btn,
.natooraproduce .copy .btn,
.natooraproduce .module--hover-switch .alternative .btn {
    margin-top: 0;
}

#wholesale-map {
    border: 1px solid #c8c8c8;
    padding: .75rem;
}

nav,
nav ol,
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol>li,
nav ol>li>a,
nav ul>li,
nav ul>li>a,
nav>li,
nav>li>a {
    padding: 0;
    vertical-align: middle;
}

header nav {
    background: #fff;
    padding: .75rem 0;
    text-transform: uppercase;
}

header nav:after {
    display: table;
}

header nav>ul.primary-nav {
    left: 0;
    list-style: none;
    margin: auto;
    max-width: 1000px;
    position: absolute;
    right: 0;
    width: 95%;
}

header nav>ul.primary-nav>li {
    width: 100%;
}

header nav>ul.primary-nav>li.logo {
    display: none;
}

header nav>ul>ul li {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

header nav>ul>ul li>li {
    display: list-item;
}

header nav a,
header nav a:visited {
    color: rgb(84, 84, 84);
    font-size: .875rem;
    font-size: 14px;
    height: 100%;
    line-height: 18px;
    width: 100%;
}

.primary-nav {
    display: none;
}

#primary-nav li {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

#primary-nav li:hover {
    border-bottom: 1px solid #000;
}

#primary-nav li:hover a {
    color: #000;
}

#primary-nav li ul.secondary-nav li,
#primary-nav li ul.secondary-nav li:hover {
    border-bottom: 1px solid #fff!important;
    padding-bottom: 5px;
}

#primary-nav li a.active {
    color: rgb(150, 85, 85)!important;
}

#primary-nav li ul.secondary-nav li a,
#primary-nav li ul.secondary-nav li a:hover {
    display: block;
}

#primary-nav li ul.secondary-nav li a,
#primary-nav li:hover ul.secondary-nav li a {
    border-bottom: 1px solid #fff!important;
    color: #666!important;
}

#primary-nav li ul.secondary-nav li a:hover {
    border-bottom: 1px solid #666!important;
    color: #666!important;
}

.mobile-nav {
    background-color: #fff;
    display: none;
    padding: 30px 0 80px;
    position: fixed;
    text-align: center;
    top: 70px;
    width: 100%;
    z-index: 400;
}

.mobile-nav li {
    border-bottom: 1px solid #cecece;
    list-style: none;
    padding: 5px 0;
    text-transform: uppercase;
}

.mobile-nav li a {
    display: block;
    font-size: 14px;
    padding: .2em 0;
}

nav .mobile-nav {
    height: 100%;
    overflow: scroll;
}

.secondary-nav {
    background: #fff;
    display: none;
    margin: 1.375rem 0 0;
    position: absolute;
    z-index: 3;
}

.single-nav-item {
    padding-top: 18px;
}

.is__visible {
    display: block;
}

#primary-nav li ul.secondary-nav li a.active {
    color: rgb(150, 85, 85)!important;
}

.menu-overlay {
    backface-visibility: hidden;
    background-color: #000;
    height: 100%;
    left: 0;
    moz-transition: opacity .3s 0s, visibility 0s .3s, -moz-transform .3s 0s;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
    webkit-backface-visibility: hidden;
    webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
    width: 100%;
    z-index: 2;
}

.menu-overlay.is__visible {
    moz-transition: opacity .3s 0s, visibility 0s 0s, -moz-transform .3s 0s;
    opacity: .6;
    transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
    visibility: visible;
    webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
}

.module--hover-boxes .box {
    cursor: pointer;
    height: 400px !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}

.module--hover-boxes .box:hover h3 {
    opacity: 1;
}

.module--hover-boxes .box:hover a {
    bottom: 15%;
    opacity: 1;
}

.module--hover-boxes .box:hover p {
    text-shadow: 0 1px 8px transparent;
}

.module--hover-boxes figure {
    height: 130%;
    left: -20%;
    position: absolute;
    top: -20%;
    width: 120%;
}

.module--hover-boxes figure.is__blurred {
    filter: blur(4px);
    webkit-filter: blur(4px);
}

.module--hover-boxes .copy,
.module--hover-boxes .module--hover-switch .alternative,
.module--hover-switch .module--hover-boxes .alternative {
    color: #fff;
    display: block;
    font-family: revival_555semibolditalica, Georgia, serif;
    font-style: itarif;
    font-style: itarif;
    font-style: itarif;
    font-style: italic;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s;
    width: 100%;
    z-index: 3;
}

.module--hover-boxes .copy h3,
.module--hover-boxes .module--hover-switch .alternative h3,
.module--hover-switch .module--hover-boxes .alternative h3 {
    backface-visibility: hidden;
    margin: 30px auto;
    opacity: 0;
    text-indent: -300000000px;
    transition: opacity .3s ease-in-out;
    webkit-backface-visibility: hidden;
}

.module--hover-boxes .copy p,
.module--hover-boxes .module--hover-switch .alternative p,
.module--hover-switch .module--hover-boxes .alternative p {
    font-family: revival_555semibolditalica, Georgia, serif;
    font-size: 2.625rem;
    font-size: 32px;
    line-height: 32px;
    margin: 0 5%;
    opacity: 0;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .4);
    transition: opacity .6s ease-in-out;
}

.href-readmore,
.module--hover-boxes .module--hover-switch .alternative a,
.module--hover-switch .module--hover-boxes .alternative a {
    border-bottom: 2px solid #fff;
    bottom: 10%;
    color: #fff!important;
    display: block;
    font-family: proxima_novasemibold, sans-serif;
    font-style: normal;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    width: 92px;
}

#growers-list img,
#growers-list li p {
    transition: all .3s;
}

.module--hover-boxes .copy.is__visible a,
.module--hover-boxes .copy.is__visible h3,
.module--hover-boxes .copy.is__visible p,
.module--hover-boxes .module--hover-switch .is__visible.alternative a,
.module--hover-boxes .module--hover-switch .is__visible.alternative h3,
.module--hover-boxes .module--hover-switch .is__visible.alternative p,
.module--hover-switch .module--hover-boxes .is__visible.alternative a,
.module--hover-switch .module--hover-boxes .is__visible.alternative h3,
.module--hover-switch .module--hover-boxes .is__visible.alternative p {
    opacity: 1;
}

.module--hover-boxes .copy.is__visible a,
.module--hover-boxes .module--hover-switch .is__visible.alternative a,
.module--hover-switch .module--hover-boxes .is__visible.alternative a {
    bottom: 25%;
}

.module--hover-boxes .copy.is__hidden,
.module--hover-boxes .module--hover-switch .is__hidden.alternative,
.module--hover-switch .module--hover-boxes .is__hidden.alternative {
    bottom: 0;
    opacity: 0;
}

.module--hover-boxes .our-story h3 {
    background: url(../img/pages/homepage/device-natoora.svg) no-repeat;
    height: 78px;
    margin: 40px auto 38px;
    width: 257px;
}

.href-redmore,
.module--hover-boxes .our-produce h3 {
    background: url(../img/pages/homepage/device-natoora.svg) no-repeat;
    height: 78px;
    margin: 40px auto 38px;
    width: 257px;
}

.module--hover-boxes .our-growers h3 {
    background: url(../img/pages/homepage/device-natoora.svg) no-repeat;
    height: 107px;
    margin: 30px auto 20px;
    width: 283px;
}

.module--hover-boxes .our-contact h3 {
    background: url(../img/pages/homepage/device-natoora.svg) no-repeat;
    height: 78px;
    margin: 40px auto 38px;
    width: 257px;
}

.module--hover-switch .module--image-boxes:hover .alternative a,
.module--image-boxes:hover .copy a,
.module--image-boxes:hover .module--hover-switch .alternative a {
    opacity: 1;
}

.module--social ul {
    margin: 0;
    padding: 0;
}

.module--social ul:after {
    display: table;
}

.module--social ul li {
    display: inline-block;
    list-style: none;
}

.module--social ul form input,
.module--social ul form label {
    margin: 10px 0;
    width: 100%;
}

.module--social ul .social {
    padding-top: .75rem;
}

.module--social ul .facebook a,
.module--social ul .instagram a,
.module--social ul .twitter a {
    display: inline-block;
    float: left;
    height: 20px;
    width: 33px;
}

.module--social ul .facebook a {
    background: url(../img/social/social-facebook.svg) no-repeat;
}

.module--social ul .twitter-chefs a {
    background: url(../img/social/social-twitter-chefs.svg) no-repeat;
}

.module--social ul .instagram-chefs a {
    background: url(../img/social/social-insta-chefs.svg) no-repeat;
}

.module--social ul .twitter a {
    background: url(../img/social/social-twitter.svg) no-repeat;
}

.module--social ul .instagram a {
    background: url(../img/social/social-insta.svg) no-repeat;
}

.module--accordions .panel {
    position: relative;
    z-index: 1;
}

.module--accordions .panel .panel-heading {
    filter: grayscale(80%);
    webkit-filter: grayscale(80%);
}

.module--accordions .panel .panel-heading.is__color,
.module--accordions .panel .panel-heading:hover {
    filter: grayscale(0);
    webkit-filter: grayscale(0);
}

.module--accordions .panel .panel-heading .panel-title {
    display: block;
    height: 15.625rem;
    height: 250px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.module--accordions .panel .panel-heading .collapse .arrow {
    background: url(../img/ui/ui-sprite.png) -40px 0 no-repeat;
    bottom: 3%;
    height: 41px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
    z-index: 100;
}

.module--accordions .panel .panel-heading .collapse .arrow:hover {
    background-position: 0 0;
}

.module--accordions .panel .panel-heading .collapse .arrow.red--up {
    background-position: -40px 0!important;
}

.module--accordions .panel .panel-heading .collapse.in .arrow:hover {
    background-position: 0 0;
}

.module--accordions .panel .panel-heading .collapsed {
    filter: grayscale(0);
    webkit-filter: grayscale(0);
}

.module--accordions .panel .panel-heading .collapsed .arrow {
    background-position: -82px -40px;
}

.module--accordions .panel .summary {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 40px;
    z-index: 2;
}

.module--accordions .panel .summary h3,
.module--accordions .panel .summary q {
    font-style: normal;
}

.module--accordions .panel .summary q {
    clear: both;
    display: block;
    font-family: proxima_novasemibold, sans-serif;
    font-size: .875rem;
    font-size: 14px;
    line-height: 1.33333;
    padding-right: 15%;
}

.module--accordions .panel .summary.reversed {
    left: 10%;
    padding-right: 40%;
}

.module--accordions .panel-body {
    padding: 0 0 3rem;
}

.module--accordions .chef-bio,
.module--accordions .chef-images,
.module--accordions .outline {
    clear: both;
}

.module--accordions .chef-bio:after,
.module--accordions .chef-images:after,
.module--accordions .outline:after {
    clear: both;
    content: "";
    display: table;
}

.module--accordions .outline {
    border-bottom: 1px solid #e84936;
    border-top: 1px solid #e84936;
    margin-top: 0;
    padding-left: 0;
}

.module--accordions .outline li {
    font-family: proxima_nova_rgregular, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    list-style: none;
    margin: .375rem 0;
}

.module--accordions .outline li span {
    color: #e84936;
    font-family: proxima_novasemibold, sans-serif;
    font-size: .75rem;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
}

#story-timeline,
.store-map-container .address-box {
    font-family: proxima_nova_rgregular, sans-serif;
}

.chef-list span.red,
.thegrower span.red {
    color: #e84936;
}

.thegrower a,
.thegrower a:hover {
    border-color: #000;
    color: #000;
}

.chef-bio .chef-list,
.grower-profile .thegrower .grower-stats,
.thegrower .grower-profile .grower-stats,
.thegrower .product-stats {
    border-color: #e84936;
    margin-bottom: 24px;
}

.seasonality span,
div.infoBox a {
    text-align: center;
    text-transform: uppercase;
}

.chef-bio .top,
.chef-bio .top>div,
.thegrower .top,
.thegrower .top>div {
    border-color: #e84936;
}

.store-map-container {
    border: 1px solid #ededed;
    margin: 1.5rem auto;
    padding: 10px;
    position: relative;
}

.store-map-container .store-map {
    height: 209px;
    width: 100%;
    z-index: 1;
}

.store-map-container .address-box {
    background: #fff;
    box-shadow: 0 3px 2px #CCC;
    font-size: .875rem;
    font-size: 14px;
    height: 213px;
    line-height: 22px;
    margin: 1.5rem auto 0;
    moz-box-shadow: 0 3px 2px #CCC;
    padding: .75rem;
    top: 15%;
    webkit-box-shadow: 0 3px 2px #CCC;
    z-index: 2;
}

.store-map-container .address-box img {
    display: none;
}

.store-map-container .address-box h3 {
    font-size: 1.125rem;
    font-size: 18px;
}

.store-map-container .address-box address {
    font-style: normal;
    font-weight: 100;
}

.store-map-container .address-box .caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -10px;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 3;
}

#story-timeline {
    background: #f7f7f7;
    padding-bottom: .75rem;
}

#story-timeline .story-column .story-item span,
.flavour-profile h6,
.keys span,
.seasonality h6 {
    font-family: proxima_novasemibold, sans-serif;
}

#story-timeline .story-column {
    float: left;
    height: 540px;
    overflow-y: scroll;
    padding-right: 35px;
    width: 25%;
}

#story-timeline .story-column .story-item {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

#story-timeline .story-column .story-item span {
    display: block;
    font-size: 33px;
}

#story-timeline .story-column .story-item img {
    margin-bottom: .375rem;
}

#story-timeline .story-column .story-item:last-child {
    border-bottom: none;
}

#story-timeline .story-column:last-child {
    padding-right: 0;
}

.keys {
    padding: 1.5rem 0;
}

.keys div {
    float: left;
    padding: 0 2.1875rem 1.5rem 0;
    width: 25%;
}

.keys span {
    border-bottom: 1px solid #000;
    display: block;
    padding-bottom: .75rem;
}

.grower-profile {
    margin: 0 0 6rem;
}

.grower-profile .grower-stats {
    color: #e84936;
}

.grower-profile .grower-stats a {
    border-color: #e84936;
    color: #e84936;
}

.grower-profile .grower-stats .top {
    border-color: #e84936;
    padding: 0 0 1.375rem;
}

.grower-profile .grower-stats .top>div {
    border-right: none;
    font-size: 12px;
    text-transform: uppercase;
}

.grower-profile .our-grower,
.red-stats,
.red-stats .top,
.red-stats .top>div {
    border-color: #e84936;
}

.grower-profile .grower-stats .top>div>span {
    display: block;
    float: left;
    font-size: 1em;
    line-height: .75rem;
    line-height: 12px;
    margin-right: 1.07247%;
    width: 100%;
}

.grower-profile .grower-stats .top>div>span:last-child {
    margin-right: 0;
}

.grower-profile .grower-stats .top>div:last-child {
    display: block;
    float: left;
    margin-right: 1.07247%;
    width: 57.88647%;
}

.grower-profile .grower-stats .top>div:last-child:last-child {
    margin-right: 0;
}

.grower-profile .grower-stats .top>div:last-child>span {
    margin-bottom: 0;
}

.grower-profile .our-grower {
    color: #e84936;
    margin-bottom: 1.5rem;
    padding: 0;
}

.grower-profile .our-grower .top {
    padding: 0;
}

.grower-profile .map-section .grower-map,
.grower-profile .map-section figure {
    height: 200px;
}

.red-stats {
    color: #e84936;
    margin-bottom: 20px;
}

.red-stats .top>div {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.red-stats a,
.red-stats a:hover {
    border-color: #e84936;
    color: #e84936;
}

.flavour-profile,
.seasonality {
    border-bottom: 1px solid #c8c8c8;
    margin: .625rem 0;
    padding: 0 0 .625rem;
}

.flavour-profile h6,
.seasonality h6 {
    font-size: 12px;
    margin: 0 0 .75rem;
}

.flavour-profile p:last-child {
    margin: 0;
}

.seasonality span {
    background: url(../img/ui/seasonal-calendar.gif) 0 -4px no-repeat;
    display: inline-block;
    font-size: 11px;
    padding-top: 30px;
    width: 38px;
}

.seasonality span.on {
    background-position: -38px -4px;
}

.title-h1-products {
    display: -webkit-inline-box!important;
    font-size: 12px!important;
    line-height: 18px!important;
}

.product-profile-table .six--columns {
    margin-right: 4%;
    width: 46%;
}

.produce-map-container {
    margin: 1.5rem auto;
    position: relative;
}

.produce-map-container .produce-map {
    height: 209px;
    width: 100%;
    z-index: 1;
}

.geg .quote {
    padding: 3rem 0;
}

.job-posts .job span {
    font-family: proxima_nova_rgregular, sans-serif!important;
}

.link-our-produce {
    border: 0!important;
    bottom: auto!important;
    left: auto!important;
    opacity: 1!important;
    position: relative!important;
}

div.infoBox>img:first-child {
    display: none;
}

#growers-list hr:after,
#stockists-map h3,
#stockists-map hr:after,
.growername,
.theproduce,
div.infoBox a {
    display: block;
}

div.infoBox a {
    background: #f5f5f5;
    border-bottom: none;
    border-top: 1px solid #e2e2e2;
    color: #e84936;
    font-size: 14px;
    margin: 12px 9px 0 6px;
    padding: 10px 0;
}

div.infoBox a:hover {
    background: #e84936;
    color: #fff;
    font-weight: 400;
}

#growers-list li:hover h3,
#stockists-list .selected {
    color: #e84936;
}

div.infoBox hr {
    border-color: #000;
    margin: 12px 0;
    width: 48px;
}

.growername {
    font-family: proxima_novasemibold, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.margin-linkwebsite {
    margin: 10px;
}

.theproduce {
    clear: both;
}

.data {
    font-size: 14px;
    padding: 12px 12px 0 19px;
}

.grower-data {
    background: url(../img/ui/info-modal-bg.png) no-repeat;
    text-align: left;
}

.scroll-our-growers {
    height: 636px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.end-data {
    background: url(../img/ui/info-modal-end.png) bottom left no-repeat;
    height: 19px;
}

#stockists-map .grower-data {
    background: url(../img/ui/info-modal-bg-stockists.png) no-repeat;
    padding-top: 5px;
    text-align: left;
}

#stockists-map .end-data {
    background: url(../img/ui/info-modal-end-stockists.png) bottom left no-repeat;
}

#stockists-map .data {
    line-height: 18px;
}

.selection {
    padding: 5px 0 10px;
}

.grower-data img {
    margin: 8px 0 0 7px;
}

div.InfoBox {
    margin-top: 12px;
}

#growers-list li img.is__blurred {
    filter: blur(8px);
    webkit-filter: blur(8px);
}

#growers-list {
    background: #000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#growers-list li h3 {
    display: block;
    font-size: 1.25rem;
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

#growers-list a {
    border-bottom: none;
    font-size: 14px;
    padding-top: 1px;
    text-transform: uppercase;
}

#growers-list a#view {
    background: url(../img/ui/growers-list-pin.png) no-repeat;
    margin-left: 4px;
    padding-left: 15px;
}

#growers-list hr {
    border-color: #fff;
    margin: 6px 0 8px;
}

#growers-list li {
    color: #fff;
    font-family: revival_555semibold;
    height: 106px;
    overflow: hidden;
    position: relative;
}

#growers-list li img {
    height: 100%;
    opacity: .7;
}

#growers-list li p {
    margin: 0;
    opacity: 0;
}

#growers-list li a {
    color: #fff;
}

#growers-list li div {
    left: 54px;
    position: absolute;
    top: 24px;
    transition: all .3s;
    z-index: 5;
}

#growers-list li:hover img {
    opacity: .3;
}

#growers-list li:hover div {
    top: 12px;
}

#growers-list li:hover div p {
    opacity: 1;
}

#growers-map,
.geg-diagram {
    border: 1px solid #c8c8c8;
}

#growers-map #googlemap {
    height: 610px;
}

#geg-logo {
    background: url(../img/pages/goodearthgrowers/natoora-goodearthgrowers-logo.png) no-repeat;
    background-size: cover;
    height: 126px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 308px;
    z-index: 400;
}

#geg-map {
    height: 100%;
    padding-bottom: 69%;
    width: 100%;
}

.how-to-buy {
    margin-left: auto;
    margin-right: auto;
    max-width: 71.875em;
}

.how-to-buy:after {
    display: table;
}

.how-to-buy>.buy {
    padding: 0 .75rem;
}

.how-to-buy>.buy h3 {
    font-size: 1.375rem;
    font-size: 22px;
}

.how-to-buy>.buy .jobs .job-title,
.how-to-buy>.buy h4,
.jobs .how-to-buy>.buy .job-title {
    font-family: proxima_novasemibold, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    line-height: 20px;
    margin: 0 0 .75rem;
    text-transform: uppercase;
}

.how-to-buy>.buy .info,
.how-to-buy>.buy address {
    font-family: proxima_nova_rgregular, sans-serif;
}

.how-to-buy>.buy ul {
    margin: 5px 0 0;
    padding: 0;
}

.how-to-buy>.buy ul li {
    display: flex;
    list-style: none;
    margin-bottom: .75rem;
}

.how-to-buy>.buy ul .info {
    display: block;
    float: left;
    margin-right: 1.07247%;
}

.how-to-buy>.buy ul .info:last-child {
    margin-right: 0;
}

.how-to-buy>.buy ul .info .jobs .job-title,
.how-to-buy>.buy ul .info h4,
.jobs .how-to-buy>.buy ul .info .job-title {
    font-family: proxima_novasemibold, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    line-height: 20px;
    margin: 0 0 .75rem;
    text-transform: uppercase;
}

.stockists {
    margin-top: .75rem;
}

#stockists-list {
    height: 426px;
    margin: 0;
    overflow-y: scroll;
    padding-left: .75rem;
}

#stockists-list span {
    font-family: proxima_novasemibold, sans-serif;
}

#stockists-list li {
    border: 1px solid #fff;
    padding: 6px;
    width: 100%;
}

#stockists-list li a {
    border-bottom: none;
    display: block;
}

#stockists-list li a:hover {
    color: #000!important;
    font-weight: 400;
}

#stockists-list li a:hover span,
#stockists-list li.selected a span {
    color: #e84936!important;
}

#stockists-list li.selected,
#stockists-map {
    border: 1px solid #c8c8c8;
}

#googlemap {
    height: 404px;
    margin: .75rem;
}

.singleitem-caption {
    position: relative;
    min-width: 40%;
}

.singleitem-caption .thecaption {
    color: #fff;
    font-family: proxima_novasemibold, sans-serif!important;
    font-size: 16px;
    font-size: 1rem;
    opacity: 0;
    padding: 12px 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 8px #000;
    top: 0;
    transition: opacity .3s;
    width: 100%;
}

.singleitem-caption:hover .thecaption {
    opacity: 1;
}

.memberships>.buy,
.mission>.buy,
.sourcing>.buy {
    padding: 0;
}

.memberships>.buy h3,
.mission>.buy h3,
.sourcing>.buy h3 {
    font-size: 1.375rem;
    font-size: 22px;
}

.memberships>.buy ul,
.mission>.buy ul,
.sourcing>.buy ul {
    margin: 5px 0 0;
    padding: 0;
}

.memberships>.buy ul li,
.mission>.buy ul li,
.sourcing>.buy ul li {
    display: inline-block;
    list-style: none;
    margin-bottom: .75rem;
}

.memberships>.buy ul img,
.mission>.buy ul img,
.sourcing>.buy ul img {
    border: 1px solid #ededed;
}

.memberships>.buy ul .info,
.mission>.buy ul .info,
.sourcing>.buy ul .info {
    padding: 1.07247%;
}

.jobs .memberships>.buy ul .info .job-title,
.jobs .mission>.buy ul .info .job-title,
.jobs .sourcing>.buy ul .info .job-title,
.memberships>.buy ul .info .jobs .job-title,
.memberships>.buy ul .info h4,
.mission>.buy .jobs ul .info .job-title,
.mission>.buy ul .info .jobs .job-title,
.mission>.buy ul .info h4,
.sourcing>.buy ul .info .jobs .job-title,
.sourcing>.buy ul .info h4 {
    font-family: proxima_novasemibold, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    line-height: 20px;
    margin: 0 0 .75rem;
    text-transform: uppercase;
}

.jobs .memberships>.buy ul .info .job-title span,
.jobs .mission>.buy ul .info .job-title span,
.jobs .sourcing>.buy ul .info .job-title span,
.memberships>.buy ul .info .jobs .job-title span,
.memberships>.buy ul .info h4 span,
.mission>.buy .jobs ul .info .job-title span,
.mission>.buy ul .info .jobs .job-title span,
.mission>.buy ul .info h4 span,
.sourcing>.buy ul .info .jobs .job-title span,
.sourcing>.buy ul .info h4 span {
    text-transform: capitalize!important;
}

.sourcing>.buy ul {
    margin: 0;
    padding: 0;
}

.sourcing>.buy ul li {
    background: #000;
    display: inline-block;
    margin-bottom: 0!important;
    margin-right: 0!important;
    position: relative;
    width: 33.33%!important;
}

.sourcing>.buy ul img {
    border: none!important;
    transition: opacity .3s;
}

.job-posts .job:last-child,
.job-posts .job:only-child {
    border-bottom: 1px solid #ededed;
}

.sourcing>.buy ul div.info {
    color: #fff;
    left: 0;
    margin-right: 0;
    opacity: 0!important;
    padding: 36px!important;
    position: absolute;
    top: 0;
    transition: opacity .3s;
    z-index: 400;
}

.sourcing>.buy ul li:hover div.info {
    opacity: 1!important;
}

.sourcing>.buy ul li.active:hover img {
    opacity: .6!important;
}

.sourcing .carousel,
.sourcing .diagram {
    margin-top: 48px!important;
}

.diagram-info {
    padding-top: 10%;
}

.diagram-info .jobs .job-title,
.diagram-info h4,
.jobs .diagram-info .job-title {
    font-family: proxima_novasemibold, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    line-height: 20px;
    margin: 0 0 .75rem;
    text-transform: uppercase;
}

.equal,
.plus {
    margin-left: -27px;
}

.cycle-pager {
    clear: both;
    display: block;
    text-align: center;
    width: 100%;
}

.cycle-pager span {
    color: #ddd;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 50px;
    height: 16px;
    width: 16px;
}

.cycle-pager span.cycle-pager-active,
.job-posts .job span:first-child {
    color: #e84936;
}

.cycle-pager>* {
    cursor: pointer;
}

.plus-one {
    left: 33.33%;
    top: 16%;
}

.plus-two {
    left: 66.66%;
    top: 16%;
}

.plus-three {
    left: 33.33%;
    top: 70%;
}

.plus-four {
    opacity: 0;
}

.equal {
    left: 66.66%;
    top: 71%;
}

.plus {
    opacity: .8;
    position: absolute;
    z-index: 400;
}

.jobs .auto--columns {
    padding: 1.375rem 0 0;
}

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

.module--social ul .form {
    width: 100%;
}

.job-posts {
    margin: 0;
}

.job-posts .job-category {
    margin: 1.375rem 0 0;
}

.job-posts .job {
    border-top: 1px solid #ededed;
    display: block;
    margin: 0;
    padding: .325rem 0;
}

.job-posts .job:after {
    display: table;
}

.job-posts .job span {
    display: block;
    float: left;
    margin-bottom: .625rem;
    margin-right: 1.07247%;
    padding: .75rem 0 0;
    text-align: left;
    width: 100%;
}

.job-posts .job span:last-child {
    font-family: revival_555semibolditalica, Georgia, serif;
    margin-right: 0;
}

.job-posts .job:last-child {
    margin-bottom: 2.75rem;
    margin-right: 0;
    text-align: center;
}

.legal .indented span,
.legal p span {
    font-family: proxima_novasemibold, sans-serif;
}

.legal table,
.legal td {
    border: 0;
    margin: 0;
    padding: 0;
}

.has--margin {
    margin: 1.375rem 0;
}

[role=contentinfo] {
    background: rgb(150, 85, 85);
    clear: both;
    color: #fff;
    padding: 3em 0 0;
    position: relative;
}

[role=contentinfo] .info {
    clear: both;
    font-family: revival_555semibolditalica, Georgia, serif;
}

[role=contentinfo] .navigation {
    position: relative;
}

[role=contentinfo] nav {
    bottom: -102px;
    left: 0;
}

[role=contentinfo] nav>ul.footer-nav {
    margin-top: 1.875rem;
}

[role=contentinfo] nav>ul.footer-nav li {
    display: list;
    list-style: none;
    margin: 0 0 1.25rem;
}

[role=contentinfo] nav>ul.footer-nav a {
    color: #fff;
    font-size: .85rem;
}

[role=contentinfo] address {
    font-size: .875rem;
    font-size: 14px;
    line-height: 1.5625rem;
    line-height: 25px;
}

[role=contentinfo] address h3 {
    margin: 0 0 1.25rem;
}

[role=contentinfo] address a {
    color: #fff;
}

[role=contentinfo] address a:hover {
    border-bottom: 1px solid #fff;
}

[role=contentinfo] .outro {
    /*background: #2a002e;*/
    background: rgb(109, 62, 60);
    margin-top: 20px;
    padding: 1.25rem 0;
}

[role=contentinfo] .outro ul {
    padding: 0;
}

[role=contentinfo] .outro ul:first-child span {
    display: none;
}

[role=contentinfo] .outro ul:first-child li {
    list-style: none;
}

.box-say-hello-footer {
    margin-bottom: 0;
}

[role=contentinfo] .outro ul:last-child a {
    color: #fff!important;
    font-size: .8rem;
}

.logo-white {
    margin: 0 auto;
    width: 160px;
}

.logo-black-application {
    margin: 8px 0 30px;
    width: 160px;
}

.container-logo-aplication {
    margin-bottom: 30px;
}

.container-application-form {
    border: 1px solid;
    margin: 0 0 30px!important;
    padding: 30px 0;
}

.rTable {
    display: table;
    width: 100%;
}

.rTableRow {
    display: table-row;
}

.rTableCell,
.rTableHead {
    border: 0 solid #999;
    display: table-cell;
    padding: 0;
}

.rTableFoot {
    background-color: #ddd;
    display: table-footer-group;
    font-weight: 700;
}

.rTableBody {
    display: table-row-group;
}

#map_wrapper {
    height: 400px;
}

#map_canvas {
    height: 100%;
    width: 100%;
}

.button-webiste-map {
    background: #f5f5f5;
    border: 1px solid #cecece;
    color: rgb(150, 85, 85);
    padding: 10px;
}

.text-blog p {
    line-height: 24px !important;
}

.text-blog {
    margin: 60px auto;
    max-width: 960px;
}

p {
    line-height: 24px;
}


/* ONE PAGE SCROLL APP */

.page {
    width: 100vw;
    height: 100vh;
}

.docScroller {
    overflow-x: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-scroll-snap-points-y: repeat(100%);
    -ms-scroll-snap-points-y: repeat(100%);
    scroll-snap-points-y: repeat(100%);
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -webkit-scroll-snap-destination: 100% 0%;
    -ms-scroll-snap-destination: 100% 0%;
    scroll-snap-destination: 100% 0%;
}

.inside {
    background: yellow;
    opacity: 0.3;
    width: 80vw;
    margin: 10vh 0 0 10vw;
    height: 80vh;
}

.one {
    background: blue;
}

.two {
    background: purple;
}

.three {
    background: red;
}

.four {
    background: orange;
}


/* ONE PAGE SCROLL APP */