@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@500;900&display=swap');

.banner-wrapper .inner .text-container {
    width: inherit !important;
}

button,
html,
input,
select,
textarea {
    color: #222
}

html {
    font-size: 1em;
    line-height: 1.4
}

body {
    font-family: "Exo 2", Roboto, sans-serif
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

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

textarea {
    resize: vertical
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

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

[hidden] {
    display: none
}

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

button,
html,
input,
select,
textarea {
    font-family: "Exo 2", Roboto, sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 30px;
    margin: .67em 0;
    font-family: 'Alegreya Sans', "Alegreya", sans-serif;
    text-transform: none;
    font-weight: 400
}

h2 {
    font-size: 1.5em;
    margin: .83em 0;
    font-family: 'Alegreya Sans', "Alegreya", sans-serif;
    text-transform: none;
    font-weight: 900
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
    font-family: 'Alegreya Sans', "Alegreya", sans-serif;
    text-transform: none;
    font-weight: 900
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

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

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

@media screen and (max-width:768px) {
    blockquote {
        margin: .5em 20px
    }
}

dfn {
    font-style: italic
}

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

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

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

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

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

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
    clear: both
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.header-nav-wrapper {
    height: 45px;
    background-color: #1e1e1e
}

.header-nav-wrapper .inner {
    margin: 0 auto;
    position: relative;
    width: 960px
}

@media screen and (max-width:960px) {
    .header-nav-wrapper .inner {
        width: 100%
    }
}

.header-nav-wrapper .inner #site-logo {
    position: absolute;
    z-index: 1000
}

.header-nav-wrapper .inner #site-logo a {
    background: url(../img/fairtrade_logo.png) #fff no-repeat;
    width: 86px;
    height: 110px;
    text-indent: -999em;
    display: block
}

@media screen and (max-width:960px) {
    .header-nav-wrapper .inner #site-logo {
        left: 10px
    }
}

.header-nav-wrapper .inner .search {
    width: 200px;
    float: right;
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d;
    border-radius: 10px;
    margin-top: 7px;
    height: 26px;
    padding: 2px 30px 2px 6px;
    margin-right: 10px
}

@media screen and (max-width:575px) {
    .header-nav-wrapper .inner .search {
        display: none
    }
}

.header-nav-wrapper .inner .search input[type=text] {
    position: relative;
    width: 180px;
    color: #a5a5a5;
    border: none;
    background-color: transparent;
    padding: 1px;
    vertical-align: middle;
    font-size: .75em
}

.header-nav-wrapper .inner .secondary-nav {
    float: right;
    margin-left: 120px
}

.header-nav-wrapper .inner .secondary-nav ul {
    padding: 0;
    margin: 0 10px 0 0
}

.header-nav-wrapper .inner .secondary-nav li {
    float: left;
    position: relative
}

.header-nav-wrapper .inner .secondary-nav li a {
    font-family: "Exo 2", "Roboto Condensed", sans-serif;
    color: #a5a5a5;
    font-size: .75em;
    line-height: 1em;
    text-transform: none;
    font-weight: 700;
    text-decoration: none;
    border-left: 1px solid #333;
    border-right: 1px solid #000;
    display: block;
    padding: 1.3em 1em
}

@media screen and (max-width:768px) {
    .header-nav-wrapper .inner .secondary-nav {
        display: none
    }
}

.header-nav-wrapper .inner #mobile-nav-button {
    float: right;
    display: none;
    width: 2.625em;
    height: 2.25em;
    padding: 0;
    border: 0;
    outline: 0;
    background: #1e1e1e url(../img/nav-icon.svg) left center no-repeat;
    background-size: 1.875em 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 5px;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .header-nav-wrapper .inner #mobile-nav-button {
        display: block
    }
}

#mobile-nav {
    display: none
}

.main-nav-wrapper .inner {
    width: 960px;
    margin: 0 auto
}

@media screen and (max-width:960px) {
    .main-nav-wrapper .inner {
        width: 100%
    }
}

.main-nav-wrapper .inner ul {
    padding: 0;
    margin: 0;
    float: right
}

.main-nav-wrapper .inner ul li {
    float: left;
    border-bottom: 5px solid #fff
}

.main-nav-wrapper .inner ul li.active,
.main-nav-wrapper .inner ul li.current-menu-item,
.main-nav-wrapper .inner ul li.current-page-ancestor,
.main-nav-wrapper .inner ul li:hover {
    border-bottom: 5px solid #00b9e4
}

.main-nav-wrapper .inner ul li a {
    font-family: "Exo 2", "Roboto Condensed", sans-serif;
    font-size: .9em;
    color: #000;
    text-transform: none;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 30px 20px 15px 20px
}

@media screen and (min-width:820px) and (max-width:890px) {
    .main-nav-wrapper .inner ul li a {
        padding: 30px 15px 20px 15px
    }
}

@media screen and (min-width:768px) and (max-width:820px) {
    .main-nav-wrapper .inner ul li a {
        padding: 30px 10px 20px 10px
    }
}

@media screen and (max-width:768px) {
    .main-nav-wrapper .inner ul li a {
        display: none
    }
}

.main-nav-wrapper .inner ul li.where-to-buy.active,
.main-nav-wrapper .inner ul li.where-to-buy.current-menu-item,
.main-nav-wrapper .inner ul li.where-to-buy.current-page-ancestor,
.main-nav-wrapper .inner ul li.where-to-buy:hover {
    border-color: #e00034
}

.main-nav-wrapper .inner ul li.where-to-buy a {
    width: 150px
}

@media screen and (min-width:768px) and (max-width:820px) {
    .main-nav-wrapper .inner ul li.where-to-buy a {
        width: 140px
    }
}

.main-nav-wrapper .inner ul li.farmers-and-workers.active,
.main-nav-wrapper .inner ul li.farmers-and-workers.current-menu-item,
.main-nav-wrapper .inner ul li.farmers-and-workers.current-page-ancestor,
.main-nav-wrapper .inner ul li.farmers-and-workers:hover {
    border-color: #80379b
}

.main-nav-wrapper .inner ul li.farmers-and-workers a {
    width: 100px
}

@media screen and (min-width:768px) and (max-width:820px) {
    .main-nav-wrapper .inner ul li.farmers-and-workers a {
        width: 90px
    }
}

.main-nav-wrapper .inner ul li.get-involved.active,
.main-nav-wrapper .inner ul li.get-involved.current-menu-item,
.main-nav-wrapper .inner ul li.get-involved.current-page-ancestor,
.main-nav-wrapper .inner ul li.get-involved:hover {
    border-color: #bed600
}

.main-nav-wrapper .inner ul li.business.active,
.main-nav-wrapper .inner ul li.business.current-menu-item,
.main-nav-wrapper .inner ul li.business.current-page-ancestor,
.main-nav-wrapper .inner ul li.business:hover {
    border-color: #ffa02f
}

#home-banner,
.caroufredsel_wrapper {
    width: 100%;
    height: 480px;
    overflow: hidden
}

@media screen and (max-width:768px) {
    #home-banner,
    .caroufredsel_wrapper {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    #banner {
        display: none
    }
}

.banner-wrapper {
    clear: both;
    margin: 0 auto;
    background-size: cover;
    background-position: center top
}

.banner-wrapper .inner {
    width: 960px;
    height: 300px;
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .banner-wrapper .inner {
        width: 768px
    }
}

@media screen and (min-width:960px) {
    .banner-wrapper .inner {
        width: 960px
    }
}

.banner-wrapper .inner .text-container {
    width: 600px;
    padding-left: 20px
}

.banner-wrapper .inner .text-container h1,
.banner-wrapper .inner .text-container h2 {
    margin-top: 80px;
    text-transform: none;
    font-family: 'Alegreya Sans', "Alegreya", sans-serif;
    font-weight: 500;
    color: #fff;
    float: left;
    margin-bottom: 0
}

.banner-wrapper .inner .text-container h1 span,
.banner-wrapper .inner .text-container h2 span {
    background-color: #00b9e4;
    display: block;
    font-size: 2.8em;
    line-height: 1.2em;
    float: left;
    padding: 0 .15em;
    margin-bottom: .2em
}

.banner-wrapper .inner .text-container h1 {
    margin-top: 40px
}

.banner-wrapper .inner .text-container h1 span {
    font-size: 2.2em
}

.banner-wrapper .inner .text-container h3 {
    font-family: 'Alegreya Sans', "Alegreya", sans-serif;
    text-transform: none;
    background-color: #fff;
    float: left;
    font-weight: 500
}

.banner-wrapper .inner .text-container h3 a {
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    display: block
}

.banner-wrapper .inner .text-container h3 a:hover {
    text-decoration: underline
}

.home .banner-wrapper .inner {
    height: 480px
}

.content-wrapper .inner {
    clear: both;
    margin: -50px auto 40px auto;
    padding-bottom: 30px;
    width: 940px;
    background: #fff;
    min-height: 300px;
    box-shadow: 5px 5px rgba(0, 0, 0, .05);
    border: 1px solid #e6e6e6;
    position: relative
}

.content-wrapper .inner h1 {
    margin-left: 20px;
    font-size: 1.9em
}

.content-wrapper .inner h1.mobile {
    display: none
}

@media screen and (max-width:768px) {
    .content-wrapper .inner h1.mobile {
        display: block
    }
}

.content-wrapper .inner h2 {
    margin-left: 20px;
    font-size: 1.7em;
    margin-bottom: .4em
}

.content-wrapper .inner h2 a {
    color: #000
}

.content-wrapper .inner h3 {
    margin-left: 20px;
    font-size: 1.4em;
    margin-bottom: 0
}

.content-wrapper .inner h3 a {
    color: #000
}

.content-wrapper .inner h4 {
    margin-left: 20px;
    font-size: 1em
}

.content-wrapper .inner p {
    margin-left: 20px;
    margin-right: 30px;
    font-weight: 200;
    line-height: 1.6em
}

.content-wrapper .inner p.intro {
    font-size: 1.2em
}

.content-wrapper .inner .content-block>p:first-of-type,
.content-wrapper .inner>p:first-of-type {
    font-size: 1.2em
}

.content-wrapper .inner ol,
.content-wrapper .inner ul {
    font-weight: 200
}

.content-wrapper .inner li {
    line-height: 1.6em;
    margin-bottom: 1em
}

.content-wrapper .inner a {
    color: #00b9e4;
    text-decoration: none
}

.content-wrapper .inner a:hover {
    text-decoration: underline
}

.content-wrapper .inner img.alignleft {
    float: left;
    margin-right: 20px
}

@media screen and (max-width:480px) {
    .content-wrapper .inner img.alignleft {
        width: 50%;
        height: 50%
    }
}

.content-wrapper .inner img.alignright {
    float: right;
    margin-left: 20px
}

@media screen and (max-width:480px) {
    .content-wrapper .inner img.alignright {
        width: 50%;
        height: 50%
    }
}

@media screen and (max-width:960px) {
    .content-wrapper .inner {
        width: 100%;
        padding-top: 50px
    }
}

@media screen and (min-width:768px) {
    .content-wrapper .inner {
        padding-top: 0
    }
}

.home .content-wrapper .inner {
    margin: 0 auto;
    border: 0;
    box-shadow: none
}

.home .content-wrapper .inner h2 {
    margin-left: 0
}

.section {
    margin: 30px 20px 0 20px
}

.section .thumb {
    float: left
}

.section .thumb img {
    display: block
}

.section .content {
    margin-left: 160px
}

.section .content h2 {
    margin-top: 0;
    font-size: 1.5em
}

.section .content p {
    font-size: .9em;
    line-height: 1.8em
}

.blog-entries .content {
    margin-left: 200px
}

.two-column {
    width: 45%;
    float: left
}

@media screen and (max-width:768px) {
    .two-column {
        width: 100%;
        float: none
    }
}

.section.three-column {
    width: 30%;
    float: left;
    margin: 30px 0 20px 20px
}

.section.three-column:nth-child(3n+1) {
    clear: left
}

.section.three-column .thumb {
    float: none
}

.section.three-column .thumb img {
    border: 1px solid #ccc
}

.section.three-column .content {
    margin-left: 0
}

.section.three-column .content p {
    margin-left: 0
}

.section.three-column .content h3 {
    margin-left: 0;
    line-height: 1.2em
}

.section.three-column .content h3 a {
    color: #000
}

.section.three-column .content h3 a:hover {
    text-decoration: none
}

@media screen and (max-width:670px) {
    .section.three-column {
        width: 45.5%
    }
    .section.three-column:nth-child(3n+1) {
        clear: none
    }
    .section.three-column:nth-child(2n+1) {
        clear: left
    }
}

.section.three-column.file h3 {
    font-size: 1em
}

.section.four-column {
    width: 25%;
    float: left;
    margin: 30px 0 20px 20px
}

.section.four-column:nth-child(3n+1) {
    clear: left
}

.section.four-column .thumb {
    float: none
}

.section.four-column .thumb img {
    border: 1px solid #ccc
}

.section.four-column .content {
    margin-left: 0
}

.section.four-column .content p {
    margin-left: 0
}

.section.four-column .content h3 {
    margin-left: 0;
    line-height: 1.2em
}

.section.four-column .content h3 a {
    color: #000
}

.section.four-column .content h3 a:hover {
    text-decoration: none
}

@media screen and (max-width:670px) {
    .section.four-column {
        width: 45.5%
    }
    .section.four-column:nth-child(3n+1) {
        clear: none
    }
    .section.four-column:nth-child(2n+1) {
        clear: left
    }
}

.section.four-column.file h3 {
    font-size: 1em
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 20px
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer-wrapper {
    background-color: #000;
    color: #fff;
    padding-bottom: 2em
}

.footer-wrapper a {
    color: #fff
}

.footer-wrapper p {
    font-weight: 200;
    font-size: .8em;
    margin-top: .5em
}

.footer-wrapper h3 {
    margin-bottom: 0
}

.footer-wrapper .inner {
    margin: 0 auto;
    width: 960px
}

@media screen and (max-width:960px) {
    .footer-wrapper .inner {
        width: 100%
    }
}

.footer-wrapper .inner .address {
    float: left;
    margin-left: 20px
}

.footer-wrapper .inner .social {
    float: right;
    margin-right: 20px
}

@media screen and (max-width:550px) {
    .footer-wrapper .inner .social {
        float: left;
        margin-left: 20px;
        margin-right: 0
    }
}

.footer-wrapper .inner .social ul {
    margin: .5em 0;
    padding: 0
}

.footer-wrapper .inner .social ul li {
    padding: 0;
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.footer-wrapper .inner .social ul li a {
    text-decoration: none;
    text-indent: -999em;
    display: block;
    width: 51px;
    height: 50px
}

.footer-wrapper .inner .social #facebook {
    background: url(../img/social_media_icons@2x.png) no-repeat -5px -2px
}

.footer-wrapper .inner .social #facebook:hover {
    background-position: -5px -54px
}

.footer-wrapper .inner .social #twitter {
    background: url(../img/social_media_icons@2x.png) no-repeat -57px -2px
}

.footer-wrapper .inner .social #twitter:hover {
    background-position: -57px -54px
}

.footer-wrapper .inner .social #youtube {
    background: url(../img/social_media_icons@2x.png) no-repeat -110px -2px
}

.footer-wrapper .inner .social #youtube:hover {
    background-position: -110px -54px
}

.footer-wrapper .inner .social #flickr {
    background: url(../img/social_media_icons@2x.png) no-repeat -267px -2px
}

.footer-wrapper .inner .social #flickr:hover {
    background-position: -267px -54px
}

.footer-wrapper .inner .social #instagram {
    background: url(../img/social_media_icons@2x.png) no-repeat -215px -2px
}

.footer-wrapper .inner .social #instagram:hover {
    background-position: -215px -54px
}

.footer-wrapper .inner .footer-nav ul {
    margin: 0 0 .5em 0;
    padding: 0 0 0 20px
}

.footer-wrapper .inner .footer-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border-right: 1px solid #999
}

.footer-wrapper .inner .footer-nav ul li:last-child {
    border-right: 0
}

.footer-wrapper .inner .footer-nav ul li a {
    text-decoration: none;
    font-size: .8em;
    line-height: .8em;
    padding: .2em 0;
    margin: 0 1em
}

.footer-wrapper .inner .footer-nav ul li a:hover {
    border-bottom: 1px dotted #999
}

@media screen and (max-width:768px) {
    .footer-wrapper .inner .footer-nav ul li a {
        font-size: .6em;
        margin: 0 .5em
    }
}

.footer-wrapper .inner .footer-nav ul li:first-child a {
    margin-left: 0
}

.footer-wrapper .inner .spacer {
    margin: 1em -5em;
    border-top: 1px solid #999
}

@media screen and (max-width:960px) {
    .footer-wrapper .inner .spacer {
        margin: 1em 0
    }
}

.footer-wrapper .inner .legal {
    font-size: 1em;
    padding-left: 20px
}

@media screen and (max-width:768px) {
    .footer-wrapper .inner .legal {
        font-size: .6em
    }
}

@media screen and (max-width:768px) {
    .home .content-wrapper .inner {
        width: 100%
    }
}

.home .content-wrapper h2 {
    font-size: 2.5em;
    text-align: center
}

@media screen and (max-width:768px) {
    .home .content-wrapper h2 {
        font-size: 2em
    }
}

.home .content-wrapper .homepage-content-nav {
    border-top: 5px solid #cfd0d2
}

.home .content-wrapper .homepage-content-nav ul {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0
}

.home .content-wrapper .homepage-content-nav ul li {
    float: left;
    width: 25%;
    background: #e7e7e8
}

.home .content-wrapper .homepage-content-nav ul li a {
    display: block;
    font-family: "Exo 2", "Roboto Condensed", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: none;
    text-decoration: none;
    cursor: pointer
}

.home .content-wrapper .homepage-content-nav ul li a.big-picture {
    padding: 1em 3em
}

.home .content-wrapper .homepage-content-nav ul li a.why-care {
    padding: 1em 1em
}

.home .content-wrapper .homepage-content-nav ul li a.get-involved {
    padding: 1em 3em
}

.home .content-wrapper .homepage-content-nav ul li a.whats-new {
    padding: 1em 4em
}

.home .content-wrapper .homepage-content-nav ul li a.selected,
.home .content-wrapper .homepage-content-nav ul li a:hover {
    background-color: #00b9e4
}

@media screen and (max-width:1000px) {
    .home .content-wrapper .homepage-content-nav ul li a.get-involved {
        padding: 1em 3em
    }
    .home .content-wrapper .homepage-content-nav ul li a.why-care {
        padding: 1em 2.5em
    }
}

@media screen and (max-width:768px) {
    .home .content-wrapper .homepage-content-nav ul li a {
        display: none
    }
}

.home .content-wrapper #panels-container {
    margin-bottom: 4em
}

@media screen and (max-width:768px) {
    .home .content-wrapper #panels-container {
        width: 100%
    }
}

.home .content-wrapper .panel {
    margin-top: 2em;
    border: 1px solid #e6e6e6;
    width: 30%;
    margin-right: 1.25%;
    margin-left: 1.25%;
    box-shadow: 5px 5px rgba(0, 0, 0, .05)
}

@media screen and (max-width:768px) {
    .home .content-wrapper .panel {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%
    }
}

.home .content-wrapper .panel h2 {
    font-size: 1.45em;
    padding-bottom: .3em;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0
}

@media screen and (max-width:960px) {
    .home .content-wrapper .panel h2 {
        font-size: 1.2em
    }
}

@media screen and (max-width:768px) {
    .home .content-wrapper .panel h2 {
        font-size: 1.5em
    }
}

.home .content-wrapper .panel h3 a {
    font-size: 1.2em;
    padding: 0 20px;
    line-height: 1.2em;
    display: block;
    color: #444;
    text-decoration: none
}

.home .content-wrapper .panel h3 a:hover {
    text-decoration: underline
}

.home .content-wrapper .panel p {
    padding: 0;
    margin: 0
}

.home .content-wrapper .panel p a {
    color: #000;
    font-weight: 400
}

.home .content-wrapper .panel img {
    width: 100% !important
}

.home .content-wrapper .panel a.more-link {
    font-size: .9em;
    text-align: center;
    text-transform: none;
    display: block;
    padding: 1em;
    border-top: 1px solid #e6e6e6;
    font-weight: 400;
    color: #000;
    font-weight: 400
}

.home .content-wrapper .panel.blog {
    min-height: 100px;
    border-bottom: 5px solid #ffa02f
}

.home .content-wrapper .panel.blog h3 {
    font-weight: 400
}

.home .content-wrapper .panel.twitter {
    border-bottom: 5px solid #00b9e4;
    overflow-x: hidden
}

.home .content-wrapper .panel.twitter ul {
    font-size: .8em;
    padding: 0
}

.home .content-wrapper .panel.twitter li {
    list-style: none;
    padding: 0 2em 1em 3em;
    background: url(../img/tweet.png) no-repeat 10px 0
}

.home .content-wrapper .panel.twitter h3 {
    margin-bottom: 0;
    font-weight: 400
}

.home .content-wrapper .panel.twitter p {
    margin-top: 0
}

.home .content-wrapper .panel.twitter img {
    width: auto !important
}

.home .content-wrapper .panel.facebook {
    border-bottom: 5px solid #3b5998;
    overflow-x: hidden
}

.home .content-wrapper .panel.facebook ul {
    font-size: .8em;
    padding: 0
}

.home .content-wrapper .panel.facebook li {
    list-style: none;
    padding: 0 2em 1em 3em;
    background: url(../img/facebook.png) no-repeat 10px 0
}

.home .content-wrapper .panel.facebook h3 {
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 400
}

.home .content-wrapper .panel.facebook h3 a {
    text-transform: none
}

.fairtrade-business .banner-wrapper .inner h1 span {
    background-color: #ffa02f
}

.fairtrade-business .content-wrapper .inner p .highlight {
    font-family: "Exo 2", "Roboto Condensed", sans-serif;
    color: #ffa02f;
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: 700
}

.content-wrapper .blog-entries .article {
    border-top: 1px solid #cfd0d2;
    margin-left: 20px
}

@media screen and (max-width:480px) {
    .content-wrapper .blog-entries .article {
        margin-left: 0
    }
    .content-wrapper .blog-entries .article .thumb {
        display: none;
        margin-bottom: 20px
    }
    .content-wrapper .blog-entries .article .content,
    .content-wrapper .blog-entries .article h2,
    .content-wrapper .blog-entries .article p {
        margin-left: 0
    }
}

.content-wrapper .blog-entries h2 {
    margin-bottom: 10px
}

.content-wrapper .blog-entries h2 a {
    color: #000
}

#breadcrumbs {
    margin: 20px 0 0 20px;
    padding-bottom: 10px
}

#breadcrumbs>span {
    color: #000;
    font-family: "Exo 2", "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: .95em;
    text-transform: uppercase
}

#breadcrumbs>span>span {
    padding-left: 5px
}

#breadcrumbs>span>span:first-child {
    padding-left: 0
}

#breadcrumbs>span a {
    background: url(../img/arrow-right-blue.png) no-repeat 100% 4px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    padding-right: 20px
}

.content-wrapper .sidebar-nav {
    width: 20%;
    float: left
}

.content-wrapper .sidebar-nav h3 {
    margin-top: 25px;
    font-size: 1.2em;
    color: #00b9e4
}

.content-wrapper .sidebar-nav ul {
    margin: 10px 10px 0 20px;
    padding: 0
}

.content-wrapper .sidebar-nav ul li {
    list-style: none;
    margin: 0;
    margin-bottom: .8em;
    padding: 0;
    line-height: 1em
}

.content-wrapper .sidebar-nav ul li.current {
    border-left: 3px solid #00b9e4;
    padding-left: 5px
}

.content-wrapper .sidebar-nav ul li a {
    padding: 0;
    color: #000;
    font-size: .8em;
    font-weight: 700;
    text-transform: none;
    color: #333
}

@media screen and (max-width:768px) {
    .content-wrapper .sidebar-nav {
        display: none
    }
}

.content-wrapper .content-block {
    width: 80%;
    float: left
}

@media screen and (max-width:768px) {
    .content-wrapper .content-block {
        width: 100%
    }
}

.entry-content img {
    margin: 0 0 1.5em 0
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

@media (max-width:960px) {
    .alignleft,
    img.alignleft {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0
    }
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

@media (max-width:768px) {
    .alignright,
    img.alignright {
        width: 100%;
        height: auto;
        float: none;
        margin-left: 20px
    }
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

@media (max-width:960px) {
    .aligncenter,
    img.aligncenter {
        width: 100%;
        height: auto
    }
}

.article-content p img,
.wp-caption img {
    max-width: 100%;
    height: auto
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    max-width: 100%
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: .9em;
    margin: 0
}

@media (max-width:768px) {
    .wp-caption p.wp-caption-text {
        font-size: .8em
    }
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
    max-width: 46rem;
    margin: 2.75rem auto;
    padding: 0 2rem
}

blockquote:before {
    display: block;
    width: 100%;
    content: '\201C';
    text-align: center;
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 5.5rem;
    height: 4rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 700
}

blockquote p {
    margin: 0
}

figcaption {
    font-size: .9em;
    text-align: left;
    color: #555;
    line-height: 1.6em
}

@media (max-width:768px) {
    figcaption {
        margin-left: 20px
    }
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "Exo 2", "Roboto Condensed", sans-serif;
    text-transform: none;
    font-size: 15px;
    background: #333;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    font-size: 11px;
    font-weight: 400;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #fff;
    line-height: 24px;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #4d4d4d), color-stop(100%, #1a1a1a));
    background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: linear-gradient(#4d4d4d, #1a1a1a);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2)
}

.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}

.sidr p a {
    color: rgba(255, 255, 255, .9)
}

.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a
}

.sidr ul li:first-child {
    border-top: none
}

.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li:hover {
    border-top: none;
    line-height: 49px
}

.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span,
.sidr ul li:hover>a,
.sidr ul li:hover>span {
    -webkit-box-shadow: inset 0 0 15px 3px #222;
    -moz-box-shadow: inset 0 0 15px 3px #222;
    box-shadow: inset 0 0 15px 3px #222
}

.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff
}

.sidr ul li ul {
    border-bottom: none;
    margin: 0
}

.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}

.sidr ul li ul li:last-child {
    border-bottom: none
}

.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active,
.sidr ul li ul li:hover {
    border-top: none;
    line-height: 41px
}

.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span,
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span {
    -webkit-box-shadow: inset 0 0 15px 3px #222;
    -moz-box-shadow: inset 0 0 15px 3px #222;
    box-shadow: inset 0 0 15px 3px #222
}

.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(255, 255, 255, .8);
    padding-left: 30px
}

.sidr form {
    margin: 0 15px
}

.sidr label {
    font-size: 13px
}

.sidr input[type=date],
.sidr input[type=datetime],
.sidr input[type=email],
.sidr input[type=number],
.sidr input[type=password],
.sidr input[type=search],
.sidr input[type=tel],
.sidr input[type=text],
.sidr input[type=time],
.sidr input[type=url],
.sidr select,
.sidr textarea {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .6);
    display: block;
    clear: both
}

.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}

.sidr input[type=button],
.sidr input[type=submit] {
    color: #333;
    background: #fff
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(255, 255, 255, .9)
}

.sidr .sidr-class-secondary-nav {
    font-size: .8em !important
}

.accordion {
    margin: 20px
}

.accordion .accordion-section {
    position: relative;
    border: 2px solid #000;
    margin-bottom: 20px
}

.accordion .accordion-section h2,
.accordion .accordion-section h4 {
    color: #000
}

.accordion .accordion-section h2 a,
.accordion .accordion-section h4 a {
    color: #000;
    display: block;
    padding-right: 50px
}

.accordion .accordion-section h2 a .indicator,
.accordion .accordion-section h4 a .indicator {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    height: 31px;
    width: 31px;
    background: url(../img/accordion-bw.png) top right no-repeat
}

.accordion .accordion-section h2 a.expanded .indicator,
.accordion .accordion-section h4 a.expanded .indicator {
    background-position: -2px -32px
}

.accordion .accordion-section h2 {
    margin-top: .45em
}

.accordion.business .accordion-section {
    border: 2px solid #ffa02f
}

.accordion.business .accordion-section h4 a .indicator {
    background: url(../img/accordion.png) top right no-repeat
}

.woocommerce .woocommerce-right-links {
    padding: 1em;
    float: right
}

.woocommerce .woocommerce-result-count {
    display: none
}

.woocommerce .products {
    margin: 1em !important
}

.woocommerce .products .product img {
    border: 1px solid #ccc
}

.woocommerce .products .product h3 {
    font-size: 1.3em !important;
    color: #222
}

.woocommerce .type-product {
    padding: 1em
}

.woocommerce .type-product .images img {
    border: 1px solid #ccc
}

.woocommerce .type-product .summary h1,
.woocommerce .type-product .summary p.price {
    margin-left: 0
}

.woocommerce .button {
    background-color: #bed600 !important;
    color: #fff !important
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    margin-left: 1em !important;
    margin-right: 1em !important
}

.woocommerce-cart .woocommerce-billing-fields h3,
.woocommerce-cart .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
    margin-left: 0
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout .cart_totals h2 {
    margin-left: 0
}

.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table th,
.woocommerce-checkout .cart_totals table td,
.woocommerce-checkout .cart_totals table th {
    padding: .5em !important;
    text-align: left
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center
}

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    height: 250px
}

.og-grid li .year {
    color: #fff;
    font-weight: 700;
    background: #000;
    display: block;
    position: absolute;
    z-index: 999;
    padding: 3px 10px
}

.og-grid li>a,
.og-grid li>a img {
    border: none;
    outline: 0;
    display: block;
    position: relative
}

.og-grid li.og-expanded>a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ddd;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px
}

.og-expander {
    position: absolute;
    background: #ddd;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
    padding-bottom: 40px
}

.og-expander-inner {
    padding: 50px 30px;
    height: 100%
}

.og-expander-inner .year-in-pictures {
    margin-left: 20px;
    clear: both
}

.og-expander-inner .year-in-pictures h4 {
    margin-left: 0
}

.og-expander-inner .year-in-pictures img {
    margin-right: 10px;
    margin-bottom: 10px
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.og-close::after,
.og-close::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.og-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.og-close:hover::after,
.og-close:hover::before {
    background: #333
}

.og-details,
.og-fullimg {
    width: 80%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative
}

.og-details {
    padding: 0 40px 0 20px
}

.og-fullimg {
    text-align: center
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.content-wrapper .og-details h3 {
    font-weight: 300;
    font-size: 30px;
    padding: 0 0 10px;
    margin: 5px 0 10px 0;
    color: #80379b
}

.og-details .event {
    margin-bottom: 20px
}

.og-details .thumb {
    float: left;
    margin-right: 20px
}

.og-details .description {
    padding-top: 5px;
    display: block;
    overflow: hidden;
    font-size: 15px
}

@media screen and (max-width:768px) {
    .og-details .thumb {
        float: left;
        margin-right: 10px
    }
    .og-details .thumb img {
        height: 100px;
        width: 100px
    }
    .og-details .description {
        padding-top: 5px;
        font-size: 14px
    }
}

.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #555
}

.og-details ul {
    color: #555
}

.og-details li {
    display: list-item;
    height: auto
}

.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: none;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: 0
}

.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px
}

.og-details a:hover {
    border-color: #999;
    color: #999
}

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader .5s infinite ease-in-out both;
    -moz-animation: loader .5s infinite ease-in-out both;
    animation: loader .5s infinite ease-in-out both
}

@-webkit-keyframes loader {
    0% {
        background: #ddd
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
    }
}

@-moz-keyframes loader {
    0% {
        background: #ddd
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
    }
}

@keyframes loader {
    0% {
        background: #ddd
    }
    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd
    }
    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc
    }
}

@media screen and (max-width:830px) {
    .og-expander h3 {
        font-size: 32px
    }
    .og-expander p {
        font-size: 13px
    }
    .og-expander a {
        font-size: 12px
    }
}

@media screen and (max-width:650px) {
    .og-fullimg {
        display: none
    }
    .og-details {
        float: none;
        width: 100%
    }
}

/*# sourceMappingURL=main.min.css.map */

#cookie-notice a {
    color: #fff !important;
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: URL('../fonts/Exo2-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/Exo2-Black.ttf') format('truetype');
}