/*! 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/bg2-right.png') 100% 0 no-repeat,
                url('../img/bg/bg2-left.png') 0 0 no-repeat,
                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;
}
select[multiple] {
    background: #FFFFFF;
}

.link,
.wysiwig a,
.news-single-content a:not(.btn),
.field-name-field-basic-page-fields 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 {
    color: #818566;
}

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

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 .fl input.btn {
    margin-right: 20px;
}
header .btn.btn-shop {
    position: relative;
    padding-left: 30px;
    background-color: #fff;
    color: #ef3e42;
    border-color: #ef3e42;
}
header .btn.btn-shop:hover {
    background-color: #d00d0f;
    color: #fff;
}
header .btn-shop:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 6px;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icons/fa-shopping-cart.png') 0 0 no-repeat;
}
header .btn-shop:hover:before {
    background: url('../img/icons/fa-shopping-cart-white.png') 0 0 no-repeat;
}


/* 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;
}
.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: 20px;
    font-size: 1.25rem;
    font-style: italic;
}
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;
    font-size: 3.125rem;
}
.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: #dc3b41;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: .5em 0;
}
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: #ebc6be;
}
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: "adobe-caslon-pro",serif;
    font-size: 17px;
    font-size: 1.025rem;
    display: block;
    padding: 0.6em 0.3em 0.1em;
    transition: color .2s ease-out;
}
.hero-nav .active a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #dc3b40 transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -6px;
}
.hero-nav li {
    margin-right: 1em;
}
.link-back {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url('../img/icons/back.png');
    display: inline-block;
    padding-left: 1em;
    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: .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: 1em auto 2em;
    display: inline-block;
    padding: 0 10px;
}
.acnc-logo {
    position: absolute;
    left: 50px;
    top: 25px;
}
.medibank-logo {
    position: absolute;
    right: 10px;
    top: 35px;
}

/* hamburger */
.hamburger {
    display: none;
    padding: .3em;
    margin-left: 2em;
}
.hamburger .meat {
    height: 2px;
    width: 20px;
    margin: 5px 0;
    display: block;
    background-color: #fff;
}

/* mobile nav */
.mobile-nav-holder {
    position: relative;
    z-index: 2;
}
.mobile-nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dc3b41;
    width: 360px;
}
.mobile-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.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: #ee3e42;
    padding-top: 3em;
    padding-bottom: 2em;
}
.footer-top .support-line h3{
    font-family: 'Lato', sans-serif;
}
.footer-top .support-line h3,
.footer-top .support-line h4 {
    color: #FFFFFF;
    margin: 5px 0 0;
}
.footer-top .support-line p {
    color: #FFFFFF;
    margin-top: 0;
    font-size: 12px;
    font-size: .75rem;
}
.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: #ebbab4;
    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: #fdfcf0;
    margin-bottom: 1.5em;
}

.social-holder a {
    display: inline-block;
    margin: 0 .7em;
}
.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;
}
.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: 4em 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: 396px;
    height: 380px;
    padding: .7em;
    margin-left: 675px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.home-slide {
    height: 370px;
    overflow: hidden;
}
.home-slide .thumb {
    overflow: hidden;
    height: 260px;
    display: block;
}
.home-slide .title {
    font-size: 21px;
    font-size: 1.313rem;
    line-height: 1.4;
    padding: 0 .5em;
    text-align: center;
}

.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;
}
.homebanner-dots li {
    display: inline-block;
    position: relative;
}
.homebanner-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.homebanner-dots button:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 3px solid #a2a58e;
    border-radius: 50%;
    display: block;
}
.homebanner-dots .slick-active button:after {
    background-color: #a2a58e;
}

/* 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: 300px;
}
.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: 2em 0 3em;
}
.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: 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;
}

/* ==========================================================================
   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 {
    float: left;
    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 .card {
    float: left;
    margin-right: 2%;
    width: 32%;
    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 {
    float: left;
    width: 23.5%;
    height: 340px;
    overflow: hidden;
    margin-right: 2%;
}
.news-holder .card:nth-child(4n+4){
    margin-right: 0;
}
.news-holder .card .thumb {
    height: auto;
}
.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;
}

/* ==========================================================================
   Product listing
   ========================================================================== */
.product-listing {
    margin-top: 2em;
    margin-bottom: 2em;
}
.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;
}
.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: 65%;
}
.cta-food-education {
    display: block;
    padding: 2em 10% 2em 2em;
    margin: 2em 0;
    background-image: url('../img/icons/cta-right.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;/**/
}
.cta-food-education .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    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-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');
}

.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;
}
.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;
}
.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: 1em 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;
}
.row-review table {
    width: 100%;
}
.col-review-1 {
    width: 45%;
    padding-right: 5%;
    text-align: right;
}
.col-review-2 {
    width: 50%;
}
.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;
}
.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 {
    float: left;
    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;
    float: left;
}
.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: 160px
}
.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;
    text-decoration: underline;
}

.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%;
}
.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 0.5em 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 {
    font-size: .9375rem;
}
.view-news.view-display-id-page .pager-next a {
    background-image: none;
    text-indent: 0;
    width: inherit;
    display: inline-block;
    background-color: #eae9e1;
    border-radius: 3px;
    font-weight: 700;
    padding: .6em 1.2em;
}
.view-news.view-display-id-page .pager-next a:hover {
    background-color: #fff;
    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;
}

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

/* ==========================================================================
   Media Queries
   ========================================================================== */

@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;
    }
    .hamburger {
        display: block;
    }
    .hero-nav {
        display: none;
    }
    .homebanner-slider {
        margin-left: 0;
        float: right;
        margin-right: 2em;
    }
    .homebanner-dots button::after {
        width: 10px;
        height: 10px;
    }
    .header-sponsor {
        right: 16em;
    }
    .logo {
        display: 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 {
        width: 100%;
    }
    .footer-bot li {
        display: block;
    }
    .page-title {
        font-size: 2rem;
    }
    .homebanner-slider {
        float: none;
        margin: 0 auto;
        width: 90%;
        max-width: 320px;
    }
    .home-banner {
        background-position: -50px 100%;
        background-size: 200% auto;
        padding-bottom: 20em;
    }
    .home-slide .thumb {
        height: 180px;
    }
    .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;
    }
    .product-name-holder {
        height: auto;
    }
    .card-product {
        width: 49%;
        margin-right: 1%;
        height: auto;
    }
    .card-product:nth-child(2n-1){
        clear: both;
    }

    /* food education */
    .col-food-education {
        width: 100%;
        float: none;
    }
    .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;
    }
    blockquote p {
        font-size: 1rem;
    }
    .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%;
    }
}

.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 div.content div.inner-container { max-width: 500px; }
.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;
    }
}