@charset "UTF-8";
@font-face {
    font-family: 'signpainter';
    src: url("../fonts/signpainter-housebrush-webfont.woff2") format("woff2"), url("../fonts/signpainter-housebrush-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arvo';
    src: url("../fonts/arvo-bold-webfont.woff2") format("woff2"), url("../fonts/arvo-bold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'arvo';
    src: url("../fonts/arvo-regular-webfont.woff2") format("woff2"), url("../fonts/arvo-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url("../fonts/raleway-light-webfont.woff2") format("woff2"), url("../fonts/raleway-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url("../fonts/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

p {
    margin-bottom: 15px;
}

a {
    color: #7cba32;
}

.text-center {
    text-align: center;
}

p.arvo, p span.arvo {
    font-size: 20px;
    line-height: 1.4;
    color: #ff9e31;
    font-weight: 700;
    text-transform: uppercase;
}

.parallax-mirror {
    -webkit-clip-path: polygon(0 0, 10% 1px, 20% 3px, 30% 2px, 40% 4px, 50% 1px, 60% 0px, 70% 1px, 80% 3px, 100% 0, 100% 100%, 90% 99.6%, 80% 99.3%, 70% 99.8%, 60% 100%, 50% 99.5%, 40% 99%, 30% 99.4%, 20% 99.2%, 10% 99.7%, 0 100%);
}

p.signpainter, p span.signpainter {
    font-size: 24px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    p.signpainter, p span.signpainter {
        font-size: 30px;
    }
}

span.quote-text {
    font-family: "Ubuntu";
    font-style: italic;
    color: #7cba32;
}

article ul {
    padding-left: 0px;
    margin-bottom: 15px;
}

article ul li {
    padding-left: 35px;
    background-image: url(../images/bullet-1.png);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: left 0px top 2px;
    padding-bottom: 15px;
}

article ul li:nth-child(2n) {
    background-image: url(../images/bullet-2.png);
}

article ul li:nth-child(3n) {
    background-image: url(../images/bullet-3.png);
}

article ul li:nth-child(4n) {
    background-image: url(../images/bullet-4.png);
}

article ol {
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 15px;
}

.sitemap > li > a {
    font-weight: 700;
}

.sitemap li {
    background-image: none;
    padding-left: 0;
    padding-bottom: 0;
}

.sitemap li + li {
    margin-top: 10px;
}

.sitemap li ul {
    margin: 10px 0;
    padding-left: 15px;
}

.sitemap li ul ul {
    padding-left: 30px;
}

a {
    text-decoration: none;
}

.vc-outer {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

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

.container-static {
    position: static;
}

.container-relative {
    position: relative;
}

.col-mobile-full-width {
    margin-left: -15px;
    margin-right: -15px;
}

.col-no-padding {
    padding: 0;
}

.section.section-overlay {
    margin-top: -10px;
}

.section.section-no-padding-bottom {
    padding-bottom: 0;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.signpainter {
    font-family: "Ubuntu";
    line-height: 1;
}

.arvo {
    font-family: "Ubuntu";
}

h3.top-line {
    position: relative;
    padding-top: 20px;
    font-size: 16px;
    font-family: "Ubuntu";
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #3d3936;
}

h3.top-line:before {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 5px;
    background: #3d3936;
}

h3.top-line.white {
    color: #fff;
}

h3.top-line.white:before {
    background: #fff;
}

h3.top-line.green {
    color: #7cba32;
}

h3.top-line.green:before {
    background: #7cba32;
}

h3.top-line.orange {
    color: #ff9e31;
}

h3.top-line.orange:before {
    background: #ff9e31;
}

@media (min-width: 768px) {
    h3.top-line {
        margin-bottom: 40px;
        font-size: 24px;
    }
}

.btn {
    background: #7cba32;
    max-width: 85%;
    padding: 15px 25px;
    font-family: "Ubuntu";
    font-weight: 600;
    font-size: 13px;
    border: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
}

.btn.page-button {
    margin-bottom: 15px;
}

.btn:hover {
    background: #35964e;
    color: #fff;
}

.btn.btn-arrow {
    padding-left: 80px;
    background: #cee787;
    color: #3d3936;
}

.btn.btn-arrow:before {
    content: "";
    background-color: #7cba32;
    width: 55px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-image: url(../images/arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
}

.btn.btn-arrow.btn-white-orange:before {
    background-color: #ffcdb1;
    background-image: url(../images/arrow-orange.png);
}

.btn.btn-arrow.btn-orange:before {
    background-color: #e57537;
}

.btn.btn-arrow.btn-white:before {
    background-color: transparent;
    background-image: url(../images/arrow-orange.png);
    background-position: left top 5px;
    width: 35px;
}

.btn.btn-white-orange {
    background: #fff;
    color: #ff9e31;
}

.btn.btn-white-orange:hover {
    background: #ffe6d8;
}

.btn.btn-orange {
    background: #ff9e31;
}

.btn.btn-white {
    background: none;
    color: #ff9e31;
    padding: 0 25px;
    margin-bottom: 0;
}

.btn.btn-white.btn-arrow {
    padding-left: 35px;
}

@media (min-width: 768px) {
    .btn {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .align-center {
        align-items: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    }
}

/*
-------------------------------------------------
RELATIONS
-------------------------------------------------
*/
.section-impact + .section-subscribe {
    margin-top: -30px;
    padding-top: 50px;
}

@media (min-width: 768px) {
    .section-content + .section-find-hub {
        margin-top: -50px;
    }
    .section-find-hub + .section-subscribe {
        margin-top: -30px;
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: 'Ubuntu', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
    padding-top: 80px;
}

@media (min-width: 768px) {
    body {
        padding-top: 136px;
    }
}

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

strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5 {
    line-height: 1.1;
}

.form-field {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    height: 50px;
    padding: 15px 10px;
    line-height: 20px;
    font-size: 13px;
    font-family: "Ubuntu";
    font-weight: bold;
    border: 0;
}

.section {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .section {
        padding: 70px 0;
    }
}

@media (min-width: 992px) {
    .section {
        padding: 90px 0;
    }
}

/*
-------------------------------------------------
GLOBAL
-------------------------------------------------
*/
.quote-pip {
    position: relative;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.quote-pip.quote-list-item {
    margin-bottom: 30px;
}

.quote-pip img {
    width: 100%;
}

.quote-pip .outer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quote-pip .outer-content .content {
    color: #fff;
    z-index: 10;
    padding: 0 5%;
}

.quote-pip .outer-content .content .author {
    font-family: "Ubuntu";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 768px) {
    .quote-pip {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .quote-pip .outer-content .content {
        padding: 0 15%;
        margin-top: -25px;
    }
}

@media (min-width: 992px) {
    .quote-pip {
        margin-bottom: 0;
    }
    .quote-pip.quote-list-item {
        margin-bottom: 40px;
    }
}

.iframe-embed {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 20px;
}

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

/*
-------------------------------------------------
SITE HEADER
-------------------------------------------------
*/
.site-header {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background: #f1e4bb;
    overflow: visible;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    min-height: 80px;
}

.site-header.slim {
    position: fixed;
}

.site-header.slim .site-logo {
    transform: scale(0.5);
    top: -25px;
}

.site-header .donate-mobile {
    display: inline-block;
    font-size: 13px;
    height: 40px;
    padding: 0 20px;
    line-height: 41px;
    background: #ff9e31;
    color: #fff;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 75px;
    top: 19px;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 350px) {
    .site-header .donate-mobile {
        right: 100px;
    }
}

@media (min-width: 768px) {
    .site-header .donate-mobile {
        display: none;
    }
}

.site-header .header-bg {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    z-index: 9999;
}

.site-header.border {
    border-bottom: 1px solid #eee;
}

.site-header .site-logo {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9999999;
    transition: all .3s ease-in-out;
}

.site-header .menu-toggle {
    position: absolute;
    right: 15px;
    top: 13px;
    outline: none;
    padding-right: 0;
}

.site-header .menu-container {
    display: none;
    position: relative;
    top: 70px;
    left: 0;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 500;
    width: calc(100% + 30px);
    background: #f1e4bb;
    padding-top: 75px;
    padding-bottom: 90px;
    text-align: center;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
}

.site-header .menu-container .top-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #7cba32;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 99.6%, 80% 99.3%, 70% 99.8%, 60% 100%, 50% 99.5%, 40% 99%, 30% 99.4%, 20% 99.2%, 10% 99.7%, 0 100%);
}

.site-header .menu-container .top-nav ul {
    width: 100%;
}

.site-header .menu-container .top-nav ul li {
    display: inline-block;
    padding: 0 5px;
}

.site-header .menu-container .top-nav ul li a {
    color: #fff;
    font-size: 11px;
}

.site-header .menu-container .top-nav ul.social li {
    text-indent: -9999px;
}

.site-header .menu-container .top-nav ul.social li a {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-position: center;
    background-repeat: no-repeat;
}

.site-header .menu-container .top-nav ul.social li a.icon-twitter {
    background-image: url(../images/icon-twitter.png);
}

.site-header .menu-container .top-nav ul.social li a.icon-facebook {
    background-image: url(../images/icon-facebook.png);
}

.site-header .menu-container .top-nav ul.social li a.icon-instagram {
    background-image: url(../images/icon-instagram.png);
}

.site-header .menu-container .main-nav {
    background: #f1e4bb;
}

.site-header .menu-container .main-nav > ul > li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.site-header .menu-container .main-nav > ul > li.has-dropdown:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #ccc;
    margin-left: -10px;
}

.site-header .menu-container .main-nav > ul > li.has-dropdown:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}

.site-header .menu-container .main-nav > ul > li.has-dropdown:last-of-type:after {
    display: none;
}

.site-header .menu-container .main-nav > ul > li > a {
    color: #3d3936;
    font-size: 22px;
}

.site-header .menu-container .main-nav > ul > li.donate {
    display: none;
}

.site-header .menu-container .main-nav > ul > li.donate a {
    display: inline-block;
    font-size: 13px;
    padding: 15px 25px;
    background: #ff9e31;
    color: #fff;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
}

.site-header .menu-container .main-nav > ul > li.donate a:hover {
    background: #ff9e31;
    color: #fff;
}

@media (min-width: 768px) {
    .site-header .menu-container .main-nav > ul > li.donate {
        display: block;
    }
}

.site-header .menu-container .main-nav > ul > li.locations > a {
    display: inline-block;
    font-size: 13px;
    padding: 15px 25px;
    background: #7cba32;
    color: #fff;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
}

.site-header .menu-container .main-nav > ul > li.locations > a:hover {
    background: #7cba32;
    color: #fff;
}

.site-header .menu-container .main-nav > ul > li.active > a {
    color: #7cba32;
}

.site-header .menu-container .main-nav .dropdown-nav {
    display: none;
}

.site-header .menu-container .main-nav .dropdown-nav li a {
    color: #3d3936;
}

.site-header .menu-container .search {
    background: #ececec;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}

.site-header .menu-container .search form {
    width: 90%;
    padding-left: 40px;
    margin: 0 auto;
    position: relative;
}

.site-header .menu-container .search form input {
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #3a3a3a;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    outline: 0;
    padding-bottom: 5px;
}

.site-header .menu-container .search form button {
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
    border: 0;
    background: none;
}

@media (min-width: 768px) {
    .site-header {
        height: auto;
        transition: all .3s ease-in-out;
    }
    .site-header > .container {
        position: static;
    }
    .site-header .site-logo {
        top: 20px;
        left: 0px;
    }
    .site-header.slim {
        top: -50px;
    }
    .site-header.slim .site-logo {
        transform: scale(0.6);
        top: -20px;
    }
    .site-header.slim .menu-container .dropdown-nav {
        top: 136px;
    }
    .site-header.site-header-slim .top-nav {
        top: -48px;
    }
    .site-header.site-header-slim .menu-container {
        padding-top: 0;
    }
    .site-header .menu-container {
        display: block !important;
        position: static;
        padding-top: 48px;
        padding-bottom: 0;
        transition: all .3s ease;
    }
    .site-header .menu-container .top-nav {
        height: auto;
        top: 0;
        bottom: auto;
        text-align: right;
        padding: 8px 0;
        height: 48px;
        transition: top .3s ease;
    }
    .site-header .menu-container .top-nav ul {
        width: auto;
        display: inline-block;
        position: relative;
        top: -12px;
    }
    .site-header .menu-container .top-nav ul.top-links li {
        background-repeat: no-repeat;
        background-position: left center;
        padding-right: 15px;
    }
    .site-header .menu-container .top-nav ul.top-links li.t-foodcycle {
        background-image: url(../images/icon-myfoodcycle.png);
        padding-left: 35px;
    }
    .site-header .menu-container .top-nav ul.top-links li.t-contact {
        background-image: url(../images/icon-contact.png);
        padding-left: 37px;
    }
    .site-header .menu-container .top-nav ul.top-links li.t-news {
        background-image: url(../images/icon-news.png);
        padding-left: 36px;
    }
    .site-header .menu-container .top-nav ul.top-links li.t-hub {
        background-image: url(../images/icon-findhub.png);
        padding-left: 24px;
    }
    .site-header .menu-container .top-nav ul.social {
        top: 0;
        padding-left: 15px;
    }
    .site-header .menu-container .top-nav ul.social li {
        padding: 0 2px;
    }
    .site-header .menu-container .main-nav {
        position: relative;
        z-index: 99999;
    }
    .site-header .menu-container .main-nav > ul {
        float: right;
    }
    .site-header .menu-container .main-nav > ul > li {
        float: left;
        padding: 30px 20px;
        margin-bottom: 0;
    }
    .site-header .menu-container .main-nav > ul > li.has-dropdown:after {
        right: 0;
        left: auto;
        width: 1px;
        height: 15px;
        bottom: 41%;
        margin-top: -10px;
    }
    .site-header .menu-container .main-nav > ul > li > a {
        font-size: 16px;
    }
    .site-header .menu-container .main-nav > ul li.donate {
        padding: 0;
        padding-top: 18px;
        padding-left: 20px;
    }
    .site-header .menu-container .main-nav > ul li.locations {
        padding: 0;
        padding-top: 18px;
        padding-left: 20px;
    }
    .site-header .menu-container .main-nav > ul li a {
        transition: all .2s ease-in-out;
    }
    .site-header .menu-container .main-nav > ul li a:hover {
        color: #7cba32;
    }
    .site-header .menu-container .dropdown-nav {
        position: fixed;
        left: 0;
        top: 136px;
        padding: 25px 0;
        width: 100%;
        text-align: left;
        z-index: 999999;
        background: #f9f9fa;
    }
    .site-header .menu-container .dropdown-nav h4 {
        font-size: 13px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
    }
    .site-header .menu-container .dropdown-nav li {
        padding: 4px 0;
    }
    .site-header .menu-container .dropdown-nav li a {
        font-size: 13px;
        display: block;
        padding-left: 25px;
        background-image: url(../images/arrow-nav-grey.png);
        background-position: left top 5px;
        background-repeat: no-repeat;
    }
    .site-header .menu-container .dropdown-nav .sub-nav {
        padding-left: 100px;
    }
    .site-header .menu-container .dropdown-nav .featured-nav {
        border-left: 1px solid #ccc;
        padding-left: 15px;
    }
    .site-header .menu-container .dropdown-nav .featured-nav .featured-map {
        width: 100%;
        display: block;
    }
    .site-header .menu-container .dropdown-nav .featured-nav span {
        background: #545454;
        text-align: center;
        display: block;
        color: #fff;
        padding: 10px;
    }
    .site-header .menu-container .search {
        display: none;
    }
}

/*
-------------------------------------------------
SITE FOOTER
-------------------------------------------------
*/
.site-footer {
    position: relative;
    padding-top: 320px;
}

.site-footer .orange-block {
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
    background: #ff9e31;
    -webkit-clip-path: polygon(0px 0px, 100% 0, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    clip-path: polygon(0px 0px, 100% 0, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    -moz-clip-path: polygon(0px 0px, 100% 0, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    padding: 20px 15px;
    color: #fff;
    top: -5px;
    text-align: right;
}

.site-footer .orange-block p {
    margin-bottom: 5px;
}

.site-footer .orange-block .btn {
    margin-bottom: 20px;
}

.site-footer h4 {
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
}

.site-footer ul {
    margin-bottom: 30px;
}

.site-footer ul li a {
    color: #7cba32;
    font-size: 12px;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
}

.site-footer ul li a:hover {
    color: #3d3936;
}

.site-footer ul.social li {
    text-indent: -9999px;
    display: inline-block;
}

.site-footer ul.social li a {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 4px;
    border: 1px solid #7cba32;
    background-position: center;
    background-repeat: no-repeat;
}

.site-footer ul.social li a.icon-twitter {
    background-image: url(../images/icon-twitter-green.png);
}

.site-footer ul.social li a.icon-facebook {
    background-image: url(../images/icon-facebook-green.png);
}

.site-footer ul.social li a.icon-instagram {
    background-image: url(../images/icon-instagram-green.png);
}

.site-footer .footer-bottom {
    position: relative;
    margin-top: 80px;
    background: #7cba32;
    color: #fff;
    padding-top: 30px;
    border-top: 1px solid #eee;
    padding-bottom: 10px;
}

.site-footer .footer-bottom .footer-logo {
    position: absolute;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    top: -45px;
}

.site-footer .footer-bottom p {
    font-size: 12px;
}

.site-footer .footer-bottom span {
    font-size: 11px;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .site-footer {
        padding-top: 0;
    }
    .site-footer > .container {
        position: relative;
    }
    .site-footer .orange-block {
        right: 15px;
        left: auto;
        width: 40%;
    }
    .site-footer h4 {
        margin-top: 80px;
    }
}

/*
-------------------------------------------------
HERO SECTION
-------------------------------------------------
*/
.section-hero {
    padding: 0;
    -webkit-clip-path: polygon(0 0, 10% 1px, 20% 3px, 30% 2px, 40% 4px, 50% 1px, 60% 0px, 70% 1px, 80% 3px, 100% 0, 100% 100%, 0 100%);
}

.section-hero .slider {
    height: 500px;
    position: relative;
}

.section-hero .slider div {
    height: 100%;
}

.section-hero .slider .slick-prev, .section-hero .slider .slick-next {
    position: absolute;
    text-indent: -99999px;
    outline: none;
    border: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 80px;
    width: 40px;
    top: 100px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: all .3s ease-in-out;
}

.section-hero .slider .slick-prev:hover, .section-hero .slider .slick-next:hover {
    opacity: 1;
}

.section-hero .slider .slick-prev {
    left: 0;
    border-top-right-radius: 6px;
    background-image: url(../images/slider-arrow-prev.png);
    border-bottom-right-radius: 6px;
}

.section-hero .slider .slick-next {
    right: 0;
    border-top-left-radius: 6px;
    background-image: url(../images/slider-arrow-next.png);
    border-bottom-left-radius: 6px;
}

.section-hero .slider .slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
    position: relative;
}

.section-hero .slider .slide .overlay {
    position: absolute;
    padding: 30px 20px;
    padding-bottom: 50px;
    bottom: 50px;
    left: 14px;
    width: calc( 100% - 30px);
    max-width: 500px;
    height: auto;
    background-image: url(../images/svgs/slider-overlay.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.section-hero .slider .slide .overlay h2 {
    color: #7cba32;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-hero .slider .slide .overlay .btn {
    position: absolute;
    bottom: -25px;
}

@media (min-width: 768px) {
    .section-hero .slider {
        height: 500px;
    }
    .section-hero .slider .slick-prev, .section-hero .slider .slick-next {
        top: 50%;
        margin-top: -40px;
    }
    .section-hero .slider .slide .overlay {
        bottom: 20%;
        right: 15px;
        left: auto;
    }
    .section-hero .slider .slide .overlay p {
        font-size: 16px;
    }
    .section-hero .slider .slide .overlay.overlay-left {
        right: auto;
        left: 15px;
    }
}

/*
-------------------------------------------------
OUR IMPACT SECTION
-------------------------------------------------
*/
.section-impact {
    background-image: url(../images/impact-bg-icon.jpg);
    margin-top: -15px;
    -webkit-clip-path: polygon(0 0, 10% 1px, 20% 3px, 30% 2px, 40% 4px, 50% 1px, 60% 0px, 70% 1px, 80% 3px, 100% 0, 100% 100%, 90% 99.6%, 80% 99.3%, 70% 99.8%, 60% 100%, 50% 99.5%, 40% 99%, 30% 99.4%, 20% 99.2%, 10% 99.7%, 0 100%);
}

.section-impact.section-impact-knife {
    background-image: url(../images/impact-bg-other.jpg);
}

.section-impact p {
    font-size: 16px;
}

.section-impact h2 {
    font-size: 34px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.section-impact .stats {
    text-align: center;
    margin-top: 20px;
}

.section-impact .stats .stat-image {
    position: relative;
    height: 150px;
    margin-bottom: 15px;
}

.section-impact .stats .stat-image .stat {
    font-size: 60px;
    color: #3d3936;
    position: absolute;
    top: 46px;
    line-height: .8;
    text-align: center;
    left: 50%;
    margin-left: -47px;
    transform: rotate(-30deg);
}

.section-impact .stats .stat-image img {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 0;
}

.section-impact .stats .stat {
    font-family: "Londrina Sketch";
    font-size: 70px;
    color: #3d3936;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .section-impact .stats .stat {
        font-size: 90px;
    }
}

.section-impact .stats p {
    font-family: "Londrina Solid";
    font-size: 20px;
    max-width: 250px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .section-impact .stats p {
        font-size: 28px;
    }
}

.section-impact .impact-icon {
    width: 170px;
    margin: auto;
}

@media (min-width: 768px) {
    .section-impact.section-impact-hub {
        padding-bottom: 120px;
    }
}

/*
-------------------------------------------------
FIND A HUB SECTION
-------------------------------------------------
*/
.section-find-hub {
    background-image: url(../images/find-hub-bg.png);
    margin-top: -30px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    position: relative;
    z-index: 100;
    margin-right: auto;
    padding: 30px 15px;
    -webkit-clip-path: polygon(0 0, 10% 1px, 20% 3px, 30% 2px, 40% 4px, 50% 1px, 60% 0px, 70% 1px, 80% 3px, 100% 0, 100% 100%, 90% 99.6%, 80% 99.3%, 70% 99.8%, 60% 100%, 50% 99.5%, 40% 99%, 30% 99.4%, 20% 99.2%, 10% 99.7%, 0 100%);
}

.section-find-hub .row {
    height: 100%;
}

.section-find-hub p.hub-count {
    font-family: "Londrina Solid";
    color: #fff;
    line-height: .35;
    text-align: center;
    font-size: 110px;
    margin: 0;
    margin-top: 15px;
}

.section-find-hub p.hub-count span {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1;
}

.section-find-hub h3 {
    font-size: 22px;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-find-hub form input {
    width: 100%;
    background: none;
    border: 2px solid #fff;
    margin-bottom: 15px;
    font-size: 14px;
    color: #3d3936;
    background: #cee787;
}

.section-find-hub form input::-webkit-input-placeholder {
    color: #3d3936;
}

.section-find-hub form input:-moz-placeholder {
    /* Firefox 18- */
    color: #3d3936;
}

.section-find-hub form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #3d3936;
}

.section-find-hub form input:-ms-input-placeholder {
    color: #3d3936;
}

.section-find-hub form button {
    background: #fff;
    border: 0;
    color: #7cba32;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.section-find-hub form button:hover {
    color: #328b49;
}

@media (min-width: 768px) {
    .section-find-hub {
        width: 80%;
        background-size: 100% 100%;
        margin-top: -110px;
        text-align: left;
        padding: 30px;
        -webkit-clip-path: none;
    }
    .section-find-hub form input {
        float: left;
        width: 70%;
    }
    .section-find-hub form button {
        float: left;
        width: 30%;
    }
}

@media (min-width: 992px) {
    .section-find-hub {
        width: 800px;
        height: 210px;
    }
}

@media (min-width: 1200px) {
    .section-find-hub {
        width: 900px;
        height: 220px;
    }
}

@media (min-width: 768px) {
    .section-our-hubs + .section-find-hub {
        margin-top: 0;
        margin-bottom: -60px;
    }
}

/*
-------------------------------------------------
LOCATIONS
-------------------------------------------------
*/
.section-opportunities .cta-section {
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px;
}

.section-opportunities .cta-section figure {
    height: 200px;
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 100% 100%, 0px 100%);
}

.section-opportunities .cta-section .cta-content {
    padding: 30px;
    background-image: url(../images/svgs/outline-white.svg);
    background-size: 100%;
    background-position: bottom;
}

.section-opportunities .cta-section .cta-content h3 {
    font-size: 32px;
    color: #cee787;
    margin-bottom: 15px;
}

.section-opportunities .cta-section .btn {
    position: absolute;
    bottom: -25px;
    left: 30px;
}

@media (min-width: 768px) {
    .section-opportunities .cta-section {
        padding: 0;
    }
    .section-opportunities .cta-section figure {
        height: 280px;
    }
    .section-opportunities .cta-section .cta-content {
        min-height: 350px;
    }
}

/*
-------------------------------------------------
CAMPAIGNS SECTION
-------------------------------------------------
*/
.section-campaigns {
    padding-bottom: 0;
}

.section-campaigns.version-page {
    margin-top: 0px;
}

@media (min-width: 992px) {
    .section-campaigns.version-page .campaign {
        margin-bottom: 70px;
    }
    .section-campaigns.version-page .campaign .info {
        min-height: 300px;
        background-size: 100% 118%;
    }
}

@media (min-width: 1200px) {
    .section-campaigns.version-page .campaign {
        margin-bottom: 70px;
    }
    .section-campaigns.version-page .campaign .info {
        min-height: 260px;
        background-size: 100%;
    }
}

.section-campaigns .campaign {
    position: relative;
    margin-bottom: 50px;
}

.section-campaigns .campaign figure {
    height: 180px;
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 100% 100%, 0px 100%);
}

.section-campaigns .campaign .info {
    min-height: 235px;
    padding: 30px 10px;
    background-image: url(../images/svgs/outline.svg);
    background-size: 100%;
    background-position: bottom;
}

.section-campaigns .campaign .info h1 {
    font-size: 32px;
    color: #cee787;
    margin-bottom: 15px;
}

.section-campaigns .campaign .btn {
    position: absolute;
    bottom: -25px;
    left: 10px;
}

@media (min-width: 768px) {
    .section-campaigns .col-sm-6:last-child {
        display: none;
    }
}

@media (min-width: 992px) {
    .section-campaigns .col-sm-6:last-child {
        display: block;
    }
}

/*
-------------------------------------------------
IMPACT STATS
-------------------------------------------------
*/
.impact-stats {
    text-align: center;
    margin-top: 20px;
}

.impact-stats .stat {
    font-family: "Londrina Sketch";
    font-size: 50px;
    color: #3d3936;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .impact-stats .stat {
        font-size: 70px;
    }
}

.impact-stats p {
    font-family: "Londrina Solid";
    font-size: 18px;
    max-width: 250px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .impact-stats p {
        font-size: 24px;
    }
}

/*
-------------------------------------------------
OPPORTUNITIES SECTION
-------------------------------------------------
*/
.section-opportunities p {
    font-size: 16px;
}

.section-opportunities .opportunity {
    padding: 15px 0;
}

.section-opportunities .opportunity h1 {
    color: #ff9e31;
    font-size: 20px;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.section-opportunities .opportunity h1 a {
    color: #ff9e31;
}

.section-opportunities .opportunity h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.section-opportunities .opportunity p {
    font-size: 14px;
}

.section-opportunities a.btn {
    margin-top: 15px;
}

.section-opportunities .featured-hub {
    margin-top: 30px;
    padding: 100px 15px;
    background-image: url(../images/featured-hub-bg.png);
}

.section-opportunities .featured-hub .content {
    background-image: url(../images/featured-hub-overlay.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 15px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.section-opportunities .featured-hub .content h4 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Ubuntu";
    font-weight: bold;
}

.section-opportunities .featured-hub .content h2 {
    font-size: 34px;
    color: #7cba32;
    text-transform: uppercase;
    font-weight: 700;
}

.section-opportunities .featured-hub .content .btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -120px;
}

@media (min-width: 768px) {
    .section-opportunities .featured-hub {
        background-size: 100% 100%;
        padding: 50px 30px;
        margin-top: 0;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .section-opportunities .featured-hub {
        padding: 70px 20%;
    }
}

.section-opportunities .make-difference {
    background-color: #ff9e31;
    margin-top: -10px;
    padding: 40px 15px;
    color: #fff;
}

.section-opportunities .make-difference .btn {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .section-opportunities .make-difference {
        background-image: url(../images/make-difference-bg.png);
        background-color: transparent;
        background-size: 100% 100%;
        padding: 20px 15px;
        padding-left: 32%;
    }
}

@media (min-width: 768px) {
    .section-opportunities {
        padding: 70px 0 !important;
    }
    .section-opportunities .opportunities {
        background-image: url(../images/svgs/opportunites-bg.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 40px 20px;
    }
}

/*
-------------------------------------------------
SUBSCRIBE SECTION
-------------------------------------------------
*/
.section-subscribe {
    margin-top: 10px;
    color: #fff;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 10% 1px, 20% 3px, 30% 2px, 40% 4px, 50% 1px, 60% 0px, 70% 1px, 80% 3px, 100% 0, 100% 100%, 90% 99.6%, 80% 99.3%, 70% 99.8%, 60% 100%, 50% 99.5%, 40% 99%, 30% 99.4%, 20% 99.2%, 10% 99.7%, 0 100%);
    position: relative;
    z-index: 1;
}

.section-subscribe h4 {
    font-family: "Ubuntu";
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-subscribe form {
    margin-bottom: 30px;
}

.section-subscribe form .form-field {
    width: 100%;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.section-subscribe form input {
    color: #fff;
}

.section-subscribe form input::-webkit-input-placeholder {
    color: #ddd;
}

.section-subscribe form input:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd;
}

.section-subscribe form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd;
}

.section-subscribe form input:-ms-input-placeholder {
    color: #ddd;
}

.section-subscribe form .btn {
    background: #fff;
    color: #7cba32;
    height: 50px;
    margin-top: 25px;
}

.section-subscribe form .btn:hover {
    color: #35964e;
}

.section-subscribe p {
    font-size: 18px;
    margin: 0;
}

.section-subscribe p a {
    color: #fff;
}

@media (min-width: 768px) {
    .section-subscribe {
        margin-top: 0px;
    }
    .section-subscribe form {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*
-------------------------------------------------
PAGE HEADER
-------------------------------------------------
*/
.section-page-header {
    background: #cee787;
    padding-top: 70px;
    padding-bottom: 50px;
    z-index: 0;
    margin-top: -5px;
    position: relative;
}

.section-page-header.page-header-hubs {
    padding-bottom: 20px;
    background-position: center;
    background-size: cover;
}

.section-page-header.page-header-hubs h1 {
    color: #fff;
}

@media (min-width: 768px) {
    .section-page-header.page-header-hubs {
        padding-bottom: 130px;
    }
}

.section-page-header.page-header-post {
    padding-bottom: 0;
}

.section-page-header.page-header-post .breadcrumbs {
    margin-bottom: 10px;
}

.section-page-header .breadcrumbs {
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #b6b6b6;
    margin-bottom: 10px;
}

.section-page-header .breadcrumbs.light span a span {
    color: #b6b6b6;
}

.section-page-header .breadcrumbs span {
    color: #7cba32;
}

.section-page-header .breadcrumbs span a span {
    color: #000;
}

.section-page-header.white {
    background-image: none;
    background: white;
}

.section-page-header.header-slim {
    padding-bottom: 0;
}

.section-page-header h1 {
    font-size: 44px;
    color: #7cba32;
    font-weight: 500;
    text-transform: uppercase;
}

.section-page-header .btn-share {
    position: absolute;
    left: 15px;
    bottom: 12px;
    height: 35px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
    width: 95px;
    color: #fff;
    font-family: "Ubuntu";
    font-weight: bold;
    padding: 7px 10px;
    color:   #fff;
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.section-page-header .btn-share.btn-twitter {
    left: 115px;
    background-image: url(../images/icon-twitter.png);
    background-color: #31b6ee;
}

.section-page-header .btn-share.btn-facebook {
    background-image: url(../images/icon-facebook.png);
    background-color: #4565a1;
    background-position: left 13px center;
}

.section-page-header .fc-pip {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 50px;
}

.section-page-header .page-header-image {
    height: 150px;
}

@media (min-width: 768px) {
    .section-page-header {
        padding-bottom: 15px;
        padding-top: 70px;
    }
    .section-page-header > .container {
        position: relative;
    }
    .section-page-header .breadcrumbs {
        margin-bottom: 20px;
    }
    .section-page-header .btn-share {
        right: 180px;
        left: auto;
        bottom: 0;
    }
    .section-page-header .btn-share.btn-twitter {
        right: 80px;
        left: auto;
    }
    .section-page-header .fc-pip {
        bottom: -15px;
        width: 70px;
    }
    .section-page-header .page-header-image {
        height: 320px;
        padding-bottom: 20px;
    }
    .section-page-header .page-header-image > .container {
        position: relative;
        height: 100%;
    }
    .section-page-header .page-header-image .fc-pip {
        bottom: -25px;
    }
}

/*
-------------------------------------------------
SECTION PAGE
-------------------------------------------------
*/
.section-content .main-page-image {
    margin-bottom: 20px;
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
}

@media (min-width: 768px) {
    .section-content .main-page-image {
        min-width: 440px;
        height: auto;
    }
}

.section-content h3.top-line {
    margin-bottom: 20px;
}

.section-content h4 {
    font-size: 32px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .section-content {
        padding-top: 50px;
    }
}

/*
-------------------------------------------------
SIDEBAR
-------------------------------------------------
*/
aside {
    margin-top: 30px;
}

aside .sidebar-header {
    color: #fff;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    padding: 20px;
    background: #7cba32;
}

aside .sidebar-header a {
    color: #fff;
}

aside .sidebar-links {
    margin: 0;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

aside .sidebar-links > li {
    background: #cee787;
    padding: 15px 20px;
    border-bottom: 1px solid #bad4bb;
}

aside .sidebar-links li li {
    padding: 5px 10px;
    padding-left: 20px;
    font-size: 12px;
}

aside .sidebar-links li li:first-child {
    padding-top: 10px;
}

aside .sidebar-links > li > ul {
    display: none;
}

aside .sidebar-links > li.current_page_item > ul {
    display: block;
}

aside .sidebar-links li.current_page_item > a, aside .sidebar-links li.current-cat > a {
    color: #7cba32;
    background-image: url(../images/chevron-green.png);
}

aside .sidebar-links a {
    color: #3d3936;
    display: block;
    padding-left: 20px;
    background-image: url(../images/chevron-grey.png);
    background-position: left top 5px;
    background-repeat: no-repeat;
}

aside .sidebar-links a:hover {
    color: #7cba32;
    background-image: url(../images/chevron-green.png);
}

aside .make-difference {
    background: #ff9e31;
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    padding: 30px 15px;
    margin-bottom: 30px;
    color: #fff;
}

aside .make-difference p {
    margin-top: 5px;
}

aside .make-difference .btn {
    font-size: 12px;
    max-width: 100%;
}

aside .vacancies {
    background: #eee;
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    padding: 30px 15px;
}

aside .vacancies h3 {
    margin-bottom: 20px;
}

aside .vacancies a {
    color: #ff9e31;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    aside {
        margin-top: 0;
    }
    aside.single-post {
        margin-top: -180px;
    }
}

/*
-------------------------------------------------
TEAM INDEX
-------------------------------------------------
*/
.team-categories {
    padding-top: 30px;
}

.team-categories .team {
    position: relative;
    margin-bottom: 50px;
}

.team-categories .team figure {
    background-image: url(../images/subscribe-bg.png);
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 100% 100%, 0px 100%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 100% 100%, 0px 100%);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
    position: relative;
    z-index: 1;
}

.team-categories .team .info {
    min-height: 220px;
    padding: 20px 10px;
    border: 2px solid #eee;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 30px;
    margin-right: 0;
}

.team-categories .team .info h1 {
    font-size: 32px;
    color: #7cba32;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.team-categories .team .btn {
    position: absolute;
    bottom: -25px;
    left: 10px;
}

@media (min-width: 992px) {
    .team-categories .team figure {
        width: 30%;
        float: left;
        -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 100% 0, 100% 60%, 100% 100%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
        clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 100% 0, 100% 60%, 100% 100%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    }
    .team-categories .team .info {
        position: relative;
        float: left;
        border-left: 0;
        width: 70%;
        padding: 20px;
        margin-top: 0;
        margin-left: -10px;
        padding-left: 30px;
    }
    .team-categories .team .btn {
        left: 30px;
    }
}

/*
-------------------------------------------------
TEAM CATEGORY
-------------------------------------------------
*/
.team-members h3.top-line {
    margin-bottom: 40px;
}

.team-members .team-member {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.team-members .team-member figure img {
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
}

.team-members .team-member h1 {
    font-size: 24px;
    font-family: 'Ubuntu';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team-members .team-member h3 {
    font-size: 18px;
    font-family: 'Ubuntu';
    font-weight: bold;
    margin-bottom: 15px;
}

.team-members .team-member p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .team-members .team-member h1 {
        font-size: 30px;
    }
    .team-members .team-member h2 {
        font-size: 24px;
    }
}

/*
-------------------------------------------------
HUB PROFILE PAGE
-------------------------------------------------
*/
.section-hub {
    padding-top: 10px;
}

.section-hub .hub-header {
    margin-bottom: 30px;
}

.section-hub .hub-header .info {
    height: 100%;
    padding: 20px 10px;
    background: #eee;
    padding-top: 30px;
    -webkit-clip-path: polygon(0px 0px, 100% 0, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    clip-path: polygon(0px 0px, 100% 0, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    margin-right: 0;
}

.section-hub .hub-header figure {
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 100% 100%, 0px 100%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 100% 100%, 0px 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
}

.section-hub .hub-header ul li {
    padding-bottom: 15px;
    padding-left: 30px;
    background-position: left top 2px;
    background-repeat: no-repeat;
}

.section-hub .hub-header ul li.location {
    background-image: url(../images/hub-pin.png);
}

.section-hub .hub-header ul li.time {
    background-image: url(../images/hub-clock.png);
}

.section-hub .hub-header ul li.contact {
    background-image: url(../images/hub-message.png);
}

.section-hub .hub-header ul li.accessibility {
    background-image: url(../images/hub-accessibility.png);
}

.section-hub .hub-header ul li:last-child {
    padding-bottom: 0;
}

.section-hub .hub-header ul li a {
    color: #3d3936;
}

.section-hub .hub-header ul li span {
    font-size: 18px;
    display: block;
}

@media (min-width: 768px) {
    .section-hub .hub-header {
        height: 300px;
    }
    .section-hub .hub-header .info {
        width: 40.333%;
        float: left;
        -webkit-clip-path: polygon(0px 0px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 0 100%);
        clip-path: polygon(0px 0px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 0 100%);
        padding: 20px 15px;
        position: relative;
    }
    .section-hub .hub-header .info ul {
        position: absolute;
        bottom: 20px;
        left: 15px;
        width: 100%;
    }
    .section-hub .hub-header figure {
        width: 59.6667%;
        float: left;
        -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 100% 0, 100% 60%, 100% 100%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
        clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 100% 0, 100% 60%, 100% 100%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
        height: 100%;
    }
}

@media (min-width: 992px) {
    .section-hub .hub-header {
        height: 400px;
    }
}

.section-hub .top-recipes {
    margin-top: 50px;
    padding-bottom: 50px;
}

.section-hub .top-recipes .recipe {
    text-align: center;
    position: relative;
    margin-bottom: 55px;
    height: 200px;
}

.section-hub .top-recipes .recipe .recipe-bg {
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-hub .top-recipes .recipe h3 {
    font-size: 26px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.section-hub .top-recipes .recipe .overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
}

.section-hub .top-recipes .recipe .btn {
    position: absolute;
    bottom: -25px;
    left: 20px;
    z-index: 10;
}

@media (min-width: 992px) {
    .section-hub .top-recipes .recipe {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .section-hub {
        padding-bottom: 150px;
    }
}

/*
-------------------------------------------------
VOLUNTEER ROLES
-------------------------------------------------
*/
.section-volunteer-roles {
    padding-top: 40px;
}

.section-volunteer-roles .volunteer-section {
    margin-bottom: 20px;
}

.section-volunteer-roles .volunteer-role {
    position: relative;
}

.section-volunteer-roles .volunteer-role.leadership h1 {
    color: #ff9e31;
}

.section-volunteer-roles .volunteer-role.leadership h1 a {
    color: #ff9e31;
}

.section-volunteer-roles .volunteer-role.leadership .info {
    background-image: url(../images/svgs/outline.svg);
}

.section-volunteer-roles .volunteer-role figure {
    position: relative;
}

.section-volunteer-roles .volunteer-role figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.section-volunteer-roles .volunteer-role figure img {
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    display: block;
}

.section-volunteer-roles .volunteer-role .info {
    margin-top: -15px;
    padding: 10px 15px;
    padding-top: 30px;
    background-image: url(../images/svgs/outline-green.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 120px;
    max-width: 320px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .section-volunteer-roles .volunteer-role .info {
        min-height: 220px;
    }
}

@media (min-width: 1200px) {
    .section-volunteer-roles .volunteer-role .info {
        min-height: 180px;
    }
}

.section-volunteer-roles .volunteer-role h1 {
    font-size: 18px;
    color: #3d3936;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-volunteer-roles .volunteer-role h1 a {
    color: #3d3936;
}

/*
-------------------------------------------------
VACANCIES
-------------------------------------------------
*/
.section-vacancies {
    padding-top: 40px;
}

.section-vacancies .vacancy {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.section-vacancies .vacancy.vacancy-single {
    border-bottom: 0;
    margin: 0;
    padding-bottom: 0;
}

.section-vacancies .vacancy.vacancy-single .btn {
    margin-bottom: 20px;
}

.section-vacancies .vacancy figure img {
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
}

.section-vacancies .vacancy h1 {
    font-size: 20px;
    color: #ff9e31;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-vacancies .vacancy h3 {
    font-size: 16px;
    color: #ff9e31;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-vacancies .vacancy .date {
    font-family: "Ubuntu";
    font-size: 12px;
}

.section-vacancies .vacancy .date span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.section-vacancies .vacancy .intro-text {
    margin-top: 15px;
    margin-bottom: 30px;
}

.section-vacancies .vacancy .special {
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.section-vacancies .vacancy .special span {
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
}

.section-vacancies .vacancy ul li {
    background-image: url(../images/bullet-1.png);
}

.section-vacancies .vacancy ul li:nth-child(2n) {
    background-image: url(../images/bullet-2.png);
}

.section-vacancies .vacancy ul li:nth-child(3n) {
    background-image: url(../images/bullet-3.png);
}

.section-vacancies .vacancy ul li:nth-child(4n) {
    background-image: url(../images/bullet-4.png);
}

.section-vacancies .living-wage {
    margin-top: 20px;
}

.section-vacancies .living-wage img {
    max-width: 220px;
}

@media (min-width: 768px) {
    .section-vacancies .vacancy h1 {
        font-size: 24px;
    }
}

/*
-------------------------------------------------
NEWS
-------------------------------------------------
*/
.section-news {
    padding-top: 40px;
}

.section-news .latest-news {
    margin-bottom: 40px;
}

.section-news .news {
    margin-bottom: 30px;
}

.section-news .news figure {
    height: 120px;
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 100% 100%, 0px 100%);
    clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 100% 100%, 0px 100%);
}

.section-news .news .content {
    padding: 20px 15px;
    min-height: 235px;
    background-image: url(../images/svgs/outline.svg);
    background-size: 100%;
    background-position: bottom;
}

.section-news .news .content h5 {
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-news .news .content h5 a {
    color: #7cba32;
    font-size: 12px;
}

.section-news .news .content h1 {
    font-size: 22px;
    color: #7cba32;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Ubuntu";
    margin-bottom: 10px;
}

.section-news .news .content h1 a {
    color: #7cba32;
}

.section-news .more-posts {
    text-align: center;
}

.section-news .more-posts .btn {
    background: #f4f4f4;
    color: #3a3a3a;
}

@media (min-width: 992px) {
    .section-news .news .content h1 {
        font-size: 28px;
    }
}

/*
-------------------------------------------------
NEWS SINGLE
-------------------------------------------------
*/
.news-single h5 {
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.news-single h5 a {
    color: #cee787;
    font-size: 12px;
}

.news-single h1 {
    font-size: 40px;
    font-family: "Ubuntu";
    margin-bottom: 10px;
    color: #cee787;
    line-height: .9;
}

.news-single .post-meta {
    font-family: "Ubuntu";
    font-weight: bold;
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 30px;
}

.news-single .post-meta span {
    text-transform: uppercase;
    color: #3d3936;
}

@media (min-width: 992px) {
    .news-single h1 {
        font-size: 60px;
    }
}

/*
-------------------------------------------------
HUB INDEX
-------------------------------------------------
*/
.section-our-hubs {
    padding-top: 50px;
}

.section-our-hubs p {
    font-size: 16px;
}

.section-our-hubs .hub-area {
    display: block;
    font-family: "Ubuntu";
    color: #7cba32;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.section-our-hubs .hub {
    display: block;
    font-family: "Ubuntu";
    color: #ff9e31;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.section-our-hubs .hub-locations {
    display: none;
}

.section-our-hubs .map-pip {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 5;
}

.section-our-hubs .map {
    height: 500px;
    margin-top: 30px;
    -webkit-clip-path: polygon(0px 15px, 1px 10px, 5px 4px, 9px 3px, 12px 2px, 30% 1px, 50% 2px, 70% 0px, 94% 0.2%, 96% 0.3%, 97.5% 0.8%, 98% 1.2%, 98.5% 1.6%, 99% 2.5%, 100% 60%, 99.5% 80%, 99% 98%, 98.5% 98.5%, 98% 99%, 97.5% 99.2%, 96% 99.7%, 94% 99.8%, 60% 100%, 30% 99.5%, 70% 99.5%, 40% 100%, 6% 99.8%, 4% 99.7%, 2.5% 99.2%, 2% 98.8%, 1.5% 98.4%, 1% 98%, 0px 95%);
}

@media (min-width: 992px) {
    .section-our-hubs .map {
        margin-top: 180px;
    }
}

.section-our-hubs .map-infowindow {
    background-image: url(../images/svgs/slider-overlay.svg);
    background-size: 100% 100%;
    height: 100px;
    padding: 10px;
    background-repeat: no-repeat;
}

.section-our-hubs .map-infowindow p {
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-family: "Ubuntu";
}

.section-our-hubs .map-infowindow p:first-child {
    padding: 0;
}

.section-our-hubs .map-infowindow span {
    font-family: "Ubuntu";
    color: #cee787;
    display: block;
    text-align: center;
    padding: 5px 20px;
    font-size: 18px;
    line-height: 0.9;
}

/*
-------------------------------------------------
SUPPORTER/PARTNER
-------------------------------------------------
*/
.supporter {
    margin-bottom: 30px;
}

.supporter .supporter-logo {
    height: 120px;
    text-align: center;
    padding: 0 10px;
}

.supporter .supporter-logo .vc-outer {
    table-layout: fixed;
}

.supporter .supporter-logo img {
    max-height: 80px;
    max-width: 80%;
    width: auto;
}

/*
-------------------------------------------------
DONATE SECTION
-------------------------------------------------
*/
.donate-section .gift-aid {
    margin-top: 20px;
    margin-bottom: 10px;
}

.donate-section .donate-options {
    margin-top: 20px;
}

.donate-section .donate-options .donate-option {
    display: block;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Ubuntu";
    background: #7cba32;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
}

.donate-section .donate-options .donate-option:hover {
    background: #cee787;
    color: #3d3936;
}

.donate-section fieldset legend {
    font-size: 20px;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
}

.donate-section fieldset + fieldset {
    margin-top: 30px;
}

.donate-section label {
    display: inline-block;
    font-size: 13px;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
}

.donate-section label.has-error {
    color: #b91d1d;
}

.donate-section span.error-reason {
    font-family: Ubuntu;
    text-transform: uppercase;
    font-style: italic;
    color: #000;
    font-weight: 400;
    font-size: 10px;
    display: inline;
}

.donate-section .form-group,
.donate-section .control-group {
    margin-top: 10px;
}

.donate-section .form-control {
    width: 100%;
    padding: 10px;
    outline: none;
}

.donate-section .donation-type {
    margin-top: 15px;
}

.donate-section .donation-type p:last-child {
    margin-bottom: 0;
}

.donate-section select.form-control {
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}

.donate-section .payment-errors {
    background: #b91d1d;
    color: #fff;
    padding: 20px;
}

.donate-section .payment-errors h3 {
    font-size: 20px;
    font-family: "Ubuntu";
    font-weight: bold;
    text-transform: uppercase;
}

.donate-section .payment-errors ul {
    margin: 0;
}

.donate-section .payment-errors li {
    background: none;
    padding: 0;
    list-style: inside disc;
}

.donate-section .btn {
    margin-top: 10px;
}

.donate-section .fundraising-regulator {
    margin-top: 30px;
}

.give-wrap {
    padding: 40px 0;
}

.give-form .give-btn {
    background: #7cba32;
    padding: 15px 25px;
    font-family: "Ubuntu";
    font-weight: 600;
    font-size: 13px;
    border: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
}

.give-form .give-btn:hover {
    background: #35964e;
    color: #fff;
}

.give-form label {
    font-family: 'Ubuntu', Helvetica, sans-serif;
    font-size: 14px !important;
}
