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

.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: 1054px;
    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-top46 {
    margin-top: 46px;
}

.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: 86px;
}

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;
    z-index: 3;
    position: fixed;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.2);
    height: 86px;
    display: flex;
}

.main-header.is__collapsed {
    height: 240px;
    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: 16px;
    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 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;
}

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: 32.61835%;
}

.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: 66.30918%;
}

.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;
    background-position: inherit !important;
}

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

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

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

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

.module--social {
    margin-right: 16%
}

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

.grid-item {
    float: left;
}

.grid-item h2 {
    font-size: 20px;
    color: white;
    line-height: 20px;
}

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

#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: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
    display: none;
    justify-content: space-around;
    align-items: center;
}

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

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

#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%;
}

.timezone-usa #story-timeline .story-column {
    width: 30%;
}

#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%;
}

.timezone-usa .keys div {
    width: 30%;
}

.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;
    margin: 1.2rem;
}

.how-to-buy>.buy .jobs .job-title,
.how-to-buy>.buy h4,
.how-to-buy>.buy h5,
.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: 18px;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 20px;
    margin: 0 0 .75rem;
    text-transform: uppercase;
}

.info_four h4 {
    font-family: proxima_novasemibold, sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 20px;
    margin: 0 0 .75rem;
    text-transform: capitalize !important;
    border-bottom: 1px solid #cecece;
}


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

.delivered-list .info {
    font-family: proxima_nova_rgregular, sans-serif;
    font-size: 14px;
    font-size: .850rem;
    font-style: normal;
    line-height: 20px;
    margin: 0 0 3rem;
}

.delivered-list .info h6 {
    text-transform: uppercase;
}

.info .p--quotes {
    font-family: revival_555semibolditalica, sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
}

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

.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: #1c1c1c;
    clear: both;
    color: #fff;
    padding: 0;
    padding-top: 4rem;
    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: #080808;
    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 */

.readmore {
    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;
    right: 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    width: 92px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    font-family: proxima_nova_rgregular, sans-serif;
    background-color: rgb(150, 85, 85);
    height: 104px;
    font-size: 14px;
    color: #f0f0f0;
    line-height: 26px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookieConsent h6 {
    font-family: proxima_novasemibold, sans-serif;
}

#cookieConsent a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}

#closeCookieConsent {
    right: 16px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 14px;
}

#cookieConsent .cookieConsentOK {
    border: 1px solid #cecece;
    border-radius: 4px;
    color: #f0f0f0;
    padding: 0 16px;
    cursor: pointer;
    margin: 8px 24px;
    justify-content: center;
    display: flex;
    min-width: 126px;
    background: transparent;
    margin: 0 32px;
}

#cookieConsent .cookieConsentOK:hover {
    background-color: rgba(204, 204, 204, 0.14);
}

.container-cookie {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-end;
    font-size: .850rem;
}

/*Cookie Consent End*/

/* NEW PAGE */
::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

::-webkit-scrollbar-button {
    width: 1px;
    height: 1px;
}

.horizontal-scroll-wrapper {
    /* position: absolute; */
    display: block;
    top: 46%;
    left: 0;
    width: calc(595px + 1px);
    max-height: 1200px;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-596px);
    transform-origin: right top;
}

.horizontal-scroll-wrapper>div {
    display: block;
    padding: 5px;
    transform: rotate(90deg);
    transform-origin: right top;
}

.squares {
    padding: 620px 0 0 0;
}

.squares>div {
    width: 600px;
    height: 860px;
    margin: 10px 0;
}

#app-page .heading-app {
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 40px;
    color: white;
    background: #1d1d1d;
}

#app-page .heading-app span {
    max-width: 540px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

#app-page .heading-app h2 {
    font-size: 1.8rem;
    line-height: 32px;
    max-width: 540px;
    margin: 0 auto;
}

#app-page .heading-app h1 {
    margin-bottom: 1rem;
}

#app-page .heading-app .title {
    font-size: 1.8rem;
}

.our-app {
    height: 650px;
    background: #1d1d1b;
    margin: 0 !important;
}

#app-page .banner {
    padding-bottom: 44.7%;
}

.container-bt-store {
    display: flex;
    justify-content: center;
}

#copy-screenshot {
    color: white;
    justify-content: center;
    display: flex;
    margin: 5% 0;
}

#copy-screenshot hr {
    border-top: 2px solid #eef;
    height: 1px;
    margin: .75rem 0 1.375rem;
    width: 320px;
}

#copy-screenshot .sub-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: proxima_novalight, sans-serif;
}

#copy-screenshot .title {
    text-transform: uppercase;
    font-size: 1.5rem;
}

#copy-screenshot .content {
    font-family: proxima_novalight, sans-serif;
    line-height: 22px;
}

#copy-screenshot .align-right {
    text-align: right;
    margin-left: -32px;
    z-index: 9;
    padding-top: 10%;
}

#copy-screenshot .align-left {
    margin-right: -32px;
    z-index: 9;
    padding-top: 10%;
}

.column-left {
    float: left;
    width: 46%;
    margin-bottom: 1.5rem;
}

.column-right {
    float: right;
    width: 46%;
    margin-bottom: 1.5rem;
}

.main-constrained {
    width: 90%;
    margin: 0 auto;
    padding: 2.75rem 0 0;
}

.table-image {
    width: 49%;
    height: 374px;
}

.section-duo h4 {
    margin: 0 !important;
}

.bt-border {
    border: 2px solid;
    padding: 8px 16px;
    text-transform: uppercase !important;
    max-width: 200px;
    text-align: center;
}

.bt-border a {
    color: black;
    text-decoration: none;
    border: 0;
    font-weight: 700;
}

.buy .info {
    margin-top: 16px;
}

.video-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.video-wrapper>video {
    vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.list--bb li {
    border-bottom: 1px solid;
    padding-bottom: 16px;
    border-color: #cecece;
}

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

.mc_embed_signup--content {
    display: flex;
    flex-direction: row;
    align-items: start;
}

#mc_embed_signup .mc-field-group {
    margin-right: 16px;
}

#mc_embed_signup form {
    margin: 0 auto 3rem;
    max-width: 1150px;
    padding: 32px 0 48px 50px !important;
    justify-content: space-between;
    flex-direction: row;
    display: flex !important;
    align-items: flex-end;
}

#mc_embed_signup .mc-field-group {
    padding-bottom: 0 !important;
    max-width: 380px;
}

#mc-embedded-subscribe {
    margin: 0;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #f0f0f0 !important;
    ;
    border: 0 none;
    border-radius: 0 !important;
    ;
    transition: all 0.23s ease-in-out 0s;
    color: #0f0f0f !important;
    ;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 41px !important;
    line-height: 32px;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    margin: 10px 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent !important;
}

#mc_embed_signup .mc-field-group input {
    color: #0f0f0f !important;
    padding: 16px 0 !important;
}

#mc_embed_signup div#mce-responses {
    margin: 0 !important;
}

#mc_embed_signup input {
    border: 1px solid #999 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent !important;
    border-radius: 0 !important;
}

#mc_embed_signup input::placeholder {
    font-family: proxima_novalight, sans-serif !important;
}

#mc_embed_signup input:-ms-input-placeholder {
    font-family: proxima_novalight, sans-serif !important;
}

#mc_embed_signup input::-ms-input-placeholder {
    font-family: proxima_novalight, sans-serif !important;
}

#mc_embed_signup .mc-field-group input {
    color: #f0f0f0 !important;
    padding: 0 8px !important;
}

#mc_embed_signup div.response {
    padding: 0 !important;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
    font-family: proxima_novalight, sans-serif !important;
    color: #999 !important;
    line-height: 18px;
    font-size: 14px;
}

#mc_embed_signup div#mce-responses {
    padding: 0 !important;
}

#mce-responses a {
    color: #cecece !important;
    border-bottom: 1px solid #999 !important;
}

#mce-responses a:hover {
    color: #f0f0f0 !important;
}

#mc_embed_signup #mce-success-response {
    color: #529214 !important;
}