/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

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

::-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,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background: url('../img/bg/bg.jpg');
}

.no-multiplebgs body {
    background: url('../img/bg/bg.jpg');
    background-repeat: repeat;
}

.overlay {
    background-color: rgba(1, 1, 1, 0.4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}



/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'gardenerregular';
    src: url('fonts/gardener-webfont.eot');
    src: url('fonts/gardener-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/gardener-webfont.woff2') format('woff2'),
        url('fonts/gardener-webfont.woff') format('woff'),
        url('fonts/gardener-webfont.ttf') format('truetype'),
        url('fonts/gardener-webfont.svg#gardenerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garden Alternate';
    src: url('fonts/Gardener_Alternate.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Melbourne';
    src: url('fonts/Melbourne_reg.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Melbourne';
    src: url('fonts/Melbourne_bold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}

/*
FONT NOTES
.tk-adobe-caslon-pro
font-family: "adobe-caslon-pro",serif;

font-family: 'Lato', sans-serif;
400, 700

font-family: 'adobe-caslon-pro',serif;
font-family: 'Lato', sans-serif;
font-family: 'gardenerregular',serif;
*/

h1 {
    font-family: 'gardenerregular', serif;
    font-size: 58px;
    font-size: 3.625rem;
    font-weight: normal;
}

h2 {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 40px;
    font-size: 2.5rem;
}

h3,
dt {
    font-size: 25px;
    font-size: 1.563rem;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    font-size: 1rem;
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
    color: #818566;
}

h6 {
    font-size: 12px;
    font-size: .75rem;
}

p,
a,
label,
input,
select {
    font-size: 15px;
    font-size: .9375rem;
    max-width: 100%;
}

select[multiple] {
    background: #FFFFFF;
}

.link,
.wysiwig a,
.news-single-content a:not(.btn),
.field-name-field-basic-page-fields a:not(.btn),
.content .inner-container a:not(.btn) {
    font-weight: 700;
    padding-bottom: 2px;
    display: inline-block;
    background-image: url('../img/icons/underline.png');
    background-repeat: repeat-x;
    background-position: 0 100%;
    transition: color .2s ease-out;
}

.link:hover,
.wysiwig a:hover,
.news-single-content a:not(.btn):hover,
.field-name-field-basic-page-fields a:not(.btn):hover,
.content .inner-container a:not(.btn):hover {
    color: #818566;
}

.field-name-field-basic-page-fields a.at-share-btn {
    background-image: none;
}

a.no-dots {
    background-image: none !important;
}

h1,
h2,
h3,
h4,
dt {
    color: #575a45;
}

h2,
h3,
h4,
dt {
    font-family: 'adobe-caslon-pro', serif;
}

h5,
h6,
p,
li,
span {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

label {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

h6,
p,
a,
li,
.btn,
label {
    color: #666;
}

a,
input {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.container,
.mid-container,
.inner-container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.inner-container.document {
    min-height: 300px;
}

.container {
    max-width: 1180px;
}

.mid-container {
    max-width: 980px;
}

.inner-container {
    max-width: 840px;
}

.fl,
.col {
    float: left;
}

.fr,
.col-r {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.mr-btn {
    margin-right: .5em;
}

.resize {
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

/* columns */
.col-1-3 {
    width: 31%;
    margin-right: 2%;
}

.col-2-3 {
    width: 64%;
    margin-right: 2%;
}

.col-50p {
    width: 45%;
    margin-right: 5%;
}


/* ==========================================================================
   Elements
   ========================================================================== */

/* Buttons */
.btn,
.form-submit {
    display: inline-block;
    border: 1px solid transparent;
    background-color: #eae9e1;
    border-radius: 3px;
    font-weight: 700;
    padding: .6em 1.2em;
    transition: all .2s ease-out;
}

.btn:hover,
.selected .btn,
.form-submit:hover {
    background-color: #fff;
    color: #ef3e42;
    border-color: #ef3e42;
}


.btn-wide {
    padding-left: 4em;
    padding-right: 4em;
}

.btn-1,
.form-submit {
    background-color: #ef3e42;
    color: #fff;
}

.btn-2 {
    background-color: #fff;
    color: #000;
    border-color: #ef3e42;
}

.btn-small {
    padding: 0.3em 1.0em 0.3em 1.8em;
    background-repeat: no-repeat;
    background-position: .5em;
}

.btn-print {
    background-image: url('../img/icons/printer.png');
}

.btn-print:hover {
    background-image: url('../img/icons/printer-highlight.png');
}

.btn-download {
    background-image: url('../img/icons/download.png');
}

.btn-download:hover {
    background-image: url('../img/icons/download-highlight.png');
}

.btn-comment {
    background-image: url('../img/icons/speech.png');
}

.btn-comment:hover {
    background-image: url('../img/icons/speech-highlight.png');
}

.btn-favourite {
    background-image: url('../img/icons/heart.png');
}

.btn-favourite:hover,
.btn-favourite.liked {
    background-image: url('../img/icons/heart-highlight.png');
}

input.btn {
    border-color: transparent;
}

.event-registration input.btn,
.event-registration .fl input.btn {
    margin-right: 20px;
}

header .btn.btn-shop {
    position: relative;
    padding-left: 30px;
    background-color: #ef3e42;
    color: #fff;
    margin-left: 5px;
}

header .btn.btn-subcribe {
    position: relative;
    background-color: #ef3e42;
    color: #fff;
    margin-left: 5px;
}

header .btn.btn-donate {
    position: relative;
    background-color: #ef3e42;
    color: #fff;
}

header .btn.btn-shop:hover,
header .btn.btn-subcribe:hover,
header .btn.btn-donate:hover {
    background-color: #d00d0f !important;
    color: #fff !important;
}

header .btn-shop:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 6px;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icons/fa-shopping-cart-white.png') 0 0 no-repeat;
}

header .btn-shop:hover:before {
    background: url('../img/icons/fa-shopping-cart-white.png') 0 0 no-repeat;
}

header .sidekick-nav .btn.btn-share,
.logged-in .btn.btn-share {
    position: relative;
    background-color: #fff;
    color: #ef3e42;
    border-color: #ef3e42;
    margin-left: 5px;
}

.logged-in .btn.btn-share {
    margin-right: 5px
}

header .sidekick-nav .btn.btn-share:hover,
.logged-in .btn.btn-share:hover {
    background-color: #d00d0f;
    color: #fff;
}

header .logout-link {
    position: relative;
    top: 8px;
    margin: 0 10px 0 5px;
}

/* Line */
hr {
    border: none;
    height: 7px;
    background-image: url('../img/icons/hr.png');
    background-repeat: repeat-x;
}

/* Form */
input[type="number"],
input[type="email"],
input[type="text"],
textarea,
.styled-select {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    outline: none;
    display: inline-block;
}

input[type="number"],
input[type="email"],
input[type="text"],
textarea {
    padding: 0.6em;
}

.styled-select {
    display: inline-block;
    background-image: url('../img/icons/icon-select.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.styled-select select {
    width: 100%;
}

textarea {
    resize: vertical;
    /* user can resize vertically, but width is fixed */
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em 3em .5em .5em;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

input[type="number"],
input[type="text"],
select {
    color: #666;
}

label.error {
    color: #ef3e42;
    font-weight: normal;
    font-size: 70%;
}

input.error,
.styled-select.error {
    border-color: #ef3e42;
}

.message.error {
    color: #a51b00;
    background-color: #fcf4f2;
    background-image: url(../misc/message-24-error.png);
}

.styled-select.valid,
input.valid {
    background-image: url('../img/icons/available.png');
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 14px 11px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Pagination */
.pager,
.paging ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pager li,
.paging li {
    display: inline-block;
    margin: .2em;
}

.pager a,
.paging a,
.paging .dots,
.pager-current,
.paging .disabled,
.paging .current {
    display: block;
    background-color: #e6e5db;
    border-radius: 3px;
    color: #666;
    padding: .7em 1em;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem;
}

.pager-current,
.pager a:hover,
.paging .current,
.paging a:hover {
    color: #fff;
    background-color: #818566;
}

.pager .pager-first,
.pager .pager-last {
    display: none;
}

.pager-previous a,
.pager-next a {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
}

.pager-previous a {
    background-image: url('../img/icons/pager-prev.png');
}

.pager-previous a:hover {
    background-image: url('../img/icons/pager-prev-hover.png');
}

.pager-next a {
    background-image: url('../img/icons/pager-next.png');
}

.pager-next a:hover {
    background-image: url('../img/icons/pager-next-hover.png');
}

/* List items */
ul.list,
ol.numbers,
ul.bullet,
.wysiwig ul {
    padding-left: 0;
    list-style: none;
}

ul.list li,
ul.bullet li,
.wysiwig ul li {
    padding-left: 1em;
    background-repeat: no-repeat;
    background-position: 0 .7em;
}

ul.bullet li,
.wysiwig ul li {
    background-image: url('../img/icons/bullet.png');
}

ul.list li {
    background-image: url('../img/icons/list.png');
}

ol.numbers li {
    counter-increment: step-counter;
}

ol.numbers li::before {
    content: counter(step-counter) '.';
    font-family: 'gardenerregular', serif;
    color: #ef3e42;
    margin-right: 5px;

    width: 20px;
    display: inline-block;
}

/* tabs */
.tab-holder {
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.tab.active {
    background-color: #fff;
}

.tab {
    display: inline-block;
    background-color: #f5f5f2;
    padding: 1em;
    border-right: 1px solid #d7d7d5;
}

.tab:last-child {
    border-right: 0;
}

.tab-name {
    margin-right: .5em;
}

.count {
    background-color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-size: 0.625rem;
    color: #000;
    display: inline-block;
}

.tab.active .count {
    color: #ee3d42;
}

/* quote */
blockquote {
    margin: 0;
    padding: 3em 4em;
}

blockquote p {
    font-size: 15px;
    font-style: italic;
    color: #575a45;
    line-height: 2;
    text-align: center;
}

/* blockquote p:first-child:first-letter,
.quote:first-child:before,
.quote p:last-child:after {
    font-family: 'adobe-caslon-pro', serif;
    line-height: .5;
    font-weight: bold;
    font-size: 50px;
} */

.quote {
    position: relative;
}

.quote:first-child:before {
    content: '“';
    color: #575a45;
    position: absolute;
    top: 5px;
    left: -20px;
}

.quote p:last-child:after {
    content: '”';
    position: relative;
    top: 15px;
}

.quote-author {
    text-align: right;
    color: #818566;
}

.quote-holder {
    margin: 10px 0 40px 0;
}


/* ==========================================================================
   Header
   ========================================================================== */
header {
    position: relative;
    z-index: 3;
    background-color: transparent;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
    padding: .5em 0;
    max-width: 1920px;
    margin: 0 auto;
}

header .btn {
    background-color: #d00d0f;
    padding-top: .5em;
    padding-bottom: .5em;
}

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

header li {
    float: left;
}

header a {
    display: block;
    color: #ef3e42;
    font-weight: 700
}

header .active a,
header a:hover {
    color: #fff;
}

header img {
    display: block;
}

header .icon {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 20px;
    height: 30px;
}

/* Hero nav */
.hero-nav a

/*,.link-back*/
    {
    position: relative;
    font-family: "lato", serif;
    font-size: 17px;
    font-size: .9375rem;
    display: block;
    padding: 0.1em 0.3em 0.1em;
    transition: color .2s ease-out;
}

.hero-nav .active a:after {
    content: "";
    width: calc(100% - 0.6em);
    height: 1px;
    background: #dc3b40;
    position: absolute;
    bottom: -7px;
    left: 0;
    margin-left: .3em;
}

.hero-nav li {
    margin-right: 1em;
}

.link-back {
    background-repeat: no-repeat !important;
    background-position: 3% 50% !important;
    background-image: url('../img/icons/back.png') !important;
    /*display: inline-block;*/
    padding: 9px 20px 10px !important;
    /*color: #f1f0e5;*/
}

header .home {
    background-image: url('../img/icons/home.png');
    padding: 0;
    margin-right: 1em;
    height: 34px;
    text-indent: -9999px;
}

header .home:hover {
    background-image: url('../img/icons/home-hover.png');
}


/* Sidekick nav */
.sidekick-nav a {
    font-family: 'Lato', sans-serif;
    /* font-weight: 700; */
    padding: 0.5em .5em .5em;
    transition: color .2s ease-out;
}

.sidekick-nav li {
    margin-right: 1em;
}

.header-search-icon {
    padding: 0.2em 0;
    background-image: url('../img/icons/header-search.png');
    margin-right: 0.5em;
}

.header-search-icon.active,
.header-search-icon:hover {
    background-image: url('../img/icons/header-search-hover.png');
}

/* logo */
.logo-holder {
    position: relative;
}

.logo {
    margin: .5em auto;
    display: inline-block;
    padding: 0 0;
}

.acnc-logo {
    position: absolute;
    left: 20px;
    bottom: 0;
}

.medibank-logo {
    position: absolute;
    right: 10px;
    top: 35px;
}

.footer-top .logo-holder .container {
    position: relative;
}

.footer-top .logo-holder .coles-logo {
    top: auto;
    bottom: 0;
    right: 20px;
    position: absolute;
}

.logo-holder .social-holder {
    position: absolute;
    right: 13px;
    top: 35%;
}

@media (max-width:1366px) {
    .acnc-logo {
        left: -150px
    }

    .footer-top .logo-holder .coles-logo {
        right: -150px
    }
}

@media (max-width:1199px) {
    .acnc-logo {
        position: inherit;
        left: auto
    }

    .footer-top .logo-holder .coles-logo {
        position: relative;
        right: auto;
    }

    .footer-top .logo-holder {
        margin-top: 20px
    }

    .footer-top .inner-container .logo-holder {
        margin-top: 0
    }
}

@media (max-width:992px) {
    .logo-holder .social-holder {
        display: none;
    }
}

/* hamburger */
.hamburger {
    display: none;
    padding: .3em 0;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    position: relative;
    top: 2px
}

.hamburger .meat {
    height: 2px;
    width: 30px;
    margin: 5px 0;
    display: block;
    background-color: #fff;
}

@media (min-width:1200px) {
    .mobile-nav-holder {
        display: none;
    }
}

/* mobile nav */
.mobile-nav-holder {
    position: relative;
    z-index: 2;
}

.mobile-nav.off {
    width: 0
}

.mobile-nav {
    position: absolute;
    right: 0;
    background-color: #dc3b41;
    width: 360px;
    padding-bottom: 10px;
    top: 0
}

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

.mobile-nav ul li {
    width: 100%
}

.mobile-nav-holder a {
    display: block;
    padding: 1em 2em;
    color: #ebc6be;
}

/* search */
.header-search-placer {
    position: relative;
    z-index: 2;
}

.header-search-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;

    background-color: #dc3b41;
    padding: 1em 0;
}

.header-search label {
    color: #fff;
    display: block;
    margin-top: .5em;
}

.header-search .btn {
    background-color: #d00d0f;
}

.header-search .btn:hover {
    background-color: #fff;
}

.header-search .col-label {
    width: 13%;
}

.header-search .col-select {
    width: 12%;
}

.header-search .col-input {
    width: 15%;
}

.header-search .col-input input {
    width: 90%;
}

.header-search .col {
    margin-right: 1%;
}

.header-search .col.last {
    width: 5%;
    margin-right: 0;
}

.header-search .styled-select {
    width: 100%;
}

.col-filler {
    height: 1px;
    width: 64%;
}

/* header cart */
.header-cart-holder,
.header-sponsor-holder {
    position: relative;
    z-index: 1;
}

.header-cart-holder .container,
.header-sponsor-holder .container {
    position: relative;
}

.header-cart {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 190px;
}

.header-cart .top {
    background-color: #144b32;
    padding: 1em 1em 1em 3em;
    background-image: url('../img/icons/cart.png');
    background-position: 1em 1.3em;
    background-repeat: no-repeat;
}

.header-cart .top p {
    margin: 0;
    font-weight: bold;
    color: #fff;
}

.header-cart .bot {
    background-color: #fff;
    padding: 1.5em;
}

.header-cart .btn {
    display: block;
    text-align: center;
}

.header-sponsor {
    position: absolute;
    top: 2em;
    right: 22em;
    width: 210px;
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    text-align: center;
}

.footer-top {
    background-color: #fff;
    padding-top: 3em;
    padding-bottom: 2em;
}

@media (max-width:1199px) {
    .footer-top {
        padding-bottom: 0
    }
}

.footer-top .support-line h3 {
    font-family: 'Lato', sans-serif;
}

.footer-top .support-line h3,
.footer-top .support-line h4 {
    color: #6b6262;
    margin: 5px 0 0;
}

.footer-top .support-line p {
    color: #6b6262;
    margin-top: 0;
    font-size: 12px;
    font-size: 1rem;
}

.footer-top .support-line p span.support-line-2 {
    font-weight: bold
}

.footer-bot {
    background-color: #de0f11;
}

footer .sponsors {
    margin-bottom: 2em;
}

footer .sponsors img {
    display: none;
}

.sponsors a {
    display: inline-block;
    margin-bottom: .2em;
}

footer .phrase-1 {
    color: #6b6262;
    font-size: 12px;
    font-size: .75rem;
}

footer .btn {
    background-color: #fff;
    margin: 0 1em;
    color: #ef3e42;
    border-color: #ef3e42;
}

footer .btn:hover {
    background-color: #d00d0f;
    color: #fff;
}

footer .phrase-2 {
    font-size: 15px;
    font-size: .9375rem;
    color: #6b6262;
    margin-bottom: 1.5em;
}

.social-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-holder a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    margin: 0 .3em;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    background: #ef3e42
}

.social-holder a:nth-child(even) {
    background: #7b8e57
}

.footer-top .social-holder a {
    margin: 1.2rem .8rem
}

/* .social-holder a.facebook {
    height: 40px;
    width: 40px;
    background: url('../img/icons/sprites.png') 0 0;
    vertical-align: middle;
}
.social-holder a.twitter {
    height: 40px;
    width: 40px;
    background: url('../img/icons/sprites.png') -124px 0;
    vertical-align: middle;
}
.social-holder a.pinterest {
    height: 40px;
    width: 40px;
    background: url('../img/icons/sprites.png') -82px 0;
    vertical-align: middle;
}
.social-holder a.instagram {
    height: 40px;
    width: 40px;
    background: url('../img/icons/sprites.png') -41px 0;
    vertical-align: middle;
}
.social-holder a.linkedin {
    height: 40px;
    width: 40px;
    background: url('../img/icons/linkedin.jpg');
    vertical-align: middle;
    background-size: 40px 40px;
}
.social-holder a.youtube {
    height: 40px;
    width: 40px;
    background: url('../img/icons/youtube.png');
    vertical-align: middle;
    background-size: 40px 40px;
} */
.sponsors a,
.social-holder a {
    transition: opacity .2s ease-out;
}

.sponsors a:hover,
.social-holder a:hover {
    opacity: .7;
}

.footer-bot ul {
    margin: .5em 0;
    padding: 0;
    list-style-type: none;
}

.footer-bot li {
    display: inline-block;
    margin: 0 .5em;
}

.footer-bot a {
    font-size: 12px;
    font-size: .75rem;
    color: #fdfcf0;
    padding: .5em;
    display: block;
    transition: color .2s ease-out;
}

.footer-bot a:hover {
    color: #ebc6be;
}

/* ==========================================================================
   Homepage
   ========================================================================== */
.page-title {
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto .3em;
    line-height: 1.2;
    padding-top: 25px;
}

.intro-phrase {
    margin-top: 0;
    font-weight: 700;
}

/* Home banner */
/* .home-banner {
    background-image: url('../img/bg/shadow-edge.png'),
                      url('../img/bg/home-banner.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.no-multiplebgs .home-banner {
    background-image: url('../img/bg/home-banner.png');
} */
.col-homebanner-main {
    width: 50%;
    margin-right: 5%;
}

.col-homebanner-sub {
    width: 45%;
}

.col-homebanner-sub .btn {
    padding: .6em 0.9em;
}

/* Home card slider */
.title a {
    font-size: inherit;
    font-family: inherit;
}

.homebanner-slider-holder {
    position: relative;
    padding: 0;
}

.scroll-down {
    position: absolute;
    bottom: 130px;
    left: 50%;
    margin-left: -31px;
    height: 62px;
    width: 62px;
    background: url('../img/icons/sprites.png') -1px -41px;
}

#btn-scroll-down-page.scroll-down {
    bottom: 10px;
}

.homebanner-slider {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.home-slide {
    position: relative;
    overflow: hidden;
}

.home-slide .thumb {
    overflow: hidden;
    display: block;
    max-height: 769px;
}

.home-slide .slide-btn .title {
    max-width: 400px;
    font-size: 3rem;
    line-height: 1.1;
    color: #fff;
    font-family: 'gardenerregular', serif;
    font-weight: normal;
}

.home-slide .slide-btn .title a {
    color: #fff
}

.home-slide .slide-btn {
    position: absolute;
    left: 68%;
    bottom: 100px;
    z-index: 1;
}

@media (min-width:1366px) and (max-width:1466px) {
    .home-slide .slide-btn {
        left: 60%
    }
}

@media (min-width:1025px) and (max-width:1365px) {
    .home-slide .slide-btn {
        left: 55%
    }
}


.container.banner-video {
    max-width: 889px;
    padding: 50px 0;
}


.banner-video iframe {
    border: solid 7px #ddd;
    background: #000;
}

/* Home card slider pager */
.homebanner-dots {
    padding: 0;
    text-align: center;
    list-style-type: none;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0
}

.homebanner-dots li {
    display: inline-block;
    position: relative;
}

.homebanner-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 15px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.homebanner-dots button:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
}

.homebanner-dots .slick-active button:after {
    background-color: #fff;
}

/* Home sharetable row */
.row-home-sharetable-text .title {
    margin-top: 2em;
    margin-bottom: 1em;
}

.row-home-sharetable-text .phrase {
    margin-top: 0;
}

.row-home-sharetable-text div {
    vertical-align: top;
    display: inline-block;
    position: relative;
    text-align: left;
}

.row-home-sharetable-text .col-left {
    width: 28%;
    margin-left: 18%;
    padding-right: 3%;
}

.row-home-sharetable-text .col-right {
    width: 17%;
    margin-right: 17%;
    padding-left: 15%;
    margin-top: 3em;
    border-left: solid 1px #666;
}

.row-home-sharetable-text .col-left img {
    position: absolute;
    right: 30px;
    top: 140px;
}

.row-home-sharetable-text .col-right img {
    position: absolute;
    left: 20px;
}

.row-home-sharetable-text .col-right a {
    text-align: center;
    width: 80%;
}

.row-home-sharetable-filters {
    margin: 2em 0 3em;
}

.row-home-sharetable-filters input[type=text],
.row-home-sharetable-filters .styled-select {
    width: 280px;
    margin-right: .5em;
    font-weight: 700;
}

.row-home-sharetable-filters label {
    margin-right: .5em;
}

.icon-arrow {
    width: 19px;
    height: 60px;
    background: url('../img/icons/sprites.png') -66px -43px;
}

.icon-map {
    width: 134px;
    height: 126px;
    background: url('../img/icons/sprites.png') -1px -107px;
}

/* ==========================================================================
   Cards
   ========================================================================== */

.card {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}

.card .phrase {
    font-size: 12px;
    font-size: .75rem;
}

/* date */
.card-date {
    position: relative;
    padding: 1em 1em .5em;
    display: inline-block;
    width: 180px;
}

.card-date .date {
    margin: 0;
    line-height: 1;
}

.card-date .phrase {
    font-weight: 700;
    margin: 0 0 .5em;
}

.card-date.odd {
    right: 30px;
    text-align: right;
}

.card-date.even {
    left: 30px;
    text-align: left;
}

.card-date:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #295000;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

.card-date.odd:before {
    right: -35px;
}

.card-date.even:before {
    left: -35px;
}

.card-date:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.card-date.odd:after {
    right: -7px;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}

.card-date.even:after {
    left: -7px;
    border-width: 7px 7px 7px 0;
    border-color: transparent #fff transparent transparent;
}

/* card post */
.card-post {
    margin-bottom: 20px;
}

.card-post .inner {
    padding: .7em;
}

.card-post .thumb {
    position: relative;
    display: block;
    margin-bottom: 1em;
    opacity: .9;
}

.card-post img {
    width: 100%;
    height: auto;
}

.card-post .text-holder {
    padding: 0 .5em;
}

.card-post .phrase,
.card-post .title {
    margin-top: 0;
}

.card-post .title {
    margin-bottom: .7em;
}

.card-mid {
    display: block;
    width: 290px;
    min-height: 340px;
}

.card-small {
    display: block;
    width: 190px;
    min-height: 200px;
}

.card-small .title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
}

.card .thumb {
    overflow: hidden;
}

.card-mid .thumb {
    height: 182px;
}

.card-small .thumb {
    height: 114px;
}

/* tags */
.tag-holder {
    margin: 0 0 1em;
}

.tag {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;

    background-color: #e0e0e0;
    border-radius: 1em;
    font-size: 0.75rem;
    color: #fff;
    margin-right: .5em;

    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.tag .tag-text {
    position: relative;
    left: 20px;
}

.tag.type-1 {
    background-image: url('../img/icons/star.png');
}

.tag.type-2 {
    background-image: url('../img/icons/tick.png');
}

.tag.type-3 {
    background-image: url('../img/icons/doc.png');
}

.card-post:hover .thumb {
    opacity: 1;
}

.card-post:hover .tag {
    width: auto;
    background-color: #8f8f8f;
    background-position: 5px 50%;
    padding: 0 1em 0 2em;
}

.card-post:hover .tag-text {
    left: 0;
}

/* ==========================================================================
   Homepage timeline of cards
   ========================================================================== */

.col-timeline {
    width: 50%;
}

.col-timeline-left .js-card-group {
    padding-right: 30px;
}

.col-timeline-right .js-card-group {
    padding-left: 30px;
}

.timeline-holder {
    position: relative;
    background: url('../img/bg/timeline-dots-2.png') 50% 0 repeat-y;
}

.timeline-arrow-up {
    margin: 0 auto;
    display: block;
    width: 10px;
    height: 7px;
    background: url('../img/icons/sprites.png') -91px -45px;
}

.card-date-holder {
    width: 50%;
    margin-bottom: 20px;
    position: relative;
}

/* ==========================================================================
   Member
   ========================================================================== */

.box-color {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* cta section */
.cta-member-holder {
    padding: 2em 0;
    margin: 4em auto;
}

.cta-member-holder-top {
    margin-top: 0;
}

.cta-top {
    margin-bottom: 50px;
}

.cta-top-logo {
    width: 30%;
    text-align: center;
}

.cta-top-heading {
    width: 60%;
}

.cta-top-heading h2 {
    margin-bottom: 10px;
}

.cta-member {
    width: 33.3%;
    text-align: center;
    background-image: url('../img/bg/timeline-dots-2.png');
    background-repeat: repeat-y;
    background-position: 100% 0;
}

.cta-member.last {
    background-image: none;
}

.cta-member .inner {
    padding: 0 2.5em 2.5em;
}

.cta-member .icon-holder {
    height: 80px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.icon-tomato {
    background-image: url('../img/icons/tomato.png');
}

.icon-spoon {
    background-image: url('../img/icons/spoon.png');
}

.icon-wheelbarrow {
    background-image: url('../img/icons/wheelbarrow.png');
}

.cta-member-text {
    min-height: 100px;
    margin-bottom: 1em;
}

/* table features */
.table-member {
    width: 100%;
}

.table-member th,
.table-member td {
    background-image: url('../img/icons/hr-2.png');
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.col-classroom {
    width: 170px;
    background-color: #fff;
}

th.col-free {
    width: 200px;
    vertical-align: bottom;
}

.table-member img {
    margin: 0 auto;
    display: block;
}

.col-classroom,
.col-free {
    padding: 1em 0;
    text-align: center;
}

.col-desc {
    padding-right: 1em;
}

.col-classroom .title,
.col-free .title {
    line-height: 1;
    margin: 0;
}

.col-free .title {
    margin-bottom: .5em;
    font-weight: bold;
}

.col-classroom .price {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
}

.col-classroom .price,
.col-free .price {
    margin: 0;
}

.table-member .btn-row td {
    background-image: none;
}

.table-member .col-btn {
    text-align: center;
    padding: 2em 0 1em;
}

/* row join */
.row-represent {
    padding: 1em 3em 1em;
    margin: 3em 0;
}

.col-represent-main {
    width: 65%;
    margin-right: 5%;
}

.col-represent-sub {
    width: 30%;
    padding-top: 1em;
}

.col-represent-left {
    width: 85%;
}

.col-represent-right {
    width: 15%;
    padding-top: 1em;
}

/* row about */
.row-about {
    background-image: url('../img/bg/pattern.png');
    padding: 0 0 2em;
}

.row-about h2.tac {
    margin: .8em 0 0 !important
}

.col-about-1,
.col-about-2 {
    width: 45%;
}

.col-about-1 {
    padding-right: 5%;
}

.col-about-2 {
    padding-left: 5%;
}

.row-about .text-holder {
    margin-bottom: 0;
}

@media (max-width:768px) {
    .row-about .text-holder .col-about-2 {
        margin-bottom: 2em;
    }
}

.radial-gradient {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.region-pre-footer .row-about h2 {
    margin-bottom: 0;
    margin-top: 2em
}

/* ==========================================================================
   Donate
   ========================================================================== */

.donation-box-holder {
    margin-top: 2em;
    margin-bottom: 2em;
}

.donation-box {
    padding: 2em 3em 3em;
}

.col-donate-main {
    width: 77%;
    margin-right: 3%;
}

.col-donate-sub {
    width: 20%;
}

.donation-box i {
    font-weight: normal;
}

.donation-box .title {
    margin: 0 0 .5em;
}

.donation-box .btn {
    margin-right: .5em;
    margin-bottom: .5em;
}

input[type="text"].donation-field {
    font-weight: bold;
    width: 240px;
    background-color: #f7f7f2;
}

.donation-field.mr {
    margin-right: 1em;
}

.reminder {
    color: #999;
    margin-bottom: 0;
}

/* faq */
.faq-holder {
    margin-bottom: 4em;
}

.faq dt {
    background-image: url('../img/icons/underline.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    padding: 1em 0;
    cursor: pointer;
}

.faq .toggle {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #e7e6db;
    background-image: url('../img/icons/faq-down.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0.7em;
}

.faq .question {
    float: left;
    width: 80%;
}

.faq dd {
    margin-left: 3em;
    overflow: hidden;
}

.faq dd p:first-child {
    margin-top: 0;
}

/* ==========================================================================
   News
   ========================================================================== */
.page-title-large {
    font-size: 58px;
    font-size: 3.625rem;
    text-align: center;
}

.news-holder-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-holder-main>div {
    padding: 0.5%;
    width: 32%;
}

.news-holder-main .card {
    width: 100%;
    height: 470px;
    overflow: hidden;
}

.news-holder-main .card .thumb {
    height: auto;
}

.news-holder-main .card:nth-child(3n+3) {
    margin-right: 0;
}

.news-holder-main .card .text-holder {
    padding: 0 1.5em;
}

.news-holder-main .phrase {
    margin: 2em 0;
}

/*newsletter*/
.newsletter-signup {
    margin-top: 2em;
    margin-bottom: 3em;
}

.newsletter-signup .title {
    margin: .3em 1em .3em 0;
    display: inline-block;
}

.newsletter-signup input[type=text] {
    width: 200px;
    font-weight: bold;
}

.newsletter-signup div.col {
    float: none;
    text-align: center;
    padding: 25px 0;
}

.newsletter-signup div.input-container {
    display: inline-block;
    vertical-align: top;
}

.newsletter-signup div.input-container label {
    display: block;
    text-align: left;
    padding-left: 10px;
}

.newsletter-signup div.input-container label.input-label {
    visibility: hidden;
}

.newsletter-signup .btn {
    margin-top: 21px;
}

.newsletter-signup div.col.newsletter-header {
    padding-bottom: 5px;
}

.newsletter-signup div.col.newsletter-form {
    padding-top: 5px;
}

/*newsletter signup block*/
#newsletter-signup-form select {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

#newsletter-signup-form input::-webkit-input-placeholder {
    color: #666;
}

#newsletter-signup-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

#newsletter-signup-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

#newsletter-signup-form input:-ms-input-placeholder {
    color: #666;
}

.news-holder .card {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.news-holder .card-post img {
    min-width: 100%;
}

.news-holder .card-post .title {
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-holder .card:nth-child(4n+4) {
    margin-right: 0;
}

.news-holder .title {
    margin-bottom: 0;
}

.news-single-image {
    text-align: center;
    margin-bottom: 45px;
}

.news-single-date {
    text-align: left;
    margin-bottom: 10px;
}

.news-single-content {
    padding-bottom: 25px;
}

.news-single-content img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Product listing
   ========================================================================== */
.product-listing {
    margin-top: 2em;
    margin-bottom: 2em;
}

.product-listing-page .card-product .js-form-item.form-item.js-form-type-number.form-item-quantity-0-value.js-form-item-quantity-0-value {
    display: none;
}

.card-product {
    position: relative;
    float: left;
    width: 18.5%;
    margin-right: 1.5%;
    height: 420px;
}

.card-product .thumb {
    height: auto;
}

.card-product .price {
    margin: 0.3em .3em 0 0;
    font-size: 22px;
}

.card-product .was-price {
    color: #ef3e42;
    margin: 0;
    line-height: 1;
}

.card-product .form-item-quantity,
.view-shop.view-display-id-page .fl.num-input {
    display: none;
}

.card-product .field-content {
    float: right;
}

.card-product .form-submit {
    padding: 0.6em 1em;
    font-size: 14px;
    float: right;
    margin-top: 0.25rem;
}

.product-name-holder {
    height: 70px;
}

.product-name-holder .product-name {
    font-size: 13px;
}

.card-product .is-preorder-sale,
.card-product .members-only {
    width: 55px;
    height: 55px;
    position: absolute;
}

.card-product .is-preorder-sale {
    bottom: 1em;
    right: .5em;
}

.card-product .members-only {
    bottom: .7em;
    right: .7em;
}

/* ==========================================================================
   Food education
   ========================================================================== */
.page-banner {
    position: relative;
    padding-bottom: 50px;
}

.food-education-banner {
    min-height: 690px;
    background-image: url('../img/bg/bg-food-education.png');
    background-repeat: no-repeat;
    background-position: 40% 100%;
}

.about-banner {
    min-height: 690px;
    background-image: url('../img/bg/bg-about-us-new.png');
    background-repeat: no-repeat;
    background-position: 40% 100%;
}

.what-we-offer-banner {
    min-height: 690px;
    background-image: url('../img/bg/bg-what-we-offer.png');
    background-repeat: no-repeat;
    background-position: 40% 100%;
}

.get-involved-banner {
    min-height: 690px;
    background-image: url('../img/bg/bg-get-involved.png');
    background-repeat: no-repeat;
    background-position: 10% 100%;
}

.col-food-education {
    width: calc(100% + 30px);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

.cta-food-education {
    display: inline-block;
    padding: 2em 70px 2em 30px;
    margin: 15px 30px 15px 0;
    background-image: url(../img/icons/cta-right.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    width: calc(50% - 130px);
    margin-right: 30px
}

@media (max-width:1024px) {
    .col-food-education {
        width: calc(100% + 20px);
        padding: 0
    }

    .cta-food-education {
        width: calc(50% - 20px);
        margin-right: 20px;
    }
}

@media (max-width:768px) {
    .col-food-education {
        width: 100%;
    }

    .cta-food-education {
        width: 100%;
        margin-right: 0;
    }
}

.cta-food-education .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(30% - 30px);
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.cta-food-education-0 .icon-holder {
    background-image: url('../img/icons/gardener_s.png');
}

.cta-food-education-1 .icon-holder {
    background-image: url('../img/icons/spoon-up.png');
}

.cta-food-education-2 .icon-holder {
    background-image: url('../img/icons/tomato.png');
}

.cta-food-education-3 .icon-holder {
    background-image: url('../img/icons/bowl.png');
}

.cta-about-us-3 .icon-holder {
    background-image: url('../img/icons/saltshaker.png');
}

.cta-about-us-4 .icon-holder {
    background-image: url('../img/icons/fork.png');
}

.cta-what-we-offer-1 .icon-holder {
    background-image: url('../img/icons/fork2.png');
}

.cta-what-we-offer-2 .icon-holder {
    background-image: url('../img/icons/pear.png');
}

.cta-what-we-offer-3 .icon-holder {
    background-image: url('../img/icons/bucket.png');
}

.cta-what-we-offer-new-1 .icon-holder {
    background-image: url('../img/icons/pear.png');
}

.cta-what-we-offer-new-2 .icon-holder {
    background-image: url('../img/icons/trio_1.png');
    background-size: 70px;
}

.cta-what-we-offer-new-3 .icon-holder {
    background-image: url('../img/icons/trio_2.png');
    background-size: 70px;
}

.cta-what-we-offer-new-4 .icon-holder {
    background-image: url('../img/icons/trio_3.png');
    background-size: 70px;
}

.cta-what-we-offer-new-5 .icon-holder {
    background-image: url('../img/icons/trio_4.png');
    background-size: 70px;
}

.cta-fork .icon-holder {
    background-image: url('../img/icons/Rfork-icon.png');
}

.cta-shaker .icon-holder {
    background-image: url('../img/icons/Rshaker-icon.png');
}

.cta-spoon .icon-holder {
    background-image: url('../img/icons/Rspoon-icon.png');
}

.cta-tomato .icon-holder {
    /*    background-image: url('../img/icons/Rtomato-icon.png');*/
    background-image: url('../img/icons/tomato.png');
}

.cta-food-education .inner {
    position: relative;
    min-height: 100px;
}

.cta-food-education .text-holder {
    margin-left: 30%;
}

.cta-food-education .title,
.cta-food-education .desc,
.cta-food-education .inner .text-holder p {
    margin: 0;
}

.title-row {
    margin-bottom: 0;
    text-align: center;
}

.food-education-quote-row {
    background-image: url('../img/bg/bg-quote.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding-top: 2em;
}

.food-education-quote-row .mid-container {
    position: relative;
}



.food-education-quote-row .col-quote-holder {
    width: 65%;
    margin: 130px 0;
}

.basket-lady-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}

/* ==========================================================================
   Popup pages
   ========================================================================== */

.kg-popup .fancybox-skin {
    background-color: #fff;
    border-radius: 0;
}

.kg-popup .fancybox-inner {
    margin-top: 2em;
    height: auto !important
}

.btn-close {
    cursor: pointer;
    background-color: #ebeae1;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 3px;
    text-align: center;
}

.kg-popup .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.title-popup {
    margin: .5em 0;
    line-height: 1;
    text-align: center;
}

.kg-popup .slider {
    border: 5px solid #dad6d6;
}

.slide {
    display: none;
}

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

.popup-inner-holder {
    max-width: 580px;
    margin: 0 auto;
}

.popup-inner-holder-large {
    max-width: 680px;
    margin: 0 auto;
}

.kg-popup .slick-slider button {
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    border: 0;
    width: 35px;
    height: 60px;
    margin-top: -30px;
    transition: background-color .3s ease-out;
}

.kg-popup .slick-slider button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.kg-popup .slick-slider .slick-prev {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    background-image: url('../img/icons/slider-prev.png');
    background-position: 40% 50%;
}

.kg-popup .slick-slider .slick-next {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    right: 0;
    background-image: url('../img/icons/slider-next.png');
    background-position: 60% 50%;
}

.label-food-post {
    font-weight: bold;
    color: #818566;
}

.ingredient-box .title,
.ingredient-box ul {
    margin: 0 0 .7em;
}

.kg-popup .resource-items section,
.kg-popup .resource-items article {
    margin-bottom: 10px;
}

/* popup form */
.kg-popup label {
    display: block;
    margin-bottom: .5em;
}

.kg-popup input[type=text],
.kg-popup input[type=number],
.kg-popup input[type=email] {
    background-color: #f7f7f2;
    width: 100%;
    max-width: 560px;
}

.kg-popup .styled-select {
    background-color: #f7f7f2;
    margin-bottom: .2em;
    width: 100%;
    background-position: 98% 50%;
}

.kg-popup-promotion .page-title {
    font-size: 40px;
    font-size: 2.5rem;
}

/* ==========================================================================
   Popup Messages
   ========================================================================== */
.kg-msg-popup .fancybox-skin {
    padding-bottom: 60px !important;
}

.kg-msg-popup div.error {
    background-image: none;
}

.kg-msg-popup div.error li {
    color: #8c2e0b;
}

.kg-msg-popup div.messages {
    padding-left: 10px;
}

.kg-msg-popup .btn-msg-close {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.infotip,
.infotip a {
    color: #999;
    font-size: 12px;
    font-size: .75rem;
}

.infotip {
    width: 90%;
    margin: .2em auto 0;
}

.form-row {
    margin-bottom: 2em;
}

.form-col-half {
    position: relative;
    width: 270px;
}

.form-col-half.or-holder:after {
    content: "or";
    position: absolute;
    right: -30px;
    top: 30px;
    color: #666;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.form-col-half.first {
    margin-right: 40px;
}

.form-col-half.mono {
    margin: 0 auto;
}

.form-col-half input[type=text],
.form-col-half input[type=number] {
    max-width: 250px;
}

/* product popup */
.col-prod-slider {
    width: 50%;
    margin-right: 8%;
}

.col-prod-detail .commerce-add-to-cart div {
    display: inline-block;
}

.prod-slide {
    position: relative;
    background-color: #eee;
}

.prod-slide img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.prod-slide .badge-member-only {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.promotion {
    color: #ef3e42;
    font-weight: bold;
}

.col-prod-detail .price {
    margin: 0;
}

.col-prod-detail .num-input {
    width: 130px;
    margin-right: 1em;
    margin-bottom: .5em;
}

.col-prod-detail input[type=number] {
    width: 110px;
}

.col-prod-detail .product-special-notice,
.col-prod-detail .product-special-notice p,
.product-special-notice p * {
    color: #ef3e42 !important;
    font-size: 1.1em !important;
}

.col-prod-detail .product-special-notice p:first-child {
    margin-top: 0;
}

.col-prod-detail ul {
    padding: 0;
}

.product-slider .slick-list {
    margin-bottom: 1em;
}

.thumb-holder {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.thumb-holder li {
    height: 50px;
    background-color: #eee;
    display: inline-block;
    margin: 0 .2em;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: opacity .2s ease-out;
}

.thumb-holder li:hover {
    opacity: .5;
}

.thumb-holder img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
    opacity: 0.5;
}

.thumb-holder .slick-active {
    background-color: transparent;
}

.thumb-holder .slick-active img {
    opacity: 1;
}

.txt-member-only {
    color: #000;
    font-weight: bold;
}

.product-listing .txt-member-only {
    font-size: 13px;
    margin: 0 0 2px 0;
}

/* ==========================================================================
   Cart
   ========================================================================== */
.shop-holder {
    background-color: #fff;
}

.shop-holder input[type="text"],
.shop-holder input[type="number"],
.shop-holder input[type="email"],
.shop-holder .styled-select {
    background-color: #f7f7f2;
}

.row-cart {
    position: relative;
    background-image: url('../img/icons/hr.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
}

.title-cart {
    margin: 1em 0 0;
}

.txt-secure {
    display: inline-block;
    color: #818566;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1em 2em 1em 0;
    background-image: url('../img/icons/lock.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    margin: 2.5em 0 0;
}

.feed-lock {
    float: right;
    background-image: url('../img/icons/lock.png');
    background-size: 60% 60%;
    background-repeat: no-repeat;
    height: 25px;
    width: 20px;
}

.cart-thumb {
    display: block;
    width: 78px;
    height: 106px;
    transition: opacity .2s ease-out;
}

.cart-thumb:hover {
    opacity: .8;
}

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

.col-cart-thumb {
    width: 9%;
    min-width: 90px;
    margin-right: 1%;
}

.col-cart-info {
    width: 85%;
}

.col-cart-values {
    width: 65%;
    margin-right: 5%;
}

.col-cart-subtotal {
    width: 25%;
}

.col-cart-donate-label {
    padding-left: 6em;
    background-image: url('../img/icons/donation.png');
    background-repeat: no-repeat;
    background-position: 1em 0;
    width: 55%;
    margin-right: 3%;
    min-height: 40px;
}

.col-cart-totals {
    width: 31%;
}

.cart-prod-title {
    display: block;
    font-family: 'adobe-caslon-pro', serif;
    font-size: 25px;
    font-size: 1.563rem;
    margin: .5em 0;
    transition: color .2s ease-out;
}

.cart-prod-title:hover {
    color: #878566;
}

.col-cart-offer-item .cart-prod-title {
    margin-bottom: 0;
}

.col-cart-offer-item .cart-sub-title {
    font-style: italic;
    font-weight: bold;
    font-family: 'adobe-caslon-pro', serif;
    margin-bottom: 0.5em;
    display: inline-block;
    color: #666;
}

.cart-input-number {
    width: 90px;
}

.cart-input-number.error {
    margin-right: .5em;
}

.cart-label-subtotal {
    font-weight: bold;
    color: #666;
    margin-left: .5em;
}

.cart-label-qty {
    width: 90px;
    display: inline-block;
}

.cart-label-info {
    color: #666;
}

.cart-label,
.cart-subtotal {
    font-weight: bold;
}

.cart-label {
    color: #818566;
    display: inline-block;
    margin-right: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em;
}

.cart-subtotal {
    color: #666;
}

.cart-remove {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ebeae1;
}

.col-cart-special-notices * {
    color: #ef3e42 !important;
    font-size: 1em !important;
}

.col-cart-donate-label label {
    margin: .5em 0 .5em;
    display: block;
}

.input-donation[type="number"] {
    display: none;
    width: 250px;
}

.btn-cart-submit {
    margin: 0 0 3em;
    padding-right: 3em;
    background-image: url('../img/icons/proceed.png');
    background-repeat: no-repeat;
    background-position: 90% 50%;
}

.btn-cart-submit:hover {
    background-image: url('../img/icons/proceed-hover.png');
    background-position: 93% 50%;
}

.col-cart-input-donation .input-donation {
    width: 190px;
    margin-right: 10px;
}

#cart-add-donation-link {
    background-color: #ef3e42;
    color: #fff;

    display: inline-block;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 700;
    padding: .6em 1.2em;
    transition: all .2s ease-out;
}

#cart-add-donation-link:hover {
    background-color: #eae9e1;
    color: #ef3e42;
    border-color: #ef3e42;

    transition: all .2s ease-out;
}

/* ==========================================================================
   Checkout
   ========================================================================== */

.title-checkout,
.txt-checkout-sub {
    display: inline-block;
}

.title-checkout {
    margin-right: 1em;
}

.col-checkout {
    width: 33%;
}

.col-checkout>div {
    min-height: 700px;
}

.col-checkout .inner-1,
.col-checkout .inner-2 {
    background: transparent url('../img/bg/timeline-dots-2.png') 100% 0 repeat-y;
}

.col-checkout .inner-1 {
    padding-right: 1.5em;
}

.col-checkout .inner-2 {
    padding: 0 1.5em;
}

.col-checkout .inner-3 {
    padding-left: 1.5em;
}

.row-checkout {
    margin-bottom: .5em;
}

.col-checkout-form-small {
    width: 47%;
}

.col-checkout-form-small.first {
    margin-right: 6%;
}

.col-checkout-form-full input[type=text],
.col-checkout-form-full input[type=number],
.col-checkout-form-full input[type=email] {
    width: 93%;
}

.col-checkout-form-small input[type=text],
.col-checkout-form-small input[type=number],
.col-checkout-form-small input[type=email] {
    width: 85%;
}

.row-checkout .styled-select {
    width: 100%;
}

.row-checkout input[type=text],
.row-checkout input[type=number],
.row-checkout input[type=email],
.row-checkout .styled-select {
    margin-bottom: .5em;
}

.checkout-shipping-tab,
.payment-tab {
    display: none;
}

.col-checkout-form-small label {
    min-height: 21px;
    display: inline-block;
}

/* review column */
.row-review {
    padding: 1em 0 1em;
    background: transparent url('../img/icons/hr.png') 0 100% repeat-x;
    margin-bottom: 1em;
}

.row-review table,
table.table-commerce-cart-summary {
    width: 100%;
}

.col-review-1 {
    width: 125px;
    padding-right: 20px;
    padding-bottom: 0.5rem;
    text-align: right;
}

.table-commerce-cart-summary tr:last-child td.col-review-1,
.table-commerce-cart-summary tr:last-child td.col-review-2 {
    padding-bottom: 0;
}

.col-review-1 p,
.col-review-1 h3.price {
    text-align: right;
    margin: 0;
}

.col-review-2 p,
.col-review-2 h3.price {
    text-align: left;
    margin: 0;
}

.col-review-2 h3.price {
    font-size: 1.4rem
}

.col-review-2 {
    width: calc(100% - 145px);
    padding-bottom: 0.5rem;
}

.coupon-redemption-form__coupons h3 {
    margin: 1rem 0;
}

.checkout-pane.checkout-pane-coupon-redemption .form-item-sidebar-coupon-redemption-form-code input {
    max-width: 256px;
}

.review-thumb {
    display: block;
    width: 125px;
    transition: opacity .2s ease-out;
}

.review-thumb:hover {
    opacity: .8;
}

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

.review-btn-holder {
    padding: 2em 0;
    text-align: center;
}

.captcha {
    margin: 10px 0;
}

.row-review .price,
.row-review p {
    margin: 0;
}

.row-review .price {
    margin-top: .3em;
    line-height: 1;

}

.row-review h3.price {
    font-size: 21px;
}

.row-review .table-commerce-order-total h2.price {
    font-size: 28px;
}

#edit-commerce-shipping-shipping-service-shipping--2,
#edit-commerce-shipping-shipping-service .form-type-radio input[checked="checked"] {
    display: none;
}

label.required {
    position: relative;
}

label.required:after {
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    display: block;
    border-radius: 50%;
    background-color: #ef3e42;
    position: absolute;
    top: 50%;
    right: -10px;
}


.checkout-holder label.error {
    position: relative;
    top: -0.5em;
    display: block;
    line-height: 1;
}

#commerce-checkout-coupon-ajax-wrapper .form-submit {
    margin-top: 21px;
}

.view-order-coupon-list .item-list ul {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Resource library
   ========================================================================== */
.resource-library.container {
    clear: both;
    overflow: hidden;
}

.resource-library aside {
    float: left;
    background-color: #666;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 1em;
    border-radius: 5px;
    overflow: hidden;
}

section.resource-library {
    float: left;
    width: 75%;
    margin-bottom: 1em;
}

.resource-library .paging {
    float: right;
    width: 75%;
    margin-bottom: 1em;
}

/* side */
.resource-library aside h2 {
    background-color: #5a5a5a;
    margin: 0;
    padding: 0.4em 0.5em 0;
}

aside ol {
    padding: 1.4em;
    margin: 0;
}

aside h2,
aside a,
aside label {
    color: #fff;
}

.resource-library aside input.text {
    width: 66%;
    margin-right: 5%;
    float: left;
}

.resource-library .btn-search {
    background-image: url('../img/icons/header-search-hover.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #ef3e42;
    display: inline-block;
    width: 0;
    height: 0;
    padding: 1.3em;
    border-radius: 3px;
}

.resource-library aside ul {
    overflow: hidden;
}

.resource-library aside li {
    display: block;
    padding: 0;
    margin-bottom: 1em;
    overflow: hidden;
}

.resource-library .field input[type=radio] {
    float: left;
    margin-right: 5%;
    width: 5%;
}

.resource-library .field li label {
    float: left;
    width: 85%;
}

.resource-library aside .clear-all {
    background-image: url('../img/icons/underline-2.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    padding-bottom: .5em;
    margin-top: 1em;
    display: inline-block;
}

aside .design-label {
    color: #cacaca;
    font-size: 25px;
    font-size: 1.563rem;
    font-family: 'adobe-caslon-pro', serif;
}

/* content area */
.resource-library-heading p {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 58px;
    font-size: 3.625rem;
    margin-bottom: 0.5em;
    margin-top: 0;
}

.resource-library .article h3 {
    font-size: 15px;
    font-size: .9375rem;
    font-family: sans-serif;
    line-height: 1.4;
    color: #666;
}

.resources-block .resources {
    list-style-type: none;
    padding: 0;
    background-color: #fff;
    margin: 1em 0 0;
}

.resource-library .title {
    margin-bottom: 1em;
    display: inline-block;
}

.resources-block li,
.resource-library .post {
    position: relative;
    padding: 3em;
    background-image: url('../img/icons/hr.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    overflow: hidden;
}

.resource-library .post {
    background-color: #fff;
}

.resource-library .post:last-child {
    background-image: none;
}

.resources-block li img {
    float: left;
    margin-right: 3em;
    width: 69px;
    height: auto;
}

.resources-block li .description {
    float: left;
    width: 590px;
}

.resources-block .name a,
.resource-title a {
    font-family: 'adobe-caslon-pro', serif;
    font-size: 25px;
    font-size: 1.563rem;
}

.resource-title {
    display: block;
    width: 80%;
}

.resources-block .browse,
.btn-visit,
.post .more {
    background-color: #ebeae1;
    border-radius: 3px;
    clear: both;
    display: block;
    font-weight: bold;
    margin-top: 1em;
    padding: 0.5em 0;
    text-align: center;
    width: 90px;
}

.resources-block .more.forum {
    background-color: #fff;
    text-align: center;
    padding: 3em;
    margin-bottom: 2em;
}

.more.forum .title {
    color: #575a45;
    font-family: 'adobe-caslon-pro', serif;
    font-size: 40px;
    font-size: 2.5rem;
}

.btn-visit,
.post .more {
    display: inline-block;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.btn-visit span {
    font-weight: bold;
}

.like-comment-totals {
    position: absolute;
    right: 3em;
    top: 3em;
}

.resource-library .post em {
    font-style: normal;
}

.resource-library .meta ul {
    padding: 0;
    list-style-type: none;
}

.resource-library .meta li {
    display: inline-block;
}

.resource-library .meta dt {
    font-family: sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: bold;
}

.resource-library .meta dd {
    margin-left: 0;
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #949494;
}

.resource-library .meta li:last-child dd {
    border-right: 0;
}

.resource-library .meta dt,
.resource-library .meta dd {
    display: inline-block;
    margin-right: 1em;
}

.saved-resources-marker {
    position: absolute;
    top: 3em;
    right: 3em;
    background-image: url('../img/icons/heart.png');
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.saved-resources-marker img {
    display: none;
}



/* ==========================================================================
   Kitchen Garden Schools
   ========================================================================== */
.tab-contents-map {
    height: 500px;
}

.tab-contents-map #map-canvas {
    width: 100%;
    height: 100%;
}

.gm-style {
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

div.login-container {
    padding: 20px;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.school-filters ol,
.school-states {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.school-states {
    list-style-image: none;
}

.school-filters li {
    display: inline-block;
    margin-right: 0.6em;
}

.school-states {
    margin-bottom: 1em;
}

.school-filters .school-filters-action {
    margin-top: 10px;
    float: right;
}

.school-states li {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em;
}

.school-filters label {
    margin-right: 1em;
}

.clear-search a {
    color: #ef3e42;
}

.search-results-container .infoBox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #28231c;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    color: white;
    font-family: georgia, sans-serif;
    height: 110px;
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 0 black;
    width: 200px !important;
}

.search-results-container .infoBox img {
    display: none
}

.search-results-container .infoBox h3 {
    color: #fdfff0;
    font-size: 14px;
    line-height: 15px;
    margin: 2px 0 8px;
    padding: 0
}

.search-results-container .infoBox p {
    color: #e39318;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 8px;
    padding: 0;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-results-container .infoBox a {
    color: #6e9a21;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin: 0;
    padding: 0
}

.search-results-container .infoBox .tail-holder {
    bottom: -11px;
    display: block;
    height: 12px;
    left: 50%;
    margin-left: -8px;
    overflow: hidden;
    position: absolute;
    width: 16px
}

.search-results-container .infoBox .tail {
    border: 10px solid transparent;
    border-width: 12px 8px;
    border-top-color: #28231c;
    display: block;
    font-size: 0;
    height: 0;
    width: 0;
    clear: both
}

.school-list-links a {
    float: left;
    width: 45%;
    margin-right: 4%;
    margin-bottom: 1em;
    background-image: none !important;
    pointer-events: none;
    cursor: default;
}

.gsc-resultsbox-visible .gsc-webResult .gsc-result {
    padding: 1em 0;
    background-image: url('../img/icons/hr.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.gsc-input {
    box-shadow: none !important;
}

/* contact form */
.form-item label {
    display: block;
}

.form-item label.inline {
    display: inline-block;
}

.form-item textarea {
    width: 100%;
    max-width: 500px;
}

.form-item .grippie {
    display: none;
}

ul {
    list-style-image: url('../img/li_tomato.png');
}

/**
    Training Custom Pages
**/

.trainingSection {
    width: 580px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: justify;
    clear: left;
}

.trainingSection h2,
.trainingSection h3 {
    text-align: center;
}

.leftTraining {
    padding-right: 74px;
    background: url(../img/bg/timeline-dots.png) top right repeat-y;
    float: left;
    width: 354px;
    text-align: justify;
}

.rightTraining {
    float: right;
    width: 354px;
    text-align: justify;
}

.leftTraining h2,
.rightTraining h2,
.leftTraining h3,
.rightTraining h3 {
    padding: 0 15px;
    text-align: center;
    line-height: 1.2em;
}

.notAMember {
    padding: 35px 80px;
    background: #FFFFFF;
    text-align: center;

}

.notAMember h3 {
    color: #ec4047;
    margin: 0px 0 10px 0;
}

.offerContent {
    width: 360px;
    padding: 35px 60px;
    background: #FFFFFF;
    margin: 10px auto;
}

/**
    WYSIWYG Custom Class
**/
.float-left-of-text {
    float: left;
    margin-right: 2%;
    max-width: 28%
}

.float-right-of-text {
    float: left;
    margin-left: 2%;
    max-width: 28%
}

.float-left-of-text img,
.float-right-of-text img {
    max-width: 100%;
}

.left-of-img {
    max-width: 70%;
    float: left;
}

.right-of-img {
    width: 70%;
    float: left;
}


/**
    Training Views
**/
.inner-container.training-view {
    float: left;
    max-width: 70%;
}

#sidebar-right {
    float: left;
    max-width: 20%;
    padding: 0 20px;
}

.registration-options .form-type-radio label {
    display: inline-block;
    width: 80%;
    padding-left: 10px;
    color: #666;
    font-weight: 700;
}

.list-child-events {
    padding: 30px 0;
}

.view-training-for-schools h3 {
    margin-bottom: 0;
}

.view-training-for-schools .view-content .container {
    margin-bottom: 20px;
}

.view-training-for-schools aside a {
    color: #666;
}

.view-training-for-schools aside a.btn {
    color: #fff;
}

.view-training-for-schools aside a.btn:hover {
    color: #ef3e42;
}

.view-training-for-schools .training-view-container {
    background-color: #eae9e1;
}

.event-registration {
    margin-bottom: 30px;
}

.event-registration .form-item label {
    display: inline-block;
    width: 20%;
}

@media (max-width: 767px) {

    .event-registration .form-item label,
    .event-registration .form-item input[type=text] {
        display: inline-block;
        width: 100%;
    }
}

.event-registration .form-item.js-form-type-checkbox {
    display: flex;
    align-items: center;
}

.event-registration .form-item.js-form-type-checkbox label.option,
.event-registration .form-item.form-type-checkbox label {
    width: 80%;
    padding-left: 10px;
}

.event-registration .node-webform h2 a,
.event-registration .node-webform .page-title {
    display: none;
}

#edit-line-item-fields-field-dietary-requirements,
#edit-line-item-fields-field-access-requirements {
    display: none;
}

/* Overwrite Drupal system CSS*/
.hero-nav li.leaf,
.sidekick-nav li.leaf {
    padding: 0;
    margin: 0 5px 0 0;
}

.footer-bot li.leaf {
    padding: 0;
    margin: 0 .5em;
}

.footer-bot a.active {
    color: #fdfcf0;
}

ul li.leaf {
    list-style-type: none;
    list-style-image: none;
}

label {
    display: inline;
}

.field-collection-container {
    border-bottom: none;
    margin-bottom: 0;
}

.field-collection-container .field-items .field-item {
    margin-bottom: 0;
}

.field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

/* header menu */
.btn.sharedtable-link {
    margin-left: 5px;
}

/* News page */
.view-news.view-display-id-page .pager a,
.pager--load-more a {
    font-size: .9375rem;
}

.view-news.view-display-id-page .pager-next a,
.pager--load-more a {
    background-image: none;
    text-indent: 0;
    width: inherit;
    display: inline-block;
    background-color: #ef3e42;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    padding: .6em 1.2em;
}

.view-news.view-display-id-page .pager-next a.btn:hover,
.pager--load-more a:hover {
    background-color: #fff;
    color: #ef3e42;
    border-color: #ef3e42;
}

/* Shop and news page */
#views-exposed-form-shop-page .views-exposed-widgets,
#views-exposed-form-news-page .views-exposed-widgets {
    margin-bottom: 0;
}

#views-exposed-form-shop-page .views-exposed-widget,
#views-exposed-form-news-page .views-exposed-widget {
    padding: 0;
}

#views-exposed-form-shop-page .form-item-category,
#views-exposed-form-shop-page input#edit-submit-shop,
#views-exposed-form-news-page .form-item-category,
#views-exposed-form-news-page input#edit-submit-news {
    display: none;
}

.news-holder {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-holder>div {
    padding: 0.5%;
    width: 24%;
}

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

.col-prod-detail .commerce-order-item-add-to-cart-form>div {
    display: inline-block;
}

.col-prod-detail p br {
    display: none;
}

/* Donation Form */
/*.btn:hover,*/
.btn.selected {
    background-color: #fff;
    color: #ef3e42;
    border-color: #ef3e42;
}

.node-type-donation .form-item-line-item-fields-field-donation-amount-und,
.node-type-donation form.commerce-add-to-cart input#edit-submit {
    display: none;
}

/* Cart page */
.commerce-line-item-views-form .cart-subtotal {
    font-size: 1em;
    text-align: left;
}

input.delete-line-item.form-submit {
    display: none;
}

.commerce-line-item-views-form .commerce-line-item-actions {
    text-align: left;
}

a#cart-add-donation-link {
    display: none;
}

div.view.view-donation-product {
    display: none;
}

/* Checkout Page */
table.table-commerce-cart-summary tbody,
table.table-commerce-order-total tbody {
    border-top: none;
}

span.button-operator {
    padding: 0 5px;
}

.view-commerce-cart-summary tr {
    vertical-align: middle;
}

/* Google Custom Search */
.region-content .gsc-control-cse,
.region-content .gsc-webResult.gsc-result,
.region-content .gsc-webResult.gsc-result:hover {
    border: none;
    background-color: inherit;
}

.region-content tbody {
    border-top: none;
}

.region-content .gsc-thumbnail-inside,
.region-content .gsc-url-top {
    padding: 0 0 5px 0;
}

.region-content .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background-color: #e6e5db;
    border-radius: 3px;
    color: #666;
    padding: .7em 1em;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem;
    margin: 0 .2em;
}

.region-content .gsc-results .gsc-cursor-box {
    margin: 10px 0;
}

.region-content .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page,
.region-content .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #fff;
    background-color: #818566;
}

.region-content input.gsc-search-button,
.region-content input.gsc-search-button:hover,
.region-content input.gsc-search-button:focus {
    border: 1px solid transparent;
    background-color: #d00d0f;
    border-radius: 3px;
    font-weight: 700;
    padding: .75em 1em;
    transition: all .2s ease-out;
}

input.gsc-input,
.gsst_a .gscb_a {
    height: 30px;
    line-height: 30px;
    background-color: transparent !important;
}

.gstl_50 .gsib_a,
.gsst_b .gsst_a {
    padding-top: 0;
}

.gsc-input .gsc-input-box {
    height: 30px;
    border-radius: 5px;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
    font-family: "adobe-caslon-pro", serif;
    color: #575a45 !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
    text-decoration: none !important;
}

/* Membership page */

.membership .cta-food-education .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    background-size: 75%;
    height: 100%;
    background-position: -20% 30%;
    background-repeat: no-repeat;
}

.membership .cta-food-education .inner {
    min-height: 80px;
}

.membership .cta-food-education .text-holder h3 {
    font-size: 1.2rem;
    padding: 20px 0px;
    width: 160px;
}

.membership .cta-food-education .text-holder {
    margin-left: 28%;
}

.row-tabs .membership .col-food-education .membership-tabs {
    width: 21%;
    padding: 1em 7% 0em 1em;
    float: left;
    margin: 0px 10px;
}

.cart-form .form-wrapper.form-actions {
    width: 100%;
    text-align: right;
}

.cart-form .form-wrapper.form-actions input.btn,
.cart-form .form-wrapper.form-actions input.button {
    height: 42px;
}

.cart-form .form-wrapper.form-actions .btn {
    font-size: 1em;
}

.cart-form .form-wrapper.form-actions input.button:first-child {
    float: left;
}

.event-registration .commerce-order-item-add-to-cart-form select.form-select,
.event-registration .webform-submission-form select.form-select,
.checkout-pane .form-wrapper select.form-select {
    background: #fff;
    background-image: url("../img/icons/icon-select.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    color: #666;
}

.checkout-pane .form-wrapper select.form-select {
    background-color: #f7f7f2;
    border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%) inset;
    outline: none;
}

.checkout-pane .form-wrapper .form-disabled select:disabled,
.shop-holder .checkout-pane .form-wrapper .form-disabled .styled-select {
    background-image: none;
    opacity: 0.9;
    cursor: inherit;
}

.event-registration form label.form-required::after,
.checkout-pane .form-wrapper label.form-required::after {
    content: "*";
    color: #ef3e42;
    margin-left: 3px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1199px) {
    .hamburger {
        display: block;
    }

    .hero-nav {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        box-sizing: border-box;
    }

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

    body {
        background-image: url('../img/bg/bg.jpg');
        background-repeat: repeat;
    }

    .homebanner-slider {
        margin-left: 0;
        float: right;
    }

    .homebanner-dots button::after {
        width: 10px;
        height: 10px;
    }

    .header-sponsor {
        right: 16em;
    }

    .logo {
        display: block;
    }

    .footer-top .logo-holder .logo {
        display: inline-block;
    }

    .medibank-logo {
        right: 20px;
    }

    /* header search */
    .header-search label {
        margin-top: 0;
    }

    /* timeline */
    .timeline-holder {
        background-position: 30px 0;
    }

    .timeline-arrow-up {
        margin-left: 28px;
    }

    .col-timeline {
        float: none;
        width: 100%;
    }

    .col-timeline .js-card-group {
        padding: 0 60px;
    }

    .card-date-holder {
        width: 100%;
    }

    .card-date {
        width: 220px;
    }

    .card-date.odd {
        right: auto;
        left: 60px;
        float: left;
        text-align: left;
    }

    .card-date.odd::before {
        right: auto;
        left: -32px;
    }

    .card-date.odd::after {
        border-color: transparent #fff transparent transparent;
        border-width: 7px 7px 7px 0;
        left: -7px;
        right: auto;
    }

    .card-date.even {
        left: 60px;
    }

    .card-date.even::before {
        left: -32px;
    }

    /* member */
    .cta-member-holder {
        margin-left: 1em;
        margin-right: 1em;
    }

    .cta-member-text h3 {
        font-size: 1.3rem;
        line-height: 1;
    }

    .cta-member .inner {
        padding: 0 1em 1em;
    }

    /* donate */
    .col-donate-main {
        margin-bottom: 2em;
    }

    /* news */
    .newsletter-signup .col {
        width: 100%;
    }

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

    /* popup form */
    .kg-popup input[type="text"],
    .kg-popup input[type="number"],
    .kg-popup input[type="email"] {
        max-width: none;
    }

    /* checkout */
    .col-checkout-form-small input[type="text"],
    .col-checkout-form-small input[type="number"],
    .col-checkout-form-small input[type="email"],
    .col-checkout-form-full input[type="text"],
    .col-checkout-form-full input[type="number"],
    .col-checkout-form-full input[type="email"] {
        width: 100%;
    }

    /* Resource library */
    .resources-block li .description {
        width: 500px;
    }

    /* search results */
    .gsc-search-button {
        width: auto !important;
        height: auto !important;
    }

}

@media only screen and (max-width: 768px) {

    .col,
    .col-r {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    footer .btn {
        margin-top: 1em;
    }

    .header-sponsor img {
        display: none;
    }

    footer .sponsors img {
        display: inline-block;
    }

    .row-home-sharetable-filters input {
        margin-bottom: 1em;
    }

    .home-banner .inner-container,
    .home-banner .intro-phrase {
        text-align: center;
    }

    .scroll-down {
        display: none;
    }

    .col-represent-sub {
        padding-top: 0;
    }

    /* header search */
    .header-search .col {
        width: 50%;
        margin-bottom: 1em;
        margin-left: auto;
        margin-right: auto;
    }

    .header-search .col-input input {
        width: 100%;
    }

    .header-search .col.last {
        width: 50%;
        margin-right: auto;
        text-align: right;
    }

    .row-home-sharetable-text .col-left {
        width: 49%;
        padding-right: 5%;
        margin: 0
    }

    .row-home-sharetable-text .col-left img {
        top: 170px;
    }

    .row-home-sharetable-text .col-right {
        width: 49%;
        padding-left: 25%;
        margin-right: 0;
    }

    /* .logo-holder .medibank-logo,
    .logo-holder .acnc-logo {
        display: none;
    } */
    /* .medibank-logo,
    .acnc-logo {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
    } */

    /* news */
    .news-holder .title {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .newsletter-signup {
        text-align: left;
    }

    .newsletter-signup input[type="text"] {
        width: 100%;
        margin-bottom: .5em;
    }

    .newsletter-signup .btn {
        width: 100%;
    }

    .newsletter-signup div.input-container {
        display: block;
    }

    .newsletter-signup div.input-container label,
    .newsletter-signup div.input-container .styled-select {
        width: 100%;
    }

    .newsletter-signup div.col {
        padding-top: 0;
    }

    .news-single-image img {
        max-width: 100%;
        height: 100%;
    }

    /* product listing */
    .tab-holder-container {
        float: left;
        width: 20%;
        padding-right: 0;
    }

    .product-listing {
        float: left;
        width: 80%;
        margin-top: 0;
    }

    .card-product {
        margin-right: 1%;
        width: 32%;
    }

    .product-name-holder {
        height: 100px;
    }

    .card-product .is-preorder-sale {
        bottom: auto;
        top: 1em;
    }

    .donation-box .btn-wide {
        margin-top: 1em;
    }

    .tab {
        display: block;
        border-right: 0;
        border-bottom: 1px solid #d7d7d5;
    }

    .tab:last-child {
        border-bottom: 0;
    }

    /* food education */
    .food-education-quote-row .col-quote-holder {
        margin: 70px 0;
    }

    /* popup */
    .kg-popup .btn-small {
        margin-bottom: .5em;
    }

    /* popup form */
    .form-col-half {
        margin-bottom: .5em;
    }

    .form-col-half.mono {
        width: 100%;
    }

    .form-col-half.or-holder::after {
        content: '';
    }

    /* cart */
    .txt-secure {
        margin-top: 0;
    }

    /* checkout */
    .col-checkout .inner-1,
    .col-checkout .inner-2,
    .col-checkout .inner-3 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1em;
    }

    .col-checkout .inner-1,
    .col-checkout .inner-2 {
        background: transparent url('../img/icons/hr.png') 0 100% repeat-x;
    }

    /* Resource library */
    .resource-library aside {
        width: 28%;
    }

    section.resource-library {
        width: 67%;
    }

    .resources-block li img {
        margin-bottom: 1em;
    }

    .resources-block li .description {
        width: 100%;
    }


}



@media only screen and (max-width: 640px) {

    /* font */
    h1,
    .page-title-large {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .sidekick-nav {
        display: none;
    }

    .mobile-nav.off {
        width: 0
    }

    .mobile-nav {
        width: 100%;
    }

    .footer-bot li {
        display: block;
    }

    .page-title {
        font-size: 2rem;
    }

    .homebanner-slider {
        float: none;
        margin: 0 auto;
    }

    .home-banner {
        background-position: -50px 100%;
        background-size: 200% auto;
    }

    .home-slide .thumb {
        height: 180px !important;
        position: relative;
    }

    .home-slide .thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .row-home-sharetable-filters label,
    .row-home-sharetable-filters input[type="text"],
    .row-home-sharetable-filters .styled-select {
        width: 100%;
        margin: 0 0 1em;
        display: block;
    }

    .timeline-holder {
        background-position: 0.5em 0;
    }

    .timeline-arrow-up {
        margin-left: 0.4em;
    }

    .col-timeline .js-card-group {
        padding: 0 1.5em;
    }

    .card-date.odd::before,
    .card-date.even::before {
        left: -3.4em;
    }

    /* header search */
    .header-search .col,
    .header-search .col.last {
        width: 100%;
    }

    .row-home-sharetable-text .col-left,
    .row-home-sharetable-text .col-right {
        display: block;
        width: 100%;
        margin: 0;
    }

    .row-home-sharetable-text .col-left {
        text-align: center;
    }

    .row-home-sharetable-text .col-left img {
        display: none;
    }

    .row-home-sharetable-text .col-right {
        border: none;
        padding-left: 50%;
    }

    /* member */
    .col-classroom .title,
    .col-free .title {
        font-size: 1rem;
    }

    .col-classroom,
    th.col-free {
        width: auto;
        padding: 0.5em;
    }

    .member-mobile-holder {
        text-align: center;
        margin-bottom: 1em;
    }

    .cta-member {
        width: 100%;
        background-image: url('../img/icons/hr.png');
        background-position: 0 100%;
        background-repeat: no-repeat;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

    .cta-member-text {
        display: none;
    }

    .cta-member-holder {
        padding: 0;
    }

    .row-represent {
        padding: 1em 1em 2.5em;
    }

    .cta-top-logo {
        width: 100%;
        float: none;
    }

    .cta-top-heading {
        width: 100%;
        float: none;
        text-align: center;
    }

    /* donate */
    .donation-box {
        padding-left: 1em;
        padding-right: 1em;
    }

    .faq dt {
        font-size: 1.4rem;
    }

    /* news */
    .news-holder-main .card,
    .news-holder .card {
        width: 100%;
        margin-right: 0;
        height: auto;
    }

    /* product listing */
    .tab-holder-container,
    .product-listing {
        float: none;
        width: 100%;
        margin-bottom: 1em;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-listing>div {
        width: 50%;
        padding: 0.5%;
    }

    .product-name-holder {
        height: auto;
    }

    .card-product {
        width: 100%;
        height: auto;
    }

    .card-product .thumb {
        height: 182px;
        min-height: 182px;
    }

    .product-name-holder .product-name {
        font-size: 13px;
        height: 63px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    /* food education */
    .col-food-education {
        width: 100%;
        float: none;
        margin-bottom: .5em
    }

    .food-education-banner {
        min-height: 0;
        background-size: auto 300px;
        background-position: 40% 110%;
        padding-bottom: 200px;
    }

    .cta-food-education {
        padding: 1em;
        background-image: none;
    }

    .cta-food-education .icon-holder {
        background-size: contain;
        position: static;
        width: 100%;
        height: 50px;
        margin-bottom: 1em;
    }

    .cta-food-education .text-holder {
        margin-left: 0;
    }

    .food-education-quote-row .col-quote-holder {
        margin: 1em 0;
        float: none;
        width: 100%;
    }

    blockquote {
        padding: 1em 1em 1em 2em;
    }

    .basket-lady-box {
        position: static;
        float: right;
        width: 50%;
    }

    /* product detail popup */
    .col-prod-slider,
    .col-prod-detail {
        float: none;
        width: 100%;
    }

    /* cart */
    .col-cart-info {
        width: 100%;
    }

    .col-cart-values,
    .col-cart-subtotal {
        float: none;
        width: 100%;
        margin: 0 0 .7em;
    }

    .col-cart-values {
        position: relative;
    }

    .col-cart-values label.error {
        position: absolute;
        top: 40px;
        left: 0;
    }

    .col-cart-donate-label,
    .col-cart-input-donation,
    .col-cart-totals {
        float: none;
        width: 100%;
        margin: 0 0 1em;
    }

    .input-donation[type=number] {
        width: 100%;
    }

    /* Resource library */
    .resource-library aside,
    section.resource-library,
    .resource-library .paging {
        float: none;
        width: 100%;
    }

    .resources-block li,
    .resource-library .post {
        padding: 1em;
    }

    .like-comment-totals,
    .saved-resources-marker {
        top: 1em;
        right: 1em;
    }

    .resource-title {
        width: 70%;
    }

    /* school search */
    .school-filters li,
    .school-filters label {
        display: block;
        margin-right: 0;
    }

    .school-filters li {
        margin-bottom: 1em;
    }

    .school-filters .styled-select,
    .school-filters input {
        width: 100%;
    }

    /*form*/
    .form-item input[type=text],
    .form-item input[type=email],
    .form-item input[type=password] {
        width: 100%;
    }

    /* fancy box */
    .fancybox-outer .inner-container img {
        max-width: 100%;
    }

    .news-holder>div {
        width: 100%;
        padding: 0;
    }

    .news-holder-main>div {
        width: 100%;
        padding: 0;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ttt-section-header {
    font: bold 32px/32px 'Melbourne';
    text-align: center;
    color: #575a45;
}

@media all and (max-width: 1024px) {
    .ttt-section-header {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.turning-the-tables-title {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 278px;
    max-height: 278px;
    width: 100%;
    height: 100%;
    height: 278px;
    overflow: hidden;
    text-indent: -999px;
    margin: 56px auto 58px;
}

@media all and (max-width: 1024px) {
    .turning-the-tables-title {
        max-width: 180px;
        max-height: 180px;
        margin-bottom: 40px;
    }
}

.donation-wrapper {
    width: 80%;
    margin: 0 auto 67px;
}

@media all and (max-width: 1024px) {
    .donation-wrapper {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 480px) {
    .donation-wrapper {
        width: 90%;
    }
}

.donation-wrapper p.donation-text {
    font: 300 22px/32px "Melbourne";
    margin: 0 0 27px;
    text-align: center;
}

.donation-wrapper .donate-button {
    display: block;
    margin: 0 auto;
    border: none;
    background: #dc3b41;
    border-radius: 2px;
    height: 37px;
    width: 107px;
    text-align: center;
    color: #fff;
}

.social-links-wrapper {
    width: 42%;
    padding: 40px 104px;
    margin: 0 auto 65px;
    background: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

@media all and (max-width: 1024px) {
    .social-links-wrapper {
        width: 80%;
        margin-bottom: 50px;
        padding: 40px 50px;
    }
}

@media all and (max-width: 480px) {
    .social-links-wrapper {
        width: 100%;
        margin-bottom: 50px;
        padding: 30px 20px;
    }
}

.social-links-wrapper p {
    margin: 0;
}

.social-links-wrapper .social-links-text {
    font: normal 15px / 21px "Lato";
}

.social-links-wrapper .social-circle-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    margin: 24px 8px 0;
}

.social-links-wrapper .social-circle-link.fb-link {
    background: transparent url("../img/icons/facebook-circle.png") no-repeat;
}

.social-links-wrapper .social-circle-link.twitter-link {
    background: transparent url("../img/icons/twitter-circle.png") no-repeat;
}

.social-links-wrapper .social-circle-link.insta-link {
    background: transparent url("../img/icons/instagram-circle.png") no-repeat;
}

@media all and (max-width: 1024px) {
    .video-section.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.video-section .video-wrapper {
    width: 60%;
    border: solid 7px #ddd;
}

.video-section .video-wrapper img[typeof="foaf:Image"] {
    width: 100%;
    height: auto;
}

@media all and (max-width: 1024px) {
    .video-section .video-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}

@media all and (max-width: 480px) {
    .video-section .video-wrapper {
        width: 100%;
        margin: 0 auto;
    }
}

.video-section .quote-wrapper {
    width: 40%;
    padding: 50px 40px;
}

@media all and (max-width: 1024px) {
    .video-section .quote-wrapper {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        padding: 50px 30px;
    }
}

@media all and (max-width: 480px) {
    .video-section .quote-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 50px 20px;
    }
}

.video-section .quote-wrapper .quote-text {
    font: normal 22px / 30px "Garden Alternate";
    color: #dc3b41;
}

.video-section .quote-wrapper p.quote-text {
    margin: 0;
}

.video-section .quote-wrapper .quote-by {
    font: normal 18px / 26px "Melbourne";
    color: #6c6c6c;
}

.campaign-heroes.row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 1024px) {
    .campaign-heroes.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.campaign-heroes .campaign-hero-wrapper {
    position: relative;
    width: calc(50% - 22px);
    margin-bottom: 22px;
    margin-right: 22px;
    background: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 1024px) {
    .campaign-heroes .campaign-hero-wrapper {
        width: 80%;
        margin: 0 auto 22px;
    }
}

@media all and (max-width: 480px) {
    .campaign-heroes .campaign-hero-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.campaign-heroes .campaign-hero-wrapper .hero-details-wrapper {
    padding: 20px;
}

.campaign-heroes .campaign-hero-wrapper .hero-details-wrapper .hero-name {
    margin: 0;
    font: bold 18px / 26px "Melbourne";
}

.campaign-heroes .campaign-hero-wrapper .hero-details-wrapper .hero-occupation {
    margin: 0;
    font: normal 12px / 26px "Melbourne";
}

.campaign-heroes .campaign-hero-wrapper .hero-details-wrapper .hero-quote {
    margin: 0;
    font: normal 500 15px / 26px "Lato";
}

@media all and (min-width: 481px) {
    .campaign-heroes .campaign-hero-wrapper {
        height: 202px;
        overflow: hidden;
    }

    .campaign-heroes .campaign-hero-wrapper .quote-read-more {
        display: block;
        position: absolute;
        width: calc(100% - 162px);
        height: 20px;
        bottom: 0;
        right: 0;
        line-height: 12px;
        text-align: center;
        font-weight: bold;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.65) 21%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.65) 21%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ffffff', endColorstr='#ffffff', GradientType=0);
        cursor: pointer;
    }
}

.partner-restaurants.row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 1024px) {
    .partner-restaurants.row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.partner-restaurants .partner-restaurant-wrapper {
    min-width: 210px;
    max-width: 300px;
    min-height: 156px;
    padding: 22px;
    margin-right: 22px;
    margin-bottom: 22px;
    background: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.partner-restaurants .partner-restaurant-wrapper .restaurant-logo {
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partner-restaurants .partner-restaurant-wrapper .restaurant-website {
    text-align: center;
    font: 500 11px/12px "Lato";
}

.partner-restaurants .partner-restaurant-wrapper .restaurant-website a {
    color: #6c6c6c;
}

.partner-restaurants .partner-restaurant-state {
    width: 100%;
    font: bold 32px/32px 'Melbourne';
    text-align: center;
    text-transform: uppercase;
    color: #9c9c9c;
}


.block-create-account-salesforce * {
    box-sizing: border-box;
}

.block-create-account-salesforce .flx-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block-create-account-salesforce .flx-row>div {
    max-width: 50%;
}

@media only screen and (max-width: 768px) {
    .block-create-account-salesforce .flx-row {
        display: block;
    }

    .block-create-account-salesforce .flx-row>div {
        max-width: 100%;
        width: 100%;
    }
}

.block-create-account-salesforce .promo-text {
    width: 50%;
    text-align: center;
    padding: 30px;
}

.block-create-account-salesforce .promo-text h1 {
    font-size: 65px;
    line-height: 69px;
    color: #5c7630;
    font-family: "gardenerregular", serif;
}

.block-create-account-salesforce .form-content {
    margin-top: 30px;
    width: 50%;
    background-color: #fff;
    padding: 30px;
}

.block-create-account-salesforce .form-content .form-item-first-name,
.block-create-account-salesforce .form-content .form-item-last-name {
    max-width: 50%;
    float: left;
}

.block-create-account-salesforce .form-content .form-item-first-name {
    padding-right: 10px;
}

.block-create-account-salesforce .form-content .form-item-email {
    clear: both;
}

.block-create-account-salesforce .form-content label {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}

.block-create-account-salesforce .form-content input {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 50px;
}

.block-create-account-salesforce .form-content input#edit-cancel {
    float: left;
    width: 98px;
    color: #ef3e42;
    background: #fff;
    border: 1px solid #ef3e42;
    height: 48px;
}

.block-create-account-salesforce .form-content .fl {
    float: right;
}

.node--create-account .flx-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.node--create-account .benefits .field-collection-item-field-basic-page-fields {
    margin-bottom: 30px;
}

.node--create-account .benefits .field-collection-item-field-basic-page-fields>div.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.node--create-account .benefits .field-item.even div.content div.inner-container:nth-child(1) {
    order: 2;
}

.node--create-account .benefits .field-item.even div.content div.inner-container {
    max-width: 500px;
}

.content .inner-container,
.content .inner-container p {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #666;
}

.content .inner-container hr {
    height: 7px;
}

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

.node--create-account .benefits div.content div.inner-container:nth-child(1) {
    align-self: center;
}

.node--create-account .benefits div.content div.inner-container:nth-child(2) {
    align-self: center;
    text-align: center;
}

.node--create-account .benefits div.content div.inner-container:nth-child(2) h3 {
    font-family: "gardenerregular", serif;
    color: #5c7630;
    font-size: 34px;
    line-height: 46px;
    margin: 10px 0;
}

.node--create-account .membership-info {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    color: #6c6c6c;
}

.node--create-account .membership-info h2 {
    font-family: "gardenerregular", serif;
    color: #5c7630;
    font-size: 46px;
    line-height: 54px;
    font-weight: normal;
}

.node--create-account .membership-info ul {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .node--create-account .membership-info ul {
        width: 100%;
    }
}

.node--create-account .membership-info ul li {
    list-style: none;
    font-size: 16px;
    line-height: 25px;
}

.node--create-account .membership-info table {
    width: 100%;
    text-align: left;
    vertical-align: middle;
}

.node--create-account .membership-info table tr {
    background: url("../img/bg/dotted-seperator.png") no-repeat 0% 99%;
}

.node--create-account .membership-info table tr:first-child td {
    padding: 15px 15px 18px;
}

.node--create-account .membership-info table tr:first-child td em strong {
    font-weight: 700;
    color: #bc2127;
    font-style: normal;
}

.node--create-account .membership-info table td {
    padding: 10px 15px 12px;
}

.node--create-account .membership-info table td:nth-child(even) {
    background-color: rgba(181, 185, 167, 0.2);
}




@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.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:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

img.media-element {
    height: auto;
}

.quick-links {
    width: 250px;
    background: url(../img/bg/quicklinks.png) 100% 0 no-repeat;
    padding: 10px 30px 20px 10px;
    margin-right: 25px;
    position: fixed;
    background-size: cover;
    right: 0;
    top: 250px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.quick-links p {
    padding-left: 25px;
}

.quick-links .field-items {
    padding: 10px 0px;
}

.breakout-text li {
    list-style: circle;
    padding-bottom: 10px;
    font-size: 1rem;
    color: #000;
}

.breakout-links li {
    list-style: circle;
}

.breakout-links a {
    text-decoration: underline;
}

.breakout-links a:hover {
    font-weight: bold;
    color: #d71a21;
}

.quick-links .field-collection-view ul {
    margin: 0px;
}

.row-tabs .col-food-education {
    width: 100%;
}

.row-tabs .col-food-education .membership-tabs {
    width: 22.7%;
    padding: 2.5em 7% 0em 1em;
    float: left;
    margin: 2em 10px;
}

@media only screen and (max-width: 768px) {
    .quick-links {
        width: 100%;
        padding: 15px 150px 15px 150px;
        position: static;
    }
}

/*-- new --*/
.menu-mlid-4301 {
    display: none;
}

/*.menu-mlid-4287{display: none;}*/
.homebanner-slider .slick-prev,
.homebanner-slider .slick-next {
    top: 45%;
    background: #ef3e42;
    border-radius: 100px;
    position: absolute;
    left: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.homebanner-slider .slick-prev:hover,
.homebanner-slider .slick-next:hover {
    background: #fff;
    color: #ef3e42
}

.homebanner-slider .slick-next {
    left: auto;
    right: 25px
}

.homebanner-slider .slick-prev:before,
.homebanner-slider .slick-next:before {
    position: absolute;
    font-size: 30px;
    display: block;
}

.homebanner-slider .slick-prev:before {
    content: "<"
}

.homebanner-slider .slick-next:before {
    content: ">"
}

.kit-community {
    background: url(../img/bg/pattern_new.png) no-repeat center top;
    padding: 2.5rem 0;
    text-align: center;
}

.kit-community.cm-page {
    margin-top: 1rem
}

.kit-community .btn-1 {
    border: 1px solid transparent;
    background-color: #eae9e1;
    color: #666
}

.kit-community .btn-1:hover {
    background-color: #fff;
    color: #ef3e42;
    border-color: #ef3e42;
}

h2.sub-title {
    font-size: 2.5rem;
    color: #575a45;
    /*text-transform: capitalize;*/
    margin-bottom: 1rem;
    text-align: center;
}

.kit-community h2.sub-title {
    margin-top: 0
}

.kit-community p {
    margin-bottom: 0
}

.new-sharetable {
    padding: 3rem 0 0
}

.new-sharetable h2.sub-title {
    margin-top: 0
}

.new-sharetable .sh-description {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px;
    color: #575a45;
    padding: 0 20px;
    font-family: "lato", serif;
}

.new-sharetable .sh-description a {
    font-weight: 700;
    padding-bottom: 2px;
    display: inline-block;
    background-image: url(../img/icons/underline.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
    transition: color .2s ease-out;
}

.new-home .timeline-holder {
    background: none
}

.new-home .timeline-holder .col-timeline {
    width: 100%;
}

.new-home .timeline-holder .col-timeline .card-mid {
    width: 280px
}

.new-home .timeline-holder .col-timeline .card-sizer,
.new-home .timeline-holder .col-timeline .card-post {
    width: calc(25% - 20px)
}

.new-home .timeline-holder .col-timeline .card-post h3 {
    font-size: 1.4rem;
    height: 64px;
    display: block;
    overflow: hidden;
}

.col-timeline .js-card-group {
    margin-left: 15px;
}

@media (max-width:1024px) {
    .col-timeline .js-card-group {
        padding: 0 20px;
        margin-left: 0
    }

    .new-home .timeline-holder .col-timeline .card-sizer,
    .new-home .timeline-holder .col-timeline .card-post {
        width: calc(50% - 30px)
    }
}

.hamburger span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger.active span {
    position: absolute;
    top: 13px;
}

.hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*--membership --*/
.mb-banner {
    text-align: center;
    max-width: 1920px;
    margin: 0 auto 3rem;
    height: 650px;
    overflow: hidden;
    position: relative;
}

.mb-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

.footer-top .inner-container {
    max-width: 780px
}

@media (min-width: 1200px) and (max-width: 1649px) {
    .mb-banner {
        height: 550px;
    }
}

@media only screen and (max-width:1199px) {
    .header-search-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background-color: #dc3b41;
        padding: 1em 0;
    }

    .home-slide .thumb,
    .mb-banner {
        height: 500px;
        position: relative;
    }

    .home-slide .thumb img,
    .mb-banner img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0
    }
}

@media only screen and (max-width:1024px) {

    .home-slide .thumb,
    .mb-banner {
        height: 380px
    }

    .home-slide .slide-btn {
        left: 120px;
        bottom: 80px;
        max-width: calc(100% - 250px)
    }

    .home-slide .slide-btn .title {
        margin-bottom: 1rem;
        line-height: 1;
        max-width: 100%
    }

    h2.sub-title {
        font-size: 1.8rem;
    }

    .header-search-icon {
        height: 36px !important
    }
}

@media only screen and (max-width: 768px) {
    .logo-holder .logo.coles-logo {
        display: none !important;
    }

    .footer-top .logo-holder .logo.coles-logo {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 640px) {
    .home-slide .slide-btn {
        position: inherit;
        right: auto;
        margin: 20px 20px 30px;
        bottom: auto;
        left: auto;
        text-align: center;
        max-width: 100%
    }

    .home-slide .slide-btn .title {
        color: #575a45;
        font-size: 2.5rem;
        margin-bottom: 1rem;
        line-height: 1;
    }

    .homebanner-slider .slick-prev,
    .homebanner-slider .slick-next {
        width: 38px;
        height: 38px;
        top: 84px;
        left: 20px
    }

    .homebanner-slider .slick-next {
        left: auto;
        right: 20px
    }

    .homebanner-dots {
        display: none !important
    }

    .homebanner-dots button:after {
        border: solid 2px #575a45;
    }

    .homebanner-dots .slick-active button:after {
        background: #575a45;
    }

    .menu-mlid-4301 {
        display: block;
    }

    /*.menu-mlid-4287{display: block;}*/
    .btn-subcribe {
        display: none;
    }

    .new-home .timeline-holder .col-timeline .card-sizer,
    .new-home .timeline-holder .col-timeline .card-post {
        width: calc(100% - 40px);
    }

    .new-home .timeline-holder .col-timeline .card-post h3 {
        height: auto
    }

    .home-slide .thumb {
        height: 220px !important;
        position: relative;
    }

    .home-slide .thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .homebanner-dots button {
        margin: 0 8px
    }

    .mb-banner {
        height: 220px;
        margin-bottom: .5em
    }

    .mobile-nav-holder a {
        padding: 1rem 20px
    }

    h2.sub-title {
        font-size: 1.4rem !important;
    }

    .footer-top .logo-holder .acnc-logo {
        display: inline-block !important;
    }

    .footer-top .logo-holder .logo.coles-logo {
        display: inline-block !important;
    }

    .kit-community h2.sub-title {
        margin-bottom: 0
    }

    .kit-community p {
        margin-bottom: 0
    }

    .col-food-education {
        margin-bottom: .5em
    }

    .page-banner {
        padding-bottom: 0
    }

    .cart-form .form-wrapper.form-actions .btn,
    .cart-form .form-wrapper.form-actions .button {
        display: block;
        float: none !important;
        width: fit-content;
        margin-bottom: 1rem !important;
    }
}

/* ==========================================================================
   Annual Reports
   ========================================================================== */
.list-report {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3em
}

.list-report .card {
    float: left;
    margin-right: 25px;
    width: calc(25% - 19px);
    height: auto;
    min-height: 595px;
    overflow: hidden;
    box-shadow: none;
    background: none
}

.list-report .card .inner {
    padding: 0;
    background: none
}

.list-report .card .thumb {
    height: auto;
    text-align: center;
}

.list-report .card:nth-child(4n+4) {
    margin-right: 0;
}

.list-report .card .text-holder {
    padding: 0 1.5em;
}

.list-report .card .report-sum {
    padding: .1em .7em 2em;
    text-align: center;
}

.list-report .card .report-sum h2 {
    font-size: 1.1rem
}

@media only screen and (max-width:1024px) {
    .list-report .card .thumb img {
        max-width: 275px
    }

    .list-report .card {
        width: calc(50% - 13px);
        height: auto
    }

    .list-report .card:nth-child(2n+2) {
        margin: 0
    }
}

@media only screen and (max-width: 640px) {
    .list-report .card {
        width: 100%;
        height: auto;
        margin-right: 0;
        min-height: 0 !important;
    }

    .reports-page .card .thumb {
        text-align: center;
    }
}

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

/*-- Partners --*/
.list-items {
    margin: 2em 0 3em;
    width: 100%
}

.list-items .list-row {
    padding: 2.5em 0 2em;
    background: #fff
}

.list-items .list-row .container {
    max-width: 840px
}

.list-items .list-row:nth-child(odd) {
    background: #f9f9f9
}

.list-items .list-row .pn-logo {
    display: block;
}

.list-items .list-row .pn-logo span {
    width: 150px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px
}

.list-items .list-row .pn-logo img {
    max-width: 150px;
    max-height: 60px;
    display: inline-block;
}

.list-items .list-row .pn-logo .pn-name {
    display: inline-block;
    width: 100%;
    margin-top: 1rem
}

.list-items .list-row .pn-logo .pn-name h2 {
    font-size: 1.1rem;
    margin: 0
}

.list-items .list-row .pn-logo .pn-name p {
    margin: 0
}

@media only screen and (max-width: 420px) {
    .list-items .list-row .pn-logo {
        display: block;
        text-align: center;
    }

    .list-items .list-row .pn-logo span {
        width: 100%;
        text-align: center;
        margin-bottom: .7em;
    }
}

.kit-community.pn-page .sub-title {
    font-size: 1.5rem;
}

.team-page .top-board,
.team-page .list-team {
    margin-top: 1.5em
}

.team-page .top-board .card-post {
    margin: 0 auto 20px;
    background: none;
    box-shadow: none;
    min-height: 283px
}

.team-page .card-post .title {
    font-size: 1.3rem;
    text-align: center;
}

.team-page .card-post .title span {
    display: block;
    font-size: 1rem;
    line-height: 1.2rem;
}

.team-page .list-report .card {
    min-height: 325px;
}

@media only screen and (max-width:640px) {
    .team-page .list-report .card {
        margin-bottom: 20px;
        min-height: 0
    }
}

.team-page .list-team {
    display: flex;
    flex-wrap: wrap;
}

.team-page .card .thumb {
    width: 180px;
    height: 225px;
    position: relative;
    margin: 0 auto 1em
}

.team-page .card .thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
}

.bg-gray {
    background: #f9f9f9;
}

.team-page .list-report.bg-gray .title {
    text-align: center;
}

.name-list {
    margin-bottom: 3em
}

.name-list h4 {
    font-size: 1.1rem
}

.name-list ul {
    list-style-image: none
}

.team-page h2.title {
    margin: 1em auto .3em
}

.team-page .card-post .thumb {
    opacity: 1
}

.node-board-team .content {
    display: flex;
    flex-wrap: wrap;
}

.node-board-team .content h1.page-title {
    padding-top: 0;
    text-align: left;
    font-size: 2.5rem
}

.node-board-team .inner-container {
    width: 100%
}

.node-board-team .group-div-parent {
    width: 230px
}

.node-board-team .group-div-parent .group-left-column img {
    max-width: 200px;
    height: auto
}

.node-board-team .group-right-column {
    width: calc(100% - 230px)
}

@media only screen and (max-width: 640px) {

    .node-board-team .group-div-parent,
    .node-board-team .group-right-column {
        width: 100%
    }

    .node-board-team .field-items .content {
        justify-content: center;
        margin-bottom: 1em;
    }

    .node-board-team .content h1.page-title {
        font-size: 2rem;
    }
}

@media (max-width:992px) {
    .fancybox-wrap {
        width: calc(100% - 40px) !important;
        left: 20px !important;
        top: 60px !important
    }

    .fancybox-inner {
        width: 100% !important
    }
}

/*-- gifts page --*/
.gift-page {
    color: #666;
    font-size: .9375rem;
    margin: 0
}

.gift-page .container {
    max-width: 840px !important
}

.quote-block {
    display: inline-block;
    padding: 0 10em;
    text-align: center;
    margin: 2em auto -2em;
    font-style: italic;
    color: #575a45;
    line-height: 2;
    display: block
}

.quote-block p span {
    font-size: .7rem;
    text-transform: uppercase;
    color: #777;
    font-style: normal;
}

.quote-block p,
.quote-block p span {
    color: #575a45 !important
}

.gt-note {
    background: #f9f9f9;
    padding: 30px;
    margin: 3em 0 4em;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

.gt-note .title {
    margin: 0
}

.gt-note ul li {
    margin-bottom: .8em
}

.ct-note {
    background: #f9f9f9;
    padding: .5em 30px;
    margin: 2em 0;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

.ct-note ol li {
    padding-left: 30px;
    margin-bottom: .8em
}

.gift-page p.text-center .btn {
    margin: 1em 0 2em
}

@media only screen and (max-width: 768px) {
    .quote-block {
        padding: 0 3em;
        text-align: center;
        margin: 1.5em auto -2.5em;
        line-height: 1.8;
        display: block;
    }

}

@media only screen and (max-width: 640px) {
    .gt-note {
        margin-bottom: 3em;
    }

    .gt-note ul li {
        margin-bottom: .5em;
    }

    .ct-note ol {
        padding-left: 15px
    }

    .ct-note ol li {
        padding-left: 20px;
        margin-bottom: .5em
    }
}

@media only screen and (min-width: 1650px) {
    .home-slide {
        height: 650px
    }
}

@media (min-width: 1440px) and (max-width:1649px) {
    .home-slide {
        height: 500px
    }
}

.field-name-field-position {
    font-family: 'adobe-caslon-pro', serif
}

.view-annual-report .list-report {
    margin-top: .3rem
}

.field-collection-view .entity-field-collection-item {
    padding-bottom: 2em !important
}

.view-display-id-block .list-item {
    margin-bottom: .5em
}

.view-display-id-block_1 .list-items {
    margin-bottom: -1em
}

.page-news .page-title,
.node-type-news .page-title,
.page-shop .page-title,
.page-node-14 .page-title {
    margin-top: 1em
}

.footer-top .logo-holder .logo {
    margin-top: 0;
    min-height: 120px;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    .footer-top .logo-holder .logo.hka-logo {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .footer-top .logo-holder .logo.hka-logo {
        display: flex;
    }
}

/*-- new menu --*/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

header .container-fluid {
    padding: 0 25px
}

.region-header-menu {
    align-items: center;
    margin-left: 30px;
    justify-content: flex-end;
}

.top-lg,
header .home {
    display: none;
}

@media (min-width:1200px) and (max-width:1366px) {

    .hero-nav a,
    .link-back,
    header a {
        font-size: .85em
    }

    #views-form-commerce-cart-form-default .link-back {
        font-size: .9375em
    }
}

#views-form-commerce-cart-form-default .link-back {
    position: relative;
    top: -1px
}

@media (max-width:1299px) {
    header .logo img {
        width: 155px !important;
        height: auto !important
    }

}

@media (min-width:1200px) {

    .header-search-icon,
    .header-search-icon:hover {
        background-image: url(../img/icons/header-search-red.png);
    }

    .header-search-icon:hover {
        opacity: .5;
    }

    header a:hover {
        color: #d00d0f
    }

    header .active a,
    header a:hover {
        color: #d00d0f
    }

    .header-search-placer .container {
        max-width: 100%;
        padding: 0 25px
    }

    .header-search .btn {
        width: 100%
    }
}

@media (max-width:1199px) {

    .hero-nav a,
    .link-back,
    header a {
        font-size: .9em
    }

    #views-form-commerce-cart-form-default .link-back {
        font-size: .9375em
    }

    .logo {
        margin: 1em auto
    }

    header .container-fluid {
        padding: 0 20px
    }

    .top-lg {
        display: block;
    }

    header {
        background-color: #dc3b41
    }

    header .logo {
        display: none
    }

    header .home {
        display: inline;
        margin-right: 0
    }

    header a {
        color: #fff;
        font-weight: 400
    }

    header .btn {
        background-color: #fff !important;
        color: #ef3e42 !important;
        border-color: #ef3e42 !important;
    }

    header .btn.btn-shop:before {
        background: url('../img/icons/fa-shopping-cart.png') 0 0 no-repeat;
    }

    .mobile-nav-holder a:hover {
        color: #fff !important
    }
}

@media screen and (max-width:640px) {
    .region-header-menu {
        margin-left: 0
    }

    a.logout-link.fl {
        display: none;
    }

    .mobile-sidekick-nav a.logout-link.fl {
        display: block;
    }

    .mobile-sidekick-nav .btn-share {
        background: none;
        float: none;
        font-weight: 400
    }

    .logged-in .btn.btn-share {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    header .btn {
        padding: .5em
    }

    .logged-in header .btn.btn-shop:before {
        display: none
    }

    .logged-in header .btn {
        padding: .5em !important
    }
}

@media screen and (max-width:375px) {
    header .container-fluid {
        padding: 0 15px
    }

    .region-header-menu {
        margin-left: 0
    }

    .hamburger {
        width: 25px;
        margin-left: 5px
    }

    .hamburger span {
        width: 25px
    }
}

@media (max-width:541px) {
    #views-form-commerce-cart-form-default .link-back {
        position: relative;
        top: 0
    }

    .view-commerce-cart-form .commerce-line-item-views-form .commerce-line-item-actions .fr {
        float: left;
        margin-top: 10px
    }
}

@media (max-width:424px) {
    #views-form-commerce-cart-form-default .link-back {
        margin-bottom: 10px
    }
}

/*-- tooltips --*/
#search-schools fieldset ol li {
    position: relative;
}

.tooltip-block {
    position: relative;
    top: -10px
}

.tooltip-hover {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #ef3e42;
    border-radius: 100%;
    margin-left: 20px;
    text-align: center;
    position: absolute;
    left: 280px;
    top: -50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tooltip-hover:hover {
    background: #f95255
}

.tooltip-content {
    background: #fff;
    border: solid 2px #ef3e42;
    width: 280px;
    height: auto;
    position: absolute;
    left: 15px;
    z-index: 111;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 30px 20px;
    display: none;
}

.tooltip-content:before,
.tooltip-content:after {
    bottom: 100%;
    right: 12px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip-content:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.tooltip-content:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ef3e42;
    border-width: 15px;
    margin-left: -15px;
    right: 9px
}

.tooltip-content h3 {
    margin: 0 15px 0 0;
    font-size: 18px;
    color: #ef3e42
}

.tooltip-content h3 img {
    margin-left: 10px;
    position: absolute;
}

.tooltip-content .tt-detail+h3 {
    margin-top: 30px
}

.tooltip-content .tt-detail {
    font-size: .9375rem
}

.tooltip-block a:active+.tooltip-content,
.tooltip-block a:hover+.tooltip-content,
.tooltip-block a:focus+.tooltip-content {
    opacity: 1;
    display: block;
}

#search-schools .school-filters ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -1em
}

#search-schools .school-filters ol li {
    width: calc(33.3333333333333% - 0.7em);
    margin: 0 .6em 1em 0
}

#search-schools .school-filters ol li .styled-select {
    width: 100%
}

#search-schools .school-filters ol li #schoolsearch_title {
    width: calc(100% - 1.2em)
}

#search-schools .school-filters ol li.li-checkbox {
    width: auto
}

#search-schools .school-filters ol li.full {
    width: 100%
}

#search-schools .school-filters ol li.full a {
    color: #ef3e42;
    margin-right: 1em
}

#search-schools .school-filters ol li.full a.btn {
    color: #fff
}

#search-schools .school-filters ol li .field.ip-checkbox input {
    display: inline-block;
    position: relative;
    top: 2px;
}

#search-schools .school-filters ol li .field.ip-checkbox label {
    display: inline-block;
    width: calc(100% - 20px);
    margin-left: 7px;
    text-align: left;
}

#search-schools .school-filters ol li .field.ip-checkbox {
    display: flex;
    flex-wrap: nowrap;
}

#search-schools .school-filters+hr {
    margin: 0 0 1em
}

@media only screen and (max-width:1024px) {
    #search-schools .school-filters ol li #schoolsearch_title {
        width: 100%
    }

    .tooltip-content {
        left: 60px
    }

}

@media only screen and (max-width:640px) {
    .tooltip-block {
        top: -10px
    }

    .tooltip-content {
        left: 10px
    }

    .tooltip-hover {
        width: 26px;
        height: 26px;
        line-height: 26px;
        left: 235px;
        top: -45px
    }

    #search-schools .school-filters ol li.li-checkbox label {
        text-align: left;
        padding-right: 20px
    }

    #search-schools .school-filters ol li {
        width: 100%
    }

    #search-schools .school-filters ol li.li-checkbox {
        padding: .5em 0
    }

    #search-schools .school-filters ol li.li-checkbox input {
        width: 13px
    }

    #search-schools .school-filters+hr {
        margin-top: 1em
    }
}

@media only screen and (max-width:380px) {
    .tooltip-hover {
        right: 0
    }

    .tooltip-content {
        left: 0px
    }

    .tooltip-content:before {
        right: -3px
    }

    .tooltip-content:after {
        right: 0
    }
}

.map-legend {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 30px 0 50px
}

.map-legend .legend-block {
    padding: 0 30px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #666;
    font-size: .9375rem
}

.map-legend .legend-block img {
    margin-right: 10px;
    height: 32px;
    width: auto
}

@media screen and (max-width:576px) {
    .map-legend {
        flex-wrap: wrap
    }

    .map-legend .legend-block {
        margin-bottom: 15px
    }

    .map-legend .legend-block img {
        width: 31px;
        height: auto
    }
}

@media (max-width:428px) {
    .map-legend {
        justify-content: flex-start;
    }

    .map-legend .legend-block {
        padding: 0 10px
    }
}

.logo-holder .coles-logo {
    position: absolute;
    top: 50px;
    right: 70px;
    margin-top: 0;
}

.form-item {
    margin-top: 1em;
    margin-bottom: 1em;
}

.field-name-field-basic-page-fields {
    padding-bottom: 2em;
}

.status {
    background-color: #f8fff0;
    color: #234600;
    background-image: url(../misc/message-24-ok.png);
    border-color: #be7;
}

.message {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
    line-height: 1.4;
}

.col-cart-info .delete-order-item {
    display: none;
}

span.fieldset-legend {
    font-size: 25px;
    font-weight: 700;
    font-family: 'adobe-caslon-pro', serif;
}

label.option {
    display: inline;
}

.footer-bot h2 {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.header-menu h2 {
    display: none;
}

.header-menu ul {
    list-style: none !important;
    list-style-image: none !important;
}

.header-menu ul li {
    margin-right: 15px;
}

.header-menu ul li::marker {
    content: ''
    /* display: none; */
}

#edit-field-reg-first-name-wrapper {
    position: relative;
}

#edit-field-reg-first-name-wrapper.loading>div::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 4px solid #09a;
    border-top-color: transparent;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    top: 6px;
    right: 36px;
    animation: spin 1s linear infinite;
}

@media (max-width: 1049px) {
    #edit-field-reg-first-name-wrapper.loading>div::after {
        content: '';
        border: 2px solid #09a;
        border-top-color: transparent;
        top: 2px;
        right: 0;
        margin-left: -30px;
    }
}

@media (max-width: 870px) {
    #edit-field-reg-first-name-wrapper.loading>div::after {
        content: '';
        position: absolute;
        top: 6px;
        right: 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

ul.register-suggestion {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 50%;
    top: 40px;
    left: calc(20% + 5px);
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #ddd;
    box-shadow: 3px 5px 3px 3px #00000015;
}

ul.register-suggestion li {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px dotted #ddd;
}

ul.register-suggestion li:hover {
    background-color: #ddd;
}

ul.register-suggestion li:last-child {
    border: none;
}
